:root{
  --blue: #5956e9;
  --white: #fff;
  --black: #000;
  --text-dark: #172b43;
  --text-light: #69798d;
}

@font-face {font-family: 'Quicksand'; font-weight: 300; font-style: normal; font-display: swap;
    src: url('../fonts/Quicksand-Light.eot');
    src: url('../fonts/Quicksand-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Quicksand-Light.woff2') format('woff2'),
        url('../fonts/Quicksand-Light.woff') format('woff'),
        url('../fonts/Quicksand-Light.ttf') format('truetype'),
        url('../fonts/Quicksand-Light.svg#Quicksand-Light') format('svg');
}

@font-face {font-family: 'Quicksand'; font-weight: 400; font-style: normal; font-display: swap;
    src: url('../fonts/Quicksand-Regular.eot');
    src: url('../fonts/Quicksand-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Quicksand-Regular.woff2') format('woff2'),
        url('../fonts/Quicksand-Regular.woff') format('woff'),
        url('../fonts/Quicksand-Regular.ttf') format('truetype'),
        url('../fonts/Quicksand-Regular.svg#Quicksand-Regular') format('svg');
}

@font-face {font-family: 'Quicksand'; font-weight: 500; font-style: normal; font-display: swap;
    src: url('../fonts/Quicksand-Medium.eot');
    src: url('../fonts/Quicksand-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Quicksand-Medium.woff2') format('woff2'),
        url('../fonts/Quicksand-Medium.woff') format('woff'),
        url('../fonts/Quicksand-Medium.ttf') format('truetype'),
        url('../fonts/Quicksand-Medium.svg#Quicksand-Medium') format('svg');
}

@font-face {font-family: 'Quicksand'; font-weight: 600; font-style: normal; font-display: swap;
    src: url('../fonts/Quicksand-SemiBold.eot');
    src: url('../fonts/Quicksand-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Quicksand-SemiBold.woff2') format('woff2'),
        url('../fonts/Quicksand-SemiBold.woff') format('woff'),
        url('../fonts/Quicksand-SemiBold.ttf') format('truetype'),
        url('../fonts/Quicksand-SemiBold.svg#Quicksand-SemiBold') format('svg');
}

@font-face {font-family: 'Quicksand'; font-weight: 900; font-style: normal; font-display: swap;
    src: url('../fonts/Quicksand-Bold.eot');
    src: url('../fonts/Quicksand-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Quicksand-Bold.woff2') format('woff2'),
        url('../fonts/Quicksand-Bold.woff') format('woff'),
        url('../fonts/Quicksand-Bold.ttf') format('truetype'),
        url('../fonts/Quicksand-Bold.svg#Quicksand-Bold') format('svg');
}



body{font-family: 'Quicksand'; font-weight: 400;}
a, a:hover, a:focus, a:active{text-decoration: none;}
input:focus, select:focus, button:focus{box-shadow: none !important; outline: none !important;}
ul{padding: 0; margin: 0;}
p{font-size: 16px;}
img{max-width: 100%; width: 100%;}

