/** new home page style **/


.large-container {
    max-width: 1310px;
    width: 100%;
    margin: 0 auto;
    padding: 0px 15px;
}


.centred {
    text-align: center;
}

/** sec-title-two **/

.sec-title-two {
    position: relative;
    display: block;
    margin-bottom: 20px;
}

.sec-title-two .sub-title {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    padding-left: 30px;
    margin-bottom: 14px;
    letter-spacing: 1px;
}

.sec-title-two.centred .sub-title {
    padding-right: 30px;
}

.sec-title-two .sub-title:before,
.sec-title-two.centred .sub-title:after {
    position: absolute;
    content: '';
    width: 20px;
    height: 2px;
    top: 10px;
}

.sec-title-two .sub-title:before {
    left: 0px;
}

.sec-title-two.centred .sub-title:after {
    right: 0px;
}

.sec-title-two h2 {
    position: relative;
    display: block;
    font-size: 45px;
    line-height: 55px;
    font-weight: 900;
    font-family: 'Roboto', sans-serif;
    color: #071345;
}

.sec-title-two.light h2 {
    color: #fff !important;
}


/** theme-btn-two **/

.theme-btn-one {
    position: relative;
    display: inline-block;
    font-size: 15px;
    line-height: 24px;
    font-family: 'Roboto', sans-serif;
    overflow: hidden;
    vertical-align: middle;
    background: #fff;
    color: #062341;
    text-transform: uppercase;
    border-radius: 6px;
    padding: 16px 45px;
    font-weight: 700;
    letter-spacing: 1px;
    z-index: 1;
}

.theme-btn-one:hover {
    color: #fff;
}

.theme-btn-one:before {
    position: absolute;
    content: '';
    width: 0%;
    height: 100%;
    left: 0px;
    top: 0px;
    z-index: -1;
    transition: all 500ms ease;
}

.theme-btn-one:hover:before {
    width: 100%;
}

/** theme-btn-two **/

.theme-btn-two {
    position: relative;
    display: inline-block;
    font-size: 15px;
    line-height: 24px;
    font-family: 'Roboto', sans-serif;
    overflow: hidden;
    vertical-align: middle;
    color: #fff;
    text-transform: uppercase;
    border-radius: 6px;
    padding: 19px 28px 16px 32px;
    font-weight: 700;
    letter-spacing: 1.5px;
    z-index: 1;
}

.theme-btn-two i {
    position: relative;
    font-size: 22px;
    margin-left: 17px;
    top: 5px;
}

.theme-btn-two:hover {
    color: #fff;
}

.theme-btn-two:before {
    position: absolute;
    content: '';
    width: 0%;
    height: 100%;
    right: 0px;
    top: 0px;
    z-index: -1;
    background: #000;
    opacity: 0.1;
    transition: all 500ms ease;
}

.theme-btn-two:hover:before {
    width: 100%;
    left: 0px;
}

.theme-btn-two span {
    position: relative;
    padding-right: 33px;
}

.theme-btn-two span:before {
    position: absolute;
    content: '';
    background-image: url(../images-2/icons/icon-14.png);
    width: 20px;
    height: 20px;
    top: -2px;
    right: 0px;
    background-repeat: no-repeat;
}


/** header-style-two **/

.header-style-two {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
}

.header-style-two .header {
    background: transparent;
    box-shadow: none;
}

.header-style-two .outer-box {
    position: relative;
    display: flex;
    text-align: center;
    justify-content: space-between;
    padding: 0px 70px;
}

.header-style-two .outer-box .logo-box {
    position: relative;
    float: left;
    padding: 56px 0px 30px 0px;
    margin-right: 80px;
}

.header-style-two .outer-box .nav-outer {
    position: relative;
    float: left;
}

.header-style-two .outer-box .main-menu .navigation > li {
    margin: 25px 0px;
}

.header-style-two .main-menu .navigation > li > a {
    font-size: 18px;
    font-weight: 600;
    font-family: 'Barlow', sans-serif;
}

.header-style-two .outer-box .main-menu .navigation > li > a {
    color: #fff;
    text-transform: uppercase;
}

.header-style-two .outer-box .main-menu .navigation {
    margin-top: 25px;
}

.header-style-two .outer-box .main-menu .navigation > li > a {
    border: none !important;
}

.header-style-two .outer-box .main-menu .navigation > li:before {
    width: 26px;
    height: 2px;
    left: 25px;
    bottom: 9px;
    top: inherit;
}

.main-menu .big-menu li {
    float: left;
    width: 50% !important;
}

.main-menu .big-menu {
    width: 460px !important;
}

.header-style-two .header-right {
    padding-top: 52px;
    text-align: left;
}

.header-style-two .support-box {
    position: relative;
    display: block;
    padding-left: 62px;
}

.header-style-two .support-box .icon-box {
    position: absolute;
    left: 0px;
    top: 7px;
    font-size: 45px;
    line-height: 50px;
    color: #fff;
}

.header-style-two .support-box h6 {
    display: block;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
}

.header-style-two .support-box h3 {
    position: relative;
    display: block;
    font-size: 21px;
    line-height: 24px;
    font-family: 'Barlow', sans-serif;
    color: #fff;
    font-weight: 600;
    letter-spacing: 2px;
}

.header-style-two .support-box h3 a {
    display: inline-block;
    color: #fff;
    transition: all 500ms ease;
}

.header-style-two .support-box h3 a:hover {

}


/** banner-style-two **/

.banner-style-two {
    position: relative;
    padding-top: 282px;
    background-color: #052247;
}

.banner-style-two .bg-layer {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.banner-style-two .image-layer {
    position: absolute;
    right: 0px;
    bottom: -40px;
}

figure {
    margin: 0px;
}

.banner-style-two .content-box {
    position: relative;
    display: block;
    margin-right: 55px;
    padding-bottom: 260px;
}

.banner-style-two .content-box h2 {
    position: relative;
    display: block;
    font-size: 65px;
    line-height: 78px;
    font-family: 'Roboto', sans-serif;
    color: #fff;
    font-weight: 700;
    margin-bottom: 15px;
}

.banner-style-two .content-box h2 span {
    display: block;
    font-weight: 300;
}

.banner-style-two .content-box p {
    position: relative;
    display: block;
    font-size: 22px;
    line-height: 32px;
    font-family: 'Barlow', sans-serif;
    color: #fff;
    font-weight: 500;
    margin-bottom: 53px;
}

a {
    transition: all 500ms ease;
}

.banner-style-two .content-box .box-one {
    position: absolute;
    left: 470px;
    bottom: 0px;
    width: 245px;
    padding: 44px 35px 29px 35px;
}

.banner-style-two .content-box .box-one .icon-box {
    position: relative;
    display: inline-block;
    font-size: 70px;
    line-height: 60px;
    color: #fff;
    margin-bottom: 22px;
}

.banner-style-two .content-box .box-one h4 {
    display: block;
    font-size: 20px;
    line-height: 31px;
    font-family: 'Roboto', sans-serif;
    color: #fff;
    font-weight: 700;
    margin-bottom: 14px;
}

.banner-style-two .content-box .box-one .link a {
    position: relative;
    display: inline-block;
    font-size: 20px;
    line-height: 20px;
    color: rgba(255, 255, 255, 0.5);
}

.banner-style-two .content-box .box-one .link a:hover {
    color: #fff;
}

.banner-style-two .content-box .box-two {
    position: absolute;
    left: 0px;
    bottom: -93px;
    width: 470px;
    padding: 56px 30px 52px 160px;
    z-index: 2;
}

.banner-style-two .content-box .box-two .icon-box {
    position: absolute;
    left: 37px;
    top: 63px;
    font-size: 65px;
    line-height: 60px;
    color: #fff;
}

.banner-style-two .content-box .box-two h5 {
    display: block;
    font-size: 18px;
    line-height: 26px;
    font-family: 'Roboto', sans-serif;
    color: #fff;
    font-weight: 700;
}

.banner-style-two .content-box .box-two .line {
    position: absolute;
    left: 130px;
    top: 60px;
    width: 1px;
    height: 72px;
    background: rgba(255, 255, 255, 0.80);
}

.banner-style-two .content-box .box-two .line:before,
.banner-style-two .content-box .box-two .line:after {
    position: absolute;
    content: '';
    background: #fff;
    width: 5px;
    height: 5px;
    left: -2px;
}

.banner-style-two .content-box .box-two .line:before {
    top: 0px;
}

.banner-style-two .content-box .box-two .line:after {
    bottom: 0px;
}


/** about-section **/

.about-section {
    position: relative;
    padding: 210px 0px 120px 0px;
    background-color: #051525;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
}

.about-section:before {
    position: absolute;
    content: '';
    background: #071d33;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    opacity: 0.7;
}

.content_block_one .content-box {
    position: relative;
    display: block;
}

.content_block_one .content-box .text h4 {
    position: relative;
    display: block;
    font-size: 21px;
    line-height: 30px;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 33px;
}

.content_block_one .content-box .text p {
    font-size: 18px;
    line-height: 30px;
    font-family: 'Barlow', sans-serif;
    color: #fff;
    margin-bottom: 30px;
}

.content_block_one .content-box .text p:last-child {
    margin-bottom: 0px;
}

.content_block_one .content-box .text {
    position: relative;
    display: block;
    margin-bottom: 47px;
}

.list-style-one li {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 26px;
    font-family: 'Roboto', sans-serif;
    color: #fff;
    font-weight: 500;
    padding-left: 34px;
    margin-bottom: 11px;
}

.list-style-one li:last-child {
    margin-bottom: 0px;
}

.content_block_one .content-box .list-style-one li {
    width: 50%;
}

.list-style-one li:before {
    position: absolute;
    content: "\f108";
    font-family: 'flaticon';
    font-size: 17px;
    left: 0px;
    top: 0px;
}

.content_block_one .content-box .list-style-one {
    margin-bottom: 33px;
}

.image_block_one .image-box {
    position: relative;
    display: block;
}

.image_block_one .image-box {
    margin-left: 100px;
    margin-right: -110px;
    padding-right: 293px;
}

.image_block_one .image-box .image {
    position: relative;
    overflow: hidden;
}

.image_block_one .image-box .image img {
    width: 100%;
    transition: all 500ms ease;
}

.image_block_one .image-box .image-2 {
    position: absolute;
    right: 0px;
    top: 57px;
}

.image_block_one .image-box .image:hover img {
    transform: scale(1.05);
}

.owl-dots-none .owl-dots,
.owl-nav-none .owl-nav {
    display: none !important;
}

/** testimonial-section **/

.testimonial-section {
    position: relative;
    padding: 120px 0px 83px 0px;
    background: #062a50;
}

.testimonial-section .testimonial-content {
    position: relative;
    margin-right: -400px;
}

.testimonial-block-one .inner-box {
    position: relative;
    display: block;
    background: #fff;
    padding: 40px 40px 35px 40px;
    border-radius: 5px;
}

.testimonial-block-one .inner-box .text {
    position: relative;
    display: block;
    margin-bottom: 22px;
}

.testimonial-block-one .inner-box .text p {
    font-size: 18px;
    line-height: 28px;
    font-family: 'Barlow', sans-serif;
    color: #444444;
}

.testimonial-block-one .inner-box .author-box {
    position: relative;
    display: block;
    padding: 7px 0px 7px 86px;
}

.testimonial-block-one .inner-box .author-box .author-thumb {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 63px;
    height: 63px;
    border-radius: 50%;
}

.testimonial-block-one .inner-box .author-box .author-thumb img {
    width: 100%;
    border-radius: 50%;
}

.testimonial-block-one .inner-box .author-box h4 {
    display: block;
    font-size: 20px;
    line-height: 26px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    color: #1c0f3b;
    margin-bottom: 1px;
}

.testimonial-block-one .inner-box .author-box .designation {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 22px;
    font-family: 'Roboto', sans-serif;
    color: #797979;
}

.testimonial-block-one .inner-box .author-box .quote-box {
    position: absolute;
    right: -20px;
    bottom: 3px;
    font-size: 50px;
    line-height: 50px;
    color: #c5c5c5;
}

.testimonial-section .sec-title-two {
    margin-bottom: 0px;
}

.testimonial-section .sec-title-two h2 {
    margin-bottom: 19px;
}

.testimonial-section .sec-title-two p {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 28px;
    color: #fff;
    font-family: 'Barlow', sans-serif;
}

.testimonial-section .owl-nav-style-one.owl-theme .owl-nav {
    top: inherit;
    right: inherit;
    left: -400px;
    bottom: -11px;
}

.testimonial-section .testimonial-inner {
    position: relative;
    padding-bottom: 120px;
    margin-bottom: 91px;
}

.testimonial-section .testimonial-inner:before {
    position: absolute;
    content: '';
    background: rgba(255, 255, 255, 0.10);
    width: calc(100% + 400px);
    height: 1px;
    left: 0px;
    bottom: 0px;
}

.counter-block-one .inner-box {
    position: relative;
    display: block;
    padding-left: 85px;
}

.counter-block-one .inner-box .icon-box {
    position: absolute;
    left: 0px;
    top: 9px;
    font-size: 60px;
    line-height: 60px;
    color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.counter-block-one .inner-box .count-outer {
    position: relative;
    display: block;
    font-size: 45px;
    line-height: 50px;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 2px;
}

.counter-block-one .inner-box p {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 26px;
    font-family: 'Barlow', sans-serif;
}


/** team-section **/

.team-section {
    position: relative;
    padding: 113px 0px 120px 0px;
    background: #f3f4f7;
}

.team-block-one {
    max-width: 270px;
    margin: 0 auto;
}

.team-block-one .inner-box {
    position: relative;
    display: block;
    background: transparent;
}

.team-block-one .inner-box:before {
    position: absolute;
    content: '';
    background: #fff;
    width: calc(100% - 10px);
    height: 100%;
    left: 0px;
    top: 0px;
    border-radius: 5px;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.08);
}

.team-block-one .inner-box .image-box {
    position: relative;
    display: block;
    overflow: hidden;
}

.team-block-one .inner-box .image-box .social-links {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    opacity: 0;
    text-align: center;
    transition: all 500ms ease;
}

.team-block-one .inner-box:hover .image-box .social-links {
    bottom: 30px;
    opacity: 1;
}

.team-block-one .inner-box .image-box .social-links li {
    position: relative;
    display: inline-block;
    margin: 0px 5px;
}

.team-block-one .inner-box .image-box .social-links li a {
    position: relative;
    display: inline-block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    font-size: 15px;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.50);
    text-align: center;
    border-radius: 50%;
}

.team-block-one .inner-box .image-box .social-links li a:hover {

}

.team-block-one .inner-box .image-box .image {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 5px;
}

.team-block:first-child .team-block-one .inner-box .image-box .image,
.team-block:nth-child(3) .team-block-one .inner-box .image-box .image {
    clip-path: polygon(0% 0%, 100% 5%, 100% 100%, 0% 100%, 0% 0%);
}

.team-block:last-child .team-block-one .inner-box .image-box .image,
.team-block:nth-child(2) .team-block-one .inner-box .image-box .image {
    clip-path: polygon(0% 5%, 100% 0%, 100% 100%, 0% 100%, 0% 0%);
}

.team-block-one .inner-box .image-box .image img {
    width: 100%;
    border-radius: 5px;
    transition: all 500ms ease;
}

.team-block-one .inner-box:hover .image-box .image img {
    opacity: 0.1;
    transform: scale(1.05);
}

.team-block-one .inner-box .lower-content {
    position: relative;
    display: block;
    padding: 17px 30px 18px 35px;
}

.team-block-one .inner-box .lower-content h4 {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 30px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    color: #062a50;
}

.team-block-one .inner-box .lower-content h4 a {
    display: inline-block;
    color: #062a50;
}

.team-block-one .inner-box .lower-content h4 a:hover {

}

.team-block-one .inner-box .lower-content .designation {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 16px;
    font-family: 'Barlow', sans-serif;
    color: #898989;
}

.team-section .sec-title-two {
    margin-bottom: 60px;
}


/** cta-section **/

.cta-section {
    position: relative;
}

.cta-section .bg-layer {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 50%;
    background: #f3f4f7;
}

.cta-section .inner-container {
    position: relative;
    display: block;
    background: #141d3c;
    padding: 52px 50px 45px 85px;
}

.cta-section .inner-container:before {
    position: absolute;
    content: '';
    background: #141d3c;
    width: 5000px;
    height: 100%;
    left: 0px;
    top: 0px;
}

.cta-section .content-box h2 {
    position: relative;
    display: block;
    font-size: 40px;
    line-height: 50px;
    font-family: 'Roboto', sans-serif;
    color: #fff;
    font-weight: 700;
    margin-bottom: 11px;
}

.cta-section .content-box p {
    position: relative;
    display: block;
    font-size: 24px;
    line-height: 32px;
    font-family: 'Barlow', sans-serif;
    font-weight: 500;
    color: #fff;
    margin-bottom: 34px;
}

.cta-section .content-box .theme-btn-two {
    margin-right: 30px;
    padding: 17px 32px 14px 32px;
    letter-spacing: 1px;
}

.cta-section .content-box .theme-btn-one {
    padding: 17px 43px 14px 43px;
    letter-spacing: 1px;
}

.cta-section .bg-image {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 478px;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left center;
    z-index: 1;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%, 26% 0%);
}

.cta-section .pattern-layer {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 502px;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left center;
    z-index: 1;
}

.blog-style1-area.alternat-2 {
    background: #fff;
    padding: 113px 0px 65px 0px;
}

.blog-style1-area.alternat-2 .single-blog-style1 .img-holder .inner:before {
    display: none;
}

.blog-style1-area.alternat-2 .single-blog-style1 .img-holder .inner:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(90deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.0) 50%);
    bottom: 0px;
    right: 0px;
    z-index: 1;
}

.blog-style1-area.alternat-2 .single-blog-style1 .text-holder {
    background: transparent;
}

.blog-style1-area .upper-box {
    position: relative;
    display: block;
    margin-bottom: 50px;
}

.blog-style1-area .upper-box .sec-title-two {
    margin-bottom: 0px;
}

.blog-style1-area .upper-box .text p {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 28px;
    font-family: 'Barlow', sans-serif;
    color: #444444;
}

.blog-style1-area .upper-box .text {
    margin-top: 30px;
}

.blog-style1-area.alternat-2 .single-blog-style1 .text-holder .date-box h5 {
    font-family: 'Barlow', sans-serif;
    font-size: 17px;
}

.blog-style1-area.alternat-2 .single-blog-style1 .text-holder .blog-title {
    font-size: 22px;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
}

.blog-style1-area.alternat-2 .single-blog-style1 .text-holder .bottom-box a {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
}

.bg-color-1 {
    background: #f3f4f7;
}


/** clients-section **/

.clients-section {
    position: relative;
    padding: 113px 0px 110px 0px;
}

.clients-section .clients-logo {
    position: relative;
    display: block;
}

.clients-section .clients-logo img {
    position: relative;
    width: auto;
    max-width: 100%;
    display: block;
    margin: 0 auto;
    opacity: 0.5;
    transition: all 500ms ease;
}

.clients-section .clients-logo img:hover {
    opacity: 1;
}

.clients-section .sec-title-two {
    margin-bottom: 60px;
}


/** main-footer **/

.main-footer {
    position: relative;
    background: #02172c;
}

.main-footer .footer-top {
    position: relative;
    padding: 100px 0px 90px 0px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.10);
    box-shadow: none;
}

.main-footer .footer-top .logo-widget .footer-logo {
    position: relative;
    display: block;
    margin-bottom: 47px;
}

.main-footer .footer-top .logo-widget .support-box {
    position: relative;
    display: block;
    padding-left: 67px;
}

.main-footer .footer-top .logo-widget .support-box .icon-box {
    position: absolute;
    left: 0px;
    top: 5px;
    font-size: 40px;
    line-height: 40px;
    color: #fff;
}

.main-footer .footer-top .logo-widget .support-box p {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 24px;
    color: rgba(255, 255, 255, 0.60);
    margin-bottom: 0px;
}

.main-footer .footer-top .logo-widget .support-box h3 {
    position: relative;
    display: block;
    font-size: 22px;
    line-height: 28px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.60);
}

.main-footer .footer-top .logo-widget .support-box h3 a {
    display: inline-block;
    color: rgba(255, 255, 255, 0.60);
}

.main-footer .footer-top .logo-widget .support-box h3 a:hover {
    color: #fff;
}

.ml-50 {
    margin-left: 50px;
}

.main-footer .footer-top .widget-title {
    position: relative;
    display: block;
    margin-bottom: 20px;
}

.main-footer .footer-top .widget-title h4 {
    font-size: 22px;
    position: relative;
    display: block;
    line-height: 30px;
    color: #fff;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
}

.main-footer .footer-top .links-widget .links-list li {
    position: relative;
    display: block;
    margin-bottom: 8px;
}

.main-footer .footer-top .links-widget .links-list li:last-child {
    margin-bottom: 0px;
}

.main-footer .footer-top .links-widget .links-list li a {
    position: relative;
    display: inline-block;
    font-size: 17px;
    line-height: 26px;
    font-family: 'Barlow', sans-serif;
    color: rgba(255, 255, 255, 0.50);
}

.main-footer .footer-top .links-widget .links-list li a:hover {
    color: #fff;
}

.main-footer .footer-top .newsletter-widget .widget-content p {
    position: relative;
    display: block;
    font-size: 17px;
    line-height: 26px;
    font-family: 'Barlow', sans-serif;
    color: rgba(255, 255, 255, 0.50);
    margin-bottom: 15px;
}

.main-footer .footer-top .newsletter-widget form .form-group {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.main-footer .footer-top .newsletter-widget form .form-group input[type="email"] {
    position: relative;
    display: block;
    width: 100%;
    height: 47px;
    background: #010d18;
    border-radius: 5px;
    border: 1px solid rgba(255, 255, 255, 0.10);
    font-size: 16px;
    font-family: 'Barlow', sans-serif;
    padding: 10px 70px 10px 20px;
    color: #585b5d;
    transition: all 500ms ease;
}

::-webkit-input-placeholder {
    color: inherit;
}

::-moz-input-placeholder {
    color: inherit;
}

::-ms-input-placeholder {
    color: inherit;
}

.main-footer .footer-top .newsletter-widget form .form-group input:focus {
    color: #fff;
}

.main-footer .footer-top .newsletter-widget form .form-group button {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 47px;
    height: 47px;
    line-height: 55px;
    font-size: 24px;
    color: #fff;
    text-align: center;
    border-radius: 0px 5px 5px 0px;
}

.main-footer .social-links li {
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 15px;
}

.main-footer .social-links li:last-child {
    margin-bottom: 0px !important;
}

.main-footer .social-links li a {
    position: relative;
    display: inline-block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    font-size: 15px;
    color: #fff;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.60);
    text-align: center;
}

.main-footer .social-links li a:hover {

}

.main-footer-bottom {
    position: relative;
    padding: 32px 0px;
}

.main-footer-bottom p {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 26px;
    font-family: 'Barlow', sans-serif;
    color: rgba(255, 255, 255, 0.50);
    margin-bottom: 0px;
}

.main-footer-bottom p a {
    color: rgba(255, 255, 255, 0.50);
}

.main-footer-bottom p a:hover {
    color: #fff;
}


/** header-style-three **/

.header-style-three {
    position: relative;
}

.header-style-three .header-upper {
    position: relative;
    width: 100%;
    padding-bottom: 36px;
}

.header-style-three .header-upper:before {
    position: absolute;
    content: '';
    border-bottom: 1px dashed rgba(255, 255, 255, 0.20);
    width: 100%;
    height: 1px;
    left: 0px;
    bottom: 7px;
    z-index: 1;
}

.header-style-three .header-upper .upper-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-style-three .header-upper .shape {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
}

.header-style-three .header-upper .logo-box {
    position: relative;
    padding: 33px 0px 21px 0px;
}

.header-style-three .header-upper .support-box {
    position: relative;
    display: block;
    padding-left: 65px;
}

.header-style-three .header-upper .support-box .icon-box {
    position: absolute;
    left: 0px;
    top: 10px;
    font-size: 40px;
    line-height: 50px;
}

.header-style-three .header-upper .support-box p {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 26px;
    font-family: 'Barlow', sans-serif;
    color: #fff;
    margin-bottom: 1px;
}

.header-style-three .header-upper .support-box h3 {
    position: relative;
    display: block;
    font-size: 22px;
    line-height: 30px;
    font-weight: 500;
    color: #fff;
    font-family: 'Barlow', sans-serif;
}

.header-style-three .header-upper .support-box h3 a {
    display: inline-block;
    color: #fff;
}

.header-style-three .header-upper .support-box h3 a:hover {

}

.header-style-three .header {
    position: relative;
    background: transparent;
    box-shadow: none;
}

.header-style-three .header .outer-box {
    position: absolute;
    left: 0px;
    top: -35px;
    width: 100%;
    z-index: 2;
}

.header-style-three .header .outer-box .nav-outer {
    position: relative;
    border-radius: 5px;
    padding-right: 270px;
    padding-left: 15px;
}

.header-style-three .header .outer-box .nav-outer:before {
    position: absolute;
    content: '';
    border: 1px solid rgba(255, 255, 255, 0.30);
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    left: 5px;
    top: 5px;
    border-radius: 3px;
}

.header-style-three .header .outer-box .nav-outer .btn-box {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 235px;
}

.header-style-three .header .outer-box .nav-outer .btn-box a {
    position: relative;
    display: inline-block;
    font-size: 17px;
    line-height: 26px;
    color: #fff;
    font-family: 'Barlow', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    padding: 22px 15px;
    width: 235px;
    border-left: 1px solid rgba(255, 255, 255, 0.30);
    border-radius: 0px 5px 5px 0px;
}

.header-style-three .header .outer-box .nav-outer .btn-box a:before {
    position: absolute;
    content: '';
    border: 1px solid rgba(255, 255, 255, 0.30);
    width: calc(100% - 5px);
    height: calc(100% - 10px);
    right: 5px;
    top: 5px;
    border-radius: 0px 3px 3px 0px;
    border-left: none;
}

.header-style-three .header .main-menu .navigation > li:before {
    display: none;
}

.header-style-three .header .main-menu .navigation > li > a {
    border: none !important;
    font-size: 17px;
    font-family: 'Barlow', sans-serif;
    font-weight: 500;
    color: #fff;
    padding: 0px 20px;
}

.header-style-three .header .main-menu .navigation > li {
    padding: 20px 0px;
}

.header-style-three .header .main-menu .navigation > li > a:before {
    position: absolute;
    content: '';
    background: linear-gradient(-90deg, #e33d3d 0%, rgba(0, 0, 0, 0.2) 50%, #e33d3d 100%);
    width: 1px;
    height: 100%;
    top: 0px;
    right: 0px;
}

.header-style-three .header .main-menu .navigation > li > a:after {
    position: absolute;
    content: '';
    background: linear-gradient(-90deg, #e33d3d 0%, rgba(255, 255, 255, 0.2) 50%, #e33d3d 100%);
    width: 1px;
    height: 100%;
    top: 0px;
    right: 1px;
}


/** banner-style-three **/

.banner-style-three {
    position: relative;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding-top: 120px;
    padding-bottom: 0px;
}

.banner-style-three:before {
    position: absolute;
    content: '';
    background: #08468d;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    opacity: 0.8;
}

.banner-style-three .inner-box {
    position: relative;
    display: block;
    padding-bottom: 66px;
}

.banner-style-three .inner-box .image-box {
    position: absolute;
    left: -90px;
    bottom: 0px;
}

.banner-style-three .inner-box .logo {
    position: absolute;
    left: -110px;
    bottom: 134px;
}

.banner-style-three .inner-box .appointment-box {
    position: relative;
    display: block;
    background: #e4ebf1;
    padding: 23px 30px 30px 30px;
}

.banner-style-three .inner-box .appointment-box .text {
    position: relative;
    display: block;
    text-align: center;
    margin-bottom: 20px;
}

.banner-style-three .inner-box .appointment-box .text h2 {
    position: relative;
    display: block;
    font-size: 40px;
    line-height: 42px;
    color: #000000;
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    font-style: italic;
}

.banner-style-three .inner-box .appointment-box .text h3 {
    position: relative;
    display: block;
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
    color: #000;
}

.banner-style-three .inner-box .form-inner .form-group {
    position: relative;
    margin-bottom: 10px;
    padding: 0px 5px;
}

.banner-style-three .inner-box .form-inner {
    margin: 0px 10px;
}

.banner-style-three .inner-box .form-inner .form-group:last-child {
    margin-bottom: 0px;
}

.banner-style-three .inner-box .form-inner .form-group input[type="text"],
.banner-style-three .inner-box .form-inner .form-group input[type="email"],
.banner-style-three .inner-box .form-inner .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    height: 45px;
    border: 1px solid #d3d3d3;
    background: #f7f7f7;
    font-size: 14px;
    color: #000;
    font-family: 'Open Sans', sans-serif;
    padding: 10px 15px;
    font-weight: 500;
    transition: all 500ms ease;
}

.banner-style-three .inner-box .form-inner .form-group .icon {
    position: absolute;
    top: 12px;
    right: 20px;
    z-index: 1;
    color: #8e8e8e;
    font-weight: 400;
}

.banner-style-three .inner-box .form-inner .form-group textarea {
    height: 115px;
    resize: none;
    margin-bottom: 10px;
}

.banner-style-three .inner-box .form-inner .form-group input:focus,
.banner-style-three .inner-box .form-inner .form-group textarea:focus {

}

.banner-style-three .inner-box .form-inner .form-group button {
    width: 100%;
    padding: 13px 30px;
    border-radius: 2px;
}

.banner-style-three .banner-left-content .banner-title {
    font-size: 60px;
    line-height: 70px;
    font-family: 'Roboto', sans-serif;
    font-weight: 900
}

.banner-style-three .banner-left-content h3 {
    font-size: 40px;
    font-family: 'Roboto', sans-serif;
}

.banner-style-three .banner-left-content {
    padding-top: 86px;
}

.rotate-me {
    animation-name: rotateme;
    animation-duration: 30s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-name: rotateme;
    -webkit-animation-duration: 30s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: rotateme;
    -moz-animation-duration: 30s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: rotateme;
    -ms-animation-duration: 30s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: rotateme;
    -o-animation-duration: 30s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}


/** support-section **/

.support-section {
    position: relative;
}

.support-section .inner-container {
    position: relative;
    padding: 22px 20px 24px 20px;
    border-radius: 5px 0px 0px 5px;
    margin-top: -66px;
    z-index: 1;
}

.support-section .inner-container:before {
    position: absolute;
    content: '';
    width: 5000px;
    height: 100%;
    left: 0px;
    top: 0px;
    border-radius: 5px 0px 0px 5px;
}

.support-section .inner-container:after {
    position: absolute;
    content: '';
    background: #39ade4;
    width: 5000px;
    height: 50%;
    left: 0px;
    bottom: 0px;
    opacity: 0.7;
    border-bottom-left-radius: 5px;
}

.support-section .single-item {
    position: relative;
    display: block;
    padding: 3px 0px 2px 150px;
    z-index: 1;
}

.support-section .single-item:before {
    position: absolute;
    content: '';
    box-shadow: 3px 0px 3px 0px rgb(0 0 0 / 40%);
    top: 0px;
    right: 0px;
    width: 1px;
    height: 100%;
}

.support-section .single-column:last-child .single-item:before {
    display: none;
}

.support-section .single-item .icon-box {
    position: absolute;
    left: 40px;
    top: 0px;
    width: 84px;
    height: 84px;
    line-height: 90px;
    background: #fff;
    font-size: 50px;
    text-align: center;
    border-radius: 50%;
    color: #303030;
    font-weight: 700;
}

.support-section .single-item h3 {
    position: relative;
    display: block;
    font-size: 22px;
    line-height: 30px;
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 1px;
}

.support-section .single-item p {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 24px;
    font-family: 'Barlow', sans-serif;
    font-weight: 500;
    color: #000;
    margin-bottom: 0px;
}

.support-section .single-item p a {
    display: inline-block;
    font-weight: 700;
    color: #000;
    text-decoration: underline;
}

.support-section .single-item p a:hover {

}


/** about-style-two **/

.about-style-two {
    position: relative;
    padding: 120px 0px 120px 0px;
}

.content_block_four .content-box {
    position: relative;
    display: block;
}

.content_block_four .content-box .text h4 {
    position: relative;
    display: block;
    font-size: 19px;
    line-height: 28px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    color: #3c3c3c;
    margin-bottom: 24px;
}

.content_block_four .content-box .text p {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 30px;
    font-family: 'Barlow', sans-serif;
    color: #494949;
    margin-bottom: 0px;
}

.content_block_four .content-box .text {
    position: relative;
    display: block;
    margin-bottom: 40px;
}

.content_block_four .content-box .list-style-one .list-item {
    color: #2a2a2a;
    font-weight: 700;
    padding-left: 34px;
    position: relative;
    line-height: 24px;
}

.content_block_four .content-box .list-style-one .list-item:before {
    position: absolute;
    content: "\f108";
    font-family: 'flaticon';
    font-size: 17px;
    left: 0;
    top: 0;
    color: #d72027;
}

.content_block_four .content-box .list-style-one {
    margin-bottom: 39px;
}

.image_block_two .image-box {
    position: relative;
    display: block;
    padding-top: 70px;
    margin-right: -100px;
    padding-right: 265px;
}

.image_block_two .image-box .image-1 {
    position: relative;
}

.image_block_two .image-box .image {
    overflow: hidden;
}

.image_block_two .image-box .image:before {
    position: absolute;
    top: 0;
    left: -100%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, .3)));
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    -webkit-transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
    transform: skewX(-25deg);
    z-index: 1;
}

.image_block_two .image-box .image:hover:before {
    -webkit-animation: shine 1s;
    animation: shine 1s;
}

@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}

@keyframes shine {
    100% {
        left: 125%;
    }
}

.image_block_two .image-box .image img {
    width: 100%;
}

.image_block_two .image-box .image-2 {
    position: absolute;
    top: 0px;
    right: 0px;
}

.image_block_two .image-box .content-inner {
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 343px;
    padding: 43px 25px 47px 120px;
    z-index: 1;
}

.image_block_two .image-box .content-inner .icon-box {
    position: absolute;
    left: 35px;
    top: 66px;
}

.image_block_two .image-box .content-inner h6 {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 24px;
    color: rgba(255, 255, 255, 0.60);
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 4px;
}

.image_block_two .image-box .content-inner h3 {
    position: relative;
    display: block;
    font-size: 26px;
    line-height: 31px;
    color: rgba(255, 255, 255, 1);
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    margin-bottom: 0px;
}


/** service-style-two **/

.service-style-two {
    position: relative;
    background: #eceff5;
    padding: 115px 0px 100px 0px;
}

.service-style-two .sec-title-two {
    margin-bottom: 47px;
}

.service-style-two .sec-title-two h2 {
    margin-bottom: 14px;
}

.service-style-two .sec-title-two p {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 26px;
    font-family: 'Barlow', sans-serif;
    color: #656565;
    margin-bottom: 0px;
}

.service-style-two .inner-content li {
    position: relative;
    display: inline-block;
    float: left;
    margin: 0px 10px 20px 10px;
}

.service-style-two .inner-content {
    position: relative;
}

.service-block-two .inner-box {
    position: relative;
    display: block;
    background: #fff;
    padding: 44px 30px 27px 30px;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.08);
    min-height: 230px;
}

.service-block-two .inner-box:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 0%;
    left: 0px;
    top: 0px;
    transition: all 500ms ease;
}

.service-block-two .inner-box:hover:before {
    height: 100%;
}

.service-block-two .inner-box .icon-box {
    position: relative;
    display: block;
    font-size: 80px;
    line-height: 70px;
    color: transparent;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent;
    margin-bottom: 32px;
    transition: all 500ms ease;
}

.service-style-two.home-13 .service-block-two .inner-box {
    padding: 37px 30px 27px 30px;
}

.service-style-two.home-13 .service-block-two .inner-box .icon-box {
    min-height: 102px;
    font-size: inherit;
    line-height: inherit;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 17px;
}

.service-style-two.home-13 .service-block-two .inner-box:hover .icon-box {
    opacity: 0;
}

.service-style-two .service-block-two .inner-box .icon-holder {
    position: relative;
    display: block;
}

.service-style-two .service-block-two .inner-box .icon-holder .overlay-icon {
    position: absolute;
    left: 0px;
    top: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 102px;
    width: 100%;
    text-align: center;
    opacity: 0;
    transition: all 500ms ease;
}

.service-style-two .service-block-two .inner-box:hover .icon-holder .overlay-icon {
    opacity: 1;
}

.service-block-two .inner-box h4 {
    position: relative;
    display: block;
    font-size: 21px;
    line-height: 25px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    color: #242424;
    transition: all 500ms ease;
}

.service-block-two .inner-box:hover h4 {
    color: #fff;
}

.service-block-two .inner-box:hover .icon-box {
    background: -webkit-linear-gradient(90deg, #fff, #fff 100%);
}

.service-style-two .inner-content li:last-child .service-block-two .inner-box {
    min-height: 233px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.service-style-two .inner-content li:last-child .service-block-two .inner-box:before {
    display: none;
}

.service-style-two .inner-content li:last-child .service-block-two .inner-box h4 {
    color: #fff;
}

.service-style-two .shape-layer {
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 625px;
    height: 355px;
    background-repeat: no-repeat;
}


/** choosing-plumber **/

.content_block_five .content-box {
    position: relative;
    display: block;
}

.content_block_five .content-box .text {
    position: relative;
    display: block;
    margin-bottom: 35px;
}

.content_block_five .content-box .text h2 {
    position: relative;
    display: block;
    font-size: 45px;
    line-height: 55px;
    color: #fff;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 14px;
}

.content_block_five .content-box .text h4 {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 28px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    color: #fff;
    margin-bottom: 28px;
}

.content_block_five .content-box .text p {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 28px;
    font-family: 'Barlow', sans-serif;
    color: #fff;
    margin-bottom: 0px;
}

.content_block_five .content-box .list-style-one li {
    float: left;
    width: 50%;
    font-size: 21px;
    font-weight: 600;
    font-family: 'Barlow', sans-serif;
    margin-bottom: 14px;
}

.content_block_five .content-box .list-style-one li:before {
    color: #fff;
    font-weight: 400;
}

/** chooseus-style-two **/

.chooseus-style-two {
    position: relative;
    padding: 110px 0 93px 0;
}

.image_block_three .image-box {
    position: relative;
    display: block;
    margin-right: 77px;
    margin-left: -164px;
    padding-left: 149px;
    padding-bottom: 37px;
}

.image_block_three .image-box img {
    width: 100%;
    transition: all 500ms ease;
}

.image_block_three .image-box .image-2 {
    position: absolute;
    left: 0px;
    bottom: 0px;
}

.image_block_three .image-box .image {
    overflow: hidden;
}

.image_block_three .image-box .image-1 {
    height: 500px;
}

.image_block_three .image-box .image-1:hover img {
    transform: scale(1.05);
}

.image_block_three .image-box h5 {
    position: absolute;
    left: -69px;
    top: 158px;
    display: inline-block;
    font-size: 18px;
    line-height: 26px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    color: #fff;
    padding: 12px 20px;
    text-transform: uppercase;
    letter-spacing: 5px;
    transform: rotate(-90deg);
    z-index: 1;
}

.content_block_six .content-box {
    position: relative;
    display: block;
}



.content_block_six .content-box .text {
    position: relative;
    display: block;
    margin-bottom: 39px;
}

.content_block_six .content-box .text p {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 30px;
    font-family: 'Barlow', sans-serif;
    color: #333333;
    margin-bottom: 0px;
}

.content_block_six .content-box .list-style-one li {
    color: #000;
    font-size: 19px;
    margin-bottom: 21px;
}

.content_block_six .content-box .list-style-one li:last-child {
    margin-bottom: 0px;
}

.content_block_six .content-box .inner-box {
    position: relative;
    padding-right: 235px;
}

.content_block_six .content-box .inner-box .inner {
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 183px;
    background: #08468d;
    border-radius: 5px;
    padding: 30px 30px 33px 30px;
}

.content_block_six .content-box .inner-box .inner .icon-box {
    position: relative;
    display: block;
    font-size: 60px;
    line-height: 60px;
    color: #fff;
    margin-bottom: 12px;
}

.content_block_six .content-box .inner-box .inner h4 {
    position: relative;
    display: block;
    font-size: 21px;
    line-height: 30px;
    font-family: 'Roboto', sans-serif;
    color: #fff;
    font-weight: 700;
}

.chooseus-style-two .chooseus-inner {
    position: relative;
    padding-bottom: 110px;
    margin-bottom: 83px;
    border-bottom: 1px solid #bdbfc4;
}

.counter-block-two .inner-box {
    position: relative;
    display: block;
    padding-left: 85px;
}

.counter-block-two .inner-box .icon-box {
    position: absolute;
    left: 0px;
    top: 1px;
    font-size: 65px;
    line-height: 60px;
}

.counter-block-two .inner-box .count-outer {
    position: relative;
    display: block;
    font-size: 44px;
    line-height: 44px;
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    color: #051d3e;
}

.counter-block-two .inner-box p {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 24px;
    font-family: 'Barlow', sans-serif;
    font-weight: 500;
    color: #051d3e;
    margin-bottom: 0px;
}

.counter-block-two .inner-box p span {
    font-weight: 700;
}

.latest-project-style1-area.alternat-2 .single-project-style1 .img-holder .overlay-content h3 {
    text-align: left;
    padding: 0px 45px;
}

.latest-project-style1-area.alternat-2 .single-project-style1 .img-holder .overlay-content h3 a:hover {

}

.latest-project-style1-area .sec-title-two {
    position: relative;
    margin-bottom: 60px;
}

.latest-project-style1-area .sec-title-two .btn-box {
    position: absolute;
    right: 0px;
    bottom: 10px;
}

.latest-project-style1-area .sec-title-two .btn-box .theme-btn-two {
    padding: 18px 26px 17px 29px;
}


/** testimonial-style-two **/

.testimonial-style-two {
    position: relative;
    padding: 112px 0px 115px 0px;
    background: #e8e8e8;
}

.testimonial-style-two .pattern-layer {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.testimonial-style-two .title-inner .text {
    position: relative;
    display: block;
    margin-top: 28px;
}

.testimonial-style-two .title-inner {
    margin-bottom: 58px;
}

.testimonial-style-two .title-inner .sec-title-two {
    margin-bottom: 0px;
}

.testimonial-style-two .title-inner .text p {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 28px;
    color: #797979;
    margin-bottom: 0px;
}

.testimonial-block-two .inner-box {
    position: relative;
    display: block;
    background: #fff;
    padding: 30px;
    border-radius: 5px;
}

.testimonial-block-two .inner-box .thumb-box {
    position: absolute;
    left: 40px;
    top: 60px;
    width: 84px;
    height: 84px;
    border-radius: 50%;
}

.testimonial-block-two .inner-box .thumb-box img {
    width: 100%;
    border-radius: 50%;
}

.testimonial-block-two .inner-box .text {
    position: relative;
    display: block;
    margin-bottom: 16px;
}

.testimonial-block-two .inner-box .text p {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: #797979;
    font-family: 'Barlow', sans-serif;
    margin-bottom: 0;
}

.testimonial-block-two .inner-box .author-box {
    position: relative;
    display: block;
}

.testimonial-block-two .inner-box .author-box h5 {
    position: relative;
    display: block;
    font-size: 17px;
    line-height: 26px;
    font-family: 'Roboto', sans-serif;
    color: #242424;
    margin-bottom: 0px;
}

.testimonial-block-two .inner-box .author-box .designation {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    font-family: 'Barlow', sans-serif;
    text-transform: uppercase;
}

.testimonial-block-two .inner-box .author-box .quote-icon {
    position: absolute;
    right: 14px;
    bottom: 0;
    font-size: 36px;
    line-height: 30px;
}

.testimonial-style-two .owl-carousel .owl-dots {
    position: relative;
    display: block;
    text-align: center;
    margin-top: 48px !important;
}

.testimonial-style-two .owl-carousel .owl-dots button {
    position: relative;
    display: inline-block;
    background: transparent;
    width: 10px;
    height: 10px;
    border: 1px solid #3f3f3f;
    border-radius: 50%;
    cursor: pointer;
    margin: 0px 5px;
    transition: all 500ms ease;
}

.testimonial-style-two .owl-carousel .owl-dots button.active,
.testimonial-style-two .owl-carousel .owl-dots button:hover {

}


/** team-style-two **/

.team-style-two {
    position: relative;
    padding: 110px 0px 120px 0px;
}

.team-style-two .image-layer {
    position: absolute;
    left: 0px;
    bottom: 0px;
}

.team-style-two .team-inner {
    position: relative;
    display: block;
}

.team-style-two .title-inner .text {
    position: relative;
    display: block;
    margin-top: 28px;
}

.team-style-two .title-inner {
    margin-bottom: 50px;
}

.team-style-two .title-inner .sec-title-two {
    margin-bottom: 0px;
}

.team-style-two .title-inner .text p {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 28px;
    color: #797979;
    margin-bottom: 0px;
}

.team-block-two .inner-box {
    position: relative;
    display: block;
}

.team-block-two .inner-box .image-box {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 5px;
}

.team-block-two .inner-box .image-box img {
    width: 100%;
    border-radius: 5px;
    transition: all 500ms ease;
}

.team-block-two .inner-box:hover .image-box img {
    transform: scale(1.05);
}

.team-block-two .inner-box .content-box {
    position: absolute;
    left: 20px;
    bottom: 0px;
    width: 100%;
    border-radius: 5px;
    padding: 16px 25px 13px 30px;
    border-bottom-left-radius: 0px;
    transition: all 500ms ease;
}

.team-block-two .inner-box:hover .content-box {
    padding: 37px 25px 102px 30px;
}

.team-block-two .inner-box .content-box h4 {
    position: relative;
    display: block;
    font-size: 21px;
    line-height: 28px;
    color: #fff;
    font-weight: 700;
    text-transform: 'Roboto', sans-serif;
    margin-bottom: 4px;
}

.team-block-two .inner-box .content-box h4 a {
    display: inline-block;
    color: #fff;
}

.team-block-two .inner-box .content-box h4 a:hover {
    text-decoration: underline;
}

.team-block-two .inner-box .content-box .designation {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 18px;
    color: #fff;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
}

.team-block-two .inner-box .content-box .link {
    position: absolute;
    top: 25px;
    right: 35px;
    transition: all 500ms ease;
}

.team-block-two .inner-box:hover .content-box .link {
    top: 46px;
}

.team-block-two .inner-box .content-box .link a {
    position: relative;
    display: inline-block;
}

.team-block-two .inner-box .content-box .social-links {
    position: absolute;
    left: 30px;
    bottom: 0px;
    opacity: 0;
    transition: all 500ms ease;
}

.team-block-two .inner-box:hover .content-box .social-links {
    bottom: 36px;
    opacity: 1;
}

.team-block-two .inner-box .content-box .social-links li {
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 12px;
}

.team-block-two .inner-box .content-box .social-links li:last-child {
    margin: 0px !important;
}

.team-block-two .inner-box .content-box .social-links li a {
    position: relative;
    display: inline-block;
    width: 38px;
    height: 38px;
    line-height: 38px;
    font-size: 15px;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 50%;
    text-align: center;
}

.team-block-two .inner-box .content-box .social-links li a:hover {
    background: #fff;
}

.team-style-two .coupon-inner .sec-title-two {
    position: relative;
    display: block;
    margin-right: 70px;
    margin-bottom: 0px;
}

.team-style-two .coupon-inner .sec-title-two h2 {
    margin-bottom: 12px;
}

.team-style-two .coupon-inner .sec-title-two p {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 28px;
    font-family: 'Barlow', sans-serif;
    color: #444444;
    margin-bottom: 0px;
}

.coupon-block-one .inner-box {
    position: relative;
    display: block;
    border: 3px dashed #000000;
    padding: 30px 15px 33px 190px;
    min-height: 213px;
}

.coupon-block-one .inner-box .discount-box {
    position: absolute;
    left: 21px;
    top: 36px;
    width: 152px;
    padding-bottom: 24px;
    overflow: hidden;
}

.coupon-block-one .inner-box .discount-box .bar-code {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 22px;
    background-size: cover;
    background-repeat: no-repeat;
}

.coupon-block-one .inner-box .discount-box h2 {
    position: relative;
    display: inline-block;
    font-size: 60px;
    line-height: 39px;
    font-family: 'Roboto', sans-serif;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    background: #062b51;
    padding: 18px 20px 8px 59px;
}

.coupon-block-one .inner-box .discount-box h2 .symble {
    position: absolute;
    left: 30px;
    top: 12px;
    font-size: 36px;
}

.coupon-block-one .inner-box .discount-box h2 .discount {
    font-size: 40px;
}

.coupon-block-one .inner-box .inner h5 {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 20px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    color: #092942;
}

.coupon-block-one .inner-box .inner span {
    position: relative;
    display: block;
    font-size: 10px;
    line-height: 12px;
    color: #767676;
    font-family: 'Barlow', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.coupon-block-one .inner-box .inner p {
    position: relative;
    display: block;
    font-size: 13px;
    line-height: 17px;
    color: #404c60;
    font-family: 'Barlow', sans-serif;
    margin-bottom: 0px;
}

.coupon-block-one .inner-box .image-box {
    position: absolute;
    top: 0px;
    right: 0px;
}

.coupon-block-one .inner-box .cutter {
    position: absolute;
    right: 60px;
    bottom: -11px;
    width: 33px;
    height: 21px;
    background-repeat: no-repeat;
}


/** cta-style-two **/

.cta-style-two {
    position: relative;
    padding: 52px 0px 42px 0px;
    background: #022447;
    overflow: hidden;
}

.cta-style-two .pattern-layer {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.cta-style-two .inner-box p {
    position: relative;
    display: block;
    font-size: 22px;
    line-height: 30px;
    font-family: 'Barlow', sans-serif;
    color: #fff;
    margin-bottom: 12px;
}

.cta-style-two .inner-box h2 {
    position: relative;
    display: block;
    font-size: 39px;
    line-height: 46px;
    font-family: 'Roboto', sans-serif;
    color: #fff;
    font-weight: 700;
    margin-bottom: 23px;
}

.cta-style-two .inner-box h3 {
    position: relative;
    display: inline-block;
    font-size: 43px;
    line-height: 46px;
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    padding-left: 73px;
}

.cta-style-two .inner-box h3 a {
    display: inline-block;
}

.cta-style-two .inner-box h3 a:hover {
    color: #fff;
}

.cta-style-two .inner-box h3 i {
    position: absolute;
    left: 0px;
    top: 0px;
    font-size: 50px;
    color: #fff;
}


/** news-style-two **/

.news-style-two {
    position: relative;
    padding: 110px 0px 150px 0px;
    background: #f9f9f9;
}

.news-style-two .sec-title-two {
    margin-bottom: 42px;
}

.news-style-two .sec-title-two .link {
    position: absolute;
    right: 0px;
    bottom: 20px;
}

.news-style-two .sec-title-two .link a {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 16px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    border-bottom: 1px solid #f49190;
}

.news-block-one .inner-box {
    position: relative;
    display: block;
    border-radius: 5px;
    background: #fff;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.08);
}

.news-block-one .inner-box .image-box {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 5px 5px 0px 0px;
}

.news-block-one .inner-box .image-box .image {
    position: relative;
    display: block;
    overflow: hidden;
    background: -webkit-linear-gradient(45deg, #012b58, #028da9 100%);
}

.news-block-one .inner-box .image-box .link-btn {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(0, 0);
    transition: all 500ms ease;
}

.news-block-one .inner-box:hover .image-box .link-btn {
    transform: translate(-50%, -50%) scale(1, 1);
}

.news-block-one .inner-box .image-box .image img {
    width: 100%;
    border-radius: 5px 5px 0px 0px;
    transition: all 500ms ease;
}

.news-block-one .inner-box:hover .image-box .image img {
    opacity: 0.07;
    transform: scale(1.05);
}

.news-block-one .inner-box .lower-content {
    position: relative;
    display: block;
    padding: 37px 30px 0px 30px;
    text-align: center;
}

.news-block-one .inner-box .lower-content .post-date {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 26px;
    font-family: 'Roboto', sans-serif;
    color: #404040;
    margin-bottom: 10px;
}

.news-block-one .inner-box .lower-content h3 {
    position: relative;
    display: block;
    font-size: 24px;
    line-height: 28px;
    font-family: 'Roboto', sans-serif;
    color: #313235;
    margin-bottom: 2px;
}

.news-block-one .inner-box .lower-content h3 a {
    display: inline-block;
    color: #313235;
}

.news-block-one .inner-box .lower-content h3 a:hover {

}

.news-block-one .inner-box .lower-content .link a {
    position: relative;
    display: inline-block;
    width: 56px;
    height: 56px;
    line-height: 64px;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    border-radius: 50%;
}

.news-block-one .inner-box .lower-content .link {
    position: relative;
    display: block;
    bottom: -30px;
}

.news-block-one .inner-box .lower-content .link a:hover {
    background: #222;
}


/** header-style-four **/

.header-style-four .outer-box .main-menu .navigation > li:hover > a,
.header-style-four .outer-box .main-menu .navigation > li.current > a {

}

/** about-style-three **/

.about-style-three {
    position: relative;
    padding: 115px 0px 120px 0px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.about-style-three:after {
    position: absolute;
    content: '';
    background: rgba(255, 255, 255, 0.15);
    width: 100%;
    height: 1px;
    left: 0px;
    top: 5px;
}

.about-style-three:before {
    position: absolute;
    content: '';
    background: #291312;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    opacity: 0.8;
}

.about-style-three .image_block_one .image-box:before {
    position: absolute;
    content: '';
    width: 160px;
    height: 385px;
    border-radius: 3px;
    border: 2px solid #663735;
    left: -12px;
    top: -12px;
}

.upper-title-inner .text {
    position: relative;
    display: block;
    margin-top: 40px;
}

.upper-title-inner {
    margin-bottom: 50px;
}

.upper-title-inner .sec-title-two {
    margin-bottom: 0px;
}

.upper-title-inner .text p {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 28px;
    color: #797979;
    font-weight: 500;
    margin-bottom: 0px;
}


/** service-style-three **/

.service-style-three {
    position: relative;
    padding: 115px 0px 120px 0px;
    background: #f2ebe6;
}

.service-style-three .pattern-layer {
    position: absolute;
    right: 30px;
    bottom: 116px;
    width: 443px;
    height: 186px;
    background-repeat: no-repeat;
}

.service-block-three .inner-box {
    position: relative;
    display: block;
    background: #fff;
    padding: 38px 22px 22px 22px;
    border-radius: 5px;
}

.service-block-three .inner-box .icon-box {
    position: relative;
    display: block;
    font-size: 65px;
    line-height: 60px;
    margin-bottom: 35px;
}

.service-block-three .inner-box h3 {
    position: relative;
    display: block;
    font-size: 24px;
    line-height: 28px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    margin-bottom: 27px;
}

.service-block-three .inner-box h3 a {
    display: inline-block;
    color: #242424;
}

.service-block-three .inner-box h3 a:hover {

}

.service-block-three .inner-box .image-box {
    position: relative;
    display: block;
    overflow: hidden;
}

.service-block-three .inner-box .image-box .image {
    position: relative;
    display: block;
    overflow: hidden;
}

.service-block-three .inner-box .image-box .image img {
    width: 100%;
    transition: all 500ms ease;
}

.service-block-three .inner-box:hover .image-box .image img {
    transform: scale(1.05);
}

.service-block-three .inner-box .image-box .image::before {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    display: block;
    content: '';
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, .2);
    border-radius: 0%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
}

.service-block-three .inner-box:hover .image-box .image::before {
    -webkit-animation: circle .95s;
    animation: circle .95s;
}

@-webkit-keyframes circle {
    0% {
        opacity: 1;
    }
    40% {
        opacity: 1;
    }
    100% {
        width: 200%;
        height: 200%;
        opacity: 0;
    }
}

@keyframes circle {
    0% {
        opacity: 1;
    }
    40% {
        opacity: 1;
    }
    100% {
        width: 200%;
        height: 200%;
        opacity: 0;
    }
}

.service-block-three .inner-box .image-box .link {
    position: absolute;
    top: 0px;
    right: 0px;
}

.service-block-three .inner-box .image-box .link a {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #fff;
    z-index: 1;
}

.service-block-three .inner-box .image-box .link a img {
    position: relative;
    display: inline-block;
    width: auto;
}

.service-block-three .inner-box .image-box .link a:hover {
    color: #fff;
}

.service-style-three .owl-carousel .owl-nav.disabled {
    position: relative;
    display: block;
    text-align: center;
    margin-top: 50px;
}

.service-style-three .owl-carousel .owl-prev span,
.service-style-three .owl-carousel .owl-next span {
    position: relative;
    display: block;
}

.service-style-three .owl-carousel .owl-nav button {
    position: relative;
    display: inline-block;
    width: 43px;
    height: 43px;
    line-height: 43px;
    border: 2px solid #686664;
    border-radius: 50%;
    font-size: 20px;
    text-align: center;
    color: #2d2d2d;
    margin: 0px 10px;
    transition: all 500ms ease;
}

.service-style-three .owl-carousel .owl-nav button:hover {
    color: #fff;
}

.service-style-three .owl-carousel .owl-nav button:before {
    position: absolute;
    content: '';
    background: #6e6c6a;
    width: 40px;
    height: 1px;
    top: 20px;
}

.service-style-three .owl-carousel .owl-nav button.owl-prev:before {
    left: -53px;
}

.service-style-three .owl-carousel .owl-nav button.owl-next:before {
    right: -53px;
}


/** project-section **/

.project-section {
    position: relative;
    padding: 115px 0px 90px 0px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
}

.project-section:before {
    position: absolute;
    content: '';
    background: #000;
    width: 50%;
    height: 100%;
    left: 0px;
    top: 0px;
    opacity: 0.5;
}

.project-section .filters {
    position: relative;
    display: block;
    padding-right: 220px;
    margin-bottom: 53px;
}

.project-section .filters .link {
    position: absolute;
    top: 0px;
    right: 0px;
}

.project-section .filters .link a {
    position: relative;
    display: inline-block;
    font-size: 15px;
    line-height: 26px;
    font-family: 'Roboto', sans-serif;
    color: #fff;
    font-weight: 700;
    padding-right: 35px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.project-section .filters .link a:before {
    position: absolute;
    content: '';
    background-image: url(../images-2/icons/icon-14.png);
    width: 20px;
    height: 20px;
    top: 3px;
    right: 0px;
    background-repeat: no-repeat;
}

.project-section .filters .link a i {
    position: relative;
    font-size: 20px;
    top: 4px;
    margin-left: 10px;
}

.project-section .filters .link a:hover {

}

.sortable-masonry .filter-tabs li {
    position: relative;
    display: inline-block;
    float: left;
    font-size: 20px;
    line-height: 26px;
    color: #fff;
    font-family: 'Barlow', sans-serif;
    font-weight: 500;
    margin-right: 30px;
    cursor: pointer;
    transition: all 500ms ease;
}

.sortable-masonry .filter-tabs li:last-child {
    margin-bottom: 0px;
}

.sortable-masonry .filter-tabs li.active,
.sortable-masonry .filter-tabs li:hover {

}

.project-section .sec-title-two {
    margin-bottom: 50px;
}

.project-block-one .inner-box {
    position: relative;
    display: block;
    overflow: hidden;
    margin-bottom: 30px;
}

.project-block-one .inner-box .image {
    position: relative;
    display: block;
    overflow: hidden;
}

.project-block-one .inner-box .image img {
    width: 100%;
    transition: all 500ms ease;
}

.project-block-one .inner-box:hover .image img {
    transform: scale(1.05);
}

.project-block-one .inner-box .content-box {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.project-block-one .inner-box .content-box .option-list {
    position: absolute;
    top: 0px;
    right: 0px;
    opacity: 0;
    transition: all 500ms ease;
}

.project-block-one .inner-box:hover .content-box .option-list {
    top: 16px;
    right: 26px;
    opacity: 1;
}

.project-block-one .inner-box .content-box .option-list li {
    position: relative;
    display: block;
    margin-bottom: 10px;
}

.project-block-one .inner-box .content-box .option-list li:last-child {
    margin-bottom: 0px;
}

.project-block-one .inner-box .content-box .option-list li a {
    position: relative;
    display: inline-block;
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
}

.project-block-one .inner-box .content-box .text {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    padding-left: 35px;
    padding-right: 20px;
    opacity: 0;
    transition: all 500ms ease;
}

.project-block-one .inner-box:hover .content-box .text {
    bottom: 30px;
    opacity: 1;
}

.project-block-one .inner-box .content-box .text p {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 28px;
    color: #ff5f5f;
    font-weight: 500;
    margin-bottom: 2px;
}

.project-block-one .inner-box .content-box .text h3 {
    position: relative;
    display: block;
    font-size: 22px;
    line-height: 30px;
    font-family: 'Barlow', sans-serif;
    color: #fff;
    font-weight: 600;
}

.project-block-one .inner-box .content-box .text h3 a {
    display: inline-block;
    color: #fff;
}

.project-block-one .inner-box .content-box .text h3 a:hover {
    text-decoration: underline;
}

.project-style-four .project-block-one .inner-box .image {
    background-image: -webkit-linear-gradient(90deg, #a4132b 0%, #352752 100%);
}

.project-style-four .project-block-one .inner-box:hover .image img {
    opacity: 0.1;
}


/** chooseus-style-three **/

.chooseus-style-three {
    position: relative;
    background: #f2ebe6;
}

.chooseus-style-three .upper-box {
    position: relative;
    padding: 115px 0px 63px 0px;
    border-bottom: 1px solid #c6c7cc;
}

.chooseus-style-three .upper-box .image-box {
    position: relative;
    display: block;
    margin-left: -43px;
}

.chooseus-style-three .upper-box .image-box .image {
    position: relative;
    display: block;
    overflow: hidden;
}

.chooseus-style-three .upper-box .image-box .image img {
    width: 100%;
}

.chooseus-style-three .upper-box .image-box .image:before {
    position: absolute;
    top: 0;
    left: -100%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, .3)));
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    -webkit-transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
    transform: skewX(-25deg);
    z-index: 1;
}

.chooseus-style-three .upper-box .image-box .image:hover:before {
    -webkit-animation: shine 1s;
    animation: shine 1s;
}

.chooseus-style-three .upper-box .bg-layer-1 {
    position: absolute;
    left: 0px;
    top: 0px;
    width: calc(50% - 355px);
    height: calc(100% - 100px);
}

.chooseus-style-three .upper-box .bg-layer-2 {
    position: absolute;
    left: 0px;
    bottom: 100px;
    width: calc(50% - 355px);
    height: calc(100% - 290px);
    background: rgba(0, 28, 24, 0.10);
    clip-path: polygon(0% 0%, 100% 100%, 100% 100%, 0% 100%, 0% 0%);
}

.content_block_seven .content-box {
    position: relative;
    display: block;
    margin-left: 70px;
}

.content_block_seven .content-box .sec-title-two p {
    font-size: 18px;
    line-height: 28px;
    font-family: 'Barlow', sans-serif;
    color: #494949;
    margin-bottom: 0px;
}

.content_block_seven .content-box .sec-title-two h2 {
    margin-bottom: 20px;
}

.content_block_seven .content-box .sec-title-two {
    margin-bottom: 58px;
}

.content_block_seven .content-box .inner-box .single-item {
    position: relative;
    display: block;
    margin-bottom: 44px;
}

.content_block_seven .content-box .inner-box .single-item .inner {
    position: relative;
    display: block;
    padding-left: 80px;
    margin-bottom: 18px;
}

.content_block_seven .content-box .inner-box .single-item .inner .icon-box {
    position: absolute;
    left: 0px;
    top: 0px;
    font-size: 50px;
    line-height: 60px;
}

.content_block_seven .content-box .inner-box .single-item .inner h4 {
    font-size: 21px;
    position: relative;
    display: block;
    line-height: 26px;
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    color: #242424;
}

.content_block_seven .content-box .inner-box .single-item .text p {
    font-size: 17px;
    line-height: 26px;
    font-family: 'Barlow', sans-serif;
    margin-bottom: 0px;
    position: relative;
    display: block;
    color: #525252;
}

.chooseus-style-three .funfact-inner {
    position: relative;
    padding: 100px 0px 120px 0px;
}

.chooseus-style-three .counter-block-two .inner-box .count-outer {
    font-size: 50px;
    line-height: 50px;
    font-weight: 800;
    font-family: 'Barlow', sans-serif;
    color: #051d3e;
}

.chooseus-style-three .counter-block-two .inner-box p {
    font-size: 18px;
    font-weight: 600;
}

.chooseus-style-three .counter-block-two .inner-box .icon-box:before {
    position: absolute;
    content: '';
    background: #edded3;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    left: -20px;
    bottom: -17px;
    z-index: -1;
    -webkit-animation: zoom-fade 4s infinite linear;
    animation: zoom-fade 4s infinite linear;
}


/** video-section **/

.video-section {
    position: relative;
    width: 100%;
    padding: 115px 0px 120px 0px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
}

.video-section:before {
    position: absolute;
    content: '';
    background: #000;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    opacity: 0.6;
}

.video-section .inner-box {
    position: relative;
    display: block;
    padding-right: 370px;
}

.video-section .inner-box h6 {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 2px;
    margin-bottom: 27px;
}

.video-section .inner-box h2 {
    position: relative;
    display: block;
    font-size: 65px;
    line-height: 72px;
    color: #fff;
    font-weight: 900;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 57px;
}

.video-section .inner-box .video-inner {
    position: absolute;
    top: 95px;
    right: 0px;
}

.video-section .inner-box .video-inner .video-btn a {
    position: relative;
    display: inline-block;
    font-size: 15px;
    line-height: 18px;
    text-transform: uppercase;
    color: #fff;
    font-family: 'Barlow', sans-serif;
    padding: 15px 0px 21px 105px;
}

.video-section .inner-box .video-inner .video-btn a .ripple-effect {
    position: absolute;
    width: 87px;
    height: 87px;
    left: -8px;
    top: -8px;
}

.video-section .inner-box .video-inner .video-btn a .ripple-effect:after {
    width: 87px;
    height: 87px;
    border-radius: 50%;
    background: transparent;
    position: absolute;
    left: 0px;
    top: 0px;
    -webkit-animation-delay: .9s;
    animation-delay: .9s;
    content: "";
    position: absolute;
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.9);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.9);
    -webkit-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.video-section .inner-box .video-inner .video-btn a i {
    position: absolute;
    display: inline-block;
    width: 72px;
    height: 72px;
    line-height: 78px;
    background: #fff;
    text-align: center;
    border-radius: 50%;
    font-size: 30px;
    left: 0px;
    top: 0px;
}

.video-section .inner-box .video-inner .video-btn a i:after {
    position: absolute;
    content: '';
    border: 1px solid rgba(255, 255, 255, 0.20);
    width: 87px;
    height: 87px;
    border-radius: 50%;
    left: -8px;
    top: -8px;
}

.video-section .inner-box .video-inner .video-btn a .ripple-effect {
    position: absolute;
    height: 87px;
    width: 87px;
    left: -8px;
    top: -8px;
}

.video-section .inner-box .video-inner .video-btn a .ripple-effect:after {
    width: 87px;
    height: 87px;
    border-radius: 50%;
    background: transparent;
    position: absolute;
    left: 0px;
    top: 0px;
    -webkit-animation-delay: .9s;
    animation-delay: .9s;
    content: "";
    position: absolute;
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.9);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.9);
    -webkit-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}


/** testimonial-style-three **/

.testimonial-style-three {
    position: relative;
    padding: 115px 0px 120px 0px;
    background: #3d2118;
}

.testimonial-block-three .inner-box {
    position: relative;
    display: block;
}

.testimonial-block-three .inner-box .text {
    position: relative;
    display: block;
    background: #fff;
    padding: 34px 40px 45px 50px;
    border-radius: 5px;
    margin-bottom: 45px;
}

.testimonial-block-three .inner-box .text:before {
    position: absolute;
    content: '';
    background: #fff;
    width: 40px;
    height: 10px;
    left: 60px;
    bottom: -9px;
    clip-path: polygon(0% 0%, 100% 0%, 50% 100%, 50% 100%, 0% 0%);
}

.testimonial-block-three .inner-box .text .quote-icon {
    position: relative;
    display: block;
    font-size: 70px;
    line-height: 70px;
    margin-bottom: 0px;
}

.testimonial-block-three .inner-box .text p {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 30px;
    font-family: 'Barlow', sans-serif;
    color: #494949;
    margin-bottom: 0px;
}

.testimonial-style-three .testimonial-inner {
    position: relative;
    margin-right: -30px;
}

.testimonial-block-three .inner-box .author-box {
    position: relative;
    display: block;
    margin-left: 57px;
    padding: 15px 0px 11px 95px;
}

.testimonial-block-three .inner-box .author-box .author-thumb {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 70px;
    height: 70px;
    border-radius: 50%;
}

.testimonial-block-three .inner-box .author-box .author-thumb img {
    width: 100%;
    border-radius: 50%;
}

.testimonial-block-three .inner-box .author-box h5 {
    display: block;
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
}

.testimonial-block-three .inner-box .author-box .designation {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 20px;
    font-family: 'Barlow', sans-serif;
}


.testimonial-style-three .form-inner {
    position: relative;
    display: block;
    margin-left: 70px;
}

.testimonial-style-three .form-inner .quote-form {
    position: relative;
    display: block;
    padding: 35px 30px 40px 30px;
    border-radius: 5px;
}

.testimonial-style-three .form-inner .quote-form .text {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.testimonial-style-three .form-inner .quote-form .text h2 {
    display: block;
    font-size: 38px;
    line-height: 48px;
    font-family: 'Roboto', sans-serif;
    color: #fff;
    font-weight: 900;
    margin-bottom: 1px;
}

.testimonial-style-three .form-inner .quote-form .text p {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 26px;
    color: #fff;
    font-family: 'Barlow', sans-serif;
    margin-bottom: 0px;
}

.testimonial-style-three .form-inner .quote-form .form-group {
    position: relative;
    margin-bottom: 10px;
}

.testimonial-style-three .form-inner .quote-form .form-group:last-child {
    margin-bottom: 0px;
}

.testimonial-style-three .form-inner .quote-form .form-group input[type='text'],
.testimonial-style-three .form-inner .quote-form .form-group input[type='email'],
.testimonial-style-three .form-inner .quote-form .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    height: 50px;
    font-size: 17px;
    background: #fff;
    color: #5d5d5d;
    border: none;
    font-family: 'Barlow', sans-serif;
    border-radius: 5px;
}

.testimonial-style-three .form-inner .quote-form .form-group textarea {
    height: 115px;
    resize: none;
}

.testimonial-style-three .form-inner .quote-form .form-group.message-btn button {
    position: relative;
    display: block;
    width: 100%;
    font-size: 15px;
    line-height: 26px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    color: #fff;
    background: #361e17;
    padding: 15px 30px;
    border-radius: 3px;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: all 500ms ease;
}

.testimonial-style-three .form-inner .quote-form .form-group.message-btn button:hover {
    background: #222;
}

.testimonial-style-three .form-inner .quote-form .bootstrap-select {
    position: relative;
    display: block;
}

.testimonial-style-three .form-inner .quote-form .bootstrap-select .dropdown-toggle {
    position: relative;
    display: block;
    outline: none !important;
    border-radius: 5px;
    border: 1px solid #dddddd;
    background-color: #ffffff !important;
    max-width: 100%;
    width: 100%;
    height: 50px;
    margin: 0;
    padding: 0;
    padding-left: 20px;
    padding-right: 20px;
    color: #898989 !important;
    font-size: 17px;
    line-height: 48px;
    font-weight: 400;
    letter-spacing: normal;
    text-transform: capitalize;
    box-shadow: none !important;
    transition: none !important;
    font-family: 'Barlow', sans-serif;
}

.testimonial-style-three .form-inner .quote-form .bootstrap-select .dropdown-toggle:focus {
    outline: none !important;
}

.testimonial-style-three .form-inner .quote-form .bootstrap-select .dropdown-menu li {
    position: relative;
    display: block;
}

.testimonial-style-three .form-inner .quote-form .bootstrap-select .dropdown-menu li a span.text {
    display: inline-block;
    margin: 0;
}

.testimonial-style-three .form-inner .quote-form .bootstrap-select .dropdown-menu {
    margin: 0;
    padding: 0;
    border-radius: 0;
    border: 0px solid #ddd;
    background: #f9f9f9;
    font-size: 16px;
    color: #000000;
}

.testimonial-style-three .form-inner .quote-form .dropdown-item {
    display: block;
    width: 100%;
    padding: 9px 25px 9px;
    font-weight: 400;
    color: #898989;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.10);
    transition: all 500ms ease;
    font-family: 'Barlow', sans-serif;
}

.testimonial-style-three .form-inner .quote-form .dropdown-item.active,
.testimonial-style-three .form-inner .quote-form .dropdown-item:active {
    color: #222222;
}

.testimonial-style-three .form-inner .quote-form .dropdown-item:hover {
    color: #222222;
}

.testimonial-style-three .pattern-layer {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.testimonial-style-three .map-layer {
    position: absolute;
    left: 0px;
    top: 80px;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    animation: slide 80s linear infinite;
    -webkit-animation: slide 80s linear infinite;
}

@keyframes slide {
    from {
        background-position: 0 0;
    }
    to {
        background-position: 1920px 0;
    }
}

@-webkit-keyframes slide {
    from {
        background-position: 0 0;
    }
    to {
        background-position: 1920px 0;
    }
}


/** team-style-three **/

.team-style-three {
    position: relative;
    width: 100%;
    padding: 115px 0px 120px 0px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.team-style-three:before {
    position: absolute;
    content: '';
    background: #000;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    opacity: 0.0;
}

.team-style-three .sec-title-two .sub-title,
.team-style-three .upper-title-inner .text p {
    color: #fff;
}

.team-style-three .sec-title-two .sub-title:before {
    background: #fff;
}

.team-block-three .inner-box {
    position: relative;
    display: block;
}

.team-block-three .inner-box .image-box {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 5px;
}

.team-block-three .inner-box .image-box img {
    width: 100%;
    border-radius: 5px;
    transition: all 500ms ease;
}

.team-block-three .inner-box:hover .image-box img {
    transform: scale(1.05);
}

.team-block-three .inner-box .content-box {
    position: absolute;
    left: 20px;
    bottom: 0px;
    width: 100%;
    background: #29150e;
    padding: 20px 30px 16px 30px;
    border-radius: 5px 5px 5px 0px;
}

.team-block-three .inner-box .content-box h4 {
    position: relative;
    display: block;
    font-size: 21px;
    line-height: 28px;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
}

.team-block-three .inner-box .content-box h4 a {
    display: inline-block;
    color: #fff;
}

.team-block-three .inner-box .content-box h4 a:hover {
    text-decoration: underline;
}

.team-block-three .inner-box .content-box .link {
    position: absolute;
    top: 18px;
    right: 30px;
}

.team-block-three .inner-box .content-box .link a {
    position: relative;
    display: inline-block;
    font-size: 30px;
    color: #fff;
}

.team-block-three .inner-box .content-box .link a:hover {

}


/** news-style-three **/

.news-style-three.alternat-2 {
    background: #f3ebe7;
}

.news-style-three .sec-title-two .btn-box {
    position: absolute;
    right: 0px;
    bottom: 9px;
}

.news-style-three .sec-title-two .btn-box .theme-btn-two {
    background: #d6c8c8;
    color: #282828;
    padding: 16px 26px 14px 24px;
}

.news-style-three .sec-title-two .btn-box .theme-btn-two span:before {
    background-image: url(../images-2/icons/icon-15.png);
}

.news-style-three .sec-title-two {
    margin-bottom: 54px;
}

.news-style-three .single-blog-style1 .text-holder .blog-title a {
    color: #051d3e;
}

.news-style-three .single-blog-style1 .text-holder .blog-title a:hover {

}

.news-block-two .inner-box {
    position: relative;
    display: block;
    background: #fff;
    padding: 42px 30px 34px 45px;
    border-radius: 5px;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.06);
    margin-bottom: 30px;
}

.news-style-three.alternat-2 .single-blog-style1 .img-holder .inner:after {
    display: none;
}

.news-block-two .inner-box h3 {
    position: relative;
    display: block;
    font-size: 22px;
    line-height: 30px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    color: #242424;
    margin-bottom: 8px;
}

.news-block-two .inner-box h3 a {
    display: inline-block;
    color: #242424;
}

.news-block-two .inner-box h3 a:hover {

}

.news-block-two .inner-box .post-date {
    position: relative;
    display: block;
    font-size: 17px;
    line-height: 26px;
    font-family: 'Barlow', sans-serif;
    font-weight: 600;
    color: #969696;
}

.news-block:last-child .news-block-two:last-child .inner-box {
    margin-bottom: 0px;
}


/** footer-style-two **/

.footer-style-two {
    background: #361d15;
}

.footer-style-two:before {
    display: none;
}

.footer-style-two .footer-top {
    box-shadow: none;
}

.footer-style-two .footer-widget-shape1 {
    bottom: 0px;
}

.footer-style-two .footer {
    border-bottom: 1px solid rgba(255, 255, 255, 0.10);
}

.footer-style-two .our-company-info .text p,
.footer-style-two .footer-widget-link1 ul li a,
.footer-style-two .footer-widget-link2 ul li a {
    color: #b4a19b;
    font-family: 'Barlow', sans-serif;
}

.footer-style-two .footer-social-links ul li a {
    color: #b4a19b;
}

.footer-style-two .footer-social-links ul li a:hover {

}


/** header-style-five **/

.header-style-five {
    position: relative;
    background: #090d30;
}

.header-style-five .outer-box .logo-box {
    margin-right: 0px;
    padding: 37px 0px 35px 0px;
}

.header-style-five .support-box {
    float: left;
}

.header-style-five .outer-box {
    padding: 0px 100px;
}

.header-style-five .header-right {
    padding-top: 0px;
}

.header-style-five .outer-box .main-menu .navigation {
    margin-top: 0px;
}

.header-style-five .outer-box .main-menu .navigation > li:before {
    display: none;
}

.header-style-five .outer-box .main-menu .navigation > li {
    margin: 32px 0px;
}

.header-style-five .support-box {
    padding: 0px 0px 0px 62px;
    margin-left: 38px;
    margin-top: 33px;
}

.header-style-five .support-box:before {
    position: absolute;
    content: '';
    background: rgba(255, 255, 255, 0.50);
    width: 1px;
    height: 43px;
    left: -26px;
    top: 12px;
}

.header-style-five .support-box h6 {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 3px;
    text-transform: uppercase;
}

.header-style-five .support-box h3 {
    font-size: 24px;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
}

.header-style-five .support-box .icon-box {
    top: -3px;
}


/** banner-style-five **/

.banner-style-five {
    position: relative;
    background: #090d30;
    padding: 0px 100px;
}

.banner-style-five .banner-outer {
    position: relative;
    display: block;
    padding: 110px 0px 270px 0px;
    border-radius: 0px 50px 0px 50px;
    overflow: hidden;
}

.banner-style-five .banner-outer .pattern-layer {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.banner-style-five .image-layer {
    position: absolute;
    left: 50px;
    bottom: 0px;
}

.banner-style-five .inner-box {
    position: relative;
    padding-right: 120px;
}

.banner-style-five .inner-box .content-box {
    float: right;
    max-width: 470px;
    width: 100%;
    z-index: 1;
}

.banner-style-five .inner-box .content-box h2 {
    position: relative;
    display: block;
    font-size: 58px;
    line-height: 70px;
    font-family: 'Roboto', sans-serif;
    color: #fff;
    font-weight: 900;
    margin-bottom: 13px;
}

.banner-style-five .inner-box .content-box p {
    position: relative;
    display: block;
    font-size: 22px;
    line-height: 32px;
    font-family: 'Barlow', sans-serif;
    color: #fff;
    font-weight: 500;
    margin-bottom: 30px;
}

.banner-style-five .inner-box .content-box .theme-btn-two {

}

/** about-style-four **/

.about-style-four {
    position: relative;
    background: #090d30;
    padding: 115px 0px 100px 0px;
}

.content_block_eight .content-box {
    position: relative;
    display: block;
}

.content_block_eight .content-box .text {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.content_block_eight .content-box .text p {
    font-size: 20px;
    line-height: 32px;
    font-family: 'Barlow', sans-serif;
    color: rgba(255, 255, 255, 0.50);
    margin-bottom: 0px;
}

.content_block_eight .content-box .award-box,
.content_block_eight .content-box .lower-box {
    position: relative;
    display: flex;
    align-items: center;
}

.content_block_eight .content-box .lower-box {
    justify-content: space-between;
}

.content_block_eight .content-box .award-box li {
    margin-right: 20px;
}

.content_block_eight .content-box .award-box li:last-child {
    margin: 0px;
}

.content_block_eight .content-box .sec-title-two {
    margin-bottom: 34px;
}

.image_block_four .image-box {
    position: relative;
    display: block;
    margin-right: -60px;
    margin-left: 75px;
    padding-top: 112px;
}

.image_block_four .image-box img {
    width: 100%;
}

.image_block_four .image-box .image-1 {
    position: relative;
}

.image_block_four .image-box .image-2 {
    position: absolute;
    top: 0px;
    right: -29px;
}

.image_block_four .image-box .shape .shape-1 {
    position: absolute;
    left: 15px;
    top: 12px;
    width: 159px;
    height: 159px;
    background-repeat: no-repeat;
}

.image_block_four .image-box .shape .shape-2 {
    position: absolute;
    left: -130px;
    top: -45px;
    width: 631px;
    height: 568px;
    background-repeat: no-repeat;
}


/** service-style-four **/

.service-style-four {
    position: relative;
    background: #ecf0f7;
    padding: 115px 0px 120px 0px;
}

.service-style-four .owl-carousel .owl-nav.disabled {
    position: relative;
    display: block;
    text-align: center;
    margin-top: 50px;
}

.service-style-four .owl-carousel .owl-prev span,
.service-style-four .owl-carousel .owl-next span {
    position: relative;
    display: block;
}

.service-style-four .owl-carousel .owl-nav button {
    position: relative;
    display: inline-block;
    width: 43px;
    height: 43px;
    line-height: 43px;
    border: 2px solid #84888c;
    border-radius: 50%;
    font-size: 20px;
    text-align: center;
    color: #84888c;
    margin: 0px 10px;
    transition: all 500ms ease;
}

.service-style-four .owl-carousel .owl-nav button:hover {
    color: #fff;
}

.service-style-four .owl-carousel .owl-nav button:before {
    position: absolute;
    content: '';
    background: #aeb2b7;
    width: 40px;
    height: 1px;
    top: 20px;
}

.service-style-four .owl-carousel .owl-nav button.owl-prev:before {
    left: -53px;
}

.service-style-four .owl-carousel .owl-nav button.owl-next:before {
    right: -53px;
}

.service-block-four .inner-box {
    position: relative;
    display: block;
    overflow: hidden;
    background: #ffffff;
    border-radius: 7px;
    text-align: center;
    padding: 42px 30px 36px 30px;
    z-index: 1;
    transition: all 500ms ease;
}

.service-block-four .inner-box:hover {
    border-color: #051d3e;
    background: #0b67b4;
}

.service-block-four .inner-box:before {
    position: absolute;
    content: '';
    background: #0b67b4;
    width: 100%;
    height: 0%;
    left: 0px;
    top: 0px;
    border-radius: 7px;
    z-index: -1;
    transition: all 500ms ease;
}

.service-block-four .inner-box:hover:before {
    height: 100%;
}

.service-block-four .inner-box .icon-box {
    position: relative;
    display: block;
    font-size: 65px;
    line-height: 60px;
    color: #0b67b4;
    margin-bottom: 29px;
    transition: all 500ms ease;
}

.service-block-four .inner-box:hover .icon-box,
.service-block-four .inner-box:hover h3 a,
.service-block-four .inner-box:hover p {
    color: #fff;
}

.service-block-four .inner-box h3 {
    position: relative;
    display: block;
    font-size: 22px;
    line-height: 30px;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
    color: #1c242c;
    margin-bottom: 10px;
}

.service-block-four .inner-box h3 a {
    display: inline-block;
    color: #1c242c;
}

.service-block-four .inner-box h3 a:hover {
    text-decoration: underline;
}

.service-block-four .inner-box p {
    font-size: 18px;
    line-height: 25px;
    position: relative;
    display: block;
    font-family: 'Barlow', sans-serif;
    color: #494949;
    margin-bottom: 17px;
    transition: all 500ms ease;
}

.service-block-four .inner-box .link a {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}

.service-block-four .inner-box:hover .link a {
    color: #051d3e;
}

.service-block-four .inner-box .link a:hover {
    text-decoration: underline;
}


/** chooseus-style-four **/

.chooseus-style-four {
    position: relative;
    background: #08335e;
}

.chooseus-style-four .pattern-layer {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
}

.chooseus-style-four .bg-layer {
    position: absolute;
    left: 0px;
    top: 0px;
    width: calc(50% - 285px);
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.chooseus-style-four .bg-layer:before {
    position: absolute;
    content: '';
    background: #000;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    opacity: 0.3;
}

.chooseus-style-four .trusted-box {
    position: relative;
    display: block;
    margin-left: 110px;
    margin-right: 70px;
    padding: 40px 15px 30px 15px;
    text-align: center;
}

.chooseus-style-four .trusted-box .icon-box {
    position: relative;
    display: block;
    font-size: 60px;
    line-height: 60px;
    color: #fff;
    margin-bottom: 19px;
}

.chooseus-style-four .trusted-box h3 {
    position: relative;
    display: block;
    font-size: 22px;
    line-height: 30px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    color: #fff;
}

.content_block_nine .content-box {
    position: relative;
    display: block;
    padding: 115px 0px;
}

.content_block_nine .content-box .text {
    position: relative;
    display: block;
    margin-bottom: 62px;
}

.content_block_nine .content-box .text p {
    font-size: 18px;
    line-height: 30px;
    position: relative;
    display: block;
    font-family: 'Barlow', sans-serif;
    margin-bottom: 0px;
    color: #fff;
}

.content_block_nine .content-box .list-style-one li {
    float: left;
    width: 50%;
    font-size: 20px;
    font-family: 'Barlow', sans-serif;
    font-weight: 600;
    margin-bottom: 16px;
}

.content_block_nine .content-box .list-style-one li:before {
    color: #00e1ee;
    font-weight: 400;
}

.content_block_nine .content-box .sec-title-two {
    margin-bottom: 26px;
}

.chooseus-style-four .pattern-layer-2 {
    position: absolute;
    top: 90px;
    right: 0px;
    width: 225px;
    height: 496px;
    background-repeat: no-repeat;
}


/** value-section **/

.value-section {
    position: relative;
}

.value-section .value-inner {
    position: relative;
    padding: 120px 0px;
    border-bottom: 1px solid #c6c7cc;
}

.value-section .image-box {
    position: relative;
    display: block;
    margin-right: 35px;
}

.value-section .image-box .image {
    position: relative;
    display: block;
    overflow: hidden;
}

.value-section .image-box .image img {
    width: 100%;
}

.value-section .image-box .image:before {
    position: absolute;
    top: 0;
    left: -100%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, .3)));
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    -webkit-transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
    transform: skewX(-25deg);
    z-index: 1;
}

.value-section .image-box .image:hover:before {
    -webkit-animation: shine 1s;
    animation: shine 1s;
}

.content_block_ten .content-box {
    position: relative;
    display: block;
}

.content_block_ten .content-box .text {
    position: relative;
    display: block;
    margin-bottom: 38px;
}

.content_block_ten .content-box .text p {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 32px;
    font-family: 'Barlow', sans-serif;
    color: #3e3e3e;
    margin-bottom: 0px;
}

.content_block_ten .content-box .text p span {
    display: inline-block;
    border-bottom: 1px solid #7e7e7e;
    line-height: 20px;
}

.content_block_ten .content-box .inner-box .single-item {
    position: relative;
    display: block;
    margin-bottom: 40px;
    padding-left: 90px;
}

.content_block_ten .content-box .inner-box .single-item:last-child {
    margin-bottom: 0px;
}

.content_block_ten .content-box .inner-box .single-item .icon-box {
    position: absolute;
    left: 0px;
    top: 8px;
    font-size: 60px;
    line-height: 60px;
}

.content_block_ten .content-box .inner-box .single-item h3 {
    position: relative;
    display: block;
    font-size: 22px;
    line-height: 30px;
    font-weight: 900;
    color: #051d3e;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 4px;
}

.content_block_ten .content-box .inner-box .single-item p {
    position: relative;
    display: block;
    font-size: 17px;
    line-height: 26px;
    font-family: 'Barlow', sans-serif;
    color: #525252;
    margin-bottom: 0px;
}

.value-section .funfact-inner {
    position: relative;
    padding: 100px 0px 120px 0px;
}

.value-section .counter-block-two .inner-box .icon-box:before {
    position: absolute;
    content: '';
    background: #e6f0f7;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    left: -20px;
    bottom: -17px;
    z-index: -1;
    -webkit-animation: zoom-fade 4s infinite linear;
    animation: zoom-fade 4s infinite linear;
}

.testimonial-style-three.alternat-2 {
    background: #0b4076;
}

.testimonial-style-three.alternat-2 .form-inner .quote-form .form-group.message-btn button {
    background: #151735;
    transition: all 500ms ease;
}

.testimonial-style-three.alternat-2 .form-inner .quote-form .form-group.message-btn button:hover {
    background: #fff;
    color: #151735;
}

/** team-style-four **/

.team-style-four {
    position: relative;
    padding: 115px 0px 120px 0px;
}

.team-block-three .inner-box .content-box .designation {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 20px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    margin-top: 3px;
}

.team-style-four .team-block-three .inner-box .content-box .link {
    top: 30px;
}

.team-style-four .team-block-three .inner-box .content-box .link a {
    color: #fff;
}


/** news-style-four **/

.news-style-four {
    position: relative;
    background: #ecf0f7;
    padding: 115px 0px 30px 0px;
}

.news-style-four .sec-title-two .btn-box {
    position: absolute;
    right: 0px;
    bottom: 10px;
}

.news-style-four .sec-title-two .btn-box .theme-btn-two {
    background: #9ca4b3;
}

.news-style-four .sec-title-two {
    margin-bottom: 50px;
}

.news-style-four .single-blog-style1 .text-holder {
    background: transparent;
    padding-top: 46px;
}

.news-style-four .text-holder .date-box {
    position: absolute;
    left: 12px;
    top: -21px;
    padding-top: 0px;
    z-index: 1;
}

.news-style-four .text-holder .date-box h5 {
    position: relative;
    display: inline-block;
    font-size: 17px;
    line-height: 26px;
    font-family: 'Barlow', sans-serif;
    color: #fff;
    font-weight: 500;
    padding: 5px 24px 9px 24px;
    border-radius: 5px;
}

.news-style-four .text-holder .blog-title {
    font-size: 22px;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 17px;
}

.news-style-four .text-holder .blog-title a {
    color: #242424;
}

.news-style-four .text-holder .blog-title a:hover {

}

.news-style-four .text-holder p {
    font-size: 18px;
    line-height: 28px;
    font-family: 'Barlow', sans-serif;
    color: #3b3b3b;
    margin-bottom: 3px;
}

.news-style-four .text-holder .bottom-box a {
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
}

.news-style-four .single-post-inner {
    position: relative;
    display: block;
    padding: 48px 30px 34px 45px;
    border-radius: 5px;
    box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 6%);
    background: #fff;
}

.news-style-four .single-post-inner .news-block-two .inner-box {
    padding: 0px;
    background: transparent;
    box-shadow: none;
    margin-bottom: 0px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e8e8e8;
}

.news-style-four .single-post-inner .news-block-two:last-child .inner-box {
    border-bottom: none;
    margin-bottom: 0px;
}


/** clients-style-two **/

.clients-style-two {
    position: relative;
    background: #ecf0f7;
}

.clients-style-two .owl-carousel .owl-stage {
    display: flex;
    align-items: center;
}

.clients-style-two .inner-container {
    position: relative;
    padding: 92px 0px 120px 0px;
    border-top: 1px solid #bebebe;
}

.clients-style-two .clients-logo-list {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.clients-style-two .clients-logo {
    position: relative;
    display: block;
}

.clients-style-two .clients-logo img {
    position: relative;
    display: block;
    max-width: 100%;
    margin: 0 auto;
    width: auto;
    transition: all 500ms ease;
}

.clients-style-two .clients-logo img:hover {
    opacity: 0.5;
}

.clients-style-two .sec-title-two {
    margin-bottom: 60px;
}

.b-0 {
    bottom: 0px !important;
}

.footer-area.home-5 {
    background: #090d30;
}

.footer-area.home-5:before {
    display: none;
}

.footer-area.home-5 .footer {
    border-bottom: 1px solid rgba(255, 255, 255, 0.10);
}


/** header-style-six **/

.header-style-six .outer-box .main-menu .navigation > li:before {
    display: none;
}

.header-style-six .header-right {
    display: flex;
    align-items: center;
    padding-top: 0px;
}

.header-style-six .outer-box {
    border-bottom: 1px solid rgba(255, 255, 255, 0.20);
    padding: 0px 60px;
}

.header-style-six .outer-box .logo-box {
    padding: 23px 0px 20px 0px;
}

.header-style-six .outer-box .main-menu .navigation {
    margin-top: 0px;
}

.header-style-six .outer-box .main-menu .navigation > li {
    margin: 16px 0px;
}

.main-header.header-style-six .option-box {
    padding-top: 35px;
    margin-right: 40px;
    margin-left: 0px;
    margin-top: 0px;
    padding-right: 30px;
    padding-bottom: 33px;
    border-right: 1px solid rgba(255, 255, 255, 0.20);
}

.header-style-six .support-box .icon-box {
    width: 48px;
    height: 48px;
    line-height: 34px;
    background: #fff;
    text-align: center;
    border-radius: 50%;
    font-size: inherit;
    border: 4px solid #d8d8d8;
    top: 5px;
}

.header-style-six .support-box h3 {
    font-size: 20px;
    font-weight: 600;
    font-family: 'Barlow', sans-serif;
}

.header-style-two.header-style-six .sticky-header .outer-box .main-menu .navigation {
    margin-top: 0px;
}

.header-style-two.header-style-six .sticky-header .option-box {
    margin-top: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.header-style-two.header-style-six .sticky-header .header-right {
    padding-top: 0px;
}


/** main-slider **/

.main-slider {
    position: relative;
}

.banner-carousel {
    position: relative;
}

.banner-carousel .slide-item {
    position: relative;
    overflow: hidden;
    padding: 235px 0px 245px 0px;
}

.banner-carousel .slide-item:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: #000;
    left: 0px;
    top: 0px;
    right: 0px;
    z-index: 1;
    opacity: 0.0;
}

.banner-carousel .slide-item .image-layer {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 6000ms linear;
    -moz-transition: all 6000ms linear;
    -ms-transition: all 6000ms linear;
    -o-transition: all 6000ms linear;
    transition: all 6000ms linear;
}

.banner-carousel .active .slide-item .image-layer {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
}

.banner-carousel .content-box {
    position: relative;
    display: block;
    z-index: 5;
    width: 100%;
    max-width: 650px;
}

.banner-carousel .content-box h2 {
    position: relative;
    display: block;
    color: #fff;
    font-size: 75px;
    line-height: 70px;
    font-weight: 900;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 30px;
    opacity: 0;
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -ms-transform: translateY(100px);
    -o-transform: translateY(100px);
    transform: translateY(100px);
    -webkit-transition: all 700ms ease;
    -moz-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    transition: all 700ms ease;
}

.banner-carousel .active .content-box h2 {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 700ms;
    -moz-transition-delay: 700ms;
    -ms-transition-delay: 700ms;
    -o-transition-delay: 700ms;
    transition-delay: 700ms;
}

.banner-carousel .content-box p {
    position: relative;
    display: block;
    color: #fff;
    font-size: 22px;
    line-height: 30px;
    font-weight: 400;
    font-family: 'Barlow', sans-serif;
    margin-bottom: 43px;
    opacity: 0;
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -ms-transform: translateY(100px);
    -o-transform: translateY(100px);
    transform: translateY(100px);
    -webkit-transition: all 700ms ease;
    -moz-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    transition: all 700ms ease;
}

.banner-carousel .active .content-box p {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 1000ms;
    -moz-transition-delay: 1000ms;
    -ms-transition-delay: 1000ms;
    -o-transition-delay: 1000ms;
    transition-delay: 1000ms;
}

.banner-carousel .content-box .btn-box {
    position: relative;
    opacity: 0;
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -ms-transform: translateY(100px);
    -o-transform: translateY(100px);
    transform: translateY(100px);
    -webkit-transition: all 700ms ease;
    -moz-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    transition: all 700ms ease;
}

.banner-carousel .active .content-box .btn-box {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 1200ms;
    -moz-transition-delay: 1200ms;
    -ms-transition-delay: 1200ms;
    -o-transition-delay: 1200ms;
    transition-delay: 1200ms;
}


/** enquirey-section **/

.enquirey-section {
    position: relative;
}

.enquirey-section .inner-container {
    position: relative;
    display: block;
    padding: 50px 50px 50px 70px;
    margin-top: -35px;
    z-index: 1;
}

.enquirey-section .inner-container:before {
    position: absolute;
    content: '';
    width: 5000px;
    height: 100%;
    left: 0px;
    top: 0px;
}

.enquirey-section .inner-container .shape {
    position: absolute;
    left: 10px;
    top: -63px;
    width: 201px;
    height: 70px;
    background-repeat: no-repeat;
}

.enquirey-section .form-inner {
    position: relative;
    padding-right: 213px;
    margin-left: 5px;
}

.enquirey-section .form-inner .form-group {
    position: relative;
    margin-bottom: 0px;
    padding: 0px 10px;
}

.enquirey-section .form-inner .form-group input[type='text'],
.enquirey-section .form-inner .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    height: 45px;
    line-height: 45px;
    resize: none;
    background: #fff;
    color: #383838;
    font-size: 17px;
    font-family: 'Barlow', sans-serif;
    padding: 0px 20px 0px 50px;
}

.enquirey-section .form-inner .form-group .icon {
    position: absolute;
    left: 30px;
    top: 11px;
    font-size: 22px;
    color: #4e4e4e;
    z-index: 1;
}

.enquirey-section .form-inner .message-btn button[type="submit"] {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 188px;
    height: 45px;
    line-height: 45px;
    background: #031640;
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    font-family: 'Barlow', sans-serif;
    text-transform: uppercase;
    transition: all 500ms ease;
}

.enquirey-section .form-inner .message-btn button[type="submit"]:hover {

}


/** about-style-five **/

.about-style-five {
    position: relative;
    padding: 115px 0px 120px 0px;
}

.content_block_11 .content-box {
    position: relative;
    display: block;
    margin-right: 30px;
}

.content_block_11 .content-box .sec-title-two {
    margin-bottom: 29px;
}

.content_block_11 .content-box .text {
    position: relative;
    display: block;
    margin-bottom: 48px;
}

.content_block_11 .content-box .text h4 {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 30px;
    color: #1f1f1f;
    font-family: 'Barlow', sans-serif;
    margin-bottom: 31px;
}

.content_block_11 .content-box .text p {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 30px;
    color: #494949;
    font-family: 'Barlow', sans-serif;
    margin-bottom: 0px;
}


.content_block_11 .content-box .lower-box .single-item {
    position: relative;
    display: block;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.10);
    border-radius: 5px;
    padding: 24px 30px 24px 85px;
}

.content_block_11 .content-box .lower-box .single-item .icon-box {
    position: absolute;
    left: 23px;
    top: 30px;
    font-size: 40px;
    line-height: 40px;
}

.content_block_11 .content-box .lower-box .single-item h4 {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 24px;
    color: #122346;
    font-family: 'Barlow', sans-serif;
    font-weight: 600;
}

.content_block_11 .content-box .lower-box .single-column:last-child .single-item .icon-box,
.content_block_11 .content-box .lower-box .single-column:last-child .single-item h4 {
    color: #fff;
}

.content_block_11 .content-box .lower-box .single-column:last-child .single-item {
    box-shadow: none;
}

.image_block_five .image-box {
    position: relative;
    display: block;
    margin-left: 25px;
    margin-right: -105px;
    padding-right: 250px;
    padding-bottom: 100px;
}

.image_block_five .image-box img {
    width: 100%;
    transition: all 500ms ease;
}

.image_block_five .image-box .image-2 {
    position: absolute;
    top: 40px;
    right: 0px;
}

.image_block_five .image-box .image-3 {
    position: absolute;
    bottom: 0px;
    right: 0px;
}

.image_block_five .image-box .image {
    overflow: hidden;
}

.image_block_five .image-box .image:hover img {
    transform: scale(1.05);
}


/** service-style-five **/

.service-style-five {
    position: relative;
    background: #091836;
    padding: 115px 0px 120px 0px;
}

.service-style-five .owl-carousel .owl-nav.disabled {
    position: relative;
    display: block;
    text-align: center;
    margin-top: 50px;
}

.service-style-five .owl-carousel .owl-prev span,
.service-style-five .owl-carousel .owl-next span {
    position: relative;
    display: block;
}

.service-style-five .owl-carousel .owl-nav button {
    position: relative;
    display: inline-block;
    width: 43px;
    height: 43px;
    line-height: 43px;
    border: 2px solid rgba(255, 255, 255, 0.60);
    border-radius: 50%;
    font-size: 20px;
    text-align: center;
    color: rgba(255, 255, 255, 0.60);
    margin: 0px 10px;
    transition: all 500ms ease;
}

.service-style-five .owl-carousel .owl-nav button:hover {
    color: #fff;
}

.service-style-five .owl-carousel .owl-nav button:before {
    position: absolute;
    content: '';
    background: rgba(255, 255, 255, 0.3);
    width: 40px;
    height: 1px;
    top: 20px;
}

.service-style-five .owl-carousel .owl-nav button.owl-prev:before {
    left: -53px;
}

.service-style-five .owl-carousel .owl-nav button.owl-next:before {
    right: -53px;
}

.service-style-five .upper-title-inner .text p {
    color: #fff;
}

.service-block-five .inner-box {
    position: relative;
    display: block;
    overflow: hidden;
    background: #fff;
    border-radius: 7px;
    text-align: center;
}

.service-block-five .inner-box .image-box {
    position: relative;
    display: block;
    overflow: hidden;
}

.service-block-five .inner-box .image-box .link-icon {
    position: absolute;
    top: 30px;
    right: 32px;
    transform: scale(0, 0);
    z-index: 1;
}

.service-block-five .inner-box:hover .image-box .link-icon {
    transform: scale(1, 1);
}

.service-block-five .inner-box .image-box .link-icon img {
    opacity: 1 !important;
}

.service-block-five .inner-box .image-box img {
    width: 100%;
    transition: all 500ms ease;
}

.service-block-five .inner-box:hover .image-box img {
    opacity: 0.1;
    transform: scale(1.05);
}

.project-style-two .single-project-style2 .overlay-content .box .zoom-button li {
    margin-bottom: 10px;
}

.project-style-two .single-project-style2 .overlay-content .box .zoom-button li:last-child {
    margin-bottom: 0px;
}

.service-block-five .inner-box .lower-content {
    position: relative;
    display: block;
    padding: 60px 30px 46px 30px;
}

.service-block-five .inner-box .lower-content .icon-box {
    position: absolute;
    left: 72px;
    top: -16px;
    font-size: 60px;
    line-height: 60px;
    z-index: 1;
}

.service-block-five .inner-box .lower-content .icon-box .shape {
    position: absolute;
    left: -38px;
    top: -28px;
    width: 138px;
    height: 44px;
    background-repeat: no-repeat;
    z-index: -1;
}

.service-block-five .inner-box .lower-content h3 {
    position: relative;
    display: block;
    font-size: 24px;
    line-height: 32px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    color: #002e5d;
    margin-bottom: 6px;
}

.service-block-five .inner-box .lower-content h3 a {
    display: inline-block;
    color: #002e5d;
}

.service-block-five .inner-box .lower-content h3 a:hover {

}

.service-block-five .inner-box .lower-content p {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 28px;
    font-family: 'Barlow', sans-serif;
    color: #5e5e5e;
    margin-bottom: 0px;
}


/** chooseus-style-five **/

.chooseus-style-five {
    position: relative;
    background: #fff;
    overflow: hidden;
}

.chooseus-style-five .bg-layer {
    position: absolute;
    background: #091836;
    width: 100%;
    height: 50%;
    left: 0px;
    top: 0px;
}

.chooseus-style-five .inner-container {
    position: relative;
    background: #e7edf3;
    padding: 88px 0px 60px 0px;
}

.chooseus-style-five .inner-container:before {
    position: absolute;
    content: '';
    background: #e7edf3;
    width: 6000px;
    height: 100%;
    top: 0px;
    right: 0px;
}

.chooseus-style-five .image-layer {
    position: absolute;
    left: 0px;
    bottom: 0px;
    z-index: 1;
}

.content_block_12 .content-box {
    position: relative;
    display: block;
    z-index: 2;
    margin-left: 70px;
}

.content_block_12 .content-box .sec-title-two {
    margin-bottom: 47px;
}

.content_block_12 .content-box .sec-title-two h2 {
    margin-bottom: 19px;
}

.content_block_12 .content-box .sec-title-two p {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 30px;
    font-family: 'Barlow', sans-serif;
    color: #494949;
    margin-bottom: 0px;
}

.content_block_12 .content-box .inner-box .single-item {
    position: relative;
    display: block;
    background: #fff;
    border-radius: 7px;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
    margin-bottom: 40px;
    padding: 29px 30px 26px 120px;
    min-height: 107px;
}

.content_block_12 .content-box .inner-box .single-item .icon-box {
    position: absolute;
    left: 26px;
    top: 23px;
}

.content_block_12 .content-box .inner-box .single-item h4 {
    position: relative;
    display: block;
    font-size: 21px;
    line-height: 26px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    color: #152041;
}


/** project-style-two **/

.project-style-two {
    position: relative;
    padding: 115px 0px 120px 0px;
}

.project-style-two .sec-title-two .btn-box {
    position: absolute;
    bottom: 12px;
    right: 0px;
}

.project-style-two .outer-container {
    padding: 0px 40px;
}

.project-style-two .owl-carousel .owl-dots {
    position: relative;
    display: block;
    text-align: center;
    max-width: 1200px;
    margin: 0 auto !important;
    background: #091836;
    border-radius: 15px;
    height: 13px;
    line-height: 13px;
    overflow: hidden;
    margin-top: 100px !important;
}

.project-style-two .owl-carousel .owl-dots button {
    position: relative;
    display: inline-block;
    background: transparent;
    width: 25%;
    height: 13px;
    float: left;
    background: transparent;
    border-radius: 15px;
    transition: all 500ms ease;
}

.project-style-two .owl-carousel .owl-dots button.active,
.project-style-two .owl-carousel .owl-dots button:hover {
    background: #3f71cd;
}

.project-style-two .sec-title-two {
    margin-bottom: 50px;
}

.project-style-two .bg-layer {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 50%;
    background: #e4edf6;
}


/** cta-style-three **/

.cta-style-three {
    position: relative;
    background: #e4edf6;
}

.cta-style-three .bg-layer {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 50%;
    background: #091836;
}

.cta-style-three .inner-container .bg-image {
    position: absolute;
    top: -1px;
    right: -1px;
    width: calc(50% + 1px);
    height: calc(100% + 1px);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%, 23% 0%);
}

.cta-style-three .inner-container {
    position: relative;
    display: block;
    border-radius: 5px;
    overflow: hidden;
    padding: 56px 50px 54px 90px;
}

.cta-style-three .inner-container .text {
    position: relative;
    display: block;
    max-width: 500px;
    width: 100%;
    z-index: 1;
}

.cta-style-three .inner-container .text h2 {
    position: relative;
    display: block;
    font-size: 42px;
    line-height: 50px;
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    color: #fff;
    margin-bottom: 11px;
}

.cta-style-three .inner-container .text h3 {
    position: relative;
    display: block;
    font-size: 26px;
    line-height: 34px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    color: #fff;
}

.cta-style-three .inner-container .text h3 a {
    display: inline-block;
    color: #fff;
}

.cta-style-three .inner-container .text h3 a:hover {
    text-decoration: underline;
}

.testimonial-style-three.alternat-3 {
    background: #091836;
    overflow: hidden;
}

.testimonial-style-three.alternat-3 .map-layer {
    top: 0px;
}

.team-style-four .funfact-inner {
    padding-top: 90px;
    margin-top: 120px;
    border-top: 1px solid #c6c7cc;
}

.team-style-four .counter-block-two .inner-box .count-outer {
    font-size: 50px;
    font-family: 'Barlow', sans-serif;
}


/** weare-section **/

.weare-section {
    position: relative;
    padding: 115px 0px 120px 0px;
    background: #05213d;
}

.content_block_13 .content-box {
    position: relative;
    display: block;
    margin-right: 70px;
}

.content_block_13 .content-box .progress-box {
    position: relative;
    margin-bottom: 22px;
}

.content_block_13 .content-box .progress-box:last-child {
    margin-bottom: 0px;
}

.content_block_13 .content-box .progress-box p {
    position: relative;
    display: block;
    font-size: 17px;
    line-height: 24px;
    font-family: 'Barlow', sans-serif;
    color: #fff;
    font-weight: 400;
    margin-bottom: 8px;
}

.content_block_13 .content-box .progress-box .bar {
    position: relative;
    width: 100%;
    height: 11px;
    background: #eae5e3;
    border-radius: 10px;
}

.content_block_13 .content-box .progress-box .bar-inner {
    position: relative;
    display: block;
    width: 0px;
    height: 11px;
    border-radius: 10px;
    -webkit-transition: all 1500ms ease;
    -ms-transition: all 1500ms ease;
    -o-transition: all 1500ms ease;
    -moz-transition: all 1500ms ease;
    transition: all 1500ms ease;
}

.content_block_13 .content-box .progress-box .count-text {
    position: absolute;
    top: -34px;
    right: 0px;
    background: transparent;
    font-size: 17px;
    font-weight: 500;
    color: #fff;
    font-family: 'Barlow', sans-serif;
    opacity: 1;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    transition: all 500ms ease;
}

.content_block_13 .content-box .text {
    position: relative;
    display: block;
    margin-bottom: 36px;
}

.content_block_13 .content-box .text p {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 30px;
    font-family: 'Barlow', sans-serif;
    color: #fff;
    margin-bottom: 0px;
}

.content_block_13 .content-box .list-style-one {
    position: relative;
    display: block;
    margin-bottom: 47px;
}

.content_block_13 .content-box .list-style-one li {
    float: left;
    width: 50%;
    font-size: 20px;
    font-family: 'Barlow', sans-serif;
    margin-bottom: 16px;
}

.content_block_13 .content-box .list-style-one li:before {
    color: #00cad7;
}

.content_block_14 .content-box {
    position: relative;
    display: block;
    background: #e7edf3;
    border-radius: 5px;
    overflow: hidden;
}

.content_block_14 .content-box .text {
    position: relative;
    display: block;
    background: #b82331;
    padding: 25px 30px 43px 30px;
    clip-path: polygon(0% 0%, 250% 0%, 50% 100%, 50% 100%, -150% 0%);
}

.content_block_14 .content-box .text:before {
    position: absolute;
    content: '';
    width: 100%;
    height: calc(100% - 5px);
    left: 0px;
    top: -1px;
    clip-path: polygon(0% 0%, 250% 0%, 50% 100%, 50% 100%, -150% 0%);
}

.content_block_14 .content-box .text h6 {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 24px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.60);
    text-transform: uppercase;
    margin-bottom: 0px;
}

.content_block_14 .content-box .text h2 {
    position: relative;
    display: block;
    font-size: 35px;
    line-height: 45px;
    font-family: 'Roboto', sans-serif;
    color: #fff;
    font-weight: 900;
}

.content_block_14 .content-box .form-inner {
    position: relative;
    padding: 39px 35px 60px 35px;
}

.content_block_14 .content-box .form-inner .form-group {
    position: relative;
    margin-bottom: 10px;
}

.content_block_14 .content-box .form-inner .form-group:last-child {
    margin-bottom: 0px;
}

.content_block_14 .content-box .form-inner .form-group input[type='text'],
.content_block_14 .content-box .form-inner .form-group input[type='email'] {
    position: relative;
    display: block;
    width: 100%;
    height: 46px;
    background: #fff;
    border: 1px solid #fff;
    color: #868686;
    border-radius: 5px;
    font-size: 17px;
    padding: 10px 30px;
    font-family: 'Barlow', sans-serif;
    transition: all 500ms ease;
}

.content_block_14 .content-box .form-inner .form-group input:focus {

}

.content_block_14 .content-box .form-inner .form-group button {
    width: 100%;
    margin-top: 10px;
    padding: 14px 30px;
}

.news-style-four.alternat-2 {
    background: #f3f3f3;
}

.clients-style-two.alternat-2 {
    background: #f3f3f3;
}


/** map-section **/

.map-section {
    position: relative;
}

.map-section .contact-map-outer {
    position: relative;
    overflow: hidden;
}

.map-section .contact-map-outer .map-canvas {
    height: 340px;
}

.map-section .contact-map-outer .address-box {
    position: absolute;
    top: 0px;
    right: 310px;
    width: 380px;
    padding: 71px 45px 95px 45px;
    z-index: 2;
}

.map-section .contact-map-outer .address-box h4 {
    position: relative;
    display: block;
    font-size: 19px;
    line-height: 28px;
    font-family: 'Roboto', sans-serif;
    color: #fff;
    font-weight: 700;
    padding-bottom: 9px;
    margin-bottom: 20px;
}

.map-section .contact-map-outer .address-box h4:before {
    position: absolute;
    content: '';
    background: #fff;
    width: 20px;
    height: 2px;
    left: 0px;
    bottom: 0px;
}

.map-section .contact-map-outer .address-box p {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 28px;
    font-family: 'Barlow', sans-serif;
    color: #fff;
    margin-bottom: 33px;
}

.map-section .contact-map-outer .address-box p:last-child {
    margin-bottom: 0px;
}

.map-section .contact-map-outer .address-box p a {
    color: #fff;
}

.map-section .contact-map-outer .address-box p a:hover {
    text-decoration: underline;
}


/** footer-style-three **/

.footer-style-three {
    background: #0a1222;
}

.footer-upper {
    background: #0a1222;
    border-bottom: 1px solid rgba(255, 255, 255, 0.10);
}

.footer-top .logo-widget .text p {
    position: relative;
    display: block;
    font-size: 17px;
    line-height: 26px;
    font-family: 'Barlow', sans-serif;
    color: rgba(255, 255, 255, 0.50);
    margin-bottom: 0px;
}


/** header-style-seven **/

.header-style-seven {
    position: relative;
    background: #161735;
}

.header-style-seven .outer-box {
    padding: 0px 210px;
}

.header-style-seven .outer-box .logo-box {
    padding: 43px 0px 27px 0px;
}

.header-style-seven .outer-box .main-menu .navigation {
    margin-top: 0px;
}

.header-style-seven .outer-box .main-menu .navigation > li {
    margin: 33px 0px 30px 0px;
}

.header-style-seven .outer-box .main-menu .navigation > li:before {
    display: none;
}

.header-style-seven .outer-box .main-menu .navigation > li > a {
    padding: 0px 20px;
}

.header-style-seven .header-right {
    padding-top: 34px;
}

.header-style-seven .support-box .icon-box {
    color: rgba(255, 255, 255, 0.50);
}

.header-style-seven .support-box h6 {
    margin-bottom: 5px;
    font-family: 'Barlow', sans-serif;
}

.header-style-seven .support-box h3 {
    font-weight: 500;
    font-family: 'Barlow', sans-serif;
}

.header-style-seven .support-box .icon-box {
    font-size: 40px;
    line-height: 40px;
}

.header-style-seven.main-header .nav-btn {
    position: absolute;
    left: -90px;
    top: 128px;
}

.header-style-seven.main-header .option-box {
    margin-top: 51px;
    margin-left: 5px;
}

.header-style-seven .support-box .icon-box {
    color: #fff;
}

.header-style-seven.main-header .sticky-header {
    background: #161735;
}

.header-style-seven.main-header .sticky-header .nav-btn {
    top: 37px;
    left: -98px;
}


/** slider-style-two **/

.slider-style-two {
    position: relative;
    background: #101127;
    padding: 0px 210px;
}

.slider-style-two:before {
    position: absolute;
    content: '';
    background: #161735;
    width: 100%;
    height: calc(100% - 150px);
    left: 0px;
    top: 0px;
}

.slider-style-two .content-box {
    position: relative;
    display: block;
    z-index: 2;
}

.slider-style-two .content-box h6 {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 24px;
    font-family: 'Roboto', sans-serif;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    padding-left: 70px;
    margin-bottom: 24px;
}

.slider-style-two .content-box h6:before {
    position: absolute;
    content: '';
    background: #fff;
    width: 58px;
    height: 1px;
    left: 0px;
    bottom: 7px;
}

.banner-carousel .content-box h6 {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 24px;
    font-family: 'Roboto', sans-serif;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    padding-left: 70px;
    opacity: 0;
    margin-bottom: 24px;
    -webkit-transform: translateY(-100px);
    -moz-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    -o-transform: translateY(-100px);
    transform: translateY(-100px);
    -webkit-transition: all 700ms ease;
    -moz-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    transition: all 700ms ease;
}

.banner-carousel .active .content-box h6 {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 700ms;
    -moz-transition-delay: 700ms;
    -ms-transition-delay: 700ms;
    -o-transition-delay: 700ms;
    transition-delay: 700ms;
}

.banner-carousel .content-box h6:before {
    position: absolute;
    content: '';
    background: #fff;
    width: 58px;
    height: 1px;
    left: 0px;
    bottom: 7px;
}

/** about-style-six **/

.about-style-six {
    position: relative;
    padding: 170px 0px 115px 0px;
    background: #101127;
    overflow: hidden;
}

.content_block_15 .content-box {
    position: relative;
    display: block;
    margin-left: -15px;
}

.content_block_15 .content-box .text {
    position: relative;
    display: block;
    margin-bottom: 45px;
}

.content_block_15 .content-box .text p:first-child {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 32px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    color: #4f65a6;
    margin-bottom: 32px;
}

.content_block_15 .content-box .text p {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 32px;
    font-family: 'Barlow', sans-serif;
    color: #aaacd1;
    margin-bottom: 0px;
}

.content_block_15 .content-box .list-style-one li {
    float: left;
    width: 50%;
}

.content_block_15 .content-box .sec-title-two {
    margin-bottom: 25px;
}

.about-style-six .image-layer {
    position: absolute;
    left: 350px;
    bottom: 0px;
}

.service-style-three.alternat-2 {
    background: #ebf0f9;
}

.service-style-three.alternat-2 .sec-title-two {
    margin-bottom: 56px;
}

.service-style-three.alternat-2 .sec-title-two h2 {
    margin-bottom: 16px;
}

.service-style-three.alternat-2 .sec-title-two p {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 26px;
    font-family: 'Barlow', sans-serif;
    color: #696969;
    margin-bottom: 0px;
}

.service-style-three.alternat-2 .pattern-layer {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 447px;
    height: 459px;
    background-repeat: no-repeat;
}


/** work-section **/

.work-section {
    position: relative;
    background: #061d44;
    padding: 115px 0px 93px 0px;
}

.content_block_16 .content-box {
    position: relative;
    display: block;
}

.content_block_16 .content-box .text {
    position: relative;
    display: block;
    margin-bottom: 42px;
}

.content_block_16 .content-box .text h4 {
    position: relative;
    display: block;
    font-size: 19px;
    line-height: 28px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    color: #fff;
    margin-bottom: 25px;
}

.content_block_16 .content-box .text p {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 30px;
    font-family: 'Barlow', sans-serif;
    color: #fff;
    margin-bottom: 0px;
}

.content_block_16 .content-box .inner-box .single-item {
    position: relative;
    display: block;
}

.content_block_16 .content-box .inner-box .single-item .inner {
    position: relative;
    display: block;
    padding-left: 85px;
    margin-bottom: 14px;
}

.content_block_16 .content-box .inner-box .single-item .inner .icon-box {
    position: absolute;
    display: inline-block;
    left: 0px;
    top: -8px;
    font-size: 65px;
    line-height: 60px;
    color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.content_block_16 .content-box .inner-box .single-item .inner h3 {
    position: relative;
    display: block;
    font-size: 22px;
    line-height: 26px;
    font-family: 'Roboto', sans-serif;
    color: #fff;
    font-weight: 700;
}

.content_block_16 .content-box .inner-box .single-item p {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 26px;
    font-family: 'Barlow', sans-serif;
    color: #a5a8b2;
    margin-bottom: 0px;
}

.work-section .bg-layer {
    position: absolute;
    left: 0px;
    top: 0px;
    width: calc(50% - 40px);
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    clip-path: polygon(0% 0%, 100% 0%, 74% 100%, 0% 100%, 0% 0%);
}

.work-section .bg-color {
    position: absolute;
    left: 0px;
    top: 0px;
    width: calc(50% - 30px);
    height: 100%;
    background: #0372b3;
    clip-path: polygon(0% 0%, 100% 0%, 73% 100%, 0% 100%, 0% 0%);
}


/** project-style-three **/

.project-style-three {
    position: relative;
    padding: 115px 0px 90px 0px;
}

.project-style-three .owl-carousel .owl-stage-outer {
    overflow: visible;
}

.project-style-three .owl-carousel {
    max-width: 710px;
    margin: 0 auto;
}

.project-style-three .owl-theme .owl-prev span,
.project-style-three .owl-theme .owl-next span {
    display: block;
}

.project-style-three .owl-nav {
    position: absolute;
    top: 40%;
    width: 100%;
}

.project-style-three .owl-nav button {
    position: absolute;
    top: 0px;
    display: inline-block;
    width: 66px;
    height: 90px;
    background: #fff !important;
    font-size: 24px;
    color: #222;
    text-align: center;
    transition: all 500ms ease;
}

.project-style-three .owl-theme .owl-prev {
    left: 0px;
}

.project-style-three .owl-theme .owl-next {
    right: 0px;
}

.project-style-three .sec-title-two {
    margin-bottom: 58px;
}

.project-style-three .owl-nav button:hover {
    color: #fff;
}


/** video-style-two **/

.video-style-two {
    position: relative;
    padding: 114px 0px 107px 0px;
    background: #f5f5f8;
}

.video-style-two .content_block_13 .content-box .sec-title-two {
    margin-bottom: 43px;
}

.video-style-two .content_block_13 .content-box .text p {
    color: #454545;
    line-height: 28px;
}

.video-style-two .content_block_13 .content-box .progress-box p {
    color: #202244;
}

.video-style-two .content_block_13 .content-box .progress-box .count-text {
    color: #909090;
}

.video-style-two .content_block_13 .content-box .progress-box .bar {
    background: #d2d2e3;
}

.video-style-two .bg-layer {
    position: absolute;
    top: 0px;
    right: 0px;
    width: calc(50% - 100px);
    height: calc(100% + 57px);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.video-style-two .bg-layer:before {
    position: absolute;
    content: '';
    background: #000;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    opacity: 0.3;
}

.video-style-two .inner-box {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}

.video-style-two .inner-box .text-inner {
    position: absolute;
    left: 85px;
    bottom: -164px;
    width: 295px;
    background: #172b56;
    padding: 41px 30px 32px 45px;
}

.video-style-two .inner-box .text-inner h3 {
    position: relative;
    display: block;
    font-size: 22px;
    line-height: 26px;
    font-family: 'Roboto', sans-serif;
    color: #fff;
    font-weight: 700;
    margin-bottom: 17px;
}

.video-style-two .inner-box .text-inner a {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    z-index: 1;
}

.video-style-two .inner-box .text-inner a:hover {
    color: #fff;
}

.video-style-two .inner-box .video-btn {
    position: absolute;
    bottom: 120px;
    right: 0px;
}

.video-style-two .inner-box .video-btn a {
    position: relative;
    display: inline-block;
    width: 134px;
    height: 134px;
    line-height: 134px;
    background: #fff;
    border-radius: 50%;
    text-align: center;
}

.video-style-two .inner-box .video-btn a:before {
    position: absolute;
    content: '';
    width: 156px;
    height: 156px;
    border: 2px solid rgba(255, 255, 255, 0.60);
    border-radius: 50%;
    left: -11px;
    top: -11px;
}

.video-style-two .inner-box .video-btn a:after {
    width: 156px;
    height: 156px;
    border-radius: 50%;
    background: transparent;
    position: absolute;
    left: -11px;
    top: -11px;
    -webkit-animation-delay: .9s;
    animation-delay: .9s;
    content: "";
    position: absolute;
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.9);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.9);
    -webkit-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

@-webkit-keyframes ripple {
    70% {
        -webkit-box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

@keyframes ripple {
    70% {
        -webkit-box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}


/** team-style-five **/

.team-style-five {
    position: relative;
    padding: 120px 0px 0px 0px;
}

.team-style-five .bg-layer {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 90px;
    background: #061d44;
}

.team-block-four .inner-box {
    position: relative;
    display: block;
    overflow: hidden;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.10);
    background: #fff;
    text-align: center;
}

.team-block-four .inner-box .image-box {
    position: relative;
    display: block;
    overflow: hidden;
}

.team-block-four .inner-box .image-box .social-links {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(0, 0);
    transition: all 500ms ease;
}

.team-block-four .inner-box:hover .image-box .social-links {
    transform: translate(-50%, -50%) scale(1, 1);
}

.team-block-four .inner-box .image-box .social-links li {
    position: relative;
    display: inline-block;
    margin: 0px 8px;
}

.team-block-four .inner-box .image-box .social-links li a {
    position: relative;
    display: inline-block;
    font-size: 20px;
    color: #fff;
}

.team-block-four .inner-box .image-box .social-links li a:hover {
    color: #222;
}

.team-block-four .inner-box .image-box img {
    width: 100%;
    transition: all 500ms ease;
}

.team-block-four .inner-box:hover .image-box img {
    transform: scale(1.05);
    opacity: 0.3;
}

.team-block-four .inner-box .lower-content {
    position: relative;
    display: block;
    padding: 18px 15px 20px 15px;
}

.team-block-four .inner-box .lower-content h4 {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
    margin-bottom: 0px;
}

.team-block-four .inner-box .lower-content h4 a {
    display: inline-block;
    color: #0e294d;
}

.team-block-four .inner-box .lower-content h4 a:hover {

}

.team-block-four .inner-box .lower-content .designation {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 24px;
    color: #797979;
}

.team-style-five .inner-content {
    margin: 0px 15px;
}

.team-style-five .team-block {
    padding: 0px 0px;
}


/** testimonial-style-four **/

.testimonial-style-four {
    position: relative;
    padding: 115px 0px 120px 0px;
    background: #061d44;
}

.testimonial-style-four .sec-title-two {
    margin-bottom: 0px;
}

.testimonial-style-four .testimonial-inner {
    position: relative;
    display: block;
    padding-left: 70px;
    border-left: 1px solid rgba(255, 255, 255, 0.10);
    padding-top: 9px;
}

.testimonial-style-four .testimonial-content {
    position: relative;
    display: block;
    padding-left: 170px;
}

.testimonial-style-four .testimonial-content .thumb-box {
    position: absolute;
    left: 0px;
    top: 11px;
    text-align: center;
}

.testimonial-style-four .testimonial-content .thumb-box .thumb {
    position: relative;
    display: block;
    width: 122px;
    height: 122px;
    border-radius: 50%;
    margin-bottom: 20px;
}

.testimonial-style-four .testimonial-content .thumb-box .thumb img {
    width: 100%;
    border-radius: 50%;
}

.testimonial-style-four .testimonial-content .thumb-box .quote-icon {
    position: relative;
    display: inline-block;
    font-size: 36px;
    line-height: 40px;
}

.testimonial-style-four .testimonial-content .text {
    position: relative;
    display: block;
}

.testimonial-style-four .testimonial-content .text p {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 35px;
    color: #fff;
    font-family: 'Barlow', sans-serif;
    margin-bottom: 37px;
}

.testimonial-style-four .testimonial-content .text h5 {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 26px;
    font-family: 'Barlow', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 5px;
}

.testimonial-style-four .testimonial-content .text .designation {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
}

.testimonial-style-four .owl-carousel .owl-dots {
    position: absolute;
    right: 0px;
    bottom: 0px;
}

.testimonial-style-four .owl-carousel .owl-dots button {
    position: relative;
    display: inline-block;
    background: transparent;
    width: 13px;
    height: 13px;
    border: 2px solid #fff;
    border-radius: 50%;
    cursor: pointer;
    margin: 0px 5px;
    transition: all 500ms ease;
}

.testimonial-style-four .owl-carousel .owl-dots button.active,
.testimonial-style-four .owl-carousel .owl-dots button:hover {

}

.news-style-two.alternat-2 {
    background: #eeeef4;
}

.news-style-two.alternat-2 .news-block-one .inner-box .lower-content .post-date {

}


/** header-style-eight **/

.header-style-eight .outer-box .main-menu .navigation > li:before {
    display: none;
}

.header-style-eight .outer-box .main-menu .navigation > li > a {
    color: #282525;
}

.header-style-eight .outer-box .logo-box {
    padding: 60px 0px 30px 0px;
}

.header-style-eight .outer-box .main-menu .navigation > li {
    margin: 26px 0px 25px 0px;
}

.header-style-eight .header-right {
    padding-top: 0px;
    margin-top: 43px;
    padding: 27px 25px 29px 30px;
    background: #bc6645;
}

.header-style-eight .support-box h6 {
    font-weight: 500;
    margin-bottom: 10px;
}

.header-style-eight .support-box h3 {
    font-size: 27px;
}

.header-style-eight .support-box h3 a {
    color: #fff !important;
}

.header-style-eight.main-header .option-box .search-box-outer {
    color: #2b2623;
}

.header-style-eight.main-header .nav-btn .bar {
    background: #2b2623;
}

.header-style-eight.main-header .support-box .icon-box {
    font-size: 45px;
    top: 16px;
}

.header-style-eight.main-header .support-box h6 {
    margin-bottom: 8px;
}

.header-style-eight.main-header .outer-box .main-menu .navigation > li:hover > a,
.header-style-eight.main-header .outer-box .main-menu .navigation > li.current > a {
    color: #282525;
}

.header-style-eight.main-header .sticky-header {
    background-image: -webkit-linear-gradient(-90deg, #d8c3b5 0%, #e9d7cc 100%);
    border-bottom: none;
}

.header-style-eight.main-header .sticky-header .header-right {
    margin-top: 0px;
    padding: 10px 100px 14px 30px;
}

.header-style-eight.main-header .sticky-header .outer-box {
    padding-right: 0px;
}

.header-style-eight.main-header .sticky-header .outer-box .logo-box {
    padding: 17.5px 0px;
}

.header-style-eight.main-header .sticky-header .outer-box .main-menu .navigation {
    margin-top: 11px;
}

.header-style-eight.main-header .sticky-header .option-box {
    margin-top: 29px;
}


/** slider-style-three **/

.slider-style-three {
    position: relative;
    background: #443631;
    padding-right: 140px;
    padding-bottom: 103px;
}

.slider-style-three .outer-container .image-layer {
    position: absolute;
    top: 0px;
    right: 0px;
}

.slider-style-three .outer-container .bg-layer {
    position: absolute;
    top: 150px;
    right: 220px;
    width: 600px;
    height: 600px;
    border-radius: 50%;
    background: #dbc5b8;
    -webkit-animation: zoom-fade 8s infinite linear;
    animation: zoom-fade 8s infinite linear;
}

.slider-style-three .outer-container {
    position: relative;
    overflow: hidden;
}

.slider-style-three .content-box {
    position: relative;
    max-width: 600px;
}

.slider-style-three .content-box .list li {
    position: relative;
    display: inline-block;
    float: left;
    font-size: 18px;
    line-height: 26px;
    font-family: 'Barlow', sans-serif;
    font-weight: 500;
    color: #837369;
    margin-right: 30px;
}

.slider-style-three .content-box .list li:last-child {
    margin-bottom: 0px !important;
}

.slider-style-three .content-box .list li:before {
    position: absolute;
    content: '';
    background: #837369;
    width: 2px;
    height: 2px;
    right: -15px;
    bottom: 5px;
}

.slider-style-three .content-box .list li:last-child:before {
    display: none;
}

.slider-style-three .content-box .list {
    margin-bottom: 16px;
}

.slider-style-three .content-box h2 {
    font-size: 66px;
    line-height: 74px;
    font-weight: 900;
    color: #3d3430;
    margin-bottom: 22px;
}

.slider-style-three .content-box p {
    color: #272828;
    font-size: 20px;
    line-height: 28px;
}

.slider-style-three .banner-carousel .slide-item {
    padding: 280px 0px 265px 0px;
}

.slider-style-three .lower-box {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 940px;
    background: #bc6645;
    padding: 45px 100px 38px 80px;
    z-index: 2;
}

.slider-style-three .lower-box h2 {
    position: relative;
    display: block;
    font-size: 45px;
    line-height: 55px;
    font-family: 'Roboto', sans-serif;
    color: #fff;
    font-weight: 700;
    margin-bottom: 10px;
}

.slider-style-three .lower-box .text {
    position: relative;
    width: 100%;
    z-index: 1;
    display: flex;
    align-items: center;
}

.slider-style-three .lower-box .text h3 {
    position: relative;
    display: block;
    font-size: 24px;
    line-height: 30px;
    font-family: 'Barlow', sans-serif;
    font-weight: 600;
    color: #fff;
    margin-right: 25px;
}

.slider-style-three .lower-box .text .line {
    position: relative;
    display: block;
    height: 1px;
    border-bottom: 1px solid #fff;
    width: 100%;
    flex: 1;
    top: 8px;
}

.slider-style-three .lower-box .text h4 {
    position: relative;
    display: block;
    font-size: 24px;
    line-height: 30px;
    font-family: 'Barlow', sans-serif;
    font-weight: 600;
    color: #fff;
    margin-left: 25px;
}

.slider-style-three .lower-box .text h4 a {
    display: inline-block;
    color: #fff;
}

.slider-style-three .lower-box .text h4 a:hover {
    text-decoration: underline;
}


/** about-style-seven **/

.about-style-seven {
    position: relative;
    padding: 115px 0px 120px 0px;
    background: #443631;
}

.content_block_17 .content-box {
    position: relative;
    display: block;
}

.content_block_17 .content-box .sec-title-two .sub-title {
    color: #fff;
}

.content_block_17 .content-box .sec-title-two .sub-title:before {
    background: #fff;
}

.content_block_17 .content-box .sec-title-two {
    margin-bottom: 24px;
}

.content_block_17 .content-box .text {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.content_block_17 .content-box .text p {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 30px;
    font-family: 'Barlow', sans-serif;
    color: rgba(255, 255, 255, 0.70);
    margin-bottom: 0px;
}

.about-style-seven .image-box {
    position: relative;
    display: block;
    padding-left: 95px;
}

.about-style-seven .image-box .image {
    position: relative;
    display: block;
    border-radius: 50%;
}

.about-style-seven .image-box .image img {
    width: 100%;
    border-radius: 50%;
}

.about-style-seven .image-box .image:before {
    position: absolute;
    content: '';
    border: 1px solid rgba(255, 255, 255, 0.20);
    width: calc(100% + 35px);
    height: calc(100% + 35px);
    top: -17px;
    right: 0px;
    border-radius: 50%;
}


/** service-style-six **/

.service-style-six {
    position: relative;
    padding-bottom: 85px;
    background: #e7d8d0;
}

.service-style-six .bg-layer {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 166px;
    background: #443631;
}

.service-block-six .inner-box {
    position: relative;
    display: block;
}

.service-block-six .inner-box .image-box {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 5px;
}

.service-block-six .inner-box .image-box img {
    width: 100%;
    transition: all 500ms ease;
}

.service-block-six .inner-box:hover .image-box img {
    transform: scale(1.05);
}

.service-block-six .inner-box .lower-content {
    position: relative;
    display: block;
    padding: 35px 30px 30px 30px;
}

.service-block-six .inner-box .lower-content:before {
    position: absolute;
    content: '';
    background: #c6b8b0;
    width: 2px;
    height: calc(100% - 75px);
    left: 0px;
    top: 40px;
}

.service-block-six .inner-box .lower-content h3 {
    position: relative;
    display: block;
    font-size: 26px;
    line-height: 32px;
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    color: #282828;
    margin-bottom: 9px;
}

.service-block-six .inner-box .lower-content h3 a {
    display: inline-block;
    color: #282828;
}

.service-block-six .inner-box .lower-content h3 a:hover {

}

.service-block-six .inner-box .lower-content p {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 26px;
    font-family: 'Barlow', sans-serif;
    color: #535353;
    margin-bottom: 14px;
}

.service-block-six .inner-box .lower-content .link a {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}

.service-block-six .inner-box .lower-content .link a:hover {
    text-decoration: underline;
}


/** service-style-seven **/

.service-style-seven {
    position: relative;
    padding: 115px 0px 90px 0px;
    background: #f3ebe7;
}

.service-style-seven .sec-title-two {
    margin-bottom: 50px;
}

.service-block-seven .inner-box {
    position: relative;
    display: block;
    background: #fff;
    border-radius: 5px;
    padding: 31px 30px 33px 125px;
    margin-bottom: 30px;
}

.service-block-seven .inner-box:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 0%;
    left: 0px;
    top: 0px;
    border-radius: 5px;
    transition: all 500ms ease;
}

.service-block-seven .inner-box:hover:before {
    height: 100%;
}

.service-block-seven .inner-box .icon-box {
    position: absolute;
    left: 30px;
    top: 27px;
    font-size: 65px;
    line-height: 60px;
    transition: all 500ms ease;
}

.service-block-seven .inner-box:hover .icon-box {
    color: #fff;
}

.service-block-seven .inner-box h3 {
    position: relative;
    display: block;
    font-size: 24px;
    line-height: 32px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    margin-bottom: 7px;
}

.service-block-seven .inner-box h3 a {
    display: inline-block;
    color: #242424;
    transition: all 500ms ease;
}

.service-block-seven .inner-box:hover h3 a {
    color: #fff;
}

.service-block-seven .inner-box p {
    position: relative;
    display: block;
    font-size: 17px;
    line-height: 24px;
    font-family: 'Barlow', sans-serif;
    color: #444444;
    margin-bottom: 0px;
    transition: all 500ms ease;
}

.service-block-seven .inner-box:hover p {
    color: #fff;
}


/** value-style-two **/

.value-style-two {
    position: relative;
    background: #3d241b;
}

.value-style-two .bg-layer {
    position: absolute;
    left: 0px;
    top: 0px;
    width: calc(50% - 215px);
    height: calc(100% - 73px);
    background-size: cover;
    background-repeat: no-repeat;
}

.value-style-two .pattern-layer {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
}

.value-style-two .inner-content {
    position: relative;
    display: block;
    margin-left: 200px;
    margin-right: 60px;
    padding: 40px 30px 35px 30px;
    text-align: center;
}

.value-style-two .inner-content .icon-box {
    position: relative;
    display: block;
    font-size: 60px;
    line-height: 60px;
    color: #4e312a;
    margin-bottom: 20px;
}

.value-style-two .inner-content h3 {
    position: relative;
    display: block;
    font-size: 22px;
    line-height: 30px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    color: #4e312a;
}

.value-style-two .content_block_ten .content-box {
    padding: 114px 0px 119px 0px;
}

.value-style-two .content_block_ten .content-box .text {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.value-style-two .content_block_ten .content-box .text p {
    line-height: 30px;
    color: #fff;
}

.value-style-two .content_block_ten .content-box .inner-box .single-item h3 {
    color: #fff;
}

.value-style-two .content_block_ten .content-box .inner-box .single-item p {
    color: #c1aaa4;
}

.value-style-two .image-layer {
    position: absolute;
    top: 90px;
    right: 0px;
}


/** testimonial-style-five **/

.testimonial-style-five {
    position: relative;
    padding: 115px 0px 120px 0px;
    background: #f3ebe7;
}

.testimonial-block-four .inner-box {
    position: relative;
    display: block;
    border: 3px solid #987c6e;
    border-radius: 5px;
    padding: 49px 30px 44px 160px;
}

.testimonial-block-four .inner-box .thumb-box {
    position: absolute;
    left: 37px;
    top: 58px;
    width: 83px;
    height: 83px;
    border-radius: 50%;
}

.testimonial-block-four .inner-box .thumb-box img {
    width: 100%;
    border-radius: 50%;
}

.testimonial-block-four .inner-box .text p {
    position: relative;
    display: block;
    font-size: 17px;
    line-height: 30px;
    color: #444444;
    font-family: 'Barlow', sans-serif;
    margin-bottom: 15px;
}

.testimonial-block-four .inner-box .text h5 {
    position: relative;
    display: block;
    font-size: 17px;
    line-height: 26px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    color: #242424;
    text-transform: uppercase;
    margin-bottom: 0px;
}

.testimonial-block-four .inner-box .text .designation {
    position: relative;
    display: block;
    font-size: 13px;
    line-height: 20px;
    font-weight: 700;
    font-family: 'Barlow', sans-serif;
    text-transform: uppercase;
}

.testimonial-block-four .inner-box .shape {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
}

.testimonial-block-four .inner-box .quote-1 {
    position: absolute;
    top: -36px;
    right: 73px;
    width: 75px;
    height: 75px;
    line-height: 75px;
    font-size: 36px;
    text-align: center;
    color: #86665e;
    background: #f3ebe7;
}

.testimonial-block-four {
    margin-top: 25px;
    margin-bottom: 30px;
}

.testimonial-block-four .inner-box .quote-2 {
    position: absolute;
    bottom: -45px;
    left: 73px;
    width: 75px;
    height: 75px;
    line-height: 75px;
    font-size: 36px;
    text-align: center;
    color: #86665e;
    background: #f3ebe7;
}


/** appointment-section **/

.appointment-section {
    position: relative;
    background: #3b363e;
    padding: 115px 0px 120px 0px;
}

.appointment-section .bg-layer {
    position: absolute;
    left: 0px;
    top: 0px;
    width: calc(50% - 215px);
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.appointment-section .form-inner .bootstrap-select {
    position: relative;
    display: block;
}

.appointment-section .form-inner .bootstrap-select .dropdown-toggle {
    position: relative;
    display: block;
    outline: none !important;
    border-radius: 0px;
    border: 1px solid #fff;
    background-color: #ffffff !important;
    max-width: 100%;
    width: 100%;
    height: 58px;
    margin: 0;
    padding: 0;
    padding-left: 20px;
    padding-right: 20px;
    color: #898989 !important;
    font-size: 18px;
    line-height: 58px;
    font-weight: 400;
    letter-spacing: normal;
    text-transform: capitalize;
    box-shadow: none !important;
    transition: none !important;
    font-family: 'Barlow', sans-serif;
}

.appointment-section .form-inner .bootstrap-select .dropdown-toggle:focus {
    outline: none !important;
}

.appointment-section .form-inner .bootstrap-select .dropdown-menu li {
    position: relative;
    display: block;
}

.appointment-section .form-inner .bootstrap-select .dropdown-menu li a span.text {
    display: inline-block;
    margin: 0;
}

.appointment-section .form-inner .bootstrap-select .dropdown-menu {
    margin: 0;
    padding: 0;
    border-radius: 0;
    border: 0px solid #ddd;
    background: #f9f9f9;
    font-size: 16px;
    color: #000000;
}

.appointment-section .form-inner .dropdown-item {
    display: block;
    width: 100%;
    padding: 9px 25px 9px;
    font-weight: 400;
    color: #898989;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.10);
    transition: all 500ms ease;
    font-family: 'Barlow', sans-serif;
}

.appointment-section .form-inner .dropdown-item.active,
.appointment-section .form-inner .dropdown-item:active {
    color: #222222;
}

.appointment-section .form-inner .dropdown-item:hover {
    color: #222222;
}

.appointment-section .form-inner .form-group {
    position: relative;
    margin-bottom: 30px;
}

.appointment-section .form-inner .form-group:last-child {
    margin-bottom: 0px;
}

.appointment-section .form-inner .form-group input[type='text'],
.appointment-section .form-inner .form-group input[type='email'],
.appointment-section .form-inner .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    height: 58px;
    background: #fff;
    border: 1px solid #fff;
    font-size: 18px;
    font-family: 'Barlow', sans-serif;
    color: #737373;
    padding: 10px 20px;
    transition: all 500ms ease;
}

.appointment-section .form-inner .form-group textarea {
    height: 140px;
    resize: none;
}

.appointment-section .form-inner .form-group input:focus,
.appointment-section .form-inner .form-group textarea:focus {

}

.appointment-section .sec-title-two {
    margin-bottom: 40px;
}

.appointment-section .inner-box {
    position: relative;
    display: block;
    margin-left: 55px;
}

.news-style-four.home-8 {
    background: #f3ebe7;
    padding: 115px 0px 68px 0px;
}

.news-style-four.home-8 .sec-title-two .btn-box .theme-btn-two {
    background: #d6c8c8;
}

.main-footer.home-8 {
    background: #322122;
}

.main-footer.home-8 .footer-top .newsletter-widget form .form-group input[type="email"] {
    background: #271d1e;
    border-color: #3c2a2b;
}


/** header-style-nine **/

.header-style-nine .outer-box .main-menu .navigation > li > a {
    color: #2c2c2c;
}

.header-style-nine .outer-box .main-menu .navigation > li:before {
    display: none;
}

.header-style-nine .header-right {
    padding-top: 40px;
}

.header-style-nine .support-box .icon-box {
    color: #30293d;
}

.header-style-nine .support-box h6 {
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Barlow', sans-serif;
}

.header-style-nine .support-box h3 {
    font-size: 22px;
    font-weight: 500;
    font-family: 'Barlow', sans-serif;
}

.header-style-nine .support-box h3 a {
    color: #000000;
}

.header-style-nine .outer-box .logo-box {
    padding-top: 49px;
}

.header-style-nine .outer-box .main-menu .navigation > li {
    margin: 20px 0px;
}

.header-style-nine.main-header .option-box .search-box-outer {
    color: #242424;
}

.header-style-nine.main-header .nav-btn .bar {
    background: #242424;
}

.header-style-nine.main-header .sticky-header {
    background: #ede8f6;
}


/** banner-style-six **/


.banner-style-six {
    position: relative;
    padding: 220px 0px 150px 0px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.banner-style-six:before {
    position: absolute;
    content: '';
    background: #ede8f6;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    opacity: 0.85;
}

.banner-style-six .content-box {
    position: relative;
    display: block;
    max-width: 560px;
    width: 100%;
    margin-left: -80px;
}

.banner-style-six .content-box h2 {
    position: relative;
    display: block;
    font-size: 60px;
    line-height: 72px;
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    color: #242424;
    margin-bottom: 20px;
}

.banner-style-six .content-box p {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 26px;
    font-family: 'Barlow', sans-serif;
    font-weight: 500;
    color: #000000;
    margin-bottom: 45px;
}

.banner-style-six .image-layer {
    position: absolute;
    top: 160px;
    right: 0px;
    z-index: 1;
}

.banner-style-six .image-layer:before {
    position: absolute;
    content: '';
    background: #000000;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    opacity: 0.1;
}

.banner-style-six .image-laye-2 {
    position: absolute;
    left: 30%;
    bottom: 0px;
}

.banner-style-six .content-box .theme-btn-two {
    padding: 15px 37px;
}


/** welcome-section **/

.welcome-section {
    position: relative;
    background: #352752;
    padding: 204px 0px 120px 0px;
}

.welcome-section .sec-title-two h2 {
    margin-bottom: 52px;
}

.welcome-section .sec-title-two {
    margin-bottom: 0px;
}

.content_block_18 .content-box {
    position: relative;
    display: block;
}

.content_block_18 .content-box .text {
    position: relative;
    display: block;
    margin-bottom: 33px;
}

.content_block_18 .content-box .text h3 {
    position: relative;
    display: block;
    font-size: 28px;
    line-height: 38px;
    font-family: 'Roboto', sans-serif;
    color: #fff;
    font-weight: 500;
    margin-bottom: 32px;
}

.content_block_18 .content-box .text p {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 30px;
    font-family: 'Barlow', sans-serif;
    color: #dddce1;
    margin-bottom: 0px;
}

.content_block_18 .content-box .author-box {
    position: relative;
    display: flex;
    align-items: center;
}

.content_block_18 .content-box .author-box .author-info {
    margin-right: 80px;
}

.content_block_18 .content-box .author-box .author-info h4 {
    position: relative;
    display: block;
    font-size: 22px;
    line-height: 30px;
    font-family: 'Roboto', sans-serif;
    color: #fff;
    font-weight: 500;
    margin-bottom: 3px;
}

.content_block_18 .content-box .author-box .author-info .designation {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 24px;
    font-family: 'Barlow', sans-serif;
}


/** service-style-eight **/

.service-style-eight {
    position: relative;
    padding-top: 115px;
}

.service-style-eight .bg-layer {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: calc(100% - 95px);
    background: #edeaf4;
}

.service-style-eight .sec-title-two h2 {
    margin-bottom: 27px;
}

.service-style-eight .sec-title-two p {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 26px;
    font-family: 'Barlow', sans-serif;
    color: #4e4e4e;
    margin-bottom: 0px;
}

.service-style-eight .tabs-content .tab {
    position: relative;
    display: none;
    -webkit-transform: translateY(35px);
    -ms-transform: translateY(35px);
    transform: translateY(35px);
    -webkit-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    transition: all 600ms ease;
    z-index: 10;
}

.service-style-eight .tabs-content .tab.active-tab {
    display: block;
    margin-top: 0px;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}

.service-style-eight .tab-button-column {
    position: relative;
    display: block;
    margin-bottom: 65px;
}

.service-style-eight .tab-buttons {
    position: relative;
    width: 440px;
    margin: 0 auto;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.10);
}

.service-style-eight .tab-buttons li {
    position: relative;
    display: inline-block;
    float: left;
    width: 50%;
    font-size: 14px;
    line-height: 24px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    color: #000000;
    text-transform: uppercase;
    text-align: center;
    padding: 16.5px 15px;
    background: #fff;
    cursor: pointer;
    letter-spacing: 1px;
    transition: all 500ms ease;
}

.service-style-eight .tab-buttons li.active-btn {
    color: #fff;
}

.service-style-eight .sec-title-two {
    margin-bottom: 47px;
}

.service-style-eight .tab-content-inner {
    position: relative;
    display: block;
    background: #fff;
    margin-left: 15px;
    margin-right: 15px;
}

.service-style-eight .tab-content-inner .service-block {
    padding: 0px;
}

.service-block-eight .inner-box {
    position: relative;
    display: block;
    background: #fff;
    padding: 40px 30px 49px 30px;
    border: 1px solid #d7d6d9;
    border-right: none;
}

.service-style-eight .tab-content-inner .service-block:nth-child(4) .service-block-eight .inner-box,
.service-style-eight .tab-content-inner .service-block:last-child .service-block-eight .inner-box {
    border-right: 1px solid #d7d6d9;
}

.service-style-eight .tab-content-inner .service-block:first-child .service-block-eight .inner-box,
.service-style-eight .tab-content-inner .service-block:nth-child(2) .service-block-eight .inner-box,
.service-style-eight .tab-content-inner .service-block:nth-child(3) .service-block-eight .inner-box,
.service-style-eight .tab-content-inner .service-block:nth-child(4) .service-block-eight .inner-box {
    border-bottom: none;
}

.service-block-eight .inner-box:before {
    position: absolute;
    content: '';
    background: #352752;
    width: 100%;
    height: 0%;
    left: 0px;
    top: 0px;
    transition: all 500ms ease;
}

.service-block-eight .inner-box:hover:before {
    height: 100%;
}

.service-block-eight .inner-box .icon-holder {
    position: relative;
    display: block;
    margin-bottom: 25px;
}

.service-block-eight .inner-box .icon-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 64px;
    transition: all 500ms ease;
}

.service-block-eight .inner-box:hover .icon-box {
    opacity: 0;
}

.service-block-eight .inner-box .overlay-icon {
    position: absolute;
    display: flex;
    left: 0px;
    top: 0px;
    width: 100%;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: all 500ms ease;
}

.service-block-eight .inner-box:hover .overlay-icon {
    opacity: 1;
}

.service-block-eight .inner-box h3 {
    position: relative;
    display: block;
    font-size: 22px;
    line-height: 30px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    color: #000;
    margin-bottom: 6px;
}

.service-block-eight .inner-box h3 a {
    display: inline-block;
    color: #000;
    transition: all 500ms ease;
}

.service-block-eight .inner-box p {
    position: relative;
    display: block;
    font-size: 17px;
    line-height: 26px;
    font-family: 'Barlow', sans-serif;
    color: #474747;
    margin-bottom: 0px;
    transition: all 500ms ease;
}

.service-block-eight .inner-box:hover h3 a,
.service-block-eight .inner-box:hover p {
    color: #fff;
}


/** about-style-eight **/

.about-style-eight {
    position: relative;
    padding: 115px 0px 109px 0px;
}

.content_block_19 .content-box {
    position: relative;
    display: block;
    margin-left: 48px;
}

.content_block_19 .content-box .video-inner {
    position: relative;
    display: block;
    margin-bottom: 34px;
}

.content_block_19 .content-box .video-inner .image {
    position: relative;
    display: block;
    overflow: hidden;
}

.content_block_19 .content-box .video-inner .image:before {
    position: absolute;
    content: '';
    background: #000;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    opacity: 0.3;
    z-index: 1;
}

.content_block_19 .content-box .video-inner .image img {
    width: 100%;
    transition: all 500ms ease;
}

.content_block_19 .content-box .video-inner:hover .image img {
    transform: scale(1.05);
}

.content_block_19 .content-box .video-inner .video-btn {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

.content_block_19 .content-box .video-inner .video-btn a {
    position: relative;
    display: inline-block;
    width: 71px;
    height: 71px;
    line-height: 71px;
    background: #fff;
    border-radius: 50%;
    text-align: center;
}

.content_block_19 .content-box .video-inner .video-btn a:before {
    position: absolute;
    content: '';
    border: 2px solid rgba(255, 255, 255, 0.30);
    width: 83px;
    height: 83px;
    border-radius: 50%;
    left: -6px;
    top: -6px;
}

.content_block_19 .content-box .video-inner .video-btn a:after {
    width: 83px;
    height: 83px;
    border-radius: 50%;
    background: transparent;
    position: absolute;
    left: -6px;
    top: -6px;
    -webkit-animation-delay: .9s;
    animation-delay: .9s;
    content: "";
    position: absolute;
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.9);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.9);
    -webkit-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.content_block_19 .content-box .text p {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 30px;
    font-family: 'Barlow', sans-serif;
    color: #352752;
    font-weight: 500;
    margin-bottom: 0px;
}

.about-style-eight .content_block_four .content-box .list-style-one {
    margin-bottom: 0px;
}


/** project-style-four **/

.project-style-four {
    position: relative;
    padding: 115px 0px 90px 0px;
    background: #281e3f;
}

.project-style-four .sec-title-two {
    margin-bottom: 70px;
}


/** testimonial-style-six **/

.testimonial-style-six {
    position: relative;
    padding: 115px 0px 120px 0px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
}

.testimonial-style-six:before {
    position: absolute;
    content: '';
    background: -webkit-linear-gradient(0deg, rgba(235, 235, 235, 1) 25%, rgba(235, 235, 235, 0.0) 50%);
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
}

.testimonial-style-six .big-text {
    position: absolute;
    left: -510px;
    top: 495px;
    font-size: 150px;
    line-height: 100px;
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #c7c6c9;
    text-transform: uppercase;
    transform: rotate(90deg);
}

.testimonial-style-six .sec-title-two .sub-title {
    color: #2b1f48;
}

.testimonial-style-six .sec-title-two .sub-title:before {
    background: #2b1f48;
}

.testimonial-style-six .testimonial-content .inner-box {
    position: relative;
    display: block;
}

.testimonial-style-six .testimonial-content .inner-box .text {
    position: relative;
    display: block;
    background: #fff;
    padding: 43px 45px 66px 45px;
    border-radius: 10px;
    margin-bottom: 70px;
    box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.10);
}

.testimonial-style-six .testimonial-content .inner-box .text:before {
    position: absolute;
    content: '';
    background: #fff;
    width: 55px;
    height: 45px;
    left: 120px;
    bottom: -45px;
    clip-path: polygon(0% 0%, 100% 0%, 0% 100%, 0% 100%, 0% 0%);
    border-bottom-left-radius: 5px;
}

.testimonial-style-six .testimonial-content .inner-box .text .quote-icon {
    position: relative;
    display: block;
    font-size: 36px;
    line-height: 40px;
    margin-bottom: 11px;
}

.testimonial-style-six .testimonial-content .inner-box .text p {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 30px;
    font-family: 'Barlow', sans-serif;
    color: #2e2e2e;
    font-style: italic;
    margin-bottom: 0px;
}

.testimonial-style-six .testimonial-content .inner-box .text .shape {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
}

.testimonial-style-six .owl-carousel .owl-stage-outer {
    overflow: visible;
}

.testimonial-style-six .owl-carousel .owl-stage-outer .owl-item {
    opacity: 0;
}

.testimonial-style-six .owl-carousel .owl-stage-outer .owl-item.active {
    opacity: 1;
}

.testimonial-style-six .testimonial-content .inner-box .author-box {
    position: relative;
    display: block;
    padding: 21px 0px 20px 100px;
    margin-left: 70px;
}

.testimonial-style-six .testimonial-content .inner-box .author-box .thumb-box {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 85px;
    height: 85px;
    border-radius: 50%;
}

.testimonial-style-six .testimonial-content .inner-box .author-box .thumb-box img {
    width: 100%;
    border-radius: 50%;
}

.testimonial-style-six .testimonial-content .inner-box .author-box h5 {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 24px;
    font-family: 'Barlow', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 0px;
}

.testimonial-style-six .testimonial-content .inner-box .author-box .designation {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 20px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    color: #727272;
    text-transform: uppercase;
}

.testimonial-style-six .owl-carousel .owl-dots {
    position: absolute;
    right: 23px;
    bottom: 62px;
    display: block;
}

.testimonial-style-six .owl-carousel .owl-dots button {
    position: relative;
    display: inline-block;
    background: transparent;
    width: 13px;
    height: 13px;
    border: 2px solid #2c233f;
    border-radius: 50%;
    cursor: pointer;
    margin: 0px 5px;
    transition: all 500ms ease;
}

.testimonial-style-six .owl-carousel .owl-dots button.active,
.testimonial-style-six .owl-carousel .owl-dots button:hover {

}


/** production-section **/

.production-section {
    position: relative;
    padding: 95px 0px 112px 0px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.content_block_20 .content-box {
    position: relative;
    display: block;
}

.content_block_20 .content-box .sec-title-two .sub-title {
    color: #fff;
}

.content_block_20 .content-box .sec-title-two .sub-title:before {
    background: #fff;
}

.content_block_20 .content-box .text p {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 30px;
    font-family: 'Barlow', sans-serif;
    color: #fff;
    margin-bottom: 28px;
}

.content_block_20 .content-box .download-list li {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 30px;
    font-family: 'Roboto', sans-serif;
    color: #fff;
    font-weight: 700;
    margin-bottom: 10px;
    padding-left: 45px;
}

.content_block_20 .content-box .download-list li:before {
    position: absolute;
    content: "\f138";
    font-family: 'flaticon';
    font-size: 24px;
    left: 0px;
    top: 4px;
    font-weight: 400;
    transform: rotate(90deg);
}

.content_block_20 .content-box .download-list li:last-child {
    margin-bottom: 0px;
}

.content_block_20 .content-box .download-list li a {
    display: inline-block;
    color: #fff;
    transition: all 500ms ease;
}

.content_block_20 .content-box .download-list li a:hover {

}

.production-section .image-box {
    position: relative;
    display: block;
    padding: 0px 0px 204px 90px;
    margin-right: 17px;
    margin-top: 21px;
}

.production-section .image-box .image {
    position: relative;
    display: block;
    border-radius: 50%;
}

.production-section .image-box .image:before {
    position: absolute;
    content: '';
    border: 1px solid rgba(255, 255, 255, 0.20);
    width: calc(100% + 26px);
    height: calc(100% + 20px);
    top: -10px;
    right: 0px;
    border-radius: 50%;
}

.production-section .image-box .image img {
    width: 100%;
    border-radius: 50%;
}

.production-section .image-box .image-2 {
    position: absolute;
    right: 50px;
    bottom: 0px;
}

.appointment-section .image-box {
    position: relative;
    display: block;
    overflow: hidden;
    margin-top: 31px;
}

.appointment-section .image-box img {
    width: 100%;
}

.appointment-section .image-box:before {
    position: absolute;
    top: 0;
    left: -100%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, .3)));
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    -webkit-transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
    transform: skewX(-25deg);
    z-index: 1;
}

.appointment-section .image-box:hover:before {
    -webkit-animation: shine 1s;
    animation: shine 1s;
}

.appointment-section.alternat-2 {
    background: #ebebeb;
}

.appointment-section.alternat-2 .form-inner .form-group input[type='text'],
.appointment-section.alternat-2 .form-inner .form-group input[type='email'],
.appointment-section.alternat-2 .form-inner .form-group textarea {
    border-color: #dfdcdc;
}

.appointment-section .bg-color {
    position: absolute;
    left: 0px;
    top: 0px;
    width: calc(50% - 415px);
    height: 100%;
    background: #3b363e;
}

.blog-style1-area.home-9 {
    background: #f3f3f3;
}

.main-footer.home-9 {
    background: #262032;
}

.main-footer.home-9 .footer-top .newsletter-widget form .form-group input[type="email"] {
    background: #19161f;
}


/** header-style-10 **/

.header-style-10 {
    position: absolute;
    left: 0px;
    top: 40px;
    width: 100%;
    padding: 0px 180px;
}

.header-style-10 .outer-box {
    position: relative;
    display: flex;
    text-align: center;
    justify-content: space-between;
    padding: 0px 35px;
    border-radius: 5px;
}

.header-style-10 .outer-box:before {
    position: absolute;
    content: '';
    background: #fff;
    width: calc(100% - 30px);
    height: 100%;
    left: 15px;
    top: 10px;
    border-radius: 5px;
    opacity: 0.2;
}

.header-style-10 .outer-box .header-right {
    display: flex;
    align-items: center;
}

.header-style-10 .outer-box .logo-box {
    padding: 19px 0px 20px 0px;
    z-index: 1;
}

.header-style-10 .header {
    box-shadow: none;
    border-radius: 5px;
}

.header-style-10 .outer-box .main-menu .navigation > li:before {
    display: none;
}

.header-style-10 .outer-box .main-menu .navigation > li > a {
    color: #242424;
    border: none;
    padding: 0px 20px;
    text-transform: uppercase;
}

.header-style-10 .outer-box .nav-outer {
    margin-right: 16px;
}

.header-style-10 .outer-box .btn-box {
    padding: 22px 0px;
}

.header-style-10 .outer-box .theme-btn-two {
    padding: 12px 22px;
}

.header-style-10.main-header .option-box {
    margin-left: 0px;
    margin-right: 14px;
}

.header-style-10.main-header .sticky-header .outer-box {
    padding: 0px 210px;
}

.header-style-10.main-header .sticky-header .outer-box:before {
    display: none;
}


/** banner-style-seven **/

.banner-style-seven {
    position: relative;
    width: 100%;
    padding: 295px 0px 294px 0px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
}

.banner-style-seven .bg-layer {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right center;
}

.banner-style-seven .bg-layer:before {
    position: absolute;
    content: '';
    background: #000;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    opacity: 0.25;
}

.banner-style-seven .bg-color {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 580px;
    height: 100%;
    background: #c25c11;
}

.banner-style-seven .image-layer {
    position: absolute;
    left: 0px;
    top: 0px;
}

.banner-style-seven .content-box {
    position: relative;
    display: block;
    max-width: 500px;
    z-index: 1;
}

.banner-style-seven .content-box h2 {
    position: relative;
    display: block;
    font-size: 72px;
    line-height: 90px;
    font-family: 'Roboto', sans-serif;
    color: #fff;
    font-weight: 900;
    margin-bottom: 8px;
}

.banner-style-seven .content-box p {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 30px;
    font-family: 'Barlow', sans-serif;
    color: #fff;
    margin-bottom: 34px;
}

.banner-style-seven .content-box .link-box a {
    position: relative;
    display: inline-block;
    font-size: 15px;
    line-height: 16px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    border-bottom: 1px solid #fff;
}

.banner-style-seven .banner-info {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
}

.banner-style-seven .banner-info .info-inner {
    position: relative;
    display: block;
    width: 100%;
    background: #f2f6f7;
    z-index: 1;
}

.banner-style-seven .banner-info .info-list li {
    position: relative;
    float: left;
}

.banner-style-seven .banner-info .info-list li.video-inner {
    background: #222a36;
    padding: 41px 65px 32px 65px;
}

.banner-style-seven .banner-info .info-list li.video-inner a {
    position: relative;
    display: inline-block;
    font-size: 15px;
    line-height: 26px;
    font-family: 'Roboto', sans-serif;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    padding: 16px 15px 15px 90px;
}

.banner-style-seven .banner-info .info-list li.video-inner a i {
    position: absolute;
    left: 0px;
    top: 0px;
    display: inline-block;
    width: 62px;
    height: 57px;
    line-height: 63px;
    font-size: 20px;
    color: #fff;
    text-align: center;
}

.banner-style-seven .banner-info .info-list li {
    position: relative;
    padding: 43px 55px 34px 50px;
}

.banner-style-seven .banner-info .info-list li .single-item {
    position: relative;
    display: block;
    padding: 0px 55px 0px 60px;
    border-right: 1px solid #d6d7d8;
}

.banner-style-seven .banner-info .info-list li:last-child .single-item {
    padding-right: 0px;
    border-right: none;
}

.banner-style-seven .banner-info .info-list li .single-item .icon-box {
    position: absolute;
    left: 0px;
    top: 10px;
    font-size: 40px;
    line-height: 40px;
    color: #000000;
}

.banner-style-seven .banner-info .info-list li .single-item h6 {
    position: relative;
    display: block;
    font-size: 15px;
    line-height: 24px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    color: #6f6f6f;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.banner-style-seven .banner-info .info-list li .single-item h5 {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 24px;
    font-weight: 900;
    font-family: 'Roboto', sans-serif;
    color: #242424;
}

.banner-style-seven .banner-info .info-list li .single-item h5 a {
    display: inline-block;
    color: #242424;
    transition: all 500ms ease;
}

.banner-style-seven .banner-info .info-list li .single-item h5 a:hover {

}

.banner-style-seven .white-bg {
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 100%;
    height: 70px;
    background: #fff;
}


/** about-style-nine **/

.about-style-nine {
    position: relative;
    padding: 115px 0px 120px 0px;
}

.about-style-nine .content_block_four .content-box {
    margin-right: 70px;
}

.about-style-nine .content_block_four .content-box .sec-title-two h2 span {
    display: block;
}

.about-style-nine .image_block_one .image-box {
    margin-right: -80px;
    margin-left: -30px;
}


/** service-style-nine **/

.service-style-nine {
    position: relative;
    padding-top: 115px;
}

.service-style-nine .bg-layer {
    position: absolute;
    content: '';
    background: #28303c;
    width: 100%;
    height: calc(100% - 125px);
    left: 0px;
    top: 0px;
}

.service-style-nine .pattern-layer {
    position: absolute;
    width: 100%;
    height: calc(100% - 125px);
    left: 0px;
    top: 0px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.service-block-nine .inner-box {
    position: relative;
    display: block;
    background: #fff;
    border-radius: 5px;
    padding: 43px 20px 51px 20px;
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.10);
    overflow: hidden;
    transition: all 500ms ease;
}

.service-block-nine .inner-box:hover {
    transform: translateY(-10px);
}

.service-block-nine .inner-box .icon-box {
    position: relative;
    display: inline-block;
    font-size: 60px;
    color: #222a36;
    background-image: url(../images-2/shape/shape-27.png);
    width: 120px;
    height: 121px;
    line-height: 121px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 28px;
}

.service-block-nine .inner-box h3 {
    position: relative;
    display: block;
    font-size: 24px;
    line-height: 32px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    color: #222222;
    margin-bottom: 11px;
}

.service-block-nine .inner-box h3 a {
    display: inline-block;
    color: #222;
    transition: all 500ms ease;
}

.service-block-nine .inner-box h3 a:hover {

}

.service-block-nine .inner-box p {
    position: relative;
    display: block;
    font-size: 17px;
    line-height: 28px;
    color: #444444;
    font-family: 'Barlow', sans-serif;
    margin-bottom: 23px;
}

.service-block-nine .inner-box .link-btn a {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.service-block-nine .inner-box .link-btn a:hover {
    text-decoration: underline;
}

.service-block-nine .inner-box .shape {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 62px;
    height: 105px;
    background-repeat: no-repeat;
}

.service-style-nine .sec-title-two {
    margin-bottom: 73px;
}


/** process-section **/

.process-section {
    position: relative;
    padding: 115px 0px 120px 0px;
}

.process-block-one .inner-box {
    position: relative;
    display: block;
    background: #f0f2f6;
    border-radius: 5px;
    padding: 28px 30px 40px 35px;
    overflow: hidden;
}

.process-block-one .inner-box:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 0%;
    left: 0px;
    top: 0px;
    transition: all 500ms ease;
}

.process-block-one .inner-box:hover:before {
    height: 100%;
}

.process-block-one .inner-box .count-text {
    position: absolute;
    top: 0px;
    right: 25px;
    width: 38px;
    height: 60px;
    line-height: 60px;
    border-radius: 0px 0px 30px 30px;
    background: #3a3e4b;
    font-size: 18px;
    font-family: 'Barlow', sans-serif;
    color: #fff;
    text-align: center;
}

.process-block-one .inner-box .icon-box {
    position: relative;
    display: inline-block;
    font-size: 60px;
    line-height: 60px;
    color: #000000;
    margin-bottom: 7px;
    transition: all 500ms ease;
}

.process-block-one .inner-box h3 {
    position: relative;
    display: block;
    font-size: 22px;
    line-height: 30px;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
    color: #262a38;
    margin-bottom: 4px;
    transition: all 500ms ease;
}

.process-block-one .inner-box .text {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 26px;
    font-family: 'Barlow', sans-serif;
    color: #9a9a9c;
    transition: all 500ms ease;
    margin-bottom: 15px;
}

.process-block-one .inner-box p {
    position: relative;
    display: block;
    font-size: 17px;
    line-height: 26px;
    color: #444444;
    font-family: 'Barlow', sans-serif;
    margin-bottom: 0px;
    transition: all 500ms ease;
}

.process-block-one .inner-box:hover .icon-box,
.process-block-one .inner-box:hover h3,
.process-block-one .inner-box:hover p {
    color: #fff;
}

.process-block-one .inner-box:hover .text {
    color: rgba(255, 255, 255, 0.60);
}

.process-section .sec-title-two {
    margin-bottom: 50px;
}


/** chooseus-style-six **/

.chooseus-style-six {
    position: relative;
    background: #faefdd;
    padding: 120px 0px;
}

.chooseus-style-six .image-box {
    position: relative;
    display: block;
    margin-right: 39px;
    padding-bottom: 35px;
}

.chooseus-style-six .image-box .image {
    position: relative;
    display: block;
    border-radius: 5px;
}

.chooseus-style-six .image-box .image img {
    width: 100%;
    border-radius: 5px;
}

.chooseus-style-six .image-box .video-btn {
    position: absolute;
    right: 63px;
    bottom: 100px;
}

.chooseus-style-six .image-box .video-btn a {
    position: relative;
    display: inline-block;
    width: 93px;
    height: 93px;
    line-height: 107px;
    background: #262a38;
    font-size: 30px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
}

.chooseus-style-six .image-box .video-btn a:before {
    position: absolute;
    content: '';
    border: 2px solid #cd8245;
    width: 107px;
    height: 107px;
    left: -7px;
    top: -7px;
    border-radius: 50%;
}

.chooseus-style-six .image-box .video-btn a:after {
    width: 107px;
    height: 107px;
    border-radius: 50%;
    background: transparent;
    position: absolute;
    left: -7px;
    top: -7px;
    -webkit-animation-delay: .9s;
    animation-delay: .9s;
    content: "";
    position: absolute;
    -webkit-box-shadow: 0 0 0 0 rgba(205, 130, 69, 0.9);
    box-shadow: 0 0 0 0 rgba(205, 130, 69, 0.9);
    -webkit-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.chooseus-style-six .image-box .text {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 320px;
    background: #3d4260;
    padding: 27px 30px 29px 35px;
    border-bottom-left-radius: 10px;
}

.chooseus-style-six .image-box .text h3 {
    position: relative;
    display: block;
    font-size: 26px;
    line-height: 31px;
    font-family: 'Roboto', sans-serif;
    color: #fff;
    font-weight: 500;
}

.content_block_21 .content-box {
    position: relative;
    display: block;
    margin-top: -8px;
}

.content_block_21 .content-box .sec-title-two h2 {
    margin-bottom: 19px;
}

.content_block_21 .content-box .sec-title-two p {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 30px;
    font-family: 'Barlow', sans-serif;
    color: #494949;
    margin-bottom: 0px;
}

.content_block_21 .content-box .sec-title-two {
    margin-bottom: 39px;
}

.content_block_21 .content-box .inner-box .single-item {
    position: relative;
    display: block;
    padding: 25px 30px 30px 30px;
    border-right: 1px solid #d5cdbf;
}

.content_block_21 .content-box .inner-box .single-column:nth-child(3) .single-item,
.content_block_21 .content-box .inner-box .single-column:last-child .single-item {
    border-right: none;
}

.content_block_21 .content-box .inner-box .single-column:nth-child(2) .single-item,
.content_block_21 .content-box .inner-box .single-column:nth-child(3) .single-item,
.content_block_21 .content-box .inner-box .single-column:first-child .single-item {
    border-bottom: 1px solid #d5cdbf;
}

.content_block_21 .content-box .inner-box .single-item .icon-box {
    position: relative;
    display: block;
    font-size: 65px;
    line-height: 60px;
    margin-bottom: 8px;
}

.content_block_21 .content-box .inner-box .single-item p {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 25px;
    font-weight: 500;
    font-family: 'Barlow', sans-serif;
    color: #444444;
    margin-bottom: 0px;
}

.content_block_21 .content-box .inner-box .single-column {
    padding: 0px 0px;
}

.content_block_21 .content-box .inner-box {
    position: relative;
    margin: 0px 15px;
}

.chooseus-style-six .bg-layer {
    position: absolute;
    left: 0px;
    top: 0px;
    width: calc(50% - 300px);
    height: 100%;
    background: #262a38;
}

.project-style-two.home-10 {
    padding-bottom: 0px;
}

.project-style-two.home-10 .project-block-one .inner-box .image {
    border-radius: 8px;
    background: #0a2137;
}

.project-style-two.home-10 .project-block-one .inner-box .image img {
    border-radius: 8px;
    transition: all 500ms ease;
}

.project-style-two.home-10 .project-block-one .inner-box:hover .image img {
    opacity: 0.5;
}

.project-style-two .project-block-one .inner-box {
    margin-bottom: 0px;
}

.project-style-two .bg-layer-2 {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 90px;
    background: #0a2137;
}

.testimonial-style-three.home-10 {
    background: #0a2137;
}

.appointment-section.home-10 {
    background: #d0e1e6;
}

.appointment-section.home-10 .inner-box {
    margin-left: 0px;
    margin-right: 50px;
}

.appointment-section .bg-layer-2 {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right center;
}


/** header-style-11 **/

.header-style-11 .outer-box {
    padding: 0px 70px;
}


/** banner-style-eight **/

.banner-style-eight {
    position: relative;
    padding: 0px 70px;
    padding-bottom: 97px;
    background: #0b101d;
}

.banner-style-eight .outer-container {
    position: relative;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.banner-style-eight .content-box-one {
    position: relative;
    background: #090918;
}

.banner-style-eight .content-box-one .content-inner {
    position: relative;
    max-width: 400px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    padding: 88px 30px 94px 60px;
    clip-path: polygon(0% 0%, 89% -1%, 216% 100%, 0% 100%, 0% 0%);
}

.banner-style-eight .content-box-one .content-inner:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    opacity: 0.82;
}

.banner-style-eight .content-box-one .content-inner h2 {
    position: relative;
    display: block;
    font-size: 50px;
    line-height: 62px;
    color: #fff;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 23px;
}

.banner-style-eight .content-box-one .content-inner p {
    position: relative;
    display: block;
    font-size: 22px;
    line-height: 32px;
    font-family: 'Barlow', sans-serif;
    color: #fff;
    margin-bottom: 47px;
}

.banner-style-eight .content-box-one .content-inner .theme-btn-two {
    background: #140708;
}

.banner-style-eight .content-box-one .content-inner .theme-btn-two:before {
    background: #0063bf;
    opacity: 1;
}

.banner-style-eight .content-box-two {
    position: absolute;
    left: 70px;
    bottom: 0px;
    width: 245px;
    padding: 50px 20px 36px 35px;
}

.banner-style-eight .content-box-two .icon-box {
    position: relative;
    display: block;
    font-size: 60px;
    line-height: 60px;
    color: #fff;
    margin-bottom: 41px;
}

.banner-style-eight .content-box-two h4 {
    position: relative;
    display: block;
    font-size: 21px;
    line-height: 31px;
    font-family: 'Roboto', sans-serif;
    color: #fff;
    font-weight: 700;
    margin-bottom: 21px;
}

.banner-style-eight .content-box-two a {
    position: relative;
    display: inline-block;
    transition: all 500ms ease;
}

.banner-style-eight .content-box-two a:hover {
    transform: scale(1.05);
}

.banner-style-eight .bg-layer {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 348px;
    background: #171c2d;
}


/** about-style-ten **/

.about-style-ten {
    position: relative;
    padding: 115px 0px 120px 0px;
    background: #171c2d;
}

.image_block_six .image-box {
    position: relative;
    display: block;
    margin-left: 66px;
    padding-left: 79px;
    padding-bottom: 130px;
}

.image_block_six .image-box:before {
    position: absolute;
    content: '';
    border: 5px solid #fff;
    width: calc(100% - 128px);
    height: calc(100% - 44px);
    left: 50px;
    top: -43px;
}

.image_block_six .image-box .image-2 {
    position: absolute;
    left: 0px;
    bottom: 0px;
}

.image_block_six .image-box .image img {
    width: 100%;
}

.image_block_six .image-box .icon-box {
    position: absolute;
    left: -135px;
    bottom: 0px;
    font-size: 280px;
    line-height: 100px;
    color: rgba(255, 255, 255, 0.03);
}


/** service-style-ten **/

.service-style-ten {
    position: relative;
    padding: 115px 0px 440px 0px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
}

.service-style-ten:before {
    position: absolute;
    content: '';
    background: #4e525b;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    opacity: 0.9;
}

.service-style-ten .sec-title-two .sub-title,
.service-style-ten .upper-title-inner .text p {
    color: #fff;
}

.service-style-ten .sec-title-two .sub-title:before {
    background: #fff;
}

.service-block-ten .inner-box {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 5px;
    background: #fff;
    text-align: center;
}

.service-block-ten .inner-box .image-box {
    position: relative;
    display: block;
    overflow: hidden;
}

.service-block-ten .inner-box .image-box img {
    width: 100%;
    transition: all 500ms ease;
}

.service-block-ten .inner-box:hover .image-box img {
    opacity: 0.4;
    transform: scale(1.05);
}

.service-block-ten .inner-box .lower-content {
    position: relative;
    display: block;
    padding: 35px 30px 39px 30px;
}

.service-block-ten .inner-box .lower-content h3 {
    position: relative;
    display: block;
    font-size: 24px;
    line-height: 30px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    color: #242424;
    margin-bottom: 7px;
}

.service-block-ten .inner-box .lower-content h3 a {
    position: relative;
    display: inline-block;
    color: #242424;
    transition: all 500ms ease;
}

.service-block-ten .inner-box .lower-content h3 a:hover {

}

.service-block-ten .inner-box .lower-content p {
    position: relative;
    display: block;
    font-size: 17px;
    line-height: 26px;
    font-family: 'Barlow', sans-serif;
    color: #242424;
    margin-bottom: 19px;
}

.service-block-ten .inner-box .lower-content .link a {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}

.service-block-ten .inner-box .lower-content .link a:hover {
    text-decoration: underline;
}


/** chooseus-style-seven **/

.chooseus-style-seven {
    position: relative;
    margin-top: -318px;
}

.chooseus-style-seven .bg-layer {
    position: absolute;
    left: 0px;
    top: 0px;
    width: calc(50% - 315px);
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 1;
}

.chooseus-style-seven .image-layer {
    position: absolute;
    right: 0px;
    bottom: -88px;
}

.chooseus-style-seven .image-layer:before {
    position: absolute;
    content: '';
    background: #000;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    opacity: 0.15;
}

.chooseus-style-seven .inner-container {
    position: relative;
    display: block;
    padding: 112px 0px 59px 0px;
    border-radius: 5px;
}

.chooseus-style-seven .content-box {
    position: relative;
    display: block;
    padding-left: 70px;
    padding-right: 70px;
    z-index: 2;
}

.chooseus-style-seven .content-box .sec-title-two .sub-title {
    color: #fff;
}

.chooseus-style-seven .content-box .sec-title-two {
    margin-bottom: 44px;
}

.chooseus-style-seven .content-box .sec-title-two .sub-title:before {
    background: #fff;
}

.chooseus-style-seven .content-box .inner-box .single-item {
    position: relative;
    display: block;
    margin-bottom: 44px;
    padding-right: 35px;
}

.chooseus-style-seven .content-box .inner-box .single-item .inner {
    position: relative;
    display: block;
    padding: 0px 0px 0px 78px;
    margin-bottom: 18px;
}

.chooseus-style-seven .content-box .inner-box .single-item .inner .icon-box {
    position: absolute;
    left: 0px;
    top: 1px;
    font-size: 50px;
    line-height: 50px;
    color: #fff;
}

.chooseus-style-seven .content-box .inner-box .single-item .inner h4 {
    position: relative;
    display: block;
    font-size: 21px;
    line-height: 26px;
    font-family: 'Roboto', sans-serif;
    color: #fff;
    font-weight: 900;
}

.chooseus-style-seven .content-box .inner-box .single-item p {
    position: relative;
    display: block;
    font-size: 17px;
    line-height: 26px;
    font-family: 'Barlow', sans-serif;
    color: #fff;
    margin-bottom: 0px;
}


/** project-style-five **/

.project-style-five {
    position: relative;
    padding: 115px 0px 90px 0px;
}

.project-style-five .project-block-one .image {
    border-radius: 5px;
    overflow: hidden;
}

.project-style-five .project-block-one .inner-box:hover .image img {
    opacity: 0.1;
}

.project-style-five .sec-title-two .link-box {
    position: absolute;
    right: 0px;
    bottom: 6px;
}

.project-style-five .sec-title-two .link-box a {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.project-style-five .sec-title-two .link-box a i {
    position: relative;
    margin-left: 10px;
    top: 6px;
    font-size: 22px;
}

.project-style-five .sec-title-two .link-box a:hover {
    color: #222;
}

.project-style-five .sec-title-two {
    margin-bottom: 57px;
}

.testimonial-style1-area.home-11 {
    background: #4e525b;
    padding: 115px 0px 120px 0px;
}

.testimonial-style1-area.home-11 .layer-outer {
    opacity: 1;
}

.testimonial-style1-area.home-11 .single-testimonial-style1 {
    margin-bottom: 0px;
    max-width: 100%;
}

.testimonial-style1-area.home-11 .sec-title-two .sub-title {
    color: #fff;
}

.testimonial-style1-area.home-11 .sec-title-two .sub-title:before {
    background: #fff;
}

.testimonial-style1-area.home-11 .owl-nav-style-one.owl-theme .owl-nav {
    top: inherit;
    right: inherit;
    left: -335px;
    bottom: 20px;
}


/** estimate-section **/

.estimate-section {
    position: relative;
    background-image: -webkit-linear-gradient(90deg, #dfe4eb 0%, #ffffff 100%);
    padding: 115px 0px 243px 0px;
}

.estimate-section .inner-box .sec-title-two {
    margin-bottom: 6px;
}

.estimate-section .inner-box .text h3 {
    position: relative;
    display: block;
    font-size: 26px;
    line-height: 34px;
    font-family: 'Barlow', sans-serif;
    color: #242424;
    font-weight: 500;
    margin-bottom: 27px;
}

.estimate-section .inner-box .text p {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 28px;
    font-family: 'Barlow', sans-serif;
    color: #4d4d4d;
    margin-bottom: 30px;
}

.estimate-section .inner-box .text p:last-child {
    margin-bottom: 0px;
    font-style: italic;
    font-size: 20px;
    line-height: 30px;
}

.cta-section.home-11 {
    margin-top: -140px;
}

.team-style-two.home-11 .coupon-block-one .inner-box .discount-box h2 .discount {
    color: #fff;
}

/** header-style-12 **/

.header-style-12 {
    position: relative;
}

.header-style-12 .header {
    background: transparent;
    box-shadow: none;
}

.header-style-12 .outer-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 70px;
}

.header-style-12 .logo-box {
    position: relative;
    padding: 54px 0px 25px 0px;
}

.header-style-12 .outer-box .main-menu .navigation > li:before {
    display: none;
}

.header-style-12 .outer-box .main-menu .navigation > li > a {
    border: none;
    color: #1a1e23;
    font-family: 'Barlow', sans-serif;
    text-transform: uppercase;
    padding: 0px 22px;
}

.header-style-12 .outer-box .header-right .call-box {
    position: relative;
    display: block;
    margin-bottom: 3px;
}

.header-style-12 .outer-box .header-right .call-box h4 {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 30px;
    font-family: 'Barlow', sans-serif;
    color: #384227;
}

.header-style-12 .outer-box .header-right .call-box h4 a {
    display: inline-block;
    font-size: 22px;
    font-weight: 600;
}

.header-style-12 .outer-box .header-right .call-box h4 a:hover {
    text-decoration: underline;
}

.header-style-12.main-header .nav-btn .bar {
    background: #32332f;
}

.header-style-12 .top-info {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: right;
    padding-top: 33px;
}

.header-style-12 .main-menu .navigation > li {
    padding-bottom: 19px;
}

.header-style-12 .top-info .social-links {
    margin-right: 22px;
}

.header-style-12 .top-info .social-links li {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 19px;
    width: 36px;
    border-right: 1px solid #b8bfa8;
    text-align: center;
}

.header-style-12 .top-info .social-links li:first-child {
    border-left: 1px solid #b8bfa8;
}

.header-style-12 .top-info .social-links li a {
    display: inline-block;
    color: #1b310c;
}

.header-style-12.main-header .sticky-header {
    background: #fcfdeb;
    padding: 0px 230px;
}

.header-style-12.main-header .logo-box {
    padding: 15px 0px 15px 0px;
}

.news-style-four.home-12 .single-blog-style1 .img-holder .inner img {
    opacity: 1 !important;
}


/** slider-style-four **/

.slider-style-four {
    position: relative;
    padding: 0px 70px;
}

.slider-style-four .slide-item {
    height: 600px;
    padding: 0px;
}

.slider-style-four .banner-carousel .slide-item:before {
    opacity: 0.1;
}

.slider-style-four .leaf-image {
    position: absolute;
    left: 70px;
    bottom: 0px;
    width: 77px;
    height: 126px;
    background-repeat: no-repeat;
    z-index: 2;
}


/** about-style-11 **/

.about-style-11 {
    position: relative;
    padding: 115px 0px 120px 0px;
}

.content_block_23 .content-box {
    position: relative;
    display: block;
}

.content_block_23 .content-box .text {
    position: relative;
    display: block;
    margin-bottom: 34px;
}

.content_block_23 .content-box .text h4 {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 28px;
    font-family: 'Barlow', sans-serif;
    color: #424242;
    font-weight: 400;
    margin-bottom: 35px;
}

.content_block_23 .content-box .text p {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 28px;
    font-family: 'Barlow', sans-serif;
    color: #424242;
    margin-bottom: 0px;
}

.content_block_23 .content-box .lower-box .author-box {
    position: relative;
    display: block;
    padding: 18px 0px 11px 110px;
    float: left;
    margin-right: 55px;
}

.content_block_23 .content-box .lower-box .author-box .thumb-box {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 79px;
    height: 79px;
    border-radius: 50%;
}

.content_block_23 .content-box .lower-box .author-box .thumb-box img {
    width: 100%;
    border-radius: 50%;
}

.content_block_23 .content-box .lower-box .author-box .thumb-box h5 {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 26px;
    font-family: 'Roboto', sans-serif;
    color: #494949;
    font-weight: 700;
    margin-bottom: 0px;
}

.content_block_23 .content-box .lower-box .author-box .thumb-box .designation {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 24px;
    font-family: 'Barlow', sans-serif;
    color: #494949;
}

.content_block_23 .content-box .lower-box .signature {
    position: relative;
    float: left;
}

.content_block_23 .content-box .sec-title-two {
    margin-bottom: 26px;
}

.about-style-11 .image-box {
    position: relative;
    display: block;
    padding-left: 233px;
    margin-left: 12px;
}

.about-style-11 .image-box .image-1 {
    position: relative;
}

.about-style-11 .image-box .image-2 {
    position: absolute;
    left: 0px;
    bottom: 0px;
}

.about-style-11 .image-box .image {
    overflow: hidden;
}

.about-style-11 .image-box .image img {
    width: 100%;
}

.about-style-11 .image-box .image:before {
    position: absolute;
    top: 0;
    left: -100%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, .3)));
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    -webkit-transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
    transform: skewX(-25deg);
    z-index: 1;
}

.about-style-11 .image-box .image:hover:before {
    -webkit-animation: shine 1s;
    animation: shine 1s;
}

.about-style-11 .pattern-layer {
    position: absolute;
    left: 60%;
    top: 0px;
    width: 180px;
    height: 133px;
    background-repeat: no-repeat;
}


/** service-style-11 **/

.service-style-11 {
    position: relative;
    padding-bottom: 120px;
}

.service-style-11 .inner-container {
    position: relative;
    padding-top: 115px;
    border-top: 1px solid #c5c5c5;
    margin-bottom: 80px;
}

.service-block-11 .inner-box {
    position: relative;
    display: block;
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0px 5px 0px 0px rgba(0, 0, 0, 0.05);
}

.service-block-11 .inner-box .image-box {
    position: relative;
    display: block;
    overflow: hidden;
}

.service-block-11 .inner-box .image-box img {
    width: 100%;
    transition: all 500ms ease;
}

.service-block-11 .inner-box:hover .image-box img {
    transform: scale(1.05);
    opacity: 0.4;
}

.service-block-11 .inner-box .lower-content {
    position: relative;
    display: block;
    padding: 28px 35px 33px 30px;
    border: 1px solid #ddddd5;
    border-top: none;
    border-radius: 0px 0px 5px 5px;
}

.service-block-11 .inner-box .lower-content h3 {
    position: relative;
    display: block;
    font-size: 24px;
    line-height: 29px;
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    margin-bottom: 16px;
}

.service-block-11 .inner-box .lower-content h3 a {
    position: relative;
    display: inline-block;
    color: #10250f;
}

.service-block-11 .inner-box .lower-content h3 a:hover {

}

.service-block-11 .inner-box .lower-content .link a {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    text-transform: uppercase;
}

.service-block-11 .inner-box .lower-content .link a:hover {
    color: #10250f;
}

.service-block-11 {
    margin-bottom: 5px;
}

.service-style-11 .owl-carousel .owl-nav.disabled {
    position: relative;
    display: block;
    text-align: center;
    margin-top: 60px;
}

.service-style-11 .owl-carousel .owl-prev span,
.service-style-11 .owl-carousel .owl-next span {
    position: relative;
    display: block;
}

.service-style-11 .owl-carousel .owl-nav button {
    position: relative;
    display: inline-block;
    width: 43px;
    height: 43px;
    line-height: 43px;
    border: 2px solid #a7afb6;
    border-radius: 50%;
    font-size: 20px;
    text-align: center;
    color: #a7afb6;
    margin: 0px 10px;
    transition: all 500ms ease;
}

.service-style-11 .owl-carousel .owl-nav button:hover {
    color: #fff;
}

.service-style-11 .owl-carousel .owl-nav button:before {
    position: absolute;
    content: '';
    background: #d1d6d0;
    width: 40px;
    height: 1px;
    top: 20px;
}

.service-style-11 .owl-carousel .owl-nav button.owl-prev:before {
    left: -53px;
}

.service-style-11 .owl-carousel .owl-nav button.owl-next:before {
    right: -53px;
}

.service-style-11 .lower-content .text h3 {
    position: relative;
    display: block;
    font-size: 30px;
    line-height: 36px;
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    color: #242424;
}

.service-style-11 .lower-content .text p {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 30px;
    font-family: 'Barlow', sans-serif;
    font-weight: 600;
    color: #242424;
    margin-bottom: 0px;
}


/** project-style-six **/

.project-style-six {
    position: relative;
    background: #243015;
    padding: 115px 0px 90px 0px;
}

.project-style-six .pattern-layer {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.project-style-six .sec-title-two .link-box {
    position: absolute;
    right: 0px;
    bottom: 5px;
}

.project-style-six .sec-title-two .link-box a {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 14px;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
}

.project-style-six .sec-title-two .link-box a:hover {
    color: #fff;
}

.project-style-six .sec-title-two {
    margin-bottom: 63px;
}

.project-style-six .project-block-one .inner-box .image {
    border-radius: 8px;
}

.project-style-six .project-block-one .inner-box .image img {
    border-radius: 8px;
}

.project-style-six .project-block-one .inner-box:hover .image img {
    opacity: 0.5;
}


/** chooseus-style-eight **/

.chooseus-style-eight {
    position: relative;
    background: #ebf5dd;
    padding: 112px 0px 53px 0px;
}

.chooseus-style-eight .bg-layer {
    position: absolute;
    left: 0px;
    top: 0px;
    width: calc(50% - 135px);
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.chooseus-style-eight .bg-layer:before {
    position: absolute;
    content: '';
    background: #435136;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    opacity: 0.9;
}

.chooseus-style-eight .testimonial-inner {
    position: relative;
    display: block;
    margin-right: 115px;
}

.chooseus-style-eight .testimonial-content .inner-box {
    position: relative;
    display: block;
}

.chooseus-style-eight .testimonial-content .inner-box .text {
    position: relative;
    display: block;
    padding: 47px 40px 62px 47px;
    margin-bottom: 53px;
}

.chooseus-style-eight .testimonial-content .inner-box .text .shape {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 398px;
    height: 329px;
    background-repeat: no-repeat;
    background-position: bottom center;
}

.chooseus-style-eight .testimonial-content .inner-box .text h4 {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 30px;
    font-family: 'Barlow', sans-serif;
    color: #fff;
    font-style: italic;
    font-weight: 400;
}

.chooseus-style-eight .testimonial-content {
    margin-top: 15px;
}

.chooseus-style-eight .testimonial-content .inner-box .text .quote-1 {
    position: absolute;
    left: 43px;
    top: -15px;
    font-size: 36px;
    line-height: 40px;
    color: #f1f1c7;
}

.chooseus-style-eight .testimonial-content .inner-box .text .quote-2 {
    position: absolute;
    right: 45px;
    bottom: -28px;
    font-size: 36px;
    line-height: 40px;
    color: #f1f1c7;
}

.chooseus-style-eight .testimonial-content .inner-box .author-box {
    position: relative;
    display: block;
    padding: 13px 0px 11px 95px;
    margin-left: 50px;
}

.chooseus-style-eight .testimonial-content .inner-box .author-box .author-thumb {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 72px;
    height: 72px;
    border-radius: 50%;
}

.chooseus-style-eight .testimonial-content .inner-box .author-box .author-thumb img {
    width: 100%;
    border-radius: 50%;
}

.chooseus-style-eight .testimonial-content .inner-box .author-box h5 {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 24px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    color: #fff;
    margin-bottom: 0px;
}

.chooseus-style-eight .testimonial-content .inner-box .author-box .designation {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 24px;
    font-family: 'Barlow', sans-serif;
    color: #fff;
}

.chooseus-style-eight .content_block_seven .content-box .inner-box .single-item .inner {
    padding-top: 15px;
    padding-bottom: 15px;
}

.chooseus-style-eight .content_block_seven .content-box .inner-box .single-item .inner .icon-box {
    font-size: 55px;
}

.news-style-four.home-12 {
    background: transparent;
}

.news-style-four.home-12 .text-holder .bottom-box a:before {
    display: none;
}

.news-style-four.home-12 .text-holder .bottom-box a:hover {
    text-decoration: underline;
}


/** contact-section **/

.contact-section {
    position: relative;
}

.contact-section .inner-container {
    position: relative;
    padding: 115px 0px 115px 0px;
    border-top: 1px solid #babdb0;
}

.contact-section .map-inner {
    position: relative;
    display: block;
    margin-right: 30px;
}

.contact-section .map-inner .contact-map-outer .map-canvas {
    height: 435px;
}

.contact-section .contact-form-inner .form-group {
    position: relative;
    display: block;
    margin-bottom: 15px;
}

.contact-section .contact-form-inner .form-group:last-child {
    margin-bottom: 0px;
}

.contact-section .contact-form-inner .form-group input[type='text'],
.contact-section .contact-form-inner .form-group input[type='email'],
.contact-section .contact-form-inner .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    height: 50px;
    background: #fff;
    border: 1px solid #dfe0ce;
    font-size: 17px;
    color: #606060;
    font-family: 'Barlow', sans-serif;
    padding: 10px 25px;
    transition: all 500ms ease;
}

.contact-section .contact-form-inner .form-group textarea {
    height: 165px;
    resize: none;
    margin-bottom: 10px;
}

.contact-section .contact-form-inner .form-group input:focus,
.contact-section .contact-form-inner .form-group textarea:focus {

}

.contact-section .contact-form-inner .form-group .theme-btn-two {
    background: #2f510c;
}

.contact-section .sec-title-two {
    margin-bottom: 50px;
}

.contact-section .image-layer {
    position: absolute;
    right: 20px;
    bottom: 50px;
}

.clients-section.home-12 {
    padding-top: 0px;
    padding-bottom: 120px;
}

.clients-section .pattern-layer {
    position: absolute;
    left: 0px;
    bottom: -45px;
    width: 100%;
    height: 89px;
    background-repeat: repeat-x;
    z-index: 1;
    animation: slide 100s linear infinite;
    -webkit-animation: slide 100s linear infinite;
}

.main-footer.home-12 {
    background: #1a2315;
}

.main-footer.home-12 .footer-top .newsletter-widget form .form-group input[type="email"] {
    background: #0e1309;
}

.main-footer.home-12 .footer-top {
    padding-top: 150px;
}


/** header-style-13 **/

.header-style-13 .outer-box .main-menu .navigation > li:before {
    display: none;
}

.header-style-13 .support-box .icon-box {
    font-size: 40px;
    color: rgba(255, 255, 255, 0.50);
}

.header-style-13 .support-box h6 {
    margin-bottom: 5px;
}

.header-style-13 .outer-box .logo-box {
    padding: 53px 0px 30px 0px;
}

.header-style-13 .outer-box .main-menu .navigation {
    margin-top: 23px;
}

.header-style-13 .header-right {
    padding-top: 48px;
}

.header-style-13.main-header .nav-btn .bar {
    background: #fbab2b;
}

.header-style-13.main-header .outer-box .main-menu .navigation > li:hover > a,
.header-style-13.main-header .outer-box .main-menu .navigation > li.current > a {
    color: #fff;
}


/** banner-style-nine **/

.banner-style-nine {
    position: relative;
    background-image: -webkit-linear-gradient(0deg, #1e2b3b 0%, #121c29 100%);
    overflow: hidden;
}

.banner-style-nine .pattern-layer {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.banner-style-nine:before {
    display: none;
}

.banner-style-nine .inner-box .appointment-box {
    border-radius: 10px 10px 0px 0px;
}

.banner-style-nine .inner-box .form-inner .form-group input[type="text"],
.banner-style-nine .inner-box .form-inner .form-group input[type="email"],
.banner-style-nine .inner-box .form-inner .form-group textarea {
    background: #ffba4c;
    border-color: #e8a842;
}

.banner-style-nine .inner-box .form-inner .form-group button {
    background: #1a2736;
    border-radius: 0px;
}

.banner-style-nine .inner-box .form-inner .form-group button:hover {
    color: #1a2736 !important;
    transition: all 500ms ease;
}

.banner-style-nine .inner-box .form-inner .form-group button:before {
    background: #fff;
    opacity: 1;
}

.banner-style-nine .inner-box .image-box {
    left: 20px;
}

.banner-style-nine .content-box {
    position: relative;
    display: block;
    padding: 128px 0px 100px 0px;
    margin-left: -80px;
    margin-right: -100px;
    z-index: 2;
}

.banner-style-nine .content-box h2 {
    position: relative;
    display: block;
    font-size: 60px;
    line-height: 63px;
    font-weight: 900;
    margin-bottom: 22px;
}

.banner-style-nine .content-box p {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 28px;
    font-family: 'Barlow', sans-serif;
    color: #fff;
    margin-bottom: 38px;
}

.banner-style-nine .content-box .list-item {
    margin-bottom: 35px;
}

.banner-style-nine .content-box .list-item li {
    position: relative;
    display: block;
    float: left;
    margin-right: 60px;
    text-align: center;
}

.banner-style-nine .content-box .list-item li:last-child {
    margin-right: 0px;
}

.banner-style-nine .content-box .list-item li .icon-box {
    position: relative;
    display: block;
    margin-bottom: 12px;
}

.banner-style-nine .content-box .list-item li h5 {
    position: relative;
    display: block;
    font-size: 17px;
    line-height: 20px;
    font-family: 'Barlow', sans-serif;
    font-weight: 500;
    color: #fff;
}

.banner-style-nine .content-box .btn-box .theme-btn-two {
    color: #1a2635 !important;
}

.banner-style-nine .content-box .btn-box .theme-btn-two span:before {
    background-image: url(../images-2/icons/icon-15.png);
}

.banner-style-nine .inner-box {
    position: absolute;
    bottom: 0px;
    right: 0px;
    padding-bottom: 0px;
    margin-top: 0px;
    z-index: 1;
}

.banner-style-nine .inner-box .form-inner .form-group .icon {
    color: #fff;
}

.banner-style-nine .inner-box:before {
    position: absolute;
    content: '';
    background: #172332;
    width: 675px;
    height: 675px;
    border-radius: 50%;
    right: 70px;
    bottom: -30px;
    z-index: -1;
}

.banner-style-nine .inner-box:after {
    position: absolute;
    content: '';
    border: 2px solid rgba(255, 255, 255, 0.10);
    border-radius: 50%;
    width: 780px;
    height: 780px;
    right: 0px;
    bottom: -120px;
    z-index: -1;
}


/** about-style-12 **/

.about-style-12 {
    position: relative;
    padding: 115px 0px 115px 0px;
    background: #131d2b;
    overflow: hidden;
}

.about-style-12 .tabs-content .tab {
    position: relative;
    display: none;
    -webkit-transform: translateY(35px);
    -ms-transform: translateY(35px);
    transform: translateY(35px);
    -webkit-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    transition: all 600ms ease;
    z-index: 10;
}

.about-style-12 .tabs-content .tab.active-tab {
    display: block;
    margin-top: 0px;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}

.about-style-12 .tabs-content {
    position: relative;
    margin-left: -125px;
}

.about-style-12 .tabs-content .inner-box .image-box {
    position: relative;
    display: block;
    margin-right: 36px;
}

.about-style-12 .tabs-content .inner-box .image-box .image {
    position: relative;
    overflow: hidden;
}

.about-style-12 .tabs-content .inner-box .image-box .image:before {
    position: absolute;
    top: 0;
    left: -100%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, .3)));
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    -webkit-transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
    transform: skewX(-25deg);
    z-index: 1;
}

.about-style-12 .tabs-content .inner-box .image-box .image:hover:before {
    -webkit-animation: shine 1s;
    animation: shine 1s;
}

.about-style-12 .tabs-content .inner-box .image-box .image img {
    width: 100%;
}

.about-style-12 .tabs-content .inner-box .content-box {
    position: relative;
    display: block;
    margin-top: -12px;
    margin-left: 22px;
}

.about-style-12 .tabs-content .inner-box .content-box h2 {
    position: relative;
    display: block;
    font-size: 45px;
    line-height: 54px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    color: #fff;
    margin-bottom: 45px;
    text-transform: capitalize;
}

.about-style-12 .tabs-content .inner-box .content-box .list {
    margin-bottom: 46px;
}

.about-style-12 .tabs-content .inner-box .content-box .list li {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 28px;
    font-family: 'Barlow', sans-serif;
    color: #fff;
    margin-bottom: 12px;
    padding-left: 43px;
}

.about-style-12 .tabs-content .inner-box .content-box .list li:last-child {
    margin-bottom: 0px;
}

.about-style-12 .tabs-content .inner-box .content-box .list li:before {
    position: absolute;
    content: "";
    background-image: url(../images-2/icons/icon-27.png);
    left: 0px;
    top: 4px;
    width: 22px;
    height: 23px;
}

.about-style-12 .tabs-content .inner-box .content-box .theme-btn-two {
    padding: 18px 26px 16px 26px;
}

.about-style-12 .tab-button-column {
    position: relative;
    display: block;
    margin-left: 20px;
    padding-left: 50px;
    border-left: 1px solid rgba(255, 255, 255, 0.10);
}

.about-style-12 .tab-button-column .tab-buttons li {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 26px;
    font-family: 'Barlow', sans-serif;
    color: #a6b7cc;
    text-transform: uppercase;
    cursor: pointer;
    margin-bottom: 16px;
    transition: all 500ms ease;
}

.about-style-12 .tab-button-column .tab-buttons li:last-child {
    margin-bottom: 0px;
}

.about-style-12 .big-text {
    position: absolute;
    left: -10px;
    bottom: -10px;
    font-size: 180px;
    line-height: 100px;
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: rgba(255, 255, 255, 0.1);
    text-transform: lowercase;
}


.service-style-two.home-13 .service-block-two .inner-box:hover .icon-box {
    background: -webkit-linear-gradient(90deg, #fff, #fff 100%);
}

.service-style-two .bg-layer {
    position: absolute;
    top: 0px;
    right: 0px;
    width: calc(50% - 235px);
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.service-style-two .bg-layer:before {
    position: absolute;
    content: '';
    background: #1e2b3b;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    opacity: 0.94;
}


/** chooseus-style-nine **/

.chooseus-style-nine {
    position: relative;
    padding: 113px 0px 60px 0px;
}

.chooseus-style-nine .bg-layer {
    position: absolute;
    top: 0px;
    right: 0px;
    width: calc(50% - 235px);
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.chooseus-style-nine .bg-layer:before {
    position: absolute;
    content: '';
    background: #000000;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    opacity: 0.30;
}

.chooseus-style-nine .content_block_seven .content-box .sec-title-two h2 {
    margin-bottom: 0px;
}

.chooseus-style-nine .content_block_seven .content-box .sec-title-two {
    margin-bottom: 26px;
}

.chooseus-style-nine .big-text {
    position: absolute;
    left: calc(50% + 230px);
    bottom: -5px;
    font-size: 150px;
    line-height: 100px;
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #aa8e7f;
}


/** project-style-seven **/

.project-style-seven {
    position: relative;
    padding: 115px 180px 90px 180px;
    background: #0e1620;
}

.project-style-seven .sec-title-two {
    margin-bottom: 57px;
}

.project-style-seven .project-block-one .inner-box .image {
    border-radius: 8px;
    background: #0e1620;
}

.project-style-seven .project-block-one .inner-box .image img {
    border-radius: 8px;
    transition: all 500ms ease;
}

.project-style-seven .project-block-one .inner-box:hover .image img {
    opacity: 0.5;
}

.project-style-seven .owl-nav-style-one.owl-theme .owl-nav {
    right: 210px;
    top: -118px;
}


/** cta-style-four **/

.cta-style-four {
    position: relative;
    background: #131d2b;
}

.cta-style-four .bg-layer {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 50%;
    background: #0e1620;
}

.cta-style-four .inner-container .bg-image {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 584px;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%, 22% 0%);
}

.cta-style-four .inner-container .bg-image:before {
    position: absolute;
    content: '';
    background: #000000;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    opacity: 0.34;
}

.cta-style-four .inner-container {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 8px;
    padding: 56px 50px 54px 70px;
}

.cta-style-four .inner-container .text {
    position: relative;
    max-width: 530px;
    width: 100%;
}

.cta-style-four .inner-container .text h2 {
    position: relative;
    display: block;
    font-size: 42px;
    line-height: 50px;
    font-family: 'Roboto', sans-serif;
    color: #131d2b;
    font-weight: 900;
    margin-bottom: 11px;
}

.cta-style-four .inner-container .text h3 {
    position: relative;
    display: block;
    font-size: 26px;
    line-height: 34px;
    font-family: 'Roboto', sans-serif;
    color: #131d2b;
    font-weight: 700;
}

.cta-style-four .inner-container .text h3 a {
    display: inline-block;
    color: #131d2b;
}

.cta-style-four .inner-container .text h3 a:hover {
    text-decoration: underline;
}

.testimonial-style-three.home-13 {
    background: #131d2b;
}

.testimonial-style-three.home-13 .map-layer {
    top: 0px;
}


/** our-company-section **/

.our-company-section {
    position: relative;
    padding: 120px 0px;
    background: #ededf1;
}

.our-company-section .content-box {
    position: relative;
    display: block;
}

.our-company-section .content-box .inner-box {
    position: relative;
    display: block;
    max-width: 370px;
    width: 100%;
    z-index: 1;
}

.our-company-section .content-box .inner-box h2 {
    position: relative;
    display: block;
    font-size: 45px;
    line-height: 55px;
    font-family: 'Roboto', sans-serif;
    color: #000;
    font-weight: 900;
    margin-bottom: 18px;
}

.our-company-section .content-box .inner-box p {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 28px;
    font-family: 'Barlow', sans-serif;
    color: #3c3c3c;
    margin-bottom: 56px;
}

.our-company-section .content-box .inner-box .certificat {
    position: relative;
    display: block;
}

.our-company-section .content-box .image-box {
    position: absolute;
    right: 22px;
    bottom: -31px;
}

.our-company-section .video-inner {
    position: relative;
    display: block;
    margin-left: -30px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 156px 0px 151px 0px;
    text-align: center;
}

.our-company-section .video-inner:before {
    position: absolute;
    content: '';
    background: #000000;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    opacity: 0.35;
}

.our-company-section .video-inner .video-btn a {
    position: relative;
    display: inline-block;
    width: 70px;
    height: 70px;
    line-height: 84px;
    font-size: 28px;
    color: #fff;
    border-radius: 50%;
    text-align: center;
}

.our-company-section .video-inner .video-btn a:before {
    position: absolute;
    content: '';
    width: 85px;
    height: 85px;
    left: -8px;
    top: -8px;
    border-radius: 50%;
}

.main-header.header-style-13 .sticky-header {
    background: #182634;
}

.main-header.header-style-13 .sticky-header .outer-box .main-menu .navigation {
    margin-top: 20px;
}

.main-header.header-style-13 .sticky-header .option-box {
    margin-top: 38px;
}


/** header-style-14 **/

.header-style-14 {
    position: relative;
    background: #46302b;
}

.header-style-14.main-header .container {
    max-width: 1310px;
}

.header-style-14.main-header .option-box {
    margin-top: 43px;
    margin-left: 25px;
}

.header-style-14.main-header .outer-box {
    padding: 0px;
}

.header-style-14.main-header .sticky-header {
    background: #674036;
    border-bottom: none;
}

.header-style-14.main-header .sticky-header .outer-box .main-menu .navigation {
    margin-top: 0px;
}

.header-style-14.main-header .sticky-header .option-box {
    margin-top: 19px;
    margin-left: 25px;
}

.header-style-14.main-header .sticky-header .shape {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.header-top-two {
    position: relative;
    width: 100%;
    padding: 10.5px 0px;
}

.header-top-two p {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 28px;
    font-family: 'Barlow', sans-serif;
    color: #ddc59a;
    padding-left: 33px;
    margin-bottom: 0px;
}

.header-top-two p i {
    position: absolute;
    left: 0px;
    top: 4px;
    font-size: 26px;
}

.header-top-two p a {
    position: relative;
    display: inline-block;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
}

.header-top-two p a:hover {
    text-decoration: underline;
}

.header-style-14 .header {
    background: #653d34;
}

.header-style-14 .header .shape {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.header-style-14 .header .outer-box {
    padding: 0px;
}

.header-style-14 .outer-box .logo-box {
    float: none;
    margin: 0px;
    padding: 30px 0px 30px 0px;
}

.header-style-14 .outer-box .main-menu .navigation > li > a {
    padding: 0px 20px;
}

.header-style-14 .outer-box .main-menu .navigation {
    margin-top: 0px;
}

.header-style-14 .header-right {
    padding-top: 0px;
}

.header-style-14 .outer-box .main-menu .navigation > li:before {
    display: none;
}

.header-style-14 .outer-box .main-menu .navigation > li:last-child a {
    padding-right: 0px;
}

.header-style-14 .outer-box .main-menu .navigation > li:hover > a,
.header-style-14 .outer-box .main-menu .navigation > li.current > a {

}

/** feature-style-two **/

.feature-style-two {
    position: relative;
    background: #f6eadb;
}

.feature-style-two .inner-container {
    position: relative;
    z-index: 2;
    margin-top: -97px;
}

.feature-block-one .inner-box {
    position: relative;
    display: block;
    background: #584842;
    padding: 45px 30px 47px 35px;
    border-radius: 5px;
    transition: all 500ms ease;
}

.feature-block-one .inner-box:hover {
    transform: translateY(-10px);
}

.feature-block:nth-child(2) .feature-block-one .inner-box {
    background: #3d4260;
}

.feature-block:last-child .feature-block-one .inner-box {
    background: #b48250;
}

.feature-block-one .inner-box .icon-box {
    position: relative;
    display: block;
    font-size: 65px;
    line-height: 60px;
    color: #fff;
    margin-bottom: 14px;
}

.feature-block-one .inner-box h3 {
    position: relative;
    display: block;
    font-size: 28px;
    line-height: 36px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    color: #fff;
    margin-bottom: 12px;
}

.feature-block-one .inner-box h3 a {
    display: inline-block;
    color: #fff;
}

.feature-block-one .inner-box h3 a:hover {
    text-decoration: underline;
}

.feature-block-one .inner-box p {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 26px;
    font-family: 'Barlow', sans-serif;
    color: #fff;
    margin-bottom: 23px;
}

.feature-block-one .inner-box .link a {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 24px;
    font-family: 'Roboto', sans-serif;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
}


/** about-style-13 **/

.about-style-13 {
    position: relative;
    padding: 120px 0px;
    background: #f6eadb;
}

.about-style-13 .image-box {
    position: relative;
    display: block;
    padding-right: 200px;
    padding-bottom: 47px;
}

.about-style-13 .image-box .image {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
}

.about-style-13 .image-box .image img {
    width: 100%;
    border-radius: 8px;
    transition: all 500ms ease;
}

.about-style-13 .image-box .image:hover img {
    transform: scale(1.05);
}

.about-style-13 .image-box .icon-box {
    position: absolute;
    right: 57px;
    top: 200px;
    -webkit-animation: zoom-fade 8s infinite linear;
    animation: zoom-fade 8s infinite linear;
}

.about-style-13 .image-box .text {
    position: absolute;
    right: 155px;
    bottom: 0px;
    width: 195px;
    background: #3d4260;
    border-radius: 8px;
    padding: 23px 30px 17px 40px;
}

.about-style-13 .image-box .text h2 {
    position: relative;
    display: inline-block;
    font-size: 40px;
    line-height: 50px;
    font-family: 'Roboto', sans-serif;
    color: #fff;
    font-weight: 700;
    padding-right: 15px;
    margin-bottom: 0px;
}

.about-style-13 .image-box .text h2 span {
    position: absolute;
    top: -7px;
    right: 0px;
    font-size: 25px;
}

.about-style-13 .image-box .text h6 {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 24px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
}

.content_block_24 .content-box {
    position: relative;
    display: block;
    margin-left: -30px;
}

.content_block_24 .content-box .text {
    position: relative;
    display: block;
    margin-bottom: 31px;
}

.content_block_24 .content-box .text h3 {
    position: relative;
    display: block;
    font-size: 22px;
    line-height: 30px;
    font-family: 'Barlow', sans-serif;
    font-weight: 600;
    color: #494949;
    margin-bottom: 32px;
}

.content_block_24 .content-box .text p {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 30px;
    font-family: 'Barlow', sans-serif;
    color: #494949;
    margin-bottom: 0px;
}

.content_block_24 .content-box .inner-box .single-item {
    position: relative;
    display: block;
    padding: 21px 0px 0px 95px;
}

.content_block_24 .content-box .inner-box .single-item:before {
    position: absolute;
    content: '';
    background: #dfc7ac;
    width: 1px;
    height: 52px;
    top: 20px;
    right: 15px;
}

.content_block_24 .content-box .inner-box .single-column:last-child .single-item:before {
    display: none;
}

.content_block_24 .content-box .inner-box .single-item .icon-box {
    position: absolute;
    left: 0px;
    top: 0px;
    font-size: 65px;
    line-height: 60px;
}

.content_block_24 .content-box .inner-box .single-item h4 {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 24px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    color: #0e294d;
}

.content_block_24 .content-box .sec-title-two {
    margin-bottom: 30px;
}


/** service-style-12 **/

.service-style-12 {
    position: relative;
    padding: 115px 0px 90px 0px;
    background: #584842;
}

.service-style-12 .sec-title-two {
    margin-bottom: 50px;
}

.service-style-12 .sec-title-two .link {
    position: absolute;
    right: 0px;
    bottom: 18px;
}

.service-style-12 .sec-title-two .link a {
    position: relative;
    display: inline-block;
    font-size: 19px;
    line-height: 20px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    color: #cd8245;
    border-bottom: 1px solid #cd8245;
}

.service-style-12 .sec-title-two .sub-title {
    color: #fff;
}

.service-style-12 .sec-title-two .sub-title:before {
    background: #fff;
}

.service-style-12 .sec-title-two .link a:hover {
    color: #fff;
    border-color: #fff;
}

.service-block-12 .inner-box {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.service-block-12 .inner-box .image-box {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 8px;
}

.service-block-12 .inner-box .image-box img {
    width: 100%;
    border-radius: 8px;
    transition: all 500ms ease;
}

.service-block-12 .inner-box:hover .image-box img {
    opacity: 0.5;
    transform: scale(1.05);
}

.service-block-12 .inner-box .lower-content {
    position: relative;
    display: block;
    border-radius: 0px 0px 8px 8px;
    border: 2px solid rgba(255, 255, 255, 0.10);
    border-top: none;
    padding: 20px 30px 19px 30px;
    z-index: 1;
}

.service-block-12 .inner-box .lower-content:before {
    position: absolute;
    content: '';
    width: calc(100% + 4px);
    height: 100%;
    background: -webkit-linear-gradient(-90deg, rgba(88, 72, 66, 1) 20%, rgba(88, 72, 66, 0.0) 100%);
    left: -2px;
    top: 0px;
    right: 0px;
    z-index: -1;
}

.service-block-12 .inner-box .lower-content h3 {
    position: relative;
    display: block;
    font-size: 22px;
    line-height: 30px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    color: #fff;
    margin-bottom: 0px;
}

.service-block-12 .inner-box .lower-content h3 a {
    display: inline-block;
    color: #fff;
}

.service-block-12 .inner-box .lower-content h3 a:hover {

}

.service-block-12 .inner-box .lower-content .link {
    position: absolute;
    top: 19px;
    right: 21px;
}

.service-block-12 .inner-box .lower-content .link a {
    position: relative;
    display: inline-block;
    width: 32px;
    height: 32px;
    line-height: 32px;
    background: #b48250;
    font-size: 26px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    color: #fff;
    text-align: center;
    border-radius: 50%;
}

.service-block-12 .inner-box .lower-content .link a:hover {
    background: #fff;
    color: #b48250;
}


/** chooseus-style-ten **/

.chooseus-style-ten {
    position: relative;
    padding: 120px 0px;
    background: #e5ddda;
}

.image_block_seven .image-box {
    position: relative;
    display: block;
    margin-left: -285px;
    margin-right: 70px;
    padding-bottom: 70px;
}

.image_block_seven .image-box .image {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 8px;
}

.image_block_seven .image-box .image img {
    width: 100%;
    border-radius: 8px;
}

.image_block_seven .image-box .image:before {
    position: absolute;
    top: 0;
    left: -100%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, .3)));
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    -webkit-transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
    transform: skewX(-25deg);
    z-index: 1;
}

.image_block_seven .image-box .image:hover:before {
    -webkit-animation: shine 1s;
    animation: shine 1s;
}

.image_block_seven .image-box .video-btn {
    position: absolute;
    right: 30px;
    bottom: 95px;
}

.image_block_seven .image-box .video-btn a {
    position: relative;
    display: inline-block;
    width: 93px;
    height: 93px;
    line-height: 103px;
    background: #cd8245;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    font-size: 30px;
}

.image_block_seven .image-box .video-btn a:before {
    position: absolute;
    content: '';
    border: 2px solid #cd8245;
    width: 107px;
    height: 107px;
    border-radius: 50%;
    left: -7px;
    top: -7px;
}

.image_block_seven .image-box .text {
    position: absolute;
    left: -15px;
    bottom: 0px;
    width: 320px;
    background: #3d4260;
    padding: 29px 20px 30px 40px;
    border-radius: 5px;
}

.image_block_seven .image-box .text h3 {
    position: relative;
    display: block;
    font-size: 28px;
    line-height: 34px;
    font-family: 'Roboto', sans-serif;
    color: #fff;
    font-weight: 700;
}

.chooseus-style-ten .content_block_12 .content-box {
    margin-left: -30px;
    margin-top: -8px;
}

.chooseus-style-ten .content_block_12 .content-box .sec-title-two {
    margin-bottom: 42px;
}


/** industries-section **/

.industries-section {
    position: relative;
    background: #faf2e9;
    padding: 115px 0px 120px 0px;
    border-bottom: 1px solid #cdc4ba;
}

.industries-section .inner-content {
    position: relative;
    margin: 0px 15px;
}

.industries-section .inner-content .single-column {
    padding: 0px 0px;
}

.industries-section .inner-content .single-item {
    position: relative;
    display: block;
    background: #fff;
    padding: 43px 20px 47px 20px;
    border-right: 2px solid #faf2e9;
    min-height: 225px;
    transition: all 500ms ease;
}

.industries-section .inner-content .single-item:hover {
    transform: translateY(-10px);
}

.industries-section .inner-content .single-item .icon-box {
    position: relative;
    display: inline-block;
    font-size: 65px;
    line-height: 60px;
    margin-bottom: 20px;
    z-index: 1;
}

.industries-section .inner-content .single-item .icon-box:before {
    position: absolute;
    content: '';
    background: #f5f3f2;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    left: -14px;
    bottom: -9px;
    z-index: -1;
    -webkit-animation: zoom-fade 4s infinite linear;
    animation: zoom-fade 4s infinite linear;
}

.industries-section .inner-content .single-item h4 {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 24px;
    font-family: 'Roboto', sans-serif;
    color: #383838;
}

.industries-section .inner-content .single-item h4 a {
    display: inline-block;
    color: #383838;
}

.industries-section .inner-content .single-item h4 a:hover {

}

.industries-section .sec-title-two {
    margin-bottom: 58px;
}

.industries-section .sec-title-two h2 {
    margin-bottom: 11px;
}

.industries-section .sec-title-two p {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 28px;
    font-family: 'Barlow', sans-serif;
    color: #575757;
    margin-bottom: 0px;
}


/** testimonial-style-seven **/

.testimonial-style-seven {
    position: relative;
    padding: 120px 0px;
    background: #faf2e9;
}

.testimonial-style-seven .owl-nav-style-one.owl-theme .owl-nav {
    top: inherit;
    right: inherit;
    left: -340px;
    bottom: 111px;
}

.testimonial-style-seven .owl-nav-style-one.owl-theme .owl-nav [class*="owl-"] {
    border-radius: 2px;
    background: #fff;
    border: 1px solid #e9e9e9;
    color: #7f7f7f;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 24px;
}

.testimonial-style-seven .owl-nav-style-one.owl-theme .owl-nav [class*="owl-"]:hover {
    color: #fff;
}

.testimonial-style-seven .testimonial-block-three .inner-box .author-box h5 {
    color: #242424;
}

.testimonial-block-three .inner-box .text .quote-icon img {
    width: auto;
}

.testimonial-style-seven .testimonial-block-three .inner-box .text .quote-icon {
    margin-bottom: 16px;
}


/** news-style-five **/

.news-style-five {
    position: relative;
    padding: 115px 0px;
}

.news-style-five .sec-title-two {
    margin-bottom: 58px;
}

.news-block-three .inner-box {
    position: relative;
    display: block;
}

.news-block-three .inner-box .image-box {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 8px;
}

.news-block-three .inner-box .image-box img {
    width: 100%;
    border-radius: 8px;
    transition: all 500ms ease;
}

.news-block-three .inner-box:hover .image-box img {
    transform: scale(1.05);
}

.news-block-three .inner-box .lower-content {
    position: relative;
    display: block;
    padding-top: 35px;
}

.news-block-three .inner-box .lower-content h3 {
    position: relative;
    display: block;
    font-size: 30px;
    line-height: 36px;
    font-family: 'Roboto', sans-serif;
    color: #051d3e;
    font-weight: 900;
    margin-bottom: 15px;
}

.news-block-three .inner-box .lower-content h3 a {
    display: inline-block;
    color: #051d3e;
}

.news-block-three .inner-box .lower-content h3 a:hover {

}

.news-block-three .inner-box .lower-content p {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 26px;
    font-family: 'Barlow', sans-serif;
    color: #575757;
    margin-bottom: 0px;
}

.news-block-four .inner-box {
    position: relative;
    display: block;
    padding: 2px 0px 62px 240px;
    margin-bottom: 19px;
    border-bottom: 1px solid #ededed;
    min-height: 150px;
}

.news-block-four:last-child .inner-box {
    border-bottom: none;
    margin-bottom: 0px;
}

.news-block-four .inner-box .image-box {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 200px;
    height: 130px;
    border-radius: 5px;
    overflow: hidden;
}

.news-block-four .inner-box .image-box img {
    width: 100%;
    border-radius: 5px;
    transition: all 500ms ease;
}

.news-block-four .inner-box:hover .image-box img {
    transform: scale(1.05);
}

.news-block-four .inner-box .post-date {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 24px;
    font-family: 'Barlow', sans-serif;
    font-weight: 600;
    color: #959596;
    margin-bottom: 9px;
}

.news-block-four .inner-box h4 {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 26px;
    font-family: 'Barlow', sans-serif;
    color: #051d3e;
}

.news-block-four .inner-box h4 a {
    display: inline-block;
    color: #051d3e;
}

.news-block-four .inner-box h4 a:hover {

}


/** contact-style-two **/

.contact-style-two {
    position: relative;
    background: #3d4260;
}

.contact-style-two .contact-map-outer {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 50%;
}

.contact-style-two .contact-map-outer .map-canvas {
    height: 665px;
}

.contact-style-two .content-box {
    position: relative;
    display: block;
    padding: 74px 0px 76px 0px;
    margin-right: 70px;
}

.contact-style-two .content-box .sec-title-two {
    margin-bottom: 39px;
}

.contact-style-two .content-box .sec-title-two h2 {
    margin-bottom: 18px;
}

.contact-style-two .content-box .sec-title-two p {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 28px;
    font-family: 'Barlow', sans-serif;
    color: #fff;
    margin-bottom: 0px;
}

.contact-style-two .content-box .form-inner .form-group {
    position: relative;
    display: block;
    margin-bottom: 12px;
}

.contact-style-two .content-box .form-inner .form-group:last-child {
    margin-bottom: 0px;
}

.contact-style-two .content-box .form-inner .form-group input[type='text'],
.contact-style-two .content-box .form-inner .form-group input[type='email'],
.contact-style-two .content-box .form-inner .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    height: 50px;
    background: #fafafa;
    border: 1px solid #fafafa;
    border-radius: 5px;
    font-size: 17px;
    font-family: 'Barlow', sans-serif;
    color: #686868;
    padding: 10px 20px;
    transition: all 500ms ease;
}

.contact-style-two .content-box .form-inner .form-group textarea {
    height: 99px;
    resize: none;
}

.contact-style-two .content-box .form-inner .form-group input:focus,
.contact-style-two .content-box .form-inner .form-group textarea:focus {

}

.contact-style-two .content-box .form-inner .form-group .theme-btn-two {
    width: 100%;
    background: #294bac;
}

.main-footer.home-14 {
    background: #46302b;
}

.main-footer.home-14 .footer-top .newsletter-widget form .form-group input[type="email"] {
    background: #291a17;
}

.main-footer.home-14 .footer-top .newsletter-widget form .form-group input[type="email"]:focus {

}


/** header-style-15 **/

.header-style-15 .support-box .icon-box {
    color: #fff;
}

.header-style-15.main-header .outer-box {
    padding: 0px 50px;
}

.header-style-15.main-header .nav-btn .bar {
    background: #fff;
}

.header-style-15.main-header .sticky-header {
    background: #17274d;
}


/** slider-style-six **/

.slider-style-six {
    position: relative;
}

.slider-style-six .slide-item {
    position: relative;
    padding: 305px 0px 210px 0px;
    overflow: hidden;
}

.slider-style-six .slide-item .content-box {
    position: relative;
    z-index: 1;
}

.slider-style-six .slide-item .content-box h2 {
    position: relative;
    display: block;
    font-size: 72px;
    line-height: 85px;
    color: #fff;
    font-weight: 900;
    margin-bottom: 24px;
}

.slider-style-six .slide-item .content-box p {
    position: relative;
    display: block;
    font-size: 22px;
    line-height: 30px;
    color: #fff;
    margin-bottom: 43px;
}

.slider-style-six .slide-item .image-layer {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.slider-style-six .slide-item:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: #000;
    left: 0px;
    top: 0px;
    right: 0px;
    z-index: 1;
    opacity: 0.25;
}

.slider-style-six .slide-item:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(90deg, rgba(19, 117, 216, 0.0) 90%, rgba(19, 117, 216, 0.5) 100%);
    left: 0px;
    top: 0px;
    right: 0px;
}

.slider-style-six .slide-item .shape-layer .shape-1 {
    position: absolute;
    left: 0px;
    top: 0px;
    width: calc(50% - 90px);
    height: 100%;
    background: #0f1c38;
    clip-path: polygon(0% 0%, 100% 0%, 80% 100%, 0% 100%, 0% 0%);
    z-index: 1;
}

.slider-style-six .slide-item .shape-layer .shape-2 {
    position: absolute;
    left: 0px;
    top: 0px;
    width: calc(50% + 125px);
    height: 100%;
    background: #1375d8;
    mix-blend-mode: multiply;
    clip-path: polygon(0% 0%, 100% 0%, 80% 100%, 0% 100%, 0% 0%);
    opacity: 0.5;
}

.slider-style-six .slide-item .shape-layer .shape-3 {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 285px;
    height: 285px;
    background: #1375d8;
    mix-blend-mode: multiply;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 100% 100%, 0% 0%);
}

.slider-style-six .slide-item .shape-layer .shape-4 {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: #1375d8;
    mix-blend-mode: multiply;
    clip-path: polygon(0% 0%, 0% 0%, 70% 100%, 0% 100%, 0% 0%);
    opacity: 0.6;
}

.slider-style-six .slide-item .shape-layer .shape-5 {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: #1375d8;
    mix-blend-mode: multiply;
    clip-path: polygon(0% 0%, 0% 0%, 50% 100%, 0% 100%, 0% 0%);
    opacity: 0.3;
}

.slider-style-six .slide-item .shape-layer .shape-6 {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 425px;
    height: 365px;
    background-repeat: no-repeat;
    z-index: 1;
}

.slider-style-six .slide-item .shape-layer .shape-7 {
    position: absolute;
    top: 0px;
    right: calc(50% + 90px);
    width: 371px;
    height: 289px;
    background-repeat: no-repeat;
    z-index: 1;
}


/** about-style-14 **/

.about-style-14 {
    position: relative;
    padding: 115px 0px 120px 0px;
    background: #f0f4f9;
}

.about-style-14 .image-box {
    position: relative;
    display: block;
    margin-right: 130px;
    margin-left: -105px;
    margin-top: 75px;
    z-index: 1;
}

.about-style-14 .image-box .image {
    position: relative;
    display: block;
}

.about-style-14 .image-box .image img {
    width: 100%;
}

.about-style-14 .image-box:before {
    position: absolute;
    content: '';
    background: #cde3e9;
    width: 470px;
    height: 470px;
    border-radius: 50%;
    left: -7px;
    top: -86px;
}

.about-style-14 .image-box:after {
    position: absolute;
    content: '';
    border: 2px solid #cde3e9;
    border-radius: 50%;
    width: 482px;
    height: 482px;
    left: -42px;
    top: -104px;
    z-index: -1;
}

.content_block_25 .content-box {
    position: relative;
    display: block;
    margin-left: -30px;
    margin-top: 20px;
}

.content_block_25 .content-box .text {
    position: relative;
    display: block;
    margin-bottom: 35px;
    padding-bottom: 45px;
    border-bottom: 1px solid #d4d9df;
}

.content_block_25 .content-box .text h4 {
    position: relative;
    display: block;
    font-size: 19px;
    line-height: 28px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    color: #3c3c3c;
    margin-bottom: 27px;
}

.content_block_25 .content-box .text p {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 30px;
    font-family: 'Barlow', sans-serif;
    color: #494949;
    margin-bottom: 0px;
}

.content_block_25 .content-box .support-box {
    position: relative;
    display: block;
    padding: 0px 0px 0px 94px;
}

.content_block_25 .content-box .support-box .icon-box {
    position: absolute;
    left: 0px;
    top: 0px;
    display: inline-block;
    width: 62px;
    height: 62px;
    line-height: 62px;
    font-size: 30px;
    color: #fff;
    text-align: center;
    border-radius: 50%;
}

.content_block_25 .content-box .support-box p {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 24px;
    font-family: 'Barlow', sans-serif;
    color: #808080;
    margin-bottom: 5px;
}

.content_block_25 .content-box .support-box h3 {
    position: relative;
    display: block;
    font-size: 22px;
    line-height: 28px;
    font-family: 'Barlow', sans-serif;
    color: #0f1c38;
}

.content_block_25 .content-box .support-box h3 a {
    display: inline-block;
    color: #0f1c38;
}

.content_block_25 .content-box .support-box h3 a:hover {

}

.about-style-14 .image-layer {
    position: absolute;
    right: 0px;
    bottom: 0px;
}


/** service-style-13 **/

.service-style-13 {
    position: relative;
    padding: 115px 0px 116px 0px;
}

.service-style-13 .sec-title-two {
    margin-bottom: 59px;
}

.service-style-13 .inner-content {
    position: relative;
    margin: 0px 15px;
    margin-bottom: 72px;
}

.service-block-13 .inner-box {
    position: relative;
    display: block;
    padding: 51px 30px 38px 35px;
    border: 1px solid #ebebeb;
    border-right: none;
}

.service-style-13 .service-block {
    padding: 0px;
}

.service-style-13 .service-block:last-child .service-block-13 .inner-box {
    border-right: 1px solid #ebebeb;
}

.service-style-13 .service-block:nth-child(2) .service-block-13 .inner-box {
    background: #f9f9f9;
}

.service-style-13 .service-block:last-child .service-block-13 .inner-box {
    background: #f9f9f9;
}

.service-block-13 .inner-box .icon-box {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 65px;
    margin-bottom: 23px;
}

.service-block-13 .inner-box h3 {
    position: relative;
    display: block;
    font-size: 24px;
    line-height: 29px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    color: #242424;
    margin-bottom: 14px;
}

.service-block-13 .inner-box h3 a {
    display: inline-block;
    color: #242424;
}

.service-block-13 .inner-box h3 a:hover {

}

.service-block-13 .inner-box p {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 26px;
    font-family: 'Barlow', sans-serif;
    color: #494949;
    margin-bottom: 23px;
}

.service-block-13 .inner-box .link a {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}

.service-block-13 .inner-box .link a:hover {
    text-decoration: underline;
}

.service-style-13 .lower-content .text h3 {
    position: relative;
    display: block;
    font-size: 30px;
    line-height: 36px;
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    color: #0f1c38;
}

.service-style-13 .lower-content .text p {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 30px;
    font-family: 'Barlow', sans-serif;
    font-weight: 600;
    color: #242424;
    margin-bottom: 0px;
}


/** project-style-eight **/

.project-style-eight {
    position: relative;
    padding: 115px 0px 90px 0px;
    background: #0f1c38;
}

.project-style-eight .sec-title-two {
    margin-bottom: 58px;
}

.project-style-eight .pattern-layer .pattern-1 {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 260px;
    height: 537px;
    background-repeat: no-repeat;
}

.project-style-eight .pattern-layer .pattern-2 {
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 227px;
    height: 387px;
    background-repeat: no-repeat;
}

.project-style-eight .pattern-layer .pattern-3 {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 50%;
    height: 100%;
    background: rgba(255, 255, 255, 0.02);
    clip-path: polygon(0% 0%, 40% 0%, 100% 100%, 0% 100%, 0% 0%);
}

.project-style-eight .pattern-layer .pattern-4 {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 840px;
    height: 100%;
    background: rgba(255, 255, 255, 0.02);
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 80% 100%, 0% 0%);
}

.project-style-eight .sec-title-two .sub-title {
    color: #fff;
}

.project-style-eight .sec-title-two .sub-title:before {
    background: #fff;
}

.project-style-eight .column:first-child .project-block:last-child {
    padding-top: 59px;
}

.project-style-eight .column:first-child .project-block:first-child {
    top: -20px;
}


/** chooseus-style-11 **/

.chooseus-style-11 {
    position: relative;
    padding: 115px 0px 81px 0px;
}

.chooseus-style-11 .image-box {
    position: relative;
    display: block;
    margin-left: -42px;
}

.chooseus-style-11 .image-box .image {
    position: relative;
    display: block;
    overflow: hidden;
}

.chooseus-style-11 .image-box .image img {
    width: 100%;
}

.chooseus-style-11 .image-box .image:before {
    position: absolute;
    top: 0;
    left: -100%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, .3)));
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    -webkit-transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
    transform: skewX(-25deg);
    z-index: 1;
}

.chooseus-style-11 .image-box .image:hover:before {
    -webkit-animation: shine 1s;
    animation: shine 1s;
}

.chooseus-style-11 .content_block_seven .content-box .inner-box .single-item .inner .icon-box {
    z-index: 1;
}

.chooseus-style-11 .content_block_seven .content-box .inner-box .single-item .inner .icon-box:before {
    position: absolute;
    content: '';
    background: #ececec;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    top: -6px;
    right: -5px;
    z-index: -1;
    -webkit-animation: zoom-fade 4s infinite linear;
    animation: zoom-fade 4s infinite linear;
}

.chooseus-style-11 .shape .shape-1 {
    position: absolute;
    left: 0px;
    top: 0px;
    width: calc(50% - 355px);
    height: calc(100% - 120px);
}

.chooseus-style-11 .shape .shape-2 {
    position: absolute;
    left: 0px;
    top: 0px;
    width: calc(50% - 355px);
    height: calc(100% - 120px);
    background: rgba(0, 70, 156, 0.20);
    clip-path: polygon(0% 0%, -40% 0%, 100% 100%, 0% 100%, 0% 0%);
}


/** testimonial-style-eight **/

.testimonial-style-eight {
    position: relative;
    padding: 182px 0px 132px 0px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
}

.testimonial-style-eight:before {
    position: absolute;
    content: '';
    background: #000;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    opacity: 0.15;
}

.testimonial-style-eight:after {
    position: absolute;
    content: '';
    background: #174880;
    width: calc(50% - 15px);
    height: calc(100% - 90px);
    left: 0px;
    bottom: 0px;
    opacity: 0.95;
}

.testimonial-style-eight .testimonial-inner {
    position: relative;
    display: block;
    z-index: 1;
}

.testimonial-style-eight .sec-title-two {
    margin-bottom: 27px;
}

.testimonial-style-eight .sec-title-two .sub-title {
    color: #fff;
}

.testimonial-style-eight .sec-title-two .sub-title:before {
    background: #fff;
}

.testimonial-style-eight .testimonial-content .inner-box {
    position: relative;
    display: block;
}

.testimonial-style-eight .testimonial-content .inner-box p {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 32px;
    font-family: 'Barlow', sans-serif;
    color: #fff;
    margin-bottom: 34px;
}

.testimonial-style-eight .testimonial-content .inner-box h4 {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 28px;
    font-family: 'Roboto', sans-serif;
    color: #fff;
    font-weight: 700;
}

.testimonial-style-eight .testimonial-content .inner-box .designation {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 24px;
    font-family: 'Barlow', sans-serif;
    color: #fff;
}

.testimonial-style-eight .owl-carousel .owl-dots {
    position: absolute;
    right: 0px;
    bottom: -29px;
}

.testimonial-style-eight .owl-carousel .owl-dots button {
    position: relative;
    display: inline-block;
    background: transparent;
    width: 11px;
    height: 11px;
    border: 2px solid #cde3e9;
    border-radius: 50%;
    cursor: pointer;
    margin: 0px 5px;
    transition: all 500ms ease;
}

.testimonial-style-eight .owl-carousel .owl-dots button.active,
.testimonial-style-eight .owl-carousel .owl-dots button:hover {

}


/** team-style-six **/

.team-style-six {
    position: relative;
    padding: 115px 0px 120px 0px;
}

.team-style-six .sec-title-two {
    margin-bottom: 60px;
}

.team-block-five .inner-box {
    position: relative;
    display: block;
}

.team-block-five .inner-box .image-box {
    position: relative;
    display: block;
    overflow: hidden;
}

.team-block-five .inner-box .image-box .image {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 8px;
}

.team-block-five .inner-box .image-box .image:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(-90deg, rgba(21, 64, 113, 0.0) 20%, rgba(21, 64, 113, 1) 95%);
    left: 0px;
    top: 0px;
    right: 0px;
    z-index: 1;
    opacity: 0;
    transition: all 500ms ease;
}

.team-block-five .inner-box:hover .image-box .image:before {
    opacity: 1;
}

.team-block-five .inner-box .image-box .image img {
    width: 100%;
    border-radius: 8px;
    transition: all 500ms ease;
}

.team-block-five .inner-box:hover .image-box .image img {
    transform: scale(1.05);
}

.team-block-five .inner-box .image-box .social-links {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    text-align: center;
    z-index: 2;
    opacity: 0;
    transition: all 500ms ease;
}

.team-block-five .inner-box:hover .image-box .social-links {
    bottom: 22px;
    opacity: 1;
}

.team-block-five .inner-box .image-box .social-links li {
    position: relative;
    display: inline-block;
    margin: 0px 5px;
}

.team-block-five .inner-box .image-box .social-links li a {
    position: relative;
    display: inline-block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    font-size: 15px;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 50%;
    text-align: center;
}

.team-block-five .inner-box .image-box .social-links li a:hover {

}

.team-block-five .inner-box .lower-content {
    position: relative;
    display: block;
    padding-top: 17px;
}

.team-block-five .inner-box .lower-content h4 {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 28px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    color: #232323;
    margin-bottom: 0px;
}

.team-block-five .inner-box .lower-content h4 a {
    display: inline-block;
    color: #232323;
}

.team-block-five .inner-box .lower-content h4 a:hover {

}

.team-block-five .inner-box .lower-content .designation {
    position: relative;
    display: block;
    font-size: 17px;
    line-height: 16px;
    font-family: 'Barlow', sans-serif;
    color: #686868;
}


/** freequote-section **/

.freequote-section {
    position: relative;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
}

.freequote-section:before {
    position: absolute;
    content: '';
    background: #0f1c38;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    opacity: 0.98;
}

.freequote-section .content_block_26 .content-box {
    padding: 132px 0px 120px 0px;
}

.content_block_26 .content-box {
    position: relative;
    display: block;
}

.content_block_26 .content-box .sec-title-two {
    margin-bottom: 14px;
}

.content_block_26 .content-box .sec-title-two h3 {
    position: relative;
    display: block;
    font-size: 24px;
    line-height: 32px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    color: #fff;
    margin-bottom: 15px;
}

.content_block_26 .content-box .text p {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 30px;
    font-family: 'Barlow', sans-serif;
    color: #fff;
    margin-bottom: 32px;
}

.content_block_26 .content-box .text .theme-btn-two {
    padding: 14.5px 32px;;
}

.freequote-section .form-inner {
    position: relative;
    display: block;
    margin-left: 90px;
    margin-right: 60px;
    padding: 41px 40px 50px 40px;
    border-radius: 8px;
    top: 110px;
    z-index: 1;
}

.freequote-section .form-inner .text {
    position: relative;
    display: block;
    margin-bottom: 29px;
}

.freequote-section .form-inner .text h2 {
    position: relative;
    display: block;
    font-size: 45px;
    line-height: 55px;
    font-family: 'Roboto', sans-serif;
    color: #fff;
    font-weight: 900;
    margin-bottom: 0px;
}

.freequote-section .form-inner .text p {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 26px;
    font-family: 'Barlow', sans-serif;
    color: #fff;
    margin-bottom: 0px;
}

.freequote-section .form-inner .form-group {
    position: relative;
    display: block;
    margin-bottom: 20px;
}

.freequote-section .form-inner .form-group:last-child {
    margin-bottom: 0px;
}

.freequote-section .form-inner .form-group input[type='text'],
.freequote-section .form-inner .form-group input[type='email'] {
    position: relative;
    display: block;
    width: 100%;
    height: 50px;
    background: #fff;
    border: 1px solid #fff;
    border-radius: 5px;
    font-size: 17px;
    font-family: 'Barlow', sans-serif;
    color: #5d5d5d;
    padding: 10px 20px;
    transition: all 500ms ease;
}

.freequote-section .form-inner .form-group input:focus {

}

.freequote-section .form-inner .form-group button {
    width: 100%;
}

.freequote-section .image-layer {
    position: absolute;
    right: 100px;
    bottom: -110px;
}


/** news-style-six **/

.news-style-six {
    position: relative;
    padding: 147px 0px 120px 0px;
    background: #f0f4f9;
}

.news-style-six .image-layer {
    position: absolute;
    right: 0px;
    bottom: 0px;
}

.news-style-six .sec-title-two .link {
    position: absolute;
    right: 0px;
    bottom: 7px;
}

.news-style-six .sec-title-two .link a {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 12px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.news-style-six .sec-title-two {
    margin-bottom: 50px;
}

.news-block-five .inner-box {
    position: relative;
    display: block;
}

.news-block-five .inner-box .image-box {
    position: relative;
    display: block;
    overflow: hidden;
}

.news-block-five .inner-box .image-box img {
    width: 100%;
    transition: all 500ms ease;
}

.news-block-five .inner-box:hover .image-box img {
    transform: scale(1.05);
}

.news-block-five .inner-box .lower-content {
    position: relative;
    margin-right: 30px;
}

.news-block-five .inner-box .lower-content .inner {
    position: relative;
    display: block;
    background: #fff;
    border: 1px solid #e4e5e8;
    padding: 36px 30px 39px 45px;
    margin-top: -105px;
}

.news-block-five .inner-box .lower-content .post-date {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 28px;
    font-family: 'Barlow', sans-serif;
    color: #404040;
    margin-bottom: 9px;
}

.news-block-five .inner-box .lower-content h4 {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 28px;
    font-family: 'Roboto', sans-serif;
    color: #313235;
    font-weight: 500;
    margin-bottom: 11px;
}

.news-block-five .inner-box .lower-content h4 a {
    display: inline-block;
    color: #313235;
}

.news-block-five .inner-box .lower-content h4 a:hover {

}

.news-block-five .inner-box .lower-content .link a {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 12px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.news-block-six .inner-box {
    position: relative;
    display: block;
    background: #fff;
    padding: 40px 290px 29px 35px;
    border: 1px solid #e4e5e8;
    margin-bottom: 30px;
    min-height: 237px;
}

.news-block-six:last-child .inner-box {
    margin-bottom: 0px;
}

.news-block-six .inner-box .image-box {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 250px;
    height: 235px;
    overflow: hidden;
}

.news-block-six .inner-box .image-box img {
    width: 100%;
    transition: all 500ms ease;
}

.news-block-six .inner-box:hover .image-box img {
    transform: scale(1.05);
}

.news-block-six .inner-box .inner .post-date {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 28px;
    font-family: 'Barlow', sans-serif;
    color: #404040;
    margin-bottom: 12px;
}

.news-block-six .inner-box .inner h4 {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 26px;
    font-family: 'Roboto', sans-serif;
    color: #313235;
    font-weight: 500;
    margin-bottom: 22px;
}

.news-block-six .inner-box .inner h4 a {
    display: inline-block;
    color: #313235;
}

.news-block-six .inner-box .inner h4 a:hover {

}

.news-block-six .inner-box .inner .link a {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 12px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.footer-area.home-15 .footer-widget-shape1 {
    bottom: -120px;
}

.footer-area.home-15 .main-footer-bottom {
    padding: 0px;
}

.project-style2-area.project-v1 .single-project-style2 .overlay-content {
    padding-left: 0px;
}

.project-style2-area.project-v1 .single-project-style2 .overlay-content .box .title-holder {
    bottom: 5px;
}

.single-project-style2 {
    border-radius: 7px;
    overflow: hidden;
}


/** header-style-16 **/


.header-top-three {
    position: relative;
    background: #162d44;
}

.header-top-three .top-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-top-three .info-list {
    position: relative;
    display: flex;
    align-items: center;
}

.header-top-three .info-list li {
    position: relative;
    display: inline-block;
    padding-right: 20px;
    margin-right: 20px;
    border-right: 1px solid rgba(255, 255, 255, 0.15);
    font-size: 17px;
    line-height: 44px;
    font-family: 'Barlow', sans-serif;
    color: #fff;
    padding-left: 25px;
}

.header-top-three .info-list li:first-child {
    border-left: 1px solid rgba(255, 255, 255, 0.15);
    padding-left: 50px;
}

.header-top-three .info-list li:first-child i {
    left: 30px;
}

.header-top-three .info-list li a {
    display: inline-block;
    color: #fff;
}

.header-top-three .info-list li i {
    position: absolute;
    left: 0px;
    top: 15px;
}

.header-top-three .info-list li a:hover {

}

.news-block-six .inner-box .inner .link a {
    color: #d90429;
    border-bottom: 1px solid #d90429;
}

.header-top-three .social-links {
    position: relative;
    display: flex;
    align-items: center;
}

.header-top-three .social-links li {
    position: relative;
    display: inline-block;
    width: 38px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    border-right: 1px solid rgba(255, 255, 255, 0.15);
}

.header-top-three .social-links li:first-child {
    border-left: 1px solid rgba(255, 255, 255, 0.15);
}

.header-top-three .social-links li a {
    position: relative;
    display: inline-block;
    font-size: 15px;
    color: #fff;
}

.header-top-three .social-links li a:hover {
    color: #d90429;
}

.header-style-16 {
    position: relative;
    background: #fff;
}

.header-style-16 .outer-box .main-menu .navigation > li > a {
    color: #242424;
    padding: 0px 20px;
}

.header-style-16 .outer-box {
    padding: 0px;
}

.header-style-16 .outer-box .main-menu .navigation > li:last-child > a {
    padding-right: 0px;
}

.header-style-16 .outer-box .logo-box {
    padding: 20px 0px 18px 0px;
    margin-right: 30px;
}

.header-style-16 .outer-box .main-menu .navigation {
    margin-top: 0px;
}

.header-style-16 .outer-box .main-menu .navigation > li {
    margin: 15px 0px;
}


/** page-title **/

.page-title {
    position: relative;
    padding: 107px 0px 119px 0px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.page-title:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(-180deg, rgba(0, 27, 76, 0.0) 0%, rgba(0, 27, 76, 1) 50%);
    left: 0px;
    top: 0px;
    right: 0px;
}

.page-title .pattern-layer {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0.2;
}

.page-title .content-box {
    position: relative;
    display: block;
}

.page-title .content-box h1 {
    position: relative;
    display: block;
    font-size: 60px;
    line-height: 70px;
    font-family: 'Roboto', sans-serif;
    color: #fff;
    font-weight: 700;
    margin-bottom: 8px;
}

.page-title .content-box .bread-crumb li {
    position: relative;
    display: inline-block;
    float: left;
    padding-right: 19px;
    margin-right: 10px;
    font-size: 16px;
    line-height: 26px;
    font-family: 'Barlow', sans-serif;
    color: #fff;
}

.page-title .content-box .bread-crumb li:last-child {
    padding-right: 0px;
    margin-right: 0px;
}

.page-title .content-box .bread-crumb li a {
    color: #fff;
}

.page-title .content-box .bread-crumb li a:hover {

}

.page-title .content-box .bread-crumb li:before {
    position: absolute;
    content: '/';
    top: 0px;
    right: 0px;
}

.page-title .content-box .bread-crumb li:last-child:before {
    display: none;
}


/** about-style-15 **/

.about-style-15 {
    position: relative;
    padding: 115px 0px 110px 0px;
}

.content_block_27 .content-box {
    position: relative;
    display: block;
    margin-right: 70px;
}

.content_block_27 .content-box .text {
    position: relative;
    display: block;
    margin-bottom: 51px;
}

.content_block_27 .content-box .text h3 {
    position: relative;
    display: block;
    font-size: 22px;
    line-height: 32px;
    color: #242424;
    font-family: 'Barlow', sans-serif;
    margin-bottom: 32px;
    font-weight: 500;
}

.content_block_27 .content-box .text p {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 28px;
    color: #797979;
    font-family: 'Barlow', sans-serif;
    margin-bottom: 0px;
}

.content_block_27 .content-box .lower-content {
    position: relative;
    display: flex;
    align-items: center;
}

.content_block_27 .content-box .lower-content .author-box {
    position: relative;
    display: block;
    padding: 7px 40px 0px 85px;
    margin-right: 30px;
    border-right: 1px solid #e1e5e9;
}

.content_block_27 .content-box .lower-content .author-box .thumb-box {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 61px;
    height: 61px;
    border-radius: 50%;
}

.content_block_27 .content-box .lower-content .author-box .thumb-box img {
    width: 100%;
    border-radius: 50%;
}

.content_block_27 .content-box .lower-content .author-box h3 {
    position: relative;
    display: block;
    font-size: 22px;
    line-height: 28px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    color: #242424;
    margin-bottom: 0px;
}

.content_block_27 .content-box .lower-content .author-box .designation {
    position: relative;
    display: block;
    font-size: 22px;
    line-height: 28px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
}

.about-style-15 .image_block_one .image-box {
    margin-left: -30px;
    margin-right: -81px;
}

.chooseus-style-six.about-page-2 {
    background: #eaedf3;
    padding-bottom: 0px;
}

.chooseus-style-six.about-page-2 .image-box {
    padding-bottom: 0px;
    margin-left: -190px;
}

.chooseus-style-six.about-page-2 .image-box .image:before {
    position: absolute;
    content: '';
    background: #000;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    opacity: 0.2;
    border-radius: 5px;
}

.chooseus-style-six.about-page-2 .image-box .video-btn a {

}

.chooseus-style-six.about-page-2 .image-box .video-btn a:before {

}

.chooseus-style-six.about-page-2 .image-box .video-btn {
    bottom: 40px;
}

.testimonial-style-two.about-page-2 {
    background: #fff;
}

.header-style-17 .support-box .icon-box {
    color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.page-title.style-two:before {
    background: #052450;
    opacity: 0.90;
}


/** about-style-16 **/

.about-style-16 {
    position: relative;
    overflow: hidden;
    padding: 112px 0;
}

.about-style-16 .content-box {
    position: relative;
    display: block;
}

.about-style-16 .content-box .text {
    position: relative;
    display: block;
}

.about-style-16 .content-box .text h4 {
    position: relative;
    display: block;
    font-size: 21px;
    line-height: 30px;
    font-family: 'Roboto', sans-serif;
    color: #262626;
    font-weight: 700;
    margin-bottom: 33px;
}

.about-style-16 .content-box .text p {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 30px;
    font-family: 'Barlow', sans-serif;
    color: #444444;
    margin-bottom: 30px;
}

.about-style-16 .content-box .text p:last-child {
    margin-bottom: 0px;
}

.about-style-16 .content-box .lower-box {
    position: relative;
    display: flex;
    align-items: center;
}

.about-style-16 .content-box .lower-box .author-info {
    position: relative;
    margin-right: 70px;
}

.about-style-16 .content-box .lower-box .author-info h4 {
    position: relative;
    display: block;
    font-size: 21px;
    line-height: 30px;
    font-family: 'Roboto', sans-serif;
    color: #262626;
    font-weight: 700;
    margin-bottom: 0px;
}

.about-style-16 .content-box .lower-box .author-info .designation {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 30px;
    font-family: 'Barlow', sans-serif;
    color: #444444;
}

.about-style-16 .image-box {
    position: relative;
    display: block;
}

.about-style-16 .image-box .image {
    position: relative;
    display: block;
}

.about-style-16 .image-box .image img {
    width: 100%;
}

.google-map-section .contact-map-outer .map-canvas {
    height: 470px;
}


/** contact-style-three **/

.contact-style-three {
    position: relative;
    padding: 115px 0px 120px 0px;
}

.contact-style-three .contact-info .text {
    position: relative;
    display: block;
    margin-bottom: 44px;
}

.contact-style-three .contact-info .text h3 {
    position: relative;
    display: block;
    font-size: 24px;
    line-height: 32px;
    font-family: 'Roboto', sans-serif;
    color: #0b1953;
    font-weight: 700;
    margin-bottom: 18px;
}

.contact-style-three .contact-info .text p {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 26px;
    font-family: 'Barlow', sans-serif;
    color: #444;
    margin-bottom: 0px;
}

.contact-style-three .contact-info .info li {
    position: relative;
    display: block;
    margin-bottom: 16px;
    padding-left: 55px;
}

.contact-style-three .contact-info .info li:last-child {
    margin-bottom: 0px;
}

.contact-style-three .contact-info .info li .icon-box {
    position: absolute;
    left: 0px;
    top: 8px;
    font-size: 30px;
    line-height: 30px;
    color: #2d63bd;
}

.contact-style-three .contact-info .info li h5 {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 26px;
    font-family: 'Roboto', sans-serif;
    color: #23282a;
    font-weight: 600;
}

.contact-style-three .contact-info .info li p {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 24px;
    font-family: 'Barlow', sans-serif;
    color: #444;
    margin-bottom: 0px;
}

.contact-style-three .contact-info .info li p a {
    display: inline-block;
    color: #444;
}

.contact-style-three .contact-info .info li p a:hover {

}

.contact-style-three .contact-info {
    margin-right: 70px;
}

.contact-style-three .form-inner {
    position: relative;
    display: block;
}

.contact-style-three .form-inner .form-group {
    position: relative;
    display: block;
    margin-bottom: 20px;
}

.contact-style-three .form-inner .form-group.message-btn {
    margin-bottom: 0px;
    padding-top: 20px;
}

.contact-style-three .form-inner .form-group input[type='text'],
.contact-style-three .form-inner .form-group input[type='email'],
.contact-style-three .form-inner .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    height: 55px;
    background: #f6f7fc;
    border-radius: 30px;
    border: 1px solid #eeeff5;
    font-size: 18px;
    font-family: 'Barlow', sans-serif;
    color: #b1b2b4;
    padding: 10px 30px;
    transition: all 500ms ease;
}

.contact-style-three .form-inner .form-group textarea {
    height: 230px;
    resize: none;
    padding-top: 15px;
}

.contact-style-three .form-inner .form-group input:focus,
.contact-style-three .form-inner .form-group textarea:focus {

}

.contact-style-three .form-inner .sec-title-two {
    margin-bottom: 47px;
}


/** contact-style-four **/

.contact-style-four {
    position: relative;
    padding-bottom: 120px;
}

.contact-style-four .form-inner {
    position: relative;
    display: block;
    background: #fff;
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.10);
    padding: 81px 50px 100px 50px;
    border-radius: 10px;
    margin-top: -100px;
    z-index: 1;
}

.contact-style-four .form-inner .sec-title-two h2 {
    margin-bottom: 13px;
}

.contact-style-four .form-inner form .form-group {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.contact-style-four .form-inner form .message-btn {
    margin-bottom: 0px;
}

.contact-style-four .form-inner form .form-group input[type='text'],
.contact-style-four .form-inner form .form-group input[type='email'],
.contact-style-four .form-inner form .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    height: 50px;
    background: #f6f7fc;
    border: 1px solid #eeeff5;
    font-size: 18px;
    font-family: 'Barlow', sans-serif;
    color: #b1b2b4;
    padding: 10px 30px;
    transition: all 500ms ease;
}

.contact-style-four .form-inner form .form-group textarea {
    height: 250px;
    resize: none;
    padding-top: 15px;
}

.contact-style-four .form-inner form .form-group input:focus,
.contact-style-four .form-inner form .form-group textarea:focus {

}

.contact-style-four .form-inner .sec-title-two {
    margin-bottom: 47px;
}

.page-title.contact-page-3 {
    padding-bottom: 264px;
}

.contact-style-four .info-inner {
    position: relative;
    display: block;
    margin-left: 100px;
    padding-top: 83px;
}

.contact-style-four .info-inner .title {
    position: relative;
    display: block;
    padding-bottom: 16px;
    margin-bottom: 30px;
}

.contact-style-four .info-inner .title:before {
    position: absolute;
    content: '';
    background: #1f49c3;
    width: 50px;
    height: 2px;
    left: 0px;
    bottom: 0px;
}

.contact-style-four .info-inner .title h3 {
    position: relative;
    display: block;
    font-size: 26px;
    line-height: 34px;
    font-family: 'Roboto', sans-serif;
    color: #0b1953;
    font-weight: 700;
    margin-bottom: 0px;
}

.contact-style-four .info-inner .inner-box .single-item {
    position: relative;
    display: block;
    margin-bottom: 42px;
}

.contact-style-four .info-inner .inner-box .single-item:last-child {
    margin-bottom: 0px;
}

.contact-style-four .info-inner .inner-box .single-item h5 {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 26px;
    font-family: 'Roboto', sans-serif;
    color: #23282a;
    font-weight: 700;
    margin-bottom: 8px;
}

.contact-style-four .info-inner .inner-box .single-item p {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 26px;
    font-family: 'Barlow', sans-serif;
    color: #444;
    margin-bottom: 0px;
}

.contact-style-four .info-inner .inner-box .single-item p a {
    display: inline-block;
    color: #444;
}

.contact-style-four .info-inner .inner-box .single-item p a:hover {

}

.google-map-two {
    padding-bottom: 120px;
}

.google-map-two .contact-map-outer {
    border-radius: 10px;
    overflow: hidden;
}

.google-map-two .contact-map-outer .map-canvas {
    height: 510px;
}


.project-section.project-page-3:before {
    display: none;
}

.project-section.project-page-3 .sortable-masonry .filter-tabs li {
    color: #242424;
    float: none;
}

.project-section.project-page-3 .filters {
    padding-right: 0px;
}

.project-section .outer-container {
    padding: 0px 40px;
}

.project-section .outer-container .more-btn {
    position: relative;
    margin-top: 30px;
}

.project-section .outer-container .more-btn a {
    position: relative;
    display: inline-block;
    font-size: 18px;
    line-height: 26px;
    font-family: 'Barlow', sans-serif;
    font-weight: 600;
    color: #242424;
}

.project-section .outer-container .more-btn a:hover {

}

.service-style-three.service-page-2 {
    background: #ebf0f9;
    padding-bottom: 90px;
}

.service-style-three.service-page-2 .service-block-three .inner-box {
    margin-bottom: 30px;
}

.service-style-three.service-page-2 .sec-title-two h2 {
    margin-bottom: 16px;
}

.service-style-three.service-page-2 .sec-title-two p {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 26px;
    font-family: 'Barlow', sans-serif;
    color: #444;
    margin-bottom: 0px;
}

.service-style-three.service-page-2 .sec-title-two {
    margin-bottom: 56px;
}

.chooseus-style-two.service-page-2 {
    padding-top: 0px;
    padding-bottom: 120px;
}

.chooseus-style-two.service-page-2 .funfact-inner {
    border-top: 1px solid #bcc0c7;
    padding-top: 83px;
}

.service-style-four.service-page-3 {
    padding-bottom: 90px;
}

.service-style-four.service-page-3 .service-block-four .inner-box {
    margin-bottom: 30px;
}

.service-style-four.service-page-3 .sec-title-two h2 {
    margin-bottom: 16px;
}

.service-style-four.service-page-3 .sec-title-two p {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 26px;
    font-family: 'Barlow', sans-serif;
    color: #444;
    margin-bottom: 0px;
}

.service-style-four.service-page-3 .sec-title-two {
    margin-bottom: 56px;
}

.value-section.service-page-3 {
    background: #ecf0f7;
}

.value-section.service-page-3 .funfact-inner {
    border-top: 1px solid #c6c7cc;
}

.value-section.service-page-3 .counter-block-two .inner-box .icon-box:before {
    background: #d4e2f2;
}


/** single-service-page **/


.single-service-one {
    position: relative;
    padding: 120px 0px;
}

.single-service-one .image-box {
    position: relative;
    display: block;
    padding-right: 22px;
}

.single-service-one .image-box .image {
    position: relative;
    display: block;
    overflow: hidden;
}

.single-service-one .image-box .image img {
    width: 100%;
}

@media (min-width: 992px) {
    .single-service-one .image-box .image img {
        height: 100%;
    }
}

.single-service-one .image-box .image:before {
    position: absolute;
    content: '';
    background: #000;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    opacity: 0.1;
}

.single-service-one .image-box .video-btn {
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 135px;
    height: 135px;
    line-height: 145px;
    text-align: center;
}

.single-service-one .image-box .video-btn a {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 58px;
    font-size: 20px;
    background: #fff;
    border-radius: 50%;
    text-align: center;
    color: #061e52;
    box-shadow: 0px 0px 0px 10px rgba(255, 255, 255, 0.50);
}

.single-service-one .content-box {
    position: relative;
    display: block;
    margin-left: 20px;
}

.single-service-one .content-box .sec-title-two {
    margin-bottom: 22px;
}

.single-service-one .content-box .text p {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 28px;
    font-family: 'Barlow', sans-serif;
    color: #444;
    margin-bottom: 26px;
}

.single-service-one .content-box .text p:last-child {
    margin-bottom: 0px;
}

.single-service-one .content-box .text .list li {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 28px;
    font-family: 'Barlow', sans-serif;
    color: #444;
    margin-bottom: 6px;
    padding-left: 40px;
}

.single-service-one .content-box .text .list li:last-child {
    margin-bottom: 0px;
}

.single-service-one .content-box .text .list li:before {
    position: absolute;
    content: "";
    background-image: url(../images-2/icons/icon-72.png);
    width: 19px;
    height: 19px;
    left: 0px;
    top: 5px;
    background-repeat: no-repeat;
}

.single-service-one .content-box .text .list {
    margin-bottom: 26px;
}


.single-service-two {
    position: relative;
    padding-top: 90px;
    padding-bottom: 90px;
    background: #052245;
}

.single-service-two .left-content {
    position: relative;
    display: block;
}

.single-service-two .left-content .text {
    position: relative;
    display: block;
    margin-bottom: 64px;
}

.single-service-two .left-content .text h2 {
    position: relative;
    display: block;
    font-size: 45px;
    line-height: 55px;
    font-family: 'Roboto', sans-serif;
    color: #fff;
    font-weight: 700;
    margin-bottom: 21px;
}

.single-service-two .left-content .text p {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 28px;
    font-family: 'Barlow', sans-serif;
    color: #fff;
    margin-bottom: 0px;
}

.single-service-two .left-content .image-box {
    position: relative;
    z-index: 1;
}

.single-service-two .left-content .image-box img {
    width: 100%;
}

.single-service-two .right-content h3 {
    position: relative;
    display: block;
    font-size: 32px;
    line-height: 40px;
    font-family: 'Roboto', sans-serif;
    color: #fff;
    font-weight: 700;
    margin-bottom: 18px;
}

.single-service-two .right-content p {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 28px;
    font-family: 'Barlow', sans-serif;
    color: #fff;
    margin-bottom: 38px;
}

.single-service-two .right-content .list li {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 28px;
    font-family: 'Barlow', sans-serif;
    color: #fff;
    font-weight: 500;
    margin-bottom: 12px;
    padding-left: 36px;
}

.single-service-two .right-content .list li:last-child {
    margin-bottom: 0px;
}

.single-service-two .right-content .list li:before {
    position: absolute;
    content: "";
    background-image: url(../images-2/icons/icon-71.png);
    left: 0px;
    top: 8px;
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
}

.single-service-two .right-content {
    position: relative;
    display: block;
    margin-left: 100px;
}


/** single-service-three **/

.single-service-three {
    position: relative;
    padding: 150px 0px 113px 0px;
}

.single-service-three .content-box {
    position: relative;
    display: block;
}

.single-service-three .content-box h2 {
    position: relative;
    display: block;
    font-size: 45px;
    line-height: 55px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    color: #242424;
    margin-bottom: 18px;
}

.single-service-three .content-box p {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 28px;
    font-family: 'Barlow', sans-serif;
    color: #444;
    margin-bottom: 0px;
}

.single-service-three .content-box .image-box {
    position: relative;
    display: block;
    margin-top: 36px;
    margin-bottom: 71px;
    margin-left: 7px;
    margin-right: 7px;
}

.single-service-three .content-box .image-box .image-column {
    padding: 0px 8px;
}

.single-service-three .content-box .image-box .image {
    position: relative;
    display: block;
    overflow: hidden;
}

.single-service-three .content-box .image-box .image img {
    width: 100%;
    transition: all 500ms ease;
}

.single-service-three .content-box .image-box .video-box:before {
    position: absolute;
    content: '';
    background: #000000;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    opacity: 0.5;
}

.single-service-three .content-box .image-box .video-box .video-btn {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
    line-height: 58px;
    font-size: 20px;
    text-align: center;
    color: #fff;
    border-radius: 50%;
}

.single-service-three .content-box .list li {
    position: relative;
    display: block;
    float: left;
    width: 50%;
    margin-bottom: 12px;
    padding-left: 34px;
    font-size: 18px;
    line-height: 26px;
    font-family: 'Roboto', sans-serif;
    color: #242424;
    font-weight: 700;
}

.single-service-three .content-box .list li:before {
    position: absolute;
    content: "";
    background-image: url(../images-2/icons/icon-70.png);
    width: 15px;
    height: 14px;
    left: 0px;
    top: 8px;
    background-repeat: no-repeat;
}

.single-service-three .content-box .list {
    margin-top: 30px;
}

.single-service-three .sidebar-content .inner-box {
    position: relative;
    display: block;
    background: #001b3b;
}

.single-service-three .sidebar-content .inner-box .image-box {
    position: relative;
    display: block;
    clip-path: polygon(0% 0%, 101% 0%, 101% 75%, 0% 100%, 0% 0%);
}

.single-service-three .sidebar-content .inner-box .image-box img {
    width: 100%;
}

.single-service-three .sidebar-content .inner-box .image-box:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 105px;
    left: 0px;
    bottom: 0px;
    clip-path: polygon(0% 100%, 100% 0%, 100% 100%, 0% 100%, 0% 0%);
}

.single-service-three .sidebar-content .inner-box .text {
    position: relative;
    display: block;
    padding: 30px 30px 30px 30px;
}

.single-service-three .sidebar-content .inner-box .text h3 {
    position: relative;
    display: block;
    font-size: 24px;
    line-height: 30px;
    color: #fff;
    font-family: 'Barlow', sans-serif;
    margin-bottom: 4px;
}

.single-service-three .sidebar-content .inner-box .text h3 span {
    position: relative;
    display: block;
    font-size: 30px;
    font-weight: 700;
}

.single-service-three .sidebar-content .inner-box .text h2 {
    position: relative;
    display: block;
    font-size: 32px;
    line-height: 40px;
    color: #fff;
    font-family: 'Barlow', sans-serif;
    margin-bottom: 26px;
}

.single-service-three .sidebar-content .download-box h3 {
    position: relative;
    display: block;
    font-size: 30px;
    line-height: 40px;
    color: #242424;
    font-family: 'Barlow', sans-serif;
    font-weight: 700;
    margin-bottom: 20px;
}

.single-service-three .sidebar-content .download-box .theme-btn-two {
    padding: 20px 18px;
}

.single-service-three .sidebar-content .download-box .theme-btn-two i {
    transform: rotate(0deg);
}


/** single-service-four **/

.single-service-four {
    position: relative;
    padding: 120px 0;
}

.service-sidebar {
    position: relative;
    display: block;
}

.service-sidebar .service-category {
    position: relative;
    display: block;
    margin-bottom: 50px;
}

.service-sidebar .service-category .category-list {
    position: relative;
    display: block;
    background: #f8f8f8;
    border: 1px solid #e4e4e4;
    border-left: 5px solid #e4e4e4;
}

.service-sidebar .service-category .category-list li {
    position: relative;
    display: block;
}

.service-sidebar .service-category .category-list li a {
    position: relative;
    display: block;
    padding: 15px 30px 15px 22px;
    font-size: 19px;
    line-height: 28px;
    font-family: 'Roboto', sans-serif;
    color: #0b1953;
    font-weight: 600;
    border-bottom: 1px solid #e4e4e4;
}

.service-sidebar .service-category .category-list li:last-child a {
    border-bottom: none;
}

.service-sidebar .service-category .category-list li a:hover,
.service-sidebar .service-category .category-list li a.current {
    background: #fff;
}

.service-sidebar .service-category .category-list li a:before {
    position: absolute;
    content: '';
    width: 5px;
    height: 100%;
    left: -5px;
    top: 0px;
    transform: scale(0, 0);
    transition: all 500ms ease;
}

.service-sidebar .service-category .category-list li a:hover:before,
.service-sidebar .service-category .category-list li a.current:before {
    transform: scale(1, 1);
}

.service-sidebar .sidebar-testimonial {
    position: relative;
    display: block;
    padding: 30px 20px 40px 20px;
    margin-bottom: 50px;
}

.service-sidebar .sidebar-testimonial .inner-box .quote-box {
    position: relative;
    display: block;
    margin-bottom: 15px;
    text-align: center;
}

.service-sidebar .sidebar-testimonial .inner-box .quote-box img {
    display: inline-block;
    width: auto;
}

.service-sidebar .sidebar-testimonial .inner-box p {
    position: relative;
    display: block;
    text-align: center;
    font-size: 17px;
    line-height: 26px;
    font-family: 'Barlow', sans-serif;
    color: #fff;
    margin-bottom: 18px;
}

.service-sidebar .sidebar-testimonial .inner-box .author-box {
    position: relative;
    display: block;
    padding: 14px 0px 13px 93px;
    margin-left: 35px;
}

.service-sidebar .sidebar-testimonial .inner-box .author-box .author-thumb {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 74px;
    height: 74px;
    border-radius: 50%;
}

.service-sidebar .sidebar-testimonial .inner-box .author-box .author-thumb img {
    width: 100%;
    border-radius: 50%;
}

.service-sidebar .sidebar-testimonial .inner-box .author-box h6 {
    position: relative;
    display: block;
    font-size: 15px;
    line-height: 20px;
    font-family: 'Barlow', sans-serif;
    font-weight: 500;
    color: #fff;
    margin-bottom: 7px;
}

.service-sidebar .sidebar-testimonial .inner-box .author-box .designation {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 20px;
    font-family: 'Barlow', sans-serif;
    font-weight: 500;
    color: #fff;
}

.service-sidebar .download-box {
    position: relative;
    display: block;
    border: 1px solid #d7d7d7;
    padding: 21px 30px 33px 30px;
}

.service-sidebar .download-box h4 {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 28px;
    font-family: 'Roboto', sans-serif;
    color: #242424;
    margin-bottom: 23px;
}

.service-sidebar .download-box h4 span {
    display: block;
    color: #2661b6;
}

.service-sidebar .download-box a {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
    font-family: 'Roboto', sans-serif;
    color: #fff;
    background: #072652;
    padding: 10.5px 24px;
    border-radius: 3px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.service-sidebar .download-box a:hover {

}

.service-sidebar .download-box .shape {
    position: absolute;
    right: 9px;
    bottom: 28px;
    width: 75px;
    height: 66px;
    background-repeat: no-repeat;
}

.service-details-content {
    position: relative;
    display: block;
    margin-right: 40px;
}

.service-details-content .content-one {
    position: relative;
}

.service-details-content .content-one .image-box {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.service-details-content .content-one .image-box img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.service-details-content h2 {
    position: relative;
    display: block;
    font-size: 38px;
    line-height: 46px;
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    color: #0b1953;
    margin-bottom: 15px;
}

.service-details-content p {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 28px;
    font-family: 'Barlow', sans-serif;
    color: #444;
    margin-bottom: 0px;
}

.service-details-content .content-one .text p {
    margin-bottom: 25px;
}

.service-details-content .content-one .text p:last-child {
    margin-bottom: 0px;
}

.service-details-content .content-two {
    position: relative;
    display: block;
    padding-bottom: 60px;
    margin-bottom: 60px;
    border-bottom: 1px solid #e8e8e8;
}

.service-details-content .content-two .image-box {
    position: relative;
    display: block;
    margin-right: 95px;
}

.service-details-content .content-two .image-box img {
    width: 100%;
}

.service-details-content .content-two .text {
    position: relative;
    display: block;
    margin-left: -60px;
}

.service-details-content h3 {
    position: relative;
    display: block;
    font-size: 28px;
    line-height: 36px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    color: #0b1953;
}

.service-details-content .content-two .text h3 {
    margin-bottom: 18px;
}

.service-details-content .content-two .text p {
    margin-bottom: 23px;
}

.service-details-content .content-two .list li {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 28px;
    font-family: 'Barlow', sans-serif;
    color: #444;
    padding-left: 15px;
    margin-bottom: 8px;
}

.service-details-content .content-two .list li:last-child {
    margin-bottom: 0px;
}

.service-details-content .content-two .list li:before {
    position: absolute;
    content: '';
    background: #444;
    width: 5px;
    height: 1px;
    left: 0px;
    top: 15px;
}

.service-details-content .content-three {
    position: relative;
    display: block;
    margin-bottom: 50px;
}

.service-details-content .content-three .text {
    position: relative;
    display: block;
    margin-bottom: 41px;
}

.service-details-content .content-three .text h3 {
    margin-bottom: 14px;
}

.service-details-content .content-three .inner-box .single-item {
    position: relative;
    display: block;
    padding-left: 93px;
    margin-bottom: 30px;
}

.service-details-content .content-three .inner-box .single-item .icon-box {
    position: absolute;
    left: 0px;
    top: 4px;
    width: 69px;
    height: 69px;
    line-height: 69px;
    border-radius: 50%;
    text-align: center;
    font-size: 36px;
    color: #fff;
}

.service-details-content .content-three .inner-box .single-item h4 {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 28px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    color: #242424;
    margin-bottom: 6px;
}

.service-details-content .content-four .text {
    margin-bottom: 27px;
}

.service-details-content .content-four .accordion-box .accordion .accord-btn h4 {
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
    color: #242424;
}

.service-details-content .content-four .accordion-box .accordion .accord-btn::after {
    font-size: 18px;
    font-weight: 400;
    color: #242424;
    content: "\f067";
    font-family: 'FontAwesome' !important;
    right: 16px;
}

.service-details-content .content-four .accordion-box .accordion .accord-btn.active:after {
    content: "\f068";
}

.service-details-content .content-four .accordion-box .accordion .accord-content p {
    color: #444;
}

.service-details-content .content-four .accordion-box .accordion .accord-btn.active,
.service-details-content .content-four .accordion-box .accordion .accord-content {
    background: #f5f5f5;
}

.service-details-content .content-four .accordion-box .accordion .accord-content p {
    font-size: 17px;
    line-height: 24px;
    color: #444;
    font-family: 'Barlow', sans-serif;
}

.service-details-content .content-four .accordion-box .accordion {
    margin-bottom: 20px;
}

.service-details-content .content-four .accordion-box .accordion:last-child {
    margin-bottom: 0;
}

.team-style-two.team-page-2 .team-block-two .inner-box {
    margin-bottom: 50px;
}

.team-style-two.team-page-2 .sec-title-two h2 {
    margin-bottom: 19px;
}

.team-style-two.team-page-2 .sec-title-two p {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 30px;
    font-family: 'Barlow', sans-serif;
    color: #444;
    margin-bottom: 0px;
}

.team-style-two.team-page-2 .sec-title-two {
    margin-bottom: 78px;
}

.team-style-two.team-page-2 {
    padding-bottom: 70px;
}


.testimonial-page-section {
    position: relative;
    padding: 120px 0px 60px 0px;
    background: #ebf0f9;
}

.testimonial-page-section .sec-title-two h2 {
    margin-bottom: 19px;
}

.testimonial-page-section .sec-title-two p {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 30px;
    font-family: 'Barlow', sans-serif;
    color: #444;
    margin-bottom: 0px;
}

.testimonial-page-section .sec-title-two {
    margin-bottom: 78px;
}

.testimonial-page-section .testimonial-block-three .inner-box .author-box h5 {
    color: #242424;
}

.testimonial-page-section .testimonial-block-three .inner-box .author-box .designation {
    color: #444444;
}

.testimonial-page-section .testimonial-block-three .inner-box {
    margin-bottom: 50px;
}


/** header-style-18 **/

.header-style-18 {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
}

.header-style-18 .outer-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 100px;
}

.header-style-18 .outer-box .header-left {
    display: flex;
    align-items: center;
}

.header-style-18 .outer-box .logo-box {
    position: relative;
    float: left;
    margin-right: 30px;
    padding: 55px 0px 50px 0px;
}

.header-style-18 .outer-box .nav-outer {
    position: relative;
    float: left;
}

.header-style-18 .main-menu .navigation > li > a {
    color: #0b1953;
    background: transparent;
    border: none !important;
    font-family: 'Barlow', sans-serif;
    text-transform: uppercase;
    padding: 0 19px;
}

.header-style-18 .main-menu .navigation > li:before {
    display: none;
}

.header-style-18 .main-menu .navigation > li > ul > li > a {
    font-family: 'Barlow', sans-serif;
}

.main-menu .navigation > li > ul > li:nth-child(15) > a {
    border-bottom: none;
}

.main-header .option-box {
    position: relative;
    float: left;
    display: flex;
    align-items: center;
    margin-top: 19px;
    margin-left: 7px;
}

.main-header .option-box .search-box-outer {
    position: relative;
    margin-right: 0px;
    font-size: 20px;
    color: #131516;
    font-weight: 400;
    transition: all 500ms ease;
}

.header-style-18 .sticky-header .outer-box .logo-box {
    padding: 20px 0px;
}

.header-style-18 .sticky-header .option-box {
    margin-top: 18px;
}

.main-header .search-box-outer {
    cursor: pointer;
}

.header-style-18 .header-right {
    position: relative;
    display: flex;
    align-items: center;
}

.header-style-18 .header-right .support-box {
    margin-right: 20px;
}

.header-style-18 .header-right .support-box h4 {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 28px;
    font-family: 'Barlow', sans-serif;
    font-weight: 600;
    color: #0b1953;
    padding-left: 50px;
}

.header-style-18 .header-right .support-box h4 a {
    display: inline-block;
    color: #0b1953;
}

.header-style-18 .header-right .support-box h4 i {
    position: absolute;
    left: 0px;
    top: 0px;
    font-size: 36px;
}

.header-style-18 .header-right .btn-box a {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 26px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    color: #0b1953;
    text-transform: uppercase;
    border-radius: 30px;
    border: 1px solid #0b1953;
    padding: 6px 36px;
    text-align: center;
}

.header-style-18 .header-right .btn-box a:hover {
    background: #0b1953;
    color: #fff;
}

.main-header .nav-btn {
    position: relative;
    float: left;
    width: 40px;
    height: 24px;
    cursor: pointer;
    margin-left: 25px;
}

.main-header .nav-btn .bar {
    position: absolute;
    width: 100%;
    height: 4px;
    top: 0px;
    left: 0px;
    border-radius: 2px;
    transition: all 500ms ease;
}

.page-title.style-two {
    padding-top: 205px;
}

.main-header.header-style-18 .nav-btn .bar {
    background-color: #2e3d6e;
}

.main-header .nav-btn .bar {
    background-color: #db002b;
}

.main-header .nav-btn:hover .bar {
    width: 100% !important
}

.main-header .nav-btn .bar:nth-child(2) {
    top: 10px;
    width: 30px;
}

.main-header .nav-btn .bar:last-child {
    top: 20px;
    width: 20px;
}

.testimonial-style1-area.home-11 .owl-nav-style-one.owl-theme .owl-nav [class*="owl-"] {
    width: 44px;
    height: 44px;
    line-height: 44px;
    border: 2px solid #a7afb6;
    color: #a7afb6;
    font-size: 22px;
}

.testimonial-style1-area.home-11 .owl-nav-style-one.owl-theme .owl-nav .owl-next {
    margin-left: 22px;
}

.testimonial-style1-area.home-11 .owl-nav-style-one.owl-theme .owl-nav [class*="owl-"]:hover {
    color: #d90429;
    border-color: #d90429;
}

.testimonial-style1-area.home-11 .single-testimonial-style1 .text-box p {
    color: #444444;
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 6px;
}

.testimonial-style1-area.home-11 .single-testimonial-style1 h3 {
    color: #1f65bd;
    text-transform: uppercase;
}

.testimonial-style1-area.home-11 .single-testimonial-style1 .inner-content {
    padding-bottom: 33px;
}

/** banner-style-ten **/

.banner-style-ten {
    position: relative;
    background: #c1d0de;
    overflow: hidden;
    border-bottom: 1px solid #99a7b2;
}

.banner-style-ten .bubble-shape {
    position: absolute;
    left: 40%;
    transform: translateX(-50%);
    bottom: -100px;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background: #4c7032;
    -webkit-animation: zoom-fade 8s infinite linear;
    animation: zoom-fade 8s infinite linear;
}

.banner-style-ten .pattern-layer {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.banner-style-ten .outer-container {
    position: relative;
    max-width: 1440px;
    padding: 0px 15px;
    margin: 0 auto;
}

.banner-style-ten .content-box {
    position: relative;
    display: block;
    max-width: 530px;
    padding: 290px 0px 175px 0px;
}

.banner-style-ten .content-box h2 {
    position: relative;
    display: block;
    font-size: 65px;
    line-height: 71px;
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    color: #293440;
    margin-bottom: 25px;
}

.banner-style-ten .content-box h3 {
    position: relative;
    display: inline-block;
    font-size: 27px;
    line-height: 36px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    color: #293440;
    font-style: italic;
    margin-bottom: 22px;
    padding-right: 48px;
}

.banner-style-ten .content-box h3:before {
    position: absolute;
    content: '';
    background: #293440;
    width: 32px;
    height: 2px;
    right: 0px;
    bottom: 9px;
}

.banner-style-ten .content-box p {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 28px;
    font-family: 'Barlow', sans-serif;
    font-weight: 500;
    color: #293440;
    margin-bottom: 45px;
}

.banner-style-ten .content-box .btn-box a {
    position: relative;
    display: inline-block;
    font-size: 15px;
    line-height: 26px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    color: #34393d;
    text-transform: uppercase;
    background: #ecdf0b;
    border-radius: 30px;
    padding: 15px 50px;
    letter-spacing: 1px;
    transition: all 500ms ease;
}

.banner-style-ten .content-box .btn-box a:hover {
    background: #d72027;
    color: #fff;
}

.banner-style-ten .image-box {
    position: relative;
    min-height: 782px;
    margin-top: 65px;
}

.banner-style-ten .image-box .image {
    position: absolute;
    right: 0px;
    bottom: -100px;
    border-radius: 50%;
    background: #fff;
    z-index: 1;
}

.banner-style-ten .image-box .image img {
    width: 100%;
    border-radius: 50%;
}

.banner-style-ten .image-box .image:before {
    position: absolute;
    content: '';
    background: #ecdf0b;
    width: 100%;
    height: 100%;
    left: 12px;
    top: -27px;
    border-radius: 50%;
    z-index: -1;
}

.banner-style-ten .image-box .border {
    position: absolute;
    left: -55px;
    top: 0px;
    width: 100%;
    height: 100%;
    border: 2px solid rgba(255, 255, 255, 0.50);
    border-radius: 50%;
    z-index: -1;
}

.banner-style-ten .image-box .border:before {
    position: absolute;
    content: '';
    background: #ecdf0b;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    left: -23px;
    top: 50%;
    transform: translateY(-50%);
}

.banner-style-ten .big-text {
    position: absolute;
    left: -300px;
    top: 495px;
    font-size: 205px;
    line-height: 100px;
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #a4b3c1;
    text-transform: capitalize;
    transform: rotate(90deg);
}


/** about-style-17 **/

.about-style-17 {
    position: relative;
    background: #c3d2df;
    padding: 120px 0px;
}

.about-style-17 .support-box {
    position: absolute;
    left: 305px;
    top: -15px;
    z-index: 1;
}

.about-style-17 .support-box h5 {
    position: relative;
    display: inline-block;
    font-size: 18px;
    line-height: 26px;
    font-family: 'Barlow', sans-serif;
    font-weight: 600;
    color: #292929;
    text-transform: uppercase;
    background: #c3d2df;
    padding: 0px 30px 0px 30px;
}

.about-style-17 .support-box h5 a {
    display: inline-block;
    color: #292929;
}

.about-style-17 .image-box {
    position: relative;
    display: block;
    margin-right: 44px;
}

.about-style-17 .image-box img {
    width: 100%;
}

.about-style-17 .image-box .image {
    position: relative;
    display: block;
    overflow: hidden;
    padding-top: 10px;
    z-index: 1;
}

.about-style-17 .image-box .image .shape-1 {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 426px;
    height: 558px;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -1;
}

.about-style-17 .image-box .image .shape-2 {
    position: absolute;
    right: -62px;
    bottom: -67px;
    width: 187px;
    height: 187px;
    background: #ecdf0b;
    border-radius: 50%;
    -webkit-animation: zoom-fade 8s infinite linear;
    animation: zoom-fade 8s infinite linear;
}

.about-style-17 .image-box .image .shape-3 {
    position: absolute;
    right: -60px;
    bottom: -100px;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.50);
}

.content_block_28 .content-box {
    position: relative;
    display: block;
}

.content_block_28 .content-box .text {
    position: relative;
    display: block;
    margin-bottom: 25px;
}

.content_block_28 .content-box .text h4 {
    position: relative;
    display: block;
    font-size: 19px;
    line-height: 28px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    color: #3c3c3c;
    margin-bottom: 20px;
}

.content_block_28 .content-box .text p {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 30px;
    font-family: 'Barlow', sans-serif;
    color: #444;
    margin-bottom: 0px;
}

.content_block_28 .content-box .sec-title-two h2 {
    color: #0b1953;
}

.content_block_28 .content-box .lower-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.content_block_28 .content-box .lower-box .author-info {
    position: relative;
    display: block;
    padding: 18px 0px 15px 110px;
    margin-bottom: 21px;
}

.content_block_28 .content-box .lower-box .signature {
    margin-left: 32px;
}

.content_block_28 .content-box .lower-box .author-info .thumb-box {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 79px;
    height: 79px;
    border-radius: 50%;
}

.content_block_28 .content-box .lower-box .author-info .thumb-box img {
    width: 100%;
    border-radius: 50%;
}

.content_block_28 .content-box .lower-box .author-info h5 {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 26px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    color: #0b1953;
    margin-bottom: 0px;
}

.content_block_28 .content-box .lower-box .author-info .designation {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 20px;
    font-family: 'Barlow', sans-serif;
    color: #444;
}

.content_block_28 .content-box .lower-box .award-box {
    position: relative;
    display: flex;
    align-items: center;
    margin-top: -74px;
}

.content_block_28 .content-box .lower-box .award-box .award {
    margin-right: 25px;
}

.content_block_28 .content-box .lower-box .award-box .award:last-child {
    margin: 0px !important;
}


/** service-style-14 **/

.service-style-14 {
    position: relative;
    padding: 115px 0px 120px 0px;
    background: #eaf1f6;
}

.service-style-14 .inner-container {
    position: relative;
    display: block;
    background: #fff;
    border: 1px solid #e4e4e4;
    padding: 0px 15px;
    border-right: none;
    border-bottom: none;
}

.service-style-14 .service-block {
    padding: 0px 0px;
}

.service-block-14 .inner-box {
    position: relative;
    display: block;
    background: #fff;
    padding: 40px 30px 42px 35px;
    border-right: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
    min-height: 266px;
}

.service-block-14 .inner-box .icon-box {
    position: relative;
    display: block;
    font-size: 60px;
    line-height: 60px;
    color: #0b1953;
    margin-bottom: 23px;
}

.service-block-14 .inner-box h3 {
    position: relative;
    display: block;
    font-size: 22px;
    line-height: 30px;
    color: #0b1953;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    margin-bottom: 0px;
}

.service-block-14 .inner-box h3 a {
    display: inline-block;
    color: #0b1953;
    transition: all 500ms ease;
}

.service-block-14 .inner-box p {
    position: relative;
    display: block;
    font-size: 17px;
    line-height: 22px;
    font-family: 'Barlow', sans-serif;
    color: #444;
    margin-bottom: 18px;
}

.service-block-14 .inner-box .link a {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 500ms ease;
}

.service-block-14 .inner-box .link a span {
    padding-left: 10px;
}

.service-block-14 .inner-box .link a:hover {
    color: #0b1953;
}

.service-block-14 .inner-box.more-service {
    display: flex;
    align-items: center;
    background: #0b1953;
}

.service-block-14 .inner-box.more-service h3 {
    color: #fff;
    margin-bottom: 0px;
}

.service-block-14 .inner-box.more-service .link-2 a {
    position: relative;
    display: inline-block;
    font-size: 17px;
    line-height: 20px;
    font-family: 'Barlow', sans-serif;
    color: rgba(255, 255, 255, 0.50);
    margin-bottom: 55px;
}

.service-block-14 .inner-box.more-service .btn-box a {
    position: relative;
    display: inline-block;
    width: 56px;
    height: 56px;
    line-height: 66px;
    background: #ecdf0b;
    text-align: center;
    border-radius: 50%;
    font-size: 24px;
    color: #000000;
    transition: all 500ms ease;
}

.service-block-14 .inner-box.more-service .btn-box a:hover {
    background: #fff;
}

.service-style-14 .sec-title-two h2 {
    color: #0b1953;
}

.service-style-14 .sec-title-two {
    margin-bottom: 67px;
}

.service-style-14 .pattern-layer {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}


/** chooseus-style-12 **/

.chooseus-style-12 {
    position: relative;
    background: #0b1953;
    overflow: hidden;
}

.chooseus-style-12 .chooseus-inner {
    position: relative;
    padding: 115px 0px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.chooseus-style-12 .image-box {
    position: relative;
    display: block;
    margin-right: 70px;
    margin-left: -93px;
}

.chooseus-style-12 .image-box img {
    width: 100%;
}

.content_block_29 .content-box {
    position: relative;
    display: block;
}

.content_block_29 .content-box .sec-title-two h2 {
    color: #fff;
}

.content_block_29 .content-box .text {
    position: relative;
    display: block;
    margin-bottom: 38px;
}

.content_block_29 .content-box .text p {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 30px;
    font-family: 'Barlow', sans-serif;
    color: #fff;
    margin-bottom: 0px;
}

.content_block_29 .content-box .inner-box {
    position: relative;
    display: block;
    padding-right: 200px;
}

.content_block_29 .content-box .inner-box .inner {
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 183px;
    background: #ecdf0b;
    text-align: center;
    border-radius: 6px;
    padding: 30px 30px 33px 30px;
}

.content_block_29 .content-box .inner-box .inner .icon-box {
    position: relative;
    display: block;
    font-size: 60px;
    line-height: 60px;
    color: #0b1953;
    margin-bottom: 12px;
}

.content_block_29 .content-box .inner-box .inner h4 {
    position: relative;
    display: block;
    font-size: 21px;
    line-height: 30px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    color: #0b1953;
}

.content_block_29 .content-box .list-style-one li {
    font-size: 20px;
    margin-bottom: 21px;
}

.content_block_29 .content-box .list-style-one li:last-child {
    margin-bottom: 0px;
}

.content_block_29 .content-box .list-style-one li:before {
    color: #fff;
}

.chooseus-style-12 .funfact-inner {
    padding: 83px 0px 95px 0px;
}

.chooseus-style-12 .counter-block-two .inner-box .icon-box {
    color: #1ea5fa;
}

.chooseus-style-12 .counter-block-two .inner-box .count-outer {
    color: #fff;
}

.chooseus-style-12 .counter-block-two .inner-box p {
    color: #1ea5fa;
}

.chooseus-style-12 .pattern-layer {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.testimonial-style-five.home-16 {
    background: #f2f7fa;
}

.testimonial-style-five.home-16 .testimonial-block-four .inner-box .quote-1,
.testimonial-style-five.home-16 .testimonial-block-four .inner-box .quote-2 {
    background: #f2f7fa;
    color: #386197;
}

.testimonial-style-five.home-16 .testimonial-block-four .inner-box {
    border-color: #386197;
}

.team-section.home-16 {
    background: #d5dfe9;
    padding-bottom: 90px;
}

.team-section.home-16 .upper-title-inner .text p a {
    color: #d91336;
    text-decoration: underline;
}

.team-section.home-16 .team-block-one .inner-box .image-box .image {
    background: #07a0e7;
}

.team-section.home-16 .team-block-one .inner-box .image-box .social-links li a:hover {
    background: #fff;
    color: #0f4793;
    border-color: #fff;
}

.team-section.home-16 .team-block-one .inner-box:before {
    display: none;
}

.team-section.home-16 .team-block-one .inner-box .image-box {
    background: #fff;
    border-radius: 8px;
}

.appointment-section.home-16 {
    background-color: #1f2753;
    overflow: hidden;
}

.appointment-section.home-16 .image-layer {
    position: absolute;
    left: 0px;
    bottom: 0px;
}

.appointment-section.home-16 .pattern-layer {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.blog-style1-area.home-16 .single-blog-style1 .img-holder .inner:after {
    display: none;
}

.blog-style1-area.home-16 .single-blog-style1 .img-holder .inner {
    background: #0b2e62;
    border-radius: 8px;
    opacity: 1;
}

.blog-style1-area.home-16 .single-blog-style1 .img-holder .inner a {
    position: absolute;
    display: inline-block;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(0, 0);
    z-index: 2;
    transition: all 500ms ease;
}

.blog-style1-area.home-16 .single-blog-style1:hover .img-holder .inner a {
    transform: translate(-50%, -50%) scale(1, 1);
}

.blog-style1-area.home-16 .single-blog-style1 .img-holder .inner a img {
    opacity: 1 !important;
}

.blog-style1-area.home-16 .single-blog-style1 .img-holder .inner img {
    transition: all 500ms ease;
}

.blog-style1-area.home-16 .single-blog-style1:hover .img-holder .inner img {
    opacity: 0.15;
    border-radius: 8px;
}


/** header-style-19 **/

.header-style-19 {
    position: relative;
}

.header-top-four {
    position: relative;
    width: 100%;
    background: #162d44;
    padding: 9px 0px;
}

.header-top-four .top-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-top-four .top-inner .text h5 {
    position: relative;
    display: block;
    font-size: 17px;
    line-height: 26px;
    font-family: 'Barlow', sans-serif;
    font-weight: 600;
}

.header-top-four .top-inner .text h5 a {
    color: #fff;
}

.header-top-four .top-inner .schedule p {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 26px;
    font-family: 'Barlow', sans-serif;
    font-weight: 400;
    color: #fff;
    padding-left: 30px;
    margin-bottom: 0px;
}

.header-top-four .top-inner .schedule p i {
    position: absolute;
    left: 0px;
    top: 4px;
    font-size: 20px;
}

.header-top-four .top-inner .right-column {
    position: relative;
    display: flex;
    align-items: center;
}

.header-top-four .top-inner .right-column .schedule {
    margin-right: 20px;
}

.header-top-four .top-inner .right-column .social-links {
    position: relative;
    display: flex;
    align-items: center;
}

.header-top-four .top-inner .right-column .social-links li {
    position: relative;
    display: inline-block;
    width: 37px;
    font-size: 16px;
    text-align: center;
    color: #fff;
    border-right: 1px solid rgba(255, 255, 255, 0.20);
}

.header-top-four .top-inner .right-column .social-links li:first-child {
    border-left: 1px solid rgba(255, 255, 255, 0.20);
}

.header-top-four .top-inner .right-column .social-links li a {
    color: #fff;
    width: 37px;
    text-align: center;
}

.header-style-19 .outer-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-style-19 .outer-box .logo-box {
    padding: 8px 0;
}

.header-style-19 .main-menu .navigation > li:before {
    display: none;
}

.header-style-19 .main-menu .navigation > li > a {
    font-family: "Barlow", sans-serif;
    color: #000000;
    text-transform: uppercase;
    border: none !important;
    padding: 0px 17px;
}

.header-style-19 .sticky-header .option-box {
    margin-top: 20px;
}

.blog-left-sidebar.blog-style2-area .blog-posts {
    margin-right: 0px;
    margin-left: 30px;
    max-width: 100%;
}

.header-style-two .outer-box .main-menu .navigation > li:before {
    position: absolute;
    content: '';
    width: 26px;
    height: 2px;
    left: 25px;
    bottom: 9px;
    transform: scale(0, 0);
    transition: all 500ms ease;
}

.header-style-two .outer-box .main-menu .navigation > li:hover:before,
.header-style-two .outer-box .main-menu .navigation > li.current:before {
    transform: scale(1, 1);
}


.header-style-two .option-box {
    margin-top: 66px;
}

.header-style-two .option-box .search-box-outer {
    color: #fff;
}

.header-style-two .nav-btn .bar {
    background-color: #fff;
}

.header-style-two .sticky-header {
    background: #052450;
    border-bottom: 1px solid rgba(255, 255, 255, 0.10);
}

.header-style-two .sticky-header .outer-box .logo-box {
    padding: 25px 0px;
}

.header-style-two .sticky-header .outer-box .main-menu .navigation {
    margin-top: 17px;
}

.header-style-two .sticky-header .outer-box .main-menu .navigation > li {
    margin: 0px;
}

.header-style-two .sticky-header .option-box {
    margin-top: 35px;
}

.header-style-two .sticky-header .header-right {
    padding-top: 22px;
}


/** project-masonty-two **/

.project-masonty-two {
    position: relative;
    padding: 110px 0px 70px 0px;
}

.project-masonty-two .sec-title-two h2 {
    font-size: 90px;
    line-height: 84px;
    font-weight: 900;
    color: #242424;
    font-style: italic;
}

.project-masonty-two .sec-title-two {
    margin-bottom: 61px;
}

.project-masonty-two .project-filter li {
    display: inline-block;
    float: left;
    margin-right: 35px;
}

.project-masonty-two .project-filter li:last-child {
    margin: 0px !important;
}

.project-masonty-two .project-filter li .filter-text {
    padding-left: 0px;
    color: #242424;
}

.project-masonty-two .project-filter li .filter-text:before {
    display: none;
}

.project-masonty-two .project-menu-box {
    margin-bottom: 68px;
}

.project-block-two .inner-box {
    position: relative;
    display: block;
    margin-bottom: 23px;
}

.project-block-two .inner-box .image-box {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 7px;
}

.project-block-two .inner-box .image-box img {
    width: 100%;
    border-radius: 7px;
    transition: all 500ms ease;
}

.project-block-two .inner-box:hover .image-box img {
    opacity: 0.5;
    transform: scale(1.05);
}

.project-block-two .inner-box .lower-content {
    position: relative;
    display: block;
    padding: 25px 20px 25px 40px;
}

.project-block-two .inner-box .lower-content h4 {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    font-family: 'Barlow', sans-serif;
    margin-bottom: 0px;
}

.project-block-two .inner-box .lower-content h4:before {
    position: absolute;
    content: '';
    width: 20px;
    height: 2px;
    left: -40px;
    top: 14px;
}

.project-block-two .inner-box .lower-content h4 a {
    display: inline-block;
    color: #242424;
    transition: all 500ms ease;
}

.project-block-two .inner-box .lower-content p {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 18px;
    color: #242424;
    margin-bottom: 0px;
}

.project-masonty-two .line-shape {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    max-width: 1440px;
    width: 100%;
    height: 100%;
    margin: 0 auto;
}

.project-masonty-two .line-shape .line {
    position: absolute;
    width: 1px;
    height: 100%;
    background: #e8e8e8;
    left: 0px;
    top: 0px;
}

.project-masonty-two .line-shape .line-2 {
    left: 33.333%;
}

.project-masonty-two .line-shape .line-3 {
    left: 66.666%;
}

.project-masonty-two .line-shape .line-4 {
    left: 100%;
}


/** project-style3-area **/

.project-style3-area .sec-title-two {
    margin-bottom: 64px;
}

.project-style3-area .sec-title-two h2 {
    margin-bottom: 14px;
}

.project-style3-area .single-project-style2 .img-holder {
    background: -webkit-linear-gradient(-90deg, rgba(0, 73, 125, 1), rgba(0, 73, 125, 1) 100%);
    border-radius: 7px;
}

.project-style3-area .single-project-style2 .overlay-content .box .zoom-button a {
    position: relative;
    display: inline-block;
    width: 55px;
    height: 55px;
    line-height: 61px;
    background: #fff;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    border-radius: 50%;
}

.project-style3-area .single-project-style2 .overlay-content .box .zoom-button a:hover {
    color: #fff;
}

.project-style3-area .single-project-style2 .overlay-content .box .title-holder p {
    font-size: 20px;
    line-height: 24px;
    color: #fff;
    margin-bottom: 0px;
}

.project-section.project-page-3 .single-project-style2 .img-holder {
    background: #091836;
    border-radius: 7px;
}

.project-section.project-page-3 .single-project-style2 .overlay-content .box .title-holder h3 {
    font-size: 22px;
    font-weight: 700;
}

.project-section.project-page-3 .single-project-style2 .overlay-content .box .title-holder p {
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 4px;
    font-weight: 500;
    text-align: left;
}


/** project-grid-three **/

.project-grid-three {
    position: relative;
    padding: 90px 0px 62px 0px;
}

.project-grid-three .sec-title-two {
    margin-bottom: 64px;
}

.project-grid-three .sec-title-two h2 {
    margin-bottom: 14px;
}

.project-grid-three .single-project-style2 .img-holder {
    border-radius: 8px;
}

.project-grid-three .single-project-style2 .lower-content {
    position: relative;
    display: block;
    padding-top: 23px;
    padding-bottom: 25px;
    margin-bottom: 18px;
}

.project-grid-three .single-project-style2 .lower-content h4 {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 28px;
    font-family: 'Barlow', sans-serif;
    font-weight: 600;
    margin-bottom: 0px;
}

.project-grid-three .single-project-style2 .lower-content h4 a {
    display: inline-block;
    color: #242424;
    transition: all 500ms ease;
}

.project-grid-three .single-project-style2 .lower-content p {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 0px;
}


/** project-details **/

.project-details {
    position: relative;
    padding: 110px 0px 120px 0px;
}

.project-details-content {
    position: relative;
    display: block;
}

.project-details-content p {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 28px;
    font-family: 'Barlow', sans-serif;
    color: #444;
    margin-bottom: 0px;
}

.project-details-content h3 {
    position: relative;
    display: block;
    font-size: 32px;
    line-height: 40px;
    font-weight: 700;
    color: #071345;
    margin-bottom: 22px;
}

.project-details-content .content-one {
    margin-bottom: 47px;
}

.project-details-content .content-two {
    margin-bottom: 47px;
}

.project-details-content .content-two p {
    margin-bottom: 28px;
}

.project-details-content .content-two .quote-icon {
    position: relative;
    display: block;
    font-size: 36px;
    line-height: 40px;
    margin-bottom: 11px;
    padding-top: 22px;
}

.project-details-content .content-two .text {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 28px;
    color: #071345;
    margin-bottom: 18px;
}

.project-details-content .content-two h5 {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 28px;
    color: #071345;
    font-weight: 500;
}

.project-details .image-box {
    position: relative;
    display: block;
}

.project-details .image-box .image {
    position: relative;
    display: block;
    overflow: hidden;
    margin-bottom: 30px;
}

.project-details .image-box .image img {
    width: 100%;
}

.project-details .image-box .single-image:last-child .image {
    margin-bottom: 0px;
}

.team-page-area .sec-title-two {
    margin-bottom: 74px;
}

.team-page-area .sec-title-two h2 {
    margin-bottom: 22px;
}


/** team-details **/

.team-details {
    position: relative;
    padding: 120px 0px 115px 0px;
}

.team-details-content {
    position: relative;
    display: block;
    margin-bottom: 110px;
}

.team-details-content .image-box {
    position: relative;
    display: block;
    margin-right: 70px;
    border-radius: 8px;
}

.team-details-content .image-box img {
    width: 100%;
    border-radius: 8px;
}

.team-details-content .content-box .text {
    position: relative;
    display: block;
    margin-bottom: 34px;
}

.team-details-content .content-box .text p {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 30px;
    color: #494949;
    margin-bottom: 0px;
}

.team-details-content .content-box .info-list {
    position: relative;
    display: block;
    margin-bottom: 52px;
}

.team-details-content .content-box .info-list li {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 30px;
    color: #494949;
    margin-bottom: 15px;
}

.team-details-content .content-box .info-list li a {
    color: #494949;
}

.team-details-content .content-box .info-list li:last-child {
    margin-bottom: 0px;
}

.team-details-content .content-box .info-list li span {
    position: relative;
    display: inline-block;
    width: 145px;
    font-weight: 600;
    color: #242424;
}

.team-details-content .content-box .social-links li {
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 12px;
}

.team-details-content .content-box .social-links li:last-child {
    margin: 0px !important;
}

.team-details-content .content-box .social-links li a {
    position: relative;
    display: inline-block;
    width: 38px;
    height: 38px;
    line-height: 38px;
    font-size: 16px;
    border: 2px solid #cccccc;
    border-radius: 50%;
    color: #acacac;
    text-align: center;
    transition: all 500ms ease;
}

.team-details-content .content-box .social-links li a:hover {
    color: #fff;
}

.team-details .personal-info .text p {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 30px;
    color: #494949;
    margin-bottom: 0px;
}


/** skills-section **/

.skills-section {
    position: relative;
    background: #f9f9fb;
    padding: 110px 0px 120px 0px;
}

.skills-section .content_block_13 .content-box {
    margin: 0px;
}

.skills-section .skill-inner {
    position: relative;
    display: block;
    margin-right: 70px;
}

.skills-section .skill-inner .sec-title-two {
    margin-bottom: 38px;
}

.skills-section .skill-inner .sec-title-two h2 {
    margin-bottom: 26px;
}

.skills-section .skill-inner .sec-title-two p {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 28px;
    color: #444;
    margin-bottom: 0px;
}

.skills-section .content_block_13 .content-box .progress-box p {
    color: #444444;
    font-weight: 600;
    margin-bottom: 6px;
}

.skills-section .content_block_13 .content-box .progress-box .count-text {
    font-weight: 600;
    color: #909090;
}

.skills-section .content_block_13 .content-box .progress-box {
    margin-bottom: 15px;
}

.skills-section .content_block_13 .content-box .progress-box:last-child {
    margin-bottom: 0px;
}

.skills-section .contact-inner .form-inner .form-group {
    position: relative;
    margin-bottom: 21px;
}

.skills-section .contact-inner .form-inner .form-group:last-child {
    margin-bottom: 0px;
}

.skills-section .contact-inner .form-inner .form-group input[type='text'],
.skills-section .contact-inner .form-inner .form-group input[type='email'],
.skills-section .contact-inner .form-inner .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    height: 50px;
    border-bottom: 1px solid #d0d1d3;
    font-size: 17px;
    font-family: 'Barlow', sans-serif;
    color: #444;
    background: transparent;
    transition: all 500ms ease;
}

.skills-section .contact-inner .form-inner .form-group textarea {
    height: 85px;
    resize: none;
    margin-bottom: 9px;
}

.skills-section .contact-inner .form-inner .theme-btn-two {
    padding: 9px 30px;
    border-radius: 2px;
}

.service-page-area .sec-title-two {
    margin-bottom: 52px;
}

.service-page-area .sec-title-two h2 {
    margin-bottom: 24px;
}

.service-page-area .sec-title-two p {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 28px;
    color: #444;
    margin-bottom: 0px;
}


/** single-service-five **/

.single-service-five {
    position: relative;
    padding: 120px 0px;
}

.single-service-five .service-sidebar .download-box h4 span,
.single-service-five .service-sidebar .download-box h4 {
    color: #0b1953;
    font-family: 'Barlow', sans-serif;
    font-weight: 400;
}

.single-service-five .service-sidebar .download-box h4 span {
    font-weight: 600;
}

.single-service-five .service-sidebar .download-box a {
    background-color: #028ca7;
}

.single-service-five .service-sidebar .service-category .category-list li a {
    font-family: 'Barlow', sans-serif;
}

.service-sidebar .offer-box {
    position: relative;
    display: block;
    border: 2px dashed #747474;
    padding: 16px 125px 12px 25px;
    margin-bottom: 30px;
}

.service-sidebar .offer-box .text {
    position: relative;
    display: block;
}

.service-sidebar .offer-box .text .icon-box {
    position: relative;
    display: block;
    margin-bottom: 8px;
}

.service-sidebar .offer-box .text p {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 22px;
    color: #444444;
    margin-bottom: 0px;
}

.service-sidebar .offer-box .inner {
    position: absolute;
    top: 28px;
    right: 20px;
    width: 90px;
}

.service-sidebar .offer-box .inner h2 {
    position: relative;
    display: block;
    font-size: 43px;
    line-height: 31px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    padding: 24px 15px 13px 30px;
}

.service-sidebar .offer-box .inner h2 .symble {
    position: absolute;
    left: 11px;
    top: 17px;
    font-size: 24px;
}

.service-sidebar .offer-box .inner h2 .off-text {
    font-size: 24px;
    text-transform: uppercase;
}

.service-sidebar .offer-box .icon-shape {
    position: absolute;
    left: 90px;
    bottom: -9px;
    width: 33px;
    height: 21px;
    background-repeat: no-repeat;
}

.service-details-content .image-inner .image-1 {
    margin-right: 12px;
}

.service-details-content .image-inner .image-2 {
    margin-left: -12px;
}

.single-service-five .service-details-content .content-one {
    padding-bottom: 0px;
    border-bottom: none;
}

.single-service-five .service-details-content .content-two .text {
    margin-left: -80px;
}

.single-service-five .service-details-content h3 {
    font-size: 30px;
    font-weight: 900;
}

.single-service-five .service-details-content {
    margin-right: 0px;
    margin-left: 40px;
}

.single-service-five .service-details-content .content-two .list li {
    font-weight: 600;
}

.single-service-five .service-details-content .content-four .accordion-box .accordion .accord-btn {
    background: #f5f5f5;
    padding-left: 30px;
    padding-right: 70px;
    padding-top: 10px;
    padding-bottom: 14px;
}

.single-service-five .accordion-box .accordion {
    border-color: #f5f5f5;
}

.single-service-five .service-details-content .content-four .accordion-box .accordion .accord-btn h4 {
    font-weight: 600;
    font-family: 'Barlow', sans-serif;
    color: #0b1953;
}

.single-service-five .service-details-content .content-four .accordion-box .accordion .accord-btn::after {
    left: inherit;
    right: 20px;
    width: 27px;
    height: 27px;
    line-height: 27px;
    text-align: center;
    background: #012b58;
    color: #fff;
}

.single-service-five .accordion-box .accordion .accord-content {
    padding-left: 30px;
    padding-right: 70px;
}

.single-service-five .content-four .contact-info {
    position: relative;
    display: block;
    background: #028ca7;
    padding: 38px 90px 35px 30px;
    overflow: hidden;
}

.single-service-five .content-four .contact-info h4 {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 27px;
    font-family: 'Barlow', sans-serif;
    color: #fff;
    font-weight: 500;
    margin-bottom: 38px;
}

.single-service-five .content-four .contact-info .theme-btn-two {
    padding: 10px 14px;
}

.single-service-five .service-details-content .content-four .accordion-box .accordion {
    margin-bottom: 15px;
}

.single-service-five .service-details-content .content-four .accordion-box .accordion:last-child {
    margin-bottom: 0px;
}

.single-service-five .content-four .contact-info .image {
    position: absolute;
    right: 0px;
    bottom: 0px;
}

.prices-area .sec-title-two {
    margin-bottom: 56px;
}

.prices-area .sec-title-two h2 {
    margin-bottom: 16px;
}

.sec-title-two p {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 28px;
    color: #444;
    margin-bottom: 0px;
}


/** offer-section **/

.offer-section {
    position: relative;
}

.offer-section .inner-container {
    position: relative;
    padding: 110px 0px 120px 0px;
    border-bottom: 1px solid #d8d8d8;
}

.offer-section .coupon-block:nth-child(2) .coupon-block-one .inner-box .discount-box h2 {
    background: #d90429;
}

.offer-section .coupon-block:last-child .coupon-block-one .inner-box .discount-box h2 {
    background: #0090da;
}

.offer-section .sec-title-two h2 {
    margin-bottom: 16px;
}

.offer-section .sec-title-two {
    margin-bottom: 56px;
}


/** pricing-section **/

.pricing-section {
    position: relative;
    padding: 110px 0px 0px 0px;
}

.pricing-section .sec-title-two {
    margin-bottom: 58px;
}

.pricing-block-one .pricing-table {
    position: relative;
    display: block;
    border-radius: 8px;
    border: 1px solid #cccccc;
    padding: 31px 30px 34px 30px;
}

.pricing-block-one.active-block .pricing-table {
    background: #f8f8f8;
}

.pricing-block-one .pricing-table .table-header {
    position: relative;
    display: block;
    padding-bottom: 23px;
    margin-bottom: 31px;
    border-bottom: 1px solid #cccccc;
}

.pricing-block-one .pricing-table .table-header h6 {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 9px;
}

.pricing-block-one .pricing-table .table-header h2 {
    position: relative;
    display: block;
    font-size: 32px;
    line-height: 40px;
    font-weight: 700;
}

.pricing-block-one .pricing-table .table-header h2 span {
    font-weight: 400;
}

.pricing-block-one .pricing-table .feature-list li {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 28px;
    color: #444;
    margin-bottom: 12px;
    padding-left: 15px;
}

.pricing-block-one .pricing-table .feature-list li:last-child {
    margin-bottom: 0px;
}

.pricing-block-one .pricing-table .feature-list li:before {
    position: absolute;
    content: '';
    background: #444;
    width: 5px;
    height: 1px;
    left: 0px;
    top: 12px;
}

.pricing-block-one .pricing-table .table-content {
    margin-bottom: 30px;
    padding-left: 20px;
}

.pricing-block-one .pricing-table .table-footer h3 {
    position: relative;
    display: block;
    font-size: 32px;
    line-height: 40px;
    font-family: 'Barlow', sans-serif;
    font-weight: 700;
    margin-bottom: 18px;
}

.pricing-block-one .pricing-table .table-footer h3 span {
    font-size: 20px;
    font-weight: 500;
}

.pricing-block-one .pricing-table .table-footer a {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.pricing-block-one .pricing-table .table-footer a:hover {
    text-decoration: underline;
}

.coupon-area .sec-title-two {
    margin-bottom: 77px;
}

.coupon-area .sec-title-two h2 {
    margin-bottom: 26px;
}

.coupon-area .sec-title-two h4 {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 28px;
    font-family: 'Barlow', sans-serif;
    font-weight: 600;
    margin-bottom: 13px;
}

.blog-fullwidth-view .blog-posts {
    max-width: 840px;
    width: 100%;
    margin: 0 auto;
}

.blog-fullwidth-view .styled-pagination li {
    float: none;
}

.news-block-seven .inner-box {
    position: relative;
    display: block;
    background: #f8f8f8;
    padding-left: 370px;
    margin-bottom: 80px;
}

.news-block-seven .inner-box .image-box {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 370px;
    height: 360px;
    overflow: hidden;
}

.news-block-seven .inner-box .image-box .image {
    position: relative;
    display: block;
    overflow: hidden;
    background: #0b1953;
}

.news-block-seven .inner-box .image-box .image img {
    width: 100%;
    transition: all 500ms ease;
}

.news-block-seven .inner-box:hover .image-box .image img {
    opacity: 0.5;
    transform: scale(1.05);
}

.news-block-seven .inner-box .image-box .date-box {
    position: absolute;
    left: 20px;
    bottom: 20px;
    width: 80px;
    height: 80px;
    background: #ffffff;
    z-index: 1;
    padding: 18px 0;
}

.news-block-seven .inner-box .image-box .date-box h2 {
    color: #0b1953;
    font-size: 32px;
    line-height: 22px;
    font-weight: 600;
    text-align: center;
}

.news-block-seven .inner-box .image-box .date-box h2 span {
    font-size: 18px;
}

.news-block-seven .inner-box .content-box {
    position: relative;
    display: block;
    padding: 52px 45px 52px 60px;
}

.news-block-seven .inner-box .content-box h3 {
    position: relative;
    display: block;
    font-size: 28px;
    line-height: 32px;
    font-weight: 700;
    margin-bottom: 14px;
}

.news-block-seven .inner-box .content-box h3 a {
    display: inline-block;
    color: #0b1953;
}

.news-block-seven .inner-box .content-box p {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 28px;
    color: #444;
    margin-bottom: 24px;
}

.news-block-seven .inner-box .content-box .btn-box .theme-btn-two {
    padding: 9px 26px;
}


.blog-three-column-grid .outer-container {
    position: relative;
    max-width: 1530px;
    padding: 0px 15px;
    width: 100%;
    margin: 0 auto;
}

.blog-three-column-grid .styled-pagination.style2 {
    padding-top: 0px;
    border-top: none;
}

.faq-area .sec-title-two h2 {
    margin-bottom: 10px;
}

.faq-area .sec-title-two {
    margin-bottom: 50px;
}


/** new-fixing-css **/

.single-project-style1 .overlay-content {
    transition: all 500ms ease;
}

.single-project-style1:hover .overlay-content {
    opacity: 0;
}

.single-project-style1 .content-box {
    position: absolute;
    left: 0px;
    bottom: 0px;
    padding-left: 50px;
    padding-right: 35px;
    width: 100%;
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    transition: all 500ms ease;
}

.single-project-style1:hover .content-box {
    opacity: 1;
    visibility: visible;
    bottom: 52px;
}

.single-project-style1 .content-box h3 {
    position: relative;
    display: block;
    font-size: 28px;
    line-height: 36px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 9px;
}

.single-project-style1 .content-box h3 a {
    display: inline-block;
    color: #fff;
}

.single-project-style1 .content-box h3 a:hover {
    text-decoration: underline;
}

.single-project-style1 .content-box p {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 26px;
    color: #fff;
    margin-bottom: 28px;
}

.single-project-style1 .content-box .link a {
    position: relative;
    display: inline-block;
    font-size: 18px;
    line-height: 26px;
    color: #fff;
}

.single-project-style1 .content-box .link a i {
    position: relative;
    font-size: 20px;
    top: 5px;
    margin-left: 10px;
}

.main-header.home-2 .nav-btn {
    margin-left: 0px;
    margin-top: 72px;
    margin-right: 54px;
}

.main-header.home-2 .nav-btn:before {
    position: absolute;
    content: '';
    background: #1a4574;
    width: 1px;
    height: 47px;
    top: -14px;
    right: -28px;
}

.main-header.home-2 .sticky-header .nav-btn {
    margin-top: 42px;
}

.service-style1-area .sec-title-two {
    margin-bottom: 57px;
}

.service-style1-area .sec-title-two h2 {
    margin-bottom: 12px;
}

.service-style1-area .sec-title-two h3 {
    position: relative;
    display: block;
    font-size: 22px;
    line-height: 30px;
    font-weight: 400;
    margin-bottom: 22px;
}

.service-style1-area .owl-carousel .owl-nav.disabled {
    position: relative;
    display: block;
    text-align: center;
    margin-top: 20px;
}

.service-style1-area .owl-carousel .owl-prev span,
.service-style1-area .owl-carousel .owl-next span {
    position: relative;
    display: block;
}

.service-style1-area .owl-carousel .owl-nav button {
    position: relative;
    display: inline-block;
    width: 43px;
    height: 43px;
    line-height: 43px;
    border: 2px solid #a7afb6;
    border-radius: 50%;
    font-size: 20px;
    text-align: center;
    color: #a7afb6;
    margin: 0px 10px;
    transition: all 500ms ease;
}

.service-style1-area .owl-carousel .owl-nav button:hover {
    color: #fff;
}

.service-style1-area .owl-carousel .owl-nav button:before {
    position: absolute;
    content: '';
    background: #ccd1d6;
    width: 40px;
    height: 1px;
    top: 20px;
}

.service-style1-area .owl-carousel .owl-nav button.owl-prev:before {
    left: -53px;
}

.service-style1-area .owl-carousel .owl-nav button.owl-next:before {
    right: -53px;
}

.latest-project-style1-area.alternat-3 .single-project-style1 .content-box {
    padding-left: 30px;
    padding-right: 30px;
}

.latest-project-style1-area.alternat-3 .single-project-style1 .content-box .link a {
    width: 40px;
    height: 40px;
    line-height: 44px;
    background: #fff;
    border-radius: 50%;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
}

.latest-project-style1-area.alternat-3 .single-project-style1 .content-box .link a i {
    margin: 0px;
    top: 0px;
}

.latest-project-style1-area.alternat-3 .single-project-style1:hover .content-box {
    bottom: 40px;
}

.blog-style1-area .sec-title-two .link {
    position: absolute;
    right: 0px;
    bottom: 2px;
}

.blog-style1-area .sec-title-two .link a {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 16px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    border-bottom: 1px solid #f49190;
}

.header-style-four .nav-btn .bar {
    background: #dc7c41 !important;
}

.header-style-four .option-box .search-box-outer:hover {
    color: #dc7c41;
}

.header-style-four .main-menu .navigation > li > ul > li.dropdown > a:after {
    color: #dc7c41;
}

.header-style-four .main-menu .navigation > li > ul > li > ul > li > a:hover {
    color: #dc7c41;
}

.header-style-four .sticky-header {
    background: #340c05;
}

.header-style-four .sticky-header .shape {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.blog-style1-area.news-style-three.alternat-2 .single-blog-style1 .img-holder .inner {
    background: -webkit-linear-gradient(45deg, #792d16, #b45720 100%);
}

.header-style-five .option-box {
    margin-top: 52px;
    margin-right: 12px;
}

.header-style-two.header-style-five .sticky-header {
    background: #090d30;
    border-bottom: 1px solid rgba(255, 255, 255, 0.10);
}

.header-style-two.header-style-five .sticky-header .outer-box .main-menu .navigation {
    margin-top: 0px;
}

.header-style-two.header-style-five .sticky-header .option-box {
    margin-top: 20px;
}

.header-style-two.header-style-five .sticky-header .support-box {
    margin-top: 0px;
}

.header-style-five .nav-btn .bar {
    background-color: #db002b;
}

.news-style-four .single-blog-style1 .img-holder .inner {
    background: -webkit-linear-gradient(45deg, #00497e, #d90528 100%);
}

.project-style-two .single-project-style2 .img-holder {
    background: #091836;
    border-radius: 7px;
}

.project-style-two .single-project-style2 .overlay-content .box .title-holder h3 {
    font-size: 22px;
    font-weight: 700;
}

.project-style-two .single-project-style2 .overlay-content .box .title-holder p {
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 4px;
    font-weight: 500;
    text-align: left;
}

.news-style-four.alternat-2 .single-blog-style1 .img-holder .inner {
    background: #0f1c2c;
}

.blog-style1-area.home-9 .single-blog-style1 .img-holder .inner {
    background: #281e3f;
}

.blog-style1-area.home-10 .single-blog-style1 .img-holder .inner {
    background: transparent;
}

.blog-style1-area.home-10 .single-blog-style1 .img-holder .inner:after {
    display: none;
}

.blog-style1-area.home-10 .single-blog-style1 .img-holder .inner img {
    opacity: 1 !important;
}


/***

====================================================================
                        Responsive-Css
====================================================================

***/


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

    .slider-style-two,
    .header-style-seven .outer-box {
        padding: 0px 100px;
    }

    .header-style-seven.main-header .nav-btn {
        display: none;
    }

    .header-style-two .outer-box {
        padding: 0px 30px;
    }

}


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

    .header-style-10 {
        padding: 0px;
    }

    .header-style-18 .outer-box {
        padding: 0px 30px;
    }

    .header-style-eight .header-right {
        display: none;
    }

    .header-style-six .support-box {
        display: none;
    }

    .main-header.header-style-six .option-box {
        margin-right: 0px;
        border-right: none;
    }
}


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


    .header-style-two .outer-box {
        padding: 0px 30px;
    }

    .header-style-18 .header-right {
        display: none;
    }

    .header-style-18 .outer-box .header-left {
        width: 100%;
        justify-content: space-between;
    }

    .header-style-two .outer-box .logo-box {
        margin-right: 30px;
    }

    .header-style-two .header-right {
        display: none;
    }

    .header-style-two .outer-box .nav-outer {
        float: right;
    }

    .header-style-two .header-left {
        width: 100%;
    }

    .chooseus-section .image-layer {
        left: 0px;
    }

    .cta-section .bg-image,
    .cta-section .pattern-layer {
        display: none;
    }

    .team-style-two .image-layer {
        display: none;
    }

    .header-style-five .outer-box {
        padding: 0px 30px;
    }

    .header-style-five .header-right {
        display: block;
    }

    .header-style-five .support-box {
        display: none;
    }

    .banner-style-five .image-layer {
        display: none;
    }

    .banner-style-five .inner-box .content-box {
        float: left;
        max-width: 100%;
        padding-left: 50px;
        padding-right: 50px;
    }

    .banner-style-five .banner-outer {
        border-radius: 0px;
    }

    .banner-style-six .image-layer {
        display: none;
    }

    .banner-style-six .content-box {
        margin-left: 0px;
    }

    .header-style-10 .outer-box .btn-box,
    .about-style-14 .image-layer {
        display: none;
    }

    .header-style-14 .header-right {
        display: block;
    }

    .freequote-section .image-layer {
        display: none;
    }

    .header-style-16 .outer-box {
        padding: 0px;
    }

    .header-style-two.header-style-six .header-right {
        display: block;
    }

    .header-style-two.header-style-six .header-left {
        width: auto;
    }

}


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

    .header-style-two .main-menu .navigation > li > a {
        padding: 0px 10px;
    }

    .header-style-12 .outer-box {
        padding: 0px 30px;
    }

    .header-style-12 .outer-box .main-menu .navigation > li > a {
        padding: 0px 15px;
    }

}


@media only screen and (max-width: 1299px) {
    .header-style-18 .main-menu .navigation > li > a {
        padding: 0px 15px;
    }

    .header-style-14 .outer-box .main-menu .navigation > li > a {
        padding: 0px 14px;
    }

    .header-style-10 .outer-box .main-menu .navigation > li > a {
        padding: 0px 15px;
    }

    .about-style-11 .image-box {
        margin-top: 250px;
    }

    .chooseus-style-eight .testimonial-content .inner-box .text .shape {
        display: none;
    }

}


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

    .header-style-two .nav-outer .mobile-nav-toggler {
        margin-top: 25px;
    }

    .blog-style2-area.blog-left-sidebar .sidebar-wrapper {
        float: none;
        margin-bottom: 30px;
    }

    .blog-left-sidebar.blog-style2-area .blog-posts {
        margin-left: 0px;
    }

    .chooseus-style-12 .image-box {
        margin-left: 0px;
        margin-right: 0px;
    }

    .banner-style-ten .image-box {
        display: none;
    }

    .appointment-section.home-16 .image-layer {
        display: none;
    }

    .banner-style-ten .content-box {
        max-width: 100%;
    }

    .main-header.header-style-two.header-style-14 .option-box {
        margin-top: 45px;
    }

    .main-header.header-style-six.header-style-two .option-box {
        margin-top: 27px;
    }

    .main-header.header-style-two .option-box {
        margin-top: 60px;
    }

    .banner-style-two .image-layer {
        display: none;
    }

    .image_block_one .image-box {
        margin: 0px;
    }

    .chooseus-section .image-layer {
        display: none;
    }

    .chooseus-section .bg-layer {
        display: none;
    }

    .testimonial-section .owl-nav-style-one.owl-theme .owl-nav {
        display: none;
    }

    .header-style-three .nav-outer .mobile-nav-toggler {
        padding: 15px 0px;
        float: left;
    }

    .banner-style-three .inner-box .image-box,
    .banner-style-three .inner-box .logo {
        display: none;
    }

    .banner-style-three .inner-box {
        padding-left: 0px;
    }

    .image_block_two .image-box .content-inner {
        right: inherit;
        left: 0px;
    }

    .about-style-three .image_block_one .image-box:before {
        display: none;
    }

    .banner-style-five {
        padding: 0px;
    }

    .image_block_four .image-box {
        margin: 0px;
    }

    .chooseus-style-four .trusted-box {
        margin: 0px;
    }

    .image_block_five .image-box {
        margin-left: 0px;
    }

    .chooseus-style-five .image-layer {
        display: none;
    }

    .content_block_12 .content-box {
        margin-left: 0px;
        padding-right: 30px;
    }

    .cta-style-three .inner-container .bg-image {
        display: none;
    }

    .slider-style-two {
        padding: 0px;
    }

    .slider-style-two .lower-text {
        left: 0px;
    }

    .about-style-six .image-layer {
        display: none;
    }

    .slider-style-three .outer-container .image-layer {
        display: none;
    }

    .value-style-two .inner-content {
        margin: 0px;
    }

    .appointment-section .bg-layer {
        display: none;
    }

    .appointment-section .inner-box {
        margin-left: 0px;
    }

    .content_block_19 .content-box {
        margin-left: 0px;
    }

    .chooseus-style-six .image-box {
        margin-right: 0px;
    }

    .chooseus-style-six .image-box .text {
        bottom: -40px;
    }

    .banner-style-eight {
        padding-left: 0px;
        padding-right: 0px;
    }

    .image_block_six .image-box {
        margin-left: 0px;
        margin-top: 40px;
    }

    .image_block_six .image-box:before {
        display: none;
    }

    .chooseus-style-eight .testimonial-inner {
        margin-right: 0px;
    }

    .banner-style-nine .content-box {
        margin-left: 0px;
        margin-right: 0px;
    }

    .banner-style-nine .content-box .list-item li {
        margin-bottom: 15px;
    }

    .about-style-12 .tabs-content .inner-box .image-box {
        margin: 0px;
    }

    .service-style-two .bg-layer {
        display: none;
    }

    .project-style-seven {
        padding-left: 30px;
        padding-right: 30px;
    }

    .cta-style-four .inner-container .bg-image {
        display: none;
    }

    .header-style-14 .nav-outer .mobile-nav-toggler {
        margin-top: 7px;
    }

    .image_block_seven .image-box {
        margin-left: 0px;
        margin-right: 0px;
    }

    .image_block_seven .image-box .text {
        bottom: -60px;
    }

    .chooseus-style-ten .content_block_12 .content-box {
        margin-left: 0px;
    }

    .content_block_12 .content-box .inner-box .single-item {
        padding-left: 100px;
    }

    .testimonial-style-seven .owl-nav-style-one.owl-theme .owl-nav {
        display: none;
    }

    .contact-style-two .content-box {
        margin-right: 0px;
    }

    .content_block_seven .content-box {
        margin-left: 0px;
    }

    .testimonial-style-eight:after {
        width: 100%;
        height: 100%;
    }

    .freequote-section .form-inner {
        margin-left: 0px;
        margin-right: 0px;
    }

    .header-style-16 .nav-outer .mobile-nav-toggler {
        margin-top: 0px;
    }

    .contact-style-four .info-inner {
        margin-left: 0px;
    }

    .main-header .option-box {
        margin-top: 38px;
        margin-right: 30px;
    }

    .mobile-menu .nav-logo {
        display: none;
    }

    .mobile-menu .menu-box {
        padding-top: 80px;
    }

}


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

    .content_block_one .content-box {
        margin-bottom: 30px;
    }

    .blog-left-sidebar .sidebar-wrapper {
        margin-top: 0px;
    }

    .blog-left-sidebar.blog-style2-area .blog-posts {
        margin-left: 0px;
    }

    .pricing-block-one .pricing-table {
        margin-bottom: 30px;
    }

    .single-service-five .service-details-content,
    .single-service-five .service-details-content .content-two .text {
        margin-left: 0px;
    }

    .header-style-12 .header-right {
        position: relative;
        right: 0px;
    }

    .banner-style-ten .bubble-shape {
        display: none;
    }

    .main-header.header-style-six.header-style-two .nav-outer .mobile-nav-toggler {
        margin-top: 0px;
    }

    .about-style-17 .image-box {
        margin-right: 0px;
        margin-bottom: 30px;
    }

    .chooseus-style-12 .image-box {
        margin-bottom: 30px;
    }

    .main-header.header-style-six.header-style-two .option-box {
        margin-top: 4px;
    }

    .main-header.header-style-one .option-box .search-box-outer {
        color: #fff;
    }

    .additional-service .bg-layer {
        display: none;
    }

    .header-top-four .top-inner {
        display: block;
        text-align: center;
    }

    .header-top-four .top-inner .right-column {
        justify-content: center;
    }

    .additional-service .content-box .inner {
        position: relative;
        right: 0px;
        width: 100%;
        margin-top: 20px;
    }

    .additional-service .content-box {
        padding-right: 0px;
    }

    .team-block-one .inner-box {
        margin-bottom: 30px;
    }

    .cta-section .inner-container:before {
        display: none;
    }

    .main-footer .footer-widget {
        margin: 0px 0px 30px 0px !important;
    }

    .main-footer .footer-top {
        padding-bottom: 60px;
    }

    .banner-style-three .banner-left-content {
        margin-bottom: 30px;
    }

    .support-section .single-item:before {
        display: none;
    }

    .image_block_two .image-box {
        margin-right: 0px;
        margin-top: 30px;
    }

    .image_block_three .image-box {
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 30px;
    }

    .chooseus-style-two .content_block_six .content-box {
        margin-left: 0px;
    }

    .counter-block-two .inner-box {
        margin-bottom: 20px;
    }

    .chooseus-style-two {
        padding-bottom: 73px;
    }

    .latest-project-style1-area .sec-title-two .btn-box {
        position: relative;
        bottom: 0px;
        margin-top: 15px;
    }

    .team-block-two .inner-box {
        margin-bottom: 30px;
    }

    .team-style-two .coupon-inner .sec-title-two p {
        margin-bottom: 30px;
    }

    .news-block-one .inner-box {
        margin-bottom: 60px;
    }

    .news-style-two {
        padding-bottom: 90px;
    }

    .chooseus-style-three .upper-box .image-box {
        margin-left: 0px;
        margin-bottom: 30px;
    }

    .chooseus-style-three .upper-box .bg-layer-1,
    .chooseus-style-three .upper-box .bg-layer-2 {
        display: none;
    }

    .testimonial-style-three .form-inner {
        margin-left: 0px;
        margin-top: 30px;
    }

    .team-block-three .inner-box {
        margin-bottom: 30px;
    }

    .team-style-three {
        padding-bottom: 90px;
    }

    .content_block_eight .content-box {
        margin-bottom: 30px;
    }

    .chooseus-style-four .bg-layer {
        display: none;
    }

    .value-section .image-box {
        margin-right: 0px;
        margin-bottom: 30px;
    }

    .testimonial-style-three .testimonial-inner {
        margin-right: 0px;
    }

    .enquirey-section .form-inner .form-group {
        margin-bottom: 20px;
    }

    .enquirey-section .inner-container {
        padding-bottom: 30px;
    }

    .content_block_11 .content-box {
        margin-right: 0px;
        margin-bottom: 30px;
    }

    .image_block_five .image-box {
        margin: 0px;
    }

    .project-style-two .sec-title-two .btn-box {
        position: relative;
        bottom: 0px;
        margin-top: 15px;
    }

    .content_block_13 .content-box {
        margin-right: 0px;
        margin-bottom: 30px;
    }

    .upper-title-inner .text {
        margin-top: 0px;
    }

    .footer-top-contact-box {
        padding: 30px 0px;
    }

    .slider-style-two .lower-text {
        width: 100%;
    }

    .work-section .bg-layer,
    .work-section .bg-color,
    .video-style-two .bg-layer {
        display: none;
    }

    .video-style-two .inner-box .video-btn {
        position: relative;
        bottom: 0px;
    }

    .video-style-two .inner-box .text-inner {
        position: relative;
        left: 0px;
        bottom: 0px;
        margin-top: 20px;
    }

    .testimonial-style-four .sec-title-two {
        margin-bottom: 30px;
    }

    .slider-style-three {
        padding-right: 0px;
    }

    .slider-style-three .lower-box {
        width: 100%;
    }

    .content_block_17 .content-box {
        margin-bottom: 30px;
    }

    .about-style-seven .image-box {
        padding-left: 30px;
    }

    .value-style-two .bg-layer {
        display: none;
    }

    .content_block_four .content-box {
        margin-bottom: 30px;
    }

    .content_block_20 .content-box {
        margin-bottom: 30px;
    }

    .production-section .image-box {
        padding-left: 30px;
    }

    .appointment-section .image-box {
        margin-top: 0px;
        margin-bottom: 30px;
    }

    .banner-style-seven .banner-info {
        position: relative;
        margin-top: 30px;
    }

    .banner-style-seven .banner-info .info-list li {
        width: 100%;
    }

    .banner-style-seven .banner-info .info-list li .single-item {
        border-right: none;
    }

    .banner-style-seven {
        padding-bottom: 200px;
    }

    .header-style-10 .header {
        background: #fff;
    }

    .about-style-nine .image_block_one .image-box {
        margin-left: 0px;
        margin-right: 0px;
    }

    .service-block-nine .inner-box {
        margin-bottom: 30px;
    }

    .process-block-one .inner-box {
        margin-bottom: 30px;
    }

    .chooseus-style-six .image-box .text {
        bottom: 0px;
    }

    .chooseus-style-six .image-box {
        padding-bottom: 0px;
        margin-bottom: 30px;
    }

    .chooseus-style-six .bg-layer {
        display: none;
    }

    .content_block_21 .content-box .inner-box .single-item {
        border: none !important;
    }

    .appointment-section.home-10 .inner-box {
        margin-right: 0px;
    }

    .service-block-ten .inner-box {
        margin-bottom: 30px;
    }

    .chooseus-style-seven .bg-layer,
    .chooseus-style-seven .image-layer {
        display: none;
    }

    .about-style-11 .image-box {
        margin-left: 0px;
        margin-top: 30px;
    }

    .chooseus-style-eight .bg-layer {
        display: none;
    }

    .chooseus-style-eight .testimonial-content .inner-box .text .quote-1,
    .chooseus-style-eight .testimonial-content .inner-box .text .quote-2 {
        color: #222;
    }

    .chooseus-style-eight .testimonial-content .inner-box .text h4,
    .chooseus-style-eight .testimonial-content .inner-box .author-box h5 {
        color: #242424;
    }

    .chooseus-style-eight .testimonial-content .inner-box .author-box .designation {
        color: #444;
    }

    .chooseus-style-eight .testimonial-inner {
        margin-bottom: 40px;
    }

    .contact-section .map-inner {
        margin-right: 0px;
        margin-bottom: 30px;
    }

    .banner-style-nine .inner-box {
        position: relative;
    }

    .banner-style-nine .content-box {
        padding-bottom: 40px;
    }

    .about-style-12 .tabs-content {
        margin-left: 0px;
    }

    .about-style-12 .tabs-content .inner-box .content-box {
        margin-left: 0px;
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .about-style-12 .tab-button-column {
        margin-left: 0px;
    }

    .chooseus-style-nine .bg-layer,
    .project-style-seven .owl-nav-style-one.owl-theme .owl-nav,
    .our-company-section .content-box .image-box {
        display: none;
    }

    .our-company-section .content-box .inner-box .certificat {
        margin-bottom: 30px;
    }

    .our-company-section .video-inner {
        margin: 0px;
    }

    .header-top-two .top-left,
    .header-top-two .top-right {
        float: none;
        display: block;
        text-align: center;
    }

    .header-top-two .top-left p,
    .header-top-two .top-right p {
        display: inline-block;
    }

    .feature-block-one .inner-box {
        margin-bottom: 30px;
    }

    .about-style-13 .image-box {
        margin-bottom: 30px;
    }

    .content_block_24 .content-box {
        margin-left: 0px;
    }

    .image_block_seven .image-box .text {
        bottom: 0px;
        left: 0px;
    }

    .image_block_seven .image-box {
        padding-bottom: 0px;
        margin-bottom: 30px;
    }

    .chooseus-style-ten {
        padding-bottom: 90px;
    }

    .news-block-three .inner-box {
        margin-bottom: 30px;
    }

    .about-style-14 .image-box {
        margin: 0px;
        margin-bottom: 30px;
    }

    .about-style-14 .image-box:before,
    .about-style-14 .image-box:after {
        display: none;
    }

    .content_block_25 .content-box {
        margin: 0px;
    }

    .chooseus-style-11 .image-box {
        margin-left: 0px;
        margin-bottom: 30px;
    }

    .chooseus-style-11 .shape .shape-1,
    .chooseus-style-11 .shape .shape-2 {
        display: none;
    }

    .testimonial-style-eight {
        padding-top: 110px;
    }

    .team-block-five .inner-box {
        margin-bottom: 30px;
    }

    .team-style-six {
        padding-bottom: 90px;
    }

    .freequote-section .content_block_26 .content-box {
        padding-bottom: 0px;
    }

    .news-block-five .inner-box {
        margin-bottom: 30px;
    }

    .content_block_27 .content-box {
        margin-right: 0px;
        margin-bottom: 30px;
    }

    .about-style-15 .image_block_one .image-box {
        margin-left: 0px;
        margin-right: 0px;
    }

    .chooseus-style-six.about-page-2 .image-box {
        margin-left: 0px;
    }

    .single-service-one .image-box {
        margin-bottom: 30px;
    }

    .single-service-two .left-content .image-box {
        margin-bottom: 30px;
    }

    .single-service-two .right-content {
        margin-left: 0px;
    }

    .single-service-two {
        padding-bottom: 110px;
    }

    .single-service-three {
        padding-top: 100px;
    }

    .single-service-three .content-box .image-box .image {
        margin-bottom: 15px;
    }

    .single-service-three .content-box .text {
        margin-bottom: 30px;
    }

    .service-sidebar {
        margin-right: 0px;
        margin-bottom: 40px;
    }

    .service-details-content {
        margin: 0px;
    }

    .testimonial-page-section .sec-title-two p br {
        display: none;
    }

    .contact-style-three .contact-info {
        margin-right: 0px;
        margin-bottom: 30px;
    }

    .address-box {
        margin-top: 30px;
        margin-left: 0px;
    }

    .clients-style-two .clients-logo-list {
        display: block;
    }

    .clients-style-two .clients-logo {
        margin-bottom: 30px;
    }

    .clients-style-two .clients-logo:last-child {
        margin-bottom: 0px;
    }

}


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

    .banner-style-two .content-box {
        margin-right: 0px;
    }

    .pricing-section {
        padding-top: 70px;
    }

    .news-block-seven .inner-box {
        padding-left: 0px;
    }

    .single-service-five {
        padding: 70px 0px;
    }

    .news-block-seven .inner-box .image-box {
        position: relative;
        width: 100%;
        height: auto;
    }

    .project-masonty-two .sec-title-two h2 {
        font-size: 50px;
        line-height: 60px;
    }

    .project-masonty-two {
        padding: 70px 0px 30px 0px;
    }

    .project-masonty-two .sec-title-two h2 br {
        display: none;
    }

    .news-block-seven .inner-box .content-box {
        padding-left: 30px;
        padding-right: 30px;
    }

    .single-service-five .content-four .contact-info {
        margin-top: 30px;
    }

    .team-section.home-16 {
        padding-bottom: 20px;
    }

    .slider-style-six .slide-item {
        padding: 150px 0px 100px 0px;
    }

    .about-style-17,
    .service-style-14,
    .chooseus-style-12 .chooseus-inner {
        padding: 70px 0px;
    }

    .content_block_29 .content-box .inner-box {
        padding-right: 0px;
    }

    .banner-style-ten .content-box {
        padding: 180px 0px 100px 0px;
    }

    .about-style-17 .support-box {
        display: none;
    }

    .content_block_29 .content-box .inner-box .inner {
        position: relative;
        width: 100%;
        margin-top: 30px;
    }

    .slider-style-six .slide-item .content-box h2 {
        font-size: 40px;
        line-height: 50px;
    }

    .slider-style-six .slide-item .content-box p br {
        display: none;
    }

    .banner-style-ten .content-box h2 {
        font-size: 40px;
        line-height: 50px;
    }

    .header-style-12 .top-info {
        display: none;
    }

    .slider-style-two .slide-item {
        padding: 100px 0px;
    }

    .slider-style-two .content-box h2 {
        font-size: 40px;
        line-height: 50px;
    }

    .slider-style-two .content-box h2 br {
        display: none;
    }

    .main-header.header-style-seven .option-box {
        margin-top: 50px;
    }

    .blog-style1-area .sec-title-two .link {
        position: relative;
        margin-top: 15px;
    }

    .testimonial-section .sec-title-two p {
        margin-bottom: 30px;
    }

    .banner-style-two .content-box .box-one {
        position: relative;
        left: 0px;
        margin-top: 30px;
        width: 100%;
    }

    .banner-style-two .content-box .box-two {
        position: relative;
        bottom: 0px;
        margin-top: 30px;
        width: 100%;
    }

    .banner-style-two .content-box h2 {
        font-size: 40px;
        line-height: 50px;
    }

    .banner-style-two {
        padding-top: 190px;
    }

    .banner-style-two .content-box {
        padding-bottom: 100px;
    }

    .about-section {
        padding: 65px 0px 70px 0px;
    }

    .image_block_one .image-box {
        padding-right: 0px;
    }

    .image_block_one .image-box .image-2 {
        position: relative;
        top: 0px;
        margin-top: 30px;
    }

    .sec-title-two h2 {
        font-size: 36px;
        line-height: 44px;
    }

    .sec-title-two br {
        display: none;
    }

    .service-section,
    .additional-service .content-box {
        padding: 65px 0px 70px 0px;
    }

    .service-section .owl-nav {
        display: none !important;
    }

    .chooseus-section {
        padding: 65px 0px 10px 0px;
    }

    .testimonial-section .testimonial-content {
        margin-right: 0px;
    }

    .testimonial-section {
        padding: 65px 0px 40px 0px;
    }

    .testimonial-section .testimonial-inner {
        padding-bottom: 70px;
        margin-bottom: 70px;
    }

    .team-section {
        padding: 65px 0px 40px 0px;
    }

    .cta-section .inner-container {
        padding-left: 30px;
        padding-right: 30px;
    }

    .cta-section .content-box .btn-box a {
        margin-bottom: 10px;
    }

    .blog-style1-area.alternat-2 {
        padding: 65px 0px 20px 0px;
    }

    .clients-section {
        padding: 65px 0px;
    }

    .main-footer-bottom .copyright,
    .main-footer-bottom .footer-nav {
        float: none;
        display: block;
        text-align: center;
    }

    .banner-style-three .banner-left-content {
        padding-top: 0px;
    }

    .support-section .single-column:first-child .single-item {
        margin-bottom: 20px;
    }

    .about-style-two {
        padding: 65px 0px 70px 0px;
    }

    .content_block_four .content-box .list-style-one li {
        width: 100%;
    }

    .service-style-two {
        padding: 65px 0px 50px 0px;
    }

    .content_block_five .content-box .list-style-one li {
        width: 100%;
    }

    .content_block_six .content-box .inner-box {
        padding-right: 0px;
    }

    .content_block_six .content-box .inner-box .inner {
        position: relative;
        width: 100%;
        margin-top: 20px;
    }

    .chooseus-style-two .chooseus-inner {
        padding-bottom: 70px;
        margin-bottom: 50px;
    }

    .latest-project-style1-area,
    .testimonial-style-two,
    .team-style-two {
        padding: 65px 0px 70px 0px;
    }

    .testimonial-style-two .owl-carousel .owl-dots {
        display: none;
    }

    .coupon-block-one .inner-box {
        margin-bottom: 30px;
    }

    .coupon-block:last-child .coupon-block-one .inner-box {
        margin-bottom: 0px;
    }

    .news-style-two {
        padding: 65px 0px 40px 0px;
    }

    .about-style-three,
    .service-style-three {
        padding: 65px 0px 70px 0px;
    }

    .service-style-three .owl-carousel .owl-nav.disabled {
        display: none;
    }

    .project-section .filters {
        padding-right: 0px;
    }

    .project-section .filters .link {
        position: relative;
        margin-top: 20px;
    }

    .project-section {
        padding: 65px 0px 40px 0px;
    }

    .chooseus-style-three .upper-box {
        padding: 65px 0px 25px 0px;
    }

    .chooseus-style-three .funfact-inner {
        padding: 65px 0px 40px 0px;
    }

    .video-section .inner-box {
        padding-right: 0px;
    }

    .video-section .inner-box .video-inner {
        position: relative;
        top: 0px;
        margin-top: 20px;
    }

    .video-section .inner-box h2 {
        font-size: 40px;
        line-height: 50px;
        margin-bottom: 20px;
    }

    .video-section {
        padding: 65px 0px 75px 0px;
    }

    .testimonial-style-three,
    .team-style-three {
        padding: 65px 0px 70px 0px;
    }

    .news-style-three .sec-title-two .btn-box {
        position: relative;
        bottom: 0px;
        margin-top: 15px;
    }

    .blog-style1-area.news-style-three.alternat-2 {
        padding-bottom: 70px;
    }

    .banner-style-five .inner-box {
        padding-right: 0px;
    }

    .banner-style-five .inner-box .content-box h2 {
        font-size: 40px;
        line-height: 50px;
    }

    .banner-style-five .banner-outer {
        padding: 90px 0px 100px 0px;
    }

    .about-style-four,
    .service-style-four {
        padding: 65px 0px 70px 0px;
    }

    .service-style-four .owl-carousel .owl-nav.disabled {
        display: none;
    }

    .content_block_nine .content-box {
        padding: 65px 0px 50px 0px;
    }

    .content_block_nine .content-box .list-style-one li {
        width: 100%;
    }

    .value-section .value-inner {
        padding: 70px 0px;
    }

    .value-section .funfact-inner {
        padding: 70px 0px 50px 0px;
    }

    .team-style-four {
        padding: 65px 0px 40px 0px;
    }

    .news-style-four .sec-title-two .btn-box {
        position: relative;
        bottom: 0px;
        margin-top: 15px;
    }

    .news-style-four {
        padding: 65px 0px 70px 0px;
    }

    .clients-style-two .inner-container {
        padding: 70px 0px;
    }

    .banner-carousel .content-box h2 {
        font-size: 50px;
        line-height: 60px;
    }

    .banner-carousel .content-box p br {
        display: none;
    }

    .banner-carousel .slide-item {
        padding: 190px 0px;
    }

    .enquirey-section .form-inner {
        padding-right: 0px;
    }

    .enquirey-section .form-inner .message-btn button[type="submit"] {
        position: relative;
        width: 100%;
    }

    .enquirey-section .inner-container {
        padding-bottom: 50px;
    }

    .about-style-five {
        padding: 65px 0px 70px 0px;
    }

    .content_block_11 .content-box .lower-box .single-column:last-child .single-item {
        margin-top: 30px;
    }

    .service-style-five,
    .project-style-two,
    .weare-section {
        padding: 65px 0px 70px 0px;
    }

    .service-style-five .owl-carousel .owl-nav.disabled {
        display: none;
    }

    .chooseus-style-five .inner-container:before {
        width: 100%;
    }

    .chooseus-style-five .inner-container {
        padding-left: 30px;
    }

    .project-style-two .owl-carousel .owl-dots {
        display: none;
    }

    .cta-style-three .inner-container {
        padding-left: 30px;
        padding-right: 30px;
    }

    .team-style-four .funfact-inner {
        padding-top: 70px;
        margin-top: 40px;
    }

    .map-section .contact-map-outer .address-box {
        right: 0px;
    }

    .slider-style-two .banner-carousel .slide-item {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .slider-style-two .lower-text {
        position: relative;
        bottom: 0px;
    }

    .slider-style-two .banner-carousel .content-box h2 {
        font-size: 50px;
        line-height: 60px;
    }

    .about-style-six {
        padding: 65px 0px 50px 0px;
    }

    .slider-style-two .lower-text {
        padding-right: 30px;
    }

    .content_block_16 .content-box .inner-box .single-item {
        margin-bottom: 30px;
    }

    .work-section {
        padding: 65px 0px 35px 0px;
    }

    .project-style-three {
        padding: 65px 0px 40px 0px;
    }

    .video-style-two {
        padding: 65px 0px 70px 0px;
    }

    .team-style-five {
        padding-top: 65px;
    }

    .testimonial-style-four .testimonial-inner {
        padding-left: 0px;
        border-left: none;
    }

    .testimonial-style-four .owl-carousel .owl-dots {
        display: none;
    }

    .testimonial-style-four {
        padding: 65px 0px;
    }

    .slider-style-three .banner-carousel .slide-item {
        padding: 190px 0px 100px 0px;
    }

    .slider-style-three .lower-box {
        position: relative;
        padding-left: 30px;
        padding-right: 30px;
    }

    .slider-style-three {
        padding-bottom: 0px;
    }

    .content_block_17 .content-box {
        margin-bottom: 50px;
    }

    .about-style-seven {
        padding: 65px 0px 85px 0px;
    }

    .service-style-six {
        padding-bottom: 40px;
    }

    .service-style-seven {
        padding: 65px 0px 40px 0px;
    }

    .value-style-two .content_block_ten .content-box {
        padding: 65px 0px;
    }

    .testimonial-style-five,
    .appointment-section,
    .news-style-four.home-8,
    .welcome-section {
        padding: 65px 0px 70px 0px;
    }

    .banner-style-six .content-box h2 {
        font-size: 50px;
        line-height: 60px;
    }

    .banner-style-six {
        padding: 170px 0px 100px 0px;
    }

    .welcome-section .sec-title-two .image-box {
        margin-bottom: 15px;
    }

    .service-style-eight {
        padding-top: 65px;
    }

    .about-style-eight {
        padding: 65px 0px;
    }

    .project-style-four {
        padding: 65px 0px 40px 0px;
    }

    .testimonial-style-six {
        padding: 65px 0px 70px 0px;
    }

    .testimonial-style-six .owl-carousel .owl-dots {
        display: none;
    }

    .production-section {
        padding: 65px 0px 80px 0px;
    }

    .banner-style-seven .content-box h2 {
        font-size: 50px;
        line-height: 60px;
    }

    .banner-style-seven {
        padding-top: 210px;
        padding-bottom: 100px;
    }

    .banner-style-seven .white-bg {
        display: none;
    }

    .about-style-nine {
        padding: 65px 0px 70px 0px;
    }

    .service-style-nine {
        padding-top: 65px;
    }

    .process-section {
        padding: 65px 0px 40px 0px;
    }

    .chooseus-style-six {
        padding: 65px 0px 30px 0px;
    }

    .banner-style-eight .content-box-one .content-inner {
        max-width: 100%;
    }

    .banner-style-eight .content-box-two {
        position: relative;
        left: 0px;
        width: 100%;
    }

    .banner-style-eight {
        padding-bottom: 0px;
    }

    .about-style-ten,
    .testimonial-style1-area.home-11 {
        padding: 65px 0px 70px 0px;
    }

    .service-style-ten {
        padding: 65px 0px 360px 0px;
    }

    .chooseus-style-seven .inner-container {
        padding-top: 65px;
        padding-bottom: 20px;
    }

    .project-style-five {
        padding: 65px 0px 40px 0px;
    }

    .estimate-section {
        padding: 65px 0px 200px 0px;
    }

    .header-style-12 .header-right {
        position: relative;
        right: 0px;
        display: block;
    }

    .slider-style-four {
        padding-left: 0px;
        padding-right: 0px;
    }

    .about-style-11 {
        padding-bottom: 70px;
    }

    .service-style-11 .sec-title-two.light h2 {
        color: #222 !important;
    }

    .service-style-11 .inner-container {
        padding-top: 65px;
    }

    .service-style-11 .owl-carousel .owl-nav.disabled {
        display: none;
    }

    .project-style-six {
        padding: 65px 0px 40px 0px;
    }

    .chooseus-style-eight {
        padding-top: 70px;
    }

    .news-style-four.home-12 {
        padding-bottom: 25px;
    }

    .contact-section .inner-container {
        padding-top: 65px;
    }

    .banner-style-nine .content-box h2 {
        font-size: 50px;
        line-height: 60px;
    }

    .banner-style-nine .content-box {
        padding-top: 100px;
    }

    .about-style-12 {
        padding-top: 65px;
    }

    .chooseus-style-nine {
        padding: 65px 0px 15px 0px;
    }

    .project-style-seven {
        padding-top: 65px;
        padding-bottom: 40px;
    }

    .our-company-section {
        padding: 65px 0px 70px 0px;
    }

    .slider-style-five .banner-carousel .content-box h2 {
        font-size: 50px;
        line-height: 60px;
    }

    .slider-style-five .banner-carousel .slide-item {
        padding: 100px 0px 200px 0px;
    }

    .about-style-13 {
        padding: 70px 0px 50px 0px;
    }

    .content_block_24 .content-box .inner-box .single-item:before {
        display: none;
    }

    .content_block_24 .content-box .inner-box .single-item {
        margin-bottom: 15px;
    }

    .service-style-12,
    .industries-section,
    .testimonial-style-seven {
        padding: 65px 0px 70px 0px;
    }

    .chooseus-style-ten,
    .news-style-five {
        padding: 65px 0px 30px 0px;
    }

    .chooseus-style-ten .content_block_12 .content-box {
        margin-top: 0px;
        padding-right: 0px;
        padding-top: 50px;
    }

    .contact-style-two .contact-map-outer {
        display: none;
    }

    .slider-style-six .banner-carousel .slide-item {
        padding-bottom: 100px;
    }

    .about-style-14,
    .service-style-13 {
        padding: 70px 0px;
    }

    .project-style-eight,
    .team-style-six {
        padding: 65px 0px 40px 0px;
    }

    .chooseus-style-11 {
        padding: 65px 0px 30px 0px;
    }

    .testimonial-style-eight {
        padding: 65px 0px;
    }

    .testimonial-style-eight .owl-carousel .owl-dots {
        display: none;
    }

    .freequote-section .content_block_26 .content-box {
        padding-top: 70px;
    }

    .news-style-six {
        padding-bottom: 70px;
    }

    .about-style-15 {
        padding: 65px 0px 70px 0px;
    }

    .about-style-16 .content-box {
        padding: 65px 0px 0px 0px;
    }

    .chooseus-style-two {
        padding-top: 70px;
    }

    .service-style-three.service-page-2,
    .service-style-four.service-page-3 {
        padding-bottom: 40px;
    }

    .chooseus-style-two.service-page-2 {
        padding-bottom: 50px;
    }

    .single-service-one,
    .single-service-three {
        padding: 70px 0px;
    }

    .single-service-three .content-box .list li {
        width: 100%;
    }

    .header-top-three .top-inner {
        display: block;
        text-align: center;
    }

    .header-top-three .info-list,
    .header-top-three .social-links {
        justify-content: center;
    }

    .header-top-three .info-list li,
    .header-top-three .social-links li {
        border: none !important;
    }

    .service-details-content .content-two .text {
        margin-left: 0px;
        margin-top: 30px;
    }

    .service-details-content .content-two .image-box {
        margin-right: 0px;
    }

    .single-service-four {
        padding: 70px 0px;
    }

    .testimonial-page-section {
        padding: 65px 0px 10px 0px;
    }

    .team-style-two.team-page-2 {
        padding-bottom: 40px;
    }

    .contact-style-three,
    .contact-style-four .form-inner {
        padding: 65px 0px 70px 0px;
    }

    .page-title.contact-page-3 {
        padding-bottom: 200px;
    }

    .contact-style-four .info-inner {
        padding-top: 65px;
    }

    .contact-style-four {
        padding-bottom: 65px;
    }

    .google-map-two {
        padding-bottom: 70px;
    }

    .page-title .content-box h1 {
        font-size: 50px;
        line-height: 60px;
    }

    .banner-left-content .satisfaction-logo {
        display: none;
    }

    .content_block_15 .content-box {
        margin-left: 0px;
    }

    .content_block_23 .content-box {
        margin-bottom: 30px;
    }

    .service-style-11 {
        padding-bottom: 65px;
    }

    .main-footer-bottom .text {
        float: none;
        display: block;
        text-align: center;
    }

    .contact-style-four .form-inner {
        padding-left: 30px;
        padding-right: 30px;
    }

    .header-style-five .nav-outer .mobile-nav-toggler {
        margin-top: 10px;
    }

    .header-style-five .header-right {
        position: relative;
        right: 0px;
    }

    .header-style-seven .nav-outer .mobile-nav-toggler {
        margin-top: 15px;
    }

    .project-style-three .owl-nav {
        display: none;
    }

    .about-style-nine .content_block_four .content-box {
        margin-right: 0px;
    }

    .project-style-eight .column:first-child .project-block:last-child {
        padding-top: 0px;
    }

    .project-style-eight .column:first-child .project-block:first-child {
        top: 0px;
    }


}

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

    .additional-service .list-style-one li {
        width: 100%;
    }

    .content_block_28 .content-box .lower-box {
        display: block;
    }

    .content_block_28 .content-box .lower-box .award-box {
        display: block;
        margin-top: 0px;
        text-align: center;
    }

    .content_block_28 .content-box .lower-box .award-box .award {
        margin-right: 0px;
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .header-style-15.main-header.header-style-15 .outer-box {
        padding: 0px 15px;
    }

    .content_block_one .content-box .list-style-one li {
        width: 100%;
    }

    .image_block_four .image-box .image-2 {
        display: none;
    }

    .content_block_13 .content-box .list-style-one li,
    .content_block_15 .content-box .list-style-one li {
        width: 100%;
    }

    .slider-style-three .lower-box .text {
        display: block;
    }

    .slider-style-three .lower-box .text .line {
        display: none;
    }

    .slider-style-three .lower-box .text h4 {
        margin-left: 0px;
        margin-top: 10px;
    }

    .header-style-12 .outer-box {
        padding-left: 30px;
        padding-right: 30px;
    }

    .content_block_23 .content-box .lower-box .author-box {
        float: none;
        display: block;
        margin-bottom: 15px;
    }

    .service-style-two .inner-content li {
        float: none;
    }

    .header-style-three .header-upper .support-box {
        display: none;
    }

    .header-style-three .header-upper .logo-box {
        width: 100%;
        text-align: center;
    }

    .header-style-14 .header-right {
        position: relative;
        right: 0px;
    }

    .main-header.home-2 .nav-btn {
        display: none;
    }

}

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

    .header-style-two .outer-box {
        padding: 0px 15px;
    }

    .main-header.header-style-six.header-style-two .nav-outer .mobile-nav-toggler {
        padding: 18px 0px;
    }

    .header-style-two.header-style-six .header-right {
        right: 15px;
    }

    .header-style-two .outer-box .logo-box {
        text-align: left;
    }

    .header-top-four .top-inner .right-column {
        display: block;
        text-align: center;
    }

    .header-top-four .top-inner .schedule p {
        display: inline-block;
    }

    .header-top-four .top-inner .right-column .social-links {
        justify-content: center;
    }

    .header-style-two .outer-box .logo-box {
        width: 60%;
    }

    .cta-section .inner-container {
        padding-left: 15px;
        padding-right: 15px;
    }

    .support-section .single-item {
        padding-left: 0px;
    }

    .support-section .single-item .icon-box {
        position: relative;
        left: 0px;
        margin-bottom: 15px;
    }

    .image_block_two .image-box,
    .image_block_three .image-box {
        padding: 0px;
    }

    .image_block_two .image-box .image-2,
    .image_block_three .image-box .image-2 {
        position: relative;
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .image_block_two .image-box .content-inner {
        position: relative;
        width: 100%;
    }

    .image_block_three .image-box h5 {
        position: relative;
        left: 0px;
        top: 0px;
        transform: rotate(0deg);
    }

    .testimonial-block-two .inner-box {
        padding-left: 30px;
    }

    .testimonial-block-two .inner-box .thumb-box {
        position: relative;
        left: 0px;
        top: 0px;
        margin-bottom: 15px;
    }

    .testimonial-block-two .inner-box:before {
        display: none;
    }

    .cta-style-two .inner-box h3 {
        font-size: 24px;
    }

    .cta-style-two .inner-box h2 {
        font-size: 30px;
        line-height: 40px;
    }

    .news-style-two .sec-title-two .link {
        position: relative;
        bottom: 0px;
        margin-top: 15px;
    }

    .header-style-three .header .outer-box .nav-outer .btn-box,
    .header-style-three .header .outer-box .nav-outer .btn-box a {
        width: 200px;
    }

    .banner-style-five .inner-box .content-box {
        padding-left: 15px;
        padding-right: 15px;
    }

    .enquirey-section .inner-container {
        padding-left: 30px;
        padding-right: 30px;
    }

    .enquirey-section .inner-container:before {
        display: none;
    }

    .image_block_five .image-box {
        padding: 0px;
    }

    .image_block_five .image-box .image-2 {
        position: relative;
        top: 0px;
        right: 0px;
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .image_block_five .image-box .image-3 {
        position: relative;
    }

    .map-section .contact-map-outer .address-box {
        position: relative;
        width: 100%;
    }

    .testimonial-style-four .testimonial-content {
        padding-left: 0px;
    }

    .testimonial-style-four .testimonial-content .thumb-box {
        position: relative;
        top: 0px;
        margin-bottom: 15px;
    }

    .testimonial-block-four .inner-box {
        padding-left: 30px;
    }

    .testimonial-block-four .inner-box .thumb-box {
        position: relative;
        left: 0px;
        top: 0px;
        margin-bottom: 15px;
    }

    .service-style-eight .tab-buttons li {
        width: 100%;
    }

    .service-style-eight .tab-buttons {
        width: 100%;
    }

    .header-style-10 .outer-box {
        padding-left: 15px;
        padding-right: 15px;
    }

    .header-style-10 .outer-box .nav-outer {
        margin-right: 0px;
    }

    .header-style-10 .header-right {
        position: relative;
        right: 0px;
    }

    .banner-style-seven .banner-info .info-list li {
        padding-left: 25px;
    }

    .banner-style-seven .banner-info .info-list li .single-item h5 {
        font-size: 14px;
    }

    .banner-style-seven .banner-info .info-list li .single-item {
        padding-right: 0px;
    }

    .chooseus-style-six .image-box .video-btn {
        bottom: 150px;
    }

    .image_block_six .image-box {
        padding: 0px;
    }

    .image_block_six .image-box .image-2 {
        position: relative;
        margin-top: 30px;
    }

    .chooseus-style-seven .content-box {
        padding-left: 30px;
        padding-right: 30px;
    }

    .chooseus-style-seven .content-box .inner-box .single-item {
        padding-right: 0px;
    }

    .project-style-five .sec-title-two .link-box {
        position: relative;
        bottom: 0px;
        margin-top: 15px;
    }

    .header-style-12 .header-right {
        width: 100%;
    }

    .header-style-12 .logo-box {
        padding-top: 80px;
    }

    .about-style-11 .image-box {
        padding: 0px;
    }

    .about-style-11 .image-box .image-2 {
        position: relative;
        margin-top: 30px;
    }

    .chooseus-style-eight .testimonial-content .inner-box .text {
        padding-left: 0px;
        padding-right: 0px;
    }

    .banner-style-nine .content-box h2 {
        font-size: 40px;
        line-height: 50px;
    }

    .about-style-12 .tabs-content .inner-box .content-box h2 {
        font-size: 36px;
        line-height: 44px;
    }

    .cta-style-four .inner-container {
        padding-left: 30px;
        padding-right: 30px;
    }

    .about-style-13 .image-box {
        padding: 0px;
    }

    .about-style-13 .image-box .icon-box {
        display: none;
    }

    .about-style-13 .image-box .text {
        position: relative;
        right: 0px;
        width: 100%;
        margin-top: 30px;
    }

    .service-style-12 .sec-title-two .link {
        position: relative;
        bottom: 0px;
        margin-top: 15px;
    }

    .image_block_seven .image-box {
        padding-bottom: 160px;
    }

    .image_block_seven .image-box .text {
        width: 100%;
    }

    .image_block_seven .image-box .video-btn {
        bottom: 190px;
    }

    .news-block-four .inner-box {
        padding-left: 0px;
    }

    .news-block-four .inner-box .image-box,
    .news-block-six .inner-box .image-box {
        position: relative;
        margin-bottom: 15px;
    }

    .news-style-six .sec-title-two .link {
        position: relative;
        bottom: 0px;
        margin-top: 15px;
    }

    .news-block-six .inner-box {
        padding-right: 30px;
        padding-left: 30px;
    }

    .news-block-six .inner-box .image-box {
        width: 100%;
        height: auto;
    }

    .testimonial-style-two .title-inner {
        margin-bottom: 0px;
    }

    .header-top-three .info-list {
        display: block;
    }

    .header-style-16 .outer-box .logo-box {
        padding-top: 33px;
    }
}

.h-300 {
    height: 300px !important;
}

.h-500 {
    height: 500px !important;
}
.social-links li a svg.stroke{
    stroke: #ffffff !important;
}
.social-links li a svg.fill{
    fill: #ffffff !important;
}
.social-links li a:hover svg.stroke{
    stroke: #d72027 !important;
}
.social-links li a:hover svg.fill{
    fill: #d72027 !important;
}
.footer-social-links li a:hover svg.stroke{
    stroke: #d72027 !important;
}
.footer-social-links li a:hover svg.fill{
    fill: #d72027 !important;
}
.mobile-menu .social-links li a:hover svg.stroke{
    stroke: #02c18d !important;
}
.mobile-menu .social-links li a:hover svg.fill{
    fill: #02c18d !important;
}