/*Main Css */
:root {
    --primary: #E4F4C2;
    --bg-light: #ffdecc;
    --bg-gray: #f4f9ff;
    --black: #000000;
    --white: #ffffff;
    --dark: #333333;
    --shadder1: #dbebff;
    --shadder2: #fff0cf;
    --shadder3: #d8ffec;
    --shadder4: #ebebff;
    --shadder5: #ffe3e0;
    --font-heading: "Inter" , sans-serif;
    --font-accent: "Inter" , sans-serif;
    --font-body: "Inter" , sans-serif;
    --font-regular: 400;
    --font-medium: 500;
    --font-semibold: 600;
    --border: 1px solid #c0b5f033;
    --font-regular: 16px;
    --font-small: 14px;
    --font-extra-small: 12px;
    --font-large: 20px;
    --icon: "Font Awesome 6 Pro", sans-serif;
  }
::selection {
    background: #ff5e14;
    color: #fff;
    text-shadow: none;
}

::-webkit-scrollbar {
    width: 5px;
    background-color: #f5f5f5;
}

::-webkit-scrollbar-button:start:decrement,
::-webkit-scrollbar-button:end:increment {
    display: none;
}

::-webkit-scrollbar-track-piece {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #fff;
}

::-webkit-scrollbar-thumb:vertical {
    border-radius: 10px;
    background-color: #ff5e14;
}


/* Tabbing CSS */

[class^="box-"] {
    display: none;
}

[class^="box-"].showfirst {
    display: block;
}



html{
    overflow-x: hidden;
}
body {
    font-family: var(--font-body);
    overflow-x: hidden;
    font-size: 16px;
    line-height: 1;
    color: #000000;
}
body.inner-header {
    padding-top: 100px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    display: block;
    font-weight: normal;
}

*:hover,
*:focus,
* {
    outline: none !important;
}

img {
    max-width: 100%;
    height: auto;
}

a,
input[type="submit"] {
    -webkit-transition: all 0.4s ease-In-out;
    -moz-transition: all 0.4s ease-In-out;
    -o-transition: all 0.4s ease-In-out;
    transition: all 0.4s ease-In-out;
    display: inline-block;
    cursor: pointer;
    text-decoration: none;
}



span {
    display: inline-block;
}

textarea,
select,
input[type],
textarea,
select,
button {
   
    
    font-family: var(--font-body);
    font-weight: 400;
}

::-webkit-input-placeholder {
    color: #a3a3a3;
    font-weight: 400;
}

::-moz-placeholder {
    color: #a3a3a3;
    font-weight: 400;
}

:-ms-input-placeholder {
    color: #a3a3a3;
    font-weight: 400;
}

:-moz-placeholder {
    color: #a3a3a3;
    font-weight: 400;
}

::-moz-placeholder {
    opacity: 1;
}


/* Padding Classes */


.pad-zero {
    padding: 0px;
}

.pad-l-zero {
    padding-left: 0px;
}

.pad-r-zero {
    padding-right: 0px;
}

.ovr-hiddn {
    overflow: hidden;
}

.overlay:after {
    content: "";
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1;
}

.overlay {
    display: none;
}

.overlay.active {
    display: block;
}


/* Heading Classes */

.hding-1 h1 {
    font-size: 75px;
    font-weight: 700;
    line-height: 75px;
}



.highlighted {
    color: #ff5e14;
}


/* Custom Slick Css */

.slick-list {
    margin: 0 -15px;
}

.slick-slide {
    margin: 0 15px;
}

.slick-dots {
    padding: 50px 0 0;
    text-align: center;
}

.slick-dots li {
    margin: 0 10px 0 0px;
    width: auto;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    padding: 0px;
    border: none;
}

.slick-dots li button:before,
.slick-dots li button:before {
    color: #fff;
    opacity: 1;
    font-size: 20px;
}

.slick-dots li button {
    height: 8px;
    width: 30px;
    border-radius: 100px;
    padding: 0px;
    background: #DDDDDD;
    border: none;
    cursor: pointer;
    font-size: 0px;
    padding: 0px;
    -webkit-transition: all 0.4s ease-In-out;
    -moz-transition: all 0.4s ease-In-out;
    -o-transition: all 0.4s ease-In-out;
    transition: all 0.4s ease-In-out;
    box-sizing: border-box;
}

.slick-dots li.slick-active button {
    background: #B6B9FC;
    width: 55px;
}

/*header css*/

header {
    -webkit-transition: all 0.4s ease-In-out;
    -moz-transition: all 0.4s ease-In-out;
    -o-transition: all 0.4s ease-In-out;
    transition: all 0.4s ease-In-out;
    position: fixed;
    background: transparent;
    z-index: 1;
    left: 0;
    right: 0;
    top: 28px;
}
header.sticky{
    
    
    background: white;
    box-shadow: 0px 4px 6px -1px rgb(0 0 0 / 10%), 0px 2px 4px -1px rgb(0 0 0 / 6%);
    top: 0;
}

.menuWrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.logo {
    display: inline-block;
}

