@import url('https://fonts.googleapis.com/css?family=Poppins:200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Rubik:300,300i,400,400i,500,500i,700,700i,900,900i');


@import url(animate.css);
@import url(bootstrap.min.css);
@import url('bootstrap-select.min.css');
@import url('custom-animate.css');
@import url(font-awesome.min.css);
@import url('icomoon.css');
/*@import url('imp.css');*/
/*@import url(jquery.bootstrap-touchspin.css);*/
@import url('jquery.fancybox.min.css');
@import url(owl.css);
@import url(owl.theme.default.css);

@import url(../fonts/flaticon/flaticon.css);
/*** Price filter***/
/*@import url(../assets/price-filter/nouislider.css);
@import url(../assets/price-filter/nouislider.pips.css);*/
/*** Time picker css ***/
/*@import url(../assets/timepicker/timePicker.css);*/
/*** jquery ui css ***/
@import url(../assets/jquery-ui-1.11.4/jquery-ui.css);
/*** Revolution slider ***/
@import url(../plugins/revolution/css/settings.css);
@import url(../plugins/revolution/css/layers.css);
@import url(../plugins/revolution/css/navigation.css);
/*** Language Switcher ***/
/*@import url(../assets/language-switcher/polyglot-language-switcher.css);*/
@import url(../plugins/energy-icon/style.css);






/*==============================================
   Base Css
===============================================*/
*{
	margin:0px;
	padding:0px;
	border: none;
	outline: none;
	font-size: 100%;
}
html,
body { 
    height: 100%;
}
body {
    color: #828282;
    font-size: 15px;
    line-height: 25px;
    font-weight: 400;
    font-family: 'Rubik', sans-serif;
}
button:focus{
    outline: none;
}
button {
    cursor: pointer;
    border: none;
    background: transparent;
    padding: 0;
}
h1, h2, h3, h4, h5, h6 {
    color: #3a3a3a;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    margin: 0;
}
h3 {
    color: #27282c;
    font-size: 20px; 
    line-height: 26px;
}
h4 {

}
a,
a:hover,
a:active,
a:focus {
    text-decoration: none;
    outline: none;
    border: none;
}



@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
}

.fix{
    position: relative;
    display: block;
    overflow: hidden;
}

img {
	max-width: 100%;
    height: auto;
}
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;    
}
.selcolor{
    color: #e9212e;    
}


.secpd1{
    padding: 100px 0;
}
.secpd2{
    padding: 100px 0 60px;
}
.secpd3{
    padding: 100px 0 70px;
}



.btn-one {
    position: relative;
    display: inline-block;
    background: #e9212e;
    color: #ffffff;
    font-size: 15px;
    line-height: 60px;
    font-weight: 500;
    text-transform: capitalize;
    font-family: 'Rubik', sans-serif;
    padding: 0 30px 0;
    transition: all 500ms ease;
}
.btn-one img {
    position: relative;
    display: inline-block;
    padding-left: 10px;
    width: auto;
}
.btn-one span:before {
    font-size: 26px;
    line-height: 14px;
    display: inline-block;
    padding-left: 10px;
    position: relative;
    top: 4px;
}
.btn-one:hover{
    color: #ffffff;
    background: #27282c;
}


.btn-two{
    color: #27282c;
    font-size: 15px;
    line-height: 20px;;
    font-weight: 500;
    text-transform: capitalize;
    font-family: 'Rubik', sans-serif;
    transition: all 500ms ease;
}
.btn-two span:before {
    position: relative;
    top: 5px;
    font-size: 26px;
    line-height: 14px;
    display: inline-block;
    padding-left: 10px;
}
.btn-two:hover{
    color: #e9212e;
}



.btn-three {
    position: relative;
    display: inline-block;
    background: #ffffff;
    color: #203260;
    font-size: 14px;
    line-height: 62px;
    font-weight: 700;
    height: 60px;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    padding: 0 30px 0;
    border-radius: 5px;
    transition: all 500ms ease;
}
.btn-three span:before {
    position: relative;
    display: inline-block;
    top: 4px;
    padding-left: 9px;
    font-size: 20px;
    font-weight: 400;
}
.btn-three:hover{
    color: #3aa40c;
}



.sec-title {
    position: relative;
    display: block;
    margin-top: -5px;
    padding-bottom: 50px;
}
.sec-title.max-width{
    max-width: 650px;
    margin: -5px auto 0;
}
.sec-title.with-text{
    padding-bottom: 52px;    
}


.sec-title p{
    color: #e9212e;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 7px;
    font-family: 'Poppins', sans-serif;
}
.sec-title .title {
    position: relative;
    display: block;
    color: #27282c;
    font-size: 36px;
    line-height: 44px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
}
.sec-title .title.clr-white{
    color: #ffffff;    
}
.sec-title .title span{
    font-weight: 400;
}
.sec-title .bottom-text{
    color: #7c7e84;
    font-size: 17px;
    line-height: 27px;
    font-weight: 400;
    text-transform: none;
    margin: 13px 0 0;
    font-family: 'Rubik', sans-serif;
}


.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-style-one{}
.owl-nav-style-one .owl-controls { }
.owl-nav-style-one.owl-theme .owl-nav [class*="owl-"] {
    background: #ffffff none repeat scroll 0 0;
    border-radius: 50%;
    color: #909090;
    font-size: 24px;
    font-weight: 700;
    height: 50px;
    line-height: 46px;
    margin: 0 0 0 0px;
    padding: 0;
    width: 50px;
    border: 1px solid #f3f3f3;    
    transition: all 700ms ease 0s;
}
.owl-nav-style-one.owl-theme .owl-nav .owl-next {
    margin-left: 10px;
}
.owl-nav-style-one.owl-theme .owl-nav [class*="owl-"]:hover{
    border-color: #172272;
    color: #172272;
}

.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;
}



.boxed_wrapper {
    background: #fff none repeat scroll 0 0;
    position: relative;
    margin: 0 auto;
    width: 100%;
    min-width: 320px;
    min-height: 400px;
    overflow: hidden;  
}

/*________________Preloader_______________ */
.preloader{ 
    position:fixed; 
    left:0px; 
    top:0px; 
    width:100%; 
    height:100%; 
    z-index:999999999999999999; 
    background-color:#ffffff; 
    background-position:center center; 
    background-repeat:no-repeat; 
    background-image:url(../images/icon/preloader.gif);
}
.preloader.style-two {
    background-image: url(../images/home-pages/preloader-2.html);
}
.preloader.style-three {
    background-image: url(../images/home-pages/preloader-3.html);
}
.preloader.style-four {
    background-image: url(../images/home-pages/preloader-4.html);
}
.preloader.style-five {
    background-image: url(../images/home-pages/preloader-5.html);
}




/* scroll to top styles */
.scroll-to-top {
    position: fixed;
    right: 20px;
    bottom: 30px;
    width: 55px;
    height: 55px;
    background: #e9212e;
    border: 2px solid #e9212e;
    border-radius: 0%;
    color: #ffffff;
    font-size: 25px;
    line-height: 50px;
    font-weight: 400;
    cursor: pointer;
    display: none;
    text-align: center;
    transition: all 500ms ease 0s;
    z-index: 99999999999;
    box-shadow: 0px 5px 10px -10px rgba(27,27,27,1);
}
.scroll-to-top:hover {
    opacity: .5;
}


.scroll-to-top-style2 {
    position: fixed;
    bottom: 25px;
    right: 15px;
    background: #e9212e;
    border: 2px solid #e9212e;
    width: 55px;
    height: 55px;
    border-radius: 0%;
    color: #ffffff;
    font-size: 25px;
    line-height: 50px;
    font-weight: normal;
    cursor: pointer;
    display: none;
    text-align: center;
    transition: all 500ms ease 0s;
    z-index: 9999999999999;
    box-shadow: 0px 8px 23px -6px rgba(27,27,27,1);
}
.scroll-to-top-style2:hover {
    opacity: .5;
}



/* 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;    
}




/* Overlay styles */
.overlay-style-one{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(233, 33, 48, 0.85);
    transition: all 700ms ease 100ms;
    opacity: 0;
    z-index: 2;
}
.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-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(0, 0, 0, 0.80);
}
.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(0, 0, 0, 0.80);
}



.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: 16px;
    color: #e9212e;
}

.sociallinks-style-one{
}
.sociallinks-style-one li{
    display: inline-block;
    float: left;
    margin-right: 20px;
}
.sociallinks-style-one li:last-child{
    margin-right: 0px;
}
.sociallinks-style-one li a i{
    color: #9491a2;
    font-size: 15px;
    font-weight: 400;
    transition: all 500ms ease;
}
.sociallinks-style-one li a:hover i{
    color: #39345a;
}
.sociallinks-style-two{
    overflow: hidden;
}
.sociallinks-style-two li {
    display: inline-block;
    float: left;
    margin-right: 20px;
}
.sociallinks-style-two li:last-child{
    margin-right: 0px;    
}
.sociallinks-style-two li a i {
    position: relative;
    display: block;
    width: 50px;
    height: 50px;
    background: #203260;
    border: 1px solid #31426c;
    border-radius: 50%;
    color: #ffffff;
    font-size: 14px;
    line-height: 48px;
    text-align: center;
    transition: all 500ms ease 0s;
}
.sociallinks-style-two li a:hover i{
    color: #3398fd;
    transform: rotate(360deg);
}




/* Update header Style */
@keyframes menu_sticky {
    0%   {margin-top:-90px;}
    50%  {margin-top: -74px;}
    100% {margin-top: 0;}
}





/*==============================================
    Top Bar Style1 Css
===============================================*/
.top-bar-style1 {
    position: relative;
    display: block;
    background: #26272b;
    padding: 19px 0 52px;
}
.top-style1{
    position: relative;
    display: block;
    text-align: center;
}
.top-style1 p{
    margin: 0;    
}
.top-style1 p a{
    color: #ffffff;  
    transition: all 300ms ease 100ms;
}
.top-style1 p a:hover{
    color: #828282;    
}



/*==============================================
    Main Header Css        
===============================================*/
.main-header {
    position: relative;
    display: block;
    z-index: 999;
}
.main-header.header-style1{}
.header-upper-style1{
    position: relative;
    display: block;  
    background: #f6f6f6;
}
.header-upper-style1.fixed-header .inner-container {
    position: fixed;
    top: 0px;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
    box-shadow: 0 0 10px rgba(0,0,0,.1);
    transition: all 900ms ease 100ms;
    z-index: 9999999999;
}
.header-upper-style1.fixed-header .logo-box-style1 {
    margin: 10px 0;
    transition: all 500ms ease 100ms;
}
.header-upper-style1.fixed-header .main-menu .navigation > li > a {
    padding: 29px 0px 27px;
    transition: all 500ms ease 100ms;
}

.header-upper-style1.fixed-header .cart-box {
    margin: 10px 0;
    transition: all 500ms ease 100ms;
}


.header-upper-style1 .inner-container {
    position: relative;
    display: block;
    padding: 0 40px;
    margin-top: -45px;
    background: #ffffff;
    -webkit-box-shadow: 0px 4px 11px -1px #ECECEC; 
    box-shadow: 0px 4px 11px -1px #ECECEC;
    z-index: 9999999999;
}
.logo-box-style1 {
    position: relative;
    display: block;
    margin: 15px 0;
    transition: all 500ms ease 100ms;
}
.logo-box-style1 a{
    display: inline-block;
}
.main-menu-box{
    position: relative;
    display: block;       
}


.main-menu {
    position: relative;
    display: inline-block;
    float: left;
}
.main-menu .navbar-collapse {
    padding: 0px
}
.main-menu .navigation {
    position: relative;
}
.main-menu .navigation > li {
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 35px;
}
.main-menu .navigation > li:last-child{
    margin-right: 0;
}
.main-menu .navigation > li > a {
    position: relative;
    display: block;
    color: #27282c;
    font-size: 14px;
    line-height: 14px;
    font-weight: 500;
    text-transform: uppercase;
    opacity: 1;
    padding: 39px 0px 37px;
    transition: all 300ms ease;
    font-family: 'Rubik', sans-serif;
}
.main-menu .navigation > li:hover > a, 
.main-menu .navigation > li.current > a {
    color: #e9212e; 
}

.navigation .nav-link.active{
    color: #e9212e; 
}

.main-menu .navigation > li > ul {
    position: absolute;
    left: 0px;
    top: 130%;
    width: 270px;
    background: transparent;
    padding: 10px 0px 0;
    visibility: hidden;
    opacity: 0;
    display: block;
    border-radius: 0px;
    transition: all 500ms ease;
    z-index: 100;
}
.main-menu .navigation > li > ul:before {
    position: absolute;
    top: 10px;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #ffffff;
    content: "";
    z-index: -1;
}
.main-menu .navigation > li:hover > ul {
    top: 100%;
    opacity: 1;
    visibility: visible;
}
.main-menu .navigation > li > ul > li {
    position: relative;
    display: block;
    float: none;
    margin: 0;
    padding: 0;
    width: 100%;
    transition: all 500ms ease;
    z-index: 1;
}
.main-menu .navigation > li > ul > li > a {
    position: relative;
    display: block;
    color: #828282;
    font-size: 15px;
    line-height: 20px;
    font-weight: 400;
    border-bottom: 1px solid #e2e8f0;
    text-transform: capitalize;
    transition: all 500ms ease 0s;
    padding: 16px 30px 15px;
    padding-right: 0;
    font-family: 'Rubik', sans-serif;
}
.main-menu .navigation > li > ul > li:last-child a{
    border-bottom: none;
}
.main-menu .navigation > li > ul > li > a:after {
    position: absolute;
    top: 0;
    left: 30px;
    bottom: 0;
    content: "";
    background: url(../images/icon/dropdown-menu-arrow.png);
    width: 26px;
    height: 11px;
    opacity: 0;
    transform: scale(0);
    transition: all 500ms ease;
    margin: 20px 0;
}
.main-menu .navigation > li > ul > li:hover a:after{
    opacity: 1;
    transform: scale(1.0);
}
.main-menu .navigation > li > ul > li:hover > a {
    color: #e9212e;
    padding-left: 70px;
}


.main-menu .navigation > li > ul > li > ul {
    position: absolute;
    left: 100%;
    top: 20px;
    width: 270px;
    margin-left: 0px;
    visibility: hidden;
    opacity: 0;
    background: transparent;
    z-index: 100;
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    transition: all 200ms ease;
}
.main-menu .navigation > li > ul > li > ul:before {
    position: absolute;
    left: 0px;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #ffffff;
    content: "";
    z-index: -1;
    border-radius: 0px;
}
.main-menu .navigation > li > ul > li:hover > ul{
	visibility: visible;
	opacity: 1;
	top: 0px;
}
.main-menu .navigation > li > ul > li > ul > li{
    position: relative;
    display: block;
    float: none;
    margin: 0;
    padding: 0;
    width: 100%;
    transition: all 500ms ease;
}
.main-menu .navigation > li > ul > li > ul > li a{
    position: relative;
    display: block;
    color: #828282;
    font-size: 15px;
    line-height: 20px;
    font-weight: 400;
    border-bottom: 1px solid #e2e8f0 !important;
    text-transform: capitalize;
    transition: all 500ms ease 0s;
    padding: 16px 30px 15px;
    padding-right: 0;
    font-family: 'Rubik', sans-serif;
}
.main-menu .navigation > li > ul > li > ul > li:last-child a{
    border-bottom: 0px !important;   
}
.main-menu .navigation > li > ul > li > ul > li a:before {
    position: absolute;
    top: 0;
    left: 30px;
    bottom: 0;
    content: "";
    background: url(../images/icon/dropdown-menu-arrow.png);
    width: 26px;
    height: 11px;
    opacity: 0;
    transform: scale(0);
    transition: all 500ms ease;
    margin: 20px 0;
}
.main-menu .navigation > li > ul > li > ul > li:hover a:before{
    opacity: 1;
    transform: scale(1.0) !important;
}
.main-menu .navigation > li > ul > li > ul > li:hover > a {
    color: #e9212e;
    padding-left: 70px;
}



/*
.main-menu .navigation li ul li.dropdown{
    position: relative;
    display: block;
    width: 100%;
}
.main-menu .navigation li ul li.dropdown:after{
    position: absolute;
    font-family: 'FontAwesome';
    content: "\f105";
    font-size: 18px;
    line-height: 30px; 
    display: block;
    top: 0;
    bottom: 0;
    right: 30px;
    margin: 11px 0;
    color: #8d8d8d;
}
**/
.main-menu .navbar-collapse > ul li.dropdown .dropdown-btn {
    position: absolute;
    right: 10px;
    top: 6px;
    width: 34px;
    height: 30px;
    border: 1px solid #ffffff;
    background: url(../images/icon/submenu-icon.png) center center no-repeat;
    background-size: 20px;
    cursor: pointer;
    z-index: 5;
    display: none;
    border-radius: 3px;
}