.btn-know-more{ color: var(--white); background: linear-gradient(45deg, #9a9fff, #6245fe); padding: 15px 45px; border-radius: 30px; margin-top: 30px; display: inline-block; font-size: 18px; transition: all 1s ease;}
.btn-know-more:hover{ color: var(--white); background: linear-gradient(45deg, #6245fe, #9a9fff);}

h1, h2, h3, h4, h5, h6{font-family: 'Quicksand';}
/*--common end--*/


/*--header-top-css--*/
header.fixed{width: 100%; background-color: #fff; z-index: 9; position: fixed; left: 0; top: 0; box-shadow: 0 0 10px #ccc;}

.top-header {padding: 10px 0; background: var(--blue);}
header.fixed .top-header{display: none;}

.top-header .top-info{padding-top: 5px; text-align: center;}
.top-header .top-info li{ display: inline-block; color: var(--white); margin-right: 15px;}
.top-header .top-info li a{ color: inherit;}

.top-header #google_element {display: inline-block; margin-right: 15px; vertical-align: middle; }
.top-header #google_element .skiptranslate {font-size: 0; }
.top-header #google_element .skiptranslate span {display: none; }
.top-header #google_element .skiptranslate select {font-size: 12px; }

.top-header .top-rgt {text-align: right; }
.header-social{display: inline-block;}
.header-social li{ display: inline-block; margin-left: 3px;}
.header-social li a {color: var(--white); display: block; width: 28px; height: 28px; border-radius: 50%; border: solid 1px #fff; text-align: center; line-height: 28px;}
.header-social li a:hover{color: var(--text-dark); border-color: var(--text-dark);}

.main-navbarbox .navbar {margin: 0; border: 0; padding: 10px 0; }
.main-navbarbox .navbar-brand {height: auto; padding: 0; max-width: 120px; margin-top: 0px;}

.navbar-nav{padding-top: 20px;}
.navbar-nav li a{color: var(--text-dark); padding: 7px 15px; font-size: 16px; border-radius: 30px;}
.navbar-nav li:last-child a{color: var(--white); background: var(--blue);}

.navbar-nav li.active > a,
.navbar-nav li.active:hover > a{color: var(--blue);}

.header-form {padding: 10px 0; background-image: linear-gradient(to right, orange,yellow,green,blue,violet); }
.header-form .form-inline{display: flex; justify-content: space-between;}
.header-form .form-inline input, 
.header-form .form-inline select {
    width: 100%; border-radius: 0; height: 42px; padding: 10px 15px; border: solid 1px #ccc; box-shadow: none; color: #000; 
}
.header-form .form-inline > * {width: 20%; padding: 0 7px;}
.header-form .form-inline button {color: var(--white); background: var(--blue); border-radius: 30px; font-size: 16px; display: block; }

header.fixed .main-navbarbox .navbar {padding: 5px 0;}
header.fixed .main-navbarbox .navbar-brand {max-width: 100px; }
header.fixed .navbar-nav{padding-top: 10px;}
header.fixed .navbar-nav li a{font-size: 15px;}

header.fixed .header-form .form-inline input, 
header.fixed .header-form .form-inline select{padding: 5px 15px; height: 36px;}


/*--end--*/


.home-hero{position: relative; text-align: center; height: 600px }
.home-hero .hero-img{width: 100%; height: 100%; object-fit: cover;}
.home-hero .hero-img video{width: 100%; height: 100%; object-fit: cover;}
.home-hero .hero-txt{position: absolute; top: 0; left: 0; height: 100%; width: 100%; display: flex; justify-content: center; align-items: center; background: rgba(0, 0, 0, 0.4); z-index: 1;}

.home-hero h1{margin-top: 0; font-size: 62px; text-transform: capitalize; font-weight: 800; color: var(--white);}
.home-hero p{font-size: 24px; text-transform: uppercase; font-weight: 400; color: var(--white); }
/*--end--*/


.home-choose-sec{padding: 60px 0;}
.home-choose-sec h3{text-align: center; margin-bottom: 50px; font-size: 52px; text-transform: capitalize; font-weight: 800; color: var(--text-dark); }
.choose-box {padding: 10px 20px 15px; display: block; background: #fff; border-radius: 10px; position: relative; z-index: 2; outline: none; text-align: center; margin-bottom: 35px; min-height: 430px;}
.choose-box:after {content: ''; width: 100%; height: 100%; display: block; position: absolute; top: 0; left: 0; background: #fff; border-radius: 10px; z-index: -1; -webkit-box-shadow: 0 5px 35px rgb(166 209 237 / 20%); box-shadow: 0 5px 35px rgb(166 209 237 / 20%); }

.choose-box:before {content: " "; width: 95%; height: 95%; z-index: -2; position: absolute; top: auto; bottom: 1px; left: 1px; border-radius: 12px; outline: 1px solid transparent; -webkit-transition: all .5s; transition: all .5s; background-image: linear-gradient(45deg, #e9a17b, #ff7cb0); background-repeat: repeat-x; }
.choose-box:hover:before {-webkit-transform: rotate(2deg) translateX(-5px) translateY(16px); transform: rotate(2deg) translateX(-5px) translateY(16px); }

.choose-box .choose-img{max-width: 70px; margin: 20px auto;}

.choose-box h4 {font-size: 24px; font-weight: 700; color: var(--text-dark); margin: 20px 0;}
.choose-box p {color: var(--text-light); font-weight: 400; min-height: 120px; } 
/*--end--*/



/*--end--*/
.home-flip-sec{padding: 50px 0; background: rgb(166 209 237 / 20%);}
.home-flip-sec h3{text-align: center; margin-bottom: 50px; font-size: 52px; text-transform: capitalize; font-weight: 800; color: var(--text-dark); }

.home-flip-sec .flip-box {position: relative; overflow: hidden; margin-bottom: 25px;}

.flip-box .flip-img {height: 300px; width: 100%; overflow: hidden; }
.flip-box .flip-img img {width: 100%; height: 100%; object-fit: cover; }
.flip-box .flip-img h4{color: var(--white); font-size: 24px; position: absolute; left: 0; bottom: 0; z-index: 1; width: 100%; text-align: center; transition: all 1s ease; }
.flip-box:hover .flip-img h4 {bottom: 50%; }
.flip-box .flip-txt {position: absolute; left: 0; top: 100%; z-index: 1; height: 100%; width: 100%; text-align: center; display: none; flex-direction: column; justify-content: center; align-items: center; background: rgba(0,0,0,.5); transition: all 1s ease; }
.flip-box .flip-txt h5 {color: var(--white); font-size: 24px; margin-bottom: 25px; }
.flip-box .flip-txt a{background: var(--blue); color: var(--white); display: inline-block; padding: 10px 20px; text-transform: uppercase; border-radius: 4px;}
.flip-box .flip-txt a:hover{background: var(--text-dark); color: var(--white);}

.flip-box:hover .flip-txt{top: 0;}
/*--end--*/

.home-about-sec{padding: 80px 0; position: relative; margin: 120px 0 70px;}
.home-about-sec h3{margin-top: 0; margin-bottom: 30px; font-size: 52px; text-transform: capitalize; font-weight: 800; color: var(--text-dark); }
.home-about-sec p {color: var(--text-light); font-size: 20px; font-weight: 400; line-height: 1.8;}
.home-about-sec .video-play-bg {position: absolute; top: 0; bottom: 0; right: 50%; width: 50%; margin-right: 70px; border-top-right-radius: 350px; border-bottom-right-radius: 350px; z-index: 1; background-image: linear-gradient(45deg, #e9a17b, #ff7cb0); }

.home-about-sec .lead-banner {content: " "; position: absolute; top: -40px; right: -2px; width: 100%; height: 104%; border-top-right-radius: 350px; border-bottom-right-radius: 350px; background-color: #fff;     background-position: center; background-repeat: no-repeat; background-size: cover;}

.home-about-sec .video-play-bg .js-video-button {
    position: absolute; top: 0px; right: 0px; z-index: 5; width: 100px; height: 100px; border: 0; display: inline-block; background: #fff; border-radius: 50%; font-size: 20px; line-height: 100px; text-align: center; padding-left: 7px; color: #6245fe; -webkit-transition: all .5s; transition: all .5s; -webkit-box-shadow: 0 2px 10px rgb(0 0 0 / 20%); box-shadow: 0 2px 10px rgb(0 0 0 / 20%);
}
.home-about-sec .js-video-button:hover {color: #6245fe; -webkit-box-shadow: 0 2px 50px rgb(0 0 0 / 10%); box-shadow: 0 2px 50px rgb(0 0 0 / 10%); }

/*--end--*/


.home-testimonials-sec{padding: 50px 0 60px; position: relative; margin: 70px 0 100px; }
.home-testimonials-sec::before, 
.home-testimonials-sec::after {content: " "; position: absolute; top: 0; bottom: -2rem; left: 160px; right: 0px; display: block; border-top-left-radius: 350px; border-bottom-left-radius: 350px;
}
.home-testimonials-sec::before{background-image: linear-gradient(45deg, #e9a17b, #ff7cb0); }
.home-testimonials-sec::after{background-image: linear-gradient(45deg, #9a9fff, #6245fe); bottom: 0;}
.home-testimonials-sec .container {z-index: 2; position: relative; }
.home-testimonials-sec .row {display: flex; align-items: center; }
.home-testimonials-sec img{max-width: 400px;}
.home-testimonials-sec h3{margin-top: 0; font-size: 52px; text-transform: capitalize; font-weight: 800; color: var(--white);}
.home-testimonials-sec p{line-height: 1.8; font-weight: 300; color: var(--white); font-weight: 400; margin-bottom: 0;}

/*--end--*/

.home-service-sec{padding: 60px 0;  background: rgb(166 209 237 / 20%);}
.home-service-sec h3{font-size: 52px; text-transform: capitalize; font-weight: 800; color: var(--text-dark); margin-top: 0; text-align: center; margin-bottom: 40px;}

.service-map{text-align: center; max-width: 600px; margin: auto;}
.service-map p{font-size: 20px; margin-top: 20px;}

.service-area ul {list-style: none; display: table; width: 100%;}
.service-area ul li{box-sizing: border-box; float: left;  padding: 0 15px; width: 33%;}

.service-area ul li a{display: block; font-size: 15px; color: var(--black); margin-bottom: 15px; }

/*--end--*/


.logo-tab-sec{padding: 70px 0 0; background: rgb(166 209 237 / 20%);}
.logo-tab-sec h3{font-size: 52px; text-transform: capitalize; font-weight: 800; color: var(--text-dark); margin-top: 0; text-align: center;}
.logo-tab-inner {padding: 80px 0 150px; position: relative; }
.logo-tab-inner .logo-tab-img {max-width: 340px; margin: auto; display: block; }
.float-item {display: flex; align-items: center; position: absolute; }

.float-icon {box-shadow: 0 24px 27px rgb(0 0 0 / 4%); background-color: #f2f5fa; display: flex; border-radius: 78px;
    align-items: center; justify-content: center; margin-right: 16px; padding: 5px; border: 3px #000 dashed;
}
.float-ic-in{background-image: linear-gradient(to right, #e5e5e5 , #fff); padding: 15px; width: 80px;
    min-width: 80px; height: 80px; border-radius: 88px; border: solid 2px #fff;
}

.logo-tab-inner .float-icon img {filter: brightness(0) invert(0); }

.float-item-2 .float-icon{border-color: #1c46db;}
.float-item-3 .float-icon{border-color: #14e5dc;}
.float-item-4 .float-icon{border-color: #d3465a;}
.float-item-5 .float-icon{border-color: #f606c9;}
.float-item-7 .float-icon{border-color: #17aa2e;}
.float-item-8 .float-icon{border-color: #ffd506;}
.float-item-9 .float-icon{border-color: #fe1824;}
.float-item-10 .float-icon{border-color: #e93980;}

.float-description {box-shadow: 0 41px 43px rgb(168 186 212 / 38%); background-color: #fff; width: 440px;
    padding: 30px 30px 25px; border-radius: 10px; position: absolute; display: none; z-index: 10; text-align: left;
}
.float-description {bottom: 95%; left: 50%; margin-left: -220px; }

.float-item:hover .float-description {display: block; }
.float-item.float-item-1 {flex-flow: row-reverse; flex-wrap: wrap-reverse; justify-content: center;
    position: absolute; left: 50%; top: 0; margin-left: -112px; display: none;
}

.float-item.float-item-2 {top: 4%; left: 67%; }
.float-item.float-item-3 {top: 26%; left: 73%; }
.float-item.float-item-4 {top: 50%; left: 74%; }
.float-item.float-item-5 {top: 74%; left: 71%; }
.float-item.float-item-6 {top: 86%; left: 53%; flex-flow: wrap; align-items: center; justify-content: center; margin-left: -150px; display: none; }
.float-item.float-item-7 {top: 74%; right: 71%; flex-flow: row-reverse; }
.float-item.float-item-8 {top: 50%; right: 73%; flex-flow: row-reverse; }
.float-item.float-item-9 {top: 27%; right: 72%; flex-flow: row-reverse; }
.float-item.float-item-10 {top: 4%; right: 65%; flex-flow: row-reverse; }

.float-item.float-item-7 .float-icon, .float-item.float-item-8 .float-icon, 
.float-item.float-item-9 .float-icon, .float-item.float-item-10 .float-icon {
    margin-left: 16px;
    margin-right: 0;
}
.float-item.float-item-7 .float-text, .float-item.float-item-8 .float-text, 
.float-item.float-item-9 .float-text, .float-item.float-item-10 .float-text {
    margin-left: 0; margin-right: 16px; text-align: right;
}

/*--end--*/

.contact-sec{padding: 60px 0; display: none; }
.contact-sec h3{margin-top: 0; margin-bottom: 10px; font-size: 52px; text-transform: capitalize; font-weight: 800; color: var(--text-dark); }
.contact-sec form input{height: 42px; box-shadow: none;}
.contact-sec form textarea{height: 90px; box-shadow: none; resize: none;}
.contact-sec form button{display: inline-block; background: var(--blue); color: var(--white); padding: 10px 25px; font-size: 16px; text-transform: uppercase; border: 0}
.contact-sec form button:hover{background: var(--text-dark); color: var(--white);}

.contact-address{margin-bottom: 35px; text-align: center;}
.contact-address a{color: var(--black);}
/*--end--*/



.call-back {padding: 50px 0; text-align: center; background: var(--blue); font-size: 24px; background-image: linear-gradient(45deg, #e9a17b, #ff7cb0); }

.call-back p {color: #fff; font-size: 32px; margin-bottom: 0; font-weight: 700; }
.call-back a {color: #fff; } 
.call-back a:hover{color: var(--black);}

/*--footer-css--*/
footer{ padding: 40px 0 15px; text-align: center;}
.ft-logo a{display: block;max-width: 180px;margin: 0 auto 20px;}

.ft-social{margin-bottom: 15px;}
.ft-social li{display: inline-block; padding-right: 6px;}
.ft-social li a{display: block; width: 30px; height: 30px; text-align: center; background: #a6d1ed; color: #172b43; line-height: 30px; border-radius: 4px;}
.ft-social li a:hover{background: var(--blue); color: #fff;}

footer p a{color: var(--black);}
/*--end--*/

/*--video--*/
#videoModal .modal-dialog {max-width: 800px; margin: 30px auto; }
#videoModal .modal-body {position:relative; padding:0px; }
#videoModal .close {position:absolute; right:10px; top: -30px; z-index:999; font-size: 24px; font-weight: normal; color:#fff; opacity:1; }
/*--end--*/


.full-width{padding: 60px 0;}
.full-width h3 {margin: 0 auto 20px; font-size: 36px; font-weight:800; }
.full-width h4 {margin: 0 auto 15px; font-size: 24px; font-weight:800; }
.full-width .full-logo a{display: block; max-width: 200px; margin: 20px auto;}

.full-width .apply-btn{display: block; max-width: 200px; margin: 20px auto; color: var(--white);
    background: var(--blue); border: solid 2px var(--blue); padding: 10px 20px; border-radius: 30px;}
.full-width .apply-btn:hover{background: var(--white); color: var(--blue);}


@media (max-width: 1199px){
  .top-header .top-info li:nth-child(1) {display: none; }
} 

@media (max-width: 991px){
    .navbar-toggle .icon-bar{background: #5956e9;}
    .navbar-header {float: none; }
    .navbar-left,
    .navbar-right {float: none !important; }
    .navbar-toggle {display: block; margin: 27px 0 0;} 
    .navbar-collapse {border-top: 1px solid transparent; box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);}
    .navbar-fixed-top {top: 0; border-width: 0 0 1px; }
    .navbar-collapse.collapse {display: none!important; }
    .navbar-nav {float: none!important; margin-top: 7.5px;}
    .navbar-nav > li {float: none; }
    .navbar-nav>li>a {padding: 10px 15px 10px; display: inline-block;}
    .collapse.in{display:block !important; }


    .top-header .top-info li{font-size: 12px; margin-right: 10px;}

    .home-hero h1{font-size: 42px;}

    .home-sec-1 {padding: 40px 0 0;}
    .home-sec-1 h1{font-size: 42px;}
    .home-sec-1 p{font-size: 20px;}

    .home-flip-sec h3{font-size: 36px;}
    .choose-box h4{font-size: 22px;}

    .home-about-sec{padding: 40px 0; margin: 80px 0 50px;}
    .home-about-sec h3{font-size: 36px; margin-bottom: 20px;}
    .home-service-sec .sec-heading h3{font-size: 36px;}

    .logo-tab-sec h3{font-size: 36px;}
    .logo-tab-inner .logo-tab-img{max-width: 230px;}

    .service-area{margin-top: 30px;}
    .call-back p{font-size: 24px;}

    .home-testimonials-sec::before, 
    .home-testimonials-sec::after{left: 30px;}
    .home-testimonials-sec h3{font-size: 36px;}
    .home-testimonials-sec p{line-height: 1.4;}

    .ft-logo a{max-width: 200px; margin: 0 auto 20px;}
    .footer-top .ft-social {text-align: center; margin-bottom: 40px; }
    .footer-top .ft-social li {padding-left: 3px; padding-right: 3px; }

}  

@media (max-width: 767px){
    p{font-size: 14px;}
    .btn-know-more{font-size: 14px; margin-top: 10px; padding: 10px 25px;}

    .top-header .top-info{padding-top: 0;}
    .navbar-toggle{margin: 15px 0 0;}

    .main-navbarbox .navbar{box-shadow: 0 0 10px #ccc; padding: 10px;}
    .main-navbarbox .navbar-brand{max-width: 100px;}
    .header-form{display: none;}
    
    .home-hero{height: auto;}
    .home-hero h1{font-size: 24px;}
    .home-hero .hero-txt{position: static; padding: 20px; background: var(--text-dark);}

    .home-sec-1{text-align: center;}
    .home-sec-1 h1{font-size: 20px;}
    .home-sec-1 p{font-size: 15px;}
    .home-sec-1 .row{display: block;}
    .home-sec-1 img{margin-top: 40px;}

    .home-flip-sec{padding: 40px 0 20px;}
    .home-flip-sec h3{font-size: 20px; margin-top: 0; margin-bottom: 20px;}
    .flip-box .flip-img h4{font-size: 18px;}

    .home-choose-sec{padding: 50px 0 30px}
    .home-choose-sec h3{font-size: 20px; margin-bottom: 30px;}
    .choose-box{padding: 30px 15px 15px; min-height: auto;}
    .choose-box h4{font-size: 16px; margin: 10px 0;}
    .choose-box p{min-height: auto;}

    .home-partner-sec{padding: 50px 0 20px}
    .partner-box h4{font-size: 20px;}
    .partner-box ul li{max-width: 170px; height: 60px;}

    .home-about-sec{margin: 0; padding: 70px 0 40px; text-align: center;}
    .home-about-sec h3{font-size: 20px; margin-bottom: 20px;}
    .home-about-sec p{font-size: 14px;}
    .home-about-sec .video-play-bg{position: relative; left: -4px; right: auto; width: 90vw; height: 68vw; margin-bottom: 30px;}
    .home-about-sec .video-play-bg .js-video-button{width: 60px; height: 60px; line-height: 60px; top: 30px; right: 30px;}

    .home-testimonials-sec{padding: 40px 0; text-align: center; margin: 0 0 20px;}
    .home-testimonials-sec .row{display: block;}
    .home-testimonials-sec h3{font-size: 24px;}
    .home-testimonials-sec h3 br{display: none;}
    .testimonials_text .testim_nam p:nth-child(1){font-size: 18px;}
    .home-testimonials-sec::before, 
    .home-testimonials-sec::after{left: 0; border-radius: 0;}
    
    .home-service-sec{padding: 40px 0;}
    .home-service-sec .sec-heading{margin-bottom: 30px;}
    .home-service-sec .sec-heading h3{font-size: 24px;}
    .service-map{margin-bottom: 30px;}
    .service-area ul li{float: none; width: 100%;}
    .service-area ul li a{font-size: 16px;}
    .service-box{margin-bottom: 15px;}
    .service-box a{font-size: 16px;}

    .logo-tab-sec{padding: 40px 0 0;}
    .logo-tab-sec h3{font-size: 20px;}
    .logo-tab-inner{padding: 0px 0 30px;}
    .logo-tab-inner .logo-tab-img{display: none;}
    .float-item{position: static; display: block;}
    .float-icon{width: 70px; margin: 20px auto !important;}
    .float-ic-in{padding: 10px; width: 50px; min-width: 50px; height: 50px;}

    .float-item .float-text{text-align: center !important; font-size: 20px; font-weight: 600;}
    .float-description{position: static; display: block; margin-left: 0; width: auto; font-weight: 400; box-shadow: none; text-align: center; padding: 5px 0 20px;}


    .full-width h3 {font-size: 24px; }
    .full-width h4 {font-size: 20px; }

    .contact-sec{padding:40px 0; display: block;}
    .contact-sec h3{font-size: 24px;}

    .call-back{padding: 20px 0;}
    .call-back p{font-size: 20px;}

    .footer-top{padding: 40px 15px;}
    .ft-logo a{max-width: 110px}
    .footer-top h3{font-size: 18px; margin-bottom: 15px; margin-top: 30px;}
    .footer-top ul li a{font-size: 14px; line-height: 1.4;}

}






.inner-banner{padding: 50px 0; background: rgb(166 209 237 / 20%); text-align: center;}
.inner-banner h1{ font-size: 52px; text-transform: capitalize; font-weight: 800; color: var(--text-dark);}

.install-sec{padding: 60px 0 30px} 
.install-box {padding: 0; display: block; background: #fff; border-radius: 10px; position: relative; z-index: 2; outline: none; text-align: center; margin-bottom: 35px; }
.install-box:after {content: ''; width: 100%; height: 100%; display: block; position: absolute; top: 0; left: 0; background: #fff; border-radius: 10px; z-index: -1; -webkit-box-shadow: 0 5px 35px rgb(166 209 237 / 20%); box-shadow: 0 5px 35px rgb(166 209 237 / 20%); }

.install-box:before {content: " "; width: 95%; height: 95%; z-index: -2; position: absolute; top: auto; bottom: 1px; left: 1px; border-radius: 12px; outline: 1px solid transparent; -webkit-transition: all .5s; transition: all .5s; background-image: linear-gradient(45deg, #e9a17b, #ff7cb0); background-repeat: repeat-x; }
.install-box:hover:before {-webkit-transform: rotate(2deg) translateX(-5px) translateY(16px); transform: rotate(2deg) translateX(-5px) translateY(16px); }

.install-box .install-img{ height: 200px; overflow: hidden;}
.install-box .install-img img{border-radius: 10px 10px 0 0;}

.install-box .install-txt{padding: 20px;}
.install-box .install-txt h5 {font-size: 24px; font-weight: 400; color: var(--text-dark); margin: 0 0 20px;}
.install-box .install-txt a {color: var(--white); background: var(--blue); border-radius: 30px; font-size: 12px; display: inline-block; padding: 10px 20px;}
.install-box .install-txt a:hover{}


.inner-about-sec{padding: 60px 0;  background: rgb(166 209 237 / 20%); text-align: center;}
.inner-about-sec h2{margin-top: 0; margin-bottom: 30px; font-size: 52px; text-transform: capitalize; font-weight: 800; color: var(--text-dark);}
.inner-about-sec p{color: var(--text-light); font-size: 20px; font-weight: 400; line-height: 1.8;}

.install-form-sec{padding: 60px 0;}
.install-form-sec .install-address{text-align: center; margin-bottom: 40px;}
.install-form-sec h3{margin-top: 0; margin-bottom: 10px; font-size: 52px; text-transform: capitalize; font-weight: 800; color: var(--text-dark); }

.install-form-sec form input{height: 42px; box-shadow: none;}
.install-form-sec form textarea{height: 90px; box-shadow: none; resize: none;}
.install-form-sec form button{display: inline-block; background: var(--blue); color: var(--white); padding: 10px 25px; font-size: 16px; text-transform: uppercase; border: 0}
.install-form-sec form button:hover{background: var(--text-dark); color: var(--white);}

/*--end--*/

.demo-gallery{
    padding: 60px 0;
}
.demo-gallery > ul {
  margin-bottom: 0;
}
.demo-gallery li {
    margin-bottom: 25px;
    
}

.demo-gallery .justified-gallery > a .demo-gallery-poster > img {
  left: 50%;
  margin-left: -10px;
  margin-top: -10px;
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transition: opacity 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}
.demo-gallery .justified-gallery > a:hover .demo-gallery-poster {
  background-color: rgba(0, 0, 0, 0.5);
}


@media (max-width: 991px){
    .inner-banner h1{font-size: 36px; margin: 0}
    .install-box .install-txt h5{font-size: 20px;}

    .inner-about-sec h2{font-size: 36px;}
    .inner-about-sec p{font-size: 16px;}

    .install-form-sec h3{font-size: 36px;}
}


@media (max-width: 767px){
    .inner-banner h1{font-size: 24px;}

    .install-sec{padding: 40px 0 10px;}
    .install-form-sec{padding: 40px 0;}
    .install-form-sec h3{font-size: 24px;}

    .inner-about-sec{padding: 40px 0;}
    .inner-about-sec h2{font-size: 24px;}

    .install-form-sec form button{font-size: 14px;}
}


