/*--------------------------------------------------------------------- File Name: style.css ---------------------------------------------------------------------*/


/*--------------------------------------------------------------------- import Fonts ---------------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Rajdhani:300,400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800&display=swap');

/*****---------------------------------------- 1) font-family: 'Rajdhani', sans-serif;
 2) font-family: 'Poppins', sans-serif;
 ----------------------------------------*****/


/*--------------------------------------------------------------------- import Files ---------------------------------------------------------------------*/

@import url(animate.min.css);
@import url(normalize.css);
@import url(icomoon.css);
@import url(font-awesome.min.css);
@import url(meanmenu.css);
@import url(owl.carousel.min.css);
@import url(swiper.min.css);
@import url(slick.css);
@import url(jquery.fancybox.min.css);
@import url(jquery-ui.css);
@import url(nice-select.css);

/*--------------------------------------------------------------------- skeleton ---------------------------------------------------------------------*/

* {
     box-sizing: border-box !important;
}

body {
     color: #666666;
     font-size: 14px;
     font-family: 'Poppins', sans-serif;
     line-height: 1.80857;
     font-weight: normal;
}

a {
     color: #1f1f1f;
     text-decoration: none !important;
     outline: none !important;
     -webkit-transition: all .3s ease-in-out;
     -moz-transition: all .3s ease-in-out;
     -ms-transition: all .3s ease-in-out;
     -o-transition: all .3s ease-in-out;
     transition: all .3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
     letter-spacing: 0;
     font-weight: normal;
     position: relative;
     padding: 0;
     font-weight: normal;
     line-height: normal;
     color: #111111;
     margin: 0
}

h1 {
     font-size: 24px;
}

h2 {
     font-size: 22px;
}

h3 {
     font-size: 18px;
}

h4 {
     font-size: 16px
}

h5 {
     font-size: 14px
}

h6 {
     font-size: 13px
}

*,
*::after,
*::before {
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     box-sizing: border-box;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
     color: #212121;
     text-decoration: none !important;
     opacity: 1
}

button:focus {
     outline: none;
}

ul,
li,
ol {
     margin: 0px;
     padding: 0px;
     list-style: none;
}

p {
     margin: 0px;
     font-weight: 400;
     font-size: 15px;
     line-height: 24px;
}

a {
     color: #222222;
     text-decoration: none;
     outline: none !important;
}

a,
.btn {
     text-decoration: none !important;
     outline: none !important;
     -webkit-transition: all .3s ease-in-out;
     -moz-transition: all .3s ease-in-out;
     -ms-transition: all .3s ease-in-out;
     -o-transition: all .3s ease-in-out;
     transition: all .3s ease-in-out;
}

img {
     max-width: 100%;
     height: auto;
}

:focus {
     outline: 0;
}

.btn-custom {
     margin-top: 20px;
     background-color: transparent !important;
     border: 2px solid #ddd;
     padding: 12px 40px;
     font-size: 16px;
}

.lead {
     font-size: 18px;
     line-height: 30px;
     color: #767676;
     margin: 0;
     padding: 0;
}

.form-control:focus {
     border-color: #ffffff !important;
     box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .25);
}

.navbar-form input {
     border: none !important;
}

.badge {
     font-weight: 500;
}

blockquote {
     margin: 20px 0 20px;
     padding: 30px;
}

button {
     border: 0;
     margin: 0;
     padding: 0;
     cursor: pointer;
}

.full {
     float: left;
     width: 100%;
}

.full {
     width: 100%;
     float: left;
     margin: 0;
     padding: 0;
}





/*---------------------------- preloader area ----------------------------*/

.loader_bg {
     position: fixed;
     z-index: 9999999;
     background: #fff;
     width: 100%;
     height: 100%;
}

.loader {
     height: 100%;
     width: 100%;
     position: absolute;
     left: 0;
     top: 0;
     display: flex;
     justify-content: center;
     align-items: center;
}

.loader img {
     width: 280px;
}

.container {
     max-width: 1170px;
}


/**-- heading section --**/

