/* COMMON CSS */

.fouth-section-block .user-block p {
	font-size: 22px;
	line-height: 26px;
}
body {
    font-family: 'Montserrat', sans-serif;
    padding: 0px;
    margin: 0px;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    color: #000;
    font-size: 20px;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0px;
    padding: 0px;
    font-style: normal;
}

ul {
    margin: 0px;
    padding: 0px;
}

ul li {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

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

*,
*:before,
*:after {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
}

a:hover,
a:focus {
    text-decoration: none;
    outline: none;
}

img {
    max-width: 100%;
    height: auto;
}

em {
    font-style: italic;
}

b {
    font-weight: bold
}

.spacing-content {
    margin: 70px 0px;
}

p {
    font-size: 15px;
    line-height: 22px;
    color: #000;
    font-weight: 400;
    /* font-family: 'Play', sans-serif; */
}

.top-nav,
.top-nav p,
.top-nav a {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    text-decoration: none;
}

#top-nav-wrapper {
    position: relative;
    z-index: 6666;
    background-color: #3764eb;
    border: none;
    /* padding: 14px 0px; */
}

.me-icon-wrap {
    display: inline-block;
}

.me-icon-text {
    display: table-cell;
    text-align: left;
    padding-left: 15px;
    vertical-align: middle;
}

.me-icon {
    display: table-cell;
    vertical-align: middle;
}

.header-block-md {
    background-image: url(../images/divider-1.svg);
    background-repeat: no-repeat;
    background-position: right center;
    background-attachment: scroll;
    background-size: auto;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
}

.left-rich-text,
.header-block-md,
.header-right {
    padding: 14px 0px;
}

.header-right .me-icon-text,
.header-right .me-icon {
    padding: 0px;
    padding-right: 7px;
}

.header-bottom {
    background: #fff;
    padding: 20px 0px;
    display: flex;
    align-items: center;
}

.menu-container ul {
    margin: 0px;
    padding: 0px;
}

.menu-container ul li {
    margin: 0 0px 0 0;
    display: inline-block;
    height: auto;
    vertical-align: middle;
}

.menu-container ul li a {
    padding: 0px 15px 0px 15px;
    line-height: 50px;
    font-weight: normal;
    height: 50px;
    vertical-align: baseline;
    text-align: right;
    width: auto;
    display: block;
    color: #2d3035;
    text-transform: none;
    text-decoration: none;
    font-size: 16px;
    position: relative;
}

.menu-container ul li a:hover {
    color: #3764eb;
}

.menu-container ul li.active a:after {
    content: " ";
    text-align: center;
    width: 20px;
    height: 3px;
    /* border-radius: var(--vamtam-border-radius); */
    background: #3764eb;
    display: block;
    position: absolute;
    top: calc(50% + 14px);
    left: calc(50% - 10px);
}

.banner-item {
    background-size: cover !important;
    height: 500px;
}

.slider-content-inner h3 {
    margin: 0px;
    text-align: left;
    line-height: 88px;
    letter-spacing: 0px;
    font-weight: 500;
    font-size: 80px;
    font-family: 'Montserrat', sans-serif;
    color: #fff;
}

.slider-content {
    display: flex;
    flex-direction: column;
    align-items: left;
    justify-content: center;
    height: 100%;
}

.slider-content-inner p {
    text-align: left;
    line-height: 24px;
    letter-spacing: 0px;
    font-weight: 500;
    font-size: 16px;
    color: #fff;
    margin: 20px 0px;
}

.slider-content-inner a {
    line-height: 16px;
    letter-spacing: 0px;
    font-weight: 500;
    font-size: 16px;
    border-color: rgb(0, 0, 0);
    padding: 17px 35px;
    border-radius: 30px;
    transform-origin: 50% 50%;
    color: #fff;
    background-color: rgb(255, 255, 255);
    color: rgb(55, 100, 235);
    text-decoration: none;
    display: inline-block;
}

#main-banner .slick-prev,
#main-banner .slick-next {
    display: none !important;
}


/* .typing {
        position: relative;
    }

    .typing::after {
        content: "|";
        position: absolute;
        right: 0;
        width: 100%;
        color: #fff;
        background: #1d1f20;
        animation: typing 4s steps(16) forwards, caret 1s infinite;
    }

    @keyframes typing {
        to {
            width: 0
        }
    }

    @keyframes caret {
        50% {
            color: transparent
        }
    } */

.typing {
    width: 12ch;
    animation: typing 2s steps(20), blink .5s step-end infinite alternate;
    white-space: nowrap;
    overflow: hidden;
    border-right: 3px solid;
    font-family: monospace;
    font-size: 2em;
}

@keyframes typing {
    from {
        width: 0
    }
}

@keyframes blink {
    50% {
        border-color: transparent
    }
}


/* .slick-dots li {
        height: 10px;
        width: 10px;
        background: #e2e2e2;
        position: relative;
        transition: 200ms ease all;
        border-radius: 50%;
    } */

.slick-dots li button:before,
.slick-dots li.slick-active button:before {
    height: 10px;
    width: 10px;
    background: #e2e2e2;
    position: absolute;
    transition: 200ms ease all;
    border-radius: 50%;
    padding: 0px;
    font-size: 0px;
    left: 50%;
    top: 50%;
    opacity: 1;
    /* margin-left: -12px;
        margin-top: -12px; */
    margin-top: -2px;
    margin-left: -2px;
}

.slick-dots li button {
    background: none;
    border: 2px solid #e2e2e2;
    border-radius: 50%;
    border: 0px;
    height: 25px;
    width: 25px;
    transition: 200ms ease all;
}

.slick-dots li button:hover,
.slick-dots .slick-active button {
    border: 2px solid #e2e2e2;
}

.slick-dots {
    bottom: 35px;
}

