@font-face {
    font-family: 'Icons Startup X Template';
    src: url('https://assets.website-files.com/60df3676240d4d11db9fa1f8/60df3676240d4d1ce99fa2b3_icons-startup-x-template.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

.highslide-viewport-size {
    background-color: #000;
}

.highslide-loading {
    display: none !important;
    left: 0 !important;
}

.highslide-container {
    z-index: 9999999 !Important;
}

.highslide-controls {
    width: 195px;
    height: 40px;
    background: url(../../../engine/classes/highslide/graphics/controlbar-black-border.gif) 0 -90px no-repeat;
    margin-right: 15px;
    margin-bottom: 10px;
    margin-top: 10px;
}

.highslide-controls ul {
    position: relative;
    left: 15px;
    height: 40px;
    list-style: none;
    margin: 0;
    padding: 0;
    background: url(../../../engine/classes/highslide/graphics/controlbar-black-border.gif) right -90px no-repeat;
}

.highslide-controls li {
    float: left;
    padding: 5px 0;
}

.highslide-controls a {
    background: url(../../../engine/classes/highslide/graphics/controlbar-black-border.gif);
    display: block;
    float: left;
    height: 30px;
    width: 30px;
    outline: none;
}

.highslide-controls a.disabled {
    cursor: default;
}

.highslide-controls a span {
    /* hide the text for these graphic buttons */
    display: none;
}

/* The CSS sprites for the controlbar */
.highslide-controls .highslide-previous a {
    background-position: 0 0;
}

.highslide-controls .highslide-previous a:hover {
    background-position: 0 -30px;
}

.highslide-controls .highslide-previous a.disabled {
    background-position: 0 -60px !important;
}

.highslide-controls .highslide-play a {
    background-position: -30px 0;
}

.highslide-controls .highslide-play a:hover {
    background-position: -30px -30px;
}

.highslide-controls .highslide-play a.disabled {
    background-position: -30px -60px !important;
}

.highslide-controls .highslide-pause a {
    background-position: -60px 0;
}

.highslide-controls .highslide-pause a:hover {
    background-position: -60px -30px;
}

.highslide-controls .highslide-next a {
    background-position: -90px 0;
}

.highslide-controls .highslide-next a:hover {
    background-position: -90px -30px;
}

.highslide-controls .highslide-next a.disabled {
    background-position: -90px -60px !important;
}

.highslide-controls .highslide-move a {
    background-position: -120px 0;

}

.highslide-controls .highslide-move a:hover {
    background-position: -120px -30px;
}

.highslide-controls .highslide-full-expand a {
    background-position: -150px 0;
}

.highslide-controls .highslide-full-expand a:hover {
    background-position: -150px -30px;
}

.highslide-controls .highslide-full-expand a.disabled {
    background-position: -150px -60px !important;
}

.highslide-controls .highslide-close a {
    background-position: -180px 0;
}

.highslide-controls .highslide-close a:hover {
    background-position: -180px -30px;
}


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    list-style: none;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

body {
    font-family: "Averta";
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
}

.fixed-nums {
    position: fixed;
    bottom: 0;
    z-index: 999;
    width: 100%;
    left: auto;
    right: 50px;
    width: auto;
    bottom: 20px;
    animation: MoveUpDown 2s linear infinite;
}

.fixed-nums .wp {
    height: 60px;
    width: 60px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    background-color: #64b261;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    cursor: pointer;
}

.fixed-nums .wp a {
    color: #fff;
    padding: 18px 5px;
    display: block;
    height: 100%;
}

.fixed-nums span {
    font-weight: 700;
    color: white;
    background: #64b261;
    margin-right: 6px;
    padding: 4px 9px;
    border-radius: 4px;
    position: relative;
}

.fixed-nums .wp a i {
    margin-right: 0;
    font-size: 25px;
    line-height: 26px;
}

@keyframes MoveUpDown {

    0%,
    100% {
        bottom: 20px;
    }

    50% {
        bottom: 50px;
    }
}

.header {
    height: auto;
    position: fixed;
    z-index: 111;
    left: 0;
    right: 0;
    top: 0;
    background-color: #fff;
    padding-top: 7px;
    padding-bottom: 7px;
    font-size: 16px;
    font-weight: 500;
}

/*.small-screen-menu-nav{*/
/*height: 100vh;*/
/*z-index: 161;*/
/*background-color: #383838fa;*/
/*position: fixed;*/
/*top: 0;*/
/*left: 0;*/
/*bottom: 0;*/
/*right: 0;*/
/*display:none;*/
/*}*/

.small-screen-menu-nav nav {
    position: fixed;
    right: -100%;
    background-color: #1697aa;
    /*background-image:url("/images/pattern3.png");*/
    background-size: 100px;
    background-position: 100px 95px;
    height: 110vh;
    width: 80%;
    padding-left: 20px;
    transition: all .3s ease;
    padding: 35px;
    padding-top: 120px;
    /* overflow-y: scroll; */
    top: 85px;
    bottom: 0;
    text-align: left;
    z-index: 112;
}

.small-screen-menu-nav nav.active {
    right: 0;
    display: block;
}

.small-screen-menu-nav li>a,
.mobile-open a {
    display: inline-block;
    border-bottom: 1px solid #1DBBD8;
    font-weight: 500;
    width: 100%;
    position: relative;
    font-size: 22px;
    color: #fff;
    letter-spacing: 0;
    padding: 10px 0;
    text-transform: uppercase;
}

.small-screen-menu-nav .close-menu {
    padding: 15px;
    position: absolute;
    right: 43px;
    top: 40px;
    font-size: 30px;
    color: #fff;
}

.block {
    display: block;
}

.brand-title {
    display: flex;
    flex-direction: column;
}

.brand-title span {
    padding-left: 5px;
}

.brand-title span:first-child {
    font-size: 16px;
    font-weight: 900;
    color: #1697aa;
}

.brand-title span:nth-child(2) {
    font-size: 12px;
    padding-left: 5px;
    position: relative;
    color: #1697aa;
}

/*.brand-title span:nth-child(2)::after{*/
/*    position:absolute;*/
/*    content:"";*/
/*    width:65px;*/
/*    height:1px;*/
/*    right:0; */
/*    bottom:7px;*/
/*    background-color:#4044ba;*/
/*    transform:scaleX(1);*/
/*      transform-origin:left;*/
/*    transition:.4s;*/
/*}*/
/*.navbar-brand:hover .brand-title span:nth-child(2)::after{*/
/*    transform:scaleX(.7);*/

/*}*/
.navbar-brand img {
    filter: hue-rotate(-55deg) brightness(1.7);
    width: 100px;
}

.navbar-toggler {
    border: none;
    outline: none;
    background-color: transparent;
}

.menu-icon {
    height: 19px;
    width: 42px;
    position: relative;
    padding: 16px 0;
    box-sizing: content-box;
    cursor: pointer;
}

.navbar-toggler .menu-icon span {
    display: block;
    width: 18px;
    height: 1px;
    margin-top: 15px;
    background-color: #706f6f;
    position: absolute;
    top: 10px;
    right: 0;
    -webkit-transition: background-color .2s ease;
    -moz-transition: background-color .2s ease;
    -o-transition: background-color .2s ease;
    transition: background-color .2s ease;
}

.menu-icon span::before,
.menu-icon span::after {
    content: '';
    width: 24px;
    height: 1px;
    background-color: #706f6f;
    position: absolute;
    right: 0;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

header .navbar-toggler .menu-icon span::after {
    bottom: -10px;
}

.navbar-toggler .menu-icon span::before {
    top: -10px;
}

.navbar-toggler .menu-icon.close span::before {
    -web-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 0;
}

.navbar-toggler .menu-icon.close span::after {
    -web-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    bottom: 0;
}

.navbar-toggler .menu-icon.close span {
    background-color: transparent;
}

.icon-block-lang {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    cursor: pointer;
    margin-right: 20px;
    color: #1f1f1f;
}

.lang-dropdown .langs {
    width: 100%;
    padding: 10px 16px;
    border-radius: 4px;
    margin: 0;
    box-shadow: #d2d2d2;
}

.icon-block-lang i {
    color: #646668;
    font-size: 18px;
    margin: 4px 0 2px 0;
}

.icon-block-lang span {

    font-size: 12px;
}

.lang-dropdown {
    height: auto;
    border-radius: 10px;
    position: absolute;
    background-color: white;
    /*overflow: hidden;*/
    z-index: 10;
    display: none;
    top: 42px;
    z-index: 25;
    right: initial;
    left: -40px;
}

.lang-dropdown .langs li {
    list-style: none;
    padding: 6px 20px 6px 20px;
    display: flex;
    align-items: center;
    cursor: pointer;
    transition: 0.3s;
}

.lang-dropdown .langs li a {
    color: #1f1f1f;
    font-size: 13px;


}

.header .nav-link {

    padding-right: 0.625rem;
    padding-left: 0.625rem;
    color: #363636;
    transition: color .2s;
    display: block;
    white-space: nowrap !important;

}

.header .nav-link:hover {
    color: rgba(31, 31, 31, 0.7);
}

.header_btn {
    display: inline-block;
    /*margin-left: 30px;*/
    padding: 10px 20px;
    border: 1px solid transparent;
    border-radius: 4px;
    background-color: #00a4ac;
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    text-decoration: none;
    transition: color .3s, background-color .3s;
    white-space: nowrap !important;
}

.header_btn:hover {
    color: #fff;
    background-color: transparent;
    /*border: 1px solid #4044ba;*/
    background-color: #30a197;
}

.header-social {
    text-align: right;
}

.hotline-global {
    position: relative;
}

.header-hotline {
    font-weight: 700;
    margin-bottom: 5px;
    transition: .5s all ease;
    will-change: transform;
    font-size: 14px;
    color: #222;
}

.header-hotline i {
    margin-right: 10px;
    color: #fff;
}

.header-hotline .fa-mobile-alt {
    margin-right: 16px;
}

.p999 {
    z-index: 9999;
    position: relative;
}

.social-text {
    font-size: 14px;
    margin-right: 10px;
    margin-bottom: 0;
}

.header-social ul li {
    margin-left: 10px;
}

.header-social li a {
    transition: 0.5s all ease;
    will-change: 'opacity, transform';
    width: 30px;
    height: 30px;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-social li:nth-of-type(2) a {
    background: #3b5998;
}

.header-social li:last-of-type a {
    background: #c4302b;
}

.header-social li:first-of-type a {
    background: #f09433;
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: -webkit-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
}

/*Drop down*/

.dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #fff;
    width: 100%;
    display: flex;
    justify-content: center;
    /*visibility:hidden;*/
    /*opacity:0;*/
    transform: scaleY(0);
    transform-origin: top;
    transition: .3s;
    border-radius: 13px;
    overflow: hidden;
}

.dropdown li a {
    display: block;
    padding: 10px 20px;
    color: #000;
    margin: 10px;
    border-radius: 8px;
    font-size: 15px;
}

.dropdown li a:hover {
    background-color: #f5f5f5;
}

.open:hover .dropdown {
    /*visibility:visible;*/
    /*opacity:1;*/
    transform: scaleY(1);
}

.mobile-dropdown {
    display: none;
    margin: 0 !important;
    padding-left: 20px;
}

.mobile-open div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff;
    width: 100%;
    border-bottom: 1px solid #1DBBD8;
}

.mobile-dropdown li>a {

    font-size: 18px;
}

.mobile-open div a {
    border-bottom: none;
    width: max-content;
}

@keyframes showTopText {
    0% {
        transform: translate(0, 100%);
    }

    100% {
        transform: translate(0, 0);
    }
}

@keyframes showBottomText {
    0% {
        transform: translate(0, -100%);
    }

    100% {
        transform: translate(0, 0);
    }
}

.animated-title {
    color: #222;
    height: 320px;
    display: inline-block;
    width: 100%;
    position: relative;
    font-weight: 900;
}

.animated-title>div {
    height: 50%;
    overflow: hidden;
    position: absolute;
    width: 48%;
}

.animated-title>div div {
    font-size: 50px;
    padding: 20px 0;
    position: absolute;
    width: 100%;
    line-height: 50px;

}

.animated-title>div.text-top {

    border-bottom: 1px solid #00a4ac30;
    top: 0;
}

.animated-title>div.text-top div {
    animation: showTopText 4s;
    animation-iteration-count: infinite;
    /*animation-delay: 1s;*/
    animation-fill-mode: forwards;
    bottom: 0;
    transform: translate(0, 100%);
}

.animated-title>div.text-top div span:first-child {
    color: #767676;
}

.animated-title>div.text-bottom {
    bottom: 0;
}

.animated-title>div.text-bottom div {
    animation: showBottomText 4s;
    animation-iteration-count: infinite;
    /*animation-delay: 1s;*/
    animation-fill-mode: forwards;
    top: 0;
    transform: translate(0, -100%);
    color: #fff;
}

.banner {
    position: relative;
    background-color: #f0f2f5;
    overflow: hidden;
    /*padding-bottom: 60px;*/
    padding-top: 85px;
    height: 80vh;
}

.banner .container {
    margin: 0 auto;
    max-width: 1150px;
    padding: 0 15px;
}

.banner_content {
    padding-top: 90px;
    padding-bottom: 250px;

}

.banner_title {
    /*max-width: 640px;*/
    margin-bottom: 50px;
    font-size: 56px;
    line-height: 64px;
    font-weight: 600;
    color: #141414;
}

.banner_slider {
    /* max-height: 128px; */
    overflow: hidden;
}

.banner_wrapper {
    /* display: inline-block; */
    /* vertical-align: middle; */
    height: 60px;
}

.banner_slide {
    color: #f7942f;
    overflow: hidden;
}

.banner_btn {
    /*height: 50px;*/
    /*background-color: #f7942f;*/
    display: inline-block;
    padding: 10px 25px;
    margin-bottom: 10px;
    font-size: 20px;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 4px;
    text-decoration: none;
    transition: color 300ms ease, transform 300ms ease, box-shadow 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease;
}


.banner_btn:hover {
    color: #fff;
    transform: translate(0px, -4px);
    /*background-color: #F79426;*/
    /*border-color:#F79426;*/
    box-shadow: 0 10px 22px 0 rgb(41 44 50 / 10%);
}

/*.banner_bg{*/
/*    position: absolute;*/
/*    width: 612px;*/
/*    right: 0;*/
/*    top: 50px;*/
/*    bottom: 100px;*/
/*  }*/
.banner_info {
    /*padding-left: 20px;*/
    font-size: 16px;
    line-height: 24px;
    color: #7f868f;
}

.banner_sign {
    position: absolute;
    bottom: 20%;
    right: 530px;
}

.banner_sign-line {
    position: absolute;
    right: -40px;
    bottom: -10px;
    width: 135px;
    height: 36px;
}

.banner_sign-line img {
    width: 100%;
    filter: brightness(100);
    height: 100px;
}

.banner_sign-text {
    font-family: 'Kaushan Script', cursive;
    /*font-weight: bold;*/
    font-size: 24px;
    line-height: 24px;
    text-align: center;
    color: #fff;
    transform: rotate(-13.65deg);
}


.full-page {
    overflow: hidden;
    position: relative;
    color: #fff;

}

.slider-section {
    height: calc(100vh - 40px);
}

.full-page .carousel-item {
    height: calc(100vh - 125px);
}

.full-page .carousel-item>img {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 480px;
    /*height: 600px;*/
    object-fit: contain;
    /*top: 100px;*/
    /*filter: brightness(1) grayscale(0.5) saturate(1.5);*/
}

.carousel-caption {
    left: 0;
    right: 0;
    top: 0;
    bottom: auto;
    /*transform: translate(0,-50%);*/
    text-align: left;
}

.carousel-item {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
}

.carousel-item .row,
.carousel-item .row .container,
.carousel-inner,
.carousel {
    height: 100%;
}

.slider-overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    background: #05a2ad36;
}

.banner-image {
    display: flex;
    align-items: flex-end;
    height: 100%;
}

.banner-image img {
    width: 100%;
}

.banner-actions {
    display: inline-block;
    text-align: left;
}

.carousel-control-next,
.carousel .carousel-control-prev {

    bottom: 50px;
    top: auto;
}

.carousel-control-next,
.carousel-control-prev {
    background-color: #fff;
    width: 40px;
    height: 40px;
    outline: none;
    border: 1px solid #fff;
    border-radius: 50%;
    -webkit-transition: opacity .4s ease, -webkit-transform .4s ease;
    transition: opacity .4s ease, -webkit-transform .4s ease;
    transition: opacity .4s ease, transform .4s ease;
    transition: opacity .4s ease, transform .4s ease, -webkit-transform .4s ease;
    opacity: .8;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    background: url("/images/download.svg") no-repeat 50%;
    background-position: center;
    width: 12px;
    height: 18px;
    filter: opacity(0.2);
}

.carousel-control-prev-icon {
    transform: rotate(180deg);

}

.carousel-control-prev {
    left: 100px;
}

.carousel-control-next {
    left: 150px;
}

.carousel-indicators li svg {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
    /*fill: red;*/
    stroke: #f7942f;
    stroke-width: 3px;
    stroke-dasharray: 94;
    stroke-dashoffset: 94;
}

.carousel-indicators li:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 30px;
    height: 30px;
    /*border: 1px solid #39485b;*/
    border-radius: 50%;
    opacity: 0;
}

