/* Default Styles */

/*

[Table of contents]


• Fonts
• Defaults & Reset
• Base Style
• Page Header
• Page Footer
• Main Content
• Vendor Style
• Page Style
• Media Queries


*/

/*------------------------------------------------------------------------------------------*/
/*  FONTS */
/*------------------------------------------------------------------------------------------*/


/*------------------------------------------------------------------------------------------*/
/*  DEFAULTS & RESET */
/*------------------------------------------------------------------------------------------*/


::-moz-selection {
    background: #000;
    color: #fff;
}

button,
button:focus,
a:active,
a:hover,
a:focus {
  outline: 0;
}


a[href*="mailto:"],
a[href*="tel:"] {
    white-space: nowrap;
}


/*------------------------------------------------------------------------------------------*/
/*  BASE STYLE */
/*------------------------------------------------------------------------------------------*/

body {    
    font-size: 1rem;
    line-height: 1.5rem;
    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
    font-style: normal;
    color: #171717;
    background: #fbfbfb url(../images/bg-14.png) center 0 repeat-y;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    
    font-weight: 800;
}


.navbar-toggler,
.btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    position: relative;
    min-width: 180px;
    height: 50px;
    padding: 10px 30px;
    margin-right: 20px;
    margin-bottom: 10px;
    border-radius: 50px;
    color: #fff;
    border:none;
    -webkit-box-shadow: 0 5px 9px 1px rgba(0,0,0,.15);
            box-shadow: 0 5px 9px 1px rgba(0,0,0,.15);
    font-size: 12px;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-transition: box-shadow .3s ease,transform .3s ease;
         -o-transition: box-shadow .3s ease,transform .3s ease;
            transition: box-shadow .3s ease,transform .3s ease;
}

.navbar-toggler {
    width: 50px;
    min-width: 50px;
    padding: 0px;
    margin: 0 0 0 10px;
    border-radius: 50%;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
}

.navbar-toggler,
.btn-dark {
    background-color: #171717;
}


