@media only screen and (max-width: 600px) {

    /*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
    #preloader img {
        width: 100% !important;
        margin-top: 100px;
    }

    #preloader {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 9999;
        overflow: hidden;
        background: #fff;
    }

    #preloader:before {
        content: "";
        position: fixed;
        /* top: calc(50% - 0px);
        left: calc(50% - 30px);
        border: 6px solid #d0a14f;
        border-top-color: #151515;
        border-bottom-color: #151515;
        border-radius: 50%; */
        width: 100%;
        /*height: 60px;*/
        -webkit-animation: animate-preloader 1s linear infinite;
        animation: animate-preloader 1s linear infinite;
    }

    @-webkit-keyframes animate-preloader {
        0% {
            transform: rotate(0deg);
        }
        100% {
            transform: rotate(360deg);
        }
    }

    @keyframes animate-preloader {
        0% {
            transform: rotate(0deg);
        }
        100% {
            transform: rotate(360deg);
        }
    }
    /* hero mobile  */
    #hero h1 span {
        color: #d0a14f;
        font-size: 28px;
        font-weight: 800;
        line-height: 210px !important;
        font-family: GulfBold;
    }

    #hero {
        height: auto;
    }

    #hero h1 {
        font-size: 28px;
        line-height: 36px;
        padding-bottom: 0px !important;
    }

    #hero h2 {
        font-size: 15px;
        line-height: 69px;
        padding-bottom: 51px !important;
        margin-top: -127px;
    }

    h3.hero3 {
        font-size: 23px;
        color: white;
        margin-top: -60px;
    }

    .hero-btn {
        width: 88%;
        margin-top: 22px;
        height: 68px !important;
        font-size: 18px !important;

    }

    #about h4 {
        text-align: center !important;
        font-size: 30px !important;
        padding-bottom: 10px;
        font-family: GulfMedium !important;
        color: #4a4a4a !important;
    }

    .card.about-new-card.p-4 {
        border: none;
        width: 165px !important;
        border: 10px solid #f9f9f9;
        height: 201px;
        /* padding: 0px; */
    }

    .abt-new {
        margin-right: 14px;
    }

    .icon-box {
        margin-left: 12px !important;
        margin-bottom: 15px !important;
    }

    /* hero end  */
    /* about start  */
    .about h3{
        text-align: center !important;
    }
    .about h3 span {
        font-weight: 700;
        font-size: 25px !important;
        font-family: GulfBold;
        line-height: 20px !important;
        text-align: center !important;
    }

    #about h5 {
        font-size: 35px;
        line-height: 83px;
        color: #d0a14f;
        font-weight: bold;
        /* font-family: "Gulf"; */
        text-align: center !important;
    }

    #about h4 span {
        font-size: 25px !important;
        /* font-size: 33px; */
        line-height: 48px;
        color: #4a4a4a;
        font-weight: 500;
    }

    #about {
        width: 100%;
        height: 100%;
        background: url(../img/Home.png) bottom center;
        background-size: cover;
        position: relative;
        /* padding-bottom: 60px !important; */
    }

    /* about end  */
    /* feature start  */
    .icon-img img {
        padding: 19px;
        /* padding-left: 8px; */
        background-color: #f5f5f5;
        margin-top: 8px;
        border-radius: 5px;
        width: 20%;
    }

    .features h4 {
        font-size: 45px;
        line-height: 120px;
        color: #d0a14f;
        font-weight: bold;
        text-align: center !important;
    }

    .icon-box.mt-2.pb-2.aos-init.aos-animate img {
        display: table;
        margin: auto;
    }

    /* feature end  */
    /* social start  */
    .socialcta h2 {

        font-size: 40px;
    }

    .socialcta h3 {
        padding-bottom: 22px;
        top: 160px;
    }

    /* social end  */
    /* conatact  */
    .contact .php-email-form {

        padding: 20px;
        margin-top: -150px;
    }

    .contact .php-email-form button[type=submit] {

        width: 330px;
        height: 68px !important;
    }

    .icon-box.mt-2.pb-2.aos-init.aos-animate {
        margin: 0px !important;
    }

    .form-group label {
        font-size: 16px;
        line-height: 45px;
        color: #000000;
        font-weight: bold;
        font-family: GulfBold;
        text-align: right;
    }

    .contact .info {

        padding: 20px;
    }

    .contact .info p {

        font-size: 14px;
        letter-spacing: 1px;

        padding: 20px;
    }

    .contact .info i {

        width: 80px;
        height: 80px;

    }

    .icon-box {
        margin-left: 33px !important;
        margin-bottom: 15px !important;
    }

    section#team img {
        display: table;
        margin: auto;
    }

    .features .icon-box {
        padding-left: 0px !important;
    }

    .team p {
        text-align: center !important;
        font-size: 21px;
        line-height: 2.7;
        color: #07213a !important;
    }

    h5.tbox-sp2 span {
        display: flow-root !important;
    }

    h5.tbox-sp {
        teaxt-align: center !important;
    }

    .team span {

        text-align: center !important;
        display: block;
    }

    h5.tbox-sp2.pb-2 {
        text-align: center !important;
    }

    h2.team-h.text-right.t2.pt-4 {
        font-size: 30px !important;
        text-align: center !important;
    }

    /* contact end  */
    /* Global css  */
    .reverse {
        flex-direction: column-reverse;
    }

    /* regions  */
    .regions .text-right img {
        padding-bottom: 40px;
        width: 30% !important;
    }

    .regions {
        padding: 0px;
    }

    #blockContainer {
        display: -webkit-box;
        display: -moz-box;
        display: box;

        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        box-orient: vertical;
    }
    #blockA {
        -webkit-box-ordinal-group: 2;
        -moz-box-ordinal-group: 2;
        box-ordinal-group: 2;
    }
    #blockB {
        -webkit-box-ordinal-group: 1;
        -moz-box-ordinal-group: 1;
        box-ordinal-group: 1;
    }
    #blockC {
        -webkit-box-ordinal-group: 4;
        -moz-box-ordinal-group: 4;
        box-ordinal-group: 4;
    }
    #blockD {
        -webkit-box-ordinal-group: 3;
        -moz-box-ordinal-group: 3;
        box-ordinal-group: 3;
    }

    ul.reg-ul {
        display: flex;
        padding: 0px;
        margin: 0px;
        margin-top: 50px;
    }

    /* clients  */
    .clients {
        padding-top: 67px !important;
        padding: 0px;
    }

    ul.client-ul img {
        width: 70% !important;
    }

    ul.client-ul {
        display: block;
        flex-wrap: nowrap;
    }

    .counter h2 {
        text-align: center !important;
    }

    /* time  */
    .timebg h1 {
        padding: 22px;
        width: 80px;
        justify-content: center !important;
        margin-inline: auto;
        z-index: 2;
        position: relative;
    }

    .timebg2 h1 {
        padding: 22px;
        width: 80px;
        justify-content: center !important;
        margin-inline: auto;
        z-index: 2;
        position: relative;
    }

    /*.timebg3 h1 {*/
    /*    background-color: #D0A14F;*/
    /*    text-align: center;*/
    /*    border-radius: 100px;*/
    /*    color: white;*/
    /*    padding: 22px;*/
    /*}*/
    .timebg3 h1 {
        background-color: #D0A14F;
        text-align: center;
        border-radius: 100px;
        color: white;
        padding: 20px;
        width: 80px;
        padding: 22px;
        width: 80px;
        justify-content: center !important;
        margin-inline: auto;
        z-index: 2;
        position: relative;
    }

    .timebg:before {
        content: "";
        border: 2px solid #e7e7e7;
        background-color: #e7e7e7;
        position: absolute;
        height: 292px;
        left: 179px;
        z-index: 0;
    }

    .timebg2:before {
        content: "";
        border: 2px solid #e7e7e7;
        background-color: #e7e7e7;
        position: absolute;
        height: 357px;
        left: 179px;
        z-index: 0;
    }

    .timebg3:before {
        content: "";
        border: 2px solid #e7e7e7;
        background-color: #e7e7e7;
        position: absolute;
        height: 218px;
        left: 178px;
        z-index: 0;
    }

    #time {
        display: none;
    }

    .mtimeline-sec h6 {
        text-align: center;
        z-index: 2;
        position: relative;
        margin-top: 45px;
    }

    .timeline li:before {
        display: inline-block;
        content: attr(data-year);
        font-size: 14px;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        top: 21px;
        width: 175px;
        color: #07213A;
        font-weight: 700px !important;
        top: -32px !important;
        z-index: 2;
        position: relative;
    }

    .timeline {
        width: 100%;
        /* height: 20px; */
        /* list-style: none; */
        text-align: center !important;
        /* margin: 80px auto; */
        margin: 0px auto;
        background: transparent !important;
        background: transparent !important;
        z-index: 2;
        position: relative;
        right: 13px;
    }

    .timeline li {
        display: block;
        width: 20px;
        height: 20px;
        background: white;
        text-align: center;
        line-height: 1.2;
        position: relative;
        border-radius: 50%;
        border: 3px solid #07213A;
        left: 140px;
        /* margin-bottom: 80px; */
        margin-top: 50px;
    }

    .timebg3 h1 {
        background-color: #D0A14F;
        text-align: center;
        border-radius: 100px;
        color: white;
        padding: 20px;
    }

    section#mtime h2 {
        text-align: center;
    }

    section#mtime h6 {
        text-align: center !important;
    }

    /* footer  */
    .footer-info .list-inline-item {
        display: block;
    }

    .footer-info a {
        font-size: 18px;
        line-height: 30px;
        color: #f8f8f8;
        font-weight: 500;
        margin-left: 14px;
    }

    /* footer end  */
    /* modal  */
    .cta-head {
        margin-top: 0px;
        margin-right: 0;
        margin-left: 0px;

    }

    .close-btn {

        margin-right: 274px !important;
    }

    span.closetext {
        font-size: 14px;
        margin-left: 0px;
        margin-top: 0px !important;
        position: relative;
        top: 0px;
        padding-left: 16px;
        margin-right: 128px;
    }

    .formbtn {

        width: 330px;

    }

    .mid {

        font-size: 23px !important;

    }

    .bottom {
        font-size: 20px !important;

    }

    img.done-img {
        width: 45% !important;
    }

    /* modal end  */
    .features .icon-box h4 {
        font-size: 25px;
        line-height: 34px;
        color: #000000;
        font-weight: bold;
        text-align: center !important;
        margin-top: 15px;
    }

    .features .icon-box p {
        font-size: 20px;
        line-height: 40px;
        color: #4a4a4a;
        font-weight: 500;
        text-align: center !important;
    }

    .timebg {
        margin-top: 43px !important;
        margin-left: 0px;
    }

    .timebg2 {
        margin-top: 43px !important;
        margin-left: 0px;
    }

    .timebg3 {
        margin-top: 43px !important;
        margin-left: 0px;
    }

    .section-title h2 {
        font-size: 30px;
        line-height: 50px;
        color: #d0a14f;
        font-weight: bold;
        text-align: center;
    }

    .section-title p {
        font-size: 37px;
        /* line-height: 315px; */
        color: #07213a;
        font-weight: bold;
        text-align: center;
    }
}


