@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: var(--primary-font);
}

:root {
    --primary-font: "Plus Jakarta Sans", sans-serif;
    --secondary-font: "Poppins", sans-serif;
    --primary-color: #2c4059;
    --secondary-color: #088d82;
}

body {
    overflow-x: hidden;
}

body::-webkit-scrollbar {
    width: 5px;
    background: #000;
}

body::-webkit-scrollbar-thumb {
    background: #eee;
}

a {
    text-decoration: none;
    color: #000;
    display: block;
}

ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}

.mainheading {
    margin: 20px 0 40px;
    border-bottom: 1px solid #010101;
    padding: 0 0 20px;
}

.mainheading h2 {
    font-size: 32px;
    color: #000;
    font-family: var(--primary-font);
    font-weight: 600;
    letter-spacing: .5px;
}

.mainheading a {
    background: var(--primary-color);
    color: #fff;
    font-weight: 700;
    text-transform: capitalize;
    font-size: 16px;
    border-radius: 5px;
}

/* social icons section style start */

.social-list {
    display: flex;
    align-items: center;
    gap: 10px;
}

.social-list li {}

.social-list li a {
    background: #fff;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all .3s ease;
    color: #fff;
}

.social-list li a.facebook {
    background: #0866ff;
}

.social-list li a.instagram {
    background: #fe0b84;
}

.social-list li a.twitter {
    background: #000000;
}

.social-list li a.linkedin {
    background: #0077b5;
}

.social-list li a.youtube {
    background: #ff0000;
}

.social-list li a i {}

.social-list li a:hover {
    transform: translateY(-5px);
}

/* social icons section style start */

/* header section style start */

.header-section {}

.header-section .topheader {
    background: var(--primary-color);
}

