/***************************************************************************************************************
||||||||||||||||||||||||||       MASTER STYLESHEET FOR HOMLANE           |||||||||||||||||||||||||||||||||||||||
****************************************************************************************************************
||||||||||||||||||||||||||                TABLE OF CONTENT               |||||||||||||||||||||||||||||||||||||||
****************************************************************************************************************
****************************************************************************************************************

01. Imported styles
02. Flaticon reset styles
03. Header styles
04. Mainmenu styles
05. Rev_slider_wrapper styles
66. Call to action area Style
07. Categories area style
08. Fact counter area style
09. Latest Blog area style
10. Latest blog area style 
11. Testimonial area style
12. Brand area style
13. Single service style
14. Pricing table area style
15. About page style
16. Account page style
17. 404 page style style
18. Blog page style
19. Blog single style
20. Contact page style

****************************************************************************************************************
||||||||||||||||||||||||||||            End TABLE OF CONTENT                ||||||||||||||||||||||||||||||||||||
****************************************************************************************************************/

.about-style-17 .image-box .image {
    position: relative;
    display: block;
    overflow: hidden;
    padding-top: 10px;
    z-index: 1;
    width: auto;
}
.elementor img {
    height: auto;
    max-width: 100%;
    border: none;
    border-radius: 0;
    box-shadow: none;
}
.elementor *, .elementor :after, .elementor :before {
    box-sizing: border-box;
}
img {
    max-width: 100%;
    height: auto;
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .7s;
    transition-property: all;
}
.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;
}
/*** 
=============================================
    Testimonial Style1 Area Css
=============================================
***/
.single-testimonial-style1 .rating-box{
    padding-top: 19px;
}

.rating-box{
    position: relative;
    display: block;
    overflow: hidden;
}
.rating-box ul{
    overflow: hidden;    
}
.rating-box ul li{
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 5px;
}
.rating-box ul li:last-child{
    margin-right: 0;
}
.rating-box ul li{
    color: #fcbc38;
    font-size: 20px;
    font-weight: 400;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.fa-lg {
    font-size: 1.33333333em;
    line-height: 0.75em;
    vertical-align: -15%;
}
.fa-2x {
    font-size: 2em;
}
.fa-3x {
    font-size: 3em;
}
.fa-4x {
    font-size: 4em;
}
.fa-5x {
    font-size: 5em;
}
.fa-fw {
    width: 1.28571429em;
    text-align: center;
}
.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none;
}
.fa-ul > li {
    position: relative;
}
.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: 0.14285714em;
    text-align: center;
}
.fa-li.fa-lg {
    left: -1.85714286em;
}
.fa-border {
    padding: 0.2em 0.25em 0.15em;
    border: solid 0.08em #eee;
    border-radius: 0.1em;
}
.fa-pull-left {
    float: left;
}
.fa-pull-right {
    float: right;
}
.fa.fa-pull-left {
    margin-right: 0.3em;
}
.fa.fa-pull-right {
    margin-left: 0.3em;
}
.pull-right {
    float: right;
}
.pull-left {
    float: left;
}
.fa.pull-left {
    margin-right: 0.3em;
}
.fa.pull-right {
    margin-left: 0.3em;
}
.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}
.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
.fa-rotate-90 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.fa-rotate-180 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.fa-rotate-270 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}
.fa-flip-horizontal {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
}
.fa-flip-vertical {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
    filter: none;
}
.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
}
.fa-stack-1x {
    line-height: inherit;
}
.fa-stack-2x {
    font-size: 2em;
}
.fa-inverse {
    color: #fff;
}
.fa-glass:before {
    content: "\f000";
}
.fa-music:before {
    content: "\f001";
}
.fa-search:before {
    content: "\f002";
}
.fa-envelope-o:before {
    content: "\f003";
}
.fa-heart:before {
    content: "\f004";
}
.fa-star:before {
    content: "\f005";
}
.fa-star-o:before {
    content: "\f006";
}
.fa-user:before {
    content: "\f007";
}
.fa-film:before {
    content: "\f008";
}
.fa-th-large:before {
    content: "\f009";
}
.fa-th:before {
    content: "\f00a";
}
.fa-th-list:before {
    content: "\f00b";
}
.fa-check:before {
    content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
    content: "\f00d";
}
.fa-search-plus:before {
    content: "\f00e";
}
.fa-search-minus:before {
    content: "\f010";
}
.fa-power-off:before {
    content: "\f011";
}
.fa-signal:before {
    content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
    content: "\f013";
}
.fa-trash-o:before {
    content: "\f014";
}
.fa-home:before {
    content: "\f015";
}
.fa-file-o:before {
    content: "\f016";
}
.testimonial-style1-area {
    position: relative;
    display: block;
    background: #eaeaee;
    padding: 110px 0 60px;
    z-index: 1;
}

.testimonial-style1-area .sec-title-two {
    margin-bottom: 35px;
}

.testimonial-style1-area .layer-outer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-attachment: scroll;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    z-index: -1;
    opacity: .10;
}

.single-testimonial-style1 {
    position: relative;
    display: block;
    max-width: 450px;
    width: 100%;
    margin: 0 auto 60px;
    padding-top: 50px;
    z-index: 10;
}

.single-testimonial-style1 .inner-content {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 69px 40px 24px;
    box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.13);
    z-index: 1;
    border-radius: 7px;
}

.single-testimonial-style1 .inner-content:before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0px;
    right: 0;
    box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.05);
    content: "";
    z-index: -1;
    transform: scaleX(0);
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.single-testimonial-style1:hover .inner-content:before {
    transform: scaleX(1.0);
}

.single-testimonial-style1 .img-box {
    position: absolute;
    top: 0;
    left: 30px;
    width: 95px;
    height: 95px;
    border-radius: 50%;
    overflow: hidden;
    z-index: 2;
}

.single-testimonial-style1 .img-box img {
    width: 100%;
    border-radius: 50%;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-testimonial-style1 .img-box:before {
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    background: rgba(227, 47, 48, 0.50);
    content: "";
    border-radius: 50%;
    transform: scale(0.0);
    transform-origin: center;
    transform-style: preserve-3d;
    transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.22);
}

.single-testimonial-style1:hover .img-box:before {
    transform: scale(1.0);
}

.single-testimonial-style1 .quote-icon {
    position: absolute;
    top: 22px;
    right: 22px;
}

.single-testimonial-style1 .quote-icon span:before {
    color: #bfbfbf;
    font-size: 40px;
    line-height: 40px;
    opacity: .30;
}

.single-testimonial-style1 .text-box {
    position: relative;
    display: block;
    padding-bottom: 8px;
}

.single-testimonial-style1 .text-box p {
    color: #1c425d;
    line-height: 30px;
    margin: 0;
}

.single-testimonial-style1 h3 {
    color: #2062ba;
    font-size: 14px;
    line-height: 16px;
    font-weight: 700;
}

.single-testimonial-style1 .rating-box {
    padding-top: 19px;
}

/*** 
=============================================
    About Team Area Css
=============================================
***/

.about-team-area {
    position: relative;
    display: block;
    background: #ffffff;
    padding-top: 110px;
    z-index: 1;
}

.about-team-area .sec-title-two {
    margin-bottom: 35px;
}

.about-team-area:before {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    content: "";
    z-index: -1;
    background-image: -moz-linear-gradient( 90deg, rgb(223, 228, 235) 16%, rgb(255, 255, 255) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(223, 228, 235) 16%, rgb(255, 255, 255) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(223, 228, 235) 16%, rgb(255, 255, 255) 100%);
}

.about-team-area .layer-outer {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 320px;
    height: 100%;
    background-attachment: scroll;
    background-position: left bottom;
    background-size: auto;
    background-repeat: no-repeat;
}

.about-content-box {
    position: relative;
    display: block;
    padding-bottom: 106px;
}

.about-content-box:before {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 19px;
    content: "";
    background-image: url(../images/shape/box-shadow-1.png);
    background-attachment: scroll;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.about-content-box .sec-title.style2 {
    padding-bottom: 36px;
}

.about-content-box .title {
    position: relative;
    display: block;
    margin-top: -5px;
    padding-bottom: 40px;
}

.about-content-box .title p {
    color: #f5353e;
    font-size: 20px;
    line-height: 30px;
    font-weight: 400px;
    font-style: italic;
    margin: 0px;
}

.about-content-box .title h3 {
    color: #172b56;
    font-size: 26px;
    line-height: 36px;
    font-weight: 700px;
    margin: 9px 0px 0;
}

.about-content-box .inner-content {
    position: relative;
    display: block;
}

.about-content-box .inner-content .top-text {
    position: relative;
    display: block;
}

.about-content-box .inner-content .top-text p {
    color: #172a54;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    margin: 0;
}

.about-content-box .inner-content .bottom-text {
    position: relative;
    display: block;
    padding-top: 28px;
}

.about-content-box .inner-content .bottom-text p {
    color: #444;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    margin: 0;
}

.team-content-box {
    position: relative;
    display: block;
    padding-top: 78px;
}

.team-content-box .sec-title-two {
    margin-bottom: 35px;
}

.team-member-box {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: -90px;
}

.single-team-member {
    position: relative;
    display: block;
    width: 25%;
}

.single-team-member .img-holder {
    position: relative;
    display: block;
    background: #ffffff;
}

.single-team-member .img-holder .inner {
    position: relative;
    display: block;
    overflow: hidden;
}

.single-team-member .img-holder .inner::before {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    content: '';
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, .2);
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    z-index: 10;
}

.single-team-member:hover .img-holder .inner::before {
    -webkit-animation: circle .75s;
    animation: circle .75s;
}

.single-team-member:hover .overlay-style-one {
    opacity: 1;
}

.single-team-member .img-holder .inner img {
    width: 100%;
    transform: scale(1.0);
    transition: .3s ease-in-out;
}

.single-team-member:hover .img-holder .inner img {
    transform: scale(1.05);
}

.single-team-member .title-holder {
    position: relative;
    display: block;
    text-align: center;
    background: #f5f5f5;
    padding: 17px 0px 20px;
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.single-team-member .title-holder:before {
    position: absolute;
    left: 0;
    bottom: 0px;
    right: 0;
    height: 2px;
    background: #e52933;
    content: "";
    transform: scaleY(0.0);
    transform-origin: center;
    transform-style: preserve-3d;
    transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.22);
    z-index: 1;
}

.single-team-member:hover .title-holder:before {
    transform: scaleY(1.0);
}

.single-team-member .title-holder h3 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    text-transform: capitalize;
    margin: 0px 0 3px;
}

.single-team-member .title-holder h3 a {
    color: #0e294d;
    transition: all 500ms linear;
    transition-delay: 0.1s;
}

.single-team-member .title-holder p {
    color: #444;
    font-size: 18px;
    line-height: 20px;
    font-weight: 400;
    margin: 0;
}

/*** 
=============================================
    Team Area Css
=============================================
***/

.team-area {
    position: relative;
    display: block;
    background: #ffffff;
    padding-top: 100px;
    z-index: 1;
}

.team-area:before {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    content: "";
    z-index: -1;
    background-image: -moz-linear-gradient( 90deg, rgb(223, 228, 235) 16%, rgb(255, 255, 255) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(223, 228, 235) 16%, rgb(255, 255, 255) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(223, 228, 235) 16%, rgb(255, 255, 255) 100%);
}

.team-area .layer-outer {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 320px;
    height: 100%;
    background-attachment: scroll;
    background-position: left bottom;
    background-size: auto;
    background-repeat: no-repeat;
}

.team-area .team-content-box {
    padding-top: 0;
}

.team-area .sec-title p {
    margin: 2px 0 21px;
}

/*** 
=============================================
    Why Choose Area Css
=============================================
***/

