@import url('https://fonts.googleapis.com/css2?family=Abril+Fatface&family=Archivo:ital,wght@0,100..900;1,100..900&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

body{        font-size: 1rem;       font-weight: 400;   overflow-x: hidden; }  

@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1320px;
    }
}

[class*="col-"] {   padding: 0 10px;    }   

.row {margin: 0 -10px;align-items: center;}

a:hover, a:focus, button:hover, button:focus{   outline: none;  }

section {padding: 80px 0;clear: both;position: relative;margin: 0;overflow: hidden;}   

h1,h2,h3,h4,h5,h6{font-family: "Archivo", sans-serif;color: #232937;letter-spacing: -0.3px;font-weight: 600;}

p {color: #5e6d5c;font-weight: 500;margin-bottom: 20px;position: relative;letter-spacing: -0.3px;font-family: "Inter", sans-serif;font-size: 1.125rem;}         

img{    max-width: 100%;    }

textarea{   resize: none    }

input.required.error, textarea.required.error, select.required.error {    border-bottom: red 2px solid !important;  }

label.error {display: none !important;}
   
span, b , strong , i{vertical-align:baseline;}

b {     font-weight: 700;   } 

select { -webkit-appearance: listbox !important;    } 
   
ul {    margin: 0;    padding: 0;   }   

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

.btn {
    color: #fff;
    padding: 16px 30px;
    font-weight: 600;
    font-size: 1rem;
    margin-right: 6px;
    position: relative;
    background: #007846;
    text-transform: none;
    align-items: center;
    display: inline-flex;
    transition: .5s all;
    border-radius: 6px;
    overflow: hidden;
    border: none;
    text-transform: uppercase;
    border: 1px solid #007846;
    font-family: "Inter", sans-serif;
}      

.btn:hover, .btn:active, .btn:focus {
    transform: translateY(-3px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    background: #00492a;
    color: #fff;
} 
  
.btn.btn-black {
    background: #2b2b2b;
}

.btn.btn-yellow {  
    background: #be5936; 
    border-color: #be5936;
}

.btn.btn-white {
    color: #fff;
    border-color: #294f25;
    background: #091a07;
}  
  
.btn.btn-or {
    background: #ec8b5e; 
    border-color: #ec8b5e; 
}
 
.btn.btn-dor {
    background: #ff5d41;
    border-color: #ff5d41;
} 
 
.btn.btn-yel {
    background: #ffd9a8;
    color: #081805;
    border-color: #ffd9a8;
}    
 
header {
    left: 0;
    width: 100%;
    top: 0;
    z-index: 2;
    padding: 15px 40px;
    /* overflow: hidden; */
    /* border-bottom: 1px solid #1b3a13; */
} 

.col-md-2.col-1 {
    /* width: 12.666667%; */
}

.col-md-2.col-3 {
    /* width: 14.666667%; */
}

.col-md-8.col-2 {
    /* width: 72.666667%; */
}    

nav.main-menu {
    padding: 0px 20px;
    border-radius: 0;
    /* width: 100%; */
    margin-top: 10px;
    /* overflow: hidden; */
    /* display: table; */
    /* margin-right: auto; */
    /* margin-left: auto; */
}

nav.main-menu ul.menu li ul.sub-menu {position: absolute;top: 100%;background: #007039;width: 14rem;display:none;z-index: 9;}

nav.main-menu ul.menu li:hover ul.sub-menu , nav.main-menu ul.menu li:active  ul.sub-menu , nav.main-menu ul.menu li:focus ul.sub-menu {    display:block;   }    

nav.main-menu ul.menu li i.fa-angle-down , nav.main-menu ul.menu li svg.fa-angle-down {position: absolute;right: 0;color: #ff5d41;top: 5px;margin-left: 0;}     
  
nav.main-menu ul.menu li ul.sub-menu li a {padding: 15px 20px;color: #fff;}

nav.main-menu ul.menu li ul.sub-menu li {    clear: both;    border-bottom: 1px solid #09542a;   }

nav.main-menu ul.menu li ul.sub-menu li a:hover {    background: #0d9b4b;   }       

ul.cinfo {    
    display: flex;
    justify-content: end;
}

ul.cinfo li.info {
    margin-left: 20px;
}

ul.cinfo li.info a {
    color: #ddf1da;
    font-family: "Inter", sans-serif;
}

ul.cinfo li.info svg {
    color: #ff5d41;
    position: relative;
    top: 3px;
}

nav.main-menu ul.menu {
    display: flex;
    justify-content: center;
}

nav.main-menu ul.menu li {
    position: relative;
}

nav.main-menu ul.menu li a {
    color: #000;
    padding: 0px 20px;
    display: block;
    font-weight: 500;
    font-family: "Inter", sans-serif;
    transition:all ease-in-out 0.2s;
}

nav.main-menu ul.menu li a:hover {
    /*background: #0c5a34;   */
    transition:all ease-in-out 0.2s;
    color: #ff5d41;
}  

header .btn {
    margin-top: 0;
    float: right;
    text-align: center;
    justify-content: center;
    margin-right: 0;
    padding: 15px 20px;
}  

header .row {
    justify-content: center;
}   

.logo img {
    /* max-width: 180px; */
} 

/*section.our-banner {
    padding-top: 16rem;
    padding-bottom: 12rem;
    background: url(../images/banner-bg.jpg) no-repeat scroll center bottom #0a1707;
    background-size: cover;
    min-height: 780px;
    max-height: 780px; 
}*/

img.banner-left {
    position: absolute;
    right: 0;
    bottom: -60px;
    max-width: 220px;
}  
.info-banner {
    margin-top: 0; 
    position: relative;
    top: 0;
}
 
img.banner-right {
    /* max-width: 120%; */
}  
 
section.our-banner h1 {
    font-size: 3rem;
    margin-bottom: 10px;
    position: relative;
    color: #ffff;
    text-transform: none;
    line-height: 3.5rem;
}
 
section.our-banner h1 i {
    color: #ff5d41;  
    font-style: italic;    
} 

section.our-banner h1 span{
    color: #0d9c61;
    font-size: 1.5rem;
    text-transform: uppercase;
    display: block;
    line-height: normal;
    margin-bottom: 5px;
} 
 
.awards-txt h4 {
    color: #bdd9ba;
    font-size: 16px;
    margin: 50px 0 20px;
    font-family: "Inter", sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.4px;
}

.info-banner p {
    font-size: 1.375rem;
    margin-bottom: 35px;
    position: relative;
    width: 90%;
    color: #e5f4e3;
    /* line-height: 35px; */
    margin-top: 30px;
    font-weight: 500;
    /* font-family: "Archivo", sans-serif; */
}
  
.heading h2 {
    font-size: 2.5rem;
    margin-bottom: 15px;
    position: relative;
    line-height: 3rem;
    font-weight: 600;
    color: #091a07;
    letter-spacing: -0.6px;
}   

.heading h2 b {
    font-weight: inherit;
    display: block;
    font-size: 2rem;
}  

.heading h2 i{
    color: #ff5d41;  
}
   
.heading  p {
    font-size: 1.125rem;
}

.heading h2 span {
    color: #ff5d41;
    font-style: italic;
}   

.heading.wh h2 {
    color: #f0f8ef;
}

.heading.wh p {
    color: #e5f4e3;
    font-weight: 400;
}   

.heading  h4 {
    display: table;
    font-size: 1.375rem;
    text-transform: uppercase;
    /* color: #de347f; */
    font-weight: 700;    
    margin-bottom: 10px;
 
}

.heading.wh h5 {
    color: #fff;
}  

.heading.text-center h4 {
    margin-left: auto;
    margin-right: auto;
}

.heading.text-center {margin-bottom: 30px;}
 
.info-ban-form {
    position: relative;
    /* overflow: hidden; */
    width: 100%;
    z-index: 1;
    margin-bottom: 0;
    border-radius: 10px;
    background: url('../images/cont-thumb-bg.png') no-repeat scroll right top #161d15;
    overflow: hidden;
    background-size: cover;
    padding: 50px;
    padding-right: 110px;
}   

.info-ban-form h2 span {
    /* color: #ffe00c; */
    display: block;
    font-size: 1.2rem;
}

.info-ban-form h2 span b {
    font-weight: inherit;
    color: #e9154b;
}    

.info-ban-form form.validate-banner {
    width: 100%;
    z-index: 1;
    position: relative;
}

.info-ban-form form.validate-banner li {
    width: 100%;
    margin-bottom: 10px;
}

.info-ban-form form.validate-banner li input {
}

.info-ban-form textarea.form-control {
    height: 100px;
    padding-top: 10px;
}

.info-ban-form button.btn.btn-green {
    width: 100%;
    background: #007846;
    border-radius: 6px;
    /* font-size: 1.25rem; */
    padding: 10px 32px;
    margin-top: 0;
    color: #fff;
    text-transform: uppercase;
    justify-content: center;
}  

.btn-block.text-center {
    margin-top: 40px;
    position: relative;
}
   
footer.footer {
    position: relative;
    background: #eaf4f9;
    overflow: hidden;
    z-index: 0;
}  
 

.copyright {
    width: 100%;
    display: flex;
    justify-content: space-around;
    padding: 30px 0;
    border-top: 1px solid #225e63;
}

.copyright * {
    font-size: 15px;
    color: #d1e3cf;
    font-family: "Inter", sans-serif;
}

.copyright  ul {display: flex;justify-content: end;}

.copyright ul li {
    margin-left: 11px;
}

.copyright ul li.sep {
    top: 2px;
    position: relative;
}   

.copyright  .row {
    align-items: center;
}

.copyright p {
    margin: 0;
} 

img.sticker {
    position: absolute;
    top: 0; 
    /* transform: scale(0.7); */
    right: -170px;
    z-index: 1;
} 
 
ul.list-ico {
  list-style: none;
  padding-left: 0;
  /* width: 49%; */
}

ul.list-ico  li {
  position: relative;
  margin: 15px 0; /* space between icon and text */
  font-size: 1.125rem;
  padding-left: 30px;
  color: #5e6d5c;
  font-weight: 500;
  font-family: 'Inter' , sans-serif;
}

ul.list-ico li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px; /* adjust as needed */
  width: 22px;
  height: 19px;
  background: url('../images/ic-check.png') no-repeat center center;
}      
    
.info-ban-inn p {
    text-align: center;
}

.validate-banner .form-control {
    margin-bottom: 0;
    height: 45px;
    font-size: 15px;
    background: #fdefcc;
    border-color: #fdefcc;
    font-weight: 500;
    border-radius: 4px;
} 

.footer-up {
    padding: 60px 0;
    width: 100%;
    position: relative;
    color: #bfd0bd;
  }

.footer-up p {
    color: #bfd0bd;
    max-width: none;
    margin: 0;
    font-size: 1rem;
    /*line-height: 26px;*/
}   
 
.owl-stage-outer {
    overflow: hidden;
}     

.owl-testimonial .owl-nav span {
    display: none;
}   

.owl-nav button {
    width: 32px;
    height: 32px;
    background: url('../images/arrow.png') no-repeat scroll center center !important;
    border: none;
    border-radius: 50% !important;
    transform: scaleX(-1);
}   

.owl-nav button.owl-prev {
    transform: none;
}    
 
section.active-sec {background: #0c2529;}   

.active-up {
    background: url(../images/yellow-bg.jpg) no-repeat scroll center center #f9f459;
    background-size: cover;
    /* padding: 0; */
    position: relative;
    margin-top: 50px;
    padding: 50px 0;
}

.heading h5 {
    font-size: 1.375rem;
    margin-bottom: 4px;
    color: #ff5d41;
    font-weight: 600;
    line-height: 30px;
    font-family: "Archivo", sans-serif;
    margin-top: 0;
} 

section.yel-cta {
    margin: 0;
    padding: 0;
}

.yel-cinn{
    background: url('../images/yel-cta-bg.png') no-repeat scroll center center #f1c385;
    background-size: cover;
    border-radius: 0 0 30px 30px;
    padding: 80px 80px;
    position: relative;
} 

.yel-cta h2 {
    color: #091a07;
    font-size: 3rem;
    font-family: "Abril Fatface", serif;
    font-weight: normal;
}

.yel-cta  p {
    color: #091a07;
    font-size: 1.6rem;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: -0.6px;
}

.yel-cta h2 span {
    color: #ea4827;
}

img.yel-thumb {
    position: absolute;
    right: 90px;
    bottom: 0;
    top: 0;
    margin: auto;
    z-index: 1;
    max-width: 300px;
}  
 
.our-wiw .heading.wh h2 {
    /*font-size: 3.5rem;*/
    /*color: #ffffff;*/
    /*line-height: 3rem;*/
}

.our-wiw .heading.wh h2 b {
    /*color: #e5f4e3;*/
    /*font-size: 1.8rem;*/
    /*font-weight: 600;*/
}

.our-wiw .heading.wh h2 em {
    /*font-style: italic;*/
    /*vertical-align: baseline;   */      
}

.our-wiw .heading.wh p{
    width:49%;
    position: absolute;
    right:0px;
    bottom:0px; 
}

.our-wiw .col-md-3 {
    margin-top: 40px;
}    
 
.info-ser h4 {
    text-transform: uppercase;
    font-family: "Archivo", sans-serif;
    font-weight: 500;
    font-size: 1.3rem;
    margin: 25px 0;
    color: #e5f4e3;
    text-transform: none;
} 

.info-ser h3 {
    color: #5dc63a;
    font-size: 4rem;
    font-weight: 200;
    /* font-family: "Inter", sans-serif; */
    display: none;
}   

.info-ser:hover .info-ico{
    /*background: #ffffff;*/ 
}

.info-ser .info-ico {
    width: 106px;
    height: 106px;
    margin: 0 auto 20px;
    background: #0c2529;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.info-ico img.ico-s {
    filter: brightness(10);
}  
 
.info-ban-shd {width: 125%;position: relative;overflow: hidden;top: 0;border-radius: 30px;}

.info-ban {
    width: 100%;
}

.info-ban-form form.validate-banner li.last {
    margin-bottom: 0;
}

img.book-form {
    position: absolute;
    top: 110px;
    right: 30px;
    z-index: 1;
    display: none;
}

.our-banner .row {
    align-items: normal;
} 
 
.our-abt-new .row {
    align-items: unset;
}

.our-abt-new .row .col {
    margin-top: 40px;
    margin-bottom: 20px;
}    

.owl-item {
    float: left;
}

.portslider {
    margin-top: 0;
    width: 100%;
    position: relative;
    padding-top: 0;
}   

.owl-nav {
    position: absolute;
    right: 0;
    margin: auto;
    display: flex;
    left: 0;
    width: 100%;
    justify-content: space-between;
    top: 350px;
}
    
.our-anatomy .col-md-3 {margin-top: -50px;}   

.owl-testimonial .owl-stage-outer .item h4 {
    font-size: 1.3rem;
    margin: 0;
    font-weight: normal;
}  
 
footer.our-footer {
    width: 100%;
    z-index: 1;
    background: url('../images/footer-bg.jpg') no-repeat scroll center top #0c2529;
    margin: 0;
    position: relative;
    background-size: cover;
}
 
.copyright a:hover {
    color: #00a35f;
    transition: all ease-in-out 0.2s;
}    

img.cta-left {
} 

.ounl-ul {
    display: flex;
    margin-bottom: 30px;
    justify-content: space-between;
}   

.our-anatomy .col-md-3:nth-of-type(odd) {
    margin-top: 50px;
    /* margin-bottom: -80px; */
}   
  
.owl-testimonial .owl-stage-outer {
    overflow: unset;
}
 
.footer-up h2 {
    color: #fff;
    font-size: 2.75rem;
    font-weight: normal;
    position: relative;
    left: 60px;
    line-height: 3.5rem;
    margin: 0;
    padding: 20px 0;
    display: table;
} 

.footer-up h2:before {
    content: url('../images/ftr-garc.png');
    position: absolute;
    right: 0;
    top: -25px;
}

.footer-up h2:after {
    content: url('../images/ftr-barc.png');
    position: absolute;
    left: 0;
    bottom: -10px;
}
 
.footer-up h2 span {  
    color: #ec8b5e;
}    
 
.info-ban-form ul {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
}

.info-ban-form ul.ul-2col li {width: 49%;}   
                                                                      
.our-anatomy .col-md-3:nth-of-type(5), .our-anatomy .col-md-3:nth-of-type(7) {
    margin-top: 20px;
}

.our-anatomy .col-md-3:nth-of-type(6), .our-anatomy .col-md-3:nth-of-type(8) {
    margin-top: -90px;
}     

.our-unlock .heading h2 span {
    /* background: #fff; */
    /* display: block; */   
    font-style: unset;
    color: inherit;
    border-radius: 0;
    line-height: normal;
    /* width: 118%; */
}     

main.main-inn {overflow: hidden;position: relative;}
 
.info-banner p b {
    color: #e25b29;
}
 
section.our-abt-new {
    text-align: center;
    padding: 60px 0;
}

.info-ban-shd h2 {
    /* background: #ffb341; */
    color: #fff;
    font-weight: 500;
    margin: 0;
    font-size: 2.125rem;
    text-transform: uppercase;
}

.info-ban-form h4 {
    color: #fff;
    margin: 20px 0;
    font-weight: 600;
    /* text-align: center; */
    font-size: 1.375rem;
    font-family: "Inter", sans-serif;
    letter-spacing: -0.4px;
}

.info-ban-form h4 span {
    /* color: #ec8b5e; */
    text-transform: uppercase;
}  

.portslider .owl-stage {   
    padding-top: 10px; 
    padding-bottom: 10px;
}      

.info-ser {
    border-radius: 20px;
    width: 100%;  
    height: 100%; 
    background: #1b4248;
    padding: 60px 30px;
    text-align: center;
    border: 1px solid #28636c;
    transition: all 0.3s ease;
    
} 

.info-ser:hover , .info-ser:focus , .info-ser:active {
    border-color: #33ad75;   
}

.info-ser p {
    font-weight: 400;
    /* min-height: 130px; */
    color: #b0cace;
    font-size: 1rem;
}   

.info-ser a.btn {
    position: absolute;
    left: 30px;
    bottom: 30px;
    padding: 12px 24px;
    font-size: 14px;
    right: 0;
    margin: 0 auto;
    display: table;
    background: #ec8b5e;
}

.info-sbox .col-md-6 {
    margin-top: 15px;
    margin-bottom: 15px;   
}   

.our-testimonials {
    background: url('../images/testimonial-bg.jpg') no-repeat scroll center top #f7f3ea;
    background-size: cover;
}

.our-testimonials .heading h2 {
    color: #ec8b5e;
    font-size: 3.3rem;
}
 
.our-anatomy {padding-top: 15rem;padding-bottom: 0;}
  
.ftr-cta .btn-block {
    position: absolute;
    left: 440px;
    bottom: 80px;
}      

.card-header a.btn-ac {
    background: transparent;
    border: none;
    border-radius: 0;
    color: #232937;
    text-align: left;
    padding: 0;
    font-size: 1.375rem;
    margin: 0;
    font-weight: bold;
    line-height: normal;
    display: block;
    font-family: "Inter", sans-serif;
}

div#faqaccordion {
    margin-top: 40px;
}


.card {
    margin-bottom: 10px;
    border-color: #f3edea;
    border-radius: 20px;
    overflow: hidden;
} 

.card-header {
    background: #fdefcc;
    padding: 27px 80px;
    border: 1px solid #fdefcc;
}  

.card-body {
    padding: 24px 80px;  
    background: #fdefcc;
    font-weight: 600;
    font-family: "Inter", sans-serif;
}   

.our-anatomy .heading h2 {}     

img.typewriter-g {
    max-width: 155%;
    position: relative;
    right: 100px;
}

.our-anatomy .row {
    align-items: unset;
}   

.btn-ac {
  text-decoration: none;
  font-weight: 500;
  color: #333;
  position: relative;
  padding-right: 20px;
}

.btn-ac .arrow {
  background:url('../images/fa-btn.png') no-repeat center center;
  width:23px;
  height:23px;
  transition: transform 0.3s ease;
  position: absolute;
  right: -50px;
  top: 5px;
  transform: rotate(180deg);
}
 
.btn-ac.collapsed .arrow {
  transform: rotate(180deg);
}
 
.btn-ac[aria-expanded="true"] .arrow {
  transform: rotate(0deg);
}

img.arc-shape {
    position: absolute;
    right: -30px;
    bottom: 120px;
}   
.disabled {
    display: none;
}   

.portslider  .owl-dots {
    margin-top: 30px;
    text-align: center;
    position: absolute;
    top: -170px;
    right: 0;
}

.owl-dots button.owl-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: none;
    margin: 0 6px;
    background: #fff;
    opacity: 1;
}

.owl-dots button.owl-dot.active {
    background: #007846;
}      

.org-cta .btn-block {  
    margin-top: 40px;
    text-align: center;
}

.org-cta {
    margin-top: 60px;
}

.org-cta h3 {
    text-transform: uppercase;
   
    margin-top: 20px;
    font-weight: 800;
    font-size: 2.5rem;
    color: #fdefcc;
}

.org-cta h3 b {
    /* color: #e25b29; */
}

.popupform [class*="col-"] {
    margin-bottom: 10px;
}

.popupform [class*="col-"]  .form-control {
    height: 50px;
    font-size: 15px;
}

.popupform [class*="col-"] textarea.form-control {
    height: 90px;
}

.popupform  p {
    font-weight: 600;
    font-size: 1.125rem;
}

.popup-content h3 {
   
    font-weight: 800;
    margin: 0;
}   

a.cnt-thumb {
    max-width: 250px;
    display: table;
    margin: 0 auto;
    text-align: center;
}

.org-cta .heading h2 {
    color: #fdefcc;
}

.info-sbox .col-md-4 {
    margin-top: 30px;
}

.info-ico img {
    /* filter: brightness(10); */
}

.info-ser:hover , .info-ser:focus , .info-ser:active {
}

.info-ser:hover *, .info-ser:focus *, .info-ser:active * {
    /* color: #fff; */
}

.our-anatomy .col-md-8 {    z-index: 1;     }

.owl-theme .owl-dots .owl-dot span {
    width: 12px;   
    height: 12px;
    background: #be5936;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {    background: #09135b;     } 

.owl-nav span {    display: none;   }

.awards-txt {
    margin-top: 40px;
}

.oul-list ul {
    width: 100%;
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
}

.oul-list {
    display: flex;
    flex-flow: wrap;
}

.oul-list .col-md-6 {
    margin-bottom: 20px;
}

.oul-item  {
    width: 100%;
    background: #f0f8ef;
    padding: 40px;
    margin: 0;
    border-radius: 12px;
    position: relative;
    font-family: "Inter", sans-serif;
    height: 100%;
}  

.oul-item::after {   
  content: "";
  position: absolute;
  inset: 0;
  border: 2px solid transparent;
  border-radius: 12px;
  transition: all 0.3s ease;
}

.oul-item:hover::after { 
  border-color: #38b000;
}

.oul-item  p {
    margin: 0;
    color: #5e6d5c;
}

.oul-item  h5 {
    margin: 15px 0;
    font-size: 1.25rem;
    padding-right: 30px;
}   

section.our-unlock {
    background: url(../images/patch.png) no-repeat scroll right bottom;    
}

ul.list-ico li b {font-weight: 600;}

.coffee-img img {
    position: relative;
    right: 0;
    width: 100%;
    transform: scale(1.2);
}

.on-block-1 .heading , .on-block-1 .btn-block {
    padding-left: 50px;
}

.bk-img img {
    max-width: 120%;
}    

.on-block-2 {
    margin-top: 60px;
    width: 100%;
    position: relative;
}     

img.ats-left {
    position: absolute;
    left: 0;
    bottom: 0;
    max-width: 220px;
}

img.ats-right {
    position: absolute;
    right: 0;
    bottom: 0;
    transform: scaleX(-1);
    max-width: 220px;
}                                  

.op-proces-cvr {
    background: #ebf3ea;
    border-radius: 30px;
    width: 90%;
    margin: 40px auto 100px;
    padding: 50px;
}      

.process-step {display: flex;gap: 40px;justify-content: space-between;align-items: center;}

.process-step ul {
    display: flex;
    justify-content: space-between;
    width: 72%;
}

.process-step h3 {
    margin: 0;
    color: #ebf3ea;
    font-size:2rem;
}

.process-step ul li {}

.process-step ul li p {
    margin: 0;
    text-transform: uppercase;
    color: #ebf3ea;
    /* font-size: 15px; */
    /* font-weight: 500; */
}

.process-step ul li h5 {
    color: #ff5d41;
    font-size: 3.5rem;
    margin: 0;
    line-height: normal;
}    

.process-step ul li h5 sup {
    position: relative;
    top: 0;
    font-size: inherit;
    line-height: inherit;
    vertical-align: initial;
}   

.orc-item {
    border: 2px solid #294f25;
    padding: 45px 30px;
    /* height: 100%; */
    border-radius: 10px;
    width: 100%;
    background: linear-gradient(135deg,  rgba(255,255,255,1) 0%,rgba(235,243,234,1) 100%);
    position: relative;
    transition: all 0.3s ease;
    margin-top: 20px;
    position: relative;
}

.orc-item:hover , .orc-item:focus ,  .orc-item:active { 
    transform: translateY(-5px); 
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15); 
    cursor: pointer;  
}

.orc-item:after {
    content: url('../images/check.png'); 
    position: absolute;
    right: 10px;
    top: 10px;
}

.org-cta .col-md-6 {
    margin-top: 20px;
}

.org-cta .row {
    align-items: unset;
}

.orc-item p {
    margin: 0;
    font-size: 1rem;
}

img.book-bar {
    max-width: none;
    position: relative;
    left: -130px;
    z-index: -1;
}                 

.bk-img {
    position: relative;
    left: 50px;
}           

section.our-wiw{
    background: url(../images/process-bg.png) no-repeat scroll center center #0c2529;
    background-size :cover;
}
   
img.shared-id {
    border-radius: 8px;
    height: 100%;
    object-fit: cover;
}

.os-section .row {
    align-items: unset;
}

.yellow-id {
    background: url(../images/green-id.png) no-repeat scroll center center #f3f2ea;
    background-size :cover;
    border-radius: 8px;
    height: 100%;
    padding: 60px 60px 60px;
}

.yellow-id h5 {
    color: #ffffffc9;
    font-size: 1.2rem;
    text-transform: uppercase;
    font-weight: bold;
}

.yellow-id  h2 {
    font-size: 2.5rem;
    color: #fff;
}

.yellow-id  p {
    color: #fff;
}

.rating-id {
    background: #F7F7F7;
    border-radius: 8px;
    height: 100%;
    padding: 80px 55px;
    position: relative;
}

.rating-id:after {
    content:url(../images/arc-ico.png);
    position: absolute;
    right: 50px;
    bottom: 50px;
}

.rating-lnt {display: flex;align-items: center;/* justify-content: space-between; */}

.rating-pnt {
    background: #0c2528;
    padding: 7px 15px;
    border: 2px solid #0c2528;
    border-radius: 30px;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 7px;
    margin-right: 20px;
    font-family: "Archivo", sans-serif;
}

.rating-lnt span {
    color: #000;
    font-size: 1.125rem;
    font-family: "Inter", sans-serif;
    letter-spacing: -0.4px;
}

.rating-id p {
    margin-top: 30px;
    color: #000;
    min-height: 120px;
    font-family: "Inter", sans-serif;
}

.rating-id h5 {
    color: #33936b;
    margin: 0;
    font-family: "Inter", sans-serif;
    font-weight: 500;
}

.os-section [class*="col-"] {
    margin-top: 30px;
}

.green-id {
    background: url(../images/orange-id.png) no-repeat scroll center center #f3f2ea;
    border-radius: 8px;
    padding: 60px 60px 60px;
    height: 100%;
    position: relative;
    background-size: cover;
}  

.green-id img.bulb {
    position: absolute;
    right: 20px;
    bottom: 0;
    max-width: 120px;
}

.green-id li {
    position: relative;
    padding-left: 30px;
    color: #fff;
    font-size: 1.125rem;
    font-weight: 500;
    margin-bottom: 12px;
    font-family: "Inter", sans-serif;
}

.green-id ul {
    padding-top: 10px;
}

.green-id h2 {
    font-size: 1.5rem;
    color: #fff;
}

.green-id li:before {
    content: url('../images/check.png');
    position: absolute;
    left: 0;
    transform: scale(0.8);
    top: 1px;
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(73deg) brightness(103%) contrast(103%);
}

.our-anatomy:before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 46%;
    top: 0;
    background: linear-gradient(45deg, #0000006e), url(../images/cnt-fq-bg.png) no-repeat scroll center center #000;
    background-size: cover;
}

section.os-section {
    padding-bottom: 90px;
}

section.os-section .heading.wh {}   
  
section.os-section .heading.wh h5 {
    color: #fff;  
}   

section.wcta {
    text-align: center;
    background: url('../images/cnt-bg.png') no-repeat scroll center center;
    background-size: cover;
    padding-top: 80px;
}

section.wcta h2 {
    font-size: 60px;
    line-height: 4.5rem;
    font-weight: 700;
}  

section.wcta p {
    margin: 30px 0;
    font-size: 1.375rem;
    font-weight: 500;
    color: #000;
}  

.footer-up h5 {
    color: #0d955d;
    font-size: 1.125rem;
    margin-bottom: 10px;
    padding-bottom: 20px;
    border-bottom: 5px solid #007846;
    font-family: "Inter", sans-serif;
}

.our-footer .row { }  

.footer-up  ul {
    margin-top: 30px;
}

.footer-up ul li {
    margin-bottom: 10px;
    font-weight: 400;
    font-family: "Inter", sans-serif;
}

.footer-up ul li a {
    color: #d1e3cf;
    transition: all ease-in-out 0.2s;
}

.footer-up ul li  b {
    display: block;
    font-weight: normal;
}

.footer-up ul li a:hover , .footer-up ul li a:active , .footer-up ul li a:focus {
        transition: all ease-in-out 0.2s;
    color: #00a35f;
} 
   
img.ftr-sticker {
    margin-bottom: 20px;
}   

.on-block-1 .row {
    align-items: unset;
}   

.orc-item h5 {
    font-family: "Inter", sans-serif;
}   
  
.footer-up .col-md-7 {
    padding-left: 80px;
    margin-top: 30px;
}   

.owl-testimonial {
    overflow: hidden;
}

.owl-testimonial .owl-dots {
    text-align: left !important;
    display: none; 
}

.owl-testimonial.owl-theme .owl-dots .owl-dot span {
    background: #7bbf73;
}

.owl-testimonial.owl-theme .owl-dots .owl-dot.active span, .owl-testimonial.owl-theme .owl-dots .owl-dot:hover span {
        background: #f3bc3c;
}
                
                
section.abt-banner {
    padding-top: 8rem;
    background: url('../images/inner-banner.jpg') no-repeat scroll center center #010301;
    background-size: cover;
    padding-bottom: 8rem;
    overflow: unset;
    display: flex;
    align-items: center;
}

section.abt-banner h1 {
    /*color: #e5f4e3;*/ 
    /*max-width: 75%;*/
    /*margin-left: auto;*/
    /*margin-right: auto;*/
    /*font-size: 3rem;*/   
    margin-bottom: 0; 
}

section.abt-banner h1 span {
    /*display: block;*/
    /*color: #0d9c61;*/
    /*text-transform: uppercase;*/
    /*font-size: 1.5rem;*/
}

section.abt-banner .info-banner p {
    /*color: #e5f4e3;*/
      width: 100%;  
    /*margin-left: auto;*/
    /*margin-right: auto;*/
}

section.abt-banner h1 i {
    /*color: #ff5d41;*/
    /*vertical-align: baseline;*/
    /*font-style: italic;*/
}

.abt-unlock .oul-list {
    margin:20px 0 40px 0;
}

section.abt-secinfo {
    padding: 100px 0 0;
}

img.abtsecinfo {
    max-width: none;
    position: relative;
    right: 350px;
    border-radius: 20px;
}  

.abt-proces {
    position: relative;
    /* background: #f0f8ef; */
}

.abt-proces h3 {
    position: absolute;
    left: 44%;
    top: -130px;
    padding-top: 45px;
    margin: 0;
}

.abt-nos {
    background: #fdefcc;
    padding: 45px 30px;
    border-radius: 10px;
    text-align: center;
}

.abt-nos h5 {
    font-size: 4rem;
    line-height: 4rem;
    position: relative;
    display: table;
    margin-left: auto;
    margin-right: auto;
}

.abt-nos h5 sup {
    position: static;
    font-size: inherit;
    vertical-align: baseline;
}

.abt-nos  p {
    color: #091a07;
    margin: 0;
    font-weight: 600;  
}

.abt-proces div#counter {
    margin-top: -80px;
}

/*.abt-proces h3:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 90px;
    background: #294f25;
    height: 3px;
}*/

.abt-nos h5:before {
    width: 72px;
    height: 72px;
    position: absolute;
    content: "";
    top: -5px;
    background: #e1e52b;
    border-radius: 50%;
    left: -9px;
    clip: rect(0px,40px,200px,0px);
}

.abt-nos h5 span.counter-value {
    position: relative;
}

section.abt-secinfo:before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 140px;
    background: #f0f8ef;
    bottom: 0;
}

section.abt-achive:before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    background: url('../images/shade-img.png') repeat-x scroll center bottom #f0f8ef;
    background-size: contain;
    height: 40%;
    top: 0;
}    

.wac-abt h2 {
    font-size: 2.5rem;
    color: #091a07;
    /* width: 80%; */
    margin-bottom: 30px;
    margin-top: 30px;
    letter-spacing: -0.6px;
    line-height: normal;
}

.wac-abt {
    width: 85%;
}     

.abt-yel-info {
    background: url('../images/abt-cta-bg.jpg') no-repeat scroll left bottom #e5d437;
    background-size: cover;
    padding: 80px 90px  120px 90px;
    border-radius: 30px;
    position: relative;
    width: 100%;
    margin-bottom: -250px;
    z-index: 1;
}

.abt-yel-info h2 {
    font-size: 3rem;
    font-weight: 500;
    line-height: 3rem;
    font-family: "Abril Fatface", serif;
}

.abt-yel-info  p {
    color: #143010;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: normal;
    margin: 20px 0;
    letter-spacing: -0.6px;
    font-family: 'Archivo' , sans-serif;
}  

.abtc-info {
    position: absolute;
    left: 90px;
    bottom: 20px;
}  
  
img.abt-cta-thumb {
    position: absolute;
    right: 34%;
    bottom: 90px;
    /* max-width: 170px; */
}      
     
section.abt-cta {
    padding: 0;
    overflow: unset;
}

.abtc-info a {
    color: #fff;
    font-size: 1.2rem;
    margin-right: 20px;
    font-family: 'Archivo';
    font-weight: 500;
}

.abtc-info a i.fas , .abtc-info a svg {
    color: #f5ff00;
}

section.abtw-sec {
    background: #f0f8ef;
    padding: 70px 0 0;
    overflow: unset;
}

.abtw-item h3 {
    font-size: 2.3rem;
    letter-spacing: -0.4px;
    color: #091a07;
}

.abtw-item {
 
    margin-bottom: 70px;
    position: relative;
}

/*.abtw-item:first-child:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    background: #ffdfb5;
    height: 2px;
    width: 91px;
}*/

.abtw-item:first-child {
    padding-bottom: 60px;
}

img.book-men {
    position: relative;
    right: 50px;
}


img.abt-sphone {
    position: absolute;
    right: 0;
    bottom: -60px;
    max-width: 260px;
    z-index: 3;
}
section.abt-roa {
    background: #091a07;
    width: 96%;
    margin: 0 auto;
    border-radius: 0 0 30px  30px;
    padding-top: 0;
    overflow: unset; 
    z-index: 1;
}

.info-ritem {
    background: #007846;
    padding: 60px 50px;
    border-radius: 10px;
    margin-top: -40px;
    text-align: center;
}

.info-rico h4 {
    color: #e8f4e6;
}

.info-rico p {  
    color: #e8f4e6;
}

.info-ritem p {
    color: #fff;
    font-size: 1rem;
    margin: 0;
}
   
.info-ritem h4 {
    color: #e8f4e6;
    margin: 15px 0;
}

.info-rico {
    min-height: 70px;
}

.abtw-cta {
    padding-top: 0;
    float: none;
    width: 100%;
}  

.abtw-item h3 i {
    color: #ff5d41;
    font-style: italic;
}    

img.abt-cta-arch {
    position: absolute;
    left: 250px;
    bottom: 32px;
    right: 0;
}   

img.abti-thumb1 {
    position: absolute;
    max-width: 200px;
    left: 0;
}

img.abti-thumb2 {
    position: absolute;
    left: 14%;
    bottom: -70px;
    max-width: 250px;
}

section.abt-unlock {
    padding-top: 70px;
}

img.abti-thumb5 {
    position: absolute;
    right: 0;
    max-width: 220px;
}

img.abti-thumb4 {
    position: absolute;
    right: 14%;
    bottom: -100px;
    max-width: 250px;
}

img.abti-thumb3 {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -50px;
    max-width: 200px;
}    
     
.inportslider {overflow: hidden;margin-top: 40px;}

.inportslider .owl-item {    float: left;   }

.inportslider .disabled {    display: none;   }

.our-banner.bk-banner {padding-bottom: 8rem;background: url('../images/bw-banner.jpg') no-repeat scroll right center #071204;background-size: cover;}

.oul-cnc .col-md-4 {    margin-top: 20px;   }

.oul-cnc {    margin-top: 40px;  }

img.bkout-thumb-r {    border-radius: 6px;    max-width: none;    }

.bk-outshine ul {margin-top: 94px;margin-bottom: 50px;}

.bk-outshine ul li {    margin-bottom: 10px;    font-size: 1.125rem;    color: #5e6d5c;   font-weight: 400;    padding-left: 30px;    position: relative;    font-family: "Inter", sans-serif;  }

.bk-outshine ul li:before {    content: url('../images/check-or.png');    position: absolute;    left: 0;   }  

img.bkout-thumb-l {
    max-width: none;
    border-radius: 10px;
    position: relative;
    right: 390px;
    margin-top: 50px;
}

img.bkout-flower {
    margin: 0 auto;
    display: table;
    /* max-width: 300px; */
}

.heading h2 {
    /*font-size: 2rem;*/ 
}

section.bk-outshine {
    padding-top: 0;
}

.bk-outshine .btn-block {
    position: absolute;
    right: -330px;
    bottom: 6px;
}

section.bk-yel-cta {
    padding-top: 50px;
    overflow: unset;
    padding-bottom: 130px;  
}

.bky-cinn {
    padding: 70px;
    position: relative;
    background: url('../images/bk-cta-bg.jpg') no-repeat scroll center center #ff5d41;
    border-radius: 40px;
    /* padding-bottom: 0; */
    border-bottom: 10px solid #8c885c;
}

.bk-circle:before {
    content: "";
    position: absolute;
    left: -50px;
    width: 420px;
    height: 440px;
    background: #113235;
    top: -36px;
    border-radius: 50%;
}   
   

.bky-cinn h2 {
    font-size: 2.6rem;
    color: #fff;
}

.bky-cinn .btn-block {
    margin: 30px 0;
    position: relative;
    display: table;
}

.bky-cinn .col-md-5 p {
    color: #fff;
    margin: 0;
    font-size: 1.3rem;
    font-weight: 500;
}

.bky-cinn .col-md-5 p a {
    color: inherit;
}

.bky-cinn .col-md-5 p a svg {vertical-align: sub;color: #f5ff00;}

img.bk-cta-men {
    position: relative;
    max-width: none;
    position: absolute;
    top: -140px;
    left: -126px;
}

.bk-yel-cta h3 {
    color: #fff;
    font-size: 1.375rem;
    font-weight: normal;
    letter-spacing: normal;
    position: relative;
    margin-top: 40px;
}

a.bk-tel-ico {
    color: #fff;
    padding: 16px 30px;
    font-weight: 600;
    font-size: 1.2rem;
    position: relative;
    background: #294f25;
    align-items: center;
    display: inline-flex;
    transition: .5s all;
    border-radius: 6px;
    overflow: hidden;
    border: none;
    text-transform: uppercase;
    font-family: "Inter", sans-serif;
    margin-top: 20px;
    margin-right: 0;
}

a.bk-tel-ico svg {
    color: #f5ff00;
    margin-right: 10px;
}    

.bkar-cta0 {  
position: absolute;
    right: -60px;
    top: -39px;
    transform: rotate(7deg);
}

.bkar-cta1 {
    position: absolute;
    right: 50px;
    transform: rotate(
250deg);
    top: -20px;
}    

section.genre-sec {
    background: url('../images/genre-bg.jpg') no-repeat scroll right center #172a0e;
    margin-top: 50px;
    background-size: cover;
}

.gen-item {
    padding: 50px 30px;
    text-align: center;
    background: lch(54.29 24.14 98.55 / 0.75);
    border-radius: 6px;
    height: 100%;
  transition: all 0.3s ease;
}

.gen-item:hover {
  /*box-shadow: 0 10px 20px -5px rgba(0,0,0,0.25);*/
  /*transform: translateY(-5px);*/
}


.gen-item:hover .gen-thumb:before {
  transform: scale(1.1);
  /*opacity: 0.9;*/  
}   

.gen-item:before , .gen-item:after {
    content: "";
    width: 24px;
    height: 24px;
    background: #f5ff00;
    border-radius: 50%; 
    position: absolute;
    left: 30px;
    top: 20px;
    /*margin-left: 30px;*/ 
}

.gen-item:hover:before , .gen-item:hover:after{
    /*right: 30px;*/
    /*left: auto;*/
}

img.gico {
    position: relative;
}

.gen-item:after {
    background: #007846;
    top: 30px;
} 

.gen-list .col-md-3 {margin-block: 10px;}

.gen-list {
    margin-block-end: 40px;
}

.gen-item h5 {
    margin: 20px 0 0 0;
    color: #f0f8ef;
    font-size: 1.25rem;
    font-weight: 500;
    position: relative;
}

.gen-thumb:before {
    content: "";
    position: absolute;
    left: 0;
    width: 170px;
    height: 170px;
    border-radius: 50%;
    top: -30px;
    right: 0;
    background: linear-gradient(to bottom,  rgba(128,153,75,1) 0%,rgba(128,153,75,0.1) 70%,rgba(255,255,255,0) 100%);
    margin: 0 auto;
    transition: all ease-in-out 0.3s;
}

.gen-thumb {
    position: relative;
}       

.genre-sec + .our-abt-new {   
    background: #f8f8f1;
}

.genre-sec + .our-abt-new .brand-logos {}   

.in-portfolio {
    background: #fdefcc;
}   

.in-portfolio .btn-block {  
    position: relative;
    float: right;
}  

.gen-outshine .btn-block {
    width: 104%;
}
  
.gen-tblk {
    border: 2px solid #294f25;
    padding: 70px 50px 50px 50px;
    border-radius: 30px;
    margin-bottom: 30px;
    background: url('../images/gen-bkbg.jpg') no-repeat scroll right center #fff;
    background-size: contain;
    position: relative;
}
  
img.gen-bk {
    position: absolute;
    right: -40px;
    bottom: 50px;
    border-radius: 15px;
    box-shadow: 0 10px 20px #0000004f;
    /* max-width: 240px; */
    z-index: 1;
}

.gen-tblk h3 {
    font-size: 1.75rem;
    max-width: 65%;
    margin-bottom: 30px;
}

.gen-tblk h3 span {
    color: #ff5d41;
    font-style: italic;
}

.gen-tblk .btn {
    width: 100%;
    padding: 20px 40px;
    font-size: 1.125rem;
}

.gen-tblk p {
    max-width: 60%;
    margin-bottom: 40px;
}
    
.cta-yel .bky-cinn {
    background: url('../images/ybk-cta-bg.jpg') no-repeat scroll center center  #b98d40;
    background-size: cover;      
}

.cta-yel .bky-cinn .btn {
    background: #143010;
    border-color: #143010;
}

.cta-yel a.bk-tel-ico {
    background: #285a00;
}

.cta-yel .bk-circle:before {
    background: #88b64cc7;
}

section.genre-pick {
    background: #f0f8ef;
    padding-bottom: 0;
}

.cta-yel {
    position: relative;
}

.cta-yel:before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    background: #f0f8ef;
    height: 48%;
    bottom: 0;  
    z-index: -1;
}   

ul.gen-gul {
    margin-bottom: 30px;
    width: 100%;
}

ul.gen-gul li {
    margin: 10px 0;
    background: #b4ff78;
    color: #000;
    padding: 7px 20px 7px 15px;
    font-weight: bold;
    font-size: 1.125rem;
    font-family: "Inter", sans-serif;  
    display: table;
}   

img.genre-result {
    max-width: none;
    border-radius: 20px;
    margin-top: 30px;
}

.genre-pop .row {
    align-items: center;
}   

ul.gen-sgul {
    margin: 30px 0;
}      

ul.gen-sgul li {
    margin: 10px 0;
    color: #5e6d5c;
    font-weight: 500; 
    margin-bottom: 20px;
    position: relative;
    letter-spacing: -0.3px;
    font-family: "Inter", sans-serif;
    font-size: 1.125rem;
    padding-left: 50px;
}

ul.gen-sgul li:before {
    content: url('../images/check-ico.png');
    position: absolute;
    left: 0;
    top: 4px;
}    

section.genre-pop {
    padding-bottom: 40px;
}

section.our-banner.inn-banner{
    background: url(../images/inner-banner.jpg) no-repeat scroll center center #0a1707;     
    background-size: cover;
}

img.genre-bthumb {
    max-width: 110%;
}

section.our-banner.inn-banner {
    padding-bottom: 5rem;
    padding-top: 12rem;
}

.our-banner.inn-banner .row {
    align-items: center;
}     

section.every-gen {
    width: 100%;
    margin: 0 auto;
    padding: 60px 0 0;
    background: #fffaf3;
    border-radius: 0 0 30px 30px;
}   

.every-gen .row {
    align-items: center;
}   

section.our-banner.inn-banner.mark-banner {
    padding-bottom: 0;
}    

.every-mark .row {
    align-items: center;
}   

section.market-list {
    background: url('../images/mark-sbg.jpg') no-repeat scroll center center #0b2427;
    background-size: cover;      
}

.market-list .col-md-4 {
    margin-top: 30px;
}   

.mlist-tab{
    display: none;
    padding: 80px 30px 60px 30px;
    text-align: center;
    background: url('../images/tab-center.png') no-repeat scroll center top;
    background-size: 100% 100%;
    margin-bottom: 30px;
}

.mlist-tab.active {
    display: block;  
}

section.market-eff {
    padding-top: 0;
}

.mcta-gren {
    text-align: center;
    background: #007846;
    padding: 20px;
    margin-bottom: 100px;
    border-radius: 0 0 30px 30px;
}
  
.mcta-gren p {
    color: #fff;
}   

.mcta-gren p span {
    color: #fff68c;
}   

.market-eff .row {
    align-items: center;
}

img.mleft-thumb {
    max-width: none;
    position: relative;
    right: 70px;
    border-radius: 30px;
}    
 
.cta-pink .bky-cinn {
    background: url('../images/pink-cta-bg.jpg') no-repeat scroll center center #f54d61;
    /* padding-bottom: 0; */
    border-bottom: 10px solid #f5ff00;  
}   

.cta-pink .bk-circle:before{
    background:#edf700;  
}

.cta-pink a.bk-tel-ico{
    background:#007845;  
}

.cta-pink .bky-cinn .bkar-cta0 path, .cta-pink .bky-cinn .bkar-cta1 path  {  
    fill: #ffc740;    
}


.mlist-ul li a {
    background: #f3f2ea;
    display: block;
    padding: 15px 15px 15px 60px;
    border-radius: 6px;
    font-size: 1.125rem;
    font-weight: 500;
    position: relative;
}

.mlist-ul li a.active {
    background: #fff;
} 

.mlist-ul li {
    margin: 5px 0;
}

.mlist-ul li a:before {
    content: url('../images/check-ico.png');
    position: absolute;
    left: 20px;
}    

.market-list .btn-block {
    position: absolute;
    left: 0;
    text-align: center;
    right: 0;
    bottom: 0;
}

.mlist-tab p {
    color: #d4e4d2;
}

.mlist-tab h4 {
    color: #f0f8ef;
}   
    
    
img.cvb-bthumb {
    max-width: none;
}

.our-banner.inn-banner.cvb-banner {
    padding-bottom: 0;
}

section.cvr-list {
    background: #f3f2ea;
}

.cvr-list .row {
    align-items: unset;
}
 
.cvb-item {
    background: #fff;
    padding: 80px 60px;
    height: 100%;
    display: flex;
    /* flex-flow: wrap; */
    align-items: center;
    border-radius: 10px;
    justify-content: space-between;
    overflow: hidden;
    position: relative;
    height: 100%;
}

.cvb-ibk h4 {
    margin-bottom: 20px;
    font-weight: bold;
}

.cvb-item img.cvb-bk {
    position: relative;
    /* float: right; */
    order: 1;
    right: -20px;  transition: all 0.3s ease;

}

.cvb-item:hover img.cvb-bk{
      transition: all 0.3s ease;
transform: scale(1.1);
}

.cvr-list .col-md-6 {
    margin-top: 20px;
}

.cvb-ibk p {
    margin-bottom: 0;
    font-size: 1.1rem;
}

.cvb-ibk {
    width: 58%;
}   

.cvb-item:after {
    content: "";
    position: absolute;
    right: -190px;
    height: 420px;
    width: 400px;
    background: #d2f7e2;
    border-radius: 50%;
    top: 0;
}

.cvb-item.c2:after {    background: #f5e4de;    }
.cvb-item.c3:after {    background: #daebf4;    }
.cvb-item.c4:after {    background: #f5efc3;    }  
.cvb-item.c5:after {    background: #f5daf7;    }
.cvb-item.c6:after {    background: #c3f3f5;    }

.widel-bcd:before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    background: #0c2529;
    height: 70%;
    top: 0;
    z-index: -1;
}

.bcds-item {
    background: #e8f5f0;
    padding: 40px;
    height: 100%;
    display: flex;
    /* flex-flow: wrap; */
    align-items: center;
    border-radius: 10px;
    justify-content: space-between;
    overflow: hidden;
    position: relative;
}

img.bcds-ethumb {
    order: 1;
}

.bcd-slider {
    margin: 50px 0;
}    

.widel-bcd .cta-yel:before {
    display: none;
}

.bcds-idv p {
    font-size: 1rem;
    width: 80%;
}   

.owl-dots {
    text-align: center;
    margin-top: 40px;
}

section.widel-bcd {
    padding-bottom: 0;
}   

.oec-item {
    background: #007846;
    padding: 25px;
    color: #fff;
    border-radius: 10px;
    display: flex;
    gap: 20px;
    padding-right: 80px;
    align-items: flex-start;
}  

.oec-cnc {
    margin-top: 0;
}

.oec-cnc .col-md-6 {
    margin-top: 20px;
}

.oec-item p {
    margin: 0;
    color: #fff;
}

.oec-item p b {
    vertical-align: baseline;
    color: #ffffae;
    font-weight: 600;
}

img.opc-img {
    max-width: none;
}    

.bps-text {
    margin-top: 50px;
}   

section.pub-outshine {
    background: #f0f8ef;
}  

.bkli-item {
    background: #f3f2ea;
    padding: 40px;
    border-radius: 6px;
    margin-bottom: 30px;
}

.bkli-item h4 {  
    font-size: 1.3rem;
    margin-top: 20px;
}

.bkli-item p {  
    margin: 0;
    font-size: 1rem;
    width: 90%;
}

.bkli-blk {
    width: 48.5%;
}

.bk-list-m {
    display: flex;
    justify-content: space-between;
}   

img.ostop-thumb {
    border-radius: 10px;
    max-width: none;
    position: relative;
    right: 265px;
}

section.all-emb-pub {
    background: url('../images/aep-bg.jpg') no-repeat scroll center top #0c272b;
    background-size: cover;      
    padding-top: 13rem;
}  

.all-emb-pub .col-md-6 {  
    margin-top: 40px;
}

.aep-thumb {
    text-align: center;
    position: relative;
    width: 100%;
}

.aep-items {
    position: relative;
    transition: all 0.3s ease; 
    border-radius: 10px;
}

.aep-items:hover {   
    box-shadow: 0 8px 15px -5px rgba(0, 0, 0, 0.2);
    transform: translateY(-3px);
}

.aep-txt {
    width: 100%;
    position: relative;
    padding: 70px;
}

.aep-items:before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 70%;
    bottom: 0;
    background: #f0f8ef;
    border-radius: 10px;
}

.aep-txt h4 {
    font-weight: bold;
    margin-bottom: 20px;
}

div.aep-thumb {border-radius: 10px;overflow: hidden;width: 96%;margin: 0 auto;}

.aep-txt p {
    margin: 0;
}      

.bk-yel-cta .row {
    align-items: unset;
}

.cta-ycal section.bk-yel-cta {
    padding-bottom: 0;
}

.cta-ycal {
    margin-bottom: -60px;
    position: relative;
    z-index: 1;
}

.cta-ycal svg * {
    fill: #ff6042 !important;
}


.cta-ycal .bk-circle:before {
    background: #006c3f;
}


.cta-ycal a.bk-tel-ico {
    background: #007846;
}  
   
section.our-banner.pub-banner {
    background: url(../images/pub-banner.jpg) no-repeat scroll center bottom #0a1707;
    background-size: cover;
}  

.cta-ycal .bky-cinn {
    background: #ffdd6e;
    border-bottom-color: #007846;
}

.cta-ycal .bky-cinn h2 {
    color: #0c2529;
}

.cta-ycal .bk-yel-cta h3 {
    color: #0c2529;
}

.cta-ycal .bky-cinn .col-md-5 p a {   
    color: #0c2529; 
}

.our-banner.edit-banner {
    background: url(../images/edit-banner.jpg) no-repeat scroll center bottom #0a1707;
    background-size: cover;
}

.yl-item {
    background: #f0f8ef;
    padding: 28px;
    color: #fff;
    border-radius: 10px;
    display: flex;
    gap: 20px;
    padding-right: 40px;
    align-items: center;
}

.yl-item p {   
    margin: 0;
    font-weight: 500;
    color: #091a07;
    font-family: 'Archivo', sans-serif;
    font-weight: 600;
    font-size: 1.25rem;
} 

.yle-cnc .col-md-6 {
    margin-top: 10px;
}

img.typewriter-shape {
    max-width: 150%;
    position: relative;
    right: 60px;
    z-index: -1;
}

.cta-green .bky-cinn { 
   background-image: url(../images/grn-cta-bg.jpg);
    border-bottom-color: #113235;
    background-size: cover !important;
    background-color: #229a5c;
}

.cta-green .bky-cinn a.btn {
    background: #113235;
    border-color: #113235;
}

.cta-green a.bk-tel-ico { 
    background: #113235;
}


.yle-cnc {
    margin-top: 70px;
}       


.edit-tailor { 
    padding-top: 0;
}

.col-md-4 .aep-txt {
    padding: 40px 40px 60px;
}

.col-md-4 .aep-items {
    height: 100%;
}

.edit-tailor .row {   
    align-items: unset;
}

.col-md-4  .aep-txt p {
    font-size: 1rem;
}

.edit-tailor .col-md-4 {
    margin-top: 20px;
}   
   
.cvb-banner .info-banner {
    margin-top: -40px;
}     

img.cvb-ethumb {
    max-width: none;
    position: relative;
    right: 100px;
}

section.every-mark {}


.row.no-align {
    align-items: unset;
}   

.cta-yel-lgt .bky-cinn {
    border-bottom-color: #f5ff00;
    background: url(../images/bk-ylcta-bg.jpg) no-repeat scroll center center #e0cfa1;
}

.cta-yel-lgt .bk-circle:before{
    background: #f5ff00;   
}

.cta-yel-lgt .bky-cinn h2 {
    color: #000;
}

.cta-yel-lgt .bk-yel-cta h3 {
    color: #000;
}

.cta-yel-lgt .bk-yel-cta .bkar-cta0 path , .cta-yel-lgt .bk-yel-cta .bkar-cta1 path {
    fill: #fb5c40;
}

.cta-yel-lgt .bky-cinn .col-md-5 p a {
    color: #000;
}

.cta-yel-lgt .bky-cinn .col-md-5 p a svg { 
    color: #fe5d40;
}

.widel-bcd + .os-section {
    padding-top: 0;
}   

.bk-cnc .oul-cnc {
    margin-top: 0;
}

img.abt-arch {
    position: absolute;
    top: 30px;
    right: -30px;
}   
 
.pricing-tab-main .col-md-8.main-div {
    background: #f3f2ea;
    /* margin-left: -30px; */
    position: relative;
    z-index: 22;
    border-radius: 15px 15px 15px 0px;
    /* box-shadow: 0 0 15px #d0d0d0; */
}
   
.pricing-tab-main {
    background: transparent;
    border-radius: 0px 30px 30px 30px;
    margin-top: 60px;
}
.pricing-nav-container {
    padding: 0;
    background: #007846;
    border-radius: 15px 0px 0px 15px;
    margin-top: 40px;
}

.pricing-tab h2 {
    /* font-size: 32px; */
    color: #000;
    font-weight: 800;
    margin: 0;
    padding: 34px 54px 34px 34px;
    background: #eefaff;
    border-radius: 30px 0px 0px 0px;
    padding-bottom: 0;
}

.pricing-tab .nav-tabs {
    width: 100%;
    display: inline-block;
    /* padding-left: 10px; */
    padding-top: 30px;
    padding-bottom: 30px;
    border: 0;
}
.pricing-tab .nav-tabs li.active a {
    background: #fb6106;
    color: #fff !important;
}

.pricing-tab .nav-tabs li a {
    width: 100%;
    display: block;
    font-size: 1rem;
    font-weight: 600;
    color: #fff;
    padding: 20px 50px 20px 80px;
    border-radius: 0;
    text-transform: uppercase;
    border: none;
    position: relative;
}

.pricing-tab .nav-tabs li a .fa-circle {
    display: none;
    font-size: 6px;
    margin-right: 8px;
}
.pricing-tab-main .col-md-12 {
    padding: 46px 46px 86px;
}

.tab-pane { display: none; }

.tab-pane.active { display: block; }   

.second-tab-leftbullets , .second-tab-rightbullets {
    width: 48%;
    background: #fff;
    padding: 40px 40px 70px;
    border-radius: 10px;
    box-shadow: 0 10px 10px #00000014;
    position: relative;
}

.content-main-tab {
    display: flex;
    justify-content: space-between;
}

.content-main-tab h3 {
    font-size: 1.5rem;
}

.content-main-tab  li {
    clear: both;
    margin-top: 20px; 
    color: #5e6d5c;
    padding-left: 30px;
    font-weight: 500;
    font-family: 'Inter' , sans-serif;
    position: relative;
    font-size: 1rem;
}

.content-main-tab li svg, .content-main-tab li i.fas {
    position: absolute;
    left: 0;
    top: 5px;
    color: #fd5e42;
    font-size: 16px;
}

.content-main-tab ul {
    margin-bottom: 0;
}

.tab-price {
    font-weight: 600;
    font-size: 30px;
    color: #091a07;
    margin-bottom: 20px;
    display: none;
}

.second-tab-amount {
    position: absolute;
    bottom: -30px;
    margin-left: 30px;
}   

.second-tab-amount .btn {
    background: #ff5d41;
    border-color: #ff5d41;
}    

.content-main-tab-single .second-tab-leftbullets {
    width: 100%;
    margin-top: 20px;
}

.content-main-tab-single  .second-tab-amount {
    margin-left: 0;
}   
.content-main-tab-single .second-tab-leftbullets ul {
    margin-bottom: 30px;
}

.content-main-tab p {
    font-size: 1rem;
}

.pricing-tab .nav-tabs li a.active {background: #005a34;color: #00ff95;border-top: none;border-bottom: none;}

.pricing-tab .nav-tabs li {
    position: relative;
}

.pricing-tab .nav-tabs li:before , .pricing-tab .nav-tabs li:after {
    content: "";
    position: absolute;
    width: 88%;
    border-bottom: 1px dashed #04462b;
    right: 0;
    left: 0;  
    margin: 0 auto;
    bottom: 0;
}

.pricing-tab .nav-tabs li:after {
    border-color: #0d925b;
    bottom: -1px;
}  

.pricing-tab .nav-tabs li a.active:before {
    content: url('../images/tab-ico.png');
    position: absolute;
    left: 25px;
    top: 16px;
}

.pricing-tab .nav-tabs li a.active:after{
    content: "";
    position: absolute;
    left: -10px;
    width: 10px;
    height: 100%;
    background: #fd5e42;
    border-radius: 4px 0px 0px 4px;
    top: 0;   
} 

.second-tab-leftbullets:before, .second-tab-rightbullets:before {
    content: "";
    position: absolute;
    left: -10px;
    width: 10px;
    height: 48px;
    background: #fd5e42;
    border-radius: 4px 0px 0px 4px;
}

.second-tab-heading h2 {
    font-size: 1.7rem;
    letter-spacing: -0.4px;
}   
   
section.our-banner.prc-banner {
    background: url(../images/price-banner.jpg) no-repeat scroll center bottom #0a1707;
    background-size: cover;
    padding-top: 14rem;
    padding-bottom: 10rem;
}  
   
.talk-section div#counter {
    margin-top: 20px;
}



h5.sub-heading {
    margin-bottom: 20px;
    text-transform: uppercase;
    margin-top: 20px;
}

.content-page li {
    color: #5e6d5c;
    font-weight: 500;
    margin-bottom: 20px;
    position: relative;
    letter-spacing: -0.3px;
    font-family: "Inter", sans-serif;
    font-size: 1.125rem;
    list-style: disc outside;
}

.content-page ul {
    margin-left: 20px;
}   
       
.all-emb-pub .row {
    align-items: unset;
}

.aep-items {
    height: 100%;
}

.genre-banner .info-banner , 
.mark-banner .info-banner {
    margin-top: -50px;
}  




.popupform {
    width:880px;
    padding: 30px 31px 110px;
    overflow: visible;
    background: url('../images/popupbg2.png') no-repeat scroll center top;  
    transform: scale(0.9);
}

.popupinn {
    max-width: 370px;
    position: relative;
    right: 40px;
    top: 0;
    float: right;
}   

.ppp-head {
    display: flex;
    align-items: center;
    width: 100%;
    position: relative;
    margin: 10px 0;
    background: #fe5d41;
    text-align: center;
    border-radius: 3px;
    overflow: hidden;
}

.ppp-head b {
    color: #fff;
    text-transform: uppercase;
    font-size: 1.125rem;
    width: 50%;
    display: block;
    font-weight: 500;
    line-height: 1.2rem;
    font-family: 'Inter' , sans-serif;
}

.ppp-head h4 {
    width: 50%;
    margin: 0;
    color: #fe5d41;
    position: relative;
    z-index: 1;
    padding-left: 10px;
    font-family: "Inter", sans-serif;
    font-size: 2.5rem;
    text-align: left;
}

.ppp-head:After {
    content: "";
    position: absolute;
    right: 0;
    width: 50%;
    height: 100%;
    background: #0c1651;
}

.popupinn h5 {
    text-align: center;
    color: #fff;
    font-weight: 500;
}  

.popupform h2 {
     font-size: 21px;
     color: #fff;
     font-weight: 700;
     margin-bottom: 0;
     line-height: 35px;
     margin-top: 0;
     font-family: "Inter", sans-serif;
     text-align: center;
}

.popupform h2 b {
    display: block;
    background: #e22f07;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 1rem;
    color: #fff;
    line-height: normal;
    margin-top: 5px;
    font-family: "Inter", sans-serif;
}
 
.popupform .fancybox-close-small {
    border: none;
    background: #fe5d41;
    border-radius: 72px;
    text-align: center;
    box-shadow: #000 0 0 10px;
    right: 0;
    top: 0;
    padding: 5px;
    opacity: 1;
    width: 34px;
    height: 34px;
}

.popupform .fancybox-close-small svg {
    color: #fff;
}

.popupform .fancybox-close-small:after {
    color: #01876e ;
    font-size: 25px;
    right: 4px;
    background: transparent;
    padding-top: 0;
    font-size: 20px;
}
 
.popupform ul li {
    text-align: left;
    position: relative;
    width: 100%;
    margin: 8px 0 0;
    display: inline-block;
}

.popupform ul li input[type="text"], .popupform ul li input[type="email"], .popupform ul li input[type="number"], .popupform ul li textarea {
    /* background: #fafafa; */
    border: #dcdcdc 1px solid;
    padding: 10px 15px;
    width: 100%;
    border-radius: 7px;
    font-size: 14px;   
    font-family: "Inter", sans-serif;
    color: #000;
    box-shadow: none !important;
    outline: none 0px !important;
    height: 48px;
}

.popupform ul li i {
    position: absolute;
    top: 12px;
    left: 10px;
}
 
.popupform ul li textarea {
    height: 90px;
}

.popupform ul li.last {
    text-align: center;
    width: 100%;
}
  
.popupform ul li input[type="submit"] {
    background: #fe5d41;
    color: #fff;
    font-size: 18px;
    border: #ff5d41 1px solid;
    text-transform: uppercase;
    font-weight: 600;
    padding: 13px 50px;
    letter-spacing: 1px;
    font-family: "Inter", sans-serif;
    border-radius: 7px;
    outline: 0px none;
    width: 100%;
    display: block;
    line-height: normal;
}

.popupform ul li input[type="submit"]:hover {
    background: #e9482c;
    border-color: #e9482c;
}

.popupform ul li input[type="text"]:focus, .popupform ul li input[type="email"]:focus, .popupform ul li textarea:focus {
    border: #01876e  1px solid !important;
}

.owl-carousel.owl-logos img {
    width: auto;
    height: 40px;   
    margin: 0 auto;
}   

.talk-txt h2 {
    font-size: 46px;
    /* color: #040f4d; */
    /* font-weight: 500; */
    line-height: 45px;
    margin-bottom: 20px;
}

.talk-txt p {
    /* color: #040f4d; */
    font-size: 17px;
    font-weight: 500;
    position: relative;
}

.talk-txt h6 {
    color: #fb6106;
    font-size: 22px;
    font-weight: 600;
    /* padding-top: 20px; */
    margin-bottom: 10px;
}

.talk-txt .number {  
    font-size: 40px;
    font-weight: 700;
    color: #1c1c1c;
    text-decoration: none;
}

.talk-txt ul {
    display: flex;
    padding-top: 20px;
}

.talk-txt ul a {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 24px;
    border-radius: 100%;
    border: 1px solid #171a21;
    width: 50px;
    height: 50px;
    margin: 3px;
    color: #171a21;
    background: transparent;
    text-decoration: none;
}

.talk-txt ul a:hover , .talk-txt ul a:active , .talk-txt ul a:focus {
    background:#1e421a;
    border-color:#1e421a;  
    color:#fff;
}  

.side-contact {
  background: #ffffff;
  padding: 70px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  /* min-height: 100vh; */
  font-family: "Inter", sans-serif;
    box-shadow: 0 0 15px #ddd;
    border-radius: 10px;
}

.side-contact .contact-form {
  width: 100%;
  max-width: 500px;
  background: #ffffff;
  border-radius: 10px;
  padding: 30px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  border: 1px solid #e6e9ef;
}

.side-contact .contact-form h2 {
  text-align: center;
  color: #111827;
  margin-bottom: 25px;
  font-size: 24px;
  font-weight: 600;
}

.side-contact .contact-form label {
  display: block;
  margin-bottom: 6px;
  font-size: 14px;
  color: #374151;
  font-weight: 500;
}

.side-contact .contact-form input,
.side-contact .contact-form textarea {
  width: 100%;
  padding: 12px 14px;
  background: #f9fafb;
  border: 1px solid #d1d5db;
  border-radius: 8px;
  font-size: 15px;
  color: #111827;
  outline: none;
  margin-bottom: 18px;
  transition: border-color 0.2s, box-shadow 0.2s;
}

.side-contact .contact-form textarea {
    height: 90px;
}   

.side-contact .contact-form input::placeholder,
.side-contact .contact-form textarea::placeholder {
  color: #9ca3af;
}

.side-contact .contact-form input:focus,
.side-contact .contact-form textarea:focus {
  border-color: #00bfa5;
  box-shadow: 0 0 6px rgba(0, 191, 165, 0.25);
  background: #fff;
}  
 
.side-contact .contact-form .btn {
  width: 100%;
  /* background: linear-gradient(90deg, #00e1b4, #00a7d5); */
  border: none;
  /* color: #042017; */
  font-weight: 600;
  padding: 16px;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.2s ease;
  justify-content: center;
}

.side-contact .contact-form .btn:hover {
  transform: translateY(-2px);
  /*box-shadow: 0 6px 20px rgba(0, 225, 180, 0.25);*/
}    
   
section.let-talk {
    background: #f0f8ef;
}
          
section.our-banner.cnt-banner {
    min-height: auto;
}

.home-banner.our-banner {
    overflow: unset;
    height: 85vh;
    display: flex;
    align-items: center;
}

.rating-pnt img.star {
}

.our-anatomy .col-md-8 .heading.wh h5 {
    text-transform: uppercase;
}
 
.spa-ce + section.os-section {padding-top: 0;}                                
                                
a.down-btn {
    float: right;
    margin-top: 6rem;
}                                   


section.abt-roa.con-info {}

section.abt-roa.con-info .info-ritem {}

section.abt-roa.con-info .info-ritem .info-rico {}

section.abt-roa.con-info .info-ritem .info-rico svg {
    width: 50px;
    height: 50px;
    color: #fff;
}

section.abt-roa.con-info .info-ritem a {
    color: #fff;
    font-size: 16px;
    font-family: 'Inter';
}




/*//////////////////////Contact Page///////////////////////////////////*/


.contact-section {
  background: radial-gradient(circle at 90% 8%, rgb(0 120 70 / 0%), transparent 28%), #fff;
  padding-bottom: 100px;
}

.contact-info-card,
.contact-form {
  height: 100%;
  background: #f0f8ef;
  border: 1px solid #007846;
  border-radius: 8px;
  box-shadow: 0 18px 40px rgba(18, 49, 43, 0.12);
  padding: 28px;
}

.contact-info-card h2,
.contact-form h2 {
  margin-bottom: 16px;
  font-size: 28px;
}

.contact-info-card img {
  width: 100%;
  border-radius: 8px;
  margin: 22px 0;
}

.contact-row {
  display: flex;
  gap: 12px;
  align-items: center;
  padding: 12px 0;
  color: #112d46;
  font-weight: 800;
  border-top: 1px solid #07584c21;
}

.contact-row i {
  color: #c39854;
  font-size: 20px;
}

.contact-form label {
  font-weight: 800;
  color: #112d46;
  margin-bottom: 7px;
}

.form-control,
.form-select {
  border-radius: 8px;
  border: 1px solid rgba(7, 88, 76, 0.18);
  background: #fff;
  min-height: 48px;
  color: #112d46;
}

.form-control:focus,
.form-select:focus {
  border-color: var(--gold);
  box-shadow: 0 0 0 4px rgb(0 120 70 / 19%);
}

.map-wrap {
  margin-top: 34px;
  border-radius: 8px;
  overflow: hidden;
  min-height: 330px;
  box-shadow: 0 18px 40px rgba(18, 49, 43, 0.12);
  border: 1px solid #07584c21;
}

.map-wrap iframe {
  width: 100%;
  height: 330px;
  border: 0;
  display: block;
}

.contact-info-card, .contact-form span.eyebrow {
    color: #ff5d41;
    font-weight: 500;
    font-size: 16px;
}

.contact-row svg {
    color: #fe5d41;
}

section.abt-unlock.team {}

section.abt-unlock.team .oul-item {
    text-align: center;
}

section.abt-unlock.team .oul-item .oul-ico {}

section.abt-unlock.team .oul-item .oul-ico img.rico-ico {
    height: 400px;
    object-fit: cover;
    width: 100%;
    border-radius: 12px;
}

section.abt-unlock.team .oul-item h5 {
    padding: 0;
}




/*/////////////////////////Testimonials Page///////////////////////////////////////////*/




.testimonials-section {padding-bottom: 100px;}

  .testimonials-section .testimonial-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

.testimonial-card {
    min-height: 330px;
    margin: 0 auto;
    text-align: center;
    background: #fff;
    border: 2px solid #07584c21;
    border-radius: 8px;
    padding: 42px;
    height: 100%;
    transition: 0.4s;
}

.testimonial-card > i {
  color: #c39854;
  font-size: 42px;
}

.testimonial-card p {
  color: #112d46;
  font-size: 19px;
  margin: 18px 0 20px;
}

.testimonial-card h3 {
  margin-bottom: 4px;
  color: #007846;
}

.testimonial-card span {
  color: #ff5d41;
  font-weight: 800;
}

.testimonial-controls {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 20px;
}

.testimonials-section .carousel-item {
    display: block;
    margin-bottom: 20px;
}

.testimonials-section span.eyebrow {
    color: #0d9c61;
    font-weight: 600;
    text-transform: uppercase;
    display: block;
    margin-bottom: 5px;
}

.testimonials-section h2 {
    font-size: 42px;
    margin-bottom: 40px;
}

.testimonial-card:hover {
    border-color: #007846;
}



/*////////////////////Genre///////////////////////////*/


.our-genre {
    padding-block: 100px;
    position: relative;
    z-index: 1;
    margin-top: 0;
}

.our-genre .heading {
    padding-inline: 150px 70px;
}

.our-genre .info-gen {
    padding: 35px 60px 35px 240px;
    background: #ff5d4126;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    align-items: start;
    min-height: 240px;
    justify-content: center;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.our-genre .info-gen img {
    position: absolute;
    left: 40px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.our-genre .info-gen h4 {
    color: #003154;
    font-weight: 600;
    margin-bottom: 6px;
}

.our-genre .info-gen p {
    margin-bottom: 0;
    font-size: 16px;
}

.our-genre .container::before {
    position: absolute;
    content: "";
    background: url(../images/gen-bg1.png) no-repeat;
    width: 531px;
    height: calc(100% + 40px);
    background-size: cover;
    top: -140px;
    right: calc(100% - 190px);
    z-index: -1;
    opacity: .8;
}

.our-genre .container {
    position: relative;
    z-index: 1;
}

.our-genre .container {
    padding-left: 100px;
}

.our-genre [class*='col'] {
    margin-bottom: 20px;
}

.our-genre .info-gen::before {
    position: absolute;
    content: "";
    background: url(../images/gen-bg2.png) no-repeat;
    background-size: 100%;
    width: 154px;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    opacity: 0.8;
    filter: brightness(0) saturate(100%) invert(97%) sepia(5%) saturate(242%) hue-rotate(66deg) brightness(101%) contrast(95%);
}

.home-banner.our-banner video {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    left: 0;
    z-index: -1;
    transform: rotateY(180deg);
}

.home-banner.our-banner .info-banner {
}


.home-banner.our-banner::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(../images/home-ban-shape.png);
    top: 0;
    left: 0;
    z-index: 0;
}


.topbar {
    background: #007846;
    padding: 15px 40px;
}

.topbar ul.cinfo {
    justify-content: space-between;
}


.footer-up .coninfo {}

.footer-up .coninfo li {
    display: flex;
    gap: 15px;
}

.footer-up .coninfo li b {}

.footer-up .coninfo li b svg {
    width: 17px;
    height: 17px;
    background: #ff5d41;
    padding: 10px 10px;
    border-radius: 100px;
    color: #fff;
}

.footer-up .coninfo li a b {
    color: #fff;
    font-size: 14px;
}

.footer-up ul li a svg {
    width: 10px;
    height: 10px;
    vertical-align: baseline;
}

.heading.text-center h2 span {
    color: #ff5d41;
}

img.pymnt {
    width: 80%;
    margin-top: 15px;
}












/*/////////////////////////////////////*/


.privacy-policy {
        margin: 0 auto;
        padding: 60px 20px;
        font-family: Arial, sans-serif;
        color: #333;
        line-height: 1.7;
    }

    .privacy-policy-header {
    margin-bottom: 20px;
}

    

    .privacy-policy-header h1 {
        margin: 0 0 15px;
        font-size: 42px;
        line-height: 1.2;
        font-weight: 700;
        color: #111;
    }

    .privacy-policy-header p {
        margin: 0 auto;
        font-size: 17px;
        color: #666;
    }

    .privacy-policy-section {
        margin-bottom: 40px;
    }

    .privacy-policy-section h2 {
        margin: 0 0 15px;
        font-size: 25px;
        line-height: 1.3;
        font-weight: 700;
        color: #111;
    }

    .privacy-policy-section p {
        margin: 0 0 15px;
        font-size: 16px;
        color: #555;
    }

    .privacy-policy-section ul {
        margin: 10px 0 0;
        padding-left: 25px;
        list-style: disc;
    }

    .privacy-policy-section li {
        margin-bottom: 10px;
        font-size: 16px;
        color: #555;
        font-family: "Inter", sans-serif;
    }

    .privacy-policy-section li::marker {
        color: #111;
    }

    @media (max-width: 767px) {
        .privacy-policy {
            padding: 40px 20px;
        }

        .privacy-policy-header {
            margin-bottom: 35px;
        }

        .privacy-policy-header h1 {
            font-size: 32px;
        }

        .privacy-policy-header p {
            font-size: 15px;
        }

        .privacy-policy-section {
            margin-bottom: 30px;
        }

        .privacy-policy-section h2 {
            font-size: 21px;
        }

        .privacy-policy-section p,
        .privacy-policy-section li {
            font-size: 15px;
        }


        
    }