/* Reset -------------------------------------------------- */
html { margin: 0; padding: 0; border: 0;} body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,code,del,dfn,em,img,q,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,
caption,article,aside,dialog,figure,footer,header,hgroup,nav,section,input { margin: 0; padding: 0; border: 0; }
article,aside,dialog,figure,footer,header,hgroup,nav,section { display: block; }
blockquote:before,blockquote:after,q:before,q:after { content: ''; }
blockquote, q { quotes: "" ""; }
a img { border: none; }
:focus { outline: 0; }
a:focus { outline: none; }
html {
    scroll-behavior: smooth;
}
/* Global -------------------------------------------------- */
body { font-family: 'ATC Arquette'; color: #000;  font-size: 17px; line-height: 1.5; font-weight: 400; }
/* Global Css for headings, p and achors */
h1,h2,h3,h4,h5,h6 { padding: 0; margin: 0; }
h1 {
    font-size: 100px;
    line-height: 1;
    font-weight: 400;
}
h2 {
    font-size: 80px;
    line-height: 1;
    font-weight: 400;
}
h3 { 
    font-size: 58px;
    line-height: 1.25;
    font-weight: 400;
}
h4 { 
    font-size: 48px;
    line-height: 1.2;
    font-weight: 400;
}
h5 { }
h6 { }
p { 
    font-size: 15px; 
    line-height: 1.5; 
    font-weight: 400;
}
a { text-decoration: none; }
img {
    max-width: 100%;
    height: auto;
}
ul,ul li,ul ol,ul li ul,ul li ul li { list-style: none; padding: 0; margin: 0; }
* {  box-sizing: border-box; }

/*----------------------------Fonts------------------------------*/


@font-face {
    font-family: 'ATC Arquette';
    src: url('../fonts/ATCArquette-Black.woff2') format('woff2'),
        url('../fonts/ATCArquette-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'ATC Arquette';
    src: url('../fonts/ATCArquette-Bold.woff2') format('woff2'),
        url('../fonts/ATCArquette-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'ATC Arquette';
    src: url('../fonts/ATCArquette-Extralight.woff2') format('woff2'),
        url('../fonts/ATCArquette-Extralight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'ATC Arquette';
    src: url('../fonts/ATCArquette-BoldItalic.woff2') format('woff2'),
        url('../fonts/ATCArquette-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'ATC Arquette';
    src: url('../fonts/ATCArquette-BlackItalic.woff2') format('woff2'),
        url('../fonts/ATCArquette-BlackItalic.woff') format('woff');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'ATC Arquette';
    src: url('../fonts/ATCArquette-Light.woff2') format('woff2'),
        url('../fonts/ATCArquette-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'ATC Arquette';
    src: url('../fonts/ATCArquette-Medium.woff2') format('woff2'),
        url('../fonts/ATCArquette-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'ATC Arquette';
    src: url('../fonts/ATCArquette-LightItalic.woff2') format('woff2'),
        url('../fonts/ATCArquette-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'ATC Arquette';
    src: url('../fonts/ATCArquette-Regular.woff2') format('woff2'),
        url('../fonts/ATCArquette-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'ATC Arquette';
    src: url('../fonts/ATCArquette-ExtralightItalic.woff2') format('woff2'),
        url('../fonts/ATCArquette-ExtralightItalic.woff') format('woff');
    font-weight: 200;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'ATC Arquette';
    src: url('../fonts/ATCArquette-MediumItalic.woff2') format('woff2'),
        url('../fonts/ATCArquette-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'atc_arquettesemibold';
    src: url('../fonts/atcarquette-semibold-webfont.woff2') format('woff2'),
         url('../fonts/atcarquette-semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'ATC Arquette';
    src: url('../fonts/ATCArquette-SemiboldItalic.woff2') format('woff2'),
        url('../fonts/ATCArquette-SemiboldItalic.woff') format('woff');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'ATC Arquette';
    src: url('../fonts/ATCArquette-RegularItalic.woff2') format('woff2'),
        url('../fonts/ATCArquette-RegularItalic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

.container {
    max-width: 1054px;
}

/*HEADER STYLE START*/

header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 9;
    padding-top: 32px;
}
header .nav-menu {
    padding-top: 5px;
}
header .nav-menu ul li a {
    font-weight: normal;
    font-size: 15px;
    line-height: 18px;
    color: #FFFFFF;
}
/*HEADER STYLE END*/

/*BANNER STYLE START*/

.banner {
    background: url(../images/banner-bg.jpg) top center no-repeat;
    background-size: cover;
    height: calc(80vh);
}
.banner .banner-caption {
    padding-top: 221px;
    max-width: 800px;
    margin: auto;
}
.banner h1 {
    font-weight: normal;
    font-size: 60px;
    line-height: 72px;
    color: #FFFFFF;
    margin-bottom: 40px;
}
.banner a {
    padding: 16px 32px 18px;
    width: 320px;
    height: 54px;
    background: rgba(200, 255, 248, 0.1);
    border-radius: 200px;
    font-weight: normal;
    font-size: 17px;
    line-height: 20px;
    color: #C8FFF8;
    text-decoration: none;
    transition: all ease .5s;
}
.banner a:hover {
    background: #C8FFF8;
    color: #394244;
}
.banner span {
    display: block;
    margin-top: 183px;
    font-weight: normal;
    font-size: 15px;
    color: #FFFFFF;
    opacity: 0.7;
}

/*BANNER STYLE END*/

/*CONTENT STYLE START*/
.content {
    background: #FFFFFF;
}
.content .progress-cols {
    padding: 80px 0;
}
.content .progress-cols li {
    font-weight: 500;
    font-size: 15px;
    color: #394244;
    padding: 0 13.5px;
}
.content .progress-cols li img {
    margin-right: 15px;
}
.content .care-card {
    position: absolute;
    top: 0;
    left: 0;
    width: 496px;
    min-height: 331px;
    background: #F5F5F5;
    z-index: 1;
    padding: 48px 72px 52px 64px;
}
.content .care-card h2 {
    font-weight: normal;
    font-size: 50px;
    line-height: 60px;
    color: #111111;
    margin-bottom: 16px;
}
.content .care-card p {
    font-weight: normal;
    font-size: 15px;
    line-height: 140%;
    color: #394244;
    margin-bottom: 32px;
}
.content .care-card a {
    font-weight: normal;
    font-size: 15px;
    line-height: 120%;
    text-decoration-line: underline;
    color: #111111;
}
.content .care-card-img {
    margin-bottom: 120px;
}
.content .happy-col {
    margin-top: 20px;
    margin-bottom: 100px;
}
.content .happy-col h4 {
    font-weight: 500;
    font-size: 17px;
    line-height: 120%;
    color: #394244;
    margin-top: 16px;
    margin-bottom: 12px;
}
.content .happy-col p {
    font-weight: normal;
    font-size: 14px;
    line-height: 140%;
    color: #394244;
    opacity: 0.8;
}
.content .works-card-img {
    margin-bottom: 179px;
}
.content .works-card {
    position: absolute;
    width: 676px;
    min-height: 459px;
    right: 0;
    top: 0;
    background: #394244;
    padding: 48px 72px 32px 64px;
}
.content .works-card h2 {
    font-weight: normal;
    font-size: 50px;
    line-height: 60px;
    color: #FFFFFF;
    margin-bottom: 16px;
}
.content .works-card p {
    font-weight: normal;
    font-size: 15px;
    line-height: 140%;
    color: rgba(255, 255, 255, 0.9);
    opacity: 0.7;
    margin-bottom: 32px;
}
.content .works-card h4 {
    font-weight: 600;
    font-size: 15px;
    line-height: 140%;
    color: #FFFFFF;
    margin-bottom: 5px;
    text-transform: uppercase;
}
.content .works-card span {
    font-weight: 400;
    font-size: 15px;
    line-height: 140%;
    color: rgba(255, 255, 255, 0.8);
    opacity: 0.7;
    margin-bottom: 20px;
    display: block;
}
.content .works-card h6 {
    font-weight: 400;
    font-size: 15px;
    line-height: 140%;
    color: #fff;
}
.content .service-col {
    margin-bottom: 140px;
}
.content .service-col h5 {
    font-weight: 500;
    font-size: 17px;
    line-height: 120%;
    color: #394244;
    margin-bottom: 12px;
}
.content .service-col p {
    font-weight: normal;
    font-size: 14px;
    line-height: 140%;
    color: #394244;
}

/*CONTENT STYLE END*/

/*FOOTER STYLE START*/

footer {
    background: url(../images/ftr-bg.png) center no-repeat;
    background-size: cover;
    min-height: 642px;
}
footer .footer-caption {
    margin-top: 160px;
    margin-bottom: 150px;
}
footer .footer-caption p{
    padding-bottom: 36px;
    color:#555;
}   
footer .footer-caption h2 {
    font-weight: normal;
    font-size: 60px;
    color: #111111;
    margin-bottom: 28px;
}
footer .footer-caption a {
    padding: 16px 32px 18px;
    height: 54px;
    background: #C8FFF8;
    border-radius: 200px;
    font-weight: normal;
    font-size: 17px;
    line-height: 20px;
    color: #111111;
    display: inline-block;
}

footer .ftr-menue ul li {
    margin-right: 15px;
}
footer .ftr-menue ul li a {
    font-weight: normal;
    font-size: 13px;
    line-height: 16px;
    text-align: right;
    color: #FFFFFF;
}

/*FOOTER STYLE END*/

/*RESPONSIVNESS STYLE START*/
@media screen and (max-width: 1199px){
    .banner span {
        margin: 90px 0 10px;
    }
    .content .progress-cols li {
        font-size: 14px;
        padding: 0 12px;
    }
}
@media screen and (max-width: 991px){
    .content .progress-cols {
        padding: 60px 0 30px;
    }
    .content .progress-cols li {
        max-width: 50%;
        flex: 0 0 50%;
        margin-bottom: 30px;
    }
    .content .care-card {
        width: 400px;
        height: auto;
        padding: 30px 50px 40px;
    }
    .content .care-card h2 {
        font-size: 40px;
        line-height: 50px;
        margin-bottom: 10px;
    }
    .content .care-card p {
        font-size: 14px;
        margin-bottom: 25px;
    }
    .content .care-card-img {
        margin-bottom: 50px;
    }
    .content .happy-col {
        margin-bottom: 50px;
    }
    .content .works-card {
        width: 400px;
        height: auto;
        padding: 30px 50px 40px;
    }
    .content .works-card h2 {
        font-size: 40px;
        line-height: 50px;
        margin-bottom: 10px;
    }
    .content .works-card p {
        font-size: 14px;
        margin-bottom: 25px;
    }
    .content .works-card h4 {
        font-size: 14px;
        margin-bottom: 4px;
    }
    .content .service-col h5 {
        font-size: 14px;
        margin-bottom: 10px;
    }
}
@media screen and (max-width: 767px){
    .banner {
        height: auto;
    }
    .banner .banner-caption {
        padding-top: 200px;
    }
    .banner h1 {
        font-size: 40px;
        line-height: 48px;
    }
    .banner span {
        margin: 200px 0 10px;
    }
    .content .care-card {
        width: 100%;
        position: initial;
    }
    .content .works-card {
        width: 100%;
        position: initial;
        margin-bottom: 50px;
    }
    .content .works-card-img {
        margin-bottom: 0;
    }
    .content .service-col {
        margin-bottom: 50px;
    }
}
@media screen and (max-width: 575px){
    .banner {
        background: url(../images/mobile-banner-bg.png) top center no-repeat;
        background-size: cover;
        min-height: 740px;
    }
    header {
        padding-top: 56.72px;
        padding-left: 15px;
        padding-right: 15px;
    }
    header .nav-menu {
        padding-top: 4.28px;
    }
    .banner .banner-caption {
        padding-top: 247px;
    }
    .banner .banner-caption h1 {
        max-width: 295px;
        margin: 0 auto 40px;
    }
    .banner h1 br {
        display: none;
    }
    .banner span {
        display: none;
    }
    .content .progress-cols {
        padding: 40px;
        max-width: 335px;
        margin: -40px auto 0;
        background: #fff;
    }
    .content .progress-cols li {
        max-width: 100%;
        flex: 0 0 100%;
        margin-bottom: 23px;
        font-size: 15px;
        padding: 0;
    }
    .content .progress-cols li:last-child {
        margin-bottom:0;
    }
    .content .care-card {
        width: auto;
        margin: 0 -15px;
        padding: 40px 48px 72px 48px;
    }
    .content .care-card h2 {
        font-size: 50px;
        line-height: 60px;
        margin-bottom: 16px;
    }
    .content .care-card p {
        font-size: 15px;
        margin-bottom: 32px;
    }
    .content .care-card-img {
        margin-left: -15px;
        margin-right: -15px;
        margin-bottom: 64px;
    }
    .content .happy-col {
        padding: 0 78px 0 65px;
    }
    .content .works-card-img {
        margin: 0 -15px;
    }
    .content .works-card {
        width: auto;
        margin-bottom: 80px;
        margin-left: -15px;
        margin-right: -15px;
        padding: 40px 48px 72px 48px;
    }
    .content .works-card h2 {
        font-size: 50px;
        line-height: 60px;
        margin-bottom: 16px;
    }
    .content .works-card p {
        font-size: 15px;
        margin-bottom: 11px;
    }
    .content .works-card h4 {
        font-size: 15px;
    }
    .content .service-col {
        padding: 0 71px;
        text-align: center;
    }
    .content .service-col h5 {
        font-size: 17px;
        margin: 30px 0 12px;
    }
    footer {
        margin-top: 30px;
        background: #D4D4D4;
    }
    footer .footer-caption {
        margin: 0px;
        padding: 80px 40px 40px;
        text-align: center;
    }
    footer .footer-caption h2 {
        font-size: 40px;
        line-height: 48px;
        margin-bottom: 24px;
    }
    .ftr-bottom {
        background:url(../images/mobile-ftr-bg.jpg) no-repeat #D4D4D4;
        background-size: cover;
        min-height: 394px;
        margin: 0 -15px;
    }
    .ftr-menue ul {
        justify-content: center !important;
    }
    .ftr-logo {
        text-align: center !important;
    }
    .ftr-bottom {
        display: flex;
        justify-content: center;
        align-items: flex-end;
    }
    .ftr-menue {
        margin-bottom: 40px;
    }
    .ftr-logo {
        margin-bottom: 32px;
    }
}
/*RESPONSIVNESS STYLE END*/