.header {
     width: 100%;
     background: transparent;
     position: absolute;

}

.logo-img {
     width: 150px;

}

/*-- informisition--*/

ul.informisition {
     float: right;
     padding-top: 50px;
}

ul.informisition li {
     display: inline-block;
     padding-right: 95px;
}

ul.informisition li:last-child {
     padding-right: 0;
}

ul.informisition li a {
     color: #fff;
     font-size: 16px;
     line-height: 20px;
     font-weight: 400;
}

ul.informisition li a i {
     padding-right: 10px;
}

/** banner section **/

.banner_main {
     background: url(../images/banner.jpg);
     background-repeat: no-repeat;
     min-height: 110vh;
     display: flex;
     justify-content: center;
     align-content: center;
     align-items: center;
     background-size: 100% 100%;
}

.text-bg h1 {
     text-align: left;
     color: #fff;
     font-size: 50px;
     line-height: 100px;
     padding-bottom: 50px;
     font-weight: 500;
}

.cons {
     font-weight: bold;
     color: #54e4ba;
     font-size: 50px;
}

.main_form {
     background-color: #eceefe;
     padding: 25px 23px;
}

.main_form .contactus {
     padding: 0 15px;
     margin-bottom: 25px;
     width: 100%;
     height: 51px;
     background: #fff;
     color: #454444;
     font-size: 16px;
     font-weight: normal;
     border: inherit;
}

.main_form .textarea {
     margin-bottom: 25px;
     width: 100%;
     background: #fff;
     color: #454444;
     font-size: 16px;
     font-weight: normal;
     padding: 45px 15px 0 15px;
     border: inherit;
     height: 122px;
}

.main_form .send_btn {
     font-size: 18px;
     transition: ease-in all 0.5s;
     background-color: #54e4ba;
     color: #333;
     padding: 10px 0px;
     max-width: 200px;
     width: 100%;
     display: block;
     margin-top: 10px !important;
     font-weight: 500;
     height: 50px;
     margin: 0 auto;
     border-radius: 0 20px 0 20px;
}

.main_form .send_btn:hover {
     background-color: #6ab09b;
     transition: ease-in all 0.5s;
     color: #fff;
     border-radius: 0 20px 0 20px;
}

#request *::placeholder {
     color: #454444;
     opacity: 1;
}


/** end banner section **/

.titlepage {
     text-align: center;
     padding-bottom: 60px;
}

.titlepage h2 {
     font-size: 40px;
     color: #54e4ba;
     line-height: 55px;
     font-weight: 400;
}

.dark {
     color: #0d0d0d;
}

.titlepage p {
     font-size: 17px;
     line-height: 30px;
     color: #656666;
     font-weight: 400;
     display: block;
     padding-top: 20px;
}

.d_flex {
     display: flex;
     align-items: center;
     flex-wrap: wrap;
}

.read_more {
     font-size: 17px;
     background: #54e4ba;
     color: #333;
     padding: 13px 0px;
     width: 100%;
     max-width: 227px;
     text-align: center;
     display: inline-block;
     transition: ease-in all 0.5s;
     border-radius: 0 20px 0 20px;
}

.read_more:hover {
     background-color: #6ab09b;
     color: #fff;
     transition: ease-in all 0.5s;
     border-radius: 0 20px 0 20px;
}

.text_align_center {
     text-align: center;
}

.text_align_left {
     text-align: left;
}

.text_align_right {
     text-align: right;
}


/** service section **/

.service {
     background: #fff;
     padding-top: 40px;
}

.service .service_box {
     margin-bottom: 30px;
}

.service_icon {
     background-color: #fff;
     border: #333 solid 2px;
     box-shadow: 0 0 13px rgba(13, 3, 3, 0.13);
     height: 220px;
     display: flex;
     align-items: center;
     justify-content: center;
}

.service .service_box h3 {
     color: #202121;
     font-size: 20px;
     padding-top: 45px;
     line-height: 19px;
     padding-bottom: 20px;
     font-weight: 500;
}

