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

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    overflow-x: hidden;
    font-family: 'Poppins', sans-serif;
}

.f-light {
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
}

.f-regular {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
}

.f-medium {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
}

.f-semibold {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}

.f-bold {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
}

body a:hover {
    text-decoration: none;
    color: #fff;
}

body li {
    list-style: none;
}

.f-light {

    font-weight: 300;
}

.f-regular {

    font-weight: 400;
}

.f-medium {

    font-weight: 500;
}

.f-semibold {

    font-weight: 600;
}

.f-bold {

    font-weight: 700;
}

.f-Extrabold {

    font-weight: 800;
}

.f-black {

    font-weight: 900;
}

a {
    text-decoration: none;
}

button:focus {
    outline: 0;
    box-shadow: none;
}

header {
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    right: 0;
    z-index: 5;
    height: 90px;
    padding: 0px 0 0px;
    ;
    transition: all 0.3s ease-in-out;
    background: #fff;
    box-shadow: 0px 0px 10px #2f2e2e82;
}

/*header.shrink{
  animation: 0.3s 0.3s fadeInDown both;
  background: #fff;
  box-shadow: 0px 2px 10px #00000059;
}*/
.heads-up {
    transform: translateY(-6rem);
    transform: translate3d(0, -6rem, 0);
}

header.shrink .navbar-expand-md .navbar-nav .nav-item:nth-child(11) .nav-link {
    color: #fff;
}

header .container {
    position: relative;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
}

header .header {
    display: block;
    left: 0;
    right: 0;
    margin: 0 auto;
    transition: all 0.3s ease-in-out;
    opacity: 1;
    z-index: 1;
    position: relative;
}

header .header-white {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    opacity: 0;
    transition: all 0.3s ease-in-out;
}

header .mobile-navbar {
    position: relative;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;

}

.navbar-expand-md {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0px 0 8px;
}

.navbar-expand-md .navbar-nav .nav-link {
    font-size: 15px;
    color: #000;
    padding: 0;
    margin-right: 26px;
    transition: all 0.3s ease-in-out;
    position: relative;
    padding-top: 12px;
    font-weight: 500;
}

.navbar-expand-md .navbar-nav .nav-link i {
    color: #000;
    font-size: 23px;
}

.home-page .navbar-expand-md .navbar-nav .nav-link {
    color: #3B4D57;
}

.home-page .navbar-expand-md .navbar-nav .nav-link span {
    font-size: 27px;
}

.navbar-brand img {
    width: 90%;
}

.top-head li a {
    padding: 0px 10px;
    color: #000;
    font-size: 13px;
    /* margin-top: -25px; */
    border-right: 1px solid #ccc;
}

.navbar-brand {
    position: absolute;
    top: -40%;
    left: 0;
    padding: 0;
}

.top-head li:last-child a {
    border-right: 0px;
}

.foot-top .common-btn {
    background: #000;
    color: #fff;
    z-index: 1;
}

.main-footer .footer-wrapp {
    display: flex;
    width: 100%;
    position: relative;
    z-index: 1;
    margin-top: 36px;
}

footer {
    position: relative;
}

.main-footer {
    background: #1E2C36;
    position: relative;
    background-size: cover;
    background-position: center;
    padding: 30px 0px;
}

.main-footer .form-group {
    display: flex;
    position: relative;
    margin-bottom: 20px;
}

.column:nth-child(5) .form-group .fa {
    margin-right: 0px !important;
}

.btm-strip {
    background: #364953;
}

.main-footer .form-group .form-control {
    border: 1px solid #807F7F;
    background: transparent;
    color: #fff;
    border-radius: 0px;
}

.main-footer button {
    position: absolute;
    right: 2px;
    height: 90%;
    background: #ffffff29;
    padding: 6px 10px;
    border: 0px;
    color: #fff;
    top: 2px;
}

.address-wrapper {
    display: flex;
    align-items: baseline;
}

.btm-strip p {
    color: #DBDDDE;
    font-size: 13px;
    font-weight: 400;
}

