
@font-face {
    font-family: "Golos";
    src: url('../font/golos-text_regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: auto;
    text-rendering: auto;
}

@font-face {
    font-family: "Golos";
    src: url('../font/golos-text_bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: auto;
    text-rendering: auto;
}

* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


html {
    scroll-behavior: smooth;

    transition: all 2s;
    font-size: 14px;
}

body {
    font-family: 'Golos', sans-serif;
    font-size: 15px;
    color: #111111;
    padding-top: 60px;
}

@media (max-width: 767px) {
    html {font-size: 12px}
}


.bg-light { background-color: #f5f5f5 !important; }

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 1rem;
}

a {
    color: #111111;
}

a:hover {
    color: #1a1a1a;
    text-decoration: none;
}

.btn {
    font-size: 14px;
    padding: 15px 26px;
    min-width: 160px;
    border-radius: 3px;
}

.primary-btn {
    background-color: #111111;
    color: #ffffff;
}

.secondary-btn {
    background-color: transparent;
    border: 1px solid #111111;
}

.primary-btn:hover {
    color: #ffffff;
    background-color: #1a1a1a;
    border: 1px solid #111111;
}

.secondary-btn:hover {
    background-color: #111111;
    color: #ffffff;
}

.tleft {
    text-align: left;
}

.tright {
    text-align: right;
}

img {
    box-shadow: 0 16px 24px 0 rgba(0,0,0,.08);
}

section {
    padding: 60px 0;
}
section h3 {
    font-weight: 700;
}

section p {
    color: #474747;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.6;
}

@media (min-width: 767px) {
    section {padding: 120px 0;}
    section p {font-size: 16px;}
}






.full-width {
    width: 100%;
}
.topmargin-xs { margin-top: 15px; }
.topmargin-sm { margin-top: 30px; }
.topmargin-lg { margin-top: 60px; }

.divider-right {
    border-right: 1px solid rgba(0,0,0,.1);
}

/*////////////////////////////
  Hero
///////////////////////////*/
#hero {position: relative}
#hero:before {
    content: " ";
    display: block;
    margin-left: 50%;
    background-image: url("../images/hero.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50%;
    height: 100%;
    overflow: hidden;
    background-size: cover;
    max-width: 1000px;
}
#hero h1 {max-width: 640px;}
#hero p {
    font-size: 18px;
    line-height: 1.6;
}



@media (max-width: 767px) {
    #hero:before {width: 100%; margin-left: 0}
    #hero .container:before {  content: " "; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.5); position: absolute; left: 0}
    #hero {color: #fff;}
    #hero p {color: #fff; font-size: 16px;}
    #hero .secondary-btn {border-color: #fff; color: #fff}
    #hero .secondary-btn:hover {border-color: #000; color: #fff}
}
 
/*////////////////////////////
  Navbar
///////////////////////////*/

.navbar {
    background-color: #ffffff;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.05);
    min-height: 100px;
}

.nav-item {
    margin: 0 15px;
}

.nav-link {
    color: #111111;
}

.navbar-toggler:focus {
    outline: none;
    box-shadow: none;
}

.navbar .primary-btn, .navbar .secondary-btn {
    padding: 10px 20px;
    margin: 0 4px;
    font-size: 15px;
}

.logo {
    min-width: 175px;
    max-width: 175px;
    box-shadow: none;
}

/*////////////////////////////
  Members
///////////////////////////*/

.member-container {
    position: relative;
    margin: 10px 0;
}

.member-container img {
    border-radius: 2px;
}

.member-information {
    position: absolute;
    color: #ffffff;
    bottom: 10px;
    left: 20px;
    -moz-transition: all 0.8s;
	-webkit-transition: all 0.8s;
    transition: all 0.8s;
}

.member-information:hover {
    -moz-transform: translate(0, -15px);
	-webkit-transform: translate(0, -15px);
	transform: translate(0, -15px);
}

.member-information h4 {
    font-size: 18px;
    line-height: .9px;
}

.member-information p {
    color: rgba(256, 256, 256, .7)
}

.member-information i {
    color: #ffffff;
    font-size: 22px;
    margin-right: 10px;
}

/*////////////////////////////
  Pricing
///////////////////////////*/

.pricing-container {
    background-color: #ffffff;
    border-radius: 2px;
    margin: 15px 0;
    -moz-transition: all 0.8s;
	-webkit-transition: all 0.8s;
    transition: all 0.8s;
    min-height: 100%;
    display: flex;
    flex-direction: column;
}

.pricing-container:hover {
    -moz-transform: translate(0, -15px);
	-webkit-transform: translate(0, -15px);
	transform: translate(0, -15px);
}

.pricing-header {
    border-bottom: 1px solid #f5f5f5;
    padding: 30px;
}

.pricing-header p {
    font-size: 14px;
    color: #535353;
    margin-bottom: 0;
}

.pricing-body {
    padding: 30px;
    padding-bottom: 0;
}

.pricing-body ul {
    list-style-type: none;
    padding-left: 0px;
}

.pricing-body li {
    font-size: 14px;
    margin-bottom: 10px;
}

.pricing-body i {
    margin-right: 5px;
}
.pricing-body a {text-decoration: underline;}
.pricing-body a:hover {text-decoration: none;}

.pricing-footer {
    border-top: 1px solid #f5f5f5;
    text-align: center;
    padding: 30px;
    margin-top: auto;
}

.pricing-footer .h3 {
    line-height: 1.2;
}

.pricing-footer small {
    color: #535353;
}

small.specprice { 
    color: #fff;
    background: #ff7e6f;
    background: linear-gradient(65deg,#ff9588 0,#ff6755 100%);
    padding: 4px 8px;
    border-radius: 4px;
}

.pricing-footer s {
    color: #535353;
    text-decoration: line-through;
    font-weight: 400;
    font-size: 14px;
}
.pricing-footer s.ot {text-decoration: none;}

small.specprice + h1 {margin-top: 10px;}


#sheme {
    border-top: 1px solid rgba(0,0,0,.1);
    border-bottom: 1px solid rgba(0,0,0,.1);
}
.count {font-size: 18px; font-weight: 700; color: #fff; background: #000; border-radius: 50%; padding: 5px; display: inline-block; width: 30px; height: 30px; text-align: center; display: flex; align-items: center; justify-content: center;
margin-bottom: 15px;}

#sheme p {font-size: 13px;}
#sheme p.h5 {font-size:1.25rem}

#sheme .footer-btn a h6 i {padding-left: 10px;}
#sheme .footer-btn a h6,
#sheme .footer-btn h6
{
    font-size: 18px;
    font-weight: 700;
    -moz-transition: all 0.8s;
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
}
#sheme .footer-btn a h6:hover,
#sheme .footer-btn h6:hover{
    -moz-transform: translate(0, -5px);
    -webkit-transform: translate(0, -5px);
    transform: translate(0, -5px);
}


    /*////////////////////////////
      Contact
    ///////////////////////////*/