.why-choose-area {
    position: relative;
    display: block;
    padding: 189px 0 50px;
    background: -webkit-linear-gradient(0deg, #012b58 20%, #0291ac 100%);
}

.why-choose-area .sec-title h2 {
    color: #ffffff;
}

.why-choose-area .sec-title .border-box {
    background: #ffffff;
}

.why-choose-area .row {
    margin-left: -5px;
    margin-right: -5px;
}

.why-choose-area .row [class*=col-] {
    padding-left: 5px;
    padding-right: 5px;
}

.why-choose-area .title {
    position: relative;
    display: block;
    padding-bottom: 54px;
}

.why-choose-area .title h2 {
    color: #ffffff;
    font-size: 35px;
    line-height: 50px;
    font-weight: 600;
}

.single-choose-box {
    position: relative;
    display: block;
    margin-bottom: 42px;
}

.single-choose-box span {
    color: #ffffff;
    font-size: 65px;
}

.single-choose-box h3 {
    color: #ffffff;
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    margin-top: 17px;
}

/*** 
=============================================
    Blog Style1 Area Css
=============================================
***/

.blog-style1-area {
    position: relative;
    display: block;
    background: #f3f4f7;
    padding: 110px 0 70px;
}

.blog-style1-area .sec-title-two {
    margin-bottom: 37px;
}

.blog-style1-area .sec-title h2 {
    margin: 0;
}

.single-blog-style1 {
    position: relative;
    display: block;
    margin-bottom: 50px;
}

.single-blog-style1 .img-holder {
    position: relative;
    display: block;
}

.single-blog-style1 .img-holder .inner {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 8px;
    background: -webkit-linear-gradient(45deg, #012b58, #028da9 100%);
}

.single-blog-style1 .img-holder .link-btn {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(0, 0);
    transition: all 500ms ease;
}

.single-blog-style1:hover .img-holder .link-btn {
    transform: translate(-50%, -50%) scale(1, 1);
}

.single-blog-style1 .img-holder .inner img {
    width: 100%;
    transition: all 500ms ease;
}

.single-blog-style1:hover .img-holder .inner img {
    opacity: 0.07;
    transform: scale(1.05);
}

.single-blog-style1 .img-holder .author-box {
    position: absolute;
    left: 25px;
    bottom: 10px;
    z-index: 1;
}

.single-blog-style1 .img-holder .author-box h5 {
    color: #ffffff;
    font-size: 14px;
    line-height: 30px;
    font-weight: 500;
}

.single-blog-style1 .img-holder .author-box h5 a {
    color: #ffffff;
}

.single-blog-style1 .text-holder {
    position: relative;
    display: block;
    background: #f3f4f7;
    padding: 0px 0px 0px;
}

.single-blog-style1 .text-holder .date-box {
    position: relative;
    display: block;
    padding-top: 26px;
}

.single-blog-style1 .text-holder .date-box h5 {
    color: #7f7e7e;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    font-family: 'Barlow', sans-serif;
}

.single-blog-style1 .text-holder .blog-title {
    font-size: 23px;
    line-height: 30px;
    font-weight: 700;
    margin: 9px 0 0px;
}

.single-blog-style1 .text-holder .blog-title a {
    color: #18215e;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-blog-style1 .text-holder .blog-title a:hover {
    color: #f5353e;
}

.single-blog-style1 .text-holder .bottom-box {
    position: relative;
    display: block;
    padding-top: 13px;
}

.single-blog-style1 .text-holder .bottom-box a {
    position: relative;
    display: inline-block;
    color: #d90429;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.single-blog-style1 .text-holder .bottom-box a:before {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 1px;
    background: #e06371;
    content: "";
}

.single-blog-style1 .text-holder .meta-info {
    position: relative;
    display: block;
    overflow: hidden;
    padding-top: 15px;
}

.single-blog-style1 .text-holder .meta-info li {
    position: relative;
    display: inline-block;
    float: left;
    line-height: 24px;
    margin-right: 20px;
}

.single-blog-style1 .text-holder .meta-info li:last-child {
    margin-right: 0;
}

.single-blog-style1 .text-holder .meta-info li a {
    color: #353742;
    font-size: 14px;
    font-weight: 600;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-blog-style1 .text-holder .meta-info li a:hover {
    color: #02c18d;
}

.single-blog-style1 .text-holder .meta-info li span:before {
    font-size: 16px;
    position: relative;
    display: inline-block;
    padding-right: 6px;
    top: 2px;
}

/*** 
=============================================
    Breadcrumb area style
=============================================
***/

.breadcrumb-area {
    position: relative;
    display: block;
    overflow: hidden;
    background-attachment: scroll;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 92px 0 90px;
    z-index: 10;
}

.breadcrumb-area .layer-outer-icon {
    position: absolute;
    left: 0;
    bottom: -106px;
    right: 0;
    text-align: center;
}

.breadcrumb-area .inner-content {
    position: relative;
    display: block;
}

.breadcrumb-area .title {
    position: relative;
    display: block;
}

.breadcrumb-area .title h2 {
    color: #ffffff;
    font-size: 50px;
    line-height: 1.1em;
    font-weight: 700;
    text-transform: capitalize;
}

.breadcrumb-menu ul {
    position: relative;
    display: block;
    overflow: hidden;
    padding-top: 11px;
}

.breadcrumb-menu ul li {
    position: relative;
    display: inline-block;
    float: left;
    color: #cccbd6;
    font-size: 16px;
    line-height: 30px;
    font-weight: 500;
    margin-right: 10px;
    text-transform: capitalize;
}

.breadcrumb-menu ul li:last-child {
    margin: 0;
}

.breadcrumb-menu ul li a {
    color: #cccbd6;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.breadcrumb-menu ul li a:hover {
    color: #f22c39;
}

.breadcrumb-menu ul li.active {
    color: #f22c39;
}

.breadcrumb-area .inner-content .layer-outer {
    position: absolute;
    bottom: -90px;
    right: 0;
}

/*** 
=============================================
    Plumbing Service Area Css
=============================================
***/

.plumbing-service-area {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 100px 0 100px;
}

.plumbing-service-image-box {
    position: relative;
    display: block;
    max-width: 430px;
    width: 100%;
    padding-bottom: 65px;
}

.plumbing-service-image-box .image-box1 {
    position: relative;
    display: block;
    padding-right: 85px;
}

.plumbing-service-image-box .image-box1 img {
    width: 100%;
}

.plumbing-service-image-box .image-box2 {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 255px;
    height: 275px;
}

.plumbing-service-image-box .image-box2 img {
    width: 100%;
}

.plumbing-service-image-box .image-box2:before {
    position: absolute;
    top: -20px;
    left: -20px;
    right: 0;
    height: 20px;
    content: "";
    background: #ffffff;
}

.plumbing-service-image-box .image-box2:after {
    position: absolute;
    top: -20px;
    left: -20px;
    bottom: 0;
    width: 20px;
    content: "";
    background: #ffffff;
}

.plumbing-service-text-box {
    position: relative;
    display: block;
}

.plumbing-service-text-box .title {
    margin-bottom: 23px;
}

.plumbing-service-text-box .title p {
    color: #f5353e;
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    font-style: italic;
    margin: 0 0 6px;
}

.plumbing-service-text-box .title h2 {
    color: #0b1953;
    font-size: 32px;
    line-height: 46px;
    font-weight: 700;
}

.plumbing-service-text-box .inner-content {
    position: relative;
    display: block;
}

.plumbing-service-text-box .inner-content .text {
    margin-bottom: 26px;
}

.plumbing-service-text-box .inner-content .text p {
    color: #444;
    font-size: 18px;
    line-height: 28px;
    margin: 0;
}

.plumbing-service-text-box .inner-content .bottom {}

.plumbing-service-text-box .inner-content .bottom p {
    color: #444;
    line-height: 28px;
    margin: 0;
}

/*** 
=============================================
    Why Choose Style2 Area Css
=============================================
***/

.why-choose-style2-area {
    position: relative;
    display: block;
    background: #012d5b;
    min-height: 555px;
    z-index: 1;
}

.why-choose-style2-area:before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: "";
    background: url(../images/pattern/choose-style2-area-bg.png);
    background-attachment: scroll;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: -1;
}

.why-choose-style2-bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 39%;
    background-attachment: scroll;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.choose-style2-content {
    position: relative;
    max-width: 800px;
    width: 100%;
    min-height: 555px;
    float: right;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 90px;
}

.choose-style2-content h2 {
    color: #ffffff;
    font-size: 40px;
    line-height: 50px;
    font-weight: 600;
    margin: 0 0 25px;
}

.choose-style2-content p {
    color: rgba(255, 255, 255, 0.60);
    margin: 0;
}

.choose-style2-content ul {
    position: relative;
    display: block;
    overflow: hidden;
    padding-top: 26px;
}

.choose-style2-content ul li {
    position: relative;
    display: block;
    padding-left: 35px;
    color: #ffffff;
    font-size: 20px;
    line-height: 38px;
    font-weight: 600;
}

.choose-style2-content ul li:before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    font-family: 'icomoon' !important;
    content: "\e91a";
}

/*** 
=============================================
    About Style1 Area Css
=============================================
***/

.about-style1-area {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 100px 0 100px;
}

.about-style1-content-box {
    position: relative;
    display: block;
}

.about-style1-content-box .sec-title.style2 {
    padding-bottom: 46px;
}

.about-style1-content-box .sec-title.style2 p {
    margin: 0 0 6px;
}

.about-style1-content-box .sec-title.style2 h2 {
    margin: 0;
}

.about-style1-content-box .inner-content {
    position: relative;
    display: block;
}

.about-style1-content-box .inner-content span {
    color: #0b1953;
    font-size: 22px;
}

.about-style1-content-box .inner-content p {
    color: #444;
    margin: 8px 0 0;
}

.author-info-box1 {
    position: relative;
    display: block;
    overflow: hidden;
    padding-top: 30px;
}

.author-info-box1 .image-box {
    width: 100px;
}

.author-info-box1 .image-box .inner {
    position: relative;
    display: block;
}

.author-info-box1 .image-box .inner img {
    width: 100%;
    border-radius: 50%;
}

.author-info-box1 .image-box,
.author-info-box1 .signature-box {
    display: table-cell;
    vertical-align: middle;
}

.author-info-box1 .signature-box {
    position: relative;
    padding-left: 15px;
}

.faq-content-box {
    position: relative;
    display: block;
}

.faq-content-box .sec-title.style2 {
    padding-bottom: 50px;
}

.faq-content-box .sec-title.style2 p {
    margin: 0 0 6px;
}

.faq-content-box .sec-title.style2 h2 {
    margin: 0;
}

/*** 
=============================================
    Service Page Area Css
=============================================
***/

.service-page-area {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 100px 0 50px;
}

.service-page-area .title {
    position: relative;
    display: block;
    width: 100%;
    margin: -9px auto 0;
    padding-bottom: 52px;
}

.service-page-area .title h2 {
    color: #012d5b;
    font-size: 35px;
    line-height: 48px;
    font-weight: 700;
    margin: 0 0 24px;
}

.service-page-area .title p {
    margin: 0;
}

/*** 
=============================================
    Contact Info Style1 Area Css
=============================================
***/

.contact-info-style1-area {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 20px 0 100px;
}

.style1-contact-info {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    background-attachment: scroll;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 37px 30px 37px;
}

.style1-contact-info .left {
    position: relative;
    display: block;
}

.style1-contact-info .left h2 {
    color: #ffffff;
    font-size: 35px;
    line-height: 48px;
    font-weight: 700;
}

.style1-contact-info .left h2 a {
    color: #ffffff;
    font-weight: 300;
}

.style1-contact-info .left h2 span {
    font-weight: 300;
}

.style1-contact-info .right {
    position: relative;
    display: block;
}

.style1-contact-info .right a {
    line-height: 65px;
}

/*** 
=============================================
    Project Style2 Area Css
=============================================
***/

.project-style2-area {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 100px 0 70px;
}

.project-style2-area .sec-title h2 {
    margin: 0;
}

.project-menu-box {
    position: relative;
    display: block;
    overflow: hidden;
}

.project-filter {
    position: relative;
    display: block;
    margin-top: -15px;
}

.project-filter li {
    position: relative;
    display: block;
    line-height: 44px;
    float: none;
}

.project-filter li .filter-text {
    position: relative;
    display: block;
    padding-left: 20px;
    color: #172a54;
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    cursor: pointer;
    transition: all .4s ease;
    z-index: 1;
}

.project-filter li .filter-text:before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 1px;
    width: 10px;
    background: #172a54;
    margin: 21px 0;
    content: "";
    z-index: -1;
    transform: scaleX(1.0);
    transform-origin: center;
    transform-style: preserve-3d;
    transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.22);
}

.project-filter li:hover .filter-text:before,
.project-filter li.active .filter-text:before {
    transform: scaleX(1.0);
}

.project-filter li .count {
    display: none;
}

.project-filter li:hover .filter-text,
.project-filter li.active .filter-text {
    color: #e41b29;
}

.single-project-style2 {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.single-project-style2 .img-holder {
    position: relative;
    display: block;
    overflow: hidden;
    background: -webkit-linear-gradient(-90deg, rgba(0, 73, 125, 1), rgba(216, 5, 40, 1) 100%);
}

.single-project-style2 .img-holder img {
    width: 100%;
    transition: all 500ms ease;
}

.single-project-style2:hover .img-holder img {
    opacity: 0.1;
}

.single-project-style2:hover .img-holder img {
    transform: scale(1.05);
}

.single-project-style2 .overlay-content {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    background: transparent;
}

.single-project-style2 .overlay-content .box .zoom-button {
    position: absolute;
    top: 20px;
    right: -45px;
    opacity: 0;
    transition: all 500ms ease;
}

.single-project-style2:hover .overlay-content .box .zoom-button {
    right: 20px;
    opacity: 1;
}

.single-project-style2 .overlay-content .box .zoom-button img {
    opacity: 1 !important;
}

.single-project-style2 .overlay-content .box .zoom-button li {
    position: relative;
    display: block;
    margin-bottom: 20px;
}

.single-project-style2 .overlay-content .box .zoom-button li:last-child {
    margin-bottom: 0px;
    left: -1px;
}

.single-project-style2 .overlay-content .box .zoom-button li a {
    position: relative;
    display: inline-block;
    width: 45px;
    height: 46px;
    line-height: 46px;
    background: #fff;
    border-radius: 3px;
    font-size: 20px;
    color: #000;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-project-style2 .overlay-content .box .title-holder {
    position: absolute;
    left: 50px;
    bottom: 0px;
    opacity: 0;
    transition: all 500ms ease;
}

.single-project-style2:hover .overlay-content .box .title-holder {
    bottom: 40px;
    opacity: 1;
}

.single-project-style2 .overlay-content .box .title-holder h3 {
    color: #ffffff;
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    font-family: 'Barlow', sans-serif;
}

.single-project-style2 .overlay-content .box .title-holder h3 a {
    color: #ffffff;
}

.news-style-four.home-6 .upper-title-inner {
    margin-bottom: 0px;
}

/*** 
=============================================
    Project Style3 Area Css
=============================================
***/

.project-style3-area {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 110px 0 90px;
}

/*** 
=============================================
    Prices Area Css
=============================================
***/

.prices-area {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 100px 0 50px;
}

.single-prices-box {
    position: relative;
    display: block;
    margin-bottom: 50px;
}

.single-prices-box .img-holder {
    position: relative;
    display: block;
    overflow: hidden;
}

.single-prices-box .img-holder img {
    width: 100%;
    -webkit-transition-delay: .2s;
    transition-delay: .2s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-property: all;
    transition-property: all;
}

.single-prices-box .img-holder:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(240, 50, 54, 0.85);
    width: 50%;
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .4s;
    transition-property: all;
    opacity: 1;
    transform-origin: left;
    transform-style: preserve-3d;
    transform: scaleY(0);
    z-index: 1;
}

.single-prices-box:hover .img-holder:before {
    opacity: 1;
    transform: scaleY(1.0);
}

.single-prices-box .img-holder:after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(240, 50, 54, 0.85);
    width: 50%;
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .7s;
    transition-property: all;
    opacity: 1;
    transform-origin: right;
    transform-style: preserve-3d;
    transform: scaleY(0);
    z-index: 1;
}

.single-prices-box:hover .img-holder:after {
    opacity: 1;
    transform: scaleY(1.0);
}

.single-prices-box .title-holder {
    position: relative;
    display: block;
    background: #f1f1f1;
    text-align: center;
    padding: 18px 0 18px;
}

.single-prices-box .title-holder h3 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    margin: 0 0 6px;
}