.slick-arrow:hover,
.navbar-toggler:hover,
.social-link:hover,
.btn:hover {
    -webkit-box-shadow: 0 8px 15px 0 rgba(0,0,0,.3);
            box-shadow: 0 8px 15px 0 rgba(0,0,0,.3);
    -webkit-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
         -o-transform: translateY(-5px);
            transform: translateY(-5px);
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.section {
    padding: 80px 0;
}

.section-body {
    font-size: 1.125rem;
    line-height: 2rem;
    font-weight: 300;
}

.section-body h3 {
    margin: 2rem 0 2rem; 
}

.section-body p strong {
    font-weight: 600;
}

.section-head {
    padding: 0 0 20px;
    position: relative;
    z-index: 5;
}

.section-title {
    font-size: 2.5rem;
    margin: 0 0 30px;
    letter-spacing: -1.25px;
    position: relative;
    z-index: 3;
}

.section-title span {
    /*color: #f0ee07;*/
    font-weight: 300;
    display: block;

    
}

.section-title span small {
    font-size: 50%;
    margin-top: 0px;
    display: block;
}

.section-title-small {
    text-transform: uppercase;
    margin: 0 0 10px;
    font-size: .875rem;
    letter-spacing: -.5px;
    position: relative;
    z-index: 3;
    display: inline-block;
    padding-right: 10px;
}

.section-title-small:after {
    content: '';
    position: absolute;
    left: 100%;
    width: 100%;
    height: 2px;
    background: #171717;
    top:50%;
    margin-top: -1px;
}

.text-white.section-title-small:after {
    background: #fff;
}

.section-head_bg {
    padding: 0px 0 5px;
    margin-bottom: 10px;
}

.section-head_bg .section-title {
    margin-bottom: 10px;
}

.section-head_bg .section-bg {
    content: '';
    position: absolute;
    left: -140px;
    width: calc(100% + 140px);
    top: -30px;
    z-index: -1;
    display: block;
    height: 100%;
    background-color: #FFEB3B;  
}

.contact .section-head_bg .section-bg {
    width: 35%;
    left: 25%;
}

.contact .section-head_bg {
    margin-bottom: 50px;
}

.method .section-head_bg .section-bg {
    width: calc(100% + 110px);
    left: -5%;
}

.method .section-head_bg {
    margin-bottom: 0px;
}


.service .section-head_bg .section-bg {
    width: 80%;
    left: -5%;
}

.blog .section-head_bg .section-bg {
    width: 35%;
    left: 25%;


    background: -webkit-linear-gradient(left,#ffeb3b 23px,transparent 1%) center,
    -webkit-linear-gradient(#ffeb3b 23px,transparent 1%) center,#FFF;
    background: -o-linear-gradient(left,#ffeb3b 23px,transparent 1%) center,-o-linear-gradient(#ffeb3b 23px,transparent 1%) center,#FFF;
    background: linear-gradient(90deg,#ffeb3b 23px,transparent 1%) center,linear-gradient(#ffeb3b 23px,transparent 1%) center,#FFF;
    -webkit-background-size: 25px 25px;
    background-size: 25px 25px;
}

.service .section-head_bg {
    margin-bottom: 50px;
}


.sert .section-head_bg .section-bg {
    width: 50%;
    left: -5%;
}


.project {
    overflow: hidden;
}

/*------------------------------------------------------------------------------------------*/
/* PAGE HEADER */
/*------------------------------------------------------------------------------------------*/

.page-header {
    padding: 15px 0;
}


.navbar {
    padding: 0px;
    border-radius: 0px;
}

.navbar-brand {
    padding: 0px;
    font-size: .875rem;
    line-height: 1.125rem;
}

.navbar-brand span {
    font-size: .75rem;
}
.navbar-brand strong {
    display: block;
}

.navbar-nav .nav-item {
    margin-left: 2rem;
}


.link {
    color: #171717;
    display: inline-block;
    position: relative;
    line-height: 1.5rem;
}

.navbar-nav .nav-link {
    font-size: .875rem;
    text-transform: uppercase;
    font-weight: 600;
    color: #171717;
    padding: 0px 0;
    display: block;
    position: relative;
}


.link span,
.navbar-nav .nav-link span {
    display: block;
    position: relative;
    z-index: 3;
}


.link:after,
.navbar-nav .nav-link:after {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    left: 0;
    height: 7px;
    bottom: 3px;
    background: #FFEB3B;
    -webkit-transition: all .3s ease;
         -o-transition: all .3s ease;
            transition: all .3s ease;
    -webkit-transform: scaleX(0);
        -ms-transform: scaleX(0);
         -o-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: 100%;
       -moz-transform-origin: 100%;
        -ms-transform-origin: 100%;
         -o-transform-origin: 100%;
            transform-origin: 100%;
}


.link:hover,
.navbar-light .navbar-nav .nav-link {
    color: #171717;
}


.navbar-light .navbar-nav .nav-link:focus, 
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .active>.nav-link, 
.navbar-light .navbar-nav .nav-link.active, 
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
    color: #171717;
}

.link:hover:after,
.navbar-light .navbar-nav .nav-link:focus:after, 
.navbar-light .navbar-nav .nav-link:hover:after,
.navbar-light .navbar-nav .active>.nav-link:after, 
.navbar-light .navbar-nav .nav-link.active:after, 
.navbar-light .navbar-nav .nav-link.show:after,
.navbar-light .navbar-nav .show>.nav-link:after {
    -webkit-transform: scaleX(1);
        -ms-transform: scaleX(1);
         -o-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: 0;
       -moz-transform-origin: 0;
        -ms-transform-origin: 0;
         -o-transform-origin: 0;
            transform-origin: 0;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-left: 0px;
    padding-right: 0px;
}

.cb {
    text-align: right;
}

.cb-label {
    font-size: .75rem;
    color: #777;
    font-weight: 300;
}

.phone {
    color: #171717;
    text-decoration: none;
    font-size: 1.25rem;
    font-weight: 600;
    position: relative;
}

.phone:after {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    left: 0;
    height: 7px;
    bottom: 2px;
    background: #FFEB3B;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 100%;
    -moz-transform-origin: 100%;
    -ms-transform-origin: 100%;
    -o-transform-origin: 100%;
    transform-origin: 100%;
}

.phone:hover {
    color: #171717;
    text-decoration: none;
}

.phone:hover:after {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 0;
    -moz-transform-origin: 0;
    -ms-transform-origin: 0;
    -o-transform-origin: 0;
    transform-origin: 0;
}

.phone:hover {

}

.cb a {
    display: block;
}

.cb span {
    display: block;
}

.cb .link,
.link {
    display: inline-block;
    position: relative;
    color: #171717;
    font-weight: 600;
}


/*.link:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 4px;
    background: #FFEB3B;
    height: 3px;
}*/


.phone span {
    position: relative;
    z-index: 3;
}

.link:hover {
    text-decoration: none;
}






/*------------------------------------------------------------------------------------------*/
/* PAGE FOOTER */
/*------------------------------------------------------------------------------------------*/
.page-footer {
    padding: 1rem 0;
    background: #171717;
    color: #5b5b5b;
    font-size: .75rem;
    font-weight: 700;
    text-align: center;
}

/*------------------------------------------------------------------------------------------*/
/* MAIN CONTENT */
/*------------------------------------------------------------------------------------------*/
.intro {
    height: 700px;

    /*background: url(../images/photo-2.jpg) 0% 0% no-repeat;
    -webkit-background-size: auto 100%;
    background-size: auto 100%;*/
}



/*.intro img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;

    display: none;
}*/


.intro-title {
    font-size: 2.5rem;
    margin: 0 0 30px;
}

.intro-title span {
    /**/
    color: #FFEB3B;
}

.intro-meta {
    font-size: 1.25rem;
    margin: 0 0 50px;
    font-weight: 600;
}


.intro-inner {
    position: relative;
}

.intro-bottom {
    position: absolute;
    top: 100%;
    margin-top: 50px;
}

.intro-key {
    font-size: 2rem;
    line-height: 1;
    font-weight: 900;
    color: #FFEB3B;
}

.intro-val {
    font-size: 1.125rem;
}



.intro-item {
    margin-bottom: 30px;
}










.service {  
    position: relative;
    padding: 0px;
}

.service .container {
    position: relative;
    z-index: 7;
}

.service-inner {
    padding: 80px 0;
    position: relative;
    z-index: 5;
    overflow: hidden;

    background: -webkit-linear-gradient(left,#fff 23px,transparent 1%) center,
    -webkit-linear-gradient(#fff 23px,transparent 1%) center,#e1e1e1;
    background: -o-linear-gradient(left,#fff 23px,transparent 1%) center,-o-linear-gradient(#fff 23px,transparent 1%) center,#e1e1e1;
    background: linear-gradient(90deg,#fff 23px,transparent 1%) center,linear-gradient(#fff 23px,transparent 1%) center,#e1e1e1;
    -webkit-background-size: 25px 25px;
    background-size: 25px 25px;

    border-top-left-radius: 200px;
    border-bottom-right-radius: 200px;
}

.service-inner:before {
    content: '';
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;

    background: url(../images/bg-3.jpg) 50% 50% no-repeat;
    -webkit-background-size: cover;
            background-size: cover;

    background-attachment: fixed;
    opacity: .05;
}

.service-inner:after {
    content: '';
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    background: transparent url(../images/bg-14.png) center 0 repeat-y;
    opacity: .5;
}

.service:after {
    content: '';
    width: 225px;
    height: 910px;
    background: url(../images/bg-2.png) 0% 0% no-repeat;
    position: absolute;
    z-index: 7;
    left: 0;
    bottom: 0;
    pointer-events: none;
}

.service-item {
    margin-bottom: 80px;
    padding-left: 100px;
    position: relative;
}

.service-title {
    font-weight: 800;
    font-size: 1.25rem;
    margin-bottom: 1.5rem;
}

.service-title br {
    display: none;
}

.service-icon {
    width: 100px;
    height: 50px;
    margin: 0;
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;

    position: absolute;
    left: 0;
    top:-15px;
}

.service-icon:after {
    content: '';
    position: absolute;
    display: block;
    position: absolute;
    pointer-events: none;
    top:-10px;
    left: 20px;
    border-radius: 50%;
    background-color: #FFEB3B;
    width: 65px;
    height: 65px;
}

.service-icon img {
    width: 50px;
    position: relative;
    z-index: 3;
    display: block;
}


.section-body ul,
.service-body ul {
    list-style-type: none;
    padding: 0;
    margin: 0 0 2rem;
}


.section-body ul li,
.service-body ul li {
    position: relative;
    padding-left: 25px;
    margin-top: 10px;
    margin-bottom: 6px;
}


.section-body ul li:before,
.service-body ul li:before {
    content: '';
    top: 12px;
    left: 0;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background-color: #FFEB3B;
    position: absolute;
    pointer-events: none;
}



.review {
    position: relative;
    overflow: hidden;
}

.review .container {
    position: relative;
    z-index: 5;
}



.review:before {
    content: '';
    width: 367px;
    height: 700px;
    position: absolute;
    pointer-events: none;
    right: -50px;
    top:0%;
    background: url(../images/bg-8-flip.png) center no-repeat;
}


/*.review:before {
    content: '';
    height: 659px;
    width: 840px;
    position: absolute;
    pointer-events: none;
    right: -20%;
    bottom:0%;
    background: url(../images/bg-7-min.png) center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}*/

.review-quote {
    width: 50px;
    margin-bottom: 30px;
}

.review-quote img {
    width: 100%;
}

.review-author {
    font-weight: 800;
    letter-spacing: .3px;
    text-transform: uppercase;
    font-size: .875rem;
    letter-spacing: 1px;
}

.review-text {
    font-size: 1.5rem;
    line-height: 2.5rem;
    /*height: 400px;*/
    margin-bottom: 30px;
}



.sert {
    position: relative;
}



.sert .container {
    position: static;
}

/*.sert:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 50%;
    background-color: #FFEB3B;
    border-top-left-radius: 300px;
}*/

.sert-body {
    padding-right: 30px;
}

.sert-slider {
    padding-left: 30px;

    position: absolute;
    top: 80px;
    bottom: 80px;
    left: 50%;
    right: 0;
}

.sert-item {
    padding: 0 15px;
}

.sert-item a {
    display: inline-block;
    height: 100%;
    position: relative;
}

.sert-item a:before,
.sert-item a:after {
    content: '';
    position: absolute;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.sert-item a:before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 235, 59, 0.5);
    opacity: 0;

}

.sert-item a:after {
    content: '\f002';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 12px;
    top:50%;
    left:50%;

    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    color: #171717;
    margin-top: -15px;
    margin-left: -15px;

    opacity: 0;

}

.sert-item a:hover:before,
.sert-item a:hover:after {
    opacity: 1;
}

.sert-item a img {
    display: block;
    max-width: 100%;
    max-height: 500px;
}






.price {
    min-height: 400px;
    background: #FFEB3B;
    border-top-left-radius: 200px;
    border-bottom-right-radius: 200px;
    position: relative;
}

.price .container {
    position: relative;
    z-index: 5;
}


.price:after {
    content: '';
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;

    background: transparent url(../images/bg-14.png) center 0 repeat-y;
    -webkit-background-size: auto;
    background-size: auto;
}


.price-bg {
    position: relative;
}

.price:before {
    content: '';
    position: absolute;
    pointer-events: none;
    z-index: 0;
    width: 250px;
    height: 250px;
    left: 50%;
    margin-left: -70px;
    -webkit-transform: translate(-100%, 0px);
        -ms-transform: translate(-100%, 0px);
         -o-transform: translate(-100%, 0px);
            transform: translate(-100%, 0px);
    top: 30px;

    background: -webkit-linear-gradient(left,#FFEB3B 23px,transparent 1%) center,
    -webkit-linear-gradient(#FFEB3B 23px,transparent 1%) center,#f7f7f7;
    background: -o-linear-gradient(left,#FFEB3B 23px,transparent 1%) center,-o-linear-gradient(#FFEB3B 23px,transparent 1%) center,#f7f7f7;
    background: linear-gradient(90deg,#FFEB3B 23px,transparent 1%) center,linear-gradient(#FFEB3B 23px,transparent 1%) center,#f7f7f7;
    -webkit-background-size: 25px 25px;
    background-size: 25px 25px;
}


.price-item {
    margin: 0 auto;
    padding: 2rem;
    background: #fff;    
    position: relative;

    -webkit-box-shadow: 0 5px 9px 1px rgba(0,0,0,.15);
            box-shadow: 0 5px 9px 1px rgba(0,0,0,.15);
}

.price-item.price-item_1:before,
.price-item.price-item_1:after {
    content: none;
}

.price-item:before {
    content: '';
    position: absolute;
    pointer-events: none;
    top: 85px;
    width: 50px;
    height: 50px;
    background: #FFEB3B;
    border-radius: 50%;
    left: -40px;
    z-index: 1;
}

.price-item:after {
    content: '';
    position: absolute;
    pointer-events: none;
    top: 99px;
    width: 21px;
    height: 21px;
    background: #fff;
    border-radius: 50%;
    left: -26px;
    z-index: 2;
}

.price-title {
    font-weight: 800;
}

.price-title span {
    display: block;
    
}

.price-val {
    font-size: 1rem;
    display: block;
    margin: 20px 0 10px;
}

.price-val span {
    font-size: 2.5rem;
    font-weight: 800;
}

.price-time {
    font-size: .875rem;
    font-weight: 600;
    margin: 0 0 10px;
}

.price .btn {
    margin: 20px auto 0;
}

















.contact {

    /*background: #FFEB3B;*/

    background: url(../images/323839-P9A46Y-38.jpg) 0% 0% no-repeat;
    -webkit-background-size: cover;
    background-size: cover;

    background-attachment: fixed;

    padding-bottom: 200px;
    position: relative;
}

   
.contact:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;

    background: rgba(255,255,255,.72) url(../images/bg-14-black.png) center 0 repeat-y;
    -webkit-background-size: auto;
    background-size: auto;


}

.contact .container {
    position: relative;
    z-index: 5;
}

.contact-location .contact-body li span {
    line-height: 1.25rem;
    display: block;
}

.contact-icon {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    border: 1px solid #fff;
    background: #fff;
    margin-right: 15px;
    text-align: center;
    padding-top: 12px;

    -webkit-box-shadow: 0 5px 9px 1px rgba(0,0,0,.15);
            box-shadow: 0 5px 9px 1px rgba(0,0,0,.15);

    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
}

.contact-icon img {
    width: 40px;
}

.contact-body ul li {
    font-weight: 600;
    font-size: .875rem;
    line-height: 2.5rem;
}

.contact-body ul a {
    color: inherit;
}

.contact-body ul a[href*="tel:"] {
    font-size: 1.25rem;
}

.social {
    padding-top: 20px;
}

.social-link {
    font-size: 1.25rem;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    display: block;
    text-align: center;
    background: #000;
    color: #fff !important;
    border:none;
    -webkit-box-shadow: 0 5px 9px 1px rgba(0,0,0,.15);
            box-shadow: 0 5px 9px 1px rgba(0,0,0,.15);
    cursor: pointer;
    -webkit-transition: box-shadow .3s ease,transform .3s ease;
         -o-transition: box-shadow .3s ease,transform .3s ease;
            transition: box-shadow .3s ease,transform .3s ease;
}








.blog {
    min-height: 500px;
    position: relative;
}

.blog .container {
    z-index: 10;
}

.blog:after {
    content: '';
    position: absolute;
    width: 419px;
    height: 400px;
    background: url(../images/img-10.png) center no-repeat;
    left: -200px;
    bottom: -200px;
    pointer-events: none;
}

.blog-slider {
    position: absolute;
    top: 0px;
    bottom: 0px;
    /*right: 0;*/
    left: 33.333333%;
    z-index: 3;
    padding-left: 30px;
}

.blog-slider .slick-track {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;

    -ms-align-items: center;
    align-items: center;
}

.blog-item {
    padding: 0 15px;
}


.card {
    border:none;
    border-radius: 0px;
    max-width: 270px;
    width: 100%;

    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;

    -webkit-box-shadow: 0 5px 9px 1px rgba(0,0,0,.15);
    box-shadow: 0 5px 9px 1px rgba(0,0,0,.15);
}

.card:hover {
    -webkit-box-shadow: 0 8px 15px 0 rgba(0,0,0,.3);
    box-shadow: 0 8px 15px 0 rgba(0,0,0,.3);

    -webkit-transform: translateY(-25px);
    -ms-transform: translateY(-25px);
    -o-transform: translateY(-25px);
    transform: translateY(-25px);
}

.card-img {
    border-radius: 0px;
}

.card-text {
    font-size: .875rem;
    font-weight: 300;
}

.card.text-white .link {
    color: inherit;
}

.card.bg-dark {
    position: relative;
}

.card.bg-dark:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #171717;
    opacity: .25;
}

.card-img-overlay {
    z-index: 5;
    top:auto;
}



.section-body p .link:before,
.section-body p .link:after,
.card .link:before,
.card .link:after {
    content: " ";
    position: absolute;
    bottom: 3px;
    display: block;
    height: 7px;
    background: #FFEB3B;

    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}


.section-body p .link:before,
.card .link:before {
    width: 100%;
    right: 0;
    left: auto;
    -webkit-transition: width .3s .1s;
    -o-transition: width .3s .1s;
    transition: width .3s .1s;
}

.section-body p .link:after,
.card .link:after {
    left: 0;
    right: auto;
    width: 0;
    -webkit-transition: width .3s;
    -o-transition: width .3s;
    transition: width .3s;
}

.section-body p .link:hover:after,
.card .link:hover:after {
    width: 100%;
    -webkit-transition: width .3s .1s;
    -o-transition: width .3s .1s;
    transition: width .3s .1s;
}

.section-body p .link:hover:before,
.card .link:hover:before {
    width: 0;
    -webkit-transition: width .3s;
    -o-transition: width .3s;
    transition: width .3s;
}

/*------------------------------------------------------------------------------------------*/
/* VENDOR STYLE */
/*------------------------------------------------------------------------------------------*/
.fancy-modal {
    display: none;
}


.fancy-modal {
    max-width: 420px;
    width: 100%;
    padding: 3.25rem 2rem 3.125rem;
    border:1px solid #fff;
    background: #fff;
}




.slick-slide {
    outline: none;
}

.slick-arrow {
    border:none;
    padding: 0px;
    position: absolute;
    z-index: 10;
    
    left: -20px;
    cursor: pointer;    
    text-align: center;

    border: none;
    background: transparent;

    width: 40px;
    height: 40px;
    line-height: 40px;

    color: #fff;
    background: #171717;
    border-radius: 50%;

    font-size: 12px;

    -webkit-transition: box-shadow .3s ease,transform .3s ease;
    -o-transition: box-shadow .3s ease,transform .3s ease;
    transition: box-shadow .3s ease,transform .3s ease;

    -webkit-box-shadow: 0 5px 9px 1px rgba(0,0,0,.15);
            box-shadow: 0 5px 9px 1px rgba(0,0,0,.15);


    /*-webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);*/
}

.slick-prev {
    bottom: 45%;
}

.slick-next {
    bottom: 55%; 
}

.slick-dots {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: flex-start;

    list-style-type: none;
    padding: 0;
    margin: 20px 0 0;
}

.slick-dots li {
    margin: 0 10px;
}

.slick-dots button {
    display: block;
    width: 12px;
    height: 12px;
    padding: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #9c9c9c;
    border-radius: 50%;
    color: transparent;
    background-color: transparent;
    font-size: 1px;
    cursor: pointer;

    -webkit-transition: all .2s ease-in-out;
         -o-transition: all .2s ease-in-out;
            transition: all .2s ease-in-out;
}

.slick-dots li button:hover,
.slick-dots li.slick-active button {
    border-color: #FFEB3B;
    background-color: #FFEB3B;
}

.delimiter {
    background-color: #ffeb3b;
    height: 1px;
}

.linkblock,.linkblock:hover {
    text-decoration: none;
    color: #000;
}






/*------------------------------------------------------------------------------------------*/
/*  MEDIA QUERIES */
/*------------------------------------------------------------------------------------------*/

/*Large devices (desktops, less than 1200px)*/
@media (max-width: 1199.98px) {
    .price,
    .service-inner {
        border-radius: 0px;
    }
    
    .blog-slider,
    .sert-slider {
        position: relative;
        padding-left: 0;
        top: 0;
        left: 0;
    }
}

/*Medium devices (tablets, less than 992px)*/
@media (max-width: 991.98px) {

    .navbar-collapse {
        display: block !important;
        position: fixed;
        z-index: 100;
        left: 0;
        top: 0;
        bottom: 0;
        height: 100% !important;
        background: #fff;
        width: 270px;
        padding: 4rem 1rem;

        -webkit-box-shadow: 0 5px 9px 1px rgba(0,0,0,.15);
                box-shadow: 0 5px 9px 1px rgba(0,0,0,.15);

        -webkit-transform: translate3d(-270px,0,0);
            -ms-transform: translate3d(-270px,0,0);
             -o-transform: translate3d(-270px,0,0);
                transform: translate3d(-270px,0,0);

        -webkit-transition: all .2s ease-in-out;
             -o-transition: all .2s ease-in-out;
                transition: all .2s ease-in-out;
    }

    .navbar-collapse.show {
        -webkit-transform: translate3d(0px,0,0);
            -ms-transform: translate3d(0px,0,0);
             -o-transform: translate3d(0px,0,0);
                transform: translate3d(0px,0,0);
    }

    .navbar-nav .nav-link {
        padding: 1rem 0;
    }



    .intro {
        height: auto;
    }

    .intro-bottom {
        position: relative;
    }

    .service:after {
        left: -100px;
    }

    .slick-prev,
    .slick-next {
        top:50%;
        margin-top: -20px;
    }

    .slick-prev{
        left: 0;
    }
    .slick-next {
        right: 0;
        left: auto;
    }

    .blog-slider {
        margin-top: 30px;
    }



    .wow {
        -webkit-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
        opacity: 1;
        height: auto;
    }
}

/*Small devices (landscape phones, less than 768px)*/
@media (max-width: 767.98px) {
    .service:after {
        left: -100px;
    }
}

/*Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {
    
    .service:after {
        left: -200px;
    }
    

    .blog-item,
    .card{
        max-width: 100%;
    }

    .review:before {
        right: -200px;
    }

    .review-text {
        font-size: 1rem;
        line-height: 1.5rem;
    }
    

    

    .navbar-brand {
        margin-right: 5px;
    }

    .navbar {
        -webkit-flex-wrap: nowrap;
        -moz-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        -o-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

    .navbar-nav .nav-item {
        margin-left: 0px;
    }
}

@media (max-width: 420px) {
    .phone {
        font-size: .875rem;
    }
    
    .cb-label,
    .navbar-brand span {
        font-size: 8px;
        line-height: 12px;
    }

    .navbar {
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap;

        position: relative;
        padding-right: 70px;
    }

    .navbar-toggler {
        position: absolute;
        right: 0;
        top: 10px;
    }

    .navbar-collapse {
        width: 200px;
    }

    .section-title {
        font-size: 2rem;
    }
}


/* The end. 2019. With ❤ from SEV. */