/***************************************************************************************************************
||||||||||||||||||||||||||       MASTER STYLESHEET FOR Repairix             |||||||||||||||||||||||||
****************************************************************************************************************
||||||||||||||||||||||||||                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                ||||||||||||||||||||||||||||||||||||
****************************************************************************************************************/




@import url('https://fonts.googleapis.com/css?family=Arimo:400,400i,700,700i&display=swap');
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap');




@import url(../css/animate.css);
@import url(../css/bootstrap-select.min.css);
@import url(../css/icomoon.css);
@import url(../css/jquery.bootstrap-touchspin.css);
@import url(../css/jquery.fancybox.min.css);
@import url(../css/jquery.mCustomScrollbar.min.css);
@import url(../css/nouislider.css);
@import url(../css/nouislider.pips.css);
@import url(../css/polyglot-language-switcher.css);
@import url(../css/timePicker.css);
@import url(../css/slick.css);
@import url(../css/jquery.bxslider.css);
@import url(../css/jquery-ui.css);








/*==============================================
   Base Css
===============================================*/
*{
	margin:0px;
	padding:0px;
	border: none;
	outline: none;
	font-size: 100%;
}
html,
body { 
    height: 100%;
}
body {
    color: #777777;
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    font-family: 'Arimo', sans-serif;
}
button:focus{
    outline: none;
}
button {
    cursor: pointer;
    border: none;
    background: transparent;
    padding: 0;
}
h1, h2, h3, h4, h5, h6 {
    color: #222222;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    margin: 0;
}
h3 {
    font-size: 18px; 
    line-height: 30px;
    font-weight: 700;
}
h4 {

}
a,
a:hover,
a:active,
a:focus {
    text-decoration: none;
    outline: none;
    border: none;
}
img.lazy-image{
	background:url(../images/icon/image-bg.svg) center center no-repeat;	
}
img.lazy-image.loaded{
	background-image:none;
}
.owl-theme img.lazy-image.loaded{
	height: auto;
	opacity: 1;
}



@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
}

.fix{
    position: relative;
    display: block;
    overflow: hidden;
}
img {
    max-width: 100%;
    height: auto;
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .7s;
    transition-property: all;
}
.map-data {
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.8em;
    padding: 5px 10px 5px;
}
.map-data a{
    color: #0b59d9;
	display: block;
}
.map-data h6{
	font-size:16px;
	font-weight:700;
	text-align:center;
	margin-bottom:5px;
	color:#121212;
}



i {
	font-style: normal;
}
ul,
li {
    list-style: none;
    margin: 0;
    padding: 0;
}
ol,
li{
    margin: 0;
    padding: 0;    
}
.clr1{
    color: #f36727;
}
.bgclr1{
    background: #f36727;    
}


.auto-container {
    position: static;
    max-width: 1200px;
    padding: 0px 15px;
    margin: 0 auto;
}



.btn-one {
    position: relative;
    display: inline-block;
    padding-left: 35px;
    color: #000000;
    font-size: 14px;
    line-height: 50px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Arimo', sans-serif;
    transition: all 0.3s ease-in-out 0.1s;
}
.btn-one:after{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #ffffff;
    content: "";
    -moz-transform: skew(-20deg, 0deg);
    -webkit-transform: skew(-20deg, 0deg);
    -o-transform: skew(-20deg, 0deg);
    -ms-transform: skew(-20deg, 0deg);
    transform: skew(-20deg, 0deg);
    transition: all 0.3s ease-in-out 0.1s;
}
.btn-one:hover:after{
    -moz-transform: skew(20deg, 0deg);
    -webkit-transform: skew(20deg, 0deg);
    -o-transform: skew(20deg, 0deg);
    -ms-transform: skew(-20deg, 0deg);
    transform: skew(20deg, 0deg);
    transition: all 0.3s ease-in-out 0.1s;    
}
.btn-one .icon {
    position: relative;
    display: inline-block;
    float: right;
    margin-left: 35px;
    height: 50px;
    width: 40px;
    text-align: center;
    color: #ffffff;
    line-height: 50px;
    font-weight: 400;
    z-index: 1;
}
.btn-one:before{
    position: absolute;
    top: 0;
    right: -1px;
    bottom: 0;
    width: 40px;
    content: "";
    -moz-transform: skew(-20deg, 0deg);
    -webkit-transform: skew(-20deg, 0deg);
    -o-transform: skew(-20deg, 0deg);
    -ms-transform: skew(-20deg, 0deg);
    transform: skew(-20deg, 0deg);
    transition: all 0.3s ease-in-out 0.1s;   
    z-index: 1;
}
.btn-one:hover:before{
    background: #000000;
    -moz-transform: skew(20deg, 0deg);
    -webkit-transform: skew(20deg, 0deg);
    -o-transform: skew(20deg, 0deg);
    -ms-transform: skew(20deg, 0deg);
    transform: skew(20deg, 0deg);    
}
.btn-one .txt {
    position: relative;
    display: inline-block;
    float: left;
    z-index: 1;
}
.btn-one:hover,
.btn-one:focus{
    color: #ffffff;
}

.btn-one.style2{
    color: #ffffff;
}
.btn-one.style2:after {
    background: #222222;
}






.btn-two {
    position: relative;
    display: inline-block;
    border-radius: 30px;
    border-top-left-radius: 0;
    padding: 0 55px;
    color: #ffffff;
    font-size: 16px;
    line-height: 60px;
    font-weight: 400;
    text-transform: capitalize;
    font-family: 'Archivo', sans-serif;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}
.btn-two:hover{
    color: #ffffff;
    background: #152229;
}



.gra-bgclr1{
    background: rgba(0,0,0,0);/* Old Browsers */
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.29) 43%, rgba(0,0,0,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0)), color-stop(43%, rgba(0,0,0,0.29)), color-stop(100%, rgba(0,0,0,1)));/* Chrome, Safari4+ */
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.29) 43%, rgba(0,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.29) 43%, rgba(0,0,0,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.29) 43%, rgba(0,0,0,1) 100%); /* IE 10+ */
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.29) 43%, rgba(0,0,0,1) 100%);/* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );/* IE6-9 */
}

.sec-title {
    position: relative;
    display: block;
    padding-bottom: 60px;
}
.sec-title h2{
    position: relative;
    top: -8px;
    color: #222222;
    font-size: 36px;
    line-height: 44px;
    font-weight: 600;
    text-transform: capitalize;
    margin: 0 0 13px;
}
.sec-title .border-box {
    position: relative;
    display: block;
    height: 7px;
    width: 60px;
    margin: 0 auto;
}
.sec-title .border-box:before{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    content: "";
}
.sec-title .border-box:after{
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    width: 40px;
    height: 2px;
    margin: 0 auto;
    content: "";
}

.sec-title .border-box.left{
    margin: 0;    
} 
.sec-title .border-box.left:after {
    right: auto;
    margin: 0;
}





.parallax-bg-one {
    background-attachment: fixed;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
}
.parallax-bg-one::before {
    background: rgba(18, 32, 0, 0.90) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
} 
.parallax-bg-two {
    background-attachment: fixed;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
}
.parallax-bg-two::before {
    background: rgba(9, 23, 33, 0.90) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
} 

.flex-box {
    display: flex;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
}
.flex-box-two {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}
.flex-box-three {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}
.flex-box-four {
    display: flex;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}
.flex-box-five {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}



/*___ owl Nav Dot Style _____*/
.owl-theme .owl-prev span, 
.owl-theme .owl-next span {
    display: none;
}
.owl-nav-style-one{}
.owl-nav-style-one .owl-controls { }
.owl-nav-style-one.owl-theme .owl-stage-outer {
    position: relative;
    display: block;
    padding-top: 0px;
    padding-bottom: 0px;
}
.owl-nav-style-one.owl-theme .owl-nav {
    position: relative;
    display: block;
    margin-left: 9px;
}
.owl-nav-style-one.owl-theme .owl-nav [class*="owl-"] {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 40px;
    background: transparent;
    border: 0px solid #222222;
    border-radius: 0%;
    color: #222222;
    font-size: 20px;
    font-weight: 100;
    line-height: 38px;
    margin: 0 0 0 0px;
    padding: 0;
    transition: all 700ms ease 0s;
}
.owl-nav-style-one.owl-theme .owl-nav .owl-prev:before, 
.owl-nav-style-one.owl-theme .owl-nav .owl-next:before {
    position: absolute;
    content: "\f104";
    font-family: FontAwesome;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    color: #222222;
    font-size: 20px;
    line-height: 38px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}
.owl-nav-style-one.owl-theme .owl-nav .owl-prev:hover:before, 
.owl-nav-style-one.owl-theme .owl-nav .owl-next:hover:before {
    color: #ffffff;
}
.owl-nav-style-one.owl-theme .owl-nav .owl-prev:after, 
.owl-nav-style-one.owl-theme .owl-nav .owl-next:after {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border: 1px solid #222222;
    content: "";
    -moz-transform: skew(-20deg, 0deg);
    -webkit-transform: skew(-20deg, 0deg);
    -o-transform: skew(-20deg, 0deg);
    -ms-transform: skew(-20deg, 0deg);
    transform: skew(-20deg, 0deg);
    z-index: -1;
    transition: all 200ms linear;
    transition-delay: 0.1s;
    
}
.owl-nav-style-one.owl-theme .owl-nav .owl-prev {
    transform: rotate(0deg);
}
.owl-nav-style-one.owl-theme .owl-nav .owl-next {
	margin-left: 10px;
    transform: rotate(180deg);
}




.owl-nav-style-two{}
.owl-nav-style-two .owl-controls { }
.owl-nav-style-two.owl-theme .owl-nav [class*="owl-"] {
    background: #fff none repeat scroll 0 0;
    border-radius: 0%;
    color: #3740b0;
    font-size: 24px;
    font-weight: 700;
    height: 50px;
    line-height: 50px;
    margin: 0 0 0 0px;
    padding: 0;
    width: 50px;
    transition: all 700ms ease 0s;
}
.owl-nav-style-two.owl-theme .owl-nav .owl-next {
    margin-left: 0px;
}
.owl-nav-style-two.owl-theme .owl-nav [class*="owl-"]:hover{
    color: #ffffff;
    background: #3740b0;
}



.owl-carousel.owl-dot-style1 .owl-stage-outer {
    position: relative;
    display: block;
    padding-top: 0px;
    padding-bottom: 60px;
}
.owl-carousel.owl-dot-style1 .owl-dots {
    position: relative;
    display: block;
    text-align: center;
    line-height: 10px;
}
.owl-carousel.owl-dot-style1 .owl-dots .owl-dot{
    position: relative;
	display: inline-block;
	width: 30px;
	height: 4px;
    border: 0px solid #4c4c4c;
	margin: 0px 5px;
	padding: 0px;
	border-radius: 0px;
	transition: all 100ms linear;
    transition-delay: 0.1s;
}
.owl-carousel.owl-dot-style1 .owl-dots .owl-dot span{
	display: none;	
}
.owl-carousel.owl-dot-style1 .owl-dots .owl-dot.active{
    height: 10px;
    width: 40px;
    background: #ffffff;
}





.accordion-box {
    position: relative;
    display: block;
}
.accordion-box .accordion {
    position: relative;
    display: block;
    margin-bottom: 15px;
}
.accordion-box .accordion.marginbottom0{
    margin-bottom: 0;
}
.accordion-box .accordion .accord-btn {
    position: relative;
    display: block;
    border: 1px solid #959595;
    cursor: pointer;
    background: #ffffff;
    padding-left: 29px;
    padding-right: 60px;
    padding-top: 16px;
    padding-bottom: 16px;
    transition: all 500ms ease;
}
.accordion-box .accordion .accord-btn h4 {
    color: #222222;
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    transition: all 500ms ease;
}
.accordion-box .accordion .accord-btn::after {
    font-family: "Flaticon";
    position: absolute;
    content: "\f104";
    top: 50%;
    right: 29px;
    width: auto;
    height: auto;
    background: transparent;
    color: #222222;
    font-size: 16px;
    font-weight: 600;
    transform: translateY(-50%);
    transition: all 500ms ease 0s;
}

.accordion-box .accordion .accord-btn.active{
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;  
}
.accordion-box .accordion .accord-btn.active h4 {
    color: #000000;
}
.accordion-box .accordion .accord-btn.active:after{
    color: #000000;
    content: "\f105";
}
.accordion-box .accordion .accord-content {
    position: relative;
    display: block;
    padding-top: 24px;
    padding-left: 30px;
    padding-bottom: 5px;
    padding-right: 0px;
    display: none;
}
.accordion-box .accordion .accord-content.collapsed {
    display: block;
}
.accordion-box .accordion .accord-content h5{
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    margin: 0 0 9px;
}
.accordion-box .accordion .accord-content p {
    color: #777777;
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    margin: 0;
}



@keyframes pulse {
    50% {
        box-shadow: 0 0 0 5px rgba(255,255,255,.1),
        0 0 0 20px rgba(238, 238,238, 0.3000);
    }
}

@keyframes pulse2 {
    50% {
        box-shadow: 0 0 0 5px rgba(255,231,1,.1),
        0 0 0 20px rgba(255, 231,1, 0.3000);
    }
}

.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: 4px;
}
.rating-box ul li:last-child{
    margin-right: 0;
}
.rating-box ul li a{
    color: #d0d0d0;
    font-size: 14px;
    font-weight: 600;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}




.boxed_wrapper {
    position: relative;
    overflow: hidden;  
    background: #ffffff none repeat scroll 0 0;
    margin: 0 auto;
    width: 100%;
    min-width: 320px;
    min-height: 400px;
}


/*=============== Boxed-Layout =============*/
.boxed_wrapper_box_page{
    position: relative;
    overflow-x: hidden;
    margin: 0 auto;
    width: 100%;
    min-width: 300px;
}
.body_switcher {
    position: fixed;
    top: 150px;
    z-index: 99;
    left: -200px;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.body_switcher .body_switch_btn {
    position: absolute;
    right: -50px;
    z-index: -1;
}
.body_switcher .body_switch_btn button {
    width:50px;
    height:50px;
    color: #ffffff;
    font-size: 24px;
    line-height: 50px;
    background: rgba(0, 0, 0, 0.80);
    cursor: pointer;
    transition: all 500ms ease;
}


.body_switcher .boxed_switch_menu {
    position: relative;
    background: #fff;
    width: 200px;
    padding: 25px 15px 20px;
    text-align: center;
    box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.1);
}
.body_switcher .boxed_switch_menu h5{
    color: #222222;
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    margin-bottom: 0px;
}
.body_switcher.switcher-show{
    left:0;
}
.body_switcher .boxed_switch_menu .switch_body .box {
    cursor: pointer;
    display: inline-block;
    text-align: center;
    margin-top: 15px;
}
.body_switcher .boxed_switch_menu .switch_body .box>div {
    width:80px;
    height:50px;
    background: #fff;
    border:2px solid #999;
}
.body_switcher .boxed_switch_menu .switch_body .box>div>span {
    display: block;
    width:60px;
    height:100%;
    margin:0 auto;
    background: #fff;
    border-left:2px solid #e5e5e5;
    border-right:2px solid #e5e5e5;
}
.body_switcher .boxed_switch_menu .switch_body .box p {
    position: relative;
    display: block;
    color: #999;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    margin: 7px 0 0;
}
.main_page.active_boxlayout {
    max-width: 1550px;
    width: 100%;
    min-width: 300px;
    margin: 0 auto;
    background: url(../images/pattern/body-pattern.png) #f8f8f8;
    background-attachment: fixed;
    background-repeat: repeat;
    background-position: center;
    overflow-x:hidden;
}




/*=============== Color-Layout =============*/
.switcher {
    position: fixed;
    top: 220px;
    z-index: 99;
}
.switcher .switch_btn {
  position: absolute;
  top: 0px;
  right: -50px;
  z-index: -1;
}
.switcher .switch_btn button {
    width: 50px;
    height: 50px;
    color: #fff;
    line-height: 50px;
    cursor: pointer;
    border-radius: 0;
    margin-left: 0;
    transition: all 500ms ease;
    background: rgba(255, 255, 255, 0.70);
}

.switcher .switch_menu {
    position: absolute;
    width: 180px;
    height: 30px;
    background: transparent;
    display: none;
    top: 0px;
    left: 60px;
    bottom: 0;
    margin: 10px 0;
}
.switcher #styleOptions li {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-right: 3px;
}
.switcher #styleOptions li:last-child{
    margin-right: 0;
}
.switcher #styleOptions li a {
    position: relative;
    display: inline-block;
    width:100%;
    height:100%;
    border-radius: 50%;
    box-shadow: 0 0 0 0px #fff;
}

.switcher #styleOptions li a.blue-color {
    background: #6377ee;
}
.switcher #styleOptions li a.pink-color {
    background: #ff6ec7;
}
.switcher #styleOptions li a.violet-color {
    background: #6936d8;
}
.switcher #styleOptions li a.crimson-color {
    background: #ba0913;
}
.switcher #styleOptions li a.orange-color {
    background: #FFA500;
}








/*________________Preloader_______________ */
.preloader{ 
    position:fixed; 
    left:0px; 
    top:0px; 
    width:100%; 
    height:100%; 
    z-index:999999999999999999; 
    background: linear-gradient(135deg, #1c63b8 0%, #0d4a8f 100%);
    background-position:center center; 
    background-repeat:no-repeat; 
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    opacity: 1;
    transition: opacity 0.5s ease-out;
}
.preloader.fade-out {
    opacity: 0;
    pointer-events: none;
}
.preloader-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 40px;
}
.preloader-logo {
    position: relative;
    z-index: 2;
    animation: logoFadeInScale 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.preloader-logo img {
    max-width: 280px;
    height: auto;
    display: block;
    filter: drop-shadow(0 8px 24px rgba(0, 0, 0, 0.4));
    animation: logoGlow 3s ease-in-out infinite;
}
/* Professional Spinner */
.preloader-spinner {
    position: relative;
    width: 80px;
    height: 80px;
    margin: 20px auto;
}
.spinner-ring {
    position: absolute;
    width: 100%;
    height: 100%;
    border: 3px solid transparent;
    border-top-color: rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    animation: spin 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
}
.spinner-ring:nth-child(1) {
    animation-delay: -0.45s;
}
.spinner-ring:nth-child(2) {
    width: 70%;
    height: 70%;
    top: 15%;
    left: 15%;
    border-top-color: rgba(255, 255, 255, 0.7);
    animation-delay: -0.3s;
}
.spinner-ring:nth-child(3) {
    width: 50%;
    height: 50%;
    top: 25%;
    left: 25%;
    border-top-color: rgba(255, 255, 255, 0.5);
    animation-delay: -0.15s;
}
/* Progress Bar */
.preloader-progress {
    width: 200px;
    height: 3px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}
.progress-bar {
    height: 100%;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 1), rgba(255, 255, 255, 0.6));
    border-radius: 10px;
    width: 0%;
    animation: progressLoad 2s ease-in-out infinite;
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
}
/* Animations */
@keyframes logoFadeInScale {
    0% {
        opacity: 0;
        transform: scale(0.5) translateY(30px);
    }
    100% {
        opacity: 1;
        transform: scale(1) translateY(0);
    }
}
@keyframes logoGlow {
    0%, 100% {
        filter: drop-shadow(0 8px 24px rgba(0, 0, 0, 0.4));
    }
    50% {
        filter: drop-shadow(0 12px 32px rgba(255, 255, 255, 0.3));
    }
}
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
@keyframes progressLoad {
    0% {
        width: 0%;
        left: 0%;
    }
    50% {
        width: 70%;
        left: 15%;
    }
    100% {
        width: 100%;
        left: 0%;
    }
}
.preloader.style-two {
    background-image: none;
}
.preloader.style-two .preloader-logo {
    animation: logoFadeInScale 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.preloader.style-two .preloader-logo img {
    max-width: 280px;
    height: auto;
    display: block;
    filter: drop-shadow(0 8px 24px rgba(0, 0, 0, 0.4));
    animation: logoGlow 3s ease-in-out infinite;
}





/*** Scroll To Top style ***/
.scroll-top {
    position: fixed;
    right: 15px;
    bottom: 20px;
    width: 55px;
    height: 55px;
    color: #ffffff;
    border-radius: 50%;
    font-size: 14px;
    line-height: 54px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    display: none;
    cursor: pointer;
    transition: all 200ms linear;
    transition-delay: 0.1s;
    z-index: 999999999;
}
.scroll-top span {}
.scroll-top:after {
	position: absolute;
	content: '';
	top: 100%;
	left: 5%;
	height: 10px;
	width: 90%;
	opacity: 1;
	z-index: -1;
	background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
	background: -webkit-radial-gradient(center ellipse, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
	background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
}
.scroll-top:hover{
    color: #222222;
}

.scroll-top.style2 {
    position: absolute;
    width: 60px;
    height: 60px;
    border-radius: 0%;
    background: #ffffff;
    border: none;
    text-align: center;
    animation: auto;
    transition: all 200ms linear;
    transition-delay: 0.1s;
    top: -30px;
    right: 0;
    font-size: 30px;
    line-height: 60px;
    font-weight: 400;
}













/* Form validation styles */
input:focus,
textarea:focus,
select:focus {
    border-color: #43c3ea;
    outline: none;
}

#contact-form input[type="text"].error{
    border-color: red;    
}
#contact-form input[type="email"].error{
  border-color: red;    
}
#contact-form select.error {
  border-color: red;
}
#contact-form textarea.error{
  border-color: red;    
}




/* Post pagination styles */
.post-pagination{
    position: relative;
    display: block;
}
.post-pagination.martop20{
    margin-top: 20px;
}
.post-pagination li {
    position: relative;
    display: inline-block;
    margin: 0 3px;
}
.post-pagination li a {
    position: relative;
    display: block;
    height: 60px;
    width: 60px;
    border-radius: 50%;
    border: 2px solid #eeeeee;
    color: #131313;
    font-size: 18px;
    line-height: 56px;
    font-weight: 600;
    transition: all 500ms ease 0s;
    font-family: 'Poppins', sans-serif;
}
.post-pagination li a i {
    color: #c1c1c1;
    font-size: 22px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}
.post-pagination li.active a, 
.post-pagination li:hover a {
    background: #fec727;
    border-color: #fec727;
}
.post-pagination li.active a i,
.post-pagination li:hover a i{
    color: #131313;    
}


.post-pagination.style2 li a{
    border-radius: 0;
}




.secpd100-0{
    padding: 100px 0;
}



/* Overlay styles */
.overlay-style-one{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .7s;
    transition-property: all;
    opacity: 0;
    z-index: 1;
}
.overlay-style-one.bg1{
    background-color: rgba(3, 13, 40, 0.70);    
}
.overlay-style-one.bg2{
    background-color: rgba(255, 255, 255, 0.70);    
}
.overlay-style-one.bg3{
    background-color: rgba(0, 83, 153, 0.90);    
}
.overlay-style-one .box{
    display: table;
    height: 100%;
    width: 100%;    
}
.overlay-style-one .box .content{
    display: table-cell;
    text-align: center;
    vertical-align: middle;    
}
.overlay-style-one .box .inner{
    display: table-cell;
    text-align: center;
    vertical-align: middle;    
}

.overlay-style-two{
    position: absolute;
    left: 0px;
    bottom: 0px;
    right: 0px;
    top: 0px;
    z-index: 2;
    opacity: 0;
    transition: all 900ms ease;    
}
.overlay-style-two:before{
	position: absolute;
	content: '';
	top: 0px;
	left: 0px;
	width: 100%;
	height: 50%;
	display: block;
	opacity: 0;
	text-align: center;
    transform: perspective(400px) rotateX(-90deg);
    transform-origin: top;
    transition: all 0.5s;
	background-color: rgba(18, 18, 18, 0.90);
}
.overlay-style-two:after{
	position: absolute;
	content: '';
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 50%;
	display: block;
	opacity: 0;
	text-align: center;
    transform: perspective(400px) rotateX(90deg);
    transform-origin: bottom;
    transition: all 0.5s;
	background-color: rgba(18, 18, 18, 0.90);
}


.overlay-style1 {
    position: absolute;
    top: 0;
    left: -100%;
    bottom: 0;
    width: 100%;
    opacity: 0;
    transform-origin: top;
    transform-style: preserve-3d;
    transition: all 0.9s cubic-bezier(0.62, 0.21, 0.45, 1.22);  
    z-index: 1;
}
.overlay-style1.bg1{
    background-color: rgba(0, 0, 0, 0.70);    
}
.overlay-style2 {
    position: absolute;
    top: 20px;
    left: 20px;
    bottom: 20px;
    right: 20px;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.70);  
    transform: skew(0deg, 0deg) scale(1.2, 1.2);
    transition: all 0.9s cubic-bezier(0.62, 0.21, 0.45, 1.22);  
    z-index: 1;
}



.review-box {
    position: relative;
    display: block;
    overflow: hidden;
    line-height: 16px;
}
.review-box ul {
    display: block;
    overflow: hidden;
}
.review-box ul li {
    display: inline-block;
    float: left;
    margin-right: 4px;
}
.review-box ul li:last-child{
    margin-right: 0px;    
}
.review-box ul li i {
    font-size: 18px;
    color: #ffba00;
}


.social-links-style1 {
    position: relative;
    display: block;
    overflow: hidden;
}
.social-links-style1 li{
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 20px;
}
.social-links-style1 li:last-child{
    margin-right: 0px;
}
.social-links-style1 li a i{
    position: relative;
    display: block;
    background: rgba(255, 255, 255, 0.05);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: #798795;
    font-size: 14px;
    font-weight: 400;
    line-height: 40px;
    text-align: center;
    transition: all 500ms ease;
}
.social-links-style1 li a:hover i{
    color: #ffffff;
}


.sociallinks-style-two {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 7px 0 8px;
}
.sociallinks-style-two li {
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 25px;
}
.sociallinks-style-two li:last-child{
    margin-right: 0px;    
}
.sociallinks-style-two li a i {
    position: relative;
    display: block;
    color: #ffffff;
    font-size: 16px;
    transition: all 500ms ease 0s;
}
.sociallinks-style-two li a:hover i{
    color: #e4b33d;
}




/* Update header Style */
@keyframes menu_sticky {
    0%   {margin-top:-90px;}
    50%  {margin-top: -74px;}
    100% {margin-top: 0;}
}

/*** 
========================================
    Mobile Menu
========================================
***/
.nav-outer .mobile-nav-toggler {
    position: relative;
    display: none;
    float: right;
    cursor: pointer;
    padding: 20px 0;
}
.nav-outer .mobile-nav-toggler .inner{
    position: relative;
    display: block;
    padding: 3px 5px;
}

