@import url(../fonts/flaticon/flaticon.css);



@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100;200;300;400;500;600;700;800;900&amp;display=swap');

body{font-family: 'Outfit', sans-serif !important;}
.abvideoSection{ font-size:18px; }
.about-text{
    position: relative;
    display: block;
    padding-left: 100px;
}
.about-text .sec-title {
    padding-bottom: 44px;
}
.about-text .inner-content{
    position: relative;
    display: block;    
}
.about-text .inner-content .text {
    display: block;
    padding-bottom: 26px;
}

.about-carousel-box{
    position: relative;
    display: block;
    background: #ec5f24;
    padding: 41px 41px 37px;
    z-index: 1;
}
.about-carousel-box:before {
    position: absolute;
    left: 40px;
    bottom: -30px;
    font-family: "Flaticon";
    content: "\f103";
    color: #ec5f24;
    font-size: 40px;
    line-height: 40px;
    transform: perspective(1200px) rotateY(180deg) translateZ(0px);
}
.about-carousel-box .single-box{
    position: relative;
    display: block;
}
.about-carousel-box .single-box .icon-holder{
    width: 90px;
}
.about-carousel-box .single-box .icon-holder span:before{
    color: #ffffff;
    font-size: 90px;
    line-height: 90px;
    margin-left: 1px;
}

.about-carousel-box .single-box .icon-holder,
.about-carousel-box .single-box .text-holder{
    display: table-cell;
    vertical-align: middle;
}
.about-carousel-box .single-box .text-holder{
    padding-left: 30px;
}
.about-carousel-box .single-box .text-holder h3{
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 21px;
    text-decoration: underline;
}
.about-carousel-box .single-box .text-holder p{
    color: #ffffff;
    margin: 0;
}

.about-carousel-box.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    padding-bottom: 0px;
}
.about-carousel-box .owl-dots {
    position: absolute;
    margin-top: 105px !important;
    height: 25px;
    line-height: 25px;
    left: -10px;
}
.about-carousel-box .owl-dots .owl-dot{
	background-image: none;
	width: 20px;
	height: 5px;
	margin: 0px 10px;
    background: #e1e1e1;
    border: 2px solid #e1e1e1;
	padding: 0px;
	border-radius: 0%;
	transition: all 500ms ease;
	display: inline-block;
}
.about-carousel-box .owl-dots .owl-dot span{
	display: none;	
}
.about-carousel-box .owl-dots .owl-dot.active{
	background: #ec5f24;
    border-color: #ec5f24;
}



/*** 
=============================================
    Working Area style
=============================================
***/
.working-area {
    position: relative;
    display: block;
    background-attachment: fixed;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    padding: 110px 0 60px;
    z-index: 1;
}
.working-area::before {
    background: rgba(40, 41, 46, 0.97) none repeat scroll 0 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    content: "";
    z-index: -1;
} 
.single-working-box{
    position: relative;
    display: block;
    margin-bottom: 50px;
}
.single-working-box .img-holder{
    position: relative;
    display: block;
}
.single-working-box .img-holder .inner{
    position: relative;
    display: block;
    overflow: hidden;
}
.single-working-box .img-holder .inner img{
    width: 100%;
    transform: scale(1.01);
    transition: all 700ms ease 300ms;
}
.single-working-box:hover .img-holder .inner img{
    transform:scale(1.2) rotate(2deg);	
} 
.single-working-box .img-holder .inner .overlay-style-one{
    background-color: rgba(0, 0, 0, 0.85);
}
.single-working-box:hover .img-holder .inner .overlay-style-one{
    opacity: 1;    
}

.single-working-box .img-holder .inner:before,
.single-working-box .img-holder .inner:after {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top;
    transition: all 700ms ease 500ms;
    border-radius: 0px;
    z-index: 3;
}
.single-working-box .img-holder .inner:before {
    transform: scale(0, 1);
    transform-origin: bottom center;
    border-top: 4px solid #ec5f24;
    border-bottom: 4px solid #ec5f24;
}
.single-working-box:hover .img-holder .inner:before {
    transform: scale(1, 1);
}
.single-working-box .img-holder .inner:after {
    transform: scale(1, 0);
    transform-origin: left center;
    border-left: 4px solid #ec5f24;
    border-right: 4px solid #ec5f24;
}
.single-working-box:hover .img-holder .inner:after{
    transform: scale(1, 1);    
}

.single-working-box .text-holder{
    position: relative;
    display: block;
    background: #ffffff;
    margin: 0 20px;
    margin-top: -40px;
    z-index: 5;
}
.single-working-box .text-holder .plus-icon-box {
    position: absolute;
    right: 30px;
    top: -25px;
    width: 50px;
    height: 50px;
    background: #ec5f24;
    border-radius: 50%;
    text-align: center;
    display: block;
    padding: 15px 0;
    transition: all 300ms ease 100ms;
}

.single-working-box:hover .text-holder .plus-icon-box {
    top: -50px;
    height: 75px;
    background: #ec5f24;
    border-radius: 25px 25px 0px 0px;
    padding: 27px 0;
}

.single-working-box .text-holder .plus-icon-box span:before{
    display: block;
    color: #ffffff;
    font-size: 20px;
    line-height: 20px;
}

.single-working-box .text-holder .outer-box {
    position: relative;
    display: block;
    padding-left: 70px;
    padding-top: 35px;
    padding-bottom: 32px;
}
.single-working-box .text-holder .outer-box .icon{
    position: absolute;
    top: 0;
    left: 0;
    width: 70px;
    height: 100%;
    background: rgb(237,237,237);
    background: linear-gradient(0deg, rgba(237,237,237,1) 0%, rgba(237,237,237,0) 0%, rgba(237,237,237,1) 100%, rgba(32,50,96,0) 100%, rgba(32,50,96,0.6530987394957983) 100%, rgba(80,166,253,1) 100%, rgba(93,173,253,1) 100%);
}
.single-working-box .text-holder .outer-box .icon .inner {
    display: table;
    width: 100%;
    height: 100%;
}
.single-working-box .text-holder .outer-box .icon .inner .box{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.single-working-box .text-holder .outer-box .icon .inner .box span:before{
    color: #ec5f24;
    font-size: 35px;
    line-height: 35px;
}

.single-working-box .text-holder .outer-box .text{
    position: relative;
    display: block;
    padding-left: 30px;
}
.single-working-box .text-holder .outer-box .text h3{
    color: #27282c;
    font-weight: 600;
    margin: 0 0 13px;
}
.single-working-box .text-holder .outer-box .text p{
    margin: 0;
}



/*** 

/*** 
=============================================
    Mainmenu Style3 Area style
=============================================
***/
.mainmenu-style3-area{
    position: relative;
    display: block;   
    background: #336666;
}
.mainmenu-style3-area.stricky-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99999999;
    background: #336666;
    margin: 0;
    animation-name: menu_sticky;
    animation-duration: 0.60s;
    animation-timing-function: ease-out;
    transition: all .25s ease-in-out;
    -webkit-box-shadow: 0 0 15px rgba(0,0,0,0.10);
    -moz-box-shadow: 0 0 15px rgba(0,0,0,0.10);
    -ms-box-shadow: 0 0 15px rgba(0,0,0,0.10);
    -o-box-shadow: 0 0 15px rgba(0,0,0,0.10);
    box-shadow: 0 0 15px rgba(0,0,0,0.10);
}

.main-menu.style3 {
    position: relative;
    display: inline-block;
    border-left: 1px solid #1a1b1f;
}
.main-menu.style3 .navigation > li {
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 0;
    border-left: 1px solid #3d3e42;
    border-right: 1px solid #1a1b1f;
}
.main-menu.style3 .navigation > li:last-child{
    border-right: none;
}
.main-menu.style3 .navigation > li > a {
    color: #ffffff;
    padding: 30px 35px 26px;
}
.main-menu.style3 .navigation > li:last-child > a{
    padding-right: 0;
}
.main-menu.style3 .navigation > li:hover > a, 
.main-menu.style3 .navigation > li.current > a {
    color: #ec5f24; 
}

.mainmenu-right.style3 {
    position: relative;
    display: inline-block;
    float: right;
    margin: 0;
}
.mainmenu-right.style3 .button a {
    line-height: 70px;
    width: 270px;
    padding: 0;
    text-align: center;
}
.mainmenu-right.style3 .button a:hover{
    background: #336666;
}



/*** 
=============================================
    Featured Area style
=============================================
***/
.featured-area {
    position: relative;
    display: block;
    margin-top: -160px;
    z-index: 10;
    background: transparent;
}
.single-featured-box{
    position: relative;
    display: block;
    padding-top: 50px;
    max-width: 370px;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}
.single-featured-box .inner{
    position: relative;
    display: block;
    background: #ec5f24;
    transition: all 300ms ease 100ms;
}
.single-featured-box .inner .img-holder {
    position: relative;
    display: block;
    width: 255px;
    height: 270px;
    float: right;
}
.single-featured-box .inner .static-content {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: block;
    padding-top: 125px;
    padding-left: 30px;
    opacity: 1;
    visibility: visible;
    z-index: 1;
    transform: translateY(0px);
    transition: all 500ms ease 100ms;
}
.single-featured-box:hover .inner .static-content{
    opacity: 0;
    visibility: hidden;
    transform: translateY(50%);
    transition: all 900ms ease 100ms;  
}

.single-featured-box .icon{
    position: relative;
    display: block;
    padding-bottom: 20px;
}
.single-featured-box .icon span:before{
    color: #ffffff;
    font-size: 60px;
    line-height: 60px;
}
.single-featured-box .title{
    position: relative;
    display: block;    
}
.single-featured-box .title h3{
    color: #ffffff;
    font-weight: 600;
}

.single-featured-box .inner .overlay-content {
    position: absolute;
    top: -50px;
    left: 0;
    bottom: 0;
    right: 0;
    display: block;
    padding-top: 50px;
    padding-left: 30px;
    padding-right: 30px;
    z-index: 3;
    background: #27282c;
    transition: all 300ms ease 100ms;
    opacity: 0;
    visibility: hidden;
    transform: translateY(100%);
    transition: all 500ms ease 100ms;
}
.single-featured-box:hover .inner .overlay-content{
    opacity: 1;  
    visibility: visible; 
    transform: translateY(0%);
    transition: all 900ms ease 100ms;  
}
.single-featured-box .inner .overlay-content .icon span:before{
    color: #ec5f24;
}
.single-featured-box .inner .overlay-content .text{
    position: relative;
    display: block;
    padding-top: 18px;
    padding-bottom: 0px;
}
.single-featured-box .inner .overlay-content .text p{
    color: #ffffff;
    margin: 0 0 26px;
}
.single-featured-box .inner .overlay-content .text a{
    color: #ffffff;    
}

.single-featured-box .overlay-content .overlay-image{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 255px;
    height: 00px;
    opacity: 0;
    transform: scale(0.5);
    transition: all 500ms ease 100ms;
}
.single-featured-box:hover .overlay-content .overlay-image{
    opacity: 1;
    height: 270px;
    transform: scale(1.0); 
    transition: all 900ms ease 500ms;  
}
.cont{ text-align:justify; padding: 30px 85px 23px 40px; }

.about-style3-content{
    position: relative;
    display: block;
    padding-top: 110px;
    padding-bottom: 110px;
}
.about-style3-content .sec-title{
    padding-bottom: 40px;
    margin: 0;
}
.about-style3-content .sec-title p {
    margin: 15px 0 27px;
}
.about-style3-content .button{}
.about-style3-content .button a{
    padding: 0 40px;
    margin: 0 13px;
}
.about-style3-content .button a.black{
    background: #27282c;
}
.about-style3-bg {
    position: absolute;
    left: 0;
    top: -60px;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    z-index: -1;
    opacity: 1;
}
@-webkit-keyframes banner-animate {
    0% {
    -webkit-transform: translateX(-300px);
    transform: translateX(-300px);
    }

    50% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
    }

    100% {
    -webkit-transform: translateX(-300px);
    transform: translateX(-300px);
    }
}
@keyframes banner-animate {
    0% {
    -webkit-transform: translateX(-300px);
    transform: translateX(-300px);
    }

    50% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
    }

    100% {
    -webkit-transform: translateX(-300px);
    transform: translateX(-300px);
    }
}
.banner-animate {
    animation-name: banner-animate; 
    animation-duration: 70s; 
    animation-iteration-count: infinite;
    animation-timing-function: linear;
	-webkit-animation-name: banner-animate; 
    -webkit-animation-duration: 70s; 
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
	
	-moz-animation-name: banner-animate; 
    -moz-animation-duration: 70s; 
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
	
	-ms-animation-name: banner-animate; 
    -ms-animation-duration: 70s; 
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
	
	-o-animation-name: banner-animate; 
    -o-animation-duration: 70s; 
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}



/*** 
=============================================
    Services Style2 Area style
=============================================
***/
.services-style2-area {
    position: relative;
    display: block;
    background: #f6f6f6;
    padding: 110px 0 108px;
    z-index: 1;
}
.services-style2-area:before{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 407px;
    background: #ffffff;
    content: "";
    z-index: -1;
}
.single-service-style2 .img-holder{
    position: relative;
    display: block;
    overflow: hidden; 
    z-index: 1;
}
.single-service-style2 .img-holder img {
    width: 100%;
    transform: scale(1.01);
    transition: all 700ms ease;
}
.single-service-style2:hover .img-holder img {
    transform: scale(1.2);    
}
.single-service-style2:hover .overlay-style-two{
	opacity: 1;
}
.single-service-style2 .img-holder .overlay-style-two:before{
	background-color: rgba(40, 41, 46, 0.90);
}
.single-service-style2:hover .img-holder .overlay-style-two:before{
	opacity: 1;
    transform: perspective(400px) rotateX(0deg);
    transition: all 700ms ease 100ms;	
}
.single-service-style2 .img-holder .overlay-style-two:after{
	background-color: rgba(40, 41, 46, 0.90);
}
.single-service-style2:hover .img-holder .overlay-style-two:after{
	opacity: 1;
    transform: perspective(400px) rotateX(0deg);
    transition: all 700ms ease 300ms;	
}

.single-service-style2 .text-holder{
    position: relative;
    display: block;
    background: transparent;
    z-index: 10;
}
.single-service-style2 .text-holder .icon-holder {
    position: relative;
    display: block;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    margin: -55px auto 0;
    border: 4px dotted #c9c9c9;
    background: #ffffff;
    text-align: center;
    z-index: 2;
}
.single-service-style2 .text-holder .icon-holder span:before {
    display: block;
    color: #b3b3b3;
    font-size: 50px;
    line-height: 102px;
}

.single-service-style2 .text-holder .inner{
    position: relative;
    display: block;
    padding: 26px 0px 0px;
    text-align: center;
    background: #ffffff;
    z-index: 1;
}
.single-service-style2 .text-holder .inner:before {
    position: absolute;
 
    left: 0;
    bottom: 0;
    right: 0;
    background: #ffffff;
    content: "";
    z-index: -1;
}
.single-service-style2 .text-holder .inner h3{
    color: #27282c;
    font-weight: 600;
    margin: 0 0 18px;
}
.single-service-style2 .text-holder .inner .text {
    position: relative;
    display: block;
    padding: 0 30px 32px;
}
.single-service-style2 .text-holder .inner .text p{
    margin: 0;
}
.single-service-style2 .text-holder .inner .read-more a{
    color: #27282c;
    background: #f6f6f6;
    display: block;
}


