@charset "utf-8";

/* CSS Document */

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Light.woff2') format('woff2'), url('../fonts/OpenSans-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Antonio';
    src: url('../fonts/Antonio-Light.woff2') format('woff2'), url('../fonts/Antonio-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Semibold.woff2') format('woff2'), url('../fonts/OpenSans-Semibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Extrabold.woff2') format('woff2'), url('../fonts/OpenSans-Extrabold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans.woff2') format('woff2'), url('../fonts/OpenSans.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Bold.woff2') format('woff2'), url('../fonts/OpenSans-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Antonio';
    src: url('../fonts/Antonio-Regular.woff2') format('woff2'), url('../fonts/Antonio-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Antonio';
    src: url('../fonts/Antonio-Bold.woff2') format('woff2'), url('../fonts/Antonio-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

* {
    margin: 0;
    padding: 0;
    outline: 0!important;
}

ul,
li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.main-holder {
    overflow: hidden!important;
    background: #97dafa;
    font-family: 'Open Sans';
    font-size: 13px;
}

a,
a:hover {
    text-decoration: none;
    color: inherit;
}

.naveblue {
    color: #00017f;
}

.lightnaveblue {
    color: #0066ff;
}

a.lightbluehover {
    color: #0066ff;
}

a.lightbluehover:hover {
    color: #00017f;
}

.white {
    color: #fff;
}

.fix-icon {
    position: fixed;
    right: 0;
    top: 20%;
    box-sizing: border-box;
    padding: 2px;
    background: #fff;
    box-shadow: 0 0 9px 2px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0 0 9px 2px rgba(0, 0, 0, 0.6);
    -webkit-box-shadow: 0 0 9px 2px rgba(0, 0, 0, 0.6);
    z-index: 600;
    width: 69px;
}

.header-sec {
    position: relative;
}

.top-menu {
    position: fixed;
    top: 0;
    z-index: 500;
    max-width: 1140px;
    width: 100%;
}

.area-link {
    font: normal 18px 'Antonio';
}

.soci-icon a {
    font-size: 18px;
}

.menu-box {
    background: #fff;
    box-shadow: 0px 7px 4px -2px rgba(0, 0, 0, 0.4);
    moz-box-shadow: 0px 7px 4px -2px rgba(0, 0, 0, 0.4);
    webkit-box-shadow: 0px 7px 4px -2px rgba(0, 0, 0, 0.4);
}

.dropdown:hover>.dropdown-menu {
    display: block;
}

.navbar-nav span.nav-link {
    padding: 0!important;
    display: inline-block;
    vertical-align: middle;
}

.btco-hover-menu a,
.navbar>li>a {
    display: inline-block;
    padding: 27px 14px!important;
    font: normal 18px 'Antonio';
    color: #00007e!important;
}

.btco-hover-menu li a:hover,
.btco-hover-menu li a.active {
    background: #0066ff!important;
    color: #fff!important;
}

.dropdown-menu li a {
    padding: 6px 14px!important;
    width: 100%;
    font-size: 15px;
}

.top-phone {
    background: #0066ff;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 30% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 30% 100%);
    background: rgba(0, 101, 252, 1);
    background: -moz-linear-gradient(left, rgba(0, 101, 252, 1) 0%, rgba(0, 0, 127, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0, 101, 252, 1)), color-stop(100%, rgba(0, 0, 127, 1)));
    background: -webkit-linear-gradient(left, rgba(0, 101, 252, 1) 0%, rgba(0, 0, 127, 1) 100%);
    background: -o-linear-gradient(left, rgba(0, 101, 252, 1) 0%, rgba(0, 0, 127, 1) 100%);
    background: -ms-linear-gradient(left, rgba(0, 101, 252, 1) 0%, rgba(0, 0, 127, 1) 100%);
    background: linear-gradient(to right, rgba(0, 101, 252, 1) 0%, rgba(0, 0, 127, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#0065fc', endColorstr='#00007f', GradientType=1);
}

.phone {
    position: relative;
}


/*.phone:before { content: ''; position: absolute; left: 0; background: url(../image/ph-icon.png) no-repeat left top; height: 51px; width: 51px; display: block; z-index: 9; top: 19px; }*/

.ph-number {
    box-sizing: border-box;
    padding-left: 30%;
}

.ph-number span {
    font: normal 17px 'Antonio';
}

.ph-number>a {
    font: bold 31px 'Antonio';
    color: #fff;
}

.category-img {
    background: url(../image/repeat.jpg) repeat left top;
}

.ser-box {
    background: #fff;
    margin: 0;
    text-align: left
}

.inn-page-sec {}

.slider-box {
    width: 100%;
}

.slider-box img {
    width: 100%;
    display: block;
    vertical-align: top;
}

#demo .carousel-item img {
    width: 100%;
    display: block;
    vertical-align: top;
}

.ser-text-box h3 {
    font: bold 22px 'Antonio';
    color: #0066ff;
    text-transform: uppercase;
    margin-bottom: 6px;
}

.ser-text-box p {
    font: normal 13px/17px 'Open Sans';
    color: #00007e;
    margin-bottom: 10px;
}

.ser-text-box ul li {
    font: normal 13px/17px 'Open Sans';
    color: #00007e;
    background: url(../image/dot.png) no-repeat left center;
    box-sizing: border-box;
    padding-left: 15px;
    margin-bottom: 6px;
}

.ser-text-box {
    box-sizing: border-box;
    padding: 10px 15px;
}

.servic-sec h2 {
    font: bold 23px/41px 'Antonio';
    color: #0066ff;
    text-transform: uppercase;
}

.servic-sec h6 {
    font: bold 22px 'Antonio';
    color: #0206a0;
    text-transform: uppercase;
    margin-bottom: 0;
}

.serarea {
    background: url(../image/servare-bg.jpg) no-repeat right bottom;
}

.about-sec h2 {
    font: bold 28px/41px 'Antonio';
    color: #0066ff;
    text-transform: uppercase;
}

.about-sec h3 {
    font: bold 26px/41px 'Antonio';
    color: #ffffff;
    text-transform: uppercase;
}

.servic-sec h1 {
    font: bold 29px/41px 'Antonio';
    color: #0066ff;
    text-transform: uppercase;
}

.customheadline h1 {
    font-size: 2rem;
}

.about-sec h6 {
    font: bold 22px 'Antonio';
    color: #0206a0;
    text-transform: uppercase;
    margin-bottom: 0;
}

.about-sec p {
    font: normal 13px/17px 'Open Sans';
    color: #00007e;
    margin-bottom: 10px;
}

.serarea h2 {
    font: bold 38px/41px 'Antonio';
    color: #0066ff;
    text-transform: uppercase;
}

.serarea h6 {
    font: bold 22px 'Antonio';
    color: #0206a0;
    text-transform: uppercase;
    margin-bottom: 0;
}

#owl-serarea {
    position: relative;
}

#owl-serarea .owl-nav {
    position: absolute;
    top: 40%;
    width: 100%;
}

#owl-serarea .owl-nav button.owl-prev {
    position: absolute;
    left: -47px;
    color: transparent;
    background: url(../image/arrow-left.png) no-repeat left top;
    width: 30px;
    height: 50px;
    display: block;
}

