/***************************************************************************************************************
||||||||||||||||||||||||||       MASTER STYLESHEET FOR RinBuild             ||||||||||||||||||||||||||||||||||||
****************************************************************************************************************
||||||||||||||||||||||||||                TABLE OF CONTENT               |||||||||||||||||||||||||||||||||||||||
****************************************************************************************************************
****************************************************************************************************************

01. Imported styles
02. Flaticon reset styles
03. Header styles
04. Mainmenu styles
05. Rev_slider_wrapper styles
66. Call to action area Style
07. Categories area style
08. Fact counter area style
09. Latest Blog area style
10. Latest blog area style 
11. Testimonial area style
12. Brand area style
13. Single service style
14. Pricing table area style
15. About page style
16. Account page style
17. 404 page style style
18. Blog page style
19. Blog single style
20. Contact page style

****************************************************************************************************************
||||||||||||||||||||||||||||            End TABLE OF CONTENT                ||||||||||||||||||||||||||||||||||||
****************************************************************************************************************/

/*==============================================
   Base Css
===============================================*/
*{
	margin:0px;
	padding:0px;
	border: none;
	outline: none;
	font-size: 100%;
}
html,
body { 
    height: 100%;
}
body {
    color: #64656a;
    font-size: 16px;
    line-height: 28px;
    font-weight: 300;
    font-family: 'Open Sans', sans-serif;
}

 p,.text {
    color: #798795;
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 15px;
}
button:focus{
    outline: none;
}
button {
    cursor: pointer;
    border: none;
    background: transparent;
    padding: 0;
}
h1, h2, h3, h4, h5, h6 {
    color: #000000;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    margin: 0;
}
h3 {
    font-size: 18px; 
    line-height: 30px;
    font-weight: 500;
}
h4 {

}
a{
color:#fd5d14
}
a,
a:hover,
a:active,
a:focus {
    text-decoration: none;
    outline: none;
    border: none;
}
img.lazy-image{
	background:url(../images/icon/image-bg.svg) center center no-repeat;	
}
img.lazy-image.loaded{
	background-image:none;
}
.owl-theme img.lazy-image.loaded{
	height: auto;
	opacity: 1;
}



@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
}

.fix{
    position: relative;
    display: block;
    overflow: hidden;
}
img {
    max-width: 100%;
    height: auto;
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .7s;
    transition-property: all;
}
.map-data {
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.8em;
    padding: 5px 10px 5px;
}
.map-data a{
    color: #0b59d9;
	display: block;
}
.map-data h6{
	font-size:16px;
	font-weight:700;
	text-align:center;
	margin-bottom:5px;
	color:#121212;
}



i {
	font-style: normal;
}
ul,
li {
    list-style: none;
    margin: 0;
    padding: 0;
}
ol,
li{
    margin: 0;
    padding: 0;    
}
.clr1{
    color: #f36727;
}
.bgclr1{
    background: #f36727;    
}


.auto-container {
    position: static;
    max-width: 1200px;
    padding: 0px 15px;
    margin: 0 auto;
}



.btn-one {
    position: relative;
    display: inline-block;
    padding: 0 35px;
    background: #ffffff;
    font-size: 16px;
    line-height: 56px;
    font-weight: 400;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    transition: all 0.3s ease-in-out 0.1s;
}
.btn-one span:before{
    position: relative;
    display: inline-block;
    padding-left: 10px;    
}
.btn-one:hover,
.btn-one:focus{
    color: #ffffff;
}



.shop-btn{
    position: relative;
    display: inline-block;
    padding: 24px 45px 22px;
    background: #0b59d9;
    color: #ffffff;
    font-size: 14px;
    line-height: 14px;
    font-weight: 500;
    text-transform: uppercase;
    border-radius: 5px;
    font-family: 'Rubik', sans-serif;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}
.shop-btn:hover{
    color: #f8f8f8;
    background: #1d2633;
}


.sec-title {
    position: relative;
    top: -5px;
    display: block;
    padding-bottom: 56px;
}
.sec-title p{
    font-size: 14px;
    line-height: 20px;
    font-weight: 300;
    text-transform: uppercase;
    margin: 0;
}
.sec-title .big-title{
    position: relative;
    display: block;
    padding: 7px 0 0;
}
.sec-title .big-title h1{
    color: #ffffff;
    font-size: 32px;
    line-height: 40px;
    font-weight: 700;
    text-transform: uppercase;
}
.sec-title .big-title.black-clr h1{
    color: #000000;
}



.parallax-bg-one {
    background-attachment: fixed;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
}
.parallax-bg-one::before {
    background: rgba(18, 32, 0, 0.90) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
} 
.parallax-bg-two {
    background-attachment: fixed;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
}
.parallax-bg-two::before {
    background: rgba(9, 23, 33, 0.90) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
} 

.flex-box {
    display: flex;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
}
.flex-box-two {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}
.flex-box-three {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}
.flex-box-four {
    display: flex;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}
.flex-box-five {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}



/*___ owl Nav Dot Style _____*/
.owl-nav-style-one{}
.owl-nav-style-one .owl-controls { }
.owl-nav-style-one.owl-theme .owl-stage-outer {
    position: relative;
    display: block;
    padding-top: 0px;
    padding-bottom: 0px;
}
.owl-nav-style-one.owl-theme .owl-nav {
    position: absolute;
    top: -130px;
    right: 0;
    margin: 0;
}
.owl-nav-style-one.owl-theme .owl-nav [class*="owl-"] {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 50px;
    background: #798795;
    border: 0px solid #f9f6f0;
    border-radius: 5px;
    color: #ffffff;
    font-size: 40px;
    font-weight: 100;
    line-height: 50px;
    margin: 0 0 0 0px;
    padding: 0;
    transition: all 700ms ease 0s;
}
.owl-nav-style-one.owl-theme .owl-nav [class*="owl-"] span {
    position: relative;
    top: -5px;
    display: inline-block;
    line-height: 30px;
}
.owl-nav-style-one.owl-theme .owl-nav .owl-prev {
    transform: rotate(0deg);
}
.owl-nav-style-one.owl-theme .owl-nav .owl-next {
    margin-left: 10px;
}
.owl-nav-style-one.owl-theme .owl-nav [class*="owl-"]:hover{
    color: #ffffff;
}



.owl-nav-style-two{}
.owl-nav-style-two .owl-controls { }
.owl-nav-style-two.owl-theme .owl-nav [class*="owl-"] {
    background: #fff none repeat scroll 0 0;
    border-radius: 0%;
    color: #3740b0;
    font-size: 24px;
    font-weight: 700;
    height: 50px;
    line-height: 50px;
    margin: 0 0 0 0px;
    padding: 0;
    width: 50px;
    transition: all 700ms ease 0s;
}
.owl-nav-style-two.owl-theme .owl-nav .owl-next {
    margin-left: 0px;
}
.owl-nav-style-two.owl-theme .owl-nav [class*="owl-"]:hover{
    color: #ffffff;
    background: #3740b0;
}


.owl-carousel.owl-dot-style1 .owl-stage-outer {
    position: relative;
    display: block;
    padding-top: 10px;
    padding-bottom: 47px;
}
.owl-carousel.owl-dot-style1 .owl-dots {
    position: relative;
    display: block;
    text-align: center;
    line-height: 6px;
}
.owl-carousel.owl-dot-style1 .owl-dots .owl-dot{
    position: relative;
	display: inline-block;
	width: 35px;
	height: 6px;
    background: #d9d9d9;
    border: 0px solid #4c4c4c;
	margin: 0px 5px;
	padding: 0px;
	border-radius: 10px;
	transition: all 500ms ease;
}
.owl-carousel.owl-dot-style1 .owl-dots .owl-dot span{
	display: none;	
}
.owl-carousel.owl-dot-style1 .owl-dots .owl-dot.active{
    width: 95px;
}





.accordion-box {
    position: relative;
    display: block;
}
.accordion-box .accordion {
    position: relative;
    display: block;
    margin-bottom: 20px;
}
.accordion-box .accordion.marginbottom0{
    margin-bottom: 0;
}
.accordion-box .accordion .accord-btn {
    position: relative;
    display: block;
    border: 1px solid #ededed;
    cursor: pointer;
    background: #ffffff;
    padding-left: 20px;
    padding-right: 60px;
    padding-top: 17px;
    padding-bottom: 15px;
    transition: all 500ms ease;
}
.accordion-box .accordion .accord-btn h4 {
    color: #000000;
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    transition: all 500ms ease;
}
.accordion-box .accordion .accord-btn::after {
    font-family: "Flaticon";
    position: absolute;
    content: "\f107";
    top: 8px;
    right: 18px;
    width: 20px;
    height: 40px;
    background: transparent;
    color: #828f9c;
    font-size: 16px;
    line-height: 40px;
    font-weight: 600;
    text-align: center;
    transition: all 500ms ease 0s;
}
.accordion-box .accordion .accord-btn.active{
    transition: all 500ms ease;
}
.accordion-box .accordion .accord-btn.active h4 {
    color: #ffffff;
}
.accordion-box .accordion .accord-btn.active:after{
    color: #ffffff;
    content: "\f108";
}
.accordion-box .accordion .accord-content {
    position: relative;
    display: block;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 30px;
    display: none;
    border: 1px solid #ededed;
    border-top: none;
}
.accordion-box .accordion .accord-content.collapsed {
    display: block;
}
.accordion-box .accordion .accord-content p {
    color: #798795;
    font-size: 16px;
    line-height: 32px;
    font-weight: 400;
    margin: 0;
}



@keyframes pulse {
    50% {
        box-shadow: 0 0 0 5px rgba(255,255,255,.1),
        0 0 0 20px rgba(238, 238,238, 0.3000);
    }
}

@keyframes pulse2 {
    50% {
        box-shadow: 0 0 0 5px rgba(255,231,1,.1),
        0 0 0 20px rgba(255, 231,1, 0.3000);
    }
}





.boxed_wrapper {
    background: #fff none repeat scroll 0 0;
    position: relative;
    margin: 0 auto;
    width: 100%;
    min-width: 320px;
    min-height: 400px;
    overflow: hidden;  
}



/** Boxed-Layout **/
.boxed_wrapper_box_page {
    overflow-x: hidden;
    margin: 0 auto;
    width: 100%;
    min-width: 300px;
}
.main-slider.style1.box-layout {
    margin-top: 0px;
    padding-top: 160px;
}
.main-slider.style1.box-layout .slide {
    padding: 222px 0px 150px;
}
.main_page.active_boxlayout {
    position: relative;
    overflow-x:hidden;
    max-width: 1550px;
    width: 100%;
    min-width: 300px;
    margin: 0 auto;
    background-attachment: fixed;
    background-repeat: repeat-x;
    background-position: center;
}
.main_page.active_boxlayout{
    background: url(../images/pattern/body-pattern.png) #030e27;
    background-repeat: repeat;
}
.switcher {
  position: fixed;
  top:100px;
  left:-200px;
  z-index: 999999999;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}
.switcher.switcher-show{
  left:0;
}
.switcher .switch_btn {
  position: absolute;
  right: -50px;
  z-index: -1;
}
.switcher .switch_btn button {
    position: relative;
    width:50px;
    height:50px;
    line-height: 50px;
    font-size: 24px;
    background: transparent;
    cursor: pointer;
    transition: all 500ms ease;
}

.switcher .switch_menu {
    position: relative;
    width:200px;
    background: #fff;
    padding: 15px 15px 30px 15px;
    text-align: center;
    box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.1);
}
.switcher .switch_menu h5{
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
    margin-bottom: 0px;
}
.switcher .switch_menu .switch_body .box {
    position: relative;
    display: inline-block;
    cursor: pointer;
    text-align: center;
    margin-top: 12px;
}
.switcher .switch_menu .switch_body .box>div {
  width:80px;
  height:50px;
  background: #fff;
  border:2px solid #999;
}
.switcher .switch_menu .switch_body .box p{
  position: relative;
  display: block;
  font-size: 16px;
  color: #999;
  font-weight: 500;
  margin-bottom: 0px;
}
.switcher .switch_menu .switch_body .box>div>span {
    position: relative;
    display: block;
    width: 60px;
    height: 100%;
    margin: 0 auto;
    background: #fff;
    border-left: 2px solid #e5e5e5;
    border-right: 2px solid #e5e5e5;
}



/*________________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/icon/preloader-1.gif);
}
.preloader.style-three {
    background-image: url(../images/icon/preloader-2.gif);
}
.preloader.style-four {
    background-image: url(../images/icon/preloader-3.gif);
}




/*** Scroll To Top style ***/
.scroll-top {
	position: fixed;
	right: 15px;
	bottom: 20px;
	width: 55px;
	height: 55px;
	background: transparent;
	border-radius: 0%;
	font-size: 14px;
    line-height: 53px;
    font-weight: 600;
	text-align: center;
    text-transform: uppercase;
	display: none;
	cursor: pointer;
    transition: all 200ms linear;
    transition-delay: 0.1s;
	z-index: 999999999;
}
.scroll-top span {}
.scroll-top:after {
	position: absolute;
	content: '';
	top: 100%;
	left: 5%;
	height: 10px;
	width: 90%;
	opacity: 1;
	z-index: -1;
	background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
	background: -webkit-radial-gradient(center ellipse, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
	background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
}
.scroll-top:hover{
    color: #ffffff;
}


.scroll-top.style2 {
    position: static;
    width: 70px;
    height: 100px;
    border-radius: 0;
    background: #0b59d9;
    border: none;
    text-align: center;
    animation: auto;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}
.scroll-top.style2:hover{
    background: #074dbe;
}
.scroll-top.style2:after{
    display: none;
}
.scroll-top.style2 span:before{
    color: #ffffff;
    font-size: 20px;
}
.scroll-top.style2 .text{
    position: relative;
    display: block;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    margin: 4px 0 0;
}

.scroll-top.style2.s3 {
    position: absolute;
    top: -30px;
    right: 30px;
    bottom: auto;
    border-radius: 5px;
}













/* Form validation styles */
input:focus,
textarea:focus,
select:focus {
    border-color: #43c3ea;
    outline: none;
}

#contact-form input[type="text"].error{
    border-color: red;    
}
#contact-form input[type="email"].error{
  border-color: red;    
}
#contact-form select.error {
  border-color: red;
}
#contact-form textarea.error{
  border-color: red;    
}




/* Post pagination styles */
.post-pagination{
    position: relative;
    display: block;
}
.post-pagination.martop20{
    margin-top: 20px;
}
.post-pagination li {
    position: relative;
    display: inline-block;
    margin: 0 3px;
}
.post-pagination li a {
    position: relative;
    display: block;
    height: 60px;
    width: 60px;
    border-radius: 50%;
    border: 2px solid #eeeeee;
    color: #131313;
    font-size: 18px;
    line-height: 56px;
    font-weight: 600;
    transition: all 500ms ease 0s;
    font-family: 'Poppins', sans-serif;
}
.post-pagination li a i {
    color: #c1c1c1;
    font-size: 22px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}
.post-pagination li.active a, 
.post-pagination li:hover a {
    background: #fec727;
    border-color: #fec727;
}
.post-pagination li.active a i,
.post-pagination li:hover a i{
    color: #131313;    
}


.post-pagination.style2 li a{
    border-radius: 0;
}








/* Overlay styles */
.overlay-style-one{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .7s;
    transition-property: all;
    opacity: 0;
    z-index: 1;
}
.overlay-style-one.bg1{
    background-color: rgba(3, 13, 40, 0.70);    
}
.overlay-style-one.bg2{
    background-color: rgba(255, 255, 255, 0.70);    
}
.overlay-style-one.bg3{
    background-color: rgba(0, 83, 153, 0.90);    
}
.overlay-style-one .box{
    display: table;
    height: 100%;
    width: 100%;    
}
.overlay-style-one .box .content{
    display: table-cell;
    text-align: center;
    vertical-align: middle;    
}
.overlay-style-one .box .inner{
    display: table-cell;
    text-align: center;
    vertical-align: middle;    
}

.overlay-style-two{
    position: absolute;
    left: 0px;
    bottom: 0px;
    right: 0px;
    top: 0px;
    z-index: 2;
    opacity: 0;
    transition: all 900ms ease;    
}
.overlay-style-two:before{
	position: absolute;
	content: '';
	top: 0px;
	left: 0px;
	width: 100%;
	height: 50%;
	display: block;
	opacity: 0;
	text-align: center;
    transform: perspective(400px) rotateX(-90deg);
    transform-origin: top;
    transition: all 0.5s;
	background-color: rgba(18, 18, 18, 0.90);
}
.overlay-style-two:after{
	position: absolute;
	content: '';
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 50%;
	display: block;
	opacity: 0;
	text-align: center;
    transform: perspective(400px) rotateX(90deg);
    transform-origin: bottom;
    transition: all 0.5s;
	background-color: rgba(18, 18, 18, 0.90);
}



.review-box {
    position: relative;
    display: block;
    overflow: hidden;
    line-height: 16px;
}
.review-box ul {
    display: block;
    overflow: hidden;
}
.review-box ul li {
    display: inline-block;
    float: left;
    margin-right: 4px;
}
.review-box ul li:last-child{
    margin-right: 0px;    
}
.review-box ul li i {
    font-size: 18px;
    color: #ffba00;
}


.social-links-style1 {
    position: relative;
    display: block;
    overflow: hidden;
}
.social-links-style1 li{
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 20px;
}
.social-links-style1 li:last-child{
    margin-right: 0px;
}
.social-links-style1 li a i{
    position: relative;
    display: block;
    background: rgba(3, 3, 3, 0.76);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    line-height: 40px;
    text-align: center;
    transition: all 500ms ease;
}
.social-links-style1 li a:hover i{
    color: #ffffff;
}


.sociallinks-style-two {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 7px 0 8px;
}
.sociallinks-style-two li {
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 25px;
}
.sociallinks-style-two li:last-child{
    margin-right: 0px;    
}
.sociallinks-style-two li a i {
    position: relative;
    display: block;
    color: #ffffff;
    font-size: 16px;
    transition: all 500ms ease 0s;
}
.sociallinks-style-two li a:hover i{
    color: #e4b33d;
}




/* Update header Style */
@keyframes menu_sticky {
    0%   {margin-top:-90px;}
    50%  {margin-top: -74px;}
    100% {margin-top: 0;}
}

/*** 
========================================
    Mobile Menu
========================================
***/
.nav-outer .mobile-nav-toggler {
    position: relative;
    display: none;
    float: right;
    cursor: pointer;
    padding: 25px 0;
}
.nav-outer .mobile-nav-toggler .inner{
    position: relative;
    display: block;
    padding: 3px 5px;
}

.mobile-menu{
	position: fixed;
	top: 0;
	right: 0;
	width: 300px;
	max-width:100%;
	height: 100%;
	padding-right:30px;
	opacity: 0;
	visibility: hidden;
	z-index: 999999;
}
.mobile-menu .menu-backdrop{
	position: fixed;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
    background-color: rgba(3, 13, 40, 0.90);
	-webkit-transform: translateX(101%);
	-ms-transform: translateX(101%);
	transform: translateX(101%);
	transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
	z-index: 1;
}
.mobile-menu-visible .mobile-menu .menu-backdrop{
	opacity: 0.70;
	visibility: visible;
	-webkit-transition:all 0.7s ease;
	-moz-transition:all 0.7s ease;
	-ms-transition:all 0.7s ease;
	-o-transition:all 0.7s ease;
	transition:all 0.7s ease;
	-webkit-transform: translateX(0%);
	-ms-transform: translateX(0%);
	transform: translateX(0%);
}
.mobile-menu .mCSB_inside>.mCSB_container{
	margin-right:5px;	
}
.mobile-menu .navbar-collapse{
	display:block !important;	
}


.mobile-menu .nav-logo{
	position:relative;
	padding:30px 25px;
	text-align:left;	
}
.mobile-menu .nav-logo a{
    position: relative;
    display: inline-block;
}

.mobile-menu-visible{
	overflow: hidden;
}
.mobile-menu-visible .mobile-menu{
	opacity: 1;
	visibility: visible;
}
.mobile-menu .menu-box{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	max-height: 100%;
	overflow-y: auto;
	background: #000000;
	padding: 0px 0px;
	z-index: 5;
	opacity: 0;
	visibility: hidden;
	border-radius: 0px;
	-webkit-transform: translateX(101%);
	-ms-transform: translateX(101%);
	transform: translateX(101%);
}
.mobile-menu-visible .mobile-menu .menu-box{
	opacity: 1;
	visibility: visible;
	-webkit-transition:all 0.7s ease;
	-moz-transition:all 0.7s ease;
	-ms-transition:all 0.7s ease;
	-o-transition:all 0.7s ease;
	transition:all 0.7s ease;
	-webkit-transform: translateX(0%);
	-ms-transform: translateX(0%);
	transform: translateX(0%);
}
.mobile-menu .close-btn{
	position: absolute;
	top: 10px;
	right: 10px;
	color: #ffffff;
	font-size: 20px;
	line-height: 30px;
	width: 24px;
	text-align: center;
	cursor: pointer;
	z-index: 10;
	-webkit-transition:all 0.9s ease;
	-moz-transition:all 0.9s ease;
	-ms-transition:all 0.9s ease;
	-o-transition:all 0.9s ease;
	transition:all 0.9s ease;
}
.mobile-menu-visible .mobile-menu .close-btn{
	-webkit-transform:rotate(360deg);
	-ms-transform:rotate(360deg);
	transform:rotate(360deg);
}
.mobile-menu .close-btn:hover{
	-webkit-transform:rotate(90deg);
	-ms-transform:rotate(90deg);
	transform:rotate(90deg);
}


.mobile-menu .navigation{
	position: relative;
	display: block;
	width: 100%;
	float: none;
}
.mobile-menu .navigation li{
	position: relative;
	display: block;
	border-top: 1px solid rgba(255,255,255,0.10);
}
.mobile-menu .navigation:last-child{
	border-bottom: 1px solid rgba(255,255,255,0.10);
}
.mobile-menu .navigation li > ul > li:first-child{
	border-top: 1px solid rgba(255,255,255,0.10);
}
.mobile-menu .navigation li > a{
	position: relative;
	display: block;
	padding: 10px 25px;
	color: #ffffff;
	font-size: 15px;
	line-height: 24px;
	font-weight: 600;
	text-transform: uppercase;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;	
}
.mobile-menu .navigation li > a:before{
	content:'';
	position:absolute;
	left:0;
	top:0;
	height:0;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;	
}
.mobile-menu .navigation li.current > a:before{
	height:100%;
}



.mobile-menu .navigation li ul li > a{
	font-size: 15px;
    font-weight: 400;
	margin-left: 20px;
	text-transform: capitalize;
}

.mobile-menu .navigation li.dropdown .dropdown-btn{
	position:absolute;
	top:6px;
	right:6px;
	width:32px;
	height:32px;
	text-align:center;
	color:#ffffff;
	font-size:16px;
	line-height:32px;
	background:rgba(255,255,255,0.10);
	cursor:pointer;
	border-radius:2px;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;	
	z-index:5;
}
.mobile-menu .navigation li.dropdown .dropdown-btn.open{
	-webkit-transform:rotate(90deg);
	-ms-transform:rotate(90deg);
	transform:rotate(90deg);	
}
.mobile-menu .navigation li > ul,
.mobile-menu .navigation li > ul > li > ul{
	display: none;
}

.mobile-menu .social-links{
	position:relative;
	text-align:center;
	padding:30px 25px;
}
.mobile-menu .social-links li{
	position:relative;
	display:inline-block;
	margin:0px 5px 10px;
}
.mobile-menu .social-links li a{
	position:relative;
	color:#ffffff;
	font-size: 20px;
	line-height:32px;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;	
}
.mobile-menu .social-links li a:hover{
    color: #030e27;    
}