.carousel-indicators li.active:before {
    opacity: 1;
    -webkit-transition: opacity .2s ease;
    transition: opacity .2s ease;
}

.carousel-indicators li.active svg {
    -webkit-animation: fill-button 5s linear forwards;
    animation: fill-button 5s linear forwards;
}

.carousel-indicators li {
    display: inline-block;
    width: 5px;
    height: 5px;
    background-color: #f7942f;
    border: none;
    opacity: 1;
    position: relative;
    border-radius: 50%;
    outline: none;
    -webkit-transition: background-color .4s ease;
    transition: background-color .4s ease;
    margin: 0 15px;
    cursor: pointer;
}

.carousel-indicators {
    margin: 0 15px;
}

@keyframes fill-button {
    0% {
        stroke-dashoffset: 94;
    }

    100% {
        stroke-dashoffset: 0;
    }
}

/* Advantages */
.advantage {
    background-color: #535353;
    background-color: #1697aa;
    /*background-color: #7183d1;*/

}

.card-advantage {
    position: relative;
    overflow: hidden;
    /* height: 33.33%; */
    padding: 55px 55px;
    /* border: 1px solid #ccd3da; */
    background-color: #535353;
    background-color: #1697aa;
    /*background-color: #7183d1;*/
    /*cursor: pointer;*/
    color: #535353;
    height: 300px;
    display: block;
    width: 100%;
    z-index: 0;
}

