@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@200;300;400;500;600;700;800;900&display=swap');

/* ***** Common Css **** */
:root {
    scroll-behavior: initial;
}

* {
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;
}
a:hover,
a:focus,
a:active {
    text-decoration: none;
}
ol,
ul {
    margin: 0;
    padding: 0;
}
img {
    display: block;
}
a {
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
    text-decoration: none;
}

body {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    background: #0F3740;
    text-decoration: none;
}

.main-wrpper {
    height: 100%;
    width: 100%;
    overflow: hidden;
}

/* **** Home Page ***** */
.hero-banner{
    padding: 280px 0 60px;
    position: relative;
    background: url('../images/banner-back.png') 0 0 no-repeat;
    background-size: cover;
}
.banner-box{
    background: #007292;
    border-radius: 50px;
    padding: 45px;
}
.banner-mono{
    display: flex;
    align-items: center;
    padding: 0 0 25px;
    margin: 0 0 25px;
    border-bottom: 2px solid #fff;
}
.banner-mono h5{
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    line-height: 24px;
    margin: 0;
    padding:  0 0 0 5px;
    text-transform: uppercase;
}
.banner-box p{
    font-size: 15px;
    font-weight: normal;
    color: #fff;
    min-height: 80px;
    line-height: 24px;
    margin: 0 0 30px;
}
.btn-main{
    padding: 10px 35px;
    border-radius: 30px;
    background: #A9FF3F;
    box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.50);
    font-size: 15px;
    font-weight: bold;
    color: #11424D;
    text-transform: uppercase;
    display: table;
}
.btn-main:hover{
    background: #fff;
    color: #11424D;
}

.our-planning-wrp{
    padding: 80px 0;
}
.planning-tabs-box h2{
    font-size: 36px;
    font-weight: normal;
    color: #fff;
    margin: 0 0 45px;
}
.planning-tabs-box{
    padding: 0 30px 0 0;
}
.planning-tabs-box .nav-tabs{
    flex-flow: column;
    border: none;
}
.planning-tabs-box .nav-tabs li{
    margin: 0;
}
.planning-tabs-box .nav-tabs li:last-child{
    margin: 0;
}
.planning-tabs-box .nav-tabs li a{
    font-size: 22px;
    font-weight: 500;
    color: #fff;
    padding: 20px 30px 20px 55px;
    position: relative;
    border: none;
    border-radius:50px; 
    transition: .4s linear;
    -webkit-transition: .4s linear;   
}
.planning-tabs-box .nav-tabs li a:before{
    position: absolute;
    content: '';
    width: 12px;
    height: 12px;
    background: #A9FF3F;
    border-radius: 50%;
    top: 30px;
    left: 25px;
    transform: scale(0);
    -webkit-transform: scale(0);
    transition: .4s linear;
    -webkit-transition: .4s linear;

}
.planning-tabs-box .nav-tabs .nav-item.show .nav-link, .planning-tabs-box .nav-tabs .nav-link.active{
    background: #11424D;
    color: #fff;
}
.planning-tabs-box .nav-tabs .nav-item.show .nav-link:before, .planning-tabs-box .nav-tabs .nav-link.active:before{
    transform: scale(1);
    -webkit-transform: scale(1);
}

.our-planning-wrp .tab-content{
    padding: 45px;
    border-radius: 30px;
    background: #11424D;
}
.planning-inner-box h1{
    font-size: 36px;
    font-weight: normal;
    color: #fff;
    margin: 0 0 25px;
}
.planning-inner-box p{
    font-size: 16px;
    font-weight: normal;
    color: #fff;
    line-height: 24px;
    margin: 0 0 40px;
}
.planning-imgbx img{
    width: 100%;
    border-radius: 15px;
}


.companies-wrp{
    position: relative;
    padding: 80px 0;
    background: #11424D;
    overflow: hidden;
}
.companies-wrp h2{
    font-size: 36px;
    font-weight: normal;
    color: #fff;
    text-align: center;
    margin: 0 auto 45px;
    max-width: 750px;
}
.companies-slider .slick-slide {
    margin: 0 15px;
}
.companies-slider .slick-list {
    margin: 0 -15px;
}
.companies-bx{
    height: 80px;
    display: flex !important;
    align-items: center;
    justify-content: center;
}
.companies-bx img{
    opacity: 0.50;
    max-width: 100%;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}
.companies-bx:hover img{
    opacity: 1;
}

.testimonial-wrp{
    padding: 80px 0;
    position: relative;
    background: #0F3740;
}
.review-row{
    display: flex;
    flex-direction: column;
    gap: 50px;
    overflow: hidden;
}