.single-prices-box .title-holder h3 a {
    color: #0b1953;
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.single-prices-box .title-holder h3 a:hover {
    color: #f22c39;
}

.single-prices-box .title-holder h2 {
    position: relative;
    display: block;
    color: #0b1953;
    font-size: 35px;
    line-height: 40px;
    font-weight: 600;
}

.single-prices-box .title-holder h2 span {
    position: relative;
    top: -3px;
    left: -1px;
    font-size: 28px;
}

/*** 
=============================================
    Payment Method Area Css
=============================================
***/

.payment-method-area {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 100px 0 64px;
}

.payment-method-content {
    position: relative;
    display: block;
}

.payment-method-content .title {
    position: relative;
    display: block;
    margin-top: -7px;
    padding-bottom: 43px;
}

.payment-method-content .title h2 {
    color: #0b1953;
    font-size: 28px;
    line-height: 40px;
    font-weight: 700;
}

.payment-method-content .payment-process {
    position: relative;
    display: block;
}

.payment-method-content .payment-process li {
    position: relative;
    display: block;
    margin-bottom: 26px;
}

.payment-method-content .payment-process li:last-child {
    margin-bottom: 0;
}

.payment-method-content .payment-process li h3 {
    color: #0b1953;
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    margin: 0 0 8px;
}

.payment-method-content .payment-process li p {
    color: #444;
    margin: 0;
}

.payment-method-content .cards {
    position: relative;
    display: block;
    overflow: hidden;
    padding-top: 42px;
    margin-left: -5px;
    margin-right: -5px;
}

.payment-method-content .cards li {
    position: relative;
    display: inline-block;
    float: left;
    margin: 0 5px 10px;
}

.payment-method-content .cards li a {
    position: relative;
    display: block;
}

.payment-method-content .cards li a img {
    width: 100%;
    border-radius: 5px;
}

.payment-method-image-box {
    position: relative;
    display: block;
}

.payment-method-bottom-content {
    position: relative;
    display: block;
    padding-top: 45px;
}

.payment-method-bottom-content h3 {
    color: #0b1953;
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    margin: 0 0 27px;
}

.payment-method-bottom-content p {
    color: #444;
    margin: 0 0 28px;
}

/*** 
=============================================
    Transparency Area Css
=============================================
***/

.transparency-area {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 100px 0 44px;
}

.transparency-top-content {
    position: relative;
    display: block;
    margin-top: -8px;
    padding-bottom: 96px;
    margin-bottom: 100px;
    border-bottom: 1px solid #c6c6c6;
}

.transparency-top-content .sec-title-two {
    margin-right: 70px;
}

.transparency-top-content .sec-title-two h2 {
    font-size: 30px;
    line-height: 40px;
}

.transparency-top-content h3 {
    color: #0b1953;
    font-size: 24px;
    line-height: 36px;
    font-weight: 400;
}

.transparency-top-content .text {
    position: relative;
    display: block;
    margin-left: -50px;
}

.transparency-top-content .text p {
    color: #444;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 28px;
}

.transparency-top-content .text p:last-child {
    margin-bottom: 0px;
}

.transparency-content-box {
    position: relative;
    display: block;
    margin-top: -5px;
}

.transparency-content-box .single {
    position: relative;
    display: block;
    padding-bottom: 20px;
}

.transparency-content-box .single h3 {
    color: #0b1953;
    font-size: 28px;
    line-height: 36px;
    font-weight: 700;
    margin: 0 0 19px;
}

.transparency-content-box .single p {
    color: #444;
    margin: 0 0 28px;
}

.transparency-content-box .single h4 {
    color: #0b1953;
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    margin: 0 0 4px;
}

.transparency-image-box {
    position: relative;
    display: block;
    float: right;
}

/*** 
=============================================
    Coupon Area Css
=============================================
***/

.coupon-area {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 100px 0 40px;
}

.coupon-area .row {
    margin-left: -30px;
    margin-right: -30px;
}

.coupon-area .row [class*=col-] {
    padding-left: 30px;
    padding-right: 30px;
}

.coupon-top-title {
    position: relative;
    display: block;
    margin-top: -8px;
    padding-bottom: 52px;
}

.coupon-top-title h2 {
    color: #0b1953;
    font-size: 35px;
    line-height: 48px;
    font-weight: 700;
    margin: 0 0 21px;
}

.coupon-top-title h3 {
    color: #0b1953;
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    margin: 0 0 18px;
}

.coupon-top-title p {
    color: #444;
    margin: 0;
}

.single-coupon-box {
    position: relative;
    display: block;
    border: 3px dashed #000000;
    padding: 25px 35px 25px;
    margin-bottom: 60px;
}

.single-coupon-box:before {
    position: absolute;
    left: 0;
    bottom: -10px;
    right: 0;
    background: url(../images/icon/siccisor.png);
    height: 21px;
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
    content: "";
}

.single-coupon-box .left {
    position: relative;
    display: block;
    max-width: 270px;
    width: 100%;
    padding: 26px 0;
}

.single-coupon-box .left h2 {
    color: #0b1953;
    font-size: 34px;
    line-height: 40px;
    font-weight: 700;
}

.single-coupon-box .left h2 span {
    font-weight: 400;
}

.single-coupon-box .left p {
    color: #404c5f;
    font-size: 16px;
    line-height: 20px;
    margin: 9px 0 0;
}

.single-coupon-box .right {
    position: relative;
    display: block;
}

.single-coupon-box .right .value {
    position: relative;
    display: block;
    background: #f22c39;
    height: 140px;
    width: 140px;
    border-radius: 50%;
    text-align: center;
    color: #ffffff;
    font-size: 55px;
    line-height: 50px;
    font-weight: 600;
    padding: 27px 0;
}

.single-coupon-box .right .value span {
    position: relative;
    top: -12px;
    font-size: 35px;
}

.single-coupon-box .right .value h2 {
    color: #ffffff;
    font-size: 30px;
    line-height: 32px;
    font-weight: 600;
    text-transform: uppercase;
}

.single-coupon-box .right .barcode {
    position: relative;
    display: block;
    padding-top: 15px;
}

/*** 
=============================================
    Appointment Area Css
=============================================
***/

.appointment-area {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 100px 0 100px;
}

.appointment-title {
    position: relative;
    display: block;
    margin-top: -9px;
    padding-bottom: 52px;
}

.appointment-title h2 {
    color: #0b1953;
    font-size: 40px;
    line-height: 48px;
    font-weight: 900;
    margin: 0 0 24px;
}

.appointment-title p {
    margin: 0;
}

.appointment-form-box {
    position: relative;
    display: block;
    background: #f4f4f4;
    padding: 47px 40px 60px;
}

.appointment-form {
    position: relative;
    display: block;
}

.appointment-form .single-box {
    position: relative;
    display: block;
    overflow: hidden;
    margin-bottom: 30px;
}

.appointment-form .single-box.selectbox {
    overflow: inherit;
}

.appointment-form .single-box .jobsite-address input {
    margin-bottom: 20px;
}

.appointment-form .single-box .inner-title {
    position: relative;
    display: block;
    padding-bottom: 15px;
}

.appointment-form .single-box .inner-title h3 {
    color: #0b1953;
    font-size: 19px;
    line-height: 20px;
    font-weight: 600;
    font-family: 'Barlow', sans-serif;
}

.appointment-checkbox {
    position: relative;
    display: block;
}

.appointment-checkbox .single-checkbox {
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 30px;
}

.appointment-checkbox label {
    position: relative;
    display: inline-block;
    padding-left: 30px;
    margin-right: 0px;
    margin-bottom: 0;
    color: #444444;
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    cursor: pointer;
    font-family: 'Barlow', sans-serif;
}

.appointment-checkbox input[type="checkbox"] {
    display: none;
}

.appointment-checkbox input[type="checkbox"]+label span {
    position: absolute;
    display: block;
    top: 7px;
    left: 0;
    width: 13px;
    height: 13px;
    vertical-align: middle;
    background-color: transparent;
    border: 1px solid #8e8f8f;
    cursor: pointer;
    border-radius: 0;
    transition: all 300ms ease;
}

.appointment-checkbox label span:before {
    position: absolute;
    content: '';
    top: 1px;
    left: 1px;
    width: 9px;
    height: 9px;
    border: 1px solid #b2b7bb;
    opacity: 0;
    background-color: transparent;
    transition: all 300ms ease;
}

.appointment-checkbox input[type="checkbox"]:checked+label span {
    border-color: #16232a;
}

.appointment-checkbox input[type="checkbox"]:checked+label span:before {
    opacity: 1;
    background: #b2b7bb;
}

.appointment-form input[type="text"],
.appointment-form input[type="email"],
.appointment-form textarea {
    position: relative;
    display: block;
    background: #ffffff;
    border: 1px solid #dddddd;
    width: 100%;
    height: 40px;
    color: #444444;
    font-size: 18px;
    font-weight: 400;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 0px;
    transition: all 500ms ease;
    font-family: 'Barlow', sans-serif;
}

.appointment-form textarea {
    height: 180px;
}

.appointment-form .date-box {
    position: relative;
    display: block;
    width: 380px;
}

.appointment-form .date-box .icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    color: #898989;
    font-size: 16px;
}

.appointment-form .date-box .icon span:before {
    position: relative;
    top: 2px;
}

.appointment-form .time-box {
    position: relative;
    display: block;
    width: 270px;
}

.appointment-form .time-box .icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    color: #444;
    font-size: 20px;
    font-weight: 700;
}

.appointment-form .time-box .icon span:before {
    position: relative;
    top: 2px;
}

.newsletter-checkbox {
    position: relative;
    display: block;
}

.newsletter-checkbox label {
    position: relative;
    display: inline-block;
    padding-left: 30px;
    margin-right: 0px;
    margin-bottom: 0;
    color: #444444;
    font-size: 17px;
    line-height: 26px;
    font-weight: 400;
    cursor: pointer;
    font-family: 'Barlow', sans-serif;
}

.newsletter-checkbox input[type="checkbox"] {
    display: none;
}

.newsletter-checkbox input[type="checkbox"]+label span {
    position: absolute;
    display: block;
    top: 7px;
    left: 0;
    width: 13px;
    height: 13px;
    vertical-align: middle;
    background-color: transparent;
    border: 1px solid #8e8f8f;
    cursor: pointer;
    border-radius: 0;
    transition: all 300ms ease;
}

.newsletter-checkbox label span:before {
    position: absolute;
    content: '';
    top: 1px;
    left: 1px;
    width: 9px;
    height: 9px;
    border: 1px solid #b2b7bb;
    opacity: 0;
    background-color: transparent;
    transition: all 300ms ease;
}

.newsletter-checkbox input[type="checkbox"]:checked+label span {
    border-color: #16232a;
}

.newsletter-checkbox input[type="checkbox"]:checked+label span:before {
    opacity: 1;
    background: #b2b7bb;
}

.appointment-form .bootstrap-select {
    position: relative;
    display: block;
}

.appointment-form .bootstrap-select .dropdown-toggle {
    position: relative;
    display: block;
    outline: none !important;
    border-radius: 0px;
    border: 1px solid #dddddd;
    background-color: #ffffff !important;
    max-width: 100%;
    width: 100%;
    height: 40px;
    margin: 0;
    padding: 0;
    padding-left: 20px;
    padding-right: 20px;
    color: #444 !important;
    font-size: 18px;
    line-height: 38px;
    font-weight: 400;
    letter-spacing: normal;
    text-transform: capitalize;
    box-shadow: none !important;
    transition: none !important;
    font-family: 'Barlow', sans-serif;
}

.appointment-form .bootstrap-select .dropdown-toggle:focus {
    outline: none !important;
}

.appointment-form .bootstrap-select .dropdown-menu li {
    position: relative;
    display: block;
}

.appointment-form .bootstrap-select .dropdown-menu li a span.text {
    display: inline-block;
    margin: 0;
}

.appointment-form .bootstrap-select>.dropdown-toggle::after {
    position: absolute;
    top: 50%;
    right: 20px;
    height: auto;
    font-family: 'FontAwesome';
    content: '\f107';
    color: #444;
    font-size: 20px;
    transform: translateY(-50%);
    margin: 0;
    font-weight: 700;
    border: none;
    background: transparent;
    text-align: right;
}

.appointment-form .bootstrap-select .dropdown-menu {
    margin: 0;
    padding: 0;
    border-radius: 0;
    border: 0px solid #ddd;
    background: #f9f9f9;
    font-size: 16px;
    color: #000000;
}

.appointment-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;
}

.appointment-form .dropdown-item.active,
.appointment-form .dropdown-item:active {
    color: #222222;
}

.appointment-form .dropdown-item:hover {
    color: #222222;
}

.appointment-form-button {
    position: relative;
    display: block;
}

/*** 
=============================================
    Faq Area style
=============================================
***/

.faq-area {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 100px 0 72px;
}

.faq-search-box {
    position: relative;
    display: block;
    padding-bottom: 48px;
}

.faq-search-box form.search-form {
    position: relative;
    display: block;
    max-width: 100%;
    width: 100%;
    margin: 0px auto 0px;
}

.faq-search-box .search-form input[type="search"] {
    position: relative;
    display: block;
    background: #fff;
    border: 1px solid #e0e0e0;
    color: #7e7e7e;
    font-size: 18px;
    font-weight: 400;
    height: 60px;
    width: 100%;
    letter-spacing: 1px;
    padding-left: 25px;
    padding-right: 80px;
    border-radius: 0;
    transition: all 500ms ease 0s;
}

.faq-search-box .search-form button {
    position: absolute;
    top: 0;
    right: 0px;
    bottom: 0;
    display: block;
    background: transparent;
    color: #e0e0e0;
    font-size: 14px;
    height: 60px;
    width: 60px;
    border: 0px solid;
    line-height: 60px;
    text-align: center;
    border-radius: 0%;
    transition: all 500ms ease 0s;
    margin: 0;
}

.faq-search-box .search-form button i {
    font-size: 14px
}

.faq-search-box .search-form input[type="search"]:focus {
    color: #000000;
    border: 1px solid #101f42;
    background: #fff;
}

.faq-search-box .search-form input[type="search"]:focus+button,
.faq-search-box .search-form button:hover {
    color: #fff;
    background: #101f42;
}

/*** 
=============================================
    Faq question Form Area style
=============================================
***/

.faq-question-form-area {
    position: relative;
    display: block;
    background: #f8f8f8;
    padding-top: 100px;
    padding-bottom: 100px;
}

.question-form-title {
    position: relative;
    display: block;
    margin-top: -8px;
    padding-bottom: 47px;
}

.question-form-title h2 {
    color: #00091f;
    font-size: 45px;
    line-height: 54px;
    font-weight: 900;
}

.question-form {
    position: relative;
    display: block;
    max-width: 870px;
    width: 100%;
}

.question-form form input[type="text"],
.question-form form input[type="email"],
.question-form form textarea {
    position: relative;
    display: block;
    background: transparent;
    border: 0px solid #bbbbbb;
    border-bottom: 2px solid #e3e3e3;
    width: 100%;
    height: 60px;
    margin-bottom: 30px;
    padding: 0 0px;
    color: #00000a;
    font-size: 18px;
    font-weight: 400;
    border-radius: 0px;
    transition: all 500ms ease;
    font-family: 'Quattrocento Sans', sans-serif;
}

.question-form form textarea {
    height: 160px;
}

.question-form form button {}

/*** 
=============================================
    Testimonials Page Area Css
=============================================
***/

.testimonials-page-area {
    position: relative;
    display: block;
    background: #f5f5f5;
    padding: 100px 0 40px;
}

/*** 
=============================================
    Team Page Area Css
=============================================
***/

.team-page-area {
    position: relative;
    display: block;
    background: #ffffff;
    padding-top: 100px;
    padding-bottom: 40px;
    z-index: 1;
}

.team-page-area:before {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    content: "";
    z-index: -1;
    background-image: -moz-linear-gradient( 90deg, rgb(223, 228, 235) 16%, rgb(255, 255, 255) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(223, 228, 235) 16%, rgb(255, 255, 255) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(223, 228, 235) 16%, rgb(255, 255, 255) 100%);
}

.team-page-area .layer-outer {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 320px;
    height: 100%;
    background-attachment: scroll;
    background-position: left bottom;
    background-size: auto;
    background-repeat: no-repeat;
}

.team-page-area .team-content-box {
    padding-top: 0;
}

.team-page-area .team-member-box {
    justify-content: flex-start;
    margin: 0;
}

.team-page-area .single-team-member {
    margin-bottom: 60px;
}

/*** 
=============================================
    Error Page Area Style      
=============================================
***/

.error-page-area {
    position: relative;
    display: block;
    overflow: hidden;
    background: #ffffff;
    padding: 146px 0 150px;
}

.error-content {
    position: relative;
    display: block;
    z-index: 3;
}

.error-content h4 {
    color: #0b1953;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .1em;
}

.error-content .title {
    position: relative;
    display: block;
    color: #0b1953;
    font-size: 180px;
    line-height: 150px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 17px 0 12px;
    font-family: 'Barlow', sans-serif;
}

.error-content p {
    font-size: 18px;
    line-height: 28px;
    margin: 0 0 32px;
}

.error-content .btns-box {}

/*** 
=============================================
    Contact Form Style1 Area Css
=============================================
***/

.contact-form-style1-area {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 100px 0 0px;
}

.contact-form-style1-area.pdbottom100 {
    padding-bottom: 100px;
}

.contact-page-title {
    position: relative;
    display: block;
    margin-top: -11px;
    padding-bottom: 38px;
}