.first-advantage {
    border: none;
    border-left: 1px solid #ffffff24;

}

.second-advantage {
    border-right: 1px solid #ffffff24;
    border-left: 1px solid #ffffff24;
}

.third-advantage {
    border: none;
    border-right: 1px solid #ffffff24;
}

.card-advantage::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 270px;
    height: 270px;
    border-radius: 50%;
    background-color: #404040;
    background-color: #38b3c5;
    /*background-color: #6170b3;*/
    -webkit-transform: translate(32%, 50%) translateZ(0);
    transform: translate(32%, 50%) translateZ(0);
    -webkit-transition: -webkit-transform .3s linear;
    transition: -webkit-transform .3s linear;
    transition: transform .3s linear;
    transition: transform .3s linear, -webkit-transform .3s linear;
    z-index: -1;
}

.card-advantage:hover::before {
    transform: translate(32%, 50%) translateZ(0) scale(4);
}

.card-advantage:hover {
    color: #535353;
}

.card-content {
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    /* height: 100%; */
}

.card-content h2 {
    font-size: 28px;
    font-weight: 500;
    line-height: 1.4;
    color: #fff;
    white-space: pre-wrap;
    will-change: color;
    -webkit-transition: color .3s linear;
    transition: color .3s linear;
}

.card-content p {
    font-size: 15px
}

