/*
Theme Name: Doculock
Theme URI: https://www.mytheme.com/themes/revolution/
Author: the Creative team
Author URI: https://www.mytheme.com/
Description: The Revolution theme for WordPress is a fully responsive theme that looks great on any device. Features include a front page template with its own widgets, an optional display font, styling for post formats on both index and single views, and an optional no-sidebar page template. Make it yours with a custom menu, header image, and background.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blog, one-column, two-columns, right-sidebar, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, footer-widgets, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
Text Domain: text-domain
*/

/*------------------------------------------------------
	overwrite css start
------------------------------------------------------*/

@media (min-width: 1650px){
    .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1440px;
}
}

body{
        font-family: 'Montserrat';
    font-weight: 200;
        background-color: #FFF;
}
div#page {
    width: 100%;
    position: relative;
    overflow: hidden;
}
a:hover {
    color: #000;
    text-decoration: none;
}
/** Header **/
.site-header{
        overflow: hidden;
}
.site-header .main-header {
    padding-top: 37px;
    padding-bottom: 68px;
    position: relative;
}

.site-header .main-header:after {
    content: '';
    position: absolute;
    width: 1000%;
    height: 1000%;
    bottom: -3px;
    background-color: #FFF;
    transform-origin: bottom left;
    transform: rotate(-2deg);
    border-radius: 130px;
    z-index: -1;
    left: -76px;
}
.main-header .header-cover {
    width: 100%;
}

.main-header .header-cover .logo-wrap {
    width: 270px;
    
        display: flex;
    align-items: center;
}

.main-header .header-cover .nav-bar {
    width: calc(100% - 270px);
        position: relative;
    top: -5px;
}
.top-nav li.box-btn a,
 .footer-menu .nav-menu li.box-btn a{
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.00em;
    border: 2px solid #80141b;
    padding: 8px 24px;
    border-radius: 20px;
    color: #80141b;
}

.top-nav li.box-btn,
.footer-menu .nav-menu li.box-btn{
    margin: 0 0 0 3%;
}
.footer-menu .nav-menu{
      margin: 0;
    text-align: end;
}
.footer-menu .nav-menu li a:hover {
    color: #80141b;
}
.top-nav li.box-btn a:hover,
.footer-menu .nav-menu li.box-btn a:hover{
    background-color: #80141b;
    color: #FFF;
}
/** Header Fix**/
.site-header.fixed-header {
    background-color: #FFF;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 5%);
        z-index: 9999999999;
}

.site-header.fixed-header .main-header {
    padding: 10px 0;
}

.site-header.fixed-header .main-header .header-cover .nav-bar{
    top: 0;
}

.site-header.fixed-header .main-header:after {
    display: none;
}

.fixed-header .top-nav {
    margin: 0;
}

.site-header.fixed-header .main-header .logo-wrap img {
    max-width: 200px;
}
/** Header Fix End**/

/** Header End**/

/** Video Section **/
section.video-section {
    padding: 90px 0 0 0;
    margin-bottom: 220px;
}
 
.video-section .video-side-content h2 {
    font-size: 46px;
    font-family: 'Montserrat';
    margin-bottom: 16px;
}

.video-section .video-side-content {
    max-width: 440px;
    height: 100%;
    position: relative;
    color: #FFF;
    padding-top: 94px;
}
.video-section .video-side-content:after{
    content: '';
    position: absolute;
    width: 1000%;
    height: 1000%;
    background-color: #80141b;
    transform-origin: left bottom;
    transform: rotate(-10.5deg);
    bottom: -78px;
    left: -72px;
    z-index: -1;
    border-radius: 130px;
    opacity: 1;
}
.video-section .video-side-content p {
    font-size: 25px;
    line-height: 1.3;
}
.video-section .video-side-content p span {
    font-size: 80%;
    display: block;
    margin: 10px 0 0 0;
}

.video-section .video-cover {
    width: 100%;
    padding-bottom: 68.65%;
       position: relative;
    background-size: cover;
    background-position: center center;
}
.video-section .video-cover a.video-play
{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 999;
    display: block;
    top: 0;
    left: 0;
    background-image: url(assets/images/play-icon.png);
        background-repeat: no-repeat;
    background-position: right 42px bottom 40px;

}

.video-section .video-cover:after {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #000;
    z-index: 9;
    content: '';
    opacity: 0.56;
}
.video-section .text-part {
    padding: 115px 0 0 0;
    position: relative;
    z-index: -1;
}

.video-section .text-part h2 {
    font-size: 45px;
    font-weight: 600;
    max-width: 570px;
    margin-bottom: 18px;
}
h2{
    font-size: 45px;
}
p {
    font-size: 20px;
    margin-bottom: 22px;
}
img{
    max-width: 100%;
}
.large-img-block:after {
    content: '';
    background-color: #282828;
    opacity: 0.24;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
 
}
    .large-img-block {
    position: absolute;
    width: 1890px;
    height: 1439px;
 
    transform-origin: left bottom;
    transform: rotate(6.8deg);
    left: -191px;
    bottom: -5px;
    border-radius: 120px;
    z-index: 0;
        overflow: hidden;
}
.large-img-block img {
    position: absolute;
    left: 0;
    bottom: 0;
}
/** Video Section End**/

/** Three Box **/
.three-box ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0 -15px;
    padding: 0;
}

.three-box ul li {
    width: 33.3%;
    text-align: center;
    padding: 0 15px;
    position: relative;
}

.three-box ul li h2 {
    font-size: 63px;
    margin-bottom: 13px;
    color: #FFF;
}

.three-box ul li p {
    font-weight: 400;
    line-height: 1.15;
    margin-bottom: 0;
    color: #FFF;
}