.testimonial-item h2 {
    text-align: center;
    justify-content: center;
    font-size: 50px;
    line-height: 1.29;
    font-family: rufina, serif;
    font-weight: 400;
    color: #222;
    margin-bottom: 15px;
}

.testimonial-item h2 span {
    color: #3764eb;
    font-weight: bold;
}

.testimonial-item p {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 0px;
    color: rgb(44, 44, 44);
    color: #686868;
    text-align: center;
}

#testimonial-container .container {
    max-width: 700px;
    margin: 0px auto;
}

#testimonial-container {
    background-color: #f9f9f9;
    padding: 80px 0px;
    /* padding-bottom:0px; */
    /* margin-bottom:60px; */
    width: 100%;
    display: inline-block;
}

.company-container-right {
    background: #fff;
    border-radius: 6px 6px 0px 0px;
    overflow: hidden;
    text-align: center;
    /* margin-bottom: 30px; */
    position: relative;
    transition: .4s;
    border: 1px solid #eaeff5;
    text-align: center;
    padding: 60px 20px 15px;
    max-width: 450px;
    float: right;
    width: 385px;
    float: right;
    margin: 40px 0px;
}

.company-container-right figure {
    height: auto;
    margin: 0 auto 25px;
    /* border-radius: 50%; */
    overflow: hidden;
    /* box-shadow: 0 0 14px 0 rgb(0 0 0 / 8%);
    -webkit-box-shadow: 0 0 14px 0 rgb(0 0 0 / 8%);
    -moz-box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.08); */
    max-width: 203px;
    padding: 10px;
    /* border:5px solid #fff; */
}

.company-container-right figure img {
    height: auto;
    border-radius: 50%;
    border: 7px solid #F0F8FF;
}

.company-container-right ul {
    margin: 0px;
    padding: 0px;
    margin-top: 20px;
}

#company-container .col-md-7 {
    display: flex;
    align-items: center;
}

#company-container .col-md-7 .big-font {
    font-size: 27px;
}

#company-container {
    /* margin-bottom: 60px; */
    background: #F0F8FF;
    float: LEFT;
    width: 100%;
}

#company-container .container {
    max-width: 1000px;
}

.company-container-right ul li {
    margin: 0px;
    font-weight: 500;
    font-size: 16px;
    display: block;
    color: #677484;
    margin-bottom: 10px;
    line-height: 16px;
}

.company-container-right ul li a {
    margin: 0px;
    font-weight: 500;
    font-size: 16px;
    color: #677484;
    text-decoration: none;
}

.partners-logo-block ul li:nth-child(3) {
    border-bottom: 1px solid #eee;
}

.company-container-right ul li i {
    color: #677484;
    padding-right: 5px;
}

.company-container-left h2 {
    text-transform: uppercase;
    color: #000;
    font-size: 42px;
    font-style: inherit;
    font-weight: 700;
    margin-bottom: 15px;
}

.company-container-left p {
    margin: 0px;
    font-weight: 500;
    font-size: 16px;
    display: block;
    color: #555;
    line-height: 1em;
    margin-bottom: 10px;
}


/* .contact-right{
    padding-top:80px;
} */

.contact-right img {
    max-height: 180px;
}

.testimonial-item {
    text-align: center;
    background-color: #fff;
    width: 100%;
    border-radius: 7px;
    position: relative;
    /* box-shadow: rgba(0, 0, 0, 0.08) 0px 5px 15px 0px; */
    padding: 50px;
    /* background: rgb(255,255,255);
background: radial-gradient(circle, rgba(255,255,255,1) 0%, rgba(244,244,244,1) 100%); */
    /* background-color: #f8fafb;
border:1px solid #ccc; */
    margin: 0;
    /* padding: 20px; */
    zoom: 1;
    /* background-color: rgba(0, 0, 0, 0.02);
    border-bottom: 3px solid rgba(0, 0, 0, 0.15); */
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    -webkit-transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    transition: all 300ms ease-in;
    box-shadow: 0px;
    border-radius: 0px;
    /* padding-bottom: 0px; */
}

.testimonial-item img {
    display: inline-block;
    margin-top: 20px;
}

.testy_img {}

.testy_imgname {
    position: relative;
    display: inline-block;
    border: 18px solid #3764eb;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    -khtml-border-radius: 100%;
    /* margin-bottom: 15px; */
}

.testy_arrow {
    content: '';
    border-left: 26px solid #3764eb;
    border-right: 4px solid transparent;
    border-top: 26px solid transparent;
    position: absolute;
    left: 98%;
    bottom: 2px;
}

.testimonial-item .testy_imgname img {
    width: 100%;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    margin: 0px;
    /* margin: 0 0 -8px; */
    -khtml-border-radius: 100%;
    display: inherit;
}

#testimonial-container .slick-prev:before,
#testimonial-container .slick-next:before {
    font-size: 50px;
    color: rgb(55, 100, 235);
}

#testimonial-container .slick-prev {
    left: -120px;
}

#testimonial-container .slick-next {
    right: -120px;
}

.header-bottom .col-md-4 {
    display: flex;
    align-items: center;
}

.consulting-custom-thumbnail .vc_single_image-wrapper:before {
    content: '';
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 106px;
    height: 106px;
    border-radius: 10px;
    background-color: #fd5e1f;
}

.services-image {
    background-size: cover;
    margin-top: 0;
    background-repeat: no-repeat;
    min-height: 452px;
    /* background-position: 50% 50%; */
    background-position: right center !important;
}

.services-content {
    padding-top: 0;
    padding-left: 50px;
    padding-right: 50px;
    /* padding-bottom: 40px; */
    justify-content: center;
    height: 100%;
    display: flex;
    flex-direction: column;
}