.contact-page-title h2 {
    color: #0b1953;
    font-size: 35px;
    line-height: 48px;
    font-weight: 700;
}

.contact-form {
    position: relative;
    display: block;
    width: 100%;
}

.contact-form form {
    position: relative;
    display: block;
}

.contact-form form .input-box {
    position: relative;
    display: block;
    margin-bottom: 20px;
}

.contact-form form input[type="text"],
.contact-form form input[type="email"],
.contact-form form textarea {
    position: relative;
    display: block;
    background: #ffffff;
    border: 1px solid #e1e1e1;
    width: 100%;
    height: 55px;
    color: #000000;
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
    padding-left: 21px;
    padding-right: 20px;
    border-radius: 0px;
    transition: all 500ms ease;
    font-family: 'Quattrocento Sans', sans-serif;
}

.contact-form form textarea {
    height: 230px;
    padding-top: 17px;
    padding-left: 21px;
    padding-right: 20px;
}

.contact-form form input[type="text"]:focus {
    color: #222222;
    border-color: #101f42;
}

.contact-form form input[type="email"]:focus {
    color: #222222;
    border-color: #101f42;
}

.contact-form form textarea:focus {
    color: #222222;
    border-color: #101f42;
}

.contact-form form input[type="text"]::-webkit-input-placeholder {
    color: #444;
}

.contact-form form input[type="text"]:-moz-placeholder {
    color: #444;
}

.contact-form form input[type="text"]::-moz-placeholder {
    color: #444;
}

.contact-form form input[type="text"]:-ms-input-placeholder {
    color: #444;
}

.contact-form form input[type="email"]::-webkit-input-placeholder {
    color: #444;
}

.contact-form form input[type="email"]:-moz-placeholder {
    color: #444;
}

.contact-form form input[type="email"]::-moz-placeholder {
    color: #444;
}

.contact-form form input[type="email"]:-ms-input-placeholder {
    color: #444;
}

.contact-form form textarea::-webkit-input-placeholder {
    color: #444;
}

.contact-form form textarea:-moz-placeholder {
    color: #444;
}

.contact-form form textarea::-moz-placeholder {
    color: #444;
}

.contact-form form textarea:-ms-input-placeholder {
    color: #444;
}

.contact-form form .button-box {
    position: relative;
    display: block;
    padding-top: 10px;
}

.contact-form .sec-title-two {
    margin-bottom: 40px;
}

.contact-page-book-appintment-box {
    position: relative;
    display: block;
}

.contact-page-book-appintment-box .date-box {
    position: relative;
    display: block;
    max-width: 470px;
    width: 100%;
}

.contact-page-book-appintment-box input[type="text"] {
    position: relative;
    display: block;
    background: #ffffff;
    border: 1px solid #e1e1e1;
    width: 100%;
    height: 55px;
    color: #000000;
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
    padding-left: 21px;
    padding-right: 20px;
    border-radius: 5px;
    transition: all 500ms ease;
    font-family: 'Quattrocento Sans', sans-serif;
}

.contact-page-book-appintment-box .date-box .icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    color: #898989;
    font-size: 16px;
}

.contact-page-book-appintment-box .date-box .icon span:before {
    position: relative;
    top: 2px;
}

.contact-form-style1-border {
    position: relative;
    display: block;
    width: 100%;
    height: 1px;
    background: #d6d6d6;
    margin-top: 100px;
}

/*** 
=============================================
    Address Area Css
=============================================
***/

.address-area {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 100px 0 95px;
}

.address-box {
    position: relative;
    display: block;
    margin-top: 132px;
    margin-left: 70px;
}

.address-box .contact-page-title {}

.address-box .contact-page-title p {
    color: #444;
    margin: 24px 0 0;
}

.address-box ul {
    position: relative;
    display: block;
    overflow: hidden;
}

.address-box ul li {
    position: relative;
    display: block;
    padding-left: 50px;
    margin-bottom: 38px;
}

.address-box ul li:last-child {
    margin-bottom: 0;
}

.address-box ul li .icon {
    position: absolute;
    top: 4px;
    left: 1px;
}

.address-box ul li .icon span:before {
    position: relative;
    display: inline-block;
    color: #f22c39;
    font-size: 30px;
}

.address-box ul li .text {
    position: relative;
    display: block;
}

.address-box ul li .text h5 {
    color: #242424;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    margin: 0 0 3px;
}

.address-box ul li .text p {
    color: #444;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    margin: 0;
    font-family: 'Barlow', sans-serif;
}

.address-box ul li .text p a {
    color: #444;
}

.contact-map-outer {
    position: relative;
    display: block;
    max-width: 100%;
    width: 100%;
}

.contact-map-outer .map-canvas {
    position: relative;
    width: 100%;
    height: 400px;
}

/*** 
=============================================
    Job Details Area Css
=============================================
***/

.job-details-area {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 100px 0 100px;
}

.job-details-content {
    position: relative;
    display: block;
    margin-top: -8px;
}

.job-details-content h2 {
    color: #0b1953;
    font-size: 45px;
    line-height: 58px;
    font-weight: 900;
    margin: 0 0 30px;
}

.job-details-content ul {
    position: relative;
    display: block;
    overflow: hidden;
}

.job-details-content ul li {
    color: #242424;
    font-size: 18px;
    line-height: 34px;
    font-weight: 400;
    font-weight: 600;
}

.job-details-content ul li span {
    position: relative;
    display: inline-block;
    padding-right: 20px;
}

.job-details-button {
    position: relative;
    display: block;
    float: right;
    padding: 70px 0;
}

.job-details-top-text {
    position: relative;
    display: block;
    padding-top: 33px;
}

.job-details-top-text p {
    color: #444;
    line-height: 28px;
    margin: 0;
}

.job-details-text-one {
    position: relative;
    display: block;
    margin-top: 34px;
}

.job-details-text-one h3 {
    color: #0b1953;
    font-size: 28px;
    line-height: 38px;
    font-weight: 700;
    margin-bottom: 15px;
}

.job-details-text-one ul {
    position: relative;
    display: block;
    overflow: hidden;
}

.job-details-text-one ul li {
    position: relative;
    display: block;
    color: #444;
    font-size: 18px;
    line-height: 32px;
    font-weight: 400;
    padding-left: 40px;
}

.job-details-text-one ul li:before {
    position: absolute;
    top: 15px;
    left: 20px;
    width: 10px;
    height: 1px;
    background: #797979;
    content: "";
}

.job-details-text-two {
    position: relative;
    display: block;
    margin-top: 32px;
}

.job-details-text-two h3 {
    color: #0b1953;
    font-size: 28px;
    line-height: 38px;
    font-weight: 700;
    margin-bottom: 15px;
}

.job-details-text-two ul {
    position: relative;
    display: block;
    overflow: hidden;
}

.job-details-text-two ul li {
    position: relative;
    display: block;
    color: #444;
    font-size: 18px;
    line-height: 32px;
    font-weight: 400;
    padding-left: 40px;
}

.job-details-text-two ul li:before {
    position: absolute;
    top: 15px;
    left: 20px;
    width: 10px;
    height: 1px;
    background: #797979;
    content: "";
}

.job-details-text-three {
    position: relative;
    display: block;
    margin-top: 31px;
}

.job-details-text-three h3 {
    color: #0b1953;
    font-size: 28px;
    line-height: 32px;
    font-weight: 700;
    margin-bottom: 14px;
}

.job-details-text-three ul {
    position: relative;
    display: block;
    overflow: hidden;
}

.job-details-text-three ul li {
    position: relative;
    display: block;
    color: #444;
    font-size: 18px;
    line-height: 32px;
    font-weight: 400;
    padding-left: 40px;
}

.job-details-text-three ul li:before {
    position: absolute;
    top: 15px;
    left: 20px;
    width: 10px;
    height: 1px;
    background: #797979;
    content: "";
}

.job-details-text-three .text {
    position: relative;
    display: block;
    margin-top: 34px;
    margin-bottom: 51px;
}

.job-details-text-three .text p {
    color: #444;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    margin: 0;
}

.job-details-main-button {
    position: relative;
    display: block;
}

/*** 
=============================================
    blog Area Css
=============================================
***/

#blog-area {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 100px 0 100px;
}

.blog-style2-area .blog-posts {
    position: relative;
    display: block;
    max-width: 840px;
    width: 100%;
}

.single-blog-style2 {
    position: relative;
    display: block;
    margin-bottom: 80px;
}

.single-blog-style2 .img-holder {
    position: relative;
    display: block;
}

.single-blog-style2 .img-holder .inner {
    position: relative;
    display: block;
    overflow: hidden;
}

.single-blog-style2 .img-holder .inner:before {
    position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 0px;
    background-color: rgba(16, 32, 67, 0.8);
    visibility: hidden;
    opacity: 0;
    transform-style: preserve-3d;
    transform: perspective(370px) rotateY(90deg) translate(0px, 50px);
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    z-index: 1;
}

.single-blog-style2:hover .img-holder .inner:before {
    visibility: visible;
    opacity: 1;
    transform: perspective(370px) rotateY(0deg) translate(0px, 0px);
    height: 100%;
}

.single-blog-style2 .img-holder .inner img {
    width: 100%;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease;
}

.single-blog-style2:hover .img-holder .inner img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.single-blog-style2 .img-holder .date-box {
    position: absolute;
    left: 20px;
    bottom: 20px;
    width: 80px;
    height: 80px;
    background: #ffffff;
    z-index: 1;
    padding: 18px 0;
}

.single-blog-style2 .img-holder .date-box h2 {
    color: #0b1953;
    font-size: 32px;
    line-height: 22px;
    font-weight: 600;
    text-align: center;
}

.single-blog-style2 .img-holder .date-box h2 span {
    font-size: 18px;
}

.single-blog-style2 .text-holder {
    position: relative;
    display: block;
    padding: 0px 0px 0px;
}

.single-blog-style2 .text-holder .meta-info {
    position: relative;
    display: block;
    overflow: hidden;
    border-bottom: 1px solid #e4e4e4;
    padding: 22px 0;
    margin-bottom: 30px;
}

.single-blog-style2 .text-holder .meta-info li {
    position: relative;
    display: inline-block;
    float: left;
    line-height: 26px;
    padding-right: 16px;
    margin-right: 15px;
}

.single-blog-style2 .text-holder .meta-info li:last-child {
    padding-right: 0;
    margin-right: 0;
}

.single-blog-style2 .text-holder .meta-info li:before {
    position: absolute;
    top: 8px;
    right: 0;
    bottom: 3px;
    width: 1px;
    background: #b8b8b8;
    content: "";
    height: 15px;
    transform: rotate(12deg);
}

.single-blog-style2 .text-holder .meta-info li:last-child:before {
    display: none;
}

.single-blog-style2 .text-holder .meta-info li a {
    color: #b8b8b8;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Barlow', sans-serif;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-blog-style2 .text-holder .meta-info li a:hover {
    color: #f22c39;
}

.single-blog-style2 .text-holder .theme-btn-two {
    padding: 9px 26px;
}

.single-blog-style2 .text-holder .blog-title {
    color: #0b1953;
    font-size: 28px;
    line-height: 38px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    margin: 0px;
}

.single-blog-style2 .text-holder .blog-title a {
    color: #0b1953;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-blog-style2 .text-holder .blog-title a:hover {
    color: #f22c39;
}

.single-blog-style2 .text-holder .text {
    position: relative;
    display: block;
    padding-top: 15px;
    padding-bottom: 31px;
}

.single-blog-style2 .text-holder .text p {
    color: #444444;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    font-family: 'Barlow', sans-serif;
    margin: 0;
}

.single-blog-style2 .text-holder .bottom-box {
    position: relative;
    display: block;
}

.styled-pagination {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
}

.styled-pagination li {
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 10px;
}

.styled-pagination li:last-child {
    margin-right: 0;
}

.styled-pagination li a {
    position: relative;
    display: inline-block;
    width: 45px;
    height: 45px;
    border-radius: 0px;
    background: #ffffff;
    border: 2px solid #d4d4d4;
    color: #18215e;
    font-size: 18px;
    line-height: 41px;
    font-weight: 700;
    text-align: center;
    text-transform: capitalize;
    transition: all 500ms ease;
    z-index: 1;
    font-family: 'Barlow', sans-serif;
}

.styled-pagination li:hover a,
.styled-pagination li.active a {
    color: #ffffff;
    border-color: #f22c39;
    background-color: #f22c39;
}

.styled-pagination li.prev a,
.styled-pagination li.next a {
    position: relative;
    top: -1px;
    color: #18215e;
    line-height: 40px;
}

.styled-pagination li.prev a:hover,
.styled-pagination li.next a:hover {
    color: #ffffff;
    border-color: #f22c39;
    background-color: #f22c39;
}

.styled-pagination.style2 {
    position: relative;
    display: block;
    border-top: 1px solid #d5d5d5;
    padding-top: 50px;
}

.styled-pagination.style2 li {
    position: relative;
    display: inline-block;
    float: none;
    margin-right: 0px;
    margin: 0 3px;
}

.sidebar-wrapper {
    position: relative;
    display: block;
    max-width: 270px;
    width: 100%;
}

.sidebar-wrapper .single-sidebar {
    position: relative;
    display: block;
    overflow: hidden;
    margin-bottom: 50px;
}

.sidebar-wrapper .single-sidebar.last-child {
    margin: 0;
}

.sidebar-wrapper .single-sidebar .title {
    position: relative;
    display: block;
    margin-top: -7px;
    padding-bottom: 16px;
}

.sidebar-wrapper .single-sidebar .title h3 {
    position: relative;
    display: block;
    color: #0b1953;
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    text-transform: capitalize;
}

.sidebar-wrapper .single-sidebar .title .border-box {
    position: relative;
    display: inline-block;
    margin-left: 10px;
    width: 35px;
    height: 2px;
    background: #c5c9cc;
}

.sidebar-search-box {
    position: relative;
    display: block;
}

.sidebar-search-box form.search-form {
    position: relative;
    display: block;
    width: 100%;
}

.sidebar-search-box .search-form input[type="text"] {
    position: relative;
    display: block;
    width: 100%;
    height: 52px;
    border-radius: 6px;
    background: #f0f0f0;
    border: 1px solid #f0f0f0;
    color: #909090;
    font-size: 17px;
    font-weight: 500;
    padding-left: 20px;
    padding-right: 60px;
    transition: all 500ms ease 0s;
}

.sidebar-search-box .search-form button {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 50px;
    height: 52px;
    background: transparent;
    color: #4c4c4c;
    font-size: 16px;
    line-height: 52px;
    display: block;
    text-align: center;
    border: 0px solid #e1e1e1;
    transition: all 500ms ease 0s;
}

.sidebar-search-box .search-form button i {
    font-size: 16px
}

.sidebar-search-box .search-form input[type="text"]:focus {
    color: #000;
    border-color: #013260;
}

.sidebar-search-box .search-form input[type="text"]:focus+button,
.sidebar-search-box .search-form button:hover {
    color: #ffffff;
    background: #013260;
}

.sidebar-search-box .search-form input::-webkit-input-placeholder {
    color: #909090;
}

.sidebar-search-box .search-form input:-moz-placeholder {
    color: #909090;
}

.sidebar-search-box .search-form input::-moz-placeholder {
    color: #909090;
}

.sidebar-search-box .search-form input:-ms-input-placeholder {
    color: #909090;
}