.mainmenu-right {
    position: relative;
    display: inline-block;
    float: right;
    margin-left: 30px;
}

.cart-box {
    position: relative;
    display: inline-block;
    float: right;
    height: 50px;
    padding: 15px 0;
    margin: 15px 0;
}
.cart-box img {
    width:30px;
	border-radius:50%;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
}

.cart-box img:hover {
	-webkit-box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.75);
	transition: all 500ms ease;
}

.header-lower-style1 {
    position: relative;
    display: block;
    background: #f6f6f6;
    padding: 10px 0;
}
.header-lower-style1 .inner-content{
    position: relative;
    display: block; 
    border-right: 1px solid #dddddd;
}
.header-contact-info {
    position: relative;
    display: block;
    border-left: 1px solid #dddddd;
    padding-left: 20px;
}
.header-contact-info li {
    position: relative;
    display: inline-block;
    float: left;
    border-right: 1px solid #dddddd;
    padding-right: 30px;
    margin-right: 30px;
}
.header-contact-info li:last-child{
    margin-right: 0;
}
.header-contact-info li .single-item{
    position: relative;
    display: block;
}
.header-contact-info li .single-item .icon{
    width: 40px;
}
.header-contact-info li .single-item .icon span:before {
    position: relative;
    top: 2px;
    color: #b7b7b7;
    font-size: 40px;
    line-height: 40px;
    transition: all 300ms ease 100ms;
}
.header-contact-info li:hover .single-item .icon span:before{
    color: #e9212e;    
}
.header-contact-info li .single-item .icon,
.header-contact-info li .single-item .text{
    display: table-cell;
    vertical-align: middle;
}

.header-contact-info li .single-item .text{
    padding-left: 15px;
}
.header-contact-info li .single-item .text h3{
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
    font-family: 'Rubik', sans-serif;
}
.header-contact-info li .single-item .text p{
    line-height: 18px;
    margin: 6px 0 0;
}

.header-social-links-style1 {
    position: relative;
    display: block;
    padding-right: 20px;
    margin: 2px 0 3px;
}
.header-social-links-style1 li{
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 15px;
}
.header-social-links-style1 li:last-child{
    margin-right: 0;
}
.header-social-links-style1 li a{}
.header-social-links-style1 li a i{
    position: relative;
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #ffffff;
    color: #7c7e84;
    font-size: 14px;
    line-height: 50px;
    text-align: center;
    transition: all 700ms ease 100ms; 
}
.header-social-links-style1 li a:hover i{
    color: #ffffff;
    background: #e9212e;
    transform: rotate(360deg);
}



/*** 
=====================================================
	Main Slider style
=====================================================
***/
.main-slider {
    position: relative;
    z-index: 10;
}


/*** 
=============================================
    About Area style      
=============================================
***/
.highlights-area{
    position: relative;
    display: block;
    background: transparent;
    margin-top: -135px;
    z-index: 100;
}
.single-highlight-box{
    position: relative;
    display: block;
    background: transparent;
    padding-top: 55px;
    margin-bottom: 50px;
}
.single-highlight-box .icon-holder{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 110px;
    height: 110px;
    background: #ffffff;
    margin: 0 auto;
    border-radius: 50%;
    border: 3px solid #e9212e;
    text-align: center;
    z-index: 3;
}
.single-highlight-box .icon-holder::before {
    position: absolute;
    top: -1px;
    left: -1px;
    bottom: -1px;
    right: -1px;
    content: "";
    background: #e9212e;
    border-radius: 50%;
    transition: all 0.5s ease-in-out 0s;
    transform-style: preserve-3d;
    transform: perspective(1200px) rotateY(-90deg) translateZ(0px);
    opacity: 0;
    z-index: -1;
}
.single-highlight-box:hover .icon-holder::before{
	transform: perspective(1200px) rotateY(0deg) translateZ(0px);
	transition-delay: 0.1s;
    opacity: 1;
}

.single-highlight-box .icon-holder span:before {
    display: block;
    color: #b3b3b3;
    font-size: 50px;
    line-height: 104px;
    transition: all 0.7s ease-in-out 0s;
}
.single-highlight-box:hover .icon-holder span:before{
    color: #ffffff;
}
.single-highlight-box .inner-content{
    position: relative;
    display: block;
    background: #ffffff;
    padding-top: 55px;
    box-shadow: 0px 4px 11px -1px #ECECEC;  
}

.single-highlight-box .inner-content .text{
    position: relative;
    display: block;
    padding: 26px 30px 32px;  
}

.single-highlight-box .inner-content h3 {
    font-weight: 600;
    margin: 0px 0 18px;
}
.single-highlight-box .inner-content p{
    margin: 0;
}
.single-highlight-box .inner-content a{
    position: relative;
    display: block;
    background: #f6f6f6;
    color: #27282c;
}
.single-highlight-box:hover .inner-content a{
    color: #e9212e;    
}



/*** 
=============================================
    About Area style      
=============================================
***/
.about-area{
    position: relative;
    display: block;
    padding-top: 60px;
    padding-bottom: 110px;
}
.about-image-box {
    position: relative;
    display: block;
    max-width: 470px;
    width: 100%;
    background: #f6f6f6;
    padding-top: 60px;
    padding-left: 60px;
}
.about-image-box:before{
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 100%;
    background: #ffffff;
    content: "";
    z-index: 1;
}
.about-image-box .inner-box{
    position: relative;
    display: block;
    z-index: 2;
}
.about-image-box .inner-box img{
    width: 100%;
}
.about-image-box .inner-box .overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.about-image-box .inner-box .overlay .box{
    display: table;
    width: 100%;
    height: 100%;
}
.about-image-box .inner-box .overlay .box .icon{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.about-image-box .inner-box .overlay .box .icon img{
    width: auto;
}


.about-image-box .text-box {
    position: relative;
    display: block;
    padding-top: 33px;
    padding-bottom: 52px;
    padding-right: 20px;
    margin-right: 60px;
    z-index: 1;
}
.about-image-box .text-box:before {
    position: absolute;
    right: 40px;
    bottom: 30px;
    font-family: 'icomoon';
    content: "\e939";
    color: #ebebeb;
    font-size: 70px;
    line-height: 70px;
    transform: perspective(1200px) rotateX(180deg) translateZ(0px);
    z-index: -1;
}
.about-image-box .text-box p {
    color: #828282;
    font-size: 20px;
    line-height: 30px;
    margin: 0 0 17px;
}
.about-image-box .text-box h3{
    color: #3a3a3a;
    font-size: 18px;
    font-weight: 600;
}
.about-image-box .text-box h3 span{
    color: #e9212e;
    font-size: 15px;
    font-weight: 400;
    font-family: 'Rubik', sans-serif;
}


.about-text{
    position: relative;
    display: block;
    padding-left: 100px;
}
.about-text .sec-title {
    padding-bottom: 44px;
}
.about-text .inner-content{
    position: relative;
    display: block;    
}
.about-text .inner-content .text {
    display: block;
    padding-bottom: 26px;
}


/*** 
=============================================
    Working Area style
=============================================
***/
.working-area {
    position: relative;
    display: block;
    background-attachment: fixed;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    padding: 110px 0 60px;
    z-index: 1;
}
.working-area::before {
    background: rgba(40, 41, 46, 0.97) none repeat scroll 0 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    content: "";
    z-index: -1;
} 
.single-working-box{
    position: relative;
    display: block;
    margin-bottom: 50px;
}
.single-working-box .img-holder{
    position: relative;
    display: block;
}
.single-working-box .img-holder .inner{
    position: relative;
    display: block;
    overflow: hidden;
}
.single-working-box .img-holder .inner img{
    width: 100%;
    transform: scale(1.01);
    transition: all 700ms ease 300ms;
}
.single-working-box:hover .img-holder .inner img{
    transform:scale(1.2) rotate(2deg);	
} 
.single-working-box .img-holder .inner .overlay-style-one{
    background-color: rgba(0, 0, 0, 0.85);
}
.single-working-box:hover .img-holder .inner .overlay-style-one{
    opacity: 1;    
}

.single-working-box .img-holder .inner:before,
.single-working-box .img-holder .inner:after {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top;
    transition: all 700ms ease 500ms;
    border-radius: 0px;
    z-index: 3;
}
.single-working-box .img-holder .inner:before {
    transform: scale(0, 1);
    transform-origin: bottom center;
    border-top: 4px solid #e9212e;
    border-bottom: 4px solid #e9212e;
}
.single-working-box:hover .img-holder .inner:before {
    transform: scale(1, 1);
}
.single-working-box .img-holder .inner:after {
    transform: scale(1, 0);
    transform-origin: left center;
    border-left: 4px solid #e9212e;
    border-right: 4px solid #e9212e;
}
.single-working-box:hover .img-holder .inner:after{
    transform: scale(1, 1);    
}

.single-working-box .text-holder{
    position: relative;
    display: block;
    background: #ffffff;
    margin: 0 10px;
    margin-top: -100px;
    z-index: 5;
}
.single-working-box .text-holder .plus-icon-box {
    position: absolute;
    right: 30px;
    top: -25px;
    width: 50px;
    height: 50px;
    background: #e9212e;
    border-radius: 50%;
    text-align: center;
    display: block;
    padding: 15px 0;
    transition: all 300ms ease 100ms;
}

.single-working-box:hover .text-holder .plus-icon-box {
    top: -50px;
    height: 75px;
    background: #e9212e;
    border-radius: 25px 25px 0px 0px;
    padding: 27px 0;
}

.single-working-box .text-holder .plus-icon-box span:before{
    display: block;
    color: #ffffff;
    font-size: 20px;
    line-height: 20px;
}

.single-working-box .text-holder .outer-box {
	position: relative;
	display: block;
	padding-left: 10px;
	padding-top: 35px;
	padding-bottom: 32px;
	padding-right: 10px;
}


.single-working-box .text-holder .outer-box .text{
    position: relative;
    display: block;
    padding-left: 5px;
	padding-right: 5px;
}
.single-working-box .text-holder .outer-box .text h3{
    color: #27282c;
    font-weight: 600;
    margin: 0 0 13px;
}
.single-working-box .text-holder .outer-box .text p{
    margin: 0;
}



/*** 
=============================================
    Working Process area Style      
=============================================
***/
.working-process-area{
    position: relative;
    display: block;
    background: #f6f6f6;
    padding: 110px 0 50px; 
    z-index: 2;
}

.single-working-process{
    position: relative;
    display: block;
    padding-top: 40px;
	padding-bottom:20px;
    background: transparent;
	transition:all 500ms ease;
    margin-bottom: 40px;/*ug 60*/
}
.single-working-process:hover{
    transform:translateY(-10px);
}
.single-working-process .top-box {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 90px;
    height: 90px;
    display: block;
    border: 3px solid #e9212e;
    padding: 27px 0;
    background: #ffffff;
    border-radius: 50%;
    text-align: center;
    margin: 0 auto;
    z-index: 3;
}
.single-working-process .top-box::before {
    position: absolute;
    top: -1px;
    left: -1px;
    bottom: -1px;
    right: -1px;
    content: "";
    background: #e9212e;
    border-radius: 50%;
    transition: all 0.5s ease-in-out 0s;
    transform-style: preserve-3d;
    transform: perspective(1200px) rotateY(-90deg) translateZ(0px);
    opacity: 0;
    z-index: -1;
}
.single-working-process:hover .top-box::before{
	transform: perspective(1200px) rotateY(0deg) translateZ(0px);
	transition-delay: 0.1s;
    opacity: 1;
}
.single-working-process .top-box span{
    color: #27282c;
    font-size: 54px;
    line-height: 30px;
    font-weight: 500;
    text-transform: uppercase;
    transition: all 700ms ease 100ms;
}
.single-working-process:hover .top-box span{
    color: #ffffff; 
    transition: all 700ms ease 500ms;
}


.single-working-process .inner{
    position: relative;
    display: block;
    padding: 62px 20px 10px;/*uz 82px 30px 50px*/
    background: #ffffff;
    border-top: 3px solid #e9212e;
    -webkit-box-shadow: 0px 6px 10px 3px #e8e8e8; 
    box-shadow: 0px 6px 10px 3px #e8e8e8;
    transition: all 300ms ease;
}
.single-working-process:hover .inner{
    box-shadow: none;
}
.single-working-process .inner h3{
    color: #27282c;
    font-weight: 600;
    margin: 0 0 18px;
}
.single-working-process .inner p{
    margin: 0;
}

/*uz .single-working-process .inner .icon-holder{
    position: relative;
    display: block;
    padding-top: 22px;
} */

.single-working-process .inner .icon-holder{
position: absolute;
display: table-cell;
padding-bottom: 22px;
bottom: 0;
left: calc(50% - 40px);
}

.single-working-process .inner .icon-holder span:before{
    color: #bababa;
    font-size: 80px;
    line-height: 80px;
    transition: all 700ms ease 500ms;
}
.single-working-process:hover .inner .icon-holder span:before{
    color: #e9212e;
    transition: all 700ms ease 500ms;
}



/*** 
=============================================
    Slogan area style
=============================================
***/
.slogan-area {
    position: relative;
    display: block;
    background: #e9212e;
    padding: 35px 0;
}

.slogan-area .title {
    position: relative;
    display: block;
}
.slogan-area .title h3{
    color: #ffffff;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
}
.slogan-area .button {
    position: relative;
    display: block;  
}
.slogan-area .button a{
    color: #27282c;
    background: #ffffff;
}
.slogan-area .button a:hover{
    color: #ffffff;
    background: #e11f2c;
}



/*** 
=============================================
    Testimonial Area Style      
=============================================
***/
.testimonial-area {
    position: relative;
    display: block;
    padding: 110px 0 60px;
    background: #ffffff;
}
.more-reviews-button {
    position: relative;
    display: block;
    margin-top: 39px;
}

.single-testimonial-item{
    position: relative;
    display: block;
    background: #ffffff;
    -webkit-box-shadow: 0px 2px 10px 3px #f6f6f6; 
    box-shadow: 0px 2px 10px 3px #f6f6f6;
    margin-bottom: 50px;
}
.single-testimonial-item .inner-content{
    position: relative;
    display: block;
    padding: 55px 30px 52px;
    background: #ffffff;
}
.single-testimonial-item .inner-content .client-info{
    position: relative;
    display: block; 
    padding-bottom: 22px;
}
.single-testimonial-item .inner-content .client-info h3{
    color: #3a3a3a;
    font-weight: 600;
    margin: 0 0 3px;
}
.single-testimonial-item .inner-content .client-info span{
}
.single-testimonial-item .inner-content .img-box{
    position: relative;
    display: block;
    overflow: hidden;
    width: 100px;
    height: 100px;
    margin: 0 auto;
    border-radius: 50%;
    z-index: 2;
}
.single-testimonial-item .inner-content .img-box::before {
    position: absolute;
    top: -1px;
    left: -1px;
    bottom: -1px;
    right: -1px;
    content: "";
    background: rgba(0, 0, 0, 0.70);
    border-radius: 50%;
    transition: all 0.5s ease-in-out 0s;
    transform-style: preserve-3d;
    transform: perspective(1200px) rotateY(-90deg) translateZ(0px);
    opacity: 0;
    z-index: 4;
}
.single-testimonial-item:hover .inner-content .img-box::before{
	transform: perspective(1200px) rotateY(0deg) translateZ(0px);
	transition-delay: 0.1s;
    opacity: 1;
}
.single-testimonial-item .inner-content .img-box img{
    width: 100%;
    transition: all 700ms ease 800ms;
    border-radius: 50%;
}
.single-testimonial-item:hover .inner-content .img-box img{
    transform: rotate(360deg);	    
}
.single-testimonial-item .inner-content .text-box{
    position: relative;
    display: block;
    padding-top: 24px;
}
.single-testimonial-item .inner-content .text-box p{
    margin: 0;
}
.single-testimonial-item .quote-icon{
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    height: 70px;
    background: #e9212e;
    z-index: 3;
}
.single-testimonial-item .quote-icon span:before{
    color: #ffffff;
    font-size: 30px;
    display: block;
    padding: 20px 0;
}



/*** 
=============================================
    appointment Area Style      
=============================================
***/
.appointment-area {
    position: relative;
    display: block;
    background: #27282c;
    background-position: top right;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-size: auto;
    padding-top: 110px;
    padding-bottom: 110px;
    z-index: 1;
}
.map-content-box .sec-title .title{
    color: #ffffff;    
}

.map-content-box .inner{
    position: relative;
    display: block;
    max-width: 570px;
    width: 100%;
    margin: 0 auto;
    z-index: 99;
}
.map-content-box .inner .overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.map-content-box .inner .overlay .single-location-box{
    position: absolute;
}
.map-content-box .inner .overlay .single-location-box.one {
top: 100px;
left: 150px;
}
.map-content-box .inner .overlay .single-location-box.two{
top: 30px;
left: 280px; 
}
.map-content-box .inner .overlay .single-location-box.three{
left: 130px;
bottom: 20px;
}
.map-content-box .inner .overlay .single-location-box.four{
    right: 50px;
    bottom: 60px;
}



.map-content-box .inner .overlay .marker-box{
    display: inline-block;
}
.map-content-box .inner .overlay .marker-box span:before{
    color: #ffffff;
    font-size: 50px;
    line-height: 50px;
    cursor: pointer;
}

.map-content-box .inner .overlay .location-info {
    position: absolute;
    left: -10px;
    bottom: 100px;
    width: 270px;
    opacity: 0;
    visibility: hidden;
    padding: 25px 30px 22px;
    padding-right: 20px;
    margin-left: 0;
    border-radius: 0px;
    background-color: #ffffff;
    transition: all 0.3s ease;
    z-index: 9999999999;
}
.map-content-box .inner .overlay .location-info:before {
    position: absolute;
    left: 30px;
    bottom: -30px;
    font-family: "Flaticon";
    content: "\f103";
    color: #ffffff;
    font-size: 40px;
    line-height: 40px;
    transform: perspective(1200px) rotateY(180deg) translateZ(0px);
}


.map-content-box .inner .overlay .single-location-box:hover .location-info  {
    opacity: 1;
    visibility: visible;
    bottom: 90px;
}
.map-content-box .inner .overlay .single-location-box:hover .marker-box span:before{
    color: #e9212e;
    transition: all 500ms ease;
}
.map-content-box .inner .overlay .location-info h3{
    color: #27282c;
    font-weight: 700;
    margin: 0 0 13px;
}
.map-content-box .inner .overlay .location-info p{
    margin: 0;    
}


.appointment-box{
    position: relative;
    display: block;
    padding: 44px 50px 50px;
    max-width: 570px;
    width: 100%;
    background: #ffffff;
}
.appointment-box .title-box{
    position: relative;
    display: block;  
    padding-bottom: 22px;
}
.appointment-box .title-box h2{
    color: #27282c;
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
    margin: 0 0 10px;
}
.appointment-box .title-box span{}

.appointment{
    position: relative;
    display: block;
}
.appointment-form .single-box{
    position: relative;
    display: block;
}
.appointment-form input[type="text"], 
.appointment-form input[type="email"],
.appointment-form input[type="tel"],
.appointment-form textarea {
    position: relative;
    display: block;
    padding: 0 20px;
    border: 1px solid #ededed;
    background: #ffffff;
    color: #5f6061;/*uz 7c7e84 */
    font-size: 22px;
    font-weight: 400;
    width: 100%;
    height: 60px;
    margin-bottom: 20px;
    border-radius: 5px;
    transition: all 500ms ease; 
}
.appointment-form input[type="text"]:focus{
    border-color: #e9212e;    
}
.appointment-form input[type="email"]:focus{
    border-color: #e9212e;     
}
.appointment-form .single-box button{
    display: block;
    width: 100%;
    background: #e9212e;
    color: #ffffff;
    margin-top: 20px;
    border-radius: 5px;
}
.appointment-form input::-webkit-input-placeholder {
    color: #5f6061;
}
.appointment-form input:-moz-placeholder {
    color: #5f6061;
}
.appointment-form input::-moz-placeholder {
    color: #5f6061;
}
.appointment-form input:-ms-input-placeholder {
    color: #5f6061;/*uz 7c7e84*/
}

.appointment-form .single-box .bootstrap-select {
    position: relative;
    display: block;
}
.appointment-form .single-box .bootstrap-select>.dropdown-toggle {
    outline: none !important;
    border-radius: 5px;
    border: 1px solid #edf2f7;
    height: 60px;
    background-color: transparent;
    padding: 0;
    padding-left: 20px;
    color: #83888d;
    line-height: 60px;
    margin: 0;
    box-shadow: none !important;
}
.appointment-form .single-box .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;
}
.appointment-form .single-box .bootstrap-select .dropdown-menu {
    margin: 0;
    padding: 0;
    border-radius: 0;
    border: 0px solid #ddd;
    background: #f9f9f9;
    font-size: 16px;
    color: #000000;
}
.appointment-form .single-box .dropdown-item {
    display: block;
    width: 100%;
    padding: 9px 20px 9px;
    font-weight: 400;
    color: #222222;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    border-radius: 0;
    transition: all 500ms ease;
}
.appointment-form .single-box .dropdown-item.active,
.appointment-form .single-box .dropdown-item:active {
    background: #e9212e;
    color: #fff;
}
.appointment-form .single-box .dropdown-item:hover {
    background: #e9212e;
    color: #fff;
}



