/*************** Import Css **************/
@import "fonts.css";
@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/********************* Header Css ******************/
.common-button.blue-button{
	background: #0C233F;
	color: #fff;
}
.common-button.blue-button:hover{
	background: #EFBD45;	
}
.header-area {
    padding: 20px 0px;
    z-index: 999;
    border-bottom: 1px solid rgba(239, 189, 69, 0.20);
    background: rgba(12, 35, 63, 0.95);
    backdrop-filter: blur(6px);
    position: sticky;
    top: 0px;
    box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.15);
}
.header-wrapper{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.menu-area > ul{
    list-style: none;
    padding: 0px;
    margin: 0px;
    display: flex;
    align-items: center;
    column-gap: 35px;
}
.menu-area > ul > li > a{
    color: rgba(255, 255, 255, 0.75);
    font-family: "barlow-condensed",sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.menu-area > ul > li > a:hover{
    color: #EFBD45;
}
.mobile-logo{
    display: none;
}
.mobile-menu-icon{
    display: none;
}
/* %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Banner Area %%%%%%%%%%%%%%%%%%%%%%%%%%%%*/
.banner-wrapper-image{
     height: 100%;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;   
    /* display: none; */
}
.banner-area{
    position: relative;
}
.banner-area::after{
    position: absolute;
    content: '';
    width: 50%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: rgba(12, 35, 63, 0.75);
}
.banner-content-text {
    position: absolute;
    left: 140px;
    bottom: 70px;
    z-index: 2;
    max-width: 530px;
}
.banner-content-text h1{
    font-size: 100px;
    font-weight: 700;
    line-height: 90px;
    letter-spacing: 1px;
    margin-bottom: 20px;
}
.banner-content-text h1 strong{
     color: #EFBD45;
}
.banner-video-area video {
    height: 90vh;
    width: 100%;
    object-fit: cover;
    /* position: relative; */
}
/* .banner-video-area{
 height: calc(100vh - 8px);   
} */
/* .banner-video-area video::before{
    position: absolute;
    content: '';
    width: 100%;
    height: 4px;
    bottom: 0px;
    left: 0px;
    background: linear-gradient(90deg, #EFBD45 0%, #66AF4E 50%, #EFBD45 100%);
} */
.banner-content-list ul{
    list-style: none;
    margin: 0px;
    padding: 0px;
    display: flex;
}
.banner-content-list ul li{
    padding-right: 30px;
    margin-right: 30px;
    border-right: 1px solid rgba(255, 255, 255, 0.20);
}
.banner-content-list ul li:last-child{
    border-right: 0px;
}
.banner-content-list ul li h2{
    color: #EFBD45;
	font-family: "barlow-condensed",sans-serif;
    font-size: 36px;
    font-weight: 700;
    line-height: 36px;
}
.banner-content-list ul li p{
    color: rgba(255, 255, 255, 0.45);
	font-family: "barlow-condensed",sans-serif;
    font-size: 11px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 0px;
    white-space: nowrap;
	border-left: none;
	padding-left: 0px;
}
.banner-content-text p{
    color: #fff;
}
.banner-content-list{
    margin-top: 50px;
}
.banner-content-text-button .common-button.border-button{
    margin-left: 15px;
}
.banner-light-script-logo{
    position: absolute;
    right: 50px;
    bottom: 50px;
    border-left: 4px solid #EFBD45;
    background: rgba(12, 35, 63, 0.85);
    backdrop-filter: blur(5px);
    padding: 13px 26px;
    width: 220px;
    text-align: center;
}
.banner-light-script-logo h6{
    color: #EFBD45;
    text-align: center;
	font-family: "barlow-condensed",sans-serif;
    font-size: 11px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 5px;
}
.banner-light-script-logo h5{
    color: #FFF;
	font-family: "barlow-condensed",sans-serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: 22.1px; /* 130% */
}
.light-script-logo{
    margin-bottom: 10px;
}
/* %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Banner End %%%%%%%%%%%%%%%%%%%%%%%%%%% */
.home-intro-area{
    padding-top: 100px;
    padding-bottom: 100px;
    background: #F7F8FA;
}
.home-intro-wrapper{
    text-align: center;
    max-width: 844px;
    margin: 0 auto;
    margin-bottom: 70px;
}
.home-intro-wrapper h2{
    font-size: 64px;
    line-height: 64px;
    letter-spacing: 1px;
    max-width: 713px;
    margin: 0 auto;
    margin-bottom: 20px;
}
.home-intro-wrapper h2 strong{
    color: #EFBD45;
}
.home-intro-wrapper .common-button.blue-button{
    font-size: 14px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 2.5px;
    margin-top: 30px;
}
.common-button img{
    margin-top: 0px;
    margin-bottom: 3px;
}
.common-button.blue-button img{
    margin-top: 0px;
    margin-bottom: 2px;
}
.home-intro-wrapper p{
    font-family: "Barlow", sans-serif;
}
.home-intro-each{
    padding: 35px 40px 15px;
    background-color: #fff;
    height: 100%;
}
.home-intro-each-area .row{
    margin: 0px;
}
.home-intro-each-area .row .col-lg-4{
    padding: 0px;
}
.home-intro-each h3{
    color: #0C233F;
    font-size: 24px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1px;
    margin-top: 13px;
}
/* %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Footer Area %%%%%%%%%%%%%%%%%%%%%%%%%% */
.footer-area{
    padding-top: 73px;
    background: #071826;
}
.footer-bottom{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px 0px;
    border-top: 1px solid rgba(255, 255, 255, 0.07);
}
.footer-bottom p{
    color: rgba(255, 255, 255, 0.30);
    font-size: 11px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 0px;
}
.footer-each ul{
    padding: 0px;
    margin: 0px;
    list-style: none;
}
.footer-each h3{
    color: #EFBD45;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.footer-each a{
    color: rgba(255, 255, 255, 0.60);
    font-family: "Barlow", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 21px;
}
.footer-each a:hover{
    color: #DCA327;
}
.footer-each a i{
    margin-right: 5px;
    color: #66AF4E;
}
.footer-wrap-list ul{
    list-style: none;
    padding: 0px;
    margin: 0px;
    display: flex;
    align-items: center;
    column-gap: 12px;
}
.footer-wrap-list ul li a{
    color: rgba(255, 255, 255, 0.40);
font-family: "barlow-condensed",sans-serif;
font-size: 10px;
font-style: normal;
font-weight: 600;
line-height: normal;
letter-spacing: 2px;
text-transform: uppercase;
border: 1px solid rgba(255, 255, 255, 0.10);
background: rgba(255, 255, 255, 0.05);
display: block;
padding: 5px 12px;
}
/* %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Footer End Area %%%%%%%%%%%%%%%%%%%%%%% */
.home-contact-us-section{
    padding-top: 100px;
    padding-bottom: 100px;
}
.home-contact-us-from-area{
    border-radius: 6px;
    background: #FFF;
    box-shadow: 0 18px 56px 0 rgba(12, 35, 63, 0.16);
    max-width: 576px;
    margin-left: auto;
}
.home-contact-us-content-list ul{
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.home-contact-us-content-list ul li{
    margin-bottom: 13px;
    color: #4A5568;
    font-family: "Barlow", sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
}
.home-contact-us-content-list ul li img{
    margin-right: 10px;
}
.home-contact-us-content h2{
    color: #0C233F;
    font-size: 64px;
    line-height: 64px;
    letter-spacing: 1px;
    max-width: 500px;
    margin-bottom: 10px;
}
.home-contact-us-content h2 strong{
    color: #EFBD45;
}
.home-contact-us-content p{
    max-width: 591px;
}
/* %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% partnership-area %%%%%%%%%%%%%%%%%%%%%%%%%% */
.partnership-area{
    padding-top: 100px;
    padding-bottom: 100px;
    background: #0C233F;
}
.partnership-wrap-left h2{
    color: #fff;
    font-size: 64px;
    line-height: 64px;
    letter-spacing: 1px;
    max-width: 500px;
    margin-bottom: 10px;
}
.partnership-wrap-left h2 strong{
    color: #EFBD45;
}
.partnership-wrap-left p{
    color: rgba(255, 255, 255, 0.65);
    max-width: 460px;
    margin-top: 29px;
    margin-bottom: 42px;
}
.partnership-each{
    padding: 20px 25px 1px;
    border-top: 3px solid rgba(0, 0, 0, 0.00);
    border-right: 1px solid rgba(0, 0, 0, 0.00);
    border-bottom: 1px solid rgba(0, 0, 0, 0.00);
    border-left: 1px solid rgba(0, 0, 0, 0.00);
    background: rgba(255, 255, 255, 0.04);
    height:100%;
}
.partnership-each-area .row{
    margin-left: -8px;
    margin-right: -8px;
	row-gap:15px;
}
.partnership-each-area .row .col-6{
    padding-left: 8px;
    padding-right: 8px;
}
.partnership-each h2{
    color: #66AF4E;
    font-size: 44px;
    line-height: 44px; 
    text-transform: capitalize;
    margin-bottom: 5px;
}
.partnership-each h3{
    color: #FFF;
    font-size: 24px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 5px;
}
.partnership-each p{
    color: rgba(255, 255, 255, 0.45);
    font-size: 15px;
    font-weight: 400;
    line-height: 28px;
}
/* %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% access-area %%%%%%%%%%%%%%%%%%%%%%%%% */
.access-area {
    padding-top: 0px;
    padding-bottom: 100px;
	background-color: #F2F4F6;
}
.access-wrapper{
    background: #0C233F;
    padding: 40px 40px 40px 70px;
}
.access-wrapper h2{
   font-size: 40px;
   line-height: 44px;
   color: #fff;
   margin-bottom: 10px;
}
.access-wrapper h2 strong{
    color: #EFBD45;
}
.access-wrapper p{
    color: rgba(255, 255, 255, 0.65);
    max-width: 923px;
}
.lock-area{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 88px;
    height: 88px;
    border-radius: 44px;
    border: 2px solid rgba(239, 189, 69, 0.30);
}
/* %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% our-process-area %%%%%%%%%%%%%%%%%%%%%%% */
.our-process-area{
    padding-top: 70px;
    padding-bottom: 70px;
}
.our-process-wrap-left h2{
    color: #fff;
    font-size: 64px;
    line-height: 64px;
    letter-spacing: 1px;
    max-width: 462px;
}
.our-process-wrap-left h2 strong{
    color: #EFBD45;
}
.our-process-list-each-icon{
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 3px solid #F7F8FA;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 60px;
}
.our-process-list-each{
    display: flex;
    column-gap: 31px;
    margin-bottom: 34px;
}
.our-process-list-each-content h4{
    color: #EFBD45;
    font-family: "barlow-condensed",sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.our-process-list-each-content h3{
    color: #FFF;
    font-family: "barlow-condensed",sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 4px;
}
.our-process-list-each-content p{
    color: rgba(255, 255, 255, 0.55);
}
.our-peocess-wrap-right-area .our-process-list-each:first-child .our-process-list-each-icon{
    background: #0C233F;
}
.our-peocess-wrap-right-area .our-process-list-each:nth-child(2) .our-process-list-each-icon{
    background: #DCA327;
}
.our-peocess-wrap-right-area .our-process-list-each:nth-child(3) .our-process-list-each-icon{
    background: #559F3E;
}
/* %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% legitscript-area %%%%%%%%%%%%%%%%%%%%%%%%%%%% */
.legitscript-area{
    padding-top: 76px;
    padding-bottom: 76px;
    border-top: 3px solid #EFBD45;
background: #0C233F;
}
.legitscript-wrapper-left{
    display: flex;
    column-gap: 30px;
}
.legitscript-logo{
    min-width: 125px;
}
.legitscript-wrapper-left-content h3{
    color: #FFF;
    font-size: 24px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.legitscript-wrapper-left-content p{
    color: rgba(255, 255, 255, 0.60);
}
.legitscript-list ul{
    list-style: none;
    padding: 0px;
    margin: 0px;
    display: flex;
}
.legitscript-list ul li{
    text-align: center;
    margin-right: 40px;
}
.legitscript-list ul li h6{
    color: rgba(255, 255, 255, 0.35);
    font-family: "barlow-condensed",sans-serif;
    font-size: 11px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 5px;
}
.legitscript-list ul li h5{
    color: #66AF4E;
    font-family: "barlow-condensed",sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 1px;
    max-width: 80px;
    margin-bottom: 0px;
}
.legitscript-wrapper-right{
    display: flex;
    align-items: center;
}
/* %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% we-serve-area %%%%%%%%%%%%%%%%%%%%%%%% */
.we-serve-area{
    margin-top: 100px;
    margin-bottom: 100px;
}
.we-serve-content h2{
    color: #0C233F;
    font-size: 64px;
    line-height: 64px;
    letter-spacing: 1px;
    margin-bottom: 30px;
}
.we-serve-content h2 strong{
    color: #EFBD45;
}
.we-serve-content .common-button.blue-button {
    font-size: 14px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 2.5px;
    margin-top: 30px;
}
.we-serve-image{
    max-width: 580px;
    margin-left: auto;
}
.we-serve-image img{
    width: 100%;
    border-radius: 6px;
}
.we-serve-list-each{
    background: #F7F8FA;
    padding: 25px 32px 12px;
	height:100%;
}
.we-serve-list-wrapper .row{
    margin-left: -10px;
    margin-right: -10px;
}
.we-serve-list-wrapper .row .col-lg-4{
    padding-left: 10px;
    padding-right: 10px;
}
.we-serve-list-each h3{
    color: #0C233F;
    font-size: 24px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 8px;
}
.we-serve-list-each  p{
    font-size: 15px;
}
.we-serve-list-each-icon{
    margin-bottom: 7px;
}
.we-serve-list-each-icon img{
    width: 53px;
}
.we-serve-list-area{
    margin-top: 100px;
    margin-bottom: 100px;
}
/* %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% The Problem Area %%%%%%%%%%%%%%%%%%%%%%% */
.problem-area{
    padding-top: 70px;
    padding-bottom: 80px;
}
.problem-intro-area h3{
    text-align: center;
}
.problem-intro-area  h2{
    color: #fff;
    font-size: 64px;
    line-height: 64px;
    letter-spacing: 1px;
    max-width: 436px;
    margin: 0 auto;
    margin-bottom: 20px;
}
.problem-intro-area h2 strong{
    color: #EFBD45;
}
.problem-intro-area p{
    color: rgba(255, 255, 255, 0.60);
    max-width: 710px;
    margin: 0 auto;
    text-align: center;
}
.problem-intro-area{
    margin-bottom: 150px;
}
.problem-wrapper{
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1060px;
    margin: 0 auto;
}
.problem-wrap-right-content{
    min-width: 414px;
}
.problem-wrap-right-content ul{
    list-style: none;
    margin: 0px;
    padding: 0px;    
}
.problem-wrap-right-content ul li{
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    background: rgba(102, 175, 78, 0.12);
    padding: 15px 20px;
}
.problem-wrap-right-content ul li{
    color: rgba(255, 255, 255, 0.85);
    font-family: "Barlow", sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 22.5px;
}
.problem-wrap-right-content ul li img{
    margin-right: 12px;
}
.problem-wrap-left-content{
     min-width: 414px;
}
.problem-wrap-left-content ul{
    list-style: none;
    margin: 0px;
    padding: 0px;
}
.problem-wrap-left-content ul li{
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    background: rgba(231, 76, 60, 0.12);
    padding: 15px 20px;
}
.problem-wrap-left-content ul li{
    color: rgba(255, 255, 255, 0.50);
    font-family: "Barlow", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 22.5px; /* 150% */
}
.problem-wrap-left-content ul li img{
    margin-right: 12px;
}
.problem-vs-button{
    border-radius: 50px;
    background: #EFBD45;
    height: 86px;
    width: 86px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.problem-vs-button h2{
    color: #0C233F;
    font-size: 30px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 0px;
}
.problem-wrap-left-content h3{
    color: rgba(255, 255, 255, 0.35);
    text-align: center;
    font-family: "barlow-condensed",sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 24px;
}
.problem-wrap-right-content h3{
    color: #EFBD45;
    text-align: center;
    font-family: "barlow-condensed",sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 24px;
}
.problem-intro-area{
    position: relative;
    margin-top: 107px;
}
.problem-intro-area::after{
    position: absolute;
    content: '';
    width: 416px;
    height: 480px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-image: url('../images/problem.svg');
    background-position: center, center;
    background-repeat: no-repeat;
    background-size: cover;
}
.our-process-wrap-left p{
    color: rgba(255, 255, 255, 0.65);
}
/*================= blog overview =================*/
.blog-banner-area{
    padding: 100px 0 100px;
}
.blog-banner-area::before{
    background: linear-gradient(90deg, rgba(12, 35, 63, 0.96) 30%, rgba(12, 35, 63, 0.66) 100%);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
}
.blog-banner-area::after{
    background: linear-gradient(90deg, #EFBD45 0%, #66AF4E 50%, #EFBD45 100%);
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 4px;
    content: "";
}
.blog-banner-area > div{
    position: relative;
    z-index: 1;
}
.blog-banner-content h1 span{
    display: block;
    font-family: "barlow-condensed",sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: normal;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #559F3E;
    margin-bottom: 13px;
}
.blog-banner-content h1{
    padding-bottom: 31px;
    margin-bottom: 20px;
    position: relative;
}
.blog-banner-content h1::after{
    background-color: #66AF4E;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    width: 49%;
    height: 3px;
    content: "";
}
.blog-banner-content p{
    line-height: 29.24px;
    color: #FFFFFFBD;
    max-width: 890px;
    width: 100%;
    margin: 0px auto;
}
.blog-overview-sec{
    margin-bottom: 80px;
}
.blog-tab-title .nav-tabs {
    border-bottom: 1px solid #EDF0F3;
    background-color: #F7F8FA;
    padding: 20px;
    justify-content: center;
    column-gap: 10px;
    row-gap: 10px;
}
.blog-tab-title .nav-tabs .nav-link {
    border: 1px solid #E2E6EA;
    padding: 9px 19px;
    border-radius: 0;
    color: #4A5568;
    font-family: "barlow-condensed",sans-serif;
    font-weight: 600;
    font-size: 13px;
    line-height: normal;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    background-color: #FFFFFF;
}
.blog-tab-title .nav-tabs .nav-link:focus{
    outline: none;
}
.blog-tab-title .nav-tabs .nav-link.active {
    border-color: #0C233F;
    color: #FFFFFF;
    background-color: #0C233F;
}
.blog-tab-content{
    margin-top: 80px;
}
.each-blog-wrapper{
    margin-bottom: 72px;
}
.each-blog-wrapper .row{
    margin: 0px -22.5px;
    row-gap: 48px;
}
.each-blog-wrapper .row > div{
    padding: 0px 22.5px;
}
.each-blog-overview {
    border-radius: 6px;
    overflow: hidden;
    height: 100%;
    border: 1px solid #E2E6EA;
}
.blog-overview-category{
    position: absolute;
    top: 16px;
    left: 16px;
}
.blog-overview-category a{
    font-family: "barlow-condensed",sans-serif;
    font-weight: 700;
    font-size: 12px;
    line-height: normal;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #0C233F;
    background-color: #E2E6EA;
    padding: 10px 13px;
    display: inline-block;
}
.blog-overview-category a:hover{
    color: #FFFFFF;
    background-color: #0C233F;
}
.blog-overview-content{
    padding: 30px 30px 26px;
}
.blog-overview-content h6{
    font-family: "barlow",sans-serif;
    font-weight: 500;
    font-size: 13px;
    line-height: normal;
    letter-spacing: 0.5px;  
    text-transform: uppercase;
    color: #9AA3AD;
    position: relative;
    padding-left: 16px;
    margin-bottom: 11px;
}
.blog-overview-content h6::after{
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    background-color: #66AF4E;
    width: 7px;
    height: 7px;
    border-radius: 100%;
}
.each-blog-overview h2 {
    font-weight: 700;
    font-size: 27px;
    line-height: 29px;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    margin-bottom: 13px;
}
.each-blog-overview h2 a{
    color: #0C233F;
}
.each-blog-overview h2 a:hover{
    color: #559F3E;
}
.each-blog-overview p{
    font-weight: 400;
    font-size: 16px;
    line-height: 27px;
    color: #4A5568;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.blog-overview-btn{
    font-family: "barlow-condensed",sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: normal;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #559F3E;
}
.blog-overview-btn:hover{
    color: #0C233F;
}
.start-the-conversation-sec{
        padding: 90px 0 95px;
}
.start-the-conversation-sec::before {
    background: linear-gradient(90deg, rgba(12, 35, 63, 0.95) 0%, rgba(12, 35, 63, 0.7) 100%);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
}
.start-the-conversation-content h2{
    font-weight: 700;
    font-size: 52px;
    line-height: 52px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-top: 13px;
}
.start-the-conversation-content p{
    font-weight: 400;
    font-size: 18px;
    line-height: 31px;
    color: #FFFFFFB8;
}
.start-the-conversation-content p:last-child{
    margin-bottom: 0;
}
.start-the-conversation-btn a{
    min-width: 272px;
}
.start-the-conversation-btn .border-button{
    margin-top: 14px;
}
.start-the-conversation-btn .border-button:hover{
	background-color: #EFBD45;
}
/*===================== blog post overview =====================*/
.blog-post-banner-area .blog-banner-content h1{
    font-size: 56px;
    line-height: 57px;
    letter-spacing: 0.5px;
    border-bottom: 1px solid #FFFFFF1F;
    margin-top: 24px;
}
.blog-post-banner-area .blog-banner-content h1::after{
    display: none;
}
.blog-post-banner-area .blog-banner-content {
    max-width: 793px;
    width: 100%;
    margin: 0px auto;
}
.blog-post-banner-btn{
    background-color: #66AF4E;
    padding: 7px 15px;
    font-family: "barlow-condensed",sans-serif;
    font-weight: 700;
    font-size: 13px;
    line-height: normal;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #0C233F;
}
.blog-post-banner-btn:hover{
    background-color: #fff;
	color: #0C233F;
}
.blog-post-banner-area ul{
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
}
.blog-post-banner-area li{
    padding-right: 21px;
    margin-right: 21px;
    font-family: "barlow",sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: normal;
    color: #FFFFFF;
    border-right: 1px solid #FFFFFF26;
}
.blog-post-banner-area li:last-child{
    border-right: none;
    padding-right: 0;
    margin-right: 0;
}
.blog-post-banner-area li a{
    color: #FFFFFF;
    text-decoration: underline;
}
.blog-post-banner-area li a:hover{
    color: #66AF4E;
}
.blog-post-banner-area li h6{
    font-family: "barlow", sans-serif;
    font-weight: 500;
    font-size: 13px;
    line-height: normal;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: #9AA3AD;
    position: relative;
    padding-left: 16px;
}
.blog-post-banner-area li h6::after {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    background-color: #66AF4E;
    width: 7px;
    height: 7px;
    border-radius: 100%;
}
.blog-post-banner-area{
    padding-bottom: 86px;
}
.blog-post-wrapper{
    max-width: 800px;
    width: 100%;
    position: relative;
    z-index: 1;
    margin: -41px auto 79px;
}
.blog-post-img{
    box-shadow: 0px 24px 60px 0px #0C233F38;
    -webkit-box-shadow: 0px 24px 60px 0px #0C233F38;
    border-radius: 6px;
    overflow: hidden;
    margin-bottom: 63px;
}
.blog-post-wrap{
    max-width: 676px;
    width: 100%;
    margin: 0px auto 79px;
    padding-bottom: 40px;
    border-bottom: 1px solid #E2E6EA;
}
.blog-post-wrap h5{
    font-family: "barlow",sans-serif;
    font-weight: 400;
    font-size: 22px;
    line-height: 35px;
    color: #0C233F;
    margin-bottom: 35px;
}
.blog-post-wrap p{
    font-weight: 400;
    font-size: 18px;
    line-height: 33px;
    color: #37414F;
    margin-bottom: 30px;
}
.blog-post-wrap h2{
    font-size: 34px;
    line-height: 37px;
    letter-spacing: 0.4px;
}
.blog-post-wrap ul{
    margin: 0 0 46px;
    padding: 0;
    list-style: none;
}
.blog-post-wrap li{
    font-weight: 400;
    font-size: 18px;
    line-height: 33px;
    color: #37414F;
    padding-left: 30px;
    position: relative;
}
.blog-post-wrap li strong{
    color: #0C233F;
    font-weight: 600;
}
.blog-post-wrap li::after {
    position: absolute;
    left: 0;
    top: 10px;
    content: "";
    background-color: #66AF4E;
    width: 11px;
    height: 11px;
    border-radius: 100%;
}
.blog-post-wrap h6{
    font-family: "barlow",sans-serif;
    font-weight: 500;
    font-style: Italic;
    font-size: 22px;
    line-height: 33px;
    color: #0C233F;
    background-color: #F7F8FA;
    border-left: 4px solid #EFBD45;
    padding: 30px 34px 30px 38px;
}
.back-button{
    border: 1px solid #0C233F;
    padding: 14px 29px;
    display: inline-block;
    font-family: "barlow-condensed",sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: normal;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #0C233F;
}
.back-button:hover{
    background-color: #0C233F;
    color: #fff;
}
.related-blog-overview{
    background-color: #F7F8FA;
    padding: 75px 0 86px;
    margin-bottom: 0;
}
.related-blog-overview .each-blog-wrapper{
    max-width: 1020px;
    width: 100%;
    margin: 0px auto;
}
.related-blog-overview .each-blog-wrapper > h2 {
    font-size: 38px;
    line-height: 39px;
    margin-top: 8px;
    margin-bottom: 44px;
}
.related-blog-overview .each-blog-wrapper .row{
    margin: 0px -15px;
}
.related-blog-overview .each-blog-wrapper .row > div{
    padding: 0px 15px;
}
/*====================== team overview ======================*/
.team-overview-banner{
    min-height: 90vh;
    display: flex;
    align-items: center;
}
.team-overview-banner::before{
    background: linear-gradient(360deg, rgba(12, 35, 63, 0.8) 30%, rgba(12, 35, 63, 0.6) 100%);
}
.banner-btn{
    margin-top: 40px;
    display: flex;
    column-gap: 16px;
    justify-content: center;
    flex-wrap: wrap;
    row-gap: 16px;
}
.the-roster-sec{
    margin-top: 96px;
    margin-bottom: 102px;
}
.the-roster-content ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.the-roster-content li{
    padding-left: 37px;
    font-family: "Barlow", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: normal;
    color: #0C233F;
    margin-bottom: 16px;
    position: relative;
}
.the-roster-content li::after{
    position: absolute;
    content: url("../images/the-roster-icon.svg");
    left: 0;
    top: 0;
}
.team-overview-sec{
    padding: 100px 0;
    background-color: #F7F8FA;
}
.team-overview-heading{
    margin-bottom: 52px;
}
.each-team-overview{
    background-color: #FFFFFF;
    border: 1px solid #E2E6EA;
}
.team-overview-img{
    position: relative;
}
.team-overview-img::after{
    background: linear-gradient(90deg, #EFBD45 0%, #66AF4E 50%, #EFBD45 100%);
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 4px;
    content: "";
}
.team-overview-dtls{
    padding: 28px 28px 36px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    column-gap: 10px;
}
.team-overview-dtls h3{
    font-weight: 700;
    font-size: 24px;
    line-height: normal;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: #0C233F;
    margin-bottom: 8px;
}
.team-overview-dtls p{
    font-family: "Barlow", sans-serif;
    font-weight: 500;
    font-size: 15px;
    line-height: normal;
    letter-spacing: 0.5px;
    color: #4A5568;
    margin: 0;
}
.team-overview-wrapper .row{
    margin: 0px -12px;
    row-gap: 24px;
}
.team-overview-wrapper .row > div{
    padding: 0px 12px;
}
/*======================== service-overview ========================*/
.inner-banner{
    min-height: 90vh;
    padding: 100px 0;
}
.page-id-1287 .inner-banner {
	min-height: 20vh;
}
.inner-banner::before{
    background: linear-gradient(90deg, rgba(12, 35, 63, 0.9) 0%, rgba(12, 35, 63, 0.6) 60%, rgba(12, 35, 63, 0) 100%);
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 70%;
    height: 100%;
}
.contact-us-banner .inner-banner-wrap h1 em,
.inner-banner-wrap h1 span{
    font-weight: 600;
    font-size: 20px;
    line-height: normal;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #66AF4E;
    display: block;
    margin-bottom: 15px
}
.inner-banner-wrap h1{
    margin-bottom: 30px;
}
.inner-banner-wrap p{
    color: #FFFFFFBD;
    padding-left: 25px;
    border-left: 3px solid #66AF4E;
}
.inner-banner-wrap .banner-btn{
    justify-content: flex-start;
}
.inner-banner::after {
    background: linear-gradient(90deg, #EFBD45 0%, #66AF4E 50%, #EFBD45 100%);
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 4px;
    content: "";
}
.intro-sec .the-roster-content p{
    font-size: 18px;
    line-height: 32px;
}
.service-overview-sec{
    padding: 100px 0 110px;
    background-color: #F2F4F6;
}
.service-overview-sec .container{
    max-width: 1313px;
}
.service-overview-heading{
    max-width: 540px;
    width: 100%;
    margin: 0px auto 51px;
}
.service-overview-heading h3{
    margin-bottom: 3px;
}
.service-overview-heading h2{
    color: #0C233F;
    font-size: 64px;
    font-weight: 700;
    line-height: 64px;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.service-overview-wrapper .row{
    margin: 0px -10px;
    row-gap: 81px;
}
.service-overview-wrapper .row > div{
    padding: 0px 10px;
}
.each-service-overview {
    min-height: 510px;
    border-radius: 6px;
    padding-bottom: 52px;
}
.each-service-overview::after{
    background: linear-gradient(0deg, rgba(12, 35, 63, 0.92) 30%, rgba(12, 35, 63, 0.00) 100%);
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    height: 69%;
    width: 100%;
    border-radius: 0 0 6px 6px;
}
.service-overview-icon{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -50px;
    z-index: 1;
    width: 100px;
    height: 100px;
    background-color: #F2F4F6;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.service-overview-dtls {
    padding: 23px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.service-overview-dtls h2{
    color: #FFF;
    font-size: 24px;
    font-weight: 700;
    line-height: 25.3px;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding-bottom: 11px;
    position: relative;
    margin-bottom: 15px;
}
.service-overview-dtls h2::after{
    position: absolute;
    content: "";
    bottom: 0;
    width: 32px;
    height: 2px;
    background-color: #EFBD45;
    left: 50%;
    transform: translateX(-50%);
}
.service-overview-dtls p{
    color: rgba(255, 255, 255, 0.65);
    line-height: 30px;
    margin-bottom: 2px;
}
.service-overview-dtls a{
    color: #559F3E;
    font-family: "barlow-condensed",sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 2px;
    text-transform: uppercase;
    position: relative;
    padding-right: 23px;
}
.service-overview-dtls a::after{
    position: absolute;
    content: "→";
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.service-overview-dtls a:hover{
    color: #fff;
}
.service-overview-hover {
    max-height: 0;
    opacity: 0;
    pointer-events: none;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-service-overview:hover .service-overview-hover{
    max-height: initial;
    opacity: 1;
    pointer-events: all;
}
/*========================== contact-us ==========================*/
.contact-us-banner{
    padding-bottom: 59px;
    align-items: end !important;
}
.contact-us-banner .inner-banner-wrap h1 em{
    font-style: normal;
    display: block;
}
.contact-us-banner-logo {
    position: absolute;
    left: 0;
    bottom: 21px;
    pointer-events: none;
    opacity: 0.5;
}
.contact-us-banner .inner-banner-wrap ul{
    margin: 50px 0 0;
    padding: 0;
    list-style: none;
    display: flex;
}
.contact-us-banner .inner-banner-wrap li:not(:last-child){
    padding-right: 31px;
    margin-right: 31px;
    border-right: 1px solid #FFFFFF33;
}
.contact-us-banner .inner-banner-wrap li h4{
    color: #EFBD45;
    font-family: "barlow-condensed",sans-serif;
    font-size: 36px;
    font-weight: 700;
    line-height: 36px; 
    margin-bottom: 4px;
}
.contact-us-banner .inner-banner-wrap li h6{
    color: rgba(255, 255, 255, 0.45);
    font-family: "barlow-condensed",sans-serif;
    font-size: 11px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.contact-us-form{
    padding: 40px 44px;
    border-radius: 6px;
    background-color: #FFF;
    box-shadow: 0 18px 56px 0 rgba(12, 35, 63, 0.16);
    max-width: 576px;
    width: 100%;
    margin-left: auto;
}
.contact-us-banner .col-lg-6:nth-child(even){
    padding-left: 30px;
}
.contact-info-area{
    background-color: #F7F8FA;
    padding: 75px 0 84px;
}
.contact-info-wrapper h2{
    font-size: 44px;
    line-height: 45px;
}
.contact-info-wrapper .row{
    margin: 0px -12px;
    margin-top: 52px;
    row-gap: 14px;
}
.contact-info-wrapper .row > div{
    padding: 0px 12px;
}
.each-contact-info{
    padding: 36px 23px 27px;
    border: 1px solid #E2E6EA;
    background-color: #FFF;
    height: 100%;
}
.each-contact-info h3{
    margin: 22px 0 11px;
}
.each-contact-info a{
    color: #0C233F;
    font-family: "barlow-condensed",sans-serif;
    font-size: 22px;
    font-weight: 700;
    line-height: 25px; 
    letter-spacing: 0.4px;
    text-transform: uppercase;
    display: table;
    margin: 0px auto 22px;
    width: 100%;
    word-break: break-all;
}
.each-contact-info a:hover{
    color: #559F3E;
}
.each-contact-info p{
    font-size: 15px;
    line-height: 23px; 
    margin-bottom: 0;
}
.contact-map-sec{
    padding: 95px 0;
    background-color: #F7F8FA;
}
.contact-map-text h2{
    font-size: 42px;
    line-height: 43px; 
    margin-bottom: 26px;
}
.contact-map-text h6{
    color: #0C233F;
    font-family: "barlow-condensed",sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.contact-map-text p{
    color: #4A5568;
    font-family: "Barlow", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px; 
    margin-bottom: 17px;
}
.contact-map-text p a{
    color: #4A5568;
}
.contact-map-link:hover,
.contact-map-text p a:hover{
    color: #559F3E;
    border-color: #559F3E;
}
.contact-map-text .contact-map-link{
    margin-top: 31px;
}
.contact-map-link{
    color: #0C233F;
    font-family: "barlow-condensed",sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 2px;
    text-transform: uppercase;
    position: relative;
    border-bottom: 2px solid #EFBD45;
    display: table;
    padding-right: 28px;
    padding-bottom: 3px;
}
.contact-map-link::after{
    position: absolute;
    content: "→";
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.contact-map-area{
    border-radius: 6px;
    /*border-left: 4px solid #66AF4E;*/
    overflow: hidden;
}
.contact-map-area p{
    margin-bottom: 0px;
}
.contact-map-area iframe{
    height: 437px;
    width: 100%;
    display: block;
}
.faq-inject{
    margin-top: 80px;
    margin-bottom: 90px;
}
#dlm_faq,
.faq-wrapper{
    max-width: 880px;
    width: 100%;
    margin: 0px auto;
}
.faq-heading{
    margin-bottom: 50px;
}
.faq-heading h2 {
    font-size: 44px;
    line-height: 44.88px;
}
.accordion {
    list-style: none;
    padding: 0px 0 0;
    margin: 0;
   border-top: 1px solid #E2E6EA;
}
.accordion>li {
    display: block;
    list-style: none;
}
body .common h3,
.faq-wrapper .common h3,
.accordion>li>span {
    display: block;
    padding: 26px 30px 26px 22px;
    background: url(../images/plus.svg) no-repeat 100%;
    cursor: pointer;
    color: #0C233F;
    font-family: "barlow-condensed",sans-serif;
    font-size: 21px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    border-bottom: 1px solid #E2E6EA;
    background-size: 20px;
	margin-bottom:0;
}
.common h3:after{
	display:none;
}
.common .faq-item > div,
.accordion>li>div {
    list-style: none;
    padding: 0px;
    display: none;
    overflow: auto;
    font-family: 'DM Sans', sans-serif;
    font-size: 18px;
    line-height: 40px;
    color: #334155;
    padding: 15px;
    padding-bottom: 0px;
}
body .common h3.activeAcc,
.faq-wrapper .common h3.activeAcc,
.accordion li>span.active {
    background: url(../images/minus.svg) no-repeat 100%;
    background-size: 20px;
}
/*==================== about ====================*/
.what-defines-us-sec{
    padding: 100px 0;
    background-color: #F7F8FA;
}
.what-defines-us-heading{
    margin-bottom: 52px;
}
.what-defines-us-wrapper .row{
    margin: 0px -12px;
    row-gap: 24px;
}
.what-defines-us-wrapper .row > div{
    padding: 0px 12px;
}
.each-defines-us{
    border-top: 3px solid #EFBD45;
    background-color: #FFF;
    padding: 35px 35px 43px;
    height: 100%;
}
.each-defines-us h4{
    display: table;
    color: #EFBD45;
    font-family: "barlow-condensed",sans-serif;
    font-size: 38px;
    font-weight: 700;
    line-height: 38px; 
    border-bottom: 2px solid #66AF4E;
    padding-bottom: 15px;
    margin-bottom: 14px;
}
.each-defines-us h5{
    color: #0C233F;
    font-family: "barlow-condensed",sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 12px;
}
.each-defines-us p:last-child{
    margin-bottom: 0;
}
.fulfillment-sec{
    background-color: #0C233F;
    padding: 70px 0;
    position: relative;
}
.fulfillment-sec::after{
    background: linear-gradient(90deg, #EFBD45 0%, #66AF4E 50%, #EFBD45 100%);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 4px;
    content: "";
}
.fulfillment-wrapper .row{
    row-gap: 30px;
}
.each-fulfillment{
    border-left: 2px solid rgba(255, 255, 255, 0.20);
    padding-left: 24px;
    height: 100%;
}
.each-fulfillment h2{
    color: #66AF4E;
    font-size: 50px;
    line-height: 50px; 
    margin-bottom: 7px;
}
.each-fulfillment h3{
    color: #FFF;
    font-size: 24px;
    letter-spacing: 1px;
    margin-bottom: 11px;
}
.each-fulfillment p{
    color: rgba(255, 255, 255, 0.55);
    line-height: 26.35px;
}
.each-fulfillment p:last-child{
    margin-bottom: 0;
}
.the-partnership-sec{
    margin-top: 100px;
    margin-bottom: 100px;
}
.the-partnership-wrapper{
    max-width: 1222px;
    width: 100%;
    margin: 0px auto;
}
.the-partnership-wrapper .row{
    margin: 0px -35px;
}
.the-partnership-wrapper .row > div{
    padding: 0px 35px;
}
.the-partnership-img img{
    border-radius: 6px;
}
.the-partnership-content h2{
    font-size: 44px;
    line-height: 45px;
}
.the-partnership-content p{
    font-size: 18px;
    line-height: 32px;
}
.the-partnership-content ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.the-partnership-content li{
    padding-left: 37px;
    font-family: "Barlow", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: normal;
    color: #0C233F;
    margin-bottom: 16px;
    position: relative;
}
.the-partnership-content li:last-child{
    margin-bottom: 0;
}
.the-partnership-content li::after{
    position: absolute;
    content: url("../images/the-roster-icon.svg");
    left: 0;
    top: 0;
}
/*================ our-process ================*/
.our-process-intro-sec{
    margin-top: 95px;
    margin-bottom: 100px;
}
.our-process-intro-heading{
    max-width: 940px;
    width: 100%;
    margin: 0px auto 65px;
}
.our-process-intro-sec .our-process-wrapper{
    max-width: 940px;
    width: 100%;
    margin: 0px auto;
}
.our-process-intro-heading p{
    font-size: 18px;
    line-height: 31px;
}
.each-our-process-intro{
    border-left: 3px solid #0C233F;
    background-color: #F7F8FA;
    padding: 43px 0 38px 90px;
    margin-bottom: 34px;
}
.our-process-intro-icon{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    left: -30px;
    border-radius: 30px;
    box-shadow: 0 0 0 6px #FFF;
    background: #0C233F;
}
.each-our-process-intro h3{
    font-weight: 700;
    color: #0C233F;
}
.each-our-process-intro h3 strong{
    padding: 1px 11px 3px 10px;
    background-color: #0C233F;
    color: #fff;
}
.each-our-process-intro ul{
    column-count: 2;
    margin: 0;
    padding: 0;
    list-style: none;
}
.each-our-process-intro li{
    padding-left: 37px;
    font-family: "Barlow", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: normal;
    color: #0C233F;
    margin-bottom: 16px;
    position: relative;
}
.each-our-process-intro li:last-child{
    margin-bottom: 0;
}
.each-our-process-intro li::after{
    position: absolute;
    content: url("../images/the-roster-icon.svg");
    left: 0;
    top: 0;
}
.each-our-process-intro:nth-child(2){
    border-color: #DCA327;
}
.each-our-process-intro:nth-child(2) h3{
    color: #DCA327;
}
.each-our-process-intro:nth-child(2) .our-process-intro-icon,
.each-our-process-intro:nth-child(2) h3 strong{
    background-color: #DCA327;
}
.each-our-process-intro:nth-child(3){
    border-color: #559F3E;
}
.each-our-process-intro:nth-child(3) h3{
    color: #559F3E;
}
.each-our-process-intro:nth-child(3) .our-process-intro-icon,
.each-our-process-intro:nth-child(3) h3 strong{
    background-color: #559F3E;
}
.partnership-work-sec{
    padding: 100px 0;
    border-top: 1px solid #EDF0F3;
    background: #F7F8FA;
}
.partnership-work-heading{
    max-width: 694px;
    width: 100%;
    margin: 0px auto 64px;
}
.partnership-work-heading h2{
    margin-bottom: 12px;
}
.partnership-work-heading p{
    font-size: 18px;
    line-height: 31px;
}
.each-partnership-work h4{
    color: #EFBD45;
    font-family: "barlow-condensed",sans-serif;
    font-size: 22px;
    font-weight: 700;
    line-height: normal;
    width: 52px;
    height: 52px;
    border-radius: 26px;
    background: #0C233F;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 14px;
}
.each-partnership-work h3{
    color: #0C233F;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 0.6px;
    margin-bottom: 17px;
}
.each-partnership-work {
    padding-left: 30px;
    height: 100%;
}
.partnership-work-wrapper .row > div{
    border-left: 1px solid #E2E6EA;
}
.each-partnership-work p:last-child{
    margin-bottom: 0;
}
.after-onboarding-sec .row{
    flex-direction: row-reverse;
}
.after-onboarding-sec .the-partnership-content ul {
    column-count: 2;
    column-gap: 10px;
}
.after-onboarding-sec .the-partnership-content li{
    color: #0C233F;
    font-size: 17px;
    line-height: 24px; 
}
.review-slider-sec{
    padding: 80px 0 89px;
    background-color: #F7F8FA;
}
.review-slider-wrapper{
    max-width: 949px;
    width: 100%;
    margin: 0px auto;
    padding: 0px 37px;
    position: relative;
}
.review-slider-wrapper::after{
    position: absolute;
    content: url("../images/right-sami.svg");
    right: 0;
    top: 68px;
}
.review-slider-wrapper::before{
    position: absolute;
    content: url("../images/left-sami.svg");
    left: 0;
    top: 68px;
}
.each-review p{
    color: #0C233F;
    font-size: 27px;
    font-style: italic;
    font-weight: 400;
    line-height: 40.5px; 
    margin-bottom: 35px;
}
.review-slider-wrapper h5{
    color: #0C233F;
    font-family: "barlow-condensed",sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    margin-bottom: 4px;
}
.review-slider-wrapper h6{
    color: #66AF4E;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
}
.review-slider-wrapper .swiper{
    margin-top: 20px;
}
/*=================== procedure ===================*/
.procedure-sec .after-onboarding-sec .row{
    flex-direction: initial;
}
.procedure-sec .after-onboarding-sec .the-partnership-content li {
    color: #0C233F;
    font-size: 15.5px;
    line-height: 24px;
}
.leverage-inject {
    border-top: 1px solid #EDF0F3;
    background: #F7F8FA;
    padding: 97px 0 56px;
}
.leverage-inject-heading{
    width: 100%;
    max-width: 850px;
    margin: 0px auto;
    margin-bottom: 40px;
}
.leverage-inject-heading h2{
    line-height: 50px;
}
.leverage-inject-heading h3{
    margin-bottom: 6px;
}
.leverage-inject-heading p{
    margin-bottom: 30px;
}
.leverage-inject-wrap {
    max-width: 900px;
    width: 100%;
    margin: 0px auto;
}
.each-leverage{
    display: flex;
    column-gap: 110px;
    padding-top: 39px;
    padding-bottom: 48px;
    border-top: 1px solid #E2E6EA;
}
.each-leverage h2{
    color: #EFBD45;
    font-size: 66px;
    font-weight: 700;
    line-height: 53px; 
}
.each-leverage h3{
    color: #0C233F;
    font-size: 24px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1px;
    margin-bottom: 10px;
}
.each-leverage p{
    line-height: 29px;
}
.each-leverage p:last-child{
    margin-bottom: 0;
}
.procedure-sec section:not(.after-onboarding-sec) .the-partnership-wrapper .row {
    flex-direction: row-reverse;
}
.quality-document-sec{
    background-color: #0C233F;
    padding: 83px 0;
    position: relative;
}
.quality-document-sec::after {
    background: linear-gradient(90deg, #EFBD45 0%, #66AF4E 50%, #EFBD45 100%);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 4px;
    content: "";
}
.quality-document-heading h2{
    color: #FFF;
}
.quality-document-wrapper{
    max-width: 1040px;
    width: 100%;
    margin: 0px auto;
}
.quality-document-heading{
    margin-bottom: 46px;
}
.each-quality-document{
    padding-left: 24px;
    border-left: 2px solid rgba(239, 189, 69, 0.40);
    height: 100%;
}
.each-quality-document h3{
    color: #EFBD45;
    font-size: 24px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1px;
    margin-bottom: 13px;
}
.each-quality-document p{
    color: rgba(255, 255, 255, 0.62);
    font-size: 16px;
    font-weight: 400;
    line-height: 26px; 
    margin-bottom: 0;
}
.quality-document-wrapper ul{
    margin: 48px 0 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    row-gap: 12px;
    column-gap: 12px;
}
.quality-document-wrapper li a{
    border: 1px solid rgba(239, 189, 69, 0.30);
    padding: 9px 19px;
    color: rgba(255, 255, 255, 0.70);
    font-family: "barlow-condensed",sans-serif;
    font-size: 13px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    display: inline-block;
}
.quality-document-wrapper li a:hover{
    color: #0C233F;
    background-color: #fff;
    border-color: #fff;
}
.simple-to-start-sec{
    padding-top: 101px;
    background-color: #F7F8FA;
    padding-bottom: 103px;
}
.simple-to-start-heading {
    max-width: 544px;
    width: 100%;
    margin: 0px auto 50px;
}
.simple-to-start-heading h2{
    color: #0C233F;
    font-size: 64px;
    line-height: 64px; 
    letter-spacing: 1px;
    margin-bottom: 17px;
}
.simple-to-start-heading h2 strong{
    color: #EFBD45;
}
.simple-to-start-heading h3{
    margin-bottom: 9px;
}
.simple-to-start-heading p{
    font-size: 16px;
    line-height: 30px; 
}
.simple-to-start-wrapper {
    max-width: 1186px;
    width: 100%;
    margin: 0px auto;
}
.simple-to-start-icon {
    margin: 0px auto 20px;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    box-shadow: 0 0 0 6px #FFF;
    background: #0C233F;
}
.each-simple-to-start{
    max-width: 333px;
    width: 100%;
    margin: 0px auto;
}
.each-simple-to-start h3{
    color: #EFBD45;
    margin-bottom: 9px;
}
.each-simple-to-start h2{
    color: #0C233F;
    font-size: 24px;
    line-height: normal;
    letter-spacing: 1px;
    margin-bottom: 13px;
}
.each-simple-to-start p:last-child{
    margin-bottom: 0;
}
.simple-to-start-wrapper .row > div:nth-child(2) .simple-to-start-icon{
    background-color: #DCA327;
}
.simple-to-start-wrapper .row > div:nth-child(3) .simple-to-start-icon{
    background-color: #559F3E;
}
.simple-to-start-wrap::before{
    position: absolute;
    content: "";
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(90deg, #EFBD45 0%, #66AF4E 100%);
    width: 69%;
    height: 2px;
    top: 30px;
}
.explore-more-sec{
    padding: 101px 0;
    border-top: 1px solid #EDF0F3;
    background-color: #F7F8FA;
}
.explore-more-heading{
    margin-bottom: 37px;
    column-gap: 20px;
}
.explore-more-wrapper .row{
    margin: 0px -10.5px;
    row-gap: 20px;
}
.explore-more-wrapper .row > div{
    padding: 0px 10.5px;
}
.each-explore-more {
    padding: 30px;
    border: 1px solid #E2E6EA;
    background: #FFF;
    height: 100%;
}
.each-explore-more h2 {
    font-size: 24px;
    line-height: 25.2px;
    letter-spacing: 0.6px;
    margin-bottom: 13px;
    margin-top: 20px;
}
.each-explore-more p {
    font-size: 16px;
    line-height: 25.6px;
    margin-bottom: 9px;
}
.each-explore-more .blog-overview-btn{
    color: #EFBD45;
    font-size: 16px;
    line-height: normal;
    letter-spacing: 1.5px;
	position:relative;
	padding-right:20px;
}
.each-explore-more .blog-overview-btn::after{
	content:"→";
	position:absolute;
	right:0;
	top:50%;
	transform:translatey(-50%);
}
.each-explore-more .blog-overview-btn:hover{
    color: #559F3E;
}
/*============ menu form design ============*/
.header-area{
	padding:0;
}
.menu-area > ul > li {
    position: relative;
}
.menu-area ul{
	margin: 0;
    padding: 0;
    list-style: none;
}
.menu-area > ul > li > ul.sub-menu {
    position: relative;
}
.menu-area > ul > li > ul.sub-menu {
    position: absolute;
    background: rgba(12, 35, 63, 0.95);
    min-width: 313px;
    padding: 30px;
    top: 100%;
	border-top: 1px solid rgba(239, 189, 69, 0.20);
	left: -50px;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
	opacity:0;
	pointer-events:none;
}
.menu-area > ul > li:hover > ul.sub-menu{
	opacity:1;
	pointer-events:all;
}
.menu-area > ul > li > a{
	padding: 40px 0;
    display: inline-block;
}
.menu-area > ul > li > ul.sub-menu > li > a {
    color: #FFF;
    font-family: "barlow-condensed", sans-serif;
    font-size: 18px;
    letter-spacing: 1.5px;
    line-height: 22px;
    display: inline-block;
    margin-bottom: 10px;
    padding-bottom: 10px;
	position:relative;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.menu-area > ul > li > ul.sub-menu > li > a::after{
	bottom:0;
	left:0;
	width:30px;
	content:"";
	height:1px;
	background-color:#66AF4E;
	position:absolute;
}
.menu-area > ul > li > ul.sub-menu > li > ul.sub-menu > li > a {
    color: rgba(255, 255, 255, 0.75);
    font-size: 16px;
    line-height: 24px;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.menu-area > ul > li > ul.sub-menu > li > ul.sub-menu > li > a:hover,
.menu-area > ul > li > ul.sub-menu > li > a:hover{
	color:#EFBD45;
}
.header-button a.common-button {
    padding: 10px 25px 10px 30px;
}
.mobile-menu-icon img {
    opacity: 0;
}
body #rmp_menu_trigger-851 .rmp-trigger-box{
	width:37px;
}
body #rmp-container-851 {
    padding: 80px 20px 0;
}
.header-area.actve {
    z-index: 99999;
}
body #rmp-menu-851 > .rmp-menu-item{
	border-bottom:1px solid #66AF4E;
	padding: 7px 0 4px;
}
body #rmp-menu-851 > .rmp-menu-item > ul {
    padding: 10px 0;
}
.home-contact-us-from-area {
    padding: 16px 44px 37px;
}
.home-contact-us-from-area p.gform_required_legend {
    display: none;
}
.home-contact-us-from-area .gform-theme--foundation .gform_fields {
    row-gap: 18px;
}
.home-contact-us-from-area label.gfield_label.gform-field-label {
    color: #0C233F;
    font-size: 11px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-family: "barlow-condensed", sans-serif;
    margin-bottom: 8px;
}
.home-contact-us-from-area span.gfield_required.gfield_required_asterisk{
	color: #EFBD45;
}
.home-contact-us-from-area .gform-theme--foundation .gfield textarea.large,
.home-contact-us-from-area .gform-theme--foundation .gfield input.large, 
.home-contact-us-from-area .gform-theme--foundation .gfield select.large {
    background: rgba(255, 255, 255, 0.00);
    border: none;
    border-radius: 0;
    padding: 14px 16px;
    height: auto;
    color: #9AA3AD;
    font-size: 15px;
    font-weight: 400;
    line-height: normal;
    font-family: "Barlow", sans-serif;
	resize:none;
	border:1px solid #DDE0E3;
	box-shadow:none;
}
.home-contact-us-from-area .gform-theme--foundation .gfield textarea.large:placeholder,
.home-contact-us-from-area .gform-theme--foundation .gfield input.large:placeholder{
	color: #9AA3AD;
	box-shadow:none;
}
.home-contact-us-from-area .gform-theme--foundation .gfield textarea.large:focus,
.home-contact-us-from-area .gform-theme--foundation .gfield input.large:focus, 
.home-contact-us-from-area .gform-theme--foundation .gfield select.large:focus{
	outline:none;
	box-shadow:none;
}
.home-contact-us-from-area .gform-theme--foundation .gfield textarea.large {
    min-block-size: 1rem;
    height: 84px;
}
.home-contact-us-from-area .gform_button.button{
    background-color: #EFBD45 !important;
    width: 100% !important;
    border-radius: 0 !important;
    color: #0C233F !important;
    text-align: center !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    line-height: normal !important;
    letter-spacing: 2.5px !important;
    text-transform: uppercase !important;
    font-family: "barlow-condensed", sans-serif !important;
    padding: 15px !important;
	transition:all 0.5s !important;
	-webkit-transition:all 0.5s !important;
}
.home-contact-us-from-area .gform_button.button:hover{
	background-color:#66AF4E !important;
}
.home-contact-us-from-area .gform-footer{
	position:relative;
}
.home-contact-us-from-area .gform-footer::before{
	position:absolute;
	right:20%;
	content:"→";
	top:50%;
	transform:translatey(-50%);
	pointer-events:none;
	color: #0C233F !important;
}
.home-contact-us-from-area p {
    color: #8A9BB0;
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    max-width: 340px;
    width: 100%;
    margin: 18px auto 0;
}
/* home page correction */
.banner-bg-logo{
	position:absolute;
	left:0;
	bottom:23px;
	pointer-events:none;
	z-index:1;
}
.banner-content-text p{
	padding-left:21px;
	border-left: 3px solid #66AF4E;
	color:#FFFFFFB8;
	margin-bottom:31px;
}
.banner-area::before {
    content: "";
    background: linear-gradient(90deg, #EFBD45 0%, #66AF4E 50%, #EFBD45 100%);
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0px;
    height: 4px;
	z-index:1;
}
.banner-video-area video{
	display:block;
}
.home-intro-wrapper .common-button.blue-button{
	min-width:249px;
}
.home-intro-each-area .row{
	row-gap:2px;
	justify-content:space-between;
}
.home-intro-each-area .row > div {
    max-width: calc(33.33% - 1px);
}
.partnership-area,
.we-serve-area,
.problem-area{
	overflow-x:clip;
}
.our-peocess-wrap-right-area {
    position: relative;
}
.our-peocess-wrap-right-area::after {
    width: 2px;
    content: "";
    background: linear-gradient(90deg, #EFBD45 0%, #66AF4E 100%);
    position: absolute;
    left: 30px;
    height: 70%;
    top: 9%;
    z-index: -1;
}
.our-process-list-each-content p:last-child,
.our-process-list-each:last-child{
	margin-bottom:0;
}
.access-wrapper{
	position:relative;
}
.access-wrapper::after{
	width: 6px;
    content: "";
    background: linear-gradient(180deg, #EFBD45 0%, #66AF4E 100%);
    position: absolute;
    left: 0px;
    height: 100%;
    top: 0;
}
.partnership-area-bg{
	top:50%;
	transform:translatey(-50%);
	left:25%;
	position:absolute;
	pointer-events:none;
}
.footer-area{
	position:relative;
}
.footer-area::after{
	content: "";
    background: linear-gradient(90deg, #EFBD45 0%, #66AF4E 50%, #EFBD45 100%);
    width: 100%;
    position: absolute;
    left: 0;
    top: 0px;
    height: 4px;
}
.footer-area .container {
    max-width: 1310px;
}
.footer-wrapper-left {
    max-width: 389px;
    width: 100%;
}
.footer-logo {
    margin-bottom: 20px;
}
.footer-wrapper-left p {
    color: rgba(255, 255, 255, 0.45);
    margin-bottom: 30px;
}
.footer-wrapper-right {
    padding-left: 32px;
}
.footer-nav{
	padding-left:17px;
}
.footer-wrapper {
    padding-bottom: 52px;
}
.footer-wrap-list ul li a:hover{
	background-color:#EFBD45;
	color:#fff;
}
.fof.error-page-area {
    min-height: 70vh;
    display: flex;
    align-items: center;
}