#services-container .container-fluid,
#services-container .col-12 {
    padding: 0px;
}

#services-container .row {
    margin: 0px;
}

#services-container h3 {
    font-size: 30px;
    font-weight: 600;
    line-height: 1.3;
    color: #0f0f0f;
    margin-top: 5px;
    border-left: 2px solid #3764eb;
    padding-left: 20px;
    margin-bottom: 20px;
}

#services-container p {
    color: #686868;
    line-height: 1.8;
    font-size: 16px;
    font-weight: 500;
    margin-top: 15px;
}

#services-container ul li p {
    margin-top: 0px;
}

.services-lower {
    /* background: #f9f9f9; */
    background: #F0F8FF;
}

.services-content ul li {
    display: flex;
    /* align-items: center; */
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    padding-top: 10px;
}

.services-content ul {
    /* margin-top: 20px; */
}

#services-container .services-content ul li p {
    /* font-weight: 600;
    color: #3764eb; */
    color: #000;
}

.services-content ul li span {
    margin-right: 10px;
    color: #3764eb;
    padding-top: 4px;
}

#contact-container h2 {
    font-weight: 500;
    font-size: 50px;
    line-height: 1;
    color: #fff;
    margin: 0px;
    text-align: left;
}

#contact-container h6 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
    text-transform: uppercase;
    /* margin-top: 20px; */
    display: block;
    padding-top: 20px;
}

html .contact-content span {
    display: flex;
    font-size: 17px;
}


/* .contact-content span i{
    font-size:19px;

} */

#contact-form input {
    padding: 15px 25px;
    font-weight: 400;
    height: 48px;
    letter-spacing: normal;
    line-height: 16.5px;
    margin-bottom: 10px;
    padding: 15px 25px;
    background: #fff;
    font-size: 15px;
    border: 1px solid #3764eb;
    border-radius: 20px;
    width: 100%;
    display: block;
}

#contact-form textarea {
    padding: 15px 25px;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 16.5px;
    margin-bottom: 10px;
    padding: 15px 25px;
    background: #fff;
    font-size: 15px;
    border: 1px solid #3764eb;
    border-radius: 20px;
    width: 100%;
    display: block;
    height: 120px;
}

#contact-container {
    background-color: #0d3885;
    padding: 50px 0px;
    float: left;
    width: 100%;
    /* margin: 60px 0px; */
    background: rgb(46, 117, 235);
    background: radial-gradient(circle, rgba(46, 117, 235, 1) 0%, rgba(13, 56, 133, 1) 100%);
    background: url(../images/dark1.svg) no-repeat 50%;
    background-size: cover;
    /* height: 480px; */
    height: auto;
}

.form-group .form-left {
    float: left;
    width: 50%;
    padding-right: 10px;
}

.form-group .form-right {
    float: left;
    width: 50%;
    padding-left: 10px;
}

#contact-form .form-group {
    margin-bottom: 15px;
    display: inline-block;
    width: 100%;
}

.map-container iframe {
    border: 10px solid #2196f3 !important;
}

.contact-image img {
    border: 10px solid rgba(255, 255, 255, 0.1);
}

#contact-form input[type="submit"] {
    display: inline-block;
    text-align: center;
    cursor: pointer;
    position: relative;
    z-index: 0;
    vertical-align: middle;
    -ms-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    text-decoration: none;
    text-shadow: none;
    transition: color .3s ease-out, border .3s ease-out, background .3s ease-out, box-shadow .3s ease-out!important;
    font-size: 14px;
    font-weight: 400;
    line-height: 1em;
    border-radius: 80px;
    border: none;
    padding: 16px 30px;
    background: #000;
    box-shadow: rgb(55, 100, 235) 0px 0px;
    color: #fff;
    width: auto;
}

#contact-form input[type="submit"]:hover {
    background: #000;
}

.contact-right {
    text-align: center;
    color: #fff;
    padding-left: 80px;
}

.contact-content p {
    color: #fff;
    font-size: 15px;
    margin: 15px 0px;
}

.contact-content a {
    color: #fff;
    font-size: 15px;
}

#top-block {
    border: 1px solid #7781fe;
    padding: 52px 0px 45px 0px;
    background: #4a57fe;
    /* margin-top: -30px; */
    display: inline-block;
    width: 100%;
    background: rgb(46, 117, 235);
    background: radial-gradient(circle, rgba(46, 117, 235, 1) 0%, rgba(38, 217, 237, 1) 100%);
}

#top-block.upper-top-block .service-block h3 {
    color: #333;
}

#top-block.upper-top-block {
    background: #f9f9f9;
    border: none;
    padding: 60px 0px;
}

.service-block {
    display: flex;
    /* align-items: center;
    justify-content: center; */
    color: #fff;
    justify-content: center;
    background: #f2f2f2;
    padding: 40px 20px;
    border-radius: 20px;
}

.service-block i {
    font-size: 70px;
    padding-right: 30px;
    line-height: 70px;
}

.service-block h3 {
    font-size: 20px;
    line-height: 22px;
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: 7px;
}

.info-upper li span {
    font-size: 12px;
    margin-top: 3px;
}

.service-block p {
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    margin: 5px 0px;
    font-weight: 400;
    margin-bottom: 0px;
}

#testimonial-container .slick-prev:before,
#testimonial-container .slick-next:before {
    display: none;
}

#testimonial-container .slick-prev,
#testimonial-container .slick-next {
    width: 50px;
    height: 50px;
    line-height: 46px;
    margin-top: 0!important;
    border: 1 px solid #f2f4fa!important;
    display: inline-block;
    vertical-align: top;
    background-color: #f2f4fa;
    border-radius: 50%;
    font-size: 24px;
    color: #162043;
    transition: border .2s linear, background .2s linear, color .2s linear, opacity .2s linear;
}