/*** 
=============================================
    Brand Area Style      
=============================================
***/
.brand-area {
    position: relative;
    display: block;
    background: #f6f6f6;
    padding-top: 110px;
    padding-bottom: 90px;
}



/*** 
=============================================
    Footer area style
=============================================
***/
.footer-area {
    position: relative;
    display: block;
    background: #27282c;
    padding-top: 50px;
    padding-bottom: 30px;
    z-index: 1;
}
.footer-shape-bg{
    position: absolute;
    top: 0;
    right: 0;
    background-repeat: no-repeat;
    background-position: top right;
    height: 695px;
    width: 695px;
    background-image: url(../images/footer/footer-shape.png);
    z-index: -1;

}


.single-footer-widget {
    position: relative;
    display: block;
    overflow: hidden;
}
.single-footer-widget .title {
    position: relative;
    display: block;
    padding-bottom: 27px;
    margin-top: -1px;
    margin-bottom: 40px;
    z-index: 1;
}
.single-footer-widget .title:before{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #404043;
    content: "";
    z-index: -1;
} 
.single-footer-widget .title:after{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 1px;
    background: #e9212e;
    content: "";
    z-index: 1;
} 
.single-footer-widget .title h3 {
    color: #ffffff;
    font-size: 24px;
    line-height: 24px;
    font-weight: 600;
    text-transform: capitalize;
}

.single-footer-widget .contact-info-box{
    position: relative;
    display: block;
}
.single-footer-widget .contact-info-box .footer-logo {
    position: relative;
    display: block;
    padding-bottom: 33px;
}
.single-footer-widget .contact-info-box .footer-logo a{
    display: inline-block;
}

.single-footer-widget .contact-info-box ul {
    position: relative;
    display: block;
}
.single-footer-widget .contact-info-box ul li {
    position: relative;
    display: block;
    margin-bottom: 15px;
}
.single-footer-widget .contact-info-box ul li:last-child{
    margin-bottom: 0;
}
.single-footer-widget .contact-info-box ul li h6{
    position: relative;
    display: inline-block;
    color: #ffffff;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    text-transform: uppercase;
    border-bottom: 2px solid #404043;
}
.single-footer-widget .contact-info-box ul li p{
    color: #7c7e84; 
    margin: 13px 0 0;
}





.single-footer-widget .services-links{
    position: relative;
    display: block;
}
.single-footer-widget .services-links ul {
    position: relative;
    display: block;
    overflow: hidden;
    margin-top: -19px;
}
.single-footer-widget .services-links ul li {
    position: relative;
    display: block;
    border-bottom: 1px solid #333438;
    line-height: 50px;
}
.single-footer-widget .services-links ul li a{
    color: #7c7e84;
    font-size: 15px;
    font-weight: 400;
    padding-left: 20px;
    transition: all 500ms ease;
}
.single-footer-widget .services-links ul li a:hover{
    color: #ffffff;
}
.single-footer-widget .services-links ul li a:before {
    position: absolute;
    top: 0px;
    left: 0;
    content: "\f107";
    font-family: "Flaticon";
    color: #7c7e84;
    font-size: 10px;
    transition: all 500ms ease;
    font-weight: 600;
    line-height: 20px;
    margin: 14px 0 16px;
}
.single-footer-widget .services-links ul li a:hover:before{
    content: "\f108";
    color: #ffffff;
    transition: all 500ms ease;
}


.single-footer-widget .recent-news {
    position: relative;
    display: block;
    overflow: hidden;
}
.single-footer-widget .recent-news li {
    position: relative;
    display: block;
    padding-left: 75px;
    min-height: 75px;
    margin-bottom: 30px;
}
.single-footer-widget .recent-news li:last-child{
    margin-bottom: 0;
}
.single-footer-widget .recent-news li .img-holder {
    position: absolute;
    top: 0;
    left: 0;
    width: 75px;
    height: 75px;
    display: block;
    overflow: hidden;
}
.single-footer-widget .recent-news li .img-holder img{
    transition: all 0.5s ease-in-out 0.6s;
    width: 100%;
    transform: scale(1.0, 1.0); 
}
.single-footer-widget .recent-news li:hover .img-holder img{
    transform: scale(1.2, 1.2);
} 
.single-footer-widget .recent-news li:hover .img-holder .overlay-style-one{
    opacity: 1;    
}
.single-footer-widget .recent-news li .img-holder .overlay-style-one .content a span:before{
    position: relative;
    display: inline-block;
    width: 25px;
    height: 25px;
    color: #ffffff;
    font-size: 25px;
    line-height: 25px;
    font-weight: 400;
    filter: alpha(opacity=0);
    opacity: 0;
    transform: perspective(1200px) rotateY(-90deg) scale(5);
    transition: all 0.5s ease-in-out 0.3s;
}
.single-footer-widget .recent-news li:hover .img-holder .overlay-style-one .content a span:before{
    filter: alpha(opacity=100);
    opacity: 1;
    transform: perspective(1200px) rotateY(0deg) scale(1.0);
    transition-delay: 0.1s;   
}

.single-footer-widget .recent-news li .title-holder{
    position: relative;
    display: block;
    padding-left: 20px;
}
.single-footer-widget .recent-news li .title-holder p{
    color: #7c7e84;
    line-height: 16px;
    margin: 0 0 9px;
}
.single-footer-widget .recent-news li .title-holder h5{
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
}
.single-footer-widget .recent-news li .title-holder h5 a{
    color: #ffffff;
}




/*** 
=============================================
    Footer Bottom Area Style      
=============================================
***/
.footer-bottom-area {
    position: relative;
    display: block;
    padding: 20px 0;
    background: #ffffff;
    z-index: 10;
}
.footer-bottom-area .copyright-text {
    margin: 0;
}
.footer-bottom-area .copyright-text p {
    color: #7c7e84;
    font-size: 15px;
    line-height: 24px;
    font-weight: 400;
    margin: 0;
}
.footer-bottom-area .copyright-text p a {
    color: #e9212e;
    font-weight: 500;
    transition: all 500ms ease;
}
.footer-bottom-area .copyright-text p a:hover{
    color: #7c7e84;
}

.footer-social-links {
    position: relative;
    display: block;
}
.footer-social-links span{
    position: relative;
    display: inline-block;
    float: left;
    padding-right: 15px;
    color: #27282c;
    font-size: 14px;
    line-height: 30px;
    font-weight: 600;
}
.footer-social-links .sociallinks-style-one{
    position: relative;
    display: inline-block;
    line-height: 30px;
    float: left;    
}
.footer-social-links .sociallinks-style-one li a i {
    color: #7c7e84;
    font-size: 14px;
    font-weight: 400;
    transition: all 500ms ease;
}
.footer-social-links .sociallinks-style-one li a:hover i{
    color: #e9212e;    
}






/*** 
=============================================
    Top Bar Style2 style
=============================================
***/
.top-bar-style2{
    position: relative;
    display: block;
    background: #26272b;
    padding: 15px 50px;
}
.top-style2 {
    display: flow-root;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
}
.top-style2-left{
    position: relative;
    display: block;    
}
.top-style2-left p{
    position: relative;
    display: inline-block;
    float: left;
    color: #ffffff;
    font-size: 15px;
    font-weight: 500;
    line-height: 30px;
    margin: 0;
    font-family: 'Poppins', sans-serif;
}
.top-style2-left p span:before{
    position: relative;
    top: 3px;
    color: #e9212e;
    font-size: 20px;
    line-height: 20px;
    display: inline-block;
    padding-right: 9px;
}
.top-style2-left ul{
    position: relative;
    display: inline-block;
    float: left;
    padding-left: 20px;
}
.top-style2-left ul li{
    position: relative;
    display: inline-block;
    float: left;
    padding-right: 16px;
    margin-right: 15px;
    color: #7c7e84;
    font-size: 15px;
    line-height: 30px;
}
.top-style2-left ul li:last-child{
    padding-right: 0;
    margin-right: 0;
}
.top-style2-left ul li:before{
    position: absolute;
    top: 7px;
    right: 0;
    width: 1px;
    height: 15px;
    background: #404043;
    content: "";
}
.top-style2-left ul li:last-child:before{
    display: none;
}
.top-style2-right {
    position: relative;
    display: block;
    overflow: hidden;
    float: right;
}
.top-style2-right .top-right-menu {
    position: relative;
    display: inline-block;
    float: left;
    padding-right: 20px;
    margin-right: 20px;
}
.top-style2-right .top-right-menu:before{
    position: absolute;
    top: 7px;
    right: 0;
    width: 1px;
    height: 15px;
    background: #404043;
    content: "";    
}
.top-style2-right .top-right-menu li{
    position: relative;
    display: inline-block;
    float: left;
    line-height: 30px;
    padding-right: 30px;
}
.top-style2-right .top-right-menu li:last-child{
    padding-right: 0;
}
.top-style2-right .top-right-menu li a{
    color: #7c7e84;
    font-size: 15px; 
    transition: all 500ms ease;
}
.top-style2-right .top-right-menu li a:hover{
    color: #e9212e;
}

.top-style2-right .topbar-social-links{
    position: relative;
    display: inline-block;
    float: right;    
}
.top-style2-right .topbar-social-links li{
    position: relative;
    display: inline-block;
    float: left;
    line-height: 30px;
    padding-right: 30px;    
}
.top-style2-right .topbar-social-links li:last-child{
    padding-right: 0;
}
.top-style2-right .topbar-social-links li a i{
    color: #7c7e84;
    font-size: 14px;
    transition: all 500ms ease;
}
.top-style2-right .topbar-social-links li a:hover i{
    color: #e9212e;
}

/*** 
=============================================
    Services Style1 Area Style      
=============================================
***/
.services-style1-area {
    position: relative;
    display: block;
    padding: 110px 0 120px;
}
.single-service-style1 {
    position: relative;
    display: block;
    margin-bottom: 50px;
}
.single-service-style1 .img-holder{
    position: relative;
    display: block;
    overflow: hidden; 
    z-index: 1;
}
.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:hover .overlay-style-two{
	opacity: 1;
}
.single-service-style1 .img-holder .overlay-style-two:before{
	background-color: rgba(40, 41, 46, 0.90);
}
.single-service-style1:hover .img-holder .overlay-style-two:before{
	opacity: 1;
    transform: perspective(400px) rotateX(0deg);
    transition: all 700ms ease 100ms;	
}
.single-service-style1 .img-holder .overlay-style-two:after{
	background-color: rgba(40, 41, 46, 0.90);
}
.single-service-style1:hover .img-holder .overlay-style-two:after{
	opacity: 1;
    transform: perspective(400px) rotateX(0deg);
    transition: all 700ms ease 300ms;	
}

