/*
Theme Name: applex
*/


@font-face {
	font-family: clash-display;
	src: url(../borrow/assets/clash-display/ClashDisplay-Medium.otf);
	font-weight: 500;
}

@font-face {
	font-family: clash-display;
	src: url(../borrow/assets/clash-display/ClashDisplay-Regular.otf);
	font-weight: 400;
}

@font-face {
	font-family: clash-display;
	src: url(../borrow/assets/clash-display/ClashDisplay-Semibold.otf);
	font-weight: 600;
}

@font-face {
	font-family: clash-display;
	src: url(../borrow/assets/clash-display/ClashDisplay-Bold.otf);
	font-weight: 700;

}


@font-face {
	font-family: general;
	src: url(../borrow/assets/general/GeneralSans-Medium.otf);
	font-weight: 500;
}

@font-face {
	font-family: general;
	src: url(../borrow/assets/general/GeneralSans-Regular.otf);
	font-weight: 400;
}

@font-face {
	font-family: general;
	src: url(../borrow/assets/general/GeneralSans-Semibold.otf);
	font-weight: 600;
}

@font-face {
	font-family: general;
	src: url(../borrow/assets/general/GeneralSans-Bold.otf);
	font-weight: 700;

}


.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}
.fa-whatsapp {

    padding-top: 14px;
}

h1,h2,h3,h4,h5,h6{
    font-family:'SF Pro Display', sans-serif;
    color: #1C1C1C;
}
p, a{
    font-family: 'SF Pro Display', sans-serif ;
    color: rgba(28, 28, 28, 0.7);  
    font-size: 16px;                                         
}
a:hover{
   
    text-decoration: none !important;
}

.container{
    max-width: 1235px !important;

}

/* width */
::-webkit-scrollbar {
  width: 4px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #FF8C46;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}
  html {
    scroll-behavior: smooth;
  }
 /* header start */
 .header-wrapper .container{
     max-width: 1290px !important;
 }
 .header-log img {
    width: 105px;
    object-fit: contain;
    height: auto;
}

.header-wrapper{
    position: fixed;
    z-index: 10;
    width: 100%;
    background: #ffffffe3;
}

.f-nav .header-wrapper {
    background: #fff;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    padding-top: 0px;
    margin-top: 0px;
    z-index: 99;
}
.f-nav .header-wrapper .header-log img{
    height: 70px;
    width:70px;
}
.f-nav .menu-logoheader{
    padding-top: 0;
}
.f-nav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link{
    color:#000;
}
 /* header ends */

 /* banner start */
 .home-banner-wrap {
    position: relative;
    height: 100vh;

}
.banner-item img{
    height: 100vh;
    width: 100%;
    object-fit: cover;
    object-position: center;
}
.menu-logoheader{
    padding-top: 20px;
}
.menu-logoheader .row {
    display: flex;
    align-items: center;
    justify-content: space-between; 
}

.men {
    margin-left: auto; 
    display: flex;
    align-items: center; 
}
#mega-menu-wrap-primary{
    margin-left: auto;
}
.banner-caption {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    transform: translateY(-50%);
}
.bannerslider-item h2{
    font-family: 'SF Pro Display', sans-serif !important;
    color: #fff;
    width: 70%;
    margin: auto;
    font-size: 55px;
    font-weight: 500;
}

.bannerslider-item p {
    color: #fff;
    width: 48%;
    margin: auto;
    font-weight: 300;
    padding-top: 15px;
    font-size: 17px;
}
.slick-prev, .slick-next {

    color: white;
    border: none;
    font-size: 24px;
    padding: 10px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 10;
}
.slick-prev {
    left: 100px;
}
.slick-next {
    right: 140px;
}
/* .slick-prev:before, .slick-next:before {
    display: none !important;
} */
.slick-prev:before, .slick-next:before{

    background: #ffffff47;
    padding: 12px 16px;
    border-radius: 10px;
    border: 1px solid #eeeeee87;
}
.banner-buttons{
    margin-top: 30px;
}
.quote-btn {
    background: #ff8c46;
    color: #fff;
    padding: 10px 20px;
    width: fit-content;
    border-radius: 10px;
}
.service-btn {
    background: #fff;
    color: #ff8c46;
    padding: 10px 20px;
    width: fit-content;
    border-radius: 10px;
}
.service-btn:hover {
    background: #ff8c46;
    color: #fff;
    padding: 10px 20px;
    width: fit-content;
    border-radius: 10px;
}
.quote-btn:hover {
    background: #fff;
    color: #ff8c46;

}