#testimonial-container button:hover {
    background: #3764eb;
}

#testimonial-container button:hover i {
    color: #fff;
}

#footer-container {
    background: #222831;
    padding: 15px 0px;
    float: left;
    width: 100%;
}

.footer-left p {
    color: #fff;
    font-size: 12px;
}

.footer-social li {
    display: inline-block;
}

.footer-social li:not(last-child) {
    margin-right: 10px;
}

.footer-social {
    float: right;
}

.footer-social i {
    color: #3764eb;
    font-size: 20px;
}

.footer-social a:hover i {
    color: #fff;
}

.fourth-section-banner:after {
    position: absolute;
    content: " ";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(32, 51, 61, 0.79);
    z-index: 2;
}

.fourth-section-image {
    background-repeat: no-repeat!important;
    background-position: center top;
    background-size: cover !important;
}

.fourth-section {
    position: relative;
}

.fourth-section-banner-container {
    position: relative;
    z-index: 10;
    text-align: center;
}

.img-circle {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border: 8px solid #fff;
    height: 150px;
    width: 150px;
    text-align: center;
    margin: 30px 0px;
}

.fourth-section-banner-container h2 {
    color: #fff;
}

.fouth-section-block {
    display: flex;
    align-items: center;
    justify-content: center;
}

.fourth-content-left {
    margin-right: 30px;
}

.fourth-section-banner-container {
    padding: 80px 0px;
}

.fouth-section-block {
    max-width: 1100px;
    margin: 0 auto;
}

.fouth-section-block p {
    color: #fff;
}

.fourth-section-content p {
    font-size: 18px;
    line-height: 22px;
    font-weight: 300;
    color: #fff;
    margin-bottom: 20px;
}

.fourth-section-content .button {
    margin-top: 40px;
}

.fourth-section-content {
    margin-top: 30px;
}

.contact-content span {
    display: block;
    margin-bottom: 6px;
}

.contact-content {
    text-align: left;
    margin-top: 20px;
}

.contact-content i {
    font-size: 22px;
    margin-right: 5px;
    float: left;
    width: 22px;
    line-height: 22px;
    padding-top: 3px;
}

#contact-container .col-md-6:last-child {
    display: flex;
    align-items: center;
}

#video-viewport {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: -1;
}

video {
    display: block;
    width: 100%;
    height: auto;
}

.fullsize-video-bg {
    height: 600px;
    overflow: hidden;
    position: relative;
}

.fullsize-video-bg:before {
    content: "";
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.fullsize-video-bg h3,
.home-block-top h3 {
    color: #fff;
    /* font-family: rufina, serif; */
    font-size: 40px;
    line-height: 45px;
    font-weight: 900;
    text-transform: uppercase;
}

.fullsize-video-bg h3 span,
.home-block-top h3 span {
    color: #3764EB;
    /* font-family: rufina, serif; */
}

.fullsize-video-bg p,
,
.home-block-top p {
    font-size: 28px;
    line-height: 30px;
    color: #fff;
    margin-top: 15px;
}


/* .fullsize-video-bg:after {
    content: "";
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAADCAYAAABWKLW/AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDY3IDc5LjE1Nzc0NywgMjAxNS8wMy8zMC0yMzo0MDo0MiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgTWFjaW50b3NoIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjI4RkZBQTgzNzg1NzExRTU4NTQyODc3OUM4MTZGMUREIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjI4RkZBQTg0Nzg1NzExRTU4NTQyODc3OUM4MTZGMUREIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MjhGRkFBODE3ODU3MTFFNTg1NDI4Nzc5QzgxNkYxREQiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MjhGRkFBODI3ODU3MTFFNTg1NDI4Nzc5QzgxNkYxREQiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz66uHInAAAAIUlEQVR42mL5//8/AyMj42YGIGBigABfEMEIkoEBgAADAKvuBwVS8BAjAAAAAElFTkSuQmCC);
    background-size: 3px 3px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
} */

.fullsize-video-bg .inner {
    display: table;
    width: 100%;
    max-width: 1000px;
    height: 100%;
    margin: 0 auto;
    padding: 0;
    position: relative;
    z-index: 2;
}

.fullsize-video-bg .inner>div {
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    padding: 0 2em;
}

.header-right-bottom ul li {
    display: inline-block;
}

.header-right-bottom ul li:not(:last-child) {
    margin-right: 5px;
}

.header-right-bottom {
    float: right;
}

header .button {
    background: #3764EB;
    border: none;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    padding: 10px 28px;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
}

.me-icon-item {
    background: #3764EB;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.me-icon-item i {
    color: #fff;
    font-size: 12px;
    line-height: 1em;
}

.header-right-bottom ul {
    display: flex;
    align-items: center;
}

.header-right-bottom ul li.schedule_btn_list {
    margin-right: 25px;
}

.header-right-bottom li:last-child {
    display: flex;
    align-items: center;
}

header .tel-no {
    font-size: 24px;
    color: #000;
    padding-left: 10px;
}

header .tel-no span {
    color: #333;
    padding-right: 5px;
}

.header-menu {
    background-color: #3764EB;
}

.menu-container ul li a {
    color: #fff;
}

.menu-container ul li a:hover {
    color: #f7f7f7;
}

.menu-container ul li.active a:after {
    background: #fff;
}

.top-upper-block {
    background-color: rgba(255, 255, 255, 0);
    background-position: center center;
    background-repeat: no-repeat;
    border-width: 0px;
    border-color: rgb(226, 226, 226);
    border-style: solid;
    background-size: cover;
    height: 660px;
    display: flex;
    align-items: center;
    justify-content: center;
}

p.heading-subp {
    margin-top: 70px;
}

.bg-bottom {
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    right: 0px;
    position: absolute;
    /* top: -220px; */
    width: 100%;
    margin-top: -17%;
}

#top-home-content {
    overflow: hidden;
}