#owl-serarea .owl-nav button.owl-next {
    position: absolute;
    right: 49px;
    color: transparent;
    background: url(../image/arrow-right.png) no-repeat left top;
    width: 30px;
    height: 50px;
    display: block;
}

.map-box {
    background: #fff;
}

.map-name {
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 0 16px;
}

.map-name h3 {
    font: bold 18px 'Antonio';
    color: #0066ff;
    text-transform: uppercase;
}

.map-name a i {
    vertical-align: text-bottom;
    margin-top: 7px;
    font-size: 18px;
    color: #0066ff;
}

.show-img {
    background: #fff;
}

.show-img figure {
    margin: -35px 0 0 0;
}

.testi-sec {
    background: url(../image/testimonial.jpg) no-repeat left top;
    background-size: cover;
}

.testim-box {
    margin: 15% 12% 0 7%;
    border: 7px double #fff;
    box-sizing: border-box;
    padding: 4% 3% 3% 15%;
    position: relative;
}

.testim-box p {
    font: normal 13px/16px 'Open Sans';
    color: #fff;
}

.testim-box h4 {
    font: bold 16px 'Philosopher';
    color: #fff;
    margin: 0;
    text-align: right;
}

#owl-testim .owl-dots {
    text-align: right;
    margin-right: 12%;
}

