/********** Template CSS **********/
:root {
    --primary: #f2c987;
    --secondary: #F6F6F6;
    --light: #FFFFFF;
    --dark: #072638;
}
body{
    overflow-x: hidden;
}
h1,
h2,
.font-weight-bold {
    font-weight: 700 !important;
}

h3,
h4,
.font-weight-semi-bold {
    font-weight: 600 !important;
}

h5,
h6,
.font-weight-medium {
    font-weight: 500 !important;
}

.pt-6 {
    padding-top: 90px;
}

.pb-6 {
    padding-bottom: 90px;
}

.py-6 {
    padding-top: 90px;
    padding-bottom: 90px;
}

.btn {
    font-family: 'Barlow', sans-serif;
    font-weight: 600;
    transition: .5s;
}

.btn-primary {
    color: #FFFFFF;
}

.btn-square {
    width: 36px;
    height: 36px;
}

.btn-sm-square {
    width: 28px;
    height: 28px;
}

.btn-lg-square {
    width: 46px;
    height: 46px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}

.top-shape::before {
    position: absolute;
    content: "";
    width: 35px;
    height: 100%;
    top: 0;
    left: -17px;
    background: var(--primary);
    transform: skew(40deg);
}

.navbar-light .navbar-nav .nav-link {
    font-family: 'Barlow', sans-serif;
    padding: 35px 15px;
    font-size: 18px;
    text-transform: uppercase;
    color: var(--dark);
    outline: none;
    transition: .5s;
}

.sticky-top.navbar-light .navbar-nav .nav-link {
    padding: 20px 15px;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: var(--primary);
}

@media (max-width: 991.98px) {
    .navbar-light .navbar-nav .nav-link  {
        padding: 10px 0;
    }
}

.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(21, 36, 64, .7);
    z-index: 1;
}

@media (max-width: 576px) {
    .carousel-caption h5 {
        font-size: 14px;
        font-weight: 500 !important;
    }

    .carousel-caption h1 {
        font-size: 30px;
        font-weight: 600 !important;
    }
}

.carousel-control-prev,
.carousel-control-next {
    width: 10%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
}

.service-item {
    position: relative;
    overflow: hidden;
    /*height: 350px;*/
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: .3s;
    padding-bottom: 15px;
}

.service-item::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 50px;
    bottom: -50px;
    left: 0;
    background: var(--light);
    border-radius: 100% 100% 0 0;
    box-shadow: 0px -10px 5px #EEEEEE;
    transition: .5s;
}

.service-item:hover::after {
    bottom: -25px;
}

.service-item p {
    transition: .3s;
}

.service-item:hover p {
    margin-bottom: 25px !important;
}

.team-item img {
    transform: scale(1.15);
    margin-left: -30px;
    transition: .5s;
}

.team-item:hover img {
    margin-left: 0;
}

.team-item .team-text {
    left: -100%;
    transition: .5s;
}

.team-item .team-text::after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    top: 50%;
    right: -60px;
    margin-top: -30px;
    border: 30px solid;
    border-color: transparent transparent transparent var(--primary);
}

.team-item:hover .team-text {
    left: 0;
}

.blog-item img {
    transition: .5s;
}

.blog-item:hover img {
    transform: scale(1.1);
}

/*** Counter Facts Start ***/
.counter-facts {
    background: linear-gradient(rgba(255, 255, 255, .9), rgba(255, 255, 255, 0.8)), url(../img/breadcrumb.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
}

.counter-facts .counter {
    position: relative;
    text-align: center;
    width: 200px;
    min-height: 215px;
    padding: 10px 15px;
    margin: 0 auto;
    border-radius: 100px;
    box-shadow: 0 8px 5px rgba(0, 0, 0, 0.2);
    background: var(--bs-white);
}

.counter-facts .counter:before {
    content: "";
    position: absolute;
    height: 105px;
    width: 100%;
    left: 0;
    top: 0;
    border-radius: 10px 10px 0 0;
    background-color: var(--bs-primary);
    
}
.counter-facts .counter .counter-icon {
    position: relative;
    width: 120px;
    height: 100px;
    margin: 0 auto 10px;
    border-radius: 10px 10px 0 0;
    transform: translateY(-20px);
    font-size: 50px;
    line-height: 90px;
    color: var(--bs-secondary);
    background: rgba(1, 143, 252, 0.5);
    clip-path: polygon(0% 0%, 100% 0, 100% 70%, 50% 100%, 0 70%);
}
.counter-facts .counter .counter-icon:before {
    content: "";
    position: absolute;
    width: 120px;
    height: 90px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 10px 10px 0 0;
    background: rgba(0, 58, 102, 0.5);
    z-index: -1;
    clip-path: polygon(0% 0%, 100% 0, 100% 70%, 50% 100%, 0 70%);
}
.counter-facts .counter:hover .counter-icon i {
    transform: rotate(360deg);
    transition: all 0.3s ease;
}
.counter-facts .counter h3 {
    color: var(--bs-primary);
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0 0 5px 0;
}
.counter-facts .counter .counter-value {
    font-size: 30px;
    font-weight: 700;
    display: block;
    color: #f2c987;
}

@media screen and (max-width: 1200px) {
    .counter-facts .counter { margin-bottom: 40px; 
    }
}
/*** Counter Facts End ***/

/*** Country Start ***/
.country .country-item {
    position: relative;
}

.country .country-item::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 58, 102, 0.7);
    border-radius: 10px;
    transition: 0.5s;
    z-index: 1;
}

