/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: 
*/

@import url('https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&family=Goldman:wght@400;700&display=swap');

* { box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; }

.suspension-contain {max-height: 980px;overflow:hidden;position: relative;}
html.suspended {background: rgba(0,0,0,0.6);}
body {max-width: 100%; margin: 0 auto;text-align: center;font-family: 'Figtree', sans-serif; }
a {color:inherit;text-decoration: none}
a:hover {text-decoration: none;color:inherit;}
h1, h2, h3, h4, h5, h6 { font-family: 'Goldman', sans-serif; font-weight: 700;  padding:0; margin:0; }
p { font-family: 'Figtree', sans-serif; font-weight: 400; font-size: 18px; line-height: 1.4em; margin: 0; }
p:last-of-type { margin: 0; }
.row {max-width: 1200px;margin: 0 auto}
.db { display: block; }

/*display-inline*/
.inbM { display: inline-block; vertical-align: middle; box-sizing: border-box; }
.inbT { display: inline-block; vertical-align: top; box-sizing: border-box; }

/*flex*/

.flexs { display: flex; justify-content: space-between; align-items: flex-start; }
.flexc { display: flex; justify-content: space-between; align-items: center; }
.flexe { display: flex; justify-content: space-between; align-items: flex-end; }
.flexstr { display: flex; justify-content: space-between; align-items: stretch;  }


