/* ********************************* public styles ******************************** */
@import url('https://fonts.googleapis.com/css?family=Hind:400,600');

html,
body {
    height: 100%;
    background-color: #FFFFFF;
}

div:hover,button:hover,a:hover,li:hover,.card:hover{
    transition:0.3s ease-in-out;
}

button,link,select,a{
    cursor: pointer;
}

::-moz-selection {
    background-color:#1C3144;
    color: #fff;

}
::selection {
    background-color:#1C3144;
    color: #fff;
}

/* style dives */
.bg-div:hover,
.bg-div:focus
{
    box-shadow: 0 4px 4px 0 rgba(56, 56, 56, 0.4), 0 6px 20px 0 rgba(86, 86, 86, 0.1);
}
.bg-div2:hover,
.bg-div2:focus
{
    box-shadow: 0 4px 4px 0 rgba(56, 56, 56, 0.4), 0 6px 20px 0 rgba(86, 86, 86, 0.2);
}
/* style buttons */
button:hover ,
button:focus
{
    cursor: pointer;
}

/* style textarea */
textarea {
    resize: none;
}
/* style plceholder */
input::placeholder ,
textarea::placeholder
{
    color: #848484 !important;
    font-weight: 400;
}

input:-ms-input-placeholder , textarea:-ms-input-placeholder{ /* Internet Explorer 10-11 */
    color: #d1d1d1 !important;
}
/* style blockqute */
blockquote {
    background: #fafafa;
    border-right: 2px solid #1C3144 !important;
    margin: 1.5em 10px;
    padding: 0.5em 10px;
    border-top: 0 !important;
    border-bottom: 0 !important;
    border-left: 0 !important;
    color: #6e6e6e;
    line-height:2.5rem !important;
}

blockquote p {
    display: inline;
}

/* order first */
@media (max-width: 991px){
    .order-first2 {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }

}
@media (max-width: 767px){
    .order-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }

}

/* ******************************** header ************************************/

/* top menu */
.div_header{
    position: absolute;
    top: 0;
    left:0;
    right:0;
    z-index: 9999;
}
/* phone i header */
.container_div_phone{
    background-color: #1C3144;
}
.div_phone{
    margin: 2px 5px 2px 1rem !important;
    text-align: left;
}
.phone_text{
    padding-right: 15px;
    font-size: 14px;
}
.address_text{
    font-size: 12px;
}
.div_phone i{
    font-size: 15px;
    color:#FFFFFF;
    vertical-align: middle;
}
.div_phone i:hover , .phone_text:hover {
    color: #FFFFFF ;
}
.div_phone{
    cursor: default;
}
.div_phone span , .div_phone span a{
    font-weight: 300;
    color:#FFFFFF !important;

}
.div_phone span a:hover{
    color: #191919 !important;
}
.nav-custom{
    padding: 0 0.7rem;
}
@media (max-width: 599px) {
    .div_phone{
        text-align: center;
    }
    .phone_text_number , .address_text{
        display: none;
    }
}
@media (max-width: 379px) {
    .phone_text{
        padding-right: 5px;
    }
    .address_text{
        font-size: 11px;
    }
}
/* menu header */
.nav-custom-style{
    padding-right: 0;
    padding-left: 0;
    background-color:RGBA(0,0,0,0.45);
}

.nav-custom-style img{
    width: 100px;
    margin: 2px 2rem 2px 0;
}
.nav-custom-style ul{
    padding-right:1rem;
}
.nav-custom-style ul li{
    padding:0.5rem;
    border: 2px solid transparent;
    border-radius: 0 !important;
    text-transform:uppercase;
}
.nav-custom-style ul li:after {
    display:block;
    content: '';
    border-bottom: solid 2px #1C3144;
    transform: scaleX(0);
    transition: transform 300ms ease-in-out;
}
.nav-custom-style ul li:hover:after { transform: scaleX(1); }
.nav-custom-style ul li.fromRight:after{ transform-origin:100% 50%; }
.nav-custom-style ul li.fromLeft:after{  transform-origin:  0% 50%; }
.nav-custom-style ul li a{
    color: #FFFFFF;
    font-weight: 500;
}


.nav-custom-style .dropdown-toggle::after {
   margin-right: 5px;
    vertical-align: middle;
    color: #FFFFFF !important;
    margin-top: 5px;
}


.nav-custom-style .dropdown-menu{
    border-top: 1px solid #f1f1f1 !important;
    border-bottom:  0;
    border-radius: 0 0 2px 2px !important;
    padding-right: 0 !important;
}
.nav-custom-style .dropdown-menu li{
    padding-right: 0 !important;
}

@media (min-width: 992px) {
    .nav-custom-style .dropdown-menu{
        background-color: rgba(25, 25, 25, 0.6);
        margin-top: 0 !important;
        right:0 !important;
        left:0 !important;
    }
    .nav-custom-style .dropdown-menu a{
        padding-bottom: 0.5rem;
        padding-top: 0.5rem;
    }
}

.nav-custom-style .dropdown-menu a , .nav-custom-style a{
    text-align: center !important;
}
.nav-custom-style .dropdown-menu a:hover{
    color: #FFFFFF;
    background-color: rgba(144, 144, 144, 0.1);

}
.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgb(255,255,255)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E") !important;
}
.navbar-sticky{
    padding: 0;
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 0 1px 4px 1px rgba(0, 0, 0, 0.2);
}
.navbar-sticky .dropdown-toggle::after {
    color: #000 !important;
}
.navbar-sticky .product-count {
    top: 0;
}
.navbar-sticky nav{
    padding: 0 !important;
}
.border-top{
    border-top: 1px solid #dddddd !important;
}
.border-top a{
    color: #ffffff !important;
}
.fixed-top ul li a{
    font-weight: 400;
    color:#000 !important;
}

.fixed-top .dropdown-menu{
    background-color: #ffffff !important;
    border-bottom: 1px solid rgba(0,0,0,.15) !important;
}
.fixed-top .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgb(0,0,0)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E") !important;
}
.navbar-toggler{
    border: 2px solid #1C3144;
    padding: 5px 10px;
    margin-right: auto;
    margin-left: 25px;
}
@media (max-width: 991px) {
    .nav-custom-style a , .dropdown-menu a, .nav-custom-style a , .nav-custom-style .dropdown-menu a {
        text-align: right !important;
    }
    .nav-custom-style .dropdown-toggle::after {
        color:#000 !important;
    }
    .nav-custom-style li , .navbar-nav .nav-link {
        padding-right:0 !important;
    }
    .nav-custom-style li {
        border-bottom: 2px dotted #00000024;
    }

    .nav-custom-style .dropdown-menu {
        border: 1px solid #e0e0e0 !important;
    }
    .nav-custom-style .dropdown-menu li{
        border-bottom:none !important;
    }
    .navbar-collapse{
        text-align: center;
        background-color: #FFFFFF;
        border-top: 1px solid #e3e3e3;
    }
    .nav-custom-style ul{
        display: inline-block;
        padding: 0 !important;
        text-align: center;
    }
    .nav-custom-style ul li a{
        font-weight: 400;
        color: #262626 !important;
    }
    .nav-custom-style ul li{
        margin-right: .5rem;
        margin-left: .5rem;
        display: inline-block;
        padding-bottom: 0;
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .btn-turn{
        width: 100%;
    }

}
@media (max-width: 530px) {
    .nav-custom-style img{
        margin: 2px .5rem 2px 0;
        width: 85px;
    }
    .nav-custom-style ul , .nav-custom-style ul li{
        display: block ;
    }
    .nav-custom-style ul li{
        margin-right: 1rem;
    }
    .nav-custom-style ul li:nth-last-child(n){
        border-bottom: 1px solid #e8e6e6;
    }
}
@media (max-width: 380px) {
    .div_phone {
        margin: 2px 5px 2px 0 !important;
    }

}

@media (max-width: 991px) {
    .form-inline {
        position: absolute;
        left: 7px;
        top: 5px;
    }

    .nav-custom-style {
        justify-content: flex-start !important;
    }

}

/* main index */
.collapse {
    justify-content: end !important;
    margin-left: 10px !important;
}
header .run-in {
    color: #ffffff;
    width: 100%;
    margin-right: 20px;
}
.fixed-top .run-in{
    color: #000 !important;
}
@media screen and (max-width: 991px) {
    header .run-in {
        width: auto;
        margin-bottom: 0px;
    }
}
@media screen and (max-width: 600px) {
    header .run-in {
        font-size: 16px;
    }
}
@media screen and (max-width: 450px) {
    header .run-in {
       display: none;
    }
}
/* ******************************** slider index ************************************/
@media  (max-width: 991px) {
    .n2-ss-layer-col{
        text-align: center !important;
    }
    div#n2-ss-2 .n2-style-db4462fc19dc5894d65d6c45120ecc00-heading{
        font-size: 2.5rem !important;
    }
    div#n2-ss-2 .n2-style-db4462fc19dc5894d65d6c45120ecc00-heading{
        font-size: 2rem !important;
    }
    div#n2-ss-2 .n2-style-6dfb4f9595e2239970dd7fe325d35e3d-heading {
        font-size: 30px!important;
    }
    div#n2-ss-2 .n2-style-ebadab391fe5bb5e8fa3bf17109eee1e-heading {
        font-size: 40px!important;
    }
    div#n2-ss-2 .n2-style-6dfb4f9595e2239970dd7fe325d35e3d-heading  {
        font-size: 40px!important;
    }
}
@media (max-width: 767px) and (min-width: 657px){
    div#n2-ss-2 .n2-ss-slider-1 , div#n2-ss-2 .n2-ss-slider-2 , div#n2-ss-2 .n2-ss-slider-3 {
        height:450px !important;
    }
    .n2-ss-slide{
        margin-top:5rem !important;

    }
    .n2-ss-widget{
        margin-top:6rem !important;
    }
    .slider_custom .n2-ss-swipe-element{
        height:250px !important;
    }

}