.mobile-menu{
	position: fixed;
	top: 0;
	right: 0;
	width: 300px;
	max-width:100%;
	height: 100%;
	padding-right:30px;
	opacity: 0;
	visibility: hidden;
	z-index: 999999;
}
.mobile-menu .menu-backdrop{
	position: fixed;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
    background-color: rgba(3, 13, 40, 0.90);
	-webkit-transform: translateX(101%);
	-ms-transform: translateX(101%);
	transform: translateX(101%);
	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;
}
.mobile-menu-visible .mobile-menu .menu-backdrop{
	opacity: 0.70;
	visibility: visible;
	-webkit-transition:all 0.7s ease;
	-moz-transition:all 0.7s ease;
	-ms-transition:all 0.7s ease;
	-o-transition:all 0.7s ease;
	transition:all 0.7s ease;
	-webkit-transform: translateX(0%);
	-ms-transform: translateX(0%);
	transform: translateX(0%);
}
.mobile-menu .mCSB_inside>.mCSB_container{
	margin-right:5px;	
}
.mobile-menu .navbar-collapse{
	display:block !important;	
}


.mobile-menu .nav-logo{
	position:relative;
	padding:30px 25px;
	text-align:left;	
}
.mobile-menu .nav-logo a{
    position: relative;
    display: inline-block;
}

.mobile-menu-visible{
	overflow: hidden;
}
.mobile-menu-visible .mobile-menu{
	opacity: 1;
	visibility: visible;
}
.mobile-menu .menu-box{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	max-height: 100%;
	overflow-y: auto;
	background: #000000;
	padding: 0px 0px;
	z-index: 5;
	opacity: 0;
	visibility: hidden;
	border-radius: 0px;
	-webkit-transform: translateX(101%);
	-ms-transform: translateX(101%);
	transform: translateX(101%);
}
.mobile-menu-visible .mobile-menu .menu-box{
	opacity: 1;
	visibility: visible;
	-webkit-transition:all 0.7s ease;
	-moz-transition:all 0.7s ease;
	-ms-transition:all 0.7s ease;
	-o-transition:all 0.7s ease;
	transition:all 0.7s ease;
	-webkit-transform: translateX(0%);
	-ms-transform: translateX(0%);
	transform: translateX(0%);
}
.mobile-menu .close-btn{
	position: absolute;
	top: 10px;
	right: 10px;
	color: #ffffff;
	font-size: 20px;
	line-height: 30px;
	width: 24px;
	text-align: center;
	cursor: pointer;
	z-index: 10;
	-webkit-transition:all 0.9s ease;
	-moz-transition:all 0.9s ease;
	-ms-transition:all 0.9s ease;
	-o-transition:all 0.9s ease;
	transition:all 0.9s ease;
}
.mobile-menu-visible .mobile-menu .close-btn{
	-webkit-transform:rotate(360deg);
	-ms-transform:rotate(360deg);
	transform:rotate(360deg);
}
.mobile-menu .close-btn:hover{
	-webkit-transform:rotate(90deg);
	-ms-transform:rotate(90deg);
	transform:rotate(90deg);
}


.mobile-menu .navigation{
	position: relative;
	display: block;
	width: 100%;
	float: none;
}
.mobile-menu .navigation li{
	position: relative;
	display: block;
	border-top: 1px solid rgba(255,255,255,0.10);
}
.mobile-menu .navigation:last-child{
	border-bottom: 1px solid rgba(255,255,255,0.10);
}
.mobile-menu .navigation li > ul > li:first-child{
	border-top: 1px solid rgba(255,255,255,0.10);
}
.mobile-menu .navigation li > a{
	position: relative;
	display: block;
	padding: 10px 25px;
	color: #ffffff;
	font-size: 15px;
	line-height: 24px;
	font-weight: 600;
	text-transform: uppercase;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;	
}
.mobile-menu .navigation li > a:before{
	content:'';
	position:absolute;
	left:0;
	top:0;
	height:0;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;	
}
.mobile-menu .navigation li.current > a:before{
	height:100%;
}



.mobile-menu .navigation li ul li > a{
	font-size: 15px;
    font-weight: 400;
	margin-left: 20px;
	text-transform: capitalize;
}

.mobile-menu .navigation li.dropdown .dropdown-btn{
	position:absolute;
	top:6px;
	right:6px;
	width:32px;
	height:32px;
	text-align:center;
	color:#ffffff;
	font-size:16px;
	line-height:32px;
	background:rgba(255,255,255,0.10);
	cursor:pointer;
	border-radius:2px;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;	
	z-index:5;
}
.mobile-menu .navigation li.dropdown .dropdown-btn.open{
	-webkit-transform:rotate(90deg);
	-ms-transform:rotate(90deg);
	transform:rotate(90deg);	
}
.mobile-menu .navigation li > ul,
.mobile-menu .navigation li > ul > li > ul{
	display: none;
}

.mobile-menu .social-links{
	position:relative;
	text-align:center;
	padding:30px 25px;
}
.mobile-menu .social-links li{
	position:relative;
	display:inline-block;
	margin:0px 5px 10px;
}
.mobile-menu .social-links li a{
	position:relative;
	color:#ffffff;
	font-size: 20px;
	line-height:32px;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;	
}
.mobile-menu .social-links li a:hover{
    color: #030e27;    
}









/*==============================================
    Main Header Css        
===============================================*/
.main-header {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
    margin: 0px;
	z-index: 999999;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}
.sticky-header {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	padding: 0px 0px;
    background: rgba(0, 0, 0, 0.90);
	opacity: 0;
    visibility: hidden;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	z-index: 0;
}
.fixed-header .sticky-header {
	visibility: visible;
	-ms-animation-name: fadeInDown;
	-moz-animation-name: fadeInDown;
	-op-animation-name: fadeInDown;
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
	-ms-animation-duration: 500ms;
	-moz-animation-duration: 500ms;
	-op-animation-duration: 500ms;
	-webkit-animation-duration: 500ms;
	animation-duration: 500ms;
	-ms-animation-timing-function: linear;
	-moz-animation-timing-function: linear;
	-op-animation-timing-function: linear;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-ms-animation-iteration-count: 1;
	-moz-animation-iteration-count: 1;
	-op-animation-iteration-count: 1;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
    box-shadow: 0 0 10px rgba(0,0,0,.1);
	opacity: 1;
	z-index: 999999;
}
.sticky-header .logo {
    position: relative;
    display: block;
    padding: 10px 0 10px;
}
.sticky-header.style2 .logo {
    position: relative;
    display: block;
    padding: 5px 0 5px;
}
.sticky-header .logo a{
    position: relative;
    display: inline-block;
}
.sticky-header .main-menu .navigation> li{ }
.sticky-header .main-menu .navigation> li> a {
    color: #ffffff;
    padding: 30px 0 30px;
}



.header-style-one{
    position: relative;
}
.header-upper{
    position: relative;
    display: block;
}
.header-upper-left {
    position: relative;
    display: block;
    padding: 25px 0 75px;
}
.header-upper-left:before {
    position: absolute;
    top: 0;
    left: -5000px;
    bottom: 0;
    right: -70px;
    content: "";
    background: url(../images/pattern/pattern-1.png) #000000;
}
.header-upper-left .logo{
    position: relative;
    display: block;      
}
.header-upper-left .logo a{
    display: inline-block;
}

.header-upper-right {
    position: relative;
    display: block;
    padding: 35px 0 73px;
    padding-right: 100px;
}
.header-upper-right:before {
    position: absolute;
    top: 0;
    left: 0px;
    bottom: 0;
    right: 30px;
    content: "";
    -moz-transform: skew(-20deg, 0deg);
    -webkit-transform: skew(-20deg, 0deg);
    -o-transform: skew(-20deg, 0deg);
    -ms-transform: skew(-20deg, 0deg);
    transform: skew(-20deg, 0deg);
}
.header-contact-info{
    position: relative;
    display: block;    
}
.header-contact-info ul {
    position: relative;
    display: block;
    overflow: hidden;
}
.header-contact-info ul li{
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 70px;
}
.header-contact-info ul li:last-child{
    margin-right: 0;
}
.header-contact-info ul li .icon{
    width: 80px;
}
.header-contact-info ul li .icon span:before {
    color: #000000;
    font-size: 60px;
    line-height: 60px;
}
.header-contact-info ul li .icon,
.header-contact-info ul li .title{
    display: table-cell;
    vertical-align: middle;
}
.header-contact-info ul li .title{}
.header-contact-info ul li .title.pdleft10 {
    padding-left: 10px;
}
.header-contact-info ul li .title p{
    color: #ffffff;
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    text-transform: capitalize;
    margin: 0 0 3px;
}
.header-contact-info ul li .title h3{
    color: #ffffff;
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    margin: 0;
    font-family: 'Arimo', sans-serif;
}
.header-contact-info ul li .title h3 a{
    color: #ffffff;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}
.header-contact-info ul li .title h3 a:hover{
    color: #000000;
}


.header-lawer {
    position: relative;
    margin-top: -40px;
}
.header-lawer .outer-box {
    position: relative;
    display: block;
}
.header-lawer .outer-box:before {
    position: absolute;
    top: 0;
    left: 15px;
    bottom: 0;
    right: 60px;
    background: #f5f5f5;
    content: "";
    -moz-transform: skew(-20deg, 0deg);
    -webkit-transform: skew(-20deg, 0deg);
    -o-transform: skew(-20deg, 0deg);
    -ms-transform: skew(-20deg, 0deg);
    transform: skew(-20deg, 0deg);
}
.header-lawer-left{
    position: relative;
    display: block;    
}
.header-lawer-left .logo {
    position: relative;
    display: inline-block;
    float: left;
    padding: 13px 0px 5px 35px;
}
.header-lawer-left .logo a{
    position: relative;
    display: inline-block; 
}
.header-lawer-left .logo a img{
    width: auto;
}


.header-lawer-left .nav-outer{
    position: relative;
    display: inline-block;
    float: left; 
    padding-left: 80px;
}
.main-menu.style1{}
.main-menu {
    position: relative;
    display: block;
    float: left;
}
.main-menu .navbar-collapse{
	padding:0px;
	display:block !important;
}
.main-menu .navigation {
	position: relative;
	display: block;
}
.main-menu .navigation>li {
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 50px;
}
.main-menu .navigation>li:last-child{
    margin-right: 0;
}
.main-menu .navigation>li>a {
	position: relative;
	display: block;
	color: #222222;
	font-size: 16px;
	line-height: 30px;
	font-weight: 700;
	text-transform: capitalize;
	padding: 25px 0px 25px;
	transition: all 500ms ease;
	opacity: 1;
    font-family: 'Arimo', sans-serif;
}
.main-menu .navigation>li>a:before {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 3px;
    content: "";
    background: #222222;
    transform: scaleX(0);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}
.main-menu .navigation>li:hover>a:before, 
.main-menu .navigation>li.current>a:before {
    transform: scaleX(1.0);
}
.main-menu .navigation> li> ul {
	position: absolute;
	top: 100%;
	left: 0;
	width: 270px;
	padding: 0px 0;
    opacity: 0;
    visibility: hidden;
    border-radius: 0;
	-moz-transform: translateY(30px);
	-webkit-transform: translateY(30px);
	-ms-transform: translateY(30px);
	-o-transform: translateY(30px);
    transform: translateY(30px);
    transition:all 100ms ease;
	z-index: 100;
}
.main-menu .navigation> li> ul:before {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    content: '';
    background: #ffffff;
    border-radius: 0;
	-webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
	-ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
	-o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
	box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    z-index: -1;
}
.main-menu .navigation> li.dropdown:hover> ul {
	opacity:1;
	visibility:visible;
	-moz-transform: translateY(0);
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
    transform: translateY(0);
	transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
}
.main-menu .navigation> li> ul> li {
	position: relative;
    display: block;
    padding: 0 20px;
	width: 100%;
}
.main-menu .navigation> li> ul> li> a{
	position: relative;
	display: block;
    border-bottom: 1px solid #e9e9e9;
	padding: 13px 0px 13px;
	color: #111111;
	font-size: 15px;
	line-height: 24px;
	font-weight: 600;
	text-align: left;
	text-transform: capitalize;
	transition: all 500ms ease;
    font-family: 'Arimo', sans-serif;
}
.main-menu .navigation> li> ul> li:last-child> a{
    border: none;
} 
.main-menu .navigation>li>ul>li>a:hover {
    padding-left: 15px;
}
.main-menu .navigation> li> ul> li> a:before{
    position: absolute;
    top: 0;
    left: 0px;
    bottom: 0;
    font-family: FontAwesome;
    content: "\f105";
    font-size: 14px;
    font-weight: 700;
    margin: 12px 0;
	opacity: 0;
    transition: all 500ms ease;
	-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-menu .navigation> li> ul> li.dropdown> a:after {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0;
    font-family: FontAwesome;
    content: "\f105";
    color: #000000;
    font-size: 14px;
    font-weight: 700;
    margin: 12px 0;
    text-align: right;
    z-index: 5;
}
.main-menu .navigation>li>ul>li:hover>a:before{
	opacity: 1;
}
.main-menu .navigation> li> ul> li> ul {
	position: absolute;
	top: 0%;
	left: 100%;
	width: 250px;
	padding: 0;
	display: none;
	background: #ffffff;
    border-radius: 0;
	-webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
	-ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
	-o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
	box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -moz-transform: translateY(30px);
	-webkit-transform: translateY(30px);
	-ms-transform: translateY(30px);
	-o-transform: translateY(30px);
    transform: translateY(30px);
    transition:all 100ms ease;
	z-index: 100;
}
.main-menu .navigation li> ul> li.dropdown:hover ul {
	opacity:1;
	visibility:visible;
	-moz-transform: translateY(0);
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;	
}
.main-menu .navigation>li>ul>li>ul> li {
	position: relative;
    display: block;
    padding: 0 20px;
	width: 100%;
}
.main-menu .navigation> li> ul> li> ul> li> a {
	position: relative;
	display: block;
    border-bottom: 1px solid #e9e9e9;
	padding: 13px 0px 13px;
	color: #333333;
	font-size: 15px;
	line-height: 24px;
	font-weight: 600;
	text-align: left;
	text-transform: capitalize;
	transition: all 500ms ease;
    font-family: 'Arimo', sans-serif;
}
.main-menu .navigation> li> ul> li> ul> li:last-child> a{
    border: none;
}
.main-menu .navigation> li> ul> li:hover > a{
    padding-left: 15px;
}
.main-menu .navigation> li> ul> li> ul> li> a:hover {
    padding-left: 15px;
}
.main-menu .navigation>li>ul>li>ul>li a:before{
    position: absolute;
    top: 0;
    left: 0px;
    bottom: 0;
    font-family: FontAwesome;
    content: "\f105";
    font-size: 14px;
    font-weight: 700;
    margin: 12px 0;
	opacity: 0;
    transition: all 500ms ease;
	-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-menu .navigation> li> ul> li> ul> li> a:hover:before{
	opacity: 1;
}
/****
.main-menu .navigation> li> ul.megamenu {
    position: absolute;
    left: -232px;
    width: 700px;
}
.main-menu .navigation> li> ul.megamenu li {
    position: relative;
    max-width: 33.333333%;
    float: left;
}
***/
.main-menu .navbar-collapse>ul li.dropdown .dropdown-btn {
    position: absolute;
    right: 0px;
    top: 0;
    width: 50px;
    height: 42px;
    border-left: 1px solid #04102a;
    text-align: center;
    font-size: 16px;
    line-height: 42px;
    color: #ffffff;
    cursor: pointer;
    display: none;
    z-index: 5;
}



.header-lawer-right {
    position: relative;
    display: block;
    padding-right: 150px;
}
.outer-search-box-style1 {
    position: relative;
    display: inline-block;
    float: left;
    padding: 20px 40px 20px;
    padding-left: 0;
}
.outer-search-box-style1 .seach-toggle {
    position: relative;
    display: block;
    width: 40px;
    height: 40px;
    border: 1px solid #000000;
    border-radius: 50%;
    font-size: 14px;
    line-height: 38px;
    cursor: pointer;
    text-align: center;
    margin: 0;
    transition: all 500ms ease;
}
.outer-search-box-style1 .search-box {
    position: absolute;
    top: 120%;
    right: 0%;
    background: rgba(0, 0, 0, 0.90);
    opacity: 0;
    padding: 20px;
    transition: all 500ms ease 0s;
    visibility: hidden;
    z-index: 100;
    margin-left: 0;
}
.outer-search-box-style1 .search-box.border-radius{
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}
.outer-search-box-style1 .search-box.now-visible {
    top: 100%;
    opacity: 1;
    visibility: visible;
    z-index: 100;
}
.outer-search-box-style1 .search-box .form-group{
    position:relative;
    padding: 0px;
    margin: 0px;
    width: 100%;
    min-width: 250px;
}
.outer-search-box-style1 .search-box .form-group input[type="search"] {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #1f1f23;
    color: #000;
    display: block;
    font-size: 13px;
    line-height: 24px;
    position: relative;
    transition: all 500ms ease 0s;
    width: 100%;
    height: 45px;
    padding-left: 15px;
    padding-right: 50px;
}
.outer-search-box-style1 .search-box .form-group input[type="search"]:focus{
    border-color: #f5f5f5;	
}
.outer-search-box-style1 .search-box .form-group button, 
.outer-search-box-style1 .search-box .form-group input[type="submit"] {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    cursor: pointer;
    background: rgba(0, 0, 0, 0.95);
    color: #fff;
    font-size: 13px;
    height: 45px;
    line-height: 45px;
    width: 45px;
    transition: all 500ms ease 0s;
}
.outer-search-box-style1 .search-box .form-group button:hover,
.outer-search-box-style1 .search-box .form-group input:focus + button{
    color: #222222;
    background: #f5f5f5;
}


.cart-box {
    position: relative;
    display: inline-block;
    float: left;
    padding: 20px 10px;
}
.cart-box a{
    position: relative;
    display: inline-block;
    float: left;
    width: 40px;
    height: 40px;
    border: 1px solid transparent;
    border-radius: 50%;
}
.cart-box a span:before{
    position: relative;
    display: block;
    text-align: center;
    color: #000000;
    font-size: 35px;
    line-height: 40px;
    font-weight: 500;
}
.cart-box a span.count {
    position: absolute;
    top: -3px;
    right: -10px;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    color: #ffffff;
    font-size: 12px;
    line-height: 25px;
    font-weight: 700;
    text-align: center;
    font-family: 'Arimo', sans-serif;
}


.header-lawer-right .button {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
}
.header-lawer-right .button {
    position: absolute;
    top: 0;
    right: -230px;
    bottom: 0;
    padding: 24px 0;
}
.header-lawer-right .button:before {
    position: absolute;
    top: 0;
    left: -32px;
    bottom: 0;
    right: -5000px;
    background: #222222;
    content: "";
    -moz-transform: skew(-20deg, 0deg);
    -webkit-transform: skew(-20deg, 0deg);
    -o-transform: skew(-20deg, 0deg);
    -ms-transform: skew(-20deg, 0deg);
    transform: skew(-20deg, 0deg);
}
.header-lawer-right .button a{
    position: relative;
    display: inline-block;
    color: #ffffff;
    font-size: 18px;
    line-height: 30px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Arimo', sans-serif;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}
.header-lawer-right .button a span:before {
    position: relative;
    display: inline-block;
    padding-right: 20px;
    font-size: 20px;
}



/*** 
=====================================================
	Main Slider style
=====================================================
***/
.main-slider {
    position: relative;
    overflow: hidden;
    z-index: 10;
}
.main-slider.style1 {
  
}
.main-slider .slide {
    position: relative;
    overflow: hidden;
    padding: 250px 0px 250px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.main-slider.one_page .slide{
	padding: 354px 0px 250px;    
}
.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);
	-webkit-transition: all 16000ms linear;
	-moz-transition: all 16000ms linear;
	-ms-transition: all 16000ms linear;
	-o-transition: all 16000ms linear;
	transition: all 16000ms linear;
}
.main-slider .slide .image-layer:before{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.40);
    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:10;
}

.main-slider .auto-container{
    position: relative;
    overflow: hidden;
}
.main-slider.style1 .content{
    position: relative;
    display: block;
    max-width: 570px;
    width: 100%;
    padding: 57px 40px 0px;
	opacity: 1;
	transform: translateY(100%);
	-webkit-transition: all 500ms linear;
	-moz-transition: all 500ms linear;
	-ms-transition: all 500ms linear;
	-o-transition: all 500ms linear;
	transition: all 500ms linear;
    z-index: 1;
}
.main-slider.style1 .active .content{
	opacity: 1;
	transform: translateY(0px);
	-webkit-transition: all 1000ms linear;
	-moz-transition: all 1000ms linear;
	-ms-transition: all 1000ms linear;
	-o-transition: all 1000ms linear;
	transition: all 1000ms linear;
}
.main-slider.style1 .content:before{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 25px;
    right: 0;
    content: "";
    background: rgba(0, 0, 0, 0.80);
    z-index: -1;
}
.main-slider.style1 .content h3{
    color: #ffffff;
    font-size: 24px;
    line-height: 32px;
    font-weight: 400;
}
.main-slider.style1 .content h2{
    color: #ffffff;
    font-size: 60px;
    line-height: 68px;
    font-weight: 600;
    margin: 10px 0 19px;
}
.main-slider.style1 .content p{
    color: #ffffff;
    margin: 0;
}
.main-slider.style1 .content .btns-box {
    position: relative;
    display: block;
    height: 50px;
    margin-top: 50px;
}


.main-slider .owl-theme .owl-nav {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
}
.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: 0px;
    top: 0;
    background: rgba(255,255,255, 0.75);
    height: 60px;
    width: 60px;
    border-radius: 0%;
    border: none;
    text-align: center;
    color: #022447;
    font-size: 30px;
    line-height: 60px;
    font-weight: 700;
    opacity: 1;
    margin: 0;
    padding: 0;
    margin-top: -30px;
    -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-nav .owl-prev:hover{
    background: rgba(255,255,255, 0.95);    
}
.main-slider .owl-theme .owl-nav .owl-next {
    position: absolute;
    right: 0px;
    top: 0;
    background: rgba(255,255,255,0.75);
    height: 60px;
    width: 60px;
    border-radius: 0%;
    border: none;
    text-align: center;
    color: #022447;
    font-size: 30px;
    line-height: 60px;
    font-weight: 700;
    opacity: 1;
    margin: 0;
    padding: 0;
    margin-top: -30px;
    -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-nav .owl-next:hover{
    background: rgba(255,255,255,0.95);    
}



/*** 
=============================================
    About Style1 Area Css
=============================================
***/
.about-style1-area {
    position: relative;
    display: block;
    overflow: hidden;
    background: #ffffff;
    padding: 100px 0 130px;
}
.about-style1-area .shape{
    position: absolute;
    top: 0;
    right: 0;
}

.about-style1-image-box {
    position: relative;
    display: block;
    padding-right: 70px;
    max-width: 570px;
    width: 100%;
}
.about-style1-image-box .patter-bg{
    position: absolute;
    top: -100px;
    right: 320px;
    bottom: 70px;
    left: -5000px;
}
.about-style1-image-box .bg {
    position: absolute;
    left: -5000px;
    bottom: -140px;
    right: 135px;
    height: 210px;
}
.about-style1-image-box .big-title{
    position: absolute;
    top: 0px;
    right: 0px;
    writing-mode: vertical-rl;
    text-orientation: mixed;  
    color: rgba(34, 34, 34, 0.10);
    font-size: 48px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
}
.about-style1-image-box .image-box {
    position: relative;
    display: block;
}
.about-style1-image-box .image-box .inner{
    position: relative;
    display: block;
    overflow: hidden;    
}
.about-style1-image-box .image-box img{
    width: 100%;
    transform: scale(1.0);
    transition: all 700ms ease;    
}
.about-style1-image-box .image-box .bottom-box {
    position: absolute;
    bottom: -40px;
    right: -55px;
}
.about-style1-image-box .image-box .bottom-box .video-holder-box{}
.video-holder-box {
    position: relative;
    display: block;
    width: 80px;
    height: 80px;
    z-index: 2;
}
.video-holder-box .icon {
    position: absolute;
    top: 0;
    left: 0;
    display: table;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.video-holder-box .icon .inner {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.video-holder-box .icon .inner a {
    position: relative;
    display: inline-block;
    background: #ffffff;
    text-align: center;
    height: 80px;
    width: 80px;
    transition: all 500ms ease;
}
.video-holder-box .icon .inner a span:before {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    font-size: 30px;
    line-height: 80px;
}
.about-style1-image-box .image-box .bottom-box .video-holder-box,
.about-style1-image-box .image-box .bottom-box .title-box{
    display: table-cell;
    vertical-align: middle;
}
.about-style1-image-box .image-box .bottom-box .title-box{
    position: relative;
    padding-left: 30px;
    padding-right: 40px;
    z-index: 1;
}
.about-style1-image-box .image-box .bottom-box .title-box:before {
    position: absolute;
    top: 0;
    left: -30px;
    bottom: 0;
    right: 0;
    content: "";
    background: #222222;
    -moz-transform: skew(-20deg, 0deg);
    -webkit-transform: skew(-20deg, 0deg);
    -o-transform: skew(-20deg, 0deg);
    -ms-transform: skew(-20deg, 0deg);
    transform: skew(-20deg, 0deg);
    transition: all 0.3s ease-in-out 0.1s;
    z-index: -1;
}
.about-style1-image-box .image-box .bottom-box .title-box h5{
    color: #ffffff;
    font-size: 24px;
    line-height: 30px;
    font-weight: 500;
    font-family: 'Arimo', sans-serif;
}

.about-style1-text-box {
    position: relative;
    display: block;
    padding-top: 30px;
    margin-right: -100px;
}
.about-style1-text-box .title {
    position: relative;
    display: block;
    margin-top: -3px;
    padding-bottom: 38px;
}
.about-style1-text-box .title h5 {
    font-size: 18px;
    line-height: 20px;
    font-weight: 600;
    text-transform: uppercase;
}
.about-style1-text-box .title h2{
    font-size: 36px;
    line-height: 50px;
    margin: 15px 0 0;
}
.about-style1-text-box .inner-contant{
    position: relative;
    display: block;
}
.about-style1-text-box .inner-contant .text {
    position: relative;
    display: block;
    padding: 20px 0 20px;
    margin-bottom: 40px;
    margin-right: 70px;
    z-index: 1;
}
.about-style1-text-box .inner-contant .text:before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 70px;
    border: 4px solid #d7d7d7;
    content: "";
    z-index: -1;
    background: #ffffff;
}
.about-style1-text-box .inner-contant .text .inner {
    position: relative;
    display: block;
    background: #ffffff;
    margin-left: 40px;
    padding: 22px 0 20px;
}
.about-style1-text-box .inner-contant .text p{
    margin: 0;
}
.about-style1-text-box .inner-contant ul{
    position: relative;
    display: block;
    overflow: hidden;
}
.about-style1-text-box .inner-contant ul li{
    position: relative;
    display: block;
    padding-left: 30px;
    color: #222222;
    font-size: 16px;
    line-height: 36px;
    font-weight: 700;
}
.about-style1-text-box .inner-contant ul li:before{
    position: absolute;
    font-family: "FontAwesome";
    top: 0;
    left: 1px;
    bottom: 0;
    content:"\f14a";
    color: #d7d7d7;
    font-size: 16px;
}
.about-style1-text-box .inner-contant .button {
    position: relative;
    display: block;
    padding-top: 46px;
    line-height: 0;
}



/*** 
=============================================
    Fact Counter Area style
=============================================
***/
.fact-counter-area {
    position: relative;
    display: block;
    background-attachment: scroll;
    background-size: cover;
    background-position: center top;
    padding: 100px 0 50px;
}
.fact-counter-area::before {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(245, 245, 245, 0.70) none repeat scroll 0 0;
    content: "";
}
.fact-counter-area .wheel{
    position: absolute;
    top: 0;
    right: 30px;
    bottom: 0;
}
.fact-counter-area .wheel .inner {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 100%;
}
.fact-counter-area .wheel img{
    width: auto;
}

.single-fact-counter {
    position: relative;
    display: block;
    overflow: hidden;
    padding-bottom: 41px;
}
.single-fact-counter .icon-box{
    position: relative;
    display: block;
}
.single-fact-counter .icon-box span:before{
    color: #222222;
    font-size: 65px;
    line-height: 65px;
}
.single-fact-counter .count-box {
    position: relative;
    display: block;
    padding: 20px 0 11px;
}
.single-fact-counter .count-box h2 {
    font-size: 36px;
    line-height: 40px;
    font-weight: 700;
}
.single-fact-counter .title{
    position: relative;
    display: block;
}
.single-fact-counter .title h3 {
    color: #222222;
    font-size: 18px;
    line-height: 30px;
    font-weight: 700;
}



/*** 
=============================================
    Service Style1 Area Css
=============================================
***/
.services-style1-area{
    position: relative;
    display: block;
    background: #ffffff;
}
.services-style1-area .layer-outer{
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 530px;
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
}
.services-style1-area .layer-outer::before {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(16, 16, 16, 0.90) none repeat scroll 0 0;
    content: "";
}
.services-style1-area .outer-container{
    position: static;
    max-width: 1750px;
    padding: 0px 15px;
    margin: 0 auto;    
}
.single-service-style1{
    position: relative;
    display: block;
}
.single-service-style1 .img-holder{
    position: relative;
    display: block;
    overflow: hidden;
}
.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 .title {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 80px;
    padding: 29px 0 29px 40px;
    transform: perspective(400px) rotate(0deg);
    transform-origin: bottom;
    transition: all 500ms linear;
    transition-delay: 0.1s; 
    z-index: 1;
}
.single-service-style1:hover .img-holder .title{
    transform: perspective(400px) rotateX(90deg);
    transition: all 500ms linear;
    transition-delay: 0.1s;
}
.single-service-style1 .img-holder .title:before{
    position: absolute;
    top: 0;
    left: -30px;
    bottom: 0;
    right: 0;
    content: "";
    z-index: -1;
    -moz-transform: skew(-20deg, 0deg);
    -webkit-transform: skew(-20deg, 0deg);
    -o-transform: skew(-20deg, 0deg);
    -ms-transform: skew(-20deg, 0deg);
    transform: skew(-20deg, 0deg);
}
.single-service-style1 .img-holder .title h3{
    color: #ffffff;
    font-size: 24px;
    line-height: 32px;
    font-weight: 500;
}

.single-service-style1 .img-holder .overlay-content {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    transform: scale(.5);
    transition: all 700ms linear;
    transition-delay: 0.1s;
}
.single-service-style1:hover .img-holder .overlay-content{
    height: 100%;
    transform: scale(1.0);
    transition: all 500ms linear;
    transition-delay: 0.1s;
}
.single-service-style1 .img-holder .overlay-content .inner{
    position: relative;
    display: block;
    padding: 0px 50px 60px;
}
.single-service-style1 .img-holder .overlay-content h3{
    color: #ffffff;
    font-size: 24px;
    line-height: 34px;
    font-weight: 500;
    margin: 0 0 13px;
}
.single-service-style1 .img-holder .overlay-content p{
    color: #ffffff;
    margin: 0;
}
.single-service-style1 .img-holder .overlay-content .button {
    position: relative;
    display: block;
    padding-top: 30px;
    padding-left: 9px;
}



/*** 
=============================================
    Latest Project Style1 Area Css
=============================================
***/
.latest-project-style1-area{
    position: relative;
    display: block;
    overflow: hidden;
    background-color: #ffffff;
    padding: 100px 0 100px;
}
.latest-project-style1-area .bg-color {
    position: absolute;
    top: 0;
    left: 65%;
    bottom: 0;
    width: 50000px;
}
.latest-project-style1-area .bg-color .inner {
    position: absolute;
    bottom: 0;
    left: 300px;
}

.project-tabs{
	position:relative;
    display: block
}
.project-tabs .tab-button-column {
    position: relative;
    display: block;
    overflow: hidden;
    padding-bottom: 57px;
}
.project-tabs .tab-buttons {
    position: relative;
    display: block;
    overflow: hidden;
}
.project-tabs .tab-buttons .tab-btn{
	position: relative;
    display: inline-block;
	float: left;
    margin-right: 60px;
	cursor: pointer;
	color: #222222;
	font-size: 16px;
    line-height: 20px;
	font-weight: 700;
    text-transform: uppercase;
	transition:all 300ms ease;
	font-family: 'Arimo', sans-serif;
}
.project-tabs .tab-buttons .tab-btn:last-child{
    margin-right: 0;
}
.project-tabs .tab-buttons .tab-btn:hover,
.project-tabs .tab-buttons .tab-btn.active-btn{
    text-decoration: underline;
}


.project-tabs .tabs-content {
    position: relative;
    display: block;
    overflow: hidden;
}
.project-tabs .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;
}
.project-tabs .tabs-content .tab.active-tab{
	display: block;
	margin-top: 0px;
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
}

.single-project-style1-content {
    position: relative;
    display: block;
    padding-right: 60px;
}
.single-project-style1-content .title {
    position: relative;
    display: block;
    margin-top: 46px;
    padding-bottom: 74px;
}
.single-project-style1-content .title h2{
    font-size: 48px;
    line-height: 50px;
    font-weight: 600;
    padding-left: 40px;
    z-index: 2;
}
.single-project-style1-content .title .counts {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    color: #f5f5f5;
    font-size: 150px;
    line-height: 50px;
    font-weight: 700;
    z-index: -1;
}
.single-project-style1-content .text{
    position: relative;
    display: block;
    padding-bottom: 34px;
}
.single-project-style1-content .button {
    position: relative;
    display: block;
    padding-bottom: 43px;
    margin-left: 10px;
}

.single-project-style1-content .project-social-share {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}
.project-social-share .title{
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
}
.project-social-share .title h3{
    font-size: 18px;
    line-height: 30px;
    font-weight: 600;
}
.project-social-share .social-links{
    position: relative;
    display: block;
    padding-left: 20px;
}
.project-social-share .social-links ul{
    overflow: hidden;
}
.project-social-share .social-links ul li{
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 20px;
}
.project-social-share .social-links ul li:last-child{
    margin-right: 0;
}
.project-social-share .social-links ul li a{
    position: relative;
    display: block;
    color: #222222;
    font-size: 18px;
    line-height: 30px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}



.project-slider {
    position: relative;
    display: block;
    overflow: hidden;
}
.project-slider .pattern-bg {
    position: absolute;
    left: -70px;
    bottom: 0px;
    width: 140px;
    height: 140px;
}
.project-slider .project-carousel {
    position: relative;
    display: block;
    padding-right: 40px;
}
.single-project-slide{
    position: relative;
    display: block;
    border: 5px solid #ddd;
}
.single-project-slide .img-holder{
    position: relative;
    display: block;
    overflow: hidden;
}
.single-project-slide .img-holder img{
    width: 100%;
}


.project-carousel .owl-dots {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 200px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    padding: 30px 0;
}
.project-carousel .owl-stage-outer {
    position: relative;
    display: block;
    padding-top: 0px;
    padding-bottom: 0px;
}
.project-carousel .owl-dots .owl-dot{
    position: relative;
	display: block;
	width: 8px;
	height: 8px;
    background: #222222;
    border: 0px solid #4c4c4c;
	margin: 10px 0px;
	padding: 0px;
	border-radius: 0px;
	transition: all 100ms linear;
    transition-delay: 0.1s;
}
.project-carousel .owl-dots .owl-dot span{
	display: none;	
}
.project-carousel .owl-dots .owl-dot.active{
    background: #ffffff;
}

.project-carousel .owl-nav {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 200px;
    z-index: 10;
}
.project-carousel .owl-nav span{
    display: block;
}
.project-carousel .owl-nav {
    position: absolute;
    top: 0;
    right: -1px;
    width: 40px;
    height: 200px;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: space-between;
    flex-wrap: wrap;
    color: #ffffff;
    font-size: 20px;
}



/*** 
=============================================
    Team Area Css
=============================================
***/
.team-area{
    position: relative;
    display: block;
    padding: 100px 0 100px;
    background-color: #ffffff;
}
.team-area:before{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 450px;
    background: #f2f2f2;
    content: "";
}
.single-team-member {
    position: relative;
    display: block;
    max-width: 350px;
    width: 100%;
    margin: 0 auto 0;
}
.single-team-member .img-holder {
    position: relative;
    display: block;
    padding: 25px;
}
.single-team-member .img-holder:before{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #ffffff;
    content: "";
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;    
}
.single-team-member:hover .img-holder:before{
    border-color: #d7d7d7;
    right: 165px;
    transition: 0.1s ease-out, 0.5s ease-out 0.2s;
}
.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%;
	z-index: 2;
	display: block;
	content: '';
	width: 0;
	height: 0;
    background: rgba(28, 99, 184, .2);
	border-radius: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	opacity: 0;
}
.single-team-member:hover .img-holder .inner::before {
	-webkit-animation: circle .75s;
	animation: circle .75s;
}
.single-team-member:hover .overlay-style-one{
    opacity: 1;
    transform: scaleY(1) skew(0deg, 0deg);
    transition: all 0.7s cubic-bezier(0.62, 0.21, 0.45, 1.22);  
}
.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);
}