.services-style2-content{
	overflow: hidden;
}
.services-style2-content .owl-carousel{
	display: block;
	max-width: 370px;
	width: 100%;
	margin: 0 auto;
}
.services-style2-content .owl-carousel .owl-stage-outer{
	overflow: visible;
	padding: 0px 0px 43px;
}
.services-style2-content .owl-carousel .owl-stage-outer .owl-item.active .overlay-style-two{
	opacity: 1;
}
.services-style2-content .owl-carousel .owl-stage-outer .owl-item.active .overlay-style-two:before{
	opacity: 1;
    transform: perspective(400px) rotateX(0deg);
    transition: all 700ms ease 300ms;	
}
.services-style2-content .owl-carousel .owl-stage-outer .owl-item.active .overlay-style-two:after{
	opacity: 1;
    transform: perspective(400px) rotateX(0deg);
    transition: all 700ms ease 500ms;	
}
.services-style2-content .owl-carousel .owl-stage-outer .owl-item.active .single-service-style2 .text-holder .icon-holder {
    border: 4px dotted #ec5f24;
    transition: all 700ms ease 700ms;
}
.services-style2-content .owl-carousel .owl-stage-outer .owl-item.active .single-service-style2 .text-holder .icon-holder span:before {
    color: #ec5f24;
    transition: all 700ms ease 800ms;
}
.services-style2-content .owl-carousel .owl-stage-outer .owl-item.active .single-service-style2 .text-holder .inner .read-more a{
    color: #ffffff;
    background: #ec5f24;
    transition: all 700ms ease 900ms;
}

.services-carousel .owl-dots {
    position: relative;
    display: block !important;
    margin-top: 0px !important;
    line-height: 14px;
}
.services-carousel .owl-dots .owl-dot{
	background-image: none;
	width: 20px;
	height: 5px;
	margin: 0px 10px;
    background: #e1e1e1;
    border: 2px solid #e1e1e1;
	padding: 0px;
	border-radius: 0%;
	transition: all 500ms ease;
	display: inline-block;
}
.services-carousel .owl-dots .owl-dot span{
	display:none;	
}
.services-carousel .owl-dots .owl-dot.active{
	background: #ec5f24;
    border-color: #ec5f24;
}



/*** 
=============================================
    Latest Projects Area style
=============================================
***/
.latest-projects-area{
    position: relative;
    display: block;
    background: #27282c;
    width: 100%;
    padding: 110px 60px 104px;
}
.latest-projects-v3{
    padding: 0;
}
.single-project-style3 .img-holder{
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 10;
}
.single-project-style3 .img-holder img{
    width: 100%;
    transform: scale(1.01);
    transition: all 700ms ease;
}
.single-project-style3:hover .img-holder img {
    transform:scale(1.2) rotate(2deg);	
}
.single-project-style3 .overlay-content{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(0, 0, 0, 0.70);
    transform: scaleX(0);
    border: 4px solid #ec5f24;
    transition: all 700ms ease 100ms;
    z-index: 3;
}
.single-project-style3:hover .overlay-content{
    transform: scaleY(1);
}
.single-project-style3 .overlay-content .inner-content{
    display: table;
    width: 100%;
    height: 100%;
}
.single-project-style3 .overlay-content .inner-content .links-icons{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    transform: scale(0);
    transition: all 700ms ease 500ms;
}
.single-project-style3:hover .overlay-content .inner-content .links-icons{
    transform: scale(1.0);    
}
.single-project-style3 .overlay-content .inner-content .links-icons a span:before{
    position: relative;
    display: block;
    width: 35px;
    height: 35px;
    margin: 0 auto;
    color: #ffffff;
    font-size: 35px;
    line-height: 35px;
    font-weight: 400;
    transition: all 500ms ease;
}
.single-project-style3 .overlay-content .inner-content .links-icons a:hover span:before{
    color: #ec5f24;    
}

.single-project-style3 .title-holder{
    position: relative;
    display: block;
    padding-top: 24px;
}
.single-project-style3 .title-holder span{
    color: #7c7e84;
}
.single-project-style3 .title-holder h3{
    color: #ffffff;
    font-weight: 600;
    margin: 3px 0 0;
}

.project-carousel-v3.owl-carousel .owl-nav {
    position: absolute;
    top: -115px;
    display: block;
    left: 0;
    right: 0;
    max-width: 1170px;
    width: 100%;
    margin: 0 auto;
}
.project-carousel-v3.owl-carousel .owl-nav [class*="owl-"] {
    position: absolute;
    right: 0;
    display: inline-block;
    background: transparent;
    width: 55px;
    height: 55px;
    border: 1px solid #3f3f42;
    line-height: 54px;
    margin: 0;
    padding: 0;
    transition: all 700ms ease 100ms;
    border-radius: 50%;
}
.project-carousel-v3.owl-carousel .owl-nav .owl-prev {
    right: 65px;
}
.project-carousel-v3.owl-carousel .owl-nav [class*="owl-"] i:before{
    color: #5e5e5e;
    font-size: 20px;
    font-weight: 400;
}
.project-carousel-v3.owl-carousel .owl-nav .owl-next {
    margin-left: 10px;
}
.project-carousel-v3.owl-carousel .owl-nav [class*="owl-"]:hover{
    border-color: #ec5f24;
}



/*** 
=============================================
    Team Area style
=============================================
***/
.team-area {
    position: relative;
    display: block;
    padding-top: 110px;
    padding-bottom: 60px;
}
.view-all-member{
    position: relative;
    display: block;
    margin-top: 39px;    
}
.single-team-member {
    position: relative;
    display: block;
    margin-bottom: 50px;
    transition: all 500ms ease;
}
.single-team-member .img-holder {
    position: relative;
    display: block;
    overflow: hidden;
}
.single-team-member .img-holder img{
    width: 100%;
    transform: scale(1.0);
    transition: all 700ms ease;
}
.single-team-member:hover .img-holder img{
    transform:scale(1.05) rotate(0deg);	
}

.single-team-member .sociallinks {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    border-top: 4px solid #27282c;
    text-align: center;
    transition: all 900ms ease 100ms;
    transform-style: preserve-3d;
    transform: perspective(1200px) rotateX(-90deg) translateZ(-32px);
    opacity: 0;
}
.single-team-member:hover .sociallinks{
    opacity: 1;
    transform: perspective(1200px) rotateX(0deg) translateZ(0px);
    transition: all 900ms ease 300ms;
}
.single-team-member .sociallinks li {
    position: relative;
    display: inline-block;
    float: left;
    width: 20%;
    line-height: 60px;
    border-right: 1px solid #ededed;
}
.single-team-member .sociallinks li:last-child{
    border-right: none;
}
.single-team-member .sociallinks li a i{
    position: relative;
    display: block;
    background: #ffffff;
    color: #7c7e84;
    font-size: 14px;
    line-height: 60px;
    transition: all 500ms ease;
}
.single-team-member .sociallinks li a:hover i{
    color: #ffffff;
    background: #ec5f24;
}

.single-team-member .overlay {
    position: absolute;
    top: 64px;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 3;
    background: rgba(0, 0, 0, 0.85);
    transition: all 900ms ease 100ms;
    opacity: 0;
    transform-style: preserve-3d;
    transform: perspective(1200px) rotateX(-90deg) translateZ(-32px);
}
.single-team-member:hover .overlay{
    opacity: 1;
    transform: perspective(1200px) rotateX(0deg) translateZ(0px);
    transition: all 900ms ease 300ms;    
}
.single-team-member .overlay .box{
    display: table;
    width: 100%;
    height: 100%;
}
.single-team-member .overlay .box .link{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.single-team-member .overlay .box .link a{
    color: #ffffff;    
}
.single-team-member .name {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 24px 0 24px;
    transition: all 700ms ease 600ms;
    -webkit-box-shadow: 0px 3px 7px 1px #f3f3f3; 
    box-shadow: 0px 3px 7px 1px #f3f3f3;
}
.single-team-member:hover .name{
    -webkit-box-shadow: 0px 3px 15px 1px #F3F3F3; 
    box-shadow: 0px 3px 15px 1px #F3F3F3; 
}
.single-team-member .name p {
    position: relative;
    display: inline-block;
    background: #ffffff;
    margin: 0;
    line-height: 20px;
    padding: 0 30px;
    z-index: 1;
}
.single-team-member .name p:before {
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    height: 1px;
    background: #ededed;
    content: "";
    z-index: -1;  
}
.single-team-member .name p span {
    position: relative;
    display: inline-block;
    background: #ffffff;
    padding: 0 10px;
    color: #ffffff;
    line-height: 20px;
    margin: 0;
    z-index: 2;
}
.single-team-member .name h3{
    color: #27282c;
    font-weight: 600;
    margin: 8px 0 0;
}



/*** 
=============================================
    Testimonial style3 area style
=============================================
***/
.testimonial-style3-area{
    position: relative;
    display: block;
    background: #f6f6f6;
    padding: 110px 0 60px;
}
.single-testimonial-style3{
    position: relative;
    display: block;
    padding-left: 20px;
    z-index: 1;
}
.single-testimonial-style3:before{
    position: absolute;
    top: 20px;
    left: 0;
    bottom: -20px;
    right: 20px;
    border: 1px solid #dadada;
    content: "";
    z-index: -1;
}
.single-testimonial-style3 .inner-content{
    position: relative;
    display: block;
    background: #ffffff;
    padding: 50px 40px 48px; 
    z-index: 1;
}
.single-testimonial-style3 .inner-content:before {
    font-family: 'icomoon';
    position: absolute;
    bottom: 38px;
    right: 40px;
    content: "\e906";
    color: #f6f6f6;
    font-size: 120px;
    line-height: 90px;
    z-index: -1;
}

.single-testimonial-style3 .client-info{
    position: relative;
    display: block;
}
.single-testimonial-style3 .client-info .image{
    width: 50px;
}
.single-testimonial-style3 .client-info .image img{
    border-radius: 50%;
}
.single-testimonial-style3 .client-info .image,
.single-testimonial-style3 .client-info .title{
    display: table-cell;
    vertical-align: middle;
}
.single-testimonial-style3 .client-info .title{
    padding-left: 20px;
}
.single-testimonial-style3 .client-info .title h3{
    color: #27282c;
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 2px;
}
.single-testimonial-style3 .client-info .title span{
    color: #ec5f24;
}
.single-testimonial-style3 .text-box{
    position: relative;
    display: block;
    padding-top: 20px;
    padding-bottom: 21px;
}
.single-testimonial-style3 .text-box p{
    line-height: 28px;
    margin: 0;
}

.testimonial-carousel-2.owl-carousel .owl-stage-outer {
    padding: 0px 0px 63px;
}
.testimonial-carousel-2 .owl-dots {
    position: relative;
    display: block !important;
    margin-top: 0px !important;
    line-height: 14px;
}
.testimonial-carousel-2 .owl-dots .owl-dot{
	background-image: none;
	width: 20px;
	height: 5px;
	margin: 0px 10px;
    background: #e1e1e1;
    border: 2px solid #e1e1e1;
	padding: 0px;
	border-radius: 0%;
	transition: all 500ms ease;
	display: inline-block;
}
.testimonial-carousel-2 .owl-dots .owl-dot span{
	display:none;	
}
.testimonial-carousel-2 .owl-dots .owl-dot.active{
	background: #ec5f24;
    border-color: #ec5f24;
}
.testimonial-style3-area .owl-nav{
    display: none;
}


.brand-style3{
    padding-top: 30px; 
}
.single-brand-item.style3{
    max-width: 170px;
    width: 100%;
    float: left;
    margin-right: 30px;
}
.single-brand-item.style3 a {
    display: block;
    background: transparent;
    text-align: center;
    transition: all 700ms ease 200ms;
}
.single-brand-item.style3:last-child{
    margin-right: 0;
}
.single-brand-item.style3 a:hover{
    box-shadow: none; 
}



/*** 
=============================================
    Latest Blog Area Style3 style
=============================================
***/
.latest-blog-area.style3{
    padding-top: 110px;
    padding-bottom: 70px;    
}
.single-blog-post.style2{
    margin-bottom: 40px; 
    -webkit-box-shadow: 0px 3px 9px 2px #ebebeb; 
    box-shadow: 0px 3px 9px 2px #ebebeb;
}
.single-blog-post.style2 .text-holder{
    padding: 25px 30px 20px;
}
.single-blog-post.style2 .meta-box {
    min-height: 30px;
    margin-top: 16px;
    margin-bottom: 0px;
}
.single-blog-post.style2 .img-holder{
    z-index: 1;
}
.single-blog-post.style2 .img-holder:before{
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 40%;
    content: "";
    transition: all 300ms ease 100ms;
    z-index: 2;
    background: rgb(39,40,44);
    background: linear-gradient(180deg, rgba(39,40,44,0) 40%, rgba(39,40,44,0.8407738095238095) 78%, rgba(39,40,44,1) 94%, rgba(39,40,44,1) 100%, rgba(39,40,44,1) 100%, rgba(237,237,237,1) 100%, rgba(32,50,96,0) 100%);
}
.single-blog-post.style2 .overlay-title{
    position: absolute;
    left: 30px;
    bottom: 23px;
    right: 30px;
    z-index: 3;
}
.single-blog-post.style2 .overlay-title .blog-title{
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 28px;
    font-weight: 600; 
}
.single-blog-post.style2 .overlay-title .blog-title a{
    color: #ffffff;
    transition: all 500ms ease;    
}
.single-blog-post.style2 .overlay-title .blog-title a:hover{
    color: #ec5f24;
}



/*** 
=============================================
    Home Google Map Area style
=============================================
***/
.home-google-map-area{
    position: relative;
    display: block;
}
.home-google-map-area .container-fluid{
    padding: 0;
}
#home-google-map {
    height: 550px;
    width: 100%;
}



/*** 
=============================================
    Footer Area style3 style
=============================================
***/
.footer-area.style3 {
    padding: 110px 0 100px;
}
.single-footer-widget .our-info-box.style2 .text{
    padding: 0;
}
.single-footer-widget .our-info-box .more-info-about-company {
    color: #ffffff;
    margin-top: 26px;
    display: inline-block;
}

.single-footer-widget .work-gallery {
    position: relative;
    display: block;
    overflow: hidden;
    margin-left: -7.5px;
    margin-right: -7.5px;
}
.single-footer-widget .work-gallery li {
    position: relative;
    display: inline-block;
    float: left;
    margin: 0 7.5px 15px;
}
.single-footer-widget .work-gallery li .img-holder {
    position: relative;
    display: block;
    overflow: hidden;
}
.single-footer-widget .work-gallery li .img-holder img{
    transition: all 0.5s ease-in-out 0.6s;
    width: 100%;
    transform: scale(1.1, 1.1); 
}
.single-footer-widget .work-gallery li:hover .img-holder img{
    transform: scale(1.2, 1.2);
} 
.single-footer-widget .work-gallery li:hover .img-holder .overlay-style-one{
    opacity: 1;    
}
.single-footer-widget .work-gallery li .img-holder .overlay-style-one .content a i{
    color: #ffffff;
    font-size: 18px;
    filter: alpha(opacity=0);
    opacity: 0;
    transform: scale(3);
    transition: all 0.3s ease-in-out 0.3s;
}
.single-footer-widget .work-gallery li:hover .img-holder .overlay-style-one .content a i{
    filter: alpha(opacity=100);
    opacity: 1;
    transform: scale(1);
    transition-delay: 0.1s;   
}
.single-footer-widget .work-gallery li .img-holder .overlay-style-one .content a:hover i{
    color: #222222;
}