.country .country-item:hover::after {
    height: 100%;
}

.country .country-item .country-flag {
    position: absolute;
    width: 90px; 
    height: 90px; 
    border-radius: 50%;
    top: -45px; 
    left: 50%; 
    transform: translateX(-50%);
    transition: 0.5s;
    z-index: 2;
}

.country .country-item .country-flag img {
    border: 5px solid var(--bs-white);
    transition: 0.5s;
    height: 85px;
}

.country .country-item:hover .country-flag img {
    border: 5px solid var(--bs-white);
    transform: rotate(360deg);
    transition: all 0.5s ease;
}

.country .country-item .country-name {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: 0.5s;
    opacity: 0;
    z-index: 3;
}

.country .country-item:hover .country-name {
    opacity: 1;
}

.country .country-item img {
    transition: 0.5s;
}

.country .country-item:hover img {
    transform: scale(1.2);
}

.country .country-item .country-name a.fs-4 {
    transition: 0.5s;
}

.country .country-item .country-name a.fs-4:hover {
    color: var(--bs-secondary) !important;
}
.image-height{
    height: 350px;
    object-fit: cover;
}
.country .country-item .rounded {
    border-radius: 10px !important;
}
/*** Country End ***/

/*** Section Title Start ***/
.section-title {
    max-width: 900px;
    text-align: center;
    margin: 0 auto;
}

.section-title .sub-style {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    color: var(--bs-primary);
}

.section-title .sub-style::before {
    content: "";
    width: 100px;
    position: absolute;
    bottom: 50%;
    left: 0;
    transform: translateY(-50%);
    margin-bottom: -6px;
    margin-left: -100px;
    border: 1px solid #f2c987 !important;
}

.section-title .sub-style::after {
    content: "";
    width: 50px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    margin-top: -8px;
    margin-left: -50px;
    border: 1px solid var(--bs-primary) !important;
}

.sub-title {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    color: var(--bs-primary);
}

.sub-title::before {
    content: "";
    width: 100px;
    position: absolute;
    bottom: 50%;
    right: 0;
    transform: translateY(-50%);
    margin-bottom: -8px;
    margin-right: -100px;
    border: 1px solid #f2c987 !important;
}

.sub-title::after {
    content: "";
    width: 50px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    margin-top: -6px;
    margin-right: -50px;
    border: 1px solid var(--bs-primary) !important;
}

.bg-primary-2 {
    background: #f2c987;
}

.header-anchor{
    color: #fff;
}
.header-anchor:hover{
    color: #f2c987;
}   
.logo-tmd{
    width: 200px;
    padding: 10px 0;
}
.footer-links a {
    display: block;
    color: #fff;
    cursor: pointer;
}
.footer-logo{
    width: 240px;
}
.counter-facts .counter h4 {
    color: #f2c987 !important;
}
.background-about{
    background-repeat: no-repeat;
    background-size: cover;
    padding: 140px 0 !important;
    background-position: center;
    background-image: linear-gradient(rgb(8 38 55), /* overlay color */ rgba(0, 0, 0, 0.5)), url(../img/about-bg.jpg);
}
.background-services{
    background-repeat: no-repeat;
    background-size: cover;
    padding: 140px 0 !important;
    background-position: center;
    background-image: linear-gradient(rgb(8 38 55), /* overlay color */ rgba(0, 0, 0, 0.5)), url(../img/services-bg.jpg);
}
.background-contact{
    background-repeat: no-repeat;
    background-size: cover;
    padding: 140px 0 !important;
    background-position: center;
    background-image: linear-gradient(rgb(8 38 55), /* overlay color */ rgba(0, 0, 0, 0.5)), url(../img/contact-bg.jpg);
}
.whatsapp-icon-body {
    font-size: 56px;
    position: fixed;
    left: 30px;
    bottom: 70px;
    display: flex;
    width: 45px;
    height: 45px;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
    z-index: 99;
    color: #25d366;
    animation: key1 .3s ease infinite alternate;
}
.whatsapp-icon-body:hover {
    color: #f2c987;
}
@keyframes key1{
  0% {transform: translateY(0px);}
  100% {transform: translateY(-10px);}
}