.three-box ul li .text-cover {
    min-height: 200px;
}

section.three-box {
    padding: 38px 0 160px 0;
}

.three-box ul li:after {
    content: '';
    position: absolute;
    width: 560px;
    height: 339px;
    display: block;
    border-radius: 57px;
    z-index: -1;
}
.three-box ul li:first-child{
    position: relative;
    left: 42px;
}
.three-box ul li:first-child:after {
    transform-origin: left bottom;
    transform: translate(-50%, -50%) rotate(-10.1deg);
    top: 57%;
    left: 50%;
    background-color: #80141b;
}
.three-box ul li:nth-child(2):after {
    transform-origin: right bottom;
    transform: translate(-50%, -50%) rotate(11.0deg);
    top: 68%;
    left: 39%;
    background-color: #8a8a8a;
    opacity: 0.9;
}
.three-box ul li:nth-child(3):after {
    transform-origin: right bottom;
    transform: translate(-50%, -50%) rotate(17.5deg);
    top: 68%;
    left: 34%;
    background-color: #262626;
    opacity: 0.9;
}
/** Three Box End**/

/** why-us-section **/
section.why-us-section {
    padding: 50px 0 47px 0;
}

section.why-us-section .text-part {
    margin: auto;
    text-align: center;
    max-width: 1172px;
        width: 85%;
}

section.why-us-section .text-part h2 {
    font-weight: 600;
    margin-bottom: 36px;
}

section.why-us-section .text-part p {
    margin-bottom: 16px;
}
/** why-us-section End**/

/** Icon section **/
section.icon-part {}

section.icon-part .in-text-cover {
    background-color: #313131;
    padding: 51px 0 60px 0;
        border-radius: 30px;
}

section.icon-part .in-text-cover ul {
    margin: 0 -15px;
    padding: 20px 0 0 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}

section.icon-part .in-text-cover li {}

section.icon-part .in-text-cover ul li {
    width: 33.3%;
    padding: 0 15px;
    color: #FFF;
}

section.icon-part .in-text-cover ul li p {
    font-size: 17px;
}

section.icon-part .in-text-cover > p {
    color: #FFF;
    font-weight: 500;
    text-transform: uppercase;
    padding-left: 90px;
}

section.icon-part .in-text-cover ul li .text-inn {
    max-width: 330px;
}
section.icon-part .in-text-cover ul li:first-child{
    
}
section.icon-part .in-text-cover ul li:first-child .text-inn{
        position: relative;
    left: 94px;
}
section.icon-part .in-text-cover ul li .text-inn h3 {
    font-size: 35px;
}

section.icon-part .in-text-cover ul li .text-inn img {
    margin-bottom: 13px;
}
/** Icon section End**/
/** success-story **/
.success-story {
    margin: 98px 0 0px 0;
    position: relative;
    
    color: #FFF;
}
.success-story .text-part{
    position: relative;
    padding-bottom: 139px;
}
.success-story .img-part {
    position: relative;
    border-radius: 25px;
    overflow: hidden;
}

.success-story h2 {
 
}

.success-story .text-small {
    max-width: 920px;
    margin-bottom: 69px;
    font-family: 'Montserrat';
}

.success-story .text-small p {}

 

.success-story p.large {
    font-size: 33px;
    font-style: italic;
    line-height: 1.2;
    max-width: 920px;
    letter-spacing: 0.01em;
        margin-top: 68px;
}

.success-story p.large + strong {
    font-size: 22px;
}

.success-story .text-part:after {
    content: '';
    width: 144%;
    height: 141%;
    display: block;
    background-color: #80141b;
    position: absolute;
    transform: rotate(-7.0deg);
    bottom: -63px;
    right: -238px;
    border-radius: 125px;
    z-index: -1;
}
/** success-story End**/


/** Tab Section **/
section.tab-section {
    margin: 100px 0 0 0;
    padding: 135px 0 0 0;
}

section.tab-section .top-text {
    margin: auto;
    text-align: center;
    max-width: 1170px;
}

.tab-cover ul.resp-tabs-list li {
    font-size: 20px;
    font-weight: 400;
    color: #80141b;
    border: 0 !important;
    padding: 7px 21px !important;
    margin: 0;
    background: none !important;
    border-radius: 30px;
}

.tab-cover ul.resp-tabs-list {display: flex;margin-bottom: 59px;}

.tab-cover .resp-tabs-container {
    border: 0 !important;
    background: none !important;
    margin: 0 -6px;
}

.tab-cover ul.resp-tabs-list li.resp-tab-active {
    margin: 0;
    background-color: #80141b !important;
    color: #FFF;
}

.tab-cover {
    background-color: #e5e5e5;
    padding: 35px 37px 55px 37px;
    margin: 53px 0 0 0;
    border-radius: 40px;
}
.tab-cover .resp-tabs-container .resp-tab-content {
    padding: 0;
    border: 0;
}

.tab-cover .resp-tabs-container .resp-tab-content h4 {
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 22px;
}
/** Tab Section End**/

/** two-box **/

.two-box {
    padding: 81px 0 81px 0;
}

.two-box .left-text {
    background-color: #80141b;
    color: #FFF;
    border-radius: 40px;
    padding: 39px 36px;
    height: 100%;
}
 

.two-box .left-text ul {
    margin: 34px 0;
    padding: 0;
}

.two-box .left-text ul li {
    padding: 0;
}

.two-box .left-text ul li:after {
    display: none;
}