.testimonial-slider .slick-list {
    margin: 0 -10px;
    padding: 0 0 10px;
    width: calc(100% - 100px);
    margin: 0 auto;
}
.testimonial-slider .slick-track {
    display: flex;
}
.testimonial-slider .testimonial-block{
    height: auto;
}

.testimonial-headings{
    display: flex;
    flex-direction: column;
    gap: 20px;
    text-align: center;
    max-width: 100%;
    margin: 0 auto;
}
.testimonial-headings h2{
    font-size: 36px;
    font-weight: 600;
    color: #FFFFFF;
    margin: 0;
    text-align: left;
}
.testimonial-headings p{
    font-size: 21px;
    font-weight: 500;
    line-height: 1.5;
    color: #FFFFFF;
    margin: 0;
    text-align: left;
}
.review-row.right-al .testimonial-headings h2, .review-row.right-al .testimonial-headings p {text-align: right;}
.review-row.center-al .testimonial-headings h2, .review-row.center-al .testimonial-headings p {text-align: center;}

.testimonial-block{
    padding: 25px;
    position: relative;
    border-radius: 30px;
    background: #11424D;
    margin: 0 10px;
}

.testimonial-row{
    display: flex;
}
.test-img{
    min-width: 200px;
}

.test-data h3{
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    margin: 0 0 15px;
}
.test-data p{
    font-size: 18px;
    font-weight: normal;
    color: #fff;
    line-height: 28px;
    margin: 0 0 15px;
}
.rait-rw,
.raitingbx{
    display: flex;
    align-items: center;
}
.raitingbx i{
    color: #FFC947;
    margin-right: 5px;
    font-size: 18px;
}
.rait-rw span{
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    font-style: italic;
    margin-left: 10px;
}
.testimonial-slider {
    padding: 0;
}
.testimonial-slider .slick-prev,
.testimonial-slider .slick-next {
    position: absolute;
    background-color: transparent;
    border: none;
    box-shadow: none;
    outline: none;
    z-index: 9;
    font-size: 0;
    top: 50%;
    transform: translateY(-50%);
    background-image: url('../images/left.svg');
    width: 40px;
    height: 40px;
    background-size: cover;
}
.testimonial-slider .slick-next {
    left: auto;
    right: 0px;
    background-image: url('../images/right.svg');
}
/*.testimonial-slider .slick-prev:before,
.testimonial-slider .slick-next:before {
    /* position: absolute; *//*
    content:"\f104";
    height: 48px;
    width: 48px;
    border-radius: 100%;
    background-color: transparent;
    color: #fff;
    font-size: 20px;
    border: 1px solid #fff;
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: center;
    /* top: 50%;
    left: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%); *//*
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.testimonial-slider .slick-next:before {
    left: auto;
    right: 0;
    content:"\f105";
}*/
.testimonial-slider .slick-prev:hover:before,
.testimonial-slider .slick-next:hover:before {
    background-color: #A9FF3F;
    color: #000;
    filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, 0.50));
}
.testimonial-row .rait-rw {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
}


span.testimonail-author {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    gap: 20px;
    align-items: center;
    margin: 0;
}

span.testimonail-author .testimonail-author-image {
    width: 40px;
    height: 40px;
    border-radius: 30px;
    margin: 0;
}
.services-wrp{
    padding: 40px 0;
    position: relative;
    background: #11424D;
}
.service-row{
    padding: 40px 0;
}
.service-row .row{
    align-items: center;
}
.service-data h3{
    font-size: 36px;
    font-weight: normal;
    color: #fff;
    margin: 0 0 20px;
}
.service-data p{
    font-size: 16px;
    font-weight: normal;
    color: #fff;
    line-height: 26px;
    margin: 0 0 45px;
}
.service-data .btn-main{
    background: #fff;
}
.service-data .btn-main:hover{
    background:#A9FF3F;
}
.service-img img{
    max-width: 100%;
}

.resources-wrp{
    padding: 80px 0;
    background: #0F3740;
}
.titlebar h2{
    font-size: 36px;
    font-weight: normal;
    color: #fff;
    text-align: center;
    margin: 0 auto 15px;
}
.titlebar p{
    font-size: 16px;
    font-weight: normal;
    color: #fff;
    text-align: center;
    line-height: 26px;
    margin: 0 auto 45px;
}
.resources-box{
    padding: 30px;
    background: #006971;
    border-radius: 25px;
}
.resources-box img{
    margin: 0 0 30px;
}
.resources-box p{
    font-size: 16px;
    font-weight: normal;
    color: #fff;
    line-height: 26px;
    min-height:90px;
    margin: 0 0 15px;
}
.resources-rw{
    display: flex;
    align-items: center;
}
.resources-rw h3{
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    margin: 0;
}
.resources-rw a{
    margin-left: auto;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    line-height: 45px;
    text-align: center;
    background: #A9FF3F;
    font-size: 18px;
    color: #000;
    filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, 0.50));
}
.resources-rw a:hover{
    background: #fff;
}
.planning-inner-box h3{
	margin-bottom: 15px;
}