.bg-bottom-block {
    position: relative;
}

.fusion-hills-opacity-candy path:nth-child(1) {
    opacity: .12;
}

.fusion-hills-opacity-candy path:nth-child(2) {
    opacity: .18;
}

.fusion-hills-opacity-candy path:nth-child(3) {
    opacity: .24;
}

.fusion-hills-opacity-candy path:nth-child(4) {
    opacity: .3;
    fill: #f9f9f9;
}

.fusion-hills-opacity-candy path:nth-child(5) {
    fill: #f9f9f9;
}

.top-content-home,
.top-content-home .container,
.top-content-home .row {
    height: 100%;
}

.home-block-top p {
    color: #fff;
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
    margin-bottom: 10px;
}

.partners-logo-block ul li {
    /* width: 33.33333%; */
    width: 50%;
    margin: 0;
    padding: 40px;
    list-style: none;
    border-left: 1px solid #eee;
    border-top: 1px solid #eee;
    float: left;
    position: relative;
    -webkit-transition-duration: 1.2s;
    transition-duration: 1.2s;
}

.partners-logo-block ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    /* border-right: 1px solid #eee; */
    /* border-bottom: 1px solid #eee; */
}

#partners-container {
    margin: 50px 0px;
    float: left;
    width: 100%;
}

.partner-title h4 {
    /* font-size: 40px;
    line-height: 48px;
    color: #333;
    font-weight: 600; */
    text-transform: uppercase;
    color: #000;
    font-size: 48px;
    font-style: inherit;
    font-weight: 700;
}

.partner-title h4 span {
    color: #000;
}

.partners-logo-block li:nth-child(2),
.partners-logo-block li:nth-child(4) {
    border-right: 1px solid #eee;
}

.partners-logo-block li:nth-child(4) {
    border-bottom: 1px solid #eee;
}

.partners-logo-block li:last-child {
    border-bottom: 1px solid #eee;
    border-right: 1px solid #eee;
}

.home-block-top {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
    margin-top: 150px;
    max-width: 1000px;
    text-align: center;
}

.partner-title {
    display: flex;
    align-items: center;
    height: 100%;
}

.home-block-top h6 {
    color: #fff;
    font-size: 27px;
    line-height: 31px;
    font-weight: 900;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.row-hero {
    height: 20rem;
    width: 100%;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.form-group {
    display: block;
    margin-bottom: 15px;
}

.form-group input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.form-group label {
    position: relative;
    cursor: pointer;
}

.form-group label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 2px solid #0079bf;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 10px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 15px;
    height: 20px;
    margin-top: 5px;
}

.logo-white-top {
    text-align: center;
    margin-bottom: 60px;
    display: block;
}

.form-group input:checked+label:after {
    content: '';
    display: block;
    position: absolute;
    top: 8px;
    left: 9px;
    width: 6px;
    height: 14px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

#option-container {
    padding: 80px 0px;
    background: #06163a;
}

#option-container .container {
    max-width: 1300px;
}


/* #option-container .option-left {
    padding-right: 60px;
} */

#option-container .form-container {
    margin-top: 30px;
}

#option-container .container {
    max-width: 1000px;
}

#option-container h3 {
    font-weight: 500;
    font-size: 35px;
    line-height: 1.3em;
    color: #fff;
    margin: 0px;
    margin: 10px;
    margin-bottom: 30px;
    margin-top: 0px;
}

#option-container p,
.form-group label {
    font-size: 16px;
    line-height: 1.5em;
    color: #fff;
}

#option-container .form-group {
    margin-bottom: 15px;
    display: inline-block;
    width: 100%;
}

#option-container p {
    margin-bottom: 10px;
}

#option-container input[type="text"],
#option-container input[type="email"] {
    padding: 15px 25px;
    font-weight: 400;
    height: 48px;
    letter-spacing: normal;
    line-height: 16.5px;
    margin-bottom: 10px;
    padding: 15px 25px;
    background: #fff;
    font-size: 15px;
    border: 1px solid #3764eb;
    border-radius: 20px;
    width: 100%;
    display: block;
}

.form-group label {
    display: flex;
}

.submit-btn {
    text-align: center;
    margin-top: 50px;
}

#sub-btn {
    display: inline-block;
    text-align: center;
    cursor: pointer;
    position: relative;
    z-index: 0;
    vertical-align: middle;
    -ms-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    text-decoration: none;
    text-shadow: none;
    transition: color .3s ease-out, border .3s ease-out, background .3s ease-out, box-shadow .3s ease-out!important;
    font-size: 14px;
    font-weight: 400;
    line-height: 1em;
    border-radius: 80px;
    border: none;
    padding: 16px 50px;
    background: #3764eb;
    box-shadow: rgb(55, 100, 235) 0px 0px;
    color: #fff;
    width: auto;
}

#services-container .row:not(.services-lower) {
    background: #f9f9f9;
}

#services-container .row:not(.services-lower) .col-md-6:first-child {
    padding-left: 50px;
    padding-right: 50px;
    margin-bottom: 50px;
}

#services-container .row:not(.services-lower) .col-md-6:first-child .services-image {
    border-radius: 20px;
    margin-top: 25px;
    /* margin-bottom: 20px; */
}

.slick-initialized .slick-slide {
    display: block;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 240px;
}

@media(min-width: 480px) {
    .row-hero {
        height: 25rem;
    }
}

@media(min-width: 720px) {
    .row-hero {
        height: 35rem;
    }
}

.video {
    position: absolute;
    top: 50%;
    left: 50%;
    height: auto;
    width: auto;
    z-index: -1;
    transform: translateX(-50%) translateY(-50%);
    min-width: 100%;
    min-height: 100%;
}