.team-social-links {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 50px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    transform: translateY(-100%);
    transition: all 100ms ease 100ms;
    opacity: 0;
    z-index: 2;
}
.single-team-member:hover .team-social-links{
    opacity: 1;
    transform: translateX(0px);
    transition: all 0.5s ease-in-out 0.2s;        
}
.team-social-links ul{
    position: relative;
    display: block;
}
.team-social-links ul li{
    position: relative;
    display: block;
    margin: 0;
}
.team-social-links ul li a {
    position: relative;
    display: block;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    color: #ffffff;
    font-size: 18px;
    transition: all 200ms linear;
    transition-delay: 0.1s; 
}
.team-social-links ul li a:hover{
    color: #222222;
}

.single-team-member .title-holder {
    position: relative;
    display: block;
    background: #f5f5f5;
    padding: 27px 30px 23px;
    z-index: 1;
}
.single-team-member .title-holder:before{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #111111;
    content: "";
    z-index: -1;
    opacity: 0;
    transform: perspective(400px) rotateX(90deg);
    transform-origin: bottom;
    transition: all 500ms linear;
    transition-delay: 0.1s;
}
.single-team-member:hover .title-holder:before{
    opacity: 1;
    transform: perspective(400px) rotateX(0deg);    
}
.single-team-member .title-holder p{
    font-size: 12px;
    line-height: 16px;
    font-weight: 700;
    margin: 0;
    transition: all 500ms linear;
    transition-delay: 0.1s;
}
.single-team-member:hover .title-holder p{
    color: #ffffff;
    transition-delay: 0.2s;
}
.single-team-member .title-holder h3{
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 10px 0 0px;
} 
.single-team-member .title-holder h3 a {
    color: #222222;
    transition: all 500ms linear;
    transition-delay: 0.1s;
}
.single-team-member:hover .title-holder h3 a{
    color: #ffffff;
    transition-delay: 0.3s;    
}
.team-carousel.owl-carousel.owl-dot-style1 .owl-dots .owl-dot.active {
    background: #222222;
}


.team-area.style2:before{
    display: none;
}



/*** 
=============================================
    Appoint Area Css
=============================================
***/
.appoint-area{
    position: relative;
    display: block;
    background: #ffffff;
    padding: 0 0 100px;
}
.car-image-box{
    position: relative;
    display: block;
}
.car-image-box img{
    max-width: none;
    float: right;
}

.appoint-box{
    position: relative;
    display: block;
}
.appoint-box .sec-title{
    padding-bottom: 40px;
}
.appoint-form{
    position: relative;
    display: block;
}
.appoint-form .input-box{
    position: relative;
    display: block;
    margin-bottom: 20px;
}
.appoint-form input[type="text"],
.appoint-form input[type="email"],
.appoint-form textarea{
    position: relative;
    display: block;   
    background: #ffffff;
    border: 1px solid #d7d7d7;
    width: 100%;
    height: 50px;
    font-size: 14px;
    font-weight: 500;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 0px;
    transition: all 500ms ease;
    font-family: 'Arimo', sans-serif;
}
.appoint-form .icon-date{
    position: absolute;
    top: 50%;
    right: 20px;
    bottom: 0;
    transform: translateY(-50%);
}


.appoint-form textarea {
    height: 120px;
    padding-top: 9px;
    padding-left: 20px;
    padding-right: 20px;
}
.appoint-form input[type="text"]:focus{
    color: #222222;
}
.appoint-form input[type="email"]:focus{
    color: #222222;
}
.appoint-form textarea:focus{
    color: #222222;
}
.appoint-form input[type="text"]::-webkit-input-placeholder {
    color: #777777;
}
.appoint-form input[type="text"]:-moz-placeholder {
    color: #777777;
}
.appoint-form input[type="text"]::-moz-placeholder {
    color: #777777;
}
.appoint-form input[type="text"]:-ms-input-placeholder {
    color: #777777;
}
.appoint-form input[type="email"]::-webkit-input-placeholder {
    color: #777777;
}
.appoint-form input[type="email"]:-moz-placeholder {
    color: #777777;
}
.appoint-form input[type="email"]::-moz-placeholder {
    color: #777777;
}
.appoint-form input[type="email"]:-ms-input-placeholder {
    color: #777777;
}
.appoint-form textarea::-webkit-input-placeholder {
    color: #777777;
}
.appoint-form textarea:-moz-placeholder {
    color: #777777;
}
.appoint-form textarea::-moz-placeholder {
    color: #777777;
}
.appoint-form textarea:-ms-input-placeholder {
    color: #777777;
}


.appoint-form .bootstrap-select {
    position: relative;
    display: block;
}
.appoint-form .bootstrap-select>.dropdown-toggle {
    position: relative;
    display: block;
    outline: none !important;
    border-radius: 0px;
    border: 1px solid #d7d7d7;
    background-color: #ffffff !important;
    max-width: 100%;
    width: 100%;
    height: 50px;
    margin: 0;
    padding: 0;
    padding-left: 20px;
    padding-right: 20px;
    color: #777777 !important;
    font-size: 14px;
    line-height: 48px;
    font-weight: 500;
    letter-spacing: normal;
    text-transform: capitalize;
    box-shadow: none !important;
    font-family: 'Arimo', sans-serif;
}
.appoint-form .bootstrap-select .dropdown-toggle:focus{
    outline: none !important;
}
.appoint-form .bootstrap-select .dropdown-menu li a span.text {
    display: inline-block;
    margin: 0;
}
.appoint-form .bootstrap-select>.dropdown-toggle::after {
    position: absolute;
    top: 50%;
    right: 20px;
    width: auto;
    height: auto;
    font-family: 'FontAwesome';
    content: '\f107';
    color: #83888d;
    font-size: 18px;
    transform: translateY(-50%);
    margin: 0;
    border: none;
}
.appoint-form .bootstrap-select .dropdown-menu {
    margin: 0;
    padding: 0;
    border-radius: 0;
    border: 0px solid #ddd;
    background: #f9f9f9;
    font-size: 16px;
    color: #000000;
}
.appoint-form .bootstrap-select .dropdown-menu li {
    position: relative;
    border-bottom: 1px solid #d7d7d7;
}
.appoint-form .dropdown-item {
    display: block;
    width: 100%;
    padding: 9px 20px 9px;
    color: #222222;
    font-size: 14px;
    font-weight: 500;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    border-radius: 0;
    transition: all 500ms ease;
    font-family: 'Arimo', sans-serif;
}
.appoint-form .dropdown-item.active,
.appoint-form .dropdown-item:active {
    color: #747474;
}
.appoint-form .dropdown-item:hover {
    color: #747474;
}
.appoint-form .button-box {
    position: relative;
    display: block;
    padding-top: 10px;
    height: 60px;
}
.appoint-form .bottom-box button {
  
}



/*** 
=============================================
    Testimonial Style1 Area Css
=============================================
***/
.testimonial-style1-area{
    position: relative;
    display: block;
    padding: 100px 0 0px;
    background: #ffffff;
}
.testimonial-style1-area .layer-outer {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 100px;
    right: 0;
}
.testimonial-style1-area .left-box{
    position: relative;
    display: block;
    float: left;
    width: 45%;
    height: 100%;
    background: #000000;
}
.testimonial-style1-area .right-box{
    position: relative;
    display: block;
    float: right;
    width: 55%;
    height: 100%;
    background-attachment: scroll;
    background-size: cover;
    background-position: center top; 
}

.testimonial-quote-icon {
    position: absolute;
    top: 45px;
    left: -200px;
}
.testimonial-quote-icon span:before {
    font-size: 250px;
    color: rgba(255, 255, 255, 0.10);
    line-height: 50px;
}
.testimonial-outer-box{
    position: relative;
    display: block;
    padding: 70px 70px 62px;
    max-width: 550px;
    width: 100%;
    z-index: 10;
}
.testimonial-outer-box:before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0px;
    right: 0;
    content: "";
    background: #ffffff;
    z-index: -1;
}
.testimonial-outer-box:after {
    position: absolute;
    left: 0;
    bottom: 0px;
    right: 0;
    height: 100px;
    content: "";
    -webkit-box-shadow: 0px 4px 7px 2px #e9e9e9;
    box-shadow: 0px 4px 7px 2px #e9e9e9;
    z-index: -2;
}
.testimonial-outer-box .sec-title{
    padding-bottom: 40px;
}
.single-testimonial-style1{
    position: relative;
    display: block;
}
.single-testimonial-style1 .top {
    position: relative;
    display: block;
    padding-left: 170px;
    min-height: 120px;
}
.single-testimonial-style1 .top .img-box{
    position: absolute;
    top: 0;
    left: 0;
    width: 120px;
    height: 120px;
    z-index: 1;
}
.single-testimonial-style1 .top .img-box:before{
    position: absolute;
    top: 24px;
    left: 24px;
    background: url(../images/pattern/testimonial-img-border.jpg);
    width: 116px;
    height: 116px;
    content: "";
    z-index: -1;
}
.single-testimonial-style1 .top .img-box img{
    width: 100%;
}
.single-testimonial-style1 .top .client-info {
    position: relative;
    display: block;
}
.single-testimonial-style1 .top .client-info p{
    color: #777777;
    font-size: 14px;
    line-height: 16px;
    font-weight: 500;
    margin: 0 0 12px;
}
.single-testimonial-style1 .top .client-info h3{
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
    margin: 0 0 22px;
}
.testimonial-social-links{
    position: relative;
    display: block;
}
.testimonial-social-links ul{
    overflow: hidden;
}
.testimonial-social-links ul li{
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 15px;
}
.testimonial-social-links ul li:last-child{
    margin-right: 0;
}
.testimonial-social-links ul li a{
    position: relative;
    display: block;
    color: #222222;
    font-size: 18px;
    line-height: 20px;
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;   
}
.single-testimonial-style1 .text-box{
    position: relative;
    display: block;
    padding-top: 59px;
    padding-bottom: 20px;
}
.single-testimonial-style1 .text-box p{
    color: #777777;
    font-size: 18px;
    line-height: 36px;
    margin: 0;
}

.testimonial-carousel{}
.testimonial-carousel .owl-nav {
    position: absolute;
    right: -300px;
    bottom: -60px;
    width: 200px;
    height: 50px;
    z-index: 10;
}
.testimonial-carousel .owl-nav span{
    display: block;
}
.testimonial-carousel .owl-nav button {}
.testimonial-carousel .owl-nav button.owl-prev {
    position: relative;
    display: block;
    background: #ffffff;
    float: left;
    height: 50px;
    padding-top: 3px !important;
    padding-left: 20px !important;
    padding-bottom: 2px !important;
    z-index: 1;
}
.testimonial-carousel .owl-nav button.owl-prev:before{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 50px;
    border-right: none;
    content: "";
    transition: all 200ms linear;
    transition-delay: 0.1s;
    z-index: -1;
}
.testimonial-carousel .owl-nav button.owl-prev:hover:before{
    border-color: #222222;    
}
.testimonial-carousel .owl-nav button.owl-next {
    position: relative;
    display: block;
    background: #ffffff;
    float: right;
    height: 50px;
    padding-top: 3px !important;
    padding-right: 20px !important;
    padding-bottom: 2px !important;
    z-index: 1; 
}
.testimonial-carousel .owl-nav button.owl-next:before{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 50px;
    border-left: none;
    content: "";
    transition: all 200ms linear;
    transition-delay: 0.1s;
    z-index: -1;    
}
.testimonial-carousel .owl-nav button.owl-next:hover:before{
    border-color: #222222;
}

.testimonial-carousel .owl-nav button span{
    position: relative;
    display: inline-block;
    float: left;
    font-size: 18px;
    line-height: 20px;
    padding-right: 8px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}
.testimonial-carousel .owl-nav button:hover span{
    color: #222222;
}
.testimonial-carousel .owl-nav button span.right{
    float: right;
    padding-left: 8px;
    padding-right: 0;
}
.testimonial-carousel .owl-nav button p{
    position: relative;
    display: inline-block;
    float: left;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    text-transform: uppercase;
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}
.testimonial-carousel .owl-nav button:hover p{
    color: #222222;
}

/*** 
=============================================
    Testimonials Area Css
=============================================
***/
.testimonials-area {
    position: relative;
    display: block;
    padding: 100px 0;
    background: #ffffff;
}
.testimonials-area.style2 {
    position: relative;
    display: block;
    margin: 0;
    padding: 20px 0;
    background-color: #1c63b8 !important;
}
.testimonials-area.style2:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 20px;
    background: url(../images/shape/slogan-arrow-top.jpg);
    background-repeat: repeat-x;
    content: "";
    -webkit-animation: bgSlideReverse 20s linear infinite;
    animation: bgSlideReverse 20s linear infinite;
}
.testimonials-area.style2:after {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 20px;
    background: url(../images/shape/slogan-arrow-bottom.jpg);
    background-repeat: repeat-x;
    content: "";
    -webkit-animation: bgSlideReverse2 20s linear infinite;
    animation: bgSlideReverse2 20s linear infinite;
}
.testimonials-area.style2 .outer-container {
    position: relative;
    display: block;
    max-width: 1170px;
    width: 100%;
    margin: 0 auto;
    padding: 40px 20px;
}
.testimonials-area.style2 .sec-title {
    padding-bottom: 30px;
}
.testimonials-area.style2 .sec-title h2 {
    color: #ffffff;
}
.testimonials-area.style2 .sec-title p {
    color: #ffffff;
}
.testimonials-area.style2 .sec-title .border-box {
    background: #ffffff;
}
.single-testimonial-item {
    position: relative;
    display: block;
    padding: 15px 0;
}
.single-testimonial-item .testimonial-content {
    position: relative;
    display: block;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 30px 40px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 10px;
    border: 2px solid rgba(255, 255, 255, 0.4);
    transition: all 0.4s ease;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}
.single-testimonial-item:hover .testimonial-content {
    background: rgba(255, 255, 255, 0.3);
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    border-color: rgba(255, 255, 255, 0.6);
}
.single-testimonial-item.style1 .testimonial-content {
    border-left: 5px solid #ff6b6b;
}
.single-testimonial-item.style2 .testimonial-content {
    border-left: 5px solid #4ecdc4;
}
.single-testimonial-item.style3 .testimonial-content {
    border-left: 5px solid #ffe66d;
}
.single-testimonial-item.style4 .testimonial-content {
    border-left: 5px solid #a8e6cf;
}
.single-testimonial-item .quote-icon {
    position: relative;
    display: block;
    margin-bottom: 15px;
}
.single-testimonial-item .quote-icon i {
    font-size: 40px;
    color: #ffffff;
    opacity: 0.5;
}
.single-testimonial-item .text {
    position: relative;
    display: block;
    margin-bottom: 20px;
}
.single-testimonial-item .text p {
    color: #ffffff;
    font-size: 16px;
    line-height: 26px;
    font-style: italic;
    margin: 0;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}