.single-service-style1 .overlay-content-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
}
.single-service-style1 .overlay-content-box .box{
    display: table;
    width: 100%;
    height: 100%;
}
.single-service-style1 .overlay-content-box .box .inner{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.single-service-style1 .overlay-content-box .icon {
    position: relative;
    display: block;
    margin: 0 0 11px;
    opacity: 0;
    transform: translate3d(0px, -50%, 0px);
    transition: all 300ms ease 100ms;
}
.single-service-style1:hover .overlay-content-box .icon{
    opacity: 1;
    transform: translate3d(0px, 0%, 0px);
    transition: all 700ms ease 800ms;
}
.single-service-style1 .overlay-content-box .icon span:before{
    display: inline-block;
    color: #e9212e;
    font-size: 60px;
    line-height: 60px;
}
.single-service-style1 .overlay-content-box .title{
    position: relative;
    display: block;
    opacity: 0;
    transform: translate3d(0px, 50%, 0px);
    transition: all 300ms ease 100ms;
}
.single-service-style1:hover .overlay-content-box .title{
    opacity: 1;
    transform: translate3d(0px, 0%, 0px);
    transition: all 700ms ease 900ms;    
}
.single-service-style1 .overlay-content-box .title h3{
    color: #ffffff;
    font-weight: 600;
}

.single-service-style1 .text-holder{
    position: relative;
    display: block; 
    border: 1px solid #ededed;
    padding: 35px 30px 28px;
}
.single-service-style1 .text-holder .inner-content{
    position: relative;
    display: block;  
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    transition: all 700ms ease 800ms;
}
.single-service-style1:hover .text-holder .inner-content{
    opacity: 0;
    -webkit-transform: translateY(-40%);
    transform: translateY(-40%); 
    transition: all 700ms ease 500ms;
}

.single-service-style1 .text-holder .top {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}
.single-service-style1 .text-holder .top .icon{}
.single-service-style1 .text-holder .top .icon span:before{
    color: #b3b3b3;
    font-size: 60px;
    line-height: 60px;
}
.single-service-style1 .text-holder .top .count{}
.single-service-style1 .text-holder .top .count h1{
    font-size: 48px;
    line-height: 40px;
    font-weight: 500;
    background: -moz-linear-gradient(45deg, rgba(65,94,82,1) 0%, rgba(255,0,0,1) 1%, rgba(77,0,0,1) 100%); /* ff3.6+ */
    background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, rgba(65,94,82,1)), color-stop(1%, rgba(255,0,0,1)), color-stop(100%, rgba(77,0,0,1))); /* safari4+,chrome */
    background: -webkit-linear-gradient(45deg, rgba(65,94,82,1) 0%, rgba(255,0,0,1) 1%, rgba(77,0,0,1) 100%); /* safari5.1+,chrome10+ */
    background: -o-linear-gradient(45deg, rgba(65,94,82,1) 0%, rgba(255,0,0,1) 1%, rgba(77,0,0,1) 100%); /* opera 11.10+ */
    background: -ms-linear-gradient(45deg, rgba(65,94,82,1) 0%, rgba(255,0,0,1) 1%, rgba(77,0,0,1) 100%); /* ie10+ */
    background: linear-gradient(45deg, rgba(65,94,82,1) 0%, rgba(255,0,0,1) 1%, rgba(77,0,0,1) 100%); /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4D0000', endColorstr='#415E52',GradientType=1 ); /* ie6-9 */

    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; 
    font-family: 'Rubik', sans-serif;
}

.single-service-style1 .text-holder .bottom {
    padding-top: 7px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.single-service-style1 .text-holder .bottom .title{}
.single-service-style1 .text-holder .bottom .title h3{
    color: #27282c;
    font-weight: 600;
}
.single-service-style1 .text-holder .bottom .read-more{}
.single-service-style1 .text-holder .bottom .read-more a span:before {
    color: #b3b3b3;
    font-size: 25px;
    line-height: 36px;
}
.single-service-style1 .text-holder .overlay-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffffff;
    display: block;
    padding: 28px 30px 0;
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    transition: all 700ms ease 100ms;
}
.single-service-style1:hover .text-holder .overlay-content {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    transition: all 700ms ease 500ms;
}
.single-service-style1 .text-holder .overlay-content .text {
    position: relative;
    display: block;
}
.single-service-style1 .text-holder .overlay-content .text p{
    margin: 0;
}
.single-service-style1 .text-holder .overlay-content .read-more{}
.single-service-style1 .text-holder .overlay-content .read-more a span:before {
    position: absolute;
    left: 0;
    bottom: -30px;
    right: 0;
    width: 60px;
    height: 60px;
    margin: 0 auto;
    background: #e9212e;
    display: block;
    text-align: center;
    border-radius: 50%;
    color: #ffffff;
    font-size: 24px;
    line-height: 60px;
}


/*** 
=============================================
    Contact Details Area style
=============================================
***/
.contact-details-area{
    position: relative;
    display: block;
    padding: 110px 0 0;
    z-index: 4;
}
.contact-details-area .sec-title {
    z-index: 3;
}
.contact-details-area .parallax-background{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 550px;
    background-attachment: fixed;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
}
.contact-details-content{
    position: relative;
    display: block;
    background: #f6f6f6;
    z-index: 3;
}
.content-info-box{
    position: relative;
    display: block;
    background-attachment: scroll;
    background-position: left top;
    background-repeat: no-repeat;
    background-size: auto;
    min-height: 650px;
    margin-right: 30px;
}
.content-info-box .inner-content {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    flex-wrap: wrap;
    padding: 70px 0 70px;
}
.content-info-box .inner-content .inner{
    -webkit-box-shadow: 3px 0px 5px 0px #ededed; 
    box-shadow: 3px 0px 5px 0px #ededed;    
}
.content-info-box .inner-content .single-info-box{
    max-width: 270px;
    width: 100%;
    background: #e9212e;
    text-align: center;
    padding: 50px 30px 42px;
}
.content-info-box .inner-content .single-info-box .icon{
    margin-bottom: 20px;
}
.content-info-box .inner-content .single-info-box .icon span:before{
    color: #f6f6f6;
    font-size: 50px;
    line-height: 50px;
}
.content-info-box .inner-content .single-info-box .text{}
.content-info-box .inner-content .single-info-box .text h3{
    color: #f6f6f6;
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 12px;
}
.content-info-box .inner-content .single-info-box .text p{
    color: #f6f6f6;
    margin: 0;
}

.content-info-box .inner-content .single-info-box.white-bg{
    background: #f4f4f4;
}
.content-info-box .inner-content .single-info-box.white-bg .icon span:before{
    color: #e9212e;    
}
.content-info-box .inner-content .single-info-box.white-bg .text h3{
    color: #27282c;    
}
.content-info-box .inner-content .single-info-box.white-bg .text p{
    color: #828282;        
}




/*** 
=============================================
    Brand Area style2 Style2 style
=============================================
***/
.brand-area.style2{
    padding-top: 110px;
    padding-bottom: 110px;    
}
.single-brand-item.style2{
    max-width: 170px;
    width: 100%;
    float: left;
    margin-right: 30px;
}
.single-brand-item.style2:last-child{
    margin-right: 0;
}
.single-brand-item.style2 a:hover{
-webkit-box-shadow: 0px -4px 10px 3px #e8e8e8; 
box-shadow: 0px -4px 10px 3px #e8e8e8;  
}



/*** 
=============================================
    Footer Area Style2 style
=============================================
***/
.footer-area.style2 {
    padding: 110px 0 100px;
    z-index: 10;
}
.single-footer-widget .title-style2 {
    position: relative;
    display: block;
    margin-top: -4px;
    padding-bottom: 33px;
}
.single-footer-widget .title-style2 h3 {
    color: #ffffff;
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
    text-transform: capitalize;
}


.single-footer-widget .our-info-box{}
.single-footer-widget .our-info-box .footer-logo{
    position: relative;
    display: block;
    padding-bottom: 34px;
}
.single-footer-widget .our-info-box .footer-logo a{
    display: inline-block;
}
.single-footer-widget .our-info-box .text{
    position: relative;
    display: block;
    padding-bottom: 23px;
}
.single-footer-widget .our-info-box .text p{
    color: #7c7e84;
    margin: 0;
}
.single-footer-widget .our-info-box .follow-us-social-links{
    position: relative;
    display: block;    
}
.single-footer-widget .our-info-box .follow-us-social-links span{
    position: relative;
    display: inline-block;
    padding-right: 6px;
    color: #ffffff;
    font-size: 15px;
    line-height: 30px;
    float: left;
}
.single-footer-widget .our-info-box .follow-us-social-links ul{
    position: relative;
    display: inline-block;
    float: left;
    line-height: 30px;
}
.single-footer-widget .our-info-box .follow-us-social-links ul li{
    position: relative;
    display: inline-block;
    float: left;
    padding-right: 11px;
    margin-right: 10px;
}
.single-footer-widget .our-info-box .follow-us-social-links ul li:before {
    position: absolute;
    top: 10px;
    right: 0;
    width: 1px;
    height: 11px;
    background: #404146;
    content: "";
    transform: rotate(15deg);
}
.single-footer-widget .our-info-box .follow-us-social-links ul li:last-child{
    padding-right: 0;
    margin-right: 0;
}
.single-footer-widget .our-info-box .follow-us-social-links ul li a{
    color: #7c7e84;
    font-size: 15px;
    transition: all 300ms ease 100ms;
}
.single-footer-widget .our-info-box .follow-us-social-links ul li a:hover{
    color: #ffffff;
}


.single-footer-widget .usefull-links {
    position: relative;
    display: block;
    overflow: hidden;
    margin-top: -12px;
}
.single-footer-widget .usefull-links ul {
    position: relative;
    display: block;
    overflow: hidden;
}
.single-footer-widget .usefull-links ul.marleft30{
    margin-left: 30px;
}
.single-footer-widget .usefull-links ul.borders-left {
    position: relative;
    margin-left: 80px;
    padding-left: 30px;
}
.single-footer-widget .usefull-links ul li {
    position: relative;
    display: block;
    line-height: 36px;
}
.single-footer-widget .usefull-links ul li a{
    color: #7c7e84;
    font-size: 15px;
    font-weight: 400;
    padding-left: 20px;
    transition: all 500ms ease;
}
.single-footer-widget .usefull-links ul li a:hover{
    color: #ffffff;
}
.single-footer-widget .usefull-links ul li a:before {
    position: absolute;
    top: 0px;
    left: 0;
    content: "\f107";
    font-family: "Flaticon";
    color: #7c7e84;
    font-size: 10px;
    transition: all 500ms ease;
    font-weight: 600;
    line-height: 36px;
    margin: 0px 0 0px;
}
.single-footer-widget .usefull-links ul li a:hover:before{
    color: #ffffff;
    content: "\f108";
    transition: all 500ms ease;
}
.single-footer-widget .usefull-links ul.borders-left:before{
    position: absolute;
    top: 12px;
    left: 0;
    bottom: 7px;
    width: 1px;
    background: #404043;
    content: "";
}

.single-footer-widget .subscribe-box{
    position: relative;
    display: block;    
}
.single-footer-widget .subscribe-form {
    position: relative;
    display: block;
    max-width: 370px;
    width: 100%;
}
.single-footer-widget .subscribe-form input[type="email"]{
    position: relative;
    display: block;
    background: #27282c;
    border: 1px solid #404043;
    color: #62656f;
    font-size: 15px;
    font-weight: 400;
    width: 100%;
    height: 52px;
    margin-bottom: 0px;
    padding: 0 20px;
    transition: all 500ms ease;
}
.single-footer-widget .subscribe-form input::-webkit-input-placeholder {
    color: #62656f;
}
.single-footer-widget .subscribe-form input:-moz-placeholder {
    color: #62656f;
}
.single-footer-widget .subscribe-form input::-moz-placeholder {
    color: #62656f;
}
.single-footer-widget .subscribe-form input:-ms-input-placeholder {
    color: #62656f;
}
.single-footer-widget .subscribe-form button {
    margin-top: 20px;
    line-height: 50px;
}
.single-footer-widget .subscribe-form input[type="email"]:focus {
    border: 1px solid #ffffff;
    background: #ffffff;
    color: #222222;
}
.single-footer-widget .subscribe-form input[type="email"]:focus + button, 
.single-footer-widget .subscribe-form button:hover {
    background: #191a1c;
    color: #fff;
}
.single-footer-widget .subscribe-box .text{
    position: relative;
    display: block;
    padding-top: 14px;
}
.single-footer-widget .subscribe-box .text p{
    color: #7c7e84;
    font-size: 15px;
    margin: 0;
}
.single-footer-widget .subscribe-box .text p span{
    color: #e9212e;
}










/*** 
=============================================
    Topbar Style3 Area style
=============================================
***/
.topbar-style3-area {
    position: relative;
    display: block;
    border-bottom: 1px solid #ededed;
    padding: 12px 0;
}
.topbar-style3-content {
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
}
.topbar-style3-left{
    position: relative;
    display: block;    
}
.topbar-style3-left ul{}
.topbar-style3-left ul li{
    display: inline-block;
    float: left;
    margin-right: 30px;
    line-height: 28px;
}
.topbar-style3-left ul li:last-child{
    margin-right: 0;
}
.topbar-style3-left ul li a{
    color: #7c7e84;
    font-size: 15px;
    font-weight: 400;
    transition: all 500ms ease;
}
.topbar-style3-left ul li a:hover{
    color: #e9212e;
}

.topbar-style3-right {
    position: relative;
    display: block;
    max-width: 270px;
    width: 100%;
}
.topbar-style3-right ul {
    position: relative;
    display: block;
    overflow: hidden;
    float: left;
    border-right: 1px solid #dadada;
    padding-right: 20px;
}
.topbar-style3-right ul li{
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 20px;
    line-height: 28px;
}
.topbar-style3-right ul li:last-child{
    margin-right: 0;
}
.topbar-style3-right ul li a{
    color: #7c7e84;
    font-size: 14px;
    font-weight: 400;
}
.topbar-style3-right ul li a:hover{
    color: #e9212e;
}



/*** 
=============================================
    Header Style3 Area style
=============================================
***/
.header-style3-area{
    position: relative;
    display: block;
}
.header-style3-content{
    position: relative;
    display: block;
    overflow: hidden;
}
.logo-box-style3 {
    position: relative;
    display: block;
    margin: 30px 0;
}
.logo-box-style3 a{
    display: inline-block;
}

.header-contact-info.style2 {
    position: relative;
    display: block;
    padding-left: 90px;
    border-left: none;
    margin: 27px 0 28px;
}
.header-contact-info.style2 li:last-child {
    margin-right: 0;
    padding-right: 0;
    border: none;
}


.header-call-button {
    position: relative;
    display: block;
    width: 270px;
    background: #e9212e;
    text-align: right;
    padding: 30px 30px 30px;
    z-index: 1;
}
.header-call-button:before{
    position: absolute;
    left: 30px;
    bottom: 0;
    right: 30px;
    height: 1px;
    background: #ea5f68;
    content: "";
}
.header-call-button .inner{
    position: relative;
    display: block;
    padding-right: 60px;
}
.header-call-button .inner .icon {
    position: absolute;
    top: 0;
    right: 0;
    transform: rotateY(180deg);
}
.header-call-button .inner .icon span:before {
    color: #ffffff;
    font-size: 40px;
    line-height: 50px;
}
.header-call-button .inner .title{
    position: relative;
    display: block;
}
.header-call-button .inner .title span{
    color: #ffffff;
    font-size: 15px;
    font-weight: 400;
}
.header-call-button .inner .title h3{
    color: #ffffff;
    font-size: 18px;
    line-height: 22px;
    font-weight: 500;
    margin: 3px 0 0;
    font-family: 'Rubik', sans-serif;
}


/*** 
=============================================
    Mainmenu Style3 Area style
=============================================
***/
.mainmenu-style3-area{
    position: relative;
    display: block;   
    background: #27282c;
}
.mainmenu-style3-area.stricky-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99999999;
    background: #27282C;
    margin: 0;
    animation-name: menu_sticky;
    animation-duration: 0.60s;
    animation-timing-function: ease-out;
    transition: all .25s ease-in-out;
    -webkit-box-shadow: 0 0 15px rgba(0,0,0,0.10);
    -moz-box-shadow: 0 0 15px rgba(0,0,0,0.10);
    -ms-box-shadow: 0 0 15px rgba(0,0,0,0.10);
    -o-box-shadow: 0 0 15px rgba(0,0,0,0.10);
    box-shadow: 0 0 15px rgba(0,0,0,0.10);
}

.main-menu.style3 {
    position: relative;
    display: inline-block;
    border-left: 1px solid #1a1b1f;
}
.main-menu.style3 .navigation > li {
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 0;
    border-left: 1px solid #3d3e42;
    border-right: 1px solid #1a1b1f;
}
.main-menu.style3 .navigation > li:last-child{
    border-right: none;
}
.main-menu.style3 .navigation > li > a {
    color: #ffffff;
    padding: 30px 35px 26px;
}
.main-menu.style3 .navigation > li:last-child > a{
    padding-right: 0;
}
.main-menu.style3 .navigation > li:hover > a, 
.main-menu.style3 .navigation > li.current > a {
    color: #e9212e; 
}

.mainmenu-right.style3 {
    position: relative;
    display: inline-block;
    float: right;
    margin: 0;
}
.mainmenu-right.style3 .button a {
    line-height: 70px;
    width: 270px;
    padding: 0;
    text-align: center;
}
.mainmenu-right.style3 .button a:hover{
    background: #232427;
}



/*** 
=============================================
    Featured Area style
=============================================
***/
.featured-area {
    position: relative;
    display: block;
    margin-top: -160px;
    z-index: 10;
    background: transparent;
}
.single-featured-box{
    position: relative;
    display: block;
    padding-top: 50px;
    max-width: 370px;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}