.logo img {
    display: block;
}
.logo img {
    width: 54%;
}

/* Hamburger Menu */

.menu-Bar {
    width: 30px;
    height: 20px;
    cursor: pointer;
    position: absolute;
    right: 15px;
    top: 0;
    bottom: 0px;
    margin: auto;
    z-index: 22;
    display: none;
}

.menu-Bar span {
    display: block;
    height: 4px;
    width: 100%;
    background: #66C10A;
    position: absolute;
    transition: 0.6s all;
    border-radius: 100px;
}

.menu-Bar span:nth-child(1) {
    top: 0;
}

.menu-Bar span:nth-child(2) {
    top: 8px;
    transform-origin: left;
}

.menu-Bar span:nth-child(3) {
    top: 16px;
}



.menu-Bar.open span:nth-child(1) {
    transform: rotate(45deg);
    top: 12px;
    transform-origin: right-center;
}

.menu-Bar.open span:nth-child(2) {
    width: 0;
    opacity: 0;
}

.menu-Bar.open span:nth-child(3) {
    transform: rotate(-45deg);
    top: 12px;
    transform-origin: right-center;
}

/* Menu Css */

.menu {
    font-size: 0px;
    display: inline-block;
    vertical-align: middle;
}

.menu > li  {
    display: inline-block;
    vertical-align: middle;
    padding: 16px 0 16px 46px;
}

.menu > li > a {
    display: block;
    font-size: 18px;
    color: #597393;
    /* text-transform: uppercase; */
    font-weight: 600;
}

.menu > li > a:hover {
    color: #66C10A;
}



.header-btn {
    color: #6DC10A !important;
    padding: 15px 36px;
    font-weight: 400 !important;
    background: #E4F4C2;
    border: 1px solid #66C10A;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05);
    border-radius: 100px;
}

.header-btn:hover{
    transform: scale(1.03);
}
.menu > li :hover > a,
.menu > li .active > a {
    color: var(--primary);
}
@keyframes scale-display {
    0% {
      opacity: 0;
      transform: scale(0);
      -webkit-transform: scale(0);
    }
    100% {
      opacity: 1;
      transform: scale(1);
      -webkit-transform: scale(1);
    }
  }
  @keyframes scale-display--reversed {
    0% {
      display: inline-flex;
      opacity: 1;
      transform: scale(1);
      -webkit-transform: scale(1);
    }
    99% {
      display: inline-flex;
      opacity: 0;
      transform: scale(0);
      -webkit-transform: scale(0);
    }
    100% {
      display: none;
      opacity: 0;
      transform: scale(0);
      -webkit-transform: scale(0);
    }
  }

/* Menu Dropdown CSS */

.has-child {
    position: relative;
    z-index: 1;
}

.dropdown {
    position: absolute;
    background: white;
    /* padding: 1rem; */
    border-radius: 0px 0px 10px 10px;
    top: 100%;
    width: 300px;
    box-shadow: 0 10px 20px rgb(0 0 0 / 10%), 0 6px 6px rgb(0 0 0 / 10%);
    display: none;
}

.dropdown .dropdown {
    left: 100%;
    top: 0;
}
.dropdown ul li a {
    font-size: 16px;
    line-height: 30px;
    color: #333;
    padding: 10px 20px;
}

.dropdown li:not(:last-child) {
    border-bottom: 1px solid #ddd;
}
.chev.rotate {
    transform: rotate(180deg);
}

.chev {
    transition: .5s ease;
}
/* Dropdown CSS*/

@keyframes btotreverse {
    0% {
        top: 75px;
        opacity: 1;
    }
    100% {
        top: 115px;
        opacity: 0;
    }
}

@keyframes btot {
    0% {
        top: 115px;
        opacity: 0;
    }
    100% {
        top: 40px;
        opacity: 1;
    }
}

/* Main Banner CSS */

.mainBanner {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}
.mainBanner:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(../images/banner/banner-bg.webp);
    background-position: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -1;
}
.mainBanner.about-us:before{
    background-image: url(../images/abt-bg.webp);
}
.mainBanner.service:before{
    background-image: url(../images/ser-bg.webp);
}
.banner-content {
    padding: 150px 0 35px;
}
h1.banner-heading {
    margin-bottom: 2rem;
    font-weight: 700;
    font-size: 64px;
    line-height: 80px;
    color: #597393;
}
.banner-img {
    text-align: right;
}
span.sub-heading {
    font-size: 18px;
    line-height: 54px;
    color: #71C243;
    font-weight: 600;
}

p.banner-text {
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 2rem;
    color: #6B7F99;
}
ul.company-logos {
    position: relative;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 2rem;
    text-align: center;
    /* filter: opacity(0.7); */
}
.company {
    padding-top: 2rem;
}


/* Counter */
.counter-wrapper {
    color: white;
    padding: 0 0 60px 0;
}
.counter-wrapper:before{
    content: "";
    background: #66C10A;
    display: block;
    height: 35%;
    width: 100%;
    position: absolute;
    z-index: -1;
}
.padding {
    padding: 4rem 0;
}
ul#counter {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* ul#counter li:not(:first-child) {
    border-left: 1px solid #fff;
} */