a.top-arrow {
    background: #5A6162;
    position: fixed;
    right: 20px;
    width: 56px;
    height: 56px;
    display: none;
    align-items: center;
    justify-content: center;
    bottom: 60px;
    transform: rotate(270deg);
    align-items: center;
    justify-content: center;
}

.top-arrow span {
    position: absolute;
    left: 20px;
    top: 20px;
}

.column:nth-child(1) {
    width: 19%;
    margin-right: 40px;
}

.column:nth-child(1) p {
    color: #D2D4D5;
    margin-top: 20px;
    font-size: 13px;
    line-height: 22px;
    width: 89%;
    font-weight: 100;
    margin-bottom: 0;
}

.social-box {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 15px;
}

.social-box a {
    width: auto !important;
    margin-bottom: 0px !important;
}


.social-box .twitter,
.social-box .insta,
.social-box .facebook,
.social-box .linkedin {
    color: #fff;
    font-size: 29px;
    margin-right: 23px;
}

.footer-logo {
    background: #fff;
    padding: 10px 20px;
    box-shadow: 0px 0px 93px #00000029;
    border-radius: 6px;
    margin-top: -26%;
}

.column:nth-child(2) {
    width: 22%;
    position: relative;
}

.column h4 {
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.column:nth-child(3) {
    width: 28%;
}

.column:nth-child(4) {
    width: 30%;
}

.column:nth-child(5) {
    width: 25%;
}

.column:nth-child(5) p {
    font-size: 14px;
    /* font-weight: 400; */
    line-height: 20px;
    margin: 0px 0px;
    color: #ADB4B9;
    margin-bottom: 15px;
}

.column a {
    display: block;
    padding-bottom: 13px;
    line-height: 17px;
    color: #ADB4B9;
    font-size: 13px;
    font-weight: 300;
    width: fit-content;
}

.footerlogo {
    width: 55%;
    margin-bottom: 20px;
    float: right;
}

.column:last-child a {
    font-size: 13px;
    /* text-align: right; */
}

.column p {
    color: #FFFFFF;
    width: 100%;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    margin-bottom: 20px;
}

footer a,
footer p {
    color: #a8a4a4;
    font-size: 16px;
}

footer p {
    margin-bottom: 0;
}

.common-btn {
    width: fit-content;
    height: auto;
    padding: 12px 20px;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 13px;
    transition: all 0.3s ease-in-out;
    position: relative;
    transform: perspective(1px) translateZ(0);
    transition-duration: 0.3s;
    overflow: hidden;
    outline: none;
    cursor: pointer;
    border: 1px solid #FFFFFF;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
}

.common-btn:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #2c2d79;
    transform: scaleX(0);
    transform-origin: 0 50%;
    transition: all 0.3s ease-in-out;
    color: #fff;
}

.common-btn:hover {
    color: #fff !important;
    border: 0px !important;
}

.common-btn:hover:before {
    transform: scaleX(1);
}

.common-btn span {
    padding-left: 5px;
    font-size: 10px;
}

.footer-contact a {
    padding-bottom: 0px !important;
}

.footer-contact span {
    padding-right: 5px;
    color: #5EC434;
}

.btm-strip {
    background: #1e2c36;
    padding: 16px 15px 16px 15px;
    position: relative;
}

.btm-strip .container {
    border-top: 1px solid #ADB4B9;
    padding-top: 15px;
}

.btm-strip a {
    font-size: 13px;
    color: #DBDDDE;
}

.main-footer .form-group .form-control::placeholder {
    color: #ADB4B9;
}

.btm-strip {
    color: #fff;
}

.top-head {
    padding-bottom: 0px;
    position: relative;
}

.top-head ul {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    margin-bottom: 0px;
}

.top-head li {
    background: #cccccc45;
    padding: 7px 0px;
}

/**/
.top-head li:last-child {
    background: #373880;
}

.top-head li:last-child a {
    color: #fff;
}

.slider-section {
    position: relative;
    margin-top: 90px;
}

.slider-section .item {
    position: relative;
}

.slider-section .item:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0px;
    background: linear-gradient(to left, rgb(255 255 255 / 0%)22%, rgb(0 0 0 / 40%)60%);
    z-index: 2;
    left: 0px;
}