.two-box .left-text ul li {
    font-weight: 200;
    margin: 0;
    border-bottom: 1px solid #a1a1a1;
    padding: 16px 0;
    letter-spacing: -0.016em;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.two-box .left-text ul li span.set-right {
    font-weight: 500;
}
h3 {
    font-size: 35px;
}

.two-box p {
    font-size: 20px;
    font-weight: 300;
    line-height: 1.3;
}

.two-box h3 {
    margin-bottom: 19px;
}

.right-text {
    background-color: #000000;
    color: #FFF;
    border-radius: 40px;
    padding: 39px 36px 104px 36px;
    height: 100%;
    position: relative;
    margin-right: -15px;
     background-image: url(assets/images/black-img.png);
    background-position: bottom 180% center;
    background-repeat: no-repeat;
}

.two-box ul {
    margin: 81px 0 0 0;
    padding: 0;
    list-style: none;
}

.two-box ul li {
    font-size: 23px;
    font-weight: 400;
    position: relative;
    padding-left: 40px;
    line-height: 1.3;
    margin-bottom: 37px;
}

.two-box ul li:after {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    display: block;
    background-color: #FFF;
    border-radius: 50%;
    left: 0;
    top: 8px;
}
/** two-box End**/
/** steps-part **/
.steps-part h2 {
    text-align: center;
}
.steps-part .top-text {
    text-align: center;
}
.steps-part {
    padding: 23px 0 23px 0;
}

.steps-part ul {
    margin: 0 -18px;
    padding: 61px 0 0 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}

.steps-part ul li {
    width: 16.6%;
    padding: 0 15px;
    position: relative;
}

.steps-part ul li span.number {
       font-size: 35px;
    display: inline-block;
    width: 79px;
    height: 79px;
    background-color: #80141b;
    text-align: center;
    line-height: 83px;
    font-weight: 500;
    color: #FFF;
    border-radius: 50%;
    margin-bottom: 25px;
}

.steps-part ul li  p {
       font-weight: 400;
    font-size: 18px;
}

.steps-part ul li:after {
    content: '';
    position: absolute;
    width: calc(100% - 60px);
    height: 2px;
    background-color: #80141b;
    display: block;
    left: 96px;
    top: 40px;
}
.steps-part ul li:last-child:after {
    display: none;
}
/** steps-part End**/

/** Map End**/

section.map-section {
    
    overflow: hidden;
}

section.map-section .top-text {
    text-align: center;
    position: relative;
    padding: 227px 0 0 0;
    color: #FFF;
}

section.map-section .top-text:after {
    content: '';
    position: absolute;
    width: 160%;
    height: 310%;
    display: block;
    background-color: #313131;
    top: 6px;
    z-index: -1;
    transform-origin: top left;
    left: -220px;
    transform: rotate(5.85deg);
    border-radius: 120px;
}

section.request-form {
    padding: 111px 0 0 0;
}

section.request-form .top-text {
    text-align: center;
    color: #000;
}

section.request-form .top-text h2 {
    font-weight: 700;
}

section.request-form .form-cover {
    margin: 100px 0 0 0;
    display: flex;
    flex-wrap: wrap;
}

section.request-form .form-cover .form-part {
    width: 63%;
 
}
.map-section .map {}

.map-section .map ul {
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
    justify-content: center;
    padding-bottom: 71px;
}

.map-section .map ul li {
    color: #FFF;
    font-size: 16px;
    display: flex;
    align-items: center;
    margin: 0 24px;
}

.map-section .map ul li span {
    width: 27px;
    height: 27px;
    border-radius: 50%;
    display: block;
    margin-right: 13px;
}

span.c-1 {
    background-color: #80141b;
}
span.c-2 {
    background-color: #8d8d8d;
}
 

.form-part {}

section.request-form .form-cover .text-part {
width: 37%;
    display: flex;
    flex-wrap: wrap;
    padding: 61px 57px;
    position: relative;
    align-items: flex-start;
    flex-direction: column;
}

section.request-form .form-cover .text-part .h4 {
    font-size: 30px;
    font-weight: 300;
    max-width: 355px;
    text-align: center;
    line-height: 1.3;
}

section.request-form .form-cover .text-part .h4 strong {
    font-weight: 600;
    display: inline-block;
    margin: 16px 0 0 0;
    max-width: 315px;
    line-height: 1.30;
}

section.request-form .form-cover .text-part span.large {
    font-size: 61px;
    font-weight: 500;
    line-height: 1;
    margin-left: auto;
    padding: 8px 67px 0 0px;
    color: #80141b;
    margin-right: auto;
}

section.request-form .form-cover .text-part span.large span.small {
    font-size: 28px;
    display: block;
    line-height: 1;
    font-style: italic;
    font-weight: 300;
    margin: 7px 0 0 0;
}
section.request-form .form-cover .text-part:after {
    content: '';
    position: absolute;
    width: 721px;
    height: 538px;
    display: block;
    background-color: #e7e7e7;
    transform-origin: right top;
    transform: rotate(5deg);
    right: -13px;
    top: 11px;
    border-radius: 100px;
        z-index: -1;
}

/** Map End**/

/** Form **/
section.request-form .form-cover .form-part .wpcf7 {
    position: relative;
}

section.request-form .form-cover .form-part .wpcf7 p {
    margin: 0;
}

section.request-form .form-cover .form-part .wpcf7 .col-lg-6,
section.request-form .form-cover .form-part .wpcf7 .col-lg-12{
    margin-bottom: 18px;
}

section.request-form .form-cover .form-part .wpcf7 p span.wpcf7-form-control-wrap {
    width: 100%;
    display: block;
}

section.request-form .form-cover .form-part .wpcf7 p span.wpcf7-form-control-wrap input, section.request-form .form-cover .form-part .wpcf7 p span.wpcf7-form-control-wrap select,
section.request-form .form-cover .form-part .wpcf7 p span.wpcf7-form-control-wrap textarea{
    width: 100%;
    font-size: 20px;
    font-weight: 400;
    border: 2px solid #80141b;
    border-radius: 10px;
    font-family: 'Montserrat';
    padding: 12px 17px 12px 17px;
    max-height: 114px;
        background: none;
    color: #757575;
}
section.request-form .form-cover .form-part .wpcf7 p span.wpcf7-form-control-wrap select {
    appearance: none;
    background-image: url(assets/images/select-icon.png);
        background-repeat: no-repeat;
    background-position: right 15px center;
}

section.request-form .form-cover .form-part .wpcf7 p span.wpcf7-form-control-wrap span.wpcf7-not-valid-tip {
    font-size: 12px;
    font-weight: 200;
    margin: 5px 0 0 0;
}
section.request-form .form-cover .form-part .wpcf7 .captcha-code {}

section.request-form .form-cover .form-part .wpcf7 .captcha-code p {
    display: flex;
    justify-content: space-between;
}
section.request-form .form-cover .form-part .wpcf7 .captcha-code .wpcf7-form-control-wrap {
    max-width: 181px;
}
section.request-form .form-cover .form-part .wpcf7 .captcha-codes label {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
section.request-form .form-cover .form-part .wpcf7 .captcha-codes label input {
    width: calc(100% - 120px) !important;
}
section.request-form .form-cover .form-part .wpcf7 .captcha-codes label span {
    margin-right: 15px;
}
section.request-form .form-cover .form-part .wpcf7 .captcha-code img {
    width: 160px;
    height: 55px;
}
section.request-form .form-cover .form-part .wpcf7 .submit-form {
    text-align: right;
}

section.request-form .form-cover .form-part .wpcf7 .submit-form .wpcf7-submit {
    font-size: 22px;
    background-color: #80141b;
    border: 0;
    padding: 15px 50px;
    border-radius: 30px;
    color: #FFF;
}
section.request-form .form-cover .form-part .wpcf7 .submit-form .wpcf7-submit:hover {
    background-color: #000;
}

section.request-form .form-cover .form-part .wpcf7 .submit-form p {flex-direction: row-reverse;display: flex;align-items: center;}
/** Form End**/
#info-box {
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
    background-color: #ffffff;
    border: 2px solid #80141b;
    border-radius: 5px;
    padding: 8px 10px;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    display: none;
}
#us-map path.available:hover, #us-map circle.available:hover, #us-map .available:hover circle,#us-map polygon.available:hover,#us-map rect.available:hover {
    stroke: #ffffff !important;
    stroke-width: 2px;
    stroke-linejoin: round;
    fill: #000000 !important;
    cursor: pointer;
}
#us-map path.available, #us-map .available path, #us-map .available circle,#us-map polygon.available,#us-map rect.available {
    fill: #80141B !important;
}
path:hover, circle:hover, polygon:hover, rect:hover {
    stroke: #002868 !important;
    stroke-width: 2px;
    stroke-linejoin: round;
    fill: #000000 !important;
    cursor: pointer;
}
path, circle, polygon, rect{ cursor: pointer; }
/** Footer **/
footer#colophon {
    background: none;
    padding: 200px 0 0 0;
}