/*** 
=============================================
    Footer Bottom Area Style2 Style      
=============================================
***/
.footer-bottom-area.style2 {
    background: #1f1f23;
}
.footer-social-links.clr-white span{
    color: #ffffff;
}










/*** 
=============================================
    Breadcrumb area style
=============================================
***/
.breadcrumb-area {
    position: relative;
    background-attachment: scroll;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0px 0 0px;
    z-index: 10;
}
.breadcrumb-area .inner-content {
    position: relative;
    display: block;
    padding: 360px 0 0;
}
.breadcrumb-area .title {
    position: relative;
    display: block;
    padding-top: 24px;
    padding-bottom: 47px;
}
.breadcrumb-area .title:before{
    position: absolute;
    top: 0;
    left: 0;
    width: 120px;
    height: 4px;
    background: #ffffff;
    content: "";
}
.breadcrumb-area .title h1{
    color: #ffffff;
    font-size: 48px;
    line-height: 60px;
    font-weight: 700;
    text-transform: capitalize;
    margin: 0;
}

.breadcrumb-area .breadcrumb-menu {
    position: relative;
    display: inline-block;
    line-height: 10px;
}
.breadcrumb-area .breadcrumb-menu ul {
    position: relative;
    display: inline-block;
    line-height: 30px;
    padding-bottom: 20px;
}
.breadcrumb-area .breadcrumb-menu ul li {
    position: relative;
    display: inline-block;
    float: left;
    color: #ffffff;
    font-size: 15px;
    line-height: 30px;
    font-weight: 400;
    text-transform: capitalize;
    transition: all 500ms ease;
    margin-right: 10px;
    padding-right: 17px;
}
.breadcrumb-area .breadcrumb-menu ul li:before {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0px;
    width: 7px;
    height: 2px;
    background: url(../images/icon/arrow.html);
    content: "";
    margin: 14px 0;
}
.breadcrumb-area .breadcrumb-menu ul li:last-child:before{
    display: none;
} 
.breadcrumb-area .breadcrumb-menu ul li:last-child{
    margin-right: 0;
    padding-right: 0;
}
.breadcrumb-area .breadcrumb-menu ul li a{
    color: #ffffff;
    font-size: 15px;
    font-weight: 400;
    text-transform: capitalize;
    transition: all 500ms ease;
}
.breadcrumb-area .breadcrumb-menu ul li.active{
    font-weight: 500;
}
.breadcrumb-area .breadcrumb-menu ul li a:hover{
    color: #ec5f24;     
}



/*** 
=============================================
    Breadcrumb Area style2 Style      
=============================================
***/
.breadcrumb-area.style2{}
.breadcrumb-area .inner-content-box .title-s2 {
    position: relative;
    display: block;
    padding: 143px 0 86px;
}
.breadcrumb-area .inner-content-box .title-s2 span{
    color: #ec5f24;
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
}
.breadcrumb-area .inner-content-box .title-s2 h1{
    color: #ffffff;
    font-size: 48px;
    line-height: 62px;
    font-weight: 700;
    margin: 14px 0 0;
    text-transform: capitalize;
}



/*** 
=============================================
    Company Overview Area Style      
=============================================
***/
.company-overview-area{
    position: relative;
    display: block;
    padding: 35px 0 36px;
    z-index: 1;
}
.company-overview-area:before{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 580px;
    background: #f6f6f6;
    content: "";
    z-index: -1;
}
.intro-box {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    margin-bottom: 70px;
}
.intro-box .sec-title{
    position: relative;
    display: block;
    max-width: 530px;
    width: 100%;
    margin: 0;
    padding: 0;
}
.intro-box .text{
    position: relative;
    display: block;
    max-width: 640px;
    width: 100%;
}
.intro-box .text p{
    margin: 0;
}


.history-content-box{
    position: relative;
    display: block;
}
.single-history-content{
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    background: #ffffff;
    -webkit-box-shadow: 4px 0px 9px 2px #f6f6f6; 
    box-shadow: 4px 0px 9px 2px #f6f6f6;
}
.single-history-content .img-box{
    position: relative;
    display: block;
    width: 100%;
    float: left;
}
.single-history-content .img-box .inner{
     
}
.single-history-content .img-box .inner img{
    width: 100%;
}

.single-history-content .text-box {
    position: relative;
    display: block;
    width: 50%;
    float: left;
    padding-left: 65px;
    min-height: 450px;
}
.single-history-content .text-box .inner {
    position: relative;
    display: block;
    padding-top: 70px;
    padding-right: 50px;
}
.single-history-content .text-box .inner .date{
    position: relative;
    display: block;
    width: 130px;
    background: #ec5f24;
    text-align: center;
    z-index: 1;
}
.single-history-content .text-box .inner .date:before {
    position: absolute;
    left: 0;
    bottom: -9px;
    width: 9px;
    height: 10px;
    background: url(../images/icon/arrow-2.html);
    content: "";
    z-index: -1;
}
.single-history-content .text-box .inner .date h3{
    color: #ffffff;
    font-size: 24px;
    line-height: 42px;
    font-weight: 500;
    font-family: 'Rubik', sans-serif;
}
.single-history-content .text-box .inner .title{
    position: relative;
    display: block;
    padding: 43px 0 31px;
}
.single-history-content .text-box .inner .title h3{
    color: #27282c;
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
    text-transform: uppercase;
}
.single-history-content .text-box .inner .text{
    position: relative;
    display: block;
}
.single-history-content .text-box .inner .text p{
    margin: 0 0 33px;
}



.history-carousel.owl-carousel .owl-stage-outer {
    padding: 0px 0 10px;
    padding-right: 10px;
}
.history-carousel.owl-theme .owl-nav {
    position: relative;
    display: block;
    width: 100%;
    margin: 0 auto;
    bottom:300px;

    text-align: center;
}
.history-carousel.owl-theme .owl-nav [class*="owl-"] {
    position: absolute;
    top: 0;
    display: block;
 
    color: #000;
    
    font-size: 20px;
    line-height: 30px;
    width: 30px;
    height: 30px;
    margin: 0;
    padding: 0;
    border: 0px solid;
    transition: all 700ms ease 0s;
}
.history-carousel.owl-theme .owl-nav .owl-prev{
    left: 10px;
}
.history-carousel.owl-theme .owl-nav .owl-next{
    right: 10px;
}


.history-carousel .owl-dots {
    position: relative;
    display: block !important;
    margin-top: 0px !important;
    line-height: 30px;
    width: 140px;
    margin: 0 auto;
}
.history-carousel .owl-dots .owl-dot{
	background-image: none;
	width: 8px;
	height: 8px;
	margin: 0px 7.5px;
    background: #dadada;
    border: 2px solid #dadada;
	padding: 0px;
	border-radius: 50%;
	transition: all 500ms ease;
	display: inline-block;
}
.history-carousel .owl-dots .owl-dot span{
	display:none;	
}
.history-carousel .owl-dots .owl-dot.active{
	background: #ec5f24;
    border-color: #ec5f24;
}

.fact-counter{
    padding-top: 20px;
}
.single-fact-counter {
    position: relative;
    display: block;
    width: 100%;
}
.single-fact-counter .count-box {
    position: relative;
    width: 90px;
    padding-left: 35px;
    z-index: 1;
}

.single-fact-counter .count-box h1{
    color: #fff;
    font-size: 48px;
    line-height: 40px;
    font-weight: 400;
    font-family: 'Rubik', sans-serif;
}
.single-fact-counter .count-box h1 span{
    display: inline-block;
    float: left;
}
.single-fact-counter .count-box h1 img{
    display: inline-block;
    float: left;
    padding-left: 1px;
}
.single-fact-counter .count-box,
.single-fact-counter .title{
    display: table-cell;
    vertical-align: middle;
}
.single-fact-counter .title{
    padding-left: 20px;
}
.single-fact-counter .title h3 {
    color: #fff;
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
}



/*** 
=============================================
    team Area Style      
=============================================
***/
.view-all-member.style2 {
    margin: 0px 0 0;
}
.view-all-member.style2 a{
    line-height: 56px;
}



/*** 
=============================================
    Footer Area Style4 Style      
=============================================
***/
.footer-area.style4 {
    padding: 50px 0 50px;
    z-index: 10;
}



/*** 
=============================================
    Footer Contact Info Area Style      
=============================================
***/
.footer-contact-info-area {
    position: relative;
    display: block;
    background: transparent;
    margin: -60px 0 -60px;
    z-index: 100;
}
.footer-contact-info{
    position: relative;
    display: block;
    background: #ffffff;
}
li .footer-contact-info{}
li .single-footer-contact-info {
    position: relative;
    display: inline-block;
    float: left;
    max-width: 385px;
    width: 100%;
    border-right: 1px solid #ededed;
}
li:last-child .single-footer-contact-info {
    border-right: 0px solid;
}

li .single-footer-contact-info .inner {
    position: relative;
    display: block;
    padding: 35px 40px 30px;
}

li .single-footer-contact-info .icon{
    width: 60px;
}
li .single-footer-contact-info .icon span:before{
    color: #2f3033;
    font-size: 50px;
    transition: all 500ms ease;
}
li .single-footer-contact-info:hover .icon span:before{
    color: #ec5f24;
}
li .single-footer-contact-info .icon,
li .single-footer-contact-info .text{
    display: table-cell;
    vertical-align: middle;
}
li .single-footer-contact-info .text p{
    color: #ffffff;
    margin: 0;
}
li .single-footer-contact-info .text p span{
    color: #27282c;
}



/*** 
=============================================
    Footer bottom Area Style3 Style      
=============================================
***/
.footer-bottom-area.style3 {
    position: relative;
    display: block;
    padding: 28px 0 28px;
    background: #1f1f23;
    z-index: 10;
}

.wats{
    position: relative;
    bottom: 95px;
    right: 20px;
}
.wats2{
    position: fixed;
    bottom: 95px;
    right: 20px;
    z-index: 999;
}
.wats2 img{
    height: 50px;
    width: 50px;
}

/*** 
=============================================
    Faq Area style
=============================================
***/
.faq-area{
    position: relative;
    display: block;
    padding: 110px 0 110px;
}
.faq-content-box {
    position: relative;
    display: block;
    background: #f6f6f6;
    padding: 60px 60px 40px;
}



/*** 
=============================================
    Error Page Area Style      
=============================================
***/
.error-page-area{
    position: relative;
    display: block;
    background: #f6f6f6;
    padding: 145px 0 150px;
}
.error-content{
    position: relative;
    display: block;
    z-index: 3;
}
.error-content span{
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}
.error-content .title{
    position: relative;
    display: block;
    color: #ec5f24;
    font-size: 180px;
    line-height: 150px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 13px 0 14px;
}
.error-content p{
    font-size: 18px;
    line-height: 28px;
    margin: 0 0 32px;
}
.error-content .button{}
.error-content .button a {
    width: 270px;
}



/*** 
=============================================
    Services Style2 Service Page Style      
=============================================
***/
.services-style2-service-page{
    position: relative;
    display: block;
    padding-top: 110px;
    padding-bottom: 70px;
}
.services-style2-service-page .sec-title{
    position: relative;
    display: block;
}
.services-style2-service-page .text {
    position: relative;
    display: block;
    margin-top: 10px;
}
.services-style2-service-page .text p{
    font-size: 17px;
    line-height: 27px;
    margin: 0;
}
.single-service-style2{
    margin-bottom: 40px;
}
.single-service-style2:hover .text-holder .icon-holder {
    border: 4px dotted #ec5f24;
    transition: all 700ms ease 700ms;
}
.single-service-style2:hover .text-holder .icon-holder span:before {
    color: #ec5f24;
    transition: all 700ms ease 800ms;
}
.single-service-style2:hover .text-holder .inner .read-more a{
    color: #ffffff;
    background: #ec5f24;
    transition: all 700ms ease 900ms;
}



/*** 
=============================================
    Services Style1 Service Page Style      
=============================================
***/
.services-style1-service-page{
    position: relative;
    display: block;
    background: #f6f6f6;
    padding: 110px 0 60px;
}
.single-service-style1 .text-holder.bg-white {
    position: relative;
    display: block;
    border: 1px solid #ededed;
    padding: 35px 30px 28px;
    background: #ffffff;
}
.single-service-style1 .text-holder.bg-white .overlay-content .read-more a span:before {
    position: absolute;
    left: auto;
    right: 30px;
    transform: scale(0);
    transition: all 300ms ease 100ms;
}
.single-service-style1:hover .text-holder.bg-white .overlay-content .read-more a span:before{
    transform: scale(1.0);
    transition: all 900ms ease 900ms;
}



/*** 
=============================================
    Testimonial Style3 Service Page Style      
=============================================
***/
.testimonial-style3-service-page{
    position: relative;
    display: block;
    background: #ffffff;
    padding: 110px 0 110px;
}
.testimonial-style3-service-page .sec-title {
    padding-bottom: 40px;
}
.testimonial-style3-service-page .single-testimonial-style3:before {
    position: absolute;
    top: 20px;
    left: 0;
    bottom: -20px;
    right: 30px;
    border: 1px solid #ededed;
    content: "";
    z-index: -1;
}
.testimonial-style3-service-page .single-testimonial-style3 .inner-content {
    background: #ffffff;
    padding: 50px 40px 48px;
    -webkit-box-shadow: 0px 2px 7px 3px #f6f6f6; 
    box-shadow: 0px 2px 7px 3px #f6f6f6;
    margin-top: 10px;
    margin-right: 10px;
}

.testimonial-style3-service-page .testimonial-carousel-2.owl-carousel .owl-stage-outer {
    padding: 0px 0px 20px;
}
.testimonial-style3-service-page .testimonial-carousel-2 .owl-dots {
    display: none !important;
}
.testimonial-style3-service-page .owl-carousel .owl-nav {
    position: absolute;
    top: -115px;
    left: auto;
    right: 10px;
    max-width: 1170px;
    width: 100%;
}
.testimonial-style3-service-page .owl-carousel .owl-nav [class*="owl-"] {
    position: absolute;
    right: 0;
    display: inline-block;
    background: transparent;
    width: 55px;
    height: 55px;
    border: 1px solid #ededed;
    line-height: 54px;
    margin: 0;
    padding: 0;
    transition: all 700ms ease 100ms;
    border-radius: 50%;
}
.testimonial-style3-service-page .owl-carousel .owl-nav .owl-prev {
    right: 65px;
}
.testimonial-style3-service-page .owl-carousel .owl-nav [class*="owl-"] i:before{
    color: #bfbfbf;
    font-size: 20px;
    font-weight: 400;
    transition: all 500ms ease;
}
.testimonial-style3-service-page .owl-carousel .owl-nav [class*="owl-"]:hover i:before{
    color: #ffffff;
}
.testimonial-style3-service-page .owl-carousel .owl-nav .owl-next {
    margin-left: 10px;
}
.testimonial-style3-service-page .owl-carousel .owl-nav [class*="owl-"]:hover{
    background: #ec5f24;
    border-color: #ec5f24;
}