.caption-left h2 {
    font-size: 19px;
    text-align: center;
    margin-bottom: 0;
    color: #fff;
}

.caption-left h3 {
    font-size: 65px;
    text-align: left;
    color: #fff;
}

.caption-left .common-btn {
    /* margin: 25px auto; */
    background-color: #FFFFFF;
    border: 0px;
    color: #000;
}

.subheading {
    color: #212529;
    font-size: 30px;
    font-weight: 700;
}

.heading {
    font-size: 41px;
}

.services .heading {
    display: flex;
    line-height: 30px;
}

.headings .common-btn {
    color: #0f8745;
}

.breadcum {
    position: relative;
}

.breadcum .parallax-container {
    position: relative;
    overflow: hidden;
}

.breadcum .parallax-parent {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.breadcum .parallax-content {
    position: absolute;
    left: 50%;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.breadcum_container {
    position: absolute;
    bottom: 0%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    margin: 0 auto;
    display: flex;
    align-items: center;
}

.caption-heading {
    position: absolute;
    width: 100%;
    top: -249px;
    color: #fff;
    left: 10px;
}

.breadcum h1 {
    font-size: 50px;
    margin-bottom: 0;
    position: relative;
    line-height: 1.1;
    text-transform: uppercase;
}

.slider-section .caption-left p {
    color: #fff;
}

.caption-left h3 {
    font-size: 50px;

}

.counter-wrapper {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
    position: relative;
}

.counter-single {
    /* display: flex;*/
    width: 25%;
}

.counter-wrapper .counter-single:last-child {
    border-right: 0px;
}

.counter-single {
    display: flex;
    width: 19.5%;
    border-right: 1px solid #cccccc40;
    margin: 0px 2px;
    background: #2C2D79;
    color: #fff;
    padding: 25px 13px;
    position: relative;
    transition: all 0.5s ease-in-out;
}

.counter-single:hover {
    background-color: #0f8745;
}

.counter-single:before {
    position: absolute;
    content: "";
    width: 15px;
    height: 15px;
    background: #fff;
    border-radius: 40px;
    top: 45%;
    z-index: 1;
    left: 98%;
}

.counter-single h4 {
    margin-bottom: 0px;
}

.counter-single:last-child:before {
    display: none;
}


.navbar-expand-md .navbar-nav .nav-link.active::before,
.navbar-expand-md .navbar-nav .nav-link:hover:before {
    width: 100%;
}

.navbar-expand-md .navbar-nav .nav-link::before {
    position: absolute;
    content: "";
    background: #2c2d79;
    height: 3px;
    width: 0%;
    bottom: -17px;
    left: 0;
    transition: all 0.3s ease-in-out;
}

.social-links {
    display: flex;
    margin-top: 20px;
}

.social-links a {
    font-size: 22px;
    padding-right: 20px;
}

.column:nth-child(2) .fa {
    font-size: 23px;
    padding-right: 10px;
    margin-top: 5px;
}

.column h4 {
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 15px;
    padding-bottom: 0px;
}

.footer-single .form-group {
    display: flex;
    position: relative;
}

.fotter-wrap {
    display: flex;
    padding: 25px 0px;
    align-items: center;
}

.footer-single {
    width: 50%;
}

.footer-single button span {
    font-size: 11px;
}

.footer-single button {
    background: #fff;
    border: 0px;
    width: 50%;
    padding: 10px 15px;
    color: #2A3573;
    border-radius: 30px;
    box-shadow: 0px 19px 43px #00000022;
    border-radius: 25px;
    font-size: 14px;
    margin-left: 15px;
    font-weight: 600;
}

.footer-single .form-control {
    background: #15435f0f;
    border: 0px;
    height: 60px;
    padding: 20px 30px;
    border-radius: 26px;
}

.footer-single h3 {
    font-size: 33px;
    color: #2A3573;
}

.fotter-wrap {
    display: flex;
    padding: 25px 30px;
}

.top-footer.container {
    background: url(../images/footer-topbg.png);
    position: relative;
    top: 20px;
    z-index: 1;
    padding: 20px;
    border-radius: 30px;
}

.form-control::placeholder {
    color: #000;
}

.mail-img {
    position: absolute;
    right: 40%;
    top: 35%;
}

.footer-single .form-control {
    position: relative;
}

.column:nth-child(1) img {
    width: 60%;
}

/**/

.navbar-expand-md .navbar-nav .nav-item:last-child a .fa {
    color: #fff;
    margin: 0px 6px;
    font-size: 20px;
    margin-top: 10px;
}

header.animated.shrink {
    background: #fff;
}

div#sync1 {
    position: unset;
}

.caption-box {
    position: absolute;
    top: 22%;
    z-index: 2;
    left: 7%;
    color: #fff;
}

#sync2 {
    position: absolute;
    left: 6%;
    bottom: 7%;
    width: 60%;
    margin: 0 auto;
    display: block;
    cursor: pointer;
}