@media (max-width: 656px) and (min-width: 500px){
    div#n2-ss-2 .n2-ss-slider-1 , div#n2-ss-2 .n2-ss-slider-2 , div#n2-ss-2 .n2-ss-slider-3 {
        height:450px !important;
    }
    .n2-ss-slide{
        margin-top:7rem !important;

    }
    .n2-ss-widget{
        margin-top:8rem !important;
    }
    .slider_custom .n2-ss-swipe-element{
        height:330px !important;
    }
    div#n2-ss-2 .n2-ss-layer .n2-font-c112339dcee8a3bb34a83174f746d634-paragraph{
        font-size: 18px !important;
    }
    div#n2-ss-2 .n2-ss-button-container a div{
        font-size:16px ;
    }
}
@media (orientation: landscape) and (max-width: 900px), (orientation: portrait) and (max-width: 700px) {
    div#n2-ss-2 .n-uc-W9Byb89mzImn {
        --margin-top: -20px!important;
    }
}
@media (max-width:499px) and (min-width: 400px) {
    .n2-ss-slide{
        margin-top:8rem !important;
    }
    .n2-ss-widget{
        margin-top:9rem !important;
    }
    div#n2-ss-2 .n2-ss-slider-1 , div#n2-ss-2 .n2-ss-slider-2 , div#n2-ss-2 .n2-ss-slider-3 {
        height:530px !important;
    }
    /* .slider_custom .n2-ss-swipe-element{
        height:300px !important;
    } */
    .slider_style p , .slider_style a ,  .title_slider a , .title_slider p {
        font-size: 20px !important;
        padding-right:0 !important;
        padding-left:0 !important;
        margin:auto;
    }
    .title_slider a{
        font-size: 18px !important;
        padding: 1rem !important;
    }
    div#n2-ss-2 .n2-ss-layer .n2-font-c112339dcee8a3bb34a83174f746d634-paragraph{
        font-size: 16px !important;
    }

}

@media (max-width:399px) {
    div#n2-ss-2 .n2-style-db4462fc19dc5894d65d6c45120ecc00-heading {
        font-size: 1.7rem !important;
    }
    .title_slider a{
        font-size: 16px !important;
        padding: 1rem !important;
    }
    .n2-ss-slide{
        margin-top:5rem !important;
    }
    .n2-ss-widget{
        margin-top:9rem !important;
    }
    div#n2-ss-2 .n2-ss-slider-1 , div#n2-ss-2 .n2-ss-slider-2 , div#n2-ss-2 .n2-ss-slider-3 {
        height:370px !important;
    }
    .slider_custom .n2-ss-swipe-element{
        height:300px !important;
    }
    .slider_style p , .slider_style a ,  .title_slider a , .title_slider p {
        font-size: 20px !important;
        padding-right:0 !important;
        padding-left:0 !important;
        margin:auto;
    }
    div#n2-ss-2 .n2-style-397a7ecdffaf882c452b858347678630-heading{
        text-align: right !important;
    }
    div#n2-ss-2 .n2-ss-layer .n2-font-c112339dcee8a3bb34a83174f746d634-paragraph{
        font-size: 14px !important;

    }
    .title_slider a{
        font-size: 18px !important;
        padding: 1rem !important;
    }
    div#n2-ss-2 .n2-ss-layer .n2-font-c112339dcee8a3bb34a83174f746d634-paragraph{
        font-size: 16px !important;
    }
    div#n2-ss-2 .n2-style-ebadab391fe5bb5e8fa3bf17109eee1e-heading {
        font-size: 22px!important;
        margin-top: 20px;
    }
    div#n2-ss-2 .n2-style-6dfb4f9595e2239970dd7fe325d35e3d-heading  {
        font-size: 22px!important;
    }
}
@media (max-width:349px) {
    div#n2-ss-2 .n2-ss-layer .n2-font-c112339dcee8a3bb34a83174f746d634-paragraph{
        font-size: 13px !important;

    }
}

/*********************************************** features *******************************************/
.title_services {
    cursor: pointer !important;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    padding: 10px 5px !important;
    background-color: #003366;
    border-radius: 10px;
    transition: all .4s;
}
.card_services img {
    width: 100%;
    height: 170px;
    object-fit: cover;
    max-width: 100%;
    margin: 10px auto;
    border-radius: 10px;
}
.col-services{
    margin-bottom: 0;
}
.card_services{
    cursor: pointer !important;
    border: 0 !important;
    display: table;
    width: 100%;
}
.card_services:hover .title_services{
    transition: 0.3s;
}
.card_services img{
    width: 100%;
    height: 170px;
    object-fit: contain;
    max-width: 100%;
    margin: 10px auto;
}
.card_services:hover img {
    --tw-rotate: 30deg;
    opacity: .7;
}
.card_services:hover {
    transition: 0.3s;
}
.card_service_body{
    margin: 0.5rem;
    padding: 0.5rem;
    background-color: #1a1a1a;
    border-radius: 1px;
    bottom: 0;
    position: relative;
    top: 99%;
}
.card_service_body h5{
    color:#292929 !important;
    font-size: 17px;
}
.div_index_comments img{
    width: 120px;
}

