@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');
*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}
body{
    font-family: 'Roboto', sans-serif;
}
:root{
    --blue: #3d4a83;
    --black: #262626;
    --text: #54595f;
    --grey: #F7F7F7;
    --light-blue: #0170b9;
    --gray-drack: #b29374;
}
.blue{
    color: var(--blue);
}
.black{
    color: var(--black);
}
.text{
    color: var(--text);
}
.grey{
    color: var(--grey);
}
.light-blue{
    color: var(--light-blue);
}
.gray-drack{
    color: var(--gray-drack);
}
.fs14{
    font-size: 14px;
}
.fs16{
    font-size: 16px;
}
.fs18{
    font-size: 18px;
}
.fs20{
    font-size: 20px;
}
.fs22{
    font-size: 22px;
}
.fs24{
    font-size: 24px;
}
.fs30{
    font-size: 30px;
}
.fs60{
    font-size: 60px;
}
.fw300{
    font-weight: 300;
}
.fw400{
    font-weight: 400;
}
.fw500{
    font-weight: 500;
}
.fw700{
    font-weight: 700;
}
.fw900{
    font-weight: 900;
}
.index-9{
    z-index: 9;
}
.btn-transparent {
    background-color: transparent;
    border: 1px solid var(--light-blue);
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    padding: 12px 50px;
    border-radius: 10px;
}
.text-u{
    text-transform: uppercase;
}
.btn-blue{
    background-color: var(--light-blue);
    border: 1px solid var(--light-blue);
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    padding: 12px 50px;
    border-radius: 10px;
}
.bg-none {
    background-color: transparent !important;
}
.b-none {
    background-color: transparent;
    border: none;
}
.header{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 9;
    background-color: #3d4a83bf;
}
.header .nav-item .nav-link:hover{
    color: #fff;
}
.header .nav-item .nav-link{
    color: #fff;
    padding: 0px;
    padding-right: 40px;
    font-weight: 400;
}
.header .nav-item:last-child .nav-link{
    padding: 0px 0px;
}

.header.fixed-header {
    position: fixed;
    left: 0px;
    right: 0px;
    z-index: 99;
    background-color: var(--blue);
    animation: smoothScroll .7s forwards;
}