.card-subtitle {
    margin-top: .4rem;
    font-size: 20px;
    line-height: 1.52;
    color: hsla(0, 0%, 98.8%, .64);
    ;
    will-change: color;
    -webkit-transition: color .3s linear;
    transition: color .3s linear;
}

.card-plus {
    position: absolute;
    bottom: 40px;
    left: 56px;
    z-index: 3;
    opacity: 0;
    will-change: opacity;
    -webkit-transition: opacity .3s linear;
    transition: opacity .3s linear;
    background-color: #fff;
    height: 50px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #404040;
}

.card-advantage:hover .card-plus {
    opacity: 1;
}

.card-advantage:hover .card-content h2 {
    color: hsla(0, 0%, 98.8%, .64);
}

.card-advantage:hover .card-subtitle {
    color: hsla(0, 0%, 98.8%, .64);
}

.card-bg {

    width: 170px;
    height: 190px;
    margin-top: auto;
    margin-left: auto;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    bottom: -45px;
    right: 0;
    filter: brightness(100);
}

.card-advantage .card-bg {
    background-image: url("/images/med1.png");
}

/* Service */
.services,
.info {
    padding: 80px 0;
    background-color: #f4f6f7;
}

.certificates {
    padding: 80px 0;
}

.certificates .owl-item img.fr-dib {
    height: 300px;
    object-fit: cover;
    border: 3px solid #a9a9a9;
    margin: 0;
}

.title {
    /*padding-bottom: 30px;*/
    font-size: 28px;
    line-height: 38px;
    letter-spacing: 1.4px;
    color: #333;
    text-transform: uppercase;
    font-weight: 200;
}

.service-img img {
    width: 100%;
    object-fit: cover;
    height: 100%;
    transition: 500ms all ease;
}

.service-img:hover img {
    transform: scale(1.1);
}

.service-info {
    padding: 20px;
}

.service-info p {
    color: #02afff;
    margin-bottom: 8px;
    font-size: 13px;
    line-height: 13px;
}

.service-box h2 {
    margin-bottom: 15px;
    color: #000;
    font-weight: 500;
    font-size: 19px;
    line-height: 1.31;
    font-weight: 700;
    transition: 500ms all ease;
}

.service-box h2:hover {
    color: #c21417;
}

.service-box {
    position: relative;
    background-color: #fff;
    border: 1px solid #efefef;
    border-radius: 5px;
    box-shadow: 0 0 15px 0 rgb(0 0 0 / 8%);
    transition: box-shadow .2s ease-in-out;
}

.services .owl-item {
    padding: 15px;
}

.service-box:hover {
    box-shadow: 0 0 15px 0 rgb(0 0 0 / 16%);
}

.service-img {
    height: 250px;
    position: relative;
    overflow: hidden;
}

.service-img:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, .8));
    content: "";
}