.insta_btn {
    color: #fff;
    font-weight: 500;
    border: 0;
    padding: 10px 35px 8px 35px;
    border-radius: 10px;
    background-color: #003366;
    transition: all .4s;
}
.insta_btn:hover{
    background-color: #003366;
}
@media (max-width: 991px) {
    .title_services {
        font-size: 15px !important;
    }

    .card_service_body {
        padding-right: 5px !important;
        padding-left: 5px !important;
    }
     .nav_main .navbar-nav .dropdown-menu ul {
        border: 1px solid #ede8e8 !important;
    }
    .nav_main .navbar-nav .dropdown-menu ul li a{
        font-size: 13px !important;
    }
}
@media (max-width: 899px)  and (min-width: 768px) {
    .card_services {
        height: 145px;
    }
    .card_service_body {
        top: 97px;
    }
}
@media (max-width: 767px)  and (min-width: 481px) {
    .card_service_body {
        top: 142px;
    }
}
@media (max-width: 480px) {
    .col-services {
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
    .card_service_body {
        top: 155px;
    }
    .logo-img img {
        width: 70px;
    }
}
@media (max-width: 500px){
    .title_services{
        font-size: 16px;
    }
    .card_service_body{
        padding-right: 5px !important;
        padding-left:  5px !important;
    }
    .titles_style h4 , .titles_style2 h4 ,  .titles_style h2  {
        font-size: 25px !important;
    }
    .mb_parallax_overlay h4{
        font-size: 28px !important;
    }
}
@media (max-width: 399px) {
    .col_main_div {
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
    .col-services{
        margin-bottom: 1rem !important;
    }
}

.col-services:hover ,
.col-services:focus  {
    transform: scale(1.01);
    transition: .1s;
}
.container_features{
    margin-bottom: 2rem;
    margin-top: 2rem;
}

.card_features{
    background-color: #fff;
    border: none;
    box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.1);
    height: 150px;
}
.card_features span{
    font-size: 3rem;
    margin-bottom: 5rem;
    height: 150px !important;
}
.card_features h5{
    color: #585858;
    font-size: 14px;
    margin-top:1rem ;
    cursor: default;
    line-height: 1.5rem;
    font-weight: bold;
}
.card_features:hover{
    transition: 0.5s;
    background-color: #1a1a1a;
}
.card_features:hover .icon_feature{
    font-size: 3.5rem;
    transition: 0.5s;
    color: #fff;
}
.card_features:hover .title_feature{
    font-size: 16px;
    transition: 0.5s;
    color: #fff;
}
.col-features{
    margin-bottom: 2rem;
}
@media (max-width: 799px) and (min-width: 768px) {
    .card_features {
        height: 170px;
    }
}

@media (max-width: 399px) {
    .card_features {
        height: 180px;
    }
}

/***********************************************  about us index *******************************************/
.container_about{
    margin: 4rem 0 2.5rem 0;
}
.div_about_text{
    z-index: 1;
    background-color: #f2f1f1;
    border-radius: 2px;
    margin-bottom: -2rem;
}
.container_about img{
width: 100%;
height: auto;
object-fit:cover;
border-radius: 2px;
}

.card-about{
background-color: transparent !important;
border: none;
}
.card-about-header{
border: none;
background-color: #1C3144;
}
.title_about{
background-color: #fafafa !important;
padding: 1rem 2rem;
border-bottom: 2px solid #c5d2d3;
}
.title_about h4{
text-align: right;
font-size: 28px;
color: #1C3144;
font-weight: 500;
margin: 0;
}
.title_about span{
font-size: 18px;
color: #0c0c0c;
font-weight: 500;
}
.container_about .content_about{
color: #404040;
font-weight: 500;
line-height: 2.3rem;
font-size: 15px !important;
padding: 0.5rem 2rem 2rem 2rem;
}
.container_about .content_about h2{
    font-size: 20px;
}
.card-about{
border-radius: 7px;
}

.btn-about{
border: 0;
float: left;
background-color: #1C3144;
color: #FFFFFF;
border-radius: 7px;
font-size: 22px;
box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.1);
}
.btn-product {
    float: left;
    background-color: #1C3144;
    color: #FFFFFF;
    border-radius: 7px;
    font-size: 15px;
    border: 2px solid #1C3144;
    box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.1);
    padding: 5px;
    margin-top: 15px;
}
.btn-product a {
    color: #fff;
}
.btn-product:hover{
    background-color: #fff;
    box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.2);
}
.btn-product:hover a {
    color: #1C3144;
}
.btn-product i{
    vertical-align: middle;
}
.btn-about:hover{
color: #ededed;
background-color: #1C3144;
}
/* card img hover */
.hm-black-strong{
    position: relative;
}

.hm-black-strong img {
    width: 100%;
    max-height: 400px;
    vertical-align: top;
    object-fit: contain;
}
.hm-black-strong:after {
    border-radius: 5px;
    content: '\A';
    position: absolute;
    width: 100%; height:100%;
    top:0; left:0;
    opacity: 0;
    transition: all 1s;
    -webkit-transition: all 1s;
}
.card-about:hover .hm-black-strong:after  , .card-blog:hover .hm-black-strong:after , .hm-black-strong:hover:after {
    opacity: 1;
    transition:0.7s ease-in-out;
}
@media (max-width: 1000px) and (min-width: 1000px){
    .container_about img {
        height: 380px;
    }
    .paralsec1 {
        margin-top: -2.4% !important;
    }
}
@media (max-width: 1069px) and (min-width: 993px){
    .paralsec1 {
        margin-top: -2.4% !important;
    }
}
@media (max-width: 992px) and (min-width: 992px){
    .paralsec1 {
        margin-top: -2.4% !important;
    }
}
@media (max-width: 991px) and (min-width: 945px){
    .paralsec1 {
        margin-top: -2.5% !important;
    }
    .container_about .content_about {
        padding: 0;
    }
}
@media (max-width: 944px) and (min-width: 768px){
    .paralsec1 {
        margin-top: -3.1% !important;
    }
    .container_about .content_about {
        padding: 0;
    }
}

@media (max-width: 767px){
    /* .div_about_text {
        margin-right: -15rem;
    } */
    .container_about .content_about{
        padding: 0;
    }
    .container_about .content_about {
        padding: 0;
    }
    /* .div_about_text {
        margin-top: 6rem;
    } */
}
@media (max-width: 479px){
    .div_about_text {
        flex: 0 0 83.333333% !important;
        max-width: 83.333333% !important;
    }
    .container_about .content_about {
        font-size: 14px !important;
    }

}
@media (max-width: 370px){
    .div_about_text {
        flex: 0 0 80.333333% !important;
        max-width: 80.333333% !important;
    }
    /* .div_about_text {
        margin-right: -12rem;
    } */

}
@media (min-width: 1880px){
    .card-about-header{
        padding: 0.5rem;
    }
}
@media (max-width: 1879px) and (min-width: 1828px){
    .card-about-header{
        padding: 0.55rem;
    }
}
@media (max-width: 1827px) and (min-width: 1800px){
    .card-about-header{
        padding: 0.54rem;
    }
}
@media (max-width: 1799px) and (min-width: 1765px){
    .card-about-header{
        padding: 0.53rem;
    }
}
@media (max-width: 1764px) and (min-width: 1725px){
    .card-about-header{
        padding: 0.5rem;
    }
}
@media (max-width: 1724px) and (min-width: 1680px){
    .card-about-header{
        padding: 0.46rem;
    }
}
@media (max-width: 1679px) and (min-width: 1600px){
    .card-about-header{
        padding: 0.42rem;
    }
}
@media (max-width: 1599px) and (min-width: 1500px){
    .card-about-header{
        padding: 0.35rem;
    }
}
@media (max-width: 1499px) and (min-width: 1430px){
    .card-about-header{
        padding: 0.3rem;
    }
}
@media (max-width: 1429px) and (min-width: 1390px){
    .card-about-header{
        padding: 0.27rem;
    }
}
@media (max-width: 1389px) and (min-width: 1350px){
    .card-about-header{
        padding: 0.24rem;
    }
}
@media (max-width: 1349px) and (min-width: 1285px){
    .card-about-header{
        padding: 0.2rem;
    }
}
@media (max-width: 1284px) and (min-width: 1220px){
    .card-about-header{
        padding: 0.15rem;
    }
}
@media (max-width: 1219px) and (min-width: 1050px){
    .card-about-header{
        padding: 0.05rem;
    }
}

/***********************************************  services index *******************************************/

/*  parallax */
.mb_parallax_overlay {
    padding: 2.5rem 0 3rem 0;
    z-index: 1;
    position: relative;
}

.mb_parallax_overlay h2{
    color: #ffffff;
    line-height: 4rem;
    text-shadow: 2px 2px #343434;
    text-align: center;
    font-size: 26px;
    font-weight: 500;
}

.paralsec1 {
    margin-top: -2%;
    cursor: default;
    background-attachment: fixed;
    background-size: cover;
    background-position: 100%;
    position: relative;
    cursor: pointer;

}
.paralsec2 {
    background-image: url("../images/cover.jpg");
    cursor: default;
    background-attachment: fixed;
    background-size: cover;
    background-position: 100%;
    position: relative;
    margin-bottom: 0;

}
.paralsec1:after {
    position: absolute;
    content: '';
    width: 100%;
    height:100%;
    z-index: 0;
    background-color: rgba(0, 0, 0, 0.7);
    top:0;
    left:0;
    right: 0;
    bottom: 0;
}
.paralsec2:after {
    position: absolute;
    content: '';
    width: 100%;
    height:100%;
    z-index: 0;
    background-color: rgba(0, 0, 0, 0.7);
    top:0;
    left:0;
    right: 0;
    bottom: 0;
}
.col-service , .row-services{
    margin: 0 !important;

}
@media (min-width: 768px) {
    .div_services  .col-service:nth-child(2n) .div_text_service{
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        border-left: 2px solid #1C3144;
    }
    .div_services  .col-service:nth-child(2n) .services_title , .div_services  .col-service:nth-child(2n) .services_text ,
    .div_services  .col-service:nth-child(2n+1) .div_icon_service{
        text-align: left;
        padding-left: 2rem;
    }
    .div_services  .col-service:nth-child(2n) .div_icon_service ,
    .div_services  .col-service:nth-child(2n+1) .services_title , .div_services  .col-service:nth-child(2n+1) .services_text
    {
        text-align: right;
        padding-right: 2rem;
    }
    .div_services  .col-service:nth-child(2n+1) .div_icon_service{
        border-left: 2px solid #1C3144;
    }
}
@media (max-width: 656px) {
    .paralsec2 {
        margin-bottom: 0;

    }
}
.div_icon_service i{
    color: #7cacb0;
    font-size: 75px;
}
.div_text_service h5{
    color:#7cacb0;
    font-size: 25px;

}
.div_text_service p{
    color: #ffdbd6;
    padding-bottom: 3rem;
    font-size: 19px;
}
.col-service:hover .services_icon , .col-service:hover .services_title{
    color:#1C3144 ;
}

