*{
    margin: 0;
    padding: 0;
}
a,a:hover{
    text-decoration: none;
}
li{
    list-style: none;
}
html{
    scroll-behavior: smooth;
}
body{
    font-family: 'Montserrat', sans-serif;
}
header{
    background: #E8EBF0;
    padding: 30px 0;
}
.logo{
    width: 100%;
}
.logo img{
    width: 100%;
}
.top-menu ul{
    display: flex;
    justify-content: flex-end;
    margin-bottom: 0;
}
.top-menu ul li{
    list-style: none;
}
.top-menu ul li a{
    font-size: 16px;
    color: #464646;
    font-weight: bold;
    text-transform: uppercase;
    padding: 0 20px;
}
.top-menu ul li a i{font-weight: bold;}
.top-menu ul li a:hover{
    color: #df5f41;
}
.banner-area img{
    width: 100%;
    height: 550px;
    object-fit: cover;
}
.banner-bottom{
    background: #e8ebf0;
    padding: 30px 0;
    text-align: center;
}
.banner-bottom-text h2{
    font-size: 32px;
    font-weight: bold;
    color: #04478d;
    margin-bottom: 10px;
}
.banner-bottom-text h5 strong{
    text-transform: uppercase;
}
.banner-bottom-text p{font-size: 18px;color: #000;}
.banner-bottom-text a{background: #df5f41;color: #fff;border-radius: 5px;padding: 8px 20px;display: inline-block;font-weight: 500;transition: all 0.4s ease-in-out;}
.banner-bottom-text a:hover{
    background: #04478d;
}
.main-area{
    padding: 50px 0;
}
.main-left h2{
    font-size: 30px;
    font-weight: bold;
    color: #df5f41;
}
.main-left h3{
    font-size: 25px;
    margin-bottom: 12px;
}
.main-left p{
    font-size: 16px;
    font-weight: 500;
}
.main-left h4{
    font-size: 22px;
    font-weight: 600;
    color: #666;
    margin-bottom: 13px;
}
.main-left ul{
    margin-bottom: 0;
}
.main-left ul li{position: relative;padding-left: 15px;font-size: 20px;color: #212121;margin-bottom: 4px;}
.main-left ul li:before{
    position: absolute;
    content: '\f105';
    color: #df5f41;
    font-size: 18px;
    font-weight: bold;
    left: 0;
    top: 0;
    font-family: 'FontAwesome';
}
.main-right{
    background: #2c2c2c;
    border-radius: 5px;
    padding: 30px;
}
.main-right h3{
    text-align: center;
    font-size: 22px;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #aaa;
}
.submit-btn{
    background: #df5f41;
    color: #fff;
    border:0;
    padding: 8px 25px;
    text-transform: uppercase;
    font-weight: 500;
}
.form-control{
    border-radius: 0;
    border:0;
    margin-bottom: 20px;
}
.work-left{
    background: #2c2c2c;
    padding: 60px 40px;
    height: 100%;
}
.work-left h2{
    font-size: 25px;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 15px;
}
.work-left h4{
    font-size: 20px;
    color: #fff;
    margin-bottom: 20px;
}
.work-left ul{
    margin-bottom: 0;
}
.work-left ul li{position: relative;padding-left: 30px;font-size: 19px;color: #fff;margin-bottom: 15px;}
.work-left ul li:before{
    position: absolute;
    content: '\f00c';
    width: 20px;
    height: 20px;
    font-size: 19px;
    color: #eee;
    left: 0;
    font-family: 'FontAwesome';
}
.work-right{
    background: #efefef;
    height: 100%;
    padding: 60px 40px;
}
.work-right h2{
    font-size: 25px;
    color: #df5f41;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 30px;
}
.work-right ul{
    margin-bottom: 0;
}
.work-right ul li{
    font-size: 25px;
    margin-bottom: 25px;
    color: #222;
    font-weight: 600;
}
.work-right ul li i{
    color: #df5f41;
    margin-right: 10px;
    font-size: 28px;
}
.about-area{
    background: url(../images/about-bg.jpg);
    padding: 60px 0;
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.about-area:before{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.6);
}
.about-text h2{
    font-size: 35px;
    color: #fff;
    padding-bottom: 10px;
    position: relative;
    margin-bottom: 25px;
    font-weight: bold;
}
.about-text h2:before{
    position: absolute;
    content: '';
    width: 100px;
    height: 3px;
    background: #fff;
    bottom: 0;
    left: 0;
}
.about-text p{
    color: #fff;
    font-size: 18px;
    margin-bottom: 10px;
}
footer{
    background: #2c2c2c;
    padding: 40px 0 20px 0;
}
.footer1{
    text-align: center;
}
.footer1 h2{font-size: 25px;color: #999;}
.footer1 p{
    color: #999;
}
.copyright-text{
    text-align: center;padding-top: 20px;border-top: 1px solid #777;margin-top: 20px;
}
.copyright-text p{
    color: #777;
    margin-bottom: 0;
}
.icon-bar1 {
  position: fixed;
  /*top: 50%;*/
  right: 0;
  z-index: 99;
  bottom: 0;
}

.icon-bar1 a {
  display: block;
  text-align: center;
  padding: 10px 8px;
  transition: all 0.3s ease;
  font-size: 20px;
  border-radius: 40px 0 0 40px !important;
  margin-bottom: 10px;
}

.icon-bar1 ul li {
  float: left;
}

.icon-bar1 a img {
  width: 40px;
}
.icon-bar2{
    background: #2196f3;
    padding: 15px;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    display: none;
    text-align: center;
}
.icon-bar2 a{
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 0;
}
.mobile-menu{
    display: none;
}
.bar1,.bar2,.bar3{
    width: 35px;
    height: 4px;
    background: #0055a5;
    border-radius: 4px;
    margin: 6px 0;
}
.top-menu ul.sub-menu{flex-wrap: wrap;position: absolute;content: '';z-index:9;width:360px;margin-left: -105px; display: none;margin-top: 10px;}
.top-menu ul.sub-menu li{display: block;width: 100%;}
.top-menu ul.sub-menu li a{display: block;width: 100%;background: #fff;border-bottom: 1px solid #cdd0d4;border-right: 0 !important;padding: 10px 15px !important;line-height: 20px;font-size: 14px;}
.top-menu ul.sub-menu li:first-child a{padding-left: 15px !important;}
.top-menu ul.sub-menu li:last-child a{border-bottom: 0 !important;}

.inner-section{padding: 50px 0;}
.banner-text{text-align: center;}
.banner-text img{width: 100%;}
.banner-text h1{font-weight: bold;color: #0055a5;font-size:45px;margin-bottom: 20px;line-height: 1.1;}
.main-banner{padding: 50px 0;}
.banner-text p{font-size: 19px;color: #000;margin-bottom: 20px;font-weight: 600;}
.banner-text p a{color: #830f34;font-weight:600;}
.banner-text img{width: 100%;}
.appointment-area{background-image: url(../images/appointment.jpg);background-repeat: no-repeat;background-size: cover;background-position: center;padding: 25px 0;position: relative;}
.appointment-area:before{position: absolute;content: '';width: 100%;height: 100%;background: #0087b8;opacity: 0.8;top: 0;left: 0;right: 0;bottom: 0;}
.appointment-left h3{font-size: 24px;color: #fff;font-weight: 600;margin-bottom: 0;letter-spacing: 0.3px;}
.appointment-btn a{background: #ffae28;color: #830f34;padding: 15px 25px;font-size: 16px;font-weight: 500;text-transform: uppercase;display: inline-block;line-height: 20px;float: right;transition: all 0.4s ease-in-out;text-align: center;}
.appointment-btn a:hover{background: #fff;}
.service-list{padding-top: 50px;}
.why-us h2{color: #830f34;font-size: 25px;font-weight: 600;margin-bottom: 20px;}
.why-us ul li{display: flex;align-items: center;margin-bottom: 20px;font-weight: 600;}
.why-text h3{font-size: 18px;color: #232323;font-weight: 500;margin-bottom: 0;}
.why-img{
    margin-right: 10px;
}


@media only screen and (max-width: 767px){
    .top-menu{
        display: none;
    }
    .mobile-menu{
        display: inline-block;
        text-align: right;
    }
    .logo{
        width: 230px;
    }
    .mob-header{
        display: flex;align-items: center;justify-content: space-between;
    }
    .top-menu ul{
        display: block;
        padding-top: 15px;
    }
    .top-menu ul li a{
        padding: 3px 0 5px 0;
        display: block;
    }
    .banner-area img{
        height: 170px;
    }
    .banner-bottom-text h2{
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 7px;
    }
    .banner-bottom-text h5{
        margin-bottom: 7px;
    }
    .banner-bottom-text p{
        font-size: 16px;
        margin-bottom: 15px;
    }
    .main-left{
        margin-bottom: 30px;
    }
    .main-left h2{
        font-size: 26px;
    }
    .main-left h3{
        font-size: 20px;line-height: 25px;margin-bottom: 8px;
    }
    .main-left h4{
        font-size: 20px;margin-bottom: 8px;
    }
    .main-left ul li{
        font-size: 18px;
        margin-bottom: 7px;
    }
    .work-left{
        padding: 40px 25px;
    }
    .work-left h2{
        font-size: 23px;
        margin-bottom: 5px;
    }
    .work-left h4{
        font-size: 16px;margin-bottom: 15px;
        line-height: 20px;
    }
    .work-left ul li{
        font-size: 16px;
    }
    .work-right{
        padding: 45px 25px;
    }
    .work-right h2{
        font-size: 23px;
        margin-bottom: 15px;
    }
    .work-right ul li{
        font-size: 17px;
        margin-bottom: 18px;
    }
    .work-right ul li i{
        font-size: 20px;
    }
    .footer1{
        margin-bottom: 10px;
    }
    .footer1 h2{
        font-size: 20px;
    }
    .footer1 p{
        font-size: 14px;
    }
    .icon-bar1{
        display: none;
    }
    .icon-bar2{
        display: block;
    }
    footer{
        padding: 40px 0 70px 0;
    }
    .banner-text h1{
        font-size: 35px;
    }
    .main-banner{
        padding-top: 0;
    }
    .appointment-area{
        padding: 35px 0;
    }
    .appointment-left h3{
        text-align: center;margin-bottom: 15px;
    }
    .appointment-btn a{
        float: none;
    }
    .appointment-btn{
        text-align: center;
    }
    .top-menu ul.sub-menu{
        position: relative;
        margin-top: 5px;
        width: 100%;
        margin-left: 0;
        padding: 0;
        margin-bottom: 5px;
    }
}


.top_head {
    text-align: center;
    padding: 30px 0;
}

.main_text0 h3 {
    font-size: 20px;
}

.main_text0 ul {
    padding-left: 30px;
}

.main_text0 ul li {
    list-style: url;
    font-size: 15px;
}

.table-bordered {
    border: none;
}

table {
    background-color: transparent;
    width: 100%;
}

table tr {
    background-color: #f8f8f8;
    border: 1px solid #ddd;
    padding: .35em;
}

table th, table td {
    padding: .625em;
    text-align: left;
    border: 1px solid #ddd;
    padding: 6px;
    /* padding-left: 15px; */
    font-size: 15px;
    line-height: 1.4;
}

.top_img1 {
    margin: 0 auto;
    text-align: center;
    margin-bottom: 15px;
}

.top_img1 img {
    width: 100px;
}

.top_img {
    padding: 30px 0;
}

.top_img img {
    width: 100px;
}


.main_text0 {
    padding-bottom: 60px;
}


.ftrser ul li {
    padding: 10px 0;
}

.ftrser ul li a {
    font-size: 15px;
    color: #000;
}

body .site-main {
    background-color: #fff;
    position: relative;
    z-index: 9;
}

.cmt-row.map-section {
    padding-top: 0;
}

.cont_bg {
    margin: 60px 0;
}

.spacing-12 {
    padding: 35px 30px 20px;
}

.box-shadow {
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .07);
    -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .07);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .07);
}

.section-title .title-header {
    position: relative;
    margin-bottom: 20px;
}

.cmt-page-title-row {
    display: block;
    padding-top: 95px;
    padding-bottom: 90px;
    z-index: 2;
    text-align: center;
}

.cmt-page-title-row {
    position: relative;
    background-image: url(../images/cmt-pagetitle-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.title-box .page-title-heading h1 {
    font-weight: 700;
    text-transform: capitalize;
    font-size: 41px;
    line-height: 50px;
    color: #fff;
    margin-bottom: 0;
}


.all-links {
    padding: 50px 0;
}

.copyright-text a {
    color: #777;
}


.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #df5f41 !important;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: .3rem;
    outline: 0;
}

.modal-header h5 {
    color: #fff;
    font-weight: 800;
}

.modal-body .form-group {
    margin-bottom: 0px;
}

.modal-body .submit-btn {
    width: 100%;
    background: #fff !important;
    color: #df5f41;
}

.close {
    color: #fff !important;
    opacity: 1;
}

.modal-backdrop {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1040;
	width: auto !important;
	height: auto !important;
	background-color: #000;
}