@media only screen and (max-width: 390px) {
    .timebg {
        margin-top: 43px !important;
        margin-left: -31px;
    }

    .timebg2 {
        margin-top: 43px !important;
        margin-left: -31px;
    }

    .timebg3 {
        margin-top: 43px !important;
        margin-left: -31px;
    }


}

@media only screen
and (max-device-width: 375px) {
    .timebg {
        margin-top: 43px !important;
        margin-right: 13%;
        margin-left: 10%;
    }

    .timebg2 {
        margin-top: 43px !important;
        margin-right: 13%;
        margin-left: 10%;
    }

    .timebg3 {
        margin-top: 43px !important;
        margin-right: 13%;
        margin-left: 10%;

    }


}

@media screen and (max-width: 600px) {
    /* .timebg:before {
      content: "";
      border: 2px solid #e7e7e7;
      background-color: #e7e7e7;
      position: absolute;
      left: 199px;
      z-index: 0;
  } */
    .timebg:before {
        content: "";
        border: 2px solid #e7e7e7;
        background-color: #e7e7e7;
        position: absolute;
        left: 192px;
        z-index: 0;
    }

    .mtimeline-sec .timebg {
        margin-top: 43px !important;
        margin-left: -6px;
    }

    .mtimeline-sec .timebg:before {
        content: "";
        border: 2px solid #e7e7e7;
        background-color: #e7e7e7;
        position: absolute;
        left: 192px;
        z-index: 0;
        text-align: center;
        display: table;
        margin: auto;
        right: auto;
    }

    .mtimeline-sec .timebg2:before {
        content: "";
        border: 2px solid #e7e7e7;
        background-color: #e7e7e7;
        position: absolute;
        left: 193px;
        z-index: 0;
        right: auto;
    }

    .mtimeline-sec .timebg3:before {
        content: "";
        border: 2px solid #e7e7e7;
        background-color: #e7e7e7;
        position: absolute;
        left: 192px;
        z-index: 0;
        right: auto;
        display: table;
    }


    .timeline {
        width: 100%;
        /* height: 20px; */
        /* list-style: none; */
        text-align: center !important;
        /* margin: 80px auto; */
        margin: 0px auto;
        background: transparent !important;
        background: transparent !important;
        z-index: 2;
        position: relative;
        right: 0px;
    }
}