/* banner bottom starts */
.banner-bottom-item {
    background: #fff;
    border-radius: 15px;
    padding: 20px;
    text-align: center;
    box-shadow: 7px 20px 20px 0px #0000002e;
    height: 100%;
}
.banner-bottom-wrapper {
    width: 75%;
    margin: -70px auto 80px;
}
.banner-bottom-wrapper h4 {
    color: #000;
    font-size: 22px;
    font-weight: 600;
    padding: 10px 0 3px;
}
.banner-bottom-wrapper p{
    font-size: 15px;
    line-height: 20px;
}
.ban-btm-img {
    background: #ECECEC;  
    border-radius: 50%;  
    padding: 15px;  
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;  
    height: 80px;  
    margin: auto;
}

.ban-btm-img img {
    width: 50px; 
    height: 50px;
    object-fit: contain;
}
.about-wrapper {
    background: #EFEFEF;
    padding-top: 60px;
    padding-bottom: 60px;
}
.about-wrapper .container{
    width: 80%;
}
.about-para h2 {
    font-size: 44px;
    line-height: 45px;
    padding-bottom: 30px;
    padding-top: 10px;
}
.about-para p{
    font-size: 15px;
    margin-bottom: 50px;
}
.about-para h6{
    color: #FF8C46;
    font-size: 20px;

}
.abt-feature-box{
    background: #fff;
    border-radius: 20px;
    padding: 25px;
    position: relative;
    overflow: hidden;
    height: 100%;
}
.abt-feature-box:before{
    position: absolute;
    content: '';
    background: url(../applex/assets/img/blur.png) no-repeat center;
    background-size: cover;
    right: 0;
    top: 0;
    width: 260px;
    height: 200px;
    object-fit: contain;
}
.abt-features .col-12{
    padding-left: 12px !important;
    padding-right: 12px !important;
    margin-bottom: 20px;
}
.abt-feature-box h5 {
    color: #1770B8;
    font-size: 22px;
    padding-top: 10px;
}

.about-para a {
    background: #fff;
    padding: 12px 20px;
    border-radius: 20px;
    color: #1770B8;
}
.about-para a:hover{
    color: #FF8C46;
    background: #1770B8;
    transition: .5s ease-in;
}
.abt-features{
    padding-left: 40px;
}

/* banner bottom ends */

/* service section starts */

.service-wrapper {
    background: #161616;
    padding-top: 60px;
    padding-bottom: 60px;
}
.service-wrapper h6{
    color: #FF8C46;
    font-size: 30px;
    text-align: center;
    text-transform: uppercase;
    padding-bottom: 15px;
}
.service-wrapper h1{
    color: #fff;
    font-size: 42px;
    text-align: center;
    margin: auto;
    width: 75%;
    padding-bottom: 35px;
}
.serv-main-img img{
    width: 100%;
    height: 180px;
    object-fit: cover;
    border-radius: 20px;
}
.service-home-item{
    border-top: 1px solid #ffffff59;
    padding: 30px 0;
}
.serv-count h5{
    color: #fff;
    font-weight: 25px;
}
.service-home-item h4{
    font-size: 26px;
    color: #fff;
}
.service-home-item p{
    color: #fff;
}
.service-home-item a {
    color: #fff;
    position: absolute;
    bottom: 0;
}
.service-home-item a:hover{
    color: #FF8C46;
}

/* service section ends */
/* gallery section starts */

.gallery-wrapper{
    padding-top: 50px;
    padding-bottom: 50px;
}
.gallery-wrapper h5{
    color: #FF8C46;
    text-align: center;
    padding-bottom: 15px;
    font-size: 40px;
}
.vp-portfolio__item-img, .vp-portfolio__item{
    height: 250px;
}

/* gallery section ends */

/* testimonial section starts */

.testimonial-wrapper{
    background: url(../applex/assets/img/testbg.png) no-repeat left;
    background-size: cover;
    padding-top: 50px;
    padding-bottom: 50px;
}
.testimonial-wrapper h5{
    color: #FF8C46;
    text-align: center;
    font-size: 24px;
}
.testimonial-wrapper h2{
    color: #000;
    text-align: center;
    font-size: 42px;
}
.testimonial-slider{
    width: 80% !important;
    margin: auto !important;
}
.testimonial-item{
    background: #fff;
    box-shadow: 0px 8px 8px 0 #0000002e;
    padding: 20px;
    height: 100%;
}