.testim-box:before {
    content: '';
    background: url(../image/quote.png) no-repeat left top;
    position: absolute;
    top: -32px;
    left: 19px;
    height: 38px;
    width: 44px;
}

.testi-img {
    position: absolute;
    left: -53px;
    bottom: 0;
    width: 88px;
    height: 88px;
    border-radius: 50%;
    overflow: hidden;
}

#owl-testim .owl-dots .owl-dot span {
    background: #020295;
    border-radius: 0;
}

#owl-testim .owl-dots .owl-dot.active span,
.testi-sec .owl-theme .owl-dots:hover .owl-dot span {
    background: #fff;
}

.servic-sec {
    background: url(../image/servare-left.jpg) no-repeat left bottom;
}

.companylogo {
    background: #020295;
}

#owl-logo {
    position: relative;
}

#owl-logo .owl-nav {
    position: absolute;
    top: 0;
    width: 100%;
}

#owl-logo .owl-nav button.owl-prev {
    position: absolute;
    left: -47px;
    color: transparent;
    background: url(../image/arrow-left.png) no-repeat left top;
    width: 30px;
    height: 50px;
    display: block;
}

#owl-logo .owl-nav button.owl-next {
    position: absolute;
    right: 49px;
    color: transparent;
    background: url(../image/arrow-right.png) no-repeat left top;
    width: 30px;
    height: 50px;
    display: block;
}

.footer-sec {
    background: url(../image/footer-bg.jpg) no-repeat right bottom #0066ff;
}

.dot-map {
    background: url(../image/dot-map.png) no-repeat left top;
}

.foot-box h3 {
    font: bold 20px 'Antonio';
    color: #fff;
    text-transform: uppercase;
}

.foot-box ul li {
    font: normal 13px 'Open Sans';
    color: #fff;
    margin-bottom: 6px;
}

.footbot a.zoomlink {
    font: normal 13px 'Open Sans';
    color: #020295;
}

.contactText {
    text-align: left;
}

.contactText h2 {
    font: normal 34px 'Oswald';
    color: #000282;
    text-transform: uppercase;
}

.contactText h5 {
    font: normal 19px 'Open Sans';
    color: #ff0000;
    text-transform: uppercase;
}

.contactText>ul {
    display: inline-block;
    list-style: none;
    margin: 0;
    padding: 0;
}

.contactText>ul li {
    color: #000383;
    font: normal 15px 'Open Sans';
    margin-bottom: 15px;
    border: 0;
    background: none;
    padding: 0;
    box-sizing: border-box;
}

.contactText>ul li a {
    color: #000383!important;
    font: normal 15px 'Open Sans';
    text-decoration: none!important;
    margin: 0 0 6px 0;
    background: none;
    padding: 0;
}

.contactText>ul li>i {
    width: 25px;
    color: #0066ff;
}

.contactText form {
    margin: 0;
}

.contactText form input {
    background: none;
    border: 1px solid #0066ff;
    padding: 9px;
    box-sizing: border-box;
    margin: 0;
    border-radius: 0!important;
    width: 100%;
    vertical-align: middle;
    float: left;
    height: 49px;
    color: #fff;
}

.contactText form textarea {
    background: none;
    border: 1px solid #0066ff;
    padding: 9px;
    box-sizing: border-box;
    margin: 0 0 20px 0;
    border-radius: 0!important;
    width: 100%;
    vertical-align: middle;
    float: left;
    height: 100px;
    color: #fff;
    resize: none;
}

.contactText button {
    border: 0;
    font: normal 18px 'Open Sans';
    color: #fff;
    box-sizing: border-box;
    padding: 11px 30px;
    text-decoration: none;
    background: #0066ff;
}

.blog-box {
    background: #f3f1f1;
}

.blog-text {
    box-sizing: border-box;
    padding: 14px;
}

.blog-text>h3 {
    font: normal 18px 'Oswald';
    color: #000686;
}

.blog-text>p {
    font: normal 13px/17px 'Open Sans';
    color: #404040;
}

.blog-date {
    background: #0066ff;
    font: normal 14px 'Oswald';
    color: #fff;
}