.modalHeaderCheck {
    background: #f2c987;
    border-radius: 50%;
    width: 75px;
    height: 75px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    font-size: 45px;
}
.modal-bytesMaster h3.modal_head {
    margin: 15px 0;
    font-size: 34px;
    text-align: center;
    color: #072638;
    font-weight: 700;
}
.modal-bytesMaster .modal-header .btn-close {
    position: absolute;
    right: 0;
    top: 0;
    background: #072638;
    color: #fff;
    opacity: 1;
    border-radius: 50%;
    width: 25px;
    height: 25px;
}
.modal-bytesMaster .modal-header .btn-close i {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}
.modal-bytesMaster .modal-header {
    border: none;
    display: block;
    text-align: center;
    color: #072638;
    font-size: 65px;
}
.service-1 .service-item{
    background-image: linear-gradient(rgb(0 0 0 / 50%), /* overlay color */ rgba(0, 0, 0, 0.5)), url(../img/service-01.jpg);
}
.service-2 .service-item{
    background-image: linear-gradient(rgb(0 0 0 / 50%), /* overlay color */ rgba(0, 0, 0, 0.5)), url(../img/service-02.jpg);
}
.service-3 .service-item{
    background-image: linear-gradient(rgb(0 0 0 / 50%), /* overlay color */ rgba(0, 0, 0, 0.5)), url(../img/service-03.jpg);
}
.service-4 .service-item{
    background-image: linear-gradient(rgb(0 0 0 / 50%), /* overlay color */ rgba(0, 0, 0, 0.5)), url(../img/service-04.jpg);
}
.service-5 .service-item{
    background-image: linear-gradient(rgb(0 0 0 / 50%), /* overlay color */ rgba(0, 0, 0, 0.5)), url(../img/service-05.jpg);
}
.service-6 .service-item{
    background-image: linear-gradient(rgb(0 0 0 / 50%), /* overlay color */ rgba(0, 0, 0, 0.5)), url(../img/service-06.jpg);
}
.service-item {
    background-size: cover;
    background-position: 100% 100%;
    padding-bottom: 15px;
}
.service-item p, .service-item h3 {
    color: #fff;
}
@media screen and (max-width: 420px) {
    .logo-tmd {
         width: 120px; 
    }
}
.backgroud-banner{
    height: 85vh;
    background-position: top center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    position: relative;
    z-index: 1;
}
.backgroud-banner:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: #000;
    opacity: 0.7;
    height: 100%;
    width: 100%;
    z-index: -1;
}
.main-heading{
    font-size: 4rem;
    font-weight: bold;
    /*text-shadow: 0px -2px white;*/
    color: #fff;
}
.main-heading-2{
    font-weight: bold;
}
.list-essential ul{
    padding-left: 0;
    list-style: none;
}
.list-essential ul li{
    margin-bottom: 10px;
}
.list-essential ul li svg{
    fill: #f2c987;
    transition: fill 0.3s;
    width: 20px;
    height: 20px;
    margin-right: 10px;
}
.elgiblity-section{
    background: #f6f6f6;
    padding: 35px 0;
    margin: 35px 0;
}
.image-height{
    height: 350px;
    object-fit: cover;
}
.legal-section{
    background: linear-gradient(rgba(255, 255, 255, .9), rgba(255, 255, 255, 0.8)), url(../img/legal-section.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
}
p.legal-para {
    font-size: 1.5rem;
    font-weight: 500;
    font-style: italic;
    text-align: center;
}

span.legal-span1, span.legal-span2 {
    display: block;
    font-size: 1rem;
    font-weight: bold;
    color: #000;
    text-align: end;
}