.single-featured-box .inner{
    position: relative;
    display: block;
    background: #e9212e;
    transition: all 300ms ease 100ms;
}
.single-featured-box .inner .img-holder {
    position: relative;
    display: block;
    width: 255px;
    height: 270px;
    float: right;
}
.single-featured-box .inner .static-content {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: block;
    padding-top: 125px;
    padding-left: 30px;
    opacity: 1;
    visibility: visible;
    z-index: 1;
    transform: translateY(0px);
    transition: all 500ms ease 100ms;
}
.single-featured-box:hover .inner .static-content{
    opacity: 0;
    visibility: hidden;
    transform: translateY(50%);
    transition: all 900ms ease 100ms;  
}

.single-featured-box .icon{
    position: relative;
    display: block;
    padding-bottom: 20px;
}
.single-featured-box .icon img{
    position: relative;
    display: block;
    width:80px;
}
.single-featured-box .icon span:before{
    color: #ffffff;
    font-size: 60px;
    line-height: 60px;
}
.single-featured-box .title{
    position: relative;
    display: block;    
}
.single-featured-box .title h3{
    color: #ffffff;
    font-weight: 600;
}

.single-featured-box .inner .overlay-content {
    position: absolute;
    top: -50px;
    left: 0;
    bottom: 0;
    right: 0;
    display: block;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    z-index: 3;
    background: #27282c;
    transition: all 300ms ease 100ms;
    opacity: 0;
    visibility: hidden;
    transform: translateY(100%);
    transition: all 500ms ease 100ms;
}
.single-featured-box:hover .inner .overlay-content{
    opacity: 1;  
    visibility: visible; 
    transform: translateY(0%);
    transition: all 600ms ease 100ms;  
}
.single-featured-box .inner .overlay-content .icon span:before{
    color: #e9212e;
}
.single-featured-box .inner .overlay-content .text{
    position: relative;
    display: block;
    padding-top: 8px;
    padding-bottom: 0px;
}
.single-featured-box .inner .overlay-content .text p{
    color: #ffffff;
    margin: 0 0 10px;
}
.single-featured-box .inner .overlay-content .text a{
    color: #ffffff;    
}

.single-featured-box .overlay-content .overlay-image{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 255px;
    height: 00px;
    opacity: 0;
    transform: scale(0.5);
    transition: all 500ms ease 100ms;
}
.single-featured-box:hover .overlay-content .overlay-image{
    opacity: 1;
    height: 270px;
    transform: scale(1.0); 
    transition: all 600ms ease 500ms;  
}


.about-style3-content{
    position: relative;
    display: block;
    padding-top: 110px;
    padding-bottom: 110px;
}
.about-style3-content .sec-title{
    padding-bottom: 40px;
    margin: 0;
}
.about-style3-content .sec-title p {
    margin: 15px 0 27px;
}
.about-style3-content .button{}
.about-style3-content .button a{
    padding: 0 40px;
    margin: 0 13px;
}
.about-style3-content .button a.black{
    background: #27282c;
}
.about-style3-bg {
    position: absolute;
    left: 0;
    top: -60px;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    z-index: -1;
    opacity: 1;
}
@-webkit-keyframes banner-animate {
    0% {
    -webkit-transform: translateX(-300px);
    transform: translateX(-300px);
    }

    50% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
    }

    100% {
    -webkit-transform: translateX(-300px);
    transform: translateX(-300px);
    }
}
@keyframes banner-animate {
    0% {
    -webkit-transform: translateX(-300px);
    transform: translateX(-300px);
    }

    50% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
    }

    100% {
    -webkit-transform: translateX(-300px);
    transform: translateX(-300px);
    }
}
.banner-animate {
    animation-name: banner-animate; 
    animation-duration: 70s; 
    animation-iteration-count: infinite;
    animation-timing-function: linear;
	-webkit-animation-name: banner-animate; 
    -webkit-animation-duration: 70s; 
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
	
	-moz-animation-name: banner-animate; 
    -moz-animation-duration: 70s; 
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
	
	-ms-animation-name: banner-animate; 
    -ms-animation-duration: 70s; 
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
	
	-o-animation-name: banner-animate; 
    -o-animation-duration: 70s; 
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}



/*** 
=============================================
    Services Style2 Area style
=============================================
***/
.services-style2-area {
    position: relative;
    display: block;
    background: #f6f6f6;
    padding: 110px 0 108px;
    z-index: 1;
}
.services-style2-area:before{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 407px;
    background: #ffffff;
    content: "";
    z-index: -1;
}
.single-service-style2 .img-holder{
    position: relative;
    display: block;
    overflow: hidden; 
    z-index: 1;
}
.single-service-style2 .img-holder img {
    width: 100%;
    transform: scale(1.01);
    transition: all 700ms ease;
}
.single-service-style2:hover .img-holder img {
    transform: scale(1.2);    
}
.single-service-style2:hover .overlay-style-two{
	opacity: 1;
}
.single-service-style2 .img-holder .overlay-style-two:before{
	background-color: rgba(40, 41, 46, 0.90);
}
.single-service-style2:hover .img-holder .overlay-style-two:before{
	opacity: 1;
    transform: perspective(400px) rotateX(0deg);
    transition: all 700ms ease 100ms;	
}
.single-service-style2 .img-holder .overlay-style-two:after{
	background-color: rgba(40, 41, 46, 0.90);
}
.single-service-style2:hover .img-holder .overlay-style-two:after{
	opacity: 1;
    transform: perspective(400px) rotateX(0deg);
    transition: all 700ms ease 300ms;	
}

.single-service-style2 .text-holder{
    position: relative;
    display: block;
    background: transparent;
    z-index: 10;
}
.single-service-style2 .text-holder .icon-holder {
    position: relative;
    display: block;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    margin: -55px auto 0;
    border: 4px dotted #c9c9c9;
    background: #ffffff;
    text-align: center;
    z-index: 2;
}
.single-service-style2 .text-holder .icon-holder span:before {
    display: block;
    color: #b3b3b3;
    font-size: 50px;
    line-height: 102px;
}

.single-service-style2 .text-holder .inner{
    position: relative;
    display: block;
    padding: 26px 0px 0px;
    text-align: center;
    background: #ffffff;
    z-index: 1;
}
.single-service-style2 .text-holder .inner:before {
    position: absolute;
    top: -55px;
    left: 0;
    bottom: 0;
    right: 0;
    background: #ffffff;
    content: "";
    z-index: -1;
}
.single-service-style2 .text-holder .inner h3{
    color: #27282c;
    font-weight: 600;
    margin: 0 0 18px;
}
.single-service-style2 .text-holder .inner .text {
    position: relative;
    display: block;
    padding: 0 30px 32px;
}
.single-service-style2 .text-holder .inner .text p{
    margin: 0;
}
.single-service-style2 .text-holder .inner .read-more a{
    color: #27282c;
    background: #f6f6f6;
    display: block;
}


.services-style2-content{
	overflow: hidden;
}
.services-style2-content .owl-carousel{
	display: block;
	max-width: 370px;
	width: 100%;
	margin: 0 auto;
}
.services-style2-content .owl-carousel .owl-stage-outer{
	overflow: visible;
	padding: 0px 0px 43px;
}
.services-style2-content .owl-carousel .owl-stage-outer .owl-item.active .overlay-style-two{
	opacity: 1;
}
.services-style2-content .owl-carousel .owl-stage-outer .owl-item.active .overlay-style-two:before{
	opacity: 1;
    transform: perspective(400px) rotateX(0deg);
    transition: all 700ms ease 300ms;	
}
.services-style2-content .owl-carousel .owl-stage-outer .owl-item.active .overlay-style-two:after{
	opacity: 1;
    transform: perspective(400px) rotateX(0deg);
    transition: all 700ms ease 500ms;	
}
.services-style2-content .owl-carousel .owl-stage-outer .owl-item.active .single-service-style2 .text-holder .icon-holder {
    border: 4px dotted #e9212e;
    transition: all 700ms ease 700ms;
}
.services-style2-content .owl-carousel .owl-stage-outer .owl-item.active .single-service-style2 .text-holder .icon-holder span:before {
    color: #e9212e;
    transition: all 700ms ease 800ms;
}
.services-style2-content .owl-carousel .owl-stage-outer .owl-item.active .single-service-style2 .text-holder .inner .read-more a{
    color: #ffffff;
    background: #e9212e;
    transition: all 700ms ease 900ms;
}

.services-carousel .owl-dots {
    position: relative;
    display: block !important;
    margin-top: 0px !important;
    line-height: 14px;
}
.services-carousel .owl-dots .owl-dot{
	background-image: none;
	width: 20px;
	height: 5px;
	margin: 0px 10px;
    background: #e1e1e1;
    border: 2px solid #e1e1e1;
	padding: 0px;
	border-radius: 0%;
	transition: all 500ms ease;
	display: inline-block;
}
.services-carousel .owl-dots .owl-dot span{
	display:none;	
}
.services-carousel .owl-dots .owl-dot.active{
	background: #e9212e;
    border-color: #e9212e;
}



/*** 
=============================================
    Latest Projects Area style
=============================================
***/
.latest-projects-area{
    position: relative;
    display: block;
    background: #27282c;
    width: 100%;
    padding: 110px 60px 104px;
}
.latest-projects-v3{
    padding: 0;
}
.single-project-style3 .img-holder{
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 10;
}
.single-project-style3 .img-holder img{
    width: 100%;
    transform: scale(1.01);
    transition: all 700ms ease;
}
.single-project-style3:hover .img-holder img {
    transform:scale(1.2) rotate(2deg);	
}
.single-project-style3 .overlay-content{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(0, 0, 0, 0.70);
    transform: scaleX(0);
    border: 4px solid #e9212e;
    transition: all 700ms ease 100ms;
    z-index: 3;
}
.single-project-style3:hover .overlay-content{
    transform: scaleY(1);
}
.single-project-style3 .overlay-content .inner-content{
    display: table;
    width: 100%;
    height: 100%;
}
.single-project-style3 .overlay-content .inner-content .links-icons{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    transform: scale(0);
    transition: all 700ms ease 500ms;
}
.single-project-style3:hover .overlay-content .inner-content .links-icons{
    transform: scale(1.0);    
}
.single-project-style3 .overlay-content .inner-content .links-icons a span:before{
    position: relative;
    display: block;
    width: 35px;
    height: 35px;
    margin: 0 auto;
    color: #ffffff;
    font-size: 35px;
    line-height: 35px;
    font-weight: 400;
    transition: all 500ms ease;
}
.single-project-style3 .overlay-content .inner-content .links-icons a:hover span:before{
    color: #e9212e;    
}

.single-project-style3 .title-holder{
    position: relative;
    display: block;
    padding-top: 24px;
}
.single-project-style3 .title-holder span{
    color: #7c7e84;
}
.single-project-style3 .title-holder h3{
    color: #ffffff;
    font-weight: 600;
    margin: 3px 0 0;
}

.project-carousel-v3.owl-carousel .owl-nav {
    position: absolute;
    top: -115px;
    display: block;
    left: 0;
    right: 0;
    max-width: 1170px;
    width: 100%;
    margin: 0 auto;
}
.project-carousel-v3.owl-carousel .owl-nav [class*="owl-"] {
    position: absolute;
    right: 0;
    display: inline-block;
    background: transparent;
    width: 55px;
    height: 55px;
    border: 1px solid #3f3f42;
    line-height: 54px;
    margin: 0;
    padding: 0;
    transition: all 700ms ease 100ms;
    border-radius: 50%;
}
.project-carousel-v3.owl-carousel .owl-nav .owl-prev {
    right: 65px;
}
.project-carousel-v3.owl-carousel .owl-nav [class*="owl-"] i:before{
    color: #5e5e5e;
    font-size: 20px;
    font-weight: 400;
}
.project-carousel-v3.owl-carousel .owl-nav .owl-next {
    margin-left: 10px;
}
.project-carousel-v3.owl-carousel .owl-nav [class*="owl-"]:hover{
    border-color: #e9212e;
}



/*** 
=============================================
    Team Area style
=============================================
***/
.team-area {
    position: relative;
    display: block;
    padding-top: 110px;
    padding-bottom: 60px;
}
.view-all-member{
    position: relative;
    display: block;
    margin-top: 39px;    
}
.single-team-member {
    position: relative;
    display: block;
    margin-bottom: 50px;
    transition: all 500ms ease;
}
.single-team-member .img-holder {
    position: relative;
    display: block;
    overflow: hidden;
}
.single-team-member .img-holder img{
    width: 100%;
    transform: scale(1.0);
    transition: all 700ms ease;
}
.single-team-member:hover .img-holder img{
    transform:scale(1.05) rotate(0deg);	
}

.single-team-member .sociallinks {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    border-top: 4px solid #27282c;
    text-align: center;
    transition: all 900ms ease 100ms;
    transform-style: preserve-3d;
    transform: perspective(1200px) rotateX(-90deg) translateZ(-32px);
    opacity: 0;
}
.single-team-member:hover .sociallinks{
    opacity: 1;
    transform: perspective(1200px) rotateX(0deg) translateZ(0px);
    transition: all 900ms ease 300ms;
}
.single-team-member .sociallinks li {
    position: relative;
    display: inline-block;
    float: left;
    width: 20%;
    line-height: 60px;
    border-right: 1px solid #ededed;
}
.single-team-member .sociallinks li:last-child{
    border-right: none;
}
.single-team-member .sociallinks li a i{
    position: relative;
    display: block;
    background: #ffffff;
    color: #7c7e84;
    font-size: 14px;
    line-height: 60px;
    transition: all 500ms ease;
}
.single-team-member .sociallinks li a:hover i{
    color: #ffffff;
    background: #e9212e;
}

.single-team-member .overlay {
    position: absolute;
    top: 64px;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 3;
    background: rgba(0, 0, 0, 0.85);
    transition: all 900ms ease 100ms;
    opacity: 0;
    transform-style: preserve-3d;
    transform: perspective(1200px) rotateX(-90deg) translateZ(-32px);
}
.single-team-member:hover .overlay{
    opacity: 1;
    transform: perspective(1200px) rotateX(0deg) translateZ(0px);
    transition: all 900ms ease 300ms;    
}
.single-team-member .overlay .box{
    display: table;
    width: 100%;
    height: 100%;
}
.single-team-member .overlay .box .link{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.single-team-member .overlay .box .link a{
    color: #ffffff;    
}
.single-team-member .name {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 24px 0 24px;
    transition: all 700ms ease 600ms;
    -webkit-box-shadow: 0px 3px 7px 1px #f3f3f3; 
    box-shadow: 0px 3px 7px 1px #f3f3f3;
}
.single-team-member:hover .name{
    -webkit-box-shadow: 0px 3px 15px 1px #F3F3F3; 
    box-shadow: 0px 3px 15px 1px #F3F3F3; 
}
.single-team-member .name p {
    position: relative;
    display: inline-block;
    background: #ffffff;
    margin: 0;
    line-height: 20px;
    padding: 0 30px;
    z-index: 1;
}
.single-team-member .name p:before {
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    height: 1px;
    background: #ededed;
    content: "";
    z-index: -1;  
}
.single-team-member .name p span {
    position: relative;
    display: inline-block;
    background: #ffffff;
    padding: 0 10px;
    color: #828282;
    line-height: 20px;
    margin: 0;
    z-index: 2;
}
.single-team-member .name h3{
    color: #27282c;
    font-weight: 600;
    margin: 8px 0 0;
}



/*** 
=============================================
    Testimonial style3 area style
=============================================
***/
.testimonial-style3-area{
    position: relative;
    display: block;
    background: #f6f6f6;
    padding: 110px 0 60px;
}
.single-testimonial-style3{
    position: relative;
    display: block;
    padding-left: 20px;
    z-index: 1;
}
.single-testimonial-style3:before{
    position: absolute;
    top: 20px;
    left: 0;
    bottom: -20px;
    right: 20px;
    border: 1px solid #dadada;
    content: "";
    z-index: -1;
}
.single-testimonial-style3 .inner-content{
    position: relative;
    display: block;
    background: #ffffff;
    padding: 50px 40px 48px; 
    z-index: 1;
}
.single-testimonial-style3 .inner-content:before {
    font-family: 'icomoon';
    position: absolute;
    bottom: 38px;
    right: 40px;
    content: "\e906";
    color: #f6f6f6;
    font-size: 120px;
    line-height: 90px;
    z-index: -1;
}

.single-testimonial-style3 .client-info{
    position: relative;
    display: block;
}
.single-testimonial-style3 .client-info .image{
    width: 50px;
}
.single-testimonial-style3 .client-info .image img{
    border-radius: 50%;
}
.single-testimonial-style3 .client-info .image,
.single-testimonial-style3 .client-info .title{
    display: table-cell;
    vertical-align: middle;
}
.single-testimonial-style3 .client-info .title{
    padding-left: 20px;
}
.single-testimonial-style3 .client-info .title h3{
    color: #27282c;
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 2px;
}
.single-testimonial-style3 .client-info .title span{
    color: #e9212e;
}
.single-testimonial-style3 .text-box{
    position: relative;
    display: block;
    padding-top: 20px;
    padding-bottom: 21px;
}
.single-testimonial-style3 .text-box p{
    line-height: 28px;
    margin: 0;
}

.testimonial-carousel-2.owl-carousel .owl-stage-outer {
    padding: 0px 0px 63px;
}
.testimonial-carousel-2 .owl-dots {
    position: relative;
    display: block !important;
    margin-top: 0px !important;
    line-height: 14px;
}
.testimonial-carousel-2 .owl-dots .owl-dot{
	background-image: none;
	width: 20px;
	height: 5px;
	margin: 0px 10px;
    background: #e1e1e1;
    border: 2px solid #e1e1e1;
	padding: 0px;
	border-radius: 0%;
	transition: all 500ms ease;
	display: inline-block;
}
.testimonial-carousel-2 .owl-dots .owl-dot span{
	display:none;	
}
.testimonial-carousel-2 .owl-dots .owl-dot.active{
	background: #e9212e;
    border-color: #e9212e;
}
.testimonial-style3-area .owl-nav{
    display: none;
}


.brand-style3{
    padding-top: 30px; 
}
.single-brand-item.style3{
    max-width: 170px;
    width: 100%;
    float: left;
    margin-right: 30px;
}
.single-brand-item.style3 a {
    display: block;
    background: transparent;
    text-align: center;
    transition: all 700ms ease 200ms;
}
.single-brand-item.style3:last-child{
    margin-right: 0;
}
.single-brand-item.style3 a:hover{
    box-shadow: none; 
}



/*** 
=============================================
    Home Google Map Area style
=============================================
***/
.home-google-map-area{
    position: relative;
    display: block;
}
.home-google-map-area .container-fluid{
    padding: 0;
}
#home-google-map {
    height: 550px;
    width: 100%;
}