#contact {
    border-bottom: 1px solid rgba(0,0,0,.1);
}

#contact h4 {
    font-size: 32px;
    font-weight: 700;
    line-height: 1.6;
}

#contact p {
    font-size: 18px;
    line-height: 2;
}

.form-control {
    font-size: 14px;
    font-weight: 400;
    color: #4b4b4b;
    padding: 25px 15px;
    border: 1px solid #cacaca;
    border-radius: 2px;
}

.form-control:focus {
    border-color: #111111;
    outline: none;
    box-shadow: none;
}

/*////////////////////////////
  Footer
///////////////////////////*/

footer {
    padding: 80px 0px;
    color: #111111;
}

footer h6 {
    font-size: 18px;
    font-weight: 700;
    -moz-transition: all 0.8s;
	-webkit-transition: all 0.8s;
    transition: all 0.8s;
}

footer p {
    color: #535353;
}

footer i {
    font-size: 14px;
}

footer a {
    color: #111111;
}

footer a:hover {
    color: #4b4b4b;
}

footer a h6:hover {
    -moz-transform: translate(0, -5px);
	-webkit-transform: translate(0, -5px);
	transform: translate(0, -5px)
}

/*////////////////////////////
  Copyright
///////////////////////////*/

#copyright {
    padding: 50px 0;
}

#copyright h6 {
    font-weight: 700;
    margin-bottom: 0px;
}

#copyright i {
    font-size: 22px;
    margin: 0 8px;
}

.footer-btn {margin-bottom: 30px;}

/*////////////////////////////
  Responsive 
///////////////////////////*/

@media (max-width: 575.98px) { 
    .btn {
        width: 100%;
        margin: 10px 0;
    }

    .navbar .primary-btn, .navbar .secondary-btn {
        margin: 5px 0;
    }

    #hero img {
        margin-top: 30px;
    }

    .footer-btn {
        margin-bottom: 30px;
        border-bottom: 1px solid rgba(0,0,0,.1);
    }

    #copyright .logo {
        margin-top: 20px;
    }

    #copyright .list-inline {
        text-align: center;
        margin-top: 20px;
    }

    #copyright i {
        font-size: 28px;
    }
}

@media (min-width: 576px) and (max-width: 768px) { 
    #hero img {
        margin-top: 30px;
    }

    .member-information h4 {
        font-size: 14px;
    }

    .member-information p {
        font-size: 12px;
        margin-bottom: 5px;
    }

    .member-information i {
        font-size: 18px;
    }

    .member-information ul {
        margin-bottom: 0px;
    }
}

@media (min-width: 769px) and (max-width: 991.98px) { 
    .pricing-header, .pricing-body, .pricing-footer {
        padding: 20px;
    }
    #hero img {
        margin-top: 30px;
    }
}



.container {max-width: 100% !important;}
@media (min-width: 1200px) {
    .container {max-width: 1400px !important;}
}



.block-center {margin: 0 auto;justify-content: center}

@media (max-width: 767px) {
    br{display: none}
}

.imgabs-wrap {position: relative;}
.imgabs {position: absolute; bottom: -40px; right: -50px; max-width: 50%}


#faq {background: #f5f5f5}
#faq img {width: 100%}
#faq p {font-size: 14px;}
#faq p.h5 {font-size:1.25rem}



.navbar-toggler {font-size: 2rem}
.navbar-collapse {padding: 20px; padding-right: 0;}


#templates img {margin: 15px 0;}
#templates a img {padding: 20px;}
#templates .btn {margin-top: 30px;}
#team-members .btn {margin-top: 30px;}

@media (max-width: 767px) {
    .navbar {min-height: 60px;}
    #templates a img {padding: 10px;}
    .pricing-container {min-height: auto}
    #team-members img {margin-top: 30px;}
    #faq img {margin-bottom: 30px;}
}