/* Home hero with video */

.hero-video{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    padding: 170px 0 100px;
    z-index: 9;
}
.hero-video::after{
    background: linear-gradient(90deg,rgba(0, 67, 78, 1) 30%, rgba(255, 255, 255, 0.00) 100%);
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    height: 100%;
    width: 100%;
    z-index: -9;
}
video#video-bg {
    position: absolute;
    bottom: 0;
    left: auto;
    right: 0;
    height: calc(100% + 1px);
    width: calc(100% - 30%);
    object-fit: cover;
    object-position: bottom right;
    z-index: -9;
}
.hero-video-row {
    max-width: 740px;
}
.hero-video-row h1 {
    font-size: 50px;
    font-weight: 600;
    line-height: 1;
    color: #FFFFFF;
    margin: 0 0 20px;
}
.hero-video-row p {
    font-size: 24px;
    font-weight: 500;
    line-height: 30px;
    color: #FFFFFF;
    margin: 0;
}
.hero-video-row ul{
    display: flex;
    align-items: center;
    justify-content: start;
    flex-wrap: wrap;
    gap: 10px;
    margin: 30px 0 0;
    padding: 0;
}
.hero-video-row ul li{
    list-style: none;
}
.hero-video-row ul li .learn-btn{
    background-color: #FFFFFF;
}
.hero-video-row ul li .learn-btn:hover{
    background-color: #A9FF3F;
}
.hero-video-row ul li .btn-main{
    text-transform: unset;
}


.planing{
    background-color: #00434E;
    padding: 50px 0;
}
.planing-row{
    overflow: hidden;
}
.planing-row-inner{
    display: flex;
    margin: 0 -25px;
}
.planing-box{
    border-right: 2px solid #046685;
    padding: 25px;
    width: 33.33%;
}
.planing-box:last-child{
    border: none;
}
.planing-box-inner{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 20px;
    height: 100%;
}
.planing-box-inner img {
    width: auto;
    height: auto;
    display: inline-block;
    margin: 0 auto;
}
.planing-box-inner h3{
    font-size: 24px;
    font-weight: 600;
    line-height: 1.1;
    color: #FFFFFF;
    text-transform: unset;
    margin: 0;
}
.planing-box-inner p{
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    color: #FFFFFF;
    margin: 0;
}
.planing-box-inner .planing-btn{
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    color: #FFFFFF;
    margin: 0;
    max-width: max-content;
    width: 100%;
}
.planing-box-inner .planing-btn svg{
    width: 12px;
}


.industries{
    background-color: #005768;
    padding: 80px 0 160px;
}
.industries-row{
    display: flex;
    flex-direction: column;
    gap: 60px;
}
.industries-title {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.industries-title h2{
    font-size: 36px;
    font-weight: 600;
    color: #FFFFFF;
    margin: 0;
}
.industries-box-content {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 30px;
}
.industries-title p{
    font-size: 24px;
    font-weight: 400;
    line-height: 28px;
    color: #FFFFFF;
    margin: 0;
}
.industries-row.right-al .industries-title h2, .industries-row.right-al .industries-title p {text-align: right;}
.industries-row.center-al .industries-title h2, .industries-row.center-al .industries-title p {text-align: center;}
.industries-list{
    overflow: hidden;
}
.industries-list-inner{
    display: flex;
    margin: 0 -10px;
}
.industries-box{
    padding: 0 10px;
    width: 25%;
}
.industries-box-inner{
    background-image: url(/wp-content/uploads/scheduling-scenario.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 30px;
    height: 100%;
    padding: 40px 20px 20px;
    position: relative;
    z-index: 9;
}
.industries-box-inner::after{
    background-color: rgba(25,99,171, 0.9);
    border-radius: 12px;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    height: 100%;
    width: 100%;
    z-index: -9;
}
.industries-box-heading{
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin: 0;
}
.industries-box-heading h3{
    color: #FFFFFF;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.1;
    text-transform: unset;
}
.industries-line{
    background-color: #FFFFFF;
    height: 2px;
    width: 50px;
}
.industries-box-inner p{
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 600;
    line-height: 19px;
    margin: 0;
}
.industries-btn{
    background-color: #FFFFFF;
    border-radius: 6px;
    color: #1963AB;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    padding: 12px 20px;
    text-transform: uppercase;
    max-width: max-content;
    width: 100%;
}