.service-img svg path {
    fill: white
}

.service-img .title-box-video h2 {
    color: white;
    margin: 0;
    margin-left: 18px;
    font-size: 19px;
    line-height: 1.26;
    text-overflow: ellipsis;
    overflow: hidden;
}

.title-box-video {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 22px 20px 21px;
    z-index: 1;
}

.service-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 11;
    width: 100%;
    padding: 0 20px 8px;
    overflow: hidden;
}

.service-bottom .service-bottom-title {
    margin-right: 15px;
    color: #9b9b9b;
}

.service-bottom {
    font-size: 13px;
}

.service-range {
    color: #575757;
    margin-right: 10px;
}

.service-range i {
    margin-right: 2px;
}

.service-mark {
    fill: #8c8b99;
    cursor: pointer;
}

.service-mark.active {
    fill: #268268;
}

.service-mark svg {
    transition: 500ms all ease;
}

.service-mark:hover svg {
    fill: #268268 !important;
}

.certificates .owl-nav,
.services .owl-nav {
    display: block !important;
}

.services .owl-next,
.services .owl-prev,
.certificates .owl-next,
.certificates .owl-prev {
    position: absolute;
    top: 50%;
    width: 40px;
    height: 40px;
    background: #fff;
    background-color: hsla(0, 0%, 100%, .7) !important;
    border: 1px solid transparent;
    border-radius: 24px;
    box-shadow: 0 2px 7px 0 rgb(0 0 0 / 15%);
    transform: translateY(-50%);
    cursor: pointer;
    transition: 200ms all ease;
}

.services .owl-prev {
    left: -5px;
}

.services .owl-next {
    right: -5px;
}

.certificates .owl-prev {
    left: -20px;
}

.certificates .owl-next {
    right: -20px;
}

.services .owl-nav .owl-prev img,
.certificates .owl-nav .owl-prev img {
    position: relative;
    top: -1px;
    left: -1px;
}

.services .owl-nav .owl-next img,
.certificates .owl-nav .owl-next img {
    position: relative;
    top: -1px;
    left: 2px;
}

.services .owl-carousel .disabled,
.certificates .owl-carousel .disabled {
    visibility: hidden;
    opacity: 0;
}


/* about */
.about-left {

    /*width: 600px;*/
    height: 520px;
}

.about-btn {
    border: none;
    outline: none;
    background: none;
    color: #fff;
    font-size: 50px;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 11;
    transform: translate(-50%, -50%);
}

.about-btn:focus {
    outline: none;
    border: none;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

.stroke-solid {
    stroke-dashoffset: 0;
    stroke-dashArray: 300;
    stroke-width: 6px;
    transition: stroke-dashoffset 1s ease,
        opacity 1s ease;
}

.icon {
    transform: scale(.8);
    transform-origin: 50% 50%;
    transition: transform 200ms ease-out;
}


#play:hover .stroke-solid {
    opacity: 1;
    stroke-dashoffset: 300;
}

#play:hover .icon {
    transform: scale(.9);
}



#play {
    cursor: pointer;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    background-color: #fff;
    border-radius: 50%;
}

.about img {
    margin-bottom: 32px;
    filter: hue-rotate(-55deg) brightness(1.7);
    object-fit: cover;
}

.about-img {
    background-image: url("/images/dr.zarifa.img.png");
    position: relative;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.about-img-title {
    position: absolute;
    right: 30px;
    bottom: 70px;
}

.about-img-title .about-img-name {
    position: relative;
    font-weight: 500;
    font-size: 17px;
    line-height: 1.3;
    color: #012345;

}

.about-img-title .about-img-subtitle {
    font-size: 14px;
    line-height: 1.4;
    color: #677b8f;
}

.about-img-title::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -2rem;
    width: .8rem;
    height: .8rem;
    border-radius: 50%;
    background-color: #30a197;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.about p {
    margin-bottom: 48px;

}

.about_btn {
    padding: 24px 44px;
    border-radius: 80px;
    background-color: #30a197;
    /* -webkit-transition: color 300ms ease, box-shadow 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease; */
    /* transition: color 300ms ease, box-shadow 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease; */
    transition: color 300ms ease, transform 300ms ease, box-shadow 300ms ease, background-color 300ms ease;
    /* transition: color 300ms ease, transform 300ms ease, box-shadow 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease; */

    color: #fff;
    line-height: 1.111em;
    font-weight: 700;
    text-align: center;
    display: inline-block;
}

.about_btn:hover {
    color: #fff;
    transform: translate(0px, -4px);
    background-color: #30a197;
    box-shadow: 0 10px 22px 0 rgb(41 44 50 / 10%);
    cursor: pointer;
}

.info-img {
    width: 100%;
    position: relative;
    height: 230px;
    margin-bottom: 16px;
    border-radius: 8px;
    overflow: hidden;
    z-index: 0;
}

.info-img img {
    width: 100%;
    height: 100%;
    transition: all 1s ease;
    object-fit: cover;
}