/*********************************************** stations in index *******************************************/
/*  titles */
.titles_style{
    cursor: default;
}
.titles_style h1{
    margin: 0;
}
.titles_style h4 , .titles_style h2 , .titles_style h1{
    font-size: 26px;
    font-weight: 500;
    color: #2a2a2a;
}
.titles_style2{
    cursor: default;
}
.titles_style2 h4{
    font-size: 35px;
    font-weight: 500;
    color: #ffffff;
}
@media (max-width: 500px){
    .titles_style h4 , .titles_style2 h4 ,  .titles_style h2  {
        font-size: 25px !important;
    }
    .mb_parallax_overlay h4{
        font-size: 28px !important;
    }
}
.container_stations{
    margin-bottom: 3.5rem;
}
.container-text-cats{
    padding-top: 2.5rem;
    padding-bottom: 2rem;
}
.col-stations{
    margin-bottom:2rem;
}
.card-stations{
    border: 0;
}
.card-stations{
    margin-bottom: 2rem;
    text-align: center;
}
.card-stations h3{
    margin-top: 1rem;
    font-size: 19px;
    color: #333232;
    font-weight: 600;
    margin-bottom: 1rem;
}
.img-station{
    border: 0;
    border-radius: 2px;
}
.card-stations img{
    height:320px;
}

.img-station , .img-station2 , .img-pages {
    position: relative;
    width: 100%;
}

.img-station img {
    object-fit: fill;
    filter: brightness(80%);
    display: block;
    width: 100%;
    transition: .5s ease;
    backface-visibility: hidden;
    border-radius: 10px;
}

.img-station2 img , .img-pages img {
    filter: brightness(40%);
    display: block;
    width: 100%;
    transition: .5s ease;
    backface-visibility: hidden;
    opacity: 1;
}


.img-station:hover .img-station img  , .card-stations:hover .img-station img {
    transition: .5s ease;
    box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.1);
}
.img-station .middle i{
    font-size: 40px;
    color: #fff;
}
.img-station .middle p{
    font-size: 19px;
    color: #ffffff;
    font-weight: 500;
}
@media (max-width: 1300px) and (min-width: 1100px) {
    .card-stations img{
        height:280px;
    }
}
@media (max-width: 1099px) and (min-width: 900px) {
    .card-stations img{
        height:250px;
    }
}
@media (max-width: 899px) and (min-width: 768px) {
    .card-stations img{
        height:220px;
    }
}
@media (max-width: 767px) and (min-width: 657px) {
    .card-stations img{
        height:270px;
    }
}
@media (max-width: 656px) and (min-width: 500px) {
    .card-stations img{
        height:350px;
    }
}
@media (max-width: 499px) and (min-width: 375px) {
    .card-stations img {
        height: 280px;
    }
}
@media (max-width: 374px)  {
    .card-stations img {
        height: 230px;
    }
    .img-station .middle p{
        font-size: 15px;

    }

}


/*********************************************** list blog in index *******************************************/
.div-blog{
    margin-top: 1.3rem;
    margin-bottom: 1rem;
}
.col-blog{
    margin-bottom: 2rem;
}
.card-blog{
    box-shadow: 0 1px 4px 1px rgba(0, 0, 0, 0.1);
    border: 0 !important;
    margin: 0 !important;

}
.blog-content{
    padding: 0;
    margin: 0;
    border: 0;
}
.col-blog img{
    object-fit: cover;
    border: 0;
    padding: 0;
    margin: 0;
}
.line_title {
    background-color:#1C3144;
    width:50%;
    height: 1px;
    float:right;
    box-shadow: 0 2px 5px 1px rgba(67, 139, 146, 0.5);
}

.card-blog:hover .line_title{
    width:90%;
    transition:0.8s ease-in-out;
}

.title_blog {
    color: #1C3144;
    font-size: 16px;
    text-align: right;
    padding: 1rem 10px 1rem 10px ;
    line-height: 1.5rem;
}
.title_blog a{
    color: #1C3144;
    font-size: 16px;
    text-align: right;
    padding: 1rem 10px 1rem 10px ;
    line-height: 1.5rem;
}
.text_blog{
    padding: 1rem 10px 1rem 10px ;
    text-align: right;
    font-size: 13px;
    font-weight: 500;
    color: #303030;
}
.btn-blog{
    text-align: center;
    border: 1px solid #1C3144;
    background-color:transparent;
    color: #ededed;
    border-radius: 30px;
    font-size: 24px;
    padding: 0.5rem 2rem;
}
.btn-more{
    text-align: center;
    border: 2px solid #1C3144;
    background-color:transparent;
    color: #1C3144;
    border-radius: 30px;
    font-size: 22px;
    padding: 0.5rem 2rem;
    transition: .5s;
}
.btn-more:hover{
    background-color: #1C3144;
    color: #fff;
    box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.1);
}
.btn-blog:hover{
    color: #ededed;
    background-color: #1C31446e;
}
@media (min-width: 1300px) {
    .title_blog{
        height: 40px;
    }
    .text_blog{
        height: 80px;
    }
}
@media (max-width: 1299px) and (min-width: 1050px){

    .title_blog{
        height: 60px;
    }
    .text_blog{
        height: 90px;
    }
}
@media (max-width: 1049px) and (min-width: 992px){

    .title_blog{
        height: 65px;
    }
    .text_blog{
        height: 110px;
    }
}
@media (max-width: 991px) and (min-width: 360px){
    .title_blog{
        height: 40px;
    }
    .text_blog{
        height:70px;
    }
}
@media (max-width: 359px){
    .title_blog{
        height:60px;
    }
    .text_blog{
        height:80px;
    }
}
@media (min-width: 1700px) {
    .col-blog img{
        height: 250px;
    }
}
@media (max-width: 1699px) and (min-width: 1480px){
    .col-blog img{
        height: 220px;
    }

}

@media (max-width: 1479px) and (min-width: 1300px){
    .col-blog img{
        height: 200px;
    }
}
@media (max-width: 1299px) and (min-width: 1199px){
    .col-blog img{
        height: 175px;
    }
}
@media (max-width: 1199px) and (min-width: 992px){
    .col-blog img{
        height: 150px;
    }
}
@media (max-width: 991px) and (min-width: 750px){
    .col-blog img{
        height: 270px;
    }
}
@media (max-width: 749px) and (min-width: 657px){
    .col-blog img{
        height: 210px;
    }
}
@media (max-width: 656px) and (min-width: 505px){

    .col-blog img{
        height: 280px;
    }
}
@media (max-width: 504px) and (min-width: 380px){
    .col-blog img{
        height: 220px;
    }
}

@media (max-width: 379px) and (min-width: 330px){
    .col-blog img{
        height: 180px;
    }
}
@media (max-width: 329px) {
    .col-blog img{
        height: 160px;
    }
}
/*********************************************** footer *******************************************/
.footer{
    width:100%;
    background-color: whitesmoke;
    cursor: default;
    background-size:cover;
    border-top: 2px solid #1C3144;
}
.logo_footer{
    padding: 1rem 4rem;
}
.logo_footer img{
    width: 130px;
    margin-top: 0.7rem;
}

.run-in{
    font-size: 20px;
    display: inline;
    font-weight: 500;
    color: #413f3f;
    line-height: 2.5rem;
}
.footer_ul_amrc li span , .footer_ul_amrc li i{
    color: #343232;
    font-size:14px !important;
    font-weight: 400;
}
.footer_ul_amrc li i{
    font-weight: bold;
}
.logo_footer p{
    color: #413f3f;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.9rem;
}
.footer h5  {
    text-align:right;
    cursor: default;
    color: #FFFFFF;
    line-height: 2.5rem;
    padding-bottom:0;
    margin-bottom: 0;
    font-size: 22px;
    font-weight: 500;
}


.footer ul li a{
    font-size:15px;
    color: #FFFFFF;
}
.footer ul li a:hover {
    color: #2c2c2c;

}