/*==============================================
    Main Header Css        
===============================================*/
.main-header {
    position: relative;
    left: 0px;
    top: 0px;
    width: 100%;
    margin: 0px;
    z-index: 12;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.sticky-header {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	padding: 0px 0px;
	background: #fff;;
	opacity: 0;
    visibility: hidden;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	z-index: 0;
}
.fixed-header .sticky-header {
	visibility: visible;
	-ms-animation-name: fadeInDown;
	-moz-animation-name: fadeInDown;
	-op-animation-name: fadeInDown;
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
	-ms-animation-duration: 500ms;
	-moz-animation-duration: 500ms;
	-op-animation-duration: 500ms;
	-webkit-animation-duration: 500ms;
	animation-duration: 500ms;
	-ms-animation-timing-function: linear;
	-moz-animation-timing-function: linear;
	-op-animation-timing-function: linear;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-ms-animation-iteration-count: 1;
	-moz-animation-iteration-count: 1;
	-op-animation-iteration-count: 1;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
    box-shadow: 0 0 10px rgba(0,0,0,.1);
	opacity: 1;
	z-index: 99;
}
.sticky-header .logo {
    position: relative;
    display: block;
    padding: 15px 0;
}
.sticky-header .logo a{
    position: relative;
    display: inline-block;
}
.sticky-header .main-menu .navigation> li{
    
}
.sticky-header .main-menu .navigation> li> a{
    color: #000000;
}




.header-top {
    position: relative;
    display: block;
    padding: 10px 0;
    background: #030e27;
}
.header-top .outer-box {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.header-top-left{
    position: relative;
    display: block;
    max-width: 390px;
    width: 100%;
}
.welcome-text{
    position: relative;
    display: block;    
}
.welcome-text h6{
    color: #798795;
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
}
.welcome-text h6 span:before{
    position: relative;
    top: 4px;
    display: inline-block;
    padding-right: 10px;
    font-size: 20px;
}
.welcome-text h6 b {
    font-weight: 500;
}

.header-top-middle{
    position: relative;
    display: block;
    max-width: 390px;
    width: 100%;    
}
.header-social-links{
    position: relative;
    display: block;
}
.header-social-links .social-links-style1 {
    position: relative;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    flex-direction: row;
}
.header-social-links .social-links-style1 li{
    float: none;
    margin: 0;
    margin: 0 10px;
}
.header-social-links .social-links-style1 li a {
    color: #798795;
    font-size: 18px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}
.header-social-links .social-links-style1 li a span.fb:before {
    position: relative;
    left: 8px;
    top: -1px;
}

.header-top-right{
    position: relative;
    display: block;
    max-width: 390px;
    width: 100%;   
}
.header-menu {
    position: relative;
    display: block;
    float: right;
}
.header-menu ul{
    position: relative;
    display: block;
    overflow: hidden;
}
.header-menu ul li{
    position: relative;
    display: inline-block;
    float: left;
    line-height: 30px;
    padding-right: 11px;
    margin-right: 10px;
}
.header-menu ul li:last-child{
    padding-right: 0;
    margin-right: 0;
}
.header-menu ul li:before {
    position: absolute;
    top: 9px;
    right: 0;
    bottom: 7px;
    width: 1px;
    background: rgba(255, 255, 255, 0.10);
    content: "";
}
.header-menu ul li:last-child:before{
    display: none;
}
.header-menu ul li a{
    color: #798795;
    font-size: 14px;
    font-weight: 400;
    line-height: 0;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}



.header-upper {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 28px 0;
}
.header-upper .outer-box {
    position: relative;
    display: block;
}
.header-upper-left {
    position: relative;
    display: block;
}
.header-upper-left .logo {
    position: relative;
    display: block;
    padding: 2px 0;
}
.header-upper-left .logo a{
    position: relative;
    display: inline-block; 
}
.header-upper-left .logo a img{
    width: 130px;
}

.header-upper-right{
    position: relative;
    display: block;
}
.header-contact-info{
    position: relative;
    display: block;    
}
.header-contact-info ul{
    position: relative;
    display: block;
    overflow: hidden;
}
.sticky-header .logo a img{
	width:120px;
}
.header-contact-info ul li{
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 100px;
}
.header-contact-info ul li:last-child{
    margin-right: 0;
}
.header-contact-info ul li .icon{
    width: 50px;
}
.header-contact-info ul li .icon span:before{
    position: relative;
    top: 3px;
    font-size: 30px;
    line-height: 30px;
}
.header-contact-info ul li .icon,
.header-contact-info ul li .title{
    display: table-cell;
    vertical-align: middle;
}
.header-contact-info ul li .title span{
    font-size: 14px;
    font-weight: 400;
}
.header-contact-info ul li .title h6{
    color: #2c2d3e;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin: 1px 0 0;
}
.header-contact-info ul li .title h6 a{
    color: #2c2d3e;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}


.header-lawer {
    position: relative;
    display: block;
    background: transparent;
}
.header-lawer .outer-box {
    position: relative;
    display: block;
    background: #030e27;
}
.header-lawer-left{
    position: relative;
    display: block;    
}

.main-menu {
    position: relative;
    display: block;
    float: left;
}
.main-menu .navbar-collapse{
	padding:0px;
	display:block !important;
}
.main-menu .navigation {
	position: relative;
	display: block;
}
.main-menu .navigation>li {
    position: relative;
    display: inline-block;
    float: left;
    padding-right: 3px;
}
.main-menu .navigation>li>a{ 
    padding-right: 25px;
}
.main-menu .navigation>li.home-icon {
	margin-right: 40px;
}

.main-menu .navigation>li:last-child{
    margin-right: 0;
}
.main-menu .navigation>li>a {
	position: relative;
	display: block;
	color: #ffffff;
	font-size: 16px;
	line-height: 30px;
	font-weight: 600;
	text-transform: capitalize;
	padding: 25px 0px 25px;
	transition: all 500ms ease;
	opacity: 1;
	font-family: 'Poppins', sans-serif;
}
.main-menu .navigation>li>a.home-icon{
    padding: 0;
}
.main-menu .navigation>li>a span.homeicon {
    color: #ffffff;
    font-size: 30px;
    text-align: center;
    font-weight: 400;
    width: 70px;
    padding: 24px 0 25px;
}

.main-menu .navigation> li> ul {
	position: absolute;
	top: 100%;
	left: 0;
	width: 270px;
	padding: 0px 0;
    opacity: 0;
    visibility: hidden;
    border-radius: 0;
	-moz-transform: translateY(30px);
	-webkit-transform: translateY(30px);
	-ms-transform: translateY(30px);
	-o-transform: translateY(30px);
    transform: translateY(30px);
    transition:all 100ms ease;
	z-index: 100;
}
.main-menu .navigation> li> ul:before {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    content: '';
    background: #ffffff;
    border-radius: 0;
	-webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
	-ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
	-o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
	box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    z-index: -1;
}
.main-menu .navigation> li.dropdown:hover> ul {
	opacity:1;
	visibility:visible;
	-moz-transform: translateY(0);
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
    transform: translateY(0);
	transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
}


.main-menu .navigation> li> ul> li {
	position: relative;
    display: block;
    padding: 0 20px;
	width: 100%;
}
.main-menu .navigation> li> ul> li> a{
	position: relative;
	display: block;
	border-bottom: 1px solid #e9e9e9;
	padding: 13px 0px 13px;
	color: #000000;
	font-size: 14px;
	line-height: 24px;
	font-weight: 600;
	text-align: left;
	text-transform: capitalize;
	transition: all 500ms ease;
	font-family: 'Poppins', sans-serif;
}
.main-menu .navigation> li> ul> li:last-child> a{
    border: none;
} 
.main-menu .navigation>li>ul>li>a:hover {
    padding-left: 15px;
}
.main-menu .navigation> li> ul> li> a:before{
    position: absolute;
    top: 0;
    left: 0px;
    bottom: 0;
    font-family: FontAwesome;
    content: "\f105";
    font-size: 14px;
    font-weight: 700;
    margin: 12px 0;
	opacity: 0;
    transition: all 500ms ease;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.main-menu .navigation> li> ul> li.dropdown> a:after {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0;
    font-family: FontAwesome;
    content: "\f105";
    color: #000000;
    font-size: 14px;
    font-weight: 700;
    margin: 12px 0;
    text-align: right;
    z-index: 5;
}
.main-menu .navigation>li>ul>li:hover>a:before{
	opacity: 1;
}


.main-menu .navigation> li> ul> li> ul {
	position: absolute;
	top: 0%;
	left: 100% !important;
	width: 250px;
	padding: 0;
	display: none;
	background: #ffffff;
    border-radius: 0;
	-webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
	-ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
	-o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
	box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -moz-transform: translateY(30px);
	-webkit-transform: translateY(30px);
	-ms-transform: translateY(30px);
	-o-transform: translateY(30px);
    transform: translateY(30px);
    transition:all 100ms ease;
	z-index: 100;
}
.main-menu .navigation li> ul> li.dropdown:hover ul {
	opacity:1;
	visibility:visible;
	-moz-transform: translateY(0);
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;	
}
.main-menu .navigation>li>ul>li>ul> li {
	position: relative;
    display: block;
    padding: 0 20px;
	width: 100%;
}
.main-menu .navigation> li> ul> li> ul> li> a {
	position: relative;
	display: block;
	border-bottom: 1px solid #e9e9e9;
	padding: 13px 0px 13px;
	color: #000000;
	font-size: 14px;
	line-height: 24px;
	font-weight: 600;
	text-align: left;
	text-transform: capitalize;
	transition: all 500ms ease;
	font-family: 'Poppins', sans-serif;
}
.main-menu .navigation> li> ul> li> ul> li:last-child> a{
    border: none;
}
.main-menu .navigation> li> ul> li:hover > a{
    padding-left: 15px;
}
.main-menu .navigation> li> ul> li> ul> li> a:hover {
    padding-left: 15px;
}
.main-menu .navigation>li>ul>li>ul>li a:before{
    position: absolute;
    top: 0;
    left: 0px;
    bottom: 0;
    font-family: FontAwesome;
    content: "\f105";
    font-size: 14px;
    font-weight: 700;
    margin: 12px 0;
	opacity: 0;
    transition: all 500ms ease;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.main-menu .navigation> li> ul> li> ul> li> a:hover:before{
	opacity: 1;
}

.main-menu .navigation> li> ul.megamenu {
    position: absolute;
    left: -232px;
    width: 700px;
}
.main-menu .navigation> li> ul.megamenu li {
    position: relative;
    max-width: 33.333333%;
    float: left;
}









.main-menu .navbar-collapse>ul li.dropdown .dropdown-btn {
    position: absolute;
    right: 0px;
    top: 0;
    width: 50px;
    height: 42px;
    border-left: 1px solid #04102a;
    text-align: center;
    font-size: 16px;
    line-height: 42px;
    color: #ffffff;
    cursor: pointer;
    display: none;
    z-index: 5;
}



.outer-search-box-style1 {
    position: relative;
    display: inline-block;
    float: left;
    padding: 25px 0;
    margin-right: 30px;
}
.outer-search-box-style1 .seach-toggle {
    position: relative;
    display: block;
    color: #ffffff;
    font-size: 16px;
    line-height: 28px;
    cursor: pointer;
    text-align: center;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    margin: 0;
    border: 1px solid transparent;
    transition: all 500ms ease;
}
.outer-search-box-style1 .search-box {
    position: absolute;
    top: 120%;
    right: 0%;
    background: #02091a;
    opacity: 0;
    padding: 20px;
    transition: all 500ms ease 0s;
    visibility: hidden;
    z-index: 100;
    margin-left: 0;
}
.outer-search-box-style1 .search-box.now-visible {
    top: 100%;
    opacity: 1;
    visibility: visible;
    z-index: 100;
}
.outer-search-box-style1 .search-box .form-group{
    position:relative;
    padding: 0px;
    margin: 0px;
    width: 100%;
    min-width: 250px;
}
.outer-search-box-style1 .search-box .form-group input[type="search"] {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #1f1f23;
    color: #000;
    display: block;
    font-size: 13px;
    line-height: 24px;
    position: relative;
    transition: all 500ms ease 0s;
    width: 100%;
    height: 45px;
    padding-left: 15px;
    padding-right: 50px;
}
.outer-search-box-style1 .search-box .form-group input[type="search"]:focus{
    border-color: #f5f5f5;	
}
.outer-search-box-style1 .search-box .form-group button, 
.outer-search-box-style1 .search-box .form-group input[type="submit"] {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    cursor: pointer;
    background: #030e27;
    color: #fff;
    font-size: 13px;
    height: 45px;
    line-height: 45px;
    width: 45px;
    transition: all 500ms ease 0s;
}
.outer-search-box-style1 .search-box .form-group button:hover,
.outer-search-box-style1 .search-box .form-group input:focus + button{
    color: #222222;
    background: #f5f5f5;
}


.quote-button{
    position: relative;
    display: block;
    float: right;
}
.quote-button a {
    position: relative;
    display: inline-block;
    padding: 0 30px;
    background: #010919;
    color: #ffffff;
    font-size: 16px;
    line-height: 80px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}
.quote-button a span:before {
    position: relative;
    top: 2px;
    display: inline-block;
    padding-left: 10px;
    font-size: 22px;
    line-height: 18px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}
.quote-button a:hover{
    color: #ffffff;
}
.quote-button a:hover span:before{
    color: #ffffff;
}



/*** 
=====================================================
	Main Slider style
=====================================================
***/
.main-slider {
    position: relative;
    z-index: 10;
}

.main-slider .slide{
	position: relative;
	padding: 182px 0px 150px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.main-slider .slide .image-layer{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	-webkit-transform:scale(1);
	-ms-transform:scale(1);
	transform:scale(1);
	-webkit-transition: all 6000ms linear;
	-moz-transition: all 6000ms linear;
	-ms-transition: all 6000ms linear;
	-o-transition: all 6000ms linear;
	transition: all 6000ms linear;
}
.main-slider .slide .image-layer:before{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(3, 13, 40, 0.80);
    content: "";
    z-index: -1;
}
.main-slider .active .slide .image-layer{
	-webkit-transform:scale(1.1);
	-ms-transform:scale(1.1);
	transform:scale(1.1);
}
.main-slider .content{
	position:relative;
	z-index:10;
}

.main-slider .content h2{
	position: relative;
	color: #ffffff;
	font-size: 72px;
	line-height: 1.2em;
	font-weight: 500;
	opacity: 0;
    margin-bottom: 36px;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
	-webkit-transform: translateY(80px);
	-moz-transform: translateY(80px);
	-ms-transform: translateY(80px);
	-o-transform: translateY(80px);
	transform: translateY(80px);
}
.main-slider .active .content h2{
	opacity: 1;
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
	transition-delay: 1000ms;
}
.main-slider .content h3{
    position: relative;
    display: inline-block;
    color: #ffffff;
	margin-bottom:25px;
    font-size: 24px;
    line-height: 1.0em;
    font-weight: 300;
    text-transform: uppercase;
	opacity: 0;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
	-webkit-transform: translateY(80px);
	-moz-transform: translateY(80px);
	-ms-transform: translateY(80px);
	-o-transform: translateY(80px);
	transform: translateY(80px);
}
.main-slider .content h3:before{
    position: absolute;
    left: 45px;
    bottom: 4px;
    right: 35px;
    height: 4px;
    content: "";
    z-index: -1;
}


.main-slider .content h3 img{
    width: auto;
    display: inline-block;
    padding-right: 20px;
}
.main-slider .active .content h3{
	opacity: 1;
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
	transition-delay: 1500ms;    
}
.main-slider .content .text{
	position: relative;
	margin-top: 27px;
	margin-bottom: 60px;
	opacity: 0;
	max-width: 100%;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
	-webkit-transform: translateY(80px);
	-moz-transform: translateY(80px);
	-ms-transform: translateY(80px);
	-o-transform: translateY(80px);
	transform: translateY(80px);
}
.main-slider .content .text p{
	color: #ffffff;
	font-size: 18px;
	line-height: 1.8em; 
	margin-bottom:25px;
	font-weight: 300;
	font-family: 'Open Sans', sans-serif;
}
.main-slider .active .content .text{
	opacity: 1;
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
	transition-delay: 2000ms;
}
.main-slider .content .btns-box{
    position: relative;
	opacity: 0;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
	-webkit-transform: translateY(80px);
	-moz-transform: translateY(80px);
	-ms-transform: translateY(80px);
	-o-transform: translateY(80px);
	transform: translateY(80px);
}
.main-slider .active .content .btns-box{
	opacity: 1;
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
	transition-delay: 2500ms;
}
.main-slider .content .btns-box .btn-two {
    position: relative;
    display: inline-block;
    padding: 0 30px;
    background: transparent;
    color: #ffffff;
    font-size: 16px;
    line-height: 57px;
    font-weight: 400;
    text-transform: uppercase;
    border: 2px solid #ffffff;
    font-family: 'Poppins', sans-serif;
    transition: all 0.3s ease-in-out 0.1s;
}
.main-slider .content .btns-box .btn-one{
    color: #ffffff;
    padding: 0 30px;
    margin-left: 11px;
}
.main-slider .content .btns-box .btn-one:hover{
    color: #ffffff;
    border-color: #ffffff;
    background: transparent;
}



.main-slider .owl-theme .owl-dots {
    position: absolute;
    top: 0;
    right: 50px;
    bottom: 0;
    margin: 0;
    width: 50px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    flex-wrap: wrap;
    flex-direction: column;
    padding-right: 10px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.main-slider .owl-theme .owl-dots .owl-dot {
    position: relative;
    display: block;
    width: 30px;
    height: 5px;
    background: rgba(255, 255, 255, 0.30);
    border: 0px solid;
    margin: 5px 0px;
    padding: 0px;
    border-radius: 10px;
    transition: all 500ms ease;
}
.main-slider .owl-theme .owl-dots .owl-dot span{
	display:none;	
}
.main-slider .owl-theme .owl-dots .owl-dot.active{
    width: 40px;
}
.main-slider .owl-theme .owl-dots .owl-dot:before {
    position: absolute;
    top: 0px;
    right: -10px;
    bottom: 0px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    content: "";
    background: rgba(255, 255, 255, 0.30);
    transition: all 500ms ease;
}




/*** 
=============================================
    Service Style1 Area Css
=============================================
***/
.service-style1-area{
    position: relative;
    display: block;

    padding: 120px 0 80px;
}
.service-style1-area.pdtop75{
    padding-top: 75px;
}
.service-style1-area .title {
    position: relative;
    display: block;
    text-align: center;
    padding: 70px 0 70px;
    z-index: 1;
}
.service-style1-area .title:before{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    background: url(../images/icon/services/service-title-icon.png);
    width: 70px;
    height: 130px;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-position: center;
    content: "";
    z-index: -1;
}
.service-style1-area .title h1{
    font-size: 32px;
    line-height: 44px;
}
.service-style1-area .title h1 a{
    position: relative;
    display: inline-block;
}
.single-service-style1 {
    position: relative;
    display: block;
    text-align: center;
    max-width: 350px;
    margin: 0 auto 42px;
    position: relative;
    display: block;
    text-align: center;
    /* max-width: 300px; */
    margin: 0 auto 42px;
    background: #ffffff;
    -webkit-box-shadow: 0px 4px 7px 1px #ebebeb;
    box-shadow: 0px 4px 7px 1px #ebebeb;
    padding: 35px 25px;
}
.single-service-style1 .icon-holder{
    position: relative;
    display: block;
    padding-bottom: 25px;
}
.single-service-style1 .text-holder{
    position: relative;
    display: block;
    padding: 0 10px;
}
.single-service-style1 .text-holder h3{
    font-size: 20px;
    line-height: 26px;
    font-weight: 600;
    margin: 0 0 8px;
}
.single-service-style1 .text-holder h3 a{
    color: #000000;
}
.single-service-style1 .text-holder p{
    color: #798795;
    line-height: 24px;
    margin: 0 0 24px;
}
.single-service-style1 .text-holder .count-box {
    position: relative;
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin: 0 auto;
    color: #798795;
    font-size: 16px;
    line-height: 40px;
    font-weight: 400;
	transition:all 900ms ease;
    z-index: 1;
}
.single-service-style1:hover .text-holder .count-box{
    color: #ffffff;
}
.single-service-style1 .text-holder .count-box:before{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border-radius: 50%;
	transition:all 500ms ease;
	transform:scale(0);
    content: "";
    z-index: -1;
}
.single-service-style1:hover .text-holder .count-box:before{
	transform:scale(1.0);        
}



/*** 
=============================================
    About Style1 Area Css
=============================================
***/
.about-style1-area{
    position: relative;
    display: block;
    background:#f2f3f44a;
    padding: 120px 0 120px;
}
.about-style1-area.bg-white{
    background: #ffffff;
}
.about-style1-area .shape {
    position: absolute;
    left: -130px;
    bottom: -70px;
    right: 0px;
    background: url(../images/shape/shape-1.png);
    width: 697px;
    height: 439px;
    content: "";
}
.about-style1-image-box {
    position: relative;
    display: block;
    max-width: 470px;
    width: 100%;
}
.about-style1-image-box .image-box1 {
    position: relative;
    display: block;
    width: 370px;
    overflow: hidden;
    z-index: 5;
}
.about-style1-image-box .image-box1:before{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 170px;
    height: 300px;
    background: url(../images/shape/border.png);
    content: "";
    z-index: 1;
}
.about-style1-image-box .image-box1 img{
    width: 100%;
    transform: scale(1.01);
    transition: all 700ms ease;    
}
.about-style1-image-box .image-box1:hover img{
    transform: scale(1.2);    
}
.about-style1-image-box .image-box2 {
    position: relative;
    display: block;
    margin-top: 30px;
    width: 170px;
    overflow: hidden;
    z-index: 5;
}
.about-style1-image-box .image-box2 img{
    width: 100%;
    transform: scale(1.2);
    transition: all 700ms ease;    
}
.about-style1-image-box .image-box2:hover img{
    transform: scale(1.0);    
}

.video-holder-box {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 270px;
    height: 545px;
    overflow: hidden;
    background-position: center top;
    background-attachment: inherit;
    background-size: cover;
}
.video-holder-box .icon {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.video-holder-box .icon:before{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: rgba(0, 0, 0, 0.80);
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .7s;
    transition-property: all;
    opacity: 0;
    z-index: 1;    
}
.video-holder-box:hover .icon:before{
    opacity: 1;    
}
.video-holder-box .icon .inner {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 5;
}
.video-holder-box .icon .inner a {
    position: relative;
    display: inline-block;
    text-align: center;
    height: 100px;
    width: 100px;
    transition: all 500ms ease;
    -webkit-animation: pulse 2s infinite;
    -o-animation: pulse 2s infinite;
    animation: pulse 2s infinite;
    transition: all 1s ease;
}
.video-holder-box .icon .inner a span:before {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    color: #ffffff;
    font-size: 30px;
    line-height: 100px;
}

.about-style1-text-box {
    position: relative;
    display: block;
    padding-left: 100px;
    padding-top: 30px;
}
.about-style1-text-box .title{
    position: relative;
    display: block;    
}
.about-style1-text-box .title:before {
    position: absolute;
    top: 6px;
    left: -100px;
    background: url(../images/shape/title-bg.png);
    width: 60px;
    height: 39px;
    content: "";
}

.about-style1-text-box .title p{
    font-size: 18px;
    line-height: 20px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 6px;
    margin: 0;
}
.about-style1-text-box .title h1 {
    position: relative;
    display: block;
    color: #000000;
    font-size: 50px;
    line-height: 48px;
    font-weight: 700;
    margin: 17px 0 0;
}
.about-style1-text-box .title h1 b{
    font-weight: 700;
}
.about-style1-text-box .title h1 span{
    position: relative;
    top: -13px;
    display: inline-block;
    padding: 0px 20px 0px;
    color: #ffffff;
    font-size: 14px;
    line-height: 30px;
    font-weight: 700;
    border-radius: 30px;
    font-family: 'Open Sans', sans-serif;
}
.about-style1-text-box .inner-contant{
    position: relative;
    display: block;
    padding-top: 36px;
}
.about-style1-text-box .inner-contant p{
    margin: 0 0 25px;
}
.about-style1-text-box .inner-contant .signature-box{
    position: relative;
    display: block;
    padding-top: 37px;
}



/*** 
=============================================
    Service Style2 Area style
=============================================
***/
.service-style2-area{
    position: relative;
    display: block;
    background: #ffffff;
    padding: 120px 0 112px;
}
.service-style2-area .layer-outer{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 495px;
    background-attachment: scroll;
    background-size: cover;
    background-position:  center top;
}
.service-style2-area .layer-outer:before{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: rgba(3, 13, 40, 0.80);
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .7s;
    transition-property: all; 
}
.service-style2-area .service-box{
    z-index: 99;    
}
.single-service-style2{
    position: relative;
    display: block;
    margin-bottom: 30px;
    z-index: 11;
}
.single-service-style2 .img-holder{
    position: relative;
    display: block;
    overflow: hidden;
}
.single-service-style2 .img-holder img{
    width: 100%;
    transition: .5s ease;
    transform: scale(1.05);    
}
.single-service-style2:hover .img-holder img{
    transform: scale(1);    
}
.single-service-style2 .img-holder .static-content {
    position: absolute;
    left: 0px;
    bottom: 0px;
    right: 0px;
    min-height: 75px;
    background: #201159;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding-left: 25px;
    transform: perspective(1200px) rotateX(0deg);
    transform-origin: bottom;
    transition: all 700ms ease 100ms;
}
.single-service-style2:hover .img-holder .static-content{
    transform: perspective(1200px) rotateX(90deg); 
    transition: all 700ms ease 200ms;	
}


.single-service-style2 .img-holder .static-content .title{
    position: relative;
    display: block;
    padding-left: 35px;
}
.single-service-style2 .img-holder .static-content .title:before {
    position: absolute;
    top: 5px;
    left: 0;
    bottom: 0;
    width: 25px;
    height: 1px;
    content: "";
    margin: 7px 0 8px;
}
.single-service-style2 .img-holder .static-content .title h3{
    font-size: 18px;
    line-height: 30px;
    font-weight: 600;
}
.single-service-style2 .img-holder .static-content .title h3 a{
    color: #ffffff;
}
.single-service-style2 .img-holder .static-content .icon {
    position: absolute;
    bottom: -5px;
    right: -5px;
}
.single-service-style2 .img-holder .static-content .icon a {
    position: relative;
    display: block;
    width: 70px;
    height: 70px;
    text-align: center;
    color: #ffffff;
    font-size: 40px;
    line-height: 70px;
    font-weight: 300;
}

.single-service-style2 .overlay-content {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 0%;
    z-index: 2;
    opacity: 0;
    transform: scale(0.5);
    background-color: rgba(0, 0, 0, 0.9);
    transition: all 0.8s ease-in-out 0s;
}
.single-service-style2:hover .overlay-content{
    opacity: 1;
    transform: scale(1.0);
	height:100%;
}
.single-service-style2 .overlay-content .inner-content{
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all 0.1s ease-in-out 0.1s;
}
.single-service-style2:hover .overlay-content .inner-content{
    opacity: 1; 
    transition: all 0.8s ease-in-out 0.7s;
}
.single-service-style2 .overlay-content .inner-content .icon {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 95px;
    line-height: 95px;
    padding-top: 132px;
    transform: translateY(15px);
    transition: all 0.3s ease-in-out 0.8s;
}
.single-service-style2:hover .overlay-content .inner-content .icon{
    transform: translateY(0px);    
}
.single-service-style2 .overlay-content .inner-content .text-holder {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 0px 30px 41px;
    transform: translateY(15px);
    transition: all 0.2s ease-in-out 0.9s;
}
.single-service-style2:hover .overlay-content .inner-content .text-holder{
    transform: translateY(0px);    
}
.single-service-style2 .overlay-content .inner-content .text-holder .title{
    position: relative;
    display: block;
    padding-left: 0px;
}
.single-service-style2 .overlay-content .inner-content .text-holder .title:before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 15px;
    height: 15px;
    content: "";
    margin: 7px 0 8px;
    display: none;
}
.single-service-style2 .overlay-content .inner-content .text-holder .title h3{
    font-size: 18px;
    line-height: 30px;
    font-weight: 600;
}
.single-service-style2 .overlay-content .inner-content .text-holder .title h3 a{
    color: #ffffff;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}
.single-service-style2 .overlay-content .inner-content .text-holder p{
    color: #ffffff;
    font-size: 14px;
    line-height: 28px;
    font-weight: 300;
    margin: 12px 0 0;
}
.all-service-button{
    position: relative;
    display: block;
    padding-top: 40px;
}



/*** 
=============================================
    Fact Counter Area style
=============================================
***/
.fact-counter-area {
    position: relative;
    display: block;
    background: #ffffff2e;
    padding-bottom: 40px;
}
.fact-counter-area.pdbottom120{
    padding-bottom: 120px;
}
.fact-counter-area.pdtop120{
    padding-top: 120px;
}
.single-fact-counter {
    position: relative;
    display: block;
    overflow: hidden;
    padding-left: 60px;
}
.single-fact-counter .count-box {
    position: relative;
    display: block;
    margin-top: 4px;
}
.single-fact-counter .count-box h1 {
    position: relative;
    display: inline-block;
    float: left;
    font-size: 72px;
    line-height: 68px;
    font-weight: 300;
}
.single-fact-counter .count-box h1 span {
    position: relative;
    display: inline-block;
    font-weight: 600;
}
.single-fact-counter .count-box .icon {
    position: relative;
    display: inline-block;
    top: 15px;
    padding-left: 3px;
}
.single-fact-counter .count-box .icon span:before {
    color: #000000;
    font-size: 40px;
    font-weight: 700;
}

.single-fact-counter .title {
    position: relative;
    display: block;
    padding-left: 0px;
    margin-bottom: 15px;
}
.single-fact-counter .title h3 {
    color: #000000;
    font-size: 18px;
    line-height: 30px;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
}



/*** 
=============================================
    Latest Portfolio Area Css      
=============================================
***/
.latest-portfolio-area{
    position: relative;
    display: block;
    background: #ffffff00;
    padding: 115px 0 120px;
}
.latest-portfolio-area.pdtop120{
    padding-top: 120px;
}
.latest-portfolio-area.onepage{
    padding-top: 8px;
}
.project-menu-box {
    position: relative;
    display: block;
    overflow: hidden;
    max-width: 970px;
    width: 100%;
    margin: 0 auto;
    border: 1px solid #ededed;
    border-radius: 8px;
    margin-bottom: 50px;
}
.project-filter {
    position: relative;
    display: block;
    text-align: center;
    padding: 21px 0 22px;
}
.project-filter li {
    position: relative;
    display: inline-block;
    float: none;
    margin: 0 25px;
}
.project-filter li:first-child {
    margin-left: 0;
}
.project-filter li:last-child {
    margin-right: 0;
}
.project-filter li .filter-text {
    position: relative;
    display: block;
    color: #919191;
    font-size: 15px;
    line-height: 30px;
    font-weight: 600;
    text-transform: capitalize;
    cursor: pointer;
    transition: all .4s ease;
    font-family: 'Open Sans', sans-serif;
}
.project-filter li .filter-text i:before{
    position: relative;
    top: 3px;
    display: inline-block;
    font-size: 23px;
    padding-right: 6px;
}
.project-filter li .count {
    display: none;
}


.single-portfolio-style1 {
    position: relative;
    display: block;
    padding-bottom: 75px;
    /* margin-bottom: 142px; */
}
.single-portfolio-style1 .img-holder{
    position: relative;
    display: block;
}
.single-portfolio-style1 .img-holder .inner-box{
    position: relative;
    display: block;
    overflow: hidden;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.single-portfolio-style1 .img-holder .inner-box img{
    width: 100%;
    transform: scale(1.0);    
}
.single-portfolio-style1:hover .img-holder .inner-box img {
    transform: scale(1.2) rotate(1deg);
}
.single-portfolio-style1 .img-holder .overlay-style-one {
    background-color: rgba(3, 13, 40, 0.70);
}
.single-portfolio-style1:hover .img-holder .overlay-style-one{
    opacity: 1;    
}
.single-portfolio-style1 .img-holder .inner-box .zoom-button {
    position: relative;
    display: block;
    margin-top: 10%;
}
.single-portfolio-style1 .img-holder .inner-box .zoom-button a span:before{
    position: relative;
    display: inline-block;
    width: 70px;
    height: 70px;
    text-align: center;
    color: #ffffff;
    font-size: 40px;
    line-height: 70px;
    opacity: 0;
    transform: translateY(25px);
    transition: all 0.5s ease-in-out 0.9s;
}
.single-portfolio-style1:hover .img-holder .inner-box .zoom-button a span:before{
    opacity: 1;
    transform: translateY(0px); 
}
.single-portfolio-style1 .img-holder .inner-box .zoom-button a:hover span:before{
    color: #ffffff; 
    background: #000000;
}

.single-portfolio-style1 .img-holder .title-holder {
    position: relative;
    bottom: 0px;
    background: #ffffff;
    display: block;
    padding: 26px 30px 27px;
    padding-right: 10px;
    border-radius: 5px;
    z-index: 2;
    box-shadow: 0px 4px 7px 1px #ebebeb;
    border-bottom: 2px solid #fd5d14;
    position: relative;
    bottom: 0px;
    background: #ffffff;
    display: block;
    padding: 26px 30px 20px;
    padding-right: 10px;
    border-radius: 5px;
    z-index: 2;
    transition: all 700ms ease;
    box-shadow: 0px 4px 7px 1px #ebebeb;
    border-bottom: 2px solid #fd5d14;
}
.single-portfolio-style1 .img-holder .title-holder:before{
	position: absolute;
	left: 0px;
	bottom: 0px;
	width:100%;
	height:0px;
	content:'';
	/* border-radius: 5px; */
	transition: all 700ms ease;
}
.single-portfolio-style1:hover .img-holder .title-holder:before{
	height:100%;
}
.single-portfolio-style1 .img-holder .title-holder span.tag{
    position: relative;
    display: inline-block;
    padding: 0 15px;
    font-size: 13px;
    line-height: 22px;
    font-weight: 400;
    text-transform: uppercase;
    transition: all 0.2s ease-in-out 0.3s;
}
.single-portfolio-style1:hover .img-holder .title-holder span.tag{
    color: #ffffff;
    background: rgb(0, 0, 0);
    transition: all 0.5s ease-in-out 0.5s;
}
.single-portfolio-style1 .img-holder .title-holder h5{
    position: relative;
    font-size: 15px;
    line-height: 22px;
    font-weight: 700;
    margin: 13px 0 10px;
    text-transform: uppercase;
}
.single-portfolio-style1 .img-holder .title-holder h5 a{
    color: #000000;
    transition: all 0.2s ease-in-out 0.3s;
}
.single-portfolio-style1:hover .img-holder .title-holder h5 a{
    color: #ffffff;
    transition: all 0.5s ease-in-out 0.6s;    
}
.single-portfolio-style1 .img-holder .title-holder h5 a:hover{
    color: #000000;    
}
.single-portfolio-style1 .img-holder .title-holder p{
    position: relative;
    color: #798795;
    font-size: 14px;
    line-height: 22px;
    margin: 0;
    transition: all 0.2s ease-in-out 0.3s;
    text-transform: uppercase;
}
.single-portfolio-style1:hover .img-holder .title-holder p{
    color: #ffffff;
    transition: all 0.5s ease-in-out 0.7s;       
}
.single-portfolio-style1 .img-holder .title-holder p span:before{
    position: relative;
    top: 1px;
    left: -2px;
    display: inline-block;
    padding-right: 4px;
    font-size: 16px;
    transition: all 0.2s ease-in-out 0.3s;
}
.single-portfolio-style1:hover .img-holder .title-holder p span:before{
    color: #ffffff;
    transition: all 0.5s ease-in-out 0.9s;        
}
.all-portfolio-button {
    position: relative;
    display: block;
    padding-top: 20px;
}



/*** 
=============================================
    Testimonial Style1 Area Css
=============================================
***/
.testimonial-style1-area {
    position: relative;
    display: block;
    background: #2626260d;
}
.testimonial-style1-title-box{
    position: relative;
    display: block;
    padding-top: 120px;
    padding-bottom: 216px;
    z-index: 1;
}
.testimonial-style1-title-box:before{
    position: absolute;
    top: 0;
    left: -10000px;
    bottom: 0;
    right: 0;
    content: "";
    z-index: -1;
	margin-bottom: -37px;
}
.testimonial-style1-title-box .sec-title {
    padding: 0;
}
.testimonial-style1-title-box .sec-title p {
    color: #ffffff;
    font-size: 14px;
    line-height: 20px;
    font-weight: 300;
    text-transform: uppercase;
    margin: 0;
}
.testimonial-style1-title-box .sec-title .big-title {
    padding: 9px 0 0;
}
.testimonial-style1-title-box .sec-title .big-title h1 {
    color: #ffffff;
    font-size: 80px;
    line-height: 95px;
    font-weight: 700;
    text-transform: capitalize;
}


.single-testimonial-style1{
    position: relative;
    display: block;
}
.single-testimonial-style1:before {
    position: absolute;
    top: 25px;
    right: 30px;
    font-family: "Flaticon";
    content: "\f122";
    font-size: 42px;
    line-height: 30px;
    z-index: 1;
}
.single-testimonial-style1 .text {
    position: relative;
    display: block;
    background: #ffffff;
    border: 1px solid #e7e7e8;
    padding: 35px 39px 35px;
    border-radius: 7px;
}
.single-testimonial-style1 .text:after {
    position: absolute;
    left: 29px;
    bottom: -15px;
    background: url(../images/icon/testimonial-arrow.png);
    content: "";
    width: 15px;
    height: 15px;
    z-index: 1;
}
.single-testimonial-style1 .text p{
    color: #798795;
    font-size: 18px;
    line-height: 32px;
    font-weight: 300;
    margin: 0;
}
.single-testimonial-style1 .client-info{
    position: relative;
    display: block;
    padding-top: 30px;
    padding-left: 30px;
}
.single-testimonial-style1 .client-info .icon-box{
    width: 60px;
}
.single-testimonial-style1 .client-info .icon-box span:before{
    position: relative;
    display: block;
    width: 60px;
    height: 60px;
    border: 1px solid #e7e7e8;
    border-radius: 50%;
    font-size: 30px;
    line-height: 58px;
    text-align: center;
}
.single-testimonial-style1 .client-info .icon-box,
.single-testimonial-style1 .client-info .title-box{
    display: table-cell;
    vertical-align: middle;
}
.single-testimonial-style1 .client-info .title-box{
    position: relative;
    padding-left: 15px;
}
.single-testimonial-style1 .client-info .title-box h3{
    font-size: 18px;
    line-height: 20px;
    font-weight: 600;
    margin: 0 0 7px;
}
.single-testimonial-style1 .client-info .title-box p{
    color: #000000;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    margin: 0;
}



.single-vertical-carousel {
    position: relative;
    display: block;
    margin-left: 98px;
    z-index: 1;
}
.single-vertical-carousel:before {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 10px;
    background: #ffffff00;
    content: "";
    z-index: 1;
}
.single-vertical-carousel .slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 10px 0 0;
}

.single-vertical-carousel.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 0px solid transparent;
    opacity: 1;
    border-radius: 0px;
    margin: 0;
    margin-bottom: 70px;
}
.single-vertical-carousel.slick-vertical .slick-slide:last-child{
    margin-bottom: 0;
}
.single-vertical-carousel .slide.slick-slide.slick-current.slick-active{
    opacity: 1.0;
}
.single-vertical-carousel .slick-dots{
	display:none !important;
}
.single-vertical-carousel .prev-btn {
    position: absolute;
    top: 475px;
    left: -690px;
    height: 60px;
    width: 50px;
    border-radius: 7px;
    color: #ffffff;
    background: none;
    background-color: rgba(255, 255, 255, 0.10);
    border: 0px solid #eeeeee;
    font-size: 30px;
    text-align: center;
    cursor: pointer;
    line-height: 56px;
    margin-top: 0px;
    transition: all 0.3s ease;
    z-index: 10;
    transform: rotate(-90deg);
}
.single-vertical-carousel .next-btn {
    position: absolute;
    top: 475px;
    left: -610px;
    width: 50px;
    height: 60px;
    border-radius: 7px;
    color: #ffffff;
    background: none;
    background-color: rgba(255, 255, 255, 0.10);
    border: 0px solid #eeeeee;
    font-size: 30px;
    text-align: center;
    cursor: pointer;
    line-height: 56px;
    margin-bottom: 0;
    transition: all 0.3s ease;
    z-index: 10;
    transform: rotate(-90deg);
}
.single-vertical-carousel .next-btn:hover,
.single-vertical-carousel .prev-btn:hover{
    background-color: rgba(255, 255, 255, 0.40);
}



/*** 
=============================================
    Team Area Css
=============================================
***/
.team-area {
    position: relative;
    display: block;
    background: #ffffff00;
    padding: 80px 0 80px;
}
.team-area.pdtop0{
    padding-top: 0;
}
.team-area.pdtop120{
    padding-top: 120px;
}
.single-team-member {
    position: relative;
    display: block;
    margin-bottom: 40px;
    border-radius: 10px;
}
.single-team-member .img-holder {
    position: relative;
    display: block;
    overflow: hidden;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.single-team-member .img-holder::after {
    position: absolute;
    top: 0;
    left: -100%;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: linear-gradient(to right, rgba(3,13,40, 0) 0%, rgba(3,13,40, .3) 100%);
    transform: skewX(-25deg);
}
.single-team-member:hover .img-holder::after{
	-webkit-animation: shine 1.5s;
	animation: shine 1.5s;
}

.single-team-member .img-holder img{
    width: 100%;
    transform: scale(1.0);
    transition: all 700ms ease;
}
.single-team-member:hover .img-holder img{

}

.single-team-member .title-holder{
    position: relative;
    display: block;
    overflow: hidden;
    background: #ffffff;
    -webkit-box-shadow: 0px 4px 7px 1px #ebebeb;
    box-shadow: 0px 4px 7px 1px #ebebeb;
    transition: all 0.4s ease-in-out 0.3s;
    z-index: 1;
    border-radius: 0px 0px 10px 10px;
    border-bottom: 2px solid #fd5d14;
}
.single-team-member:hover .title-holder{
    box-shadow: none;
    transition: all 0.4s ease-in-out 0.3s;    
}
.single-team-member .title-holder:before{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    opacity: 0;
    transform: translateY(115px);
    transition: all 0.4s ease-in-out 0.3s;
    z-index: -1;
}
.single-team-member:hover .title-holder:before{
    opacity: 1;
    transform: translateY(0px);
    transition: all 0.4s ease-in-out 0.3s;
}
.single-team-member .title-holder .inner {
    position: relative;
    display: block;
    overflow: hidden;
    background: transparent;
    padding-left: 30px;
    padding-top: 25px;
    padding-bottom: 25px;
    z-index: 1;
    /* border-radius: 10px; */
}
.single-team-member .title-holder .inner .left{
    position: relative;
    display: block;       
}
.single-team-member .title-holder .inner .left h3{
    color: #000000;
    font-size: 20px;
    line-height: 26px;
    font-weight: 600;
    margin: 0 0 15px;
    transition: all 0.4s ease-in-out 0.3s;
}
.single-team-member:hover .title-holder .inner .left h3{
    color: #ffffff;
    transition: all 0.4s ease-in-out 0.6s;
}
.single-team-member .title-holder .inner .left .social-links{
    position: relative;
    display: block;       
}
.single-team-member .title-holder .inner .left .social-links .social-links-style1 li {
    margin-right: 15px;
    border-radius: 50%;
    border: 1px solid #e4e3e6;
    /* padding: 3px 3px; */
    width: 35px;
    text-align: center;
    line-height: 30px;
    /* background: #3b5998; */
}
.single-team-member .title-holder .inner .left .social-links .social-links-style1 li:last-child{
    margin-right: 0;
}
.single-team-member .title-holder .inner .left .social-links .social-links-style1 li a {
    color: #898989;
    font-size: 16px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
    transition: all 0.4s ease-in-out 0.3s;
    text-align: center;
}
.single-team-member:hover .title-holder .inner .left .social-links .social-links-style1 li a{
    color: #ffffff;
    transition: all 0.4s ease-in-out 0.8s;
}
.single-team-member .title-holder .inner .left .social-links .social-links-style1 li a:hover{
    color: #000000;    
}

.single-team-member .title-holder .inner .right a{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 70px;
    height: 70px;
    text-align: center;
    color: #ffffff;
    font-size: 40px;
    line-height: 70px;
    font-weight: 300;
}



/*** 
=============================================
    Latest blog Area style
=============================================
***/
.latest-blog-area {
    position: relative;
    display: block;
    background: #ffffff;
    padding-top: 0px;
    padding-bottom: 0px;
}
.latest-blog-area.pdtop120{
    padding-top: 120px;
}

.single-blog-post {
    position: relative;
    display: block;
    margin-bottom: 43px;
}
.single-blog-post .img-holder {
    position: relative;
    display: block;
    overflow: hidden;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.single-blog-post .img-holder img {
    width: 100%;
    transition: .5s ease;
    transform: scale(1.05);
}
.single-blog-post:hover .img-holder img {
    transform: scale(1);    
}
.single-blog-post:hover .overlay-style-one{
    opacity: 1;
}

.single-blog-post .img-holder .post-date{
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 2;
}
.single-blog-post .img-holder .post-date p{
    position: relative;
    display: inline-block;
    padding: 5px 15px 5px;
    color: #ffffff;
    font-size: 13px;
    line-height: 20px;
    font-weight: 400;
    margin: 0;
}
.single-blog-post .img-holder .post-date p span:before{
    position: relative;
    display: inline-block;
    padding-right: 5px;
}




.single-blog-post .text-holder {
    position: relative;
    display: block;
    padding-top: 25px;
    background: #ffffff;
    transition: all 0.5s ease-in-out 0.2s;
    padding: 40px;
    background: #ffffff;
    box-shadow: 0px 4px 7px 1px #ebebeb;
}
.single-blog-post .text-holder .blog-title {
    position: relative;
    display: block;
    color: #010101;
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
    margin: 0 0 13px;
}
.single-blog-post .text-holder .blog-title a{
    color: #010101;
    transition: all 500ms ease;
}
.single-blog-post .text-holder p{
    color: #798795;
    font-size: 18px;
    line-height: 32px;
    margin: 0;
}


.single-blog-post .text-holder .bottom {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 14px;
}
.single-blog-post .text-holder .bottom .author-name{
    position: relative;
    display: block;       
}
.single-blog-post .text-holder .bottom .author-name a{
    color: #000000;
    font-size: 14px;
    font-weight: 500;
}
.single-blog-post .text-holder .bottom .author-name a span:before{
    position: relative;
    display: inline-block;
    font-weight: 700;
    padding-right: 4px;
}
.single-blog-post .text-holder .bottom .read-more-button{
    position: relative;
    display: block;
}
.single-blog-post .text-holder .bottom .read-more-button a{
    font-size: 14px;
    font-weight: 700;
}
.single-blog-post .text-holder .bottom .read-more-button a span:before{
    position: relative;
    display: inline-block;
    padding-left: 8px;
    background: #fe5a0e;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    padding: 0px 6px;
    font-size: 9px;
    /* margin-left: 5px; */
    margin-right: 5px;
}



.single-blog-post.style2 {
    margin-bottom: 30px;
}
.single-blog-post.style2 .text-holder .blog-title {
    font-size: 18px;
    line-height: 28px;
    margin: 0;
}



/*** 
=============================================
    Partner Area Css
=============================================
***/
.partner-area {
    position: relative;
    display: block;
    background: #ffffff;
    padding-top: 0px;
    padding-bottom: 75px;
}
.partner-box {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}
.single-partner-logo-box {
    position: relative;
    overflow: hidden;
    flex: 0 0 20%;
    max-width: 20%;
    width: 100%;
    margin-bottom: 40px;
}
.single-partner-logo-box a {
    position: relative;
    display: inline-block;
}
.single-partner-logo-box a img {
    opacity: .35;
    transition: all 0.2s ease-in-out 0.1s;
}
.single-partner-logo-box:hover a img{
    opacity: .0;
    transition: all 0.8s ease-in-out 0.1s;
}

.single-partner-logo-box .overlay-box{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    transform: translateY(80px);
    transition: all 0.4s ease-in-out 0.1s;
}
.single-partner-logo-box:hover .overlay-box{
    transform: translateX(0px);      
}
.single-partner-logo-box .overlay-box a{
    position: relative;
    display: inline-block;  
}
.single-partner-logo-box .overlay-box a img{
    opacity: 1;    
}



/*** 
=============================================
    Footer area style
=============================================
***/
footer {
    position: relative;
    display: block;
    background: #f4f4f4;
    z-index: 10;
}

@-webkit-keyframes bgSlideReverse {
  0% {
    background-position: 0 0;
  }
  20% {
    background-position: 100px 0;
  }
  40% {
    background-position: 200px 0;
  }
  60% {
    background-position: 150px 0;
  }
  80% {
    background-position: 100px 0;
  }
  100% {
    background-position: 0px 0;
  }
}
@keyframes bgSlideReverse {
  0% {
    background-position: 0 0;
  }
  20% {
    background-position: 100px 0;
  }
  40% {
    background-position: 200px 0;
  }
  60% {
    background-position: 150px 0;
  }
  80% {
    background-position: 100px 0;
  }
  100% {
    background-position: 0px 0;
  }
}

.footer{
    position: relative;
    display: block;
    z-index: 1;
    padding-top:70px;
    background: #0000006e;
    margin-top: -28px;
}
.single-footer-widget {
    position: relative;
    display: block;
    overflow: hidden;
}
.single-footer-widget .title {
    position: relative;
    display: block;
    margin-top: -3px;
    padding-bottom: 16px;
}
.single-footer-widget .title h3 {
    color: #2a2a2a;
    font-size: 18px;
    line-height: 20px;
    font-weight: 700;
    text-transform: uppercase;
}

.single-footer-widget .our-company-info{
    position: relative;
    display: block;
}
.single-footer-widget .our-company-info .footer-logo {
    position: relative;
    display: block;
    padding-bottom: 20px;
}
.single-footer-widget .our-company-info .footer-logo a{
    display: inline-block;
}
.single-footer-widget .our-company-info .text{
    position: relative;
    display: block;    
}
.single-footer-widget .our-company-info .text p{
    color: #070707;
    font-size: 16px;
    line-height: 32px;
    font-weight: 400;
    margin: 0;
}
.single-footer-widget .our-company-info .footer-social-links{
    position: relative;
    display: block;
    padding-top: 40px;
}


.single-footer-widget .pages-box{
    position: relative;
    display: block;
}
.single-footer-widget .page-links{
    position: relative;
    display: block;    
}
.single-footer-widget .page-links li {
    position: relative;
    display: block;
    margin-bottom: 12px;
}
.single-footer-widget .page-links li:last-child{
    margin-bottom: 0;
}
.single-footer-widget .page-links li a{
    position: relative;
    display: block;
    padding-left: 10px;
    color: #474747;
    font-size: 16px;
    line-height: 32px;
    font-weight: 400;
    transition: all 200ms linear;
    transition-delay: 0.3s;
}
.single-footer-widget .page-links li a:before{
    position: absolute;
    left: 0;
    bottom: 10px;
    width: 3px;
    height: 3px;
    background: #fd5d14;
    content: "";
    transition: all 200ms linear;
    transition-delay: 0.1s;
}



.twitter-feed-box{
    position: relative;
    display: block;
    background: #06112a;
    border: 1px solid #0f1a32;
    padding: 43px 30px 33px;
    border-radius: 10px;
}
.twitter-feed-box h3{
    font-size: 24px;
    line-height: 34px;
    font-weight: 500;
    margin: 0 0 1px;
}
.twitter-feed-box h3 a{
    color: #ffffff;
}
.twitter-feed-box span{
    font-size: 13px;
    font-weight: 400;
}
.twitter-feed-box .border-box{
    position: relative;
    display: block;
    height: 1px;
    width: 70px;
    background: #5c5e63;
    margin: 21px 0 20px;
}
.twitter-feed-box .text{
    position: relative;
    display: block;
    padding-bottom: 14px;
}
.twitter-feed-box .text p{
    color: #ffffff;
    font-size: 16px;
    line-height: 32px;
    font-weight: 400;
    margin: 0;
}

.twitter-feed-box .bottom {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.twitter-feed-box .bottom .comments{
    position: relative;
    display: block;    
}
.twitter-feed-box .bottom .comments a{
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
}
.twitter-feed-box .bottom .comments a i{
    position: relative;
    display: inline-block;
    padding-right: 10px;
}
.twitter-feed-box .bottom .twitter-icon {
    position: relative;
    display: block;
    transform: rotateY(180deg);
}
.twitter-feed-box .bottom .twitter-icon span:before {
    position: relative;
    top: 5px;
    display: inline-block;
    color: #22a0f2;
    font-size: 48px;
}



.footer-bottom {
    position: relative;
    display: block;
    overflow: hidden;
    background: black;
}
.footer-bottom .outer-box {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.copyright-text {
    position: relative;
    display: block;
    padding: 20px 0;
    padding-right: 70px;
    z-index: 1;
}
.copyright-text:before{
    position: absolute;
    top: 0;
    left: -10000px;
    bottom: 0;
    right: 0;
    content: "";
    -moz-transform: skew(25deg, 0deg);
    -webkit-transform: skew(25deg, 0deg);
    -o-transform: skew(25deg, 0deg);
    -ms-transform: skew(25deg, 0deg);
    transform: skew(25deg, 0deg);
    z-index: -1;
}
.copyright-text p{
    color: #ffffff;
    font-size: 16px;
    line-height: 30px;
    font-weight: 300;
    margin: 0;
}
.copyright-text p a {
    color: #ffffff;
    font-weight: 500;
    transition: all 500ms ease;
}
.copyright-text p a:hover{
    color: #ffffff;    
}


.footer-menu {
    position: relative;
    display: block;
}
.footer-menu ul{
    position: relative;
    display: block;
    overflow: hidden;
}
.footer-menu ul li{
    position: relative;
    display: inline-block;
    float: left;
    line-height: 30px;
    padding-right: 11px;
    margin-right: 10px;
}
.footer-menu ul li:last-child{
    padding-right: 0;
    margin-right: 0;
}
.footer-menu ul li:before {
    position: absolute;
    top: 9px;
    right: 0;
    bottom: 7px;
    width: 1px;
    background: rgba(255, 255, 255, 0.10);
    content: "";
}
.footer-menu ul li:last-child:before{
    display: none;
}
.footer-menu ul li a{
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    line-height: 0;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}



/*** 
=============================================
    Header Style2 Css
=============================================
***/
.header-style2{
    
}
.header-upper-style2 {
    position: relative;
    display: block;
    background: rgba(255, 255, 255, 0.30);
    padding: 0;
}
.header-upper-left-style2 {
    position: relative;
    display: block;    
}
.header-upper-left-style2 .logo {
    position: relative;
    display: block;
    padding: 30px 0;
}
.header-upper-right-style2{
    position: relative;
    display: block;    
}
.header-upper-right-style2 .nav-outer{
    position: relative;
    display: block;
    float: left;
}
.main-menu.style2 .navigation>li>a {
    color: #000000;
    padding: 40px 0px 40px;
}


.main-menu.style2 .navigation>li>a.home-icon{
    padding: 0;
}
.main-menu.style2 .navigation>li>a span.homeicon {
    color: #ffffff;
    font-size: 30px;
    text-align: center;
    font-weight: 400;
    width: 70px;
    padding: 39px 0 40px;
}



.menu-right-content {
    position: relative;
    display: block;
    float: right;
}
.menu-right-content .outer-search-box-style1 {
    padding: 40px 0;
    margin-left: 50px;
    margin-right: 20px;
}
.menu-right-content .outer-search-box-style1 .seach-toggle {
    color: #000000;
}
.quote-button.style2 {
    position: relative;
    display: block;
    float: right;
    padding: 15px 0;
}
.quote-button.style2 a {
    color: #ffffff;
    padding: 0 30px;
}
.quote-button.style2 a:hover{
    background: #030e27;    
}



/*** 
=====================================================
	Main Slider Style2 style
=====================================================
***/
.main-slider.style2 {
    margin-top: 28px;
}
.main-slider.style2 .slider-box{
    position: relative;
    display: block;
}
.main-slider.style2 .slide {
    padding: 262px 0px 160px;
}
.main-slider.style2 .slide .image-layer:before {
    display: none;
}
.main-slider.style2 .content h2 {
    color: #010101;
}
.main-slider.style2 .content h3 {
    color: #010101;
}
.main-slider.style2 .content .text p {
    color: #798795;
}
.main-slider.style2 .content .btns-box .btn-two {
    color: #000000;
    border: 2px solid #000000;
}
.main-slider.style2 .content .btns-box .btn-two:hover{
    color: #ffffff;
    background: #000000;
}


.video-holder-box-style4 {
    position: absolute;
    left: 28px;
    bottom: 142px;
    z-index: 100;
    transform: rotate(-90deg);
}
.video-holder-box-style4 a {
    position: relative;
    display: block;
    float: left;
    text-align: center;
    height: 80px;
    width: 80px;
    border-radius: 50%;
    padding: 11px;
    border: 1px dashed #777777;
    transition: all 500ms ease;
}
.video-holder-box-style4 a span:before {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    color: #ffffff;
    font-size: 18px;
    line-height: 56px;
    transition: all 500ms linear;
    transition-delay: 0.1s;
}
.video-holder-box-style4 a:hover span:before{
    background: #000000;
}
.video-holder-box-style4 h6 {
    position: relative;
    display: inline-block;
    float: left;
    color: #000000;
    font-size: 14px;
    font-weight: 600;
    margin: 32px 0;
    padding-left: 15px;
}




/*** 
=====================================================
	Partner Style2 Area style
=====================================================
***/
.partner-style2-area{
    position: relative;
    display: block;
    padding: 120px 0 0;
}



/*** 
=====================================================
	About Style2 Area style
=====================================================
***/
.about-style2-area{
    position: relative;
    display: block;
}
.about-style2-image-box{
    position: relative;
    display: block;
}
.about-style2-image-box img{
    max-width: none !important;
    float: right;
}
.about-style2-image-box .inner-box{
    position: absolute;
    top: 85px;
    left: 400px;
    bottom: 0;
    right: 0;
}
.about-style2-image-box .inner-box .image-box1 {
    position: relative;
    display: inline-block;
    z-index: 1;
}
.about-style2-image-box .inner-box .image-box1:before{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 30px;
    background: #ffffff;
    content: "";
}
.about-style2-image-box .inner-box .image-box1:after{
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 30px;
    background: #ffffff;
    content: "";
}
.about-style2-image-box .inner-box .image-box1 img {
    width: 100%;
    max-width: none;
    float: none;
}
.about-style2-image-box .inner-box .image-box1:hover img{}
.about-style2-image-box .inner-box .image-box2 {
    position: relative;
    display: inline-block;
    overflow: hidden;
    z-index: 1;
}
.about-style2-image-box .inner-box .image-box2:before {
    position: absolute;
    top: 0;
    right: -30px;
    bottom: 0;
    width: 30px;
    background: #ffffff;
    content: "";
}
.about-style2-image-box .inner-box .image-box2 img{
    width: 100%;
    max-width: none;
    float: none;
    -webkit-transition: all 0.5s cubic-bezier(0.62, 0.21, 0.45, 1.22);
    -o-transition: all 0.5s cubic-bezier(0.62, 0.21, 0.45, 1.22);
    transition: all 0.5s cubic-bezier(0.62, 0.21, 0.45, 1.22);
}
.about-style2-image-box .inner-box .image-box2:hover img{}
.video-holder-box.style2 {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100px;
    height: 100px;
}
.video-holder-box.style2 .icon .inner a span:before {
    background: #ffffff;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}
.video-holder-box.style2 .icon .inner a:hover span:before{
    color: #ffffff;
    background: #030e27;    
}


.about-style1-text-box.style2 {
    padding-top: 116px;
    padding-left: 100px;
}
.about-style1-text-box.style2 .title:before {
    display: none;
}
.about-style1-text-box.style2 .title p {
    color: #ffffff;
}
.about-style1-text-box.style2 .title h1 {
    color: #ffffff;
    margin: 17px 0 0;
}
.about-style1-text-box.style2 .title h1 span {
    color: #ffffff;
    background: #fb8b57;
}
.about-style1-text-box.style2 .title h1 b {
    color: #000000;
}
.about-style1-text-box.style2 .inner-contant p {
    color: #ffffff;
    margin: 0;
}


.fact-box-style2{
    position: relative;
    display: block;
    padding-top: 60px;
}
.fact-box-style2 ul{
    position: relative;
    display: block;
    overflow: hidden;
}
.fact-box-style2 ul .single-fact-counter {
    position: relative;
    display: inline-block;
    float: left;
    width: 170px;
    padding: 0;
    margin-right: 30px;
}
.fact-box-style2 ul .single-fact-counter:last-child{
    margin-right: 0;
}
.fact-box-style2 ul .single-fact-counter .count-box {
    display: block;
    margin-top: 0px;
    position: relative;
}
.fact-box-style2 ul .single-fact-counter .count-box h1 {
    display: inline-block;
    float: none;
    color: #000000;
}
.fact-box-style2 ul .single-fact-counter .count-box .icon {
    position: relative;
    top: -10px;
    display: inline-block;
    padding-left: 3px;
}
.fact-box-style2 ul .single-fact-counter .count-box .icon span:before {
    color: #ffffff;
    font-size: 40px;
}
.fact-box-style2 ul .single-fact-counter .title {
    padding-top: 0px;
    padding-left: 0px;
}
.fact-box-style2 ul .single-fact-counter .title h3 {
    color: #ffffff;
}



/*** 
=============================================
    Service Style3 Area Css
=============================================
***/
.service-style3-area{
    position: relative;
    display: block;
}
.service-style3-area .auto-container {
    position: static;
    max-width: 1800px;
    padding: 0px 20px;
    margin: 0 auto;
}
.single-service-style3{
    position: relative;
    display: block;
    z-index: 2;
}
.single-service-style3 .img-holder{
    position: relative;
    display: block;
    overflow: hidden;
}
.single-service-style3 .img-holder img{
    width: 100%;
    -webkit-transition: all 0.5s cubic-bezier(0.62, 0.21, 0.45, 1.22);
    -o-transition: all 0.5s cubic-bezier(0.62, 0.21, 0.45, 1.22);
    transition: all 0.5s cubic-bezier(0.62, 0.21, 0.45, 1.22);  
}
.single-service-style3:hover .img-holder img{
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.single-service-style3 .overlay-content{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(3, 13, 40, 0.80);
    opacity: 0;
	-webkit-transform:translateY(-100%);
	-ms-transform:translateY(-100%);
	-o-transform:translateY(-100%);
	-moz-transform:translateY(-100%);
	transform:translateY(-100%);
    transition: all 0.7s cubic-bezier(0.62, 0.21, 0.45, 1.22);  
}
.single-service-style3:hover .overlay-content{
	opacity:1;
	-webkit-transform:translateY(0%);
	-ms-transform:translateY(0%);
	-o-transform:translateY(0%);
	-moz-transform:translateY(0%);
	transform:translateY(0%);
    transition: all 0.7s cubic-bezier(0.62, 0.21, 0.45, 1.22);  
}

.single-service-style3 .overlay-content .icon-holder{
    position: absolute;
    top: 0;
    right: 0;
    width: 70px;
    height: 70px;
    color: #ffffff;
    font-size: 30px;
    line-height: 70px;
    text-align: center;
}
.single-service-style3 .overlay-content .title-holder{
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    display: block;
    padding: 0 30px 42px;
    opacity: 0;
	transform:translateY(100%);
	transition: all 800ms ease;
}
.single-service-style3:hover .overlay-content .title-holder{
    opacity: 1;
	transform:translateY(0%); 
	transition-delay: 700ms;
}
.single-service-style3 .overlay-content .title-holder p{
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    text-transform: uppercase;
    margin: 0 0 9px;
}
.single-service-style3 .overlay-content .title-holder h3{
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
}
.single-service-style3 .overlay-content .title-holder h3 a{
    color: #ffffff;
    transition: all 300ms ease;
}
.service-carousel.owl-nav-style-one.owl-theme .owl-nav {
    position: absolute;
    top: -120px;
    left: 0;
    right: 0;
    max-width: 1170px;
    margin: 0 auto;
    text-align: right;
}



/*** 
=============================================
    Testimonial Style2 Area Css
=============================================
***/
.testimonial-style2-area{
    position: relative;
    display: block;
    padding: 120px 0 120px;
}
.testimonial-style2-area.pdtop90{
    padding-top: 90px;
}
.testimonial-style2-area .sec-title {
    padding-bottom: 54px;
}
.testimonial-carousel{
    padding: 0 100px;
}



/*** 
=============================================
    Faq Content Area Css
=============================================
***/
.faq-content-area{
    position: relative;
    display: block;
    background: #ffffff;
    padding: 0px 0 120px;
}
.faq-image-box{
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
}



/*** 
=============================================
    Video Gallery Area Css      
=============================================
***/
.video-gallery-area{
    position: relative;
    display: block;
    padding: 250px 0 250px;
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    z-index: 1;    
}
.video-gallery-area:before{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; 
    background-color: rgba(3, 13, 40, 0.80);
    content: "";
    z-index: -1;
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .7s;
    transition-property: all;
}
.video-holder-box-style3 {
    position: relative;
    display: block;
}
.video-holder-box-style3 a {
    position: relative;
    display: block;
    text-align: center;
    height: 200px;
    width: 200px;
    margin: 0 auto;
    border-radius: 50%;
    padding: 50px;
    background-color: rgba(255, 255, 255, 0.05);
    transition: all 500ms ease;
    -webkit-animation: pulse 2s infinite;
    -o-animation: pulse 2s infinite;
    animation: pulse 2s infinite;
    transition: all 1s ease;
}
.video-holder-box-style3 a span:before {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    color: #ffffff;
    font-size: 30px;
    line-height: 100px;
}



/*** 
=============================================
    Slogan Area Css
=============================================
***/
.slogan-area{
    position: relative;
    display: block;
}
.slogan-area.style2{
    background: #030e27;
    overflow: hidden;
}
.slogan-content{
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap; 
    min-height: 140px;
    z-index: 1;
}
.slogan-content:before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    font-family: "Flaticon";
    content: "\f124";
    color: rgba(255, 255, 255, 0.39);
    font-size: 100px;
    line-height: 100px;
    padding: 20px 0;
}
.slogan-content .title{
    position: relative;
    display: block;
    z-index: 1;
}
.slogan-content .title h1{
    color: #ffffff;
    font-size: 48px;
    line-height: 56px;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
}
.slogan-content .quote-button{
    position: relative;
    display: block;
    margin: 0;
}
.slogan-content .quote-button a {
    background: #ffffff;
    line-height: 70px;
}
.slogan-content .quote-button a:hover{
    color: #ffffff;
}
.slogan-content.style2 .quote-button a{
    color: #ffffff;
}
.slogan-content.style2 .quote-button a:hover{
    background: #020a1c;
}
.slogan-content.style2 .quote-button a span:before {
    color: #ffffff;
}
.slogan-content.style2 .quote-button a{
	background:#fff!important;
}
.about-style2-area .single-fact-counter .count-box h1 span {

    color: #222!important;
}
.about-style2-area .count-box .icon span{
	color: #222!important;
}

.about-style1-text-box.style2 {

    padding-bottom: 110px;
}
.about-style1-text-box.style2.icon span:before {
    color: #000!important;

}
/*** 
=============================================
    header Style3 Css
=============================================
***/
.header-style3{ }
.header-upper-style2.bg-transparent {
    background: transparent;
}
.main-menu.style2.clr-white .navigation>li>a {
    color: #fff;
    padding-right: 30px;
}
.main-menu.style2.clr-white .navigation>li>a.homeicon {
    color: #ffffff;
}
.main-menu.style2.clr-white .navigation>li:hover>a.homeicon,
.main-menu.style2.clr-white .navigation>li.current>a.homeicon{
    color: #ffffff;    
}
.quote-button.style3 a {
    color: #ffffff;
    line-height: 110px;
}
.quote-button.style3 a span:before {
    color: #ffffff;
    top: 2px;
    padding-left: 10px;
}
.quote-button.style3 a:hover{
    background: #030e27;
}
.menu-right-content .outer-search-box-style1.clr-white .seach-toggle {
    color: #ffffff;
}



/*** 
=============================================
    Main Slider Style3 Css
=============================================
***/
.main-slider.style3 {
    margin-top: -85px;
}
.main-slider.style3 .slide {
    padding: 252px 0px 400px;
}
.main-slider.style3 .slide .image-layer:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(3, 13, 40, 0.80);
    content: "";
    z-index: -1;
}
.main-slider.style3 .content .btns-box {
    margin-top: 62px;
}
.main-slider.style3 .active .content .btns-box{
	transition-delay: 2000ms;
}
.video-holder-box-style4.clr-white h6 {
    color: #ffffff;
}



/*** 
=============================================
    Service Style2 Area Style3 Css
=============================================
***/
.service-style2-area.style3{
    padding: 0px 0 120px;    
}
.service-style2-area.style3 .service-box{
    margin-top: -250px;
}



/*** 
=============================================
    About Style1 Area Style3 Css
=============================================
***/
.about-style1-area.style3{
    margin-top: 120px;
    background: #ffffff;    
}
.about-style3-image-box{
    position: relative;
    left: 0;
    bottom: 0; 
}
.about-style3-image-box img{
    width: auto;
}
.about-style1-text-box.style3 {
    padding-top: 0;
    padding-left: 230px;
}


/*** 
=============================================
    Video Gallery Style2 Area Css
=============================================
***/
.video-gallery-style2-area {
    position: relative;
    display: block;
    padding-top: 310px;
}
.video-galler-outer-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 625px;
    padding-top: 120px;
    background-attachment: scroll;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    z-index: 1;
}
.video-galler-outer-bg:before{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: -1;
}
.video-galler-outer-bg .title-holder {
    position: relative;
    display: block;
    margin-top: -9px;
    padding-top: 30px;
}
.video-galler-outer-bg .title-holder .icon {
    position: absolute;
    left: 0;
    top: 9px;
    right: 0;
    text-align: center;
}
.video-galler-outer-bg .title-holder h2{
    color: #ffffff;
    font-size: 48px;
    line-height: 58px;
    font-weight: 500;
}
.video-holder-box-style5 {
    position: relative;
    display: block;
    max-width: 970px;
    width: 100%;
    margin: 0 auto;
    padding: 315px 0 315px;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    background-attachment: scroll;
    z-index: 2;
}
.video-holder-box-style5 .icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.video-holder-box-style5 .icon:before{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: rgba(0, 0, 0, 0.80);
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .7s;
    transition-property: all;
    opacity: 0;
    z-index: 1;    
}
.video-holder-box-style5:hover .icon:before{
    opacity: 1;    
}
.video-holder-box-style5 .icon .inner {
    z-index: 5;
}
.video-holder-box-style5 .icon .inner a {
    position: relative;
    display: inline-block;
    text-align: center;
    height: 200px;
    width: 200px;
    padding: 50px;
    background: rgba(255, 255, 255, 0.50);
    border-radius: 50%;
    transition: all 500ms ease;
    -webkit-animation: pulse 2s infinite;
    -o-animation: pulse 2s infinite;
    animation: pulse 2s infinite;
    transition: all 1s ease;
}
.video-holder-box-style5 .icon .inner a span:before {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    color: #ffffff;
    font-size: 30px;
    line-height: 100px;
}




/*** 
=============================================
    Latest Portfolio Style2 Area Css
=============================================
***/
.latest-portfolio-style2-area{
    position: relative;
    display: block;
    padding: 120px 0 90px;
}
.single-portfolio-style2{}

.single-portfolio-style2{
    position: relative;
    display: block;
    margin-bottom: 30px;
    z-index: 2;
}
.single-portfolio-style2 .img-holder{
    position: relative;
    display: block;
    overflow: hidden;
}
.single-portfolio-style2 .img-holder img{
    position: relative;
    display: block;
    width: 100%;
    -webkit-transform: scale(1.2, 1.1);
    -ms-transform: scale(1.2, 1.1);
    transform: scale(1.2, 1.1);
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    transition: all 600ms ease;
}
.single-portfolio-style2:hover .img-holder img{
	-webkit-transform:scale(1,1);
	-ms-transform:scale(1,1);
	transform:scale(1,1);
}
.single-portfolio-style2 .overlay-content{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	opacity:0;
    background: rgba(3, 13, 40, 0.80);
	-webkit-transition:all 700ms ease;
	-ms-transition:all 700ms ease;
	-o-transition:all 700ms ease;
	transition:all 700ms ease;
	-webkit-transform:translateY(-100%);
	-ms-transform:translateY(-100%);
	-o-transform:translateY(-100%);
	-moz-transform:translateY(-100%);
	transform:translateY(-100%);
}
.single-portfolio-style2:hover .overlay-content{
	opacity:1;
	-webkit-transform:translateY(0%);
	-ms-transform:translateY(0%);
	-o-transform:translateY(0%);
	-moz-transform:translateY(0%);
	transform:translateY(0%);
}
.single-portfolio-style2 .overlay-content .icon-holder{
    position: absolute;
    top: 0;
    right: 0;
    width: 70px;
    height: 70px;
    color: #ffffff;
    font-size: 30px;
    line-height: 70px;
    text-align: center;
}
.single-portfolio-style2 .overlay-content .title-holder{
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    display: block;
    padding: 0 30px 42px;
    opacity: 0;
	transform:translateY(100%);
	transition: all 800ms ease;
}
.single-portfolio-style2:hover .overlay-content .title-holder{
    opacity: 1;
	transform:translateY(0%); 
	transition-delay: 700ms;
}
.single-portfolio-style2 .overlay-content .title-holder p{
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    text-transform: uppercase;
    margin: 0 0 9px;
}
.single-portfolio-style2 .overlay-content .title-holder h3{
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
}
.single-portfolio-style2 .overlay-content .title-holder h3 a{
    color: #ffffff;
    transition: all 300ms ease;
}
.portfolio-carousel.owl-nav-style-one.owl-theme .owl-nav {
    position: absolute;
    top: -120px;
    left: 0;
    right: 0;
    max-width: 1170px;
    margin: 0 auto;
    text-align: right;
}



/*** 
=============================================
    Testimonial Style2 Area Style3 Css
=============================================
***/
.testimonial-style2-area.style3{
    position: relative;
    display: block;
    padding: 120px 0 120px;
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    z-index: 1;        
}
.testimonial-style2-area.style3:before{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; 
    background-color: rgba(3, 13, 40, 0.80);
    content: "";
    z-index: -1;
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .7s;
    transition-property: all;
}
.single-testimonial-style1.style3 .text {
    background-color: rgba(3, 13, 40, 0.30);
    border: 1px solid #22283c;
}
.single-testimonial-style1.style3 .text:after {
    background: url(../images/icon/testimonial-arrow-2.png);
}
.single-testimonial-style1.style3 .text p {
    color: rgba(255, 255, 255, 0.85);
}
.single-testimonial-style1.style3 .client-info .icon-box span:before {
    color: #ffffff;
}
.single-testimonial-style1.style3 .client-info .title-box h3 {
    color: #ffffff;
}
.single-testimonial-style1.style3 .client-info .title-box p {
    color: rgba(255, 255, 255, 0.35);
}



/*** 
=============================================
    Service Style1 Area Style4 Css
=============================================
***/
.service-style1-area.style4{
    padding: 120px 0 120px;    
}
.service-style1-area.style4 .title {
    padding: 70px 0 140px;
}
.service-style3-image-box {
    position: absolute;
    bottom: 0;
    right: 0;
}



/*** 
=============================================
    Breadcrumb area style
=============================================
***/
.breadcrumb-area {
    position: relative;
    background-attachment: scroll;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 155px 0 113px;
    margin-top: 0px;
    z-index: 10;
}
.breadcrumb-area::before {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(3, 13, 40, 0.80) none repeat scroll 0 0;
    content: "";
    z-index: -1;
} 
.breadcrumb-area .inner-content {
    position: relative;
    display: block;
}
.breadcrumb-area .title {
    position: relative;
    display: block;
    text-align: center;
    margin: 0 0 35px;
}
.breadcrumb-area .title h1{
    color: #ffffff;
    font-size: 72px;
    line-height: 80px;
    font-weight: 600;
    text-transform: capitalize;
}

.breadcrumb-area .breadcrumb-menu {
    position: relative;
    display: block;
    line-height: 0;
}
.breadcrumb-area .breadcrumb-menu ul {
    position: relative;
    display: block;
    overflow: hidden;
    text-align: center;
}
.breadcrumb-area .breadcrumb-menu ul li {
    position: relative;
    display: inline-block;
    float: none;
    color: #ffffff;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    text-transform: capitalize;
    letter-spacing: 1px;
    transition: all 500ms ease;
    padding: 0 3px;
    font-family: 'Poppins', sans-serif;
}
.breadcrumb-area .breadcrumb-menu ul li a {
    color: #fd5d14;
    transition: all 500ms ease;
}


/*** 
=============================================
    Service Style1 Area Service Page1 Style
=============================================
***/
.service-style1-area.service-page1 {
    padding-bottom: 62px;
}
.service-style1-area.service-page1 .single-service-style1{
    margin-bottom: 50px;    
}



/*** 
=============================================
    Service Style2 Area Service Page2 Style
=============================================
***/
.service-style2-area.service-page2{
    padding-bottom: 82px;    
}



/*** 
=============================================
    Service Imagegalley Area Style
=============================================
***/
.service-imagegalley-area{
    position: relative;
    display: block;
    padding: 109px 0 0px; 
}
.top-single-service {
    position: relative;
    padding-bottom: 57px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap;
}
.top-single-service .left{
    position: relative;
    display: block;
    padding-left: 130px;
}
.top-single-service .left .icon {
    position: absolute;
    top: 11px;
    left: 0;
}
.top-single-service .left h2{
    color: #000000;
    font-size: 48px;
    line-height: 58px;
    font-weight: 700;
}
.top-single-service .right{
    position: relative;
    top: -4px;
    display: block;
    max-width: 570px;
    width: 100%;
}
.top-single-service .right p{
    color: #798795;
    font-size: 18px;
    line-height: 32px;
    font-weight: 300;
    margin: 0;
}

.single-service-big-image{
    position: relative;
    display: block;
    overflow: hidden;
}
.single-service-big-image::after {
    position: absolute;
    top: 0;
    left: -100%;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
    transform: skewX(-25deg);
    z-index: 2;
}
.single-service-big-image:hover::after{
	-webkit-animation: shine 1.5s;
	animation: shine 1.5s;
}
@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}
@keyframes shine {
	100% {
		left: 125%;
	}
}
.single-service-big-image img{
    position: relative;
    width: 100%;
    display: block;
    -webkit-transform: scale(1.3,1.3);
    -ms-transform: scale(1.3,1.3);
    transform: scale(1.3,1.3);
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    transition: all 600ms ease;
}
.single-service-big-image:hover img{
	-webkit-transform:scale(1,1);
	-ms-transform:scale(1,1);
	transform:scale(1,1);    
}

.single-service-image{
    position: relative;
    display: block;
}
.single-service-image .single-img-box{
    position: relative;
    display: block;
    overflow: hidden;
    margin-top: 30px;
}
.single-service-image .single-img-box::after {
    position: absolute;
    top: 0;
    left: -100%;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
    transform: skewX(-25deg);
    z-index: 2;
}
.single-service-image .single-img-box img{
    width: 100%;
    transition: .5s ease;
    transform: scale(1.05);
}
.single-service-image .single-img-box:hover::after{
	-webkit-animation: shine 1.5s;
	animation: shine 1.5s;    
}
.single-service-image .single-img-box:hover img{
    transform: scale(1);        
}

.single-service-text-box {
    position: relative;
    display: block;
    /* text-align: center; */
    padding: 41px 0;
}
.single-service-text-box p{
    color: #798795;
    font-size: 18px;
    line-height: 32px;
}
.single-service-text-box p.mar0{
    margin: 0;
}



/*** 
=============================================
    Single Service Page Style
=============================================
***/
.single-service-page{}
.single-service-page.style4 .title {
    padding: 70px 0 70px;
}
.single-service-page .single-service-style1 {
    margin: 40px auto 30px;
}
.brochures-box{
    position: relative;
    display: block;
    background: #ffffff;
    padding: 40px 25px 43px;
    border: 5px solid #f0f0f0;
}
.brochures-box .inner-title {
    position: relative;
    display: block;
    padding-bottom: 63px;
}
.brochures-box .inner-title h2{
    color: #000000;
    font-size: 32px;
    line-height: 36px;
    font-weight: 700;
}
.brochures-box ul{
    position: relative;
    display: block;
    overflow: hidden;
}
.brochures-box ul li {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: baseline;
    flex-wrap: wrap;
    margin-bottom: 38px;
}
.brochures-box ul li:last-child{
    margin-bottom: 0;
}
.brochures-box ul li .left{
    position: relative;
    display: block;
    padding-left: 60px;
}
.brochures-box ul li .left .icon{
    position: absolute;
    top: 0;
    left: 0;
}
.brochures-box ul li .left .icon span:before {
    position: relative;
    left: -5px;
    font-size: 50px;
    line-height: 50px;
}
.brochures-box ul li .left h3{
    color: #000000;
    font-size: 18px;
    line-height: 20px;
    font-weight: 600;
}
.brochures-box ul li .left h5{
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    margin: 12px 0 0;
}

.brochures-box ul li .right{
    position: relative;
    display: block;
}
.brochures-box ul li .right p{
    color: #798795;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    margin: 0;
}



/*** 
=============================================
    Portfolio Pagev1 Css
=============================================
***/
.portfolio-pagev1{
    position: relative;
    display: block;
    padding-top: 120px;
    padding-bottom: 0;
}
.styled-pagination {
    position: relative;
    margin-top: 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.styled-pagination li{
	position:relative;
	display:inline-block;
	margin:0px 3px 0px 3px;
}
.styled-pagination li a{
	position: relative;
	display: inline-block;
	width: 40px;
	height: 50px;
	color:#cccccc;
	font-size:45px;
	line-height:50px;
	font-weight:400;
	text-align:center;
	text-transform:capitalize;
	transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	font-family: 'Poppins', sans-serif;
}
.styled-pagination li.next a {
    color: #ffffff;
    font-size: 30px;
    font-weight: 300;
    width: 60px;
    border-radius: 5px;
    margin-left: 9px;
}
.styled-pagination li.next a:hover{
	color:#000000;
	background-color:#cccccd;
}



/*** 
=============================================
    Portfolio Pagev2 Css
=============================================
***/
.portfolio-pagev2{
    position: relative;
    display: block;
    padding-top: 106px;
    padding-bottom: 0;    
}
.portfolio-pagev2 .top-box {
    position: relative;
    padding-bottom: 70px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap;
}
.portfolio-pagev2 .top-box .sec-title {
    position: relative;
    top: 9px;
    padding: 0;
}
.portfolio-pagev2 .top-box .styled-pagination{
    margin: 0;
}



/*** 
=============================================
    Related Portfolio Css
=============================================
***/
.related-portfolio{
    position: relative;
    display: block;
    padding: 120px 0 120px;    
}



/*** 
=============================================
    Portfolio Single style1 Area Css
=============================================
***/
.portfolio-single-style1-area{
    position: relative;
    display: block;
    padding: 120px 0 50px;
}
.single-portfolio-slider {
    position: relative;
    display: block;
}
.single-portfolio-slider .bx-wrapper {
    position: relative;
    margin: 0;
    padding: 0;
}
.single-portfolio-slider .bx-wrapper .bx-viewport {
    box-shadow: none;
    border: 0px solid;
    left: 0px;
    background: #fff;
    transform: translatez(0);
}

.single-portfolio-slide{
    position: relative;
    display: block;
}
.single-portfolio-slide .big-image-box{
    position: relative;
    display: block;
    overflow: hidden;
}
.single-portfolio-slide .big-image-box img{
    width: 100%;
    transition: .5s ease;
    transform: scale(1.05);
}
.single-portfolio-slide:hover .big-image-box img{
    transform: scale(1);        
}

.single-portfolio-slider .slider-pager{
    position: relative;
    display: block;
}
.single-portfolio-slider .slider-pager .thumb-box {
    position: relative;
    display: block;
    margin-top: -30px;
    margin-bottom: -30px;
}
.single-portfolio-slider .slider-pager .thumb-box li {
    position: relative;
    display: block;
    margin-top: 30px;
    margin-bottom: 30px;
}
.single-portfolio-slider .slider-pager .thumb-box li a{
    position: relative;
    display: block;
    overflow: hidden;
}
.single-portfolio-slider .slider-pager .thumb-box li a .img-holder{
    position: relative;
    display: block;
    overflow: hidden;
}
.single-portfolio-slider .slider-pager .thumb-box li a .img-holder img{
    transition: all 0.5s ease-in-out 0.6s;    
    width: 100%;    
}
.single-portfolio-slider .slider-pager .thumb-box li a.active .img-holder img{
    transform: scale(1.2, 1.2);    
}
.single-portfolio-slider .slider-pager .thumb-box li a .img-holder:before{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: rgba(253, 93, 19, 0.50);
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .7s;
    transition-property: all;
    opacity: 0;
    z-index: 1;
}
.single-portfolio-slider .slider-pager .thumb-box li a.active .img-holder:before{
    opacity: 1;    
}



/*** 
=============================================
    Portfolio Single Content Area Css
=============================================
***/
.portfolio-single-content-area{
    position: relative;
    display: block;
}
.portfolio-single-content{
    position: relative;
    display: block;
    padding-bottom: 45px;
}
.portfolio-single-content h3{
    color: #000000;
    font-size: 24px;
    line-height: 36px;
    font-weight: 700;
    margin: -7px 0 11px;
}
.portfolio-single-content p{
    color: #798795;
    font-size: 18px;
    line-height: 32px;    
}

.portfolio-single-video-box{
    position: relative;
    display: block;
    padding: 135px 0;
    background-attachment: scroll;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
}
.portfolio-single-video-box a {
    position: relative;
    display: block;
    text-align: center;
    height: 200px;
    width: 200px;
    margin: 0 auto;
    border-radius: 50%;
    padding: 50px;
    background-color: rgba(255, 255, 255, 0.20);
    transition: all 500ms ease;
}
.portfolio-single-video-box a span:before {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    color: #ffffff;
    font-size: 30px;
    line-height: 100px;
}

.single-portfolio-bottom-text{
    position: relative;
    display: block;
    padding-top: 61px;
}
.single-portfolio-bottom-text p{
    color: #798795;
    font-size: 18px;
    line-height: 32px; 
    margin: 0;
}

.project-info-box{
    position: relative;
    display: block;
    padding: 46px 30px 34px;
}
.project-info-box h3 {
    color: #ffffff;
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
    padding: 0 0 9px;
}
.project-info-box ul{
    position: relative;
    display: block;
    overflow: hidden;
    margin-top: 20px;
}
.project-info-box ul li{
    color: #ffffff;
    font-size: 18px;
    font-weight: 300;
    line-height: 44px;
    font-family: 'Poppins', sans-serif;
}
.project-info-box ul li span{
    font-weight: 500;
}



/*** 
=============================================
    Portfolio Single style2 Area Css
=============================================
***/
.portfolio-single-style2-area{
    position: relative;
    display: block;
    padding: 120px 0 0;
}
.portfolio-details-top-image{
    position: relative;
    display: block;
}
.portfolio-details-top-image .single-img-holder{
    position: relative;
    display: block;
    overflow: hidden;
    margin-bottom: 30px;
}
.portfolio-details-top-image .single-img-holder img{
    width: 100%;
    transition: .5s ease;
    transform: scale(1.05);    
}
.portfolio-details-top-image .single-img-holder:hover img{
    transform: scale(1);        
}

.portfolio-details-content-box{
    position: relative;
    display: block;
    padding: 0 100px;
    margin-top: 3px;
}
.portfolio-details-content-box .tag{
    font-size: 16px;
    font-weight: 400;
}
.portfolio-details-content-box h2{
    color: #000000;
    font-size: 24px;
    line-height: 34px;
    font-weight: 700;
    padding: 0;
    margin: 6px 0 32px;
}
.portfolio-details-content-box .text{
    position: relative;
    display: block;    
}
.portfolio-details-content-box .text p{
    color: #798795;
    font-size: 18px;
    line-height: 32px;    
}

.project-info-box.style2 {
    position: relative;
    display: block;
    padding: 46px 80px 26px;
    padding-right: 30px;
    margin-top: 61px;
}
.project-info-box.style2 ul {
    position: relative;
    display: inline-block;
    overflow: hidden;
    margin-top: 20px;
    max-width: 280px;
    width: 100%;
}

.social-share-box{
    position: relative;
    display: block;
    border-top: 1px solid #e8e8e8;
    padding-top: 20px;
    margin-top: 20px;
}

.social-share-box h6{
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 5px;
    font-size: 14px;
    line-height: 40px;
    font-weight: 700;
}
.social-share-box .social-links-style1 li {
    margin-right: 0px;
}
.social-share-box .social-links-style1 li:last-child {
    margin-right: 0px;
}
.social-share-box .social-links-style1 li a i {
    color: #798795;
    font-size: 18px;
}
ul.post-share li {
    display: inline-block;
    float: left;
    margin-left: 5px;
    font-size: 20px;
    margin-top: 0px;
}
ul.post-share li:hover i {
    background: #fd5d14;
	color:#fff!important;
}
ul.post-share li:first-child i{
    color: #45619d;
}
ul.post-share li:nth-child(2) i{
    color: #cf4539;
}
ul.post-share li:nth-child(3) i{
    color: #42c0fb;
}
ul.post-share li:nth-child(4) i{
    color: #009ee5;
}
ul.post-share li:nth-child(5) i{
    color: #fd9f13;
}

.social-share-box .social-links-style1 li a:hover i.fb{
    color: #ffffff;
}
.social-share-box .social-links-style1 li a:hover i.gplus{
    color: #ffffff;
}
.social-share-box .social-links-style1 li a:hover i.tw{
    color: #ffffff;
}
.social-share-box .social-links-style1 li a:hover i.skyp{
    color: #ffffff;
}
.social-share-box .social-links-style1 li a:hover i.rss{
    color: #ffffff;
}


.inner-comment-box {
    position: relative;
    display: block;
    overflow: hidden;
    padding-top: 52px;
    padding-bottom: 65px;
    max-width: 770px;
    width: 100%;
}
.inner-comment-box .title {
    position: relative;
    display: block;
    padding-bottom: 54px;
}
.comments-area .group-title h3.comments-title{
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    text-transform: uppercase;
	padding-bottom: 54px;
}

.comment-box .comment{
    position: relative;
    display: block;
    min-height: 178px;
    padding-left: 100px;
    margin-bottom: 40px;
}
.inner-comment-box .single-comment-box.marlft100{
    margin-left: 100px;
}

.single-comment-box .img-holder{
    position: absolute;
    left: -98px;
    bottom: 0;
    width: 80px;
    height: 80px;
}
.inner-comment-box .title h3 {
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    text-transform: uppercase;
}
.inner-comment-box .single-comment-box .img-holder img{
    width: 100%;
    border-radius: 50%;
}
.inner-comment-box .single-comment-box .text-holder {
    position: relative;
    display: block;
    padding: 28px 0 21px;
    padding-left: 60px;
    padding-right: 50px;
    z-index: 1;
}
.inner-comment-box .single-comment-box .text-holder:before,
.comment_sec .comments-area ul.comment-box li .comment-inner:before
{
    position: absolute;
    top: 0;
    left: -100px;
    bottom: 0;
    right: 0;
    background: url(../../assets/images/icon/single-comment-border.png);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 100% 100%;
    content: "";
    z-index: -1;
}
.inner-comment-box .single-comment-box .text-holder .name{
    position: relative;
    display: block;
}
.inner-comment-box .single-comment-box .text-holder .name h3{
    color: #333333;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
}
.inner-comment-box .single-comment-box .text-holder .text{
    position: relative;
    display: block;
}
.inner-comment-box .single-comment-box .text-holder .text p {
    color: #798795;
    font-size: 16px;
    line-height: 28px; 
}

.comment-meta-box {
    position: relative;
    display: block;
    overflow: hidden;
    margin-top: 13px;
}
.comment-meta-box li{
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 20px;
}
.comment-meta-box li:last-child{
    margin-right: 0;
}
.inner-comment-box .single-comment-box .text-holder .text ul.comment-meta-box li{
    color: #a4a4a4;
    font-size: 13px;
    font-weight: 400;
}
.inner-comment-box .single-comment-box .text-holder .text ul.comment-meta-box li a{
    color: #a4a4a4;
    font-size: 13px;
    font-weight: 400;
}
.inner-comment-box .single-comment-box .text-holder .text ul li a:hover{
    color: #fd5d14;
}
.inner-comment-box .single-comment-box .text-holder .text ul li i {
    position: relative;
    display: inline-block;
    padding-right: 5px;
    font-size: 12px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
	margin-left:1px;
}



.add-comment-box {
    position: relative;
    display: block;
    overflow: hidden;
    max-width: 770px;
    width: 100%;
}
.add-comment-box .title {
    position: relative;
    display: block;
    padding-bottom: 53px;
}
#respond h2{
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    text-transform: uppercase;
}
.add-comment-box #add-comment-form {}
.add-comment-box #add-comment-form p{
    color: #798795;
    font-size: 14px;
    line-height: 14px;
    font-weight: 400;
    margin: 0 0 13px;
}
.add-comment-box #add-comment-form input[type="text"],
.add-comment-box #add-comment-form input[type="email"],
.add-comment-box #add-comment-form textarea{
    position: relative;
    display: block;
    background: #ffffff;
    border: 1px solid #f0f2f7;
    color: #5f6973;
    font-size: 14px;
    font-weight: 400;
    width: 100%; 
    height: 40px;
    padding: 0 30px;
    border-radius: 0px;
    margin-bottom: 28px;
    transition: all 500ms ease;
}
.add-comment-box #add-comment-form textarea {
    height: 200px;
    padding: 15px 30px;
    border-radius: 0px;
    margin-bottom: 50px;
}
.add-comment-box #add-comment-form input[type="text"]:focus{
    border-color: #d7d9df;    
}
.add-comment-box #add-comment-form input[type="email"]:focus{
    border-color: #d7d9df;    
}
.add-comment-box #add-comment-form textarea:focus{
    border-color: #d7d9df;       
}
.add-comment-box #add-comment-form button {
    color: #ffffff;
    font-weight: 600;
}
.add-comment-box #add-comment-form button:hover{
    background: transparent;
}



/*** 
=============================================
    Team Area Team Page Css
=============================================
***/
.team-area.team-page{
    position: relative;
    display: block;
    padding: 120px 0 72px;
}


/*** 
=============================================
    Partner Area Team Page Css
=============================================
***/
.partner-area.team-page {
    padding-top: 75px;
    padding-bottom: 75px;
}



/*** 
=============================================
    Team Single Area Css
=============================================
***/
.team-single-area{
    position: relative;
    display: block;
    padding: 120px 0 80px;
}
.team-singel-image-box{
    position: relative;
    display: block;    
}
.team-singel-image-box img{
    width: 100%;
}

.team-member-info-box {
    position: relative;
    display: block;
    padding-left: 40px;
    padding-top: 0px;
}
.team-member-info-box .title {
    position: relative;
    display: block;
    padding-bottom: 6px;
}
.team-member-info-box .title h3{
    color: #222222;
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
    margin: 0 0 6px;
}
.team-member-info-box .title span{
    color: #798795;
    font-size: 16px;
    font-weight: 400;
}

.team-member-info-box ul {
    position: relative;
    display: block;
    overflow: hidden;
    margin-top: 22px;
}
.team-member-info-box ul li {
    color: #798795;
    font-size: 18px;
    line-height: 40px;
    font-weight: 500;
}
.team-member-info-box ul li span {
    position: relative;
    display: inline-block;
    padding-right: 5px;
    color: #000000;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
}
.team-member-info-box ul li a{
    color: #798795;    
}
.team-member-info-box .social-links-style1 {
    margin-top: 36px;
}
.team-member-info-box .social-links-style1 li a i {
    position: relative;
    display: block;
    background: #ededed;
    width: 40px;
    height: 40px;
    border-radius: 10px 20px 10px 20px;
    color: #798795;
    font-size: 16px;
    font-weight: 400;
    line-height: 40px;
    text-align: center;
    transition: all 500ms ease;
}
.team-member-info-box .social-links-style1 li a:hover i{
    color: #ffffff;
}

.team-member-content-box {
    position: relative;
    display: block;
    padding-top: 46px;
    padding-bottom: 95px;
}
.team-member-content-box h3{
    color: #000000;
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    margin: 0 0 13px;
}
.team-member-content-box p{
    color: #798795;
    font-size: 18px;
    line-height: 32px;
    font-weight: 300;
}


.progress-block .inner-box {
    position: relative;
    width: 200px;
    min-height: 200px;
    text-align: center;
    margin: 0 auto 40px;
}
.progress-block .graph-outer {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    text-align: center;
    background: #fff;
    border-radius: 50%;
}
.progress-block .graph-outer .count-box {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    margin-top: -20px;
    color: #000000;
    font-size: 48px;
    font-weight: 400;
    transform: translateY(-50%);
}
.progress-block .graph-outer .count-text {
    position: relative;
    display: inline-block;
    color: #000000;
    font-size: 48px;
    line-height: 40px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
}
.progress-block .graph-outer .title {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    margin-top: 20px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.progress-block .graph-outer .title h5{
    color: #798795;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
}



/*** 
=============================================
    Testimonial Page Area style
=============================================
***/
.testimonial-page-area {
    position: relative;
    display: block;
    padding: 120px 0 55px;
}
.testimonial-page-area .sec-title{
    padding-bottom: 64px;    
}
.testimonial-page-box{
    position: relative;
    display: block;
    padding: 0 100px;
}
.testimonial-page-box .single-testimonial-style1{
    margin-bottom: 65px;
}



/*** 
=============================================
    Partner Page Area style
=============================================
***/
.partner-area.partner-page {
    position: relative;
    display: block;
    padding-top: 120px;
    padding-bottom: 0;
}
.partner-box-bottom {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.partner-box-style2 {
    position: relative;
    display: block;
    border-top: 2px solid #e5e5e5;
    margin-top: 75px;
    padding-top: 70px;
}
.single-partner-logo-box-style2 {
    position: relative;
    display: block;
    max-width: 270px;
    width: 100%;
    margin: 0 auto 30px;
    -webkit-box-shadow: 0px 3px 6px 2px #ececec;
    box-shadow: 0px 3px 6px 2px #ececec;
}
.single-partner-logo-box-style2 a {
    position: relative;
    display: inline-block;
}
.single-partner-logo-box-style2 a img {
    opacity: .35;
    transition: all 0.2s ease-in-out 0.1s;
}
.single-partner-logo-box-style2:hover a img{
    opacity: 1.0;
    transition: all 0.3s ease-in-out 0.1s;
}
.partner-box-style2 .bottom {
    position: relative;
    display: block;
    padding: 0 150px;
}



/*** 
=============================================
    Faq Page Area style
=============================================
***/
.faq-content-area.faq-page{
    padding-top: 150px;
    padding-bottom: 112px;
}



/*** 
=============================================
    Blog Pagev1 Area style
=============================================
***/
.latest-blog-area.blog-pagev1{
    position: relative;
    display: block;
    padding-top: 120px;
    padding-bottom: 120px;
}



/*** 
=============================================
    Blog Pagev2 Area style
=============================================
***/
.blog-pagev2-area{
    position: relative;
    display: block;
    padding: 50px 0 120px;
}

.single-blog-post-style3 {
    position: relative;
    display: block;
    margin-bottom: 40px;
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 40px;
}
.single-blog-post-style3 .img-holder {
    position: relative;
    display: block;
    overflow: hidden;
}
.single-blog-post-style3 .img-holder img {
    max-width: 100%;
    transform: scale(1.0);
}
.single-blog-post-style3 .img-holder {
    margin-bottom: 20px;
}

.single-blog-post-style3:hover .overlay-style-one{
    opacity: 1;
}

.single-blog-post-style3 .text-holder{
    position: relative;
    display: block; 
    padding-top: 0px;
}
.single-blog-post-style3 .text-holder .meta-info{
    position: relative;
    display: block;   
    overflow: hidden;
    padding-bottom: 18px;
}
.single-blog-post-style3 .text-holder .meta-info li{
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 60px;
}
.single-blog-post-style3 .text-holder .meta-info li:last-child{
    margin-right: 0;
}
.single-blog-post-style3 .text-holder .meta-info li span:before{
    position: relative;
    top: 1px;
    display: inline-block;
    padding-right: 0px;
    color: #798795;
    font-size: 18px;
    left: 1px;
}
.single-blog-post-style3 .text-holder .meta-info li a{
    color: #798795;
    font-size: 18px;
    font-weight: 300;
}


.single-blog-post-style3 .text-holder .blog-title {
    position: relative;
    display: block;
    font-size: 28px;
    line-height: 36px;
    font-weight: 700;
    text-transform: uppercase;
}
.single-blog-post-style3 .text-holder .blog-title a{
    color: #000000;
    transition: all 500ms ease;
}
.single-blog-post-style3 .text-holder h4{
    font-size: 18px;
    font-weight: 500;
    margin: 18px 0 18px;
	text-transform:capitalize;
}
.single-blog-post-style3 .text-holder p {
    font-weight: 300;
    margin: 0;
    color: #798795;
    font-size: 16px;
    line-height: 28px;
}
.single-blog-post-style3 .text-holder .button-box {
    position: relative;
    display: flex;
    padding-top: 20px;
}
.single-blog-post-style3 .text-holder .button-box .readmore{
    position: relative;
    display: block;    
}
.single-blog-post-style3 .text-holder .button-box .readmore a.btn-one {
    color: #ffffff;
    font-weight: 400;
    border-radius: 5px;
    text-transform: capitalize;
}
.single-blog-post-style3 .text-holder .button-box .readmore a.btn-one:hover{
    background: transparent;
}
.single-blog-post-style3 .text-holder .button-box .message{
    position: relative;
    display: block; 
    padding-left: 30px;
}
.single-blog-post-style3 .text-holder .button-box .message a {
    position: relative;
    display: inline-block;
    margin: 15px 0;
    color: #000000;
    font-size: 14px;
    font-weight: 400;
}
.single-blog-post-style3 .text-holder .button-box .message a span:before {
    position: relative;
    display: inline-block;
    padding-right: 10px;
    top: 4px;
    color: #798795;
    font-size: 20px;
}


.single-blog-post-style3 .audio-gallery {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}
.single-blog-post-style3 .audio-gallery .img-box {
    position: relative;
    display: block;
    overflow: hidden;
}
.single-blog-post-style3 .audio-gallery .audio-content{
    position: relative;
    display: block;
    padding-left: 30px;
}


.single-blog-post-style3.withbdr {
    position: relative;
    display: block;
    margin-bottom: 50px;
    padding: 0 75px 50px;
}
.single-blog-post-style3 .quote-box {
    position: relative;
    display: block;
    padding-left: 100px;
    min-height: 130px;
    padding-top: 56px;
}
.single-blog-post-style3 .quote-box .icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 85px;
    height: 130px;
    padding: 55px 0 0;
}
.single-blog-post-style3 .quote-box .icon span:before {
    position: relative;
    display: block;
    text-align: center;
    color: #ffffff;
    font-size: 46px;
    line-height: 50px;
}
.single-blog-post-style3 .quote-box .title{
    position: relative;
    display: block;
}
.single-blog-post-style3 .quote-box .title h3{
    color: #000000;
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    margin: 0 0 10px;
}
.single-blog-post-style3 .quote-box .title h4{
    color: #798795;
    font-size: 18px;
    line-height: 20px;
    font-weight: 500;
}


.single-blog-post-style3 .img-holder .overlay {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    z-index: 5;
}
.single-blog-post-style3 .img-holder .overlay a{
    position: relative;
    display: block;
    width: 100px;
    height: 100px;
    text-align: center;
    border-radius: 50%;
    background: #ffffff;
    font-size: 30px;
    line-height: 100px;
    transition: all 500ms linear;
    transition-delay: 0.1s;
}
.styled-pagination.blog_pagination {
    margin-top: 20px;
    margin-left: -15px;
    justify-content: flex-start;
}



.sidebar-wrapper {
    position: relative;
    display: block;
    width: 100%;
}
.mrsidebar{
    position: relative;
    display: block;
    border: 1px solid #e8e8e8;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    margin-bottom: 50px;
}
.sidebar-title {
    position: relative;
    display: block;
    padding-left: 45px;
    border-bottom: 1px solid #e8e8e8;
    margin-bottom: 30px;
}

.sidebar-title h3 {
    color: #000000;
    font-size: 20px;
    line-height: 63px;
    font-weight: 600;
    text-transform: uppercase;
}
.mrsidebar>ul {
    position: relative;
    display: block;
    overflow: hidden;
    padding-top:0px;
}
.mrsidebar{
    padding: 30px;
    padding-top: 0px;
}
.categories li {
    position: relative;
    display: block;
    margin-bottom: 20px;
}
.categories li:last-child {
    margin-bottom: 0;
}

.more-categories {
    position: relative;
    display: block;
    padding: 19px 0;
    padding-left: 40px;
    border-top: 1px solid #e8e8e8;
}
.more-categories a{
    color: #010101;
    font-size: 18px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
}
.more-categories a span:before {
    position: relative;
    top: -2px;
    display: inline-block;
    font-size: 12px;
    padding-right: 5px;
    color: #0b5be0;
    font-weight: 700;
}

.sidebar-wrapper .single-sidebar{
    position: relative;
    display: block;
    border: 1px solid #e8e8e8;
}
.sidebar-wrapper .single-sidebar .title {
    position: relative;
    display: block;
    text-align: center;
    border-bottom: 1px solid #e8e8e8;
    padding: 12px 0 11px;
}
.sidebar-wrapper .single-sidebar .title h3 {
    color: #000000;
    font-size: 18px;
    line-height: 20px;
    font-weight: 500;
    text-transform: uppercase;
}

.single-sidebar .popular-tag {
    position: relative;
    display: block;
    overflow: hidden;
    margin-left: -2.5px;
    margin-right: -2.5px;
    padding: 30px 30px 25px;
}
.single-sidebar .popular-tag li {
    position: relative;
    display: inline-block;
    float: left;
    margin: 0 2.5px 5px;
}
.single-sidebar .popular-tag li a {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 10px 10px 8px;
    border-bottom: 1px solid #f2f2f2;
    color: #798795;
    font-size: 14px;
    line-height: 14px;
    font-weight: 400;
    text-transform: capitalize;
    transition: all 0.4s ease-in-out 0.1s;
    z-index: 1;
}
.single-sidebar .popular-tag li a:before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: -1px;
    right: 0;
    content: "";
    z-index: -1;
    transform: translateY(32px);
    transition: all 0.4s ease-in-out 0.1s;
}
.single-sidebar .popular-tag li a:hover:before{
    transform: translateX(0px);
    transition: all 0.2s ease-in-out 0.1s;
}
.single-sidebar .popular-tag li a:hover{
    color: #ffffff;
}

.single-sidebar .project-box{
    position: relative;
    display: block;

}
.single-sidebar .project-box .project-lists {
    position: relative;
    display: block;
}
.mrsidebar ul li {
    position: relative;
    display: block;
    margin-bottom: 1px;
}
.mrsidebar ul li:last-child{
    margin-bottom: 0;
}
.mrsidebar ul li a{
    position: relative;
    color: #798795;
    line-height: 30px;
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
    transition: all 0.4s ease-in-out 0.1s;    
}
.mrsidebar ul li a span{
    float: right;
}


.single-sidebar .ratting-box{
    position: relative;
    display: block;

}
.single-sidebar .ratting-box .ratting-lists {
    position: relative;
    display: block;
}
.single-sidebar .ratting-box .ratting-lists li {
    position: relative;
    display: block;
    margin-bottom: 1px;
}
.single-sidebar .ratting-box .ratting-lists li:last-child{
    margin-bottom: 0;
}
.single-sidebar .ratting-box .ratting-lists li a{
    position: relative;
    display: block;
    color: #798795;
    line-height: 30px;
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
    transition: all 0.4s ease-in-out 0.1s;    
}
.single-sidebar .ratting-box .ratting-lists li a span{
    float: right;
}


.sidebar-bottom-box{
    position: relative;
    display: block;
    margin-top: 70px;
}
.sidebar-bottom-box .img-holder {
    position: relative;
    display: block;
    overflow: hidden;
    /* margin: -30px; */
    margin-top: -94px;
    /* margin-bottom: -54px; */
}
.sidebar-bottom-box .img-holder img{
    width: 100%;
    transition: .5s ease;
    transform: scale(1.05);    
}
.sidebar-bottom-box .img-holder:hover img{
    transform: scale(1);        
}
.sidebar-bottom-box .img-holder .overlay {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    z-index: 5;
}
.sidebar-bottom-box .img-holder .overlay a span:before{
    position: relative;
    display: block;
    width: 100px;
    height: 100px;
    color: #ffffff;
    font-size: 50px;
    line-height: 100px;
    text-align: center;
}

.sidebar-bottom-box .img-holder:hover .overlay-style-one {
    opacity: 1;
}



/*** 
=============================================
    Blog Single Area style
=============================================
***/
.blog-single-area{
    position: relative;
    display: block;
    background: #ffffff;
    padding: 120px 0 70px;
}
.blog-single-area .blog-post {
    position: relative;
    display: block;
}
.blog-single-area .blog-post .single-blog-post {
    position: relative;
    display: block;
    margin: 0;
}
.single-blog-post .text-holder p.martop{
    margin-top: 22px;
}
.blog-single-quote-box {
    position: relative;
    display: block;
    padding: 69px 50px 67px;
    border-radius: 5px;
    margin: 41px 0 41px;
}
.blog-single-quote-box h2{
    color: #ffffff;
    font-size: 32px;
    line-height: 48px;
    font-weight: 300;
}
.blog-single-quote-box h2 i {
    position: relative;
    top: -10px;
    font-size: 18px;
    padding-right: 5px;
}
.blog-single-quote-box h2 i.right {
    position: relative;
    top: 0px;
    font-size: 18px;
    padding-left: 5px;
    padding-right: 0;
}
.blog-single-quote-box .quote-icon{
    position: absolute;
    top: 15px;
    right: 20px;
}

.single-blog-post .text{
    position: relative;
    display: block;
    padding-bottom: 20px;
}
.single-blog-post .text p{
    color: #798795;
    font-size: 16px;
    line-height: 28px;  
}

.blog-single-img-box{
    position: relative;
    display: block;
}
.blog-single-img-box .single-image{
    position: relative;
    display: block;
    margin-bottom: 30px;
}
.blog-single-img-box .single-image img{
    width: 100%;
}

.single-blog-post .bottom-text{
    position: relative;
    display: block;
    padding-top: 11px;
}
.single-blog-post .bottom-text p{
    color: #798795;
    font-size: 18px;
    line-height: 32px;
    margin: 0;      
}



/*** 
=============================================
    Contact Info Area Css
=============================================
***/
.contact-info-area {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 120px 0 70px;
    position: relative;
    text-align: center;
    padding: 40px;
    border: 2px solid #e4e4e4;
    margin-bottom: 30px;
    background: #fff;
    padding-top: 65px;
}
.single-contact-info-box {
    position: relative;
    display: block;
    padding-bottom: 42px;
}
.single-contact-info-box .icon{
    position: relative;
    display: block;
    padding-bottom: 20px;
}
.single-contact-info-box .icon span:before{
    font-size: 80px;
    line-height: 50px;
}
.single-contact-info-box .title{
    position: relative;
    display: block;    
}
.single-contact-info-box .title h3{
    color: #000000;
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
}
.single-contact-info-box .title ul{
    position: relative;
    display: block;
    padding-top: 16px;
}
.single-contact-info-box .title ul li{
    position: relative;
    display: block;
    line-height: 30px;
}
.single-contact-info-box .title ul li a{
    color: #798795;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
}
.single-contact-info-box .title p{
    color: #798795;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    margin: 17px 0 0;
    font-family: 'Poppins', sans-serif;    
}



/*** 
=============================================
    Contact Form Area Css
=============================================
***/
.contact-form-area {
    position: relative;
    display: block;
    padding: 0px 0px 120px;
    background-color: #ffffff;
}
.contact-form{
    position: relative;
    display: block;
}
.contact-form .title{
    position: relative;
    display: block; 
    padding-bottom: 31px;
}
.contact-form .title h3 {
    color: #000000;
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: -6px;
}




.contact-form form{
    position: relative;
    display: block;
}
.contact-form form .input-box{
    position: relative;
    display: block;
    margin-bottom: 24px;
}
.contact-form form .input-box p {
    color: #798795;
    font-size: 14px;
    line-height: 14px;
    font-weight: 400;
    margin: 0 0 8px;
}

.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: 50px;
    font-size: 15px;
    font-weight: 500;
    padding-left: 30px;
    padding-right: 20px;
    border-radius: 0px;
    margin-bottom: 10px;
    transition: all 500ms ease;
    background-color: #f8f8f8;
    border: 1px solid #f8f8f8;
}
.contact-form form textarea {
    height: 150px;
    padding-top: 17px;
    padding-left: 30px;
    padding-right: 20px;
}
.contact-form form input[type="text"]:focus{
    color: #222222;
    border-color: #d9d5d5; 
}
.contact-form form input[type="email"]:focus{
    color: #222222;
    border-color: #d9d5d5;
}
.contact-form form textarea:focus{
    color: #222222;
    border-color: #d9d5d5;
}
.contact-form form input[type="text"]::-webkit-input-placeholder {
    color: #022447;
}
.contact-form form input[type="text"]:-moz-placeholder {
    color: #022447;
}
.contact-form form input[type="text"]::-moz-placeholder {
    color: #022447;
}
.contact-form form input[type="text"]:-ms-input-placeholder {
    color: #022447;
}
.contact-form form input[type="email"]::-webkit-input-placeholder {
    color: #022447;
}
.contact-form form input[type="email"]:-moz-placeholder {
    color: #022447;
}
.contact-form form input[type="email"]::-moz-placeholder {
    color: #022447;
}
.contact-form form input[type="email"]:-ms-input-placeholder {
    color: #022447;
}
.contact-form form textarea::-webkit-input-placeholder {
    color: #022447;
}
.contact-form form textarea:-moz-placeholder {
    color: #022447;
}
.contact-form form textarea::-moz-placeholder {
    color: #022447;
}
.contact-form form textarea:-ms-input-placeholder {
    color: #022447;
}
.contact-form form button {
    color: #ffffff;
    font-weight: 600;
}
.contact-form form button:hover{
    background: transparent;
}