.video-quote {
    z-index: 1;
    padding: .5rem 1rem;
    color: #fff;
    /* background-color: rgba(0, 0, 0, 0.6); */
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}


/* .button.dark-single {
    --background: none;
    --rectangle: #242836;
    --success: #4BC793;
} */

.icontext .button.white-single {
    --background: none;
    --rectangle: #F5F9FF;
    --arrow: #275efe;
    --success: #275efe;
    --shadow: rgba(10, 22, 50, 0.1);
}

.icontext .button {
    --background: #2F3A59;
    --rectangle: #3764EB;
    --success: #4672f1;
    --text: #fff;
    --arrow: #fff;
    --checkmark: #fff;
    --shadow: rgba(10, 22, 50, 0.24);
    display: flex;
    overflow: hidden;
    text-decoration: none;
    -webkit-mask-image: -webkit-radial-gradient(white, black);
    background: var(--background);
    border-radius: 8px;
    box-shadow: 0 2px 8px -1px var(--shadow);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    width: 190px;
    height: 50px;
}

.icontext .button ul {
    margin: 0;
    padding: 13px 30px;
    list-style: none;
    text-align: center;
    position: relative;
    backface-visibility: hidden;
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    color: var(--text);
}

.icontext .button ul li:not(:first-child) {
    top: 16px;
    left: 0;
    right: 0;
    position: absolute;
}

.icontext .button>div {
    position: relative;
    width: 50px;
    height: 50px;
    background: var(--rectangle);
}

.me-icon-item a {
    display: flex;
    align-items: center;
}

.icontext .button>div:before,
.icontext .button>div:after {
    content: '';
    display: block;
    position: absolute;
}

.icontext .button>div:before {
    border-radius: 1px;
    width: 2px;
    top: 50%;
    left: 50%;
    height: 17px;
    margin: -9px 0 0 -1px;
    background: var(--arrow);
}

.icontext .button>div:after {
    width: 60px;
    height: 60px;
    transform-origin: 50% 0;
    border-radius: 0 0 80% 80%;
    background: var(--success);
    top: 0;
    left: 0;
    transform: scaleY(0);
}

.icontext .button>div svg {
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    left: 50%;
    top: 50%;
    margin: -9px 0 0 -10px;
    fill: none;
    z-index: 1;
    stroke-width: 2px;
    stroke: var(--arrow);
    stroke-linecap: round;
    stroke-linejoin: round;
}

.modal-content#option-container {
    padding: 20px;
}

.modal-content#option-container .modal-body {
    padding: 0px;
}

.modal-content#option-container .modal-header {
    padding: 0px;
    border: 0px;
}

.modal-content#option-container input[type="submit"] {
    display: inline-block;
    text-align: center;
    cursor: pointer;
    position: relative;
    z-index: 0;
    vertical-align: middle;
    -ms-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    text-decoration: none;
    text-shadow: none;
    transition: color .3s ease-out, border .3s ease-out, background .3s ease-out, box-shadow .3s ease-out!important;
    font-size: 14px;
    font-weight: 400;
    line-height: 1em;
    border-radius: 80px;
    border: none;
    padding: 16px 30px;
    background: #3764eb;
    box-shadow: rgb(55, 100, 235) 0px 0px;
    color: #fff;
    width: auto;
}

.modal-header .btn-close {
    color: #fff;
    margin-bottom: 15px;
}

.modal-header button i {
    padding: 0px;
    font-size: 28px;
    color: #fff
}

.modal-header button {
    background: none;
}

.icontext {
    display: flex;
    align-items: center;
    justify-content: center;
}

.icontext h3 {
    padding-right: 20px;
}

.modal-title {
    font-weight: bold;
    font-size: 24px;
}

#testimonial-container .slick-dots {
    display: none !important;
}

#new-cuostomer-section .col-12 .customer-content {
    display: flex;
    position: relative;
    z-index: 1;
    margin: 50px 0 58px 100px;
    margin-bottom: 58px;
    background-repeat: no-repeat;
    background-position: 100% 100%;
    background-color: #3764EB;
}

#new-cuostomer-section {
    padding: 40px 0px;
    FLOAT: LEFT;
    width: 100%;
    padding-top: 80px;
}

#new-cuostomer-section .col-12 .customer-content .customer__thumbnail-wrap {
    position: relative;
    z-index: 1;
    flex-shrink: 0;
    margin: -50px 80px 0 -100px;
    border-radius: 0;
}

#new-cuostomer-section .col-12 .customer-content .customer__thumbnail {
    position: relative;
    z-index: 1;
}

#new-cuostomer-section .col-12 .customer-content .customer__info {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    padding: 62px 30px 40px 0;
    color: #fff;
}

#new-cuostomer-section h3 {
    font-weight: 700;
    font-size: 35px;
    line-height: 1;
    color: #fff;
    margin: 0px;
    margin: 10px;
    margin-bottom: 20px;
    margin-left: 0px;
}

#new-cuostomer-section p {
    font-weight: 400;
    font-size: 15px;
    line-height: 1.3;
    color: #fff;
    margin: 0px;
    margin-bottom: 5px;
}

#new-cuostomer-section ul li {
    display: flex;
    margin-bottom: 5px;
}

#new-cuostomer-section ul li span {
    padding-right: 14px;
    color: #ff7d44;
    width: 35px;
    text-align: center;
}

#new-cuostomer-section .info-upper {
    margin-top: 10px;
    margin-bottom: 10px;
}

#new-cuostomer-section .info-upper p {
    margin-bottom: 10px;
}

.logo-wrapper img {
    max-width: 320px;
}

#new-cuostomer-section ul li span.me-icon-item {
    background: #fff;
    width: 30px;
    padding: 0px;
    height: 30px;
}

