// Definition of classes and styles personalisations

@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@300&display=swap');

.flex-center-start{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-pack:start;
    -ms-flex-pack:start;
    justify-content:start
}
body{
    font-family: 'Nunito', sans-serif;
    font-weight:400;
    font-style:normal
}


.img{
    max-width:100%;
    -webkit-transition:.3s;
    -moz-transition:.3s;
    -o-transition:.3s;
    transition:.3s
}
a,.button{
    -webkit-transition:.3s;
    -moz-transition:.3s;
    -o-transition:.3s;
    transition:.3s
}
a:focus,.button:focus,button:focus{
    text-decoration:none;
    outline:none
}
a:focus{
    text-decoration:none
}
a:focus,a:hover,.portfolio-cat a:hover,.footer -menu li a:hover{
    text-decoration:none
}
a,button{
    color:#0650B5;
    outline:medium
}
h1,h2,h3,h4,h5{
    font-family: 'Nunito', sans-serif;
    color:#001d38
}
h1 a,h2 a,h3 a,h4 a,h5 a,h6 a{
    color:inherit
}
ul{
    margin:0;
    padding:0
}
li{
    list-style:disc;
}
p{
    font-size:16px;
    font-weight:300;
    line-height:28px;
    color:#4d4d4d;
    margin-bottom:13px;
    font-family: 'Nunito', sans-serif;
}