.service .service_box p {
     color: #656666;
     font-size: 17px;
     line-height: 30px;
     font-weight: 400;
}


/** end service section **/


/** we_are section **/

.we_are {
     background: url(../images/we_do.jpg);
     background-repeat: no-repeat;
     background-size: 100% 100%;
     background-position: center;
     margin-top: 60px;
}

.we_are .dark {
     color: #fff;
}

.we_are .titlepage {
     padding-bottom: 0;
}

.we_are .titlepage p {
     color: #fff;
     padding-top: 20px;
}


.wedo_img figure {
     margin: 0;
}

.wedo_img figure img {
     width: 100%;
}


/** end we_are section **



/** choose section **/

.choose {
     background: #fff;
     padding-top: 90px;
     padding-bottom: 90px;
}

.choose .titlepage p {
     padding-top: 35px;
}

.chose_box_main {
     border: #54e4ba solid 1px;
     padding: 60px 0 30px 0;
}

.choose .choose_box {
     margin-bottom: 30px;
     padding: 0 48px;
}

.choose .choose_box h3 {
     color: #202121;
     font-size: 20px;
     padding-top: 25px;
     line-height: 19px;
     padding-bottom: 15px;
     font-weight: 500;
}

.choose .choose_box p {
     color: #656666;
     font-size: 17px;
     line-height: 30px;
     font-weight: 400;
}


/** end choose section **/



/** footer **/

.footer {
     background: #3d49d4;
     padding-top: 85px;
     text-align: center;
}

.cont {
     text-align: center;
}

.cont h3 {
     color: #54e4ba;
     font-size: 50px;
     line-height: 64px;
     font-weight: 500;
}

.white {
     color: #fff;
}

.bottom_form {
     padding-top: 50px;
}

.bottom_form h3 {
     font-weight: 600;
     font-size: 15px;
     text-align: center;
     color: #fff;
     padding-bottom: 30px;
     line-height: 17px;
}

.bottom_form .enter {
     border: inherit;
     padding: 0px 19px;
     width: 80%;
     height: 53px;
     background: #fff;
     color: #000;
     font-size: 15px;
     font-weight: 500;
     float: left;
}

.sub_btn {
     font-size: 17px;
     transition: ease-in all 0.5s;
     background-color: #54e4ba;
     color: #333;
     padding: 11px 0px;
     max-width: 144px;
     width: 100%;
     display: block;
     font-weight: 500;
     text-transform: uppercase;
     margin-left: -2px;
}

.sub_btn:hover {
     background-color: #54e4ba;
     transition: ease-in all 0.5s;
     color: #fff;
}

.copyright {
     background: #fff;
     margin-top: 90px;
     padding: 20px 0px;
}

.copyright p {
     color: #1c1b1b;
     font-size: 17px;
     line-height: 22px;
     text-align: center;
}

.copyright a {
     color: #1c1b1b;
}

.copyright a:hover {
     color: #54e4ba;
}


/** end footer **/
/* ----------------icon-css------------------------------ */
.icons {
     position: fixed;
     top: 35%;
     right: 0;

     z-index: 100;

}

.icons ul {
     list-style: none;
     padding: initial;

}

.icons ul li {
     height: 50px;
     width: 50px;
     padding-left: 20px;
     padding-top: 12px;
     margin-top: 5px;
     color: white;
}

.icons ul li:hover {
     padding-left: 32px;
     transition: 0.5s;
     width: 90px;
}


.facebook {
     background-color: #4267b2;
}

.insta {
     background-color: #231F20;
}

.twitter {
     background-color: #38A1F3;
}

/* ---------------------whatsap-icon----------------------- */
#fixedWhatsAppIcon {
     display: block;
     position: fixed;
     left: 10px;
     bottom: 70px;
     width: 50px;
     height: 50px;
     background-color: #54b460;
     text-align: center;
     line-height: 50px;
     color: #fff;
     border-radius: 50%;
     font-size: 34px;
     z-index: 9999;
}

#fixedWhatsAppIcon:hover {
     background-color: #339933;
}