/*** 
=============================================
    Single Service Area style
=============================================
***/
.single-service-area{
    position: relative;
    display: block;
    padding: 110px 0 110px;
}
.single-service-top {
    position: relative;
    display: block;
}
.single-service-image-box{
    position: relative;
    display: block;
}
.single-service-image-box img{
    width: 100%;
}

.single-service-top .text {
    position: relative;
    display: block;
    padding-top: 41px;
    padding-bottom: 26px;
}
.single-service-top .text h2{
    color: #27282c;
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
    text-transform: uppercase;
}
.single-service-top .text .inner{
    position: relative;
    display: block;
    padding-top: 14px;
}


.advantages-content{
    position: relative;
    display: block;
}
.single-advantages-box{
    position: relative;
    display: block;
    border: 1px solid #ededed;
    text-align: center;
    transition: all 700ms ease 500ms;
}
.single-advantages-box:hover{
    -webkit-box-shadow: 0px 4px 13px 0px #D4D4D4; 
    box-shadow: 0px 4px 13px 0px #D4D4D4;
}
.single-advantages-box .inner {
    position: relative;
    display: block;
    padding: 29px 0 23px;
    overflow: hidden;
}
.single-advantages-box .static-content{
    position: relative;
    display: block;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    transition: all 700ms ease 200ms;
}
.single-advantages-box:hover .static-content{
    opacity: 0;
    transform: translateY(-40%); 
    transition: all 700ms ease 200ms;    
}
.single-advantages-box .icon-holder{
    position: relative;
    display: block;
    padding-bottom: 26px;
}
.single-advantages-box .icon-holder span:before{
    color: #ec5f24;
    font-size: 65px;
    line-height: 65px;
}
.single-advantages-box .title{
    position: relative;
    display: block;    
}
.single-advantages-box .title h3{
    color: #27282c;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
}
.single-advantages-box .overlay-text{
    position: absolute;
    top: -1px;
    left: -1px;
    bottom: -1px;
    right: -1px;
    background: #ec5f24;
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    transition: all 700ms ease 200ms;
}
.single-advantages-box:hover .overlay-text{
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    transition: all 700ms ease 200ms;    
}
.single-advantages-box .overlay-text .box{
    display: table;
    width: 100%;
    height: 100%;
}
.single-advantages-box .overlay-text .box .inner-text{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding: 0 10px;
}
.single-advantages-box .overlay-text .box .inner-text p{
    color: #ffffff;
    margin: 0;
}