footer#colophon .footer-bottom {
    display: flex;
    justify-content: space-between;
    color: #747474;
    margin: 39px 0 0 0;
}

footer#colophon .footer-bottom p {
    font-size: 14px;
    font-weight: 300;
}
footer#colophon .footer-bottom p,
.footer-bottom .right-part p a{
    color: #747474;
}


.page-id-225 footer#colophon,
.page-id-225 .site-header{
    display: none;
    width: 0;
    height: 0;
    overflow: hidden;
}

.page-id-225 .page-content-section {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
/** Footer End**/
section.request-form .form-cover .text-part p {
    display: flex;
    flex-wrap: wrap;
}

@media (min-width: 1650px){
    h2{
        font-size: 40px;
            margin-bottom: 38px;
    }
       .tab-cover {
        margin-left: -15px;
        margin-right: -15px;
    }
    .video-section .video-cover{
            width: calc(100% + 15px);
            margin-right: -15px;
    }
    .two-box .left-text ul li span.set-right {
    font-size: 28px;
}
    .two-box .left-text {
    padding-right: 10px;
}

.two-box .left-text ul li span.set-right {
    width: 265px;
}
    .map-section .map ul {
    padding-left: 240px;
    margin: -42px 0 0 0;
}
}
@media (max-width: 1649px){
    .site-header .main-header {
    padding-top: 27px;
    padding-bottom: 45px;

}
    .main-header .header-cover .logo-wrap {
    width: 210px;
}
    .main-header .header-cover {

    justify-content: space-between;
}
    .site-header .main-header:after {
    border-radius: 90px;
    left: -46px;
}
    section.video-section {
    padding: 70px 0 0 0;
    margin-bottom: 170px;
}
    .video-section .video-side-content h2 {
    font-size: 42px;
 
}
    .video-section .video-side-content{
            max-width: 380px;
    }
    .video-section .video-side-content p {
    font-size: 20px;
    max-width: 350px;
}
    .video-section .video-side-content {
    padding-top: 50px;
}
    .video-section .video-cover a.video-play {
    background-size: 110px;
    background-position: right 32px bottom 30px;
}
    .video-section .video-side-content:after {
    border-radius: 90px;
    bottom: -68px;
    left: -52px;
}
    .large-img-block {
    border-radius: 90px;
            height: 1259px;
}
    .video-section .text-part {
    padding: 70px 0 0 0;
    position: relative;
    z-index: -1;
}
    h2{
        font-size: 40px;
    }
    h3 {
    font-size: 30px;
}
    p {
    font-size: 18px;
    margin-bottom: 20px;
}
    .three-box ul li h2 {
    font-size: 50px;
}
    .three-box ul li:after {
    width: 430px;
    height: 269px;
    display: block;
    border-radius: 45px;
}
    .three-box ul li .text-cover {
    min-height: 180px;
}
    .three-box ul li:first-child:after {
    top: 47%;
}

.three-box ul li:nth-child(2):after {
    top: 48%;
}

.three-box ul li:nth-child(3):after {
    top: 71%;
}
    section.three-box {
    padding: 38px 0 80px 0;
}
    section.icon-part .in-text-cover > p{
        padding-left: 40px;
    }
    section.icon-part .in-text-cover ul li:first-child .text-inn {
 
    left: 40px;
}
    section.icon-part .in-text-cover ul li .text-inn img {
    max-height: 75px;
}
    section.icon-part .in-text-cover ul li .text-inn h3 {
    font-size: 30px;
}
    section.icon-part .in-text-cover {
    background-color: #313131;
    padding: 45px 0 35px 0;
    border-radius: 27px;
}
    .success-story p.large {
    font-size: 25px;
    margin-top: 35px;
}
    .success-story .text-part {
    position: relative;
    padding-bottom: 40px;
}
    .success-story .text-part:after {
    border-radius: 90px;
    bottom: -63px;
    right: -178px;
}
    section.tab-section {
    margin: 90px 0 0 0;
    padding: 95px 0 0 0;
}
    .tab-cover ul.resp-tabs-list li {
    font-size: 15px;
    padding: 7px 16px !important;
}
    .tab-cover .resp-tabs-container .resp-tab-content h4 {
    font-size: 25px;
    margin-bottom: 18px;
}
    .tab-cover ul.resp-tabs-list {
    margin-bottom: 40px;
}
    .tab-cover {
    margin: 40px 0 0 0;
    border-radius: 30px;
    padding: 30px 30px 30px 30px;
}
    .two-box {
    padding: 71px 0 71px 0;
}
    .two-box p {
    font-size: 18px;
}
    .two-box ul {
    margin: 40px 0 0 0;
 
}
    .two-box ul li{
        font-size: 18px;
            margin-bottom: 25px;
            padding-left: 30px;
    }
    .two-box ul li:after {
    width: 8px;
    height: 8px;
}
    .right-text {
    background-position: bottom 74% center;
    padding: 35px 30px 44px 30px;
}
    .two-box .left-text{
       
    padding: 35px 30px;
    }
    .steps-part ul li span.number {
    font-size: 35px;
    width: 75px;
    height: 75px;
    line-height: 83px;
}
    .steps-part ul li:after {
        top: 38px;
    left: 84px;
}
    .steps-part ul li {
    padding: 0 10px;
}
    .steps-part ul {
        margin: 0 -10px;
            padding: 51px 0 0 0;
    }
    section.map-section .top-text {
    padding: 150px 0 0 0;
}
    section.map-section .top-text:after {
    border-radius: 90px;
    left: -190px;
    transform: rotate(2.85deg);
        height: 460%;
}
    section.request-form .form-cover .form-part .wpcf7 p span.wpcf7-form-control-wrap input, section.request-form .form-cover .form-part .wpcf7 p span.wpcf7-form-control-wrap select, section.request-form .form-cover .form-part .wpcf7 p span.wpcf7-form-control-wrap textarea {
    padding: 11px 15px 11px 15px;
            font-size: 18px;
}
    section.request-form .form-cover .text-part span.large {
    font-size: 40px;
    padding: 8px 0px 0 2px;
}
    section.request-form .form-cover .text-part span.large span.small {
    font-size: 19px;
}
    section.request-form .form-cover .text-part .h4 strong {
    margin: 10px 0 0 0;
}
    section.request-form .form-cover .text-part:after {
       width: 461px;
    height: 388px;
    border-radius: 60px;
}
    section.request-form .form-cover .form-part .wpcf7 .captcha-code img {
    margin-right: 20px;
}
   section.request-form .form-cover .form-part .wpcf7 .submit-form .wpcf7-submit {
    padding: 11px 50px;
} 
    section.request-form .form-cover .text-part .h4{
        font-size: 23px;
    }
    footer#colophon {
 
    padding: 90px 0 0 0;
}
}
@media (max-width: 1649px) and (min-width: 1400px){
    
 

.col-lg-3.footer-logo {
    flex: 0 0 21%;
    max-width: 21%;
}
    .col-lg-9.footer-menu {
    flex: 0 0 79%;
    max-width: 79%;
}
}