ul#counter li {
    text-align: center;
    padding: 0px 40px;
}

ul#counter li .counter>div {
    font-weight: 500;
    font-size: 36px;
    line-height: 30px;
    margin-bottom: 1rem;
}

ul#counter li .counter>.text {
    font-weight: 500;
    font-size: 18px;
    line-height: 30px;
    color: white;
}

/* Counter */

.process-card {
    background: #FFFFFF;
    box-shadow: 0px 4px 20px 3px rgba(128, 128, 128, 0.25);
    border-radius: 8px;
    padding: 1.5rem;
}

.process-card h4 {
    font-weight: 500;
    font-size: 22px;
    color: #597393;
    padding: 1.5rem 0;
}

.process-card p {
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    color: #63739D;
    margin-bottom: 1.5rem;
}

/* .process {
    transform: translateY(-164px);
} */
h1.banner-heading.fs-36 {
    font-size: 36px;
    line-height: 48px;
}
.pro-bg {
    background: #FFFFFF;
    box-shadow: 0px 15px 55px -12px rgba(128, 128, 128, 0.25);
    border-radius: 8px;
    padding: 4rem 2rem 4rem 4rem
}

.para p {
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    color: #63739D;
}

.process-detail {
    background: #FFFFFF;
    box-shadow: 0px 4px 20px 3px rgba(128, 128, 128, 0.25);
    border-radius: 8px;
    padding: 1rem;
    margin-bottom: 1rem;
}

.process-detail h4 {
    font-weight: 500;
    font-size: 24px;
    color: #597393;
    margin-bottom: 10px;
}

.process-detail p {
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    color: #63739D;
}
.w-200{
    width: 200px;
}
.para {
    margin: 2rem 2rem 4rem 0;
}
.textright {
    text-align: end;
}

.trans-x{
    transform: translateX(60px);
}

.trans-xx{
    transform: translateX(-95px);
}
.par-width {
    width: 126%;
}
.chooseus p {
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    color: #63739D;
}

.chooseus-content h4 {
    font-weight: 600;
    font-size: 22px;
    color: #597393;
    margin-bottom: 1rem;
}

.chooseus-content p {
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    color: #63739D;
}

.chooseus-img {
    width: 130px;
}
.chooseus-details {
    margin-bottom: 3rem;
}
.chooseus-content {
    margin-top: 24px;
}
.menu li:hover a, .menu li.active a {
    color: #66C10A;
}
.policy-ul li {
    color: #555555;
    font-size: 16px;
    line-height: 30px;
}

.policy-ul {
    list-style: disc;
    margin-left: 18px;
}
/* Testimonials 2 */


.testimonials:before{
    content: "";
    background: #66C10A;
    display: block;
    height: 60%;
    width: 100%;
    position: absolute;
    z-index: -1;
}
.sec-heading h3 {
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
}
.testi-slider-2 .testi-slide {
    padding: 26px 28px;
    background: #F6F9FC;
    border: 1px solid #ECF0F0;
    border-radius: 8px;
}

.testi-slider-2 .testi-slide p {
    font-weight: 400;
    font-size: 16px;
    line-height: 27px;
    text-align: center;
    color: #6B839F;
}

/* .testi-slider-2 .testi-slide .bottom {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    width: 100%;
} */
.testi-slider-2 .testi-slide .client {
    margin-top: 1rem;
}
.det .name {
    font-weight: 500 !important;
    font-size: 18px !important;
    line-height: 34px !important;
    text-align: left !important;
}
.det .des {
    font-weight: 400 !important;
    font-size: 16px !important;
    text-align: left !important;
}

.testi-slider-2 .testi-slide .bottom .stars {
    background: #407BFF;
    border-radius: 42px;
    padding: 10px 20px;
    color: #00F000;
    display: flex;
    font-size: 12px;
    gap: 8px;
}

/* Testimonials 2 */

/* Accordian */
.accordion-list {
    position: relative;
}

.accordion-list li {
    padding: 30px 15px 30px 0px;
    cursor: pointer;
    width: 100%;
    margin: 0 auto;
    border-bottom: 1px solid #ECF0F0;
    background: white;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05);
    margin-bottom: 1.5rem;
}
.accordion-list li.active h3 {
    color:  #66C10A;
}
ul.accordion-list li span {
    display: flex;
    position: relative;
}
.accordion-list li h3 {
    font-weight: 500;
    font-size: 20px;
    color: #597393;
}
ul.accordion-list li h3:after {
    content: "\f078";
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    right: 0;
    right: 0;
    color: #9CA3AF ;
    transition: all 0.3s ease-in-out;
    font-size: 16px;
    font-weight: 600;
    top: 0;
}
.accordion-list li.active h4::after {
    color: #9CA3AF;
    content: "\f077";
}
ul.accordion-list li.active h3:after {
    content: "\f077";
}
.answer p {
    margin-top: 10px;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    color: #6D8099;
}
/* Accordian */