/* ------------------------click--------------------------- */
#button {
     display: inline-block;
     background-color: #54e4ba;
     width: 50px;
     height: 50px;
     text-align: center;
     border-radius: 4px;
     position: fixed;
     bottom: 70px;
     right: 20px;
     transition: background-color .3s,
          opacity .5s, visibility .5s;
     opacity: 0;
     visibility: hidden;
     z-index: 1000;
}

#button::after {
     content: "\f077";
     font-family: FontAwesome;
     font-weight: normal;
     font-style: normal;
     font-size: 1em;
     line-height: 50px;
     color: #fff;
}

#button:hover {
     cursor: pointer;
     background-color: #333;
}

#button:active {
     background-color: #555;
}

#button.show {
     opacity: 1;
     visibility: visible;
}

/* ------------faq-------------------------- */
/* General styles */
#FAQ {
     display: flex;
     justify-content: center;
     align-items: center;
     flex-direction: column;
     width: 100%;
     height: 100%;
}

.accordian {
     width: 100%;
     max-width: 950px;
     margin: 0 auto;
     padding: 15px 20px;
     box-shadow: 0 4px 8px rgba(0, 0, 0, 0.4);
     border-radius: 8px;
     margin-bottom: 40px;
}

.item {
     background-color: #e7ecf5;
     margin-bottom: 10px;
     padding: 15px 20px;
     border-radius: 8px;
     position: relative;
     transition: background-color 0.3s ease;
}

.item.selected {
     background-color: #ffffff;
}

.item::after {
     content: "";
     position: absolute;
     right: 10px;
     top: 50%;
     transform: translateY(-50%);
     width: 8px;
     height: 8px;
     border-radius: 50%;
     background-color: #06965c;
}

.FAQ-title {
     display: flex;
     justify-content: space-between;
     align-items: center;
     cursor: pointer;
     font-weight: 600;
     font-size: 18px;
     color: #131414;
}

.faqQuestion {
     font-size: 15px;
     color: #131414;
     text-align: start;
}

.FAQ-content {
     max-height: 0;
     overflow: hidden;
     transition: max-height 0.8s cubic-bezier(0, 1, 0, 1);
     font-weight: 400;
     font-size: 15px;
     line-height: 1.6;
     color: #131414;
}

.FAQ-content.show {
     max-height: 9999px;
     transition: max-height 0.8s cubic-bezier(1, 0, 1, 0);
}

.expandToggle {
     background: #ffffff;
     width: 30px;
     height: 30px;
     border-radius: 50%;
     display: flex;
     justify-content: center;
     align-items: center;
     font-size: 18px;
     font-weight: 600;
}

.FAQ-ShowMore {
     text-align: center;
     margin-top: 10px;
}

.FAQ-ShowMore button {
     padding: 10px 20px;
     font-size: 16px;
     border: none;
     border-radius: 8px;
     background-color: #06965c;
     color: white;
     cursor: pointer;
     transition: background-color 0.3s ease;
}

.FAQ-ShowMore button:hover {
     background-color:#06965c ;
     color: #fff;
     font-weight: 700;
}

/* Responsive styles */
@media (max-width: 1024px) {
     .accordian {
          max-width: 90%;
     }

     .item {
          padding: 12px 16px;
     }

     .FAQ-title {
          font-size: 16px;
     }

     .expandToggle {
          width: 28px;
          height: 28px;
          font-size: 16px;
     }
}

@media (max-width: 768px) {
     .accordian {
          padding: 10px;
     }

     .item {
          padding: 10px 14px;
     }

     .FAQ-title {
          font-size: 14px;
     }

     .expandToggle {
          width: 24px;
          height: 24px;
          font-size: 14px;
     }
}

@media (max-width: 480px) {
     .accordian {
          padding: 5px;
     }

     .item {
          padding: 8px 12px;
     }

     .FAQ-title {
          font-size: 12px;
     }

     .expandToggle {
          width: 20px;
          height: 20px;
          font-size: 12px;
     }
}