/*Name:Rebel work website template,

==================================
--====homePage-1 css list:=====--
==================================

*base css
---------------------------------

*top-bg css
---------------------------------
*header-area css
    -main-menu css
    -----------------------------
    -dropdown-menu css
---------------------------------

*hero-area css
---------------------------------

*logo-carousel-area css
---------------------------------

*bg-area css-area css
---------------------------------

*about-area css-area css
---------------------------------

*service-area css
---------------------------------

*carousel-area css
---------------------------------

*blog-area css
---------------------------------

*cta-area css
---------------------------------


-------------#------------------
--------------------------------



==================================
--====homePage-2 css list:=====--
==================================

*home-page-2-hero-area css
-------------------------------



==================================
--=====homePage-3 css:=========--
==================================


*home-page-2-hero-area css
--------------------------------

*home-page-3-carousel-area css
--------------------------------

*subsrcibe-form-area css
-------------------------------



==================================
--======homePage-4 css:======--
==================================

*particle css
-------------------------------



==================================
--=======homePage-6 css:=======--
==================================

1/parallax css
-------------------------------


==================================
--=======all common css:=======--
==================================

*comman css
--------------------------------
    -mobile-menu css
    -----------------------------
*/




/*=======================
base css
=========================*/


@import url('https://fonts.googleapis.com/css?family=Poppins:100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');


body{
    font-size: 16px;
    font-weight: 300;
    color: #74777f;
    font-family: 'Poppins', sans-serif;
    overflow-x: hidden;
}


h1,h2,h3,h4,h5,h6{
    
    color: #484b54;
}


ul li{
    margin: 0;
    padding: 0;
    list-style: none;
}

a, a:hover{
    text-decoration: none;
}
h1{
    
    font-size: 36px;
    font-weight: 700;
    text-transform: capitalize;
}

img{
    width: 100%;
    height: 100%;
}

input:focus, button:focus, textarea:focus {
    outline: none
}
/*=======================
top-bg css
=========================*/
.top-bg{
    position: relative;
    z-index: 2;
    overflow:hidden;
}
.top-bg::before {
    position: absolute;
    bottom: 4%;
    left: -36%;
    height: 1000px;
    width: 1150px;
    background: url(assets/img/bg-left.png);
        background-position-x: 0%;
        background-position-y: 0%;
        background-size: auto auto;
    content: "";
    background-position: center;
    background-size: cover;
    -webkit-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    transform: rotate(-3deg);
    z-index: -1;
}



/*=======================
header-area css
=========================*/

.header-area{
    background: #ddd;
}