.banner-form h2 {
    font-weight: 700;
    font-size: 36px;
    color: #597393;
}

.banner-form p {
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    color: #597393;
    padding: 2rem 0;
}
.field-wrapper input {
    font-size: 16px;
    color: #ABA9BD;
    padding-left: 20px;
    height: 58px;
    background: #F6F9FC;
    border: 1px solid #ECF0F0;
    border-radius: 100px;
    width: 100%;
    
}
.banner-form button {
    padding: 0 45px;
    height: 58px;
    font-weight: 500;
    font-size: 18px;
    line-height: 60px;
    color: #66C10A;
    cursor: pointer;
    transition: .4s ease;
    background: #E4F4C2;
    border: 1px solid #66C10A;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05);
    border-radius: 100px;
}
.sbt i {
    margin-right: 16px;
}
.off-now-sec {
    background-repeat: no-repeat;
    background-position: center;
    padding: 3rem 0 6rem 0;
}


/* popup */

.overlay {
    background-color: rgb(197 197 197 / 32%);
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9999999;
    display: none;
    backdrop-filter: blur(10px);
}
  .popupmain {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: auto;
    width: 530px;
    background: #fff;
    box-shadow: 0 0 30px -9px #0000006e;
    z-index: 9999999;
    overflow: hidden;
    display: none;
    border-radius: 8px;
    max-width:97%;
    max-height: 90vh;
    overflow-y: auto;
  }
  .mmpopup {
    text-align: center;
    background: #f8f8f8;
    padding: 45px 25px 25px;
  }
  .mmpopup .formpop {
    width: 100%;
    margin: 24px auto;
  }
  .mmpopup .fld-input {
    height: 50px;
    width: 100%;
    /* margin-bottom: 9px; */
    border-radius: 10px;
    margin-bottom: 1rem;
    border: 1px solid #D1D5DB;
    overflow: hidden;
  }
  .mmpopup .centercont h3 {
    font-size: 38px;
    color: #141515;
    margin-bottom: 10px;
  }
  .mmpopup .centercont h4 {
    font-size: 20px;
    color: #566060;
    margin-bottom: 15px;
  }
  .mmpopup .centercont h4 span {
    color: #86cb92;
  }
  .mmpopup .centercont h4 span span {
    display: none;
  }
  .mmpopup .centercont p {
    color: #333;
    font-size: 14px;
    margin-bottom: 120px;
    line-height: 20px;
  }
  .closeico {
    position: absolute;
    top: 15px;
    right: 20px;
    z-index: 9999;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #F3F4F6;
    border-radius: 100px;
  }
  .closeico i {
    background: url(https://markfortify.com/lp4/assets/images/e-remove.png)
      no-repeat;
    width: 16px;
    height: 16px;
    display: block;
  }
  .closeico1 {
    position: absolute;
    top: 15px;
    right: 20px;
    z-index: 9999;
  }
  .closeico1 i {
    background: url(https://markfortify.com/lp4/assets/images/e-remove.png)
      no-repeat;
    width: 16px;
    height: 16px;
    display: block;
  }
  .mmpopup .centercont p {
    margin-bottom: 10px;
    line-height: 23px;
    color: #565656;
    max-width: 390px;
    margin: auto;
    display: block;

    position: relative;

  }
  .mmpopup .centercont ul {
    margin-bottom: 30px;
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    padding: 27px 49px 27px 24px;
    background: #fff;
    border-radius: 10px;
    margin-right: 20px;
  }
  .mmpopup .centercont ul li {
    display: block;
    font-size: 15px;
    color: #000;
    padding-bottom: 12px;
  }
  .mmpopup .centercont ul li.last {
    padding-bottom: 0;
  }
  .mmpopup .centercont ul li i {
    color: #ff533e;
    border: 1px solid;
    border-radius: 100px;
    margin-right: 8px;
    font-size: 10px;
    padding: 3px;
  }
  .mmpopup .centercont h4 {
    font-size: 35px;
    color: #0085ff;
  }
  .mmpopup .centercont h3 {
    font-size: 50px;
    font-weight: 400;
    color: #0085ff;
  }
  .mmpopup .centercont h3 span {
    display: block;
    margin: 0 30px;
    /* font-size: 30px; */
    color: #000;
    /* font-family: 'CenturyGothic'; */
    font-weight: 700;
    /* line-height: 33px; */
    font-size: 36px;
    line-height: 120%;
    color: #3A3D40;
  }
  .mmpopup .centercont h4 span {
    font-weight: 700;
    color: #000;
    font-size: 60px;
  }
  .fld-input {
    border-style: solid;
    border-width: 1px;
    border-color: rgb(218 217 217);
    border-radius: 5px;
    background-color: #fff;
    width: 354px;
    height: 66px;
    margin-bottom: 20px;
  }
  .fld-input input {
    width: 100%;
    height: 100%;
    padding: 0 24px;
    font-size: 16px;
    letter-spacing: 0.2px;
    background: #EEEEEE;
    border: 0 !important;
    outline: 0 !important;
    box-shadow: none;
    font-family: 'Inter';
  }
  .fld-input input::placeholder {
    color: #737373;
    font-weight: 400;
  }
  .fld-btn button {
   border-radius: 5px;
   background-color: #66C10A;
    width: 100%;
    color: white;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.2px;
    text-transform: uppercase;
    cursor: poRoboto;
    transition: 0.5s;
    font-family: 'Inter';
    height: 59px;
    cursor: pointer;
    border: 0;
  }
  
  .fld-btn button i {
    padding-left: 12px;
  }
  .fld-btn button:hover {
   transform:scale(1.03);
  }
/* popup */


/* Sec Headings */
.sec-heading {
    margin: 4rem 0 3rem 0;
}
.sec-heading.center {
    text-align: center;
    
}
.sec-heading h2 {
    font-size: 36px;
    line-height: 48px;
    font-weight: 700;
}
.sec-heading.white h2{
    color:white
}
.sec-heading p {
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    color: #5F5F5F;
    margin: 1rem 0;
}
.sec-heading .sub-heading {
    font-weight: 600;
    font-size: 18px;
    line-height: 29px;
    color: var(--primary);
    margin-bottom: 1rem;
}

/* Sec Headings */


/* sections */
section {
    padding: 4rem 0;
    position: relative;
}
.padding-2{
    padding: 1rem 0;
}
/* sections */ 


/* Theme Buttons */
.btn-wrap {
    display: flex;
    gap: 1rem;
    align-items: center;
    margin: 1rem 0 0;
}

.btn-wrap .theme-btn {
    padding: 15px 22px;
    color: #66C10A;
    font-size: 20px;
    font-weight: var(--font-medium);
    transition: .5s ease;
    background: #E4F4C2;
    border: 1px solid #66C10A;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05);
    border-radius: 100px;
}

.btn-wrap .theme-btn.bordered {
    background: transparent;
    color: var(--black);
}
.btn-wrap .theme-btn:hover{
    transform: scale(1.03);
} 
/* Theme Buttons */

/* footer */

footer {
    padding: 4.5rem 0 0 0;
    background: #FFFFFF;
    box-shadow: 0px -2px 11px 4px #F7F7F7;
}
.footer-del h2 {
    font-weight: 700;
    font-size: 64px;
    color: #597393;
    margin-bottom: 2.5rem;
}

.footer-del p {
    font-weight: 500;
    font-size: 18px;
    color: #597393;
}
.copyright {
    padding: 2rem 0;
}

.copyright p,.copyright a {
    font-weight: 400;
    font-size: 12px;
    color: #6D7793;
    opacity: 0.7;
}

ul.f-link {
    display: flex;
    align-items: center;
    gap: 20px;
}


.getintouch h4 {
    font-weight: 600;
    font-size: 18px;
    color: #71C243;
    margin-bottom: 12px;
}

.getintouch-ul li a {
    font-weight: 500;
    font-size: 14px;
    line-height: 30px;
    color: #597393;
}
.socialicon {
    display: inline-block;
    vertical-align: middle;
    padding: 1rem 0;
}

.socialicon li {
    display: inline-block;
    padding-right: 8px;
}

.socialicon li a {
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: #66C10A;
    background: #E4F4C2;
    border-radius: 4px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.brdr-btm{
    border-bottom: 1px solid #ECF0F0;
    padding: 0 0 3rem 0;
}


/* footer */

/* about-us */

.ourteam-card p {
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    color: #597393;
}
.ourteam-card {
    background: #FFFFFF;
    box-shadow: 0px 4px 20px 3px rgba(128, 128, 128, 0.25);
    border-radius: 8px;
    padding: 1rem 2rem 4rem;
}

.discount h2 {
    font-weight: 700;
    font-size: 48px;
    color: #597393;
}

.discount p {
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    color: #6B7F99;
    padding: 1rem 0;
}
.discount-image {
    position: absolute;
    top: 36%;
    right: 20%;
}
.testimonials {
    position: relative;
}

.textleft{
    text-align: left;
}
.fs-16{
    font-size: 16px !important;
}
.article-image img {
    width: 100%;
}
.latest-article {
    background: #FFFFFF;
    box-shadow: 0px 4px 13px 1px rgba(128, 128, 128, 0.25);
    border-radius: 8px;
}
.latest-article h4 {
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #597393;
    padding-bottom: 1rem;
}
.latest-article p {
    font-weight: 400;
    font-size: 14px;
    color: #AFADAD;
    line-height: 22px;
}

.article-detail {
    padding: 1.5rem;
}
.card2 {
    background: #F6F9FC;
    box-shadow: 0px 4px 20px 3px rgba(128, 128, 128, 0.25);
    border-radius: 8px;
    transition: .5s ease;
}

.card2:hover{
    background: #66C10A;
}
 .card2:hover h4 , .card2:hover p {
    color: #fff;
 }


/* contact-us */

.contactus-bg{
    background: none;
    box-shadow: none;
    padding: 0;
}
.field label {
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 15px;
    color: #5A7494;
}
.field input, .field textarea {
    width: 100%;
    border: 0;
    font-weight: 300;
    font-size: 14px;
    color: #838493;
    padding: 15px 14px;
    margin-bottom: 40px;
    outline: none !important;
    background: #F6F9FC;
    border-radius: 8px;
}
.field textarea {
    height: 150px;
    resize: none;
}
.send button {
    padding: 0 60px;
    height: 58px;
    font-weight: 500;
    font-size: 18px;
    line-height: 60px;
    color: #66C10A;
    cursor: pointer;
    transition: .4s ease;
    background: #E4F4C2;
    border: 1px solid #66C10A;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05);
    border-radius: 100px;
    margin: 0 auto;
    display: block;
}
.cntn-bg {
    background: #FFFFFF;
    box-shadow: 0px 4px 20px 3px rgba(128, 128, 128, 0.25);
    border-radius: 8px;
    padding: 3rem 3rem 3rem;
    transform: translateY(-270px);
    position: relative;
    z-index: 10;
    margin-bottom: -270px;
}
section.map {
    padding-top: 0;
}
.gmap_canvas{
    
    display: block;
    height: 52%;
    width: 100%;
    top: 0;
    background-size: contain;
    background-repeat: repeat;
    position: absolute;
    z-index: -1;
}
.mapouter {
    position: relative;
    text-align: right;
    height: 510px;
    width: 100%;
    z-index: 9;
}
#gmap_canvas{
    width: 100%;
    height: 510px;

}
.send button i.fas.fa-envelope {
    margin-right: 14px;
}




/* faqs */


.cta {
    background-repeat: no-repeat;
    background-size: 100% 100%;
    /* background-size: cover; */
    padding: 3rem 3rem;
    
}
.cta-detail h2 {
    font-weight: 700;
    font-size: 48px;
    line-height: 65px;
    color: #66C10A;
}

.cta-detail p {
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    color: #6B7F99;
    padding: 1rem 0;
}
.ctaimage {
    text-align: center;
}
.fs-64{
    font-size: 64px !important; 
}
.thankyoupage {
    padding: 70px 0 35px;
}
.policy-detail h2 {
    font-size: 24px;
    font-weight: 500;
    color: #597393;
    margin-bottom: 28px;
}
.policy-detail p {
    color: #555555;
    font-size: 16px;
    line-height: 30px;
}
.mt-35 {
    margin-top: 35px;
}

/* 404 */

.error-text {
    font-size: 96px;
    line-height: 68px;
    color: var(--accent);
    font-weight: 500;
    margin-bottom: 1.5rem;
}
.error-heading {
    font-weight: 500;
    font-size: 52px;
    line-height: 68px;
}
.error-image {
    margin-top: 100px;
}
.thankyou-text{
    font-size: 20px;
    initial-letter: 30;
    line-height: 34px;
    margin-top: 20px;
}
i.far.fa-long-arrow-left {
    margin-right: 10px;
}
/* 404 */


/* terms */

.terms .roman {
    list-style: upper-roman;
}
.terms ul {
    padding-left: 40px;
    line-height: 25px;
    font-size: 16px;
    color: #333;
}
.terms ul li {
    margin-bottom: 1rem;
}
.terms ul li::marker {
    font-size: 22px;
    font-weight: 500;
}
.terms h4 {
    font-size: 24px;
    margin: 1rem 0;
}
.terms p {
    margin-bottom: 2rem;
}
/* terms */

/* blogs */

.b-detail-image {
    margin: 2rem 0;
    text-align: center;
}
.b-details {
    padding: 2rem 0;
}
.b-details p {
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    color: #333333;
}
.b-details h2 {
    font-weight: 500;
    font-size: 40px;
    color: #66C10A;
    padding: 2rem 0;
}
.b-details h3 {
    font-weight: 500;
    font-size: 30px;
    color: #333333;
    padding: 2rem 0;
}












@media (max-width: 1440px) {}

@media (max-width: 1200px) {
    header {
        padding: 0;
    }
    header.sticky{
        padding: 10px 0;
    }
    
    .btns{
        margin: 1.5rem 0;
    }
    .dropdown {
        position: unset;
        box-shadow: none;
        width: 100%;
        background: #f0f8ff80;
    }
    
    .dropdown ul li a {
        padding: 0;
        line-height: 1rem;
        /* padding: 0; */
        padding: 1rem;
        font-weight: 500;
    }
    .form-head .form-heading{
        white-space: normal;
        font-size: 20px;
    }
    .form-head{
        padding: 1rem;
    }
    .btn-normal{
        padding: 10px 8px;
    }
    .sub-menu a {
        color: #333 !important;
        margin-bottom: 0 !important;
    }
    
    .sub-menu {
        left: auto !important;
        padding-top: 16px;
        top: 24px;
    }
    a.header-btn {
        padding: 15px 20px !important;
        margin-bottom: 0 !important;
        display: flex !important;
        gap: 5px !important;
        align-items: center;
    }
    .menuWrap .menu:first-child{
        padding-left: 0;
        width: 100%;
    }
    img {
        max-width: 100%;
        height: auto;
    }
    .menu-Bar {
        display: block;
        top: 0px;
    }
    .menuWrap.open {
        display: flex;
        left: 0px;
    }
    .menuWrap {
        position: fixed;
        left: -210%;
        /* right: 0; */
        top: 0;
        bottom: 0;
        margin: auto;
        background: #ffffff;
        height: 100vh;
        display: flex;
        align-items: center;
        /* justify-content: center; */
        flex-flow: column;
        transition: all 0.4s ease;
        z-index: 3;
        width: 70%;
        overflow-y: auto;
        box-shadow: 0px 4px 6px -1px rgb(0 0 0 / 10%), 0px 2px 4px -1px rgb(0 0 0 / 6%);
    }
    ul.menu > li  {
        display: flex;
        justify-content: center;
        gap: 5px;
        border-bottom: 1px solid #ddd;
        padding: 0;
        flex-direction: column;
    }
    ul.menu > li > a {
        margin-bottom: 10px;
        padding: 0;
        display: block;
        text-align: center;
        margin-bottom: 15px;
        padding-right: 0px;
        margin-right: 0px;
        color: #fff;
        font-size: 15px;
        text-transform: capitalize;
    }
    
    .container {
        position: relative;
    }
    
    header .main-header ul.menu>li > a {
        color: #333;
        width: 100%;
        text-align: left;
        margin: 0;
        display: flex;
        justify-content: space-between;
        padding: 1rem;
    }
    header .main-header ul.menu>li > a:before {
        display: none;
    }

    ul#counter li .counter>div {
        font-size: 28px;
    }
    ul#counter li .counter>.text {
        line-height: 20px;
    }
    .process-card {
        padding: 1rem;
        
    }
    .process-card p {
        font-size: 14px;
    }
    /* .chooseus-details {
        margin: 2rem 0 -17px 0;
    } */
   
    .banner-content {
        padding: 110px 0 35px;
    }
    .banner-img {
        display: none;
    }
    .process-card h4 {
        padding: 1rem;
    }
    .ourteam-card {
        margin-bottom: 1rem;
    }
    h1.banner-heading {
        margin-bottom: 1rem;
    }
    .sec-heading {
        margin: 1rem 0 0rem 0;
    }
    .discount-image {
        display: none;
    }
    .latest-article {
        margin-bottom: 1rem;
    }
    h1.banner-heading.fs-36 {
        font-size: 32px;
        line-height: 34px;
    }
    .getintouch {
        margin-top: 3rem;
    }
    .copyright {
        padding: 1rem 0;
    }
    .banner-form button {
        padding: 0 25px;
    }
    .testimonials {
        padding: 0 0;
    }
    .map:before {
        height: 30%;
    }
    .cntn-bg {
        margin-top: 82px;
    }
    .trans-x {
        transform: translateX(0px);
    }
    .trans-xx {
        transform: translateX(0px);
    }
   
    .chooseus-img {
        width: 180px;
    }
    .chooseus-content {
        margin-top: 5px;
    }
    .det .name {
        line-height: 14px !important;
    }
    .det .des {
        font-size: 12px !important;
    }
    .testi-slider-2 .testi-slide {
        padding: 22px 30px;
    }
    .testi-slider-2 .testi-slide p {
        font-size: 15px;
        line-height: 22px;
    }

}