/*** 
=============================================
    Footer Area style3 style
=============================================
***/
.footer-area.style3 {
    padding: 110px 0 100px;
}
.single-footer-widget .our-info-box.style2 .text{
    padding: 0;
}
.single-footer-widget .our-info-box .more-info-about-company {
    color: #ffffff;
    margin-top: 26px;
    display: inline-block;
}

.single-footer-widget .work-gallery {
    position: relative;
    display: block;
    overflow: hidden;
    margin-left: -7.5px;
    margin-right: -7.5px;
}
.single-footer-widget .work-gallery li {
    position: relative;
    display: inline-block;
    float: left;
    margin: 0 7.5px 15px;
}
.single-footer-widget .work-gallery li .img-holder {
    position: relative;
    display: block;
    overflow: hidden;
}
.single-footer-widget .work-gallery li .img-holder img{
    transition: all 0.5s ease-in-out 0.6s;
    width: 100%;
    transform: scale(1.1, 1.1); 
}
.single-footer-widget .work-gallery li:hover .img-holder img{
    transform: scale(1.2, 1.2);
} 
.single-footer-widget .work-gallery li:hover .img-holder .overlay-style-one{
    opacity: 1;    
}
.single-footer-widget .work-gallery li .img-holder .overlay-style-one .content a i{
    color: #ffffff;
    font-size: 18px;
    filter: alpha(opacity=0);
    opacity: 0;
    transform: scale(3);
    transition: all 0.3s ease-in-out 0.3s;
}
.single-footer-widget .work-gallery li:hover .img-holder .overlay-style-one .content a i{
    filter: alpha(opacity=100);
    opacity: 1;
    transform: scale(1);
    transition-delay: 0.1s;   
}
.single-footer-widget .work-gallery li .img-holder .overlay-style-one .content a:hover i{
    color: #222222;
}



/*** 
=============================================
    Footer Bottom Area Style2 Style      
=============================================
***/
.footer-bottom-area.style2 {
    background: #1f1f23;
}
.footer-social-links.clr-white span{
    color: #ffffff;
}








/*** 
=============================================
    Company Overview Area Style      
=============================================
***/
.company-overview-area{
    position: relative;
    display: block;
    padding: 105px 0 116px;
    z-index: 1;
}
.company-overview-area:before{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 580px;
    background: #f6f6f6;
    content: "";
    z-index: -1;
}
.intro-box {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    margin-bottom: 70px;
}
.intro-box .sec-title{
    position: relative;
    display: block;
    max-width: 530px;
    width: 100%;
    margin: 0;
    padding: 0;
}
.intro-box .text{
    position: relative;
    display: block;
    max-width: 640px;
    width: 100%;
}
.intro-box .text p{
    margin: 0;
}


.fact-counter{
    padding-top: 90px;
}
.single-fact-counter {
    position: relative;
    display: block;
    width: 100%;
}
.single-fact-counter .count-box {
    position: relative;
    width: 90px;
    padding-left: 35px;
    z-index: 1;
}
.single-fact-counter .count-box:before {
    position: absolute;
    top: -8px;
    left: 0;
    width: 70px;
    height: 70px;
    background: #ffffff;
    content: "";
    z-index: -1;
}
.single-fact-counter .count-box h1{
    color: #27282c;
    font-size: 48px;
    line-height: 40px;
    font-weight: 400;
    font-family: 'Rubik', sans-serif;
}
.single-fact-counter .count-box h1 span{
    display: inline-block;
    float: left;
}
.single-fact-counter .count-box h1 img{
    display: inline-block;
    float: left;
    padding-left: 1px;
}
.single-fact-counter .count-box,
.single-fact-counter .title{
    display: table-cell;
    vertical-align: middle;
}
.single-fact-counter .title{
    padding-left: 20px;
}
.single-fact-counter .title h3 {
    color: #27282c;
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
}



/*** 
=============================================
    team Area Style      
=============================================
***/
.view-all-member.style2 {
    margin: 0px 0 0;
}
.view-all-member.style2 a{
    line-height: 56px;
}



/*** 
=============================================
    Footer Area Style4 Style      
=============================================
***/
.footer-area.style4 {
    padding: 110px 0 160px;
    z-index: 10;
}



/*** 
=============================================
    Footer Contact Info Area Style      
=============================================
***/
.footer-contact-info-area {
    position: relative;
    display: block;
    background: transparent;
    margin: -60px 0 -60px;
    z-index: 100;
}
.footer-contact-info{
    position: relative;
    display: block;
    background: #ffffff;
}
li .footer-contact-info{}
li .single-footer-contact-info {
    position: relative;
    display: inline-block;
    float: left;
    max-width: 385px;
    width: 100%;
    border-right: 1px solid #ededed;
}
li:last-child .single-footer-contact-info {
    border-right: 0px solid;
}

li .single-footer-contact-info .inner {
    position: relative;
    display: block;
    padding: 35px 40px 30px;
}

li .single-footer-contact-info .icon{
    width: 60px;
}
li .single-footer-contact-info .icon span:before{
    color: #2f3033;
    font-size: 50px;
    transition: all 500ms ease;
}
li .single-footer-contact-info:hover .icon span:before{
    color: #e9212e;
}
li .single-footer-contact-info .icon,
li .single-footer-contact-info .text{
    display: table-cell;
    vertical-align: middle;
}
li .single-footer-contact-info .text p{
    color: #828282;
    margin: 0;
}
li .single-footer-contact-info .text p span{
    color: #27282c;
}



/*** 
=============================================
    Footer bottom Area Style3 Style      
=============================================
***/
.footer-bottom-area.style3 {
    position: relative;
    display: block;
    padding: 88px 0 28px;
    background: #1f1f23;
    z-index: 10;
}



/*** 
=============================================
    Faq Area style
=============================================
***/
.faq-area{
    position: relative;
    display: block;
    padding: 110px 0 110px;
}
.faq-content-box {
    position: relative;
    display: block;
    background: #f6f6f6;
    padding: 60px 60px 40px;
}