.single-testimonial-item .author-info {
    position: relative;
    display: block;
}
.single-testimonial-item .author-img {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 12px;
    border: 3px solid #ffffff;
    box-shadow: 0 2px 10px rgba(0,0,0,0.2);
    transition: all 0.4s ease;
}
.single-testimonial-item:hover .author-img {
    transform: scale(1.1);
    box-shadow: 0 5px 20px rgba(0,0,0,0.3);
}
.single-testimonial-item .author-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.single-testimonial-item .author-details h4 {
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    color: #ffffff;
    margin: 0 0 5px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
.single-testimonial-item .author-details .designation {
    position: relative;
    display: block;
    color: rgba(255, 255, 255, 0.8);
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 8px;
}
.single-testimonial-item .author-details .rating {
    position: relative;
    display: block;
}
.single-testimonial-item .author-details .rating i {
    color: #ffe66d;
    font-size: 14px;
    margin-right: 2px;
}
.single-testimonial-item .author-details .rating i:last-child {
    margin-right: 0;
}

/*** 
=============================================
    Latest blog Area style
=============================================
***/
.latest-blog-area {
    position: relative;
    display: block;
    background: #ffffff;
    padding-top: 100px;
    padding-bottom: 60px;
}

.single-blog-post {
    position: relative;
    display: block;
    margin-bottom: 40px;
}
.single-blog-post .img-holder {
    position: relative;
    display: block;
    overflow: hidden;
}
.single-blog-post .img-holder::before {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	display: block;
	content: '';
	width: 0;
	height: 0;
	background: rgba(255,255,255,.2);
	border-radius: 100%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	opacity: 0;
}
.single-blog-post:hover .img-holder::before {
	-webkit-animation: circle .75s;
	animation: circle .75s;
}
@-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;
	}
}
.single-blog-post .img-holder img {
    width: 100%;
    transition: .5s ease;
    transform: scale(1.05);
}
.single-blog-post:hover .img-holder img {
    transform: scale(1);    
}
.single-blog-post .img-holder .date-box{
    position: absolute;
    top: 0;
    left: 0;
    width: 70px;
    background: #f2f2f2;
    text-align: center;
    z-index: 1;
}
.single-blog-post .img-holder .date-box h3 {
    position: relative;
    display: block;
    padding: 14px 0 10px;
    color: #222222;
    font-size: 24px;
    line-height: 20px;
    font-weight: 700;
    text-transform: uppercase;
}
.single-blog-post .img-holder .date-box h3 span{
    font-size: 14px;
}
.single-blog-post .img-holder .date-box .like{
    position: relative;
    display: block;
}
.single-blog-post .img-holder .date-box .like p{
    color: #ffffff;
    font-size: 14px;
    line-height: 30px;
    font-weight: 500;
    margin: 0;
}
.single-blog-post .img-holder .date-box .like p span:before {
    position: relative;
    display: inline-block;
    font-size: 14px;
    padding-right: 5px;
    top: 1px;
}
.single-blog-post:hover .overlay-style-one{
    opacity: 1;
    transform: scaleY(1) skew(0deg, 0deg);
    transition: all 0.7s cubic-bezier(0.62, 0.21, 0.45, 1.22);  
}


.single-blog-post .text-holder {
    position: relative;
    display: block;
    padding-top: 15px;
}
.single-blog-post .text-holder .meta-info{
    position: relative;
    display: block;   
    overflow: hidden;
    padding-bottom: 15px;
}
.single-blog-post .text-holder .meta-info li{
    position: relative;
    display: inline-block;
    float: left;
    line-height: 24px;
    padding-right: 15px;
    margin-right: 15px;
}
.single-blog-post .text-holder .meta-info li:last-child{
    padding-right: 0;
    margin-right: 0;
}
.single-blog-post .text-holder .meta-info li:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 1px;
    height: 14px;
    background: #777777;
    content: "";
    margin: 5px 0;
}
.single-blog-post .text-holder .meta-info li:last-child:before{
    display: none;
}
.single-blog-post .text-holder .meta-info li span:before{
    position: relative;
    display: inline-block;
    padding-right: 8px;
    font-size: 14px;
    font-weight: 600;
}
.single-blog-post .text-holder .meta-info li a{
    color: #777777;
    font-size: 14px;
    font-weight: 500;
    transition: all 200ms linear;
    transition-delay: 0.1s;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}


.single-blog-post .text-holder .blog-title {
    position: relative;
    display: block;
    color: #222222;
    font-size: 24px;
    line-height: 36px;
    font-weight: 600;
}
.single-blog-post .text-holder .blog-title a{
    color: #222222;
    transition: all 500ms ease;
}
.single-blog-post .text-holder .text{
    position: relative;
    display: block;
    padding: 12px 0 30px;
}
.single-blog-post .text-holder .text p{
    margin: 0;
}
.single-blog-post .text-holder .button {
    position: relative;
    display: block;
    padding-left: 9px;
    line-height: 0;
}



/*** 
=============================================
    Partner Area Css
=============================================
***/
.partner-area {
    position: relative;
    display: block;
    margin-bottom: -100px;
    z-index: 10;
}
.partner-area.pdtop100{
    padding-top: 100px;
}
.partner-box {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    flex-wrap: wrap;
    padding: 50px 0 10px;
    z-index: 1;
}
.partner-box:before{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: "";
    background: #ffffff;
    z-index: -1;    
}
.partner-box:after{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 50%;
    content: "";
    -webkit-box-shadow: 0px -3px 10px 2px #f4f4f4; 
    box-shadow: 0px -3px 10px 2px #f4f4f4;
    z-index: -2;    
}

.single-partner-logo-box {
    position: relative;
    overflow: hidden;
    flex: 0 0 20%;
    max-width: 20%;
    width: 100%;
    margin-bottom: 40px;
}
.single-partner-logo-box a {
    position: relative;
    display: inline-block;
}
.single-partner-logo-box a img {
    opacity: .30;
    transition: all 0.2s ease-in-out 0.1s;
}
.single-partner-logo-box:hover a img{
    opacity: 1.0;
    transition: all 0.8s ease-in-out 0.1s;
}

.partner-area.style2{
    margin-top: -60px;
    margin-bottom: 0;
}
.partner-area.style2 .partner-box:after{
    height: 100%;
    -webkit-box-shadow: 0px 3px 9px 2px #dfdfdf; 
    box-shadow: 0px 3px 9px 2px #dfdfdf;
}


.partner-area.style3 {
    margin: 0;
    padding-top: 25px;
    padding-bottom: 40px;
    background: #ffffff;
}
.partner-area.style3 .partner-box:after{
    display: none;
}




/*** 
=============================================
    Footer area style
=============================================
***/
.footer-area {
    position: relative;
    display: block;
    background-attachment: fixed;
    background-size: cover;
    background-repeat:no-repeat;
    background-position: center top;
    z-index: 1;
}
.footer-area:before{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: "";
    background-color: rgba(0, 0, 0, 0.90);
    z-index: -1;
}

.footer{
    position: relative;
    display: block;
    padding: 200px 0 80px;
}
.footer.pdtop100{
    padding-top: 100px;    
}
.single-footer-widget {
    position: relative;
    display: block;
    overflow: hidden;
}
.single-footer-widget .title {
    position: relative;
    display: block;
    margin-top: -2px;
    margin-bottom: 45px;
    padding-bottom: 18px;
}
.single-footer-widget .title:before{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 60px;
    height: 2px;
    content: "";
    background: #aaaaaa;
}
.single-footer-widget .title h3 {
    color: #ffffff;
    font-size: 18px;
    line-height: 20px;
    font-weight: 600;
    text-transform: capitalize;
}

.single-footer-widget .our-company-info{
    position: relative;
    display: block;
    padding-right: 20px;
}
.single-footer-widget .our-company-info .footer-logo {
    position: relative;
    display: block;
    padding-bottom: 23px;
}
.single-footer-widget .our-company-info .footer-logo a{
    display: inline-block;
}
.single-footer-widget .our-company-info .text {
    position: relative;
    display: block;
    padding-bottom: 29px;
}
.single-footer-widget .our-company-info .text p{
    color: #ffffff;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    margin: 0;
}


.footer-social-links {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
}
.footer-social-links .inner-title{
    position: relative;
    display: block;
}
.footer-social-links .inner-title h5{
    color: #ffffff;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
}
.footer-social-links .social-links{
    position: relative;
    display: block;
    padding-left: 20px;
}
.footer-social-links .social-links ul{
    overflow: hidden;
}
.footer-social-links .social-links ul li{
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 15px;
    line-height: 20px;
}
.footer-social-links .social-links ul li:last-child{
    margin-right: 0;
}
.footer-social-links .social-links ul li a{
    color: #ffffff;
    font-size: 16px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}