.single-sidebar.categories-box {
    position: relative;
    display: block;
}

.single-sidebar .categories {
    position: relative;
    display: block;
}

.single-sidebar .categories ul {
    overflow: hidden;
}

.single-sidebar .categories ul li {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 40px;
    font-weight: 500;
    border-bottom: 1px solid #e6e6e6;
}

.single-sidebar .categories ul li:last-child {
    border-bottom: none;
}

.single-sidebar .categories ul li:after {
    content: "\f105";
    position: absolute;
    top: 0;
    right: 0px;
    bottom: 0;
    font-family: FontAwesome;
    color: #c8c8c8;
    font-size: 14px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-sidebar .categories ul li:hover:after,
.single-sidebar .categories ul li.active:after {
    color: #f22c39;
}

.single-sidebar .categories ul li:last-child {
    margin-bottom: 0;
}

.single-sidebar .categories ul li a {
    color: #444;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-sidebar .categories ul li:hover a,
.single-sidebar .categories ul li.active a {
    color: #f22c39;
}

.single-sidebar .recent-news {
    position: relative;
    display: block;
    padding-top: 11px;
}

.single-sidebar .recent-news li {
    position: relative;
    display: block;
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 1px solid #e1e1e1;
}

.single-sidebar .recent-news li:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
}

.single-sidebar .recent-news li .inner {
    position: relative;
    display: block;
    min-height: 60px;
    padding-left: 70px;
}

.single-sidebar .recent-news li .img-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 70px;
    height: 60px;
    overflow: hidden;
}

.single-sidebar .recent-news li .img-box img {
    width: 100%;
}

.single-sidebar .recent-news li .img-box .overlay-content {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.90);
    border-radius: 0%;
    opacity: 0;
    transform: perspective(400px) scale(0);
    transform-origin: top;
    transition: all 0.5s ease-in-out 0s;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    z-index: 2;
}

.single-sidebar .recent-news li:hover .img-box .overlay-content {
    opacity: 1;
    transform: perspective(400px) scale(1.0);
    transition: all 0.3s ease-in-out 0.3s;
}

.single-sidebar .recent-news li .img-box .overlay-content a {
    color: #ffffff;
    font-size: 14px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-sidebar .recent-news li .title-box {
    position: relative;
    display: block;
    padding-left: 20px;
    min-height: 60px;
}

.single-sidebar .recent-news li .title-box h4 {
    position: relative;
    top: -4px;
    font-size: 17px;
    line-height: 22px;
    font-family: 'Barlow', sans-serif;
    font-weight: 500;
    margin: 0;
}

.single-sidebar .recent-news li .title-box h4 a {
    color: #444;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-sidebar .recent-news li .title-box h4 a:hover {
    color: #f22c39;
}

.single-sidebar .recent-news li .title-box h6 {
    color: #0b1953;
    font-size: 14px;
    line-height: 16px;
    font-weight: 500;
    font-family: 'Barlow', sans-serif;
}

.single-sidebar .popular-tag {
    position: relative;
    display: block;
    overflow: hidden;
    margin-left: -5px;
    margin-right: -5px;
    padding-top: 11px;
}

.single-sidebar .popular-tag li {
    position: relative;
    display: inline-block;
    float: left;
    margin: 0 5px 10px;
}

.single-sidebar .popular-tag li a {
    position: relative;
    display: block;
    padding: 0 19px;
    border: 1px solid #e4e4e4;
    color: #404040;
    font-size: 16px;
    line-height: 38px;
    font-weight: 400;
    text-transform: capitalize;
    transition: all 0.4s ease-in-out 0.1s;
}

.single-sidebar .popular-tag li a:hover {
    color: #ffffff;
    border-color: #0d79c0;
    background-color: #0d79c0;
}

/*** 
=============================================
    Blog Single Area style
=============================================
***/

.blog-single-area {
    position: relative;
    display: block;
    background: #ffffff;
}

.blog-single-area .single-blog-style2 {
    margin-bottom: 35px;
}

.blog-single-area .single-blog-style2 .img-holder .inner:before {
    display: none;
}

.blog-single-area .single-blog-style2 .text-holder .text {
    padding-top: 15px;
    padding-bottom: 0;
}

.blog-details-text-one {
    position: relative;
    display: block;
}

.blog-details-text-one h3 {
    color: #0b1953;
    font-size: 24px;
    line-height: 32px;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    margin: 0 0 17px;
}

.blog-details-text-one .single-text {
    position: relative;
    display: block;
}

.blog-details-text-one .single-text p {
    color: #444;
    font-family: 'Barlow', sans-serif;
    line-height: 28px;
    margin: 0;
}

.blog-details-text-one .bottom-text {
    position: relative;
    display: block;
    padding-top: 45px;
}

.blog-details-text-one .bottom-text p {
    color: #444;
    line-height: 28px;
    margin: 0;
    font-family: 'Barlow', sans-serif;
}

.blog-details-text-one .bottom-text p a {
    color: #c01111;
    text-decoration: underline;
}

.comment-box {
    position: relative;
    display: block;
    overflow: hidden;
    padding-top: 51px;
}

.comment-box .title {
    position: relative;
    display: block;
    padding-bottom: 33px;
}

.comment-box .title h3 {
    color: #0b1953;
    font-size: 26px;
    line-height: 30px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
}

.comment-box .outer-box {
    position: relative;
    display: block;
    border-bottom: 1px solid #eeeeee;
}

.comment-box .single-comment {
    position: relative;
    display: block;
    border: 1px solid #eeeeee;
    border-bottom: none;
    padding: 25px;
}

.comment-box .single-comment-box {
    position: relative;
    display: block;
    padding-left: 70px;
}

.comment-box .single-comment-box.marleft {
    margin-left: 100px;
}

.comment-box .single-comment.comment-reply {
    border-top: none;
}

.comment-box .single-comment-box .img-holder {
    position: absolute;
    left: 0;
    top: 0px;
    width: 70px;
    height: 70px;
}

.comment-box .single-comment-box .img-holder img {
    width: 100%;
    border-radius: 0%;
}

.comment-box .single-comment-box .text-holder {
    position: relative;
    display: block;
    padding-left: 30px;
}

.comment-box .single-comment-box .text-holder h5 {
    position: relative;
    top: -2px;
    color: #0b1953;
    font-size: 18px;
    line-height: 20px;
    font-weight: 600;
    font-family: 'Barlow', sans-serif;
    margin: 0 0 2px;
}

.comment-box .single-comment-box .text-holder p {
    color: #444;
    line-height: 30px;
    font-family: 'Barlow', sans-serif;
    margin: 0;
}

.date-reply-button {
    position: relative;
    display: block;
    padding-top: 2px;
}

.date-reply-button ul {
    overflow: hidden;
}

.date-reply-button ul li {
    position: relative;
    display: inline-block;
    float: left;
    padding-right: 11px;
    margin-right: 10px;
    color: #aeaeae;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    font-family: 'Barlow', sans-serif;
}

.date-reply-button ul li a {
    color: #ce3030;
}

.date-reply-button ul li:before {
    position: absolute;
    top: 6px;
    right: 0;
    bottom: 6px;
    width: 1px;
    background: #aeaeae;
    content: "";
}

.date-reply-button ul li:last-child:before {
    display: none;
}

.add-comment-box {
    position: relative;
    display: block;
    overflow: hidden;
    padding-top: 55px;
}

.add-comment-box .title {
    position: relative;
    display: block;
    padding-bottom: 33px;
}

.add-comment-box .title h3 {
    color: #0b1953;
    font-size: 26px;
    line-height: 30px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
}

.add-comment-box #add-comment-form {
    position: relative;
    display: block;
    padding: 50px 40px;
    background: #f7f7f7;
    border: 1px solid #eeeeee;
}

.add-comment-box #add-comment-form input[type="text"],
.add-comment-box #add-comment-form input[type="email"],
.add-comment-box #add-comment-form textarea {
    position: relative;
    display: block;
    background: #ffffff;
    border: 1px solid #eeeeee;
    width: 100%;
    height: 45px;
    color: #737373;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    padding: 0 19px;
    margin-bottom: 20px;
    transition: all 500ms ease;
    font-family: 'Quattrocento Sans', sans-serif;
}

.add-comment-box #add-comment-form textarea {
    height: 170px;
    padding: 15px 19px;
    margin-bottom: 30px;
}

.add-comment-box #add-comment-form input[type="text"]:focus {
    border-color: #8a8c93;
}

.add-comment-box #add-comment-form input[type="email"]:focus {
    border-color: #8a8c93;
}

.add-comment-box #add-comment-form textarea:focus {
    border-color: #8a8c93;
}

.add-comment-box #add-comment-form .button-box {
    position: relative;
    display: block;
}

..add-comment-box #add-comment-form .button-box .theme-btn-two {
    padding: 10px 12px;
}

/*** 
=============================================
    Services Details Area Css
=============================================
***/

.services-details-area {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 100px 0 100px;
}

.services-details-content {
    position: relative;
    display: block;
    padding-left: 40px;
}

.services-details-top-image {
    position: relative;
    display: block;
}

.services-details-top-image .single-image {
    position: relative;
    display: block;
    overflow: hidden;
    margin-bottom: 30px;
}

.services-details-top-image .single-image.left-image {
    margin-right: 14px;
}

.services-details-top-image .single-image.right-image {
    margin-left: -14px;
}

.services-details-top-image .single-image img {
    width: 100%;
}

.services-details-text-box-1 {
    position: relative;
    display: block;
    padding-top: 11px;
}

.services-details-text-box-1 h2 {
    color: #0b1953;
    font-size: 35px;
    line-height: 48px;
    font-weight: 700;
    margin: 0 0 13px;
}

.services-details-text-box-1 p {
    color: #444;
    line-height: 28px;
    margin: 0 0 26px;
}

.services-details-text-box-2 {
    position: relative;
    display: block;
    padding-top: 30px;
    padding-bottom: 50px;
    border-bottom: 1px solid #e8e8e8;
    margin-bottom: 50px;
}

.services-details-text-box-2 .img-box {
    position: relative;
    display: block;
    margin-right: 28px;
}

.services-details-text-box-2 .img-box img {
    width: 100%;
}

.services-details-text-box-2 .text-box {
    position: relative;
    display: block;
}

.services-details-text-box-2 .text-box h3 {
    position: relative;
    top: -5px;
    color: #0b1953;
    font-size: 26px;
    line-height: 34px;
    font-weight: 700;
    margin: 0 0 12px;
}

.services-details-text-box-2 .text-box p {
    color: #444;
    line-height: 28px;
    margin: 0;
}

.services-details-text-box-2 .text-box ul {
    position: relative;
    display: block;
    overflow: hidden;
    padding-top: 22px;
}

.services-details-text-box-2 .text-box ul li {
    position: relative;
    display: block;
    padding-left: 20px;
    color: #434344;
    font-size: 18px;
    line-height: 36px;
    font-weight: 400;
}

.services-details-text-box-2 .text-box ul li:before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 7px;
    height: 1px;
    background: #434344;
    content: "";
    margin: 17px 0;
}

.services-details-text-box-3 {
    position: relative;
    display: block;
    padding-top: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e8e8e8;
    margin-bottom: 50px;
}

.services-details-text-box-3 .title {
    position: relative;
    display: block;
    padding-bottom: 36px;
}

.services-details-text-box-3 .title h2 {
    color: #0b1953;
    font-size: 28px;
    line-height: 38px;
    font-weight: 700;
    margin: 0 0 14px;
}

.services-details-text-box-3 .title p {
    color: #444;
    line-height: 28px;
    margin: 0;
}

.single-featured-box {
    position: relative;
    display: block;
    padding-left: 90px;
    margin-bottom: 38px;
}

.single-featured-box .icon {
    position: absolute;
    top: 5px;
    left: 0;
    width: 70px;
    height: 70px;
    background: #f3f3f3;
    border-radius: 50%;
    text-align: center;
}

.single-featured-box .icon span:before {
    position: relative;
    display: block;
    color: #f22c39;
    font-size: 35px;
    line-height: 70px;
}

.single-featured-box .text {
    position: relative;
    display: block;
}

.single-featured-box .text h3 {
    color: #0b1953;
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    margin: 0 0 8px;
}

.single-featured-box .text p {
    color: #444;
    font-size: 17px;
    line-height: 24px;
    margin: 0;
}

.services-details-text-box-4 {
    position: relative;
    display: block;
    padding-top: 54px;
}

.services-details-text-box-4 .text {
    position: relative;
    display: block;
}

.services-details-text-box-4 .text h2 {
    color: #0b1953;
    font-size: 26px;
    line-height: 34px;
    font-weight: 700;
    margin: 0 0 17px;
}

.services-details-text-box-4 .text h3 {
    color: #242424;
    font-size: 22px;
    line-height: 30px;
    font-weight: 300;
    margin: 0 0 27px;
}

.services-details-text-box-4 .text p {
    color: #444;
    line-height: 28px;
    margin: 0;
}

.money-back-gurantee-logo-box {
    position: relative;
    display: block;
    text-align: center;
    padding: 13px 0;
}

.service-details-faq-box {
    position: relative;
    display: block;
}

.service-details-faq-box .title {
    position: relative;
    display: block;
    margin-top: -5px;
    padding-bottom: 33px;
}

.service-details-faq-box .title h3 {
    color: #0b1953;
    font-size: 26px;
    line-height: 32px;
    font-weight: 700;
}

.service-details-contact-box {
    position: relative;
    display: block;
    overflow: hidden;
    background: #028ca7;
    padding: 36px 30px 45px;
}

.service-details-contact-box h3 {
    color: #ffffff;
    font-size: 20px;
    line-height: 32px;
    font-weight: 500;
    margin: 0 0 26px;
}

.service-details-contact-box a {
    padding-left: 20px;
    padding-right: 20px;
}

.service-details-contact-box .img-box {
    position: absolute;
    bottom: 0;
    right: 0;
}

.sidebar-style1 {
    position: relative;
    display: block;
}