.contact-information-box {
    position: relative;
    display: block;
    padding-left: 65px;
}
.contact-information-box .title {
    position: relative;
    display: block; 
    padding-bottom: 33px;
}
.contact-information-box .title h3{
    color: #000000;
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: -6px;
}
.contact-information-box .title p {
    color: #798795;
    font-size: 18px;
    line-height: 32px;
    font-weight: 300;
    margin: 23px 0 0;
}
.contact-information-box .contact-us{
    position: relative;
    display: block;
}
.contact-information-box .contact-us li{
    position: relative;
    display: block;
    margin-bottom: 30px;
}
.contact-information-box .contact-us li:last-child{
    margin-bottom: 0;
}
.contact-information-box .contact-us li .icon{
    width: 60px;
}
.contact-information-box .contact-us li .icon span:before{
    color: #fd5d14;
    font-size: 37px;
}
.contact-information-box .contact-us li .icon,
.contact-information-box .contact-us li .text{
    display: table-cell;
    vertical-align: middle;
}
.contact-information-box .contact-us li .text p{
    color: #798795;
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    margin: 0;
}
.contact-information-box .contact-us li .text a{
    color: #798795;
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}
.contact-information-box .contact-us li .text a:hover{
    color: #000000;
}



/*** 
=============================================
    Google Map Area Css
=============================================
***/
.google-map-area{
    position: relative;
    display: block;
    background: #ffffff;
}
.google-map-area .map-outer{
    position: relative;
    display: block;
}
.google-map-area .map-outer .map-canvas{
	position: relative;
	width: 100%;
	height: 680px;
}