.single-footer-widget .latest-news{
    position: relative;
    display: block;
}
.single-footer-widget .latest-news li{
    position: relative;
    display: block;
    min-height: 80px;
    padding-left: 80px;
    margin-bottom: 20px;
}
.single-footer-widget .latest-news li:last-child{
    margin-bottom: 0;
}
.single-footer-widget .latest-news li .img-box{
    position: absolute;
    top: 0;
    left: 0;
    width: 80px;
    height: 80px;
    overflow: hidden;
}
.single-footer-widget .latest-news li .img-box img{
    width: 100%;
}
.single-footer-widget .latest-news li:hover .img-box .overlay-style1{
    left: 0%;
    opacity: 1;
    transition: all 0.7s cubic-bezier(0.62, 0.21, 0.45, 1.22);  
}
.single-footer-widget .latest-news li .img-box .overlay-content {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    transform: perspective(400px) rotate(90deg);
    transform-origin: top;
    transition: all 0.5s ease-in-out 0s;
    z-index: 2;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.single-footer-widget .latest-news li:hover .img-box .overlay-content{
	opacity: 1;
    transform: perspective(400px) rotate(0deg); 
    transition: all 0.8s ease-in-out 0.5s;    
}
.single-footer-widget .latest-news li .img-box .overlay-content a{
    color: #ffffff;
    font-size: 20px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}


.single-footer-widget .latest-news li .title-box{
    position: relative;
    display: block;
    padding-left: 20px;
}
.single-footer-widget .latest-news li .title-box h4{
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    margin: 0 0 12px;
}
.single-footer-widget .latest-news li .title-box h4 a{
    color: #ffffff;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}
.single-footer-widget .latest-news li .title-box p{
    color: #ffffff;
    font-size: 14px;
    line-height: 16px;
    margin: 0;
}
.single-footer-widget .latest-news li .title-box p span:before{
    position: relative;
    display: inline-block;
    padding-right: 10px;
}

.single-footer-widget.margin-minus {
    margin-right: -5px;
    margin-left: -5px;
}
.single-footer-widget .gallery {
    position: relative;
    display: block;
    margin-left: -10px;
    margin-right: -10px;
}
.single-footer-widget .gallery li{
    position: relative;
    display: inline-block;
    float: left;
    width: 80px;
    height: 80px;
    margin: 0 10px 20px;
}
.single-footer-widget .gallery li .img-holder{
    position: relative;
    display: block;
    overflow: hidden;
}
.single-footer-widget .gallery li .img-holder img{
    width: 100%;
}
.single-footer-widget .gallery li:hover .img-holder .overlay-style1{
    left: 0%;
    opacity: 1;
    transition: all 0.7s cubic-bezier(0.62, 0.21, 0.45, 1.22);  
}
.single-footer-widget .gallery li .img-holder .overlay-content {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    transform: perspective(400px) rotate(90deg);
    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-footer-widget .gallery li:hover .img-holder .overlay-content{
	opacity: 1;
    transform: perspective(400px) rotate(0deg); 
    transition: all 0.8s ease-in-out 0.5s;    
}
.single-footer-widget .gallery li .img-holder .overlay-content a{
    color: #ffffff;
    font-size: 20px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}


.single-footer-widget.marginleft{
    margin-left: 5px;
}
.single-footer-widget .services-links{
    position: relative;
    display: block;
    margin-top: -15px;
}
.single-footer-widget .services-links li{
    position: relative;
    display: block;
    line-height: 40px;
}
.single-footer-widget .services-links li a{
    position: relative;
    display: block;
    padding-left: 30px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}
.single-footer-widget .services-links li a:before{
    position: absolute;
    content: "\f101";
    font-family: FontAwesome;
    top: 0;
    left: 0;
    bottom: 0;
    font-size: 14px;    
}

.footer-bottom {
    position: relative;
    display: block;
}
.footer-bottom .outer-box {
    position: relative;
    display: block;
    text-align: center;
}
.copyright-text {
    position: relative;
    display: block;
    padding: 25px 0;
}
.copyright-text p{
    color: #ffffff;
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    margin: 0;
}
.copyright-text p a {
    color: #f7f7f7;
    font-weight: 600;
    transition: all 500ms ease;
}



/*** 
=============================================
    Main Slider Style2 Css
=============================================
***/
.main-slider-style2{
    position: relative;
    display: block;
    min-height: 1000px;
}
.main-slider-style2 .layer-outer{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.main-slider-style2 .layer-outer .left-box{
    position: relative;
    display: block;
    float: left;
    width: 35%;
    height: 100%;
    background-attachment: scroll;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
}
.main-slider-style2 .layer-outer .left-box:before{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: "";
    background-color: rgba(0, 0, 0, 0.90);
}
.main-slider-style2 .layer-outer .right-box{
    position: relative;
    display: block;
    float: right;
    width: 65%;
    height: 100%;
    background-attachment: scroll;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
}


/** Header Style2 Css **/
.header-style2 {
    position: relative;
    display: block;
}
.header-style2 .top {
    position: relative;
    display: block;
    padding: 17px 40px 18px;
    padding-right: 20px;
}
.header-style2 .top p{
    color: #ffffff;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin: 0;
}
.header-style2 .top p span:before{
    position: relative;
    display: inline-block;
    padding-right: 10px;
}
.header-style2 .bottom {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 0 40px;
}
.header-style2 .bottom .left{
    position: relative;
    display: block;    
}
.header-style2 .bottom .left .logo {
    position: relative;
    display: block;
    padding: 15px 0;
}
.header-style2 .bottom .left .logo a{
    display: inline-block;
}

.header-style2 .bottom .right{
    position: relative;
    display: block;      
}
.outer-search-box-style1.style2 {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-right: 20px;
}
.cart-box.style2 {
    float: right;
    padding: 30px 10px;
}

.slider-social-links{
    position: relative;
    display: block;
    width: 100px;
    margin-top: 100px;
    z-index: 10;
}
.slider-social-links ul{
    overflow: hidden;
}
.slider-social-links ul li{
    position: relative;
    display: block;
    text-align: center;
    margin-bottom: 35px;
}
.slider-social-links ul li:last-child{
    margin-bottom: 0;
}
.slider-social-links ul li a{
    color: #ffffff;
    font-size: 20px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}
.slider-social-links .border-box{
    position: relative;
    display: block;
    width: 4px;
    height: 80px;
    margin: 40px auto 0;
}


.slider-box-style2 {
    position: absolute;
    top: 300px;
    left: 0;
    bottom: 0;
    right: 0;
}
.slider-box-style2 .slide {
    position: relative;
    display: block;
    overflow: hidden;
}
.slider-box-style2 .content{
	position:relative;
	z-index:10;
}
.slider-box-style2 .auto-container{
    position: relative;
    overflow: hidden;
}
.slider-box-style2 .content{
    position: relative;
    display: block;
    max-width: 640px;
    width: 100%;
    padding: 72px 50px 0px;
    padding-right: 30px;
	opacity: 1;
	transform: translateY(100%);
	-webkit-transition: all 500ms linear;
	-moz-transition: all 500ms linear;
	-ms-transition: all 500ms linear;
	-o-transition: all 500ms linear;
	transition: all 500ms linear;
    z-index: 1;
}
.slider-box-style2 .active .content{
	opacity: 1;
	transform: translateY(0px);
	-webkit-transition: all 1000ms linear;
	-moz-transition: all 1000ms linear;
	-ms-transition: all 1000ms linear;
	-o-transition: all 1000ms linear;
	transition: all 1000ms linear;
}
.slider-box-style2 .content:before{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 25px;
    right: 0;
    content: "";
    background: rgba(0, 0, 0, 0.80);
    z-index: -1;
}
.slider-box-style2 .content h3{
    color: #ffffff;
    font-size: 30px;
    line-height: 40px;
    font-weight: 400;
}
.slider-box-style2 .content h2 {
    color: #ffffff;
    font-size: 48px;
    line-height: 56px;
    font-weight: 600;
    margin: 17px 0 31px;
}
.slider-box-style2 .content p{
    color: #ffffff;
    margin: 0;
}
.slider-box-style2 .content .btns-box {
    position: relative;
    display: block;
    height: 50px;
    margin-top: 70px;
    margin-left: 9px;
}


.slider-box-style2 .owl-theme .owl-nav {
    position: absolute;
    right: 70px;
    width: 200px;
    bottom: -162px;
}
.slider-box-style2 .owl-theme .owl-prev span, 
.slider-box-style2 .owl-theme .owl-next span{
    display: block;
}
.slider-box-style2 .owl-theme .owl-nav .owl-prev {
    position: absolute;
    left: 0px;
    top: 0;
    height: 100px;
    width: 100px;
    border-radius: 0%;
    border: none;
    text-align: center;
    color: #ffffff;
    font-size: 48px;
    line-height: 100px;
    font-weight: 400;
    opacity: 1;
    margin: 0;
    padding: 0;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    z-index: 1;
}
.slider-box-style2 .owl-theme .owl-nav .owl-prev:before{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: "";
    -moz-transform: skew(-20deg, 0deg);
    -webkit-transform: skew(-20deg, 0deg);
    -o-transform: skew(-20deg, 0deg);
    -ms-transform: skew(-20deg, 0deg);
    transform: skew(-20deg, 0deg); 
    z-index: -1;
}
.slider-box-style2 .owl-theme .owl-nav .owl-prev:hover:before{
    background: rgba(0,0,0,0.75);
}
.slider-box-style2 .owl-theme .owl-nav .owl-next {
    position: absolute;
    right: 0px;
    top: 0;
    height: 100px;
    width: 100px;
    border-radius: 0%;
    border: none;
    text-align: center;
    color: #ffffff;
    font-size: 48px;
    line-height: 100px;
    font-weight: 400;
    opacity: 1;
    margin: 0;
    padding: 0;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.slider-box-style2 .owl-theme .owl-nav .owl-next:before{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: "";
    background: rgba(0,0,0,0.75);
    -moz-transform: skew(-20deg, 0deg);
    -webkit-transform: skew(-20deg, 0deg);
    -o-transform: skew(-20deg, 0deg);
    -ms-transform: skew(-20deg, 0deg);
    transform: skew(-20deg, 0deg); 
    z-index: -1;
}




/*** 
=============================================
    Mainmenu Area Css
=============================================
***/
.mainmenu-area{
    position: relative;
    display: block;
    margin-top: -150px;
    padding-left: 150px;
}
.mainmenu-area .video-holder-box.style2{
    position: absolute;
    top: 0;
    left: 0;
    width: 150px;
    height: 150px;
}
.video-holder-box.style2 .icon .inner a {
    height: 150px;
    width: 150px;
}
.video-holder-box.style2 .icon .inner a span:before {
    color: #ffffff;
    font-size: 60px;
    line-height: 150px;
}

.mainmenu-area .outer-box {
    position: relative;
    display: block;
    max-width: 1200px;
    width: 100%;
    padding-bottom: 35px;
}
.mainmenu-area .outer-box .top {
    position: relative;
    display: block;
    overflow: hidden;
    padding-left: 40px;
    padding-bottom: 8px;
    top: -4px;
}
.mainmenu-area .outer-box .top ul{
    overflow: hidden;
}
.mainmenu-area .outer-box .top ul li{
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 40px;
    line-height: 26px;
}
.mainmenu-area .outer-box .top ul li:last-child{
    margin-right: 0;
}
.mainmenu-area .outer-box .top ul li span:before{
    position: relative;
    display: inline-block;
    padding-right: 10px;
    color: #ffffff;
}
.mainmenu-area .outer-box .top ul li a{
    color: #ffffff;
    font-size: 18px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.mainmenu-area .outer-box .bottom{
    position: relative;
    display: block;
    padding-left: 40px;
    background: #ffffff;
}
.mainmenu-area .outer-box .bottom .left{
    position: relative;
    display: block;    
}
.mainmenu-area .outer-box .bottom .left .main-menu .navigation>li {
    margin-right: 55px;
}

.mainmenu-area .outer-box .bottom .right{
    position: relative;
    display: block;    
}
.mainmenu-area .outer-box .bottom .right .button {
    position: relative;
    display: block;
    margin-right: -15px;
}
.mainmenu-area .outer-box .bottom .right .button a{
    position: relative;
    display: block;
    padding: 0 60px;
    color: #ffffff;
    font-size: 18px;
    line-height: 80px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    transition: all 0.3s ease-in-out 0.1s;
    z-index: 1;
}
.mainmenu-area .outer-box .bottom .right .button a:before{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: "";
    z-index: -1;
    -moz-transform: skew(-20deg, 0deg);
    -webkit-transform: skew(-20deg, 0deg);
    -o-transform: skew(-20deg, 0deg);
    -ms-transform: skew(-20deg, 0deg);
    transform: skew(-20deg, 0deg);
}



/*** 
=============================================
    Services Style1 Area Style2 Css
=============================================
***/
.services-style1-area.style2{} 
.single-service-style1.style2 .img-holder .overlay-content {
    top: auto;
    left: 0;
    bottom: 0;
    right: 0;
    height: auto;
    display: block;
    opacity: 0;
    transform: scale(.5);
    transition: all 500ms linear;
    transition-delay: 0.1s;
}
.single-service-style1.style2:hover .img-holder .overlay-content{
    opacity: 1;
    transform: scale(1.0);
    transition: all 500ms linear;
    transition-delay: 0.2s;
}
.single-service-style1.style2 .img-holder .overlay-content .inner {
    padding: 53px 50px 50px;
}
.service-carousel.style2.owl-carousel.owl-dot-style1 .owl-dots .owl-dot.active {
    background: #222222;
}



/*** 
=============================================
    About Style2 Area Css
=============================================
***/
.about-style2-area{
    position: relative;
    display: block;
}
.about-style2-area .layer-outer{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.about-style2-area .layer-outer::before {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(238, 238, 238, 0.95) none repeat scroll 0 0;
    content: "";
}

.about-style2-text-box{
    position: relative;
    display: block;
}
.about-style2-text-box .sec-title{
    padding-bottom: 43px;
}
.about-style2-text-box .inner-content{
    position: relative;
    display: block;    
}
.about-style2-text-box .inner-content h3{
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    font-family: 'Arimo', sans-serif;
}
.about-style2-text-box .inner-content .text{
    position: relative;
    display: block;
    padding: 24px 0 34px;
}
.about-style2-text-box .inner-content .button{
    position: relative;
    display: block;
    line-height: 0;
    margin-left: 9px;
}

.about-style2-right-box{
    position: relative;
    display: block;
}
.about-style2-right-box ul{
    overflow: hidden;
}
.about-style2-right-box ul li{
    position: relative;
    display: block;
    background: #ffffff;
    padding: 29px 40px 27px;
    padding-right: 40px;
    margin-bottom: 30px;
    z-index: 1;
}
.about-style2-right-box ul li:before{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 10px;
    content: "";
    z-index: -1;
    opacity: 0;
    transform-origin: top;
    transform-style: preserve-3d;
    transition: all 0.3s cubic-bezier(0.62, 0.21, 0.45, 1.22);  
}
.about-style2-right-box ul li:hover:before{
    opacity: 1;    
}

.about-style2-right-box ul li:after{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 10px;
    background-color: #222222;
    content: "";
    z-index: -1;
    opacity: 1;
    transform: scaleY(0);
    transform-origin: center;
    transform-style: preserve-3d;
    transition: all 0.9s cubic-bezier(0.62, 0.21, 0.45, 1.22);  
}
.about-style2-right-box ul li:hover:after{
    opacity: 1;
    transform: scaleY(1.0);    
}

.about-style2-right-box ul li:last-child{
    margin-bottom: 0;
}
.about-style2-right-box ul li .inner{
    position: relative;
    display: block;
    padding-left: 70px;
}
.about-style2-right-box ul li .inner .icon{
    position: absolute;
    top: 5px;
    left: 0;
}
.about-style2-right-box ul li .inner .icon span:before {
    font-size: 70px;
    line-height: 70px;
    transition: all 700ms ease 100ms;
}
.about-style2-right-box ul li:hover .inner .icon span:before{
    color: #ffffff;
    transition: all 700ms ease 300ms;
}
.about-style2-right-box ul li .inner .text{
    position: relative;
    display: block;
    padding-left: 30px;
}
.about-style2-right-box ul li .inner .text h3{
    color: #222222;
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
    margin: 0 0 12px;
    transition: all 700ms ease 100ms;
}
.about-style2-right-box ul li:hover .inner .text h3{
    color: #ffffff;
    transition: all 700ms ease 300ms;    
}
.about-style2-right-box ul li .inner .text p{
    line-height: 26px;
    margin: 0;
    transition: all 700ms ease 100ms;
}
.about-style2-right-box ul li:hover .inner .text p{
    color: #ffffff;
    transition: all 700ms ease 500ms;       
}

.about-style2-area.about-page {
    margin-top: -100px;
    padding-top: 200px;
    padding-bottom: 100px;
}




/*** 
=============================================
    Latest Project Style2 Area Css
=============================================
***/
.latest-project-style2-area{
    position: relative;
    display: block;
    padding: 100px 0 100px;
}

.project-menu-box {
    position: relative;
    display: block;
    overflow: hidden;
    margin-bottom: 60px;
    background: #ffffff;
}
.project-filter {
    position: relative;
    display: block;
    text-align: center;
}
.project-filter li {
    position: relative;
    display: inline-block;
    float: none;
    margin: 0 10px;
}
.project-filter li:first-child {
    margin-left: 0;
}
.project-filter li:last-child {
    margin-right: 0;
}
.project-filter li .filter-text {
    position: relative;
    display: block;
    padding: 0 20px;
    color: #222222;
    font-size: 16px;
    line-height: 40px;
    font-weight: 500;
    text-transform: capitalize;
    cursor: pointer;
    transition: all .4s ease;
    font-family: 'Arimo', sans-serif;
    z-index: 1;
}
.project-filter li .filter-text:before{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: "";
    z-index: -1;
    transform: scaleX(0) skew(-20deg, 0deg);
    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) skew(-20deg, 0deg);      
}
.project-filter li .count {
    display: none;
}
.project-filter li:hover .filter-text, 
.project-filter li.active .filter-text {
    color: #ffffff;
}

.single-project-style2{
    position: relative;
    display: block;
    margin-bottom: 30px;
}
.single-project-style2 .img-holder{
    position: relative;
    display: block;
    overflow: hidden;
}
.single-project-style2 .img-holder img{
    width: 100%;
    transform: scale(1.0);    
}
.single-project-style2:hover .img-holder img{
    transform: scale(1.2) rotate(1deg);    
}
.single-project-style2 .overlay-content{
    position: absolute;
    top: 20px;
    left: 20px;
    bottom: 20px;
    right: 20px;
    opacity: 1;
    transform: translateY(0px);
    transition: all 0.3s ease-in-out 0.5s;
    opacity: 0;
    transform: scale(.5);
    transition: all 500ms linear;
    transition-delay: 0.1s;   
}
.single-project-style2:hover .overlay-content{
    opacity: 1;
    transform: scale(1.0);
    transition: all 300ms linear;
    transition-delay: 0.1s;    
}
.single-project-style2 .overlay-content .box {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    flex-wrap: wrap;
    padding: 0 40px 47px;
    transform: translateY(20px);
    transition: all 100ms ease 100ms;
    opacity: 0;
}
.single-project-style2:hover .overlay-content .box{
    opacity: 1;
    transform: translateX(0px);
    transition: all 900ms linear;
    transition-delay: 0.5s;       
}

.single-project-style2 .overlay-content .box ul{
    position: relative;
    display: block;
    overflow: hidden;
    padding-bottom: 20px;
}
.single-project-style2 .overlay-content .box ul li{
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 10px;
}
.single-project-style2 .overlay-content .box ul li:last-child{
    margin-right: 0;
}
.single-project-style2 .overlay-content .box ul li a{
    position: relative;
    display: block;
    width: 40px;
    height: 40px;
    background: #ffffff;
    border-radius: 50%;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
    font-weight: 600;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}
.single-project-style2 .overlay-content .box ul li a:hover{
    color: #ffffff;
    background: #222222;
}
.single-project-style2 .overlay-content .box h3{
    color: #ffffff;
    font-size: 24px;
    line-height: 30px;
    font-weight: 500;
    margin: 0 0 5px;
}
.single-project-style2 .overlay-content .box p{
    color: #ffffff;
    font-size: 14px;
    line-height: 16px;
    margin: 0;
}
.latest-project-style2-area .button{
    position: relative;
    display: block;
    margin-top: 20px;
    line-height: 0;
}



/*** 
=============================================
    Work Process Area Css
=============================================
***/
.work-process-area{
    position: relative;
    display: block;
    overflow: hidden;
    background: #111111;
    padding: 100px 0 0px;
}
.work-process-area .layer-outer{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
.work-process-area .layer-outer .left{
    position: absolute;
    top: 0;
    left: 0;
}
.work-process-area .layer-outer .right{
    position: absolute;
    right: 0;
    bottom: 0;
}
.work-process-area .sec-title{
    padding-bottom: 50px;    
}
.work-process-area .sec-title h2 {
    color: #ffffff;
}
.work-process-area .sec-title p{
    color: #ffffff;
    margin: 32px 0 0;
}
.work-process-content{
    padding-bottom: 130px;
}
.single-work-process {
    position: relative;
    display: block;
    margin-bottom: 40px;
}
.single-work-process .icon-holder{
    position: relative;
    display: block;
    width: 130px;
    height: 130px;
    margin: 0 auto;
    border: 15px solid rgba(255, 255, 255, 0.10);
    border-radius: 50%;
}
.single-work-process .icon-holder .number {
    position: absolute;
    top: -15px;
    left: -15px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    color: #ffffff;
    font-size: 14px;
    line-height: 30px;
    font-weight: 500;
    text-align: center;
    font-family: 'Arimo', sans-serif;
}
.single-work-process .icon-holder .number.bottom {
    top: auto;
    left: auto;
    right: -15px;
    bottom: -15px;
}
.single-work-process .icon-holder .inner{
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    border: 15px solid rgba(255, 255, 255, 0.15);
    border-radius: 50%;
}
.single-work-process .icon-holder .inner span:before {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    background: #ffffff;
    border-radius: 50%;
    font-size: 35px;
    line-height: 70px;
}
.single-work-process .text-holder{
    position: relative;
    display: block;
    padding-top: 34px;
}
.single-work-process .text-holder h3{
    color: #ffffff;
    font-size: 24px;
    line-height: 30px;
    font-weight: 500;
    margin: 0 0 15px;
}
.single-work-process .text-holder p{
    color: #ffffff;
    margin: 0;
}
.work-process-area .border-box2 {
    position: absolute;
    left: 0px;
    bottom: 0;
    right: 0px;
    height: 80px;
    max-width: 1170px;
    width: 100%;
    margin: 0 auto;
}
.work-process-area .border-box2:before{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: "";
    background: rgba(255, 255, 255, 0.10);
    -moz-transform: skew(-20deg, 0deg);
    -webkit-transform: skew(-20deg, 0deg);
    -o-transform: skew(-20deg, 0deg);
    -ms-transform: skew(-20deg, 0deg);
    transform: skew(-20deg, 0deg);
}


.work-process-area.style2{
    background: #f2f8ff;
    padding: 100px 0 0px;
}
.work-process-area.style2 .sec-title{
    padding-bottom: 50px;    
}
.work-process-area.style2 .sec-title h2 {
    color: #222222;
}
.work-process-area.style2 .sec-title p{
    color: #222222;
    margin: 32px 0 0;
}
.work-process-content.style2 {
    padding-bottom: 50px;
}
.single-work-process.style2 .icon-holder .inner span:before {
    color: #ffffff;
    background: #222222;
}
.single-work-process.style2 .text-holder h3{
    color: #222222;
    font-weight: 600;
}
.single-work-process.style2 .text-holder p{
    color: #777777;
}



/*** 
=============================================
    Slogan Area Css
=============================================
***/
.slogan-area {
    position: relative;
    display: block;
    margin-top: -60px;
    z-index: 10;
}
.slogan-area .outer-container{
    position: relative;
    display: block;
    max-width: 1170px;
    width: 100%;
    margin: 0 auto;
}
.slogan-content{
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap; 
    padding: 50px 60px;
    z-index: 1;
}
.slogan-content:before{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: "";
    z-index: -1;
    -moz-transform: skew(-20deg, 0deg);
    -webkit-transform: skew(-20deg, 0deg);
    -o-transform: skew(-20deg, 0deg);
    -ms-transform: skew(-20deg, 0deg);
    transform: skew(-20deg, 0deg);
}
.slogan-content:after{
    position: absolute;
    top: 20px;
    left: 20px;
    bottom: 20px;
    right: 20px;
    content: "";
    z-index: -1;
    border: 2px dashed #ffffff;
    -moz-transform: skew(-20deg, 0deg);
    -webkit-transform: skew(-20deg, 0deg);
    -o-transform: skew(-20deg, 0deg);
    -ms-transform: skew(-20deg, 0deg);
    transform: skew(-20deg, 0deg);
}
.slogan-content .title{
    position: relative;
    display: block;
}
.slogan-content .title h3{
    color: #ffffff;
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
}
.slogan-content .button{
    position: relative;
    display: block;    
}
.slogan-content .button a{
    position: relative;
    display: block;
    padding: 0 30px;
    color: #222222;
    font-size: 16px;
    line-height: 50px;
    font-weight: 600;
    text-transform: capitalize;
    font-family: 'Montserrat', sans-serif;
}
.slogan-content .button a:before{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: "";
    z-index: -1;
    background-color: #ffffff;
    -moz-transform: skew(-20deg, 0deg);
    -webkit-transform: skew(-20deg, 0deg);
    -o-transform: skew(-20deg, 0deg);
    -ms-transform: skew(-20deg, 0deg);
    transform: skew(-20deg, 0deg);    
}



.slogan-area.style2{
    position: relative;
    display: block;
    margin: 0;
    padding: 20px 0;
}
.slogan-area.style2:before{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 20px;
    background: url(../images/shape/slogan-arrow-top.jpg);
    background-repeat: repeat-x;
    content: "";
    -webkit-animation: bgSlideReverse 20s linear infinite;
    animation: bgSlideReverse 20s linear infinite;
}
.slogan-area.style2:after{
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 20px;
    background: url(../images/shape/slogan-arrow-bottom.jpg);
    background-repeat: repeat-x;
    content: "";
    -webkit-animation: bgSlideReverse2 20s linear infinite;
    animation: bgSlideReverse2 20s linear infinite;
}
.slogan-area.style2 .slogan-content {
    padding: 30px 0px;
}
.slogan-area.style2 .slogan-content:before {
    display: none;
}
.slogan-area.style2 .slogan-content:after {
    display: none;
}
.slogan-area.style2 .slogan-content .title h3 {
    font-size: 24px;
    line-height: 32px;
}
.slogan-area.style2 .slogan-content .button-box{
    position: relative;
    display: block;
    line-height: 0;
    padding-right: 10px;
}
.slogan-area.style2 .slogan-content .button-box .btn-one:before {
    background: #222222;
}






/*** 
=============================================
    Pricing Table Area Css
=============================================
***/
.pricing-table-area {
    position: relative;
    display: block;
    padding: 100px 0 40px;
    background-color: #ffffff;
}
.pricing-table-area .sec-title {
    padding-bottom: 91px;
}
.pricing-table-area .row {
    margin-left: -25px;
    margin-right: -25px;
}
.pricing-table-area .row [class*=col-] {
    padding-left: 25px;
    padding-right: 25px;
}
.pricing-table-area .sec-title {
    position: relative;
    display: block;
    padding-bottom: 91px;
}

.single-price-box {
    position: relative;
    display: block;
    max-width: 370px;
    width: 100%;
    margin: 0 auto 107px;
    padding: 75px 50px 70px;
    z-index: 10;
}
.single-price-box:before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #ffffff;
    content: "";
    -moz-transform: skew(0deg, -10deg);
    -webkit-transform: skew(0deg, -10deg);
    -o-transform: skew(0deg, -10deg);
    -ms-transform: skew(0deg, -10deg);
    transform: skew(0deg, -10deg);
    -webkit-box-shadow: 0px -4px 7px 1px rgba(242,242,242,0.7); 
    box-shadow: 0px -4px 7px 1px rgba(242,242,242,0.7);
    z-index: 1;
    transform-origin: center;
    transform-style: preserve-3d;
    transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.22);  
}
.single-price-box:hover:before{
    box-shadow: none;
}
.single-price-box:after{
    position: absolute;
    left: -10px;
    bottom: -15px;
    right: 10px;
    height: 50px;
    content: "";
    -moz-transform: skew(0deg, -10deg);
    -webkit-transform: skew(0deg, -10deg);
    -o-transform: skew(0deg, -10deg);
    -ms-transform: skew(0deg, -10deg);
    transform: skew(0deg, -10deg);
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear; 
    z-index: -2;
}
.single-price-box:hover:after{
    background: #222222;
    z-index: -2;
}
.single-price-box .top-icon{
    position: absolute;
    top: 30px;
    right: 30px;
    z-index: 2;
}
.single-price-box .top-icon span:before {
    color: rgba(0, 0, 0, 0.10);
    font-size: 70px;
    line-height: 70px;
}

.single-price-box .title {
    position: relative;
    display: block;
    padding-bottom: 20px;
    z-index: 2;
}
.single-price-box .title h2 {
    color: #222222;
    font-size: 36px;
    line-height: 40px;
    font-weight: 700;
    margin: 0 0 6px;
    text-transform: uppercase;
}
.single-price-box .title h4{
    font-size: 18px;
    line-height: 20px;
    font-weight: 600;
    transition: all 700ms ease 100ms;
}
.single-price-box:hover .title h4{
    color: #ffffff;
    transition: all 700ms ease 300ms;
}
.single-price-box .value {
    position: relative;
    display: block;
    z-index: 2;
}
.single-price-box .value h2 {
    font-size: 36px;
    line-height: 40px;
    font-weight: 700;
    font-family: 'Arimo', sans-serif;
    transition: all 700ms ease 100ms;
}
.single-price-box:hover .value h2{
    color: #ffffff;
    transition: all 700ms ease 300ms;    
}


.single-price-box .inner-box{
	position: relative;
    display: block;
    z-index: 2;
}
.single-price-box .inner-box ul {
    position: relative;
    display: block;
    padding: 30px 0px 37px;
}
.single-price-box .inner-box ul li{
	position: relative;
    display: block;
    padding-left: 30px;
	color: #777777;
	font-size: 14px;
    line-height: 36px;
    font-weight: 400;
    transition: all 700ms ease 100ms;
}
.single-price-box:hover .inner-box ul li{
    color: #ffffff;
    transition: all 700ms ease 300ms;        
}
.single-price-box .inner-box ul li:before{
    position: absolute;
    top: 0;
    left: 0px;
    bottom: 0;
    font-family: FontAwesome;
    content: "\f00c";
    font-size: 14px;
    color: #222222;
    transition: all 700ms ease 100ms;
}
.single-price-box:hover .inner-box ul li:before{
    color: #ffffff;
    transition: all 700ms ease 300ms;     
}
.single-price-box .inner-box .button{
    position: relative;
    display: block;
    line-height: 0;
    padding-left: 10px;
}

.single-price-box:hover .inner-box .button .btn-one:before {
    background: #ffffff;
}
.single-price-box:hover .inner-box .button .btn-one .icon {
    color: #222222;
}



/*** 
=============================================
    Faq Content Area Css
=============================================
***/
.faq-content-area{
    position: relative;
    display: block;
    background: #ffffff;
}
.faq-image-box {
    position: relative;
    display: block;
    margin-right: 10px;
}
.faq-image-box img{
    max-width: none;
    float: right;
}
.faq-content-area .patter-bg {
    position: absolute;
    left: -5000px;
    right: 0;
    bottom: 0;
    height: 208px;
}
.faq-content-box {
    position: relative;
    display: block;
    margin-top: 100px;
    margin-left: -200px;
    padding-top: 100px;
    padding-left: 70px;
    padding-bottom: 160px;
    z-index: 10;
}
.faq-content-box:before{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: -50000px;
    background: #eeeeee;
    content: "";
    z-index: -1;
}
.faq-content-box .sec-title{
    padding-bottom: 50px;
}

.faq-content-box.style2{
    margin-top: 100px;
    margin-left: -200px;
    padding-top: 100px;
    padding-left: 70px;
    padding-bottom: 100px; 
}
.faq-content-box.style2:before{
    background: url(../images/pattern/pattern-5.png);  
    background-repeat: repeat;
    background-color: #EEEEEE;
}




/*** 
=============================================
    latest blog Content Area Css
=============================================
***/
.latest-blog-area.style2{
    position: relative;
    display: block;
}
.single-blog-post.style2 {}
.single-blog-post.style2 .text-holder {
    padding-top: 25px;
}
.single-blog-post.style2 .text-holder .meta-info {
    padding-bottom: 10px;
}
.single-blog-post.style2 .img-holder .date-box {
    top: auto;
    left: 20px;
    bottom: 20px;
}



/*** 
=============================================
    Header Style two Css
=============================================
***/
.header-style-two{
    position: relative;
}
.header-upper-style2{
    position: relative;
    display: block;
    background: #f5f5f5;
}
.header-upper-left-style2{
    position: relative;
    display: block;    
}
.header-contact-info-style2{
    position: relative;
    display: block;
    overflow: hidden;
}
.header-contact-info-style2 ul{
    overflow: hidden;
}
.header-contact-info-style2 ul li {
    position: relative;
    display: inline-block;
    float: left;
    border-left: 2px solid #dddddd;
    padding: 0 30px;
    color: #777777;
    font-size: 16px;
    line-height: 55px;
    font-weight: 400;
}
.header-contact-info-style2 ul li a{
    color: #777777;
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;    
}
.header-contact-info-style2 ul li span:before{
    position: relative;
    top: 1px;
    display: inline-block;
    float: left;
    padding-right: 10px;
    color: #222222;
    font-size: 14px;
}
.header-upper-right-style2 {
    position: relative;
    display: block;
    overflow: hidden;
}
.header-social-links {
    position: relative;
    display: block;
    float: right;
}
.header-social-links ul{
    overflow: hidden;
}
.header-social-links ul li{
    position: relative;
    display: inline-block;
    float: left;
    border-left: 2px solid #dddddd;
}
.header-social-links ul li:last-child{
    border-right: 2px solid #dddddd;
}
.header-social-links ul li a {
    position: relative;
    display: block;
    color: #222222;
    font-size: 18px;
    line-height: 55px;
    text-align: center;
    width: 50px;
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;    
}


.header-lawer-style2{
    position: relative;
    display: block;
}
.header-lawer-style2 .outer-box{
    position: relative;
    display: block;
    background: #ffffff;
    padding-left: 50px;
}
.header-lawer-style2 .outer-box .logo {
    position: absolute;
    top: 0;
    left: -288px;
    padding: 15px 0;
}
.header-lawer-style2 .outer-box .logo a{
    position: relative;
    display: inline-block;
}

.header-lawer-left-style2{
    position: relative;
    display: block;
}
.main-menu.style3{}
.main-menu.style3 .navigation>li>a {
    text-transform: uppercase;
    padding: 35px 0px 35px;
}


.cart-box.style3 {
    position: relative;
    display: inline-block;
    float: left;
    padding: 30px 10px;
    margin-right: 49px;
}


.header-lawer-right-style2{
    position: relative;
    display: block;
}
.outer-search-box-style1.style3 {
    position: relative;
    display: block;
    float: right;
    padding: 0;
}
.outer-search-box-style1.style3 .seach-toggle {
    position: relative;
    display: block;
    width: 100px;
    height: 100px;
    border: 0px solid #000000;
    border-radius: 0%;
    font-size: 20px;
    line-height: 100px;
    cursor: pointer;
    text-align: center;
    margin: 0;
    transition: all 500ms ease;
    background: #222222;
    color: #ffffff;
}


.header-lawer-right-style2 .button {
    position: absolute;
    top: 0;
    right: -300px;
    bottom: 0;
    padding: 35px 0;
}
.header-lawer-right-style2 .button a{
    position: relative;
    display: inline-block;
    color: #ffffff;
    font-size: 18px;
    line-height: 30px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
}



/*** 
=====================================================
	Main Slider Style2 style
=====================================================
***/
.main-slider.style2 {}
.main-slider.style2 .slider-box{
    position: relative;
    display: block;
}
.main-slider.style2 .slide {
    padding: 205px 0px 310px;   
}
.main-slider.style2 .active .slide .image-layer{
    transition: all .8s ease-in-out .4s;
}
.main-slider.style2 .slide .image-layer:before {
    background-color: rgba(0, 0, 0, 0.60);
}

.main-slider.style2 .content h2{
	position: relative;
	color: #ffffff;
	font-size: 60px;
	line-height: 1.3em;
	font-weight: 600;
    margin-top: 0;
    margin-bottom: 24px;
	opacity: 0;
	transform: translateY(80px);
    transition: all .4s ease-in-out .1s;
}
.main-slider.style2 .active .content h2{
	opacity: 1;
	transform: translateY(0px);
    transition: all .4s ease-in-out .5s;         
}
.main-slider.style2 .content .text{
	position: relative; 
    margin-bottom: 50px;
	opacity: 0;
	transform: translateY(80px);
    transition: all .4s ease-in-out .1s; 
}
.main-slider.style2 .active .content .text{
	opacity: 1;
	transform: translateY(0px);
    transition: all .7s ease-in-out .7s;         
}
.main-slider.style2 .content .text p{
    color: #ffffff;
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    margin: 0;
}
.main-slider.style2 .content .btns-box{
    position: relative;
    line-height: 0;
	opacity: 0;
	transform: translateY(80px);
    transition: all .4s ease-in-out .1s; 
}
.main-slider.style2 .active .content .btns-box{
	opacity: 1;
	transform: translateY(0px);
    transition: all .7s ease-in-out .9s;     
}



/*** 
=============================================
    Call To Action Area Css
=============================================
***/
.call-to-action-area{
    position: relative;
    display: block;
    margin-top: -70px;
    z-index: 10;
}
.call-to-action-area .inner-content{
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
}
.call-to-action-area .inner-content .single-box{
    position: relative;
    display: block;
    width: 30%;
}
.call-to-action-area .inner-content .single-box.middle {
    width: 40%;    
} 

.shopping-content-box {
    position: relative;
    display: block;
    padding: 52px 30px 60px;
    padding-right: 25px;
}
.shopping-content-box .top-icon{
    position: absolute;
    top: 10px;
    right: 10px;
}
.shopping-content-box .top-icon span:before{
    color: rgba(0, 0, 0, 0.10);
    font-size: 100px;
    line-height: 100px;
}
.shopping-content-box .inner {
    position: relative;
    display: block;
    z-index: 1;
}
.shopping-content-box h2{
    color: #ffffff;
    font-size: 30px;
    line-height: 40px;
    font-weight: 600;
    margin: 0 0 32px;
    z-index: 10;
}
.shopping-content-box p{
    color: #ffffff;
    margin: 0;
}
.shopping-content-box .button {
    position: relative;
    display: block;
    line-height: 0;
    margin-top: 30px;
    margin-left: 9px;
}
.shopping-content-box .button .btn-one:before {
    background: #ffffff;
}
.shopping-content-box .button .btn-one .icon {
    color: #222222;
}


.call-back-box{
    position: relative;
    display: block;
    padding: 0px 50px 0px;
    z-index: 1;
}
.call-back-box:before{
    position: absolute;
    top: -50px;
    left: 0;
    bottom: -50px;
    right: 0;
    background: #000000;
    content: "";
    z-index: -1;
}
.call-back-box .bottom-icon {
    position: absolute;
    bottom: -30px;
    right: 20px;
}
.call-back-box .bottom-icon span:before{
    color: rgba(255, 255, 255, 0.10);
    font-size: 100px;
    line-height: 100px;
}
.call-back-box .sec-title{
    padding-bottom: 55px;
}
.call-back-box .sec-title h2 {
    top: -10px;
    color: #ffffff;
    font-size: 30px;
    line-height: 44px;
    margin: 0 0 8px;
}
.call-back-form{
    position: relative;
    display: block;
}
.call-back-form .input-box{
    position: relative;
    display: block;
    margin-bottom: 30px;
}
.call-back-form input[type="text"],
.call-back-form input[type="email"]{
    position: relative;
    display: block;   
    background: transparent;
    border: 1px solid #464646;
    width: 100%;
    height: 60px;
    font-size: 14px;
    font-weight: 500;
    padding-left: 29px;
    padding-right: 29px;
    border-radius: 0px;
    transition: all 500ms ease;
    font-family: 'Arimo', sans-serif;
}
.call-back-form input[type="text"]:focus{
    color: #ffffff;
}
.call-back-form input[type="email"]:focus{
    color: #ffffff;
}
.call-back-form input[type="text"]::-webkit-input-placeholder {
    color: #777777;
}
.call-back-form input[type="text"]:-moz-placeholder {
    color: #777777;
}
.call-back-form input[type="text"]::-moz-placeholder {
    color: #777777;
}
.call-back-form input[type="text"]:-ms-input-placeholder {
    color: #777777;
}
.call-back-form input[type="email"]::-webkit-input-placeholder {
    color: #777777;
}
.call-back-form input[type="email"]:-moz-placeholder {
    color: #777777;
}
.call-back-form input[type="email"]::-moz-placeholder {
    color: #777777;
}
.call-back-form input[type="email"]:-ms-input-placeholder {
    color: #777777;
}
.call-back-form .button-box {
    position: relative;
    display: block;
    padding-top: 30px;
    padding-left: 9px;
    line-height: 0;
}


.vehicle-content-box {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 52px 30px 60px;
    -webkit-box-shadow: 3px 3px 9px 0px rgba(223,223,223,0.5); 
    box-shadow: 3px 3px 9px 0px rgba(223,223,223,0.5);
}
.vehicle-content-box .bottom-icon{
    position: absolute;
    bottom: 20px;
    right: 10px;
}
.vehicle-content-box .bottom-icon span:before{
    color: rgba(0, 0, 0, 0.10);
    font-size: 100px;
    line-height: 100px;
}
.vehicle-content-box h2{
    color: #222222;
    font-size: 30px;
    line-height: 40px;
    font-weight: 600;
    margin: 0 0 42px;
    z-index: 10;
}
.vehicle-content-box .single-item{
    position: relative;
    display: block;
}
.vehicle-content-box .single-item p{
    color: #777777;
    margin: 0;
}
.vehicle-carousel.owl-nav-style-one.owl-theme .owl-stage-outer {
    padding-bottom: 60px;
}



/*** 
=============================================
    About Style3 Area Css
=============================================
***/
.about-style3-area{
    position: relative;
    display: block;
    padding: 150px 0 0px;
}
.about-style3-area .shape{
    position: absolute;
    top: 0;
    left: 0;
}
.about-style3-text-box{
    position: relative;
    display: block;
}
.about-style3-text-box .title{
    position: relative;
    display: block; 
    margin-top: -5px;
    padding-bottom: 40px;
}
.about-style3-text-box .title h4{
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 14px;
}
.about-style3-text-box .title h2{
    color: #222222;
    font-size: 36px;
    line-height: 46px;
    font-weight: 600;
}


.about-style3-tab-box{
	position:relative;
    display: block
}
.about-style3-tab-box .tab-button-column {
    position: relative;
    display: block;
    overflow: hidden;
    padding-bottom: 32px;
}
.about-style3-tab-box .tab-buttons {
    position: relative;
    display: block;
    overflow: hidden;
    padding-left: 9px;
}
.about-style3-tab-box .tab-buttons .tab-btn{
	position: relative;
    display: inline-block;
    padding: 0 30px;
	float: left;
    margin-right: 20px;
	cursor: pointer;
	color: #222222;
	font-size: 16px;
    line-height: 40px;
	font-weight: 600;
    text-transform: capitalize;
	transition:all 300ms ease;
	font-family: 'Montserrat', sans-serif;
    z-index: 1;
}
.about-style3-tab-box .tab-buttons .tab-btn:last-child{
    margin-right: 0;
}
.about-style3-tab-box .tab-buttons .tab-btn:before{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: "";
    z-index: -1;
    background: #d9d9d9;
    -moz-transform: skew(-20deg, 0deg);
    -webkit-transform: skew(-20deg, 0deg);
    -o-transform: skew(-20deg, 0deg);
    -ms-transform: skew(-20deg, 0deg);
    transform: skew(-20deg, 0deg);
    z-index: -1;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}
.about-style3-tab-box .tab-buttons .tab-btn:hover,
.about-style3-tab-box .tab-buttons .tab-btn.active-btn{
	color: #ffffff;
}



.about-style3-tab-box .tabs-content {
    position: relative;
    display: block;
    overflow: hidden;
}
.about-style3-tab-box .tabs-content .tab{
	position: relative;
	display: none;
    opacity: .50;
	-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-style3-tab-box .tabs-content .tab.active-tab{
    opacity: 1;
	display: block;
	margin-top: 0px;
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
}
.about-style3-tab-box .tabs-content .inner-content{
    position: relative;
    display: block;
}
.about-style3-tab-box .tabs-content .inner-content p{}
.about-style3-tab-box .tabs-content .inner-content ul{
    position: relative;
    display: block;
    padding-top: 5px;
    padding-bottom: 28px;
}
.about-style3-tab-box .tabs-content .inner-content ul li{
    position: relative;
    display: block;
    padding-left: 30px;
    color: #222222;
    font-size: 14px;
    line-height: 30px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
}
.about-style3-tab-box .tabs-content .inner-content ul li:before{
    position: absolute;
    font-family: "FontAwesome";
    top: 0;
    left: 1px;
    bottom: 0;
    content: "\f14a";
    color: #d7d7d7;
    font-size: 16px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}
.about-style3-tab-box .tabs-content .inner-content .button{
    position: relative;
    display: block;
    padding-left: 9px;
}
.about-style3-image-box{
    position: relative;
    display: block;
}
.about-style3-image-box img{
    max-width: none;
    float: left;
}



/*** 
=============================================
    Fact Counter Style2 Area Css
=============================================
***/
.fact-counter-style2-area{
    position: relative;
    display: block;
    padding: 103px 0 105px;
}
.fact-counter-style2-area::before {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.90) none repeat scroll 0 0;
    content: "";
}
.single-fact-counter-style2{
    position: relative;
    display: block;
    margin-bottom: 40px;
}
.single-fact-counter-style2 .top{
    position: relative;
    display: block;
    overflow: hidden;
    padding-bottom: 29px;
}
.single-fact-counter-style2 .top .icon-box{
    width: 80px;
}
.single-fact-counter-style2 .top .icon-box span:before{
    color: #ffffff;
    font-size: 50px;
    line-height: 50px;
    font-weight: 400;
}
.single-fact-counter-style2 .top .icon-box,
.single-fact-counter-style2 .top .count-box{
    display: table-cell;
    vertical-align: middle;
}
.single-fact-counter-style2 .top .count-box h2{
    font-size: 42px;
    line-height: 50px;
    font-weight: 700;
}
.single-fact-counter-style2 .title{
    position: relative;
    display: inline-block;
    padding: 0 30px;
    z-index: 1;
}
.single-fact-counter-style2 .title:before{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border: 1px dashed #ebebeb;
    content: "";
    z-index: -1;
    -moz-transform: skew(-20deg, 0deg);
    -webkit-transform: skew(-20deg, 0deg);
    -o-transform: skew(-20deg, 0deg);
    -ms-transform: skew(-20deg, 0deg);
    transform: skew(-20deg, 0deg);
}
.single-fact-counter-style2 .title h3{
    position: relative;
    display: block;
    color: #ffffff;
    font-size: 16px;
    line-height: 50px;
    font-weight: 500;
    font-family: 'Arimo', sans-serif;
}



/*** 
=============================================
    Services Style2 Area Css
=============================================
***/
.services-style2-area {
    position: relative;
    display: block;
    padding: 0 0 100px;
    margin-top: -45px;
    z-index: 10;
}
.services-style2-area .shape{
    position: absolute;
    right: 0;
    bottom: 0;    
}

.service-style2-left-content{
    position: relative;
    display: block;
}
.video-holder-box-style3{
    position: relative;
    display: block;
    max-width: 470px;
    width: 100%;
    z-index: 1;
}
.video-holder-box-style3 .pattern-bg {
    position: absolute;
    bottom: -100px;
    right: -100px;
    height: 470px;
    width: 215px;
    z-index: -1;
    background-size: auto;
    background-position: center top;
    opacity: .30;
}

.video-holder-box-style3 img{
    width: 100%;
}
.video-holder-box-style3 .icon {
    position: absolute;
    bottom: 60px;
    right: -60px;
}
.video-holder-box-style3 .icon .inner{
    position: relative;
    display: inline-block;
    width: 150px;
    height: 150px;
    border: 15px solid rgba(255, 255, 255, 0.50);
}
.video-holder-box-style3 .icon .inner a{
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    border: 15px solid rgba(255, 255, 255, 0.70);
}
.video-holder-box-style3 .icon .inner a span:before {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    color: #ffffff;
    font-size: 30px;
    line-height: 90px;
    text-align: center;
}

.service-style2-right-content {
    position: relative;
    display: block;
    padding-top: 145px;
    padding-left: 150px;
    padding-right: 50px;
}
.service-style2-right-content .sec-title{
    padding-bottom: 32px;
}
.service-style2-right-content .inner-conent{
    position: relative;
    display: block;    
}
.service-style2-right-content .inner-conent .text{
    position: relative;
    display: block; 
    padding-bottom: 19px;
}
.service-style2-right-content .inner-conent .text p{
    margin: 0;   
}
.service-style2-right-content .inner-conent ul{
    position: relative;
    display: block;
    overflow: hidden;
}
.service-style2-right-content .inner-conent ul li{
    position: relative;
    display: block;
    padding-left: 30px;
    line-height: 36px;
}
.service-style2-right-content .inner-conent ul li:before {
    position: absolute;
    font-family: "FontAwesome";
    top: 0;
    left: 1px;
    bottom: 0;
    content: "\f14a";
    color: #222222;
    font-size: 16px;
}
.service-style2-right-content .inner-conent .button{
    position: relative;
    display: block;
    padding-top: 29px;
    padding-left: 9px;
    line-height: 0;
}



/*** 
=============================================
    Testimonial Style2 Area Css
=============================================
***/
.testimonial-style2-area {
    position: relative;
    display: block;
    padding-top: 90px;
}
.testimonial-style2-area .layer-outer{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 600px;
    background-attachment: scroll;
    background-size: cover;
    background-position: center top;    
}
.testimonial-style2-area .layer-outer::before {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    content: "";
}
.quote-content-box{
    position: relative;
    display: block;
    padding: 0px 0 100px; 
}
.quote-content-box h2{
    color: #ffffff;
    font-size: 40px;
    line-height: 50px;
    font-weight: 600;
    margin: 0 0 22px;
}
.quote-content-box p{
    color: #ffffff;
    font-size: 18px;
    line-height: 28px;
    margin: 0;
}
.quote-content-box .button{
    position: relative;
    display: block;
    padding-top: 42px;
    line-height: 0;
}
.quote-content-box .button .btn-one:before {
    background: #ffffff;
}
.quote-content-box .button .btn-one .icon {
    color: #222222;
}


.testimonial-outer-box-style2 {
    position: relative;
    display: block;
    padding: 70px 100px 70px;
    max-width: 100%;
    width: 100%;
    z-index: 10;
}
.testimonial-outer-box-style2:before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #ffffff;
    background-image: url(../images/shape/shape-6.png);
    background-attachment: scroll;
    background-position: center 90px;
    background-size: auto;
    background-repeat: no-repeat;
    content: "";
    z-index: -1;
}
.testimonial-outer-box-style2:after {
    position: absolute;
    top: 220px;
    left: 0;
    bottom: 0;
    right: 0;
    content: "";
    -webkit-box-shadow: 0px 5px 10px 1px #f5f5f5; 
    box-shadow: 0px 5px 10px 1px #f5f5f5;
    z-index: -2;
}
.testimonial-outer-box-style2 .sec-title{
    padding-bottom: 40px;
}

.single-testimonial-style2{
    position: relative;
    display: block;
    background: #ffffff;
    padding: 45px 30px 0;
    z-index: 1;
}
.single-testimonial-style2:before{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 60px;
    right: 0;
    border: 1px solid #dddddd;
    content: "";
    border-radius: 15px;
    z-index: -1;
}
.single-testimonial-style2 .client-info{
    position: relative;
    display: block;
    padding-bottom: 25px;
}
.single-testimonial-style2 .client-info p{
    font-size: 14px;
    line-height: 20px;
    margin: 0 0 9px;
}
.single-testimonial-style2 .client-info h3{
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
}
.single-testimonial-style2 .text{
    position: relative;
    display: block;
}
.single-testimonial-style2 .text p{
    margin: 0;
}
.single-testimonial-style2 .rating-box{
    position: relative;
    display: block;
    padding: 22px 0 22px;
}
.single-testimonial-style2 .rating-box ul{}
.single-testimonial-style2 .rating-box ul li {
    float: none;
    margin: 0 1px;
}
.single-testimonial-style2 .img-box{
    position: relative;
    display: block;
    width: 120px;
    height: 120px;
    margin: 0 auto;
}
.single-testimonial-style2 .img-box:before {
    position: absolute;
    top: 24px;
    left: 24px;
    background: url(../images/pattern/testimonial-img-border.jpg);
    width: 116px;
    height: 116px;
    content: "";
    z-index: -1;
}

.testimonial-carousel-style2.owl-nav-style-one.owl-theme .owl-stage-outer {
    position: relative;
    display: block;
    padding-top: 0px;
    padding-bottom: 20px;
}
.testimonial-carousel-style2.owl-nav-style-one.owl-theme .owl-nav {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    line-height: 0;
}
.testimonial-carousel-style2.owl-nav-style-one.owl-theme .owl-nav [class*="owl-"] {
    width: 70px;
    height: 70px;
}
.testimonial-carousel-style2.owl-nav-style-one.owl-theme .owl-nav .owl-prev:before, 
.testimonial-carousel-style2.owl-nav-style-one.owl-theme .owl-nav .owl-next:before {
    color: #ffffff;
    font-size: 30px;
    line-height: 68px;
}
.testimonial-carousel-style2.owl-nav-style-one.owl-theme .owl-nav .owl-prev:after, 
.testimonial-carousel-style2.owl-nav-style-one.owl-theme .owl-nav .owl-next:after {
    border: 1px solid #222222;
    background-color: #222222;
}
.testimonial-carousel-style2.owl-nav-style-one.owl-theme .owl-nav .owl-prev {
    position: absolute;
    left: -135px;
    margin-top: -46px;
}
.testimonial-carousel-style2.owl-nav-style-one.owl-theme .owl-nav .owl-next {
    position: absolute;
    right: -135px;
    margin-left: 0px;
    margin-top: -46px;
    transform: rotate(180deg);
}



/*** 
=============================================
    Subscribe Area Style      
=============================================
***/
.subscribe-area {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 88px 0 92px;
    z-index: 1;
}
.subscribe-area.pdtop0{
    padding-top: 0;
}

.subscribe-title{
    position: relative;
    display: block;
}
.subscribe-title h2{
    color: #222222;
    font-size: 36px;
    line-height: 50px;
    font-weight: 600; 
    margin: 0 0 21px;
}
.subscribe-title p{
    color: #777777;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    margin: 0;
}
.subscribe-area .subscribe-box {
    position: relative;
    display: block;
    margin: 26px 0;
}
.subscribe-area .subscribe-form {
    position: relative;
    display: block;
    width: 100%;
    z-index: 1;
}
.subscribe-area .subscribe-form:before{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 13px;
    content: "";
    background: #ffffff;
    -moz-transform: skew(-20deg, 0deg);
    -webkit-transform: skew(-20deg, 0deg);
    -o-transform: skew(-20deg, 0deg);
    -ms-transform: skew(-20deg, 0deg);
    transform: skew(-20deg, 0deg);
    transition: all 0.3s ease-in-out 0.1s; 
    z-index: -1;    
}
.subscribe-area .subscribe-form input[type="email"]{
    position: relative;
    display: block;
    width: 100%;
    height: 70px;
    padding: 0 40px;
    padding-right: 180px;
    background: transparent;
    border: 1px solid transparent;
    color: #777777;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    border-radius: 0px;
    font-family: 'Arimo', sans-serif;
    transition: all 500ms ease;
    z-index: 1;
}
.subscribe-area .subscribe-form input::-webkit-input-placeholder {
    color: #777777;
}
.subscribe-area .subscribe-form input:-moz-placeholder {
    color: #777777;
}
.subscribe-area .subscribe-form input::-moz-placeholder {
    color: #777777;
}
.subscribe-area .subscribe-form input:-ms-input-placeholder {
    color: #777777;
}
.subscribe-area .subscribe-form button {
    position: absolute;
    top: 0px;
    right: 13px;
    bottom: 0px;
    width: 150px;
    color: #ffffff;
    font-size: 16px;
    line-height: 70px;
    font-weight: 600;
    text-transform: capitalize;
    border-radius: 0px;
    font-family: 'Montserrat', sans-serif;
    transition: all 300ms ease 100ms;
    z-index: 1;
}
.subscribe-area .subscribe-form button:before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: "";
    z-index: -1;
    -moz-transform: skew(-20deg, 0deg);
    -webkit-transform: skew(-20deg, 0deg);
    -o-transform: skew(-20deg, 0deg);
    -ms-transform: skew(-20deg, 0deg);
    transform: skew(-20deg, 0deg);
}
.subscribe-area .subscribe-form input[type="email"]:focus {
    color: #000000;
}
.subscribe-area .subscribe-form input[type="email"]:focus + button, 
.subscribe-area .subscribe-form button:hover {
    color: #fff;
}


.subscribe-area.style2{
    position: relative;
    display: block;
    background: #f5f5f5;
}




/*** 
=============================================
    Header Style three Css
=============================================
***/
.header-style-three{}
.header-upper-style3 {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 15px 0;
}
.header-upper-style3 .outer-box {
    position: relative;
    display: block;
    overflow: hidden;
}

.header-upper-left-style3{
    position: relative;
    display: block;    
}
.header-contact-info-style3{
    position: relative;
    display: block;
    overflow: hidden;
}
.header-contact-info-style3 ul{
    overflow: hidden;
}
.header-contact-info-style3 ul li {
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 40px;
    color: #ffffff;
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
}
.header-contact-info-style3 ul li:last-child{
    margin-right: 0;
}
.header-contact-info-style3 ul li a{
    color: #ffffff; 
    transition: all 200ms linear;
    transition-delay: 0.1s;
}
.header-contact-info-style3 ul li span:before{
    position: relative;
    top: 1px;
    display: inline-block;
    float: left;
    padding-right: 10px;
    font-size: 14px;
}


.header-upper-right-style3 {
    position: relative;
    display: block;
    overflow: hidden;
}
.header-social-links-style2 {
    position: relative;
    display: block;
    float: right;
}
.header-social-links-style2 ul{
    overflow: hidden;
}
.header-social-links-style2 ul li{
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 40px;
}
.header-social-links-style2 ul li:last-child{
    margin-right: 0;
}
.header-social-links-style2 ul li a {
    position: relative;
    display: block;
    color: #ffffff;
    font-size: 18px;
    line-height: 30px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}


.header-lawer-style3{
    position: relative;
    display: block;
}
.header-lawer-style3 .outer-box{
    position: relative;
    display: block;
}
.header-lawer-style3 .outer-box:before {
    position: absolute;
    top: 0;
    left: -25px;
    bottom: 0;
    right: 25px;
    background: #ffffff;
    content: "";
    -moz-transform: skew(-20deg, 0deg);
    -webkit-transform: skew(-20deg, 0deg);
    -o-transform: skew(-20deg, 0deg);
    -ms-transform: skew(-20deg, 0deg);
    transform: skew(-20deg, 0deg);
}

.header-lawer-left-style3{
    position: relative;
    display: block;
}
.header-lawer-left-style3 .logo {
    position: relative;
    display: block;
    padding: 15px 0;
    z-index: 10;
}
.header-lawer-left-style3 .logo a{
    display: inline-block;
}

.header-lawer-left-style3 .nav-outer{
    position: relative;
    display: block;
    float: left;
    padding-left: 25px;
}
.main-menu.style4{}
.main-menu.style4 .navigation>li {
    margin-right: 1px;
}
.main-menu.style4 .navigation>li>a {
    text-transform: uppercase;
    padding: 35px 20px 35px;
    z-index: 1;
}
.main-menu.style4 .navigation>li:hover>a, 
.main-menu.style4 .navigation>li.current>a {
    color: #ffffff;
}
.main-menu.style4 .navigation>li>a:before {
    display: none;
}
.main-menu.style4 .navigation>li>a:after {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: "";
    z-index: -1;
    transform: skew(-20deg, 0deg) scaleX(0); 
    transition: all 200ms linear;
    transition-delay: 0.1s;
}
.main-menu.style4 .navigation>li:hover>a:after, 
.main-menu.style4 .navigation>li.current>a:after {
    transform: skew(-20deg, 0deg) scaleX(1.0); 
}
.main-menu.style4 .navigation> li> ul {
    left: -18px;
}




.header-lawer-right-style3{
    position: relative;
    display: block;
}
.header-lawer-right-style3 .button {
    position: relative;
    display: block;
    padding: 20px 0;
}
.header-lawer-right-style3 .button a{
    position: relative;
    display: block;
    padding: 0 20px;
    color: #ffffff;
    font-size: 16px;
    line-height: 60px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    transition: all 0.3s ease-in-out 0.1s;
    z-index: 1;    
}
.header-lawer-right-style3 .button a:before{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: "";
    z-index: -1;
    -moz-transform: skew(-20deg, 0deg);
    -webkit-transform: skew(-20deg, 0deg);
    -o-transform: skew(-20deg, 0deg);
    -ms-transform: skew(-20deg, 0deg);
    transform: skew(-20deg, 0deg);
}



/*** 
=============================================
    Main Slider Home4 Css
=============================================
***/
.main-slider.style2.home4 .slide {
    padding: 366px 0px 285px;
}
.main-slider.style2.home4 .slide .image-layer:before {
    background-color: rgba(0, 0, 0, 0.80);
}
.main-slider.style2.home4 .content .btns-box {
    padding-left: 9px;
}
.main-slider.style2.home4 .owl-theme .owl-nav {
    visibility: hidden;
}



/*** 
=============================================
    Call To Action Area style2 Css
=============================================
***/
.call-to-action-area.style2{
    margin-top: -300px;    
}
.call-to-action-area.style2 .inner-content {
    position: relative;
    display: block;
    max-width: 470px;
    width: 100%;
    float: right;
}
.call-back-box.style2{
    position: relative;
    display: block;
    padding: 0px 50px 0px;
}
.call-back-box.style2:before{
    position: absolute;
    top: -70px;
    left: 0;
    bottom: -70px;
    right: 0;
    background: #ffffff;
    content: "";
    z-index: -1;
}
.call-back-box.style2:after {
    position: absolute;
    top: 300px;
    left: 0;
    bottom: -70px;
    right: 0;
    content: "";
    -webkit-box-shadow: 0px 5px 10px 1px #f5f5f5;
    box-shadow: 0px 5px 10px 1px #f5f5f5;
    z-index: -2;
}
.call-back-box.style2 .bottom-icon {
    position: absolute;
    bottom: -30px;
    right: 20px;
}
.call-back-box.style2 .bottom-icon span:before{
    color: rgba(0, 0, 0, 0.10);
    font-size: 100px;
    line-height: 100px;
}

.call-back-box.style2 .sec-title{
    padding-bottom: 50px;
}
.call-back-box.style2 .sec-title h2 {
    top: -10px;
    color: #222222;
    font-size: 30px;
    line-height: 44px;
    margin: 0 0 8px;
}
.call-back-box.style2 .input-box{
    position: relative;
    display: block;
    margin-bottom: 20px;
}
.call-back-box.style2 input[type="text"],
.call-back-box.style2 input[type="email"]{
    position: relative;
    display: block;   
    background: transparent;
    border: 1px solid #464646;
    width: 100%;
    height: 60px;
    font-size: 14px;
    font-weight: 500;
    padding-left: 29px;
    padding-right: 29px;
    border-radius: 0px;
    transition: all 500ms ease;
    font-family: 'Arimo', sans-serif;
}
.call-back-box.style2 input[type="text"]:focus{
    color: #000000;
}
.call-back-box.style2 input[type="email"]:focus{
    color: #000000;
}
.call-back-box.style2 .button-box {
    position: relative;
    display: block;
    padding-top: 20px;
    padding-left: 9px;
    line-height: 0;
}
.call-back-box.style2 .button-box .btn-one {
    color: #ffffff;
}
.call-back-box.style2 .button-box .btn-one:after {
    background: #222222;
}
.engine-image {
    position: absolute;
    left: 0;
    bottom: -60px;
    right: 0;
    text-align: center;
}
.engine-image img {
    position: relative;
    display: inline-block;
    margin-left: -100px;
}



/*** 
=============================================
    About Style4 Area Css
=============================================
***/
.about-style4-area {
    position: relative;
    display: block;
    padding: 170px 0 130px;
    background: #ffffff;
}
.about-style4-area.pdtop100{
    padding-top: 100px;
}
.about-style4-area .sec-title{
    padding-bottom: 50px;
}
.about-style4-area .sec-title p{
    margin: 32px 0 0;    
}


.about-style4-content{
    position: relative;
    display: flex;
    flex-wrap: wrap;
    z-index: 1;
}
.about-style4-content:before {
    position: absolute;
    top: 0px;
    left: 130px;
    bottom: -115px;
    right: 0;
    background: #f5f5f5;
    content: "";
    z-index: -1;
}
.about-style4-content:after {
    position: absolute;
    top: 0px;
    left: 130px;
    bottom: -115px;
    right: 0;
    content: "";
    -webkit-box-shadow: 3px 3px 12px 0px #e0e0e0; 
    box-shadow: 3px 3px 12px 0px #e0e0e0;
    z-index: -2;
}

.about-style4-content .img-box {
    position: relative;
    display: block;
    max-width: 640px;
    width: 100%;
    padding-left: 40px;
}
.about-style4-content .img-box:before {
    position: absolute;
    left: 0;
    bottom: -100px;
    width: 40px;
    height: 300px;
    content: "";
}
.project-count-box {
    position: absolute;
    left: 40px;
    bottom: -100px;
    height: 130px;
    width: 250px;
    padding: 27px 0;
}
.project-count-box .icon{
    width: 90px;
}
.project-count-box .icon span:before{
    color: #ffffff;
    font-size: 70px;
    line-height: 70px;
}
.project-count-box .icon,
.project-count-box .text{
    display: table-cell;
    vertical-align: middle;
}
.project-count-box .text h2{
    position: relative;
    display: block;
}
.project-count-box .text h2 span.timer{
    position: relative;
    display: inline-block;
    color: #ffffff;
    font-size: 48px;
    line-height: 50px;
    font-weight: 700;
}
.project-count-box .text h2 span:before {
    position: relative;
    display: inline-block;
    top: -5px;
    left: -2px;
    font-size: 30px;
    line-height: 30px;
    color: #ffffff;
}
.project-count-box .text p{
    color: #ffffff;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    margin: 5px 0 0;
}


.about-style4-content .text-box {
    position: relative;
    display: block;
    max-width: 510px;
    width: 100%;
    padding: 61px 50px 0px;
}
.about-style4-content .text-box .icon {
    position: absolute;
    bottom: -90px;
    right: 50px;
}
.about-style4-content .text-box .icon span:before{
    color: rgba(0, 0, 0, 0.10);
    font-size: 100px;
    line-height: 100px;    
}
.about-style4-content .text-box h2{
    font-size: 30px;
    line-height: 44px;
    font-weight: 700;
    margin: 0 0 30px;
}
.about-style4-content .text-box p{
    margin: 0;
}
.about-style4-content .text-box ul{
    position: relative;
    display: block;
    overflow: hidden;
    padding-top: 27px;
}
.about-style4-content .text-box ul li{
    position: relative;
    display: block;
    padding-left: 30px;
    color: #222222;
    font-size: 16px;
    line-height: 40px;
    font-weight: 400;
}
.about-style4-content .text-box ul li:before {
    position: absolute;
    top: 0;
    left: 0px;
    bottom: 0;
    font-family: FontAwesome;
    content: "\f00c";
    font-size: 16px;
    transition: all 700ms ease 100ms;
}


.about-style4-area.about-p1{
    padding-top: 100px;
}

.about-style4-area.about-p1 .about-style4-content:before {
    background: #ffffff;
    bottom: -115px;
}
.about-style4-area.about-p1 .about-style4-content:after {
    bottom: -115px;
}




/*** 
=============================================
    Featured Area Css
=============================================
***/
.featured-area {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 100px 0 0px;
}
.featured-area .layer-outer{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 100px;
    right: 0;
    background-attachment: fixed;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}
.featured-area .layer-outer::before {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.90) none repeat scroll 0 0;
    content: "";
}


.qualified-professional-content {
    position: relative;
    display: block;
    max-width: 500px;
    width: 100%;
    margin-left: 70px;
    padding: 80px 70px 80px;
    z-index: 1;
}
.qualified-professional-content:before {
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0;
    background: #ffffff;
    content: "";
    z-index: -1;
}
.qualified-professional-content:after {
    position: absolute;
    left: 0px;
    bottom: 0px;
    right: 0;
    height: 100px;
    content: "";
    -webkit-box-shadow: 3px 3px 15px 0px rgba(223,223,223,0.8); 
    box-shadow: 3px 3px 15px 0px rgba(223,223,223,0.8);
    z-index: -2;
}




.qualified-professional-content .sec-title{
    padding-bottom: 52px;
}
.qualified-professional-content .inner-content{
    position: relative;
    display: block;
}
.qualified-professional-content .inner-content .inner-text{
    position: relative;
    display: block;
    padding-bottom: 39px;
}
.qualified-professional-content .inner-content .inner-text p{
    margin: 0;
}

.progress-levels .progress-box {
    position: relative;
    display: block;
    margin-bottom: 34px;
}
.progress-levels .progress-box.last-child{
    margin-bottom: 0;
}
.progress-levels .progress-box .inner {
    position: relative;
    display: block;
}
.progress-levels .progress-box .inner .text {
    position: relative;
    color: #222222;
    font-size: 16px;
    line-height: 16px;
    font-weight: 700;
    letter-spacing: 0.5px;
    margin: 0 0 17px;
    text-transform: capitalize;
    font-family: 'Arimo', sans-serif;
}
.progress-levels .progress-box .bar{
	 position: relative;
	 display: block;
}
.progress-levels .progress-box .bar .bar-innner{
	position: relative;
	width: 100%;
    height: 4px;	
	background: #e1e1e1;
    border-radius: 0px;
}
.progress-levels .progress-box .bar .bar-fill{
	position:absolute;
	top: 0%;
	left: 0px;
    bottom: 0%;
	width: 0px;
	height: 4px;
    border-radius: 0px;
	transition: all 2000ms ease 300ms;
}
.progress-levels .progress-box .bar .bar-innner .skill-percent {
    position: absolute;
    top: -40px;
    right: 0;
    width: 40px;
    height: 25px;
    display: block;
    text-align: center;
    padding: 0;
    z-index: 1;
}
.progress-levels .progress-box .inner .count-text {
    position: relative;
    color: #222222;
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    display: inline-block;
    float: none;
    font-family: 'Arimo', sans-serif;
}
.progress-levels .progress-box .inner .percent {
    position: relative;
    color: #222222;
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    display: inline-block;
    float: none;
    margin-left: -2px;
     font-family: 'Arimo', sans-serif;
}


.video-holder-box-style4 {
    position: relative;
    display: block;
    padding-top: 46px;
    padding-left: 30px;
}
.video-holder-box-style4 .title{
    position: relative;
    display: block;
    padding-bottom: 64px;
}
.video-holder-box-style4 .title h2{
    color: #ffffff;
    font-size: 40px;
    line-height: 60px;
    font-weight: 600;
}
.video-holder-box-style4 .inner{
    position: relative;
    display: block;
}
.video-holder-box-style4 .inner a{
    position: relative;
    display: block;
    width: 100px;
    height: 100px;
    border-radius: 50%;
}
.video-holder-box-style4 .inner a span:before{
    position: relative;
    display: block;
    color: #ffffff;
    font-size: 35px;
    text-align: center;
    line-height: 100px;
}
.video-holder-box-style4 .inner .left{
    width: 130px;
}
.video-holder-box-style4 .inner .left,
.video-holder-box-style4 .inner .right{
    display: table-cell;
    vertical-align: middle;
}
.video-holder-box-style4 .inner .right{}
.video-holder-box-style4 .inner .right h4{
    color: #ffffff;
    font-size: 24px;
    line-height: 34px;
    font-weight: 500;
}



/*** 
=============================================
    Latest Project Style3 Area Css
=============================================
***/
.latest-project-style3-area{
    position: relative;
    display: block;
    padding: 100px 0 10px;
    background: #ffffff;
}
.latest-project-style3-area .outer-container{
    position: relative;
    display: block;
}
.project-style3-content{
    position: relative;
    display: block;
    padding-left: 130px;
}
.project-style3-content .see-all-project{
    position: absolute;
    top: 0;
    left: 15px;
    bottom: 0;
    width: 100px;
    background: #f5f5f5;
}
.project-style3-content .see-all-project .inner {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-wrap: wrap;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    padding-top: 60px;
}
.project-style3-content .see-all-project .inner h3{
    font-size: 24px;
    line-height: 24px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Arimo', sans-serif;
}

.project-style3-content .see-all-project .button {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
}
.project-style3-content .see-all-project .button a{
    position: relative;
    display: block;
    width: 100px;
    height: 100px;
    background: #222222;
    color: #ffffff;
    font-size: 36px;
    line-height: 100px;
    text-align: center;
}
.project-style3-content .inner-content{
    position: relative;
    display: block;
    padding-right: 10px;
}


.single-project-style3{
    position: relative;
    display: block;
}
.single-project-style3 .img-holder{
    position: relative;
    display: block;
    overflow: hidden;
}
.single-project-style3 .img-holder img{
    width: 100%;
    transform: scale(1.0);    
}
.single-project-style3:hover .img-holder img{
    transform: scale(1.2) rotate(1deg);    
}
.single-project-style3 .overlay-content{
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    opacity: 1;
    transform: translateY(0px);
    transition: all 0.3s ease-in-out 0.5s;
    opacity: 0;
    transform: scale(.5);
    transition: all 500ms linear;
    transition-delay: 0.1s;   
}
.single-project-style3:hover .overlay-content{
    opacity: 1;
    transform: scale(1.0);
    transition: all 300ms linear;
    transition-delay: 0.1s;    
}
.single-project-style3 .overlay-content .box {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    flex-wrap: wrap;
    padding: 0 40px 47px;
    transform: translateY(20px);
    transition: all 100ms ease 100ms;
    opacity: 0;
}
.single-project-style3:hover .overlay-content .box{
    opacity: 1;
    transform: translateX(0px);
    transition: all 900ms linear;
    transition-delay: 0.5s;       
}

.single-project-style3 .overlay-content .box ul{
    position: relative;
    display: block;
    overflow: hidden;
    padding-bottom: 24px;
}
.single-project-style3 .overlay-content .box ul li{
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 10px;
}
.single-project-style3 .overlay-content .box ul li:last-child{
    margin-right: 0;
}
.single-project-style3 .overlay-content .box ul li a{
    position: relative;
    display: block;
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.20);
    border-radius: 50%;
    color: #ffffff;  
    font-size: 16px;
    line-height: 40px;
    text-align: center;
    font-weight: 600;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}
.single-project-style3 .overlay-content .box ul li a:hover{
    color: #ffffff;
}
.single-project-style3 .overlay-content .box h3{
    color: #ffffff;
    font-size: 24px;
    line-height: 30px;
    font-weight: 500;
    margin: 0 0 10px;
}
.single-project-style3 .overlay-content .box p{
    color: #bbbbbb;
    font-size: 14px;
    line-height: 16px;
    margin: 0;
}



/*** 
=============================================
    Footer Area Style2 Css
=============================================
***/
.footer-area.style2 {
    background: #16232a;
}
.single-footer-widget.style2 .title:before {
    background: #000000;
}
.single-footer-widget.style2 .latest-news li .title-box h4 a:hover{
    color: #000000;
}
.single-footer-widget.style2 .services-links li a:hover{
    color: #000000;       
}
.footer-area.style2 .footer-social-links .social-links ul li a:hover{
    color: #000000;      
}
.footer-bottom.style2 {
    background: #000000;
}



/*** 
=============================================
    Breadcrumb area style
=============================================
***/
.breadcrumb-area {
    position: relative;
    background-attachment: scroll;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 157px 0 160px;
    z-index: 10;
}
.breadcrumb-area::before {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.80) none repeat scroll 0 0;
    content: "";
    z-index: -1;
} 
.breadcrumb-area .inner-content {
    position: relative;
    display: block;
    text-align: center;
}
.breadcrumb-area .title {
    position: relative;
    display: block;
}
.breadcrumb-area .title h2{
    color: #ffffff;
    font-size: 48px;
    line-height: 60px;
    font-weight: 600;
    text-transform: uppercase;
}