.single-sidebar-style1 {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.single-sidebar-style1.last-child {
    margin-bottom: 0;
}

.single-sidebar-style1 .page-links {
    position: relative;
    display: block;
}

.single-sidebar-style1 .page-links li {
    position: relative;
    display: block;
    line-height: 60px;
}

.single-sidebar-style1 .page-links li a {
    position: relative;
    display: block;
    padding: 0 22px;
    padding-right: 20px;
    background: #f8f8f8;
    border-left: 5px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
    border-right: 1px solid #e4e4e4;
    color: #0b1953;
    font-size: 17px;
    font-weight: 600;
    font-family: 'Barlow', sans-serif;
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
    z-index: 1;
}

.single-sidebar-style1 .page-links li:first-child a {
    border-top: 1px solid #e4e4e4;
}

.single-sidebar-style1 .page-links li a:before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #ffffff;
    content: "";
    z-index: -1;
    transform: perspective(370px) rotateX(-90deg);
    transform-origin: top;
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.single-sidebar-style1 .page-links li a:hover,
.single-sidebar-style1 .page-links li.active a {
    color: #0b1953;
}

.single-sidebar-style1 .page-links li a:hover:before,
.single-sidebar-style1 .page-links li.active a:before {
    opacity: 1;
    transform: perspective(370px) rotateY(0deg);
}

.single-sidebar-style1 .page-links li a:after {
    position: absolute;
    top: -1px;
    left: -5px;
    bottom: -1px;
    width: 5px;
    background: #f22c39;
    content: "";
    z-index: -1;
    transform: perspective(370px) scaleY(0);
    transform-origin: right;
    -webkit-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
}

.single-sidebar-style1 .page-links li a:hover:after,
.single-sidebar-style1 .page-links li.active a:after {
    transform: perspective(370px) scaleY(1.0);
}

.sidebar-discount-box {
    position: relative;
    display: block;
    border: 2px dashed #747474;
    padding: 25px 20px 25px;
}

.sidebar-discount-box:before {
    position: absolute;
    left: 0;
    bottom: -10px;
    right: 0;
    background: url(../images/icon/siccisor.png);
    height: 21px;
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
    content: "";
}

.sidebar-discount-box .left {
    position: relative;
    display: block;
    max-width: 130px;
    width: 100%;
}

.sidebar-discount-box .left .text {
    position: relative;
    display: block;
}

.sidebar-discount-box .left .text img {}

.sidebar-discount-box .left .text p {
    color: #7b7b7b;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    margin: 11px 0 0;
}

.sidebar-discount-box .right {
    position: relative;
    display: block;
}

.sidebar-discount-box .right .value {
    position: relative;
    display: block;
    width: 90px;
    height: 105px;
    background: #f22c39;
    text-align: center;
    color: #ffffff;
    font-size: 40px;
    line-height: 40px;
    font-weight: 600;
    font-family: 'Barlow', sans-serif;
    padding: 17px 0;
}

.sidebar-discount-box .right .value span {
    position: relative;
    top: -9px;
    font-size: 25px;
}

.sidebar-discount-box .right .value h2 {
    color: #ffffff;
    font-size: 25px;
    line-height: 26px;
    font-weight: 600;
    text-transform: uppercase;
}

.sidebar-discount-box .right .barcode {
    position: relative;
    display: block;
    padding-top: 10px;
}

.sidebar-download-box {
    position: relative;
    display: block;
    border: 1px solid #d7d7d7;
    padding: 28px 29px 34px;
}

.sidebar-download-box h3 {
    color: #0b1953;
    font-size: 20px;
    line-height: 28px;
    font-weight: 400;
    margin: 0 0 23px;
}

.sidebar-download-box h3 span {
    font-weight: 700;
}

.sidebar-download-box .button a {
    padding-left: 20px;
    padding-right: 20px;
}

.sidebar-download-box .icon {
    position: absolute;
    bottom: 30px;
    right: 10px;
}

/*** 
=============================================
    RTL Page Css
=============================================
***/


/** 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 {
    float: left;
    width: 50%;
}

.list-style-one li:before {
    position: absolute;
    content: "\f108";
    font-family: 'flaticon';
    font-size: 18px;
    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;
}

/** service-section **/

.service-section {
    position: relative;
    padding: 115px 0px 120px 0px;
}

.service-section .sec-title-two {
    margin-bottom: 57px;
}

.service-section .sec-title-two h2 {
    margin-bottom: 18px;
}

.service-section .sec-title-two p {
    font-size: 18px;
    line-height: 28px;
    font-family: 'Barlow', sans-serif;
    color: #383838;
    margin-bottom: 0px;
}

.service-block-one .inner-box {
    position: relative;
    display: block;
}

.service-block-one .inner-box .image-box {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 5px;
}

.service-block-one .inner-box .image-box img {
    width: 100%;
    border-radius: 5px;
    transition: all 500ms ease;
}

.service-block-one .inner-box:hover .image-box img {
    opacity: 0.5;
    transform: scale(1.05);
}

.service-block-one .inner-box .lower-content {
    position: relative;
    display: block;
    margin-left: 15px;
}

.service-block-one .inner-box .lower-content .inner {
    position: relative;
    display: block;
    background: #fff;
    border-radius: 5px;
    margin-top: -20px;
    padding: 24px 35px 35px 35px;
    box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.1);
    border-top-right-radius: 0px;
}

.service-section .owl-carousel .owl-stage-outer {
    overflow: visible;
}

.service-section .owl-carousel .owl-stage-outer .owl-item {
    opacity: 0;
}

.service-section .owl-carousel .owl-stage-outer .owl-item.active {
    opacity: 1;
}

.service-block-one .inner-box .lower-content h3 {
    position: relative;
    display: block;
    font-size: 22px;
    line-height: 30px;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
    color: #051d3e;
    padding-bottom: 11px;
    margin-bottom: 11px;
    border-bottom: 1px dashed #d1d0d0;
}

.service-block-one .inner-box .lower-content h3 a {
    display: inline-block;
    color: #051d3e;
}

.service-block-one .inner-box .lower-content h3 a:hover {}

.service-block-one .inner-box .lower-content p {
    font-size: 17px;
    line-height: 26px;
    font-family: 'Barlow', sans-serif;
    color: #595959;
    margin-bottom: 12px;
}

.service-block-one .inner-box .lower-content .link a {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    padding-bottom: 2px;
}

.service-block-one .inner-box .lower-content .link a:before {
    position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    width: 28px;
    height: 1px;
    transition: all 500ms ease;
}

.service-block-one .inner-box .lower-content .link a:hover:before {
    width: 100%;
}

.service-section .owl-nav {
    position: relative;
    display: block !important;
    text-align: center;
    width: 152px;
    background: #fff;
    box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.08);
    margin: 0 auto;
    margin-top: 60px;
    height: 70px;
    line-height: 70px;
    border-radius: 5px;
    overflow: hidden;
}

.service-section .owl-nav:before {
    position: absolute;
    content: '';
    background: #d3d3d3;
    width: 1px;
    height: 41px;
    left: 76px;
    top: 15px;
}

.service-section .owl-theme .owl-prev span,
.service-section .owl-theme .owl-next span {
    display: none;
}

.service-section .owl-theme .owl-prev,
.service-section .owl-theme .owl-next {
    position: relative;
    display: inline-block;
    color: #232323;
    width: 19px;
    height: 13px;
    margin: 0px 25px;
    transition: all 500ms ease;
}

.service-section .owl-theme .owl-prev:before,
.service-section .owl-theme .owl-next:before {
    position: absolute;
    content: '';
    background-image: url(../images-2/icons/icon-12.png);
    width: 19px;
    height: 13px;
    top: 0px;
    background-repeat: no-repeat;
}

.service-section .owl-nav .owl-prev:before {
    left: -5px;
    background-image: url(../images-2/icons/icon-12.png);
}

.service-section .owl-nav .owl-next:before {
    right: -5px;
    background-image: url(../images-2/icons/icon-13.png);
}

.service-section .bg-layer {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: calc(50% + 50px);
    background: #eaedf6;
}

/** additional-service **/

.additional-service {
    position: relative;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
}

.additional-service:before {
    position: absolute;
    content: '';
    background: #08274d;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    opacity: 0.85;
}

.additional-service .bg-layer {
    position: absolute;
    top: 0px;
    right: 0px;
    width: calc(50% - 185px);
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.additional-service .bg-layer:before {
    position: absolute;
    content: '';
    background: #fff;
    width: 1px;
    height: 100%;
    left: 165px;
    top: 0px;
    opacity: 0.30;
}

.additional-service .bg-layer:after {
    position: absolute;
    content: '';
    background: #fff;
    width: 1px;
    height: calc(100% - 190px);
    left: 275px;
    top: 0px;
    opacity: 0.30;
}

.additional-service .list-style-one li {
    float: left;
    width: 50%;
    font-family: 'Barlow', sans-serif;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 14px;
}

.additional-service .list-style-one li:before {
    color: #fff;
    font-weight: 400;
}

.additional-service .sec-title-two {
    margin-bottom: 41px;
}

.additional-service .sec-title-two h2 {
    margin-bottom: 20px;
}

.additional-service .sec-title-two p {
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    font-family: 'Barlow', sans-serif;
    font-weight: 500;
}

.additional-service .content-box {
    padding-right: 260px;
    padding-top: 113px;
    padding-bottom: 103px;
}

.additional-service .content-box .inner {
    position: absolute;
    right: 50px;
    bottom: 0px;
    width: 190px;
    padding: 42px 20px 29px 20px;
}

.additional-service .content-box .inner .icon-box {
    position: relative;
    display: block;
    font-size: 60px;
    line-height: 60px;
    color: #fff;
    margin-bottom: 17px;
}

.additional-service .content-box .inner h3 {
    display: block;
    font-size: 22px;
    line-height: 30px;
    font-family: 'Roboto', sans-serif;
    color: #fff;
    font-weight: 500;
}

/** chooseus-section **/

.chooseus-section {
    position: relative;
    background: #eaedf6;
    padding: 113px 0px 40px 0px;
    overflow: hidden;
}

.chooseus-section .image-layer {
    position: absolute;
    left: 385px;
    bottom: 0px;
}

.chooseus-section .image-layer .shape-1 {
    position: absolute;
    left: -42px;
    bottom: 67px;
    width: 438px;
    height: 438px;
    background: #d3d9e5;
    border-radius: 50%;
    -webkit-animation: zoom-fade 8s infinite linear;
    animation: zoom-fade 8s infinite linear;
}

.chooseus-section .image-layer .shape-2 {
    position: absolute;
    left: -54px;
    bottom: 70px;
    width: 460px;
    height: 460px;
    border: 2px solid #bec1cd;
    border-radius: 50%;
}

.chooseus-section .bg-layer {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 110px;
    height: 340px;
    background: #062a50;
}

.content_block_two .content-box {
    position: relative;
    display: block;
}

.content_block_two .content-box .inner-box .single-item {
    position: relative;
    display: block;
    margin-bottom: 59px;
}

.content_block_two .content-box .inner-box .single-item .inner {
    position: relative;
    display: block;
    padding: 15px 0px 15px 70px;
    margin-bottom: 16px;
}

.content_block_two .content-box .inner-box .single-item .icon-box {
    position: absolute;
    left: 0px;
    top: 0px;
    font-size: 55px;
    line-height: 50px;
}

.content_block_two .content-box .inner-box .single-item h4 {
    display: block;
    font-size: 21px;
    line-height: 30px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    color: #051d3e;
}

.content_block_two .content-box .inner-box .single-item p {
    font-size: 17px;
    line-height: 26px;
    font-family: 'Barlow', sans-serif;
    color: #494949;
}

.content_block_two .content-box .sec-title-two {
    margin-bottom: 57px;
}

/** 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;
    transition: all 500ms ease;
}

.clients-section .clients-logo img:hover {
    opacity: 1;
}

.clients-section .sec-title-two {
    margin-bottom: 60px;
}

.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: #fba121;
    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;
    box-shadow: 0px 2px 0px 0px #a36916;
}

.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 li {
    float: left;
    width: 50%;
    color: #2a2a2a;
    font-weight: 700;
}

.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;
    margin: 0px -10px;
}

.service-style-two .service-block-two {
    width: 218px;
    margin: 0 auto;
}

.service-block-two .inner-box {
    position: relative;
    display: block;
    background: #fff;
    padding: 44px 30px 27px 30px;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.08);
}

.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 **/

.choosing-plumber {
    position: relative;
    background: #0b72ac;
    padding: 103px 0px 90px 0px;
}

.choosing-plumber .pattern-layer {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0.3;
}

.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;
}

.choosing-plumber .image-layer {
    position: absolute;
    right: 220px;
    bottom: 0px;
}

.choosing-plumber .image-layer .shape-1 {
    position: absolute;
    right: 28px;
    bottom: 10px;
    width: 513px;
    height: 513px;
    border-radius: 50%;
    background: rgba(1, 29, 111, 0.23);
    -webkit-animation: zoom-fade 8s infinite linear;
    animation: zoom-fade 8s infinite linear;
}

.choosing-plumber .image-layer .shape-2 {
    position: absolute;
    right: 0px;
    bottom: 10px;
    width: 557px;
    height: 557px;
    border-radius: 50%;
    background: rgba(1, 29, 111, 0.23);
}

/** chooseus-style-two **/

.chooseus-style-two {
    position: relative;
    padding: 110px 0px 93px 0px;
    background: #eceff5;
}

.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: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;
}

.chooseus-style-two .content_block_six .content-box {
    margin-left: -40px;
}

.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: 51px 30px 50px 165px;
    border-radius: 5px;
}

.testimonial-block-two .inner-box:before {
    position: absolute;
    content: '';
    background: #eaeaea;
    width: 1px;
    height: 103px;
    left: 82px;
    bottom: 0px;
}

.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: 18px;
    line-height: 30px;
    color: #797979;
    font-family: 'Barlow', sans-serif;
    margin-bottom: 0px;
}

.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: -20px;
    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 .owl-dot {
    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;
    padding-bottom: 100px;
    margin-bottom: 100px;
    border-bottom: 1px solid #ced0d5;
}

.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;
}


.banner-style-four {
    position: relative;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 160px 0px 135px 0px;
}

.banner-style-four:before {
    position: absolute;
    content: '';
    background: #000;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    opacity: 0.1;
}

.banner-style-four .content-box {
    position: relative;
    display: block;
    padding-top: 224px;
    margin-left: -65px;
    z-index: 2;
}

.banner-style-four .content-box h2 {
    position: relative;
    display: block;
    font-size: 72px;
    line-height: 86px;
    font-family: 'Roboto', sans-serif;
    color: #fff;
    font-weight: 900;
    margin-bottom: 24px;
}

.banner-style-four .content-box p {
    position: relative;
    display: block;
    font-size: 22px;
    line-height: 32px;
    font-family: 'Barlow', sans-serif;
    font-weight: 500;
    color: #fff;
    margin-bottom: 41px;
}

.banner-style-four .content-box .theme-btn-two {
    background: #341d0e;
}

.banner-style-four .content-box .theme-btn-two:before {
    opacity: 1;
}

.banner-style-four .image-box {
    position: relative;
    display: block;
    margin-right: -220px;
    margin-left: -462px;
    padding-bottom: 250px;
}

.banner-style-four .image-box .image-1 {
    position: relative;
    border-radius: 0px 60px 0px 60px;
    z-index: 1;
}

.banner-style-four .image-box .image-1:before {
    position: absolute;
    content: '';
    background: #000;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    opacity: 0.0;
    border-radius: 0px 60px 0px 60px;
}

.banner-style-four .image-box .image-1:after {
    position: absolute;
    content: '';
    left: 20px;
    top: 20px;
    width: 100%;
    height: 100%;
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 0px 60px 0px 60px;
    z-index: -1;
}

.banner-style-four .image-box .image-1 img {
    width: 100%;
    border-radius: 0px 60px 0px 60px;
}

.banner-style-four .image-box .image-2 {
    position: absolute;
    right: 240px;
    bottom: 77px;
    z-index: 1;
}

.banner-style-four .image-box .content-inner {
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 350px;
    padding: 66px 45px 57px 45px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 1;
}

.banner-style-four .image-box .content-inner:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    opacity: 0.85;
}

.banner-style-four .image-box .content-inner .icon-box {
    position: relative;
    display: block;
    font-size: 60px;
    line-height: 60px;
    color: #fff;
    margin-bottom: 26px;
}

.banner-style-four .image-box .content-inner h3 {
    position: relative;
    display: block;
    font-size: 30px;
    line-height: 42px;
    font-family: 'Roboto', sans-serif;
    color: #fff;
    font-weight: 700;
    margin-bottom: 50px;
}