@media (max-width: 1399px){
    .large-img-block {
    border-radius: 60px;
    height: 1129px;
    left: -161px;
}
 .site-header .main-header:after {
    border-radius: 70px;
    left: -27px;
    transform: rotate(-1.2deg);
         bottom: 0;
}   
    .site-header .main-header {
    padding-top: 20px;
    padding-bottom: 35px;
}
    .top-nav li,
    .footer-menu .nav-menu li{
    margin: 0 0 0 0%;
    position: relative;
}
    section.video-section {
    padding: 30px 0 0 0;
    margin-bottom: 150px;
}
    .video-section .video-side-content h2 {
    font-size: 36px;
}
    .video-section .video-side-content {
    max-width: 330px;
}
    .video-section .video-side-content p {
    font-size: 19px;
}
    .video-section .video-side-content:after {
    border-radius: 60px;
    bottom: -28px;
    left: -30px;
}
 .video-section .text-part h2{
    font-size: 40px;
}
  .three-box ul li h2 {
    font-size: 40px;
    margin-bottom: 5px;
}
    section.why-us-section {
    padding: 10px 0 47px 0;
}
    section.why-us-section .text-part h2 {
    margin-bottom: 25px;
}
  h2 {
    font-size: 33px;
    margin-bottom: 20px;
}  
    p {
    font-size: 17px;
    margin-bottom: 20px;
}
	.steps-part ul li p{
		font-size: 17px;
	}
.large-img-block img {
    max-width: 39%;
}
    .three-box ul li:after {
    width: 390px;
    height: 229px;
}
    .three-box ul li .text-cover {
    min-height: 162px;
}
    section.icon-part .in-text-cover ul li .text-inn h3 {
    font-size: 26px;
}
    section.icon-part .in-text-cover ul li .text-inn img {
    max-height: 65px;
}
    .success-story {
    margin: 70px 0 0px 0;
    position: relative;
    color: #FFF;
}
    .success-story p.large {
    font-size: 26px;
    margin-top: 30px;
}
    .two-box {
    padding: 51px 0 51px 0;
}
    .two-box ul li {
    font-size: 18px;
    margin-bottom: 20px;
    padding-left: 25px;
}
    .two-box ul li:after {
    width: 7px;
    height: 7px;
}
    .steps-part ul li span.number {
    font-size: 29px;
    width: 65px;
    height: 65px;
    line-height: 69px;
}
    .steps-part ul li:after {
    top: 32px;
    width: calc(100% - 60px);
    left: 75px;
}
    section.request-form {
    padding: 80px 0 0 0;
}
    section.request-form .form-cover {
    margin: 70px 0 0 0;
}
    section.request-form .form-cover .form-part .wpcf7 p span.wpcf7-form-control-wrap input, section.request-form .form-cover .form-part .wpcf7 p span.wpcf7-form-control-wrap select, section.request-form .form-cover .form-part .wpcf7 p span.wpcf7-form-control-wrap textarea {
    border: 1px solid #80141b;
}
 section.request-form .form-cover .text-part .h4 {
    font-size: 21px;
}
    section.request-form .form-cover .form-part .wpcf7 .submit-form .wpcf7-submit {
    padding: 12px 50px;
    font-size: 18px;
}
    section.map-section .top-text {
    padding: 125px 0 0 0;
}
    section.map-section .top-text:after {
    border-radius: 60px;
    left: -90px;
}
.success-story .text-part:after {
    border-radius: 60px;
    bottom: -90px;
    right: -138px;
    width: 128%;
}
    
    .steps-part ul {
    margin: 0 -10px;
    padding: 30px 0 0 0;
}
    section.request-form .form-cover .form-part .wpcf7 .captcha-code img {
    
    width: 140px;
    height: 52px;
}
    footer#colophon {
    background: none;
    padding: 70px 0 0 0;
}
    
}

    @media (max-width: 1199px){
		.steps-part ul {
    margin: 0 -25px;
 
}
		.steps-part ul li span.number {
    font-size: 25px;
    width: 55px;
    height: 55px;
    line-height: 56px;
}
		.steps-part ul li p {
    font-size: 16px;
}
		.steps-part ul li:after {
    top: 28px;
    width: calc(100% - 55px);
    left: 65px;
}
    .site-header .main-header {
    padding-top: 20px;
    padding-bottom: 25px;
}
    .top-nav li.box-btn a {
               font-size: 15px;
    padding: 5px 15px;
    }
     .top-nav li a,
        .footer-menu .nav-menu li a{
                font-size: 15px;
    padding: 15px 10px;

    }
    .top-nav li.box-btn {
    margin: 0 0 0 0%;
}
    .video-section .video-side-content h2 {
    font-size: 34px;
}
    .video-section .video-side-content {
    max-width: 310px;
}
    .video-section .text-part {
    padding: 50px 0 0 0;
}
    .video-section .text-part h2 {
    font-size: 30px;
}
    p {
    font-size: 16px;
    margin-bottom: 18px;
}
        section.icon-part .in-text-cover ul{
                margin: 0 0px;
                padding: 20px 20px 0 20px;
        }
        section.icon-part .in-text-cover ul li:first-child .text-inn {
    left: 0px;
}
    .large-img-block {
    border-radius: 40px;
    height: 1009px;
    left: -140px;
}
    .site-header .main-header:after {
    border-radius: 40px;
}
    .large-img-block img {
    max-width: 30%;
}
    section.icon-part .in-text-cover ul li p {
    font-size: 16px;
}
    .success-story p.large {
    font-size: 22px;
    margin-top: 30px;
}
    .success-story .text-part {
    position: relative;
    padding-bottom: 0px;
}
    .success-story .text-part:after{
        bottom: -30px;
    }
    section.tab-section {
    margin: 60px 0 0 0;
    padding: 60px 0 0 0;
}
    .tab-cover {
    padding: 25px 25px 25px 25px;
    border-radius: 10px;
}
    .tab-cover ul.resp-tabs-list {
    margin-bottom: 30px;
}
    .tab-cover ul.resp-tabs-list li {
    font-size: 13px;
    padding: 7px 10px !important;
}
    h3 {
    font-size: 24px;
}
    .tab-cover .resp-tabs-container .resp-tab-content h4 {
    font-size: 20px;
    margin-bottom: 15px;
}
    .two-box p {
    font-size: 16px;
}
    .two-box ul li {
    font-size: 16px;
    margin-bottom: 20px;
    padding-left: 25px;
}
    .map-section .map ul li span {
    width: 20px;
    height: 20px;
}
        .two-box .left-text ul li span.set-right {
    display: block;
    width: 100%;
    margin: 5px 0 0 0;
}
        .two-box .left-text, .two-box .right-text {
    border-radius: 25px;
}
    section.request-form .form-cover .text-part {
    padding: 61px 37px;
}
        section.request-form .form-cover .text-part .h4 {
    font-size: 22px;
}
        footer#colophon {
 
    padding: 70px 0 0 0;
}
}
@media (max-width: 1024px){

    .site-header.fixed-header .main-header,
    .site-header .main-header{
     padding: 10px 15px;
    height: 58px;
}
    .site-header.fixed-header .main-header .top-nav{
        top: 58px;
            height: calc(100% - 58px);
    }
        .top-nav, .top-nav.menu-opened {
    top: 58px;
    height: calc(100% - 58px);
}
    .main-header .header-cover .nav-bar {
    top: 2px;
}
    .site-header .main-header:after{
        display: none;
    }
    .site-header{
        background-color: #FFF;
            z-index: 999999;
    }
    .site-header .main-header .logo-wrap img {
    max-width: 200px;
}
    .fixed-header .hamburger {
    margin-top: 6px;
}
    section.video-section {
    padding: 20px 0 0 0;
    margin-bottom: 90px;
}
.steps-part ul li span.number {
    font-size: 25px;
    width: 55px;
    height: 55px;
    line-height: 55px;
        margin-bottom: 15px;
}
 .steps-part ul li:after {
    top: 28px;
    width: calc(100% - 55px);
    left: 65px;
} 
    section.request-form .form-cover {
    margin: 50px 0 0 0;
}
    .footer-menu .nav-menu{
           margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
    }
    .footer-menu .nav-menu li{
        display: inline-block;
            margin-bottom: 20px;
    }
    .footer-menu .nav-menu li a{
        color: #000;
    }
}
    @media (max-width: 991px){
        section.request-form .form-cover .form-part .wpcf7 .captcha-codes label input {
    width: calc(100% - 104px) !important;
}
        h2 {
    font-size: 30px;
 
}
    h2.resp-accordion {
    display: block;
}
    .tab-cover ul.resp-tabs-list{
        display: none;
    }
        .video-section .video-side-content h2 {
    font-size: 24px;
}
        .video-section .video-side-content {
    max-width: 230px;
    padding-top: 44px;
}
        .video-section .text-part h2 {
    font-size: 26px;
}
        .success-story p.large {
    font-size: 19px;
    margin-top:25px;
}
            section.icon-part .in-text-cover ul li .text-inn img {
    max-height: 55px;
}
    section.icon-part .in-text-cover ul li .text-inn h3 {
    font-size: 20px;
}
        section.icon-part .in-text-cover{
                padding: 30px 0 15px 0;
    border-radius: 15px;
        }
        section.icon-part .in-text-cover ul {
    margin: 0 0px;
    padding: 10px 20px 0 20px;
}
        .three-box ul li h2 {
    font-size: 30px;
    margin-bottom: 5px;
}
        .three-box ul li:after {
    width: 290px;
    height: 189px;
    border-radius: 25px;
}
.three-box ul li .text-cover {
    min-height: 146px;
}
        .success-story .text-part:after {
    transform: rotate(-3deg);
    border-radius: 30px;
}
        .success-story {
    margin: 50px 0 0px 0;
}
        .two-box {
    padding: 51px 0 30px 0;
}
        .two-box .col-lg-6{
            margin-bottom: 20px;
        }
        .two-box .left-text, .two-box .right-text{
            padding: 30px 25px;
        }
        .steps-part ul{
            display: flex;
            justify-content: center;
                margin: 0 0px;

        }
        .steps-part ul li{
            width: 33.3%;
        }
        .steps-part ul li:after {
    top: 28px;
    width: calc(100%);
    left: 0;
            display: inline-block !important;
}
        .steps-part ul li span.number {
    margin-left: auto;
    margin-right: auto;
    display: block;
    z-index: 99;
    position: relative;
}
        .steps-part ul li p{
            text-align: center;
        }
        section.map-section .top-text:after {
    border-radius: 40px;
    left: -80px;
}
        section.map-section .top-text {
    padding: 100px 0 0 0;
}
        br{
            display: none;
        }
        section.request-form .form-cover .text-part .h4 {
    font-size: 20px;
}
        section.request-form .form-cover .text-part span.large span.small {
    font-size: 21px;
}
        section.request-form .form-cover .text-part span.large {
    font-size: 45px;
    padding: 8px 0px 0 2px;
}
        section.request-form .form-cover .form-part .wpcf7 p span.wpcf7-form-control-wrap input, section.request-form .form-cover .form-part .wpcf7 p span.wpcf7-form-control-wrap select, section.request-form .form-cover .form-part .wpcf7 p span.wpcf7-form-control-wrap textarea {
    font-size: 16px;
    padding: 8px 10px 8px 10px;
    border-radius: 5px;
}
        section.request-form .form-cover .form-part .wpcf7 .submit-form .wpcf7-submit {
    padding: 7px 50px;
    font-size: 18px;
}
        section.request-form .form-cover .form-part .wpcf7 .captcha-code img {
    width: 120px;
    height: 42px;
}
        .tab-cover h2.resp-accordion {
    margin: 0;
    padding: 10px 20px !important;
    border: 0 !important;
    font-size: 18px;
    font-weight: 400;
    border: 1px solid #e5e5e5 !important;
    border-radius: 20px;
    position: relative;
    z-index: 1;
}
.tab-cover h2.resp-accordion span.resp-arrow {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 9px solid #0a0a0a;
    position: relative;
    top: 4px;
}

.tab-cover h2.resp-accordion.resp-tab-active span.resp-arrow {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 9px solid #fdfdfd;
    border-top: 0px solid #af1b1b;
    top: 3px;
}

.tab-cover .resp-tabs-container .resp-tab-content {
    padding: 20px 25px 30px 25px;
    z-index: 0;
    position: relative;
    border-radius: 0px 0px 10px 10px;
}

.tab-cover {
    padding: 0;
}

.tab-cover h2.resp-accordion.resp-tab-active {
    color: #FFF;
    background-color: #80141b !important;
}
        .footer-part .footer-logo {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
}
        footer#colophon {
    background-color: #f7f7f7;
}
}
@media (max-width: 767px){
    section.video-section {
    padding: 0px 0 0 0;
            margin-bottom: 20px;
 
}
    section.three-box {
    padding: 38px 0 50px 0;
}
    section.why-us-section .text-part {
    width: 100%;
}
    .video-section .video-side-content{
        max-width: 100%;
        padding: 0;
    }
    .video-section .video-side-content h2 {
    font-size: 28px;
}
    .video-section .text-part .col-xl-5 {
    position: initial;
}
    .large-img-block {
   left: -120px;
    height: 160%;
    transform: rotate(3.8deg);
}

.large-img-block img {
    max-width: 45%;
    opacity: 0.25;
}
    .video-section .video-side-content:after {
    bottom: -75px;
}
    .three-box ul {
    max-width: 350px;
    margin: auto;
}
    .three-box ul li {
    width: 100%;
    left: 0 !important;
        display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    min-height: 150px;
}
.three-box ul li .text-cover {
    min-height: auto;
}
    .three-box ul li:after {
    width: 100%;
    height: 100%;
    top: 50% !important;
    transform: translate(-50%, -50%) rotate(3.9deg) !important;
    transform-origin: center center !important;
    left: 50% !important;
}
    .three-box ul li:nth-child(2) {
    margin: -10px 0;
}
    .three-box ul li:nth-child(2):after{
           transform: translate(-50%, -50%) rotate(-2.1deg) !important;
    }
    section.why-us-section {
    padding: 10px 0 50px 0;
}
    section.icon-part .in-text-cover ul li {
        width: 100%;
    border-bottom: 1px solid #484747;
    margin-bottom: 25px;
    padding-bottom: 10px;
}
    section.icon-part .in-text-cover ul li:last-child{
        margin-bottom: 0;
        padding-bottom: 0;
        border: 0;
    }
    section.icon-part .in-text-cover ul li .text-inn h3 {
    font-size: 20px;
}
    .success-story .col-xl-8 {
    order: 2;
        padding-top: 20px;
}
        .success-story .col-xl-4 {
    order: 1;
}
    .success-story .text-part:after {
    bottom: -30px;
    transform: rotate(0deg);
    right: -30px;
    width: calc(100% + 60px);
}
    section.tab-section {
    margin: 40px 0 0 0;
    padding: 40px 0 0 0;
}
            .two-box {
    padding: 51px 0 20px 0;
}
    .two-box .left-text ul {
    margin: 10px 0;
    padding: 0;
}
    .two-box ul li:after {
    width: 6px;
    height: 6px;
    top: 6px;
}
    .steps-part ul li{
            width: 50%;
        }
    .steps-part ul {
    padding: 0px 0 0 0;
}
    .steps-part ul li span.number {
    font-size: 20px;
    width: 45px;
    height: 45px;
    line-height: 47px;
    margin-bottom: 15px;
}
  .steps-part ul li:after {
    top: 23px;
    transform: translate(-50%, 0px);
    left: 50%;
    width: 130px;
}
    section.map-section .top-text {
    padding: 80px 0 0 0;
}
    .map-section .map ul{
            padding-bottom: 41px;
        padding-top: 10px;
    }
    .map-section .map ul li {
 
    font-size: 14px;
 
    margin: 0 10px;
        
}
    .map-section .map ul li span {
    width: 16px;
    height: 16px;
    margin-right: 5px;
}
    section.request-form {
    padding: 50px 0 0 0;
}
    section.request-form .form-cover .form-part {
    width: 100%;
        order: 2;
}
    section.request-form .form-cover .text-part{
        width: 100%;
        order: 1;
        padding: 10px 30px 20px 30px;
    }
    section.request-form .form-cover .text-part .h4 {
    margin: auto;
}

section.request-form .form-cover .text-part span.large {
    font-size: 34px;
}

section.request-form .form-cover .text-part span.large span.small {
    font-size: 16px;
}
    section.request-form .form-cover .text-part:after {
    width: 100%;
    height: 230%;
    border-radius: 20px;
    top: 0;
}
  footer#colophon .footer-bottom .left-part {
    width: 100%;
}