#new-cuostomer-section ul .me-icon-item i {
    color: #3764EB;
}

#new-cuostomer-section .info-social ul li {
    display: inline-block;
}

#new-cuostomer-section .info-social ul li:nth-child(2) {
    display: flex;
    margin-left: 10px;
}

#new-cuostomer-section .info-social .tel-no {
    font-size: 24px;
    color: #fff;
    padding-left: 5px;
}

#new-cuostomer-section .info-social span {
    width: auto;
}

#new-cuostomer-section .info-social ul {
    display: flex;
}

#new-cuostomer-section .col-12 .customer-content .customer__name,
#new-cuostomer-section .col-12 .customer-content .customer__name span {
    font-size: 42px;
    line-height: 1.3;
    color: #000;
}

#new-cuostomer-section .col-12 .customer-content .info__highlighted {
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: #ff7d44;
}

.tel-no a {
    color: #333;
    padding-right: 5px;
    text-decoration: none;
}

.info-social .tel-no a {
    color: #fff;
    padding-left: 5px;
}

#new-cuostomer-section .col-12 .customer-content .info__item {
    margin-bottom: 4px;
    font-size: 18px;
    line-height: 1.9;
}

#new-cuostomer-section .col-12 .customer-content .info__item h5 {
    margin-right: 0.6em;
    font-weight: 500;
    font-size: inherit;
    color: #ffffff;
}

#new-cuostomer-section .col-12 .customer-content .customerr__name {
    position: relative;
    z-index: 1;
    margin-bottom: 4px;
}

#new-cuostomer-section ul {
    margin-bottom: 10px;
}

#new-cuostomer-section ul.info-lower {
    margin-top: 5px;
}

#testimonial-container h2 {
    text-align: center;
    justify-content: center;
    font-size: 50px;
    line-height: 1.29;
    font-family: rufina, serif;
    font-weight: 600;
    color: #3764eb;
    margin-bottom: 45px
}

#testimonial-container h3 {
    text-align: center;
    justify-content: center;
    font-size: 35px;
    line-height: 1.29;
    font-family: rufina, serif;
    font-weight: 600;
    color: #222;
    margin-bottom: 15px;
    text-transform: uppercase;
}

#testimonial-container .slick-list {
    border-radius: 60px;
}

@media (min-width: 993px) {
    #new-cuostomer-section .customer__thumbnail-wrap img {
        width: 440px;
    }
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 580px;
        margin: 1.75rem auto;
    }
}

@media (max-width: 1100px) and (min-width:768px) {
    #new-cuostomer-section .col-12 .customer-content {
        margin: 0px;
    }
    #new-cuostomer-section .col-12 .customer-content .customer__thumbnail-wrap {
        margin: 0px;
        flex-shrink: inherit;
        display: flex;
        align-items: center;
        padding-right: 20px;
    }
}

@media (max-width: 1100px) {
    .container,
    .container-md,
    .container-sm {
        max-width: 100%;
    }
    header .tel-no {
        font-size: 20px;
    }
    .contact-right {
        padding: 0px;
    }
    #testimonial-container .slick-prev {
        left: -8%;
    }
    #testimonial-container .slick-next {
        right: -8%;
    }
}