.breadcrumb-menu ul {
    position: relative;
    display: block;
    overflow: hidden;
    padding-top: 14px;
}
.breadcrumb-menu ul li {
    position: relative;
    display: inline-block;
    color: #ffffff;
    font-size: 18px;
    line-height: 30px;
    padding: 0 3px;
    text-transform: capitalize;
}
.breadcrumb-menu ul li a {
    color: #ffffff;
}



/*** 
=============================================
    Service Page Css
=============================================
***/
.services-style1-area.service-page{
    position: relative;
    display: block;
    padding: 100px 0 60px;
}
.single-service-style1.marbtm40{
    margin-bottom: 40px;
}



/*** 
=============================================
    Service Single Area Css
=============================================
***/
#service-single-area{
    position: relative;
    display: block;
    padding: 100px 0 100px;
}

.service-sidebar{
    position: relative;
    display: block;
}
.service-sidebar .single-sidebar-box{
    position: relative;
    display: block;
}
.service-menu-box {
    position: relative;
    display: block;
    margin-bottom: 50px;
}
.service-menu-box ul{
    position: relative;
    display: block;
}
.service-menu-box ul li{
    position: relative;
    display: block;
    z-index: 1;
}
.service-menu-box ul li a{
    position: relative;
    display: block;
    background: #f3f3f3;
    border-bottom: 1px solid #ffffff;
    padding: 0 35px;
    color: #222222;
    font-size: 14px;
    line-height: 60px;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
    transition: all 300ms linear;
    transition-delay: 0.1s;   
    z-index: 1;
}
.service-menu-box ul li a:hover,
.service-menu-box ul li.active a{
    color: #ffffff;
    transition: all 300ms linear;
    transition-delay: 0.3s;   
}
.service-menu-box ul li:last-child a{
    border-bottom: none;
}