.how-work-box{
    position: relative;
    display: block;
    padding-top: 80px;
}
.how-work-box .image-box{
    position: relative;
    display: block;
}
.how-work-box .image-box img{
    width: 100%;
}
.how-work-box .how-works-content{
    position: relative;
    display: block;
}
.how-work-box .how-works-content h2{
    color: #27282c;
    font-size: 24px;
    font-weight: 700;
    margin-top: -5px;
    text-transform: uppercase;
}
.how-work-box .how-works-content ul{
    position: relative;
    display: block;
    overflow: hidden;
    padding-top: 28px;
}
.how-work-box .how-works-content ul li{
    position: relative;
    display: block;
    padding-left: 20px;
    margin-bottom: 26px;
}
.how-work-box .how-works-content ul li:last-child{
    margin-bottom: 0;
}
.how-work-box .how-works-content ul li .icon {
    position: absolute;
    top: 6px;
    left: 1px;
}
.how-work-box .how-works-content ul li .icon span:before{
    color: #ec5f24;
    font-size: 20px;
}
.how-work-box .how-works-content ul li .text{
    position: relative;
    display: block;
    padding-left: 20px;
}
.how-work-box .how-works-content ul li .text span{
    color: #ec5f24;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}
.how-work-box .how-works-content ul li .text h3{
    color: #27282c;
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    margin: 2px 0 12px;
}
.how-work-box .how-works-content ul li .text p{
    margin: 0;
}


.concept-design-pricing-box {
    position: relative;
    display: block;
    padding-top: 64px;
}
.concept-design-pricing-box .title{
    display: block;
    padding-bottom: 32px;
}
.concept-design-pricing-box .title h2{
    color: #27282c;
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    text-transform: uppercase;
}
.concept-design-pricing-box .inner-content{
    position: relative;
    display: block;
}


.single-pricing-box{
    position: relative;
    display: block; 
    max-width: 370px;
    width: 100%;
    margin: 0 auto 30px;
}
.single-pricing-box .inner{
    position: relative;
    display: block;
    overflow: hidden;
}
.single-pricing-box .inner .img-box{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.single-pricing-box .inner .img-box:before{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(40, 41, 46, 0.95);
    z-index: 1;
}
.single-pricing-box .inner .img-box img{
    width: 100%;
    height: 100%;
}
.single-pricing-box .static-content{
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 3;
    opacity: 1;
    transform: translateX(0%) translateY(0%) scale(1.0); 
    transition: all 700ms ease 100ms;
}
.single-pricing-box:hover .static-content{
    opacity: 0;
    transform: translateX(0%) translateY(70%) scale(0.5); 
    transition: all 900ms ease 100ms;
}

.single-pricing-box .static-content .table-header {
    position: relative;
    display: block;
    padding-top: 46px;
}
.single-pricing-box .static-content .table-header .top {
    position: relative;
    display: block;
    padding-bottom: 25px;
}
.single-pricing-box .static-content .table-header .top h3{
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 3px;
}
.single-pricing-box .static-content .table-header .top span{
    color: #ffffff;    
}
.single-pricing-box .static-content .table-header .top span b{
    color: #ec5f24;    
}
.single-pricing-box .static-content .table-header .package {
    position: relative;
    display: block;
}
.single-pricing-box .static-content .table-header .package h1 {
    color: #ec5f24;
    font-size: 60px;
    line-height: 50px;
    font-weight: 500;
    font-family: 'Rubik', sans-serif;
}
.single-pricing-box .static-content .table-header .package span {
    position: relative;
    top: -17px;
    display: inline-block;
    font-size: 32px;
    line-height: 32px;
    padding-right: 2px;
}
.single-pricing-box .static-content .table-header .package p{
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 8px 0 0;
    font-family: 'Poppins', sans-serif;
}
.single-pricing-box .static-content .button{
    position: relative;
    display: block;
    padding-top: 32px;
    padding-bottom: 50px;
}
.single-pricing-box .static-content .button a{}

.single-pricing-box .inner .overlay-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    display: block;
    z-index: 10;
    padding: 40px 40px 0px;
    opacity: 0;
    transform-style: preserve-3d;
    transform: perspective(1200px) rotateY(90deg) translateX(-1200px);
    transition: all 700ms ease 100ms;
}
.single-pricing-box:hover .inner .overlay-content{
    opacity: 1;
    transform: perspective(1200px) rotateY(0deg) translateX(0px);
    transition: all 900ms ease 100ms;
}
.single-pricing-box .overlay-content ul {
    position: relative;
    display: block;
    padding-bottom: 33px;
}
.single-pricing-box .overlay-content ul li{
    position: relative;
    display: block;
    color: #ffffff;
    line-height: 42px;
    padding-left: 30px;
}
.single-pricing-box .overlay-content ul li:before{
    position: absolute;
    top: 0;
    left: 0;
    font-family: FontAwesome;
    content: "\f058";
    color: #b3b9c8;
    font-size: 16px;
}
.single-pricing-box .overlay-content a{
    color: #ffffff;
}


.additional-information-box {
    position: relative;
    display: block;
    padding-top: 43px;
}
.additional-information-box .title{
    display: block;
    padding-bottom: 32px;    
}
.additional-information-box .title h2{
    color: #27282c;
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    text-transform: uppercase;    
}
.additional-information-box .additional-info-content-box {
    position: relative;
    display: block;
    background: #f6f6f6;
    padding: 40px 30px 20px;
}
.additional-info-content-box .accordion-box .accordion .accord-btn h4{
    font-size: 17px;
}


.single-service-sidebar {
    position: relative;
    display: block;
    max-width: 340px;
    width: 100%;
    z-index: 1;
}
.single-service-sidebar:before {
    position: absolute;
    top: -300px;
    right: -30px;
    bottom: -5000px;
    width: 1px;
    background: #ededed;
    content: "";
    z-index: -1;
}
.single-service-sidebar .single-sidebar{
    position: relative;
    display: block;
    margin-bottom: 50px;
}
.single-service-sidebar .service-pages{
    position: relative;
    display: block;
    border: 1px solid #ededed;
    border-bottom: none;
}
.single-service-sidebar .service-pages li{
    position: relative;
    display: block;
    height: 64px;
    border-bottom: 1px solid #ededed;
    transition: all 500ms ease;
    z-index: 5;
}
.single-service-sidebar .service-pages li.active,
.single-service-sidebar .service-pages li:hover{
    -webkit-box-shadow: 0px 4px 7px 0px #ededed; 
    box-shadow: 0px 4px 7px 0px #ededed; 
}
.single-service-sidebar .service-pages li:before {
    position: absolute;
    top: 20px;
    left: -1px;
    bottom: 20px;
    width: 3px;
    background: #ec5f24;
    content: "";
    z-index: 3;
    opacity: 0;
    transition: all 700ms ease 300ms;
    transform: translateX(0%) translateY(0%) scaleY(0.1);
}
.single-service-sidebar .service-pages li.active:before,
.single-service-sidebar .service-pages li:hover:before{
    opacity: 1;
    transform: translateX(0%) translateY(0%) scaleY(1.0);
    transition: all 700ms ease 100ms;
}
.single-service-sidebar .service-pages li a {
    position: relative;
    display: block;
    padding-left: 30px;
    color: #27282c;
    font-size: 15px;
    font-weight: 600;
    text-transform: capitalize;
    transition: all 500ms ease;
    font-family: 'Poppins', sans-serif;
}
.single-service-sidebar .service-pages li a .title{
    position: relative;
    display: block;
    z-index: 1;
}
.single-service-sidebar .service-pages li a .title .overlay-title {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
}
.single-service-sidebar .service-pages li a .title .overlay-title h3 {
    color: #ec5f24;
    font-size: 20px;
    line-height: 63px;
    transform: scale(0.5);
    opacity: 0;
    transition: all 300ms ease 100ms;
}
.single-service-sidebar .service-pages li a .title h3.static {
    font-size: 15px;
    transform: scale(1.0);
    line-height: 63px;
    transition: all 300ms ease 100ms;
}
.single-service-sidebar .service-pages li.active a .title .overlay-title h3, 
.single-service-sidebar .service-pages li:hover a .title .overlay-title h3 {
    opacity: 1;
    transform: scale(1.0); 
}
.single-service-sidebar .service-pages li.active a .title h3.static,
.single-service-sidebar .service-pages li:hover a .title h3.static{
    opacity: 0;    
}

.sidebar-contact-box{
    position: relative;
    display: block;
    padding-bottom: 50px;
}
.sidebar-contact-box .inner-content{
    position: relative;
    display: block;
    padding: 48px 40px 50px;
    background: #27282c;
    z-index: 1;
}
.sidebar-contact-box .inner-content .icon-holder{
    position: relative;
    display: block;
    padding-bottom: 22px;
}
.sidebar-contact-box .inner-content .icon-holder span:before{
    color: #ec5f24;
    font-size: 65px;
    line-height: 65px;
}
.sidebar-contact-box .inner-content h3{
    color: #ffffff;
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    margin: 0 0 22px;
}
.sidebar-contact-box .inner-content .bottom-box{
    position: relative;
    display: block;
    border-top: 1px solid #404043;
    padding-top: 25px;
}
.sidebar-contact-box .inner-content .bottom-box h2{
    color: #ffffff;
    font-size: 24px;
    font-weight: 400;
    margin: 0 0 3px;
    font-family: 'Rubik', sans-serif;
}
.sidebar-contact-box .inner-content .bottom-box span{
    color: #ffffff;
}
.sidebar-contact-box .inner-content .button {
    position: relative;
    display: block;
    padding-top: 32px;
}
.sidebar-contact-box .inner-content .button a {
    display: block;
}

.single-service-sidebar .service-pack-download {
    position: relative;
    display: block;
}
.single-service-sidebar .service-pack-download li {
    position: relative;
    display: block;
    background: #ec5f24;
    transition: all 500ms ease;
    padding: 17px 30px 17px;
}
.single-service-sidebar .service-pack-download li .title-holder{
    position: relative;
    display: block;
    float: left;
}
.single-service-sidebar .service-pack-download li .title-holder a{
    color: #ffffff;
    font-size: 15px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
}
.single-service-sidebar .service-pack-download li .title-holder a span{
    font-size: 14px;
    font-weight: 400;
}
.single-service-sidebar .service-pack-download li .icon-holder {
    position: relative;
    display: block;
    float: right;
}
.single-service-sidebar .service-pack-download li .icon-holder i {
    position: relative;
    top: 2px;
    color: #ffffff;
    font-size: 18px;
    line-height: 26px;
}



/*** 
=============================================
    Main Project Area style
=============================================
***/
.main-project-area{
    position: relative;
    display: block;
    background: #ffffff;
    padding: 108px 0 80px;
}
.project-filter {
    position: relative;
    display: block;
    text-align: center;
    margin-bottom: 44px;
}
.project-filter li {
    position: relative;
    display: inline-block;
}
.project-filter li + li {}
.project-filter li .filter-text {
    color: #27282c;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    display: block;
    padding: 8px 10px 8px;
    padding-right: 26px;
    cursor: pointer;
    transition: all .4s ease;
}
.project-filter li:hover .filter-text, 
.project-filter li.active .filter-text {
    color: #ec5f24;
}
.project-filter li .count {
    position: absolute;
    top: -13px;
    right: 15%;
    color: #ec5f24;
    font-size: 12px;
    line-height: 20px;
    font-weight: 700;
    display: inline-block;
    opacity: 0;
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    font-family: 'Poppins', sans-serif;
}
.project-filter li:hover .count, 
.project-filter li.active .count {
    opacity: 1;
    -webkit-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
}


.single-project-style4{
    position: relative;
    display: block;
    max-width: 370px;
    min-width: 300px;
    width: 100%;
    margin: 0 auto 30px;
}
.single-project-style4 .img-holder{
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 10;
}
.single-project-style4 .img-holder .inner {
    position: relative;
    display: block;
}
.single-project-style4 .img-holder .inner:before{
    position: absolute;
	top: -37px;
	left: -37px;
	bottom: -37px;
	right: -37px;
    content: '';
	border: 37px solid #ffffff;
	opacity: 1;
	transition: all 300ms ease 100ms;
	z-index: 1;
}
.single-project-style4:hover .img-holder .inner:before{
	left: 3px;
	top: 3px;
	bottom: 3px;
	right: 3px;
    transition: all 300ms ease 100ms;
}
.single-project-style4 .img-holder:before,
.single-project-style4 .img-holder:after {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    transform-origin: left top;
    transition: all 900ms ease 300ms;
    border-radius: 0px;
    z-index: 1;
}
.single-project-style4 .img-holder:before {
    transform: scale(0, 1);
    transform-origin: bottom center;
    border-top: 3px solid #27282c;
    border-bottom: 3px solid #27282c;
}
.single-project-style4:hover .img-holder:before {
    transform: scale(1, 1);
}
.single-project-style4 .img-holder:after {
    transform: scale(1, 0);
    transform-origin: left center;
    border-left: 3px solid #27282c;
    border-right: 3px solid #27282c;
}
.single-project-style4:hover .img-holder:after{
    transform: scale(1, 1);    
}
.single-project-style4 .img-holder img{
    width: 100%;
    transform: scale(1.0);
    transition: all 700ms ease;
}
.single-project-style4:hover .img-holder img {
    transform:scale(1.2) rotate(0deg);	 
}

.single-project-style4 .overlay-box{
    position: absolute;
    top: 40px;
    left: 40px;
    right: 40px;
    height: 280px;
    background: rgba(40, 41, 46, 0.90);
    z-index: 3;
    opacity: 0;
    transform:scale(0) rotate(0deg);	
    transition: all 700ms ease 300ms;
}
.single-project-style4:hover .overlay-box{
    opacity: 1; 
    transform:scale(1.0) rotate(0deg);	
    transition: all 700ms ease 500ms;
}
.single-project-style4 .overlay-box .box{
    display: table;
    width: 100%;
    height: 100%;
}
.single-project-style4 .overlay-box .box .link{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.single-project-style4 .overlay-box .box .link a span:before{
    color: #ffffff;
    font-size: 40px;
    line-height: 40px;
    transition: all 500ms ease;
}
.single-project-style4 .overlay-box .box .link a:hover span:before{
    color: #ec5f24;    
}

.single-project-style4 .img-holder .overlay-content {
    position: absolute;
    left: 40px;
    right: 40px;
    bottom: 3px;
    height: 117px;
    background: #ffffff;
    z-index: 11;
    text-align: center;
    transition: all 700ms ease 300ms;
    opacity: 0;
    transform-style: preserve-3d;
    transform: perspective(1200px) rotateX(90deg) translateZ(-32px);
}
.single-project-style4:hover .img-holder .overlay-content {
    opacity: 1;
    transform: perspective(1200px) rotateX(0deg) translateZ(0px);
    transition: all 900ms ease 300ms;
}
.single-project-style4 .img-holder .overlay-content .title{
    position: relative;
    display: block;
    padding-top: 33px;
}
.single-project-style4 .img-holder .overlay-content .title span{
    color: #7c7e84;
}
.single-project-style4 .img-holder .overlay-content .title h3{
    font-size: 20px;
    font-weight: 600;
    margin: 3px 0 0;
}
.single-project-style4 .img-holder .overlay-content .title h3 a{
    color: #27282c;
    transition: all 500ms ease;
}
.single-project-style4 .img-holder .overlay-content .title h3 a:hover{
    color: #ec5f24;       
}



/*** 
=============================================
    Main Project Area Style2 style
=============================================
***/
.main-project-area.style2{
    position: relative;
    display: block;
    padding-bottom: 110px;
}
.single-project-style5{
    position: relative;
    display: block;
    margin-bottom: 30px;
    -webkit-box-shadow: 0px 4px 8px 2px #f3f3f3; 
    box-shadow: 0px 4px 8px 2px #f3f3f3;
}
.single-project-style5 .img-holder{
    position: relative;
    display: block;
    overflow: hidden;
}
.single-project-style5 .img-holder .inner {
    position: relative;
    display: block;
}
.single-project-style5 .img-holder img{
    width: 100%;
    transform: scale(1.0);
    transition: all 700ms ease;
}
.single-project-style5:hover .img-holder img {
    transform:scale(1.2) rotate(2deg);	 
}
.single-project-style5 .overlay-box{
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0;
    background: rgba(40, 41, 46, 0.90);
    z-index: 3;
    opacity: 0;
    transform:scale(0) rotate(0deg);	
    transition: all 700ms ease 300ms;
}
.single-project-style5:hover .overlay-box{
    opacity: 1; 
    transform:scale(1.0) rotate(0deg);	
    transition: all 700ms ease 200ms;
}
.single-project-style5 .overlay-box .box{
    display: table;
    width: 100%;
    height: 100%;
}
.single-project-style5 .overlay-box .box .link{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.single-project-style5 .overlay-box .box .link a span:before{
    color: #ffffff;
    font-size: 40px;
    line-height: 40px;
    transition: all 500ms ease;
}
.single-project-style5 .overlay-box .box .link a:hover span:before{
    color: #ec5f24;    
}

.single-project-style5 .title{
    position: relative;
    display: block;
    padding-top: 24px;
    padding-bottom: 24px;
    text-align: center;
}
.single-project-style5 .title span{
    color: #7c7e84;
}
.single-project-style5 .title h3{
    font-size: 20px;
    font-weight: 600;
    margin: 3px 0 0;
}
.single-project-style5 .title h3 a{
    color: #27282c;
    transition: all 500ms ease;
}
.single-project-style5 .title h3 a:hover{
    color: #ec5f24;       
}



/*** 
=============================================
    Main Project Area Style3 style
=============================================
***/
.main-project-area.style3{
    position: relative;
    display: block;
    padding-bottom: 110px;    
}
.main-project-style3{
    padding: 0;
}
.main-project-style3 .mar0{
    margin: 0;
}
.main-project-style3 .pd0{
    padding: 0;
}

.single-project-style6{
    position: relative;
    display: block;
}
.single-project-style6 .img-holder{
    position: relative;
    display: block;
    overflow: hidden;
}
.single-project-style6 .img-holder img{
    width: 100%;
    transform: scale(1.01);
    transition: all 700ms ease;
}
.single-project-style6:hover .img-holder img {
    transform:scale(1.2) rotate(2deg);	
}
.single-project-style6 .overlay-content{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(40, 41, 46, 0.95);
    transform: scaleX(0);
    transition: all 700ms ease 100ms;
}
.single-project-style6:hover .overlay-content{
    transform: scaleY(1);
}
.single-project-style6 .overlay-content .inner-content{
    display: table;
    width: 100%;
    height: 100%;
}
.single-project-style6 .overlay-content .inner-content .title-box {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    opacity: 0;
    transform-style: preserve-3d;
    transform: perspective(1200px) rotateX(90deg) translateZ(-45px);
    transition: all 300ms ease 100ms;
}
.single-project-style6:hover .overlay-content .inner-content .title-box{
    opacity: 1;
    transform: translate3d(0px, 0px, 0px); 
    transition: all 700ms ease 500ms;
}
.single-project-style6 .overlay-content .inner-content .title-box span{
    color: #7c7e84;
}
.single-project-style6 .overlay-content .inner-content .title-box h3{
    font-size: 20px;
    font-weight: 600;
    margin: 3px 0 0;
}
.single-project-style6 .overlay-content .inner-content .title-box a {
    color: #ffffff;
    transition: all 500ms ease;
}
.single-project-style6 .overlay-content .inner-content .title-box a:hover{
    color: #ec5f24;
}
.load-more-project-style3-button{
    position: relative;
    display: block;
    padding-top: 60px;
}



/*** 
=============================================
    Main Project Area Style4 style
=============================================
***/
.main-project-area.style4{
    position: relative;
    display: block;
    padding-bottom: 110px;    
}
.main-project-style4{
    padding-left: 60px;
    padding-right: 60px;
}
.main-project-style4 .row {
    margin-left: -30px;
    margin-right: -30px;
}
.main-project-style4 .row [class*=col-] {
    padding-left: 30px;
    padding-right: 30px;
}

.single-project-style7{
    position: relative;
    display: block;
    margin-bottom: 31px;
}
.single-project-style7 .img-holder{
    position: relative;
    display: block;
    overflow: hidden;
}
.single-project-style7 .img-holder img{
    width: 100%;
    transform: scale(1.01);
    transition: all 700ms ease;
}
.single-project-style7:hover .img-holder img {
    transform:scale(1.2) rotate(2deg);	
}
.single-project-style7 .overlay-content{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(40, 41, 46, 0.95);
    transform: scaleX(0);
    transition: all 700ms ease 100ms;
}
.single-project-style7:hover .overlay-content{
    transform: scaleY(1);
}
.single-project-style7 .overlay-content .inner-content{
    display: table;
    width: 100%;
    height: 100%;
}
.single-project-style7 .overlay-content .inner-content .title-box {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    opacity: 0;
    transform-style: preserve-3d;
    transform: perspective(1200px) rotateX(90deg) translateZ(-45px);
    transition: all 300ms ease 100ms;
}
.single-project-style7:hover .overlay-content .inner-content .title-box{
    opacity: 1;
    transform: translate3d(0px, 0px, 0px); 
    transition: all 700ms ease 500ms;
}
.single-project-style7 .overlay-content .inner-content .title-box span{
    color: #7c7e84;
}
.single-project-style7 .overlay-content .inner-content .title-box h3{
    font-size: 20px;
    font-weight: 600;
    margin: 3px 0 0;
}
.single-project-style7 .overlay-content .inner-content .title-box h3 a {
    color: #ffffff;
    transition: all 500ms ease;
}
.single-project-style7 .overlay-content .inner-content .title-box a:hover{
    color: #ec5f24;
}

.single-project-style7 .title{
    position: relative;
    display: block;
    padding-top: 24px;
    padding-bottom: 24px;
    text-align: center;
    opacity: 1;
    transform: translate3d(0px, 0px, 0px); 
    transition: all 300ms ease 100ms;
}
.single-project-style7:hover .title{
    opacity: 0;
    transform-style: preserve-3d;
    transform: perspective(1200px) rotateX(-90deg) translateZ(-45px);
    transition: all 700ms ease 500ms;
}
.single-project-style7 .title span{
    color: #7c7e84;
}
.single-project-style7 .title h3{
    font-size: 20px;
    font-weight: 600;
    margin: 3px 0 0;
}
.single-project-style7 .title h3 a{
    color: #27282c;
    transition: all 500ms ease;
}
.single-project-style7 .title h3 a:hover{
    color: #ec5f24;       
}
.load-more-project-style4-button{
    position: relative;
    display: block;
    padding-top: 0px;
}



/*** 
=============================================
    Main Project Area Style5 style
=============================================
***/
.main-project-area.style5{
    position: relative;
    display: block;
    padding-top: 110px;
    padding-bottom: 50px;
    z-index: 1;
}
.main-project-area.style5:before{
    position: absolute;
    top: -150px;
    left: 50%;
    bottom: -500px;
    width: 1px;
    background: #ededed;
    content: "";
    z-index: -1;    
}
.main-project-style5{
    position: relative;
    display: block;
    z-index: 1;
}
.main-project-style5:before{
    position: absolute;
    top: -150px;
    left: -80px;
    bottom: -500px;
    width: 1px;
    background: #ededed;
    content: "";
    z-index: -1;
}
.main-project-style5:after{
    position: absolute;
    top: -150px;
    right: -80px;
    bottom: -500px;
    width: 1px;
    background: #ededed;
    content: "";
    z-index: -1;
}
.main-project-style5 .row {
    margin-left: -45px;
    margin-right: -45px;
}
.main-project-style5 .row [class*=col-] {
    padding-left: 45px;
    padding-right: 45px;
}

.single-project-style8{
    position: relative;
    display: block;
    margin-bottom: 60px;
}
.single-project-style8 .img-holder {
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 10;
}
.single-project-style8 .img-holder:before,
.single-project-style8 .img-holder:after {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    transform: scale(0);
    -webkit-transform-origin: left top;
    transform-origin: left top;
    transition: all 700ms ease 100ms;
    border-radius: 0px;
    z-index: 3;
}
.single-project-style8 .img-holder:before {
    transform: scale(0, 1);
    transform-origin: bottom center;
    border-top: 40px solid #ffffff;
    border-bottom: 40px solid #ffffff;
}
.single-project-style8:hover .img-holder:before {
    transform: scale(1, 1);
    transition: all 700ms ease 100ms;
}
.single-project-style8 .img-holder:after {
    transform: scale(1, 0);
    transform-origin: left center;
    border-left: 40px solid #ffffff;
    border-right: 40px solid #ffffff;
}
.single-project-style8:hover .img-holder:after{
    transform: scale(1, 1);
    transition: all 700ms ease 100ms;
}

.single-project-style8 .img-holder img{
    width: 100%;
    transform: scale(1.01);
    transition: all 700ms ease;
}
.single-project-style8:hover .img-holder img {
    transform:scale(1.2) rotate(2deg);	
}
.single-project-style8 .overlay-content{
    position: absolute;
    top: 40px;
    left: 40px;
    bottom: 40px;
    right: 40px;
    content: "";
    background: rgba(40, 41, 46, 0.95);
    transform: scaleX(0);
    transition: all 700ms ease 100ms;
    z-index: 5;
}
.single-project-style8:hover .overlay-content{
    transform: scaleY(1);
}
.single-project-style8 .overlay-content .inner-content{
    display: table;
    width: 100%;
    height: 100%;
}
.single-project-style8 .overlay-content .inner-content .title-box {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    opacity: 0;
    transform-style: preserve-3d;
    transform: perspective(1200px) rotateX(90deg) translateZ(-45px);
    transition: all 300ms ease 100ms;
    z-index: 3;
}
.single-project-style8:hover .overlay-content .inner-content .title-box{
    opacity: 1;
    transform: translate3d(0px, 0px, 0px); 
    transition: all 700ms ease 500ms;
}
.single-project-style8 .overlay-content .inner-content .title-box span{
    color: #7c7e84;
}
.single-project-style8 .overlay-content .inner-content .title-box h3{
    font-size: 20px;
    font-weight: 600;
    margin: 3px 0 0;
}
.single-project-style8 .overlay-content .inner-content .title-box a {
    color: #ffffff;
    transition: all 500ms ease;
}
.single-project-style8 .overlay-content .inner-content .title-box a:hover{
    color: #ec5f24;
}



/*** 
=============================================
    Main Project Area Style6 style
=============================================
***/
.main-project-area.style6{
    position: relative;
    display: block;
    padding-top: 110px;
    padding-bottom: 40px;
    z-index: 1;
}
.main-project-area.style6:before{
    position: absolute;
    top: -150px;
    left: 50%;
    bottom: -500px;
    width: 1px;
    background: #ededed;
    content: "";
    z-index: -1;    
}
.main-project-style6{
    position: relative;
    display: block;
    z-index: 1;
}
.main-project-style6:before{
    position: absolute;
    top: -150px;
    left: -100px;
    bottom: -500px;
    width: 1px;
    background: #ededed;
    content: "";
    z-index: -1;
}
.main-project-style6:after{
    position: absolute;
    top: -150px;
    right: -100px;
    bottom: -500px;
    width: 1px;
    background: #ededed;
    content: "";
    z-index: -1;
}
.main-project-style6 .row {
    margin-left: -115px;
    margin-right: -115px;
}
.main-project-style6 .row [class*=col-] {
    padding-left: 115px;
    padding-right: 115px;
}


.single-project-style9{
    position: relative;
    display: block;
    margin-bottom: 40px;
}
.single-project-style9 .img-holder{
    position: relative;
    display: block;
    overflow: hidden;
}
.single-project-style9 .img-holder img{
    width: 100%;
    transform: scale(1.0);
    transition: all 700ms ease;
}
.single-project-style9:hover .img-holder img {
    transform:scale(1.2) rotate(2deg);	 
}
.single-project-style9 .overlay-box{
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0;
    background: rgba(40, 41, 46, 0.95);
    z-index: 3;
    opacity: 0;
    transform:scale(0) rotate(0deg);	
    transition: all 700ms ease 300ms;
}
.single-project-style9:hover .overlay-box{
    opacity: 1; 
    transform:scale(1.0) rotate(0deg);	
    transition: all 700ms ease 200ms;
}
.single-project-style9 .overlay-box .box{
    display: table;
    width: 100%;
    height: 100%;
}
.single-project-style9 .overlay-box .box .link{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.single-project-style9 .overlay-box .box .link a span:before{
    color: #ffffff;
    font-size: 40px;
    line-height: 40px;
    transition: all 500ms ease;
}
.single-project-style9 .overlay-box .box .link a:hover span:before{
    color: #ec5f24;    
}

.single-project-style9 .title{
    position: relative;
    display: block;
    padding-top: 24px;
    padding-bottom: 24px;
}
.single-project-style9 .title span{
    color: #7c7e84;
}
.single-project-style9 .title h3{
    font-size: 20px;
    font-weight: 600;
    margin: 3px 0 0;
}
.single-project-style9 .title h3 a{
    color: #27282c;
    transition: all 500ms ease;
}
.single-project-style9 .title h3 a:hover{
    color: #ec5f24;       
}



/*** 
=============================================
    Project Description Area style
=============================================
***/
.project-description-area {
    position: relative;
    display: block;
    margin-top: 110px;
    padding: 110px 0 50px;
}
.project-description-area .pattern-bg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.project-description-image-box{
    position: relative;
    display: block;
    z-index: 3;
}
.project-description-image-box img{
    max-width: none;
    float: right;
}

.project-description-content {
    position: relative;
    display: block;
    z-index: 3;
    padding-top: 45px;
    padding-left: 100px;
}
.project-description-content .sec-title {
    padding-bottom: 32px;
}
.project-description-content .sec-title p{
    margin: 0 0 5px;
}
.project-description-content .sec-title .title {
    font-size: 30px;
}
.project-description-content .inner-content{
    position: relative;
    display: block;
}
.project-description-content .inner-content .bottpm-text{
    position: relative;
    display: block;
    padding-top: 10px;
}
.project-description-content .inner-content ul {
    position: relative;
    display: block;
    padding-top: 2px;
}
.project-description-content .inner-content ul li{
    position: relative;
    display: block;
    line-height: 41px;
    padding-left: 40px;
}
.project-description-content .inner-content ul li:before{
    font-family: 'icomoon';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    content: "\e910";
    color: #a7a7a7;
    font-size: 25px;
}



/*** 
=============================================
    Project Info Area style
=============================================
***/
.project-info-area{
    position: relative;
    display: block;
    padding-top: 110px;
    padding-bottom: 110px;
} 
.project-info-area .pattern-bg {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
}
.project-info-content{
    position: relative;
    display: block;
    max-width: 370px;
    width: 100%;
    margin: -6px auto 0;
    z-index: 3;
}
.project-info-content .project-info-title{
    position: relative;
    display: block;
    padding-left: 70px;
    padding-bottom: 33px;
}
.project-info-content .project-info-title:before {
    position: absolute;
    top: 14px;
    left: 0;
    width: 70px;
    height: 1px;
    background: #ec5f24;
    content: "";
}
.project-info-content .project-info-title h3{
    position: relative;
    display: block;
    padding-left: 20px;
    color: #27282c;
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    text-transform: uppercase;
}
.project-info-content .inner-content {
    position: relative;
    display: block;
    padding: 38px 50px 32px;
    box-shadow: 0px 0px 9px 3px #f6f6f6;
}
.project-info-content .inner-content ul{
    position: relative;
    display: block;
}
.project-info-content .inner-content ul li {
    position: relative;
    display: block;
    border-bottom: 1px solid #ededed;
    padding-bottom: 12px;
    margin-bottom: 17px;
}
.project-info-content .inner-content ul li:last-child{
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.project-info-content .inner-content ul li .icon{
    width: 30px;
}
.project-info-content .inner-content ul li .icon span:before{
    color: #27282c;
    font-size: 30px;
    line-height: 30px;
}
.project-info-content .inner-content ul li .icon,
.project-info-content .inner-content ul li .title{
    display: table-cell;
    vertical-align: middle;
}
.project-info-content .inner-content ul li .title{
    padding-left: 20px;
}
.project-info-content .inner-content ul li .title h4{
    color: #27282c;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    margin: 0 0 4px;
}
.project-info-content .inner-content ul li .title span{}


.project-info-image-box{
    position: relative;
    display: block;
    z-index: 3;
}
.project-info-image-box img{
    max-width: none;
    float: left;
}



/*** 
=============================================
    Video Image Holder Area style
=============================================
***/
.video-image-holder-area{
    position: relative;
    display: block;
}
.video-image-holder-area .container-fluid {
    padding-right: 50px;
    padding-left: 50px;
}
.video-holder-box {
    position: relative;
    display: block;
    width: 100%;
}
.video-holder-box .img-holder{
    position: relative;
    display: block;
    overflow: hidden;
}
.video-holder-box .img-holder img{
    width: 100%;
}
.video-holder-box .img-holder .icon-holder{
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    content: "";
    background: rgba(255, 255, 255, 0.02);
    transition: all 900ms ease;
    z-index: 3;
    opacity: 1;    
}
.video-holder-box .img-holder .icon-holder .icon{
    display: table;
    width: 100%;
    height: 100%;
}
.video-holder-box .img-holder .icon-holder .icon .inner{
    display: table-cell;
    vertical-align: middle;
}
.video-holder-box .img-holder .icon-holder .icon .inner a {
    position: relative;
    display: inline-block;
    border: 4px solid rgba(255, 255, 255, 0.99);
    color: #ffffff;
    height: 100px;
    width: 100px;
    border-radius: 50%;
    text-align: center;
    transition: all 500ms ease;
}
.video-holder-box .img-holder .icon-holder .icon .inner a span:before {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    font-size: 40px;
    line-height: 92px;
    border-radius: 50%;
    -webkit-animation: pulse 2s infinite;
    -o-animation: pulse 2s infinite;
    animation: pulse 2s infinite;
    transition: all 1s ease;
}
@keyframes pulse {
    50% {
        box-shadow: 0 0 0 5px rgba(255,255,255,.1),
        0 0 0 20px rgba(238, 238,238, 0.3000);
    }
}

.single-project-image-gallery{
    position: relative;
    display: block;
}
.single-project-image-gallery img{
    width: 100%;
}



/*** 
=============================================
    Similar Projects Area style
=============================================
***/
.similar-projects-area{
    position: relative;
    display: block;
    padding: 103px 0 54px;
}
.similar-projects-content{
    padding-left: 60px;
    padding-right: 60px;
}
.similar-projects-content .row {
    margin-left: -30px;
    margin-right: -30px;
}
.similar-projects-content .row [class*=col-] {
    padding-left: 30px;
    padding-right: 30px;
}

.similar-project-title{
    position: relative;
    display: block;
    padding-bottom: 41px;
}
.similar-project-title h2{
    color: #27282c;
    font-size: 30px;
    line-height: 38px;
    font-weight: 700;
    text-transform: uppercase;
}

.single-similar-project{
    position: relative;
    display: block;
    text-align: center;
    margin-bottom: 50px;
}
.single-similar-project .img-holder{
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 2;
}
.single-similar-project .img-holder::before {
    position: absolute;
    top: 0;
    left: -100%;
    width: 50%;
    height: 100%;
    content: '';
    background: linear-gradient(to right, rgba(233,33,48, 0) 0%, rgba(233,33,48, .3) 100%);
    transform: skewX(-25deg);
    z-index: 2;
}
.single-similar-project:hover .img-holder::before{
	-webkit-animation: shine 1.5s;
	animation: shine 1.5s;
}
@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}
@keyframes shine {
	100% {
		left: 125%;
	}
}
.single-similar-project .img-holder img{
    width: 100%;
    transition: all 1500ms ease;    
}
.single-similar-project:hover .img-holder img{
	transform:scale(1.3) rotate(0deg);	  
}

.single-similar-project .title-holder{
    position: relative;
    display: block;
    padding-top: 24px;
}
.single-similar-project .title-holder span{
    color: #7c7e84;
}
.single-similar-project .title-holder h3{
    font-size: 20px;
    line-height: 26px;
    font-weight: 600;
    margin: 3px 0 0;
}
.single-similar-project .title-holder h3 a{
    color: #27282c;
}



/*** 
=============================================
    Blog Default Area style
=============================================
***/
#blog-area{
    position: relative;
    display: block;
    padding: 110px 0 110px;
}
#blog-area.blog-default-area {
    position: relative;
    display: block;
    padding: 110px 0 40px;
}
.single-blog-colum-style1{
    position: relative;
    display: block;
    padding-left: 30px;
    z-index: 1;
}
.single-blog-colum-style1:before{
    position: absolute;
    top: -300px;
    left: 0;
    bottom: -2000px;
    width: 1px;
    background: #ededed;
    content: "";
    z-index: -1;
}

.single-blog-post.style3{
    margin-bottom: 62px;    
}
.single-blog-post.style3 .img-holder .overlay {
    transform: translate3d(0px, 0%, 0px);
}
.single-blog-post.style3 .post-date {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 65px;
    height: 75px;
    text-align: center;
    background: #ec5f24;
    display: block;
    padding: 13px 0 6px;
    transition: all 700ms ease 500ms;
    z-index: 3;
}
.single-blog-post.style3 .post-date h3{
    color: #ffffff;
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    text-transform: uppercase;
    font-family: 'Rubik', sans-serif;
}
.single-blog-post.style3 .post-date h3 span{
    font-size: 24px;
}
.single-blog-post.style3 .text-holder {
    position: relative;
    display: block;
    padding-top: 24px;
}
.single-blog-post.style3 .text-holder:before {
    position: absolute;
    top: 30px;
    left: -29px;
    width: 3px;
    height: 20px;
    background: #ec5f24;
    content: "";
    z-index: 99;
}
.single-blog-post.style3 .text-holder:after {
    position: absolute;
    top: 30px;
    left: -29px;
    width: 3px;
    background: #ec5f24;
    content: "";
    z-index: 99;
    bottom: 8px;
    transform: scaleY(0);
    transition: all 700ms ease 400ms;
}
.single-blog-post.style3:hover .text-holder:after{
    transform: scaleY(1);
}

.single-blog-post.style3 .meta-box {
    margin-top: 14px;
    margin-bottom: 0px;
}
.single-blog-post.style3 .text-holder .text {
    margin-top: 9px;
}
.single-blog-post.style3 .text-holder .text p {
    margin: 0 0 26px;
}



/*** 
=============================================
    Blog Area Blog Large style
=============================================
***/
#blog-area.blog-large-area{
    position: relative;
    display: block;
}
.single-blog-post.style4{
    position: relative;
    display: block;
    padding-left: 30px;
    padding-right: 35px;
    margin-bottom: 80px;
    z-index: 1;
}
.single-blog-post.style4:before{
    position: absolute;
    top: -300px;
    left: 0;
    bottom: -500px;
    width: 1px;
    background: #ededed;
    content: "";
    z-index: -1;    
}
.single-blog-post.style4 .img-holder .overlay .box .link-icon a span:before {
    font-size: 55px;
    line-height: 55px;
}

.single-blog-post.style4 .text-holder {
    position: relative;
    display: block;
    padding-top: 32px;
}
.single-blog-post.style4 .text-holder:before {
    position: absolute;
    top: 40px;
    left: -29px;
    width: 3px;
    height: 20px;
    background: #ec5f24;
    content: "";
    z-index: 99;
}
.single-blog-post.style4 .text-holder:after {
    position: absolute;
    top: 0px;
    left: -29px;
    width: 3px;
    background: #ec5f24;
    content: "";
    z-index: 99;
    bottom: 0px;
    transform: scaleY(0);
    transition: all 700ms ease 400ms;
}
.single-blog-post.style4:hover .text-holder:after{
    transform: scaleY(1);
}

.single-blog-post.style4 .text-holder .blog-title {
    font-size: 30px;
    line-height: 40px;
}
.single-blog-post.style4 .meta-box {
    margin-top: 11px;
    margin-bottom: 0px;
    border-bottom: 1px solid #ededed;
    padding-bottom: 25px;
}
.single-blog-post.style4 .text-holder .text {
    margin-top: 24px;
}
.single-blog-post.style4 .text-holder .text p {
    margin: 0 0 32px;
}



#blog-area .sidebar-wrapper {
    position: relative;
    display: block;
    max-width: 300px;
    margin-left: -30px;
}
.sidebar-title {
    position: relative;
    display: block;
    margin-top: -4px;
    padding-bottom: 6px;
}
.sidebar-title:before {
    position: absolute;
    top: 10px;
    left: -30px;
    width: 10px;
    height: 5px;
    background: #ec5f24;
    content: "";
}
.sidebar-title .title {
    color: #27282c;
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
}
.sidebar-wrapper .single-sidebar {
    position: relative;
    display: block;
    padding: 40px 30px 0;
    -webkit-box-shadow: 0px 0px 8px 2px #f6f6f6; 
    box-shadow: 0px 0px 8px 2px #f6f6f6;
    margin-bottom: 50px;
}