@media screen and (max-width:767px) {
    .mean-container .mean-bar {
        background: none;
    }
    .mean-container a.meanmenu-reveal span {
        background: #3764EB;
    }
    .mean-container a.meanmenu-reveal {
        color: #3764EB;
        right: 10px !important;
        top: 48px !important;
        z-index: 10;
    }
    .mean-container .mean-nav ul li a {
        text-transform: capitalize;
        font-size: 14px;
        line-height: 14px;
        background-color: #3764EB;
    }
    .mean-container .mean-nav ul li a.mean-expand {
        height: 18px;
    }
    .mean-container .mean-nav ul li {
        background: #3764EB;
    }
    .mean-container .mean-nav ul ul li a:hover {
        background-color: rgba(0, 0, 0, 0.83);
    }
    .mean-container .mean-nav ul ul {
        background-color: rgba(0, 0, 0, 0.83);
    }
    .mean-container .mean-nav {
        margin-top: 85px;
        overflow: hidden;
    }
    .mean-container .mean-nav ul li a.mean-expand {
        right: 0px;
    }
    .header-bottom {
        display: block;
        padding: 10px 0px;
        position: relative;
    }
    #testimonial-container .slick-prev,
    #testimonial-container .slick-next {
        display: none;
    }
    .fullsize-video-bg h3,
    .home-block-top h3 {
        font-size: 25px;
        line-height: 30px;
    }
    .logo-wrapper {
        position: absolute;
        top: 38px;
        left: 20px;
        z-index: 9999999;
    }
    .home-block-top {
        text-align: left;
    }
    header .tel-no {
        display: none;
    }
    header .button {
        padding: 6px 10px;
        font-size: 12px;
    }
    .header-right-bottom {
        /* margin-top: -15px; */
        position: absolute;
        top: 15px;
        right: 20px;
        z-index: 999999;
    }
    .me-icon-item i {
        font-size: 10px;
    }
    .me-icon-item {
        height: 20px;
        width: 20px;
    }
    .header-right-bottom ul li.schedule_btn_list {
        margin-right: 11px;
    }
    .fullsize-video-bg p,
    .home-block-top p {
        font-size: 18px;
        line-height: 20px;
    }
    .icontext {
        display: block;
    }
    .icontext .button ul {
        padding: 8px 24px;
    }
    .icontext .button {
        width: 178px;
        height: 40px;
    }
    .icontext .button>div {
        height: 40px;
    }
    .container {
        padding: 0px 20px;
    }
    #top-block {
        padding: 30px 0px;
    }
    .logo-wrapper img {
        max-width: 200px;
    }
    .header-menu {
        display: none;
    }
    .home-block-top {
        margin-top: 0px;
        align-items: inherit;
    }
    .home-block-top h6 {
        font-size: 18px;
        line-height: 22px;
    }
    .top-content-home .row {
        align-items: center;
    }
    .top-upper-block {
        height: 440px;
    }
    p.heading-subp {
        margin-top: 20px;
    }
    .home-block-top p {
        color: #fff;
        font-size: 16px;
        line-height: 20px;
        font-weight: 500;
        margin-bottom: 10px;
    }
    #services-container .row:not(.services-lower) .col-md-6:first-child .services-image {
        border-radius: 20px;
    }
    #services-container .row:not(.services-lower) .col-md-6:first-child {
        padding-left: 20px;
        padding-right: 20px;
    }
    .services-content {
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 30px;
    }
    .services-image {
        background-position: center center !important;
    }
    #services-container .row {
        padding-top: 20px;
    }
    .testimonial-item {
        padding: 20px;
    }
    #testimonial-container .slick-prev {
        left: 0px;
    }
    #testimonial-container .slick-next {
        right: 0px;
    }
    .testimonial-item h2 {
        font-size: 30px;
    }
    .slick-initialized .slick-slide {
        min-height: 300px;
    }
    #testimonial-container h3 {
        font-size: 28px;
    }
    .testimonial-item .testy_imgname img {
        width: 80px;
    }
    .testy_arrow {
        border-top-width: 16px;
        left: 88%;
    }
    .testy_imgname {
        border-width: 8px;
    }
    .testimonial-item p {
        font-size: 14px;
    }
    #testimonial-container .slick-dots {
        display: block;
        bottom: -40px;
    }
    #testimonial-container .slick-arrow {
        display: none !important;
    }
    #contact-container {
        height: auto;
    }
    .container,
    .container-sm {
        max-width: 100%;
    }
    .contact-right {
        padding-left: 0px;
    }
    #contact-container .col-md-8 {
        order: 2;
    }
    #contact-container .col-md-4 {
        order: 1;
    }
    #contact-form h2 {
        font-size: 30px;
        line-height: 1.2em;
    }
    .contact-right {
        text-align: left;
        margin-bottom: 20px;
    }
    #contact-container {
        padding-bottom: 20px;
        padding-top: 30px;
    }
    .footer-social {
        float: none;
    }
    .partner-title h4 {
        font-size: 30px;
        line-height: 38px;
        margin-bottom: 20px;
    }
    .services-image {
        min-height: 300px;
    }
    .contact-right img {
        display: none;
    }
    #testimonial-container .slick-dots {
        display: block !important;
    }
    .slick-dots li {
        height: 15px;
        width: 15px;
        margin: 0px;
    }
    .slick-dots li button {
        height: 15px;
        width: 15px;
    }
    .slick-dots li button:hover,
    .slick-dots .slick-active button {
        border: 0px;
    }
    .slick-dots li button:before,
    .slick-dots li.slick-active button:before {
        margin-top: -6px;
        margin-left: -7px;
        height: 8px;
        width: 8px;
        margin: 0px;
    }
    .slick-dots li.slick-active button:before {
        background-color: #3764EB;
    }
    #new-cuostomer-section .col-12 .customer-content .customer__thumbnail-wrap {
        display: block;
        margin: 0px;
        flex-shrink: inherit;
    }
    #new-cuostomer-section .col-12 .customer-content {
        margin: 0px;
        display: block;
    }
    #new-cuostomer-section .col-12 .customer-content .customer__info {
        display: block;
        padding: 20px;
    }
    .service-block {
        padding: 20px;
    }
    #top-block.upper-top-block .service-block h3 {
        font-size: 16px;
    }
    #top-block.upper-top-block {
        padding: 30px 0px;
        padding-bottom: 0px;
    }
    #testimonial-container h2 {
        font-size: 35px;
        margin-bottom: 15px;
    }
    #new-cuostomer-section .info-social .tel-no {
        font-size: 20px;
        color: #fff;
        padding-left: 5px;
        padding-right: 0px;
    }
    #new-cuostomer-section {
        padding-top: 30px;
    }
    .slick-list {
        border-radius: 20px;
    }
    #new-cuostomer-section h3 {
        font-size: 24px;
    }
    #new-cuostomer-section p {
        font-size: 13px;
    }
    .info-social .tel-no a {
        padding-left: 0px;
    }
    #testimonial-container {
        padding: 30px 0px;
    }
    .company-container-left h2 {
        font-size: 33px;
        padding-top: 30px;
    }
    #company-container .col-md-7 .big-font {
        font-size: 19px;
    }
    #company-container .col-md-7 {
        font-size: 15px;
    }
    .company-container-right ul li a {
        font-size: 13px;
    }
    .company-container-right {
        padding: 60px 15px 15px;
        max-width: inherit;
        width: auto;
        float: none;
    }
}

@media screen and (max-width:400px) {
    .partners-logo-block ul li {
        width: 100%;
    }
    .form-group .form-left,
    .form-group .form-right {
        width: 100%;
        padding: 0px;
    }
    .form-group .form-right {
        margin-top: 20px;
    }
    .fullsize-video-bg h3 {
        font-size: 20px;
        line-height: 24px;
    }
    .fullsize-video-bg .inner>div {
        padding: 0px;
    }
    .fouth-section-block {
        display: block;
    }
    .company-container-right ul li a {
        font-size: 12px;
    }
    #new-cuostomer-section .info-social .tel-no {
        font-size: 16px;
    }
    .partners-logo-block ul li {
        border-right: 1px solid #eee;
        margin-bottom: 20px;
        border-bottom: 1px solid #eee;
    }
    .partners-logo-block ul li:last-child {
        margin-bottom: 0px;
    }
}