.service-menu-box ul li a i {
    position: relative;
    right: -7px;
    display: inline-block;
    float: right;
    color: #222222;
    font-size: 16px;
    line-height: 60px;
    transition: all 300ms linear;
    transition-delay: 0.1s;
    z-index: 1;
}
.service-menu-box ul li a:hover i,
.service-menu-box ul li.active a i{
    color: #ffffff;    
}
.service-menu-box ul li a:before{
    position: absolute;
    top: 0;
    right: 11px;
    bottom: 0;
    width: 40px;
    background: #222222;
    content: "";
    transform: skew(-20deg, 0deg);
    transition: all 300ms linear;
    transition-delay: 0.1s;
    opacity: 0;
    z-index: 1;
}
.service-menu-box ul li a:hover:before,
.service-menu-box ul li.active a:before{
    opacity: 1;   
}
.service-menu-box ul li a:after {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 22px;
    content: "";
    z-index: -1;
    opacity: 0;
    transform: skew(-20deg, 0deg);
    transform-origin: bottom;
    transition: all 300ms linear;
    transition-delay: 0.1s;
}
.service-menu-box ul li a:hover:after,
.service-menu-box ul li.active a:after{
	opacity: 1;
    transition: all 300ms linear;
    transition-delay: 0.1s;        
}




.service-sidebar .single-sidebar-box .title{
    position: relative;
    display: block;
    margin-top: -5px;
    padding-bottom: 23px;
}
.service-sidebar .single-sidebar-box .title h3{
    color: #222222;
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
}


.brochures-box{
    position: relative;
    display: block;
}
.brochures-box ul{
    position: relative;
    display: block;    
}
.brochures-box ul li{
    position: relative;
    display: block;
    margin-bottom: 20px;
}
.brochures-box ul li:last-child{
    margin-bottom: 0;
}
.brochures-box ul li a{
    position: relative;
    display: block;
    padding: 0 35px;
    color: #222222;
    font-size: 14px;
    line-height: 60px;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
    transition: all 300ms linear;
    transition-delay: 0.1s;  
    z-index: 1;
}
.brochures-box ul li a:hover{
    color: #ffffff;   
}
.brochures-box ul li a span:before {
    position: relative;
    top: 2px;
    display: inline-block;
    font-size: 20px;
    line-height: 20px;
    width: 30px;
    font-weight: 400;
    transition: all 300ms linear;
    transition-delay: 0.1s;
}
.brochures-box ul li a:hover span:before{
    color: #ffffff; 
}

.brochures-box ul li a:after {
    position: absolute;
    top: 0;
    left: 12px;
    bottom: 0;
    right: 12px;
    content: "";
    z-index: -1;
    border: 2px solid #222222;
    transition: all 300ms linear;
    transition-delay: 0.1s;
    transform: skew(-20deg, 0deg);
    transition: all 300ms linear;
    transition-delay: 0.1s;
}


#contact{margin-top: 30px;}




.sidebar-contact-box{
    position: relative;
    display: block;
    padding: 46px 30px 50px;
    padding-right: 20px;
    margin-top: 50px;
    z-index: 1;
}
.sidebar-contact-box:before{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(57, 57, 57, 0.85) none repeat scroll 0 0;
    content: "";
    z-index: -1;
}


.sidebar-contact-box h6{
    color: #ffffff;
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    font-family: 'Arimo', sans-serif;
}
.sidebar-contact-box h2{
    color: #ffffff;
    font-size: 30px;
    line-height: 34px;
    font-weight: 700;
    margin: 17px 0 15px;
}
.sidebar-contact-box p{
    color: #ffffff;
    margin: 0;
}
.sidebar-contact-box .button{
    position: relative;
    display: block;
    line-height: 0;
    padding-top: 30px;
    padding-left: 9px;
}



.single-service-content-box{
    position: relative;
    display: block;
}
.single-service-content-box .img-box{
    position: relative;
    display: block;
    overflow: hidden;
}
.single-service-content-box .img-box img{
    width: 100%;
}
.single-service-content-box .text-box {
    position: relative;
    display: block;
    padding-top: 42px;
}
.single-service-content-box .text-box h2{
    color: #222222;
    font-size: 30px;
    line-height: 40px;
    font-weight: 600;
    margin: 0 0 22px;
}



.working-topics-content-box{
    position: relative;
    display: block;
    padding-top: 34px;
}
.working-topics-content-box .img-holder{
    position: relative;
    display: block;
    overflow: hidden;
}
.working-topics-content-box .img-holder img{
    width: 100%;
    transform: scale(1.01);
    transition: all 700ms ease;
}
.working-topics-content-box .img-holder:hover img{
    transform: scale(1.2);       
}
.service-video-holder-box{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
.service-video-holder-box .icon{
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
    background: rgba(0, 0, 0, 0.50);
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;    
}
.service-video-holder-box:hover .icon{
    background: rgba(0, 0, 0, 0.70);    
}
.service-video-holder-box .icon .inner a{
    color: #ffffff;
    font-size: 40px;
    line-height: 40px;
}


.working-topics-content-box .text-holder{
    position: relative;
    display: block;
    margin-top: -5px;
}
.working-topics-content-box .text-holder h3 {
    color: #222222;
    font-size: 30px;
    line-height: 38px;
    font-weight: 700;
    margin: 0 0 23px;
}
.working-topics-content-box .text-holder ul{
    position: relative;
    display: block;
    padding-top: 2px;
}
.working-topics-content-box .text-holder ul li{
    position: relative;
    display: block;
    padding-left: 30px;
    font-size: 15px;
    line-height: 36px;
}
.working-topics-content-box .text-holder ul li:before {
    position: absolute;
    top: 0;
    left: 0px;
    bottom: 0;
    font-family: FontAwesome;
    content: "\f00c";
    font-size: 14px; 
    transition: all 700ms ease 100ms;
}


.works-process-box{
    position: relative;
    display: block;
    padding-top: 100px;
}
.works-process-box .sec-title{}



.price-plan-box {
    position: relative;
    display: block;
    padding-top: 50px;
}
.price-plan{
    position: relative;
    display: block;
    border-bottom: 2px solid #dddddd;
}
.price-plan .table{
    margin: 0;
    min-width: 800px;
    border-collapse: collapse;
}
.price-plan thead {
   
}
.price-plan thead tr{
    
}
.price-plan thead tr th {
    padding: 0;
    border: none;
}
.price-plan thead tr th {
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    min-width: 200px;
    padding: 15px 40px;
    text-transform: capitalize;
    font-family: 'Montserrat', sans-serif;
}

.price-plan tbody {
    position: relative;
}
.price-plan tbody:before {
    position: absolute;
    top: 60px;
    left: 0px;
    bottom: 0;
    width: 2px;
    background: #dddddd;
    content: "";
}
.price-plan tbody:after {
    position: absolute;
    top: 60px;
    right: 0px;
    bottom: 0;
    width: 2px;
    background: #dddddd;
    content: "";
}

.price-plan tbody tr {
    border-bottom: 0px solid #ededed;
}
.price-plan tbody tr td {
    min-width: 200px;
    padding: 20px 40px;
    border: 0px solid #ededed;
}

.price-plan tbody tr:nth-child(even) {
    background: #eeeeee;
}

.price-plan tbody tr td .single{
    position: relative;
}
.price-plan tbody tr td .single h5{
    color: #222222;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    text-transform: uppercase;
}
.price-plan tbody tr td .single p{
    color: #777777;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    margin: 0;
}



/*** 
=============================================
    Team Page Area style
=============================================
***/
.team-page-area{
    position: relative;
    display: block;
    padding: 100px 0 40px;
}
.team-page-area .row {
    margin-left: -25px;
    margin-right: -25px;
}
.team-page-area .row [class*=col-] {
    padding-left: 25px;
    padding-right: 25px;
}
.team-page-area .single-team-member{
    margin-bottom: 50px;
}


/*** 
=============================================
    Faq Page Css
=============================================
***/
.faq-page{
    position: relative;
    display: block;
    padding: 100px 0 0px;
}
.faq-page .sec-title{
    padding-bottom: 60px;
    overflow: hidden;
}
.faq-page .sec-title p{
    margin: 22px 0 0;
}


.faq-content-box-two .accordion-box {
    border-bottom: 1px solid #d7d7d7;
}
.faq-content-box-two .accordion-box .accordion {
    margin-bottom: 0;
}
.faq-content-box-two .accordion-box .accordion .accord-btn::after {
    top: 0;
    left: 0;
    bottom: 0;
    width: 60px;
    right: auto;
    font-size: 16px;
    line-height: 58px;
    font-weight: 600;
    text-align: center;
    transform: none;
    border-right: 1px solid #d7d7d7;
}
.faq-content-box-two .accordion-box .accordion .accord-btn {
    border: 1px solid #d7d7d7;
    border-bottom: none;
    padding-left: 80px;
    padding-right: 20px;
    padding-top: 16px;
    padding-bottom: 16px;
}
.faq-content-box-two .accordion-box .accordion .accord-content {
    padding-top: 0px;
    padding-left: 59px;
    padding-bottom: 0px;
    padding-right: 20px;
    border: 1px solid #d7d7d7;
    border-bottom: none;
}
.faq-content-box-two .accordion-box .accordion .accord-content .text {
    position: relative;
    display: block;
    border-left: 1px solid #d7d7d7;
    padding: 22px 20px 20px;
    padding-right: 0;
}

form#faq-form {
    line-height: 0;
}
.question-form{
    position: relative;
    display: block;
}
.question-form .title{
    position: relative;
    display: block;
    margin-top: -7px;
    padding-bottom: 50px;
}
.question-form .title h2{
    font-size: 36px;
    line-height: 42px;
    font-weight: 600;
}
.question-form .title p{
    margin: 24px 0 0;
}

.question-form form input[type="text"],
.question-form form input[type="email"],
.question-form form textarea{
    position: relative;
    display: block;
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #cccccc;
    width: 100%;
    height: 60px;
    margin-bottom: 40px;
    padding: 0 30px;
    color: #777777;
    font-size: 16px;
    font-weight: 400;
    border-radius: 0px;
    transition: all 500ms ease;
    font-family: 'Arimo', sans-serif;
}
.question-form form textarea {
    padding: 19px 30px;
    line-height: 20px;
}
.question-form form button {
    margin-top: 7px;
    margin-left: 11px;
    line-height: 60px;
}
.question-form form button.btn-one .icon {
    height: 60px;
    line-height: 60px;
}



/*** 
=============================================
    Error Page Area Style      
=============================================
***/
.error-page-area{
    position: relative;
    display: block;
    overflow: hidden;
    background: #F2F3F4;
    padding: 148px 0 150px;
}
.error-content{
    position: relative;
    display: block;
    z-index: 3;
}
.error-content h4{
    color: #222222;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}
.error-content .title {
    position: relative;
    display: block;
    font-size: 180px;
    line-height: 150px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 17px 0 19px;
}
.error-content p{
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    margin: 0 0 32px;
}
.error-content .button{
    line-height: 0;
}
.error-content .button a {}



/*** 
=============================================
    Appointment Area Css
=============================================
***/
.appointment-area{
    position: relative;
    display: block;
    padding: 100px 0 100px;
}
.appointment-area .title{
    position: relative;
    display: block;
    max-width: 800px;
    margin-top: -8px;
    padding-bottom: 40px;
}
.appointment-area .title h2{
    font-size: 30px;
    line-height: 40px;
    font-weight: 600;
}
.appointment-area .title p{
    color: #222222;
    font-size: 18px;
    line-height: 36px;
    margin: 29px 0 0;
}

.vehicle-year {
    position: relative;
    display: block;
}
.vehicle-year .inner {
    position: relative;
    display: block;
    padding-bottom: 50px;
}
.vehicle-year .inner .left{
    position: relative;
    display: block;
}
.vehicle-year .inner .left label.control-label {
    color: #222222;
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    margin: 0;
    font-family: 'Montserrat', sans-serif;
}
.vehicle-year .inner .right {
    position: absolute;
    top: 62px;
    right: 0;
}
.vehicle-year .inner .right input#j {
    position: relative;
    display: block;
    width: 70px;
    height: 50px;
    border: 1px solid #bbbbbb;
    padding: 0;
    color: #333333;
    font-size: 16px;
    line-height: 48px;
    font-weight: 400;
    background-color: transparent;
    text-align: center;
    box-shadow: none;
    border-radius: 0;
    transition: none;
    font-family: 'Arimo', sans-serif;
}
.vehicle-year .ui-widget-content {
    position: relative;
    background: #222222;
    border: none;
    height: 10px;
    margin: 0;
    border-radius: 7px;
    text-align: left;
    margin-right: 100px;
}
.vehicle-year .ui-slider .ui-slider-range {
    background: #dddddd;
}
.vehicle-year .ui-slider-handle {
    position: absolute;
    height: 30px;
    width: 30px !important;
    background: #ffffff;
    border: 2px solid #333333;
    border-radius: 50%;
    margin-left: -1px;
    outline: medium none;
    cursor: pointer;
    z-index: 2;
}
.vehicle-year .ui-slider-handle:before {
    position: absolute;
    top: 8px;
    left: 8px;
    bottom: 0;
    right: 0;
    width: 10px;
    height: 10px;
    content: "";
    border-radius: 50%;
}
.vehicle-year .ui-slider-horizontal .ui-slider-handle {
    top: -10px;
}


.appointment-form{
    position: relative;
    display: block;
}
.appointment-form form{
    position: relative;
    display: block;
}
.appointment-form form .input-box {
    position: relative;
    display: block;
    margin-bottom: 73px;
}
.appointment-form form .input-box .inner{
    position: relative;
    display: block;
}

.appointment-form form .input-box h3{
    color: #222222;
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    margin: 0 0 32px;
    font-family: 'Montserrat', sans-serif;    
}
.appointment-form form .input-box .icon {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    background: #dddddd;
    width: 50px;
    color: #222222;
    font-size: 20px;
    line-height: 48px;
    text-align: center;
    cursor: pointer;
}

.appointment-form form input[type="text"],
.appointment-form input[type="email"],
.appointment-form textarea{
    position: relative;
    display: block;   
    background: #ffffff;
    border: 1px solid #bbbbbb;
    width: 100%;
    height: 50px;
    color: red;
    font-size: 14px;
    font-weight: 500;
    padding-left: 25px;
    padding-right: 25px;
    border-radius: 0px;
    transition: all 500ms ease;
    font-family: 'Arimo', sans-serif;
}
.appointment-form form textarea {
    height: 260px;
    padding-top: 17px;
    padding-left: 25px;
    padding-right: 25px;
    border-radius: 0px;
    margin-bottom: 40px;
}
.appointment-form form input[type="text"]:focus{
    color: #222222;
    border-color: #e8e3e3; 
}
.appointment-form form input[type="email"]:focus{
    color: #222222;
    border-color: #e8e3e3;
}
.appointment-form form textarea:focus{
    color: #222222;
    border-color: #e8e3e3;
}
.appointment-form form input[type="text"]::-webkit-input-placeholder {
    color: #aaaaaa;
}
.appointment-form form input[type="text"]:-moz-placeholder {
    color: #aaaaaa;
}
.appointment-form form input[type="text"]::-moz-placeholder {
    color: #aaaaaa;
}
.appointment-form form input[type="text"]:-ms-input-placeholder {
    color: #aaaaaa;
}
.appointment-form form input[type="email"]::-webkit-input-placeholder {
    color: #aaaaaa;
}
.appointment-form form input[type="email"]:-moz-placeholder {
    color: #aaaaaa;
}
.appointment-form form input[type="email"]::-moz-placeholder {
    color: #aaaaaa;
}
.appointment-form form input[type="email"]:-ms-input-placeholder {
    color: #aaaaaa;
}
.appointment-form form textarea::-webkit-input-placeholder {
    color: #aaaaaa;
}
.appointment-form form textarea:-moz-placeholder {
    color: #aaaaaa;
}
.appointment-form form textarea::-moz-placeholder {
    color: #aaaaaa;
}
.appointment-form form textarea:-ms-input-placeholder {
    color: #aaaaaa;
}
.appointment-form form .button-box{
    position: relative;
    display: block;
    padding-left: 9px;
    line-height: 0;
}
.appointment-form form button {

}


.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 #bbbbbb;
    background-color: #ffffff !important;
    max-width: 100%;
    width: 100%;
    height: 50px;
    margin: 0;
    padding: 0;
    padding-left: 25px;
    padding-right: 0px;
    color: #aaaaaa !important;
    font-size: 14px;
    line-height: 48px;
    font-weight: 400;
    letter-spacing: normal;
    text-transform: capitalize;
    box-shadow: none !important;
    transition: none !important;
    font-family: 'Arimo', 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: 0px;
    width: 50px;
    height: auto;
    font-family: 'FontAwesome';
    content: '\f107';
    color: #83888d;
    font-size: 18px;
    transform: translateY(-50%);
    margin: 0;
    border: none;
    background: #dddddd;
    text-align: center;
}
.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: #ffffff;
    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: 'Montserrat', sans-serif;
}
.appointment-form .dropdown-item.active,
.appointment-form .dropdown-item:active {
    color: #222222;
}
.appointment-form .dropdown-item:hover {
    color: #222222;
}


.select-services-box{
    position: relative;
    display: block;
}
.select-services-box h3{
    color: #222222;
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    margin: 0 0 32px;
    font-family: 'Montserrat', sans-serif;    
}
.select-services-box .single-box{
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.select-services-box label {
    position: relative;
    display: block;
    width: 100%;
    height: 50px;
    border: 1px solid #bbbbbb;
    padding-left: 70px;
    color: #aaaaaa;
    font-size: 14px;
    line-height: 48px;
    font-weight: 400;
    cursor: pointer;
    margin-bottom: auto;
    font-family: 'Arimo', sans-serif;
}
.select-services-box input[type="checkbox"] {
    display:none;
}
.select-services-box input[type="checkbox"] + label span {
    position: absolute;
    top: -1px;
    left: -1px;
    width: 50px;
    height: 50px;
    vertical-align: middle;
    background-color: transparent;
    border-right: 1px solid #bbbbbb;
    cursor: pointer;
    border-radius: 0;
    transition: all 300ms ease;
}
.select-services-box label span:before {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    font-family: FontAwesome;
    content: "\f00c";
    color: #ffffff;
    font-size: 18px;
    line-height: 50px;
    text-align: center;
    border-radius: 0;
    opacity: 0;
    background-color: transparent;
    transition: all 300ms ease;
}
.select-services-box input[type="checkbox"]:checked + label span:before {
    opacity: 1;
}


.appointment-form form .contact-details-box {
    position: relative;
    display: block;
    padding-top: 42px;
}
.appointment-form form .contact-details-box h3{
    color: #222222;
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    margin: 0 0 32px;
    font-family: 'Montserrat', sans-serif;    
}
.appointment-form form .contact-details-box .input-box{
    margin-bottom: 30px;
}



/*** 
=============================================
    Blog Style1 Area Css
=============================================
***/
#blog-area{
    position: relative;
    display: block;
    background: #ffffff;
    padding: 100px 0 100px;
}
.single-blog-post.marbtm50 {
    margin-bottom: 50px;
}
.single-blog-post.marbtm70{
    margin-bottom: 70px;
}