/*** 
=============================================
    Error Page Area Style      
=============================================
***/
.error-page-area{
    position: relative;
    display: block;
    background: #F2F3F4;
    padding: 147px 0 150px;
}
.error-content{
    position: relative;
    display: block;
    z-index: 3;
}
.error-content h4{
    color: #000000;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}
.error-content .title{
    position: relative;
    display: block;
    font-size: 180px;
    line-height: 150px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 13px 0 14px;
}
.error-content p{
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    margin: 0 0 33px;
}
.error-content .button{}
.error-content .button a {
    width: 250px;
}
.error-content .button a:hover{

}




/*** 
=============================================
    Elements Page Css
=============================================
***/
.service-style3-area.pd120-0{
    padding: 120px 0;
}
.portfolio-pagev2.pdbottom120{
    padding-bottom: 120px;
}
.team-carousel.owl-nav-style-one.owl-theme .owl-nav {
    position: absolute;
    top: auto;
    left: 0;
    right: 0;
    margin: 0;
    text-align: center;
}
.team-area.element-page {
    position: relative;
    display: block;
    padding: 120px 0 170px;
}
.testimonial-style1-area.elemp1{
    padding: 120px 0 80px;
}
.partner-area.elemp1{
    padding: 120px 0 75px;
}
.partner-area.elemp2 {
    padding: 120px 0 90px;
}
.latest-blog-area.elemp1{
    padding-top: 120px;
}
.faq-content-area.faq-page.elemp1 {
    padding-top: 150px;
    padding-bottom: 120px;
}
.fact-counter-area.elemp1{
    padding: 115px 0 115px;
}
#shop-area.main-shop-area.elemp1{
    padding-bottom: 80px;
}
.shop-carousel.owl-nav-style-one.owl-theme .owl-nav {
    position: absolute;
    top: -120px;
    left: 0;
    right: 0;
    max-width: 1170px;
    margin: 0 auto;
    text-align: right;
}