.slider-section #sync2 .item {
    position: relative;
    margin: 0px 10px;
}

.slider-section #sync2 .item:before {
    display: none;
}

#sync2 .item-text {
    background-color: #fff;
    padding: 20px 10px;
}

#sync2 .item-text span {
    color: #ccc;
    font-size: 20px;
}

.caption-box h2 {
    font-size: 55px;
    color: #fff;
}

div#sync1 p {
    color: #fff;
}

.slider-section #sync2 .item span.icon-right-arrow11 {
    position: absolute;
    background: #0F8745;
    color: #fff;
    border-radius: 20px;
    font-size: 8px;
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 10%;
    top: 35%;
}

.navbar-expand-md .navbar-nav .nav-item:last-child .nav-link {
    margin-right: 0px;
}

.about .about-content:before {
    background: #F4F4F4;
    content: "";
    position: absolute;
    width: 125%;
    left: 0px;
    height: 122%;
    top: 39px;
    z-index: -1;
}

.about {
    padding: 120px 0px 35px;
    position: relative;
}

.about-img img {
    width: 100%;
    margin-top: 0px;
    /* float: right; */
    position: relative;
}

.about-content h1 span {
    display: block;
    font-size: 30px;
}

.about-content h1 {
    font-size: 50px;
}

.about .common-btn {
    background: #0F8745;
}

.about-content {
    padding: 0px 65px 50px 100px;
    position: relative;
    position: relative;
    top: -75px;
}

.services .heading {
    display: flex;
}

.headings {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 20px;
}

.headings p {
    width: 38%;
}

.heading {
    font-size: 42px;
}

.features-single img {
    width: 30%;
    margin-bottom: 15px;
}

.tab-section {
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

.services .cus-nav li img {
    display: block;
    margin: 0 auto;
    margin-bottom: 10px;
}

.services .tab-section .tab-div {
    width: 15.5%;
    text-align: center;
    border: 0px;
    margin: 0px 6px;
    margin-bottom: 20px;
    cursor: pointer;
    position: relative;

}

.services .tab-section .tab-div img {
    display: block;
    margin: 0 auto;
    width: 55px;
    height: 50px;
}

.about-icons {
    position: absolute;
    width: 44%;
    right: -22%;
    z-index: -1;
    top: -20px;
}

.counter-single img {
    width: 70px;
    height: 50px;
    margin-bottom: 10px;
    padding-right: 15px;
}

.services .tab-section .tab-div a {
    font-size: 14px;
    border: 1px solid #E3E3E3;
    border-radius: 0px;
    border-bottom: 3px solid #E3E3E3;
    height: 120px;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
    background-color: #fff;

}

.services .tab-section .tab-div a.active,
.services .tab-section .tab-div a:hover {
    border-bottom: 3px solid #0F8745;
    background-color: #F6F7F5;
    border-color: #0F8745;
}

.services-content {
    position: absolute;
    top: 35%;
    left: 9%;
    width: 40%;
    color: #fff;
}

.services-slider h3 {
    font-size: 45px;
}

.services-slider .common-btn {
    background-color: #0F8745;
    border: 0px;
}

.services-slider .owl-nav {
    position: absolute;
    width: 100%;
    top: 45%;
}


.services-slider .owl-prev {
    position: absolute;
    left: 5%;
}

.services {
    padding-top: 50px;
}

.services-slider .owl-next {
    position: absolute;
    right: 5%;
}

.services-slider.owl-theme .owl-nav [class*=owl-] {
    color: #000;
    font-size: 14px;
    margin: 5px;
    padding: 6px 12px 3px 11px;
    background: #fff;
    display: inline-block;
    cursor: pointer;
    border-radius: 50px;
}

.services .tab-section .tab-div a:before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 15px solid #0F8745;
    bottom: -17px;
    left: 43%;
    z-index: -1;
}