.testimonial-item h6{
    font-weight: 200;
    color: #5e5e5e;
    font-size: 15px;
}
.testimonial-wrapper .slick-prev {
    left: -80px;
}
.testimonial-wrapper .slick-next {
    right:  -26px;
}
.testimonial-wrapper .slick-prev:before, .testimonial-wrapper .slick-next:before {
    background: none;
    color: #000;
}
.test-cnt{
    display: flex;
    gap: 15px;
}
.gif-img{
    width: 55px;
    height: 55px;
    object-fit: contain;
    margin: auto;
    text-align: center;
}
.test-img img{
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 50%;
}

/* testimonial section ends */

/* blog section starts */

.blog-wrapper h5{
    color: #FF8C46;
    text-align: center;
    font-size: 24px;
}
.blog-wrapper h2 {
    color: #000;
    text-align: center;
    font-size: 55px;
    font-weight: 600;
    padding-bottom: 25px;
}
.blog-wrapper {
    padding-top: 50px;
    padding-bottom: 50px;
}
.blog-wrapper img{
    width: 100%;
    height: 220px;
    object-fit: cover;
}
.blog-item h4 {
    color: #008CCB;
    font-size: 22px;
    text-align: center;
}
.blog-item p{
    text-align: center;
}
.blog-item h6 {
    font-size: 14px;
    text-align: center;
    padding-top: 10px;
    font-weight: 100;
    color: #0000008a;
}
/* blog section ends */

/* faq starts */

.accordion {
    background-color: #ffffff;
    color: #444;
    padding: 18px;
    width: 65%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
    margin: 6px auto;
    display: block;
    border-radius: 15px;
    box-shadow: 0px 2px 12px 0 #00000024;
    font-size: 18px;
    font-weight: 600;
}
.active, .accordion:hover {
    background-color: #f3f3f3;
}

.accordion:after {
    content: '\002B';
    color: #777;
    font-weight: bold;
    float: right;
    margin-left: 5px;
    font-size: 20px;
}

.active:after {
    content: "\2212";
}
  
.panel {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    text-align: center;
    width: 65%;
    margin: auto;

}
.faq-wrapper h5 {
    color: #FF8C46;
    text-align: center;
    font-size: 24px;
}
.faq-wrapper h2 {
    color: #000;
    text-align: center;
    font-size: 45px;
    font-weight: 500;
    padding-bottom: 25px;
    width: 70%;
    margin: auto;
}
.faq-wrapper h2 span{
    color: #FF8C46;
}
.faq-wrapper{
    margin-top: 40px;
}
/* faq ends */

/* footer starts */