.headin5_amrc img{
    width: 100px;
    margin-top:0.2rem;
}
.footer_contact{
    margin-top: 5rem;
    /* padding: 0 3rem; */
}
.footer_contact ul{
    padding-right: 0;
    text-align: right;
}
.footer_contact ul li{
    list-style-type:none;
    text-align: right;
    font-size:15px;
    color: #FFFFFF;
    font-weight: 400;
    line-height: 2rem;
}
.footer_contact ul li a span:hover{
    color: #000 !important;
}
.footer_ul_amrc{
    margin-bottom: 0 !important;
}
.user-online ul li {
    text-align: center;
}
.user-online ul li strong {
    color: #1c3144;
    margin-right: 5px;
}
.social-div img{
    border-radius: 4px;
}
.social_header_ul{
    color: #d5d5d5;
    display: inline-flex;
    list-style-type:none;
    padding: 0;
    margin: 0;
}
.social_header_ul li{
    margin-right: 10px;
}
.social_footer_ul {
    color: #d5d5d5;
    display:table;
    margin:15px auto 0 auto;
    list-style-type:none;
    text-align: center;  padding: 0;
}
.social_footer_ul i {
    font-size: 27px;
    color: #413f3f;
}
.social_footer_ul i:hover ,  .social_header_ul i:hover{
    color: #121212;
}
.social_footer_ul li {
    padding-left:0.6rem;
    padding-top:2px;
    float:left;
    cursor: pointer;
}
.social_footer_ul li a {
    color: #2346ca;
}
.footer p {
    text-align: justify;
}
@media (min-width: 992px) {
    .footer_contact ul {
        margin-right: 0 !important;
    }
}
@media (max-width: 1245px) and (min-width:992px ) {
    .footer_contact{
        padding: 0.5rem 1rem 0 1rem;
    }
    .logo_footer{
        padding: 0 1rem;
    }


}
@media (max-width: 991px) and (min-width: 657px) {
    .footer_contact {
        padding: 0;
    }

    .logo_footer {
        padding: 0 1rem;
    }
}
@media (max-width: 656px)  {

    .footer_contact {
        padding: 0;
        padding-bottom: 5px;
        margin-top: 1rem;
    }

    .logo_footer {
        padding: 0 1rem;
    }

}

@media (max-width: 991px)  {
    .footer p {
        margin: 3px 0 3px 0;
        text-align: justify;
    }
    .links-div{
        margin-top: 0.5rem;
    }
    .col-border{
        border-right: 0;
    }
    .logo_footer , .headin5_amrc , .col-border h5 , .col-border ul li , .footer_contact h5 , .footer_contact ul , .footer h5  , .footer ul li ,  .social_footer_ul{
        text-align: center !important;
    }
    .footer_contact {
        margin-top: 7rem;
    }
}

.line_footer {
    background-color: #fbfbfb !important;
    margin: 0;
    width: 60%;
    display: none;
}
.pt2 {
    margin-top:25px ;
}

.mb10 {
    padding-bottom:15px ;
}
.col_white_amrc ul{
    padding: 0;
}
.footer_ul_amrc {
    padding:0;

}
.footer_ul_amrc2{
    padding:1rem 0 0 0;
}

.footer_ul_amrc{
    margin-top: 0 !important;

}
.footer_ul_amrc li , .footer_ul_amrc2 li{
    margin: 0;
    text-align: right;
    list-style-type: none;
    font-size: 16px;

}
.footer_ul_amrc li{
    padding:0 0 0.6rem 0;

}
.footer_ul_amrc2 li{
    padding:0 0 1rem 0;

}
.footer_ul_amrc li  a , .footer_ul_amrc2 li a{
    font-weight:400;
    color: #8d8d8d;
    margin-top: 1rem;
}
.footer_ul_amrc li a:hover , .footer_ul_amrc2 li a:hover{
    color: #292929 !important;
    text-decoration:none;
    transition: 0.3s;
}

.footer_ul_amrc2 img{
    border-radius: 3px;
    width: 160px;
}
.footer_ul_amrc2 img:hover{
    opacity: 0.8;

}

.links-div{
    padding: 0;
}
.footer_bottom{
    border-top: 1px solid #e0e0e0;
    padding-top: 0.3rem;
    background: #fff;
}
.footer_bottom{
    background-color: #fff !important;
    padding-top: 0.5rem;
    border-top: 1px solid #dedede;
}
.footer_bottom p{
    font-weight: 400 !important;
    color: #535353 !important;;
    font-size: 12px;
}
.copy_right p{
    color: #e1e1e1;
    font-size: 12px;
}
.fartak .fartaak{
    color: #878787;
    font-weight: 600!important;
    font-size: 12px;
}
.fartak .almas{
    color: #878787;
    font-weight: 600!important;
    font-size: 12px;
}
.fartak .fartaak:hover{
    color: #9900cc;
}
.fartak .almas:hover{
    color: #4a64e6;
}
.fartak p{
    color: #e1e1e1;
}

@media (max-width: 656px) and (min-width: 387px){
    .line_footer{
        display: block;
    }

}
@media (max-width: 386px){
    .line_footer{
        display: block;
    }

}
@media (max-width: 767px){
    .footer_bottom{
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .footer_contact {
        margin-top: 7rem;
    }
}
@media (max-width: 656px){
    .footer_contact {
        margin-top: 1rem;
    }
}
@media (max-width: 399px){
    .social_header_ul li {
        margin-right: 0 !important;
        margin-left: 10px;
    }
}
@media (max-width: 656px) and (min-width: 468px) {
    .line_footer{
        margin-right: 5rem;
    }
}
@media (max-width: 467px) and (min-width: 385px) {
    .line_footer{
        margin-right: 4rem;
    }
}
@media (max-width: 384px) {
    .line_footer{
        margin-right: 3rem;
    }
}
@media (max-width: 506px) {
    .social-div {
        margin-top: 0 !important;
    }
}

@media (max-width: 800px) {
    .footer_contact , .social_footer_ul , .footer_ul_amrc  {
        text-align: center !important;
        margin-right: auto !important;
        margin-left: auto !important;
    }
}


@media (min-width: 768px) and (max-width: 1199px) {
    .social_footer_ul li{
        padding-bottom: 15px;
    }

}

@media (max-width:1199px) and (min-width: 500px) {
    .footer_ul_amrc2 img{
        width: 140px;
        margin-top: 1rem;
    }

}
@media (max-width:991px) and (min-width: 768px) {
    .social-div{
        margin-top:2rem;

    }

}

@media (max-width:379px){
    .headin5_amrc img {
        width: 30%;
    }
}

@media (max-width:767px){


    .footer_ul_amrc li a{
        text-align: center !important;

    }

}
@media (max-width:480px){
    .footer_ul_amrc2 img {
        width: 100px;
    }
}


/* ********************************* list  page ******************************** */
/* breadcrump */
.container-bread span a{
    font-size: 15px;
    font-weight: 500;
    color: #fff;
}
.container-bread span{
    cursor: default;
    color: #dddddd;
    font-size: 15px;
    font-weight: 400;
}
.container-bread span a:hover{
    color:#1C3144;
}
@media (max-width:449px){
    .container-bread{
        margin-top: 8rem;
    }
    .container-bread2{
        margin-top: 1rem;
    }
    .container-bread span a ,  .container-bread span{
        font-size: 14px;
    }
}
@media (min-width:450px){
    .container-bread{
        margin-top: 7px;
    }
    .container-bread2{
        margin-top: 4.5rem;
    }
}
.bread-custom {
    padding: 0.5rem 1rem;
    border-radius: 5px;
    background-color: #FFFFFF;
    margin-bottom: 1rem;
    direction: rtl !important;
    font-size: 16px;
}
.bread-custom li{
    float: right;
}
.bread-custom li a {
    color: #a8a8a8 !important;
    font-weight: 400;
}
.bread-custom li a:hover {
    color: #818181 !important;
    font-weight: 400;
}
.bread-custom .active{
    cursor: default !important;
    color: #5c5c5c;
    font-weight: 400;
}

.carousel-list img{
    height: 400px;
    object-fit:cover;
}
.caption_contact{
    text-align: right;
    right:0;
    left: 0;
    bottom: 0;
    padding: 0;
}
.carousel-single img{
    max-height: 800px;

}
.div-list-blog{
    margin-top: 1.65rem;
}

.div-list-blog .col-blog{
    margin-bottom: 2rem !important;
}
.div-list-blog .card-blog{
    border: 1px solid rgba(0,0,0,0.16);
}
.card-border1 p{
    font-size: 17px;
    font-weight: 500;
    color: #252525;
}

@media (max-width:991px) and (min-width:600px){
    .carousel-list img{
        height: 320px;
    }
    .bread_contact{
        margin-top: 3rem !important;
    }
}
@media (max-width:599px) and (min-width:400px){
    .carousel-list img{
        height: 250px;
    }
    .bread_contact{
        margin-top: 2rem !important;
    }
    .div-sidebar{
        padding: 0;
    }

}
@media (max-width:399px){
    .carousel-list img{
        height: 200px;
    }
    .bread_contact{
        margin-top: 2rem !important;
    }
    .col-blog{
        padding: 0 !important;
    }
    .carousel-list h2{
        font-size: 22px;
    }
    .div-sidebar{
        padding: 0;
    }
}


.div-list-doctors .col-doctors{
    margin-bottom: 2rem;
}
@media (max-width: 1199px) and (min-width: 1101px) {
    .div-list-doctors img{
        height: 180px !important;
    }
    .div-list-doctors p{
        height: 80px !important;
    }
}
@media (max-width: 799px) and (min-width: 768px) {
    .div-list-doctors p{
        height: 80px !important;
    }
}
@media (max-width: 330px) {
    .div-list-doctors p{
        height: 80px !important;
    }
}
@media (max-width: 1100px) and (min-width: 992px) {
    .div-list-doctors img{
        height: 160px !important;
    }
}
@media (max-width: 656px) and (min-width: 530px) {
    .div-list-doctors img{
        height: 280px !important;
    }
}
@media (max-width: 480px) and (min-width: 400px) {
    .div-list-doctors img{
        height: 220px !important;
    }
}
@media (max-width: 380px) {
    .div-list-doctors img{
        height: 170px !important;
    }
}
/* sidebar */
@media (min-width: 768px)  {
    .div-sidebar{
        margin-top: 3.9rem;
    }
}



@media (max-width: 920px) and (min-width: 768px) {
    .div-list-blog img{
        height: 180px !important;
    }
}


/* search */
.search-blog button{
    outline: none !important;
    box-shadow: none !important;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-right: 0 !important;
    border-radius:  30px 0 0 30px !important;
    background: #fff;
    padding: 0.5rem;

}
.search-station{
    margin: 1rem 0;
}
.search-station button{
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-right: 0 !important;
    border-radius:  30px 0 0 30px !important;
    background: #fff;
    padding: 1rem;
    box-shadow: none !important;
    outline: none !important;

}
.search-blog input{
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-left: 0 !important;
    border-radius:0 30px 30px 0 !important;
    padding: 0.5rem;

}
.search-station input{
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-left: 0 !important;
    border-radius:0 30px 30px 0 !important;
    padding: 1rem;

}
.search-blog i{
    font-size: 25px;
    color: #1C3144 !important;
    vertical-align: middle;
}
.search-blog button:hover .icon-search{
    color: #383838 !important;
}
.search-blog{
    margin-bottom: 5px
}
.btn-search i{
    cursor: pointer !important;
}
/* categories */
.cats_blog ,  .most_popular {
    margin-bottom: 1.8rem;
    text-align: right;
    background-color: #fff;
    margin-top: 0;
    border:1px solid #ebebeb;
    border-radius: 3px;
    padding: 10px;
    box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.1);
}
.sidebar_station{
    text-align: right;
    background-color: #fff;
    margin-top: 0.6rem;
    border:1px solid #ebebeb;
    border-radius: 3px;
    padding: 10px;
    box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.1);
}