/*** 
=============================================
   Shop area  style
=============================================
***/
#shop-area {
    padding-top: 120px;
    padding-bottom: 120px;
}
.main-shop-area{
    position: relative;
    display: block;
    background: #ffffff;
}
#shop-area .shop-content {
    position: relative;
    display: block;
}

.single-product-item {
    position: relative;
    display: block;
    border: 1px solid #e5e5e7;
    transition: all 500ms ease;
    margin-bottom: 40px;
}
.single-product-item:hover{
    border: 1px solid transparent;
    -webkit-box-shadow: 0px 3px 5px 1px rgba(229,229,231,0.7); 
    box-shadow: 0px 3px 5px 1px rgba(229,229,231,0.7);    
}
.single-product-item .img-holder{
    position: relative;
    display: block;
    overflow: hidden;
}
.single-product-item:hover .img-holder::before{
    opacity: 1;
}
.single-product-item .img-holder img{
    transform: scale(1.05);   
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
    width: 100%;
}
.single-product-item:hover .img-holder img{
    transform: scale(1.0);
}


.single-product-item .img-holder .product-info{
    position: absolute;
    top: 20px;
    left: 10px;
    width: 50px;
    height: 30px;
    text-align: center;
    z-index: 2;
}
.single-product-item .img-holder .product-info.black{
    background: #000000;
}
.single-product-item .img-holder .product-info.black:before{
    border-right: 20px solid #000000;    
}
.single-product-item .img-holder .product-info:before {
    position: absolute;
    top: -10px;
    right: 5px;
    width: 20px;
    height: 10px;
    content: "";
    border-top: 10px solid transparent;
}
.single-product-item .img-holder .product-info p{
    color: #ffffff;
    font-size: 13px;
    line-height: 30px;
    font-weight: 400;
    margin: 0;
}
.single-product-item .img-holder .overlay-content {
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    content: "";
    background: rgba(0, 0, 0, 0.50);    
    opacity: 1;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    z-index: 5;
    opacity: 0;
    transform: translateY(100%);
    -webkit-transition: all 0.6s linear;
    transition: all 0.6s linear;
}
.single-product-item:hover .img-holder .overlay-content{
    opacity: 1;
    transform: translateY(0px);
}
.single-product-item .img-holder .overlay-content a{
    position: relative;
    display: inline-block;
    padding: 0 20px;
    color: #ffffff;
    font-size: 14px;
    line-height: 40px;
    font-weight: 400;
    text-transform: uppercase;
    opacity: 0;
    transform: translateY(-50px);
    transition: all 500ms ease 300ms;
}
.single-product-item:hover .img-holder .overlay-content a{
    opacity: 1;
    transform: translateY(0px); 
    transition: all 500ms ease 600ms;
}
.single-product-item .img-holder .overlay-content a span:before{
    position: relative;
    display: inline-block;
    margin-left: 10px;
    padding-left: 10px;
    line-height: 20px;
    border-left: 1px solid rgba(0, 0, 0, 0.15);  
}
.single-product-item .img-holder .overlay-content a:hover{
    background: rgba(0, 0, 0, 0.15);      
}



.single-product-item .title-holder {
    position: relative;
    display: block;
    padding: 25px 20px 22px;
    border-top: 1px solid #e5e5e7;
}
.single-product-item .title-holder h4{
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
}
.single-product-item .title-holder h4 a{
    color: #000000;
}

.single-product-item .title-holder .bottom {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding-top: 8px;
}
.rating-box{
    position: relative;
    display: block;
    overflow: hidden;
}
.rating-box ul{
    overflow: hidden;    
}
.rating-box ul li{
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 4px;
}
.rating-box ul li:last-child{
    margin-right: 0;
}
.rating-box ul li a{
    color: #d0d0d0;
    font-size: 14px;
    font-weight: 600;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}


.single-product-item .title-holder .bottom .price-box{
    position: relative;
    display: block;
}
.single-product-item .title-holder .bottom .price-box span{
    position: relative;
    display: inline-block;
    padding-right: 10px;
    color: #000000;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
}
.single-product-item .title-holder .bottom .price-box del{
    position: relative;
    display: inline-block;
    color: #798795;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
}