.services .tab-section .tab-div a:before {
    opacity: 0;
}

.services .tab-section .tab-div a.active:before {
    opacity: 1;
}

.location.singapore {
    position: absolute;
    top: 52%;
    right: 24%;
}

.location.india {
    position: absolute;
    top: 39%;
    right: 30%;
}

.global {
    padding: 60px 0px;
    position: relative;
}

.global h2 {
    margin-bottom: 40px;
}

.counter-single h4 {
    margin-bottom: 0px;
    /* width: 85px; */
    font-size: 27px;
}

.counter-single p {
    margin-bottom: 0px;
}

/*.counter-wrapper .counter-single:last-child {
    background: #0F8745;
}
*/
.resources-svg {
    display: flex;
    align-items: end;
    justify-content: center;
}

.resources-single {
    width: 23%;
    text-align: center;
    margin-top: 7px;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}

.resources-single:hover img {
    filter: invert(36%) sepia(81%) saturate(447%) hue-rotate(94deg) brightness(97%) contrast(97%);
    transition: all 0.3s ease-in-out;
}

.resources-single:hover p {
    color: #0F8745;
    transition: all 0.3s ease-in-out;
}

.resources-single p {
    color: #2C2D79;
    margin-top: 10px;
    font-size: 15px;
}

.container.resources-content h2 {
    font-size: 40px;
    color: #373880;
}

.container.resources-content {
    width: 65%;
    box-shadow: 0px 3px 30px #00000029;
    padding: 30px 35px;
    margin-top: -80px;
    background-color: #fff !important;
    position: relative;
}

.resources-single span {
    font-size: 10px;
}

.client-single {
    border: 1px solid #E2DCDC;
    height: auto;
    width: 100%;
    align-items: center;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s ease-in-out;
    padding: 20px;
    /* border-right: 0px; */
}

.column:nth-child(4) h6 {
    color: #fff;
    font-size: 15px;
}

.column:nth-child(4) h6 {
    color: #ADB4B9;
    font-size: 15px;
}

.column:nth-child(4) p {
    color: #ADB4B9;
}

.client-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}

.client-single:hover {
    box-shadow: 0px 3px 66px #00000022;
    background-color: #fff;
}

.client {
    padding: 60px 0px;
}

.client-wrapper .client-single:last-child {
    border-right: 1px solid #E2DCDC
}

.footer-single .form-group {
    display: flex;
    position: relative;
}

.footer-single button {
    background: #c12b20;
    border: 0px;
    width: 20%;
    padding: 10px 15px;
    color: #fff;
    /* border-radius: 30px; */
}

.footer-single .form-control {
    background: #373d42;
    border: 1px solid #373d42;
    border-radius: 0px;
    height: 45px;
    padding: 20px 30px;
}

.footer-single .form-group button {
    position: absolute;
    right: 0px;
    top: 0px;
    cursor: pointer;
}

.address-wrapper .fa {
    font-size: 20px;
    color: #ADB4B9;
    /* margin-top: 11px; */
    position: relative;
    top: 5px;
}

.column:nth-child(5) .fa {
    font-size: 20px;
    margin-right: 10px;
}

.footer-icon {
    position: absolute;
    width: 31%;
    left: -17%;
    z-index: 1;
}

.about-icons1 {
    position: absolute;
    width: 14%;
    top: 0px;
    left: -8%;
    z-index: 1;
}