.banner-style-four .image-box .content-inner .link 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-right: 50px;
    letter-spacing: 1px;
}

.banner-style-four .image-box .content-inner .link a:before {
    position: absolute;
    content: '';
    background: url(../images-2/icons/arrow-1.png);
    width: 26px;
    height: 26px;
    top: 0px;
    right: 0px;
    background-repeat: no-repeat;
}

.banner-style-four .upper-box {
    position: relative;
    display: block;
    margin-bottom: 10px;
}

.banner-style-four .lower-box {
    position: relative;
}

.banner-style-four .lower-box .shape {
    position: absolute;
    top: -22px;
    right: 190px;
    width: 135px;
    height: 119px;
    background-repeat: no-repeat;
}

.banner-style-four .lower-box .text h2 {
    position: relative;
    display: block;
    font-size: 58px;
    line-height: 68px;
    font-family: 'Roboto', sans-serif;
    color: #fff;
    font-weight: 900;
    margin-bottom: 21px;
}

.banner-style-four .lower-box .text p {
    font-size: 22px;
    line-height: 36px;
    color: #f6ccc7;
    font-family: 'Barlow', sans-serif;
    margin-bottom: 0px;
}

.banner-style-four .lower-box .text {
    position: relative;
    display: block;
    margin-right: 30px;
}

.banner-style-four .lower-box .list-style-one li {
    font-size: 20px;
    font-family: 'Barlow', sans-serif;
}

.banner-style-four .lower-box .list-style-one {
    margin-top: 160px;
}

/** 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;
    line-height: inherit;
}

.service-style-three .owl-carousel .owl-prev,
.service-style-three .owl-carousel .owl-next {
    position: relative;
    display: inline-block;
    width: 43px;
    height: 43px;
    line-height: 39px;
    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-prev:hover,
.service-style-three .owl-carousel .owl-next:hover {
    color: #fff;
}

.service-style-three .owl-carousel .owl-prev:before,
.service-style-three .owl-carousel .owl-next:before {
    position: absolute;
    content: '';
    background: #6e6c6a;
    width: 40px;
    height: 1px;
    top: 20px;
}

.service-style-three .owl-carousel .owl-nav .owl-prev:before {
    left: -53px;
}

.service-style-three .owl-carousel .owl-nav .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;
    background: #071345;
}

.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);
    opacity: 0.5;
}

.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;
}



.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 {}

/** feature-section **/

.feature-section {
    position: relative;
    padding: 0px 100px 0px 300px;
    background: #090d30;
}

.feature-section .outer-container {
    position: relative;
    background: #dbe5f0;
    padding-right: 300px;
}

.feature-section .single-item {
    position: relative;
    display: block;
    float: left;
    width: 33.333%;
    text-align: center;
    border-right: 1px solid #090d30;
    padding: 20px 15px 25px 15px;
}

.feature-section .single-item .icon-box {
    position: relative;
    display: flex;
    margin-bottom: 12px;
    min-height: 52px;
    align-items: center;
    justify-content: center;
}

.feature-section .single-item h4 {
    position: relative;
    display: block;
    font-size: 21px;
    line-height: 30px;
    font-family: 'Roboto', sans-serif;
    color: #051d3e;
    font-weight: 700;
}

.feature-section .content-box {
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 300px;
    background: #c6d0dd;
    padding: 47px 30px 35px 45px;
}

.feature-section .content-box h2 {
    position: relative;
    display: block;
    font-size: 28px;
    line-height: 34px;
    font-family: 'Roboto', sans-serif;
    color: #090d30;
    font-weight: 700;
    margin-bottom: 47px;
}

.feature-section .content-box h2:before {
    position: absolute;
    content: '';
    background-image: url(../images-2/icons/arrow-2.png);
    width: 28px;
    height: 57px;
    right: 49px;
    bottom: -52px;
}

.feature-section .content-box h4 {
    position: relative;
    display: block;
    font-size: 26px;
    line-height: 32px;
    font-family: 'Roboto', sans-serif;
    color: #090d30;
    font-weight: 700;
    margin-bottom: 2px;
}

.feature-section .content-box h3 {
    position: relative;
    display: block;
    font-size: 28px;
    line-height: 34px;
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    margin-bottom: 27px;
}

.feature-section .content-box h3 a {
    display: inline-block;
    transition: all 500ms ease;
}

.feature-section .content-box h3 a:hover {
    color: #090d30;
}

.feature-section .content-box p {
    position: relative;
    display: block;
    font-size: 19px;
    line-height: 23px;
    font-family: 'Barlow', sans-serif;
    color: #090d30;
    margin-bottom: 0px;
}

/** 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;
    line-height: inherit;
}

.service-style-four .owl-carousel .owl-prev,
.service-style-four .owl-carousel .owl-next {
    position: relative;
    display: inline-block;
    width: 43px;
    height: 43px;
    line-height: 39px;
    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-prev:hover,
.service-style-four .owl-carousel .owl-next:hover {
    color: #fff;
}

.service-style-four .owl-carousel .owl-prev:before,
.service-style-four .owl-carousel .owl-next:before {
    position: absolute;
    content: '';
    background: #aeb2b7;
    width: 40px;
    height: 1px;
    top: 20px;
}

.service-style-four .owl-carousel .owl-prev:before {
    left: -53px;
}

.service-style-four .owl-carousel .owl-nav .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);
}

.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;
    line-height: inherit;
}

.service-style-five .owl-carousel .owl-prev,
.service-style-five .owl-carousel .owl-next {
    position: relative;
    display: inline-block;
    width: 43px;
    height: 43px;
    line-height: 39px;
    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-prev:hover,
.service-style-five .owl-carousel .owl-next:hover {
    color: #fff;
}

.service-style-five .owl-carousel .owl-prev:before,
.service-style-five .owl-carousel .owl-next:before {
    position: absolute;
    content: '';
    background: rgba(255, 255, 255, 0.3);
    width: 40px;
    height: 1px;
    top: 20px;
}

.service-style-five .owl-carousel .owl-nav .owl-prev:before {
    left: -53px;
}

.service-style-five .owl-carousel .owl-nav .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 .owl-dot {
    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 .owl-dot.active,
.project-style-two .owl-carousel .owl-dots .owl-dot: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;
}

.weare-section .image-layer {
    position: absolute;
    right: 0px;
    bottom: 0px;
}

.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;
}

.slider-style-two .content-box .theme-btn-two span:before {
    background-image: url(../images-2/icons/icon-15.png);
}

.slider-style-two .slide-item {
    position: relative;
    padding: 235px 0px 165px 0px;
    border-bottom-right-radius: 100px;
    overflow: hidden;
}

.slider-style-two .slide-item:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: #000;
    left: 0px;
    top: 0px;
    right: 0px;
    z-index: 1;
    background: -webkit-linear-gradient(0deg, rgba(164, 29, 26, 0.0) 20%, rgba(164, 29, 26, 0.95) 100%);
}

.slider-style-two .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;
}

.slider-style-two .lower-text {
    position: absolute;
    left: 210px;
    bottom: -100px;
    z-index: 2;
    background: #101127;
    width: 920px;
    padding: 45px 100px 50px 100px;
    border-top-right-radius: 40px;
}

.slider-style-two .lower-text .icon-box {
    position: absolute;
    left: 0px;
    top: 45px;
    font-size: 70px;
    line-height: 60px;
}

.slider-style-two .lower-text p {
    position: relative;
    display: block;
    font-size: 26px;
    line-height: 36px;
    font-family: 'Barlow', sans-serif;
    color: #fff;
    margin-bottom: 0px;
}

.slider-style-two .social-links {
    position: absolute;
    left: 144px;
    bottom: 180px;
    z-index: 1;
}

.slider-style-two .social-links:before {
    position: absolute;
    content: '';
    background: #45455d;
    width: 1px;
    height: 137px;
    left: 18px;
    top: -162px;
}

.slider-style-two .social-links li {
    position: relative;
    display: block;
    margin-bottom: 20px;
}

.slider-style-two .social-links li:last-child {
    margin-bottom: 0px;
}

.slider-style-two .social-links li a {
    position: relative;
    display: inline-block;
    width: 32px;
    height: 32px;
    line-height: 32px;
    font-size: 18px;
    color: #505168;
    border: 1px solid #505168;
    border-radius: 50%;
    text-align: center;
}

.slider-style-two .social-links li a:hover {
    border-color: #fff;
    background: #fff;
}

/** 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;
    line-height: inherit;
}

.project-style-three .owl-nav {
    position: absolute;
    top: 40%;
    width: 100%;
}

.project-style-three .owl-theme .owl-prev,
.project-style-three .owl-theme .owl-next {
    position: absolute;
    top: 0px;
    display: inline-block;
    width: 66px;
    height: 90px;
    line-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-theme .owl-prev:hover,
.project-style-three .owl-theme .owl-next: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%;
    width: 100%;
    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 !important;
}

.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 .owl-dot {
    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 .owl-dot.active,
.testimonial-style-four .owl-carousel .owl-dots .owl-dot:hover {}

.news-style-two.alternat-2 {
    background: #eeeef4;
}

.news-style-two.alternat-2 .news-block-one .inner-box .lower-content .post-date {}

.header-style-17.main-header .option-box {
    margin-top: 68px;
}

/** 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: 50px 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: 30px;
    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;
}


/** 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 .owl-dot {
    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 .owl-dot.active,
.testimonial-style-six .owl-carousel .owl-dots .owl-dot: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;
}


/** 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;
}

.content_block_22 .content-box {
    position: relative;
    display: block;
}

.content_block_22 .content-box .text {
    position: relative;
    display: block;
    margin-bottom: 48px;
}

.content_block_22 .content-box .text h3 {
    position: relative;
    display: block;
    font-size: 24px;
    line-height: 30px;
    font-family: 'Barlow', sans-serif;
    color: #fff;
    font-weight: 600;
    margin-bottom: 32px;
}

.content_block_22 .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_22 .content-box .link a {
    position: relative;
    display: inline-block;
    overflow: hidden;
    vertical-align: middle;
    font-size: 22px;
    line-height: 30px;
    font-family: 'Barlow', sans-serif;
    color: #fff;
    font-weight: 600;
    padding: 23px 120px 25px 38px;
    border-radius: 8px;
}

.content_block_22 .content-box .link a:before {
    position: absolute;
    content: '';
    background-image: url(../images-2/icons/arrow-4.png);
    height: 100%;
    width: 88px;
    text-align: center;
    background-color: #014a9a;
    top: 0px;
    right: 0px;
    background-repeat: no-repeat;
    background-position: center;
}

.content_block_22 .content-box .sec-title-two {
    margin-bottom: 34px;
}

.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;
}

.home_landscaping {
    padding: 0px 160px;
    width: 100%;
    background-repeat: repeat-y repeat-x;
    background-position: center;
}

.home_landscaping:before {
    position: absolute;
    content: '';
    background-image: url(../images-2/shape/shape-31.png);
    width: 100%;
    height: 734px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    left: 0px;
    top: 0px;
}

.home_landscaping .main_box_content {
    position: relative;
    background: #fcfdeb;
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.60);
}

/** 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;
}

.home_landscaping .sec-title-two h2 {
    color: #242424 !important;
}

.home_landscaping .sec-title-two.light h2 {
    color: #fff !important;
}

.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;
    line-height: inherit;
}

.service-style-11 .owl-carousel .owl-prev,
.service-style-11 .owl-carousel .owl-next {
    position: relative;
    display: inline-block;
    width: 43px;
    height: 43px;
    line-height: 39px;
    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-prev:hover,
.service-style-11 .owl-carousel .owl-next:hover {
    color: #fff;
}

.service-style-11 .owl-carousel .owl-prev:before,
.service-style-11 .owl-carousel .owl-next:before {
    position: absolute;
    content: '';
    background: #d1d6d0;
    width: 40px;
    height: 1px;
    top: 20px;
}

.service-style-11 .owl-carousel .owl-nav .owl-prev:before {
    left: -53px;
}

.service-style-11 .owl-carousel .owl-nav .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;
}

.clients-section .logo-list li {
    position: relative;
    float: left;
    width: 25%;
    text-align: center;
    height: 98px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #dbdcdd;
    border-right: none;
}

.clients-section .logo-list li:first-child,
.clients-section .logo-list li:nth-child(2),
.clients-section .logo-list li:nth-child(3),
.clients-section .logo-list li:nth-child(4) {
    border-bottom: none;
}

.clients-section .logo-list li:last-child,
.clients-section .logo-list li:nth-child(4) {
    border-right: 1px solid #dbdcdd;
}

/** 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;
    font-weight: 400;
    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:before {
    position: absolute;
    content: '';
    background-image: url(../images-2/shape/shape-50.png);
    width: 140px;
    height: 87px;
    right: 53px;
    bottom: -29px;
    background-repeat: no-repeat;
}

.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: 12px;
}

.main-header.header-style-13 .sticky-header .option-box {
    margin-top: 30px;
}

.header-style-14.main-header .sticky-header .header-right {
    padding-top: 9px;
}

/** 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 {}

/** slider-style-five **/

.slider-style-five {
    position: relative;
}

.slider-style-five .banner-carousel .slide-item:before {
    opacity: 0.1;
}

.slider-style-five .banner-carousel .content-box h2 {
    font-size: 72px;
    line-height: 86px;
    margin-bottom: 10px;
}

.slider-style-five .banner-carousel .content-box p {
    font-size: 28px;
    font-weight: 600;
    line-height: 40px;
    margin-bottom: 40px;
}

.slider-style-five .banner-carousel .content-box p span {
    position: relative;
    display: block;
    font-size: 34px;
}

.slider-style-five .banner-carousel .content-box .theme-btn-two {
    color: #000;
}

.slider-style-five .banner-carousel .content-box .theme-btn-two span:before {
    background-image: url(../images-2/icons/icon-15.png);
}

.slider-style-five .banner-carousel .slide-item:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(-180deg, rgba(45, 29, 23, 0.0) 20%, rgba(45, 29, 23, 1) 100%);
    left: 0px;
    top: 0px;
    right: 0px;
}

.slider-style-five .shape {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 197px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    z-index: 2;
}

.slider-style-five .banner-carousel .slide-item {
    padding: 225px 0px 275px 0px;
}

/** 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;
}

/** 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 {
    left: 30px;
}

.project-style2-area.project-v1 .single-project-style2:hover .overlay-content .box .title-holder {
    bottom: 30px;
}

.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: #444;
    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;
}

.testimonial-style-two.about-page-2 .testimonial-block-two .inner-box {
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.10);
}

.testimonial-style-two.about-page-2 .owl-carousel .owl-stage-outer {
    overflow: visible;
}

.testimonial-style-two.about-page-2 .owl-carousel .owl-stage-outer .owl-item {
    opacity: 0;
}

.testimonial-style-two.about-page-2 .owl-carousel .owl-stage-outer .owl-item.active {
    opacity: 1;
}

/** about-style-16 **/

.about-style-16 {
    position: relative;
    overflow: hidden;
}

.about-style-16 .content-box {
    position: relative;
    display: block;
    padding: 112px 0px 76px 0px;
}

.about-style-16 .content-box .text {
    position: relative;
    display: block;
    margin-bottom: 34px;
}