.blog-text>a {
    text-decoration: none;
    border-radius: 30px;
    font: normal 18px 'Oswald';
    color: #000484;
    position: relative;
}

.blog-text>ul>li {
    font: normal 13px/17px 'Open Sans';
    color: #404040;
    margin-bottom: 6px;
    list-style-type: circle;
}

.blog-text>ul {
    margin-left: 17px;
}

.map-tital {
    background: #0066ff;
    background: rgba(0, 101, 252, 1);
    background: -moz-linear-gradient(left, rgba(0, 101, 252, 1) 0%, rgba(0, 0, 127, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0, 101, 252, 1)), color-stop(100%, rgba(0, 0, 127, 1)));
    background: -webkit-linear-gradient(left, rgba(0, 101, 252, 1) 0%, rgba(0, 0, 127, 1) 100%);
    background: -o-linear-gradient(left, rgba(0, 101, 252, 1) 0%, rgba(0, 0, 127, 1) 100%);
    background: -ms-linear-gradient(left, rgba(0, 101, 252, 1) 0%, rgba(0, 0, 127, 1) 100%);
    background: linear-gradient(to right, rgba(0, 101, 252, 1) 0%, rgba(0, 0, 127, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#0065fc', endColorstr='#00007f', GradientType=1);
}

.map-tital>h1 {
    font: bold 18px 'Antonio';
    color: #fff;
    text-transform: uppercase;
    margin: 0;
}

.map-tital>a {
    font: bold 18px 'Antonio';
    color: #fff;
    text-transform: uppercase;
    margin: 0;
    border: 1px solid #fff;
    box-sizing: border-box;
    padding: 3px 16px;
}

.soci-icon>a>i.homestarreview {
    background: url(../image/homestars.png) no-repeat left top;
    display: inline-block;
    width: 20px;
    background-size: 100%;
    height: 20px;
    vertical-align: middle;
}

::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #000383!important;
    opacity: 1;
    /* Firefox */
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #000383!important;
}

::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #000383!important;
}

.dMyBox {
    /* display: flex;*/
    justify-content: space-between;
}

.posiAb {
    position: absolute;
    top: 20px;
    z-index: 9;
}

.ser-text-box h3 {
    color: #0066ff;
    font-size: 21px;
}

.innerPages {
    background: #97dafa;
    width: 100%;
    display: inline-block;
    padding: 50px 0;
}

.innerPages h1 {
    font: bold 35px/41px 'Antonio';
    color: #0066ff;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 50px;
}

.innerPages p {
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 20px;
}

.innerPages ul {
    margin-bottom: 30px;
}

.innerPages ul li {
    font-size: 15px;
    line-height: 24px;
    padding-bottom: 5px;
}

.innerPages ul li:before {
    content: "\f14a";
    position: relative;
    padding-right: 15px;
    font-family: 'Font Awesome 5 Free';
    color: #00007e;
}

.innContent h3 {
    margin-bottom: 20px;
    font-size: 28px;
    font-weight: 600;
    line-height: 35px;
}

.smallBox h4 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #00007e;
}

.innImg img {
    margin-bottom: 30px;
}

.innImg .rounded {
    border-radius: 1rem!important;
}

.ratingBrand {
    margin-top: 25px;
}

.ratingBrand img {
    height: 90px;
    border-radius: 13px;
}

.innerPages .row {
    align-items: center;
    border-bottom: 1px dashed #5999b7;
    margin-bottom: 30px;
    border-radius: 15px;
}

.innerPages .row:first-child {
    border-bottom: 0px dashed #5999b7;
    margin-bottom: 0px;
    border-radius: 0px;
}

.innerPages .row:last-child {
    border-bottom: 0px dashed #5999b7;
    margin-bottom: 0px;
    border-radius: 0px;
}

.smallBox h5 {
    font-weight: bold;
    margin-bottom: 10px;
    border-left: 4px solid #1e79a5;
    padding-left: 8px;
}

.navbar-expand-md .navbar-nav .dropdown-menu {
    height: 272px;
    overflow-y: scroll;
}

@media (max-width: 520px) {
    .posiAb {
        position: absolute;
        top: 20px;
        z-index: 9999;
        left: 50px;
    }
}


}