.header-area a {
    color: #484b54;
    display: inline-block;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.logo img {
    width: 20%;
    /*height: 30px;*/
    margin-right: 8px;
}

.logo a{
    font-size: 17px;
    padding: 17px 0;
    font-weight: 600;
    color:#F47C48!important;
}

.logo.black a{
    color:#F47C48; 
}


/*=======================
main-menu css
=========================*/
.main-menu {
    padding-top: 6px;
}

.main-menu ul {
    margin: 0;
    padding: 0;
}

.main-menu li {
    display: inline-block;
    position: relative;
  
}

.main-menu li a{
    padding: 15px 18px;
    font-weight: 600;
}
.main-menu li a:hover{
    color:#F47C48;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.header-area a.hello-btn{
    margin-top: 8px;
}

.header-area {
    padding: 20px 0;
}

.header-area.header-absolute{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    background:none;
    
}

.o-pages-color li a{
    
    color: #fff;
}
li.active a{
    color: #F47C48;
}
/*=======================
dropdown-menu css
=========================*/

.main-menu li ul {
    position:  absolute;
    top: 45px;
    left: 0;
    text-align: left;
    visibility: hidden;
    background: #484b54;
    opacity:  0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;

    z-index: 999;
    border-radius: 5px;
}

.main-menu li ul li a {
    display: block;
    width: 160px;
    padding: 11px;
    color: #fff;
    font-size: 14px;
}

.main-menu li:hover ul {
    visibility: visible;
    opacity:  1;
    top: 52px;
}

.main-menu li ul li:hover > a {
    color:  #fff;
    background: #00a0e4;
    border-radius: 5px;
}
.main-menu ul li:hover ul ul {
    visibility: hidden;
    opacity: 0;
}
.main-menu ul ul li ul {
    left: 100%;
    top: 20px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;

}
.main-menu ul ul li:hover > ul {
    top: 0;
    visibility: visible;
    opacity:  1;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}



/*=======================
hero-area css
=========================*/
.hero-area {
  position: relative;
  z-index: 2;
}

.slider-text h1 {
    font-size: 30px;
    line-height: 60px;
    margin: 30px 0;
    color: #fff;
}
.hero-area .homePage{
    padding-top: 200px;
    padding-bottom: 100px;
}


.slider-text p{
    font-size: 20px;
}
/*=======================
logo-carousel-area css
=========================*/


.owl-carousel .owl-item .single-logo img {
    display: inline-block;
    width: auto;
}



/*=======================
bg-area css
=========================*/

.bg {
    position: relative;
    overflow: hidden;
}
.bg::before {
    position: absolute;
    content: "";
    height: 1560px;
    width: 2000px;
    top: -1%;
    right: -95%;
    background: url(assets/img/bg-right.png);
        background-position-x: 0%;
        background-position-y: 0%;
        background-size: auto auto;
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto auto;
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto auto;
    background-position: center;
    background-size: cover;
    z-index: -1;
    -webkit-transform: rotate(23deg);
    -ms-transform: rotate(23deg);
    transform: rotate(23deg);
}

.bg::after {
    position: absolute;
    content: "";
    background: url(assets/img/bg-left.png);
        background-position-x: 0%;
        background-position-y: 0%;
        background-size: auto auto;
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto auto;
    background-size: cover;
    background-position: center;
    height: 1412px;
    width: 1600px;
    z-index: -1;
    left: -71%;
    bottom: 7%;
    -webkit-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    transform: rotate(-10deg);
}

/*=======================
about-area
=========================*/

.about-left{
    
    background-image: url(assets/img/about-left.jpg);
    background-position: center;
    background-size: cover;
    height:500px;
    border-radius: 5px;
}


.single-about a {
    color: #00a0e4;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.single-about a:hover {
    color: #484B54;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
/*=======================
service-area css
=========================*/
.service-area{
    
    z-index: 2;
}

.service-image img {
    height: 120px;
    width: 150px;
}

.single-service-text h3 {
    font-size: 18px;
    font-weight: 700;
    margin: 25px 0;
}

.single-service-text p {
    color: #74777f;
    line-height: 1.8;
}
.single-service {
    padding: 30px;
        padding-bottom: 30px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: all 0.3s ease 0s;
    padding-bottom: 10px;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}

.single-service:hover {
    box-shadow: 0 0 5px #B0B0B0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: all 0.3s ease 0s;
    background: #fff;
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
}


/*=======================
recent-area css
=========================*/


.recent-image-left{
    position: relative;
}
.recent-image-left::after {
    position: absolute;
    z-index: -1;
    background-image: url(assets/img/bg-left.png);
    content: "";
    top: -24%;
    left: -28%;
    height: 142%;
    width: 150%;
    background-position: center;
    background-size: contain;
}

.recent-text-right {
    padding-left: 50px;
}

.recent-text-right{
    padding-right: 50px;
}

.recent-text h4 {
    color: #fff;
    font-size: 16px;
    display: inline-block;
    padding: 7px 17px;
    border-radius: 50px;
    font-weight: 300;
}

h4.recent-web-devdelopment{
    background: -webkit-linear-gradient(right,#8261e6,#9d90e4);
}

a.recent-h-link{
    font-size: 24px;
    font-weight: 700;
    margin: 30px 0;
    color: #484b54;
    display: block;
    transition: all .2s;
}

a.recent-h-link:hover{
    color: #00A0E4;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

h4.recent-App-Development{
    
    background: -webkit-linear-gradient(right,#f8c95d,#fd9918);

}

/*=======================
carousel-area css
=========================*/

.single-carousel-top p{
    
    font-size: 20px;
}

h1.carousel-top-first{
    
    display: inline-block;
    background: -webkit-linear-gradient(right, #8261e6,#9d90e4);
    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
}

h1.carousel-top-second{
    display: inline-block;
    background: -webkit-linear-gradient(right, #1990ea,#2ea1f8);
    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
}

h1.carousel-top-third{
    display: inline-block;
    background: -webkit-linear-gradient(right, #59d845,#2bb415);
    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
}

h1.carousel-top-fourth{
    display: inline-block;
    background: -webkit-linear-gradient(right, #f8c95d,#fd9918);
    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
}

.carousel-single{
    
    outline: none;
}

.carousel-single p {
    font-size: 20px;
    font-weight: 400;
    margin: 30px 0;
}

.carousel-icon i {
    color: #edf8fd;
    font-size: 65px;
}

.carousel-single h5 {
    font-size: 20px;
    font-weight: 400;
    text-transform: capitalize;
}

.carousel-single h5 span {
    display: block;
    margin-top: 10px;
    font-weight: 300;
    font-size: 18px;
}

.carousel-singe-img img {
    width: 50px;
    height: 50px;
    border-radius: 50px;
}

.carousel-image-list {
    width: 280px;
    margin: 0 auto;
    position: relative;
}
.carousel-image-list.slider-nav.slick-initialized.slick-slider button {
    
    visibility: hidden;
    
}
.carousel-singe-img.slick-slide.slick-active img {
    
    padding: 6px;
}

.carousel-singe-img.slick-slide.slick-current.slick-active.slick-center img {
    
    padding: 0;
}

.slick-initialized .slick-slide {
    outline: none;
    
}

.carousel-image-list::before {
    position: absolute;
    height: 100%;
    width: 45px;
    top: 0;
    left: 0;
    background: #fff;
    content: "";
    z-index: 1;
}
.carousel-image-list::after {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 50px;
    content: "";
    background: #fff;
    z-index: 1;
}

/*=======================
blog-area css
=========================*/

.single-blog-image {
    height: 270px;
    background-position: center !important;
    background-size: cover !important;
    border-radius: 5px;
    color: #ddd;
}
.blog-bg-1 {
    
    background: url(assets/img/blog-1.jpg);
    
}

.blog-bg-2 {
    
    background: url(assets/img/blog-2.jpg);
    
}

.blog-bg-3 {
    
    background: url(assets/img/blog-3.jpg);
}
.single-blog-text {
    padding: 30px;
    box-shadow: 0 0 15px #edf8fd;
}

.single-blog-text a {
    font-size: 20px;
    font-weight: 700;
    color: #484b54;
    display: block;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.single-blog-text a:hover {
    color: #00A0E4;
    transition: all.3s;
}

.single-blog-text p {
    
    display: inline-block;
    padding: 4px 15px;
    border-radius: 50px;
    text-transform: capitalize;
    margin-bottom: 20px;
}

p.blog-design{
    
    color: #5ad946;
    background: #eefbec;
}

p.blog-coding{
    
    color: #8261e6;
    background: #f2effc;
}

p.blog-general {
    color: #fd9918;
    background: #fff5e7;
}

/*=======================
cta-area css
=========================*/

.cta-area {
    background: #edf8fd;
    padding: 50px 0;
}

.cta-area p {
    margin: 0;
}
.cta-area h1 {
    font-size: 36px;
}
/*=======================
footer-area css
=========================*/
.footer-area{
    
    padding: 45px 0;
}

.footer-area ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.footer-area li a {
    display: inline-block;
    margin-bottom: 10px;
    color: #74777f;
    text-transform: capitalize;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    
}

.footer-area h3 {
    font-size: 20px;
    font-weight: 700;
}
.footer-area ul li a:hover {
    color: #00a0e4;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    padding-left: 2px;
}
.footer-area i {
    
    padding-right: 10px;
    
}

/*-------------------------------------*homePage-2 css---------------------------------------*/
/*============================
home-page-2-hero-area css
==============================*/

.homePage-2-bg-1{
    
    background-image: url(assets/img/homePage-2-slider-1.jpg)
}
.homePage-2-bg-2{
    
    background-image: url(assets/img/homePage-2-slider-2.jpg)
}
.homePage-2-bg-3{
    
    background-image: url(assets/img/homePage-2-slider-3.jpg)
}
.gray-bg{
    
    position: relative;
    z-index: 2;
}
.gray-bg::after {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    content: "";
    background: #000;
    z-index: -1;
    opacity: .44;
}
.about-area.v3 p{
    font-size: 20px;
    font-weight: 400;
}

/*-------------------------------------*homePage-3 css---------------------------------------*/
/*============================
home-page-3-hero-area css
==============================*/
.homePage-3-bg-1{
    
    background: url(assets/img/homePage-3-slider-1.jpg)
}
.homePage-3-bg-2{
    
    background: url(assets/img/homePage-2-slider-1.jpg)
}
.homePage-3-bg-3{
    
    background: url(assets/img/homePage-2-slider-3.jpg)
}
.gradient-bg{
    
    position: relative;
    z-index: 2;
}
.gradient-bg:after{
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;left: 0;
    background: -webkit-linear-gradient(right, #34495E,#05749b);
    z-index: -1;
    opacity: .9;
}
.testimonials-area{
    overflow: hidden;
}

/*============================
home-page-3-carousel-area css
==============================*/

.single-home-2-carousel {
    padding: 10px 10px;
    box-shadow: 0 0 4px #ecf8fd;
}
.single-home-2-carousel p {
    color: #222;
    font-weight: 400;
    font-size: 25px;
}

.single-home-2-carousel p span {
    display: block;
    font-size: 14px;
    margin-top: 10px;
    font-weight: 300;
}

.single-home-2-carousel {
    box-shadow: 0 0 4px #bcdbf3;
    margin: 5px 40px;
    padding-top: 70px;
    padding-bottom: 50px;
    padding-left: 45px;
    padding-right: 45px;
    position: relative;
}

.single-home-2-carousel::before {
    position: absolute;
    top: 7%;
    left: 3%;
    content: "\f10d";
    height: 30px;
    width: 30px;
    font-family: fontawesome;
    font-size: 20px;
    color: #d3d3d3;
}

.single-home-2-carousel::after {
    position: absolute;
    bottom: 10%;
    right: 3%;
    content: "\f10e";
    height: 30px;
    width: 30px;
    font-family: fontawesome;
    font-size: 20px;
    color: #d3d3d3;
}

.home-page-3-carousel-area .owl-stage-outer{
    
    overflow: visible;
}
/*=====================
subsrcibe-form-area css
=======================*/

.subsrcibe-form input {
    border: none;
    background: none;
  
  text-transform: capitalize;
}

input[type="email"] {
    width: 70%;
    padding: 10px;
    padding-left: 20px;
    float: left;
}

.subsrcibe-form {
    border: 1px solid #ddd;
    border-radius: 50px;
}

.subsrcibe-form h1{
    
    color: #26292c;
}

.subsrcibe-form a.hello-btn {
    padding: 9px 48px;
}

/*-------------------------------------*homePage-4 css---------------------------------------*/
/*=======================
particle css
=========================*/
#particles-js {
    position: relative;
    height: 744.89px;
}

.paricle {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
}
.video-bg{
    height: 744.89px;
    width: 100%;
    position: relative;
}

/*-------------------------------------*homePage-6 css---------------------------------------*/
/*=======================
parallax css
=========================*/


.header-area.header-absolute.skrollable.skrollable-between{
    
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    
}
.header-area.header-absolute.skrollable.skrollable-after{
    
    background-color: #05749b;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    padding: 0;
    opacity: 0.9;
    
}
.header-area.header-absolute.skrollable.skrollable-after a{
    color: #fff;
    font-weight: 500;
}
.header-area.header-absolute.skrollable.skrollable-after .main-menu li.active a{
    color: #F47C48;
}
.angle-bg::before {
    background: rgba(0, 0, 0, 0) -webkit-linear-gradient(left bottom, #ffffff 50%, transparent 50%) repeat scroll 0 0;
    background: rgba(0, 0, 0, 0) linear-gradient(to right top, #ffffff 50%, transparent 50%) repeat scroll 0 0;
    content: "";
    height: 20%;
    left: 0;
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    position: absolute;
    bottom: 0px;
    width: 50%;
    opacity: 1;
    z-index: 2;
}
.angle-bg::after {
    background: rgba(0, 0, 0, 0) -webkit-linear-gradient(right bottom, #ffffff 50%, transparent 50%) repeat scroll 0 0;
    background: rgba(0, 0, 0, 0) linear-gradient(to left top, #ffffff 50%, transparent 50%) repeat scroll 0 0;
    content: "";
    height: 20%;
    right: 0;
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    position: absolute;
    bottom: 0px;
    width: 50%;
    opacity: 1;
    z-index: 1;
}



/*------------------------------------all comman css-----------------------------------------*/
/*=======================
comman css
=========================*/
.section-padding{
    
    padding: 100px 0;
}
.space-10{
    
    height: 10px;
}
.space-20{
    
    height: 20px;
}
.space-30{
    
    height: 30px;
}
.space-40{
    
    height: 40px;
}

.space-50{
    
    height: 50px;
}

.space-60{
    
    height: 60px;
}

.space-70{
    
    height: 70px;
}

.space-80{
    
    height: 80px;
}

.space-90{
    
    height: 90px;
}

.space-100{
    
    height: 100px;
}

.carousel-homePages .slider-text h1{
    
    color: #fff;
}

.carousel-homePages .owl-nav div:hover {
    color: #00a0e4;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}

.carousel-homePages .owl-nav div {
    font-size: 40px;
    position: absolute;
    top: 50%;
    left: 7%;
    color: #fff;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    margin-top: -25px;
}

.carousel-homePages .owl-nav .owl-next {
    left: auto;
    right: 7%;
}


.hero-other .slider-text{
    padding-top: 230px;
    padding-bottom: 230px;
}

.hero-other {
    background-size: cover;
    background-position: center;
    
}
.v3 .service-image img {
    width: 100px;
    height: 100px;
}
a.sabscribe-btn {
  
    background: #00a0e4;
    padding: 10px 48px;
    text-align: center;
    font-weight: 700;
    border-radius: 50px;
    display: inline-block;
    color: #fff;
    position: relative;
    z-index: 1;
    text-transform: capitalize;
    width: 29%;
  
}

a.sabscribe-btn:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background: #091540;
    left: 0;
    top: 0;
    border-radius: 50px;
    z-index: -1;
    -webkit-transform: scalex(0);
    -ms-transform: scalex(0);
    transform: scalex(0);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
a.sabscribe-btn:hover::after {
    -webkit-transform: scalex(1);
    -ms-transform: scalex(01);
    transform: scalex(1);
    
}



a.hello-btn {
    display: inline-block;
    color: #fff;
    text-transform: capitalize;
    font-size: 15px;
    background: #00a0e4;
    text-decoration: none;
    padding: 12px 35px;
    border-radius: 50px;
    font-weight: 600;
    position: relative;
    z-index: 1;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    overflow: hidden;
}

a.hello-btn::before {
    position: absolute;
    left: -90%;
    height: 180%;
    width: 200%;
    background: green;
    content: "";
    border-radius: 50%;
    top: 50%;
    z-index: -1;
    -webkit-transition: linear all .3s;
    -o-transition: linear all .3s;
    transition: linear all .3s;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    visibility: hidden;
    opacity: 0;
}



a.hello-btn::after {
    position: absolute;
    top: 50%;
    right: -90%;
    height: 180%;
    width: 200%;
    background: blue;
    content: "";
    z-index: -1;
    -webkit-transform: translateY(-50%) translateX(50%);
    -ms-transform: translateY(-50%) translateX(50%);
    transform: translateY(-50%) translateX(50%);
    border-radius: 50%;
    -webkit-transition: linear all .3s;
    -o-transition: linear all .3s;
    transition: linear all .3s;
    opacity: 0;
    visibility: hidden;
}


a.hello-btn:hover::before {
    visibility: visible;
    opacity: 1;
    left: 50%;
    top: 50%;
    -webkit-transition: linear all .3s;
    -o-transition: linear all .3s;
    transition: linear all .3s;
}


a.hello-btn:hover::after {
    right: 50%;
    -webkit-transition: linear all .3s;
    -o-transition: linear all .3s;
    transition: linear all .3s;
    opacity: 1;
    visibility: visible;
}

/*==========================
mobile-menu css
============================*/


.mobile-menu .slicknav_menu .slicknav_menutxt {
    display: none;
}
.mobile-menu .slicknav_menu {
    background: none;
    padding: 0;
    margin: 0;
}
.mobile-menu .slicknav_btn {
    background: none;
    margin: 0;
    padding: 0;
    width: 100%;
    margin-top: 12px;
    padding-left: 40%;
}

.mobile-menu .slicknav_menu .slicknav_icon {
    
    float: none;
}

.mobile-menu ul.slicknav_nav {
    position: absolute;
    top: 50px;
    background: #484b54;
    width: 200px;
    text-align: left;
    z-index: 999;
    left: -26px;
}

.mobile-menu .slicknav_nav .slicknav_row, .slicknav_nav a {
    padding: 10px 15px;
    margin: 0;
    border-radius: 0;
    display: block;
    color: #fff;
}

.mobile-menu .slicknav_nav a:hover {
    border-radius: 0;
    background: #00a0e4;
    color: #fff;
}


/*============================
previw page css
==============================*/

.slider-text a {
    margin: 10px;
}

.hello-btn.active {

    background: blue;

}
.top-bg-r{
    position: relative;
    z-index: 2;
    overflow:hidden;
}

.top-bg-r::before {
    position: absolute;
    bottom: 4%;
    left: -36%;
    height: 1000px;
    width: 1150px;
    background: url(assets/img/bg-left.png);
        background-position-x: 0%;
        background-position-y: 0%;
        background-size: auto auto;
    content: "";
    background-position: center;
    background-size: cover;
    -webkit-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    transform: rotate(-3deg);
    z-index: -1;
}
/*==========================
header-area css
============================*/


.previw .logo img {
    width: 35px;
    height: 40px;
    margin-right: 8px;
}

.previw .logo a{
    font-size: 28px;
    padding: 17px 0;
    font-weight: 600;
    color: #F47C48;
}
.logo.black a{
    color:#F47C48; 
}


.demo-text a {
    text-align: center;
    font-size: 20px;
    margin:60px 0;
    display: block;
    color: #373737;
    transition: all .3s;
    font-weight: 700;
}
.demo-text a:hover{
    color: #2ea1f8;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}


/*==========================
demo-area css
============================*/

.single-demo-img img {
    min-height: 300px;
    box-shadow: 0 18px 10px #d9d9d9;
}
a.single-demo {
  display: inline-block;
  margin-bottom: 30px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-transform: translatey(0px);
    -ms-transform: translatey(0px);
    transform: translatey(0px);
}
a.single-demo:hover p{
    color: #2da0f7;
    transition: all.3s;
}
.demo-text p {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  padding: 27px 0;
  color: #373737;
  margin-top: 10px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
a.single-demo:hover {
  -webkit-transform: translatey(-5px);
    -ms-transform: translatey(-5px);
    transform: translatey(-5px);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}


.single-mobile-img.img-1 img {
    height: 350px;
    width: 180px;
}

.single-mobile-img.img-2 img {
    width: 420px;
    height: 580px;
}

.single-mobile-img {
    display: inline-block;
}

.feauture-img img {
    width: 70px;
    height: 70px;
    box-shadow: 0px 5px 5px #ddddd4;
    border-radius: 50%;
}

.single-feauture {
    text-align: center;
    padding: 10px 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    position: relative;
    z-index: 2;
    margin-bottom: 5px;
}

.feauture-text p {
    font-size: 18px;
    color: #373737;
    display: block;
    margin-top: 20px;
    font-weight: 700;
}
.single-feauture:after {
  position: absolute;
  content: "";
  background: #373737;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  border-radius: 5px;
  -webkit-transform: scaley(0);
  transition: all.3s;
    z-index: -1;
    
}
.single-feauture:hover:after{
    -webkit-transform:scaley(1);
    transition: all .3s;
}
.single-feauture:hover p{
    color: #fff;
   -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.single-feauture:hover img{
    box-shadow: none;
}
/*==========================
demo-cta css
============================*/
.demo-cta a.hello-btn {
    background: #ddd;
    color: #676767;
}
.demo-cta a.hello-btn:hover{
    color: #fff;
}
.demo-cta {
    
    background: #2da0f7;
    color: #fff;
}

.demo-cta h1 {
    font-size: 28px;
    font-weight: 700;
    color: #fff;
}

.demo-cta p {
    
    font-size: 14px;
}



.demo-cta a.demo-btn:after{
    background: #373737;
}

.demo-cta a.demo-btn{
    color:#2DA0F7;
}
.demo-cta a.demo-btn:hover{
    color: #fff;
}
/*=======================
footer-area css
=========================*/
.footer-area{
    
    padding: 45px 0;
}

.footer-area ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.footer-area li a {
    display: inline-block;
    margin-bottom: 10px;
    color: #74777f;
    text-transform: capitalize;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    
}

.footer-area h3 {
    font-size: 20px;
    font-weight: 700;
}
.footer-area ul li a:hover {
    color: #00a0e4;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    padding-left: 2px;
}

.footer-area i {
    padding-right: 10px;
}
/*-------- contact page ---*/
.contact_box .input_box {
    border: 1px solid #dfe3e4;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    height: 50px;
    padding-left: 15px;
    width: 100%;
    color: #d3dadf;
    margin-bottom: 20px;
}
.contact_info p {
   /* font-weight: 600;
    color: #555555;
    padding-top: 30px;*/
}
.contact_info h2 {
   font-size: 24px;
    font-weight: 700;
    margin: 30px 0;
    color: #484b54;
    display: block;
    transition: all .2s;
} 
.contact_info .location .f_location {
    padding-bottom: 30px;
}
.contact_info .location a {
    /*font-weight: 600;*/
    color: #555555;
    display: block;
    text-transform: uppercase;
}
.contact_info .location .address a {
    text-transform: none;
}
.send_message .contact_box {
    padding-top: 30px;
}
.contact_info .location .location_laft {
    width: 98px;
    float: left;
}
.contact_info .location {
    padding-top: 55px;
}
.c_submit{
    background: #00a0e4;
    padding: 10px 48px;
    text-align: center;
    font-weight: 700;
    border-radius: 50px;
    display: inline-block;
    color: #fff;
    position: relative;
    z-index: 1;
    text-transform: capitalize;
    width: 39%;
}
.c_submit:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background: #091540;
    left: 0;
    top: 0;
    border-radius: 50px;
    z-index: -1;
    -webkit-transform: scalex(0);
    -ms-transform: scalex(0);
    transform: scalex(0);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.c_submit:hover::after {
    -webkit-transform: scalex(1);
    -ms-transform: scalex(01);
    transform: scalex(1);
    
}
@media (min-width: 768px){
    .form-inline .form-control {
        display: inline-block;
        /*width: auto;*/
        vertical-align: middle;
    }
}

.service_icons {
    width: 100px;
    height: 100px;
    background: #139F97;
    padding: 30px;
    color: #fff;
    border-radius: 50%;
    display: block;
    margin: 0 auto;
}
.service_icons.green{
    background-color: #87F52C;
}
.service_icons i.fa {
    padding: 0px 0;
    font-size: 40px;
}

 .modal-content{
    box-shadow: 0 0 5px #B0B0B0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: all 0.3s ease 0s;
    background: #fff;
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
}
.single-service-model {
    padding: 30px;
    padding-bottom: 30px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: all 0.3s ease 0s;
    padding-bottom: 10px;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}
.single-service-model .service-image img {
    width: 120px;
    height: 100%;
}
.modal{
    top:20%;
}

#loader{
    position: relative;
    z-index: 2;
    height: 100vh
}
#loader:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: -webkit-linear-gradient(right, #34495E,#05749b);
    z-index: -1;
    opacity: .9;
}
.contd {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    font-size: 0;
}
.loader-circle {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1);
    margin-left: -60px;
    margin-top: -60px;
   
}


.loader-line-mask {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 60px;
    height: 120px;
    margin-left: -60px;
    margin-top: -60px;
    overflow: hidden;
    -webkit-transform-origin: 60px 60px;
    -moz-transform-origin: 60px 60px;
    -ms-transform-origin: 60px 60px;
    -o-transform-origin: 60px 60px;
    transform-origin: 60px 60px;
    -webkit-mask-image: -webkit-linear-gradient(top, #000000, rgba(0, 0, 0, 0));
    -webkit-animation: rotate 1.2s infinite linear;
    -moz-animation: rotate 1.2s infinite linear;
    -o-animation: rotate 1.2s infinite linear;
    animation: rotate 1.2s infinite linear;
     -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
.loader-line-mask .loader-line {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.5);
}
.logox.logo {
position: absolute;
    left: 47%;
    right: 50%;
    top: 49%;
    width: 100%;
}
.logox.logo a{
    font-size: 10px;
    text-align: center;
    padding: 10px 0;
}
#nav {
  display: none;
  text-align: center;
}
/*--------------------------------------------End-------------------------------------------*/