.header-space{
    left:0;
    right:0;
    width:100%;
    top:0;
    z-index:9
}
@media(max-width:767px){
    .header-space{
        padding-top:0
    }
}
@media(min-width:768px) and (max-width:991px){
    .header-space{
        padding-top:0
    }
}
.header-space .main-header-space{
    padding:7px 0;
    background:#fff
}
@media(max-width:767px){
    .header-space .main-header-space{
        padding:10px 0
    }
}
.header-space .main-header-space.details_nav_bg{
    background:#727272;
    padding-bottom:0
}
@media(max-width:767px){
    .header-space .main-header-space.details_nav_bg{
        padding-bottom:10px
    }
}
.header-space .main-header-space.details_nav{
    background:#001d38
}
.header-space .main-header-space .logo-img{
    text-align:center
}
@media(max-width:767px){
    .header-space .main-header-space .logo-img{
        text-align:left
    }
}
@media(min-width:768px) and (max-width:991px){
    .header-space .main-header-space .logo-img{
        text-align:left
    }
}
@media(min-width:992px) and (max-width:1200px){
    .header-space .main-header-space .logo-img{
        text-align:left
    }
}
@media(max-width:767px){
    .header-space .main-header-space .logo-img img{
        width:70px
    }
}
@media(min-width:768px) and (max-width:991px){
    .header-space .main-header-space .logo-img img{
        width:70px
    }
}
.header-space .main-header-space .Appointment{
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
    -webkit-align-items:center;
    -moz-align-items:center;
    -ms-align-items:center;
    align-items:center;
    -webkit-justify-content:flex-end;
    -moz-justify-content:flex-end;
    -ms-justify-content:flex-end;
    justify-content:flex-end;
    -ms-flex-pack:flex-end
}
@media(min-width:992px) and (max-width:1200px){
    .header-space .main-header-space .Appointment .search_button{
        margin-right:15px
    }
}
@media(min-width:1200px) and (max-width:1500px){
    .header-space .main-header-space .Appointment .search_button{
        margin-right:15px
    }
}
.header-space .main-header-space .Appointment .search_button a i{
    color:#e8e8e8
}
.header-space .main-header-space .Appointment .socail_links ul li{
    display:inline-block
}
.header-space .main-header-space .Appointment .socail_links ul li a{
    color:#a8a7a0;
    margin:0 10px;
    font-size:15px
}
.header-space .main-header-space .Appointment .socail_links ul li a:hover{
    color:#fff
}
.header-space .main-header-space .Appointment .book_btn{
    margin-left:30px
}
@media(min-width:992px) and (max-width:1200px){
    .header-space .main-header-space .Appointment .book_btn{
        margin-left:0
    }
}
@media(min-width:1200px) and (max-width:1500px){
    .header-space .main-header-space .Appointment .book_btn{
        margin-left:0
    }
}
.header-space .main-header-space .Appointment .book_btn a{
    background:#fdae5c;
    background:-moz-linear-gradient(top,#fdae5c 0%,#fd8e5e 100%);
    background:-webkit-linear-gradient(top,#fdae5c 0%,#fd8e5e 100%);
    background:linear-gradient(to bottom,#fdae5c 0%,#fd8e5e 100%);
    filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#FF851B',endColorstr='#fd8e5e',GradientType=0 );
    padding:13px 26px;
    font-size:14px;
    font-weight:400;
    border:1px solid transparent;
    color:#fff;
    -webkit-border-radius:30px;
    -moz-border-radius:30px;
    border-radius:30px
}
@media(min-width:992px) and (max-width:1200px){
    .header-space .main-header-space .Appointment .book_btn a{
        padding:12px 20px
    }
}
.header-space .main-header-space .Appointment .book_btn a:hover{
    background:#fdae5c;
    background:-moz-linear-gradient(top,#fdae5c 0%,#fd8e5e 100%);
    background:-webkit-linear-gradient(top,#fdae5c 0%,#fd8e5e 100%);
    background:linear-gradient(to bottom,#fdae5c 0%,#fd8e5e 100%);
    filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#FF851B',endColorstr='#fd8e5e',GradientType=0 )
}
.header-space .main-header-space .main-menu{
    padding:12px 0
}
.header-space .main-header-space .main-menu ul li{
    display:inline-block;
    position:relative;
    margin:0 44px 0 0
}
.header-space .main-header-space .main-menu ul li a{
    color:#596672;
    font-size:16px;
    text-transform:capitalize;
    font-weight:400;
    display:inline-block;
    padding:0;
    font-family: 'Nunito', sans-serif;
    position:relative;
    text-transform:capitalize
}
@media(min-width:992px) and (max-width:1200px){
    .header-space .main-header-space .main-menu ul li a{
        font-size:15px
    }
}
@media(min-width:1200px) and (max-width:1500px){
    .header-space .main-header-space .main-menu ul li a{
        font-size:15px
    }
}
.header-space .main-header-space .main-menu ul li a i{
    font-size:9px
}
@media(max-width:767px){
    .header-space .main-header-space .main-menu ul li a i{
        display:none!important
    }
}
@media(min-width:768px) and (max-width:991px){
    .header-space .main-header-space .main-menu ul li a i{
        display:none!important
    }
}
.header-space .main-header-space .main-menu ul li a:hover{
    color:#FF851B
}
.header-space .main-header-space .main-menu ul li .submenu{
    position:absolute;
    left:0;
    top:160%;
    background:#fff;
    width:200px;
    z-index:2;
    box-shadow:0 0 10px rgba(0,0,0,.02);
    opacity:0;
    visibility:hidden;
    text-align:left;
    -webkit-transition:.6s;
    -moz-transition:.6s;
    -o-transition:.6s;
    transition:.6s
}
.header-space .main-header-space .main-menu ul li .submenu li{
    display:block
}
.header-space .main-header-space .main-menu ul li .submenu li a{
    padding:10px 15px;
    position:inherit;
    -webkit-transition:.3s;
    -moz-transition:.3s;
    -o-transition:.3s;
    transition:.3s;
    display:block;
    color:#000
}
.header-space .main-header-space .main-menu ul li .submenu li a::before{
    display:none
}
.header-space .main-header-space .main-menu ul li .submenu li:hover a{
    color:#000
}
.header-space .main-header-space .main-menu ul li:hover>.submenu{
    opacity:1;
    visibility:visible;
    top:150%
}
.header-space .main-header-space .main-menu ul li:hover>a::before{
    opacity:1;
    transform:scaleX(1)
}
.header-space .main-header-space .main-menu ul li:first-child a{
    padding-left:0
}
.header-space .main-header-space.sticky{
    box-shadow:0 3px 16px 0 rgba(0,0,0,.1);
    position:fixed;
    width:100%;
    top:-70px;
    left:0;
    right:0;
    z-index:990;
    transform:translateY(70px);
    transition:transform 500ms ease,background 500ms ease;
    -webkit-transition:transform 500ms ease,background 500ms ease;
    box-shadow:0 3px 16px 0 rgba(0,0,0,.1);
    background:rgba(255,255,255,.96);
    background:#fff
}
@media(max-width:767px){
    .header-space .main-header-space.sticky{
        padding:10px 0
    }
}
@media(min-width:768px) and (max-width:991px){
    .header-space .main-header-space.sticky{
        padding:10px 0
    }
}
.header-space .main-header-space.sticky .main-menu{
    padding:0
}
.header-space .main-header-space.sticky .header_down_border{
    border-bottom:none
}
.header-space .main-header-space.sticky .header_down_border.white_border{
    border-bottom:none!important
}
.header-space .header_up{
    padding:17px 0;
    background:#fff;
    border-bottom:1px solid #eaeaea
}
@media(max-width:767px){
    .header-space .header_up .social_media_links{
        text-align:center
    }
}
.header-space .header_up .social_media_links a{
    font-size:15px;
    color:#c7c7c7;
    margin-right:12px
}
.header-space .header_up .social_media_links a:hover{
    color:#FF851B
}
.header-space .header_up .header_left p{
    color:#727272;
    font-weight:400;
    font-size:13px;
    margin-bottom:0
}
.header-space .header_up .short_contact_list{
    text-align:right
}
@media(max-width:767px){
    .header-space .header_up .short_contact_list{
        text-align:center
    }
}
.header-space .header_up .short_contact_list ul li{
    display:inline-block
}
.header-space .header_up .short_contact_list ul li a{
    font-size:13px;
    color:#919191;
    margin-right:50px
}
@media(max-width:767px){
    .header-space .header_up .short_contact_list ul li a{
        margin-left:0;
        margin:0 5px
    }
}
.header-space .header_up .short_contact_list ul li a i{
    color:#FF851B;
    margin-right:7px
}
.header-space .header_up .header_right.d-flex{
    display:flex;
    justify-content:flex-end
}
.header-space .search_btn a{
    width:35px;
    height:35px;
    background:#FF851B;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%;
    font-size:15px;
    text-align:center;
    line-height:35px;
    display:inline-block;
    color:#fff
}

.modal-backdrop{
    position:fixed;
    top:0;
    right:0;
    bottom:0;
    left:0;
    z-index:999;
    background-color:#000
}
.search_modal .modal-content .serch_form{
    position:relative
}
.search_modal .modal-content .serch_form input{
    width:100%;
    height:50px;
    background:#fff;
    color:#fff;
    border:none;
    border-radius:25px;
    padding-left:20px;
    color:#000;
    font-size:15px;
    padding-right:120px
}
.search_modal .modal-content .serch_form input:placeholder{
    color:#000;
    font-size:15px
}
.search_modal .modal-content .serch_form input:focus{
    outline:none
}
.search_modal .modal-content .serch_form button{
    position:absolute;
    right:0;
    top:0;
    font-size:16px;
    height:100%;
    padding:20px;
    color:#fff;
    background:#FF851B;
    display:inline-block;
    border:none;
    line-height:50px;
    height:50px;
    padding:0 30px;
    cursor:pointer;
    border-top-right-radius:4px;
    border-bottom-right-radius:4px;
}

.footer{
    padding-top:100px;
    background-repeat:no-repeat;
    background-position:center center;
    background-repeat:no-repeat;
    background-size:cover;
}

.footer .copy_text{
    padding-bottom:50px;
    background:#FF851B;
    padding-top:50px;
}

.footer .copy_text .copy{
    font-size:15px;
    font-family: 'Nunito', sans-serif;
    color:#fff;
    margin-bottom:0;
    font-weight:500
}
@media(max-width:767px){
    .footer .copy_text .copy{
        font-size:13px
    }
}
.footer .copy_text .copy a{
    color:#FF851B
}

.aaaa{
  background:#FF851B;
  color:#fff !important;
  padding:10px !important;
  border-radius:5px;
}

.aaab{
  background:#FF851B;
  color:#fff !important;
  padding:3px !important;
  border-radius:5px;
}
