/*===================================*/
/*========= General style 
/*===================================*/
@font-face {
    font-family: main_font;
    src: url(../fonts/Museo700-Regular.otf);
}

/*===================================*/
/*=========Start Header
/*===================================*/
:root{
    --back-color: #f8f9fb;
    --main-color:#00b8f0;
}
header .navbar{
    padding: 0px;
}
header .home_icon{
    width: 40px;
}
header .nav-link{
    color: #fff;
    font-size: 13px;
    font-family: serif;
}
header .nav-item a:hover{
    color: var(--main-color) !important;
}
header .navbar-brand{
    margin-left: -22px;
    justify-content: center;
    background: var(--back-color) !important;
    transform: skew(9deg, 0deg);
    width: 370px;
    z-index: 2;
}
header .w-50{
    width: 40% !important;
}
header .nav-item{
    padding: 0px 20px;
    border-right: 1px solid #fff;
    justify-content: center;
    align-items: center;
    display: flex;
    font-weight: bold;
}
header .nav-item:first-child , header .nav-item:last-child{
    border-right: none;
}
header .top_line{
    background: white;
    width: 100%;
    height: 18px;
    position: absolute;
    z-index: 1;
}
.active_color{
    color: var(--main-color) !important;
}

/*===================================*/
/*=========Start Home
/*===================================*/
.home{
    background-color: #fefefe;
}
/* .home .container{
    max-width: 92%;
} */
.home h1{
    font-family: main_font;
    color: var(--main-color);
    padding: 50px 0px 0px 0px;
    font-size: 3rem;
}
.home p{
    padding: 0px 60px 0px 0px;
    color: #212529;
    font-weight: 500;
    font-size: 1.2rem;
}
/*===================================*/
/*=========Start Team
/*===================================*/
.team{
    background-image: url(../images/bgteam.png);
    background-size: cover;
    background-repeat: no-repeat;
    /* height: 100vh; */
    padding: 100px 0px;
    position: relative;
    background-position: center center;
    color: #fff;
}
.team .overlay{
    background-color: rgba(1, 121, 244, .8);
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
}
.team .team_content{
   position: relative;
   text-align: right;
   margin-right: 80px;
   font-family: main_font;
}
.team img{
    width: 80px;
}
.team h2{
    font-family: main_font;
    font-size: 4rem;
    text-transform: uppercase;
}
.team a{
    color: #fff;
}
/*===================================*/
/*=========Start gallery
/*===================================*/
.gallery{
    background-color: #fff;
    padding: 50px 0px;
}
.gallery .hand{
    width: 100px !important;
    margin-right: 20px;
}
.gallery h3{
    font-family: main_font;
    font-size:2.4rem;
    margin-bottom: -8px;
}
.gallery p{
    text-decoration: underline;
    font-size: 12px;
    font-weight: 500;
}
.gallery .gallery1{
    margin-bottom: 20px;
    text-align: center;
}
.gallery .gallery1:nth-child(1) img{
    width: 150px;
    margin: 0px 25px 0px 0px;
}
.gallery .gallery1:nth-child(2) img{
    width: 150px;
    margin: 0px 78px 0px 0px;
}
.gallery .gallery1:nth-child(3) img{
    width: 150px;
    margin: 0px 63px 0px 0px;
}
.gallery .gallery1:nth-child(4) img{
    width: 150px;
    margin: 0px 60px 0px 0px;
}
.gallery .img9{
    width: 80px !important;
}

/*===================================*/
/*=========Start Footer
/*===================================*/
footer{
    background-color: #212529;
    padding: 30px 0px;
}
footer img{
    width: 130px;
    height: 80px;
    margin-right: 10px;
}
footer p{
    color: #fff;
    margin-bottom: 0rem;
}


/*===================================*/
/*=========Media Query index
/*===================================*/
@media only screen and (max-width: 992px) {
    header .nav-item {
     border: none;
    }
  }
  @media only screen and (max-width: 650px) {
    header .navbar-brand{
        margin-left: -60px;
        width: 280px;
    }
  }