.styled-pagination {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
}
.styled-pagination li{
	position:relative;
	display:inline-block;
	margin: 0px 8px;
}
.styled-pagination li a{
	position: relative;
	display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 0%;
    background: transparent;
    border: 1px solid transparent;
	color: #222222;
	font-size: 18px;
	line-height: 48px;
	font-weight: 600;
	text-align: center;
	text-transform:capitalize;
	transition:all 500ms ease;
    z-index: 1;
}
.styled-pagination li a:hover,
.styled-pagination li a.active{
    color: #000000;    
}
.styled-pagination li a:before{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #ebebeb;
    border: 1px solid transparent;
    content: "";
    -moz-transform: skew(-20deg, 0deg);
    -webkit-transform: skew(-20deg, 0deg);
    -o-transform: skew(-20deg, 0deg);
    -ms-transform: skew(-20deg, 0deg);
    transform: skew(-20deg, 0deg);
    transition: all 0.3s ease-in-out 0.1s;
    z-index: -1;
}
.styled-pagination li.prev a,
.styled-pagination li.next a{
    color: #ffffff;
    line-height: 48px;
}
.styled-pagination li.prev a:before,
.styled-pagination li.next a:before{
    background-color: #222222;
}
.styled-pagination li.prev a:hover,
.styled-pagination li.next a:hover{
	color:#f5f5f5;
}






.sidebar-wrapper {
    position: relative;
    display: block;
    max-width: 370px;
    width: 100%;
    padding: 25px 20px 15px;
}
.sidebar-wrapper .pattern-bg{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #f5f5f5;
    background-attachment: fixed;
    background-repeat: repeat;
}

.sidebar-wrapper .single-sidebar{
    position: relative;
    display: block;
    margin-bottom: 60px;
}
.sidebar-wrapper .single-sidebar.last-child{
    margin: 0;
}

.sidebar-wrapper .single-sidebar .title {
    position: relative;
    display: block;
    margin-top: -5px;
    padding-bottom: 15px;
    margin-bottom: 40px;
}
.sidebar-wrapper .single-sidebar .title:before{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 40px;
    height: 2px;
    content: "";
}
.sidebar-wrapper .single-sidebar .title h3 {
    color: #222222;
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
    text-transform: capitalize;
}


.sidebar-search-box {
    position: relative;
    display: block;
    margin-bottom: 60px;
}

.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: 60px;
    border-radius: 0px;
    background: #ffffff;
    border: 1px solid #d9d9d9;
    color: #aaaaaa;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .1em;
    padding-left: 29px;
    padding-right: 70px;
    transition: all 500ms ease 0s;
}
.sidebar-search-box .search-form button {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 60px;
    height: 60px;
    color: #ffffff;
    line-height: 58px;
    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;
    background: #f2f2f2;
}
.sidebar-search-box .search-form input[type="text"]:focus + button, 
.sidebar-search-box .search-form button:hover {
    color: #fff;
}
.sidebar-search-box .search-form input::-webkit-input-placeholder {
    color: #aaaaaa;
}
.sidebar-search-box .search-form input:-moz-placeholder {
    color: #aaaaaa;
}
.sidebar-search-box .search-form input::-moz-placeholder {
    color: #aaaaaa;
}
.sidebar-search-box .search-form input:-ms-input-placeholder {
    color: #aaaaaa;
}


.single-sidebar .categories {
    position: relative;
    display: block;
    overflow: hidden;
}
.single-sidebar .categories li{
    position: relative;
    display: block;
    background: #ffffff;
    padding: 0 20px;
    line-height: 50px;
    border: 1px solid #eeeeee;
    border-bottom: none;
}
.single-sidebar .categories li:last-child{
    border-bottom: 1px solid #eeeeee;;
}
.single-sidebar .categories li a{
    position: relative;
    display: block;
    padding-left: 20px;
    color: #666666;
    font-size: 14px;
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;   
}
.single-sidebar .categories li a:before{
    position: absolute;
    top: 0;
    left: 0px;
    bottom: 0;
    font-family: FontAwesome;
    content: "\f105";
    font-size: 16px;
    transition: all 700ms ease 100ms;    
}
.single-sidebar .categories li a span {
    position: relative;
    display: inline-block;
    float: right;
}



.single-sidebar .recent-posts{
    position: relative;
    display: block;
}
.single-sidebar .recent-posts li{
    position: relative;
    display: block;
    min-height: 80px;
    padding-left: 100px;
    margin-bottom: 40px;
}
.single-sidebar .recent-posts li:last-child{
    margin-bottom: 0;
}
.single-sidebar .recent-posts li .img-box{
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    height: 80px;
    overflow: hidden;
}
.single-sidebar .recent-posts li .img-box img{
    width: 100%;
}
.single-sidebar .recent-posts li .img-box .overlay-content {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.90);
    opacity: 0;
    transform: perspective(400px) rotate(90deg);
    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-posts li:hover .img-box .overlay-content{
	opacity: 1;
    transform: perspective(400px) rotate(0deg); 
    transition: all 0.3s ease-in-out 0.3s;    
}
.single-sidebar .recent-posts li .img-box .overlay-content a{
    color: #ffffff;
    font-size: 20px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}


.single-sidebar .recent-posts li .title-box{
    position: relative;
    display: block;
    padding-left: 20px;
}
.single-sidebar .recent-posts li .title-box h4{
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    margin: 0 0 10px;
}
.single-sidebar .recent-posts li .title-box h4 a{
    color: #222222;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}
.single-sidebar .recent-posts li .title-box p{
    color: #777777;
    font-size: 14px;
    line-height: 16px;
    font-weight: 500;
    margin: 0;
}
.single-sidebar .recent-posts li .title-box p span:before{
    position: relative;
    display: inline-block;
    padding-right: 10px;
}


.single-sidebar .popular-tag {
    position: relative;
    display: block;
    overflow: hidden;
    margin-left: -5px;
    margin-right: -5px;
}
.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;
    background: #ffffff;
    padding: 0px 20px 0px;
    border: 1px solid #cccccc;
    border-radius: 0px;
    color: #666666;
    font-size: 14px;
    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;
}



/*** 
=============================================
    Blog Single Area style
=============================================
***/
.blog-single-area{}
.blog-single-area .blog-post {
    position: relative;
    display: block;
}
.blog-single-area .blog-post .single-blog-post.style2 {
    margin: 0;
}
.blog-single-area .blog-post .single-blog-post .text-holder .blog-title {
    font-size: 30px;
    line-height: 42px;
}

.blog-single-text-box {
    position: relative;
    display: block;
    padding-top: 2px;
    padding-bottom: 14px;
}
.blog-single-text-box h3{
    color: #222222;
    font-size: 24px;
    line-height: 36px;
    font-weight: 600;
    margin: 0 0 17px;
}

.blog-single-image-box{
    position: relative; 
    display: block;
}
.blog-single-image-box .img-box{
    position: relative;
    display: block;
    overflow: hidden;
    margin-bottom: 30px;
}
.blog-single-image-box .img-box img{
    width: 100%;
}
.blog-single-botton-text{
    position: relative;
    display: block;
    padding-top: 2px;
}
.blog-single-botton-text p{
    margin: 0;
}


.tag-social-share-box{
    position: relative;
    display: block;
    overflow: hidden;
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    margin-top: 40px;
}
.tag-social-share-box .tag{
    position: relative;
    display: block;
    padding-left: 50px;
}
.tag-social-share-box .tag .icon{
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
    background: #ebebeb;
}
.tag-social-share-box .tag .icon i {
    position: relative;
    display: block;
    color: #222222;
    font-size: 20px;
    line-height: 50px;
    text-align: center;
}
.tag-social-share-box .tag ul {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 10px 0;
    padding-left: 20px;
}
.tag-social-share-box .tag ul li{
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 5px;
}
.tag-social-share-box .tag ul li:last-child{
    margin-right: 0;
}
.tag-social-share-box .tag ul li a{
    color: #777777;
    font-size: 15px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}


.tag-social-share-box .social-share {
    position: relative;
    display: block;
    overflow: hidden;
    padding-left: 50px;
    min-height: 50px;
}
.tag-social-share-box .social-share .icon{
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
    background: #ebebeb;    
}
.tag-social-share-box .social-share .icon i{
    position: relative;
    display: block;
    color: #222222;
    font-size: 20px;
    line-height: 50px;
    text-align: center;    
}
.tag-social-share-box .social-share .sociallinks {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 10px 0;
    padding-left: 20px;
}
.tag-social-share-box .social-share .sociallinks li{
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 25px;
}
.tag-social-share-box .social-share .sociallinks li:last-child{
    margin-right: 0;
}
.tag-social-share-box .social-share .sociallinks li a{
    color: #777777;
    font-size: 14px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}


.blog-single-author-box{
    position: relative;
    display: block;
    border: 1px solid #dddddd;
    padding: 50px;
    margin-top: 50px;
}
.blog-single-author-box .inner{
    position: relative;
    display: block;
    padding-left: 150px;
}
.blog-single-author-box .inner .img-box{
    position: absolute;
    top: 0;
    left: 0;
    width: 150px;
    height: 150px;
}
.blog-single-author-box .inner .img-box img{
    width: 100%;
}
.blog-single-author-box .inner .text-box {
    position: relative;
    display: block;
    padding-left: 30px;
    min-height: 150px;
}
.blog-single-author-box .inner .text-box h3{
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
    margin: 0 0 10px;
}
.blog-single-author-box .inner .text-box p{
    margin: 0;
}
.blog-single-author-box .inner .text-box .sociallinks{
    position: relative;
    display: block;
    overflow: hidden;
    padding-top: 17px;
}
.blog-single-author-box .inner .text-box .sociallinks li{
    position: relative;
    display: inline-block;
    margin-right: 20px;
}
.blog-single-author-box .inner .text-box .sociallinks li:last-child{
    margin-right: 0;
}
.blog-single-author-box .inner .text-box .sociallinks li a{
    color: #222222;
    font-size: 16px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}



.blog-single-prev-next-button {
    position: relative;
    display: block;
    margin-top: 60px;
    min-height: 152px;
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    padding: 0 40px;
}
.blog-single-prev-next-button:before{
    position: absolute;
    top: 0;
    left: 50%;
    bottom: 0;
    width: 1px;
    background: #dddddd;
    content: "";
}
.blog-single-prev-next-button .prev{
    position: relative;
    display: block;
    width: 50%;
    float: left;
}
.blog-single-prev-next-button .next{
    position: relative;
    display: block;
    width: 50%;
    float: right;    
}
.blog-single-prev-next-button .title-box {
    position: relative;
    display: block;
    padding: 33px 0;
}
.blog-single-prev-next-button .title-box p{
    font-size: 14px;
    line-height: 22px;
    margin: 0 0 14px;
}
.blog-single-prev-next-button .title-box p a{
    color: #777777;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.blog-single-prev-next-button .title-box h3{
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
}
.blog-single-prev-next-button .title-box h3 a{
    color: #222222;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}









.comment-box {
    position: relative;
    display: block;
    overflow: hidden;
    padding-top: 51px;
    padding-bottom: 11px;
}
.comment-box .title {
    position: relative;
    display: block;
    padding-bottom: 30px;
}
.comment-box .title h3{
    color: #222222;
    font-size: 30px;
    line-height: 40px;
    font-weight: 600;
}
.comment-box .outer-box{
    position: relative;
    display: block;
    border: 1px solid #dddddd;
    border-bottom: none;
}

.comment-box .single-comment{
    position: relative;
    display: block;
    padding: 50px;
    border-bottom: 1px solid #dddddd;
}
.comment-box .single-comment-box {
    position: relative;
    display: block;
    min-height: 100px;
    padding-left: 100px;
}
.comment-box .single-comment-box.marleft50{
    margin-left: 50px;
}
.comment-box .single-comment-box .img-holder {
    position: absolute;
    left: 0;
    top: 0;
    width: 100px;
    height: 100px;
}
.comment-box .single-comment-box .img-holder img{
    width: 100%;
}
.comment-box .single-comment-box .text-holder {
    position: relative;
    display: block;
    padding-left: 30px;
    min-height: 100px;
}
.comment-box .single-comment-box .text-holder .top {
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}
.comment-box .single-comment-box .text-holder .top .name{}
.comment-box .single-comment-box .text-holder .top .name h3 {
    position: relative;
    display: block;
    color: #222222;
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
}
.comment-box .single-comment-box .text-holder .top .name h3 span.date{
    position: relative;
    display: inline-block;
    margin-left: 30px;
    color: #999999;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Arimo', sans-serif;
}
.comment-box .single-comment-box .text-holder .top .reply-button a{
    font-size: 14px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    transition: all 500ms ease;
}
.comment-box .single-comment-box .text-holder .top .reply-button a:hover{
    color: #222222;
}
.comment-box .single-comment-box .text-holder .text{
    position: relative;
    display: block;
    padding-top: 10px;
}
.comment-box .single-comment-box .text-holder .text p{
    font-size: 14px;
    line-height: 30px;
    margin: 0;
}


.add-comment-box {
    position: relative;
    display: block;
    overflow: hidden;
    padding-top: 40px;
}
.add-comment-box .title {
    position: relative;
    display: block;
    padding-bottom: 30px;
}
.add-comment-box .title h3{
    color: #222222;
    font-size: 30px;
    line-height: 40px;
    font-weight: 600;
}
.add-comment-box #add-comment-form {}
.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 #dddddd;
    width: 100%; 
    height: 50px;
    color: #777777;
    font-size: 14px;
    font-weight: 500;
    padding: 0 30px;
    border-radius: 0px;
    margin-bottom: 20px;
    transition: all 500ms ease;
}
.add-comment-box #add-comment-form textarea {
    height: 185px;
    padding: 15px 30px;
    border-radius: 0px;
    margin-bottom: 20px;
}
.add-comment-box #add-comment-form input[type="text"]:focus{
    border-color: #c7c2c2;    
}
.add-comment-box #add-comment-form input[type="email"]:focus{
    border-color: #c7c2c2;    
}
.add-comment-box #add-comment-form textarea:focus{
    border-color: #c7c2c2;       
}
.add-comment-box #add-comment-form .button-box {
    position: relative;
    display: block;
    line-height: 0;
    padding-left: 9px;
    padding-top: 20px;
}



/*** 
=============================================
    Contact Form Area Css
=============================================
***/
.contact-form-area {
    position: relative;
    display: block;
    padding: 100px 0px 70px;
    background-color: #ffffff;
}
.contact-form-area.pdtop0{
    padding-top: 0;    
}

.contact-form form{
    position: relative;
    display: block;
}
.contact-form form .input-box{
    position: relative;
    display: block;
    margin-bottom: 30px;
}
.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 #dddddd;
    width: 100%;
    height: 60px;
    color: red;
    font-size: 14px;
    font-weight: 500;
    padding-left: 30px;
    padding-right: 20px;
    border-radius: 0px;
    transition: all 500ms ease;
}
.contact-form form textarea {
    height: 230px;
    padding-top: 17px;
    padding-left: 30px;
    padding-right: 20px;
    border-radius: 0px;
    margin-bottom: 0;
}
.contact-form form input[type="text"]:focus{
    color: #222222;
    border-color: #e8e3e3; 
}
.contact-form form input[type="email"]:focus{
    color: #222222;
    border-color: #e8e3e3;
}
.contact-form form textarea:focus{
    color: #222222;
    border-color: #e8e3e3;
}
.contact-form form input[type="text"]::-webkit-input-placeholder {
    color: #777777;
}
.contact-form form input[type="text"]:-moz-placeholder {
    color: #777777;
}
.contact-form form input[type="text"]::-moz-placeholder {
    color: #777777;
}
.contact-form form input[type="text"]:-ms-input-placeholder {
    color: #777777;
}
.contact-form form input[type="email"]::-webkit-input-placeholder {
    color: #777777;
}
.contact-form form input[type="email"]:-moz-placeholder {
    color: #777777;
}
.contact-form form input[type="email"]::-moz-placeholder {
    color: #777777;
}
.contact-form form input[type="email"]:-ms-input-placeholder {
    color: #777777;
}
.contact-form form textarea::-webkit-input-placeholder {
    color: #777777;
}
.contact-form form textarea:-moz-placeholder {
    color: #777777;
}
.contact-form form textarea::-moz-placeholder {
    color: #777777;
}
.contact-form form textarea:-ms-input-placeholder {
    color: #777777;
}
.contact-form form .button-box {
    position: relative;
    display: block;
    line-height: 0;
    padding-left: 9px;
}




/*** 
=============================================
    Google Map Area Css
=============================================
***/
.google-map-area{
    position: relative;
    display: block;
    background: #ffffff;
}
.google-map-area .map-outer{
    position: relative;
    display: block;
    max-width: 100%;
    width: 100%;
    padding: 0;
    margin: 0 auto;
}
.google-map-area .map-outer .map-canvas{
	position: relative;
	width: 100%;
	height: 600px;
}
.google-map-area .outer-container{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    max-width: 1200px;
    padding: 0 15px;
    margin: 0 auto;
}



.contact-information-box {
    position: relative;
    display: block;
    float: right;
    background: #ffffff;
    padding: 76px 60px 53px;
    max-width: 470px;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0px 4px 7px 1px rgba(232,232,232,0.7);
    box-shadow: 0px 4px 7px 1px rgba(232,232,232,0.7);
}
.contact-information-box .title-box {
    position: relative;
    display: block;
    padding-bottom: 44px;
}
.contact-information-box .title-box p{
    color: #777777;
    font-size: 20px;
    line-height: 24px;
    font-weight: 400;
    margin: 0 0 8px;
}
.contact-information-box .title-box h2{
    color: #222222;
    font-size: 36px;
    line-height: 40px;
    font-weight: 700;
}


.contact-information-box .contact-us{
    position: relative;
    display: block;
}
.contact-information-box .contact-us li{
    position: relative;
    display: block;
    margin-bottom: 30px;
}
.contact-information-box .contact-us li:last-child{
    margin-bottom: 0;
}
.contact-information-box .contact-us li .icon {
    position: relative;
    top: 2px;
    width: 50px;
}
.contact-information-box .contact-us li .icon i{
    font-size: 20px;
}
.contact-information-box .contact-us li .icon i.phone{
    font-size: 30px;
}
.contact-information-box .contact-us li .icon i.map {
    position: relative;
    top: 3px;
    font-size: 30px;
}
.contact-information-box .contact-us li .icon,
.contact-information-box .contact-us li .text{
    display: table-cell;
    vertical-align: middle;
}
.contact-information-box .contact-us li .text p{
    color: #666666;
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    margin: 0;
}
.contact-information-box .contact-us li .text a{
    color: #666666;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}
.contact-information-box .contact-us li .text a:hover{
    color: #000000;
}


.contact-information-box .follow-us {
    position: relative;
    display: block;
    padding-top: 44px;
}
.contact-information-box .follow-us .text{
    position: relative;
    display: block; 
    padding-bottom: 17px;
}
.contact-information-box .follow-us .text h3{
    color: #222222;
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
}
.contact-information-box .follow-us .social-links{
    position: relative;
    display: block; 
}
.contact-information-box .follow-us .social-links ul{
    overflow: hidden;
}
.contact-information-box .follow-us .social-links ul li{
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 20px;
}
.contact-information-box .follow-us .social-links ul li:last-child{
    margin-right: 0;
}
.contact-information-box .follow-us .social-links ul li a{
    position: relative;
    display: block;
    color: #222222;
    font-size: 18px;
    line-height: 30px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}













/*** 
=============================================
    RTL Page Css
=============================================
***/
/** Mainmenu Rtl Css **/
.rtl .main-menu .navigation>li {
    float: right;
    margin-right: 50px;
}
.rtl .main-menu .navigation>li:first-child{
    margin-right: 0;
}
.rtl .main-menu .navigation>li:last-child{
    margin-right: 50px;
}
.rtl .main-menu .navigation> li> ul {
    left: auto;
    right: 0;
}
.rtl .main-menu .navigation> li> ul> li> a {
    text-align: right;
}
.rtl .main-menu .navigation> li> ul> li> a:before {
    display: none;
}
.rtl .main-menu .navigation> li> ul> li.dropdown> a:after {
    display: none;
}
.rtl .main-menu .navigation> li> ul> li> ul {
    left: auto;
    right: 100%;
}
.rtl .main-menu .navigation> li> ul> li> ul> li> a {
    text-align: right;
}
.rtl .main-menu .navigation>li>ul>li>ul>li a:before {
    display: none;
}



.rtl .header-lawer-style2 .outer-box .logo {
    left: auto;
    right: -288px;
}
.rtl .header-lawer-style2 .outer-box {
    padding-left: 0px;
    padding-right: 50px;
}
.rtl .outer-search-box-style1.style3 {
    float: left;
}
.rtl .outer-search-box-style1 .search-box {
    right: auto;
    left: 0%;
}
.rtl .cart-box.style3 {
    float: right;
    padding: 30px 10px;
    margin-right: 0;
    margin-left: 10px;
}
.rtl .header-lawer-right-style2 .button {
    right: auto;
    left: -300px;
}
.rtl .header-social-links {
    float: left;
}
.rtl .header-contact-info-style2 ul li {
    float: right;
    border-left: none;
    border-right: 2px solid #dddddd;
}
.rtl .header-contact-info-style2 ul li span:before {
    float: right;
    padding-right: 0;
    padding-left: 10px;
}



.rtl .shopping-content-box {
    padding: 52px 30px 60px;
    padding-right: 30px;
}
.rtl .shopping-content-box .button {
    margin-left: 0px;
    margin-right: 9px;
}
.rtl .vehicle-carousel-rtl.owl-nav-style-one.owl-theme .owl-stage-outer {
    padding-bottom: 60px;
}
.rtl .vehicle-carousel-rtl.owl-nav-style-one.owl-theme .owl-nav {
    margin-left: 0;
    margin-right: 9px;
}
.rtl .vehicle-carousel-rtl.owl-nav-style-one.owl-theme .owl-nav .owl-prev {
    transform: rotate(180deg);
}
.rtl .vehicle-carousel-rtl.owl-nav-style-one.owl-theme .owl-nav .owl-next {
    margin-left: 0px;
    transform: rotate(0deg);
    margin-right: 10px;
}
.rtl .call-back-form .button-box {
    padding-left: 0px;
    padding-right: 10px;
    text-align: right;
}
.rtl .call-back-box .bottom-icon {
    left: 20px;
    right: auto;
}
.rtl .vehicle-content-box .bottom-icon {
    left: 20px;
    right: auto;
}
.rtl .shopping-content-box .top-icon {
    left: 20px;
    right: auto;
}



.rtl .about-style3-tab-box .tab-buttons {
    padding-left: 0;
    padding-right: 9px;
}
.rtl .about-style3-tab-box .tab-buttons .tab-btn {
    float: right;
    margin-left: 20px;
    margin-right: 0;
}
.rtl .about-style3-tab-box .tab-buttons .tab-btn:last-child{
    margin-left: 0;
}
.rtl .about-style3-image-box img {
    float: right;
}
.rtl .about-style3-tab-box .tabs-content .inner-content ul li {
    padding-left: 0px;
}
.rtl .about-style3-tab-box .tabs-content .inner-content ul li:before {
    display: none;
}
.rtl .about-style3-tab-box .tabs-content .inner-content .button {
    padding-left: 0px;
    padding-right: 10px;
}


.rtl .single-fact-counter-style2 .title {
    float: right;
}
.rtl .single-fact-counter-style2 .top .icon-box {
    width: 80px;
    text-align: right;
}


.rtl.services-style2-area .shape {
    left: 0;
    right: auto;
}
.sec-title.rtl .border-box.left:after {
    right: 0;
    margin: 0;
}
.rtl .service-style2-right-content .inner-conent ul li {
    padding-left: 0;
    padding-right: 30px;
}
.rtl .service-style2-right-content .inner-conent ul li:before {
    right: 1px;
    left: auto;
    transform: rotateY(180deg);
}
.rtl .service-style2-right-content .inner-conent .button {
    padding-left: 0px;
    padding-right: 9px;
}


.rtl .single-footer-widget .title:before {
    left: auto;
    right: 0;
}
.rtl .footer-social-links .social-links {
    padding-left: 0;
    padding-right: 20px;
}
.rtl .single-footer-widget .latest-news li {
    padding-left: 0px;
    padding-right: 80px;
}
.rtl .single-footer-widget .latest-news li .img-box {
    left: auto;
    right: 0;
}
.rtl .single-footer-widget .latest-news li .title-box {
    padding-left: 0;
    padding-right: 20px;
    text-align: right;
}
.rtl .single-footer-widget .latest-news li .title-box p span:before {
    padding-right: 0px;
    padding-left: 10px;
}
.rtl .single-footer-widget .services-links li a {
    padding-left: 0px;
    padding-right: 30px;
}
.rtl .single-footer-widget .services-links li a:before {
    left: auto;
    right: 0;
    transform: rotate(180deg);
}
.rtl.scroll-top.style2 {
    left: 0;
    right: auto;
}






#ui-datepicker-div.ui-widget-content {
    border: 1px solid #c5c5c5;
    background: #fff none repeat scroll 0 0;
    border: 1px solid #777;
    color: #252525;
    font-family: "Poppins",sans-serif;
    font-size: 14px;
    border-radius: 0px;
    width: 270px;
    padding: 5px;
    z-index: 10 !important;
}
#ui-datepicker-div.ui-datepicker .ui-datepicker-header {
    background: #151515 none repeat scroll 0 0;
    border: 2px solid #252525;
    border-radius: 0;
    color: #fff;
    font-weight: 700;
    padding: 5px 0;
    position: relative;
}

.ui-datepicker td a {
    color: #000000 !important;
    text-align: center;
    background-image: none !important;
    background: #f5f5f5 !important;
    border: 1px solid #f9f9f9 !important;
}
.ui-state-highlight, 
.ui-widget-content .ui-state-highlight, 
.ui-widget-header .ui-state-highlight{
    border: 1px solid #333333 !important;
    background: #333333 !important;
    color: #ffffff !important;
}
.ui-datepicker .ui-datepicker-prev {
    left: 5px;
}
.ui-datepicker .ui-datepicker-prev, 
.ui-datepicker .ui-datepicker-next {
    border-radius: 30%;
    height: 20px;
    position: absolute;
    top: 7px;
    width: 20px;
    transition: all 500ms ease;
    cursor: pointer;
}
.ui-datepicker .ui-datepicker-next {
    right: 5px;
}
.ui-datepicker .ui-datepicker-prev:hover, 
.ui-datepicker .ui-datepicker-next:hover {
    top: 7px;
    background: #fff;
    border: none;
}
.ui-datepicker table {
    border-collapse: collapse;
    font-size: 13px;
    margin: 0 0 0.4em;
    width: 100%;
    z-index: 99999999;
}
.ui-datepicker th {
    border: medium none;
    font-weight: 600;
    padding: 2px 3px;
    text-align: center;
}
.ui-datepicker-calendar .ui-state-default:hover,
.ui-datepicker-calendar .ui-state-default:active{
    background: #43c3ea;
    color: #fff;
    border-color: #43c3ea;
}