@media (max-width : 1025px){
    .btn-wrap .theme-btn {
        font-size: 16px;
    }
    .overlap-slider {
        /* width: 180%; */
        width: 100%;
        position: relative;
    }
   
}

/* iPads (portrait and landscape) ----------- */
@media only screen
and (min-width : 768px)
and (max-width : 1024px) {

}
/* iPads (landscape) ----------- */
@media only screen
and (min-width : 768px)
and (max-width : 1024px)
and (orientation : landscape) {
/* Styles */
}
/* iPads (portrait) ----------- */
@media only screen
and (min-width : 768px)
and (max-width : 1024px)
and (orientation : portrait) {
    
/* Styles */

    .process-image {
        display: none;
    }
    .pro-bg {
        padding: 1.5rem 2rem 1.5rem 2rem;
    }
    .chooseus-details {
        margin-top: 2rem;
    }
    .chooseus-details {
        margin-top: 2rem;
    }
    .chooseus-img {
        width: auto;
    }
    .chooseus-details {
        margin-bottom: 0rem;
    }
    ul.company-logos{
        gap: 1rem;
    }
}


/* iPhone 6-8 Plus */
@media only screen
and (min-width : 414px)
and (max-width : 736px)
and (orientation : portrait) {
    .chooseus-img {
        width: auto;
    }
    .process-image {
        display: none;
    }
}
@media only screen
and (min-width : 414px)
and (max-width : 736px)
and (orientation : landscape) {
/* Styles */
}