/*=============================================================================*/
/*=========Page Four SERVICES/ CAPABILITIES fixed style in page 4 ,5, 6,7,8,9
/*=============================================================================*/
.service{
    max-width: 97%;
}
.service p{
    color: var(--main-color);
    font-family: main_font;
    font-size: 4rem;
    padding-top: 1rem;
}
.service .mark1{
    text-align: right;
}
.service .mark2{
    width: 160px;
}
/*====================================================================*/
/*=========Start Clinic and developement page 4
/*====================================================================*/
.clinic{
    background-color: #fff;
    padding-bottom: 10px;
}
.clinic .child{
    width: 97%;
    margin: auto;
    color: #fff;
    padding: 70px 45px;
    background-image: url(../images/servcover1.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.clinic h3{
    font-family: main_font;
    font-size: 2.3rem;
}
.clinic .title{
    padding-bottom: 20px;
}
.clinic .horse{
    width: 80px;
    margin-right: 20px;
}
.clinic .circle{
    width: 25px;
    margin-right: 20px;
}
.clinic .line_border{
    width: 45%;
    height: 1px;
    background-color: #fff;
}
.clinic p{
    font-size: 1.2rem;
    margin-bottom: 1.6rem;
}

/*====================================================================*/
/*=========Start Strategic page 5
/*====================================================================*/
.Strategic{
    background-color: #fff;
    padding-bottom: 10px;
}
.Strategic .child{
    width: 97%;
    margin: auto;
    color: #fff;
    padding: 32px 45px;
    background-image: url(../images/servcover2.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.Strategic h3{
    font-family: main_font;
    font-size: 2.3rem;
}
.Strategic .title{
    padding-bottom: 20px;
}
.Strategic .comment{
    width: 80px;
    margin-right: 20px;
}
.Strategic .circle{
    width: 25px;
    margin-right: 20px;
}
.Strategic .line_border{
    width: 45%;
    height: 1px;
    background-color: #fff;
}
.Strategic p{
    font-size: 1.2rem;
}

/*====================================================================*/
/*=========Start Digital Solutions page 6
/*====================================================================*/
.Digital{
    background-color: #fff;
    padding-bottom: 10px;
}
.Digital .child{
    width: 97%;
    margin: auto;
    color: #fff;
    padding: 32px 45px;
    background-image: url(../images/servcover3.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.Digital h3{
    font-family: main_font;
    font-size: 2.3rem;
}
.Digital .title{
    padding-bottom: 20px;
}
.Digital .clock{
    width: 80px;
    margin-right: 20px;
}
.Digital .circle{
    width: 25px;
    margin-right: 20px;
}
.Digital .line_border{
    width: 45%;
    height: 1px;
    background-color: #fff;
}
.Digital p{
    font-size: 1.2rem;
}

/*====================================================================*/
/*=========Start SOCIAL MEDIA MARKETING page 7
/*====================================================================*/
.Social_Media{
    background-color: #fff;
    padding-bottom: 10px;
}
.Social_Media .child{
    width: 97%;
    margin: auto;
    color: #fff;
    padding: 32px 45px;
    background-image: url(../images/servcover4.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.Social_Media h3{
    font-family: main_font;
    font-size: 2.3rem;
}
.Social_Media .title{
    padding-bottom: 20px;
}
.Social_Media .arrow{
    width: 80px;
    margin-right: 20px;
}
.Social_Media .circle{
    width: 25px;
    margin-right: 20px;
}
.Social_Media .line_border{
    width: 45%;
    height: 1px;
    background-color: #fff;
}
.Social_Media p{
    font-size: 1.2rem;
}

/*====================================================================*/
/*=========Start MEDICAL AFFAIRS page 8
/*====================================================================*/
.medical_affairs{
    background-color: #fff;
    padding-bottom: 10px;
}
.medical_affairs .child{
    width: 97%;
    margin: auto;
    color: #fff;
    padding: 32px 45px;
    background-image: url(../images/servcover5.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.medical_affairs h3{
    font-family: main_font;
    font-size: 2.3rem;
}
.medical_affairs .title{
    padding-bottom: 20px;
}
.medical_affairs .eye{
    width: 80px;
    margin-right: 20px;
}
.medical_affairs .circle{
    width: 25px;
    margin-right: 20px;
}
.medical_affairs .line_border{
    width: 45%;
    height: 1px;
    background-color: #fff;
}
.medical_affairs p{
    font-size: 1.2rem;
}


/*====================================================================*/
/*=========Start Event MANAGMENT page 9
/*====================================================================*/
.event_managment{
    background-color: #fff;
    padding-bottom: 10px;
}
.event_managment .child{
    width: 97%;
    margin: auto;
    color: #fff;
    padding: 32px 45px;
    background-image: url(../images/servcover6.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.event_managment h3{
    font-family: main_font;
    font-size: 2.3rem;
    margin-bottom: 0px;
    margin-top: 15px;
}
.event_managment .title{
    padding-bottom: 20px;
}
.event_managment .bar{
    width: 80px;
    margin-right: 20px;
}
.event_managment .circle{
    width: 25px;
    margin-right: 20px;
}
.event_managment .line_border{
    width: 45%;
    height: 1px;
    background-color: #fff;
}
.event_managment p{
    font-size: 1.2rem;
}

/*=============================================================================*/
/*=========Page 13 , 14 Contact us style in page 13 , 14
/*=============================================================================*/
.service1{
    max-width: 90%;
}
.service1 .country{
    display: flex;
    align-items: center;
}
.service1 p{
    color: var(--main-color);
    font-family: main_font;
    font-size: 2rem;
    margin-top: 1rem;
}
.service1 p:hover{
    color: var(--main-color) !important;
    cursor: pointer;
}

.service1 .mark1{
    text-align: right;
}
.service1 .mark2{
    width: 160px;
}
/*=============================================================================*/
/*=========Page 13 , 14 Contact us style
/*=============================================================================*/
.contact{
    padding-bottom: 50px;
}
.contact .item_content{
    bottom: 5%;
    left: 50%;
    transform: translateX(-50%);
}
.contact .item_content img{
    width: 30px;
    margin-right: 10px;
}
.contact .item_content h3{
    color: #fff;
    font-size: 2rem;
    margin-top: 10px;
    font-family: main_font;
}

.k1{
    width: 100%;
    height: 350px;
}

/*=============================================================================*/
/*=========Page 12 news Style
/*=============================================================================*/

.news{
    padding: 50px 0px;
}

.news img{
    width: 380px;
}
.news h1{
    font-size: 1.6rem;
    padding-right: 10px;
    margin-bottom: 40px;
}
.news p {
    padding-right: 70px;
    font-size: 1.6rem;
}
.news a{
    color: var(--main-color);
    text-decoration: none;
    font-size: 1.6rem;
}


/*=============================================================================*/
/*=========Page 3 news Style
/*=============================================================================*/
.collect{
    padding-bottom: 30px;
}
.collect .topic1 div{
    top: 50%;
    left: 5%;
    transform: translateY(-50%);
}
.collect .topic1 div img{
    max-width: 15%;
    margin-right: 20px;
}

.collect .topic2 div{
    bottom: 3%;
    left: 5%;
}
.collect .topic2 div img{
    max-width: 100%;
    margin-bottom: 10px;
}

.collect .topic3 div{
    bottom: 3%;
    left: 5%;
}
.collect .topic3 div img{
    max-width: 100%;
    margin-bottom: 10px;
}


.collect .topic4 div{
    bottom: 3%;
    left: 5%;
}
.collect .topic4 div img{
    max-width: 100%;
    margin-bottom: 10px;
}

.collect .topic5 div{
    bottom: 3%;
    left: 5%;
}
.collect .topic5 div img{
    max-width: 100%;
    margin-bottom: 10px;
}

.collect h3{
    font-family: main_font;
    color: #fff;
    font-size: 2rem;

}

.collect .small_shape{
    width: 100px;
}

.p2{
    width:100%;
    height: 583px;
}

.p3{
    width:100%;
    height: 350px;
}


.p4{
    width:100%;
    height: 350px;
}

.p5{
    width:100%;
    height: 225px;
}









/*===================================*/
/*=========Media Query page 4
/*===================================*/
@media only screen and (max-width: 767px) {
   
    .service p{
        font-size: 3rem;
    }
    .service .mark1{
        text-align: left;
    }
    .service1 .mark1{
        text-align: center;
    }

    .service1 .country{
        justify-content: center;
    }

    .contact .item{
        margin-bottom: 8px;
        text-align: center;
    }
    .clock,.comment_plan{
        margin-bottom: 0.5rem;
    }

    .p2{
        margin-bottom: 7px;
    }
    .p6{
        margin-top: 0.1rem!important;
    }






  }

@media only screen and (max-width: 600px) {
    .clinic h3{
        font-size: 1.3rem;
    }

    .clinic .horse{
        width: 80px;
        margin-right: 20px;
    }
    .clinic .line_border{
        width: 90%;
    }
    .clinic p{
        font-size: .8rem;
    }

    /*================ Page 5 ==============*/

    .Strategic h3{
        font-size: 1.3rem;
    }

    .Strategic .horse{
        width: 80px;
        margin-right: 20px;
    }
    .Strategic .line_border{
        width: 90%;
    }
    .Strategic p{
        font-size: .8rem;
    }

     /*================ Page 6 ==============*/

     .Digital h3{
        font-size: 1.3rem;
    }

    .Digital .horse{
        width: 80px;
        margin-right: 20px;
    }
    .Digital .line_border{
        width: 90%;
    }
    .Digital p{
        font-size: .8rem;
    }

     /*================ Page 7 ==============*/

     .Social_Media h3{
        font-size: 1.3rem;
    }

    .Social_Media .horse{
        width: 80px;
        margin-right: 20px;
    }
    .Social_Media .line_border{
        width: 90%;
    }
    .Social_Media p{
        font-size: .8rem;
    }

     /*================ Page 8 ==============*/

     .medical_affairs h3{
        font-size: 1.3rem;
    }

    .medical_affairs .horse{
        width: 80px;
        margin-right: 20px;
    }
    .medical_affairs .line_border{
        width: 90%;
    }
    .medical_affairs p{
        font-size: .8rem;
    }

     /*================ Page 9 ==============*/

     .event_managment h3{
        font-size: 1.6rem;
        margin-top: 33px;
    }

    .event_managment .horse{
        width: 80px;
        margin-right: 20px;
    }
    .event_managment .line_border{
        width: 90%;
    }
    .event_managment p{
        font-size: .8rem;
    }

   
  }

  @media only screen and (max-width: 1110px) and (min-width:992px){

    .top_line{
        display: none;
    }

  }