.sidebar-search-box .search-form {
    position: relative;
    display: block;
    max-width: 300px;
    margin-bottom: 50px;
    -webkit-box-shadow: 0px 0px 8px 2px #f6f6f6; 
    box-shadow: 0px 0px 8px 2px #f6f6f6;
}
.sidebar-search-box .search-form input[type="text"] {
    position: relative;
    display: block;
    background: #ffffff;
    border: 1px solid #f6f6f6;
    color: #ffffff;
    font-size: 15px;
    font-weight: 400;
    height: 60px;
    width: 100%;
    padding-left: 20px;
    padding-right: 65px;
    border-radius: 0px;
    transition: all 500ms ease 0s;
}
.sidebar-wrapper .search-form button {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    display: block;
    background: #ec5f24;
    color: #ffffff;
    font-size: 14px;
    height: 60px;
    width: 60px;
    border: 0px solid #ec5f24;
    line-height: 60px;
    text-align: center;
    border-radius: 0px;
    transition: all 500ms ease 0s;
    margin: 0;
}
.sidebar-wrapper .search-form button i {
    font-size: 14px
}
.sidebar-wrapper .search-form input[type="text"]:focus {
    border: 1px solid #ec5f24;
    background: #fff;
    color: #000000;
}
.sidebar-wrapper .search-form input[type="text"]:focus + button, 
.sidebar-wrapper .search-form button:hover {
    border-color: #ec5f24;
    color: #ffffff;
}


