

/*** 
=====================================================
	Main Slider style
=====================================================
***/
.main-slider {
    position: relative;
    display: block;
    background-attachment: fixed;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    z-index: 10;
}
.main-slider.style1 {
    margin-top: 0px;
}
.main-slider .slide {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 173px 0px 180px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.main-slider .slide .image-layer{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	-webkit-transform:scale(1);
	-ms-transform:scale(1);
	transform:scale(1);
    transition: all .8s ease-in-out .4s;
}
.main-slider .slide .image-layer:before{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.20);
    content: "";
    z-index: -1;
}
.main-slider .active .slide .image-layer{
	-webkit-transform:scale(1.05);
	-ms-transform:scale(1.05);
	transform:scale(1.05);
}
.main-slider .content{
	position:relative;
	z-index:11;
}
.main-slider.style1 .content{
    position: relative;
    display: block;
    width: 100%;
}
.main-slider .auto-container{
    position: relative;
    overflow: hidden;
}
.main-slider .content h3{
    position: relative;
    display: block;
    overflow: hidden;
    color: #333029;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    text-transform: none;
	opacity: 0;
    -webkit-transform: perspective(400px) rotateX(20deg) translateY(80px);
    -ms-transform: perspective(400px) rotateX(20deg) translateY(80px);
    transform: perspective(400px) rotateX(20deg) translateY(80px);
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
    font-family: 'Work Sans', sans-serif;
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
}
.main-slider .active .content h3{
	opacity: 1;
    -webkit-transform: perspective(400px) rotateX(0deg) translateY(0px);
    -ms-transform: perspective(400px) rotateX(0deg) translateY(0px);
    transform: perspective(400px) rotateX(0deg) translateY(0px);
    -webkit-transition-delay: 500ms;
    -moz-transition-delay: 500ms;
    -ms-transition-delay: 500ms;
    -o-transition-delay: 500ms;
    transition-delay: 500ms;    
}
.main-slider .content .big-title{
    position: relative;
    display: block;
    padding-left: 30px;
    margin-top: 18px;
    margin-bottom: 39px;
	opacity: 0;
    -webkit-transform: perspective(400px) rotateY(20deg) translateY(80px);
    -ms-transform: perspective(400px) rotateY(20deg) translateY(80px);
    transform: perspective(400px) rotateY(20deg) translateY(80px);
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
}
.main-slider .content .big-title:before{
    position: absolute;
    top: 14px;
    left: 0;
    bottom: 21px;
    width: 10px;
    content: "";
}
.main-slider .active .content .big-title{
	opacity: 1;
    -webkit-transform: perspective(400px) rotateY(0deg) translateY(0px);
    -ms-transform: perspective(400px) rotateY(0deg) translateY(0px);
    transform: perspective(400px) rotateY(0deg) translateY(0px);
    -webkit-transition-delay: 1000ms;
    -moz-transition-delay: 1000ms;
    -ms-transition-delay: 1000ms;
    -o-transition-delay: 1000ms;
    transition-delay: 1000ms;    
}
.main-slider .content .big-title h2{
	color: #333029;
	font-size: 100px;
	line-height: 1.1em;
	font-weight: 800;
}
.main-slider .content .btns-box{
	position: relative; 
	opacity: 0;
    -webkit-transform: perspective(400px) rotateY(0deg) translateY(80px);
    -ms-transform: perspective(400px) rotateY(0deg) translateY(80px);
    transform: perspective(400px) rotateY(0deg) translateY(80px);
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transition: all 1500ms ease;
    -moz-transition: all 1500ms ease;
    -ms-transition: all 1500ms ease;
    -o-transition: all 1500ms ease;
    transition: all 1500ms ease;
}
.main-slider .content .btns-box a{
    font-size: 18px;
    line-height: 70px;
    padding: 0 60px;
    border-radius: 50px;
}
.main-slider .content .btns-box a:after{
    border-radius: 50px;    
}
.main-slider .active .content .btns-box{
	opacity: 1;
    -webkit-transform: perspective(400px) rotateY(0deg) translateY(0px);
    -ms-transform: perspective(400px) rotateY(0deg) translateY(0px);
    transform: perspective(400px) rotateY(0deg) translateY(0px);
    -webkit-transition-delay: 1500ms;
    -moz-transition-delay: 1500ms;
    -ms-transition-delay: 1500ms;
    -o-transition-delay: 1500ms;
    transition-delay: 1500ms; 
}
.main-slider .owl-theme .owl-nav {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .5s;
    transition-property: all;
    transform-origin: bottom;
    transform-style: preserve-3d;
    opacity: 0;
    transform: scale(1.0);
}
.main-slider:hover .owl-theme .owl-nav{
    opacity: 1;
    transform: scale(1.0);
}
.main-slider .owl-theme .owl-prev span, 
.main-slider .owl-theme .owl-next span{
    display: block;
}
.main-slider .owl-theme .owl-nav .owl-prev {
    position: absolute;
    left: -60px;
    top: 0;
    transform: rotate(180deg);
    background: rgba(255, 255, 255, 1.0);
    border: 2px solid #ffffff;
    height: 120px;
    width: 120px;
    border-radius: 50%;
    text-align: center;
    color: #333029;
    font-size: 25px;
    line-height: 116px;
    font-weight: 400;
    opacity: 1;
    margin: 0;
    padding: 0;
    margin-top: -60px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.main-slider .owl-theme .owl-prev span:before {
    margin-right: 52px;
}
.main-slider .owl-theme .owl-nav .owl-next {
    position: absolute;
    right: -60px;
    top: 0;
    transform: rotate(0deg);
    background: rgba(255, 255, 255, 1.0);
    border: 2px solid #ffffff;
    height: 120px;
    width: 120px;
    border-radius: 50%;
    text-align: center;
    color: #333029;
    font-size: 25px;
    line-height: 116px;
    font-weight: 400;
    opacity: 1;
    margin: 0;
    padding: 0;
    margin-top: -60px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.main-slider .owl-theme .owl-next span:before{
    margin-left: -52px;    
}
.main-slider .owl-theme .owl-nav .owl-prev:hover{
    background: rgba(255, 255, 255, 0.30);    
}
.main-slider .owl-theme .owl-nav .owl-next:hover{
    background: rgba(255, 255, 255, 0.30);      
}
.banner-carousel .owl-dots {
    display: none;
}



/*** 
=====================================================
	Main Slider Style2 Css
=====================================================
***/
.main-slider.style2 {}
.main-slider.style2 .slide {
    padding: 296px 0px 210px;
}
.main-slider.style2 .slide .image-layer:before {
    background-color: rgba(255, 255, 255, 0.20);
    display: none;
}
.main-slider.style2 .content .icon-box{
    position: relative;
    opacity: 0;
    margin-bottom: 13px;
    -webkit-transform: perspective(400px) rotateY(0deg) translateY(-80px);
    -ms-transform: perspective(400px) rotateY(0deg) translateY(-80px);
    transform: perspective(400px) rotateY(0deg) translateY(-80px);
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transition: all 1500ms ease;
    -moz-transition: all 1500ms ease;
    -ms-transition: all 1500ms ease;
    -o-transition: all 1500ms ease;
    transition: all 1500ms ease;    
}
.main-slider.style2 .active .content .icon-box {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateY(0deg) translateY(0px);
    -ms-transform: perspective(400px) rotateY(0deg) translateY(0px);
    transform: perspective(400px) rotateY(0deg) translateY(0px);
    -webkit-transition-delay: 1500ms;
    -moz-transition-delay: 1500ms;
    -ms-transition-delay: 1500ms;
    -o-transition-delay: 1500ms;
    transition-delay: 1500ms;
}
.main-slider.style2 .content .icon-box img{
    width: auto;
    margin: 0 auto;
}
.main-slider.style2 .content h3 {
    color: #ffffff;
}
.main-slider.style2 .content .big-title {
    padding-left: 0px;
    margin-top: 15px;
    margin-bottom: 29px;
}
.main-slider.style2 .content .big-title:before{
    display: none;
}
.main-slider.style2 .content .big-title h2 {
    color: #ffffff;
}
.main-slider.style2 .owl-theme .owl-nav .owl-prev {
    margin-top: -30px;
}
.main-slider.style2 .owl-theme .owl-nav .owl-next {
    margin-top: -30px;
}






/*** 
=============================================
    Welcome Style1 Area Css
=============================================
***/
.welcome-style1-area{
    position: relative;
    display: block;
    background: #f7f4ef;
    padding-bottom: 180px;
}
.welcome-style1-area .parallax-scene{
    z-index: 1;
}
.welcome-style1-area .shape1 {
    position: absolute !important;
    top: auto !important;
    left: auto !important;
    right: 0 !important;
    bottom: 0 !important;
    width: 577px;
    height: 586px;
    opacity: 1;
    z-index: 1;
}
.welcome-style1-image-box{
    position: relative;
    display: block;
    max-width: 500px;
    width: 100%;
    z-index: 100;
}
.welcome-style1-image-box .shape{
    position: absolute;
    left: -150px;
    bottom: -40px;
}
.welcome-style1-image-box .shape img {
    -webkit-animation: animation1 5s ease-in infinite;
    animation: animation1 5s ease-in infinite;
}


.welcome-style1-image-box .inner{
    position: relative;
    display: block;
    z-index: 2;
}
.welcome-style1-image-box img{
    width: 100%;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
    z-index: 2;
}
.welcome-style1-image-box .title{
    position: absolute;
    left: 0;
    top: -80px;
    right: 0;
    height: 80px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 100;
}
.welcome-style1-image-box .title h3{
    color: #ffffff;
    font-size: 24px;
    line-height: 30px;
    font-weight: 800;
}


.welcome-style1-content-box {
    position: relative;
    display: block;
    padding: 100px 0px 0px;
    z-index: 2;
}
.welcome-style1-content-box .sec-title {
    padding-bottom: 37px;
}
.welcome-style1-content-box .inner-content {
    position: relative;
    display: block;
}
.welcome-style1-content-box .inner-content .text {
    position: relative;
    display: block;
    margin-bottom: 32px;
}
.welcome-style1-content-box .inner-content .text p{
    color: #84827d;
    font-size: 18px;
    line-height: 36px;
    font-weight: 500;
}
.welcome-style1-content-box .inner-content .bottom-box{
    position: relative;
    display: block;
}
.welcome-style1-content-box .inner-content .bottom-box h3 {
    color: #333029;
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
}
.welcome-style1-content-box .inner-content .bottom-box h3 a{
    position: relative;
    display: inline-block;
    padding-left: 5px;
    font-size: 30px;
    font-weight: 800;
}
.welcome-style1-content-box .inner-content .bottom-box .button{
    position: relative;
    display: block;
    padding-top: 42px;
}
.welcome-style1-content-box .inner-content .bottom-box .button a{
    line-height: 70px;
    padding: 0 60px;
    border-radius: 50px;
}
.welcome-style1-content-box .inner-content .bottom-box .button a:after{
    border-radius: 50px;    
}


/*** 
=============================================
    Choose Style1 Area Css
=============================================
***/
.choose-style1-area{
    position: relative;
    display: block;
    background: #ffffff;
    padding: 120px 0 120px;
}
.choose-style1-area .shape {
    position: absolute;
    top: 200px;
    left: 0;
}

.choose-style1-image-box {
    position: relative;
    display: block;
    z-index: 1;
}
.choose-style1-image-box:before {
    position: absolute;
    top: -120px;
    left: 230px;
    bottom: -120px;
    right: -1000000px;
    background: #f7f4ef;
    content: "";
    z-index: -1;
}
.choose-style1-image-box img{
    width: 100%;
}
.choose-style1-image-box .overlay-content {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 230px;
    border-top-right-radius: 10px;
    padding: 40px 40px 31px;
}
.choose-style1-image-box .overlay-content span:before{
    color: #ffffff;
    font-size: 65px;
    line-height: 65px;
}
.choose-style1-image-box .overlay-content h3 {
    color: #ffffff;
    font-size: 18px;
    line-height: 30px;
    font-weight: 700;
    margin: 19px 0 0;
}

.choose-style1-content-box {
    position: relative;
    display: block;
    padding-left: 70px;
    z-index: 1;
}
.choose-style1-content-box .sec-title {
    padding-bottom: 38px;
}
.choose-style1-content-box .inner-content{
    position: relative;
    display: block;
}
.choose-style1-content-box .inner-content .text{
    position: relative;
    display: block;
    margin-bottom: 36px;
}
.choose-style1-content-box .inner-content .text p {
    color: #84827d;
    font-size: 16px;
    line-height: 34px;
    font-weight: 500;
}
.choose-style1-content-box .inner-content ul{
    overflow: hidden;
}
.choose-style1-content-box .inner-content ul li {
    margin-bottom: 47px;
}
.choose-style1-content-box .inner-content ul li:last-child{
    margin-bottom: 0;
}
.choose-style1-content-box .inner-content ul li h3 {
    color: #333029;
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    margin: 0 0 11px;
}
.choose-style1-content-box .inner-content ul li h3 i {
    padding-right: 9px;
}
.choose-style1-content-box .inner-content ul li p {
    color: #84827d;
    font-size: 17px;
    line-height: 26px;
    font-weight: 500;
}





/*** 
=============================================
    About Style1 Area Css
=============================================
***/
.about-style1-area{
    position: relative;
    display: block;
    background: #ffffff;
    padding-top: 120px;
    padding-bottom: 120px;
}
.about-style1-area .shape1{
    position: absolute;
    top: 200px;
    left: 0;
    z-index: 2;
}
.about-style1-area .shape2{
    position: absolute;
    left: 0;
    bottom: -300px;
    z-index: 1;
}
.about-style1-content-box {
    position: relative;
    display: block;
    z-index: 2;
}
.about-style1-content-box .sec-title {
    padding-bottom: 38px;
}
.about-style1-content-box .inner-content{
    position: relative;
    display: block;
}
.about-style1-content-box .inner-content .text {
    position: relative;
    display: block;
    margin-bottom: 35px;
}
.about-style1-content-box .inner-content .text p{}
.about-style1-content-box .inner-content ul {
    overflow: hidden;
    margin-bottom: 35px;
}
.about-style1-content-box .inner-content ul li{
    position: relative;
    display: block;
    color: #333029;
    font-size: 18px;
    line-height: 30px;
    font-weight: 600;
    margin-bottom: 8px;
}
.about-style1-content-box .inner-content ul li:last-child{
    margin-bottom: 0;
}
.about-style1-content-box .inner-content ul li span{
    font-size: 18px;
    font-weight: 700;
    padding-right: 10px;
}
.about-style1-content-box .inner-content .bottom-box {
    position: relative;
    display: block;
}
.about-style1-content-box .inner-content .bottom-box .icon{
    width: 60px;
}
.about-style1-content-box .inner-content .bottom-box .icon span {
    position: relative;
    top: 7px;
    color: #333029;
    font-size: 60px;
}
.about-style1-content-box .inner-content .bottom-box .icon,
.about-style1-content-box .inner-content .bottom-box .title{
    display: table-cell;
    vertical-align: middle;
}
.about-style1-content-box .inner-content .bottom-box .title {
    padding-left: 20px;
}
.about-style1-content-box .inner-content .bottom-box .title h3{
    font-size: 24px;
    line-height: 34px;
    font-weight: 800
}

.about-style1-image-box{
    position: relative;
    display: block;
}
.about-style1-image-box .shape3{
    position: absolute;
    bottom: 80px;
    right: -80px;
    -webkit-animation: service_hexagon_2 15s infinite linear;
    -moz-animation: service_hexagon_2 15s infinite linear;
    -o-animation: service_hexagon_2 15s infinite linear;
    animation: service_hexagon_2 15s infinite linear;
}
.about-style1-image-box .main-image{
    position: relative;
    display: block;
}
.about-style1-image-box .main-image img{
    width: 100%;
}
.about-style1-image-box .main-image .icon-box {
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
    width: 170px;
    height: 170px;
    margin: 0 auto;
    border-radius: 50%;
    text-align: center;
    padding: 29px 0;
}
.about-style1-image-box .main-image .icon-box:before {
    position: absolute;
    bottom: 2px;
    right: 20px;
    content: "\f0d7";
    font-family: FontAwesome;
    font-size: 30px;
    transform: rotate(-40deg);
}
.about-style1-image-box .main-image .icon-box span{
    color: #ffffff;
    font-size: 60px;
}
.about-style1-image-box .main-image .icon-box h3{
    color: #ffffff;
    font-size: 20px;
    line-height: 20px;
    margin: 8px 0 0;
}



/*** 
=============================================
    About Style2 Area Css
=============================================
***/
.about-style2-area{
    position: relative;
    display: block;
    background: #ffffff;
    padding: 120px 0 120px;
}
.about-style2-area .shape{
    position: absolute;
    left: 0;
    bottom: -100px;
    z-index: 10;
}
.about-style2-image-box{
    position: relative;
    display: block;
    z-index: 10;
}
.about-style2-image-box .main-image{
    position: relative;
    display: block;
}
.about-style2-image-box .main-image img{
    width: 100%;
}
.about-style2-image-box .main-image .icon-box {
    position: absolute;
    top: 50px;
    left: -115px;
    width: 170px;
    height: 170px;
    border-radius: 50%;
    text-align: center;
    padding: 29px 0;
}
.about-style2-image-box .main-image .icon-box:before{
    position: absolute;
    bottom: 2px;
    right: 20px;
    content: "\f0d7";
    font-family: FontAwesome;
    font-size: 30px;
    transform: rotate(-40deg);
}
.about-style2-image-box .main-image .icon-box span{
    color: #ffffff;
    font-size: 60px;
}
.about-style2-image-box .main-image .icon-box h3{
    color: #ffffff;
    font-size: 20px;
    line-height: 20px;
    margin: 8px 0 0;
}


.about-style2-content-box {
    position: relative;
    display: block;
    padding-left: 70px;
    z-index: 11;
}
.about-style2-content-box .sec-title{
    padding-bottom: 38px;
}
.about-style2-content-box .inner-content{
    position: relative;
    display: block;
}
.about-style2-content-box .inner-content .title {
    position: relative;
    display: block;
    background: #f7f4ef;
    border-radius: 5px;
    padding: 16px 40px 18px;
}
.about-style2-content-box .inner-content .title h3{
    font-size: 20px;
    line-height: 30px;
    font-weight: 800;
}
.about-style2-content-box .inner-content .text {
    position: relative;
    display: block;
    margin-top: 38px;
    margin-bottom: 38px;
}
.about-style2-content-box .inner-content .text p{
    color: #84827d;
    font-size: 18px;
    line-height: 36px;
    font-weight: 500;
}


.about-style2-content-box .bottom-text{
    position: relative;
    display: block;
    border-bottom: 1px solid #ebe5db;
}
.about-style2-content-box .bottom-text .single-box {
    position: relative;
    display: block;
    padding-bottom: 22px;
}
.about-style2-content-box .bottom-text .single-box h3{
    color: #333029;
    font-size: 18px;
    line-height: 34px;
    font-weight: 700;
}
.about-style2-content-box .bottom-text .single-box h3 span{
    font-size: 18px;
    font-weight: 700;
    padding-right: 10px;
}
.about-style2-content-box .bottom-text .single-box p{
    color: #84827d;
    font-size: 16px;
    line-height: 34px;
    font-weight: 500;
}

.about-style2-phone-number{
    position: relative;
    display: block;
    padding-top: 31px;
}
.about-style2-phone-number h3 {
    color: #333029;
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
}
.about-style2-phone-number h3 a{
    position: relative;
    display: inline-block;
    padding-left: 5px;
    font-size: 30px;
    font-weight: 800;
}
.about-style1-content-box .inner-content .bottom-box .icon span svg {
    max-width: 60px;
    height: auto;
}




/*** 
=============================================
    Service style1 Area Css
=============================================
***/
.service-style1-area{
    position: relative;
    display: block;
    overflow: hidden;
    background: #ffffff;
    padding: 120px 0 90px;
    z-index: 1;
}
.service-style1-area .top-gray-bg{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 370px;
    background: #f6f2eb;
    z-index: -1;
}
.service-style1-area .sec-title {
    padding-bottom: 78px;
}
.service-style1-area.pdbottom120{
    padding-bottom: 120px;
}

.single-service-style1{
    position: relative;
    display: block;
    background: #ffffff;
    border: 1px solid #ebe5db;
    padding: 0 19px 0;
    border-radius: 8px;
    margin-bottom: 30px;
}
.single-service-style1:hover{
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07); 
    transition: all 100ms linear;
    transition-delay: 0.1s;
}
.single-service-style1 .img-holder {
    position: relative;
    display: block;
    overflow: hidden;
    margin-top: -20px;
}
.single-service-style1 .img-holder .inner{
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 8px;
}
.single-service-style1 .img-holder img{
    width: 100%;
    transform: scale(1.01);
    transition: all 700ms ease;
}
.single-service-style1:hover .img-holder img{
    transform: scale(1.2);    
}
.single-service-style1 .img-holder::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-service-style1:hover .img-holder::before {
    -webkit-animation: circle .75s;
    animation: circle .75s;
}


.single-service-style1 .text-holder{
    position: relative;
    display: block;
    padding: 23px 20px 0;
}
.single-service-style1 .text-holder .inner-text{
    position: relative;
    display: block;
    overflow: hidden;
}
.single-service-style1 .text-holder h3{
    font-size: 24px;
    line-height: 34px;
    font-weight: 700;
    margin: 0 0 18px;
}
.single-service-style1 .text-holder h3 a{
    color: #333029;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}
.single-service-style1 .text-holder p{
    line-height: 30px;
    margin: 0;   
}
.single-service-style1 .text-holder .readmore-button {
    position: relative;
    display: block;
    padding-top: 31px;
    margin-bottom: -45px;
}
.single-service-style1 .text-holder .readmore-button a {
    position: relative;
    display: block;
    width: 95px;
    height: 95px;
    margin: 0 auto;
    background: #f6f2eb;
    border-radius: 50%;
    text-align: center;
    color: #333029;
    font-size: 20px;
    line-height: 140px;
    font-weight: 600;
    transform: rotate(180deg);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}
.single-service-style1 .text-holder .readmore-button a:hover{
    color: #ffffff;
}


/*** 
=============================================
    Service style2 Area Css
=============================================
***/
.service-style1-bg{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-attachment: fixed;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
}
.service-style1-bg:before{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #333029;
    opacity: .90;
    content: "";
}
.single-service-style1.style1instyle2 {
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.10);
}
.single-service-style1.style1instyle2 .text-holder h3 a {
    color: #ffffff;
}
.single-service-style1.style1instyle2 .text-holder p{
    color: #a4a097;
}
.single-service-style1.style1instyle2 .text-holder .readmore-button a {
    background: rgba(255, 255, 255, 0.10);
}



.service-style1-area.element-page{}
.service-style1-area.element-page .owl-carousel.owl-dot-style1 .owl-dots {
    margin-top: 0px !important;
}
.service-style1-area.element-page .owl-carousel.owl-dot-style1 .owl-stage-outer {
    padding-top: 20px;
    padding-bottom: 30px;
}





/*** 
=============================================
    Choose Style1 Area Css
=============================================
***/
.choose-style1-area{
    position: relative;
    display: block;
    background: #ffffff;
    padding: 120px 0 120px;
}
.choose-style1-area .shape {
    position: absolute;
    top: 200px;
    left: 0;
}

.choose-style1-image-box {
    position: relative;
    display: block;
    z-index: 1;
}
.choose-style1-image-box:before {
    position: absolute;
    top: -120px;
    left: 230px;
    bottom: -120px;
    right: -1000000px;
    background: #f7f4ef;
    content: "";
    z-index: -1;
}
.choose-style1-image-box img{
    width: 100%;
}
.choose-style1-image-box .overlay-content {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 230px;
    border-top-right-radius: 10px;
    padding: 40px 40px 31px;
}
.choose-style1-image-box .overlay-content span:before{
    color: #ffffff;
    font-size: 65px;
    line-height: 65px;
}
.choose-style1-image-box .overlay-content h3 {
    color: #ffffff;
    font-size: 18px;
    line-height: 30px;
    font-weight: 700;
    margin: 19px 0 0;
}

.choose-style1-content-box {
    position: relative;
    display: block;
    padding-left: 70px;
    z-index: 1;
}
.choose-style1-content-box .sec-title {
    padding-bottom: 38px;
}
.choose-style1-content-box .inner-content{
    position: relative;
    display: block;
}
.choose-style1-content-box .inner-content .text{
    position: relative;
    display: block;
    margin-bottom: 36px;
}
.choose-style1-content-box .inner-content .text p {
    color: #84827d;
    font-size: 16px;
    line-height: 34px;
    font-weight: 500;
}
.choose-style1-content-box .inner-content ul{
    overflow: hidden;
}
.choose-style1-content-box .inner-content ul li {
    margin-bottom: 47px;
}
.choose-style1-content-box .inner-content ul li:last-child{
    margin-bottom: 0;
}
.choose-style1-content-box .inner-content ul li h3 {
    color: #333029;
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    margin: 0 0 11px;
}
.choose-style1-content-box .inner-content ul li h3 i {
    padding-right: 9px;
}
.choose-style1-content-box .inner-content ul li p {
    color: #84827d;
    font-size: 17px;
    line-height: 26px;
    font-weight: 500;
}






/*** 
=============================================
    Project style1 Area Css
=============================================
***/
.project-style1-area{
    position: relative;
    display: block;
    background: #ffffff;
    padding: 0px 0 120px;
}
.project-style1-area.pdtop120{
    padding-top: 120px;
}
.recent-project-title{
    position: relative;
    display: block;
    padding: 50px 0;
    margin-bottom: 120px;
}
.recent-project-title:before {
    position: absolute;
    bottom: -15px;
    left: 0px;
    right: 0;
    content: "\f0d7";
    font-family: FontAwesome;
    font-size: 80px;
    text-align: center;
}
.recent-project-title h2{
    color: #ffffff;
    font-size: 46px;
    line-height: 60px;
    font-weight: 800;
}
.project-style1-area .auto-container-box {
    position: static;
    max-width: 1650px;
    padding: 0px 15px;
    margin: 0 auto;
}

.project-style1-content {
    position: relative;
    display: block;
    overflow: hidden;
    margin-left: -15px;
    margin-right: -15px;
}
.project-style1-content li {
    position: relative;
    display: block;
    float: left;
    margin: 0 15px 0;
}
.single-project-style1 {
    position: relative;
    display: block;
}
.single-project-style1 .img-holder {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 5px;
}
.single-project-style1 .img-holder:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    border-radius: 5px;
    transition: .5s;
    transform: perspective(400px) scaleX(0);
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
    z-index: 2;
}
.single-project-style1:hover .img-holder:before{
    opacity: 1;
    transform: perspective(400px) scaleX(1.0);
}
.single-project-style1 .img-holder img{
    width: 100%;
}
.single-project-style1 .overlay-content{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    -webkit-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
    transition: all 500ms linear;
    transition-delay: 0.2s;
    z-index: 3;
}
.single-project-style1:hover .overlay-content{
    opacity: 1;
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);    
}
.single-project-style1 .overlay-content .inner {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    height: 100%;
}
.single-project-style1 .overlay-content .inner h3 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 800;
}
.single-project-style1 .overlay-content .inner h3 a{
    color: #ffffff;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}
.single-project-style1 .overlay-content .inner h3 a:hover{
    color: #333029;
}
.single-project-style1 .overlay-content .inner .readmore-button {
    position: relative;
    display: block;
    margin-top: 13px;
    margin-bottom: -45px;
}
.single-project-style1 .overlay-content .inner .readmore-button a {
    position: relative;
    display: block;
    width: 95px;
    height: 95px;
    background: #ffffff;
    border-radius: 50%;
    text-align: center;
    color: #333029;
    font-size: 20px;
    line-height: 140px;
    font-weight: 600;
    transform: rotate(180deg);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}
.single-project-style1 .overlay-content .inner .readmore-button a:hover{
    color: #ffffff;
    background: #333029;
}



/*** 
=============================================
    Project Style2 Area Css
=============================================
***/
.project-style2-area{
    position: relative;
    display: block;
    background: #ffffff;
    overflow: hidden;
    min-height: 600px;
}

.project-style2-title-box {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    padding-top: 110px;
    padding-right: 110px;
    z-index: 1;
}
.project-style2-title-box:before {
    position: absolute;
    top: 0;
    left: -100000px;
    bottom: 120px;
    right: -300px;
    content: "";
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    z-index: -1;
}
.project-style2-title-box:after {
    position: absolute;
    top: 0;
    left: -100000px;
    bottom: 120px;
    right: -300px;
    
    content: "";
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    z-index: -1;
    background-size: contain;
    background-attachment: scroll;
    background-position: center top;
    background-repeat: repeat-x;
}

.project-style2-title-box .sec-title{
    margin-top: 0;
    padding-bottom: 40px;
}
.project-style2-title-box .sec-title.style2 .sub-title h3 {
    color: #333029;
}
.project-style2-title-box .sec-title .sub-title h3:before {
    background: #333029;
}
.project-style2-title-box .text{
    position: relative;
    display: block;
}
.project-style2-title-box .text p{
    color: #ffffff;
    font-size: 16px;
    line-height: 28px;
    font-weight: 500;
    margin: 0;
}


.project-style2-content-box{
    position: relative;
    display: block;
    padding-top: 210px;
}
.project-complected-box {
    position: absolute;
    top: 0;
    right: 0;
    padding-left: 110px;
    padding-top: 66px;
}
.project-complected-box .icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 110px;
    border-right: 1px solid #ebe5db;
    padding: 77px 0 5px;
}
.project-complected-box .icon span:before {
    font-size: 65px;
    line-height: 65px;
}
.project-complected-box .title{
    position: relative;
    display: block;
    padding-left: 50px;
}
.project-complected-box .title h2{
    font-size: 60px;
    line-height: 52px;
    font-weight: 800;
    margin: 0 0 10px;
}
.project-complected-box .title h3{
    color: #84827c;
    font-size: 18px;
    line-height: 22px;
    font-weight: 500;
}


.project-carousel{
    position: relative;
    display: block;
}
.project-carousel.owl-carousel .owl-stage-outer {
    margin-right: -600px;
}

.project-carousel.owl-carousel.owl-dot-style1 .owl-dots {
    position: absolute;
    left: -405px;
    bottom: 0;
    line-height: 0;
}