/* iPhone 6-8  */
@media only screen
and (min-width : 375px)
and (max-width : 667px)
and (orientation : portrait) {
/* Styles */
}
@media only screen
and (min-width : 375px)
and (max-width : 667px)
and (orientation : landscape) {
/* Styles */
}



/* Android (Pixel 2) */
@media only screen
and (min-width : 412px)
and (max-width : 684px)
and (orientation : portrait) {
/* Styles */
}
@media only screen
and (min-width : 412px)
and (max-width : 684px)
and (orientation : landscape) {
/* Styles */
}

/* Iphone X */
@media only screen
and (min-width : 375px)
and (max-width : 734px)
and (orientation : portrait) {

}
@media only screen
and (min-width : 320px)
and (max-width : 767px) {
    .pkg-list {
        grid-template-columns: repeat(1, 1fr);
    }
    
    .banner-content {
        padding: 100px 0 20px;
    }
    span.sub-heading {
       
        font-size: 16px;
    }
    h1.banner-heading {
        font-size: 28px;
        line-height: 36px;
        margin-bottom: 1rem;
    }
    
    p.banner-text {
        max-width: 100%;
        font-size: 16px;
        line-height: 25px;
    }
    
    .btn-wrap {
        flex-direction: column;
        margin-bottom: 1rem;
    }
    
    .btn-wrap a {
        width: 100%;
        text-align: center;
    }
    .banner-img {
        display: none;
    }
    
    .sec-heading h2 {
        font-size: 30px;
        line-height: 34px;
    }
    .sec-heading p {
        font-size: 16px;
        line-height: 26px;
    }
    .sec-heading .sub-heading {
        margin-bottom: .5rem;
    }
    .copyright {
        flex-direction: column;
        gap: 12px;
    }
    ul.company-logos {
        grid-template-columns: repeat(3, 1fr);
        gap: 0rem;
    }
    .company {
        padding-top: 0rem;
    }
    .padding {
        padding: 2rem 0;
    }
    ul#counter {
        display: block;
    }
    .counter-wrapper:before {
        height: 70%;
    }
    ul#counter li .counter>div {
        margin-bottom: 0rem;
    }
    ul#counter li {
        margin-bottom: 2rem;
    }
    .process-card {
        margin-bottom: 1rem;
    }
    .trans-x {
        transform: translateX(0px);
    }
    .process-detail {
        flex-direction: column;
        text-align: center;
        margin: 2rem 0 0 0;
    }
    .trans-xx {
        transform: translateX(0px);
    }
    .para {
        margin: 1rem 0rem 2rem 0;
    }
    .chooseus-details {
        flex-direction: column;
        text-align: center;
    }
    .chooseus-img {
        width: unset;
        text-align: center;
    }
    .counter-wrapper {
        color: white;
        padding: 0 0 0px 0;
    }
   
    .accordion-list li h3 {
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
    }
    .accordion-list li {
        padding: 18px 15px 18px 0px;
        margin-bottom: 0.5rem;
    }
    .banner-form p {
        font-size: 15px;
        padding: 1rem 0;
    }
    .field-wrapper input {
        margin-bottom: 1rem;
    }
    .footer-del h2 {
        font-size: 34px;
        margin-bottom: 1rem;
    }
    .getintouch {
        margin-top: 2rem;
    }
    footer {
        padding: 2.5rem 0 0 0;
    }
    .copyright {
        padding: 1rem 0;
    }
  
    /* about-us */

    .ourteam-card {
        margin-bottom: 1rem;
    }
    h1.banner-heading.fs-36 {
        font-size: 26px;
        line-height: 32px;
    }
    .sec-heading {
        margin: 2rem 0 0rem 0;
    }
    .discount-image {
        display: none;
    }
    .discount h2 {
        font-size: 35px;
    }
    .discount p {
        font-size: 15px;
    }
    section {
        padding: 1rem 0;
        position: relative;
    }
    .latest-article {
        margin: 1rem 0 1rem;
    }
    .map:before {
        height: 25%;
    }
    .cntn-bg {
        padding: 0rem 1rem 2rem;
        margin-top: 100px;
    }
    .cta {
        padding: 1rem 2rem;
    }
    .cta-detail h2 {
        font-size: 32px;
        line-height: 42px;
    }
    .terms {
        padding: 18px 0 20px;
    }
    .w-200 {
        width: 70px;
    }
    .banner-form button {
        width: 100%;
    }
    .brdr-btm {
        padding: 0 0 1rem 0;
    }
    .copyright p, .copyright a {
        line-height: 20px;
    }
    .process-image {
        display: none;
    }
    .chooseus {
        margin-top: 2rem;
    }
    .chooseus-content {
        margin-top: 4px;
    }
    .sec-heading h3 {
        margin-bottom: 1rem;
    }
    .b-details h2 {
        font-size: 22px;
        line-height: 28px;
    }
    .b-detail-image {
        margin: 2rem 0 0;
    }
    .b-details h3 {
        font-size: 20px;
    }
    .pro-bg {
        padding: 2rem 2rem 1rem 2rem;
    }
    .par-width{
        width: 100%;
    }
}