.showing-result-shorting-box{
    position: relative;
    display: block;
}
.showing-result-shorting-box.pdbottom70{
    padding-bottom: 70px;
}
.showing-result-shorting-box.pdtop30{
    padding-top: 30px;
}
.view-as-box{
    position: relative;
    display: inline-block;
    padding-left: 70px;
    float: left;
}
.view-as-box .title{
    position: absolute;
    top: 0;
    left: 0;
}
.view-as-box .title h5{
    color: #000000;
    font-size: 14px;
    line-height: 30px;
    font-weight: 600;
}
.view-as-box .icon{
    position: relative;
    display: block;
}
.view-as-box .icon ul{
    overflow: hidden;
}
.view-as-box .icon ul li{
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 5px;
}
.view-as-box .icon ul li:last-child{
    margin-right: 0;
}
.view-as-box .icon ul li a{
    position: relative;
    display: block;
    text-align: center;
    width: 30px;
    height: 30px;
    border: 1px solid #e5e5e7;
    border-radius: 5px;
    color: #000000;
    font-size: 14px;
    line-height: 28px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}
.view-as-box .icon ul li a:hover{
    color: #798795;
    border-color: #798795;
}


.shorting-box{
    position: relative;
    display: inline-block;
    float: left;
    padding-left: 70px;
    margin: 0 30px;
}
.shorting-box .title{
    position: absolute;
    top: 0;
    left: 0;    
}
.shorting-box .title h5{
    color: #000000;
    font-size: 14px;
    line-height: 30px;
    font-weight: 600;    
}
.shorting-box .selects-box {
    position: relative;
    display: block;
    width: 100px;
}
.shorting-box .selects-box .bootstrap-select {
    position: relative;
    display: block;
}
.shorting-box .selects-box .bootstrap-select>.dropdown-toggle {
    position: relative;
    display: block;
    outline: none !important;
    border-radius: 5px;
    border: 1px solid #e5e5e7;
    height: 30px;
    background-color: transparent !important;
    margin: 0;
    padding: 0;
    padding-left: 5px;
    color: #798795 !important;
    font-size: 13px;
    line-height: 28px;
    box-shadow: none !important;
    font-weight: 500;
    font-family: 'Open Sans', sans-serif;
}
.shorting-box .selects-box .bootstrap-select>.dropdown-toggle::after {
    position: absolute;
    top: 50%;
    right: 0px;
    width: auto;
    height: 24px;
    font-family: 'FontAwesome';
    content: '\f107';
    color: #798795;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    transform: translateY(-50%);
    margin: 0;
    border: none;
    background: #ffffff;
    padding-left: 5px;
    padding-right: 10px;
}

.shorting-box .selects-box .bootstrap-select .dropdown-menu {
    margin: 0;
    padding: 0;
    border-radius: 0;
    border: 0px solid #ddd;
    font-size: 14px;
    color: #000000;
    background: #f9f9f9;
    z-index: 999999999;
}
.shorting-box .selects-box .dropdown-item {
    display: block;
    width: 100%;
    padding: 3px 10px 3px;
    font-weight: 400;
    color: #222222;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    border-radius: 0;
    transition: all 500ms ease;
    font-family: 'Open Sans', sans-serif;
}
.shorting-box .selects-box .dropdown-item.active,
.shorting-box .selects-box .dropdown-item:active {
    color: #fff;
}
.shorting-box .selects-box .dropdown-item:hover {
    color: #fff;
}



.showing-box{
    position: relative;
    display: inline-block;
    float: left;
    padding-left: 70px;
}
.showing-box .title{
    position: absolute;
    top: 0;
    left: 0;    
}
.showing-box .title h5{
    color: #000000;
    font-size: 14px;
    line-height: 30px;
    font-weight: 600;    
}
.showing-box .selects-box {
    position: relative;
    display: block;
    width: 60px;
}
.showing-box .selects-box .bootstrap-select {
    position: relative;
    display: block;
}
.showing-box .selects-box .bootstrap-select>.dropdown-toggle {
    position: relative;
    display: block;
    outline: none !important;
    border-radius: 5px;
    border: 1px solid #e5e5e7;
    height: 30px;
    background-color: transparent !important;
    margin: 0;
    padding: 0;
    padding-left: 5px;
    color: #798795 !important;
    font-size: 13px;
    line-height: 28px;
    box-shadow: none !important;
    font-weight: 500;
    font-family: 'Open Sans', sans-serif;
}
.showing-box .selects-box .bootstrap-select>.dropdown-toggle::after {
    position: absolute;
    top: 50%;
    right: 0px;
    width: auto;
    height: 24px;
    font-family: 'FontAwesome';
    content: '\f107';
    color: #798795;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    transform: translateY(-50%);
    margin: 0;
    border: none;
    background: #ffffff;
    padding-left: 5px;
    padding-right: 10px;
}

.showing-box .selects-box .bootstrap-select .dropdown-menu {
    margin: 0;
    padding: 0;
    border-radius: 0;
    border: 0px solid #ddd;
    font-size: 14px;
    color: #000000;
    background: #f9f9f9;
    z-index: 999999999;
}
.showing-box .selects-box .dropdown-item {
    display: block;
    width: 100%;
    padding: 3px 10px 3px;
    font-weight: 400;
    color: #222222;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    border-radius: 0;
    transition: all 500ms ease;
    font-family: 'Open Sans', sans-serif;
}
.showing-box .selects-box .dropdown-item.active,
.showing-box .selects-box .dropdown-item:active {
    color: #fff;
}
.showing-box .selects-box .dropdown-item:hover {
    color: #fff;
}


.shop-pagination-box{
    position: relative;
    display: inline-block;
    float: right;
}


.styled-pagination2{
	position:relative;
    overflow: hidden;
}
.styled-pagination2 li{
	position:relative;
	display:inline-block;
    float: left;
	margin-right: 10px;
}
.styled-pagination2 li:last-child{
    margin-right: 0;
}
.styled-pagination2 li a{
	position: relative;
	display: inline-block;
	width: 30px;
	height: 30px;
	color: #798795;
	font-size: 13px;
	line-height: 28px;
	font-weight: 400;
	text-align: center;
	border-radius: 5px;
	background: #ffffff;
	border: 1px solid #e5e5e7;
	text-transform: capitalize;
	transition: all 500ms ease;
	font-family: 'Open Sans', sans-serif;
}
.styled-pagination2 li a:hover,
.styled-pagination2 li a.active{
	color: #ffffff;
	border-color: #000000;
	background-color: #000000;
}
.styled-pagination2 li.prev a,
.styled-pagination2 li.next a{
	color:#949494;
}
.styled-pagination2 li.prev a:hover,
.styled-pagination2 li.next a:hover{
	color :#ffffff;
	border-color: #000000;
	background-color: #000000;
}



/*** 
=============================================
   Single Shop Area style
=============================================
***/
#shop-area.single-shop-area {
    padding-top: 120px;
    padding-bottom: 120px;
}
.single-product-image-holder {
    position: relative;
    display: block;
}
.single-product-image-holder .bx-wrapper {
    position: relative;
    margin: 0;
    padding: 0;
}
.single-product-image-holder .bx-wrapper .bx-viewport {
    box-shadow: none;
    border: 0px solid;
    left: 0px;
    background: #fff;
    transform: translatez(0);
}

.single-product-image-holder .slider-content{
    position: relative;
    display: block;
}
.single-product-slide{
    position: relative;
    display: block;
}
.single-product-slide .big-image-box{
    position: relative;
    display: block;
    overflow: hidden;
}
.single-product-slide .big-image-box img{
    width: 100%;
    transition: .5s ease;
    transform: scale(1.05);
}
.single-product-slide:hover .big-image-box img{
    transform: scale(1);        
}


.single-product-image-holder .slider-pager {
    position: relative;
    display: block;
    max-width: 460px;
    width: 100%;
    padding: 0 31px;
}
.single-product-image-holder .slider-pager .thumb-box {
    position: relative;
    display: block;
    overflow: hidden;
    margin-left: -5px;
    margin-right: -5px;
}
.single-product-image-holder .slider-pager .thumb-box li {
    position: relative;
    display: inline-block;
    float: left;
    margin: 0 5px 10px;
}
.single-product-image-holder .slider-pager .thumb-box li a{
    position: relative;
    display: inline-block;    
}
.single-product-image-holder .slider-pager .thumb-box li .img-holder{
    position: relative;
    display: block;
    overflow: hidden;
    padding: 1px;
    background: #f3f3f3;
    z-index: 1;
}
.single-product-image-holder .slider-pager .thumb-box li .img-holder:before{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(253, 93, 19, 0.70);
    transition: all 200ms linear;
    transition-delay: 0.1s;
    opacity: 0;
    content: "";
  
}
.single-product-image-holder .slider-pager .thumb-box li a.active .img-holder:before{
    opacity: 1;    
}



.single-product-image-holder .slider-pager ul.nav-link {
    position: absolute;
    top: -100px;
    left: 0;
    margin: 0;
    padding: 0;
    bottom: 0;
    right: 0;
    height: 30px;
}
.single-product-image-holder .slider-pager ul.nav-link li#slider-prev {
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 40px;
}
.single-product-image-holder .slider-pager ul.nav-link li#slider-next {
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 30px;
}
.single-product-image-holder .slider-pager ul.nav-link li a {
    position: relative;
    display: block;
    background: #ffffff;
    width: 30px;
    height: 30px;
    border-radius: 0%;
    color: #848484;
    text-align: center;
    font-size: 16px;
    line-height: 28px;
    border: 1px solid #eeeeee;
    transition: .5s ease;
}
.single-product-image-holder .slider-pager ul.nav-link li a:hover{
    color: #ffffff;
    border-color: #000000;
    background: #000000;
}



.single-shop-content .content-box {
    position: relative;
    display: block;
}
.single-shop-content .content-box .top{
    position: relative;
    display: block;
}
.single-shop-content .content-box .top .title-box {
    position: relative;
    display: block;
    margin-top: -5px;
}
.single-shop-content .content-box .top .title-box h3{
    color: #000000;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    margin: 0 0 17px;
}

.rating-box h5{
    color: #000000;
    font-size: 13px;
    line-height: 20px;
    font-weight: 700;
    margin: 8px 0 0;
    font-family: 'Open Sans', sans-serif;
}
.rating-box span.review-text{
    position: relative;
    display: inline-block;
    padding-left: 20px;
    color: #798795;
    font-size: 13px;
    font-weight: 400;
}


.single-shop-content .content-box .top .price-box {
    position: relative;
    margin-top: 18px;
    margin-bottom: 24px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}
.single-shop-content .content-box .top .price-box .left{
    position: relative;
    display: block;    
}
.single-shop-content .content-box .top .price-box .left h3{
    color: #000000;
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
}
.single-shop-content .content-box .top .price-box .left h3 del{
    position: relative;
    top: -1px;
    display: inline-block;
    padding-left: 10px;
    color: #798795;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
}
.single-shop-content .content-box .top .price-box .right{
    position: relative;
    display: block;
    padding-left: 100px;
}
.single-shop-content .content-box .top .price-box .right p{
    color: #000000;
    font-size: 13px;
    line-height: 20px;
    font-weight: 700;
    margin: 0;
}
.single-shop-content .content-box .top .price-box .right p span{
    position: relative;
    display: inline-block;
    padding-left: 10px;
    color: #798795;
    text-transform: uppercase;
}

.product-info-box {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    border: 1px solid #ededed;
    width: 310px;
    padding: 0 8px;
}
.product-info-box .product-size{
    position: relative;
    display: block;
}
.product-info-box .product-size ul{
    overflow: hidden;
}
.product-info-box .product-size ul li{
    position: relative;
    display: inline-block;
    float: left;
}
.product-info-box .product-size ul li a{
    position: relative;
    display: block;
    width: 25px;
    height: 25px;
    background: transparent;
    border-radius: 50%;
    text-align: center;
    color: #000000;
    font-size: 13px;
    line-height: 25px;
    font-weight: 700;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}
.product-info-box .product-size ul li:hover a,
.product-info-box .product-size ul li.active a{
    color: #ffffff;
}


.product-quantity-box {
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    border-left: 1px solid #ededed;
    padding-left: 10px;
    margin-left: 10px;
}
.product-quantity-box .left{
    position: relative;
    display: block;
    padding-right: 10px;
}
.product-quantity-box .left h6{
    color: #798795;
    font-size: 13px;
    font-weight: 700;
    text-transform: capitalize;
    font-family: 'Open Sans', sans-serif;
}

.product-quantity-box .input-group.bootstrap-touchspin {
    position: relative;
    width: 110px;
    height: 50px;
}
.product-quantity-box input.quantity-spinner.form-control {
    position: relative;
    display: block;
    padding: 0;
    width: 50px;
    flex: none;
    height: 50px;
    color: #1b1b1b;
    font-size: 18px;
    font-weight: 600;
    border: 0px solid #ededed;
    outline: none;
    margin: 0 auto;
    text-align: center;
    font-family: 'Poppins', sans-serif;
}

.product-quantity-box .bootstrap-touchspin .input-group-btn-vertical {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
}
.product-quantity-box .bootstrap-touchspin .input-group-btn-vertical .btn {
    position: relative;
    display: block;
    margin-left: 0px;
    background: #ffffff;
    border: 0px solid #ededed;
    color: #1b1b1b;
    cursor: pointer;
    height: 50px;
    width: 30px;
    margin: 0;
    padding: 0;
}
.product-quantity-box .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up {
    border-radius: 0;
    float: right;
    border-left: none;
}
.product-quantity-box .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
    border-radius: 0;
    float: left;
    border-right: none;
}
.product-quantity-box .bootstrap-touchspin .input-group-btn-vertical .btn.bootstrap-touchspin-up:before {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    font-family: FontAwesome;
    content: "\f067";
    color: #1b1b1b;
    font-size: 12px;
    padding: 0;
    line-height: 50px;
}
.product-quantity-box .bootstrap-touchspin .input-group-btn-vertical .btn.bootstrap-touchspin-down:before {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    font-family: FontAwesome;
    content: "\f068";
    color: #1b1b1b;
    font-size: 12px;
    padding: 0;
    line-height: 50px;
}


.single-shop-content .content-box .text {
    position: relative;
    display: block;
    overflow: hidden;
    border-bottom: 1px solid #ededed;
    padding-bottom: 23px;
    margin-top: 24px;
}
.single-shop-content .content-box .text p{
    color: #798795;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    margin: 0;
}


.share-products-socials {
    position: relative;
    display: block;
    overflow: hidden;
    margin-top: 30px;
}
.share-products-socials h5{
    position: relative;
    display: inline-block;
    float: left;
    color: #000000;
    font-size: 14px;
    line-height: 50px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
}
.share-products-socials ul {
    position: relative;
    display: inline-block;
    float: left;
    margin-left: 10px;
}
.share-products-socials ul li{
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 10px;
}
.share-products-socials ul li:last-child{
    margin-right: 0;
}
.share-products-socials ul li a i{
    position: relative;
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 0%;
    color: #9c9c9c;
    font-size: 14px;
    line-height: 48px;
    text-align: center;
    border: 1px solid #ededed;
    transition: all 500ms ease;
}
.share-products-socials ul li a:hover i{
    color: #ffffff;
}


.addto-cart-box {
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center; 
    margin-top: 40px;
}
.addto-cart-box .cart-box{
    position: relative;
    display: block;    
}
.addto-cart-box .cart-box button.addtocart {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    padding-right: 5px;
    background: #ffffff;
    color: #000000;
    font-size: 13px;
    line-height: 50px;
    font-weight: 600;
    text-transform: uppercase;
    cursor: pointer;
    border-radius: 30px;
    font-family: 'Open Sans', sans-serif;
    transition: all 200ms linear;
    transition-delay: 0.1s;
    -webkit-box-shadow: 0px 2px 0px 1px #e5e5e5; 
    box-shadow: 0px 2px 0px 1px #e5e5e5;
}
.addto-cart-box .cart-box button.addtocart span:before {
    position: relative;
    display: inline-block;
    margin-left: 15px;
    text-align: center;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    color: #ffffff;
    font-size: 16px;
    line-height: 35px;
}
.addto-cart-box .cart-box button.addtocart:hover{
    color: #ffffff;
    background: #0a0a0a;
    box-shadow: none;
}


.addto-cart-box .menu-box{
    position: relative;
    display: block;
}
.addto-cart-box .menu-box ul{
   margin-left: 10px;
}
.addto-cart-box .menu-box ul li{
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 10px;
}
.addto-cart-box .menu-box ul li:last-child{
    margin-right: 0;
}
.addto-cart-box .menu-box ul li a{
    position: relative;
    display: block;
    text-align: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: #798795;
    font-size: 16px;
    line-height: 40px;
    -webkit-box-shadow: 0px 2px 0px 1px #e5e5e5; 
    box-shadow: 0px 2px 0px 1px #e5e5e5;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}
.addto-cart-box .menu-box ul li a:hover{
    color: #ffffff;
    box-shadow: none;
}



.product-tab-box {
    position: relative;
    display: block;
    overflow: hidden;
    margin-top: 52px;
    border: 1px solid #ededed;
    padding: 50px 50px 50px;
}
.product-tab-box .tab-btns {
    position: relative;
    display: block;
    margin-bottom: 30px;
    z-index: 1;
}
.product-tab-box .tab-btns .tab-btn {
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 5px;
}
.product-tab-box .tab-btns .tab-btn:last-child{
    margin-right: 0;
}
.product-tab-box .tab-btns .tab-btn span {
    position: relative;
    display: block;
    background: #f3f3f3;
    border-radius: 5px;
    cursor: pointer;
    margin: 0;
    padding: 11px 20px 12px;
    color: #333333;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    transition: all 500ms ease;
    font-family: 'Open Sans', sans-serif;
}
.product-tab-box .tab-btns .tab-btn.active-btn span, 
.product-tab-box .tab-btns .tab-btn:hover span{
    color: #ffffff;
}

.product-tab-box .tabs-content {
    position: relative;
    display: block;
    padding: 0;
}
.product-tab-box .tabs-content .tab{
	position: relative;
	padding: 0px;
	display: none;
}
.product-tab-box .tabs-content .tab.active-tab{
	display: block;	
}


.product-details-content{
    position: relative;
    display: block;
}
.product-details-content .desc-content-box{
    position: relative;
    display: block;    
}
.product-details-content .desc-content-box p{
    color: #798795;
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
}
.product-details-content .desc-content-box .bottom {
    position: relative;
    display: block;
    padding-top: 15px;
}
.product-details-content .desc-content-box .bottom h5{
    color: #000000;
    font-size: 15px;
    line-height: 30px;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
}
.product-details-content .desc-content-box .bottom ul{
    position: relative;
    display: block;
    overflow: hidden;
    margin-top: 13px;
    padding-left: 20px;
}
.product-details-content .desc-content-box .bottom ul li{
    position: relative;
    display: block;
    padding-left: 20px;
    line-height: 28px;
    color: #687588;
    font-size: 15px;
    font-weight: 500;
}
.product-details-content .desc-content-box .bottom ul li:before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 10px;
    height: 10px;
    border: 1px solid #000000;
    border-radius: 50%;
    content: "";
    margin: 10px 0;
}



.product-tab-box .review-form {
    position: relative;
    display: block;
}
.product-tab-box .review-form .shop-page-title{
    padding-bottom: 29px;
}
.product-tab-box .review-form .shop-page-title .title{
    color: #000000;
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    margin: 0 0 4px;
    text-transform: capitalize;
    font-family: 'Poppins', sans-serif;
}
.product-tab-box .review-form .shop-page-title p{
    margin: 0;
}
.product-tab-box .review-form .shop-page-title p b{
    font-weight: 400;
}

.product-tab-box .review-form .add-rating-box {
    position: relative;
    display: block;
    overflow: hidden;
    margin-bottom: 20px;
}
.product-tab-box .review-form .add-rating-box .add-rating-title{
    position: relative;
    display: inline-block;
    float: left;    
}
.product-tab-box .review-form .add-rating-box .add-rating-title p {
    position: relative;
    display: inline-block;
    float: left;
    line-height: 20px;
    margin: 0;
    text-transform: capitalize;
}
.product-tab-box .review-form .add-rating-box .review-box{
    position: relative;
    display: inline-block;
    float: left; 
    padding-left: 20px;
}
.product-tab-box .review-form .add-rating-box .review-box ul li {
    position: relative;
    display: inline-block;
    float: left;
    line-height: 20px;
    margin-right: 5px;
}
.product-tab-box .review-form .add-rating-box .review-box ul li:last-child{
    margin-right: 0px;
}
.product-tab-box .review-form .add-rating-box .review-box ul li i {
    font-size: 14px;
    line-height: 20px;
    opacity: 1;
    transition: all 500ms ease 0s;
}


.product-tab-box .review-form .input-box p{
    font-size: 15px;
    line-height: 20px;
    font-weight: 500;
    margin: 0 0 5px;
}
.product-tab-box .review-form form input[type="text"], 
.product-tab-box .review-form form input[type="email"], 
.product-tab-box .review-form form textarea {
    position: relative;
    display: block;
    background: #ffffff;
    width: 100%;
    height: 50px;
    border: 1px solid #ededed;
    color: #252525;
    font-size: 15px;
    padding: 0 20px;
    margin-bottom: 30px;
    border-radius: 0px;
    transition: all 500ms ease;
}
.product-tab-box .review-form form textarea {
    height: 150px;
    padding: 10px 20px;
    margin-bottom: 40px;
}
.product-tab-box .review-form form button { }
.product-tab-box .review-form form button:hover{}
.product-tab-box .review-form form input[type="text"]:focus{
    border-color: #e1dddd;
}
.product-tab-box .review-form form input[type="email"]:focus{
    border-color: #e1dddd;
}
.product-tab-box .review-form form textarea:focus{
    border-color: #e1dddd;  
}



.review-box-holder {
    position: relative;
    display: block;
}
.review-box-holder .single-review-outer-box {
    position: relative;
    display: block;
    padding: 34px 39px 32px;
    border: 1px solid #ededed;
    margin-bottom: 20px;
}
.review-box-holder .single-review-box {
    position: relative;
    display: block;
    padding-left: 70px;
}
.review-box-holder .single-review-box .image-holder {
    position: absolute;
    left: 0;
    top: 5px;
}
.review-box-holder .single-review-box .image-holder img{
    width: 100%;
    border-radius: 50%;
}
.review-box-holder .single-review-box .text-holder {
    position: relative;
    display: block;
    padding-left: 25px;
}
.review-box-holder .single-review-box .text-holder .top {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0 0 12px;
}
.review-box-holder .single-review-box .text-holder .top .name h3 {
    color: #000000;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    margin: 0 0 7px;
    text-transform: capitalize;
}
.review-box-holder .single-review-box .text-holder .top .name h3 span{
    color: #7e7e7e;
    font-size: 16px;
    font-weight: 400;
    text-transform: none;
    font-family: 'Open Sans', sans-serif;
}
.review-box-holder .single-review-box .text-holder .top .review-box ul {
    position: relative;
    display: block;
    overflow: hidden;
}
.review-box-holder .single-review-box .text-holder .top .review-box ul li {
    display: inline-block;
    float: left;
    margin-right: 4px;
}
.review-box-holder .single-review-box .text-holder .top .review-box ul li:last-child{
    margin-right: 0;
}
.review-box-holder .single-review-box .text-holder .top .review-box ul li i {
    font-size: 14px;
}
.review-box-holder .single-review-box .text-holder .text p {
    margin: 0;
}



/*** 
=============================================
   Cart area  style
=============================================
***/
.cart-area {
    padding-top: 120px;
    padding-bottom: 120px;
}
.cart-area .auto-container-box{
    position: static;
    max-width: 1400px;
    padding: 0px 15px;
    margin: 0 auto;    
}
.cart-area .table-outer {
    position: relative;
    width: 100%;
    overflow-x: auto;
}
.cart-area .cart-table {
    min-width: 1024px;
    width: 100%;
}
.cart-area .cart-table .cart-header {
    position: relative;
    width: 100%;
}

.cart-area .cart-table thead tr {
    border: 1px solid #ededed;
    background: #ffffff;
}
.cart-area .cart-table thead tr th {
    color: #000000;
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    min-width: 160px;
    padding: 22px 40px;
    border: 1px solid #ededed;
    font-family: 'Open Sans', sans-serif;
}


.cart-area .cart-table tbody tr {
    border-bottom: 1px solid #ededed;
}
.cart-area .cart-table tbody tr td {
    min-width: 160px;
    padding: 20px 30px;
    border: 1px solid #ededed;
}
.cart-area .cart-table tbody tr .prod-column .column-box {
    position: relative;
    min-height: 120px;
}
.cart-area .cart-table tbody tr .prod-column .column-box .prod-thumb {
    width: 120px;
}
.cart-area .cart-table tbody tr .prod-column .column-box .prod-thumb a {
    position: relative;
    display: block;
    border-radius: 0px;
}
.cart-area .cart-table tbody tr .prod-column .column-box .prod-thumb a img {
    width: 100%;
    border: 1px solid #ededed;
}


.cart-area .cart-table tbody tr td.description {
    min-width: 300px;
    padding: 20px 30px;
    border: 1px solid #ededed;
}
.product-description{
    position: relative;
    display: block;
}
.product-description h4{
    color: #000000;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    margin: 0 0 7px;
    font-family: 'Open Sans', sans-serif;
}
.product-description p{
    color: #798795;
    font-size: 13px;
    line-height: 24px;
    font-weight: 400;
    margin: 0;
}

.cart-area .cart-table tbody tr td.model{
    text-align: center;
}
.cart-area .cart-table tbody tr td.model p{
    color: #798795;
    font-size: 13px;
    font-weight: 400;
    margin: 0;
}

.cart-area .cart-table tbody tr td.edit{
    text-align: center;
}
.product-edit-delet-button {
    position: relative;
    display: block;
}
.product-edit-delet-button .button {
    margin: 10px 0;
}
.product-edit-delet-button .button a{
    color: #798795;
    font-size: 20px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}
.product-edit-delet-button .button a:hover{
    color: #000000;
}


.cart-area .cart-table tbody tr td.qty{
    
}
.cart-area .cart-table tbody tr td.qty .product-quantity-box {
    border-left: 0px solid;
    padding-left: 10px;
    margin-left: 10px;
}

.cart-area .cart-table tbody tr td.price {
    color: #798795;
    font-size: 13px;
    font-weight: 500;
    text-align: center;
}
.cart-area .cart-table tbody tr td.sub-total {
    color: #798795;
    font-size: 13px;
    font-weight: 500;
    text-align: center;
}


.cart-button {
    position: relative;
    display: block;
    border: 1px solid #ededed;
    border-top: none;
    padding: 10px 30px 20px;
}
.cart-button button {
    color: #ffffff;
    background: #000000;
    border-color: #000000;
    line-height: 46px;
    padding: 0 15px;
    margin-top: 10px;
}