.header-section .topheader .topheadersection {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-section .topheader .topheadersection .topheaderleft {
}

.header-section .topheader .topheadersection .topheaderleft ul {
    display: flex;
    align-items: center;
    gap: 10px;
}

.header-section .topheader .topheadersection .topheaderleft ul li {}

.header-section .topheader .topheadersection .topheaderleft ul li a {
    color: #fff;
    font-size: 16px;
    padding: 12px 0;
    font-family: var(--secondary-font);
}

.header-section .topheader .topheadersection .topheaderleft ul li a i {}

.header-section .topheader .topheadersection .topheaderleft ul li a svg {
    width: 20px;
    fill: #fff;
}

.header-section .mainheader {
    box-shadow: -1px 1px 14px rgb(0 0 0 / 17%);
}

.header-section .mainheader .mainheaderbox {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-section .mainheader .mainheaderbox .logoimg {
    width: 15%;
}

.header-section .mainheader .mainheaderbox .logoimg a {
}
.header-section .mainheader .mainheaderbox .logoimg a h2 {
    font-size: 21px;
    color: var(--primary-color);
    text-transform: capitalize;
    font-weight: 700;
}
.header-section .mainheader .mainheaderbox .logoimg a h2 span {
    color: var(--secondary-color);
}
.header-section .mainheader .mainheaderbox .logoimg a p {
    font-size: 12px;
    color: #000;
    font-weight: 500;
    font-family: var(--primary-font);
}
.header-section .mainheader .mainheaderbox .logoimg a p span {
    font-size: 12px;
    display: block;
    color: #2b2b2b;
    font-weight: 500;
}
.header-section .mainheader .mainheaderbox .logoimg a img {
    width: 100%;
}

.header-section .mainheader .mainheaderbox .mainmenu {}

.header-section .mainheader .mainheaderbox .mainmenu ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2px;
}

.header-section .mainheader .mainheaderbox .mainmenu ul li {}

.header-section .mainheader .mainheaderbox .mainmenu ul li a {
    font-size: 14px;
    font-family: var(--secondary-font);
    font-weight: 500;
    color: var(--primary-color);
    padding: 30px 5px;
    transition: all .3s ease;
}
.header-section .mainheader .mainheaderbox .mainmenu ul li a:hover {
    background: var(--secondary-color);
    color: #fff;
}
.header-section .mainheader .mainheaderbox .mainmenu ul li.drop-down:hover > a {
    background: var(--secondary-color);
    color: #fff;
}

.header-section .mainheader .mainheaderbox .mainmenu ul li a i {
    font-size: 14px;
}

.header-section .mainheader .mainheaderbox .mainmenu ul .btnlink {
    background: var(--primary-color);
    color: #fff;
    padding: 10px 25px;
    border-radius: 5px;
}

.header-section .mainheader .mainheaderbox .mainmenu ul li.drop-down {
    position: relative;
}
.header-section .mainheader .mainheaderbox .mainmenu ul li.drop-down .dropmenubox {
    position: absolute;
    background: #fff;
    min-width: 250px;
    opacity: 0;
    visibility: hidden;
    border: 1px solid #e4e4e4;
    border-top: none;
    left: 0;
    position: absolute;
    top: 100%;
    z-index: 9999;
    height: auto;
    max-height: 0;
    overflow: hidden;
    transition: all .25s ease;
    visibility: hidden;
}

.header-section .mainheader .mainheaderbox .mainmenu ul li.drop-down:hover .dropmenubox {
    opacity: 1;
    visibility: visible;
    max-height: max-content;
}

.header-section .mainheader .mainheaderbox .mainmenu ul li.drop-down .dropmenubox .dropmenu {
    display: block;
}

.header-section .mainheader .mainheaderbox .mainmenu ul li.drop-down .dropmenubox .dropmenu li {}

.header-section .mainheader .mainheaderbox .mainmenu ul li.drop-down .dropmenubox .dropmenu li a {
    padding: 10px 20px;
    font-size: 16px;
    font-family: var(--secondary-font);
    font-weight: 500;
    transition: all .3s ease;
    /* display: inline-block; */
}
.header-section .mainheader .mainheaderbox .mainmenu ul li.drop-down .dropmenubox .dropmenu li a:hover {
    color: var(--primary-color);
    text-decoration: underline;
    background: unset;
}

.mainheader .mobtoggle{
    color: #000000;
    width: 25px;
    height: 20px;
    position: relative;
    z-index: 1;
    display: none;
}
.mainheader .mobtoggle span{
    width: 25px;
    height: 2px;
    background: #000000;
    display: inline-block;
    position: absolute;
    right: 0;
}
.mainheader .mobtoggle span:nth-child(1){}
.mainheader .mobtoggle span:nth-child(2){margin: 8px 0 0;}
.mainheader .mobtoggle span:nth-child(3){
    margin: 16px 0 0;
}

.mobile-menu {
    position: fixed;
    right: -100%;
    top: 0;
    width: 300px;
    padding-right: 30px;
    max-width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    z-index: 999999;
    background: var(--primary-color);
    transition: all .3s ease;
}
.mobile-menu.show {
    opacity: 1;
    visibility: visible;
    right: 0;
}
.mobile-menu .nav-logo a img {
    width: 80%;
}

.mobile-menu-visible .mobile-menu {
    opacity: 1;
    visibility: visible;
}

.menu-backdrop {
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: var(--primary-color);
    z-index: 1;
    -webkit-transform: translateX(101%);
    -ms-transform: translateX(101%);
    transform: translateX(101%);
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
}

.mobile-menu.show .menu-backdrop {
    opacity: 0.3;
    visibility: visible;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}

.mobile-menu .close-btn {
    position: absolute;
    right: 15px;
    top: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 30px;
    width: 35px;
    height: 35px;
    text-align: center;
    font-size: 16px;
    color: #ffffff;
    cursor: pointer;
    z-index: 10;
    -webkit-transition: all 0.9s ease;
    -moz-transition: all 0.9s ease;
    -ms-transition: all 0.9s ease;
    -o-transition: all 0.9s ease;
    transition: all 0.9s ease;
    background: var(--secondary-color);
}

.mobile-menu-visible .mobile-menu .close-btn {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

.mobile-menu .menu-box {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    max-height: 100%;
    overflow-y: auto;
    background: var(--primary-color);
    padding: 0px 0px;
    z-index: 5;
}

.mobile-menu-visible .mobile-menu .menu-box {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}


.mobile-menu .nav-logo {
    position: relative;
    text-align: left;
    padding: 5px;
    background: #fff;
}

.mobile-menu .nav-logo a {}

.mobile-menu .nav-logo a h2 {
    font-size: 26px;
    font-weight: 600;
    color: var(--primary-color);
    padding: 5px 10px;
}

.mobile-menu .nav-logo a p {
    font-size: 14px;
    font-weight: 600;
    color: var(--primary-color);
    padding: 0px 10px;
}
.mobile-menu .nav-logo a p span {
    display: block;
    font-size: 12px;
}
.mobile-menu .nav-logo a h2 span {}

.mobile-menu .megamenu-item {
    margin: 0px 0px;
}

.mobile-menu .megamenu-item ul {
    border-bottom: 1px solid rgb(255 255 255 / 31%);
}

.mobile-menu .megamenu-item ul li {
    position: relative;
    display: block;
    border-top: 1px solid rgb(255 255 255 / 36%);
}

.mobile-menu .megamenu-item ul li a {
    position: relative;
    display: block;
    line-height: 24px;
    padding: 10px 25px;
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
    text-transform: uppercase;
    transition: all 500ms ease;
    font-family: var(--primary-font);
}

.mobile-menu .megamenu-item ul li.drop-item .dropdown-btn {
    position: absolute;
    right: 12px;
    top: 6px;
    width: 22px;
    height: 22px;
    text-align: center;
    font-size: 16px;
    line-height: 32px;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.10);
    cursor: pointer;
    border-radius: 2px;
    transition: all 500ms ease;
    z-index: 5;
    align-items: center;
    display: flex;
    justify-content: center;
}

.megamenu-item ul li.drop-item .megadropmenu {
}

.mobile-menu .megamenu-item .registrationbox {
    margin: 15px auto;
    text-align: center;
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 0 10px;
}

.mobile-menu .megamenu-item .registrationbox a {
    background: #fff;
    color: var(--primary-color);
    border-radius: 5px;
    margin: 0 0px 10px;
    padding: 10px 20px;
    font-weight: 600;
    font-family: var(--primary-font);
    width: 100%;
}

.megamenu-item ul li.drop-item .megadropmenu ul {
    background: var(--secondary-color);
}

.megamenu-item ul li.drop-item .megadropmenu ul li {
    border: none!important;
}

.megamenu-item ul li.drop-item .megadropmenu ul li a {}


/* header section style end */

/* banner section style start */

.bannersection {}

.bannersection .bannerimg {}

.bannersection .bannerimg img {
    width: 100%;
}

/* banner section style end */

/* hero section style start */

.herosection {
    padding: 50px 0;
}

.herosection .herosectionbox {}

.herosection .herosectionbox .herosectioncontent {
    margin: 0 0 0px;
    text-align: center;
}

.herosectioncontent {}

.herosection .herosectionbox .herosectioncontent h2 {
    font-size: 36px;
    font-family: var(--primary-font);
    text-align: center;
    margin: 0 0 20px;
    font-weight: 700;
}

.herosection .herosectionbox .herosectioncontent h2 span {
    color: var(--secondary-color);
}

.herosection .herosectionbox .herosectioncontent p {
    font-size: 16px;
    font-family: var(--secondary-font);
    font-weight: 400;
    color: #676767;
    padding: 0 0 15px;
}

.herosection .herosectionbox .herosectioncontent a {
    padding: 10px 30px;
    background: var(--secondary-color);
    display: inline-block;
    border-radius: 20px;
    color: #fff;
    transition: all .3s ease;
}

.herosection .herosectionbox .herosectioncontent a:hover {
    background: var(--primary-color);
}

.herosection .herosectionbox .herosectionimg {}

.herosection .herosectionbox .herosectionimg .heroimg {
    padding: 10px;
}

.herosection .herosectionbox .herosectionimg .heroimg img {
    width: 100%;
}

/* hero section style end */

/* our promises section styl start */

.ourpromisesection {
    padding: 50px 0;
    background: #f1f1f1;
}

.ourpromisesection .ourpromiseimg {}

.ourpromisesection .ourpromiseimg img {
    width: 100%;
}

.ourpromisesection .ourpromisebox {
    margin: 0 0 0 25px;
}

.ourpromisesection .ourpromisebox .ourpromiseheadbox {
    margin: 0px 0 30px;
}
.ourpromisesection .ourpromisebox .ourpromiseheadbox:last-child {
    margin: 0;
}
.ourpromisesection .ourpromisebox .ourpromiseheadbox h3 {font-size: 20px;font-weight: 600;font-family: var(--primary-font);display: flex;align-items: center;margin: 0 0 10px;}

.ourpromisesection .ourpromisebox .ourpromiseheadbox h3 span {
    background: var(--secondary-color);
    font-size: 13px;
    color: #fff;
    padding: 5px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ourpromisesection .ourpromisebox .ourpromiseheadbox p {
    font-size: 16px;
    color: #676767;
    font-family: var(--secondary-font);
}

/* our promises section styl end */

/* our services section style start */

.servicesection {
    padding: 50px 0;
}

.servicesection .serviceimg {
    padding: 10px;
}

.servicesection .serviceimg a {
    
}

.servicesection .serviceimg a img {
    width: 100%;
}

/* our services section style end */

/* infrastructure section style start */

.infrasection {}

.infrasection .mainheading {
    border: unset;
    text-align: center;
}

.infrasection .mainheading h2 {
    margin: 0 0 15px;
}

.infrasection .mainheading p {
    color: #676767;
    font-family: var(--secondary-font);
}

.infrasection .infraimage {
    background-size: cover;
    padding: 350px 0;
}

/* infrastructure section style end */

/* why choose section style start */

.whychooseussec {
    padding: 50px 0;
    border-bottom: 1px solid #e1e1e1;
    border-top: 1px solid #e1e1e1;
}

.whychooseussec .mainheading {
    border: unset;
    padding: 0;
    text-align: center;
    margin: 0 0 25px;
}

.whychooseussec .mainheading h2 {
    margin: 0 0 10px;
}

.whychooseussec .mainheading p {
    color: #676767;
    font-family: var(--secondary-font);
}

.whychooseussec .whychooseussecbox {
    display: grid;
    gap: 30px;
}

.whychooseussec .whychooseussecbox .whychooseusbox {
    display: flex;
    align-items: center;
    border: 1px solid #7A7A7A70;
    padding: 10px 20px;
    width: 85%;
    margin: 0 auto;
    border-radius: 20px;
    gap: 15px;
}

.whychooseussec .whychooseussecbox .whychooseusbox .whychooseusleft {
    width: 50%;
    border-right: 1px solid #c5c5c5;
    height: 100%;
    display: flex;
}

.whychooseussec .whychooseussecbox .whychooseusbox .whychooseusleft .iconbox {
    display: flex;
    align-items: center;
    gap: 10px;
}

.whychooseussec .whychooseussecbox .whychooseusbox .whychooseusleft .iconbox .icon {
    background: var(--secondary-color);
    text-align: center;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.whychooseussec .whychooseussecbox .whychooseusbox .whychooseusleft .iconbox .icon img {
    width: 60px;
    fill: #fff;
}

.whychooseussec .whychooseussecbox .whychooseusbox .whychooseusleft .iconbox h4 {
    font-size: 22px;
}

.whychooseussec .whychooseussecbox .whychooseusbox .whychooseusright {
    width: 80%;
}

.whychooseussec .whychooseussecbox .whychooseusbox .whychooseusright .whychooseustopbox {
    margin: 15px 0 10px;
    padding: 0 0 20px;
    border-bottom: 1px solid #010101;
}

.whychooseussec .whychooseussecbox .whychooseusbox .whychooseusright .whychooseustopbox h2 {
    font-size: 14px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: var(--secondary-font);
    margin: 0 0 10px;
}

.whychooseussec .whychooseussecbox .whychooseusbox .whychooseusright .whychooseustopbox h2 i {
    background: green;
    padding: 5px;
    font-size: 10px;
    border-radius: 50%;
    width: 20px;
    color: #fff;
}

.whychooseussec .whychooseussecbox .whychooseusbox .whychooseusright .whychooseustopbox p {
    font-size: 14px;
    color: #010101;
    font-family: var(--secondary-font);
}

.whychooseussec .whychooseussecbox .whychooseusbox .whychooseusright .whychooseusbottombox {
    padding: 10px 0;
}

.whychooseussec .whychooseussecbox .whychooseusbox .whychooseusright .whychooseusbottombox h2 {
    font-size: 14px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: var(--secondary-font);
    margin: 0 0 10px;
    color: #807C7C;
}

.whychooseussec .whychooseussecbox .whychooseusbox .whychooseusright .whychooseusbottombox h2 i {
    background: red;
    padding: 5px;
    font-size: 10px;
    border-radius: 50%;
    width: 20px;
    color: #fff;
}

.whychooseussec .whychooseussecbox .whychooseusbox .whychooseusright .whychooseusbottombox p {
    font-size: 14px;
    color: #807C7C;
    font-family: var(--secondary-font);
}

/* why choose section style end */

/* servicesec style start */

.servicesec {
    padding: 50px 0;
}

.servicesec .mainheading {}

.servicesec .mainheading h2 {
    margin: 0 0 10px;
}

.servicesec .mainheading p {
    color: #676767;
    font-family: var(--secondary-font);
}

.servicesec .servicesecbox {}

.servicesec .servicesecbox .servicesecboxcontent {
    position: relative;
    overflow: hidden;
    padding: 15px 0 0;
}

.servicesec .servicesecbox .servicesecboxcontent .servicesechead {}

.servicesec .servicesecbox .servicesecboxcontent .servicesechead a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 18px;
    font-weight: 500;
    text-decoration: none;
    color: #000000;
    padding: 15px;
    border-bottom: 1px solid #cccccc;
}

.servicesec .servicesecbox .servicesecboxcontent .servicesechead a h3 {
    color: #000;
    font-size: 18px;
    font-weight: 600;
}

.servicesec .servicesecbox .servicesecboxcontent .servicesechead a h3 i {}

.servicesec .servicesecbox .servicesecboxcontent .servicesecboxinner {
    padding: 20px 20px 10px;
    display: none;
    transition: all .3s ease;
}
.servicesec .servicesecbox .servicesecboxcontent .servicesecboxinner.show {
    display: block!important;
}
.servicesec .servicesecbox .servicesecboxcontent .servicesecboxinner p {
    font-size: 16px;
    font-weight: 400;
    font-family: var(--secondary-font);
    color: #676767;
    padding: 0 0 15px;
}

/* servicesec style end */

/* gallery section style start */

.mainheading.galleryheading {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.mainheading.galleryheading a {
    padding: 5px 10px;
}

.mainheading p {
    color: #676767;
    font-family: var(--secondary-font);
}

.mainheading.galleryheading h2 {
    margin: 0 0 10px;
}

.gallery-section .compare-container {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

.gallery-section .compare-container img {
  width: 100%;
  display: block;
}

.gallery-section .after {
  position: absolute;
  top: 0;
  left: 0;
  clip-path: inset(0 50% 0 0);
}

.gallery-section .divider {
  position: absolute;
  top: 0;
  left: 50%;
  width: 3px;
  height: 100%;
  background: #fff;
  transform: translateX(-50%);
  pointer-events: auto;
  cursor: ew-resize;
  z-index: 2;
}

.gallery-section .angles {
    background: #fff;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    cursor: ew-resize;
    z-index: 3;
}

/* gallery section style end */

/* testimonials section style start */

.testimonialsection {
    padding: 50px 0;
    border-bottom: 1px solid #e1e1e1;
    border-top: 1px solid #e1e1e1;
}

.testimonialsection .mainheading {
    border: unset;
    text-align: center;
}

.testimonialsection .mainheading h2 {
    margin: 0 0 10px;
}

.testimonialsection .testimonialsectionbox {
    display: flex;
    gap: 2%;
    flex-wrap: wrap;
}

.testimonialsection .testimonialsectionbox .testimonialbox {
    text-align: center;
    box-shadow: 8px 3px 15px rgb(0 0 0 / 8%);
    padding: 20px 20px;
    position: relative;
    margin: 30px 10px 0;
}

.testimonialsection .testimonialsectionbox .testimonialbox .rating {
    margin: 0 0 10px;
}

.testimonialsection .testimonialsectionbox .testimonialbox .rating ul {
    display: flex;
    justify-content: center;
}

.testimonialsection .testimonialsectionbox .testimonialbox .rating ul li {}

.testimonialsection .testimonialsectionbox .testimonialbox .rating ul li i {color: #ffc107;}

.testimonialsection .testimonialsectionbox .testimonialbox .text {
    margin: 0 0 20px;
}

.testimonialsection .testimonialsectionbox .testimonialbox .text p {
    font-weight: 400;
    font-size: 16px;
    font-family: var(--secondary-font);
    margin: 0 0 10px;
    color: #232323;
}

.testimonialsection .testimonialsectionbox .testimonialbox .testimonialname {}

.testimonialsection .testimonialsectionbox .testimonialbox .testimonialname h3 {
    font-size: 18px;
    color: #000;
    font-weight: 600;
    margin: 0 0 10px;
}

.testimonialsection .testimonialsectionbox .testimonialbox .testimonialimg {}

.testimonialsection .testimonialsectionbox .testimonialbox .testimonialimg img {margin: 0 auto 10px;}

/* testimonials section style end */

/* faqs style start */

.faqs {
    padding: 50px 0;
    background: #f1f1f1;
}

.faqs .mainheading {
    text-align: center;
    border: unset;
    margin: 0 0 10px;
}

.faqs .mainheading h2 {
    margin: 0 0 10px;
}

.faqs .mainheading p {
    color: #676767;
    font-family: var(--secondary-font);
}

.faqs .faqsbox {}

.faqs .faqsbox .faqsboxcontent {
    position: relative;
    overflow: hidden;
    padding: 15px 0 0;
}

.faqs .faqsbox .faqsboxcontent .faqshead {}

.faqs .faqsbox .faqsboxcontent .faqshead a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 18px;
    font-weight: 500;
    text-decoration: none;
    color: #000000;
    padding: 15px;
    border-bottom: 1px solid #cccccc;
}

.faqs .faqsbox .faqsboxcontent .faqshead a h3 {
    color: #000;
    font-size: 18px;
    font-weight: 600;
}

.faqs .faqsbox .faqsboxcontent .faqshead a h3 i {}

.faqs .faqsbox .faqsboxcontent .faqsboxinner {
    padding: 20px 20px 10px;
    display: none;
    transition: all .3s ease;
}
.faqs .faqsbox .faqsboxcontent .faqsboxinner.show {
    display: block!important;
}
.faqs .faqsbox .faqsboxcontent .faqsboxinner p {
    font-size: 16px;
    font-weight: 400;
    font-family: var(--secondary-font);
    color: #676767;
    padding: 0 0 15px;
}

/* faqs style end */

/* blogs section style start */

.blogsection {
    padding: 50px 0;
}

.blogsection .mainheading {
    margin: 0;
    border: unset;
    text-align: center;
}

.blogsection .mainheading h2 {
    margin: 0 0 15px;
}

.blogsection .mainheading p {}

.blogsection .blogsbox {
    box-shadow: 9.899px 9.899px 30px 0 rgba(0,0,0,.1);
}

.blogsection .blogsbox .blogsimgbox {
    border-radius: 15px;
    overflow: hidden;
}

.blogsection .blogsbox .blogsimgbox a {}

.blogsection .blogsbox .blogsimgbox a .blogsimg {}

.blogsection .blogsbox .blogsimgbox a .blogsimg img {
    width: 100%;
    transition: all .3s ease;
}
.blogsection .blogsbox:hover .blogsimgbox a .blogsimg img {
    transform: scale(1.1);
}
.blogsection .blogsbox .blogscontentbox {
    padding: 20px 5px;
}

.blogsection .blogsbox .blogscontentbox h2 {}

.blogsection .blogsbox .blogscontentbox h2 a {
    font-size: 18px;
    font-family: var(--primary-font);
    font-weight: 600;
    margin: 0 0 20px;
}

.blogsection .blogsbox .blogscontentbox .readmorebtn {
    padding: 10px 20px;
    background: var(--primary-color);
    color: #fff;
    border-radius: 5px;
    display: inline-block;
    transition: all .3s ease;
}

.blogsection .blogsbox .blogscontentbox .readmorebtn:hover {
    background: var(--secondary-color);
}

/* blogs section style end */

/* footer section style start */

.footer {
    
background: var(--primary-color);
}

.footer .footer-top {
    padding: 50px 0px;
}

.footer .footer-top .footer-box {}
.footer .footer-top .footer-box h5 {
    color: #fff;
    margin: 0 0 30px;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: .5px;
    font-family: var(--primary-font);
}

.footer .footer-top .footer-box ul {}

.footer .footer-top .footer-box ul li {
    padding: 5px 0px;
}

.footer .footer-top .footer-box ul li a {
    color: #f1f1f1;
    font-size: 16px;
    font-weight: 400;
    transition: all .3s ease;
    display: inline-block;
}

.footer .footer-top .footer-box ul li a:hover {
    color: #fff;
    padding-left: 5px;
}

.footer-bottom {
    padding: 10px 0px;
    border-top: 1px solid #fff;
}

.footer-bottom .copyright {}

.footer-bottom .copyright p {
    color: #fff;
    text-align: center;
}

.footer-bottom .copyright p a {
    color: #fff;
    display: inline;
    transition: all .3s ease;
    font-weight: 600;
}

.footer-bottom .copyright p a:hover {
    color: var(--secondary-color);
}

.footer .footer-top .footer-box .logo {
    text-align: center;
}

.footer .footer-top .footer-box .logo a {
}
.footer .footer-top .footer-box .logo a h2 {
    font-size: 32px;
    text-align: center;
    color: #fff;
    font-family: var(--primary-font);
}
.footer .footer-top .footer-box .logo a p {
    font-size: 14px;
    color: #eee;
}
.footer .footer-top .footer-box .logo a p span {
    display: block;
    font-size: 12px;
    color: #ebebeb;
}

.footer .footer-top .footer-box .logo a img {
    width: 60%;
}
.footer .footer-top .footer-box .mapbox {
    margin: 20px 0 0;
}
.footer .footer-top .footer-box .mapbox iframe {
    width: 100%;
    height: 200px;
}
.footer .footer-top .footer-box .footer-address {
    padding: 0px 0px 0px;
}

.footer .footer-top .footer-box .footer-address ul {}

.footer .footer-top .footer-box .footer-address ul li {
    position: relative;
    transition: all .25s ease;
    padding-left: 3rem;
    margin: 15px 0px;
}

.footer .footer-top .footer-box .footer-address ul li i {
    width: 40px;
    height: 40px;
    font-size: 18px;
    border-radius: 50%;
    background: #fff;
    -webkit-transition: .3s;
    transition: .3s;
    color: var(--primary-color);
    position: absolute;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer .footer-top .footer-box .footer-address ul li span {
    color: #fff;
    font-weight: 400;
    word-break: break-word;
}

.footer .footer-top .footer-box .footer-social {
    padding: 10px 10px;
}

.footer .footer-top .footer-box .footer-social ul {
    display: flex;
    gap: 10px;
    justify-content: center;
}

.footer .footer-top .footer-box .footer-social ul li {
    display: flex;
    gap: 6px;
}

.footer .footer-top .footer-box .footer-social ul li a {
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}
.footer .footer-top .footer-box .footer-social ul li a:hover {
    padding: 0;
}
.footer .footer-top .footer-box .footer-social ul li a img {
    width: 40px;
}

.footer .footer-top .footer-box .footer-social ul li a.facebook {
    background: #0866ff;
}

.footer .footer-top .footer-box .footer-social ul li a i {
    color: #fff;
    font-size: 20px;
}

.footer .footer-top .footer-box .footer-social ul li a.twitter {
    background: #1c9cea;
}

.footer .footer-top .footer-box .footer-social ul li a.youtube {
    background: #ff0000;
}

.footer .footer-top .footer-box .footer-social ul li a.instagram {
    background: #fe0b84;
}

/* footer section style end */

/* breadcrumb section style start */

.breadcrumb-page{
    background: var(--primary-color);
}
.breadcrumbbox{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 40px 0;
    flex-direction: column;
    gap: 15px;
}
.breadcrumbbox h3{
    font-weight: 700;
    letter-spacing: 1px;
    font-family: var(--secondary-font);
    font-size: 26px;
    color: #fff;
}
.breadcrumbbox ul{
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 8px 20px;
    border-radius: 50px;
    background: #fff;
    flex-wrap: wrap;
}
.breadcrumbbox ul li{
    font-size: 14px;
    font-weight: 400;
    display: flex;
    gap: 5px;
    align-items: center;
    color: #020202;
    letter-spacing: .5px;
    font-weight: 600;
}
.breadcrumbbox ul li:not(:last-child):after{
    content: "/";
    color: #000;
}
.breadcrumbbox ul li a{color: #020202;font-weight: 400;}

/* breadcrumb section style end */

/* about section style start */
.herosection.aboutpage .herosectionbox .herosectioncontent {
    margin: 0;
}
.herosection.aboutpage .herosectionbox .herosectioncontent h2 {
    text-align: left;
}

.herosection.aboutpage .herosectionbox .herosectioncontent p {
    text-align: left;
}

.herosection.aboutpage .herosectionbox .herosectioncontent ul {
    margin: 0 0 0 20px;
    list-style: disc;
}

.herosection.aboutpage .herosectionbox .herosectioncontent ul li {
    text-align: left;
    font-size: 16px;
    font-family: var(--secondary-font);
    font-weight: 400;
    color: #676767;
    padding: 0 0 15px;
}

.herosection.aboutpage .herosectionbox .herosectioncontent ul li span {
    color: #000;
    font-weight: 600;
}

/* about section style end */

/* services section style start */

.our_services{
    padding: 50px 0;
    background: #f1f1f1;
    position: relative;
}
.servicepagetop {}

.servicepagetop .servicepagetopbox {
    text-align: center;
}

.servicepagetop .servicepagetopbox .maintitle {
}

.servicepagetop .servicepagetopbox .servicepageshortdesc {}

.servicepagetop .servicepagetopbox .servicepageshortdesc p {
    font-size: 20px;
    text-align: center;
}

.servicepagetop .servicepagetopbox .servicepageshortdesc .btngroup {
    margin: 20px 0 0;
    display: inline-flex;
    justify-content: center;
    gap: 15px;
}

.servicepagedetails {
}

.servicepagedetails .servicedescription {}
.servicepagedetails .servicedescription h1 {
    font-size: 32px;
    font-weight: 600;
    margin: 20px 0 10px;
    line-height: 1;
    font-family: var(--primary-font);
    color: var(--primary-color);
}

.servicepagedetails .servicedescription h2 {
    font-size: 22px;
    font-weight: 500;
    margin: 10px 0 10px;
    line-height: 1;
    font-family: var(--primary-font);
    color: var(--secondary-color);
}

.servicepagedetails .servicedescription p {
    text-align: justify;
    margin: 0;
    font-size: 16px;
    font-family: var(--secondary-font);
    font-weight: 400;
    color: #676767;
    padding: 0 0 15px;
}

.servicepagedetails .servicedescription ul {
    padding: 15px;
    border-left: 5px solid var(--primary-color);
    padding-left: 35px;
    margin: 5px 0 10px 0px;
    background: #daeaff;
    list-style: disc;
}
.servicepagedetails .servicedescription ul li{}
.servicepagedetails .servicedescription ul li:before{
    content: "";
    font-family: 'Font Awesome 7 Brands';
    vertical-align: middle;
    margin-right: 5px;
    color: var(--secondary-second-color);
}
.servicepagedetails .servicedescription img {
    width: 100%;
    margin: 15px 0 30px;
}

.servicepagetop .servicepagetopbox .maintitle h2 {
    font-size: 64px;
}

.admission-form .form-box {
    background: unset;
    box-shadow: unset;
    padding: 0;
    padding: 20px 20px;
    background: var(--primary-color);
    position: sticky;
    border: 1px solid #daecff;
    top: 0;
    margin-left: 20px;
}

@media(max-width:575px){
    .admission-form .form-box {
        margin: 0;
    }
}

.admission-form .form-box:after {
    content: unset;
}
.admission-form .form-box .form-heading {
	text-align: center;
}
.admission-form .form-box .form-heading h4 {
    color: #ffffff;
    font-size: 22px;
    font-weight: 600;
    margin: 0 0 15px;
}
.admission-form .form-box .form-section {
	margin-bottom: .4em;
}
.admission-form .form-box .form-section .form-input-box {
	margin: 0 0 10px;
}
.admission-form .form-section .form-input-box input.form-input, .admission-form .form-section .form-input-box select, .admission-form .form-section .form-input-box textarea {
	background-color: #ffffff;
	border: none;
	border-radius: 3px;
	display: inline-block;
	padding: 10px 15px;
	width: 100%;
	overflow: visible;
	border-color: #ffffff;
	color: #000;
	background: #ffffff;
}
.admission-form input[type=submit] {
    cursor: pointer;
    display: inline-block;
    text-align: center;
    transition: all .3s ease;
    white-space: normal;
    background: var(--secondary-color)!important;
    border: 1px solid var(--secondary-color)!important;
    border-radius: 6px;
    color: #fff!important;
    padding: 13px 35px;
    font-size: 18px;
}
.admission-form input[type=submit]:hover {
	 background: #f14b14 !important;
}

.admission-form {
    position: sticky;
    top: 10%;
    z-index: 2;
}


/* services section style end */

/* contact page style start */

.contactsection {
    padding: 50px 0;
}

.contactsection .contactbox {
    padding: 0;
    display: flex;
    gap: 10px;
    box-shadow: 0px 0px 20px 1px rgba(0,0,0,0.5);
    width: 90%;
    justify-content: center;
    margin: 0 auto;
}

.contactsection .contactbox .contactleft {
    background: var(--primary-color);
    width: 40%;
    padding: 40px 20px;
    box-shadow: 1px -1px 10px 0px rgba(0, 0, 0, 0.5);
}

.contactsection .contactbox .contactleft h2 {
    color: #fff;
    margin: 0 0 20px;
    font-size: 32px;
    font-family: var(--primary-font);
}

.contactsection .contactbox .contactleft .contactinfo {}

.contactsection .contactbox .contactleft .contactinfo ul {}

.contactsection .contactbox .contactleft .contactinfo ul li {}

.contactsection .contactbox .contactleft .contactinfo ul li a {
    color: #fff;
    font-size: 16px;
    font-family: var(--primary-font);
    padding: 10px 0;
    display: inline-block;
}

.contactsection .contactbox .contactleft .contactinfo ul li a i {
    padding: 0 25px 0 0;
    font-size: 22px;
}

.contactsection .contactbox .contactright {
    padding: 40px 20px;
    width: 60%;
}

.contactsection .contactbox .contactright h2 {font-size: 32px;color: #000;font-family: var(--primary-font);font-weight: 600;letter-spacing: .5px;margin: 0 0 5px;}

.contactsection .contactbox .contactright p {
    font-size: 16px;
    margin: 0 0 20px;
    color: #676767;
    font-family: var(--secondary-font);
}

.contactsection .contactbox .contactright form {}

.contactsection .contactbox .contactright form input {
    width: 100%;
    padding: 10px 10px;
    margin: 0 0 20px;
    border: 1px solid #c7c7c7;
}

.contactsection .contactbox .contactright form textarea {
    width: 100%;
    padding: 10px 10px;
    margin: 0 0 20px;
    border: 1px solid #c7c7c7;
}

.contactsection .contactbox .contactright form .submitbtn {
    width: max-content;
    padding: 10px 30px;
    background: var(--primary-color);
    color: #fff;
    border: 1px solid var(--primary-color);
    transition: all .3s ease;
}

.contactsection .contactbox .contactright form .submitbtn:hover {
    background: var(--secondary-color);
    border: 1px solid var(--secondary-color);
}

.socialmedia {
    margin: 20px 0;
}

.socialmedia .socialmedialinks {
    gap: 15px;
    display: flex;
    align-items: center;
}

.socialmedia .socialmedialinks li {}

.socialmedia .socialmedialinks li a {
    background: #fff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    color: var(--primary-color);
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
    transition: all .3s ease;
}
.socialmedia .socialmedialinks li a:hover {
    background: var(--primary-color);
    color: #fff;
}

.contactmap {
    position: relative;
}

.contactmap .mapbox {}

.contactmap .mapbox iframe {
    height: 300px;
    display: inherit;
}

/* contact page style end */


.blog-details {
    padding: 50px 0px;
}

.blog-details .blog-detailsbox {}

.blog-details .blog-detailsbox .blog-image {
    text-align: center;
    margin: 0 0 20px;
}

.blog-details .blog-detailsbox .blog-image img {
    width: 100%;
    border-radius: 15px;
    height: 500px;
    object-fit: cover;
}

.blog-details .blog-detailsbox .service-details-box {}

.blog-details .blog-detailsbox .service-details-box p {
    color: #373737;
    font-size: 16px;
    font-weight: 400;
    margin: 0 0 10px;
    text-align: justify;
    font-family: var(--secondry-font);
}
.blog-details .blog-detailsbox .service-details-box ul {
    margin: 0 20px;
    list-style: disc;
}
.blog-details .blog-detailsbox .service-details-box ul li {
    margin: 0 0 10px;
    color: #373737;
    font-weight: 400;
    text-align: justify;
    font-family: var(--secondry-font);
    font-size: 16px;
}
.blog-details .blog-detailsbox .service-details-box h3{
    font-size: 22px;
    font-weight: 800;
    font-family: var(--primary-font);
    color: var(--primary-color);
    margin: 0 0 10px;
    line-height: normal;
}
.blogs-sidebox {
    box-shadow: 0px 0px 50px 3px rgba(232,232,232,0.7);
    height: 100%;
    padding: 15px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    background: #e0eeff;
}

.blogs-sidebox h4 {
    font-size: 28px;
    font-weight: 600;
    color: var(--primary-color);
    letter-spacing: 0.5px;
    margin: 0 0 10px;
    text-align: center;
}

.blogs-sidebox .blogs-boxx {
    background: var(--primary-color);
    padding: 10px;
    border-radius: 10px;
}

.blogs-sidebox .blogs-boxx a {
    display: flex;
    gap: 0px;
    flex-direction: column;
}

.blogs-sidebox .blogs-boxx a .blogs-img {
    display: flex;
    align-items: center;
    gap: 10px;
}

.blogs-sidebox .blogs-boxx a .blogs-img img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
    object-position: center;
}

.blogs-sidebox .blogs-boxx a .blogs-info {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.blogs-sidebox .blogs-boxx a h5 {
    font-size: 16px;
    font-weight: 700;
    transition: all .3s ease;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 3;
    color: #fff;
}
.blogs-sidebox .blogs-boxx a:hover .blogs-info h5 {
    color: var(--primary-color);
}

.blogs-sidebox .blogs-boxx a .blogs-info p {
    color: #ffffff;
    font-size: 0.95rem;
    font-weight: 400;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 3;
}

.blog-details .blog-detailsbox .service-details-box h1 {
    margin-top: 2rem;
    margin-bottom: 1rem;
    text-align: left;
    position: relative;
    font-size: 1.8rem;
    display: inline-block;
    background: var(--primary-color);
    padding: 10px 20px;
    border-radius: 2px;
    color: #fff !important;
}
.blog-details .blog-detailsbox .service-details-box h1:before {
    content: "";
    height: 100%;
    border-left: 3px solid var(--primary-color);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin-left: -30px;
}
.blog-details .blog-detailsbox .service-details-box h1:after {
    content: "";
    height: 100%;
    border-left: 3px solid var(--primary-color);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin-left: 30px;
    right: -10px;
}

.popup{
    display:none;
    position:fixed;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,.6);
    justify-content:center;
    align-items:center;
    z-index:9999;
}

.popup-box{
    width: 40%;
    background:#fff;
    padding:30px;
    border-radius:10px;
    position:relative;
    text-align:center;
}

#close{
    position:absolute;
    right:15px;
    top:10px;
    font-size:28px;
    cursor:pointer;
}

.popup-box h4{
    color: var(--secondary-color);
    margin-bottom:10px;
}

.popup-box h2{
    color: var(--primary-color);
    margin-bottom:10px;
    font-size:32px;
}

.popup-box p{
    margin-bottom:20px;
    color:#555;
}

.popup-box input{
    width:100%;
    padding:12px;
    margin-bottom:15px;
    border:1px solid #ddd;
    border-radius:5px;
    font-size:15px;
}

.popup-box button{
    width:100%;
    padding:14px;
    border:none;
    background: var(--secondary-color);
    color:#fff;
    font-size:18px;
    border-radius:30px;
    cursor:pointer;
    transition: all .3s ease;
}

.popup-box button:hover{
    background: var(--primary-color);
}
 .whatsappicon{
    width: 50px;
    height: 50px;
    display: inline-block;
    position: fixed;
    bottom: 5%;
    right: 20px;
    z-index: 9;
}
.whatsappicon img{
    width: 100%;
}