.info-caption {
    margin-bottom: 1px;
    color: #838a9d;
    font-weight: 400;
    font-size: 12px;
    line-height: 1.6;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.info-title h5 {
    font-weight: 700;
    font-size: 24px;
    line-height: 1.2;
    color: #202e35;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.info-title span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 26px;
    padding: 2px 8px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 8px;
    color: #202e35;
    transition: all .3s ease;
}

.info-card:hover .info-img img {
    transform: scale(1.05);
}

.info-card:hover .info-title h5,
.info-card:hover .info-title span {
    color: #4044ba;
}





/*FOOTER CALL TO ACTION */



.call-to-action {
    background-color: #148187;
    color: #fff;
    padding: 105px 0;
    font-size: 38px;
}

.call-to-action h2 {
    font-weight: 600;
}

.action-btn {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}

.randevu-btn {
    margin-right: 15px;
    transition: color 300ms ease, transform 300ms ease, box-shadow 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease;
    text-align: left;
    text-decoration: none;
    background-color: #fff;
    color: #292c32;
    /* margin-bottom: 18px;   */

}

.randevu-btn,
.wp-btn {
    display: flex;
    width: 100%;
    max-width: 200px;
    flex-direction: column;
    padding: 32px;
    font-size: 22px;
    line-height: 1.273em;
    border-radius: 10px;
    transition: border-color 300ms ease, color 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;

}

.wp-btn {
    border: 1px solid #fff;
    background-color: transparent;

}

.wp-btn span {
    margin-bottom: 18px;
    background-color: transparent;
    color: #fbf9f8;
    font-size: 22px;
    line-height: 1.273em;
    font-weight: 700;
}

.wp-btn .cta-2-button-primary-arrow {
    color: #fbf9f8;
    margin-top: 38px
}

.randevu-btn span {
    margin-bottom: 18px;
    font-size: 22px;
    line-height: 1.273em;
    font-weight: 600;
}

.cta-2-button-primary-arrow {
    margin-top: auto;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    font-family: 'Icons Startup X Template', sans-serif;
    font-size: 22px;
    line-height: 1.273em;
    font-weight: 400;
}

.randevu-btn:hover {
    box-shadow: 0 10px 22px 0 rgb(41 44 50 / 10%);
    transform: translate(0px, -4px);
    color: #30a197;
    background-color: #fbf9f8;
    will-change: transform;
}

.wp-btn:hover {
    transform: translate(0px, -4px);
    box-shadow: 0 10px 22px 0 rgb(41 44 50 / 10%);
    will-change: transform;
}

.social-media-icons ul {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: flex-start;
}

.social-media-icons ul li {
    margin: 0 40px;
    text-align: center;
}

.social-media-icons ul li a {
    display: inline-block;
    text-decoration: none;
}

.social-media {
    padding: 30px 0;
}

.social-media h3 {
    margin-bottom: 50px;
    text-align: center;
    font-size: 32px;
    line-height: 45px;
    font-weight: 500;
    color: #141414;
}

.social-media-icons ul li a img {
    width: 55px;
    transition: filter 0.3s, -webkit-filter 0.3s;
}

.social-media-icons ul li a p {
    display: block;
    font-size: 14px;
    line-height: 32px;
    color: #707070;
    font-weight: 100;
}

.social-media-icons ul li a:hover img {
    filter: grayscale(1);
}

.see-more {
    font-weight: 100;
    color: #45a7f5;
}

.see-more:hover {
    color: #45a7f5;
}

.footer {
    background-color: #131921;
    padding: 35px 0;
}

.footer-link {
    margin-left: 30px;
    color: #FCFCFC;
    font-size: 14px;
    line-height: 18px;
    transition: 500ms ease;
}

.footer-link:hover {
    color: #00a4ac82;
}

.footer-contact {
    color: #fff;
}

.footer-logo {
    color: #fff;
    display: block;
}

.footer-logo span:last-child {
    font-size: 12px;
}

.footer-logo {
    filter: brightness(100);
}

.copy {
    margin-right: 10px;
    color: #A7B4C2;
    display: inline-block;
}

.footer-text {
    font-size: 14px;
    color: #fff;
    display: inline-block;
}

.site-by {
    margin-left: 5px;
    color: #A7B4C2;
}

.footer-link-wrap .footer-link {
    margin-left: 10px;

}


/*Pagination*/
.pagination {
    justify-content: center;
}

.pagination span {
    padding: 8px 0;
    color: #6e7dbe;
    font-size: 13px;
    border: 1px solid #6e7dbe;
    background: #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    margin-right: 5px;
    width: 35px;
    height: 35px;
}

.pagination a:link,
.pagination a:visited,
.pagination a:active {
    margin: 1px;
    color: #FFFFFF;
    padding: 8px 0;
    font-size: 13px;
    background-color: #6e7dbe;
    border-radius: 5px;
    -webkit-border-radius: 50%;
    text-decoration: none;
    margin-right: 5px;
    width: 35px;
    height: 35px;
}




/*view-all buttonu*/

.view-all {
    font-size: 14px;
    color: black;
    font-weight: 100;
    position: relative;
    /*margin-right:14px;*/
}

.view-all::after {
    content: "";
    height: 1px;
    width: 100%;
    position: absolute;
    background-color: black;
    display: block;
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    bottom: 0;
}

.view-all:hover {
    color: #000;
}

.view-all:hover::after {
    width: 0;
}

.view-all-mobile {
    font-size: 14px;
    color: black;
    font-weight: 100;
    position: relative;
    margin-right: 30px;
}

.view-all-mobile:after {
    content: "";
    height: 1px;
    width: 100%;
    position: absolute;
    background-color: black;
    display: block;
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    bottom: 0;
}

.view-all-mobile:hover {
    color: #000;
}

.view-all-mobile:hover::after {
    width: 0;
}

.modal-content {
    border-radius: 10px;
    padding-top: 40px;
    position: relative;
}

.modal-header {
    padding: 0 60px 20px 60px;
    border: none;
}

.modal-body {
    padding: 0 60px 60px;
}

/*Static pages*/
.static-page,
.full-page {
    position: relative;
    padding-top: 85px;

}

/*.static-page li, .full-page li{*/
/*    list-style:none;*/
/*}*/
.static-page .static-content li,
.full-page .full-content li {
    padding-left: 5px;
}

.static-page .static-content li::marker,
.full-page .full-content li::marker {
    content: "\2713";
    color: #00A4A4;
    font-weight: bolder;
}

.static-page .static-content li ul li::marker, 
.full-page .full-content li ul li::marker{
    content: none;
}

.static-page .static-content li ul li, 
.full-page .full-content li ul li{
    padding-left: 25px;
}

.static-title {
    color: #fff;
    z-index: 111;
    font-size: 50px;
    border-bottom: 1px solid #fff;
    width: max-content;
}

.static-videos {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.gallery .nav{
    justify-content: center;
    margin-bottom: 40px !important;
}

.gallery .nav-pills .nav-link.active, 
.gallery .nav-pills .show > .nav-link{
    color: #fff;
    background-color: #00a4a5;
}

.gallery .photo_page .quote{
    height: 250px;
}

.gallery .photo_page img{
    width: 100%;
    height: 100%;
    margin: 0;
}

.gallery .nav-pills .nav-link{
    color: #00a4a5;
}

.gallery .quote{
    width: 33%;
    flex: 0 0 33%;
    padding: 10px;
    /*height: 300px;*/
}

.gallery .quote p{
    font-size: 18px;
    text-align: left;
    color: black;
}

.gallery iframe {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-bottom: 5px solid #00a4a5;
    border-radius: 5px;
}

.head {
    /*margin-top:200px;*/
    background-color: #00A4A4;
    position: relative;
    height: 200px;
    /*z-index:-1;*/
}

/*.head .row{*/
/*position:absolute;*/
/*top:0;*/
/*}*/
/*.static-overlay{*/
/*position:absolute;*/
/*background-image:  url(/images/pattern.png);*/
/*background-position:center;*/
/*background-size:200px;*/
/*background-repeat:repeat;*/
/*position:relative;*/
/*z-index:0;*/
/*filter: grayscale(100%) opacity(.1) brightness(100);  */
/*width:100%;*/
/*height:100%;*/
/*}*/
.static-content {
    padding: 50px 0;
    text-align: justify;
    z-index: 2;
}

.static-content h5 {
    font-size: 30px;
    color: #00A4A4;
    font-weight: 900;
}

.bread-crumb .icon-home {
    color: #fff;
    cursor: pointer;
}

.bread-crumb .icom-home:hover {
    color: #ffffff94;
}

.bread-crumb {
    display: flex;
    text-transform: uppercase;
    font-size: 12px;

}

.bread-crumb .active {
    color: #fff;
    margin-left: 3px;
}

.service-cat .service-box {
    margin-bottom: 30px;
}

#map {
    height: 650px;
    box-shadow: 0 0px 15px 0px #d5d5d5;
}

.full-content img {
    margin: 0 auto;
    width: 60%;
    /*border-radius:10px;*/
    border-width: 8px;
    border-style: solid;
    border-image: linear-gradient(to right bottom, #006060, #00bdbd);
    border-image-slice: 1;
}

.full-content {
    color: #212529;
}

.video_wrap video{
    width: 100%;
    border-radius: 5px;
}

.modal-dialog-centered .modal-content{
    padding-top: 0;
    background-color: transparent;
    border: none;
}

.modal-dialog-centered .modal-header {
    position: absolute;
    z-index: 99;
    right: 40px;
    top: 12px;
    padding: 0;
    border: none;
}

.modal-dialog-centered .modal-body{
    padding: 0;
}

.modal-dialog-centered .modal-header .close{
    padding: 0;
    margin: 0;
    font-size: 40px;
    font-weight: 400;
}

@media screen and (min-width: 576px){
    .modal-dialog-centered{
        max-width: 800px;
    }
}


@media screen and (max-width:1200px) {

    /*.banner_bg{*/
    /*    width:500px;*/
    /*}*/
    .brand-title span:nth-child(2)::after {
        position: absolute;
        content: "";
        width: 40px;
        height: 1px;

    }

    .brand-title span:first-child {
        font-size: 14px;

    }

    .brand-title span:last-child {
        font-size: 10px;

    }

    .navbar-expand .navbar-nav .nav-link {
        font-size: 14px;
    }

    .icon-block-lang span {
        font-size: 12px;
    }

    .banner_bg {
        width: 500px;
    }

    .banner_phone {
        position: absolute;
        bottom: 200px;
        /*width: 163px;*/
        left: 0;
    }

    .banner_sign-line {
        position: absolute;
        right: -40px;
        bottom: -10px;
        width: 135px;
        height: 36px;
    }

    .banner_sign-text {
        font-size: 20px
    }
}

@media screen and (max-width:1024.98px) {
    .carousel-control-prev {
        left: 20px;
    }

    .carousel-control-next {
        left: 70px;
    }

    /*    .navbar-toggler {*/
    /*    position: absolute;*/
    /*    top: -57px;*/
    /*    z-index: 91;*/
    /*}*/
    .animated-title>div div {
        font-size: 40px;
    }

    .animated-title>div div {
        line-height: 40px;
    }
}

@media screen and (max-width:991.9px) {
    .banner_sign {
        right: 240px;
        bottom: 15%;
    }

    .banner_sign-line {
        bottom: 0;
        right: 0;
        width: 80px;
    }

    .banner.full-page {
        height: 500px;
    }

    .full-page .carousel-item,
    .carousel-inner,
    .carousel {
        height: 100%;
    }

    .full-page .carousel-item>img {
        right: 0;
        width: 270px;
    }

    .animated-title>div div {
        line-height: 1.1;
        font-size: 30px;
    }

    .animated-title {
        height: 240px;
    }

    .carousel-control-next {
        left: 70px;
    }

    .carousel-control-prev {
        left: 20px;
    }

    .card-advantage {
        height: 250px;
        padding: 30px;
    }

    .card-bg {
        bottom: -20px;
    }

    .about {
        padding: 30px 0;
    }

    .about-content {
        text-align: center;
    }

    .info-img {
        height: 210px;
    }

    .randevu-btn,
    .wp-btn {
        padding: 22px;
        width: 170px;
    }

    .randevu-btn span {
        font-size: 18px;
    }

    .wp-btn span {
        font-size: 18px;
    }

    .banner_title {
        font-size: 46px;
    }

    .service-cat .item {
        flex: 0 0 50%;
        max-width: 50%;

    }

    .brand-title span:nth-child(2)::after {
        width: 30px;
    }


    #map {
        box-shadow: 0 0px 15px 0px #d5d5d5;
    }

    .banner_btn {
        font-size: 14px;
        padding: 8px 15px;
    }

    .banner_content {
        padding-bottom: 200px;
    }

    .animated-title {

        /*width: 250px;*/

    }

    /*.animated-title > div div {*/
    /* font-size:40px;*/
    /*}*/
    .card-content h2 {
        font-size: 20px;
    }

    .card-bg {
        width: 140px;
        height: 150px;
    }

    .gallery .quote {
        width: 50%;
        flex: 0 0 50%;
        padding: 10px;

    }

    .copy,
    .footer-text {
        text-align: left;
    }
}

@media screen and (max-width:900px) {


    /*  .banner_bg{*/
    /*  position: absolute;*/
    /* width:400px;*/
    /*  right: 0;*/
    /*  top: 140px;*/
    /*  bottom: 100px;*/
    /*}*/

}

@media screen and (max-width:768px) {
    .small-screen-menu-nav nav {
        top: 88px;
    }

    .carousel-item-2 {
        background-image: url('/images/wallpaper.jpeg');
        background-size: cover;
    }
}

@media screen and (max-width:767.99px) {
    .certificates .owl-item img.fr-dib {
        height: 500px;
    }

    .navbar-brand img {
        width: auto;
    }

    .action-btn {
        justify-content: center;
    }

    .call-to-action h2 {
        text-align: center;
    }

    .carousel-item-2 .banner_bg {
        display: none;
    }

    .card-advantage {
        padding: 30px;
        height: 170px;
    }

    .card-bg {
        width: 100px;
        height: 100px;
    }

    .card-advantage::before {
        width: 170px;
        height: 170px;
    }

    .carousel-item-2 .banner_content {
        padding: 90px 0;
        max-width: 100%;
        flex: 0 0 100%;
        text-align: center;
    }

    /*.banner{*/
    /*    padding:0;*/
    /*}*/
    .about-left {
        height: 460px;
    }

    .static-title {
        font-size: 36px;
    }

    .carousel-indicators {
        display: none;
    }

    .nav-box {
        left: 50%;
        transform: translateX(-50%);
    }

    .animated-title>div {

        /*width: 380px;*/
        width: 100%;

    }

    .animated-title>div div {
        font-size: 30px;
    }

    .card-content h2 {
        font-size: 20px;
    }

    .navbar-brand {
        flex-direction: column;
        width: 100%;
        text-align: center;
    }

    .navbar-brand img {
        height: 40px;

    }

    .brand-title span:first-child {
        font-size: 14px;

    }

    .brand-title span:last-child {
        font-size: 10px;

    }

    .footer-logo-box {
        flex-direction: column;
        align-items: flex-start;
    }

    .footer-link-wrap {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        /*align-items:center;*/
        margin-top: 20px;
    }

    .footer-link {
        font-size: 14px;
    }

    /*.footer-link-wrap .footer-link {*/
    /*    margin-left: 0;*/

    /*}*/

    .footer-link {
        margin-left: 14px;
    }

    .service-info {
        min-height: 60px;
    }

    .gallery .quote {

        width: 50%;
        flex: 0 0 50%;
        padding: 10px;

    }
    
    .gallery iframe{
        height: 250px;
    }
}

@media screen and (max-width:575.98px) {

    .small-screen-menu-nav li>a,
    .mobile-open a {
        font-size: 18px;
    }

    .mobile-dropdown a {
        font-size: 16px;
    }

    .carousel-item-1 .banner_bg {
        display: none;
    }

    .carousel-item-1 .banner_content {
        padding: 90px 0;
        max-width: 100%;
        flex: 0 0 100%;
        text-align: center;
    }

    .card-bg {
        width: 50px;
        height: 50px;
    }

    .card-advantage::before {
        width: 100px;
        height: 100px;
    }

    .card-advantage {
        padding: 20px;
        height: 130px;
    }

    .advantage .container{
        padding: 0;
    }
    
    .card-content h2 {
        font-size: 13px;
    }

    .copy,
    .footer-text {
        text-align: center;
    }
    
    .full-page .carousel-item>img{
        width: 235px;
    }
    
    .banner_sign{
        right: 20px;
        bottom: 15px;
    }
    
    .banner_sign-line{
        display: none;
    } 
    
    .service-cat .item{
        flex: 0 0 100%;
        max-width: 100%;
    }
    
    .gallery .quote {

        width: 100%;
        flex: 0 0 100%;
        padding: 10px;

    }
    
    .modal-dialog-centered .modal-header{
        right: 30px;
    }
    
    .modal-dialog-centered .modal-header .close{
        font-size: 30px;
    }
}

@media screen and (max-width:425px) {
    .banner {
        padding-top: 88px;
    }

    .copy {
        margin-right: 0;
    }

    .call-to-action h2 {
        font-size: 25px;
    }

    .social-media-icons ul li {
        margin: 0 20px;

    }

    .social-media-icons ul li a img {
        width: 45px;

    }

    .social-media h3 {
        font-size: 26px
    }

    .title {
        font-size: 16px;
    }

    .animated-title>div div {
        font-size: 32px;
    }

    .services .owl-next,
    .services .owl-prev,
    .certificates .owl-next,
    .services .owl-prev {
        right: 0;
    }

    .brand-title span:first-child {
        font-size: 9px;
    }

    .brand-title span:last-child {
        font-size: 7px;
    }

    .dbox p span,
    .dbox .text p,
    .dbox .text a {
        font-size: 10px;
    }

    
}