.popular_txt{
    padding-right: 3px;
}
.cats_blog i ,  .most_popular i {
    vertical-align: bottom;
    padding-left: 5px;
    cursor: default;
    font-size: 18px;
    color: #1C3144 !important;
    font-weight: 500;
}
.sidebar_station i{
    padding-left: 5px;
    cursor: default;
    font-size: 25px;
    color: #1C3144 !important;
    font-weight: 500;
    vertical-align: middle;
}
.sidebar_station .icon-title-search{
    color: #292929 !important;
    font-size: 18px !important;
}
.cats_blog i:hover ,  .most_popular i:hover , .sidebar_station i:hover{
    color: #000 !important;
}
.cats_blog p , .most_popular p , .sidebar_station p{
    cursor: default;
    text-align: right;
    font-size: 15px;
    padding: 0.5rem 0.5rem 0 0.5rem;
    color: #3e3e3e;
    font-weight: 500;
}
.popular_txt p{
    padding: 0.5rem 0 0 0!important;
}


.popular_txt p del{
    font-size: 13px;
    color: #888888;
}
.cats_blog ul ,  .most_popular ul{
    padding-right: 0 !important;
}
.cats_blog ul li:last-child , .most_popular ul li:last-child{
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
    border-bottom: 0;
}
.cats_blog ul li , .most_popular ul li{
    padding-bottom: 1rem;
    border-bottom: 1px solid #e4e4e4;
    padding-right: 5px;
    margin-bottom: 1rem;
    color: #6d6d6d !important;
    font-size: 15px;
    list-style-type:none;
    cursor: pointer;
    font-weight:300;

}
.cats_blog ul li img{
    width: 40px;
    height: 30px;
    padding:0;
}
.most_popular ul li img{
    width: 60px;
    padding:0;
    height: 50px;
}

.cats_blog ul li img:hover , .cats_blog ul li:hover .img_cats ,
.most_popular ul li img:hover , .most_popular ul li:hover .img_cats{
    filter: brightness(80%);
}
.cats_blog ul li a {
    color: #606060 !important;
    font-size: 14px;
    font-weight: 400;
}
.most_popular ul li a{
    color: #585858 !important;
    font-size: 14px;
    font-weight: 500;
}
.cats_blog ul li a:hover , .cats_blog ul li a:focus , .cats_blog ul li:hover .link_cats ,
.most_popular ul li a:hover , .most_popular ul li a:focus , .most_popular ul li:hover .link_cats {
    color: #303030 !important;
    transition: 0.2s;
}
@media (max-width: 1199px) and (min-width: 768px){
    .cats_blog ul li a {
        font-size: 13px;
    }
    .most_popular ul li a{
        font-size: 13px;
    }
    .cats_blog ul li img {
        width: 30px;
        height: 25px;
    }
}
@media (max-width: 1350px) and (min-width: 1200px){
    .most_popular ul li a {
        font-size: 13px;
    }
    .most_popular ul li img {
        width: 50px;
        height: 45px;
    }
}
@media (max-width: 1199px) and (min-width: 850px){

    .popular_txt {
        float: right !important;
    }
    .most_popular ul li img {
        width: 70px;
        height: 30px;
    }
}
@media (max-width: 849px) and (min-width: 768px){

    .popular_txt {
        float: right !important;
    }
    .most_popular ul li img {
        width: 120px;
        height: 25px;
    }
}
@media (max-width: 767px) and (min-width:360px){
    .popular_txt {
        float: right !important;
        padding-right: 1rem;
    }
}
@media (max-width: 460px) and (min-width:360px){
    .most_popular ul li img {
        height: 35px;
    }
}
@media (max-width: 359px) {
    .popular_txt {
        float: right !important;
        padding-right: 1rem;
    }
    .most_popular ul li img {
        width: 40px;
        height: 23px;
    }
    .most_popular ul li a{
        font-size: 12px;
    }
}

/*custom pagination */
.custom-pagination {
    text-align:center;
    direction:rtl !important;
    padding-bottom: 1.5rem !important;
}
.pagination {
    display:inline-block;
}
.custom-pagination ul
{
    list-style:in;
}
.custom-pagination a,
.custom-pagination span
{
    text-decoration:none;
    padding:0 10px;
    border-radius:3px;
}
.custom-pagination a
{
    color: #6c6c6c;
    background-color: #fff;
    border: 1px solid #c9c9c9;
}
.custom-pagination span
{
    border: 1px solid #1C3144;
    color:  #FFFFFF;
    background-color:#1C3144;
}

.custom-pagination a:hover
{
    background-color:#1C3144;
    border: 1px solid #1C3144;
    color:  #fff;
}


/* ********************************* single ******************************** */
/* image single */
.box8{
    cursor: pointer;
}
.box8 .icon,.box8 .title{
    margin:0 !important;
    position:absolute!important;
}
.box8{
    position:relative;
}
.box8 img{
    margin-bottom: 0 !important;
    width:100%;
}
.box8 .title , .cat_box8 .title{
    background:#1C3144 !important;
    font-size:14px !important;
    color:#fff !important;;
}