.single-sidebar .categories {
    position: relative;
    display: block;
    padding-bottom: 20px;
}
.single-sidebar .categories li {
    position: relative;
    display: block;
}
.single-sidebar .categories li a {
    position: relative;
    display: block;
    padding-left: 20px;
    color: #ffffff;
    font-size: 15px;
    line-height: 50px;
    font-weight: 400;
    border-bottom: 1px solid #ededed;
    font-family: 'Rubik', sans-serif;
    transition: all 700ms ease;
    z-index: 1;
}
.single-sidebar .categories li a sup {
    font-size: 12px;
    display: inline-block;
    padding-left: 5px;
    transform: scaleX(0);
    transition: all 300ms ease 100ms;
}
.single-sidebar .categories li:hover a sup{
    transform: scaleX(1.0); 
    transition: all 300ms ease 100ms;
}
.single-sidebar .categories li:last-child a{
    border: none;
}
.single-sidebar .categories li:hover a{
    color: #ec5f24;
    transition: all 700ms ease;
}
.single-sidebar .categories li a:before{
    position: absolute;
    top: 0px;
    left: 0;
    content: "\f107";
    font-family: "Flaticon";
    color: #ffffff;
    font-size: 10px;
    transition: all 900ms ease;
    font-weight: 600;
    line-height: 50px;
    margin: 0px;  
}
.single-sidebar .categories li:hover a:before{
    color: #ec5f24;
    content: "\f108";
    transition: all 900ms ease;
} 



.single-sidebar .recent-post {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 19px 0 35px;
}
.single-sidebar .recent-post li {
    position: relative;
    display: block;
    border-bottom: 1px solid #ededed;
    min-height: 65px;
    padding-left: 60px;
    padding-bottom: 25px;
    margin-bottom: 30px;
}
.single-sidebar .recent-post li:last-child{
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
}
.single-sidebar .recent-post li .img-holder {
    position: absolute;
    top: 0px;
    left: 0;
    width: 60px;
    height: 60px;
    display: block;
    overflow: hidden;
}
.single-sidebar .recent-post li .img-holder img {
    transition: all 0.4s ease-in-out 0.5s;    
    width: 100%;
    transform: scale(1.1, 1.1);      
}
.single-sidebar .recent-post li:hover .img-holder img {
    transition-delay: 0s;
    transform: scale(1.2, 1.2);    
}
.single-sidebar .recent-post li .img-holder .overlay-style-one{
    background: rgba(233, 33, 48, 0.90);
}
.single-sidebar .recent-post li .img-holder .overlay-style-one .box .content a{
    display: inline-block;
    width: 20px;
    height: 20px;
    filter: alpha(opacity=0);
    transform: scale(3);
    transition: all 0.3s ease-in-out 0.3s;
    opacity: 0;
    z-index: 5;    
}
.single-sidebar .recent-post li:hover .img-holder .overlay-style-one .box .content a{
   filter: alpha(opacity=100);
   transform: scale(1);
   transition-delay: 0.1s; 
   opacity: 1;
}
.single-sidebar .recent-post li .img-holder .overlay-style-one .box .content a span:before{
    color: #ffffff;
    font-size: 20px;
    line-height: 20px;
    transition: all 500ms ease;
}
.single-sidebar .recent-post li .img-holder .overlay-style-one .box .content a:hover span:before{
    color: #000000;
}
.single-sidebar .recent-post li:hover .img-holder .overlay-style-one{
    opacity: 1;
}

.single-sidebar .recent-post li .title-holder {
    padding-left: 20px;
}
.single-sidebar .recent-post li .title-holder span {
    display: block;
    line-height: 14px;
}
.single-sidebar .recent-post li .title-holder .post-title {
    font-size: 14px;
    line-height: 22px;
    font-weight: 600;
    margin: 7px 0 0;
    transition: all 500ms ease;
}
.single-sidebar .recent-post li .title-holder .post-title a{
    color: #27282c;
    transition: all 500ms ease;
}
.single-sidebar .recent-post li .title-holder .post-title a:hover{
    color: #ec5f24;
}




.single-sidebar .instagram {
    position: relative;
    display: block;
    overflow: hidden;
    margin-left: -5px;
    margin-right: -5px;
    padding: 19px 0 4px;
}
.single-sidebar .instagram li {
    position: relative;
    display: inline-block;
    float: left;
    margin: 0 5px 10px;
    transition: all 0.5s ease 0s;
}
.single-sidebar .instagram li .img-holder {
    position: relative;
    display: block;
    overflow: hidden;
    transition: all 0.5s ease 0s;
    z-index: 5;
}
.single-sidebar .instagram li .img-holder img {
    transform: scale(1.1, 1.1);
    transition: all 0.5s ease 0s;
    width: 100%;
}
.single-sidebar .instagram li:hover .img-holder img {
    transform: scale(1, 1);
}
.single-sidebar .instagram li .img-holder .overlay-style-one{
    background: rgba(40, 41, 46, 0.95);    
}
.single-sidebar .instagram li:hover .img-holder .overlay-style-one {
    filter: alpha(opacity=100);
    opacity: 1;
    transition-delay: 0s;
}
.single-sidebar .instagram li .img-holder .overlay-style-one .box .content a {
    position: relative;
    display: block;
    float: none;
    margin: 0;
    color: #ffffff;
    font-size: 14px;
    line-height: 26px;
    font-family: 'Poppins', sans-serif;
    opacity: 0;
    transform: scale(3);
    transition: all 0.3s ease-in-out 0.3s;
    z-index: 5;
}
.single-sidebar .instagram li:hover .img-holder .overlay-style-one .box .content a{
    filter: alpha(opacity=100);
    opacity: 1;
    transform: scale(1);
    transition-delay: 0.1s;    
}
.single-sidebar .instagram li .img-holder .overlay-style-one .box .content a span:before{
    display: inline-block;
    padding-right: 5px;
    font-size: 12px;
    filter: alpha(opacity=0);
}
.single-sidebar .instagram li .img-holder .overlay-style-one .box .content a:hover{
    color: #ec5f24;    
}
.follow-us-button {
    position: relative;
    display: block;
    padding-bottom: 32px;
}


.single-sidebar .popular-tag {
    position: relative;
    display: block;
    margin-left: -2.5px;
    margin-right: -2.5px;
    padding: 19px 0 35px;
}
.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;
    background: #f6f6f6;
    padding: 9px 10px 7px;
    color: #ffffff;
    font-size: 15px;
    font-weight: 400;
    transition: all 500ms ease 0s;
    z-index: 1;
}
.single-sidebar .popular-tag li a:hover{
    color: #ffffff;
    background: #27282c;
}



/*** 
=============================================
    Main Header Blog Single style
=============================================
***/
.main-header.blog-single{
    -webkit-box-shadow: 0 0 15px rgba(0,0,0,0.10);
    -moz-box-shadow: 0 0 15px rgba(0,0,0,0.10);
    -ms-box-shadow: 0 0 15px rgba(0,0,0,0.10);
    -o-box-shadow: 0 0 15px rgba(0,0,0,0.10);
    box-shadow: 0 0 15px rgba(0,0,0,0.10);
}



/*** 
=============================================
    Single Post Info Area style
=============================================
***/
.single-post-info-area {
    position: relative;
    display: block;
    padding: 104px 0 96px;
}
.single-post-info-content{
    position: relative;
    display: block;
}
.single-post-info-content .meta-box {
    position: relative;
    display: block;
    overflow: hidden;
}
.single-post-info-content .meta-box .meta-info {
    position: relative;
    display: block;
    overflow: hidden;
    text-align: center;
}
.single-post-info-content .meta-box .meta-info li {
    position: relative;
    display: inline-block;
    float: none;
    color: #ec5f24;
    font-size: 15px;
    line-height: 20px;
    font-weight: 400;
    padding-right: 16px;
    margin-right: 11px;
}
.single-post-info-content .meta-box .meta-info li:before{
    position: absolute;
    top: 3px;
    right: 0px;
    width: 1px;
    height: 12px;
    background: #d3d9e0;
    content: "";
}
.single-post-info-content .meta-box .meta-info li:last-child{
    padding-right: 0;
    margin-right: 0;
}
.single-post-info-content .meta-box .meta-info li:last-child:before{
    display: none;
}
.single-post-info-content .meta-box .meta-info li a{
    color: #ffffff;
    font-size: 15px;
    font-weight: 400;
    text-transform: capitalize;
    transition: all 500ms ease;
}
.single-post-info-content .meta-box .meta-info li a:hover{
    color: #ec5f24;
}
.single-post-info-content .blog-title{
    color: #26272b;
    font-size: 48px;
    line-height: 60px;
    font-weight: 600;
    margin: 22px 0 0;
}



/*** 
=============================================
    Blog Single Area style
=============================================
***/
#blog-area.blog-single-area {
    position: relative;
    display: block;
    padding: 0 0 110px;
}
.blog-single-area .blog-post {
    position: relative;
    display: block;
    margin-right: 35px;
}
.blog-single-area .single-blog-post {
    position: relative;
    display: block;
}
.blog-single-area .main-image-box{
    position: relative;
    display: block;
    margin-bottom: 54px;
}
.blog-single-area .main-image-box img{
    width: 100%;
}

.single-blog-post .top-text-box {
    position: relative;
    display: block;
    overflow: hidden;
}
.single-blog-post .top-text-box h3{
    color: #27282c;
    font-size: 20px;
    font-weight: 600;
    margin: 27px 0 28px;
}

.author-quote-box {
    position: relative;
    display: block;
    padding: 33px 40px 33px;
    background: #27282c;
    margin-top: 36px;
    margin-bottom: 54px;
}
.author-quote-box:before{
    font-family: 'icomoon';
    position: absolute;
    bottom: -35px;
    right: 40px;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: #ec5f24;
    content: "\e939";
    color: #ffffff;
    font-size: 32px;
    line-height: 70px;
    text-align: center;
}
.author-quote-box .text {
    position: relative;
    display: block;
}
.author-quote-box .text p{
    color: #ffffff;
    font-size: 24px;
    line-height: 32px;
    margin: 0 0 27px;
}
.author-quote-box .text .name{
    position: relative;
    display: block;
}
.author-quote-box .text .name h3{
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
}
.author-quote-box .text .name h3 span{
    color: #7c7e84;
    font-size: 15px;
    font-weight: 400;
    font-family: 'Rubik', sans-serif;
}

.quote-bottom-text{
    position: relative;
    display: block;
}

.blog-single-image-with-text-box{
    position: relative;
    display: block;
    margin-top: 52px;
}
.blog-single-image-with-text-box .image-box{
    position: relative;
    display: block;
}
.blog-single-image-with-text-box .image-box li{
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 35px;
}
.blog-single-image-with-text-box .image-box li:last-child{
    margin-right: 0;
}
.blog-single-image-with-text-box .image-box li img{
    width: 100%;
}
.blog-single-image-with-text-box .text-box{
    position: relative;
    display: block;
    margin-top: 54px;
}

.blog-single-bottom-content-box{
    position: relative;
    display: block;
    margin-top: 45px;
}
.blog-single-bottom-content-box h2{
    color: #27282c;
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 16px;
}
.blog-single-bottom-content-box p{
    margin: 0 0 20px;
}
.blog-single-bottom-content-box ul{
    position: relative;
    display: block;
}
.blog-single-bottom-content-box ul li{
    position: relative;
    display: block;
    padding-left: 40px;
    line-height: 36px;
}
.blog-single-bottom-content-box ul li:before{
    font-family: "Flaticon";
    position: absolute;
    top: 0;
    left: 0;
    content: "\f102";
    color: #ec5f24;
    font-size: 25px;
}


.tag-with-social-links-box {
    position: relative;
    display: block;
    overflow: hidden;
    border-top: 1px solid #ededed;
    margin-top: 47px;
    padding-top: 21px;
}
.tag-with-social-links-box .inner-content{
    position: relative;
    display: block;
}
.tag-with-social-links-box .tag-box{
    position: relative;
    display: block;
}
.tag-with-social-links-box .tag-box p {
    position: relative;
    display: inline-block;
    float: left;
    color: #27282c;
    font-size: 16px;
    line-height: 30px;
    font-weight: 500;
    margin: 0;
    font-family: 'Poppins', sans-serif;
}
.tag-with-social-links-box .tag-box ul{
    position: relative;
    display: inline-block;
    float: left;
    padding-left: 10px;
}
.tag-with-social-links-box .tag-box ul li {
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 5px;
    line-height: 30px;
}
.tag-with-social-links-box .tag-box ul li:last-child{
    margin-right: 0;
}
.tag-with-social-links-box .tag-box ul li a{
    position: relative;
    display: block;
    color: #ffffff;
    font-size: 15px;
    font-weight: 400;
    text-transform: capitalize;
    transition: all 300ms ease 100ms;
}
.tag-with-social-links-box .tag-box ul li a:hover{
    color: #ec5f24;
}

.tag-with-social-links-box .social-links-box{
    position: relative;
    display: block;
}
.tag-with-social-links-box .social-links-box p{
    position: relative;
    display: inline-block;
    float: left;
    color: #27282c;
    font-size: 16px;
    line-height: 30px;
    font-weight: 500;
    margin: 0;
    font-family: 'Poppins', sans-serif;    
}
.tag-with-social-links-box .social-links-box p i{
    position: relative;
    display: inline-block;
    padding-right: 8px;
    color: #ec5f24;
}

.tag-with-social-links-box .social-links-box .sociallinks{
    position: relative;
    display: inline-block;
    float: left;
    padding-left: 10px;
}
.tag-with-social-links-box .social-links-box .sociallinks li{
    position: relative;
    display: inline-block;
    float: left;
    line-height: 30px;
    margin-right: 20px;
}
.tag-with-social-links-box .social-links-box .sociallinks li:last-child{
    margin-right: 0;
}
.tag-with-social-links-box .social-links-box .sociallinks li a i {
    position: relative;
    display: block;
    color: #b3b3b3;
    font-size: 14px;
    line-height: 30px;
}
.tag-with-social-links-box .social-links-box .sociallinks li a:hover i{
    color: #ec5f24;
}