.downarrow {
    background: #fff;
    border-radius: 50px;
    position: absolute;
    bottom: 4%;
    right: 5%;
    padding: 7px 8px;
    width: 2%;
}

.top-head li:last-child a .fa {
    font-size: 17px;
}

.about-img,
.img-wrapp {
    overflow: hidden;
    margin: 0 auto;
}

.about-img img,
.img-wrapp img {
    transition: 0.5s all ease-in-out;
    width: 100%;
}

.about-img img:hover,
.img-wrapp img:hover {
    transform: scale(1.1);
}

.abouts {
    padding: 60px 0px;
}

.content-sec h2 {
    margin-bottom: 20px;
}

.vision-warpper {
    display: flex;
    justify-content: space-evenly;
    padding: 3% 0;
}

.vision-warpper .vision-single {
    width: 34%;
    position: relative;
}

.vision-warpper .vision-single::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 1px;
    background-color: #00000038;
    right: -16%;
}

.vision-warpper .vision-single:nth-child(2)::before {
    display: none;
}

.vision {
    /*background: url(../images/about-vision-mission-bg.png) no-repeat;*/
    background-size: cover;
    background-position: center;
    background-color: #f2f2f3;
}

.vision-single img {
    margin: 0 auto;
    display: block;
}

.value-wrapper {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    margin-top: 3%;
    justify-content: center;
}

.value-wrapper .value-single img {
    margin: 0 auto;
    margin-bottom: 10px;
}

.value-wrapper .value-single h4 {
    text-align: center;
}

.value-wrapper .value-single {
    width: 31%;
    display: flex;
    /*align-items:flex-start;*/
    justify-content: center;
    flex-direction: column;
    position: relative;
    margin: 0px 12px;
    padding: 23px 22px;
    margin-bottom: 3%;
    background: #fff;
    box-shadow: 0px -2px 52px #0e264b2b;
    border-radius: 7px;
}

.client h2 {
    margin-bottom: 25px;
}

.value {
    padding: 60px 0px 0px 0px;
}

.breadcum-list {
    position: absolute;
    bottom: 7%;
    color: #fff;
    left: 7%;
}

.breadcum-list a {
    color: #fff;
}

.contact-address {
    display: flex;
    align-items: flex-start;
    margin-bottom: 15px;
    /* border-bottom: 1px solid #7070703b; */
    padding-bottom: 0px;
    padding-top: 5px;
}

.contact-address span {
    color: #2c2d79;
    margin-right: 10px;
}

.contact-address p {
    margin-bottom: 0px;
}

.contact-content a {
    color: #000;
}

.contact-content a:hover {
    color: #000;
}

.contact .form-group .form-control {
    border: 0px;
    background: #F5F6F8;
    padding: 13px 20px;
}

.contact {
    padding: 50px 0px;
}

.contact h2 {
    margin-bottom: 20px;
}

.contact-address p br {
    display: none;
}

/*.contact-lists {
    padding-right: 60px;
}*/
.contact .social-box i {
    color: #2c2d79;
}

.contact-address:nth-child(5) {
    border-bottom: 0px;
}

.contact .form-group {
    margin-bottom: 25px;
}

.contact .common-btn {
    background: transparent;
    color: #2c2d79;
    border: 1px solid #2c2d79;
    margin-top: 20px;
}

.contact-address .fa {
    font-size: 23px;
}

.vision-single img {
    width: 75px;
    height: 75px;
}

.value-wrapper .value-single img {
    width: 65px;
    height: 60px;
    /* object-fit: contain; */
}

.services-slider h3 {
    font-size: 35px;
}

.mobile-menu {
    display: none;
}

.desktop-menu {
    display: block;
}

.tab-section .tab-div {
    display: block;
}

.common-page {
    padding: 50px 0px;
}

.sitemap a {
    display: block;
    color: #000;
    line-height: 35px;
}

.sitemap {
    padding: 50px 0px;
}

.sitemap a:hover {
    color: #000;
}

.navbar-expand-md .navbar-nav .nav-item:nth-child(4) .nav-link {
    margin-right: 0px;
}