.box8 .title:hover , .cat_box8 .title:hover{
    background: #1C3144 !important;;
    color:#fff !important;;
    opacity: 1 !important;;
}
.box8 .title , .cat_box8 .title{
    opacity: 0.8;
    padding:5px 7px;
    border-radius:5px;
    font-weight:600;
    top: 20px;
    right:20px;
    transition:all .9s ease 0s;
}

.box8 .icon li a{
    transition:all .35s ease 0s;
}

@media only screen and (max-width:990px){
    .box8{
        margin-bottom:20px;
    }
}
@media(max-width:991px)and (min-width:768px){
    .box8 img{
        height:150px;
    }
}
@media(max-width:656px)and (min-width:450px){
    .box8 img{
        height:300px;
    }
}

/* single post */
.post_top , .post_rel{
    margin-bottom: 2rem;
    margin-top: 2px;
    padding: 1rem 2rem;
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.1);
    cursor: default;
}
.post_top2{
    margin-top: 2px;
    margin-bottom: 1rem;
    padding:0 !important;
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.1);
    cursor: default;
}
.post_top2 h1{
    font-size: 30px !important;
    line-height: 3rem !important;
}
.post_top2 h2{
    font-size: 22px !important;
    line-height:2rem !important;
}
.doctor_info{
    padding-bottom: 1rem;
}
@media (max-width: 767px) {
    .doctor_info {
        text-align: center;
    }
}
.doctor_info .w-btn{
    width: 60%;
}
.title_info , .title_social{
    color: #000000ed;
    font-weight: bold;
}
.title_social a{
    font-size: 18px;
    padding-right: 2px;
    font-weight: 400;
}

.title_info a{
    color: #515151;
    font-weight: 400;
    line-height: 1.5rem !important;
}
@media(max-width:656px){
    .post_top, .post_rel {
        padding: 1rem 1rem;
        margin: 1rem 0;
    }
}

.container_gallery img{
    margin-bottom: 0 !important;
}
.container_gallery .slider-nav .slick-slide{
   padding: 5px  !important;
}
.rel_title p{
    font-weight: bold;
    color: #2c2c2c;
    font-size: 18px;
}
.card_header_style{
    padding: 0 0 0.5rem 0 !important;
    background: transparent !important;
}

.single-content h1{
    font-size: 25px !important;
    color: #3f3e3e !important;
    line-height: 3rem !important;
    font-weight: 500;
}
@media (max-width: 500px) {
    .single-content h1{
        font-size: 22px !important;
    }
    .single-content h2 {
        font-size: 20px !important;
    }
    .single-content h3 {
        font-size: 18px !important;
    }
    .single-content h4 {
        font-size: 17px !important;
    }
    .single-content p {
        font-size: 15px !important;
    }
}
/* single social */
.div-social p , .div-social{
    color: #262626 !important;
    font-weight: 500 !important;
    font-size: 14px !important;
    margin: 0 !important;
}
.share-social i , .share-social2 i{
    color:#1C3144;
    font-size: 18px;
    vertical-align: middle;
    display: inline-block;
    padding:0 !important;
    margin: 0 !important;
}

.share-social a , .share-social2 a{
    color: #000;
    font-size: 14px;
    font-weight: 400;
    border-radius: 5px;
    margin-bottom: 5px !important;
    display: inline-block;
}
.share-social a {
    padding: 5px 10px !important;
}
.share-social2 a {
    padding: 0 18px !important;
}
.share-social a:hover ,  .share-social2 a:hover{
    box-shadow: 0 2px 3px 1px rgba(81, 81, 81, 0.1);
    background-color: #1C3144;
    color: #1C3144;
    border-color: transparent;
}
.share-social a:hover i , .share-social2 a:hover i {
    color: #FFFFFF;
}
/* single content */
.single-content{
    text-align: right;
}
.container-single{
    margin-top: 3rem;
}
.post_top blockquote{
    text-align: right;
}
.single-content img{
    margin-bottom: 2rem;
}
.single-content p , .single-content{
    line-height: 3rem;
    font-size: 16px;
    color: #444444;
    font-weight: 400;
    text-align: justify;
}

.single-content h2 {
    font-size: 25px;
    font-weight: bold;
    color: #242424;
    padding-top: 0.5rem;
}
.single-content h3 {
    font-size: 22px;
    color: #2a2a2a;
    padding-top: 0.5rem;
}
.single-content h4 {
    font-size: 20px;
    color: #323232;
    padding-top: 0.5rem;
}
.single-content h5 {
    font-size: 18px;
    color: #414141;
    padding-top: 0.5rem;
}
.single-content h6 {
    font-size: 17px;
    color: #414141;
    padding-top: 0.5rem;
}
.single-content a{
    color: #323232;
    font-weight:500;
}
.single-content a:hover{
    color: #1C3144;
}

.single-content img{
    max-width: 100%;
    height: auto;
    cursor: pointer !important;
    border-radius: 5px;
}
.single-content img:hover{
    opacity: 0.8 !important;
}
.slick-dots li button:before {
    font-size: 30px !important;
}
.img-doctor img{
    max-height: 450px;
}
.img-blog img{
    max-height: 600px;
}
/* single post */
.single-post-info{
    margin-bottom: 0;
    padding-right: 1rem;
    padding-top: 0;
    font-size: 13px;
    font-weight: 400;
}
.single-post-info span , .single-post-info a{
    color: #9c9c9c;
    padding-bottom: 10px;
}
.single-post-info a:hover{
    color:#1C3144;
}
.single-post-info i{
    color: #6a6a6a;
    cursor: default;
}
.single-post-info span{
    padding-left: 0.9rem;
    cursor: default;
    line-height: 1rem !important;
}
.single_info_icon {
    padding-top: 0;
}
.single_info_icon{
    padding-left: 3px;
}
.card-tags{
    text-align: right !important;
    margin-bottom: 1rem;
}
.card-tags i{
    padding-left: 5px;
    color: #1C3144;
    font-size: 18px;
    vertical-align: middle;
    display: inline-block;
}

.card-tags a{
    color: #858585;
    font-size: 14px;
    font-weight: 500;
    border-radius: 5px;
    padding: 0 5px;
    margin-bottom: 5px !important;
    display: inline-block;
}
.card-tags a:hover{
    color: #1C3144;
    border-color: transparent;
}
.card-tags-btn a{
    line-height: 2rem;
    background-color: #d1d1d1;
    color: #575757;
    padding: 0 1rem;
}
.card-tags-btn a:hover{
    background-color: #1C3144;
    color: #fff;
}
.tags_div{
    text-align: center;
}
.price_product{
    font-weight: 500;
    font-size: 17px;
    color: green;
}
.product_info_value{
    float: left;
    text-align: left;
}
.card_product_info{
    width: 100%;
    border-bottom: 1px solid #dedede;
    margin-bottom: 0;
}
.product_info_key{
    text-align: right;
    float: right;
}
.btn-call a{
    outline: none !important;
    box-shadow: none !important;
}
.btn-call{
    background-color:#1C3144;
    margin: 10px 0;
    padding: 10px 1rem 5px 1rem;
    border:2px solid #1C3144;
    outline: none !important;
}
.btn-call:hover{
    background-color:#fff;
    box-shadow: 0 2px 3px 1px rgb(0 0 0 / 10%);
    color: #1C3144;
}
.btn-call:hover a{
    color: #1C3144;
}
.btn-call a{
    font-size: 17px;
    color: #fff;

}
@media (max-width: 991px) {
    .cats_break{
        display: block;
    }
}


.card-body-style3 img
{
    height: 200px !important;
}
@media (max-width:800px ) and (min-width:768px ){
    .card-body-style {
        height: 120px;
    }

}
@media  (min-width: 992px) {
    .card-body-style3
    {
        height: 162px;
    }

}
@media  (max-width:992px)  and (max-width: 657px) {
    .card-body-style3 img
    {
        height: 300px !important;
    }
}
@media  (max-width: 656px) and (min-width: 500px) {

    .card-body-style3 img
    {
        height: 350px !important;
    }
}
@media  (max-width: 499px) and (min-width: 350px) {

    .card-body-style3 img
    {
        height: 250px !important;
    }
}
@media  (max-width: 349px)  {

    .card-body-style3 img
    {
        height: 200px !important;
    }
}
/* post relations*/
.post-rel p{

    font-weight: bold;
    color: #3f3e3e !important;
    margin: 0;
}
.post-rel i{
    padding-left: 2px;
    vertical-align:text-top ;
}
.post-rel-list  i{
    vertical-align: middle;
    color: #1C3144;
}
.post-rel-list span a{
    color: #686868;
    font-weight: 400;
    font-size: 14px;
}
.post-rel-list span a:hover{
    color: #1C3144;
}
/* comments */
.list-comments{
    margin-top: 0;
}
.comment-body{
    overflow: hidden;
    border-bottom: 1px solid #eeeeee;
    margin-bottom: 2rem;
    padding-bottom: 1rem;
}