.blog-prev-next-option {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    margin-top: 75px;
}
.blog-prev-next-option .single {
    position: relative;
    display: block;
    max-width: 400px;
    width: 100%;
} 
.blog-prev-next-option .single.prev {
    position: relative;
    display: block;
    overflow: hidden;
    float: left;
}
.blog-prev-next-option .single .image-thumb {
    position: relative;
    display: block;
    overflow: hidden;
}
.blog-prev-next-option .single .image-thumb img{
    transform: scale(1.1, 1.1);
    transition: all 0.5s ease 0s;
    width: 100%;
}
.blog-prev-next-option .single:hover .image-thumb img{
    transform: scale(1, 1);
}
.blog-prev-next-option .single .image-thumb .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(40, 41, 46, 0.95);
    transition: all 700ms ease 100ms;
    opacity: 0;
}
.blog-prev-next-option .single:hover .image-thumb .overlay {
    filter: alpha(opacity=100);
    opacity: 1;
    transition-delay: 0s;
}
.blog-prev-next-option .single .image-thumb .overlay .box{
    display: table;
    width: 100%;
    height: 100%;
}
.blog-prev-next-option .single .image-thumb .overlay .box .link{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.blog-prev-next-option .single .image-thumb .overlay .box .link a {
    position: relative;
    display: inline-block;
    color: #ffffff;
    font-size: 15px;
    font-weight: 500;
    text-transform: capitalize;
    width: 100px;
    height: 20px;
    filter: alpha(opacity=0);
    transform: scale(3);
    transition: all 0.3s ease-in-out 0.3s;
    opacity: 0;
}
.blog-prev-next-option .single:hover .image-thumb .overlay .box .link a{
   filter: alpha(opacity=100);
   transform: scale(1);
   transition-delay: 0.1s; 
   opacity: 1;    
}
.blog-prev-next-option .single .image-thumb .overlay .box .link a:hover{
    color: #ec5f24;    
}
.blog-prev-next-option .single .image-thumb .overlay .box .link a i{
    display: inline-block;
    padding-left: 5px;
}

.blog-prev-next-option .single .title {
    position: relative;
    display: block;
    padding: 14px 20px 0;
    text-align: center;
}
.blog-prev-next-option .single .title h3 {
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
}
.blog-prev-next-option .single .title a{
    color: #27282c;
    transition: all 500ms ease;
}
.blog-prev-next-option .single .title a:hover{
    color: #ec5f24;
}
.blog-prev-next-option .single.next{
    position: relative;
    display: block;
    overflow: hidden;
    float: right;
}



.author-box-holder {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 45px 40px 40px;
    margin: 73px 0 80px;
    box-shadow: 0px 4px 10px 3px #e0e4e6;
}
.author-box-holder .inner-box{
    position: relative;
    display: block;
}
.author-box-holder .inner-box .img-box{
    width: 100px;
}
.author-box-holder .inner-box .img-box img {
    width: 100%;
    border-radius: 50%;
}
.author-box-holder .inner-box .img-box,
.author-box-holder .inner-box .text{
    display: table-cell;
    vertical-align: middle;
}
.author-box-holder .inner-box .text{
    padding-left: 40px;    
}
.author-box-holder .inner-box .text h3{
    color: #222222;
    font-size: 20px;
    font-weight: 600;
    margin: 0;
}
.author-box-holder .inner-box .text h3 span{
    color: #ec5f24;
    font-size: 15px;
    font-weight: 400;
    font-family: 'Rubik', sans-serif;
}
.author-box-holder .inner-box .text p{
    line-height: 25px;
    margin: 16px 0 23px;
}
.author-box-holder .inner-box .text .author-social-links{
    position: relative;
    display: block;
    overflow: hidden;
}
.author-box-holder .inner-box .text .author-social-links p{
    position: relative;
    display: inline-block;
    float: left;
    padding-right: 10px;
    color: #27282c;
    font-size: 15px;
    font-weight: 500;
    line-height: 30px;
    margin: 0;
}
.author-box-holder .inner-box .text .author-social-links ul{
    position: relative;
    display: inline-block;
    float: left;
}
.author-box-holder .inner-box .text .author-social-links ul li{
    position: relative;
    display: inline-block;
    float: left;
    line-height: 30px;
    padding-right: 11px;
    margin-right: 10px;
}
.author-box-holder .inner-box .text .author-social-links ul li:before {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 1px;
    height: 12px;
    background: #e3e3e3;
    content: "";
    transform: rotate(15deg);
    line-height: 30px;
    margin: 8px 0;
}
.author-box-holder .inner-box .text .author-social-links ul li:last-child:before{
    display: none;
}
.author-box-holder .inner-box .text .author-social-links ul li:last-child{
    padding-right: 0;
    margin-right: 0;
}
.author-box-holder .inner-box .text .author-social-links ul li a {
    color: #7c7e84;
}
.author-box-holder .inner-box .text .author-social-links ul li a:hover{
    color: #ec5f24; 
}



.single-blog-title-box{
    position: relative;
    display: block;
    padding-bottom: 32px;
    margin-top: -7px;
}
.single-blog-title-box h2{
    color: #27282c;
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    text-transform: uppercase;
}
.blog-single-area .inner-comment-box {
    position: relative;
    display: block;
    overflow: hidden;
}
.blog-single-area .inner-comment-box .single-comment-outer-box{
    position: relative;
    display: block;
    border: 1px solid #ededed;
    background: #ffffff;
    padding: 35px 40px 32px;
    margin-bottom: 40px;
}
.blog-single-area .inner-comment-box .single-comment-outer-box.mar-left{
    margin-left: 80px;
}
.blog-single-area .inner-comment-box .single-comment-box {
    position: relative;
    display: block;
    padding-left: 80px;
}
.blog-single-area .inner-comment-box .single-comment-box .img-box {
    position: absolute;
    top: 4px;
    left: 0;
    width: 80px;
    height: 80px;
}
.blog-single-area .inner-comment-box .single-comment-box .img-box img{
    border-radius: 50%;
    width: 100%;
}
.blog-single-area .inner-comment-box .single-comment-box .text-box {
    position: relative;
    display: block;
    margin-left: 30px;
}
.blog-single-area .inner-comment-box .single-comment-box .text-box .top {
    position: relative;
    display: block;
    overflow: hidden;
    margin-bottom: 16px;
}
.blog-single-area .inner-comment-box .single-comment-box .text-box .top .name{
    position: relative;
    display: block;
    float: left;
}
.blog-single-area .inner-comment-box .single-comment-box .text-box .top .name h3{
    color: #27282c;
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 3px;
}
.blog-single-area .inner-comment-box .single-comment-box .text-box .top .name span {
    color: #ec5f24;
}
.blog-single-area .inner-comment-box .single-comment-box .text-box .top .reply-button{
    position: relative;
    display: block;
    float: right; 
    top: -3px;   
}
.blog-single-area .inner-comment-box .single-comment-box .text-box .top .reply-button a{
    color: #b3b3b3;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
}
.blog-single-area .inner-comment-box .single-comment-box .text-box .top .reply-button a:hover{
    color: #ec5f24;
}
.blog-single-area .inner-comment-box .single-comment-box .text-box .top .reply-button a span:before{
    position: relative;
    top: 1px;
    display: inline-block;
    padding-right: 10px;
    font-size: 14px;
    line-height: 14px;
}
.blog-single-area .inner-comment-box .single-comment-box .text-box .text{}
.blog-single-area .inner-comment-box .single-comment-box .text-box .text p{
    margin: 0;
}



.add-comment-box {
    position: relative;
    display: block;
    overflow: hidden;
    padding-top: 40px;
}
.add-comment-box #add-comment-form {}
.add-comment-box #add-comment-form input[type="text"],
.add-comment-box #add-comment-form input[type="email"],
.add-comment-box #add-comment-form textarea{
    position: relative;
    display: block;
    background: #f6f6f6 none repeat scroll 0 0;
    border: 1px solid #f6f6f6;
    color: #ffffff;
    font-size: 15px;
    font-weight: 400;
    height: 60px;
    padding: 0 30px;
    width: 100%;  
    border-radius: 0px;
    margin-bottom: 30px;
    transition: all 500ms ease;
}
.add-comment-box #add-comment-form textarea {
    height: 170px;
    padding: 13px 30px;
    margin-bottom: 30px;
}
.add-comment-box #add-comment-form input[type="text"]:focus{
    border-color: #ec5f24;    
}
.add-comment-box #add-comment-form input[type="email"]:focus{
    border-color: #ec5f24;    
}
.add-comment-box #add-comment-form textarea:focus{
    border-color: #ec5f24;       
}
.add-comment-box #add-comment-form button {

}
.add-comment-box #add-comment-form button:hover{
  
}



/*** 
=============================================
   Shop area  style
=============================================
***/
#shop-area {
    padding-top: 110px;
    padding-bottom: 110px;
}
.main-shop-area{
    position: relative;
    display: block;
    background: #ffffff;
}
#shop-area .shop-content {
    position: relative;
    display: block;
}
@media (min-width: 600px) and (max-width: 1900px) {
.enq{ display:none !important; }
.mobilebanner{ display:none; }
}
@media (min-width: 320px) and (max-width: 480px) {
    .top-bar-style2{ display:none; }
    .tp-arrows{ display:none; }
    
    .banner1{ display:none; }
    .mobilebanner{ margin-top:20px; }

    .history-carousel.owl-theme .owl-nav {
  position: relative;
  display: block;
  width: 100%;
  margin: 0 auto;
  bottom: 360px;
  text-align: center;
}


}



/*===== Vertical Timeline =====*/
#conference-timeline {
  position: relative;
  max-width: 920px;
  width: 100%;
  margin: 0 auto;
}
#conference-timeline .timeline-start,
#conference-timeline .timeline-end {
  display: table;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 900;
  text-transform: uppercase;
  background: #00b0bd;
  padding: 15px 23px;
  color: #fff;
  max-width: 5%;
  width: 100%;
  text-align: center;
  margin: 0 auto;
}
#conference-timeline .conference-center-line {
  position: absolute;
  width: 3px;
  height: 100%;
  top: 0;
  left: 50%;
  margin-left: -2px;
  background: #00b0bd;
  z-index: -1;
}
#conference-timeline .conference-timeline-content {
  padding-top: 67px;
  padding-bottom: 67px;
}
.timeline-article {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  margin: 50px 0;
}
.timeline-article .content-left-container,
.timeline-article .content-right-container {
  max-width: 44%;
  width: 100%;
}
.timeline-article .timeline-author {
  display: block;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #242424;
  text-align: right;
}
.timeline-article .content-left,
.timeline-article .content-right {
  position: relative;
  width: auto;
  border: 1px solid #ddd;
  background-color: #fff;
  box-shadow: 0 1px 3px rgba(0,0,0,.03);
  padding: 20px 15px;
}
.timeline-article p {
  margin: 0 0 0 0px;
  padding: 0;
  font-weight: 400;
  color: #242424;
  text-align: center;
  font-size: 16px;
  line-height: 24px;
  position: relative;
}
.timeline-article p span.article-number {
  position: absolute;
  font-weight: 300;
  font-size: 44px;
  top: 10px;
  left: -60px;
  color: #00b0bd;
}
.timeline-article .content-left-container {
  float: left;
}
.timeline-article .content-right-container {
  float: right;
}
.timeline-article .content-left:before,
.timeline-article .content-right:before{
  position: absolute;
  top: 20px;
  font-size: 23px;
  font-family: "FontAwesome";
  color: #fff;
}
.timeline-article .content-left:before {
 /*content: "\f0da";--/*/
  right: -8px;
}
.timeline-article .content-right:before {
  /*content: "\f0d9";*/
  left: -8px;
}
.timeline-article .meta-date {
  position: absolute;
  top: 0;
  left: 50%;
  width: 62px;
  height: 62px;
  margin-left: -31px;
  color: #fff;
  border-radius: 100%;
  background: #00b0bd;
}
.timeline-article .meta-date .date,
.timeline-article .meta-date .month {
  display: block;
  text-align: center;
  
}
.timeline-article .meta-date .date {
  font-size: 30px;
  line-height: 40px;
}
.timeline-article .meta-date .month {
  font-size: 16px;
  line-height: 6px;
}
/*===== // Vertical Timeline =====*/

/*===== Resonsive Vertical Timeline =====*/
@media only screen and (max-width: 830px) {
  #conference-timeline .timeline-start,
  #conference-timeline .timeline-end {
    margin: 0;
  }
  #conference-timeline .conference-center-line {
    margin-left: 0;
    left: 50px;
  }
  .timeline-article .meta-date {
    margin-left: 0;
    left: 20px;
  }
  .timeline-article .content-left-container,
  .timeline-article .content-right-container {
    max-width: 100%;
    width: auto;
    float: none;
    margin-left: 110px;
    min-height: 53px;
  }
  .timeline-article .content-left-container {
    margin-bottom: 20px;
  }
  .timeline-article .content-left,
  .timeline-article .content-right {
    padding: 10px 25px;
    min-height: 65px;
  }
  .timeline-article .content-left:before {
   /* content: "\f0d9";*/
    right: auto;
    left: -8px;
  }
  .timeline-article .content-right:before {
    display: none;
  }
}
@media only screen and (max-width: 400px) {
  .timeline-article p {
    margin: 0;
  }
  .timeline-article p span.article-number {
    display: none;
  }
  
}


@media (min-width: 320px) and (max-width: 480px) {.bread{ margin-top:100px; }

   .icon_box_06 p {
  color: #252525;
  font-size: 14px !important;
  line-height: 24px !important;
  font-weight: 700;
  margin: 0;
}



.mainMenu ul li.menu-item-has-children > a::before {
  content: "\f543";
  font-family: themewar !important;
  position: absolute;
  right: 0px;
  left: inherit !important;
  top: calc(55% + 2px);
  text-align: center;
  z-index: 9999;
  display: block;
  cursor: pointer;
  transform: translateY(-50%);
}



.videoSection02 h3 {
  font-size: 26px !important;
  line-height: 26px !important;
  font-weight: normal !important;
}

.berpo_btn {
  position: relative;
  overflow: hidden;
  font-size: 14px !important;
  font-weight: 500;
  height: 40px;
  line-height:55px;
  border-radius: 5px;
  letter-spacing: 1px;
  padding: 0 35.5px !important;
  text-align: center;
  border: none;
  outline: none;
  text-transform: uppercase;
  display: inline-block;
  background: var(--theme-color);
  color: #fff;
  vertical-align: middle;
  z-index: 2;
  transition-delay: calc((var(--n) - 1) * 0.1s);
  -webkit-transition-delay: calc((var(--n) - 1) * 0.1s);
  -moz-transition-delay: calc((var(--n) - 1) * 0.1s);
  -webkit-transition: all ease .3s;
  -moz-transition: all ease .3s;
  transition: all ease .3s;
}
.aboutPageSection02 .secTitle {
  font-size: 28px !important;
  line-height: 36px;
  padding-top: 30px;
}
.aboutPageSection02 p{ text-align:justify; }
.wmenu02 {
  margin-bottom: 40px;
  margin-top: 40px !important;
}
.aboutPageSection02 {
  position: relative;
  padding: 50px 0 50px;
}
.service_section_02 .col-sm-3{   width: 50% !important;
  padding-right: 0px !important;
  padding-left: 0px !important;
} 
.ibMeta{ padding-top:12px; }
.contact_form h2{ font-size:20px !important; }
.portfolio-section ul li {
  list-style: none;
  margin-left: 12px !important;
}
.portfolio-section h1{ font-size:35px !important; }
.cont{ text-align:justify; padding: 0px 10px !important; }


.aboutPageSection01 .listItem li {
    font-size: 15px !important;
    font-weight: 500;
    color: #121212;
    line-height: 25px;
}
.portfolio-section {
  padding: 10px!important;
 
}
.portfolio-item {
  padding-top: 10px !important;
}
.pinky{ padding-bottom:40px; }
.wow{ display:none; }
.tableclass{ margin-top:0px !important; }
.quotation img{ width:100% !important; }
} 
/*===== // Resonsive Vertical Timeline =====*/