/*button*/
.btn { max-width: 235px; width: 100%; box-sizing: border-box; position: relative; z-index: 1; display: inline-block; background: #BC091C; font-weight: 400; font-size: 18px; text-align: center; letter-spacing: 0.02em; color: #FFFFFF; padding: 17px 0; box-sizing: border-box; font-family: 'Figtree', sans-serif; border-radius: 10px; }
.btn a { color: #FFFFFF!important; }
.btn:hover {color: #FFF !important; box-shadow: 0px 10px 20px -10px #000;  }
.btn::after {content: ""; background: #182697; transition: all .3s linear; transform: scaleX(0); position: absolute;  height: 100%; width: 100%;z-index: -1;left: 0; top: 0; border-radius: 10px; }
.btn:hover::after {transform: scaleX(1);}
.btn.sm { max-width: 195px;  }
.btn.full { max-width: 100%; width: 100%; }
.btn.alt { border: 1px solid #FFFFFF; background: transparent; }

/*floats*/
.fl {float:left;}
.fr {float:right;}

/*socials*/
.socials a { font-family: 'socialico'; font-size: 40px; color: #FFFFFF; display: inline-block; }
.socials a:last-of-type { margin-bottom: 0; }

/*typography*/
.tl { text-align: left; }
.tc { text-align: center; }
.tr { text-align: right; }

/*color*/
.white { color: #FFFFFF; }
.black { color: #333333; }
.blue { color: #182697; }
.gray { color: #888888; }

/*clearings*/
.clear{ clear:both;}
.clearfix:after {content:"."; display:block; height:0; clear:both;visibility:hidden;font-size: 0;}
.clearfix {display:block;}

/*cookie*/
.cc-animate.cc-revoke.cc-bottom{font-size: 14px; padding: 5px 10px; position: fixed; display: block!important; transform: none!important; bottom: 0!important; left: 20px!important;}

/*call to action*/
.destroy-on-load, .cta {display: none;}

/*contact form messages*/
form .messages p {display: none;font-family: Arial !important;font-weight: 400 !important;letter-spacing: 0 !important;font-size: 16px !important;}
form .loading {display: none;}
form .alert {padding: 15px;margin-bottom: 20px;border: 1px solid transparent;border-radius: 4px;}
form .alert-success {color: #3c763d;background-color: #dff0d8;border-color: #d6e9c6;}
form .alert-danger {color: #a94442;background-color: #f2dede;border-color: #ebccd1;}
form [type="submit"] {margin:20px auto}

/*contact form*/
.ctc-form {margin: 0 auto;text-align: center;}
.ctc-form input[type="text"],.ctc-form textarea {font-family:'Figtree', sans-serif;font-size: 16px;color:#000;height:45px;display: block;width: 100%;border:1px solid #ddd;border-radius: 3px;padding: 5px 10px;box-sizing: border-box;margin: 0 auto 8px}
.ctc-form textarea {height: 120px;padding-top:10px;}
/*.ctc-form input[type="text"] {font-family:'Montserrat', sans-serif; font-size: 16px;color:#333333;height:63px;display: inline-block;width: 32%;border: none!important;border-radius: none!important;padding: 15px 20px;box-sizing: border-box;margin: 0 6px 16px;; background: #EEEEEE; font-weight: 500; }
.ctc-form textarea {font-family:'Montserrat', sans-serif; font-size: 16px;color:#333333;height:134px;display: inline-block;width: 98.5%;border: none!important;border-radius: none!important;padding: 15px 20px;box-sizing: border-box;margin: 0 auto 10px; background: #EEEEEE; font-weight: 500; }*/
.ctc-form button {display: block;}
.ctc-form .recap {display: inline-block;}
.ctc-form .g-recaptcha div {margin: 0 auto 10px;}
.ctc-form .ctc-hide {display: none;}
::placeholder { color: #111111; }
/*gallery*/
#content .gallery-container { max-width: 1200px; width: 100%; margin: 0 auto; text-align: center;}
#content .gallery {list-style-type: none;margin: 0;padding: 0;}
#content .gallery li { display: inline-block;}
#content .gallery li img { width: 200px; height: 200px; object-fit: cover; }
#content .thumbnail {background-color: #fff;border: 1px solid #ddd;border-radius: 4px;display: block;line-height: .42857; margin-bottom: 20px;padding: 4px;transition: border 0.5s ease-in-out 0s;}
#content .thumbnail:hover {transform: scale(1.02);}
#content .page_navigation {display: inline-block;}
#content .page_link,#content .previous_link,#content .next_link,#content  .first_link,#content  .last_link, #content .ellipse {background-color: #fff;border: 1px solid #ddd;color:  #0275d8;display: inline-block;line-height: 1.25;margin-left: -1px;padding: 0.5rem 0.75rem;position: relative;}
#content .page_navigation > a:hover , .page_navigation > a.active_page {background-color: #eceeef;border-color: #ddd;color: #014c8c;text-decoration: none;}

/*HEADER*/

#header { position: relative; background: #FFFFFF; padding: 10px 15px;; }
#header .row { max-width: 1820px; width: 100%; margin: 0 auto; }
#header nav a#pull {display: none}
#header nav ul {margin: 0;padding: 0}
#header nav ul li {display: inline-block;vertical-align: middle;}
#header nav ul li a { position: relative; font-family: 'Figtree', sans-serif; font-weight: 500; font-size: 18px; line-height: 1.2em; color: #333333; letter-spacing: 0.02em; display: inline-block; }
/*#header nav ul li a::before { content: ""; background: #2A755E; width: 100%; max-width: 100%; height: 100%; border-radius: 50px; position: absolute; bottom: 0; left: 0; right: 0; margin: 0 auto; transition: all .3s linear; transform: scaleX(0); z-index: -1;}
#header nav ul li a:hover::before,
#header nav ul li.active-menu a::before {transform: scaleX(1);}*/
#header nav ul li.active-menu a, #header nav ul li a:hover { color: #BC091C; }
.header-left { width: 13%; }
.header-left .header-logo img { width: 100%; height: 100%; display: block; object-fit: cover; }
.header-right { width: 50%; }
.header-right .header-nav { width: 70%; }
.header-right .button { width: 26%;  }

/*BANNER*/

#banner, .banner-img { position: relative; }
.banner-img::after { content: ''; background: linear-gradient( to top, rgb( 0 0 0 / 90% ), rgb( 0 0 0 / 10% ) ); width: 100%; height: 100%; position: absolute; top: 0; left: 0; right: 0; }
.banner-img img { width: 100%; height: 100vh; display: block; object-fit: cover; }
.banner-box { max-width: 1366px; width: 100%; margin: 0 auto; padding: 0 15px; position: absolute; left: 0; right: 0; bottom: 110px; z-index: 1; }

#banner-slider { position: relative; }
#banner-slider:before { z-index: 1; content: ''; background: linear-gradient( to top, rgb( 0 0 0 / 90% ), rgb( 0 0 0 / 10% ) ); width: 100%; height: 100%; position: absolute; top: 0; left: 0; right: 0; }
#banner-slider .slick-slider { list-style: none; margin: 0; padding: 0; }
#banner-slider ul li img { width: 100%; height: 100vh; display: block; object-fit: cover; }
.banner-box { max-width: 1366px; width: 100%; margin: 0 auto; padding: 0 15px; position: absolute; left: 0; right: 0; bottom: 110px; }

.banner-content { width: 70%; }
.banner-content .content-text { max-width: 620px; width: 100%; }
.banner-content .content-text p { margin: 30px 0 0; }
.banner-cta { position: relative; width: 30%; }
.banner-cta a { font-family: 'Goldman', sans-serif; font-weight: 700; font-size: 30px; color: #FFFFFF; display: block; margin: 10px 0 0; }
.banner-cta::after { content: '\f095'; font-family: 'FontAwesome'; display: flex; align-items: center; justify-content: space-around; font-size: 25px; color: #FFFFFF; width: 120px; height: 120px; background: linear-gradient( to bottom, #0974DD, #182697 );  border-radius: 100%; position: absolute; right: 0; bottom: -170px; }

/*CONTENT*/

#content { position: relative; }
.content-text h1, .content-text h2 { font-size: 40px; letter-spacing: -0.02em; }
.content-text h3 { font-size: 30px; letter-spacing: -0.02em; }
.content-text h4 { font-family: 'Figtree', sans-serif; font-size: 25px; font-weight: 600; letter-spacing: 0.02em; }
.content-text h6 { font-family: 'Figtree', sans-serif; font-size: 16px; font-weight: 700; } 
.content-img img { width: 100%; height: 100%; display: block; object-fit: cover; }

    /*CTA*/

    .cta-section { position: relative; padding: 100px 15px; }
    .cta-section .row { max-width: 925px; width: 100%; margin: 0 auto; }
    .cta-content .content-text h4 { font-weight: 400; line-height: 1.4em; }
    .cta-content .content-text p { max-width: 860px; width: 100%; margin: 40px auto 50px; }

    /*ABOUT*/

    .about-section { position: relative; padding: 0 15px 50px; }
    .about-section .row { position: relative; max-width: 1720px; width: 100%; margin: 0 auto; }
    .about-box { position: relative; max-width: 1366px; width: 100%; margin: 0 auto; background: linear-gradient( to bottom, #182697, #0974DD ); padding: 65px 15px 55px; border-radius: 15px; }
    .about-box::before { content: ''; background: url('../images/content/about-hero.png')no-repeat center left; background-size: 100% 100%; max-width: 41%; width: 100%; height: 100%; position: absolute; top: 0; left: 0; }
    .about-wrap { max-width: 1166px; width: 100%; margin: 0 auto; } 
    .about-left { width: 29%; }
    .about-right { width: 55%; }
    .about-content .content-text p { margin: 0 0 30px; }
    .about-img { position: relative; max-width: 42%; width: 100%; z-index: 2; margin: 0; position: absolute; left: 0; bottom: -50px; }

    /*SERVICES*/

    .services-section { position: relative; padding: 90px 15px 80px; }
    .services-section .row { max-width: 1366px; width: 100%; margin: 0 auto; }
    .services-content .content-text { max-width: 860px; width: 100%; margin: 0 auto; }
    .services-content .content-text p { margin: 30px 0 0; }
    .services-wrap { margin: 80px 0 0; }
    .services-item { width: 16.98%; padding: 0 10px; border-right: 1px solid #EEEEEE; }
    .services-item.last { border-right: 0; }
    .services-item .content-img { max-width: 60px; width: 100%; margin: 0 auto 20px; }
    .services-item .content-text h4 { font-weight: 400; font-size: 23px; }

    /*COMRES*/

    .comres-section { position: relative; padding: 20px; }
    .comres-section .row { max-width: 100%; width: 100%; }
    .comres-wrap { gap: 20px; }
    .comres-item { position: relative; width: 50%; }
    .comres-item img { filter: brightness(80%); border-radius: 15px; }
    .comres-item .content-text { position: absolute; top: 50%; transform: translateY(-50%); left: 0; right: 0; }

    /*WHY*/

    .why-section { position: relative; background: linear-gradient( to bottom, #182697, #0974DD ); padding: 70px 20px 60px; }
    .why-section .row { max-width: 100%; width: 100%; }
    .why-wrap { margin: 65px 0 0; }
    .why-item { width: 24.2%; background: rgb( 0 0 0 / 30% ); padding: 40px 50px; border-radius: 15px; }
    .why-item .content-text h3 { margin: 0 0 20px; }
    .why-item .content-text h4 { font-weight: 400; }

    /*GALLERY*/

    .gallery-section { position: relative; padding: 130px 15px; }
    .gallery-section .row { max-width: 1366px; width: 100%; margin: 0 auto; }
    .gallery-left { width: 25%; }
    .gallery-content .content-text p { margin: 25px 0 35px; }
    .gallery-right { width: 68%; }
    .gallery-images { gap: 20px; }
    .gallery-col { width: 33.33%; display: flex; flex-wrap: wrap; gap: 20px; }
    .gallery-col .content-img img { border-radius: 15px; }

    /*TESTIMONIAL*/

    .testimonial-section { position: relative; padding: 0 15px; }
    .testimonial-section .row { position: relative; max-width: 1366px; width: 100%; margin: 0 auto -600px; z-index: 2; }
    .testimonial-wrap { background: url('../images/content/testimonial-img.jpg')no-repeat center center; background-size: cover; border-radius: 15px; padding: 120px 80px 120px; }
    .testimonial-content { position: relative; max-width: 510px; width: 100%; margin-left: auto; background: #FFFFFF; padding: 95px 50px 40px; border-radius: 15px; }
    .testimonial-content .content-img { max-width: 120px; width: 100%; margin: 0 auto; position: absolute; top: -60px; left: 0; right: 0; }
    .testimonial-content .stars { font-size: 45px; color: #182697; line-height: 1; letter-spacing: 0.1em; margin: 30px 0 10px; }
    .testimonial-content .content-text h4 { font-weight: 400; }
    .testimonial-content .button { margin: 40px 0 0; }

    /*TAG*/

    .tag-section { position: relative; padding: 695px 15px 225px; max-width: 98%; width: 100%; margin: 0 auto; background: linear-gradient( to bottom, #182697, #0974DD ); clip-path: polygon(50% 0%, 100% 38%, 100% 100%, 0 100%, 0% 38%); border-radius: 15px; }
    .tag-section .row { max-width: 900px; width: 100%; margin: 0 auto; }
    .tag-content .content-text p { margin: 40px 0; }

    /*IMAGE*/

    .image-section { position: relative; padding: 0 15px 100px; }
    .image-section .row { max-width: 810px; width: 100%; margin: -170px auto 0; }

/*FOOTER*/

#footer { position: relative; background: rgb( 24 38 151 / 5% ); padding: 0 15px; }
#footer .row { max-width: 1366px; width: 100%; margin: 0 auto; }
.footer-info { padding: 50px 0; }
.footer-info .footer-left { width: 32%; }
.footer-info .footer-right { width: 47%; }
.footer-info .content-text p { font-size: 20px; }
.footer-link { padding: 40px 0; border-top: 1px solid rgb( 24 38 151 / 20% ); border-bottom: 1px solid rgb( 24 38 151 / 20% ); }
.footer-link .content-text h6 { margin: 0 0 15px; }
.footer-link .tel a { font-family: 'Goldman', sans-serif; font-weight: 700; font-size: 30px; display: block; }
.footer-link .loc a { max-width: 270px; width: 100%; font-size: 20px; display: block; }
.footer-link .socials a { width: 60px; height: 60px; background: #BC091C; border-radius: 100%; }
.footer-copy { padding: 40px 0; }
.footer-copy .content-text p { font-size: 20px; }

/*inner pages*/

.inner #header { background: rgb(24 38 151 / 5%); }
.inner #content { min-height: 600px; padding: 60px 15px; }
.inner #content .row { max-width: 1366px; width: 100%; margin: 0 auto; }

.inner .page-title .content-text h1 { color: #E73C4D; text-transform: uppercase; padding: 0 0 20px; margin: 0 0 20px; border-bottom: 1px solid #E7E1DA; }
.inner .page-content .content-text p { margin: 15px 0; }

/*ABOUT*/

.inner .about-content { margin: 30px 0; }
.inner .about-wrap { max-width: 100%; width: 100%; gap: 30px; }
.inner .about-image, .inner .about-desc { width: 50%; }
.inner .about-desc .content-text p { margin: 0 0 30px; }
.inner .about-desc .content-text p:last-of-type { margin: 0; }

/*SERVICES*/

.inner .services-content { margin: 30px 0; }
.inner .services-wrap { max-width: 100%; width: 100%; gap: 30px; margin: 0; }
.inner .services-image, .inner .services-desc { width: 50%; }
.inner .services-desc .content-text p { margin: 0 0 30px; }
.inner .services-desc .content-text p:last-of-type { margin: 0; }

/*GALLERY*/

.inner .gallery-content .content-text p { max-width: 1200px; width: 100%; margin: 30px auto; }

/*TESTIMONIALS*/

.inner .testimonials-content .content-text p { margin: 30px 0; }
.inner .testimonials-content .btn { max-width: 180px; width: 100%; }
.inner .testimonials-box { max-width: 100%; margin: 30px auto; background: transparent; padding: 20px; text-align: left; border: 1px solid #DDDDDD; border-left: 5px solid #BC091C; }
.inner .testimonials-box .stars { font-size: 30px; color: #ffd633; line-height: 1; }
.inner .testimonials-box p { margin: 15px 0; } 
.inner .testimonials-box strong { font-size: 20px; }

/*CONTACT*/

.inner .contact-content, .inner .ctc-form { max-width: 1230px; width: 100%; margin: 0 auto; }
.inner .contact-content .content-text p { margin: 30px 0; }



/*privacy policy*/
.inPrivacyBox {max-width: 850px; margin: 0 auto;}
.inPrivacyBox p {text-align: justify!important;}



/** Responsive
-------------------------------------------------------*/


@media screen and (max-width: 1600px){
    
    /*HEADER*/

    .header-right { width: 60%; }

    /*WHY*/

    .why-item { padding: 20px 30px; }

}

@media screen and (max-width: 1240px){
    
    /*HEADER*/

    .header-right { width: 70%; }

    /*CONTENT*/

    .content-text h1, .content-text h2 { font-size: 35px; }
    .content-text h3 { font-size: 25px; }
    .content-text h4 { font-size: 20px; }
    .content-text h6 { font-size: 16px; } 

    /*SERVICES*/

    .services-item .content-text h4 { font-size: 20px; }

}

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

    p { font-size: 16px; }
    .btn { font-size: 16px; padding: 15px 0; }

    /*HEADER*/

    #header nav ul li a { font-size: 16px; }

    /*ABOUT*/

    .about-left { width: 35%; }

    /*WHY*/

    .why-item { padding: 15px; }

    /*TESTIMONIALS*/

    .testimonial-wrap { padding: 120px 15px 120px; }

}


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

    /*HEADER*/

    .header-right { width: 80%; }

}

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

    body {min-width: 320px}
    .row {width: 95%}

    .btn, .btn.sm { max-width: 190px; }


    /*TEXT ALIGN*/

    .tl, .tr { text-align: center; }

    /*LAYOUT*/

    .flexs, .flexc, .flexe, .flexstr { flex-wrap: wrap; }

    /*HEADER*/

    #header {padding: 0}
    #header, #header * { box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; }
    #header .row {width: 100%}
    #header nav {display:block; height: auto; width: 100%;}
    #header nav ul { width: 100%; display: none; height: auto; padding: 0;}
    #header nav ul li { width: 100%;position: relative; margin: 0; }
    #header nav ul li a { display: block; float:none; padding: 10px 0;}
    #header nav a {text-align: left; width: 100%;}
    #header nav a strong {position: absolute; top: 50%; transform: translateY(-50%); left: 15px;}
    #header nav a#pull {display: block; color: #fff; background-color: #FFFFFF; height: 60px;padding: 10px 0; width: 100%; position: relative;}
    #header nav a#pull:after { content:""; background: url('../images/nav-icon.png') no-repeat; width: 20px; height: 20px; display: inline-block; position: absolute; right: 15px; top: 50%; transform: translateY(-50%);}
    #pull img { width: 130px; padding: 0 0 0 15px; }
    #header nav ul li.active-menu { padding: 0; width: 100%; }
    #header nav ul li.active-menu a, #header nav ul li a:hover { width: 100%; color: #FFFFFF; background: #BC091C; padding: 10px 15px; }
    #header nav ul li { background: #FFFFFF; padding: 0; }
    #header nav ul li a { padding: 10px 15px; max-width: 100%; }
    .header-left, .header-right .button { display: none; }
    .header-right, .header-right .header-nav { width: 100%; }

    /*BANNER*/

    .banner-img img,
    #banner-slider ul li img { height: 400px; }
    .banner-content { width: 100%; }
    .banner-content .content-text { max-width: 100%; width: 100%; }
    .banner-content .content-text p { margin: 15px 0 0; }
    .banner-box { top: 50%; transform: translateY(-50%); bottom: unset; }
    .banner-cta { display: none; }

    /*CONTENT*/

        /*CTA*/

        .cta-section { padding: 30px 15px; }
        .cta-content .content-text p { margin: 15px 0; }

        /*ABOUT*/

        .about-section { padding: 0 15px; }
        .about-box { padding: 30px 15px; }
        .about-box::before, .about-img { display: none; }
        .about-left, .about-right { width: 100%; }
        .about-content .content-text p { margin: 15px 0; }

        /*SERVICES*/

        .services-section { padding: 30px 15px; }
        .services-content .content-text p { margin: 15px 0 0; }
        .services-wrap { margin: 30px 0 0; row-gap: 30px; }
        .services-item { width: 50%; }

        /*COMRES*/

        .comres-section { padding: 0 15px 30px; }
        .comres-item { width: 100%; }

        /*WHY*/

        .why-section { padding: 30px 15px; }
        .why-wrap { margin: 30px 0 0; gap: 15px; }
        .why-item { width: 100%; padding: 20px; }

        /*GALLERY*/

        .gallery-section { padding: 30px 15px; }
        .gallery-left, .gallery-right { width: 100%; }
        .gallery-content .content-text p { margin: 15px 0; }
        .gallery-right { margin: 30px 0 0; }
        .gallery-images { gap: 0; }
        .gallery-col { gap: 10px; padding: 0 5px; }

        /*TESTIMONIALS*/

        .testimonial-section { padding: 0 15px 30px; }
        .testimonial-section .row { margin: 0 auto; }
        .testimonial-wrap { padding: 90px 15px 30px; }
        .testimonial-content { max-width: 100%; width: 100%; padding: 80px 15px 15px; }
        .testimonial-content .stars { margin: 15px 0; }
        .testimonial-content .button { margin: 15px 0 0; }

        /*TAG*/

        .tag-section { padding: 30px 15px; max-width: 96%; clip-path: none; }
        .tag-content .content-text p { margin: 15px 0; }

        /*IMAGE*/

        .image-section { padding: 30px 15px; }
        .image-section .row { margin: 0 auto; }
    


    #footer { padding: 0 15px; }
    .footer-info { padding: 30px 0; }
    .footer-info .footer-left, .footer-info .footer-right { width: 100%; }
    .footer-info .content-img { max-width: 300px; width: 100%; margin: 0 auto; }
    .footer-info .content-text p { font-size: 16px; margin: 15px 0 0; }

    .footer-link .footer-wrap { gap: 20px }
    .footer-link { padding: 30px 0; }
    .footer-link .footer-item { width: 100%; }
    .footer-link .loc a { margin: 0 auto; }

    .footer-copy { padding: 30px 0; }
    .footer-copy .content-text { width: 100%; }

    .cta{background: #BC091C  url("../images/common/phonecall.png") no-repeat center center;border-bottom-left-radius: 40px;border-top-left-radius: 40px;bottom: 1%;display: block;height: 80px;position: fixed;right: 0;text-decoration: none; text-indent: -9999em;width: 100px;z-index: 999;}

    /*INNER*/

    .inner #content { padding: 30px 15px; }

        /*ABOUT*/

        .inner .about-content { margin: 15px 0; }
        .inner .about-wrap { max-width: 100%; width: 100%; gap: 20px; }
        .inner .about-image, .inner .about-desc { width: 100%; }
        .inner .about-desc .content-text p { margin: 0 0 15px; }
        .inner .about-desc .content-text p:last-of-type { margin: 0; }

        /*SERVICES*/

        .inner .services-content { margin: 15px 0; }
        .inner .services-wrap { max-width: 100%; width: 100%; gap: 20px; }
        .inner .services-image, .inner .services-desc { width: 100%; }
        .inner .services-desc .content-text p { margin: 0 0 15px; }
        .inner .services-desc .content-text p:last-of-type { margin: 0; }

        /*GALLERY*/

        .inner .gallery-content .content-text p { margin: 15px auto; }

        /*TESTIMONIALS*/

        .inner .testimonials-content .content-text p { margin: 15px 0; }
        

        /*CONTACT*/

        .inner .contact-content .content-text p { margin: 15px 0; }



}

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

    /*SERVICES*/

    .services-wrap { row-gap: 0; margin: 10px 0 0; }
    .services-item { width: 100%; border-right: 0; border-bottom: 1px solid #EEEEEE; padding: 20px 0; }

    /*GALLERY*/

    .gallery-col { width: 100%; display: block; padding: 0; }
    .gallery-col .content-img { padding: 15px 0 0; }


}