.title_comments{
    font-size: 23px;
    font-weight: 500;
    color: #494949;
}
.comment-list{
    margin-top: 2rem !important;
    padding-right: 0 !important;
    margin-bottom: 3rem;
}
.comment-list li{
    list-style-type: none;
}
.comment-list img{
    border-radius: 15px;
    margin-left: 0.5rem;
}
.comment-author {
    cursor: default;
    font-size: 14px;
    color: #636363;
}
.comment-metadata a{
    color: #636363 !important;
    margin-right: 2.6rem;
}
.comment-content{
    color: #636363 !important;
    font-weight: 400;
    margin-right: 2.6rem;
    margin-top: 1.5rem;
    cursor: default;
}
.comment-content p {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}
.comment-list .reply{
    float: left;
}
.comment-list .reply a{
    color:#1C3144 !important;
}

.comment-list .reply a:before {
    content: "\e912";
    font-family: 'icomoon';
    display: inline-block;
    width: 1.5em;
    color:#1C3144 !important;
    font-size: 14px;
    vertical-align: middle;
}

.logged-in-as a{
    color: #828282 !important;
    font-size: 14px;
}
.comment-reply-title{
    color: #828282 !important;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 2rem;
}
.logged-in-as a:hover {
    color:#1C3144 !important;
}
.comment-reply-title:before{
    content: "\e915";
    font-family: 'icomoon';
    display: inline-block;
    width: 1.7em;
    color:#1C3144 !important;
    font-size: 18px;
    vertical-align: middle;
}
.comment-form-cookies-consent{
    display: none;
}
.row_input_comment{
    padding-left: 0.6rem;
    padding-right: 0.6rem;
    margin-top: 0.6rem;

}

.comment-reply-title a{
    color: #4c4c4c;
    font-size: 16px;
    font-weight: bold;

}
#cancel-comment-reply-link{
    color: #1C3144 !important;
    padding-right: 7px;
}


.screen-reader-text {
    display: none !important;
}
.comment-navigation .nav-links{
    text-align: center;
    font-size: 13px;

}
.comment-navigation .nav-links a{

    color: #adadad !important;
}
.comment-respond{
    margin-top: 3rem;
}

.btn_comment{
    padding: 1rem;
    margin-left: 0.1rem;
    background:#1C3144;
    color: #ffffff;
    border: 2px solid #1C3144;
}
.btn_comment:hover{
    box-shadow: 0 2px 3px 1px rgb(0 0 0 / 10%);
    background: #fff;
    transition: 0.3s;
    color: #1C3144;
}
.ajax-success{
    color:  #0ac335;
}
.ajax-error{
    color: red;
}
.comment-author a{
    color: #353535;
    font-weight: 500;
}
.comment-content a{
    color: #353535;
}
.comment-author a:hover{
    color: #353535;
    font-weight: 500;
}
@media (max-width:767px) {
    .row_input_comment{
        margin-top: 0;

    }
}

/*  **************** contact page **************************/
.contact_content{
    padding-top: 4rem;
}
.contact_content h2{
    line-height: 2.5rem;
    font-size: 22px;
}
.contact_content p , .contact_content {
    line-height: 3rem;
    color: #3b3b3b;
    font-weight: 400;
    font-size: 16px;

}
.contact_content{
    margin-bottom: 3rem;
}
.contact_content a{
    color: #282828;
}
.single-content2 a:hover{
    color:  #1C3144;
}
.post_info i{
    padding-left: 5px;
    color:  #1C3144;
    font-size: 30px;
    vertical-align:middle;
}
.post_info p , .post_info a{
    color: #7a7a7a !important;
    font-size: 16px;
    font-weight: 500;
}

.post_info a:hover{
    color:#1C3144 !important;
}

.post_info span{
    font-size: 18px;
    font-weight: bold;
}
.div-contact{
    padding-bottom: 0 !important;
    padding-top: 0 !important;
}
.div-contact img{
    object-fit:cover;
}
.hover_contact_item:hover .contact_icon{
    color: #1C3144;
}
.hover_contact_item:hover .contact_info{
    color: #1C3144 !important;
}
@media (max-width: 1350px) {
    .post_info p , .post_info a{
        font-size: 14px;
    }
}

@media (max-width: 991px) {
    .contact-style p{
        padding: 0 !important;
    }
}
@media (max-width: 656px) {
    .contact_content {
        padding: 2rem 1rem !important;
    }
}
@media (max-width: 380px) {
    .container_contact{
        padding: 5px !important;
    }
}

/* form contact */

.form-div input[type=text]:focus , .form-div input[type=email]:focus , .form-div textarea:focus , .comment-respond input:focus , .comment-respond textarea:focus {
    border-color: #1C3144;
}

.form-div input[type=text] , .form-div input[type=email]{
    margin-bottom: 1.5rem;
    padding: 1rem;
    font-size: 14px;
    border: 1px solid #d6d6d6;
    width: 100%;
    height: 50px;
    text-align: right;
    border-radius: 10px;
}
.form-search input[type=text]:focus{
    border-color:rgba(0, 0, 0, 0.1);
}
.btn:focus , .input-group-btn:focus{
    outline: none !important;
}

.form-div button , .form-div input[type=submit]{
    background:#1C3144;
    border:2px solid  #1C3144;
    color: #ffffff;
    border-radius: 5px;
    cursor: pointer;
}
.form-div button:hover , .form-div input[type=submit]:hover{
    box-shadow: 0 1px 4px 1px rgba(0, 0, 0, 0.2);
    background: #fff;
    color:#1C3144;

}

.form-div textarea{
    padding: 1rem;
    font-size: 14px;
    margin-bottom: 2rem;
    border: 1px solid #d6d6d6;
    width: 100%;
    height: 150px;
    border-radius: 10px;
}
.form-div button{
    border-radius: 5px;
    cursor: pointer;
    transition:0.6s ease-in-out;

}
.submit_contact button , .submit_contact input[type=submit]{
    padding: 1rem !important;
}


/*errors form */
.error {
    border-color: #c31510 !important;
}

#form_contact label{
    width: 100%;
}
.form_contact h4{
    font-size: 17px !important;
    font-weight: bold;
    line-height: 2rem;
}

.wpcf7-form .wpcf7-response-output.wpcf7-validation-errors {
    border-color:#c31510 !important;
}

.wpcf7-not-valid-tip{
    display:none !important;
}

/*  **************** 404 page **************************/
/* 404 page */
@media (min-width: 767px) {
    .container_404 {
        margin-bottom: 20rem;
        margin-top: 10rem;
    }
}
@media (max-width: 767px) {
    .container_404 {
        margin-bottom: 6rem;
        margin-top: 5rem;
    }
    .container_contact .card-body{
        padding: 0 !important;
    }
}
.btn-404:hover{
    background-color:#1C3144;
    border-color: transparent !important;
}
.link-404{
    color: #1C3144;
}
.link-404{
    color: #1C3144;
}
.link-404:hover{
    color: #000000;
}
.error-template{
    margin-top: 2rem;
    text-align: center !important;
}
/* gallery style for ios */
.wp-block-gallery{
    margin-top: 2rem !important;
}
.social_contact_ul{
    margin-left: auto !important;
    margin-right: 1.5rem !important;
}
.social_contact_ul i{
    font-size: 2.5rem;
    color:#1C3144;
}

iframe{
    width: 100%;
}
@media (max-width: 991px) {
    iframe{
       height: auto !important;
        margin-bottom: 1rem !important;
    }
}


/*--------------- order-form ------------------------*/
.order-form {
    display: flex;
    flex-direction: column;
}
.order-form input {
    border-radius: 10px;
}
.order-form .submit-button {
    background-color: #1C3144;
    color: white;
    border: none!important;
    margin-top: 10px;
    border-radius: 10px;
}
.container-text-cats h1 a {
    color: #1c3144;
}

#to_top, #whatsup_bottom {
    font-size: 0;
    z-index: 999;
    display: none;
    text-align: center;
    color: #000;
    position: fixed;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    cursor: pointer;
    transform: 0.5s;
    bottom: 30px;
}
#whatsup_bottom {
    right: 30px;
}
#to_top {
    width: 42px;
    height: 42px;
    right: 37px;
    background-color: white;
    bottom: 94px;
}