.banner{
    background-image: url('../img/Banner.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    padding: 250px 0px;
}
.banner::after{
    content: '';
    position: absolute;
    top: 0px;
    display: block;
    height: 100%;
    width: 100%;
    background-color: #000000ab;
}

.consulting .rel-time {
    background-color: var(--grey);
    padding: 20px;
    border-radius: 10px;
}
.consulting{
    padding: 100px 0px;
}

.service .service-wrapper a:hover{
    color: var(--light-blue);
}
.service .service-wrapper {
    background-color: #fff;
    padding: 30px;
    box-shadow: 0px 0px 5px #d3d3d3;
    border-radius: 10px;
}

.handels .about-img img{
    border-radius: 20px;
}
.handels {
    padding: 100px 0px;
}

.youtube .y-vedio iframe{
    width: 100%;
    height: 230px;
    border-radius: 20px;
}

.flags .accordan .accordion-item {
    background-color: #fff;
    box-shadow: 0px 0px 5px #d3d3d3;
    border-radius: 10px;
    margin-bottom: 20px;
}
.flags .accordan .accordion-button:not(.collapsed) {
    color: var(--black);
    background-color: #fff;
    box-shadow: none;
}
.flags .accordan .accordion-button:focus {
    z-index: 3;
    border-color: none;
    outline: 0;
    box-shadow: none;
}
.flags .flags-img {
    height: 140px;
    width: 140px;
    background-color: #fff;
    box-shadow: 0px 0px 5px #d3d3d3;
    border-radius: 10px;
    padding: 10px;
}
.flags {
    padding: 100px 0px;
}


.dedicated .d-text {
    width: 30%;
}
.dedicated {
    background-image: url('../img/bg-fixed.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0px;
    background-attachment: fixed;
}
.dedicated::after{
    content: '';
    position: absolute;
    top: 0px;
    display: block;
    height: 100%;
    width: 100%;
    background-color: #000000ab;
}

.blog-wrapper {
    background-color: #fff;
    box-shadow: 0px 0px 5px #d3d3d3;
    border-radius: 10px;
    padding: 20px;
}
.blog-wrapper .b-img img{
    border-radius: 10px;
}
.blogs .rel-time {
    background-color: var(--grey);
    padding: 20px;
    border-radius: 10px;
}
.blogs {
    padding: 100px 0px;
}

.footer {
    background-color: var(--blue);
    padding: 50px 0px;
}


.contact-banner img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    object-position: bottom;
}

.contact .location-c {
    background-color: var(--grey);
    padding: 20px;
    border-radius: 10px;
}

.contact {
    padding: 100px 0px;
}

.map iframe {
    margin-bottom: -6px;
}
.servis-about {
    padding: 100px 0px;
}
.organiz .organiz-slider .slide-img{
    margin: 10px;
}
.organiz {
    background-image: url('../img/about.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0px;
}
.organiz::after{
    content: '';
    position: absolute;
    top: 0px;
    display: block;
    height: 100%;
    width: 100%;
    background-color: #000000ab;
}
.s-youtube {
    padding: 100px 0px;
}
.youtube.s-youtube .y-vedio iframe {
    width: 100%;
    height: 340px;
    border-radius: 20px;
}

@keyframes smoothScroll{
    0% {
        transform: translateY(-80px);
    }
    100% {
        transform: translateY(0);
    }
}



/* mandeep-css */
.approved-counter-sec{
    padding: 100px 0px 100px 0px;
    background-color: var(--grey);
}
.counter-container {
    display: flex;
    align-items: center;
    justify-content: center;
}
.counter-container .icn-countor{
    max-width: 40px;
    margin-right: 15px;
}
.model-sec{
      background-image: url('../img/slider-sec.jpg');
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      position: relative;
      padding: 100px 0px;
}
.model-sec::after{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: var(--blue);
    opacity: 0.6;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.model-sec .model-cmn-box{
    position: sticky;
    z-index: 999;
}
/* Workaholic-sec */
.Workaholic-sec{
    padding: 100px 0px;
}
.Workaholic-sec .Workaholic-wrapper{
    background-color: #fff;
    padding: 30px;
    box-shadow: 0px 0px 5px #d3d3d3;
    border-radius: 10px;
    min-height: 290px;
}
.Workaholic-sec .Workaholic-wrapper a{
    font-size: 24px;
    font-weight: 900;
    color: var(--black);
    text-decoration: none;
    display: block;
    margin: 10px 0px 10px 0px;
}
.Workaholic-sec .Workaholic-wrapper:hover a{
    color: var(--light-blue);
}
/* contact-sec */

.contact-sec .contact-wrapper1{
    background-color: #1c2133;
    padding: 30px 114px;
    height: 100%;
}
.contact-sec .contact-wrapper1 .patrick{
    color: #b29374;
}
/* .contact-wrapper2{
    background-image: url(../img/emarging.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 323px;
    border: 1px solid #3d4a83;
} */
.contact-wrapper2 .img-itm img{
    border: 3px solid #3d4a83;
    max-height: 323px;
    min-width: 100%;
    object-fit: cover;
}
.contact-wrapper1.box4 .contact-dil span img{
    width: 20px;
    height: 20px;
    object-fit: cover;
}
.contact-wrapper1.box4 .contact-dil span{
    line-height: 0.5;
}
.contact-wrapper2.box-3 .img-itm img{
    min-height: 338px !important;
}
.cfo-sec .sfo-wrapper-box{
    padding: 0px 96px 0px 0px;
}
.cfo-sec .sfo-wrapper-box1{
    padding-left: 103px;
}
.counter {
  font-size: 50px;
}
.cfo-sec .img-about {
    border: 20px solid #fff;
    box-shadow: 0px 0px 5px #a1a1a1;
}
.cfo-sec {
    margin-top: -40px;
    position: relative;
    z-index: 9;
    margin-bottom: 100px;
}
.apearl-top {
    margin-top: -50px;
}
.o-client{
    background-image: url('../img/our-client.jpg');
    background-position: center;
}
.who-img img {
    width: 80%;
}
.aboutus {
    padding: 50px 0px;
}
.carreer .banner-cont {
    width: 60%;
}
.carreer {
    background-image: url(../img/our-carrer.jpg);
    padding: 160px 0px;
}

@media only screen and (max-width: 1400px){
    .flags .flags-img {
        height: 120px;
        width: 120px;
    }
}
@media only screen and (max-width: 1200px){
    .flags .flags-img {
        height: 100px;
        width: 100px;
    }
}
@media only screen and (max-width: 991px){
    .header {
        position: unset;
        background-color: var(--blue);
    }    
    .header .navbar-light .navbar-toggler {
        border-color: #fff;
    }
    .banner {
        padding: 100px 0px;
    }
    .fs60 {
        font-size: 50px;
    }
    .flags .flags-img {
        height: 100%;
        width: 100%;
    }
    .flags .flags-img img{
        width: 100%;
    }
    .ft-cm {
        padding-right: calc(var(--bs-gutter-x) * .5) !important;
        padding-left: calc(var(--bs-gutter-x) * .5) !important;
    }
    .dedicated .d-text {
        width: 100%;
        text-align: center;
    }
    .header .nav-item .nav-link {
        padding: 0px;
        padding-right: 0px;
        padding-bottom: 20px;
        padding-left: 20px !important;
    }
    .header .navbar-nav {
        margin-top: 30px;
    }
    .cfo-sec {
        margin-top: 0;  
    }
    .cfo-sec .sfo-wrapper-box {
        padding: 0px;
    }
    .cfo-sec .sfo-wrapper-box1 {
        padding-left: 15px;
    }
    .apearl-top {
        margin-top: -10px;
    }
    .contact-banner img {
        height: 220px;
    }
    .a-bottom-tab {
        order: 2;
    }
    .a-top-tab {
        order: 1;
    }
    .mil-img img{
        width: 100%;
    }
    .navbar-light .navbar-toggler-icon {
        background-image: url('../img/menu.png');
    }
}
@media only screen and (max-width: 767px){
    .fs60 {
        font-size: 30px;
    }
    .consulting {
        padding: 50px 0px;
    }
    .handels {
        padding: 50px 0px;
    }
    .flags {
        padding: 50px 0px;
    }
    .flags {
        padding: 50px 0px;
    }
    .blogs {
        padding: 50px 0px;
    }
    .dedicated {
        padding: 50px 0px;
    }
    .a-top{
        order: 1;
    }
    .a-bottom{
        order: 2;
    }
    .a-top-1{
        order: 3;
    }
    .a-bottom-1 {
        order: 4;
    }
    .a-top-2 {
        order: 5;
    }
    .a-bottom-2 {
        order: 6;
    }
    .cfo-sec .sfo-wrapper-box1 {
        padding: 0px !important;
    }
    .apearl-top {
        margin-top: 0px;
    }
    .cfo-sec {
        padding: 50px 0px;
        margin-bottom: 0px;
    }
    .servis-about {
        padding: 50px 0px;
    }
    .organiz {
        padding: 50px 0px;
    }
    .s-youtube {
        padding: 50px 0px;
    }
    .contact {
        padding: 50px 0px;
    }
    .Workaholic-sec {
        padding: 50px 0px;
    }
    .approved-counter-sec {
        padding: 50px 0px;
    }
    .contact-sec .contact-wrapper1 {
        padding: 30px 25px;
    }
}
@media only screen and (max-width: 425px){
    .banner {
        padding: 60px 0px;
    }
    .fs30 {
        font-size: 20px;
    }
    .fs24 {
        font-size: 18px;
    }
}