footer#colophon .footer-bottom .right-part {
    width: 100%;
}

footer#colophon .footer-bottom {
    flex-wrap: wrap;
    text-align: center;
}  
}
@media (max-width: 640px){
    .hamburger {
    margin-top: 6px;
}
    .hamburger.is-active {
    margin-top: 6px;
}
}
    @media (max-width: 575px){
    section.three-box {
    padding: 0px 0 50px 0;
}
    section.why-us-section {
    padding: 10px 0 20px 0;
}
    .video-section .text-part h2, h2 {
    font-size: 24px;
}
    .large-img-block{
        display: none;
    }
    .video-section .text-part {
    padding: 30px 0 0 0;
    z-index: 0;
}
    section.tab-section {
    margin: 30px 0 0 0;
    padding: 40px 0 0 0;
}
    .steps-part ul li{
            width: 100%;
        }
    .steps-part {
    padding: 23px 0 0px 0;
}
    section.map-section .top-text {
    padding: 60px 0 0 0;
}
    .map-section .map ul li {
    width: 100%;
        justify-content: center;
        margin-bottom: 5px;
}
    .map-section .map ul {
    flex-wrap: wrap;
}
    section.request-form {
    padding: 40px 0 0 0;
}
    section.request-form .form-cover .text-part .h4 {
    font-size: 18px;
}
    footer#colophon {
    padding: 50px 0 0 0;
}
    footer#colophon .footer-bottom p {
    font-size: 14px;
}
}