.error-btns {
    display: flex;
    align-items: center;
    justify-content: center;
}

.error-btns .common-btn {
    border: 1px solid #2d2e79;
    margin: 0px 10px;
    color: #2d2e79;
}

.career {
    padding: 60px 0px;
}

.career .row {
    display: flex;
    align-items: center;
}

.job-opening {
    padding: 50px 0px;
    background-color: #edf1f2;
}

.job-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}

.job-single {
    width: 30%;
    margin: 0px 10px;
    padding: 20px;
    background: #fff;
}

.job-single .common-btn {
    border: 1px solid #2c2d79;
    color: #383981;
}

.job-single h4 {
    margin-bottom: 15px;
}

.job-opening h2 {
    text-align: center;
    margin-bottom: 20px;
}

.job-opening p {
    text-align: center;
    margin-top: 20px;
}

.form-group .hide_label {
    position: absolute;
    top: 5px;
    left: 0px;
    margin: 0;
    pointer-events: none;
    transition: all .3s ease-in-out;
    color: #000000;
    opacity: 39%;
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
}

.form-group .hide_label span {
    color: red;
}

.form-div .form-control {
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid #c7c1c1;
    padding-left: 0;
    background: #fff;
}

.form-group {
    position: relative;
    margin-bottom: 51px;
}

.form-control:focus {
    box-shadow: none;
}

.enquiry-modal .common-btn {
    border: 1px solid #2c2d79;
    color: #2c2d79;
}

div#enquiry-modal .close {
    border: 0px;
    background: transparent !important;

    /* font-size: 20px; */
}

div#enquiry-modal .close span {

    font-size: 25px;
}

.job-opening p a,
.job-opening p a:hover {
    color: #2c2d79;
}

.Services .nav-tabs .nav-item {
    width: 100%;
    padding: 0;
}

.Services .Services-outer-border {
    padding: 20px 5px;
    height: 70%;
}

.Services .Services-outer-border .float-right {
    display: flex;
    text-align: right;
    margin-left: 0%;
}

.Services .nav-tabs .nav-link {
    color: #000;
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 0;
    border: none;
    padding: 14px 16px;
    border-radius: 10px;
    transition: all 0.3s ease-in-out;
    font-weight: 500;
    box-shadow: 0px 0px 10px #ccc;
    margin-bottom: 10px;
}

.Services .nav-tabs .nav-link span {
    font-size: 12px;
}

.Services .nav-tabs .nav-item.show .nav-link,
.Services .nav-tabs .nav-link.active {
    color: #fff;
    background-color: #2c2d79;

    padding: 14px 16px;
    /* box-shadow: -0.349px 9.994px 13px 0px rgba(0, 0, 0, 0.23); */
}

.Services {
    padding: 50px 0px 0px;
}

.Services .card-body .inner-img {
    overflow: hidden;
    margin: 0 auto;
    width: 100%;
    margin-bottom: 10px;
}

.Services .card-body .inner-img img {
    width: 100%;
    transition: 0.5s all ease-in-out;

}

.Services .card-body .inner-img:hover img {
    transform: scale(1.1);
}

.Services .card-body h2 {
    text-transform: uppercase;
    color: #2c2673;
    font-weight: bold;
    font-size: 29px;
    letter-spacing: 1.1px;
    padding: 36px 0px 8px 0px;
}

.Services .card-body p {
    color: #1a1a1a;
    font-size: 16px;
}

.headings-services {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.headings-services img {
    width: 7%;
    margin-right: 15px;
}

#enquiry-modal .modal-body {
    padding: 20px 40px;
}

#enquiry-modal .modal-header {
    padding: 20px 40px;
}

.upload {
    margin-bottom: 15px;
    background: #f5f6f8;
    padding: 10px;
}

.feaproducts-single {
    background: #ccc;
    padding: 20px;
    margin: 0px 13px 0px 0px;
}

.common-page img {
    margin: 0 auto;
    display: block;
    margin-bottom: 20px;
    width: 8%;
}

.features-wrapp {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}