.cart-bottom-box {}
.estimate-form-box{
    position: relative;
    display: block;
    border: 1px solid #ededed;
    padding: 26px 20px 30px;
    border-radius: 10px;
    margin-top: 50px;
}
.estimate-form-box .title{
    position: relative;
    display: block;
    padding-bottom: 18px;
}
.estimate-form-box .title h4{
    color: #000000;
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
}
.estimate-form-box .input-box{
    position: relative;
    display: block;
    padding-bottom: 9px;
}
.estimate-form-box .input-box p{
    color: #333333;
    font-size: 13px;
    line-height: 20px;
    font-weight: 600;
    margin: 0 0 5px;
}
.estimate-form-box .input-box input[type="text"]{
    position: relative;
    display: block;
    padding: 0 10px;
    width: 100%;
    height: 40px;
    background: #f3f3f3;
    color: #798795;
    font-size: 13px;
    font-weight: 600;
    transition: all 500ms ease 0s;
}
.estimate-form-box .button-box{
    position: relative;
    display: block;
    overflow: hidden;
    padding-top: 11px;
}
.estimate-form-box .button-box button {
    color: #ffffff;
    line-height: 46px;
    background: #000000;
    border-color: #000000;
    padding: 0 30px;
    float: right;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.estimate-form-box .input-box input[type="text"]::-webkit-input-placeholder {
    color: #798795;
}
.estimate-form-box .input-box input[type="text"]:-moz-placeholder {
    color: #798795;
}
.estimate-form-box .input-box input[type="text"]::-moz-placeholder {
    color: #798795;
}
.estimate-form-box .input-box input[type="text"]:-ms-input-placeholder {
    color: #798795;
}




.discount-form-box{
    position: relative;
    display: block;
    border: 1px solid #ededed;
    padding: 26px 20px 30px;
    border-radius: 10px;
    margin-top: 50px;
}
.discount-form-box .title{
    position: relative;
    display: block;
    padding-bottom: 18px;
}
.discount-form-box .title h4{
    color: #000000;
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
}
.discount-form-box .input-box{
    position: relative;
    display: block;
    padding-bottom: 9px;
}
.discount-form-box .input-box p{
    color: #333333;
    font-size: 13px;
    line-height: 20px;
    font-weight: 600;
    margin: 0 0 5px;
}
.discount-form-box .input-box input[type="text"]{
    position: relative;
    display: block;
    padding: 0 10px;
    width: 100%;
    height: 40px;
    background: #f3f3f3;
    color: #798795;
    font-size: 13px;
    font-weight: 600;
    transition: all 500ms ease 0s;
}
.discount-form-box .button-box{
    position: relative;
    display: block;
    overflow: hidden;
    padding-top: 11px;
}
.discount-form-box .button-box button {
    color: #ffffff;
    line-height: 46px;
    background: #000000;
    border-color: #000000;
    padding: 0 30px;
    float: right;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}
.discount-form-box .input-box input[type="text"]::-webkit-input-placeholder {
    color: #798795;
}
.discount-form-box .input-box input[type="text"]:-moz-placeholder {
    color: #798795;
}
.discount-form-box .input-box input[type="text"]::-moz-placeholder {
    color: #798795;
}
.discount-form-box .input-box input[type="text"]:-ms-input-placeholder {
    color: #798795;
}



.checkout-form-box{
    position: relative;
    display: block;
    border: 1px solid #ededed;
    padding: 21px 20px 30px;
    border-radius: 10px;
    margin-top: 50px;
}
.checkout-form-box ul {
    position: relative;
    display: block;
    overflow: hidden;
    float: right;
    width: 100%;
    text-align: right;
}
.checkout-form-box ul li{
    position: relative;
    display: block;
    color: #000000;
    font-size: 16px;
    line-height: 30px;
    font-weight: 600;
}
.checkout-form-box .button-box{
    position: relative;
    display: block;
    overflow: hidden;
    padding-top: 11px;
    float: right;
}
.checkout-form-box .button-box button {
    color: #ffffff;
    line-height: 46px;
    background: #000000;
    border-color: #000000;
    padding: 0 30px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}



/*** 
=============================================
   Checkout area  style
=============================================
***/
.checkout-area{
    position: relative;
    display: block;
    padding: 120px 0 120px;
}
.checkout-form{
    position: relative;
    display: block;
}
.buyer-info{
    position: relative;
    display: block;
}
.buyer-info .top {
    position: relative;
    background: #fcfcfc;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: 21px 30px 20px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.buyer-info .top h5{
    color: #000000;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    text-transform: uppercase;
} 
.buyer-info .top .left{}
.buyer-info .top .right{}
.buyer-info .form-box {
    position: relative;
    display: block;
    padding: 50px 100px 30px;
    border: 1px solid #ededed;
    border-top: none;
}
.buyer-info .form-box .input-box{
    position: relative;
    display: block;
    padding-left: 100px;
    margin-bottom: 20px;
}
.buyer-info .form-box .input-box .left {
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    text-align: right;
    padding-right: 10px;
}
.buyer-info .form-box .input-box p{
    color: #798795;
    font-size: 13px;
    line-height: 30px;
    font-weight: 600;
    margin: 0;
}
.buyer-info .form-box .input-box input[type="text"]{
    position: relative;
    padding: 0 10px;
    width: 100%;
    height: 30px;
    background: #f3f3f3;
    color: #798795;
    font-size: 13px;
    font-weight: 500;
    border-radius: 5px;
    transition: all 500ms ease 0s;
    font-family: 'Open Sans', sans-serif;
}


.billing-info{
    position: relative;
    display: block;    
}
.billing-info .top{
    position: relative;
    background: #fcfcfc;
    padding: 21px 30px 20px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;    
}
.billing-info .top h5{
    color: #000000;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    text-transform: uppercase;    
}
.billing-info .inner-box{
    position: relative;
    display: block;
    padding: 46px 100px 45px;
    border: 1px solid #ededed;
    border-top: none;    
}
.billing-info .inner-box h5{
    position: relative;
    display: block;
    padding-bottom: 6px;
    border-bottom: 1px solid #f3f6fb;
    color: #000000;
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
}
.billing-info .inner-box ul{
    position: relative;
    display: block;
    overflow: hidden;
    padding: 20px 0 20px;
    border-bottom: 1px solid #f3f6fb;
    margin-bottom: 17px;
}
.billing-info .inner-box ul li{
    position: relative;
    display: block;
    color: #798795;
    font-size: 13px;
    line-height: 30px;
    font-weight: 500;
}
.billing-info .inner-box ul li span{
    position: relative;
    display: inline-block;
    padding-left: 40px;
}
.billing-info .inner-box h4{
    color: #000000;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    font-family: 'Open Sans', sans-serif;
}



.payment-info{
    position: relative;
    display: block;
    margin-top: 40px;
}
.payment-info .top{
    position: relative;
    background: #fcfcfc;
    padding: 21px 30px 20px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;    
}
.payment-info .top h5{
    color: #000000;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    text-transform: uppercase;    
}
.payment-info .inner-box{
    position: relative;
    display: block;
    padding: 42px 100px 30px;
    border: 1px solid #ededed;
    border-top: none;    
}
.payment-info .inner-box p{
    color: #798795;
    font-size: 13px;
    line-height: 24px;
    font-weight: 500;
    margin: 0;
}

.payment-tab{
    position: relative;
    display: block;
    padding-top: 22px;
}
.payment-tab .tab-btns{
    position: relative;
    display: block;
    padding-bottom: 47px;
}
.payment-tab .tab-btns li{
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 5px;
}
.payment-tab .tab-btns li:last-child{
    margin-right: 0;
}
.payment-tab .tab-btns li i{
    position: relative;
    display: block;
    color: #e5e5e7;
    font-size: 35px;
    cursor: pointer;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}





.payment-tab .tabs-content {
    position: relative;
    display: block;
}
.payment-tab .tabs-content .tab{
	position: relative;
	display: none;
}
.payment-tab .tabs-content .tab.active-tab{
	display: block;	
}
.payment-input-box{}
.payment-input-box .input-box{
    position: relative;
    display: block;
    padding-left: 110px;
    margin-bottom: 20px;
}
.payment-input-box .input-box .left {
    position: absolute;
    top: 0;
    left: 0;
    width: 110px;
    text-align: right;
    padding-right: 10px;
}
.payment-input-box .input-box p{
    color: #798795;
    font-size: 13px;
    line-height: 30px;
    font-weight: 600;
    margin: 0;
}
.payment-input-box .input-box input[type="text"]{
    position: relative;
    padding: 0 10px;
    width: 100%;
    height: 30px;
    background: #f3f3f3;
    color: #798795;
    font-size: 13px;
    font-weight: 500;
    border-radius: 5px;
    transition: all 500ms ease 0s;
    font-family: 'Open Sans', sans-serif;
}

.place-order-button-box{
    position: relative;
    display: block;
    padding-top: 50px;
}
.place-order-button-box button{
    color: #ffffff;
    background: #000000;
    border-color: #000000;
    line-height: 56px;
    padding: 0 50px;  
}



/*** 
=============================================
    Login Register Area style
=============================================
***/
.login-register-area {
    position: relative;
    display: block;
    padding-top: 114px;
    padding-bottom: 115px;
}
.login-register-area .form .shop-page-title{
    padding-bottom: 22px;
}
.login-register-area .form .shop-page-title h4{
    color: #000000;
    font-size: 22px;
    line-height: 30px;
    font-weight: 700;
    text-transform: uppercase;
}    

.login-register-area .form form {
    width: 100%;
}
.login-register-area .form .input-field {
    position: relative;
}
.login-register-area .form .input-field input[type="text"] {
    position: relative;
    display: block;
    width: 100%;
    height: 50px;
    border: 1px solid #ededed;
    color: #7e7e7e;
    font-size: 16px;
    margin-bottom: 30px;
    padding-left: 15px;
    padding-right: 50px;
    transition: all 700ms ease 0s;
    font-family: 'Open Sans', sans-serif;
}
.login-register-area .form .input-field .icon-holder {
    position: absolute;
    top: 15px;
    right: 20px;
}
.login-register-area .form .input-field .icon-holder i {
    color: #999999;
    font-size: 14px;
    font-weight: 400;
}
.login-register-area .form button {
    color: #ffffff;
    background: #000000;
    border-color: #000000;
    line-height: 46px;
    padding: 0 30px;
}


.login-register-area .form .remember-text {
    margin-top: 19px;
}
.login-register-area .form .remember-text .checkbox label {
    margin: 0;
    cursor: pointer;
}
.login-register-area .form .remember-text .checkbox input {
    position: relative;
    top: 1px;
}
.login-register-area .form .remember-text .checkbox span {
    color: #1b1b1b;
    font-size: 16px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
}


.login-register-area .form .social-icon {
    position: relative;
    float: right;
    margin-right: -8px;
}
.login-register-area .form .social-icon .login-with {
    position: absolute;
    left: -100px;
    top: 11px;
    margin: 0;
}
.login-register-area .form .social-icon li {
    display: inline-block;
    margin: 0 8px;
}
.login-register-area .form .social-icon li a i {
    position: relative;
    display: block;
    background: #ffffff;
    width: 50px;
    height: 50px;
    border: 1px solid #e7e7e7;
    color: #9c9c9c;
    font-size: 14px;
    line-height: 48px;
    text-align: center;
    transition: all 700ms ease 0s;
}
.login-register-area .form .social-icon li a:hover i{
    color: #ffffff;
}

.login-register-area .form  .right-button{
    align-items: center;
}
.login-register-area .form .right {
    position: relative;
    display: block;
    overflow: hidden;
    text-align: right;
}
.login-register-area .form .right h6 {
    color: #7e7e7e;
    font-size: 16px;
    font-weight: 400;
}
.login-register-area .form .input-field input[type="text"]:focus{
    border: 1px solid #1d1d1d;    
}







#ui-datepicker-div.ui-widget-content {
    border: 1px solid #c5c5c5;
    background: #fff none repeat scroll 0 0;
    border: 1px solid #777;
    color: #252525;
    font-family: "Poppins",sans-serif;
    font-size: 14px;
    border-radius: 0px;
    width: 270px;
    padding: 5px;
}
#ui-datepicker-div.ui-datepicker .ui-datepicker-header {
    background: #151515 none repeat scroll 0 0;
    border: 2px solid #252525;
    border-radius: 0;
    color: #fff;
    font-weight: 700;
    padding: 5px 0;
    position: relative;
}

.ui-datepicker td a {
    color: #000000 !important;
    text-align: center;
    background-image: none !important;
    background: #f5f5f5 !important;
    border: 1px solid #f9f9f9 !important;
}
.ui-state-highlight, 
.ui-widget-content .ui-state-highlight, 
.ui-widget-header .ui-state-highlight{
    border: 1px solid #333333 !important;
    background: #333333 !important;
    color: #ffffff !important;
}
.ui-datepicker .ui-datepicker-prev {
    left: 5px;
}
.ui-datepicker .ui-datepicker-prev, 
.ui-datepicker .ui-datepicker-next {
    border-radius: 30%;
    height: 20px;
    position: absolute;
    top: 7px;
    width: 20px;
    transition: all 500ms ease;
    cursor: pointer;
}
.ui-datepicker .ui-datepicker-next {
    right: 5px;
}
.ui-datepicker .ui-datepicker-prev:hover, 
.ui-datepicker .ui-datepicker-next:hover {
    top: 7px;
    background: #fff;
    border: none;
}
.ui-datepicker table {
    border-collapse: collapse;
    font-size: 13px;
    margin: 0 0 0.4em;
    width: 100%;
    z-index: 99999999;
}
.ui-datepicker th {
    border: medium none;
    font-weight: 600;
    padding: 2px 3px;
    text-align: center;
}
.ui-datepicker-calendar .ui-state-default:hover,
.ui-datepicker-calendar .ui-state-default:active{
    background: #43c3ea;
    color: #fff;
    border-color: #43c3ea;
}
.meta-info li.comment_num:before {
    position: relative;
    top: 1px;
    display: inline-block;
    padding-right: 9px;
    color: #798795;
    font-size: 18px;
	content: "\f10a";
	font-family: Flaticon;
    font-style: normal;
}
.sticky .single-blog-post-style3,.tag-sticky-2 .single-blog-post-style3{
    border: 5px solid #fd5d14;
	padding:25px;
}

.pagination .page-numbers.current{
    position: relative;
    display: inline-block;
    width: 40px;
    height: 50px;
        color: #fd5d14;
    font-size: 45px;
    line-height: 50px;
    font-weight: 400;
    text-align: center;
    text-transform: capitalize;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    font-family: 'Poppins', sans-serif;
}
.pagination .page-numbers{
    position: relative;
    display: inline-block;
    width: 40px;
    height: 50px;
    color: #cccccc;
    font-size: 45px;
    line-height: 50px;
    font-weight: 400;
    text-align: center;
    text-transform: capitalize;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    font-family: 'Poppins', sans-serif;
}
.pagination .page-numbers:hover{

color: #fd5d14;

}
.social-share-box .post-tag li.tags a{
	display:inline-block;
	margin-bottom:5px;
}
.mrsingle .inner-box .post-info li{
    float: left;
    display: inline-block;
    margin-right: 30px;
    margin-bottom: 18px;
    font-weight: 500;
    color: #798795;
    font-size: 18px;
    font-weight: 300;
}
.colorx{
	/* color: #fd5d14; */
	margin-right:10px;
}
.author_meta a{
    color: #000000;
    font-size: 14px;
    font-weight: 500;
    padding-left: 0px;
    color: #798795;
    font-size: 18px;
    font-weight: 300;
}
.comment_sec{
	margin-top:52px;
}
.comment-meta-box>li{
	list-style:none!important;
}


.social-share-box .post-tag li.tags{
	float:left;
}
.social-share-box .post-tag li.tags a {
    margin-left: 5px;
    color: #8b8b8b;
    border: 1px solid #ececec;
    padding: 2px 10px;
}
ul.post-share li i{
    position: relative;
    display: block;
    background: rgba(255, 255, 255, 0.05);
    width: 40px;
    height: 40px;
    border-radius: 50%;  
    font-weight: 400;
    line-height: 40px;
    text-align: center;
    transition: all 500ms ease;
}
.social-share-box .post-tag li.tags .tag_title {
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 5px;
    font-size: 16px;
    line-height: 34px;
    font-weight: 700;
    color: #000;
}
code {
    color: #fd5d14;
}
.blog-single-area .blog-post .single-blog-post h3{
	margin-top: 25px;
}
.social-share-box .post-tag li.tags a:hover {
    margin-left: 5px;
    color: #f25913;
    border: 1px solid #f25913;
    padding: 2px 10px;
}
.page_text{
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 40px;
}
.paginate_link>a{
    position: relative;
    display: inline-block;
    width: 40px;
    height: 50px;
    color: #cccccc;
    font-size: 45px;
    line-height: 50px;
    font-weight: 400;
    text-align: center;
    text-transform: capitalize;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    font-family: 'Poppins', sans-serif;
}
.paginate_link>a:hover{
    position: relative;
    display: inline-block;
    width: 40px;
    height: 50px;
    color: #fd5d14;
    font-size: 45px;
    line-height: 50px;
    font-weight: 400;
    text-align: center;
    text-transform: capitalize;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    font-family: 'Poppins', sans-serif;
}
.paginate_link>span{
    position: relative;
    display: inline-block;
    width: 40px;
    height: 50px;
    color: #fd5d14;
    font-size: 45px;
    line-height: 50px;
    font-weight: 400;
    text-align: center;
    text-transform: capitalize;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    font-family: 'Poppins', sans-serif;
}
.error_btn1{
	text-align:center;
}
.wp-block-gallery li.blocks-gallery-item{
	list-style:none!important;
}
.trackback .text-holder:before,.pingback .text-holder:before{
    left: 0px!important; 
}
.trackback .text-holder, .pingback .text-holder{
    padding-left: 155px!important; 
}
.trackback ul,.pingback ul,ul.comment-meta-box {
    padding-left: 0px!important; 
	margin-left: 0px!important; 
}

.main-menu .navigation.homeicon>li:first-child>a{
	display:none; 
}
.main-menu .navigation.homeicon>li:first-child {
    color: #ffffff!important;
    font-size: 30px!important;
    text-align: center!important;
    font-weight: 400!important;
    width: 80px!important;
    padding: 24px 25px!important;
    top: 2px!important;
    cursor: pointer!important;
}
.main-menu .navigation.homeicon>li:first-child:before {
    padding: 25px 25px;
    content: "\f120";
    background: #fd5d14;
    font-family: Flaticon;
    font-style: normal;
    margin-left: -25px;
}
.main-menu .navigation.homeicon {
    padding-left: 0px!important;
}
.main-menu .navigation {
    padding-left: 35px;
}
.main-menu .navigation.homeicon>li:first-child{
    margin-right: 40px;
}

.project-filter li:nth-child(3) .filter-text i:before {
    content: "\f110" !important;
}
.project-filter li:nth-child(4) .filter-text i:before {
    content: "\f111" !important;
}
.project-filter li:nth-child(5) .filter-text i:before {
    content: "\f112" !important;
}
.single-blog-post-style3 .img-holder img {
    width: 100%;
}
.sptop{
	margin-top:230px;
}
.breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    color: #ffffff;
    content: "\f130";
    font-family: Flaticon;
}

.main-menu.style2 .home-icon:before {
    padding: 40px 25px;
}
.main-menu.style2 .home-icon {
    top: 17px;
}
.main-menu.style2 .home-icon .submenu{
    margin-top: 17px;
}



.sidebar-title {
    margin-bottom: 0;
    position: relative;
    display: block;
    padding-left: 80px;
    border-bottom: 1px solid #e8e8e8;
    padding: 0px 0px 0px 80px;
    text-align: unset;
}


.sidebar-title {
    position: relative;
    display: block;
    text-align: center;
    border-bottom: 1px solid #e8e8e8;
    padding: 12px 0 11px;
    margin-bottom: 0;
}

.sidebar-title h3 {
    color: #000000;
    font-size: 24px;
    line-height: 58px;
    font-weight: 600;
    text-transform: uppercase;
}
.tagcloud {
    position: relative;
    display: block;
    overflow: hidden;

}
.tagcloud a {
    position: relative;
    overflow: hidden;
    padding: 10px 10px 8px;
    border-bottom: 1px solid #f2f2f2;
    color: #798795;
    font-size: 14px !important;
    line-height: 14px;
    font-weight: 400;
    text-transform: capitalize;
    transition: all 0.4s ease-in-out 0.1s;
    z-index: 1;
    display: inline-block;
    float: left;
    margin: 0 2.5px 5px;
}
.tagcloud a:hover {
    color: #ffffff;
}
.tagcloud a:before {}
.tagcloud a:hover:before {
    transform: translateX(0px);
    transition: all 0.2s ease-in-out 0.1s;
}

.mrsidebar .sidebar-title:before {
    left: 40px;
}
.mrsidebar .sidebar-title {
    margin-bottom: 0;
    position: relative;
    display: block;
    padding-left: 80px;
    border-bottom: 1px solid #e8e8e8;
    padding: 0px 0px 0px 80px;
    text-align: unset;
}
.mrsidebar .widget-content {
    padding: 28px 40px 28px;
}
.mrsidebar .image-list {
	
}
.mrsidebar .image-list .image {
    display: inline-block;
    margin: 0px 3px 8px 0px;
}
.mrsidebar .image-list .image figure {
    width: 101px;
    margin: 0;
}
.mrsidebar .image-list .image figure img {
	
}



.mrsidebar .sidebar-title {
    margin-bottom: 0;
    position: relative;
    display: block;
    padding-left: 80px;
    border-bottom: 1px solid #e8e8e8;
    padding: 0px 0px 0px 80px;
    text-align: unset;
}
.mrsidebar .sidebar-title:before {
    left: 40px;
}
.mrsidebar ul {
    position: relative;
    display: block;
    overflow: hidden;
}
.mrsidebar ul li {
	margin-bottom: 6px;
}
.mrsidebar ul li:last-child {
    margin-bottom: 0;
}
.mrsidebar li a {
    /* position: relative; */
    display: block;
    color: #010101;
    font-size: 18px;
    font-weight: 400;
    transition: all 200ms linear;
    transition-delay: 0.1s;
    font-family: 'Open Sans', sans-serif;
    position: relative;
    display: block;
    color: #798795;
    line-height: 30px;
    /* font-size: 14px; */
    font-weight: 400;
    text-transform: capitalize;
    transition: all 0.4s ease-in-out 0.1s;
}


.mrsidebar .sidebar-title:before {
    left: 40px;
}
.mrsidebar .sidebar-title {
    margin-bottom: 0;
    position: relative;
    display: block;
    padding-left: 80px;
    border-bottom: 1px solid #e8e8e8;
    padding: 0px 0px 0px 80px;
    text-align: unset;
}
.mrsidebar .sidebar-widget {
    padding: 0;
    border: transparent;
}
.mrsidebar .sidebar-widget .widget-content {
    padding: 0px;
}
.mrsidebar .sidebar-widget .widget-content .post {
    position: relative;
    padding-top: 0px;
    min-height: 90px;
    margin-bottom: 30px;
}

.mrsidebar.sidebar-widget .widget-content .post .post-thumb a {}
.mrsidebar .sidebar-widget .widget-content .post .post-thumb a img {
    border-radius: 50%;
}
.mrsidebar .sidebar-widget .widget-content .post h6 {
    font-family: 'Open Sans', sans-serif;
    font-size: 17px;
    margin: 0 0;
    line-height: 1.4em;
    font-weight: 600;
    color: #25283a;
    margin-bottom: 6px;
}
.mrsidebar .sidebar-widget .widget-content .post h6 a {
	color: #25283a;
}
.mrsidebar .sidebar-widget .widget-content .post .post-date {
    position: relative;
    font-size: 14px;
    line-height: 24px;
    margin: 0 0 6px;
}

footer:before {
    /* position: absolute; */
    content: '';
    right: 0px;
    top: 0px;
    width: 100%;
    /* height: 450px; */
    display: inline-block;
    background: #00000059;
    /* max-height: 500px; */
}

.copyright-text:before {
    background: #fd5d14!important;
}
.single-vertical-carousel{
	padding-top:55px;
	padding-bottom:0px;
}

.testimonial-style1-title-box:before {
    background: #000000db!important;
}


.single-service-style1 .icon-holder img{
	    width: 85px;
	height:85px;
}


.single-service-style2 .img-holder .static-content .title:before {
    border: 1px solid #fd5d14!important;
}


.home1 .single-service-style2 {
position: relative;
display: block;
margin-bottom: 30px;
z-index: 1;
}

.pagination .next.page-numbers,.pagination .prev.page-numbers {
    color: #ffffff;
    font-size: 30px;
    font-weight: 300;
    width: 60px;
    border-radius: 5px;
    margin-left: 9px;
	background: #fd5d14;
}
.pagination .next.page-numbers:hover,.pagination .prev.page-numbers:hover {
    color: #000000;
    background-color: #cccccd;
}



.service-style2-area .single-service-style2:hover .overlay-content {
    opacity: 0;
    z-index: -1;
}
.service-style2-area .single-service-style2:hover .img-holder .static-content {
    transform: perspective(0px) rotateX(0deg);
    transition: all 700ms ease 200ms;
}
.single-service-style2 .img-holder .static-content:before{
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    border-right: none;
    transform: translateX(110%);
    transition: all 900ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    background: #000000;
}

.single-service-style2 .img-holder:hover .static-content:before,
.single-service-style2 .img-holder:hover  .static-content:after {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
}

.service-style1-area.style4 .service-style3-image-box {
    bottom: 0px;
}




    /*--------------------------------------------------------------
     Footer
    --------------------------------------------------------------*/
    