.faq-btm-wrapper .container {
    background: url(../applex/assets/img/cntdt.webp) no-repeat center;
    height: 500px;
    border-radius: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 50px;
}
.faq-btm-wrapper h1 {
    width:55%;
    color: #ff8c46;
    background: -webkit-linear-gradient(#FFDA95, #FFB121);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 55px;
    font-weight: 600;
    line-height: 75px;
}
.faq-btm-wrapper h1 span {
    background: #1770B8 !important;
    -webkit-text-fill-color: #FFB731 !important;
    border-radius: 10px;
    padding: 5px;
}
.faq-btm-wrapper a{
    display: flex;
    gap: 5px;
}
.faq-btm-wrapper h6{
    background: #fff;
    padding: 15px 20px;
    border-radius: 30px;
    color: #000;
}
.faq-btm-wrapper a span {
    background: #fff;
    padding: 15px 20px;
    border-radius: 50%;
    color: #000;
    width: 50px;
    height: 50px;
}
.faq-btm-wrapper .fa-solid {
    rotate: -32deg;
}
.faq-btm-wrapper a:hover {
    color: #FF8C46 !important;
}
.footer{
    background: #212121;
    padding-top: 40px;
    padding-bottom: 0px;
    margin-top: 60px;
}
.faq-btm-wrapper{
    margin-bottom: 50px;
}
.footer-item-col-1 h2 {
    background: -webkit-linear-gradient(#FFB384, #FF8C46);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 600;
    font-size: 32px;
    width: 86%;
}
.map iframe{
    border-radius: 20px;
    margin-top: 20px;
}
.footer-item h4,
.footer-item p,
.footer-item a{
    color: #fff;
}
.footer-item h4{
    padding-bottom: 14px;
}
#menu-quick-links,
#menu-footer-service {
    padding-left: 5px !important;
    list-style: none;

}
.footer-second-row p {
    color: #fff;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 0;
    padding-bottom: 10px;
}
.footer-second-row a{
    color: #fff;
}
.footer-second-row a:hover{
    color: #FF8C46;
}
.footer-social a {
    font-size: 22px;
    text-align: center;
    background: -webkit-linear-gradient(#fff, #ffb52b);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin:10px;

}
.footer-social a:hover{
    background: -webkit-linear-gradient(#fff, #fff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.footer-social{
    margin-top:20px;
}
/* footer ends */

/* inner page starts */

.innerpage-header{
    height: 400px;
    position: relative;
    width: 100%;
}
.innerpage-header img{
    height: 100%;
    object-fit: cover;
    width: 100%;

}
.pageheading-middle {
    position: absolute;
    bottom: 25px;
    width: 100%;
}
.inner-wrapper{
    padding-top: 80px;
    padding-bottom: 80px;
}
.pageheading-middle h2{
    color: #ff8c46;
    width:40% ;
}
#breadcrumbs a{
    color: #000;
}
#breadcrumbs a:hover{
    color: #FF8C46;
}

/* about page starts */

.about-image img{
    width: 100%;
    height: 400px;
    object-fit: contain;
}
.inner-head {
    font-size: 35px;
    font-weight: 600;
    position: relative;
}
.inner-head::before{
    position: absolute;
    content: '';
    background: url(../applex/assets/img/logo-icon.png) no-repeat center;
    background-size: contain;
    width: 60px;
    height: 60px;
    object-fit: contain;
    left: 0;
    top: -60px;
}
.about-innerpage, .service-detail-page{
    padding-top: 130px;
}
.mission-wrapper {
    background: #EFEFEF;
    padding: 80px 0;
}
.mv-img img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    /* position: absolute;
    right: 0; */
}
.mission-box {
    background: #fff;
    padding: 15px;
    height: 100%;
    box-shadow: 0 0 11px 0 #00000047;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}
.mission-box:before{
    position: absolute;
    background: url(../applex/assets/img/blur.png) no-repeat center;
    background-size: cover;
    content: '';
    width: 150px;
    height: 150px;
    top: 0;
    right: 0;

}
.mission-box h4{
    color: #1a71b8;
    font-size: 25px;
    font-weight: 600;
}
.mv-wrapper {
    position: absolute;
    right: -76px;
    z-index: 1;
    top: 55px;
}
.mv-wrapper .col-lg-4{
    padding-left: 5px !important;
    padding-right: 5px !important;
}
/* about page ends */

/* services inner starts */

.serv-inner-img img{
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 20px;
    box-shadow: 0px 13px 11px 0 #00000061;
}

/* services inner ends */

/* contact starts */

.contact-detail-box {
    background: #000;
    padding: 20px;
    border-radius: 20px;
    text-align: center;
    height: 100%;
}
.contact-detail-box i {
    color: #ef8342;
    font-size: 26px;
    border-radius: 50%;
    border: 1px solid #fff;
    padding: 0px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
}
.contact-detail-box h6 {
    color: #ef8342;
    font-size: 22px;
    text-align: center;
    padding-top: 15px;
    font-weight: 600;
}
.contact-detail-box p, .contact-detail-box a{
    color: #fff;
    color: 22px;
}
.contact-detail-box a:hover{
    color: #FF8C46;
}
.contact-first-row {
    width: 80%;
    margin: auto;
    display: flex;
    justify-content: center;
}
.cnt-btm{
    background: #f3f3f3;
    padding-top: 60px;
    padding-bottom: 60px;
    margin-top: 80px;
}
.contact-form input{
    width: 100%;
    border: none;
    border-radius: 6px;
    margin: 8px 0;
    padding: 5px;
    height: 45px;
    box-shadow: 0 0 3px 0 #0000002d;
}
.contact-form textarea{
    width: 100%;
    border: none;
    border-radius: 6px;
    margin: 8px 0;
    padding: 5px;
    height: 100px;
    box-shadow: 0 0 3px 0 #0000002d;
}
.contact-form {
    background: #fff;
    padding: 30px;
    border-radius: 20px;
}
.wpcf7 p {
    margin: 0;
    padding: 0;
}
.wpcf7-submit {
    background: #ff8c46;
    color: #fff;
    width: fit-content !important;
    margin: auto !important;
    display: block !important;
    padding: 10px 20px !important;
}
.cnt-frm-head h1 {
    background: -webkit-linear-gradient(#ff8c46, #9a4513);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 500;
    font-size: 60px;
}
.wpcf7-spinner{
    display: none;
}
.cnt-frm-head {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}
.contact-inner {
    padding-bottom:30px !important;
}
/* contact ends */

/* blog page starts */

.blog-inner-item img{
    width: 100%;
    height: 320px;
    object-fit: cover;

}
.blog-detail-wrapper {
    position: absolute;
    bottom: -60px;
    background: #fff;
    width: 74%;
    padding: 20px;
    box-shadow: 0 0 11px 0 #0000002e;
    height: 68%;
}
.blog-detail-wrapper h6 {
    color: #353535;
    font-size: 13px;
    font-weight: 100;
    padding-bottom: 9px;
    border-bottom: 1px solid #1a71b8;
    width: 55%;
}
.blog-detail-wrapper h5{
    color: #1a71b8;
}
.blog-inner-item:hover img {
    transform: scale(1.1); 
    transition: transform 0.3s ease-in-out; 
}
/* blog page ends */

/* testimonial inner starts */

.testimonial-inner-wrapper{
    background: #fff !important;
}
.testimonial-inner-wrapper .col-lg-6{
    margin-bottom: 20px;
}
.testimonial-inner-wrapper .testimonial-item {
    box-shadow: 0px 0px 8px 0 #0000002e;
}
.testimonial-inner-wrapper .gif-img {
    display: block;
}
/* testimonial inner ends */




@media only screen and (max-width:767px){
    

.bannerslider-item h2 {
    width: 95%;
    font-size: 42px;
    line-height:42px;

}
.bannerslider-item p {
    width: 100%;
    font-size: 16px;
}
.banner-item img, .home-banner-wrap{
    height:80vh;
}

.banner-bottom-wrapper {
    width: 100%;
    margin: 60px auto 60px;
}

.banner-bottom-item {
    box-shadow: 0px 2px 20px 0px #0000002e;

}
.banner-bottom-wrapper .col-lg-4{
    margin-bottom:20px;
}
.header-log img {
    width: 110px;
}
.header-wrapper {
    background: #ffffffcc;
}
.banner-caption
{
    top:60%;
}
.slick-prev, .slick-next{
    display:none !important;
}
.about-para h2 {
    font-size: 30px;
    line-height: 35px;
    padding-bottom: 25px;
    padding-top: 0px;
}
.abt-features {
    padding-left: 0;
    margin-top: 50px;
}
.service-wrapper h1 {
    font-size: 28px;
    width: 100%;
}
.service-home-item a {
    bottom: -16px;
}
.serv-main-img img {
    margin-bottom: 18px;
    margin-top: 10px;
}
.testimonial-wrapper h2 {
    font-size: 30px;
    padding-bottom:20px;
}
.testimonial-slider {
    width: 100% !important;
}
.blog-wrapper h2 {
    font-size: 34px;
    padding-bottom: 15px;
}
.faq-wrapper {
    margin-top: 0;
}
.faq-wrapper h2 {
    font-size: 26px;
    font-weight: 500;
    width: 99%;
}
.accordion {
    padding: 14px;
    width: 100%;
    font-size: 15px;
    margin: 6px auto;
    font-size: 14px;
}
.panel {
    width: 100%;
}
.faq-btm-wrapper h1 {
    width: 100%;;
    font-size: 32px;
    line-height: 47px;
}
.faq-btm-wrapper .container {
    height: 400px;
    padding: 15px 30px;
}
.footer-item-col-1 h2 {
    font-size: 25px;
}
.footer-social {
    margin-bottom: 20px;
}
#mega-menu-wrap-primary {
    margin-left: unset !important;
}
.pageheading-middle h2{
    font-size:22px;
}
.inner-head {
    font-size: 25px;
}
.mv-wrapper {
    position: unset;
}
.mv-wrapper .col-lg-4{
    margin-bottom:20px;
}
.contact-first-row {
    width: 100%;
    margin: auto;
    display: block;
}
.contact-first-row .col-lg-4 {
    margin-bottom:20px;
}
.cnt-frm-head h1{
    font-size:35px;
}
}

@media only screen and (min-width:768px) and (max-width:1200px){
   #mega-menu-wrap-primary {
    margin-left: unset;
}
.slick-prev, .slick-next{
    z-index:8;
}
.bannerslider-item h2 {
    width: 73%;
    font-size: 51px;
    line-height: 58px;
}
.bannerslider-item p {
    width: 80%;
    font-size: 18px;
}

.banner-bottom-wrapper {
    width: 100%;
    margin: -22px auto 60px;
}

.banner-bottom-item {
    box-shadow: 0px 2px 20px 0px #0000002e;

}
.banner-bottom-wrapper .col-lg-4{
    margin-bottom:20px;
}
.header-log img {
    width: 110px;
}
.header-wrapper {
    background: #ffffffcc;
}
.banner-caption
{
    top:60%;
}
.slick-next {
    right: 100px;
}
.about-para h2 {
    font-size: 50px;
    line-height: 54px;
    padding-bottom: 25px;
    padding-top: 0px;
}
.abt-features {
    padding-left: 0;
    margin-top: 50px;
}
.service-wrapper h1 {
    font-size: 28px;
    width: 100%;
}
.service-home-item a {
    bottom: -16px;
}
.serv-main-img img {
    margin-bottom: 18px;
    margin-top: 10px;
}
.testimonial-wrapper h2 {
    font-size: 30px;
    padding-bottom:20px;
}
.testimonial-slider {
    width: 100% !important;
}
.blog-wrapper h2 {
    font-size: 34px;
    padding-bottom: 15px;
}
.faq-wrapper {
    margin-top: 0;
}
.faq-wrapper h2 {
    font-size: 35px;
    font-weight: 500;
    width: 72%;
}
.accordion {
    padding: 15px;
    width: 85%;
    font-size: 15px;
    margin: 6px auto;
}
.panel {
    width: 100%;
}

.faq-btm-wrapper h1 {
    width: 78%;
    font-size: 52px;
    line-height: 69px;
}
.faq-btm-wrapper .container {
    height: 400px;
    padding: 15px 30px;
}
.footer-item-col-1 h2 {
    font-size: 25px;
}
.footer-social {
    margin-bottom: 20px;
}.about-para h2 {
    font-size: 30px;
    line-height: 35px;
    padding-bottom: 25px;
    padding-top: 0px;
}
.abt-features {
    padding-left: 0;
    margin-top: 50px;
}
.service-wrapper h1 {
    font-size: 28px;
    width: 100%;
}
.service-home-item a {
    bottom: -16px;
}
.serv-main-img img {
    margin-bottom: 18px;
    margin-top: 10px;
}
.testimonial-wrapper h2 {
    font-size: 30px;
    padding-bottom:20px;
}
.testimonial-slider {
    width: 100% !important;
}
.blog-wrapper h2 {
    font-size: 34px;
    padding-bottom: 15px;
}
.faq-wrapper {
    margin-top: 0;
}
.faq-wrapper h2 {
    font-size: 26px;
    font-weight: 500;
    width: 99%;
}
.accordion {
    padding: 14px;
    width: 100%;
    font-size: 15px;
    margin: 6px auto;
    font-size: 14px;
}
.panel {
    width: 100%;
}
.faq-btm-wrapper h1 {
    width: 72%;
    font-size: 44px;
    line-height: 70px;
}
.faq-btm-wrapper .container {
    height: 400px;
    padding: 15px 30px;
}
.footer-item-col-1 h2 {
    font-size: 25px;
}
.footer-social {
    margin-bottom: 20px;
}
#mega-menu-wrap-primary {
    margin-left: unset !important;
}
.pageheading-middle h2{
    font-size:22px;
}
.inner-head {
    font-size: 25px;
}
.mv-wrapper {
    position: unset;
}
.mv-wrapper .col-lg-4{
    margin-bottom:20px;
}
.contact-first-row .col-lg-4 {
    margin-bottom:20px;
}
.cnt-frm-head h1{
    font-size:35px;
}
.contact-first-row {
    width: 63.33333%;

}
}















