.features-single {
    box-shadow: 0px 2px 10px 0px #ccc;
    padding: 20px;
    margin: 15px 10px;
    width: 23%;
    height: 780px;
    transition: all 0.3s ease-in-out;
}

.breadcum img {
    filter: brightness(0.7);
}

.features-single:hover img {
    transform: scale(1.02);
}

.features-single img {
    transition: all 0.3s ease-in-out;
}

.features-single h5 {
    font-size: 24px;
    font-weight: 600;
}

.special-features {
    padding: 60px 0px;
}

.fleet {
    padding: 60px 0px;
}

.fleet h5 {
    text-align: center;
    font-size: 30px;
    margin-bottom: 20px;
}

.fleets-wrapper {
    /* width: 35%; */
    display: flex;
    align-items: center;
    /* justify-content: center; */
    flex-wrap: wrap;
}

.sticky {
    position: sticky;
    top: 90px;
    left: 0;
    z-index: 1;
}

.fleets-single {
    width: 30%;
    margin: 0px 10px;
    display: flex;
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
    cursor: pointer;

}

.fleets-single .img-box {
    overflow: hidden;
    position: relative;
}

.fleets-single .img-box:hover img {
    transform: scale(1.02);
}

.fleets-single .img-box img {
    transition: all 0.4s;
}

.column:nth-child(4) a {
    color: #ADB4B9;
    width: 100%;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    margin-bottom: 20px;
}

p {
    font-weight: 300;
}

.headings-services h3 {
    font-size: 35px;
}

div#cookieNotice {
    position: fixed;
    bottom: 0px;
    color: #fff;
    background: #0000007d;
    z-index: 4;
    width: 100%;
    /* display: none; */
}

div#cookieNotice .content-wrap {
    padding: 15px;
}

div#cookieNotice .content-wrap p {
    margin-bottom: 0px;
    font-size: 14px;
    line-height: 25px;
    color: #fff;
    margin-bottom: 0px;
}

div#cookieNotice a.btn-primary {
    padding: 9px 19px;
    margin: 0px 7px;
    font-size: 14px;

}

div#cookieNotice .btn-primary {
    color: #fff;
    background-color: #008045;
    border: 0;
    padding: 9px;
    font-size: 14px;
    display: flex;
    cursor: pointer;
    border-radius: 10px;
}

.msg-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
}

.services-slider img {
    filter: brightness(0.7);
}

.services .headings {
    display: flex;
    /* justify-content: space-between; */
    align-items: center;
    margin-bottom: 20px;
    justify-content: center;
}

.services .heading {
    display: flex;
    align-items: center;
    justify-content: center;
}

.features-flex {
    display: block;
    align-items: center;
    /* justify-content: center; */
    flex-wrap: wrap;
}

.features-flex img {
    padding-right: 10px;
}


.box-wrapp {
    display: flex;
    align-items: flex-start;
}

.box-contact {
    width: 45%;
    box-shadow: -2px 1px 9px 7px #cccccc40;
    margin: 0px 10px;
    padding: 15px;
    /* height: 200px; */
}

.box-contact img {
    width: 100%;
    margin-bottom: 20px;
}

.tab-content>.tab-pane {
    border: 0px;
}

.tab-content>.tab-pane p {
    padding-top: 20px;
}

html {
    overflow-x: hidden;
}

.directors-message {
    padding: 60px 0px;
    text-align: center;
}

.directors-message .container {
    box-shadow: 0px 0px 7px 5px #ccc6;
    padding: 40px 30px;
}

.directors-message h5 {
    color: #2c2d79;
}

.qr-img {
    padding: 10px;
    border: 2px solid #008045;
}

.fleets-single {
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
    box-shadow: 0px 0px 10px 0px #0000005c;
}

.img-box {
    width: 100%;
    height: 270px;
    overflow: hidden;
}

.img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

@media screen and (max-width:990px) {
    .img-box {
        height: 200px;
    }
}

@media screen and (max-width: 512px) {
    .img-box {
        height: 150px;
    }
}

/* === About paragraph custom CSS === */
.about-para{
    font-size: 15px;
}