.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;
    margin-top: 46px;
    margin-left: 17px;
}

.about-style-16 .image-box:before {
    position: absolute;
    content: '';
    border: 12px solid #3067b5;
    width: 340px;
    height: 356px;
    left: 52px;
    top: 100px;
}

.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: 5px;
}

.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 input[type='tel'],
.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: #000;
    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%;
}

.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: 91px;
    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;
    margin-bottom: -60px;
    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;
    margin-bottom: 47px;
}

.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 0px 120px 0px;
}

.service-sidebar {
    position: relative;
    display: block;
}

.service-sidebar .service-category,
.service-sidebar .single-sidebar-style1 {
    position: relative;
    display: block;
    margin-bottom: 50px;
}

.service-sidebar .service-category .category-list,
.service-sidebar .single-sidebar-style1 ul {
    position: relative;
    display: block;
    background: #f8f8f8;
    border: 1px solid #e4e4e4;
    border-left: 5px solid #e4e4e4;
}

.service-sidebar .service-category .category-list li,
.service-sidebar .single-sidebar-style1 ul li {
    position: relative;
    display: block;
}

.service-sidebar .service-category .category-list li a,
.service-sidebar .single-sidebar-style1 ul 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,
.service-sidebar .single-sidebar-style1 ul 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,
.service-sidebar .single-sidebar-style1 ul li a:hover,
.service-sidebar .single-sidebar-style1 ul li.current-menu-item a {
    background: #fff;
}

.service-sidebar .service-category .category-list li a:before,
.service-sidebar .single-sidebar-style1 ul 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,
.service-sidebar .single-sidebar-style1 ul li a:hover:before,
.service-sidebar .single-sidebar-style1 ul li.current-menu-item a: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;
    display: block;
    padding-bottom: 60px;
    margin-bottom: 70px;
    border-bottom: 1px solid #e8e8e8;
}

.service-details-content .content-one .image-box {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.service-details-content .content-one .image-box img {
    width: 100%;
}

.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: 25px;
    font-weight: 500;
    color: #242424;
    content: "+";
    left: 20px;
    line-height: 23px !important;
}

.service-details-content .content-four .accordion-box .accordion .accord-btn.active:after {
    content: "-";
}

.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;
    border: 1px solid #d4d4d4;
}

.service-details-content .content-four .accordion-box .accordion:last-child {
    margin-bottom: 0px;
}

.service-details-content .content-four .accordion-box .accordion .accord-btn {
    padding-left: 50px;
}

.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;
    line-height: 18px;
    transition: all 500ms ease;
}

.header-style-18 .sticky-header .outer-box .logo-box {
    padding: 17.5px 0px;
}

.header-style-18 .sticky-header .option-box {
    margin-top: 18px;
}

.header-style-four.main-header .option-box {
    margin-top: 68px;
}

/*** 

====================================================================
    Search Popup
====================================================================

***/

.search-popup {
    position: fixed;
    left: 0;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 99999999;
    visibility: hidden;
    opacity: 0;
    overflow: auto;
    background: rgba(0, 0, 0, 0.80);
    padding-bottom: 200px;
    -webkit-transform: translateY(101%);
    -ms-transform: translateY(101%);
    transform: translateY(101%);
    transition: all 700ms ease;
    -moz-transition: all 700ms ease;
    -webkit-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
}

.search-popup.popup-visible {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    visibility: visible;
    opacity: 1;
}

.search-popup .popup-inner {
    width: 100%;
    background: #fff;
}

.search-popup .upper-box {
    position: relative;
    padding: 70px 70px;
}

.search-popup .overlay-layer {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    display: block;
}

.search-popup .close-search {
    position: relative;
    font-size: 22px;
    color: #141417;
    cursor: pointer;
    z-index: 5;
    top: 11px;
    transition: all 500ms ease;
}

.search-popup .close-search:hover {
    color: red;
}

.search-popup .search-form {
    position: relative;
    width: 100%;
    padding: 100px 0px 250px 0px;
}

.search-popup .search-form .form-group {
    position: relative;
    margin: 0px;
}

.search-popup .search-form fieldset input[type="search"] {
    position: relative;
    height: 90px;
    padding: 20px 0px;
    background: #ffffff;
    line-height: 30px;
    font-size: 24px;
    color: #808080;
    font-family: 'Inter', sans-serif;
    border: none;
    border-radius: 0px;
    padding-right: 50px;
    border-bottom: 1px solid #e5e5e5;
}

.search-popup .search-form fieldset button[type="submit"] {
    position: absolute;
    top: 30px;
    right: 0px;
    font-size: 22px;
    color: #141417;
    cursor: pointer;
    transition: all 500ms ease;
}

.search-popup .search-form fieldset input[type="search"]:focus {
    border-color: #141417;
}

.search-popup .form-control:focus {
    box-shadow: none !important;
}

.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;
}

/** xs-sidebar **/

.xs-sidebar-group .xs-overlay {
    left: 0%;
    top: 0;
    position: fixed;
    height: 100%;
    width: 20%;
    transform: scaleX(0);
    transform-origin: left center;
    cursor: url(../images-2/icons/cross-out.png), pointer;
    z-index: 9999999;
    border-right: 1px solid rgba(255, 255, 255, 0.10);
    transition: transform .65s .3s cubic-bezier(0.7, 0, 0.2, 1);
}

.xs-sidebar-group.isActive .xs-overlay {
    transform: scaleX(1);
    transition-delay: .03s;
}

.xs-sidebar-group .xs-overlay-2 {
    left: 20%;
    transition-delay: .06s;
}

.xs-sidebar-group .xs-overlay-3 {
    left: 40%;
    transition-delay: .09s;
}

.xs-sidebar-group .xs-overlay-4 {
    left: 60%;
    transition-delay: .12s;
}

.xs-sidebar-group .xs-overlay-5 {
    left: 80%;
    transition-delay: .15s;
}

.xs-sidebar-group .widget-heading {
    position: absolute;
    top: 50px;
    right: 35px;
    z-index: 1;
}

.xs-sidebar-widget {
    position: fixed;
    right: -100%;
    top: 0;
    bottom: 0;
    width: 100%;
    max-width: 460px;
    z-index: 999999999;
    height: 100%;
    -webkit-overflow-scrolling: touch;
    background-color: #fff;
    transition: all 900ms ease;
    visibility: hidden;
    opacity: 0;
}

.xs-sidebar-group.isActive .xs-sidebar-widget {
    opacity: 1;
    visibility: visible;
    right: 0;
    -webkit-transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
    -o-transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
    transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
}

.sidebar-textwidget {
    padding: 50px 40px 50px 40px;
}

.xs-sidebar-group .close-side-widget {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 36px;
    text-align: center;
    border: 1px solid #0e132d;
    color: #0e132d;
    border-radius: 50%;
    font-weight: 400;
    font-size: 20px;
}

.sidebar-widget-container {
    position: relative;
    opacity: 0;
    visibility: hidden;
}

.xs-sidebar-group.isActive .sidebar-widget-container {
    opacity: 1;
    visibility: visible;
}

.xs-bg-black {
    background-color: #101127;
}

.xs-sidebar-group .logo {
    position: relative;
    display: block;
    padding-bottom: 25px;
    margin-bottom: 35px;
    border-bottom: 1px solid #e0e0e0;
}

.xs-sidebar-group h3 {
    position: relative;
    display: block;
    font-size: 25px;
    line-height: 30px;
    font-weight: 700;
    color: #0b1953;
    font-family: 'Barlow', sans-serif;
    margin-bottom: 28px;
}

.xs-sidebar-group .content-inner .text {
    position: relative;
    display: block;
    margin-bottom: 45px;
}

.xs-sidebar-group .content-inner p {
    position: relative;
    display: block;
    font-size: 17px;
    line-height: 28px;
    font-family: 'Barlow', sans-serif;
    color: #444444;
    margin-bottom: 0px;
}

.xs-sidebar-group .content-inner .info-box {
    position: relative;
    display: block;
    margin-bottom: 48px;
}

.xs-sidebar-group .content-inner .info-box .info li {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 25px;
    font-family: 'Barlow', sans-serif;
    color: #444;
    padding-left: 47px;
    margin-bottom: 25px;
}

.xs-sidebar-group .content-inner .info-box .info li:last-child {
    margin-bottom: 0px !important;
}

.xs-sidebar-group .content-inner .info-box .info li .icon {
    position: absolute;
    left: 0px;
    top: 0px;
    font-size: 30px;
}

.xs-sidebar-group .content-inner .info-box .info li:first-child .icon {
    top: 7px;
}

.xs-sidebar-group .content-inner .info-box .info li:nth-child(3) .icon {
    left: 8px;
}

.xs-sidebar-group .subscribe-inner .form-group {
    position: relative;
    margin-bottom: 0px;
}

.xs-sidebar-group .subscribe-inner .form-group input[type="email"] {
    position: relative;
    display: block;
    width: 100%;
    height: 56px;
    border: 1px solid #e3dfdf;
    background: #f8f8f8;
    border-radius: 5px;
    padding: 10px 30px;
    font-size: 18px;
    font-family: 'Barlow', sans-serif;
    color: #444;
    margin-bottom: 30px;
    transition: all 500ms ease;
}

.xs-sidebar-group .subscribe-inner .form-group input:focus {}

.xs-sidebar-group .content-inner .info-box .info li a {
    display: inline-block;
    color: #444;
}

.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: 39px;
    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;
}

/** custome-mouse-pointer **/

.mouse-pointer {
    position: fixed;
    top: 50%;
    left: -100px;
    -webkit-transform: translate(200%, 200%);
    -ms-transform: translate(200%, 200%);
    transform: translate(200%, 200%);
    width: 10px;
    height: 10px;
    pointer-events: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 9999;
    -webkit-transition-property: width, height, background;
    -o-transition-property: width, height, background;
    transition-property: width, height, background;
    border-radius: 50%;
    overflow: hidden;
    -webkit-transition: width .3s ease, height .3s ease, opacity .3s ease, color .3s ease, background-color .3s ease, left .3s ease, top .3s ease, border-radius .1s ease, box-shadow .2s ease;
    -ms-transition: width .3s ease, height .3s ease, opacity .3s ease, color .3s ease, background-color .3s ease, left .3s ease, top .3s ease, border-radius .1s ease, box-shadow .2s ease;
    transition: width .3s ease, height .3s ease, opacity .3s ease, color .3s ease, background-color .3s ease, left .3s ease, top .3s ease, border-radius .1s ease, box-shadow .2s ease;
    font-size: 16px;
    text-indent: 0;
    border: none;
    mix-blend-mode: difference;
    background-color: #fff;
    -webkit-box-shadow: 0 0 0 transparent;
    -ms-box-shadow: 0 0 0 transparent;
    box-shadow: 0 0 0 transparent;
}

body.out .mouse-pointer {
    width: 0;
    height: 0;
}

/** 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: 20px 0px;
}

.header-style-19 .sticky-header .outer-box .logo-box {
    padding: 16.5px 0px;
}

.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: 16px 0px;
}

.header-style-two .sticky-header .outer-box .main-menu .navigation {
    margin-top: 6px;
}

.header-style-two .sticky-header .outer-box .main-menu .navigation>li {
    margin: 0px;
}

.header-style-two .sticky-header .option-box {
    margin-top: 24px;
}

.header-style-two .sticky-header .header-right {
    padding-top: 14px;
}

.main-header.header-style-one .sticky-header .main-menu .navigation>li {
    padding: 27.5px 0px;
}

.header-style-six .sticky-header .support-box {
    top: -2px;
}

.header-style-six .sticky-header .support-box .icon-box {
    top: 2px;
}

.header-style-seven .sticky-header .outer-box .logo-box {
    padding: 18px 0px;
}

/** 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;
    border: none;
}

.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: 31px;
}

.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;
    line-height: inherit;
}

.service-style1-area .owl-carousel .owl-prev,
.service-style1-area .owl-carousel .owl-next {
    position: relative;
    display: inline-block;
    width: 43px;
    height: 43px;
    line-height: 39px;
    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-prev:hover,
.service-style1-area .owl-carousel .owl-next:hover {
    color: #fff;
}

.service-style1-area .owl-carousel .owl-prev:before,
.service-style1-area .owl-carousel .owl-next:before {
    position: absolute;
    content: '';
    background: #ccd1d6;
    width: 40px;
    height: 1px;
    top: 20px;
}

.service-style1-area .owl-carousel .owl-nav .owl-prev:before {
    left: -53px;
}

.service-style1-area .owl-carousel .owl-nav .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;
}

.appointment-form .date-box select {
    height: 40px;
    background: #fff;
    border: 1px solid #dddddd;
    line-height: 40px;
    font-size: 18px;
    font-family: 'Barlow', sans-serif;
    color: #444444;
    padding: 0px 15px;
    margin-right: 10px;
    float: left;
}

.appointment-form .date-box #dobday {
    width: 99px;
}

.appointment-form .date-box #dobmonth {
    width: 110px;
}

.appointment-form .date-box #dobyear {
    width: 104px;
}

/*** 

====================================================================
                        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;
    }
    .choosing-plumber .image-layer {
        right: 0px;
    }
    .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;
    }
    .feature-section {
        padding-left: 100px;
    }
    .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;
    }
    .home_landscaping {
        padding: 0px;
    }
    .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) {
    .banner-style-four .image-box {
        margin-right: 0px;
    }
    .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;
    }
    .choosing-plumber .image-layer,
    .about-style-three .image_block_one .image-box:before {
        display: none;
    }
    .banner-style-five {
        padding: 0px;
    }
    .feature-section {
        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;
    }
   
    .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;
    }
    .banner-style-four .content-box {
        margin-bottom: 30px;
        padding-top: 60px;
        margin-left: 0px;
    }
    .banner-style-four .image-box .image-1,
    .banner-style-four .image-box .image-2 {
        display: none;
    }
    .banner-style-four .image-box {
        margin: 0px;
        padding: 0px;
    }
    .banner-style-four .image-box .content-inner {
        position: relative;
        margin-bottom: 30px;
    }
    .banner-style-four .lower-box .shape {
        display: none;
    }
    .banner-style-four .lower-box .list-style-one {
        margin-top: 30px;
    }
    .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;
    }
   
    .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;
    }
    .weare-section .image-layer {
        display: none;
    }
    .clients-section .logo-list li {
        width: 50%;
        border: 1px solid #dbdcdd;
    }
   
}

@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;
    }
    .choosing-plumber {
        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;
    }
    .team-style-two .team-inner {
        padding-bottom: 70px;
        margin-bottom: 70px;
    }
    .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;
    }
    .banner-style-four .content-box h2 {
        font-size: 50px;
        line-height: 60px;
    }
    .banner-style-four {
        padding-bottom: 90px;
    }
    .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;
    }
    .feature-section .single-item {
        width: 100%;
        border-right: none;
    }
    .feature-section .content-box {
        position: relative;
        width: 100%;
    }
    .feature-section .outer-container {
        padding-right: 0px;
    }
    .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%;
    }
    .clients-section .logo-list 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;
    }
    .banner-style-four .lower-box .text h2 {
        font-size: 40px;
        line-height: 50px;
    }
    .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;
    }
    .main-header .option-box {
        display: none;
    }
    .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-four .image-box .content-inner {
        width: 100%;
    }
    .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;
    }
}