.main_footer_rb .site-footer {
    padding: 15px 0;
    background-color: #1a1a1a;
}
    .main_footer_rb .site-footer .footer-copyright a {
        color: #fd5d14;
    }

    .main_footer_rb .footer-copyright {
        color: #fff;
    }
    
    .main_footer_rb .site-footer .footer-info {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .main_footer_rb .widget {
        margin-bottom: 30px;
    }

    .main_footer_rb .textwidget {
        color: #fff;
    }

    .main_footer_rb .widget_text.widget {
        margin-bottom: 30px;
    }

    .main_footer_rb .footer-widgets ul li a {
        color: #fff;
        transition: .5s;
    }
    
    .main_footer_rb .site-footer .footer-info > div {
        width: 50%;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -moz-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }
    
.main_footer_rb .footer-widgets {

    padding-top: 140px;
    padding-bottom: 80px;
    position: relative;
}
    
    .main_footer_rb .footer-widgets .widget-title {
        font-size: 26px;
        font-weight: 500;
        margin: 0;
        padding-bottom: 15px;
        position: relative;
        color: #fff;
        margin-bottom: 40px;
        font-weight: 300;
    }
    
    .main_footer_rb .footer-widgets .widget-title:after {
        content: '';
        width: 50px;
        height: 4px;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        background-color: #fd5d14;
        position: absolute;
        left: 0;
        bottom: 0;
    }

    .main_footer_rb .btn-one {
        background: #fd5d14;
        color: #fff;
    }

    .main_footer_rb .btn-one:hover {
        background: transparent;
    }
    
    .main_footer_rb .footer-widgets .widget-title:after {
        content: '';
        width: 50px;
        height: 4px;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        background-color: #fd5d14;
        position: absolute;
        left: 0;
        bottom: 0;
    }
    
    .main_footer_rb .footer-widgets ul {
        border-color: #939393 !important;
        border-width: 0 0 0 1px;
        border-style: solid;
        padding: 0;
        margin: 0;
    }
    
    .main_footer_rb .footer-widgets ul li {
        padding: 5px 0 5px 23px;
        border: 0;
        position: relative;
    }
    
    .main_footer_rb .footer-widgets ul li:before {
        content: '';
        width: 15px;
        height: 1px;
        background-color: #939393;
        position: absolute;
        left: 0;
        top: 15px;
        -webkit-transition: 0.5s;
        transition: 0.5s;
    }
    
    .main_footer_rb .footer-widgets ul li:hover:before {
        background-color: #fd5d14;
    }
    
    .main_footer_rb .footer-widgets ul li:hover > a {
        color: #fd5d14;
    }
    
    .main_footer_rb .footer-widgets ul ul {
        border-top: 0;
    }
    
    .main_footer_rb .footer-widgets .footer-widget-contact .detail {
        margin-bottom: 16px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    
    .main_footer_rb .footer-widgets .footer-widget-contact .detail i {
        min-width: 45px;
        color: #fd5d14;
    }
    
    .main_footer_rb .footer-widgets .footer-widget-contact .detail i:before {
        font-size: 25px;
    }
    
    .main_footer_rb .footer-widgets .footer-widget-contact .detail div {
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -moz-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }
    
    .main_footer_rb .footer-widgets .footer-widget-contact .detail span {
        font-size: 14px;
        color: #fff;
        font-weight: 600;
        text-transform: uppercase;
    }
    
.main_footer_rb .footer-social a {
    display: inline-block;
    margin: 0 5px;
    font-size: 14px;
    width: 40px;
    height: 40px;
    line-height: 38px;
    border: 1px solid #303030;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    color: #fff;
}
    
    .main_footer_rb .footer-social a:last-child {
        padding-right: 0;
    }
    
    .main_footer_rb .footer-social a:first-child {
        padding-left: 0;
    }
    
    .main_footer_rb .footer-social a:hover {
        border-color: #fd5d14;
        background-color: #fd5d14;
        color: #252525;
    } 
    .widget_mf-custom-menu .custom-menu-area .custom-menu {
        width: 50%;
        float: left;
    }
    
    .widget_mf-custom-menu .custom-menu-area .custom-menu.custom-menu-1 {
        padding-right: 10px;
    }   
.main-slider .content {
text-align: center;
}

.main-slider .content .text {
margin: 0 auto;
}



/*** 
=============================================
    Team Single Area Css
=============================================
***/
.team-single-area-two{
    position: relative;
    display: block;
    padding: 120px 0 0px;
}
.team-singel-image-box-two{
    position: relative;
    display: block;    
}
.team-singel-image-box-two img{
    width: 100%;
}

.team-member-info-box-two{
    position: relative;
    display: block;
    padding: 61px 60px;
    border: 1px solid #eee;
}
.team-member-info-box-two .title {
    position: relative;
    display: block;
    padding-bottom: 15px;
}
.team-member-info-box-two .title h3{
    color: #222222;
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
    margin: 0 0 6px;
}
.team-member-info-box-two .title span{
    color: #798795;
    font-size: 16px;
    font-weight: 400;
}

.team-member-info-box-two .text p {
    font-size: 16px;
    font-weight: 500;
}

.team-member-info-box-two ul {
    position: relative;
    display: block;
    overflow: hidden;
    margin-top: 17px;
}
.team-member-info-box-two ul li {
    color: #798795;
    font-size: 18px;
    line-height: 38px;
    font-weight: 500;
}
.team-member-info-box-two ul li span {
    position: relative;
    display: inline-block;
    padding-right: 5px;
    color: #000000;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
}
.team-member-info-box-two ul li a{
    color: #798795;    
}
.team-member-info-box-two .social-links-style1 {
    margin-top: 36px;
}
.team-member-info-box-two .social-links-style1 li a i {
    position: relative;
    display: block;
    border: 2px solid #eee;
    width: 40px;
    height: 40px;
    border-radius: 5px;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 37px;
    text-align: center;
    transition: all 500ms ease;
    padding-left: 5px;
    /* padding-bottom: 2px; */
}
.team-member-info-box-two .social-links-style1 li a:hover i{
    color: #ffffff;
}

@media only screen and (min-width: 1200px){

    .team-singel-image-box-two img {
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
    }

    .team-member-info-box-two {
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
    }
    
}

nav ul > li > ul > li > ul {
	left: auto !important;
	right: 100% !important;
}

.xxx1 .service-imagegalley-area {
    position: relative;
    display: block;
    padding: 109px 0 0px;
    padding-bottom: 50px;
    background: #fefcfb;
}

.xxx2 .single-service-style1 {
    position: relative;
    display: block;
    text-align: center;
    /* max-width: 300px; */
    margin: 0 auto 42px;
    background: #ffffff;
    -webkit-box-shadow: 0px 4px 7px 1px #ebebeb;
    box-shadow: 0px 4px 7px 1px #ebebeb;
    padding: 35px 25px;
}
.xxx2 .single-service-style1 {
    max-width: 360px!important;
}

.xxx2 .single-service-style1:hover {
    box-shadow: 0px 10px 21px 0px rgb(219, 219, 219);
    transition: all 700ms ease;
}

.xxx2 .single-service-style1 .icon-holder:before {
    position: absolute;
    content: '';
    background-image: -webkit-linear-gradient( 45deg, #fefeff00 0%, #0000001a 100%);
    width: 80px;
    height: 80px;
    top: 12px;
    right: 79px;
    border-radius: 50%;
    z-index: 1;
    transition: all 500ms ease;
}
.xxx2 .single-service-style1:hover .icon-holder:before {
    position: absolute;
    content: '';
    background-image: -webkit-linear-gradient( 45deg, #fefeff00 0%, #ff45552b 100%);
    width: 100px;
    height: 100px;
    top: -3px;
    right: 79px;
    border-radius: 50%;
    z-index: 1;
    transition: all 500ms ease;
}
.footer-sidebar .logo img {
	width:180px;
}
.inner-box .text img{
	margin:25px;
}
.inner-box .text img.alignleft{
	margin-left:0px;
}
@media only screen and (max-width: 600px) {
    ul.post-share.pull-right {
        float: left;
    }

    ul.post-share li {
        background: #f7f7f7;
        border-radius: 50%;
        margin-left: 0;
        margin-right: 10px;
    }

    ul.post-tag {
        margin-right: 20px;
		margin-bottom: 15px;
    }

}
.single-service-style1 .icon-holder:before {
    position: absolute;
    content: '';
    background-image: -webkit-linear-gradient( 45deg, #fefeff00 0%, #0000001a 100%);
    width: 80px;
    height: 80px;
    top: -3px;
    right: 79px;
    border-radius: 50%;
    z-index: 1;
    transition: all 500ms ease;
}
.single-service-style1:hover .icon-holder:before {
    position: absolute;
    content: '';
    background-image: -webkit-linear-gradient( 45deg, #fefeff00 0%, #ff45552b 100%);
    width: 100px;
    height: 100px;
    top: -3px;
    right: 79px;
    border-radius: 50%;
    z-index: 1;
    transition: all 500ms ease;
}
.single-service-style1:before {
    position: absolute;
    content: "";
    bottom: 20px;
    opacity: 1;
    left: 16px;
    width: 81px;
    height: 48px;
    background: url(../images/shape_7.png) no-repeat;
    transition: all 700ms ease;
}

.project-filter li:hover .filter-text i, .project-filter li.active .filter-text i{
    color: #fd5d14;
}

.project-filter {

    background: #fff;
}
.service-style2-area .btn-one {
    color: #222;
}
.service-style2-area .btn-one:hover {
    color: #fff;
}

.single-blog-post .text-holder .bottom .author-name a {
    text-transform: capitalize;
}

.single-blog-post .text-holder .bottom .read-more-button a span{
    line-height: 20px;
}
.single-blog-post .text-holder .bottom .read-more-button a span:before {
    top: -2px;
}

.single-team-member .title-holder .inner .left .designation{
    margin-bottom: 15px;
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    color: #939393;
}
.single-team-member .title-holder .inner .left .designation:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 47px;
    width: 21px;
    height: 1px;
    background-color: #fd5d14;
}

.single-team-member:hover .title-holder .inner .left .designation:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 46px;
    width: 21px;
    height: 1px;
    background-color: #fff;
	transition: all 0.4s ease-in-out 0.6s;
}
.single-team-member .title-holder .inner .left .designation {
    padding-left: 30px;
}

.team-area .col-xl-4:first-child .single-team-member:after {
    position: absolute;
    content: "";
    bottom: -53px;
    opacity: 1;
    left: -28px;
    width: 115px;
    height: 115px;
    background: url(../images/shape_8.png) no-repeat;
    transition: all 700ms ease;
    z-index: 9;
}
footer {
    position: relative;
    display: block;
    z-index: 10;
}

.mrsingle .inner-box .post-info {
    border-bottom: 1px solid #efefef;
    margin-bottom: 20px;
}
.mrsingle .inner-box .post-info {
       padding-left: 30px;
}
.mrsingle .inner-box .post-info:before {
    position: absolute;
    content: '';
    left: 0px;
    /* top: 40px; */
    width: 21px;
    height: 2px;
    background-color: #030e27;
    /* line-height: 78px; */
    margin-top: 14px;
}
.comment_numx:before {
    position: relative;
    top: 1px;
    display: inline-block;
    padding-right: 9px;
    /* color: #fd5d14; */
    font-size: 18px;
    content: "\f10a";
    font-family: Flaticon;
    font-style: normal;
}
.brochures-box {
    margin-top: 35px;
}
.sermr .count-boxx {
    right: 0px;
    font-weight: 800;
    color: #6060600f;
    position: absolute;
    font-size: 71px;
}
.sermr .read-morex {
    position: relative;
    color: #001659;
    font-size: 16px;
    text-transform: capitalize;
    padding-right: 25px;
    font-weight: 700;
    display: inline-block;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.sermr .read-morex .fa {
        /* width: 30px; */
    background: #fe5a0e;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    padding: 0px 7px;
	position: relative;
    margin-right: 10px;
    font-size: 12px;
    line-height: 18px;
}
.sermr .single-service-style1:before {
    position: absolute;
    content: "";
    top: 18px;
    opacity: 1;
    left: -19px;
    width: 81px;
    height: 48px;
    background: url(../images/shape_7.png) no-repeat;
    transition: all 700ms ease;
}
.sermr .icon-holder .icon {
    font-size: 68px;
    color: #fd5d14;
}
.mrbtn{
	text-align:center;
}

.single-team-member:hover .title-holder .inner .left .designation {
    color: #ffffff;    
	transition: all 0.4s ease-in-out 0.6s;
}


/*** 

====================================================================
	Call TO Action Four
====================================================================

***/

.call-to-action-four{
	position:relative;
	padding:  0px 0px;
	color: #ffffff;
}

.call-to-action-four .inner{
	position: relative;
	display: block;
	padding-left: 420px;
	overflow: hidden;
	margin-bottom: -60px;
	z-index: 1;
}

.call-to-action-four .image-layer{
	position: absolute;
	left: 0;
	top: 0;
	width: 420px;
	height: 100%;
	background-position: left top;
	background-repeat: no-repeat;
	background-size: cover;
}

.call-to-action-four .inner .content{
	position: relative;
	display: block;
	background: #ff5e14;
	padding: 60px 60px;
}

.call-to-action-four .inner .content:before{
	content: '';
	position: absolute;
	left: -40px;
	top: 0;
	width: 70px;
	height: 100%;
	background: #ff5e14;
	-ms-transform: skewX(10deg);
	transform: skewX(10deg);
}

.call-to-action-four .inner h2{
	font-weight: 700;
	margin-bottom: 25px;
	line-height: 1.3em;
}
.call-to-action-four .newbt.btn-one{
    background: #fff0;
    border: 2px solid #fff;
    color: #fff;
    font-weight: 600;
}
.call-to-action-four .inner h2 {
    color: #fff;
}

.project-filter li:before {
    position: absolute;
    content: '';
    left: -21px;
    bottom: 0px;
    height: 50px;
    width: 1px;
    background-color: #dbdbdb;
    top: -7px;
    -webkit-transform: rotate(20deg);
    -moz-transform: rotate(20deg);
    -o-transform: rotate(20deg);
    -ms-transform: rotate(20deg);
    transform: rotate(20deg);
}
.project-filter li:first-child:before {
  display:none;
}
.single-portfolio-style1 .img-holder .title-holder:after {
    position: absolute;
    content: "";
    bottom: -17px;
    opacity: 1;
    right: 0px;
    width: 60px;
    height: 173px;
    background: url(../images/t21.png) no-repeat;
    transition: all 700ms ease;
    z-index: 9;
}
.single-team-member .title-holder .inner:after {
    position: absolute;
    content: "";
    bottom: 0px;
    opacity: 1;
    left: 0px;
    width: 400px;
    height: 173px;
    background: url(../images/t20.png) no-repeat;
    transition: all 700ms ease;
    z-index: 9;
}
.call-to-action-four .newbt.btn-one:hover {
    background: #fff;
    border: 2px solid #fff;
    color: #222;
    font-weight: 600;
}
@media only screen and (max-width:991px) {
	.call-to-action-four .inner {
		padding-left: 0;
	}
}


.sermr .single-service-style1:before {
 display:none!important;
}

.sermr .count-boxx {
 display:none!important;
}

.single-fact-counter {
    position: relative;
    display: block;
    overflow: hidden;
    padding-left: 124px;
}
.single-fact-counter .title {
    position: relative;
    display: block;
    padding-left: 0px;
    margin-bottom: 15px;
}
.single-fact-counter .count-box {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
}
.single-fact-counter .count-box .icon span:before {
    color: #fd5d14;
    font-size: 20px;
    font-weight: 600;
}
.single-fact-counter .count-box h1 {
    position: relative;
    display: inline-block;
    float: left;
    font-size: 72px;
    line-height: 68px;
    font-weight: 300;
}
.single-portfolio-style1 .img-holder .title-holder span.tag {
    position: absolute;
    display: inline-block;
    padding: 0 15px;
    font-size: 13px;
    line-height: 22px;
    font-weight: 400;
    text-transform: uppercase;
    transition: all 0.2s ease-in-out 0.3s;
    background: rgba(253, 93, 19, 1);
    color: #fff;
    top: -11px;
}
.single-portfolio-style1 .img-holder .title-holder h5 {
    position: relative;
    font-size: 15px;
    line-height: 22px;
    font-weight: 700;
    margin: 0px 0 0px;
    text-transform: uppercase;
}


/*** 
=============================================
    Team Area Css
=============================================
***/

.mr_one.team-area {
    position: relative;
    display: block;
    background: #ffffff00;
    padding: 80px 0 80px;
}

.mr_one.team-area.pdtop0 {
    padding-top: 0;
}

.mr_one.team-area.pdtop120 {
    padding-top: 120px;
}

.mr_one .single-team-member {
    position: relative;
    display: block;
    margin-bottom: 40px;
    border-radius: 10px;
}

.mr_one .single-team-member .img-holder {
    position: relative;
    display: block;
    overflow: hidden;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.mr_one .single-team-member .img-holder .overlay {
    position: absolute;
    top: 0%;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
}

.mr_one .single-team-member .img-holder .overlay ul {
    position: absolute;
    text-align: center;
    width: auto;
    height: auto;
    right: 0;
    left: 0;
    margin: auto;
    overflow: inherit;
    bottom: 20px;
}

.mr_one .single-team-member .img-holder .overlay ul li {
    padding: 0px 10px;
    display: inline-block;
    -webkit-transition: all .9s ease-in-out;
    -moz-transition: all .9s ease-in-out;
    -ms-transition: all .9s ease-in-out;
    -o-transition: all .9s ease-in-out;
    float: none;
    transition: all .9s ease-in-out;
    margin: 0px;
}

.mr_one .single-team-member .img-holder .overlay ul li a {
    color: #222;
    font-size: 15px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50px;
    display: block;
    text-align: center;
    background: #fff;
    -webkit-transition: all .9s ease-in-out;
    -moz-transition: all .9s ease-in-out;
    -ms-transition: all .9s ease-in-out;
    -o-transition: all .9s ease-in-out;
    transition: all .9s ease-in-out;
}

.mr_one .single-team-member .img-holder .overlay ul li:hover a {
    color: #fff;
    background: #fd5d14;
}

.mr_one .single-team-member .img-holder .overlay ul li:first-child {
    transform: translateY(200px);
}

.mr_one .single-team-member .img-holder .overlay ul li:nth-child(2) {
    transform: translateY(300px);
}

.mr_one .single-team-member .img-holder .overlay ul li:nth-child(3) {
    transform: translateY(400px);
}

.mr_one .single-team-member .overlay ul li:last-child {
    transform: translateY(500px);
}

.mr_one .single-team-member:hover .img-holder .overlay ul li {
    transform: translateY(0);
}

.mr_one .single-team-member .img-holder::after {
    position: absolute;
    top: 0;
    left: -100%;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: linear-gradient(to right, rgba(3, 13, 40, 0) 0%, rgba(3, 13, 40, .3) 100%);
    transform: skewX(-25deg);
}

.mr_one .single-team-member:hover .img-holder::after {
    -webkit-animation: shine 1.5s;
    animation: shine 1.5s;
}

.mr_one .single-team-member .img-holder img {
    width: 100%;
    transform: scale(1.0);
    transition: all 700ms ease;
}

.mr_one .single-team-member:hover .img-holder img {}

.mr_one .single-team-member .title-holder {
    position: relative;
    display: block;
    overflow: hidden;
    background: #ffffff;
    -webkit-box-shadow: 0px 4px 7px 1px #ebebeb;
    box-shadow: 0px 4px 7px 1px #ebebeb;
    transition: all 0.4s ease-in-out 0.3s;
    z-index: 1;
    border-radius: 0px 0px 10px 10px;
    border-bottom: 2px solid #fd5d14;
}

.mr_one .single-team-member:hover .title-holder {
    box-shadow: none;
    transition: all 0.4s ease-in-out 0.3s;
}

.mr_one .single-team-member .title-holder:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    opacity: 0;
    transform: translateY(115px);
    transition: all 0.4s ease-in-out 0.3s;
    z-index: -1;
}

.mr_one .single-team-member:hover .title-holder:before {
    opacity: 1;
    transform: translateY(0px);
    transition: all 0.4s ease-in-out 0.3s;
}

.mr_one .single-team-member .title-holder .inner {
    position: relative;
    display: block;
    overflow: hidden;
    background: transparent;
    padding-left: 30px;
    padding-top: 25px;
    padding-bottom: 10px;
    z-index: 1;
    /* border-radius: 10px; */
}

.mr_one .single-team-member .title-holder .inner .left {
    position: relative;
    display: block;
}

.mr_one .single-team-member .title-holder .inner .left h3 {
    color: #000000;
    font-size: 20px;
    line-height: 26px;
    font-weight: 600;
    margin: 0 0 15px;
    transition: all 0.4s ease-in-out 0.3s;
}

.mr_one .single-team-member:hover .title-holder .inner .left h3 {
    color: #ffffff;
    transition: all 0.4s ease-in-out 0.6s;
}

.mr_one .single-team-member .title-holder .inner .left .social-links {
    position: relative;
    display: block;
}

.mr_one .single-team-member .title-holder .inner .left .social-links .social-links-style1 li {
    margin-right: 15px;
    border-radius: 50%;
    border: 1px solid #e4e3e6;
    /* padding: 3px 3px; */
    width: 35px;
    text-align: center;
    line-height: 30px;
    /* background: #3b5998; */
}

.mr_one .single-team-member .title-holder .inner .left .social-links .social-links-style1 li:last-child {
    margin-right: 0;
}

.mr_one .single-team-member .title-holder .inner .left .social-links .social-links-style1 li a {
    color: #898989;
    font-size: 16px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
    transition: all 0.4s ease-in-out 0.3s;
    text-align: center;
}

.mr_one .single-team-member:hover .title-holder .inner .left .social-links .social-links-style1 li a {
    color: #ffffff;
    transition: all 0.4s ease-in-out 0.8s;
}

.mr_one .single-team-member .title-holder .inner .left .social-links .social-links-style1 li a:hover {
    color: #000000;
}

.mr_one .single-team-member .title-holder .inner .right a {
    position: absolute;
    bottom: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    text-align: center;
    color: #ffffff;
    font-size: 20px;
    line-height: 40px;
    font-weight: 300;
    border-radius: 50px;
    z-index: 10;
}
.mr_one .team-area .col-xl-4:first-child .single-team-member:after {
   display:none;
}
.mr_one .single-team-member .title-holder .inner:after,.mr_one.team-area .col-xl-4:first-child .single-team-member:after {
   display:none;
}
.mr_one .single-team-member .title-holder .inner .right a {
    background: #fd5d14;
}
/*** 
=============================================
    Latest blog Area style
=============================================
***/

.mr_blog.latest-blog-area {
    position: relative;
    display: block;
    background: #ffffff;
    padding-top: 0px;
    padding-bottom: 68px;
}

.mr_blog.latest-blog-area.pdtop120 {
    padding-top: 120px;
}

.mr_blog .single-blog-post {
    position: relative;
    display: block;
    margin-bottom: 43px;
}

.mr_blog .single-blog-post .post-meta {
    position: relative;
}

.mr_blog .single-blog-post .post-meta li {
    position: relative;
    display: inline-block;
    margin-right: 20px;
}

.mr_blog .single-blog-post .post-meta li:last-child {
    margin-right: 0px;
}

.mr_blog .single-blog-post .post-meta li::before {
    position: absolute;
    content: '';
    width: 1px;
    background: #d8d9db;
    height: 20px;
    transform: rotate(10deg);
    top: 4px;
    right: -13px;
}

.mr_blog .single-blog-post .post-meta li:last-child::before {
    display: none;
}

.single-blog-post .post-meta li i {
    margin-right: 8px;
}

.mr_blog .single-blog-post .img-holder {
    position: relative;
    display: block;
    overflow: hidden;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.mr_blog .single-blog-post .img-holder img {
    width: 100%;
    transition: .5s ease;
    transform: scale(1.05);
}

.mr_blog .single-blog-post:hover .img-holder img {
    transform: scale(1);
}

.mr_blog .single-blog-post:hover .overlay-style-one {
    opacity: 1;
}

.mr_blog .single-blog-post .img-holder .post-date {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 2;
}

.mr_blog .single-blog-post .img-holder .post-date p {
    position: relative;
    display: inline-block;
    padding: 5px 15px 5px;
    color: #ffffff;
    font-size: 13px;
    line-height: 20px;
    font-weight: 400;
    margin: 0;
}

.mr_blog .single-blog-post .img-holder .post-date p span:before {
    position: relative;
    display: inline-block;
    padding-right: 5px;
}

.mr_blog .single-blog-post .text-holder {
    position: relative;
    display: block;
    padding-top: 25px;
    background: #ffffff;
    transition: all 0.5s ease-in-out 0.2s;
    padding: 35px 35px;
    background: #ffffff;
    box-shadow: 0px 4px 7px 1px #ebebeb;
}

.mr_blog .single-blog-post .text-holder .blog-title {
    position: relative;
    display: block;
    color: #010101;
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
    margin: 0 0 15px;
}

.mr_blog .single-blog-post .text-holder .blog-title a {
    color: #010101;
    transition: all 500ms ease;
}

.mr_blog .single-blog-post .text-holder p {
    color: #798795;
    font-size: 18px;
    line-height: 28px;
    margin: 15px 0 0;
	font-weight:300;
}

.mr_blog .single-blog-post .text-holder .bottom {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 14px;
}

.mr_blog .single-blog-post .text-holder .bottom .author-name {
    position: relative;
    display: block;
}

.mr_blog .single-blog-post .text-holder .bottom .author-name a {
    color: #000000;
    font-size: 14px;
    font-weight: 500;
}

.mr_blog .single-blog-post .text-holder .bottom .author-name a span:before {
    position: relative;
    display: inline-block;
    font-weight: 700;
    padding-right: 4px;
}

.mr_blog .single-blog-post .text-holder .bottom .read-more-button {
    position: relative;
    display: block;
}

.mr_blog .single-blog-post .text-holder .bottom .read-more-button a {
    font-size: 14px;
    font-weight: 700;
}

.mr_blog .single-blog-post .text-holder .bottom .read-more-button a span:before {
    position: relative;
    display: inline-block;
    padding-left: 8px;
    background: #fe5a0e;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    padding: 0px 6px;
    font-size: 9px;
    /* margin-left: 5px; */
    margin-right: 5px;
}

.mr_blog .single-blog-post.style2 {
    margin-bottom: 30px;
}

.mr_blog .single-blog-post.style2 .text-holder .blog-title {
    margin: 0 0px 10px;
}

.mr_blog .single-blog-post.style2 .text-holder {
    padding: 30px 30px;
}
#rinbuild_recent_post-2 .sidebar-widget .widget-content .post .post-date:before {
    position: relative;
    top: 1px;
    display: inline-block;
    padding-right: 9px;
    /* color: #fd5d14; */
    font-size: 18px;
      content: "\f103";
    font-family: Flaticon;
    font-style: normal;
}





#rt .about-style1-text-box.style2 {
    text-align: right;
}
#rt .service-style3-area .sec-title, #rt .faq-content-area {
    text-align: right;
}
#rt .single-service-style3:hover .overlay-content .title-holder {
    text-align: right;
}
#rt .single-testimonial-style1 .text {
    text-align: right;
}
#rt .single-testimonial-style1 .client-info .title-box {
    text-align: right;
}
#rt .accordion-box {
    text-align: right;
}
#rt .accordion-box .accordion .accord-btn::after {
    left: 18px;
    right: unset;
}
#rt .mr_blog .single-blog-post {
    text-align: right;
}
#rt .mr_blog .single-blog-post .text-holder .bottom {
    display: inline-block;
    text-align: right;
}
.style2 .img-holder .title-holder p {
    display: inherit!important;
}

.main-headerxxx{

    display: none!important;
}
/*===== Footer Extra CSS =====*/


.boxed_wrapper{
  position: relative;
  margin: 0 auto;
  overflow: hidden;
  width: 100%;
  min-width: 300px;
}

.footer-box{
	position: fixed;
	background: #2220;
	height: 339px;
	overflow: hidden;
	width: 184px;
	top: 101px;
	right: 0px;
	z-index: 999;
}

.product-sidebar .social-links{
	position: absolute;
	top: 150px;
	right: -130px;
	padding: 0px;
	margin: 0px;
  z-index: 9999999;
  -webkit-transition: right .3s ease;
  -moz-transition: right .3s ease;
  transition: right .3s ease;
}

.product-sidebar .xs-sidebar-group.isActive .social-links{
  right: 270px;
}

.product-sidebar .social-links li{
	position: relative;
	display: block;
	list-style: none;
	height: 45px;
	line-height: 45px;
	text-align: center;
	position: relative;
	background-color: #3064ee;
	color: #fff;
	cursor: pointer;
	left: 0px;
	white-space: nowrap;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.product-sidebar .social-links li:hover {
  left: -130px;
}

.product-sidebar .social-links li .icon{
  display: inline-block;
  width: 45px;
  height: 45px;
  line-height: 45px;
  border-radius: 0!important;
  transition: opacity .2s ease;
  color: inherit;
}

.product-sidebar .social-links li:hover span{
  visibility: visible;
  opacity: 1;
  right: 110%;
}

.product-sidebar .social-links li span {
  font-family: 'Nunito Sans',Sans-serif;
  font-size: 13px;
  width: 130px;
  height: 45px;
  font-weight: 400;
  line-height: 45px;
  text-align: center;
  transition: all .2s ease;
  padding: 0;
  box-sizing: border-box;
  background: rgba(0,0,0,.24);
  border-radius: 0;
  display: block;
  float: right;
  color: inherit;
}

.product-sidebar .social-links li a{
  color: #fff;
  text-decoration: none;
}

.product-sidebar .social-links li:nth-child(2){
	background: #8138f7;
}

.product-sidebar .social-links li:nth-child(3){
	background: #7ac7c4
}

.product-sidebar .social-links li:last-child{
	background: #fd5d14;
}


/** sidebar **/

.xs-sidebar-group .xs-overlay{
  left:0%;
  top:0;
  position:fixed;
  height:100%;
  opacity:0;
  width:100%;
  visibility:hidden;
  cursor:url(../../assets/images/cross-out.png),
  pointer; 
  z-index: 999999;
}

.xs-sidebar-group.isActive .xs-overlay{
  opacity:.9;
  visibility:visible;
  right:100%;
}

.xs-sidebar-widget{
  position: fixed;
  right: -400px;
  top: 0;
  background-color: #fff;
  width: 400px;
  height: 100%;
  z-index: 9999999;
  -webkit-transition: right .3s ease;
  -moz-transition: right .3s ease;
  transition: right .3s ease;
}

.xs-sidebar-group.isActive .xs-sidebar-widget{
  right: 0px;
}

.xs-bg-black {
  background-color: rgb(0,0,0,0.5);
}

.product-sidebar .sidebar-widget-container{
  position: absolute;
  right: -17px;
  top: 0;
  height: 100%;
  width: 417px;
  padding: 30px;
  background: #fff;
  border-left: 1px solid #dcdcdc;
  color: #111;
  font-size: 14px;
  line-height: 1.7;
  overflow-x: hidden;
  overflow-y: auto;
  box-sizing: border-box;
}

.product-sidebar .sidebar-content .btn-box{
  margin-bottom: 30px;
}

.product-sidebar .sidebar-content .btn-box a{
  position: relative;
  display: block;
  background: #222;
  font-size: 15px;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  padding: 10px 15px;
  text-decoration: none;
  border-radius: 5px;
}

.product-sidebar .sidebar-content .single-box .title-box{
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.product-sidebar .sidebar-content .single-box .title-box .line{
  position: relative;
  display: block;
  height: 1px;
  background: #e5e5e5;
  width: 100%;
  flex: 1;
}

.product-sidebar .sidebar-content .single-box .title-box .line:before {
  content: '';
  position: absolute;
  z-index: 1;
  height: 3px;
  width: 40px;
  background: #f73859;
  border-radius: 1.5px;
  right: 0;
  top: 50%;
  margin-top: -1.5px;
}

.product-sidebar .sidebar-content .single-box .title-box h5{
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  color: #222;
  background: #fff;
  padding: 5px 10px;
  border-radius: 3px;
  text-align: center;
  text-transform: uppercase;
  margin: 0px;
  margin-right: 20px;
  box-shadow: 0 0px 10px rgba(0, 0, 0, 0.1);
}

.product-sidebar .sidebar-content .single-box .image{
  position: relative;
  margin: 0px;
  box-shadow: 5px 4px 16px 0 rgba(0,0,0,.15);
  margin-bottom: 10px;
}

.product-sidebar .sidebar-content .single-box .image img{
  width: 100%;
}

.product-sidebar .sidebar-content .single-box .item-name{
  position: relative;
  display: block;
}

.product-sidebar .sidebar-content .single-box .item-name h6{
  position: relative;
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
  color: #222;
  margin: 0px;
}

.product-sidebar .sidebar-content .single-box .item-name h6 a{
  color: #222;
  text-decoration: none;
}

.product-sidebar .sidebar-content .single-box .item-name .price{
  position: absolute;
  top: 0px;
  right: 0px;
  font-size: 16px;
  color: red;
}

.product-sidebar .sidebar-content .single-box .item-name .price del{
  color: #848484;
}

.product-sidebar .sidebar-content .single-box{
  margin-bottom: 30px;
}

.product-sidebar .sidebar-content .single-box .single-item{
  margin-bottom: 20px;
}
@media screen and (max-width: 900px) {
  .footer-box{
		display:none!important;
	}
}
.fact-box-style2 ul .single-fact-counter .count-box .icon span:before {
    color: #fff!important;

}
.about-style2-image-box {

    left: -20px!important;
}
.video-holder-box.style2 .icon .inner a:hover span:before {
    color: #ffffff!important;
    background: #030e27!important;
}
.about-style2-image-box .inner-box {

    left: 635px!important;

}

.sticky-header .main-menu .navigation>li>a {

    padding-right: 30px!important;
}

.main-menu .navigation>li>a {
    padding-right: 20px!important;
}
.main-slider.style2 .content .text p {
    color: #000000;
    font-weight: 600;
}
@media (min-width: 1200px){
.main-header.header-style3 .container {
    max-width: 1300px;
}
}
.footer-area{
    background: #050505;
    /* padding-top: 62px; */
}
.footer-area a,.footer-area .text,.footer-area li,.footer-area .widget-title{
	color:#fff;
}
.footer-area .widget-title {
    text-align: left;
    font-size: 26px;
    margin: 0;
    padding-bottom: 15px;
    position: relative;
    color: #fff;
    margin-bottom: 40px;
    font-weight: 300;
}
.footer-area .widget-title:after {
    content: '';
    width: 50px;
    height: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-color: #fd5d14;
    position: absolute;
    left: 0;
    bottom: 0;
}
.mf-button-widget .btn-one{
	 background: #fd5d14!important;
    color: #fff!important;
}
.mf-button-widget .btn-one:hover{
	 background: #222!important;
    color: #fff!important;
}
.footer_about .textwidget{
    color: #fff;
	padding-top:15px;
	padding-bottom:30px;
}
.widget_mf-custom-menu ul.menu {
    border-color: #939393!important;
    border-width: 0 0 0 1px;
    border-style: solid;
    padding: 0;
    margin: 0;
    padding-left: 20px!important;
    padding-bottom: 25px!important;
    padding-top: 25px!important;
}
.widget_mf-custom-menu ul.menu li {
    padding: 5px 0 5px 23px;
    border: 0;
    position: relative;
}
.widget_mf-custom-menu ul.menu li:before {
    content: '';
    width: 15px;
    height: 1px;
    background-color: #939393;
    position: absolute;
    left: 0;
    top: 15px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.widget_mf-custom-menu ul.menu li a{
      color: #fff;
    transition: .5s;
}
.footer-area {
    background-repeat: no-repeat;
}

.main-menu.style2 .navigation.homeicon>li:first-child {
    top: 18px!important;

}
.main-menu.style2 .sticky-header .navigation.homeicon>li:first-child {
    top: 0px!important;

}
.single-blog-post-style3 .img-holder img {
	 transition: .5s;
}
.single-blog-post-style3:hover .img-holder img {
    transform:scale(1.2) rotate(1deg);
	 transition: .5s;
}