/*** 
=============================================
    Error Page Area Style      
=============================================
***/
.error-page-area{
    position: relative;
    display: block;
    background: #f6f6f6;
    padding: 145px 0 150px;
}
.error-content{
    position: relative;
    display: block;
    z-index: 3;
}
.error-content span{
    color: #828282;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}
.error-content .title{
    position: relative;
    display: block;
    color: #e9212e;
    font-size: 180px;
    line-height: 150px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 13px 0 14px;
}
.error-content p{
    font-size: 18px;
    line-height: 28px;
    margin: 0 0 32px;
}
.error-content .button{}
.error-content .button a {
    width: 270px;
}



/*** 
=============================================
    Services Style2 Service Page Style      
=============================================
***/
.services-style2-service-page{
    position: relative;
    display: block;
    padding-top: 110px;
    padding-bottom: 70px;
}
.services-style2-service-page .sec-title{
    position: relative;
    display: block;
}
.services-style2-service-page .text {
    position: relative;
    display: block;
    margin-top: 10px;
}
.services-style2-service-page .text p{
    font-size: 17px;
    line-height: 27px;
    margin: 0;
}
.single-service-style2{
    margin-bottom: 40px;
}
.single-service-style2:hover .text-holder .icon-holder {
    border: 4px dotted #e9212e;
    transition: all 700ms ease 700ms;
}
.single-service-style2:hover .text-holder .icon-holder span:before {
    color: #e9212e;
    transition: all 700ms ease 800ms;
}
.single-service-style2:hover .text-holder .inner .read-more a{
    color: #ffffff;
    background: #e9212e;
    transition: all 700ms ease 900ms;
}



/*** 
=============================================
    Services Style1 Service Page Style      
=============================================
***/
.services-style1-service-page{
    position: relative;
    display: block;
    background: #f6f6f6;
    padding: 110px 0 60px;
}
.single-service-style1 .text-holder.bg-white {
    position: relative;
    display: block;
    border: 1px solid #ededed;
    padding: 35px 30px 28px;
    background: #ffffff;
}
.single-service-style1 .text-holder.bg-white .overlay-content .read-more a span:before {
    position: absolute;
    left: auto;
    right: 30px;
    transform: scale(0);
    transition: all 300ms ease 100ms;
}
.single-service-style1:hover .text-holder.bg-white .overlay-content .read-more a span:before{
    transform: scale(1.0);
    transition: all 900ms ease 900ms;
}



/*** 
=============================================
    Testimonial Style3 Service Page Style      
=============================================
***/
.testimonial-style3-service-page{
    position: relative;
    display: block;
    background: #ffffff;
    padding: 110px 0 110px;
}
.testimonial-style3-service-page .sec-title {
    padding-bottom: 40px;
}
.testimonial-style3-service-page .single-testimonial-style3:before {
    position: absolute;
    top: 20px;
    left: 0;
    bottom: -20px;
    right: 30px;
    border: 1px solid #ededed;
    content: "";
    z-index: -1;
}
.testimonial-style3-service-page .single-testimonial-style3 .inner-content {
    background: #ffffff;
    padding: 50px 40px 48px;
    -webkit-box-shadow: 0px 2px 7px 3px #f6f6f6; 
    box-shadow: 0px 2px 7px 3px #f6f6f6;
    margin-top: 10px;
    margin-right: 10px;
}

.testimonial-style3-service-page .testimonial-carousel-2.owl-carousel .owl-stage-outer {
    padding: 0px 0px 20px;
}
.testimonial-style3-service-page .testimonial-carousel-2 .owl-dots {
    display: none !important;
}
.testimonial-style3-service-page .owl-carousel .owl-nav {
    position: absolute;
    top: -115px;
    left: auto;
    right: 10px;
    max-width: 1170px;
    width: 100%;
}
.testimonial-style3-service-page .owl-carousel .owl-nav [class*="owl-"] {
    position: absolute;
    right: 0;
    display: inline-block;
    background: transparent;
    width: 55px;
    height: 55px;
    border: 1px solid #ededed;
    line-height: 54px;
    margin: 0;
    padding: 0;
    transition: all 700ms ease 100ms;
    border-radius: 50%;
}
.testimonial-style3-service-page .owl-carousel .owl-nav .owl-prev {
    right: 65px;
}
.testimonial-style3-service-page .owl-carousel .owl-nav [class*="owl-"] i:before{
    color: #bfbfbf;
    font-size: 20px;
    font-weight: 400;
    transition: all 500ms ease;
}
.testimonial-style3-service-page .owl-carousel .owl-nav [class*="owl-"]:hover i:before{
    color: #ffffff;
}
.testimonial-style3-service-page .owl-carousel .owl-nav .owl-next {
    margin-left: 10px;
}
.testimonial-style3-service-page .owl-carousel .owl-nav [class*="owl-"]:hover{
    background: #e9212e;
    border-color: #e9212e;
}



/*** 
=============================================
    Single Service Area style
=============================================
***/
.single-service-area{
    position: relative;
    display: block;
    padding: 110px 0 110px;
}
.single-service-top {
    position: relative;
    display: block;
}
.single-service-image-box{
    position: relative;
    display: block;
}
.single-service-image-box img{
    width: 100%;
}

.single-service-top .text {
    position: relative;
    display: block;
    padding-top: 41px;
    padding-bottom: 26px;
}
.single-service-top .text h2{
    color: #27282c;
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
    text-transform: uppercase;
}
.single-service-top .text .inner{
    position: relative;
    display: block;
    padding-top: 14px;
}


.advantages-content{
    position: relative;
    display: block;
}
.single-advantages-box{
    position: relative;
    display: block;
    border: 1px solid #ededed;
    text-align: center;
    transition: all 700ms ease 500ms;
}
.single-advantages-box:hover{
    -webkit-box-shadow: 0px 4px 13px 0px #D4D4D4; 
    box-shadow: 0px 4px 13px 0px #D4D4D4;
}
.single-advantages-box .inner {
    position: relative;
    display: block;
    padding: 29px 0 23px;
    overflow: hidden;
}
.single-advantages-box .static-content{
    position: relative;
    display: block;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    transition: all 700ms ease 200ms;
}
.single-advantages-box:hover .static-content{
    opacity: 0;
    transform: translateY(-40%); 
    transition: all 700ms ease 200ms;    
}
.single-advantages-box .icon-holder{
    position: relative;
    display: block;
    padding-bottom: 26px;
}
.single-advantages-box .icon-holder span:before{
    color: #e9212e;
    font-size: 65px;
    line-height: 65px;
}
.single-advantages-box .title{
    position: relative;
    display: block;    
}
.single-advantages-box .title h3{
    color: #27282c;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
}
.single-advantages-box .overlay-text{
    position: absolute;
    top: -1px;
    left: -1px;
    bottom: -1px;
    right: -1px;
    background: #e9212e;
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    transition: all 700ms ease 200ms;
}
.single-advantages-box:hover .overlay-text{
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    transition: all 700ms ease 200ms;    
}
.single-advantages-box .overlay-text .box{
    display: table;
    width: 100%;
    height: 100%;
}
.single-advantages-box .overlay-text .box .inner-text{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding: 0 10px;
}
.single-advantages-box .overlay-text .box .inner-text p{
    color: #ffffff;
    margin: 0;
}

.how-work-box{
    position: relative;
    display: block;
    padding-top: 80px;
}
.how-work-box .image-box{
    position: relative;
    display: block;
}
.how-work-box .image-box img{
    width: 100%;
}
.how-work-box .how-works-content{
    position: relative;
    display: block;
}
.how-work-box .how-works-content h2{
    color: #27282c;
    font-size: 24px;
    font-weight: 700;
    margin-top: -5px;
    text-transform: uppercase;
}
.how-work-box .how-works-content ul{
    position: relative;
    display: block;
    overflow: hidden;
    padding-top: 28px;
}
.how-work-box .how-works-content ul li{
    position: relative;
    display: block;
    padding-left: 20px;
    margin-bottom: 26px;
}
.how-work-box .how-works-content ul li:last-child{
    margin-bottom: 0;
}
.how-work-box .how-works-content ul li .icon {
    position: absolute;
    top: 6px;
    left: 1px;
}
.how-work-box .how-works-content ul li .icon span:before{
    color: #e9212e;
    font-size: 20px;
}
.how-work-box .how-works-content ul li .text{
    position: relative;
    display: block;
    padding-left: 20px;
}
.how-work-box .how-works-content ul li .text span{
    color: #e9212e;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}
.how-work-box .how-works-content ul li .text h3{
    color: #27282c;
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    margin: 2px 0 12px;
}
.how-work-box .how-works-content ul li .text p{
    margin: 0;
}


.concept-design-pricing-box {
    position: relative;
    display: block;
    padding-top: 64px;
}
.concept-design-pricing-box .title{
    display: block;
    padding-bottom: 32px;
}
.concept-design-pricing-box .title h2{
    color: #27282c;
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    text-transform: uppercase;
}
.concept-design-pricing-box .inner-content{
    position: relative;
    display: block;
}


.single-pricing-box{
    position: relative;
    display: block; 
    max-width: 370px;
    width: 100%;
    margin: 0 auto 30px;
}
.single-pricing-box .inner{
    position: relative;
    display: block;
    overflow: hidden;
}
.single-pricing-box .inner .img-box{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.single-pricing-box .inner .img-box:before{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(40, 41, 46, 0.95);
    z-index: 1;
}
.single-pricing-box .inner .img-box img{
    width: 100%;
    height: 100%;
}
.single-pricing-box .static-content{
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 3;
    opacity: 1;
    transform: translateX(0%) translateY(0%) scale(1.0); 
    transition: all 700ms ease 100ms;
}
.single-pricing-box:hover .static-content{
    opacity: 0;
    transform: translateX(0%) translateY(70%) scale(0.5); 
    transition: all 900ms ease 100ms;
}

.single-pricing-box .static-content .table-header {
    position: relative;
    display: block;
    padding-top: 46px;
}
.single-pricing-box .static-content .table-header .top {
    position: relative;
    display: block;
    padding-bottom: 25px;
}
.single-pricing-box .static-content .table-header .top h3{
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 3px;
}
.single-pricing-box .static-content .table-header .top span{
    color: #ffffff;    
}
.single-pricing-box .static-content .table-header .top span b{
    color: #e9212e;    
}
.single-pricing-box .static-content .table-header .package {
    position: relative;
    display: block;
}
.single-pricing-box .static-content .table-header .package h1 {
    color: #e9212e;
    font-size: 60px;
    line-height: 50px;
    font-weight: 500;
    font-family: 'Rubik', sans-serif;
}
.single-pricing-box .static-content .table-header .package span {
    position: relative;
    top: -17px;
    display: inline-block;
    font-size: 32px;
    line-height: 32px;
    padding-right: 2px;
}
.single-pricing-box .static-content .table-header .package p{
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 8px 0 0;
    font-family: 'Poppins', sans-serif;
}
.single-pricing-box .static-content .button{
    position: relative;
    display: block;
    padding-top: 32px;
    padding-bottom: 50px;
}
.single-pricing-box .static-content .button a{}

.single-pricing-box .inner .overlay-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    display: block;
    z-index: 10;
    padding: 40px 40px 0px;
    opacity: 0;
    transform-style: preserve-3d;
    transform: perspective(1200px) rotateY(90deg) translateX(-1200px);
    transition: all 700ms ease 100ms;
}
.single-pricing-box:hover .inner .overlay-content{
    opacity: 1;
    transform: perspective(1200px) rotateY(0deg) translateX(0px);
    transition: all 900ms ease 100ms;
}
.single-pricing-box .overlay-content ul {
    position: relative;
    display: block;
    padding-bottom: 33px;
}
.single-pricing-box .overlay-content ul li{
    position: relative;
    display: block;
    color: #ffffff;
    line-height: 42px;
    padding-left: 30px;
}
.single-pricing-box .overlay-content ul li:before{
    position: absolute;
    top: 0;
    left: 0;
    font-family: FontAwesome;
    content: "\f058";
    color: #b3b9c8;
    font-size: 16px;
}
.single-pricing-box .overlay-content a{
    color: #ffffff;
}


.additional-information-box {
    position: relative;
    display: block;
    padding-top: 43px;
}
.additional-information-box .title{
    display: block;
    padding-bottom: 32px;    
}
.additional-information-box .title h2{
    color: #27282c;
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    text-transform: uppercase;    
}
.additional-information-box .additional-info-content-box {
    position: relative;
    display: block;
    background: #f6f6f6;
    padding: 40px 30px 20px;
}
.additional-info-content-box .accordion-box .accordion .accord-btn h4{
    font-size: 17px;
}

/*** 
=============================================
    Main Project Area style
=============================================
***/
.main-project-area{
    position: relative;
    display: block;
    background: #ffffff;
    padding: 108px 0 80px;
}
.project-filter {
    position: relative;
    display: block;
    text-align: center;
    margin-bottom: 44px;
}
.project-filter li {
    position: relative;
    display: inline-block;
}
.project-filter li + li {}
.project-filter li .filter-text {
    color: #27282c;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    display: block;
    padding: 8px 10px 8px;
    padding-right: 26px;
    cursor: pointer;
    transition: all .4s ease;
}
.project-filter li:hover .filter-text, 
.project-filter li.active .filter-text {
    color: #e9212e;
}
.project-filter li .count {
    position: absolute;
    top: -13px;
    right: 15%;
    color: #e9212e;
    font-size: 12px;
    line-height: 20px;
    font-weight: 700;
    display: inline-block;
    opacity: 0;
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    font-family: 'Poppins', sans-serif;
}
.project-filter li:hover .count, 
.project-filter li.active .count {
    opacity: 1;
    -webkit-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
}


.single-project-style4{
    position: relative;
    display: block;
    max-width: 370px;
    min-width: 300px;
    width: 100%;
    margin: 0 auto 30px;
}
.single-project-style4 .img-holder{
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 10;
}
.single-project-style4 .img-holder .inner {
    position: relative;
    display: block;
}
.single-project-style4 .img-holder .inner:before{
    position: absolute;
	top: -37px;
	left: -37px;
	bottom: -37px;
	right: -37px;
    content: '';
	border: 37px solid #ffffff;
	opacity: 1;
	transition: all 300ms ease 100ms;
	z-index: 1;
}
.single-project-style4:hover .img-holder .inner:before{
	left: 3px;
	top: 3px;
	bottom: 3px;
	right: 3px;
    transition: all 300ms ease 100ms;
}
.single-project-style4 .img-holder:before,
.single-project-style4 .img-holder:after {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    transform-origin: left top;
    transition: all 900ms ease 300ms;
    border-radius: 0px;
    z-index: 1;
}
.single-project-style4 .img-holder:before {
    transform: scale(0, 1);
    transform-origin: bottom center;
    border-top: 3px solid #27282c;
    border-bottom: 3px solid #27282c;
}
.single-project-style4:hover .img-holder:before {
    transform: scale(1, 1);
}
.single-project-style4 .img-holder:after {
    transform: scale(1, 0);
    transform-origin: left center;
    border-left: 3px solid #27282c;
    border-right: 3px solid #27282c;
}
.single-project-style4:hover .img-holder:after{
    transform: scale(1, 1);    
}
.single-project-style4 .img-holder img{
    width: 100%;
    transform: scale(1.0);
    transition: all 700ms ease;
}
.single-project-style4:hover .img-holder img {
    transform:scale(1.2) rotate(0deg);	 
}

.single-project-style4 .overlay-box{
    position: absolute;
    top: 40px;
    left: 40px;
    right: 40px;
    height: 280px;
    background: rgba(40, 41, 46, 0.90);
    z-index: 3;
    opacity: 0;
    transform:scale(0) rotate(0deg);	
    transition: all 700ms ease 300ms;
}
.single-project-style4:hover .overlay-box{
    opacity: 1; 
    transform:scale(1.0) rotate(0deg);	
    transition: all 700ms ease 500ms;
}
.single-project-style4 .overlay-box .box{
    display: table;
    width: 100%;
    height: 100%;
}
.single-project-style4 .overlay-box .box .link{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.single-project-style4 .overlay-box .box .link a span:before{
    color: #ffffff;
    font-size: 40px;
    line-height: 40px;
    transition: all 500ms ease;
}
.single-project-style4 .overlay-box .box .link a:hover span:before{
    color: #e9212e;    
}

.single-project-style4 .img-holder .overlay-content {
    position: absolute;
    left: 40px;
    right: 40px;
    bottom: 3px;
    height: 117px;
    background: #ffffff;
    z-index: 11;
    text-align: center;
    transition: all 700ms ease 300ms;
    opacity: 0;
    transform-style: preserve-3d;
    transform: perspective(1200px) rotateX(90deg) translateZ(-32px);
}
.single-project-style4:hover .img-holder .overlay-content {
    opacity: 1;
    transform: perspective(1200px) rotateX(0deg) translateZ(0px);
    transition: all 900ms ease 300ms;
}
.single-project-style4 .img-holder .overlay-content .title{
    position: relative;
    display: block;
    padding-top: 33px;
}
.single-project-style4 .img-holder .overlay-content .title span{
    color: #7c7e84;
}
.single-project-style4 .img-holder .overlay-content .title h3{
    font-size: 20px;
    font-weight: 600;
    margin: 3px 0 0;
}
.single-project-style4 .img-holder .overlay-content .title h3 a{
    color: #27282c;
    transition: all 500ms ease;
}
.single-project-style4 .img-holder .overlay-content .title h3 a:hover{
    color: #e9212e;       
}



/*** 
=============================================
    Main Project Area Style2 style
=============================================
***/
.main-project-area.style2{
    position: relative;
    display: block;
    padding-bottom: 110px;
}
.single-project-style5{
    position: relative;
    display: block;
    margin-bottom: 30px;
    -webkit-box-shadow: 0px 4px 8px 2px #f3f3f3; 
    box-shadow: 0px 4px 8px 2px #f3f3f3;
}
.single-project-style5 .img-holder{
    position: relative;
    display: block;
    overflow: hidden;
}
.single-project-style5 .img-holder .inner {
    position: relative;
    display: block;
}
.single-project-style5 .img-holder img{
    width: 100%;
    transform: scale(1.0);
    transition: all 700ms ease;
}
.single-project-style5:hover .img-holder img {
    transform:scale(1.2) rotate(2deg);	 
}
.single-project-style5 .overlay-box{
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0;
    background: rgba(40, 41, 46, 0.90);
    z-index: 3;
    opacity: 0;
    transform:scale(0) rotate(0deg);	
    transition: all 700ms ease 300ms;
}
.single-project-style5:hover .overlay-box{
    opacity: 1; 
    transform:scale(1.0) rotate(0deg);	
    transition: all 700ms ease 200ms;
}
.single-project-style5 .overlay-box .box{
    display: table;
    width: 100%;
    height: 100%;
}
.single-project-style5 .overlay-box .box .link{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.single-project-style5 .overlay-box .box .link a span:before{
    color: #ffffff;
    font-size: 40px;
    line-height: 40px;
    transition: all 500ms ease;
}
.single-project-style5 .overlay-box .box .link a:hover span:before{
    color: #e9212e;    
}

.single-project-style5 .title{
    position: relative;
    display: block;
    padding-top: 24px;
    padding-bottom: 24px;
    text-align: center;
}
.single-project-style5 .title span{
    color: #7c7e84;
}
.single-project-style5 .title h3{
    font-size: 20px;
    font-weight: 600;
    margin: 3px 0 0;
}
.single-project-style5 .title h3 a{
    color: #27282c;
    transition: all 500ms ease;
}
.single-project-style5 .title h3 a:hover{
    color: #e9212e;       
}



/*** 
=============================================
    Main Project Area Style3 style
=============================================
***/
.main-project-area.style3{
    position: relative;
    display: block;
    padding-bottom: 110px;    
}
.main-project-style3{
    padding: 0;
}
.main-project-style3 .mar0{
    margin: 0;
}
.main-project-style3 .pd0{
    padding: 0;
}

.single-project-style6{
    position: relative;
    display: block;
}
.single-project-style6 .img-holder{
    position: relative;
    display: block;
    overflow: hidden;
}
.single-project-style6 .img-holder img{
    width: 100%;
    transform: scale(1.01);
    transition: all 700ms ease;
}
.single-project-style6:hover .img-holder img {
    transform:scale(1.2) rotate(2deg);	
}
.single-project-style6 .overlay-content{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(40, 41, 46, 0.95);
    transform: scaleX(0);
    transition: all 700ms ease 100ms;
}
.single-project-style6:hover .overlay-content{
    transform: scaleY(1);
}
.single-project-style6 .overlay-content .inner-content{
    display: table;
    width: 100%;
    height: 100%;
}
.single-project-style6 .overlay-content .inner-content .title-box {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    opacity: 0;
    transform-style: preserve-3d;
    transform: perspective(1200px) rotateX(90deg) translateZ(-45px);
    transition: all 300ms ease 100ms;
}
.single-project-style6:hover .overlay-content .inner-content .title-box{
    opacity: 1;
    transform: translate3d(0px, 0px, 0px); 
    transition: all 700ms ease 500ms;
}
.single-project-style6 .overlay-content .inner-content .title-box span{
    color: #7c7e84;
}
.single-project-style6 .overlay-content .inner-content .title-box h3{
    font-size: 20px;
    font-weight: 600;
    margin: 3px 0 0;
}
.single-project-style6 .overlay-content .inner-content .title-box a {
    color: #ffffff;
    transition: all 500ms ease;
}
.single-project-style6 .overlay-content .inner-content .title-box a:hover{
    color: #e9212e;
}
.load-more-project-style3-button{
    position: relative;
    display: block;
    padding-top: 60px;
}



/*** 
=============================================
    Main Project Area Style4 style
=============================================
***/
.main-project-area.style4{
    position: relative;
    display: block;
    padding-bottom: 110px;    
}
.main-project-style4{
    padding-left: 60px;
    padding-right: 60px;
}
.main-project-style4 .row {
    margin-left: -30px;
    margin-right: -30px;
}
.main-project-style4 .row [class*=col-] {
    padding-left: 30px;
    padding-right: 30px;
}

.single-project-style7{
    position: relative;
    display: block;
    margin-bottom: 31px;
}
.single-project-style7 .img-holder{
    position: relative;
    display: block;
    overflow: hidden;
}
.single-project-style7 .img-holder img{
    width: 100%;
    transform: scale(1.01);
    transition: all 700ms ease;
}
.single-project-style7:hover .img-holder img {
    transform:scale(1.2) rotate(2deg);	
}
.single-project-style7 .overlay-content{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(40, 41, 46, 0.95);
    transform: scaleX(0);
    transition: all 700ms ease 100ms;
}
.single-project-style7:hover .overlay-content{
    transform: scaleY(1);
}
.single-project-style7 .overlay-content .inner-content{
    display: table;
    width: 100%;
    height: 100%;
}
.single-project-style7 .overlay-content .inner-content .title-box {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    opacity: 0;
    transform-style: preserve-3d;
    transform: perspective(1200px) rotateX(90deg) translateZ(-45px);
    transition: all 300ms ease 100ms;
}
.single-project-style7:hover .overlay-content .inner-content .title-box{
    opacity: 1;
    transform: translate3d(0px, 0px, 0px); 
    transition: all 700ms ease 500ms;
}
.single-project-style7 .overlay-content .inner-content .title-box span{
    color: #7c7e84;
}
.single-project-style7 .overlay-content .inner-content .title-box h3{
    font-size: 20px;
    font-weight: 600;
    margin: 3px 0 0;
}
.single-project-style7 .overlay-content .inner-content .title-box h3 a {
    color: #ffffff;
    transition: all 500ms ease;
}
.single-project-style7 .overlay-content .inner-content .title-box a:hover{
    color: #e9212e;
}

.single-project-style7 .title{
    position: relative;
    display: block;
    padding-top: 24px;
    padding-bottom: 24px;
    text-align: center;
    opacity: 1;
    transform: translate3d(0px, 0px, 0px); 
    transition: all 300ms ease 100ms;
}
.single-project-style7:hover .title{
    opacity: 0;
    transform-style: preserve-3d;
    transform: perspective(1200px) rotateX(-90deg) translateZ(-45px);
    transition: all 700ms ease 500ms;
}
.single-project-style7 .title span{
    color: #7c7e84;
}
.single-project-style7 .title h3{
    font-size: 20px;
    font-weight: 600;
    margin: 3px 0 0;
}
.single-project-style7 .title h3 a{
    color: #27282c;
    transition: all 500ms ease;
}
.single-project-style7 .title h3 a:hover{
    color: #e9212e;       
}
.load-more-project-style4-button{
    position: relative;
    display: block;
    padding-top: 0px;
}



/*** 
=============================================
    Main Project Area Style5 style
=============================================
***/
.main-project-area.style5{
    position: relative;
    display: block;
    padding-top: 110px;
    padding-bottom: 50px;
    z-index: 1;
}
.main-project-area.style5:before{
    position: absolute;
    top: -150px;
    left: 50%;
    bottom: -500px;
    width: 1px;
    background: #ededed;
    content: "";
    z-index: -1;    
}
.main-project-style5{
    position: relative;
    display: block;
    z-index: 1;
}
.main-project-style5:before{
    position: absolute;
    top: -150px;
    left: -80px;
    bottom: -500px;
    width: 1px;
    background: #ededed;
    content: "";
    z-index: -1;
}
.main-project-style5:after{
    position: absolute;
    top: -150px;
    right: -80px;
    bottom: -500px;
    width: 1px;
    background: #ededed;
    content: "";
    z-index: -1;
}
.main-project-style5 .row {
    margin-left: -45px;
    margin-right: -45px;
}
.main-project-style5 .row [class*=col-] {
    padding-left: 45px;
    padding-right: 45px;
}

.single-project-style8{
    position: relative;
    display: block;
    margin-bottom: 60px;
}
.single-project-style8 .img-holder {
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 10;
}
.single-project-style8 .img-holder:before,
.single-project-style8 .img-holder:after {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    transform: scale(0);
    -webkit-transform-origin: left top;
    transform-origin: left top;
    transition: all 700ms ease 100ms;
    border-radius: 0px;
    z-index: 3;
}
.single-project-style8 .img-holder:before {
    transform: scale(0, 1);
    transform-origin: bottom center;
    border-top: 40px solid #ffffff;
    border-bottom: 40px solid #ffffff;
}
.single-project-style8:hover .img-holder:before {
    transform: scale(1, 1);
    transition: all 700ms ease 100ms;
}
.single-project-style8 .img-holder:after {
    transform: scale(1, 0);
    transform-origin: left center;
    border-left: 40px solid #ffffff;
    border-right: 40px solid #ffffff;
}
.single-project-style8:hover .img-holder:after{
    transform: scale(1, 1);
    transition: all 700ms ease 100ms;
}

.single-project-style8 .img-holder img{
    width: 100%;
    transform: scale(1.01);
    transition: all 700ms ease;
}
.single-project-style8:hover .img-holder img {
    transform:scale(1.2) rotate(2deg);	
}
.single-project-style8 .overlay-content{
    position: absolute;
    top: 40px;
    left: 40px;
    bottom: 40px;
    right: 40px;
    content: "";
    background: rgba(40, 41, 46, 0.95);
    transform: scaleX(0);
    transition: all 700ms ease 100ms;
    z-index: 5;
}
.single-project-style8:hover .overlay-content{
    transform: scaleY(1);
}
.single-project-style8 .overlay-content .inner-content{
    display: table;
    width: 100%;
    height: 100%;
}
.single-project-style8 .overlay-content .inner-content .title-box {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    opacity: 0;
    transform-style: preserve-3d;
    transform: perspective(1200px) rotateX(90deg) translateZ(-45px);
    transition: all 300ms ease 100ms;
    z-index: 3;
}
.single-project-style8:hover .overlay-content .inner-content .title-box{
    opacity: 1;
    transform: translate3d(0px, 0px, 0px); 
    transition: all 700ms ease 500ms;
}
.single-project-style8 .overlay-content .inner-content .title-box span{
    color: #7c7e84;
}
.single-project-style8 .overlay-content .inner-content .title-box h3{
    font-size: 20px;
    font-weight: 600;
    margin: 3px 0 0;
}
.single-project-style8 .overlay-content .inner-content .title-box a {
    color: #ffffff;
    transition: all 500ms ease;
}
.single-project-style8 .overlay-content .inner-content .title-box a:hover{
    color: #e9212e;
}



/*** 
=============================================
    Main Project Area Style6 style
=============================================
***/
.main-project-area.style6{
    position: relative;
    display: block;
    padding-top: 110px;
    padding-bottom: 40px;
    z-index: 1;
}
.main-project-area.style6:before{
    position: absolute;
    top: -150px;
    left: 50%;
    bottom: -500px;
    width: 1px;
    background: #ededed;
    content: "";
    z-index: -1;    
}
.main-project-style6{
    position: relative;
    display: block;
    z-index: 1;
}
.main-project-style6:before{
    position: absolute;
    top: -150px;
    left: -100px;
    bottom: -500px;
    width: 1px;
    background: #ededed;
    content: "";
    z-index: -1;
}
.main-project-style6:after{
    position: absolute;
    top: -150px;
    right: -100px;
    bottom: -500px;
    width: 1px;
    background: #ededed;
    content: "";
    z-index: -1;
}
.main-project-style6 .row {
    margin-left: -115px;
    margin-right: -115px;
}
.main-project-style6 .row [class*=col-] {
    padding-left: 115px;
    padding-right: 115px;
}


.single-project-style9{
    position: relative;
    display: block;
    margin-bottom: 40px;
}
.single-project-style9 .img-holder{
    position: relative;
    display: block;
    overflow: hidden;
}
.single-project-style9 .img-holder img{
    width: 100%;
    transform: scale(1.0);
    transition: all 700ms ease;
}
.single-project-style9:hover .img-holder img {
    transform:scale(1.2) rotate(2deg);	 
}
.single-project-style9 .overlay-box{
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0;
    background: rgba(40, 41, 46, 0.95);
    z-index: 3;
    opacity: 0;
    transform:scale(0) rotate(0deg);	
    transition: all 700ms ease 300ms;
}
.single-project-style9:hover .overlay-box{
    opacity: 1; 
    transform:scale(1.0) rotate(0deg);	
    transition: all 700ms ease 200ms;
}
.single-project-style9 .overlay-box .box{
    display: table;
    width: 100%;
    height: 100%;
}
.single-project-style9 .overlay-box .box .link{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.single-project-style9 .overlay-box .box .link a span:before{
    color: #ffffff;
    font-size: 40px;
    line-height: 40px;
    transition: all 500ms ease;
}
.single-project-style9 .overlay-box .box .link a:hover span:before{
    color: #e9212e;    
}

.single-project-style9 .title{
    position: relative;
    display: block;
    padding-top: 24px;
    padding-bottom: 24px;
}
.single-project-style9 .title span{
    color: #7c7e84;
}
.single-project-style9 .title h3{
    font-size: 20px;
    font-weight: 600;
    margin: 3px 0 0;
}
.single-project-style9 .title h3 a{
    color: #27282c;
    transition: all 500ms ease;
}
.single-project-style9 .title h3 a:hover{
    color: #e9212e;       
}



/*** 
=============================================
    Project Description Area style
=============================================
***/
.project-description-area {
    position: relative;
    display: block;
    margin-top: 110px;
    padding: 110px 0 50px;
}
.project-description-area .pattern-bg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.project-description-image-box{
    position: relative;
    display: block;
    z-index: 3;
}
.project-description-image-box img{
    max-width: none;
    float: right;
}

.project-description-content {
    position: relative;
    display: block;
    z-index: 3;
    padding-top: 45px;
    padding-left: 100px;
}
.project-description-content .sec-title {
    padding-bottom: 32px;
}
.project-description-content .sec-title p{
    margin: 0 0 5px;
}
.project-description-content .sec-title .title {
    font-size: 30px;
}
.project-description-content .inner-content{
    position: relative;
    display: block;
}
.project-description-content .inner-content .bottpm-text{
    position: relative;
    display: block;
    padding-top: 10px;
}
.project-description-content .inner-content ul {
    position: relative;
    display: block;
    padding-top: 2px;
}
.project-description-content .inner-content ul li{
    position: relative;
    display: block;
    line-height: 41px;
    padding-left: 40px;
}
.project-description-content .inner-content ul li:before{
    font-family: 'icomoon';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    content: "\e910";
    color: #a7a7a7;
    font-size: 25px;
}



/*** 
=============================================
    Project Info Area style
=============================================
***/
.project-info-area{
    position: relative;
    display: block;
    padding-top: 110px;
    padding-bottom: 110px;
} 
.project-info-area .pattern-bg {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
}
.project-info-content{
    position: relative;
    display: block;
    max-width: 370px;
    width: 100%;
    margin: -6px auto 0;
    z-index: 3;
}
.project-info-content .project-info-title{
    position: relative;
    display: block;
    padding-left: 70px;
    padding-bottom: 33px;
}
.project-info-content .project-info-title:before {
    position: absolute;
    top: 14px;
    left: 0;
    width: 70px;
    height: 1px;
    background: #e9212e;
    content: "";
}
.project-info-content .project-info-title h3{
    position: relative;
    display: block;
    padding-left: 20px;
    color: #27282c;
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    text-transform: uppercase;
}
.project-info-content .inner-content {
    position: relative;
    display: block;
    padding: 38px 50px 32px;
    box-shadow: 0px 0px 9px 3px #f6f6f6;
}
.project-info-content .inner-content ul{
    position: relative;
    display: block;
}
.project-info-content .inner-content ul li {
    position: relative;
    display: block;
    border-bottom: 1px solid #ededed;
    padding-bottom: 12px;
    margin-bottom: 17px;
}
.project-info-content .inner-content ul li:last-child{
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.project-info-content .inner-content ul li .icon{
    width: 30px;
}
.project-info-content .inner-content ul li .icon span:before{
    color: #27282c;
    font-size: 30px;
    line-height: 30px;
}
.project-info-content .inner-content ul li .icon,
.project-info-content .inner-content ul li .title{
    display: table-cell;
    vertical-align: middle;
}
.project-info-content .inner-content ul li .title{
    padding-left: 20px;
}
.project-info-content .inner-content ul li .title h4{
    color: #27282c;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    margin: 0 0 4px;
}
.project-info-content .inner-content ul li .title span{}


.project-info-image-box{
    position: relative;
    display: block;
    z-index: 3;
}
.project-info-image-box img{
    max-width: none;
    float: left;
}



.single-project-image-gallery{
    position: relative;
    display: block;
}
.single-project-image-gallery img{
    width: 100%;
}


.follow-us-button {
    position: relative;
    display: block;
    padding-bottom: 32px;
}

.quote-bottom-text{
    position: relative;
    display: block;
}

.placeorder-button button {
    line-height: 50px;
    padding: 0 50px;
    margin-top: 17px;
}
.placeorder-button button:hover{}



/*** 
=============================================
    Contact address Area style
=============================================
***/
.contact-address-area{
    position: relative;
    display: block;
    background: #f6f6f6;
    padding-bottom: 102px;
    z-index: 100;
}
.single-contact-address-box{
    position: relative;
    display: block;
    background: #ffffff;
    text-align: center;
    padding: 40px 30px 32px;
    -webkit-box-shadow: 0px 4px 6px 2px #ededed; 
    box-shadow: 0px 4px 6px 2px #ededed;
    margin-top: -115px;
    margin-bottom: 30px;
    transition: all 900ms ease 600ms;
}
.single-contact-address-box:hover{
    -webkit-box-shadow: 0px 5px 12px 2px #ededed; 
    box-shadow: 0px 5px 12px 2px #ededed;
}

.single-contact-address-box span:before{
    color: #b3b3b3;
    font-size: 50px;
    line-height: 50px;
    transition: all 500ms ease;
}
.single-contact-address-box:hover span:before{
    color: #e9212e;
}
.single-contact-address-box h3{
    color: #27282c;
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    margin: 20px 0 12px;
}
.single-contact-address-box p{
    margin: 0;
}
.contact-address-area .bottom-text {
    position: relative;
    display: block;
    padding-top: 24px;
}
.contact-address-area .bottom-text p{
    margin: 0;
}
.contact-address-area .bottom-text p a{
    color: #e9212e;    
}



/*** 
=============================================
    Contact Info Area style
=============================================
***/
.contact-info-area {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 110px 0 110px;
}
.contact-form {
    position: relative;
    display: block;
    z-index: 3;
}
.contact-form .inner-box{
    position: relative;
    display: block;
    background: #ffffff;
    border: 1px solid #ededed;
    padding: 49px; 
}
.contact-form form{
    position: relative;
    display: block;
}
.contact-form form .input-box{
    position: relative;
    display: block;
}
.contact-form form .input-box .icon {
    position: absolute;
    top: 19px;
    left: 20px;
}
.contact-form form .input-box .icon i{
    color: #b6b6b6;
    font-size: 16px;
}
.contact-form form .input-box .icon.envelop {
    position: absolute;
    top: 16px;
    left: 20px;
}

.contact-form form input[type="text"],
.contact-form form input[type="email"],
.contact-form form textarea{
    position: relative;
    display: block;   
    background: #ffffff;
    border: 1px solid #ededed;
    width: 100%;
    height: 60px;
    font-size: 15px;
    padding-left: 50px;
    padding-right: 20px;
    border-radius: 0px;
    margin-bottom: 30px;
    transition: all 500ms ease;
}
.contact-form form textarea {
    height: 110px;
    padding-left: 50px;
    padding-right: 20px;
    padding-top: 14px;
    padding-bottom: 15px;
}
.contact-form form input[type="text"]:focus{
    border-color: #1d1d1d; 
    color: #222222;
}
.contact-form form input[type="email"]:focus{
    border-color: #1d1d1d;
    color: #222222;
}
.contact-form form textarea:focus{
    border-color: #1d1d1d;
    color: #222222;
}
.contact-form form input[type="text"]::-webkit-input-placeholder {
    color: #828282;
}
.contact-form form input[type="text"]:-moz-placeholder {
    color: #828282;
}
.contact-form form input[type="text"]::-moz-placeholder {
    color: #828282;
}
.contact-form form input[type="text"]:-ms-input-placeholder {
    color: #828282;
}
.contact-form form input[type="email"]::-webkit-input-placeholder {
    color: #828282;
}
.contact-form form input[type="email"]:-moz-placeholder {
    color: #828282;
}
.contact-form form input[type="email"]::-moz-placeholder {
    color: #828282;
}
.contact-form form input[type="email"]:-ms-input-placeholder {
    color: #828282;
}
.contact-form form button {
    position: relative;
    display: block;
    width: 100%;
}
.contact-form-image-box {
    position: absolute;
    top: -110px;
    right: -350px;
    z-index: 1;
}
.contact-form-image-box img{
    max-width: none;
    float: left;
}



.bpr{border:1px solid red;}

.abouttext{font-size:20px; font-weight:400;}

.row.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}


.callbut {
    position: fixed;
    bottom: 25px;
    left: 15px;
    background: #e9212e;
    border: 2px solid #e9212e;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    color: #ffffff;
    font-size: 25px;
    line-height: 50px;
    font-weight: normal;
    cursor: pointer;
    text-align: center;
    transition: all 500ms ease 0s;
	z-index: 2000;
    box-shadow: 0px 8px 23px -6px rgba(27,27,27,1);
}
.callbut a span{
	margin:0;
	padding:0;
	width:100%;
}
.callbut span{
	color:#fff;
}
.callbut:hover {
    opacity: .9;
}

@keyframes zoominoutsinglefeatured {
    0% {
        transform: scale(1,1);
    }
    50% {
        transform: scale(1.15,1.15);
    }
    100% {
        transform: scale(1,1);
    }
}

.callbut {
	animation: zoominoutsinglefeatured 1s infinite ;
}

.ordercall {
    position: fixed;
    bottom: 25px;
    right: 15px;
    background: #e9212e;
    border: 2px solid #e9212e;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    color: #ffffff;
    font-size: 25px;
    line-height: 50px;
    font-weight: normal;
    cursor: pointer;
    text-align: center;
    transition: all 500ms ease 0s;
    z-index: 2001;
    box-shadow: 0px 8px 23px -6px rgba(27,27,27,1);
}
.ordercall:hover {
    opacity: .9;
}
.ordercall span {
    color:#fff;
}
.ordercall{
	animation: zoominoutsinglefeatured 1s infinite ;
}



/**/
.aporder{
    position: relative;
    display: block;
}
.aporder-form .single-box{
    position: relative;
    display: block;
}
.aporder-form input[type="text"], 
.aporder-form input[type="email"],
.aporder-form input[type="tel"],
.aporder-form textarea {
	position: relative;
	display: block;
	padding: 0 10px;
	border: 1px solid #9f9f9f;
	background: #ffffff;
	color: #5f6061;
	font-size: 16px;
	font-weight: 400;
	width: 100%;
	height: 50px;
	margin-bottom: 15px;
	border-radius: 5px;
	transition: all 500ms ease;
}
.aporder-form input[type="text"]:focus{
    border-color: #e9212e;    
}
.aporder-form input[type="email"]:focus{
    border-color: #e9212e;     
}
.aporder-form .single-box button{
    display: block;
    width: 100%;
    background: #e9212e;
    color: #ffffff;
    margin-top: 20px;
    border-radius: 5px;
}
.aporder-form input::-webkit-input-placeholder {
    color: #5f6061;
}
.aporder-form input:-moz-placeholder {
    color: #5f6061;
}
.aporder-form input::-moz-placeholder {
    color: #5f6061;
}
.aporder-form input:-ms-input-placeholder {
    color: #5f6061;/*uz 7c7e84*/
}