/*==============================================
   Base Css
===============================================*/
*{
	margin:0px;
	padding:0px;
	border: none;
	outline: none;
	font-size: 100%;
}
html,
body { 
    height: 100%;
}
body {
    color: #808080;
    font-size: 15px;
    line-height: 26px;
    font-weight: 400;
    font-family: 'Rubik', sans-serif;
}
button:focus{
    outline: none;
}
button {
    cursor: pointer;
    border: none;
    background: transparent;
    padding: 0;
}
h1, h2, h3, h4, h5, h6 {
    color: #212121;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    margin: 0;
}
.wp-caption {
	margin-bottom: 2px;
}

.wp-caption-text {
	margin-bottom: 5px;
}

.screen-reader-text {
	margin-bottom: 12px;
}

.gallery-caption {
	margin-bottom: 2px;
}

.bypostauthor {
	margin-bottom: 2px;
}

.alignleft {
	float: left;
	margin-bottom: 20px;
	margin-right: 20px;
	max-width: 100%;
	width: unset !important;
}

.alignright {
	float: right !important;
	margin-bottom: 20px;
	margin-left: 20px;
	max-width: 100%;
	width: unset !important;
}

.aligncenter {
	display: block;
	margin: 0 auto 20px;
}

.col-md-4 .funfact-meta > i {
	right: 27px;
}

.mycustom-pricing {
	background-color: #090909 !important;
}

.on-hover {
	display: none;
	animation: fadeOut 0.5s;
}

.hver:hover .on-hover {
	display: block;
	animation: fadeIn 0.5s;
}


h3 {
    font-size: 20px; 
    line-height: 28px;
    font-weight: 600;
}
h4 {

}
a, a:hover, a:active, a:focus {
    text-decoration: none;
    outline: none;
    border: none;
    color: #252525;
}



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

.fix{
    position: relative;
    display: block;
    overflow: hidden;
}
img {
    max-width: 100%;
    height: auto;
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .7s;
    transition-property: all;
}



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


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



.btn-one {
    position: relative;
    display: inline-block;
    background: #0b59d9;
    color: #ffffff;
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    text-transform: uppercase;
    font-family: 'Rubik', sans-serif;
    padding: 22px 30px 20px;
    border-radius: 5px;
    transition: all 500ms ease;
    z-index: 2;
}
.btn-one:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    background-color: #1d2633;
    border-radius: 5px;
    opacity: 0;
    transform-style: preserve-3d;
    transform: perspective(1200px) rotateX(90deg) translateZ(-25px);
    transition: all 300ms ease 100ms;
    z-index: -1;
}
.btn-one:hover:before{
    opacity: 1;
    transform: perspective(1200px) rotateX(0deg) translateZ(0px);
    transition: all 900ms ease 300ms;    
}
.btn-one:hover{
    color: #ffffff;
}
.btn-two{
    color: #ffffff;
    font-size: 14px;
    line-height: 20px;;
    font-weight: 500;
    text-transform: uppercase;
    font-family: 'Rubik', sans-serif;
    transition: all 500ms ease;
}
.btn-two span:before {
    position: relative;
    display: inline-block;
    top: 0px;
    font-size: 12px;
    line-height: 12px;
    padding-right: 10px;
}
.btn-two:hover{
    color: #0b59d9;
}


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


.sec-title {
    position: relative;
    display: block;
    margin-top: -4px;
    padding-bottom: 51px;
}
.sec-title.max-width700{
    position: relative;
    display: block;
    max-width: 700px;
    width: 100%;
    margin: -4px auto 0;
    padding-bottom: 51px;    
}
.sec-title .title{
    position: relative;
    display: block;    
}
.sec-title .title .inner{
    position: relative;
    display: inline-block;
}
.sec-title .title .inner:before{
    position: absolute;
    top: 4px;
    left: 0;
    width: 16px;
    height: 16px;
    background: url(../images/icon/decor-1.png);
    content: "";
}
.sec-title.style2 .title .inner:before{
    background: url(../images/icon/decor-3.png);    
}
.sec-title .title .inner:after{
    position: absolute;
    top: 4px;
    right: 0;
    width: 16px;
    height: 16px;
    background: url(../images/icon/decor-2.png);
    content: "";
}
.sec-title.style2 .title .inner:after{
    background: url(../images/icon/decor-4.png);    
}
.sec-title .title span{
    position: relative;
    display: inline-block;
    padding: 0 35px;
    color: #0b59d9;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    text-transform: uppercase;
}
.sec-title .big-title{
    position: relative;
    display: block;
    padding: 14px 0 10px;
}
.sec-title .big-title h1{
    color: #212121;
    font-size: 36px;
    line-height: 48px;
    font-weight: 600;
}
.sec-title.style2 .big-title h1{
    color: #ffffff;
}
.sec-title p{
    font-size: 18px;
    line-height: 30px;
    margin: 0;
}
.sec-title.style2 p{
    color: #778394;    
}

.sec-title.text-lft{}
.sec-title.text-lft .title .inner:after{
    display: none;
}







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

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



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



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


.owl-carousel.style1 .owl-nav [class*="owl-"] {
    position: relative;
    display: inline-block;
    background: transparent;
    width: 55px;
    height: 55px;
    border: 2px solid #d9d9d9;
    line-height: 56px;
    margin: 0 7.5px;
    padding: 0;
    transition: all 700ms ease 100ms;
    border-radius: 0%;
    text-align: center;
}
.owl-carousel.style1 .owl-nav [class*="owl-"] span:before{
    color: #d9d9d9;
    font-size: 16px;
    font-weight: 400;
    transition: all 700ms ease 200ms;
}
.owl-carousel.style1 .owl-nav [class*="owl-"] .icon-arrow:before {
    transform: rotate(180deg);
    display: inline-block;
}
.owl-carousel.style1 .owl-nav [class*="owl-"]:hover span:before{
    color: #131313;    
}
.owl-carousel.style1 .owl-nav [class*="owl-"]:hover{
    background: #fec727;
    border-color: #fec727;
}


.owl-carousel.owl-dot-style1 .owl-stage-outer {
    position: relative;
    display: block;
    padding-bottom: 55px;
}
.owl-carousel.owl-dot-style1 .owl-dots {
    position: relative;
    display: block;
    line-height: 10px;
}
.owl-carousel.owl-dot-style1 .owl-dots .owl-dot{
    position: relative;
	display: inline-block;
	width: 30px;
	height: 5px;
    background: #dcdcdc;
    border: 0px solid #4c4c4c;
	margin: 0px 5px;
	padding: 0px;
	border-radius: 0%;
	transition: all 500ms ease;
}
.owl-carousel.owl-dot-style1 .owl-dots .owl-dot span{
	display: none;	
}
.owl-carousel.owl-dot-style1 .owl-dots .owl-dot.active{
    background: #0b59d9;
}











.accordion-box {
    position: relative;
    display: block;
}
.accordion-box .accordion {
    position: relative;
    display: block;
    margin-bottom: 20px;
    -webkit-box-shadow: 0px 2px 10px 3px #f6f6f6; 
    box-shadow: 0px 2px 10px 3px #f6f6f6;
}
.accordion-box .accordion .accord-btn {
    position: relative;
    display: block;
    cursor: pointer;
    background: #ffffff;
    padding-left: 40px;
    padding-right: 70px;
    padding-top: 22px;
    padding-bottom: 22px;
    transition: all 500ms ease;
}
.accordion-box .accordion .accord-btn h4 {
    color: #131313;
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
    transition: all 500ms ease;
}
.accordion-box .accordion .accord-btn::after {
    font-family: 'icomoon';
    position: absolute;
    content: "\e9ac";
    top: 23px;
    right: 40px;
    color: #b5b5b5;
    font-size: 25px;
    line-height: 25px;
    font-weight: 300;
    transition: all 500ms ease 0s;
}
.accordion-box .accordion .accord-btn.active{
    background: #005299;
    transition: all 500ms ease;
}
.accordion-box .accordion .accord-btn.active h4 {
    color: #ffffff;
}
.accordion-box .accordion .accord-btn.active:after{
    color: #4eaaf9;
}
.accordion-box .accordion .accord-content {
    position: relative;
    display: block;
    padding-top: 26px;
    padding-bottom: 24px;
    padding-left: 40px;
    padding-right: 35px;
    display: none;
}
.accordion-box .accordion .accord-content.collapsed {
    display: block;
}
.accordion-box .accordion .accord-content p {
    margin: 0;
}



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





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

/*________________Preloader_______________ */
.preloader{ 
    position:fixed; 
    left:0px; 
    top:0px; 
    width:100%; 
    height:100%; 
    z-index:999999999999999999; 
    background-color:#ffffff; 
    background-position:center center; 
    background-repeat:no-repeat; 
    background-image:url(../images/icon/preloader.gif);
}
.preloader.style-two {
    background-image: url(../images/icon/preloader-1.gif);
}
.preloader.style-three {
    background-image: url(../images/icon/preloader-2.gif);
}
.preloader.style-four {
    background-image: url(../images/icon/preloader-3.gif);
}




/*** Scroll To Top style ***/
.scroll-top {
	position: fixed;
	right: 30px;
	bottom: 30px;
	width: 55px;
	height: 55px;
    border: 2px solid #fec727;
	background: transparent;
	border-radius: 50%;
    color: #828282;
	font-size: 14px;
    font-weight: 600;
	text-align: center;
    text-transform: uppercase;
	display: none;
	cursor: pointer;
	-webkit-animation: pulse 2s infinite;
	-o-animation: pulse 2s infinite;
	animation: pulse 2s infinite;
    font-family: 'Poppins', sans-serif;
	z-index: 999;
}
.scroll-top span {}
.scroll-top:after {
	position: absolute;
	z-index: -1;
	content: '';
	top: 100%;
	left: 5%;
	height: 10px;
	width: 90%;
	opacity: 1;
	background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
	background: -webkit-radial-gradient(center ellipse, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
	background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
}


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

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













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

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




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


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








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

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



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


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


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




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





/*** 
============================================
	Hidden Sidebar style
============================================
***/
.hidden-bar{
	position: fixed;
	top: 0;
	width: 320px;
	height: 100%;
	background: #1d1d1d;
	z-index: 9999999999;
	transition: all 700ms ease;
}
.hidden-bar .mCSB_inside > .mCSB_container{
	margin-right:0px;	
}
.hidden-bar.right-align {
	right: -400px;
}
.hidden-bar.right-align.visible-sidebar{
	right:0px;
	transition-delay: 300ms;
}
.hidden-bar .hidden-bar-closer {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 40px;
    height: 40px;
    background: none;
    color: #ffffff;
    border-radius: 0px;
    text-align: center;
    line-height: 40px;
    transition: all 300ms ease;
    z-index: 999999;
}
.hidden-bar .hidden-bar-closer button {
	background: none;
	display:block;
	font-size: 40px;
	color:#ffffff;
	width:40px;
	height:40px;
	line-height:40px;
}
.hidden-bar .hidden-bar-closer button span:before{
    font-size: 30px;
    line-height: 30px;
}
.hidden-bar .hidden-bar-closer:hover button {
	color: #ffffff;
}

.hidden-bar-wrapper {
	height: 100%;
	padding:30px 10px 30px 30px;
}
.hidden-bar .logo {
	padding:0px 0px 30px;
}
.hidden-bar .logo a{
    display: inline-block;
}
.hidden-bar .logo img{
	display: inline-block;
	max-width: 100%;	
}


.hiddenbar-about-us{
    position: relative;
    display: block;
}
.hiddenbar-about-us h3{
    font-size: 20px;
    color: #ffffff;
    margin: 0 0 18px;
}
.hiddenbar-about-us .text{
    display: block;
}
.hiddenbar-about-us .text p{
    color: #838383;
    margin: 0;
}


.hidden-bar .contact-info-box{
    position: relative;
    display: block;
    padding-top: 36px;
}
.hidden-bar .contact-info-box h3{
    font-size: 20px;
    color: #ffffff;
    margin: 0 0 23px;    
}
.hidden-bar .contact-info-box ul{
    position: relative;
    display: block;
}
.hidden-bar .contact-info-box ul li{
    position: relative;
    display: block;
    overflow: hidden;
    margin-bottom: 16px;
}
.hidden-bar .contact-info-box ul li:last-child{
    margin-bottom: 0;
}
.hidden-bar .contact-info-box ul li h5{
    color: #ffffff;
    font-size: 16px;
    line-height: 16px;
    font-weight: 500;
    margin: 0 0 11px;
}
.hidden-bar .contact-info-box ul li p{
    color: #838383;
    margin: 0;
}


.hidden-bar .newsletter-form-box {
    position: relative;
    display: block;
    padding-top: 36px;
    padding-right: 20px;
}
.hidden-bar .newsletter-form-box h3{
    font-size: 20px;
    color: #ffffff;
    margin: 0 0 24px;  
}
.hidden-bar .newsletter-form-box form{
    position: relative;
    display: block;
}
.hidden-bar .newsletter-form-box form input[type="email"] {
    position: relative;
    display: block;
    width: 100%; 
    height: 50px;
    background: #ffffff;
    border: 1px solid #eeeeee;
    color: #8b8b8b;
    font-size: 15px;
    padding: 0 20px;
    padding-right: 60px;
    transition: all 500ms ease;
}
.hidden-bar .newsletter-form-box form button {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15px;
    width: 50px;
    text-align: center;
}
.hidden-bar .newsletter-form-box form button:before{
    position: absolute;
    top: 12px;
    left: 0;
    bottom: 12px;
    width: 2px;
    background: #eeeeee;
    content: "";
}
.hidden-bar .newsletter-form-box form button i{
    position: relative;
    top: 2px;
    color: #061f2e;
    font-size: 20px;
    line-height: 20px;
}

.hidden-bar .copy-right-text{
    position: relative;
    display: block;
    padding-top: 44px;
}
.hidden-bar .copy-right-text p{
    color: #8b9397;
    margin: 0;    
}






/*==============================================
    Main Header Css        
===============================================*/
.main-header {
    position: relative;
    left: 0px;
    top: 0px;
    width: 100%;
    z-index: 9;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.sticky-header {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	padding: 0px 0px;
	background: rgba(6, 49, 120, 0.98);
	opacity: 0;
    visibility: hidden;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	z-index: 0;
}
.fixed-header .sticky-header {
	visibility: visible;
	-ms-animation-name: fadeInDown;
	-moz-animation-name: fadeInDown;
	-op-animation-name: fadeInDown;
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
	-ms-animation-duration: 500ms;
	-moz-animation-duration: 500ms;
	-op-animation-duration: 500ms;
	-webkit-animation-duration: 500ms;
	animation-duration: 500ms;
	-ms-animation-timing-function: linear;
	-moz-animation-timing-function: linear;
	-op-animation-timing-function: linear;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-ms-animation-iteration-count: 1;
	-moz-animation-iteration-count: 1;
	-op-animation-iteration-count: 1;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
    box-shadow: 0 0 10px rgba(0,0,0,.1);
	opacity: 1;
	z-index: 999999;
}
.sticky-header .logo {
    position: relative;
    display: block;
    padding: 20px 0;
}
.sticky-header .logo a{
    position: relative;
    display: inline-block;
    width: 140px;
}
.sticky-header .main-menu .navigation> li> a{
    padding: 26px 0px 24px;
    padding-right: 13px;
}
.sticky-header .main-menu .navigation> li.dropdown> a:before {
    line-height: 80px;
}

.header-top{
    position: relative;
    display: block;
    padding: 10px 0;
    background: rgba(0, 0, 0, 0.30);
}
.header-top.style3{
    background: rgba(0, 0, 0, 0.70);    
}
.header-top .outer-box {
    position: relative;
    display: block;
}
.header-top-left{
    position: relative;
    display: block;
    width: 50%;
}
.header-top-left ul{
    position: relative;
    display: block;
    overflow: hidden;
}
.header-top-left ul li {
    position: relative;
    display: inline-block;
    float: left;
    padding-right: 16px;
    margin-right: 15px;
    line-height: 30px;
}
.header-top-left ul li:last-child{
    padding-right: 0;
    margin-right: 0;
}
.header-top-left ul li:before{
    position: absolute;
    top: 5px;
    right: 0;
    bottom: 5px;
    width: 1px;
    background: rgba(255, 255, 255, 0.35);
    content: "";
}
.header-top-left ul li:last-child:before{
    display: none;
}
.header-top-left ul li span:before{
    position: relative;
    top: 3px;
    display: inline-block;
    padding-left: 1px;
    padding-right: 10px;
    color: #ffffff;
    font-size: 18px;
}
.header-top-left ul li a{
    color: #ffffff;
    font-size: 15px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}
.header-top-left ul li a:hover{
    color: #0b59d9;
}
.header-top-right{
    position: relative;
    display: block;
    width: 50%;
}
.header-top-right .top-menu{
    position: relative;
    display: block;
    float: right;
}
.header-top-right .top-menu ul {
    position: relative;
    display: block;
    overflow: hidden;
    margin-right: 25px;
}
.header-top-right .top-menu ul li {
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 25px;
    line-height: 30px;
}
.header-top-right .top-menu ul li:last-child{
    margin-right: 0;
}
.header-top-right .top-menu ul li a{
    color: #ffffff;
    font-size: 15px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}
.header-top-right .top-menu ul li a:hover{
    color: #ffffff;
}

.our-company-office {
    position: relative;
    display: block;
    max-width: 80px;
    width: 100%;
    float: right;
}
.our-company-office .bootstrap-select {
    position: relative;
    display: block;
}
.our-company-office .bootstrap-select>.dropdown-toggle {
    position: relative;
    display: block;
    outline: none !important;
    border-radius: 0px;
    border: 0px solid #edf2f7;
    height: 30px;
    background-color: transparent !important;
    margin: 0;
    padding: 0;
    padding-left: 0px;
    color: #ffffff !important;
    font-size: 15px;
    line-height: 30px;
    box-shadow: none !important;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
}
.our-company-office .bootstrap-select>.dropdown-toggle::after {
    position: absolute;
    top: 50%;
    right: 0px;
    width: auto;
    height: auto;
    font-family: 'Font Awesome 5 Pro';
    content: '\f107';
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
    transform: translateY(-50%);
    margin: 0;
    border: none;
}
.our-company-office .bootstrap-select .dropdown-menu {
    margin: 0;
    padding: 0;
    border-radius: 0;
    border: 0px solid #ddd;
    font-size: 15px;
    color: #000000;
    background: #f9f9f9;
    z-index: 999999999;
}
.our-company-office .dropdown-item {
    display: block;
    width: 100%;
    padding: 5px 15px 5px;
    font-weight: 400;
    color: #222222;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    border-radius: 0;
    transition: all 500ms ease;
    font-family: 'Poppins', sans-serif;
}
.our-company-office .dropdown-item.active,
.our-company-office .dropdown-item:active {
    color: #fff;
    background: #0b59d9;
}
.our-company-office .dropdown-item:hover {
    color: #fff;
    background: #0b59d9;
}


.header-upper{
    position: relative;
    display: block;
    background: rgb(12 89 217);
    /* border-bottom: 1px solid rgba(255, 255, 255, 0.30); */
}
.header-upper.style3{
    background: rgba(6, 49, 120, 0.70);    
}
.header-upper .outer-box{
    position: relative;
    display: block;
}
.header-upper-left {
    position: relative;
    display: block;
}
.header-upper-left .logo {
    position: relative;
    display: block;
    padding: 35px 0;
    padding-right: 31px;
}
.header-upper-left .logo:before{
    position: absolute;
    top: 35px;
    right: 0;
    bottom: 35px;
    width: 1px;
    content: "";
    background: rgba(255, 255, 255, 0.30);
}
.header-upper-left .logo a{
    position: relative;
    display: inline-block; 
}
.header-upper-left .logo a img{
    width: auto;
    width: 160px;
}


.header-upper-right {
    position: relative;
    display: block;
}
.main-menu {
    position: relative;
    display: block;
    float: left;
}
.main-menu .navigation {
	position: relative;
	display: block;
}
.main-menu .navigation>li {
	position: relative;
    display: inline-block;
	float: left;
    margin-right: 40px;
}
.main-menu .navigation>li:last-child{
    margin-right: 0;
}
.main-menu .navigation>li>a {
	position: relative;
	display: block;
	color: #ffffff;
	font-size: 16px;
	line-height: 30px;
	font-weight: 500;
	opacity: 1;
	text-transform: capitalize;
	padding: 41px 0px 39px;
	transition: all 500ms ease;
    font-family: 'Rubik', sans-serif;
}
.main-menu .navigation> li.dropdown> a{
    padding-right: 13px;
}
.main-menu .navigation> li.dropdown> a:before {
    font-family: FontAwesome;
    position: absolute;
    top: 0;
    right: 0px;
    bottom: 0;
    content: "\f067";
    color: #d3d3d3;
    font-size: 10px;
    line-height: 110px;
    transition: all 500ms ease;
}
.main-menu .navigation>li:hover>a,
.main-menu .navigation>li.current>a{
    color: #ffffff;    
}
.main-menu .navigation> li.dropdown:hover> a:before,
.main-menu .navigation> li.dropdown.current> a:before{
    color: #ffffff;        
}

.main-menu.style3 .navigation>li:hover>a,
.main-menu.style3 .navigation>li.current>a{
    color: #ffffff;
}
.main-menu.style3 .navigation> li.dropdown:hover> a:before,
.main-menu.style3 .navigation> li.dropdown.current> a:before{
    color: #ffffff;        
}



.main-menu .navigation> li> ul {
	position: absolute;
	top: 100%;
	left: inherit;
	width: 270px;
	padding: 10px 0;
    display: none;
    border-top: 10px solid transparent;
    border-radius: 10px 5px 10px 5px;
	z-index: 100;
}
.main-menu .navigation> li> ul:before {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    content: '';
    background: #ffffff;
    border-radius: 10px 5px 10px 5px;
	-webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
	-ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
	-o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
	box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    z-index: -1;
}
.main-menu .navigation> li.dropdown:hover> ul {
	visibility: visible;
	opacity: 1;
}
.main-menu .navigation> li> ul> li {
	position: relative;
    display: block;
    padding: 0 20px;
	width: 100%;
}
.main-menu .navigation> li> ul> li:last-child{
    border-bottom: none;
}
.main-menu .navigation>li>ul>li>a {
	position: relative;
	display: block;
    border-bottom: 1px solid #e9e9e9;
	padding: 13px 0px 13px;
	color: #212121;
	font-size: 14px;
	line-height: 24px;
	font-weight: 500;
	text-align: left;
	text-transform: capitalize;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	font-family: 'Poppins', sans-serif;
}
.main-menu .navigation>li>ul>li:last-child>a{
    border: none;
} 
.main-menu .navigation>li>ul>li>a:hover {
	color: #0b59d9;
    padding-left: 15px;
}
.main-menu .navigation> li> ul> li> a:before{
    position: absolute;
    top: 0;
    left: 0px;
    bottom: 0;
    margin: 22px 0;
    content: "";
    width: 5px;
    height: 5px;
    background: #0b59d9;
    border-radius: 50%;
	opacity: 0;
	transform: scale(0);
    transition: all 500ms ease;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.main-menu .navigation>li>ul>li:hover>a:before{
	opacity: 1;
    transform: scale(1.0);
}


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

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


.menu-right-content {
    position: relative;
    float: right;
    width: 80px;
}
.outer-search-box-style1 {
    position: relative;
    display: inline-block;
    float: right;
    padding: 35px 0;
}
.outer-search-box-style1 .seach-toggle {
    position: relative;
    display: block;
    color: #ffffff;
    font-size: 16px;
    line-height: 40px;
    cursor: pointer;
    text-align: right;
    height: 40px;
    width: 40px;
    border-radius: 0px;
    margin: 0;
    border-left: 1px solid rgba(255, 255, 255, 0.30);
    transition: all 500ms ease;
}
.outer-search-box-style1 .seach-toggle:hover,
.outer-search-box-style1 .seach-toggle.active{
    color: #1d2633;
}
.outer-search-box-style1 .search-box {
    position: absolute;
    top: 120%;
    right: 0%;
    background: #27282c;
    opacity: 0;
    padding: 20px;
    transition: all 500ms ease 0s;
    visibility: hidden;
    z-index: 100;
    margin-left: 0;
}
.outer-search-box-style1 .search-box.now-visible {
    top: 100%;
    opacity: 1;
    visibility: visible;
    z-index: 100;
}
.outer-search-box-style1 .search-box .form-group{
    position:relative;
    padding: 0px;
    margin: 0px;
    width: 100%;
    min-width: 250px;
}
.outer-search-box-style1 .search-box .form-group input[type="search"] {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #fff;
    color: #000;
    display: block;
    font-size: 13px;
    line-height: 24px;
    position: relative;
    transition: all 500ms ease 0s;
    width: 100%;
    height: 45px;
    padding-left: 15px;
    padding-right: 50px;
}
.outer-search-box-style1 .search-box .form-group input[type="search"]:focus{
    border-color: #f5f5f5;	
}
.outer-search-box-style1 .search-box .form-group button, 
.outer-search-box-style1 .search-box .form-group input[type="submit"] {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    cursor: pointer;
    background: #1f1f23;
    color: #fff;
    font-size: 13px;
    height: 45px;
    line-height: 45px;
    width: 45px;
    transition: all 500ms ease 0s;
}
.outer-search-box-style1 .search-box .form-group button:hover,
.outer-search-box-style1 .search-box .form-group input:focus + button{
    color: #222222;
    background: #f5f5f5;
}



/*** 
=====================================================
	Main Slider style
=====================================================
***/
.main-slider {
    position: relative;
    margin-top: -161px;
    z-index: 10;
}
.main-slider .tp-caption{
	z-index:5 ;
}
.main-slider .tp-dottedoverlay{
    background: none !important;
}
.main-slider .tparrows {
    top: 50% !important;
}   

.main-slider .slide-content{
    position: relative;
    display: block;
}
.main-slider .slide-content .title{
	position: relative;
	color: #ffffff;
	font-size: 30px;
	line-height: 1.4em;
	font-weight: 500;
    text-transform: capitalize;
    font-family: 'Poppins', sans-serif;
    text-shadow: 0px 0px 8px rgba(0,0,0,0.2);
}
.main-slider .slide-content .big-title{
	position: relative;
	color: #ffffff;
	font-size: 100px;
	line-height: 1.0em;
	font-weight: 800;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    text-shadow: 0px 0px 8px rgba(0,0,0,0.2);
}
.main-slider .slide-content .text{
	position: relative;
	color: #ffffff;
	font-size: 18px;
	line-height: 1.6em;
	font-weight: 400;
    letter-spacing: normal;
    text-transform: none;
    font-family: 'Rubik', sans-serif;
}
.main-slider .slide-content .btn-box{}
.main-slider .slide-content .btn-box a{
    position: relative;
    display: inline-block;
}
.main-slider .slide-content .btn-box a.play-button{
    padding-left: 32px;    
}
.main-slider .slide-content .btn-box a.play-button:hover{
    color: #0b59d9;
}
.main-slider .slide-content .btn-box a span:before {
    position: relative;
    display: inline-block;
    padding-right: 2px;
    color: #ffffff;
    font-size: 40px;
    top: 12px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}
.main-slider .slide-content .btn-box a:hover span:before {
    color: #0b59d9;    
}
.main-slider .slide-content .btn-box a b{
    color: #ffffff; 
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    font-family: 'Rubik', sans-serif;
    transition: all 200ms linear;
    transition-delay: 0.2s;
}
.main-slider .slide-content .btn-box a:hover b{
    color: #0b59d9;      
}



/*** 
=====================================================
	Main Slider Style2 style
=====================================================
***/
.main-slider.style2 {
    position: relative;
    display: block;
    margin: 0;
    z-index: 10;
}
.main-slider.style2 .slide-content .icon-holder{
    position: relative;
    display: block;
}
.main-slider.style2 .slide-content .icon-holder span:before{
    color: #ffffff;
    font-size: 70px;
    line-height: 70px;
}
.main-slider.style2 .slide-content .title {
    position: relative;
    display: inline-block;
    color: #ffffff;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    text-transform: capitalize;
    font-family: 'Rubik', sans-serif;
}
.main-slider.style2 .slide-content .title:before {
    position: absolute;
    left: 0px;
    bottom: 0;
    right: 0px;
    height: 2px;
    background-color: #0b59d9;
    content: "";
}
.main-slider.style2 .slide-content .big-title{
	position: relative;
	color: #ffffff;
	font-size: 60px;
	line-height: 1.2em;
	font-weight: 700;
    text-transform: none;
    font-family: 'Poppins', sans-serif;
}


.main-slider.style2 .tp-bullets {}
.main-slider.style2 .hermes .tp-bullet {
    position: absolute !important;
    display: inline-block !important;
    margin: 0px 10px !important;
    width: 12px;
    height: 12px;
}
.main-slider.style2 .hermes .tp-bullet:after {
    position: absolute;
    content: ' ';
    bottom: 0;
    height: 0;
    left: 0;
    width: 100%;
    background-color: #FFF;
    box-shadow: 0 0 1px #FFF;
    -webkit-transition: height 0.3s ease;
    transition: height 0.3s ease;
}
.tp-bullet.selected, 
.tp-bullet:hover {
    background: #fff;
}








/*** 
=============================================
    Welcome Area Css      
=============================================
***/
.welcome-area{
    position: relative;
    display: block;
}
.single-welcome-box {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    min-height: 420px;
    text-align: center;
    -webkit-box-shadow: 0px 3px 7px 2px #ededed;
    box-shadow: 0px 3px 7px 2px #ededed;
    max-width: 370px;
    width: 100%;
    margin: 0 auto 40px;
}
.single-welcome-box .top{
    position: relative;
    display: block;
    padding: 0 40px;
}
.single-welcome-box .top.static{
    opacity: 1;
    transform: translateY(0px); 
    transition: all 900ms ease 100ms;    
}
.single-welcome-box:hover .top.static{
    opacity: 0;
    transform: translateY(-100px); 
    transition: all .4s ease-in-out .3s;   
}

.single-welcome-box .top .icon-holder{
    position: relative;
    display: block;
    padding-bottom: 24px;
}
.single-welcome-box .top .icon-holder span:before{
    color: #0b59d9;
    font-size: 65px;
    line-height: 65px;
}
.single-welcome-box .top h3{
    color: #a0a0a0;
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    margin: 0 0 27px;
}
.single-welcome-box .top h2{
    font-size: 20px;
    line-height: 28px;
    margin: 0 0 46px;
}
.single-welcome-box .read-more {
    position: relative;
    display: block;
    padding: 0 45px;
    width: 100%;
}
.single-welcome-box .read-more.static{
    transform: translateY(0px);
    transition: all .4s ease-in-out .3s;    
}
.single-welcome-box:hover .read-more.static{
    transform: translateY(10px);
    transition: all .4s ease-in-out .3s;      
}

.single-welcome-box .read-more .inner{
    position: relative;
    display: block;
}
.single-welcome-box .read-more .inner:before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    content: "";
    max-width: 80px;
    width: 100%;
    height: 1px;
    background: #e5e5e5;
    margin: 12px 0;
}
.single-welcome-box .read-more .inner:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    content: "";
    max-width: 80px;
    width: 100%;
    height: 1px;
    background: #e5e5e5;
    margin: 12px 0;
}
.single-welcome-box .read-more a{
    color: #212121;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
}
.single-welcome-box .overlay-content{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffffff;
    background-attachment: scroll;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    z-index: 1;
    opacity: 0;
    transform-style: preserve-3d;
    transform: perspective(1200px) rotateX(90deg) translateY(-160px);
    transition: all 900ms ease 100ms;
}
.single-welcome-box:hover .overlay-content{
    opacity: 1;
    transform: perspective(1200px) rotateX(0deg) translateY(0px);
    transition: all 500ms linear;
    transition-delay: 0.1s;       
}
.single-welcome-box .overlay-content:before{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(11, 89, 217, 0.90);
    content: "";
    z-index: -1;
}
.single-welcome-box .overlay-content .top .text {
    position: relative;
    display: block;
    padding: 29px 0 48px;
}
.single-welcome-box .overlay-content .top .icon-holder span:before{
    color: #ffffff;
}
.single-welcome-box .overlay-content .top .text p{
    color: #ffffff;
    margin: 0;
}
.single-welcome-box .overlay-content .read-more .inner:before {
    background: rgba(229, 229, 229, 0.20);
}
.single-welcome-box .overlay-content .read-more .inner:after {
    background: rgba(229, 229, 229, 0.20);
}
.single-welcome-box .overlay-content .read-more a {
    color: #ffffff;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}
.single-welcome-box .overlay-content .read-more a:hover{
    color: #1d2633;
}



/*** 
=============================================
    Welcome Area Css      
=============================================
***/
.about-style1-area{
    position: relative;
    display: block;
    padding: 120px 0 120px;
    background: #f5f5f5;
}
.about-style1-content{
    position: relative;
    display: block;
}
.about-style1-content .sec-title{
    padding-bottom: 24px;
}
.about-style1-content .inner-content{
    position: relative;
    display: block;    
}
.about-style1-content .inner-content .text{
    position: relative;
    display: block;
    padding-bottom: 10px;
}
.single-fact-counter {
    position: relative;
    display: block;
    margin-bottom: 40px;
}
.single-fact-counter .count-box {
    position: relative;
    display: block;
}
.single-fact-counter .count-box .count{
    position: relative;
    display: block;
}
.single-fact-counter .count-box h1{
    color: #808080;
    font-size: 36px;
    line-height: 40px;
    font-weight: 500;
}
.single-fact-counter .count-box h1 .timer{
    position: relative;
    display: inline-block;
    float: left;
    color: #0859d9;
}
.single-fact-counter .count-box h1 i:before {
    position: relative;
    top: -1px;
    display: inline-block;
    float: left;
    font-size: 20px;
    padding-left: 4px;
    color: #0859d9;
}
.single-fact-counter .title {
    position: relative;
    margin: 10px 0 0;
}
.single-fact-counter .title h3 {
    color: #212121;
    font-size: 18px;
    line-height: 20px;
    font-weight: 600;
    text-transform: capitalize;
}

.about-style1-content .inner-content .button{
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    border-top: 1px solid #e0e0e0;
}
.about-style1-content .inner-content .button li {
    position: relative;
    display: inline-block;
    float: left;
    width: 50%;
    padding-left: 40px;
    border-left: 1px solid #e0e0e0;
    padding-top: 23px;
    padding-bottom: 21px;
}
.about-style1-content .inner-content .button li:first-child{
    border-left: none;
    padding-left: 0;
}
.about-style1-content .inner-content .button li a{
    color: #212121;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    transition: all 200ms linear;
    transition-delay: 0.2s;
}
.about-style1-content .inner-content .button li a:hover{
    color: #0b59d9;
}
.about-style1-content .inner-content .button li a span:before{
    position: relative;
    display: inline-block;
    padding-right: 9px;
    color: #b2b2b2;
    font-size: 14px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}
.about-style1-content .inner-content .button li a:hover span:before{
    color: #0751c9;    
}

.about-style1-right-content {
    position: relative;
    display: block;
}
.about-style1-image-bg {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 320px;
    width: 100%;
    height: 470px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    border-radius: 7px;
    z-index: 2;
}
.about-style1-right-content .inner-content-box{
    position: relative;
    display: block;
    max-width: 330px;
    width: 100%;
    float: right;
    background: #1d2633;
    padding: 60px 120px 60px;
    padding-right: 40px;
    border-radius: 7px;
    margin-top: 120px;
}
.about-style1-right-content .inner-content-box .icon-holder{
    padding-bottom: 20px;
}
.about-style1-right-content .inner-content-box .icon-holder span:before {
    position: relative;
    display: inline-block;
    color: #0b59d9;
    font-size: 50px;
    line-height: 50px;
    transform: rotate(180deg);
}
.about-style1-right-content .inner-content-box p{
    color: #ffffff;
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    margin: 0 0 18px;
}
.about-style1-right-content .inner-content-box h6{
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
}
.about-style1-right-content .inner-content-box h6 span{
    color: #ffffff;
    font-size: 14px;
    text-transform: uppercase;
    font-family: 'Rubik', sans-serif;
}
.about-style1-right-content .inner-content-box .signature{
    position: relative;
    display: block;
    padding-top: 21px;
}



/*** 
=============================================
    Lastest Project Style1 Area Css
=============================================
***/
.lastest-project-style1-area{
    position: relative;
    display: block;
    padding: 120px 0 120px;
}
.single-project-style1{
    position: relative;
    display: block;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}
.single-project-style1:hover{
    -webkit-box-shadow: 0px 4px 5px 2px rgba(238,238,238,0.7); 
    box-shadow: 0px 4px 5px 2px rgba(238,238,238,0.7);    
}
.single-project-style1 .img-holder{
    position: relative;
    display: block;
    overflow: hidden;
}
.single-project-style1 .img-holder img{
    width: 100%;
    transform: scale(1.0);
}
.single-project-style1:hover .img-holder img {
    transform:scale(1.2) rotate(1deg);	
}

.single-project-style1 .overlay-style-one{
    height: 65%;
    transform: perspective(400px) rotateX(-90deg);
    transform-origin: top;
    transition: all 300ms ease 100ms;
}
.single-project-style1:hover .overlay-style-one{
	opacity: 1;
    transform: perspective(400px) rotateX(0deg);
    transition: all 900ms ease 300ms;    
}
.single-project-style1 .img-holder .overlay-style-one .box .content a span:before {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 60px;
    background: #0b59d9;
    border-radius: 50%;
    color: #ffffff;
    font-size: 20px;
    line-height: 60px;
    opacity: 0;
    transform: translateY(100px);
    transition: all 0.1s ease-in-out 0.9s;
}
.single-project-style1:hover .img-holder .overlay-style-one .box .content a span:before{
    opacity: 1;
    transform: translateY(0px); 
    transition: all 0.5s ease-in-out 0.5s;    
}
.single-project-style1 .img-holder .title-holder.overlay {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 0;
    height: 35%;
    background: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    opacity: 0;
    transform-style: preserve-3d;
    transform: perspective(1200px) rotateX(90deg) translateZ(-40px);
    transition: all 300ms ease 100ms;
}
.single-project-style1:hover .img-holder .title-holder.overlay{
    opacity: 1;
    transform: perspective(1200px) rotateX(0deg) translateZ(0px);
    transition: all 900ms ease 300ms;       
}


.single-project-style1 .title-holder {
    position: relative;
    display: block;
    padding-top: 20px;
    padding-bottom: 2px;
}
.single-project-style1 .title-holder .static{
    opacity: 1;
    transform-style: preserve-3d;
    transform: perspective(1200px) rotateX(0deg) translateZ(0px); 
    transition: all 900ms ease 300ms;
}
.single-project-style1:hover .title-holder .static{
    opacity: 0;
    transform: perspective(1200px) rotateX(-90deg) translateZ(-40px);
    transition: all 900ms ease 300ms;
}
.single-project-style1 .title-holder h3{
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
    margin: 0 0 6px;
}
.single-project-style1 .title-holder h3 a{
    color: #212121;
}
.single-project-style1 .title-holder span{
    color: #808080;
}
.single-project-style1 .title-holder .overlay-button {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0px;
    right: 0;
    background: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    border-top: 1px solid #e5e5e5;
    opacity: 0;
    transform-style: preserve-3d;
    transform: perspective(1200px) rotateX(90deg) translateZ(-40px);
    transition: all 300ms ease 100ms;
}
.single-project-style1:hover .title-holder .overlay-button{
    opacity: 1;
    transform: perspective(1200px) rotateX(0deg) translateZ(0px);
    transition: all 900ms ease 300ms;          
}
.single-project-style1 .title-holder .overlay-button:before{
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 3px;
    background: #0b59d9;
    content: "";
}
.single-project-style1 .title-holder .overlay-button a{
    color: #212121;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
}

.latest-project-bottom-content {
    position: relative;
    display: block;
    padding-top: 75px;
}
.latest-project-bottom-content p{
    color: #212121;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    margin: 0 0 23px;
}
.latest-project-bottom-content p a{
    color: #0b59d9;
}



/*** 
=============================================
    Services Style1 Area Style      
=============================================
***/
.services-style1-area {
    position: relative;
    display: block;
    background: #1d2633;
    padding: 120px 0 90px;
    z-index: 1;
}
.service-style1-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 200%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-repeat: repeat-x;
    z-index: -1;
}
.services-style1-area .single-box{
    margin-bottom: 30px;
}
.services-title-box {
    position: relative;
    display: block;
    background: #0b59d9;
    padding: 46px 40px 44px;
}
.services-title-box .sec-title {
    margin: 0;
    padding: 0 0 31px;
}
.services-title-box .sec-title .title{}
.services-title-box .sec-title .title .inner{}
.services-title-box .sec-title .title .inner:before{
    background: url(../images/icon/decor-white.png);
}
.services-title-box .sec-title .title .inner span{
    color: #ffffff;
}
.services-title-box .sec-title .big-title h1{
    color: #ffffff;
}
.services-title-box .button{
    position: relative;
    display: block;
}
.services-title-box .button a:hover{
    color: #2d3847;
}

.single-service-style1 {
    position: relative;
    display: block;
    padding: 50px 40px 42px;
    padding-right: 30px;
    border: 1px solid #2d3847;
    transition: all 200ms linear;
    transition-delay: 0.1s;
    background: #00000070;
}
.single-service-style1:hover{
    border-color: #0b59d9;
}

.single-service-style1 .counting-box {
    position: absolute;
    top: 0;
    right: 0;
    width: 125px;
    height: 100px;
    z-index: 1;
}
.single-service-style1 .counting-box:before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 0;
    height: 0;
    content: "";
    z-index: -1;
    border-left: 125px solid transparent;
    border-top: 100px solid #2d3847;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}
.single-service-style1:hover .counting-box:before{
    border-top: 100px solid #0b59d9;    
}
.single-service-style1 .counting-box h2 {
    position: relative;
    display: inline-block;
    float: right;
    color: #778394;
    font-size: 24px;
    line-height: 68px;
    font-weight: 400;
    padding-right: 18px;
    transition: all 200ms linear;
    transition-delay: 0.2s;
}
.single-service-style1:hover .counting-box h2{
    color: #ffffff
}

.single-service-style1 .top-content {
    position: relative;
    display: block;
    overflow: hidden;
}
.single-service-style1 .top-content .static{
    position: relative;
    display: block; 
    opacity: 1;
    transform: translateY(0px); 
    transition: all 700ms ease 600ms;
}
.single-service-style1:hover .top-content .static{
    opacity: 0;
    transform: translateY(100px);
    transition: all 700ms ease 100ms;  
}
.single-service-style1 .top-content .overlay {
    position: absolute;
    top: -7px;
    left: 0;
    bottom: 0;
    right: 0;
    background: transparent;
    opacity: 0;
    transform: translateY(100px);
    transition: all 700ms ease 100ms;
}
.single-service-style1:hover .top-content .overlay{
    opacity: 1;
    transform: translateY(0px); 
    transition: all 700ms ease 600ms;     
}
.single-service-style1 .top-content .overlay h3 {
    margin: 0 0 15px;
}
.single-service-style1 .top-content .overlay p {
    border-bottom: 1px solid #273240;
    padding-bottom: 34px;
    margin: 0;
}


.single-service-style1 .icon{
    position: relative;
    display: block; 
    padding-bottom: 30px;
}
.single-service-style1 .icon span:before{
    color: #ffffff;
    font-size: 65px;
    line-height: 65px;
}
.single-service-style1 h3 {
    color: #ffffff;
    font-size: 18px;
    margin: 0 0 5px;
}
.single-service-style1 p{
    color: #778394;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin: 0 0 17px;
    font-family: 'Muli', sans-serif;
}
.single-service-style1 a{}



/*** 
=============================================
    Team Area style
=============================================
***/
.team-area {
    position: relative;
    display: block;
    padding-top: 120px;
    padding-bottom: 80px;
}
.single-team-member {
    position: relative;
    display: block;
    margin-bottom: 40px;
    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 .share-box {
    position: absolute;
    right: 0;
    bottom: 0;
}
.single-team-member .share-box a{
    position: relative;
    display: block;
}
.single-team-member .share-box a span:before {
    position: relative;
    display: block;
    width: 70px;
    height: 70px;
    background: #ffffff;
    color: #a5a5a5;
    font-size: 25px;
    line-height: 70px;
    text-align: center;
    transition: all 900ms ease;
}
.single-team-member .share-box a:hover span:before{
    color: #0b59d9;
}

.single-team-member .share-box ul {
    position: absolute;
    left: 0;
    bottom: 70px;
    right: 0;
    width: 70px;
    height: 150px;
    background: #ffffff;
    padding: 23px 0;
    opacity: 0;
    transform-style: preserve-3d;
    transform: perspective(1200px) rotateX(90deg) translateZ(5px);
    transform-origin: bottom;
    transition: all 300ms ease 100ms;
}
.single-team-member .share-box ul:before{
    position: absolute;
    left: 10px;
    bottom: 0;
    right: 10px;
    height: 1px;
    background: #e5e5e5;
    content: "";
}
.single-team-member .share-box:hover ul{
    opacity: 1;
    transform: perspective(1200px) rotateX(0deg) translateZ(0px);
    transition: all 900ms ease 300ms;    
}
.single-team-member .share-box ul li {
    display: block;
    float: none;
}
.single-team-member .share-box ul li:last-child{
    margin-left: 0;
}
.single-team-member .share-box ul li a{
    padding: 0;
}
.single-team-member .share-box ul li a i {
    position: relative;
    display: block;
    width: 70px;
    height: 35px;
    text-align: center;
    color: #a5a5a5;
    font-size: 16px;
    line-height: 35px;
    transition: all 500ms ease;
}
.single-team-member .share-box ul li a:hover i{
    color: #0b59d9;
}


.single-team-member .name {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 23px 0 25px;
    -webkit-box-shadow: 0px 5px 5px 2px rgba(244,244,244,0.8); 
    box-shadow: 0px 5px 5px 2px rgba(244,244,244,0.8);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}
.single-team-member:hover .name{
    -webkit-box-shadow: 0px 7px 9px 2px rgba(229,229,229,0.8); 
    box-shadow: 0px 7px 9px 2px rgba(229,229,229,0.8);
}
.single-team-member .name h3{
    color: #212121;
    font-size: 18px;
    margin: 0 0 3px;
}
.single-team-member .name p {
    color: #808080;
    font-size: 15px;
    line-height: 20px;
    margin: 0;
}



/*** 
=============================================
    Testimonial Area Style      
=============================================
***/
.testimonial-area {
    position: relative;
    display: block;
    background: #f5f5f5;
    padding-top: 120px;
    padding-bottom: 100px;
}
.testimonial-area .sec-title{
    padding-bottom: 28px;
}

.single-testimonial-item{
    position: relative;
    display: block;
}
.single-testimonial-item .inner-content {
    position: relative;
    display: block;
    padding: 50px 40px 41px;
    background: #ffffff;
    border-radius: 5px;
    -webkit-box-shadow: 0px 1px 8px 3px #ececec; 
    box-shadow: 0px 1px 8px 3px #ececec;
}
.single-testimonial-item .inner-content .img-box{
    width: 90px;
}
.single-testimonial-item .inner-content .img-box,
.single-testimonial-item .inner-content .text-box{
    display: table-cell;
    vertical-align: middle;
}
.single-testimonial-item .inner-content .text-box{
    padding-left: 30px;
}
.single-testimonial-item .inner-content .text-box .client-review{
    position: relative;
    display: block;
    overflow: hidden;
    margin-bottom: 16px;
}
.single-testimonial-item .inner-content .text-box .client-review li{
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 5px;
}
.single-testimonial-item .inner-content .text-box .client-review li:last-child{
    margin-right: 0;
}
.single-testimonial-item .inner-content .text-box .client-review li a{
    position: relative;
    display: inline-block;
}
.single-testimonial-item .inner-content .text-box .client-review li a span:before{
    color: #eabe37;
    font-size: 20px;
}
.single-testimonial-item .inner-content .text-box .text{
    position: relative;
    display: block;
}
.single-testimonial-item .inner-content .text-box .text p{
    color: #808080;
    margin: 0 0 16px;
}
.single-testimonial-item .inner-content .text-box .text h3{
    color: #212121;
    font-size: 18px;
}
.single-testimonial-item .inner-content .text-box .text h3 span{
    color: #0b59d9;
    font-size: 15px;
    font-weight: 400;
    font-family: 'Rubik', sans-serif;
}



/*** 
=============================================
    Latest blog Area style
=============================================
***/
.latest-blog-area {
    position: relative;
    display: block;
    background: #ffffff;
    padding-top: 120px;
    padding-bottom: 120px;
}
.single-blog-post {
    position: relative;
    display: block;
}
.single-blog-post .img-holder {
    position: relative;
    display: block;
    overflow: hidden;
}
.single-blog-post .img-holder img {
    width: 100%;
    transform: scale(1.0);
}
.single-blog-post:hover .img-holder img {
    transform:scale(1.2) rotate(1deg);	
}
.single-blog-post:hover .overlay-style-one{
    opacity: 1;
}
.single-blog-post .img-holder .overlay-style-one .box .inner a span:before{
    position: relative;
    display: inline-block;
    width: 60px;
    height: 60px;
    background: #0b59d9;
    border-radius: 50%;
    color: #ffffff;
    font-size: 20px;
    line-height: 60px;
    opacity: 0;
    transform: translateY(100px);
    transition: all 0.1s ease-in-out 0.9s;
}
.single-blog-post:hover .img-holder .overlay-style-one .box .inner a span:before{
    opacity: 1;
    transform: translateY(0px); 
    transition: all 0.5s ease-in-out 0.5s;
}
.single-blog-post .img-holder .overlay-style-one .box .inner a:hover span:before{
    color: #0b59d9;
    background: #ffffff;
}



.single-blog-post .text-holder {
    position: relative;
    display: block;
    padding: 20px 30px 42px;
    -webkit-box-shadow: 0px 2px 7px 2px #f3f3f3;
    box-shadow: 0px 2px 7px 2px #f3f3f3;
}
.single-blog-post .post-date-author-info {
    position: relative;
    display: block;
    padding-bottom: 20px;
    border-bottom: 1px solid #e5e5e5;
}
.single-blog-post .post-date-author-info .img-box{
    width: 50px;
}
.single-blog-post .post-date-author-info .img-box img{
    border-radius: 50%;
    transform: none;
}
.single-blog-post .post-date-author-info .img-box,
.single-blog-post .post-date-author-info .title-box{
    display: table-cell;
    vertical-align: middle;
}
.single-blog-post .post-date-author-info .title-box{
    padding-left: 20px;
}
.single-blog-post .post-date-author-info .title-box span {
    position: relative;
    display: inline-block;
    top: -5px;
    color: #808080;
    font-size: 13px;
    line-height: 14px;
    font-weight: 400;
    text-transform: uppercase;
}
.single-blog-post .post-date-author-info .title-box h6{
    color: #212121;
    font-size: 14px;
    text-transform: uppercase;
    margin: 0px 0 0;
}


.single-blog-post .meta-box {
    position: relative;
    display: block;
    overflow: hidden;
    padding-left: 25px;
    margin-top: 25px;
    margin-bottom: 11px;
}
.single-blog-post .meta-box .icon-holder {
    position: absolute;
    top: 3px;
    left: 0;
}
.single-blog-post .meta-box .icon-holder span:before{
    color: #0b59d9;
    font-size: 16px;
}
.single-blog-post .meta-box .meta-info {
    position: relative;
    display: block;
    overflow: hidden;
}
.single-blog-post .meta-box .meta-info li {
    position: relative;
    display: inline-block;
    float: left;
    color: #808080;
    font-size: 13px;
    line-height: 24px;
    font-weight: 400;
    padding-right: 15px;
    margin-right: 5px;
}
.single-blog-post .meta-box .meta-info li:last-child{
    padding-right: 0;
    margin-right: 0;
}
.single-blog-post .meta-box .meta-info li:before{
    position: absolute;
    bottom: 8px;
    right: 0px;
    width: 10px;
    height: 1px;
    background: #808080;
    content: "";
}
.single-blog-post .meta-box .meta-info li:last-child:before{
    display: none;
}
.single-blog-post .meta-box .meta-info li a{
    position: relative;
    display: inline-block;
    color: #808080;
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
    transition: all 500ms ease;
}
.single-blog-post .meta-box .meta-info li a:hover{
    color: #0b59d9;
}

.single-blog-post .text-holder .blog-title {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
}
.single-blog-post .text-holder .blog-title a{
    color: #212121;
    transition: all 500ms ease;
}
.single-blog-post .text-holder .blog-title a:hover{
    color: #0b59d9;
}

.single-blog-post .text-holder .button-box {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 34px;
}
.single-blog-post .text-holder .button-box .readmore{}
.single-blog-post .text-holder .button-box .readmore a{
    color: #212121;
}
.single-blog-post .text-holder .button-box .readmore a.btn-two span:before{
    color: #adadad;
}
.single-blog-post .text-holder .button-box .readmore a:hover{
    color: #adadad;    
}
.single-blog-post .text-holder .button-box .comments{}
.single-blog-post .text-holder .button-box .comments a{
    color: #808080;
    font-size: 14px;
    font-weight: 400;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}
.single-blog-post .text-holder .button-box .comments a:hover{
    color: #0b59d9;    
}
.single-blog-post .text-holder .button-box .comments a span:before{
    position: relative;
    top: 1px;
    display: inline-block;
    padding-right: 9px;
    color: #0b59d9;
    font-size: 16px;
}



/*** 
=============================================
    appointment Area Style      
=============================================
***/
.appointment-area {
    position: relative;
    display: block;
    background: transparent;
    margin-bottom: -100px;
    z-index: 5;
}
.appointment-form-box {
    position: relative;
    display: block;
    background: #ffffff;
    border-top: 5px solid #0b59d9;
    padding: 45px 40px 30px;
}
.appointment-form-box:before {
    position: absolute;
    top: -5px;
    left: 0;
    right: 0;
    bottom: 100px;
    content: "";
    -webkit-box-shadow: 0px -5px 8px 2px #f3f3f3;
    box-shadow: 0px -5px 8px 2px #f3f3f3;
    z-index: -1;
    background: transparent;
}

.appointment-form-box .title{
    position: relative;
    display: block;
    padding-bottom: 33px;
}
.appointment-form-box .title h3{
    font-size: 24px;
    line-height: 30px;
}
.appointment-form .input-box{
    position: relative;
    display: block;
}
.appointment-form .input-box .icon-box{
    position: absolute;
    top: 50%;
    right: 20px;
    width: auto;
    height: auto;
    transform: translateY(-50%);
}
.appointment-form .input-box .icon-box i{
    color: #808080;
    font-size: 16px;
}

.appointment-form .mar-ninus5{
    margin-right: -5px;
    margin-left: -5px;    
}
.appointment-form .pd5{
    padding-left: 5px;
    padding-right: 5px;
}
.appointment-form input[type="text"], 
.appointment-form input[type="email"], 
.appointment-form textarea {
    position: relative;
    display: block;
    padding: 0 20px;
    border: 1px solid #f5f5f5;
    background: #f5f5f5;
    color: #808080;
    font-size: 15px;
    font-weight: 400;
    width: 100%;
    height: 55px;
    margin-bottom: 20px;
    border-radius: 5px;
    transition: all 500ms ease; 
    font-family: 'Rubik', sans-serif;
}
.appointment-form input[type="text"]:focus{
    border-color: #0b59d9;    
}
.appointment-form input[type="email"]:focus{
    border-color: #0b59d9;     
}
.appointment-form [type=submit] {
    position: relative;
    display: block;
    width: 100%;
    background: #0b59d9;
    color: #ffffff;
    font-size: 14px;
    line-height: 55px;
    font-weight: 500;
    text-transform: uppercase;
    border-radius: 5px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
    font-family: 'Rubik', sans-serif;
}
.appointment-form [type=submit]:hover{
    color: #ffffff;
    background: #1d2633;
}
.appointment-form input::-webkit-input-placeholder {
    color: #808080;
}
.appointment-form input:-moz-placeholder {
    color: #808080;
}
.appointment-form input::-moz-placeholder {
    color: #808080;
}
.appointment-form input:-ms-input-placeholder {
    color: #808080;
}



/*** 
=============================================
    Footer area style
=============================================
***/
.footer-area {
    position: relative;
    display: block;
    background: #1d2633;
    padding-top: 200px;
    padding-bottom: 0;
    z-index: 1;
}
.footer-top{
    position: relative;
    display: block;
}
.footer-top .outer-box{
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    border-bottom: 1px solid #273240;
    padding-bottom: 30px;
}
.footer-top-left{
    position: relative;
    display: block;
}
.footer-top-left .footer-logo{}
.footer-top-left .footer-logo a{
    display: inline-block;
}
.footer-top-right{}
.footer-top-right .footer-social-links{
    position: relative;
    display: block;
}



.footer{
    position: relative;
    display: block;
    padding-top: 80px;
    padding-bottom: 90px;
}
.single-footer-widget {
    position: relative;
    display: block;
    overflow: hidden;
}
.single-footer-widget .title {
    position: relative;
    display: block;
    padding-bottom: 28px;
    margin-top: -3px;
}
.single-footer-widget .title h3 {
    color: #ffffff;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    text-transform: uppercase;
}

.single-footer-widget .footer-company-info-text {
    position: relative;
    display: block;
    padding-bottom: 37px;
}
.single-footer-widget .footer-company-info-text p{
    color: #ffffff;
    margin: 0;
}


.single-footer-widget .subscribe-box{
    position: relative;
    display: block;    
}
.single-footer-widget .subscribe-form {
    position: relative;
    display: block;
    width: 100%;
}
.single-footer-widget .subscribe-form input[type="email"]{
    position: relative;
    display: block;
    background: #ffffff;
    border: 1px solid #ffffff;
    color: #808080;
    font-size: 15px;
    font-weight: 400;
    font-style: italic;
    width: 100%;
    height: 60px;
    padding: 0 20px;
    padding-right: 140px;
    border-radius: 5px;
    transition: all 500ms ease;
    font-family: 'Rubik', sans-serif;
}
.single-footer-widget .subscribe-form input::-webkit-input-placeholder {
    color: #808080;
}
.single-footer-widget .subscribe-form input:-moz-placeholder {
    color: #808080;
}
.single-footer-widget .subscribe-form input::-moz-placeholder {
    color: #808080;
}
.single-footer-widget .subscribe-form input:-ms-input-placeholder {
    color: #808080;
}
.single-footer-widget .subscribe-form button {
    position: absolute;
    top: 0;
    right: 0;
    width: 130px;
    background: #0b59d9;
    color: #ffffff;
    font-size: 14px;
    line-height: 60px;
    font-weight: 500;
    text-transform: uppercase;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    font-family: 'Rubik', sans-serif;
    transition: all 300ms ease 100ms;
}
.single-footer-widget .subscribe-form input[type="email"]:focus {
    color: #ffffff;
    border: 1px solid #18202d;
    background: #18202d;
}
.single-footer-widget .subscribe-form input[type="email"]:focus + button, 
.single-footer-widget .subscribe-form button:hover {
    color: #fff;
    background: #0b0b0b;
}


.single-footer-widget .usefull-links {
    position: relative;
    display: block;
    margin-top: -5px;
}
.single-footer-widget .usefull-links ul{
    position: relative;
    display: block;
}
.single-footer-widget .usefull-links ul li {
    position: relative;
    display: block;
    line-height: 36px;
}
.single-footer-widget .usefull-links ul li:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "\f105";
    /* font-family: "FontAwesome"; */
    color: #778394;
    font-size: 18px;
    transition: all 0.3s ease-in-out 0.1s;
    font-family: 'Font Awesome 5 Pro';
    font-weight: 300;
}
.single-footer-widget .usefull-links ul li:hover:before{
    color: #ffffff;
}
.single-footer-widget .usefull-links ul li a{
    position: relative;
    display: block;
    color: #ffffff;
    font-size: 15px;
    font-weight: 400;
    padding-left: 20px;
    transition: all 500ms ease;
    font-family: 'Rubik', sans-serif;
}
.single-footer-widget .usefull-links ul li a:hover{
    color: #ffffff;
}


.single-footer-widget .title2 {
    position: relative;
    display: block;
    padding-bottom: 28px;
    margin-top: -7px;
}
.single-footer-widget .title2 h3{
    color: #ffffff;
    font-size: 20px;
    line-height: 32px;
    font-weight: 600;
}
.single-footer-widget .contact-info{
    position: relative;
    display: block;
}
.single-footer-widget .contact-info li{
    position: relative;
    display: block;
    margin-bottom: 15px;
}
.single-footer-widget .contact-info li:last-child{
    margin-bottom: 0;
}
.single-footer-widget .contact-info li h6{
    color: #ffffff;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 5px;
}
.single-footer-widget .contact-info li span{
    color: #ffffff;
}

.footer-bottom{
    position: relative;
    display: block;
    background: #18202d;
}
.footer-bottom .outer-box{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;    
}
.footer-bottom-left{
    position: relative;
    display: block;
}
.footer-bottom-left .copyright-text{}
.footer-bottom-left .copyright-text p{
    color: #ffffff;
    font-size: 15px;
    line-height: 26px;
    font-weight: 400;
    margin: 0;
}
.footer-bottom-left .copyright-text p a{
    color: #ffffff;
    font-weight: 700;
}
.footer-bottom-right{
    
}



/*** 
=============================================
    Header Style2 Css
=============================================
***/
.header-style2{
    position: relative;
    background-color: #1d2633;    
}
.header-top-style2 {
    position: relative;
    display: block;
    padding: 27px 0;
}
.header-top-left-style2 {
    position: relative;
    display: block;
}
.header-top-left-style2 .logo {
    position: relative;
    display: block;
    padding: 3px 0;
    padding-right: 31px;
}
.header-top-left-style2 .logo:before {
    position: absolute;
    top: 3px;
    right: 0;
    bottom: 3px;
    width: 1px;
    content: "";
    background: rgba(255, 255, 255, 0.15);
}
.header-top-left-style2 .logo a{
    display: inline-block;
}
.header-top-right-style2 {
    position: relative;
    display: block;
}

.language-switcher.style2 {
    margin: 9px 0;
}
.header-contact-info {
    position: relative;
    display: block;
    float: left;
}
.header-contact-info ul {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 1px 0;
}
.header-contact-info li {
    position: relative;
    display: inline-block;
    float: left;
    padding-right: 31px;
    margin-right: 30px;
    line-height: 0;
}
.header-contact-info li:before{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 1px;
    background: rgba(255, 255, 255, 0.15);
    content: "";
}
.header-contact-info li:last-child:before{
    display: none;
}
.header-contact-info li:last-child{
    margin-right: 0;
    padding-right: 0;
}
.header-contact-info li .single-item{
    position: relative;
    display: block;
}
.header-contact-info li .single-item .icon {
    width: 50px;
    text-align: left;
}
.header-contact-info li .single-item .icon span:before {
    position: relative;
    color: #0b59d9;
    font-size: 30px;
    line-height: 30px;
    transition: all 300ms ease 100ms;
}
.header-contact-info li:hover .single-item .icon span:before{
    color: #ffffff;    
}
.header-contact-info li .single-item .icon,
.header-contact-info li .single-item .title{
    display: table-cell;
    vertical-align: middle;
}
.header-contact-info li .single-item .title{
    padding-left: 0px;
}
.header-contact-info li .single-item .title h6 {
    color: #ffffff;
    font-size: 16px;
    margin: 0 0 10px;
    text-transform: capitalize;
}
.header-contact-info li .single-item .title span {
    color: #778394;
    position: relative;
    display: inline-block;
    line-height: 15px;
}
.header-quote-button{
    position: relative;
    display: block;
    padding-left: 50px;
    float: right;
}
.header-quote-button a.btn-one {
    padding: 15px 30px 13px;
}


.header-upper-style2 {
    position: relative;
    display: block;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
}
.header-upper-style2 .outer-box{
    position: relative;
    display: block;
}
.header-upper-left-style2 {
    position: relative;
    display: block;
}
.main-menu-style2 .navigation>li>a {
    padding: 21px 0px 19px;
}
.main-menu-style2 .navigation> li.dropdown> a:before {
    line-height: 70px;
}
.main-menu-style2 .navigation>li:hover>a, 
.main-menu-style2 .navigation>li.current>a {
    color: #0b59d9;
}
.main-menu-style2 .navigation> li.dropdown:hover> a:before, 
.main-menu-style2 .navigation> li.dropdown.current> a:before {
    color: #0b59d9;
}

.header-upper-right-style2 {
    position: relative;
    display: block;
}
.header-social-links {
    position: relative;
    display: block;
    float: left;
    padding: 27px 0;
}
.header-upper-right-style2 .menu-right-content {
    width: 40px;
    margin-left: 30px;
}
.header-upper-right-style2 .outer-search-box-style1 {
    position: relative;
    display: inline-block;
    float: right;
    padding: 15px 0;
}
.header-upper-right-style2 .outer-search-box-style1 .seach-toggle {
    border-left: 1px solid rgba(255, 255, 255, 0.15);
}
.header-upper-right-style2 .outer-search-box-style1 .seach-toggle:hover, 
.header-upper-right-style2 .outer-search-box-style1 .seach-toggle.active {
    color: #0b59d9;
}



/*** 
=============================================
    Welcome Style2 Area Css
=============================================
***/
.welcome-style2-area {
    position: relative;
    display: block;
    padding: 120px 0 70px;
}
.single-service-style2 {
    position: relative;
    display: block;
    max-width: 370px;
    width: 100%;
    margin: 0 auto 100px;
}
.single-service-style2 .img-holder{
    position: relative;
    display: block;
}
.single-service-style2 .img-holder .inner{
    position: relative;
    display: block;
    overflow: hidden; 
}
.single-service-style2:hover .inner .overlay-style-one{
    opacity: 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 .overlay-content{
    position: absolute;
    left: 30px;
    bottom: -50px;
    right: 30px;
    text-align: center;
    z-index: 2;
}
.single-service-style2 .overlay-content .inner-content{
    position: relative;
    display: block;
    padding: 0 30px;
    z-index: 1;
}
.single-service-style2 .overlay-content .inner-content:before{
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 50px;
    content: "";
    -webkit-box-shadow: 0px 5px 7px 2px rgba(242,242,242,0.94); 
    box-shadow: 0px 5px 7px 2px rgba(242,242,242,0.94);
    z-index: -1;
    background: transparent;    
}
.single-service-style2 .overlay-content .inner-content:after{
    position: absolute;
    top: 45px;
    left: 0;
    bottom: 0;
    right: 0;
    content: "";
    z-index: -1;
    background: #ffffff;    
}
.single-service-style2 .overlay-content .icon-holder{
    position: relative;
    display: block;
}
.single-service-style2 .overlay-content .icon-holder span:before{
    position: relative;
    display: block;
    width: 90px;
    height: 90px;
    margin: 0 auto;
    background: #ffffff;
    border-radius: 50%;
    text-align: center;
    color: #0b59d9;
    font-size: 50px;
    line-height: 90px;
}
.single-service-style2 .overlay-content h3 {
    color: #212121;
    font-size: 18px;
    line-height: 18px;
    margin: 0 0 6px;
    transition: all 300ms linear;
    transition-delay: 0.2s;
}
.single-service-style2:hover .overlay-content h3{
    margin: 0 0 17px;    
}
.single-service-style2 .overlay-content .button {
    position: relative;
    display: block;
    border-top: 1px solid #e5e5e5;
    padding: 0px 0 0px;
    opacity: 0;
    line-height: 0;
    transition: all 300ms linear;
    transition-delay: 0.1s;
}
.single-service-style2:hover .overlay-content .button{
    padding: 17px 0 24px;
    height: inherit;
    opacity: 1;
}
.single-service-style2 .overlay-content .button a{
    color: #212121;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}
.single-service-style2 .overlay-content .button a span:before{
    color: #acacac;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}
.single-service-style2 .overlay-content .button a:hover{
    color: #0b59d9;
}
.single-service-style2 .overlay-content .button a:hover span:before{
    color: #083f99;    
}



/*** 
=============================================
    About Style2 Area Css
=============================================
***/
.about-style2-area {
    position: relative;
    display: block;
    margin-bottom: -290px;
    z-index: 2;
}
.about-style2-content {
    position: relative;
    background: #f5f5f5;
    border-top: 5px solid #0b59d9;
}
.about-style2-content .mar0{
    margin: 0;
}
.about-style2-content .pd0{
    padding: 0;    
}

.video-holder-box {
    position: relative;
    max-width: 530px;
    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: bottom;
    text-align: right;
}
.video-holder-box .img-holder .icon-holder .icon .inner a {
    position: relative;
    display: inline-block;
    margin-right: 35px;
    margin-bottom: 35px;
    background: rgba(10, 89, 217, 0.40);
    padding: 10px;
    height: 90px;
    width: 90px;
    border-radius: 50%;
    text-align: center;
    transition: all 500ms ease;
    -webkit-animation: pulse 2s infinite;
    -o-animation: pulse 2s infinite;
    animation: pulse 2s infinite;
    transition: all 1s ease;
}
.video-holder-box .img-holder .icon-holder .icon .inner a span:before {
    position: relative;
    display: block;
    background: #0b59d9;
    width: 100%;
    height: 100%;
    color: #ffffff;
    font-size: 30px;
    line-height: 70px;
    border-radius: 50%;
}


.about-style2-content .text-holder-box {
    position: relative;
    display: block;
    margin-top: -8px;
    margin-left: 15px;
    padding: 60px 60px 0px 0px;
}
.about-style2-content .text-holder-box h1{
    font-size: 36px;
    line-height: 48px;
    margin: 0 0 20px;
}
.about-style2-content .text-holder-box h3{
    color: #808080;
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    font-family: 'Rubik', sans-serif;
}
.about-style2-content .text-holder-box .text{
    position: relative;
    display: block;
    padding: 24px 0 16px;
}
.about-style2-content .text-holder-box .bottom{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.about-style2-content .text-holder-box .bottom .signature{}
.about-style2-content .text-holder-box .bottom .name{}
.about-style2-content .text-holder-box .bottom .name h5{
    color: #212121;
    font-size: 16px;
    font-weight: 500;
}



/*** 
=============================================
    services Style2 Area Css
=============================================
***/
.services-style2-area {
    position: relative;
    display: block;
    background: #1d2633;
    padding: 410px 0 120px;
    z-index: 1;
}
.service-style2-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 200%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-repeat: repeat-x;
    z-index: -1;
}
.services-carousel.owl-carousel.owl-theme.owl-dot-style1{
    position: relative;
}
.services-carousel.owl-carousel.owl-theme.owl-dot-style1:before{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 65px;
    width: 1px;
    background: rgba(255, 255, 255, 0.10);
    content: "";    
}
.single-service-style3{
    position: relative;
    display: block;
    overflow: hidden;
    text-align: center;
    z-index: 1;
}
.single-service-style3:before{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 7px;
    width: 1px;
    background: rgba(255, 255, 255, 0.10);
    content: "";
}
.single-service-style3 .icon-holder {
    position: relative;
    display: block;
    overflow: hidden;
}
.single-service-style3 .icon-holder span:before{
    color: #364d6f;
    font-size: 65px;
    line-height: 65px;
    transition: all 900ms ease 500ms;
}
.single-service-style3:hover .icon-holder span:before{
    color: #0b59d9;
}
.single-service-style3 .bottom-content{
    position: relative;
    display: block;
    overflow: hidden;
}
.single-service-style3 .bottom-content .static-content {
    position: relative;
    display: block;
    padding: 36px 0 0;
    opacity: 1;
    transform-style: preserve-3d;
    transform: perspective(1200px) rotateX(0deg) translateZ(0px);
    transition: all 900ms ease 500ms;
}
.single-service-style3:hover .bottom-content .static-content{
    opacity: 0;
    transform: perspective(1200px) rotateX(-90deg) translateZ(-40px);
    transition: all 900ms ease 100ms;    
}
.single-service-style3 .bottom-content .static-content h5{
    color: #ffffff;
    font-size: 16px;
    line-height: 24px;
}
.single-service-style3 .bottom-content .overlay-content {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: transparent;
    padding-top: 27px;
    opacity: 0;
    transform-style: preserve-3d;
    transform: perspective(1200px) rotateX(90deg) translateZ(40px);
    transition: all 900ms ease 100ms;
}
.single-service-style3:hover .bottom-content .overlay-content{
    opacity: 1;
    transform: perspective(1200px) rotateX(0deg) translateZ(0px);
    transition: all 900ms ease 500ms;    
}
.single-service-style3 .bottom-content .overlay-content a{
    position: relative;
    display: block;
    width: 50px;
    height: 50px;
    margin: 0 auto;
    background: #ffffff;
    border-radius: 50%;
    color: #0b59d9;
    font-size: 20px;
    line-height: 52px;
}
.services-carousel.owl-carousel.owl-dot-style1 .owl-stage-outer {
    padding-bottom: 48px;
}



/*** 
=============================================
    Lastest Project Style2 Area Css
=============================================
***/
.lastest-project-style2-area{
    position: relative;
    display: block;
    padding: 120px 0 45px;
}
.lastest-project-style2-area .sec-title {
    padding-bottom: 38px;
}

.single-project-style2{
    position: relative;
    display: block;
}
.single-project-style2 .img-holder{
    position: relative;
    display: block;
    overflow: hidden;
}
.single-project-style2 .img-holder .inner{
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 1;
}
.single-project-style2 .img-holder .inner:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    content: "";
    background: rgb(29,38,51);
    background: linear-gradient(0deg, rgba(29,38,51,1) 0%, rgba(29,38,51,0.865983893557423) 0%, rgba(29,38,51,0.865983893557423) 0%, rgba(29,38,51,0.865983893557423) 0%, rgba(29,38,51,1) 0%, rgba(29,38,51,1) 0%, rgba(29,38,51,0) 50%);
    z-index: 1;
}
.single-project-style2 .img-holder img{
    width: 100%;
    transform: scale(1.0);
}
.single-project-style2:hover .img-holder img {
    transform:scale(1.2) rotate(1deg);	
}
.single-project-style2 .overlay-style-one{
    opacity: 0;
    transform-origin: top;
    transform: perspective(400px) rotateX(-90deg);
    transition: all 700ms ease 100ms;
}
.single-project-style2:hover .overlay-style-one{
	opacity: 1;
    transform: perspective(400px) rotateX(0deg);
    transition: all 700ms ease 100ms;    
}
.single-project-style2 .img-holder .overlay-style-one .box .content a span:before {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 60px;
    background: #0b59d9;
    border-radius: 50%;
    color: #ffffff;
    font-size: 20px;
    line-height: 60px;
    opacity: 0;
    transform: translateY(-200px);
    transition: all 700ms ease 100ms;   
}
.single-project-style2:hover .img-holder .overlay-style-one .box .content a span:before{
    opacity: 1;
    transform: translateY(-52px); 
    transition: all 700ms ease 500ms; 
}
.single-project-style2 .img-holder .overlay-style-one .box .content a:hover span:before{
    color: #0b59d9;
    background: #ffffff;
}
.single-project-style2 .title-holder {
    position: absolute;
    left: 15px;
    bottom: 0;
    right: 15px;
    height: 105px;
    background: transparent;
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    z-index: 3;
}
.single-project-style2 .title-holder:before{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffffff;
    border-bottom: 1px solid #e5e5e5;
    content: "";
    opacity: 0;
    transform-style: preserve-3d;
    transform: perspective(1200px) rotateX(90deg) translateZ(0px);
    transform-origin: bottom;
    transition: all 700ms ease 500ms;
    z-index: -1;
}
.single-project-style2:hover .title-holder:before{
    opacity: 1;
    transform: perspective(1200px) rotateX(0deg) translateZ(0px);
    transition: all 700ms ease 500ms;
}
.single-project-style2 .title-holder h3{
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
    margin: 0 0 6px;
}
.single-project-style2 .title-holder h3 a{
    color: #ffffff;
    transition: all 700ms ease 500ms;
}
.single-project-style2:hover .title-holder h3 a{
    color: #212121;
    transition: all 700ms ease 900ms;
}
.single-project-style2 .title-holder span{
    color: #778394;
    transition: all 700ms ease 500ms;
}
.single-project-style2:hover .title-holder span{
    color: #808080;
    transition: all 700ms ease 1200ms;    
}
.single-project-style2 .button-holder {
    position: relative;
    display: block;
    border-bottom: 3px solid #0b59d9;
    padding: 23px 0 21px;
    -webkit-box-shadow: 0px 6px 9px 2px #f2f2f2; 
    box-shadow: 0px 6px 9px 2px #f2f2f2;
    opacity: 0;
    transform-origin: top;
    transform: perspective(400px) rotateX(-90deg);
    transition: all 700ms ease 500ms;
}
.single-project-style2:hover .button-holder{
	opacity: 1;
    transform: perspective(400px) rotateX(0deg);
    transition: all 700ms ease 500ms;       
}
.single-project-style2 .button-holder a{
    color: #212121;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}
.single-project-style2 .button-holder a:hover{
    color: #0b59d9;
}
.project-style2-carousel.owl-nav-style-one.owl-theme .owl-nav [class*="owl-"] {
    border: 1px solid #e5e5e5;
}



/*** 
=============================================
    Testimonial Style2 Area Css
=============================================
***/
.testimonial-style2-area{
    position: relative;
    display: block;
    background: #0b59d9;
    padding: 150px 0 118px;
}
.single-testimonial-item-style2{
    position: relative;
    display: block;
    text-align: center;
}
.single-testimonial-item-style2 .client-logo{
    position: relative;
    display: block;
    padding-bottom: 39px;
}
.single-testimonial-item-style2 .client-logo img{
    width: auto;
    margin: 0 auto;
}
.single-testimonial-item-style2 .text{
    position: relative;
    display: block;
    padding-bottom: 42px;
}
.single-testimonial-item-style2 .text p{
    color: #ffffff;
    font-size: 30px;
    line-height: 44px;
    margin: 0;
}
.single-testimonial-item-style2 .client-info{
    position: relative;
    display: block;    
}
.single-testimonial-item-style2 .client-info h3{
    color: #ffffff;
    font-size: 18px;
}
.single-testimonial-item-style2 .client-info h3 span{
    color: #75a3f0;
    font-size: 15px;
    font-weight: 400;
    font-family: 'Rubik', sans-serif;
}

.testimonial-carousel-style2{
    padding: 0 200px;    
}
.testimonial-carousel-style2.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    padding-bottom: 0px;
    padding-top: 0;
}
.testimonial-carousel-style2.owl-carousel .owl-nav {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: 0;
}
.testimonial-carousel-style2.owl-carousel .owl-nav .owl-prev {
    transform: rotate(-180deg);
    position: absolute;
    top: 50%;
    left: 0px;
    bottom: 0;
    margin-top: -50px;
}
.testimonial-carousel-style2.owl-carousel .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    right: 0px;
    bottom: 0;
    margin-left: 0px;
    margin-top: -50px;
}

.testimonial-carousel-style2 .owl-dots {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    line-height: 14px;
    margin-top: 67px !important;
}
.testimonial-carousel-style2 .owl-dots .owl-dot{
    position: relative;
	display: inline-block;
	width: 8px;
	height: 8px;
    background: #3f83f3;
    border-radius: 50%;
	margin: 0px 10px;
	padding: 0px;
	transition: all 500ms ease;
}
.testimonial-carousel-style2 .owl-dots .owl-dot span{
	display:none;	
}
.testimonial-carousel-style2 .owl-dots .owl-dot.active{
    background: #ffffff;
}



/*** 
=============================================
    Brand Area Style      
=============================================
***/
.brand-area {
    position: relative;
    display: block;
    background: #f5f5f5;
}
.brand-items {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.single-brand-item {
    position: relative;
    display: block;
    text-align: center;
    width: 25%;
    border-right: 1px solid #e0e0e0;
}
.single-brand-item:last-child{
    border-right: none;
}
.single-brand-item a {
    position: relative;
    display: block;
    text-align: center;
    transition: all 700ms ease 200ms;
}
.single-brand-item a:hover{
    -webkit-box-shadow: 0px 5px 10px 2px #ebebeb; 
    box-shadow: 0px 5px 10px 2px #ebebeb;    
}
.single-brand-item a img{
    width: auto;
    filter: brightness(100%); 
    transition: all 900ms ease 200ms;
    transform: perspective(1200px) rotateY(0deg) translateZ(0px);
}
.single-brand-item:hover a img{
    filter: brightness(0%); 
    transform: perspective(1200px) rotateY(360deg) translateZ(0px);
}



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

.single-blog-post.style2 .text-holder {
    padding: 10px 30px 32px;
    box-shadow: none;
    border: 1px solid #e5e5e5;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}
.single-blog-post.style2:hover .text-holder{
    -webkit-box-shadow: 0px 7px 8px 2px #f2f2f2; 
    box-shadow: 0px 7px 8px 2px #f2f2f2;
    border: 1px solid transparent;
}
.single-blog-post .text-holder .bottom-meta-box {
    position: relative;
    display: block;
    overflow: hidden;
    border-top: 1px solid #e5e5e5;
    padding-top: 16px;
    margin-top: 22px;
}
.single-blog-post .text-holder .bottom-meta-box ul{
    display: block;
    overflow: hidden;
}
.single-blog-post .text-holder .bottom-meta-box ul li{
    position: relative;
    display: inline-block;
    float: left;
    padding-right: 11px;
    margin-right: 10px;
}
.single-blog-post .text-holder .bottom-meta-box ul li:last-child{
    margin-right: 0;
    padding-right: 0;
}
.single-blog-post .text-holder .bottom-meta-box ul li:before {
    position: absolute;
    top: 5px;
    right: 0;
    bottom: 6px;
    width: 1px;
    background: #e0e0e0;
    content: "";
}
.single-blog-post .text-holder .bottom-meta-box ul li:last-child:before{
    display: none;
}
.single-blog-post .text-holder .bottom-meta-box ul li span:before{
    position: relative;
    top: 1px;
    display: inline-block;
    color: #0b59d9;
    font-size: 16px;
    padding-right: 8px;
}
.single-blog-post .text-holder .bottom-meta-box ul li a{
    color: #808080;
    font-size: 14px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}
.single-blog-post .text-holder .bottom-meta-box ul li a:hover{
    color: #0b59d9;    
}



/*** 
=============================================
    Get Help Form Area Css
=============================================
***/
.get-help-form-area{
    position: relative;
    display: block;
    overflow: hidden;
    background: #f3f3f3;
    padding: 120px 0 100px;
    z-index: 1;
}
.get-help-form-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top right;
    z-index: -1;
}
.get-help-form-box{
    position: relative;
    display: block;
    background: #ffffff;
    padding: 80px 70px 80px;
}
.get-help-form-box .sec-title{
    padding-bottom: 38px;
}

.get-help-form .input-box{
    position: relative;
    display: block;
}
.get-help-form .input-box .icon-box{
    position: absolute;
    top: 50%;
    right: 20px;
    width: auto;
    height: auto;
    transform: translateY(-50%);
}
.get-help-form .input-box .icon-box i{
    color: #808080;
    font-size: 16px;
}
.get-help-form .input-box.message .icon-box {
    top: 20%;
    right: 20px;
    transform: translateY(-20%);
}

.get-help-form .mar-ninus10{
    margin-right: -10px;
    margin-left: -10px;    
}
.get-help-form .pd10{
    padding-left: 10px;
    padding-right: 10px;
}
.get-help-form input[type="text"], 
.get-help-form input[type="email"], 
.get-help-form textarea {
    position: relative;
    display: block;
    padding: 0 20px;
    border: 1px solid #e5e5e5;
    background: #ffffff;
    color: #808080;
    font-size: 15px;
    font-weight: 400;
    width: 100%;
    height: 60px;
    margin-bottom: 20px;
    border-radius: 5px;
    transition: all 500ms ease; 
    font-family: 'Rubik', sans-serif;
}
.get-help-form textarea{
    height: 120px;
    padding: 17px 20px;
}
.get-help-form input[type="text"]:focus{
    border-color: #0b59d9;    
}
.get-help-form input[type="email"]:focus{
    border-color: #0b59d9;     
}
.get-help-form textarea:focus{
    border-color: #0b59d9;
}
.get-help-form button {
    position: relative;
    margin-top: 20px;
    display: inline-block;
    padding: 22px 60px 20px;
}
.get-help-form input::-webkit-input-placeholder {
    color: #808080;
}
.get-help-form input:-moz-placeholder {
    color: #808080;
}
.get-help-form input::-moz-placeholder {
    color: #808080;
}
.get-help-form input:-ms-input-placeholder {
    color: #808080;
}



/*** 
=============================================
    Footer area style
=============================================
***/
.footer-style2-area {
    padding-top: 100px;
    padding-bottom: 0px;
}
.footer-style2{
    padding-top: 0px;
    padding-bottom: 80px;
}
.single-footer-widget-style2 {
    position: relative;
    display: block;
    overflow: hidden;
}
.single-footer-widget-style2 .title {
    position: relative;
    display: block;
    padding-top: 30px;
    padding-bottom: 26px;
}
.single-footer-widget-style2 .title:before{
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 3px;
    background: #0b59d9;
    content: "";
}
.single-footer-widget-style2 .title h5 {
    color: #ffffff;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    text-transform: uppercase;
}

.about-our-company-info-box {
    position: relative;
    display: block;
    background: #222b39;
    border-top: 3px solid #0b59d9;
    padding: 60px 60px 56px;
}
.about-our-company-info-box h5 {
    color: #ffffff;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    text-transform: uppercase;
    margin: -3px 0 28px;
}
.about-our-company-info-box p{
    color: #778394;
    margin: 0;
}
.about-our-company-info-box ul{
    position: relative;
    display: block;
    overflow: hidden;
    padding-top: 37px;
}
.about-our-company-info-box ul li{
    position: relative;
    display: inline-block;
    float: left;
    padding-right: 16px;
    margin-right: 15px;
    line-height: 24px;
}
.about-our-company-info-box ul li:before{
    position: absolute;
    top: 4px;
    right: 0;
    bottom: 4px;
    width: 1px;
    background: #434b57;
    content: "";
}
.about-our-company-info-box ul li:last-child:before{
    display: none;
}
.about-our-company-info-box ul li span:before{
    position: relative;
    top: 2px;
    display: inline-block;
    padding-right: 10px;
    color: #778394;
    font-size: 16px;
}
.about-our-company-info-box ul li a{
    color: #ffffff;
    font-size: 15px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}
.about-our-company-info-box ul li a:hover{
    color: #778394;    
}

.single-footer-widget-style2 .services-links{
    position: relative;
    display: block;
    overflow: hidden;
}
.single-footer-widget-style2 .services-links li{
    position: relative;
    display: block;
    padding-left: 0px;
    line-height: 30px;
    margin-bottom: 10px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}
.single-footer-widget-style2 .services-links li:hover{
    padding-left: 20px;    
}
.single-footer-widget-style2 .services-links li:before{
    position: absolute;
    top: 9px;
    left: 0;
    bottom: 10px;
    width: 0px;
    background: #0b59d9;
    content: "";
    transition: all 200ms linear;
    transition-delay: 0.1s;
}
.single-footer-widget-style2 .services-links li:hover:before{
    width: 2px;
}
.single-footer-widget-style2 .services-links li:after{
    position: absolute;
    top: 9px;
    left: 4px;
    bottom: 10px;
    width: 0px;
    background: #0b59d9;
    content: "";
    transition: all 200ms linear;
    transition-delay: 0.2s;
}
.single-footer-widget-style2 .services-links li:hover:after{
    width: 4px;
}
.single-footer-widget-style2 .services-links li:last-child{
    margin-bottom: 0;
}
.single-footer-widget-style2 .services-links li a{
    color: #778394;
    font-size: 15px;
    transition: all 200ms linear;
    transition-delay: 0.3s;
}
.single-footer-widget-style2 .services-links li a:hover{
    color: #ffffff;
}

.single-footer-widget-style2 .trending-news {
    position: relative;
    display: block;
    overflow: hidden;
    margin-top: 9px;
}
.single-footer-widget-style2 .trending-news li{
    position: relative;
    display: block;
    margin-bottom: 30px;
}
.single-footer-widget-style2 .trending-news li:last-child{
    margin-bottom: 0;
}
.single-footer-widget-style2 .trending-news li .img-box{
    position: relative;
    display: block;
    overflow: hidden;
    width: 65px;
}
.single-footer-widget-style2 .trending-news li .img-box img{
    width: 100%;
    transform: scale(1.0);    
}
.single-footer-widget-style2 .trending-news li:hover .img-box img {
    transform:scale(1.2) rotate(1deg);	
}
.single-footer-widget-style2 .trending-news li:hover .img-box .overlay-style-one{
    opacity: 1;    
}
.single-footer-widget-style2 .trending-news li .img-box .overlay-style-one .inner a{
    position: relative;
    display: inline-block;
    color: #ffffff;
    font-size: 16px;
    opacity: 0;
    transform: translateY(50px);
    transition: all 0.1s ease-in-out 0.9s;    
}
.single-footer-widget-style2 .trending-news li:hover .img-box .overlay-style-one .inner a{
    opacity: 1;
    transform: translateY(0px); 
    transition: all 0.5s ease-in-out 0.5s;
}
.single-footer-widget-style2 .trending-news li .img-box .overlay-style-one .inner a:hover{
    color: #0b59d9;
}

.single-footer-widget-style2 .trending-news li .img-box,
.single-footer-widget-style2 .trending-news li .title-box{
    display: table-cell;
    vertical-align: middle;
}
.single-footer-widget-style2 .trending-news li .title-box{
    padding-left: 20px;
}
.single-footer-widget-style2 .trending-news li .title-box h6 {
    color: #778394;
    font-size: 14px;
    line-height: 16px;
    margin: 0 0 9px;
}
.single-footer-widget-style2 .trending-news li .title-box h5{
    color: #ffffff;
    font-size: 14px;
    line-height: 20px;
}
.single-footer-widget-style2 .trending-news li .title-box h5 a{
    color: #ffffff;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}
.single-footer-widget-style2 .trending-news li .title-box h5 a:hover{
    color: #0b59d9;
}
.trending-news-readmore-button{
    position: relative;
    display: block;
    padding-top: 33px;
}
.trending-news-readmore-button a{}


.footer-bottom-style2{
    background: #1d2633;    
}
.footer-bottom-style2 .outer-box {
    border-top: 1px solid #273240;
    padding: 20px 0;
}
.footer-bottom-style2 .footer-bottom-right{}
.footer-bottom-style2 .footer-bottom-right .footer-social-links{
    position: relative;
    display: block;
}



/*** 
=====================================
	Page Title
=====================================
***/
.page-title {
    position: relative;
    display: block;
    padding: 300px 0px 142px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    margin-top: -161px;
}
.page-title:before{
	position:absolute;
	content:'';
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	display:block;
	background-color:rgba(0,0,0,0.40);
}
.page-title h1{
	position: relative;
	color: #ffffff;
	font-size: 48px;
	font-weight: 700;
	line-height: 1.2em;
	margin-bottom: 16px;
	text-transform: capitalize;
}
.page-title .page-breadcrumb {
    position: relative;
    display: block;
    overflow: hidden;
}
.page-title .page-breadcrumb li{
	position: relative;
	display: inline-block;
    float: left;
	margin-right: 13px;
	padding-right: 10px;
	color: #ffffff;
	font-size: 16px;
	font-weight: 400;
	font-family: 'Poppins', sans-serif;
}
.page-title .page-breadcrumb li:last-child{
	margin-right:0px;
	padding-right:0px;
}
.page-title .page-breadcrumb li:after{
	position:absolute;
	content:'-';
	top: 0px;
	right:-4px;
	color: #ffffff;
	font-family: 'Font Awesome 5 Pro';
}
.page-title .page-breadcrumb li:last-child::after{
	display:none;
}
.page-title .page-breadcrumb li a{
	color:#fff;
	font-weight:400;
}



/*** 
====================================
	Reason Section
====================================
***/
.reason-section{
	position:relative;
    display: block;
	padding: 120px 0px 60px;
	background-color:#1d2633;
}
.reason-section .sec-title.max-width700 {
    padding-bottom: 8px;
}
.reason-block{
	position:relative;
}
.reason-block .inner-block{
	position: relative;
	padding: 40px 0px;
	border-bottom: 1px solid rgba(255,255,255,0.08);
	transition: all 0.3s ease;
}
.reason-block:last-child .inner-block{
	border:none;
}
.reason-block .title-column{
	position:relative;
}
.reason-block .title-column .inner-column {
    position: relative;
    display: block;
}
.reason-block .title-column .inner-column:after{
	position:absolute;
	content: '';
	top: 0px;
	right: 30px;
    bottom: 0;
	width: 1px;
	background-color:rgba(255,255,255,0.08);
}
.reason-block .title-column .inner-column .icon-box,
.reason-block .title-column .inner-column .title-box{
    display: table-cell;
    vertical-align: middle;
}
.reason-block .title-column .inner-column .icon-box span:before{
	font-size: 52px;
	line-height: 1em;
	color: #0b59d9;    
}
.reason-block .title-column .inner-column .title-box{
    padding-left: 30px;    
}
.reason-block .title-column .inner-column .title-box h2{
	position: relative;
	color: #ffffff;
	font-size: 18px;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}
.reason-block .content-column{
	position:relative;
}
.reason-block .content-column .inner-column{
	position:relative;
}
.reason-block .content-column .inner-column .text{
	position:relative;
	color: #ffffff;
	font-size:16px;
}
.reason-block .inner-block:hover  .content-column .inner-column .text{
	color:#ffffff;
}

.reason-list {
    position: relative;
    display: block;
    overflow: hidden;
}
.reason-list li{
	position:relative;
	margin-bottom:10px;
}
.reason-list li a{
	position:relative;
	color: #ffffff;
	font-size:16px;
	padding-left:50px;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}
.reason-list li a:hover{
	color:#0b59d9;
}
.reason-list li a:before{
	position:absolute;
	content: '\f128';
	top:-4px;
	left:0px;
	font-weight: 300;
	font-size: 40px;
	font-family: "Flaticon";
}



/*** 
==================================
	Dream Section
==================================
***/
.dream-section{
	position: relative;
    display: block;
	padding: 112px 0px 80px;
	background-repeat: no-repeat;
	background-size: cover;
    background-position: center top;
    z-index: 1;
}
.dream-section:before{
	position:absolute;
	content:'';
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	display:block;
	background-color:rgba(0,0,0,0.85);
    z-index: -1;
}
.dream-section .title-box{
	position:relative;
	text-align:center;
	margin-bottom:60px;
}
.dream-section .title-box h2{
	position: relative;
	color: #ffffff;
	font-size: 36px;
	font-weight: 600;
	line-height: 1.3em;
	margin-bottom: 14px;
}
.dream-section .title-box .title{
	position: relative;
	color: #ffffff;
	font-size: 20px;
	font-weight:400;
	margin-bottom:34px;
}
.dream-section .title-box a.btn-one{
    padding: 22px 40px 20px;
}


.dream-block{
	position:relative;
	margin-bottom: 40px;
}
.dream-block .inner-box{
	position: relative;
	border-radius: 5px;
	padding: 45px 35px 41px;
	background-color: #0b59d9;
}
.dream-block .inner-box .icon-box{
	position: relative;
	color: #ffffff;
	font-size: 55px;
	line-height: 1em;
	font-weight: 400;
	margin-bottom: 42px;
}
.dream-block .inner-box .text{
	position: relative;
	font-size: 18px;
	font-weight: 600;
	color: #ffffff;
	line-height: 1.7em;
	transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    font-family: 'Poppins', sans-serif;
}
.dream-block .inner-box:hover .text{
	opacity:0;
}
.dream-block .inner-box .total-number{
	position:absolute;
	left:35px;
	bottom:40px;
	opacity:0;
	padding-right:90px;
	transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.dream-block .inner-box:hover .total-number{
	opacity:1;
}
.dream-block .inner-box .total-number:before{
	position:absolute;
	content:'';
	left:0px;
	top:50%;
	height:2px;
	width:0px;
    margin-top: -3px;
	transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
	background-color:#ffffff;
}
.dream-block .inner-box:hover .total-number:before{
	width:100px;
}
.dream-block .inner-box .total-number .number{
	position: relative;
	color: #ffffff;
	font-size: 48px;
	font-weight: 700;
	line-height: 1em;
	display: inline-block;
	transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    font-family: 'Poppins', sans-serif;
}
.dream-block .inner-box:hover .total-number{
	padding-left:115px;
}



/*** 
=================================
	History Section
=================================
***/
.history-section{
	position: relative;
    display: block;
	padding: 120px 0px;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    z-index: 1;
}
.history-section:before{
	position:absolute;
	content:'';
	top:0px;
	left: 0px;
	width:100%;
	height:100%;
	display:block;
	background-color:rgba(0,0,0,0.80);
    z-index: -1;
}
.history-section .inner-container{
	position:relative;
	background-color:#ffffff;
}
.history-section .sec-title {
    padding-bottom: 32px;
}
.history-section .sec-title .big-title {
    padding: 12px 0 0;
}
.history-section .sec-title .big-title h1 {
    color: #ffffff;
    font-size: 26px;
    line-height: 34px;
}
.history-section .history-info-tabs{
 	position: relative;
}
.history-section .history-info-tabs .history-info-box{
    margin: 0;    
}


.history-section .history-info-tabs .btn-column{
	position:relative;
	padding:0px;
}
.history-section .history-info-tabs .btn-column .inner-column{
	position: relative;
	padding: 62px 30px;
	background-color:#191b1d;
}
.history-section .history-info-tabs .tab-btns {
    position: relative;
    padding-left: 45px;
    padding-top: 25px;
    padding-bottom: 5px;
    border-left: 2px solid #25282b;
}
.history-section .history-info-tabs .tab-btns .p-tab-btn{
	position: relative;
	color: #778394;
	font-size: 24px;
	font-weight: 400;
	margin-bottom: 20px;
	cursor: pointer;
}
.history-section .history-info-tabs .tab-btns .p-tab-btn:hover,
.history-section .history-info-tabs .tab-btns .p-tab-btn.active-btn{
	color: #ffffff;
	font-size: 30px;
}
.history-section .history-info-tabs .tab-btns .p-tab-btn:hover .icon,
.history-section .history-info-tabs .tab-btns .p-tab-btn.active-btn .icon{
	background-color:#0b59d9;
}
.history-section .history-info-tabs .tab-btns .p-tab-btn .icon {
    position: absolute;
    left: -55px;
    top: 3px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background-color: #191b1d;
    border: 4px solid #25282b;
}
.history-section .history-info-tabs .tab-btns .p-tab-btn:hover .icon:before,
.history-section .history-info-tabs .tab-btns .p-tab-btn .icon:before{
	position: absolute;
	content:'';
	left:-4px;
	top:-4px;
	right:-4px;
	bottom:-4px;
	opacity:0;
	z-index:1;
	border-radius:50%;
	border:2px solid #ffffff;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}
.history-section .history-info-tabs .tab-btns .p-tab-btn:hover .icon::before,
.history-section .history-info-tabs .tab-btns .p-tab-btn.active-btn .icon::before{
	opacity:1;
}
.history-section .history-info-tabs .tab-btns .p-tab-btn .icon:after {
    position: absolute;
    content: '';
    left: 100%;
    top: 4px;
    height: 2px;
    width: 18px;
    background-color: #25282b;
}
.history-section .history-info-tabs .tab-btns .p-tab-btn h4{
    color: #ffffff;
    font-size: 18px;
    line-height: 24px;
}
.history-section .history-info-tabs .p-tab{
 	position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: auto;
    visibility: hidden;
	opacity:0;
}
.history-section .history-info-tabs .p-tab.active-tab{
    position: relative;
    visibility: visible;
	opacity:1;
    z-index: 5;
}
.history-section .history-info-tabs .content-column{
	position:relative;
	padding:0px;
}
.history-section .history-info-tabs .content-column .p-tabs-content{
	position:relative;
}
.history-section .history-info-tabs .content-column .p-tabs-content .tab-inner {
    position: relative;
    padding: 120px 110px 120px;
}
.history-section .history-info-tabs .content-column .p-tabs-content .tab-inner .play-btn{
	position:absolute;
	left:-45px;
	top:50%;
	width:90px;
	height:90px;
	color:#ffffff;
	font-size:50px;
	line-height:90px;
	text-align:center;
	border-radius: 0px;
	margin-top:-45px;
	z-index:10;
	display:inline-block;
	transform:translateY(-100px);
	background-color:#0b59d9;
    transition: all 0.5s ease;
}
.history-section .history-info-tabs .content-column .p-tabs-content .tab-inner .play-btn:hover{
	color:#0b59d9;
	background:#ffffff;
	box-shadow:0px 0px 5px 0px rgba(0,0,0,0.30);
}
.history-section .history-info-tabs .content-column .p-tabs-content .active-tab .tab-inner .play-btn{
	transform:translateY(0px);	
}


.history-block{
	position:relative;
}
.history-block .inner-block{
	position:relative;
	text-align:center;
}
.history-block .inner-block .year{
	position:relative;
	color: #0b59d9;
	font-size: 36px;
	font-weight: 700;
	line-height: 1em;
	margin-bottom:18px;
	font-family: 'Poppins', sans-serif;
}
.history-block .inner-block h2{
	position:relative;
	color: #222222;
	font-size: 24px;
	font-weight: 600;
	line-height:1.4em;
}
.history-block .inner-block .date{
	position: relative;
	color: #0b59d9;
	font-size:16px;
	font-weight:400;
	margin-top:8px;
}
.history-block .inner-block .text{
	position:relative;
	font-size:16px;
	line-height:1.7em;
	margin-top:25px;
	padding-top:35px;
	display:inline-block;
	border-top:1px solid #f2f2f2;
}
.history-section .history-info-tabs .content-column .owl-dots{
	position:relative;
}
.single-item-carousel.owl-carousel.owl-dot-style1 .owl-stage-outer{
    padding-bottom: 45px;    
}



/*** 
===========================================
	Testimonial Section Three
===========================================
***/
.testimonial-section-three{
	position:relative;
	padding-top:120px;
	padding-bottom:80px;
    border-bottom: 1px solid #f5f5f5;
}
.testimonial-section-three .inner-container{
	position:relative;
    display: block;
}
.testimonial-block-three{
	position:relative;
	margin-bottom:40px;
}
.testimonial-block-three .inner-box{
	position:relative;
}
.testimonial-block-three .inner-box .image{
	position:relative;
    display: block;
}
.testimonial-block-three .inner-box .image:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    content: "";
    background: rgb(29,38,51);
    background: linear-gradient(0deg, rgba(29,38,51,1) 0%, rgba(29,38,51,0.865983893557423) 0%, rgba(29,38,51,0.865983893557423) 0%, rgba(29,38,51,0.865983893557423) 0%, rgba(29,38,51,1) 0%, rgba(29,38,51,1) 0%, rgba(29,38,51,0) 50%);
    z-index: 1;
}
.testimonial-block-three .inner-box .image img{
	position:relative;
	display:block;
	width:100%;
}
.testimonial-block-three .inner-box .image .overlay-box{
	position:absolute;
	content:'';
	left:0px;
	bottom:0px;
	width:100%;
	height:70%;
	transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	z-index:2;
}
.testimonial-block-three .inner-box:hover .image .overlay-box{
	opacity:0;
}
.testimonial-block-three .inner-box .image .overlay-box .overlay-inner{
	position: absolute;
	left: 20px;
	bottom: 0px;
	right: 0px;
}
.testimonial-block-three .inner-box .image .overlay-box .overlay-inner h3{
	position: relative;
	color: #ffffff;
	font-size: 16px;
	line-height: 1.6em;
	padding-bottom:10px;
}
.testimonial-block-three .inner-box .image .overlay-box .overlay-inner .quote-icon{
	position:absolute;
	right: 0px;
	bottom: 0px;
	width: 70px;
	height: 70px;
	color: #ffffff;
	font-size: 36px;
	line-height: 72px;
	text-align: center;
	background-color: #0b59d9;
}

.testimonial-block-three .inner-box .image .overlay-box-two{
	position:absolute;
	content: '';
	left: 0px;
	top: 0px;
	opacity: 0;
	width: 100%;
	height: 100%;
	display:block;
	transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	background-color:rgba(10,89,217,0.90);
    z-index: 3;
}
.testimonial-block-three .inner-box:hover .image .overlay-box-two{
	opacity:1;
}
.testimonial-block-three .inner-box .image .overlay-box-two .overlay-inner-two{
	position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: table;
    vertical-align: middle;
    padding: 10px 25px;
}
.testimonial-block-three .inner-box .image .overlay-box-two .overlay-inner-two .content{
    position: relative;
    display: table-cell;
    vertical-align: middle;
}
.testimonial-block-three .inner-box .image .overlay-box-two .overlay-icon-two{
	position:relative;
	color:#ffffff;
	font-size:40px;
	margin-bottom:20px;
}
.testimonial-block-three .inner-box .image .overlay-box-two .overlay-text-two{
	position:relative;
	color:#ffffff;
	font-size:20px;
	line-height:1.6em;
}


.testimonial-block-three .inner-box .lower-box{
	position:relative;
    display: block;
    padding: 26px 30px 26px;
    -webkit-box-shadow: 0px 2px 7px 2px #f3f3f3;
    box-shadow: 0px 2px 7px 2px #f3f3f3;
}
.testimonial-block-three .inner-box .lower-box h2{
	position:relative;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.2em;
}
.testimonial-block-three .inner-box .lower-box h2 a{
	position:relative;
	color:#212121;
	font-size:18px;
	font-weight:600;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}
.testimonial-block-three .inner-box .lower-box h2 a:hover{
	color:#0b59d9;
}



/*** 
=========================================
	Testimonial Section Four
=========================================
***/
.testimonial-section-four{
	position:relative;
	padding-top: 120px;
	padding-bottom: 60px;
}
.testimonial-block-four{
	position:relative;
	margin-bottom: 52px;
}
.testimonial-block-four .inner-box{
	position:relative;
    display: block;
	padding-left:150px;
}
.testimonial-block-four .inner-box .image{
	position:absolute;
	left: 0px;
	top: 0px;
	width: 120px;
	height: 120px;
	overflow: hidden;
	border-radius:50%;
}
.testimonial-block-four .inner-box .image img{
    width: 100%;
    border-radius: 50%;
}
.testimonial-block-four .inner-box .content-box{
	position: relative;
	padding: 30px 35px;
	margin-bottom:40px;
	border:1px solid #f2f2f2;
}
.testimonial-block-four .inner-box .content-box:after {
    position: absolute;
    left: 90px;
    bottom: -40px;
    width: 0;
    height: 0;
    content: "";
    z-index: 1;
    border-top: 40px solid #f2f2f2;
    border-right: 30px solid transparent;
}
.testimonial-block-four .inner-box .content-box .content{
	position:relative;
	padding-left:60px;
}
.testimonial-block-four .inner-box .content-box .content .quote-icon{
	position:absolute;
	left:0px;
	top:0px;
	color:#0b59d9;
	font-size:34px;
	line-height:1em;
}
.testimonial-block-four .inner-box .content-box .content .text{
	position:relative;
	font-size:18px;
	line-height:1.7em;
	font-weight:400;
}

.testimonial-block-four .inner-box .author-info{
	position:relative;
	display: block;
}
.testimonial-block-four .inner-box .author-info h3{
	position:relative;
	font-size:18px;
	font-weight:600;
    margin: 0 0 6px;
}
.testimonial-block-four .inner-box .author-info .location{
	position:relative;
	color:#0b59d9;
	font-size:16px;
	font-weight:400;
}
.testimonial-block-four.style-two .inner-box{
	padding-left:0px;
	padding-right:150px;
}
.testimonial-block-four.style-two .inner-box .image{
	right:0px;
	top:0px;
	left:auto;
}



/*** 
=====================================
	Faq Section Style
=====================================
***/
.faq-section{
	position:relative;
    display: block;
	padding: 120px 0px 70px;
}
.faq-section .faq-column{
	position:relative;
	margin-bottom:40px;
}
.faq-banner{
	position:relative;
    display: block;
	overflow:hidden;
	border-radius:5px;
	margin-bottom:50px;
}
.faq-banner .faq-banner-inner{
	position:relative;
	padding:100px 15px;
	text-align:center;
}
.faq-banner .faq-banner-inner:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	display:block;
	background-color:rgba(10,89,217, 0.80);
}
.faq-banner .faq-banner-inner h2{
	position:relative;
	color:#ffffff;
	font-size:18px;
	font-weight:600;
	text-transform:uppercase;
}
.faq-banner.style-two .faq-banner-inner:before{
	background-color:rgba(25,27,29,0.80);
}



/*** Accordion Style ***/
.accordion-box{
	position:relative;
}
.accordion-box .block{
	position: relative;
	margin-bottom: 10px;
	border-radius :5px;
	background-color: #191b1d;
	padding: 20px 30px 19px 30px;
}
.accordion-box .block.active-block{
	border-bottom:3px solid #0b59d9;
}
.accordion-box .block .acc-btn{
	position: relative;
	font-size: 16px;
	cursor: pointer;
	line-height:30px;
	color:#ffffff;
	font-weight:600;
	transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	font-family: 'Poppins', sans-serif;
}
.accordion-box .block .acc-btn .check-icon{
	position:relative;
	top:2px;
	font-size:20px;
	margin-right:15px;
	font-weight:300;
	color: rgba(255,255,255,0.30);
}
.accordion-box .block.active-block .acc-btn .check-icon{
	color:#0b59d9;
}

.accordion-box .block .icon-outer{
	position:absolute;
	right:0px;
	top:0px;
	color: rgba(255,255,255,0.30);
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}
.accordion-box .block .icon-outer .icon{
    position: absolute;
	right:0px;
    top: 4px;
    font-size: 22px;
    font-weight: 400;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}
.accordion-box .block .acc-btn.active .icon-outer .icon{
	-ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.accordion-box .block .acc-content{
	position:relative;
	display:none;
}
.accordion-box .block .acc-content .content-text{
	padding-bottom:6px;
}
.accordion-box .block .acc-content.current{
	display:block;	
}
.accordion-box .block .content{
	position:relative;
	font-size:14px;
	margin-top:18px;
	padding:30px 0px 15px 0px;
	border-top:1px solid rgba(255,255,255,0.10);
}
.accordion-box .block .content .text{
	position:relative;
	margin-bottom:0px;
	line-height:1.8em;
	font-size:16px;	
	color:#bebebe;
}


/*Accordian Box / Style Two*/
.accordion-box.style-two .block{
	padding:0px;
	background-color:#ffffff;
	border:1px solid #f2f2f2;
}
.accordion-box.style-two .block .acc-btn{
	color:#303030;
	padding:20px 30px 19px 30px;
}
.accordion-box.style-two .block .icon-outer{
	right:25px;
	top:18px;
	color:#c2c2c2;
	font-size:16px;
	font-weight:300;
}
.accordion-box.style-two .block .icon-outer .icon {
    font-size: 16px;
    top: 7px;
}
.accordion-box.style-two .block .icon-outer .icon-minus {
    opacity: 0;
    visibility: hidden;
    top: 8px;
}
.accordion-box.style-two .block .acc-btn.active .icon-outer .icon-plus{
	transform:rotate(0deg);
	opacity:0;
}
.accordion-box.style-two .block .acc-btn.active .icon-outer .icon-minus{
	opacity:1;
	visibility:visible;
}
.accordion-box.style-two .block .content{
	margin-top:0px;
	padding: 33px 30px;
	background-color:#f7f7f7;
}
.accordion-box.style-two .block .content .text{
	color:#848484;
}



/*** 
=============================================
    Faq Help Section style
=============================================
***/
.faq-help-section {
    position: relative;
    display: block;
    background: #ffffff;
    padding-bottom: 45px;
}
.faq-help-section .content-column{
	position:relative;
	margin-bottom:40px;
}
.faq-help-section .content-column .inner-column{
	position:relative;
}
.faq-help-section .content-column h2 {
    position: relative;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 15px;
    text-transform: uppercase;
    margin-top: -4px;
}
.faq-help-section .content-column .faq-title{
	position:relative;
	color:#848484;
	font-size:16px;
	line-height:1.8em;
	margin-bottom:25px;
}

/*Sidebar Search Form*/
.faq-search-box{
	position:relative;
    width: 100%;
	margin-bottom:50px;
}
.faq-search-box .form-group{
	position:relative;
	margin:0px;	
}
.faq-search-box .form-group input[type="text"],
.faq-search-box .form-group input[type="search"]{
	position:relative;
	line-height:28px;
	color:#222222;
	display:block;
	font-size:16px;
	width:100%;
	height:60px;
	padding:0px 15px 0px 0px;
	border-bottom:1px solid #f2f2f2;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}
.faq-search-box .form-group button{
	position:absolute;
	right:0px;
	top:18px;
	display:block;
	font-size:15px;
	color:#303030;
	background:none;
	font-weight:normal;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}
.faq-search-box .form-group input:focus{
	border-color:#0b59d9;	
}

/*Faq Block*/
.faq-block{
	position:relative;
	margin-bottom:35px;
}
.faq-block .inner-block{
	position:relative;
	padding-bottom:30px;
	border-bottom:1px solid #f2f2f2;
}
.faq-block:last-child .inner-block{
	border:none;
	padding-bottom:0px;
}
.faq-block .inner-block .title-column{
	position:relative;
	margin-bottom:30px;
}
.faq-block .inner-block .title-column .inner-column{
	position:relative;
}
.faq-block .inner-block .title-column .question{
	position:relative;
	font-size:24px;
	color:#bebebe;
	font-style:italic;
	margin-bottom:17px;
	text-transform:uppercase;
	font-family: 'Poppins', sans-serif;
}
.faq-block .inner-block .title-column h3{
	position:relative;
	font-size:17px;
	font-weight:600;
	line-height:1.6em;
}

.faq-block .inner-block .content-column{
	position:relative;
    display: block;
    margin: 0;
}
.faq-block .inner-block .content-column .inner-column{
	position:relative;
	padding-left:50px;
}
.faq-block .inner-block .content-column .answer{
	position:relative;
	font-weight:500;
	color:#0b59d9;
	font-size:18px;
	font-style:italic;
	margin-bottom:18px;
	text-transform:uppercase;
	font-family: 'Poppins', sans-serif;
}
.faq-block .inner-block .content-column .text{
	position:relative;
	color:#848484;
	font-size:16px;
}
.faq-block .inner-block .content-column .text:before {
    position: absolute;
    content: '';
    left: -40px;
    top: 0px;
    width: 1px;
    bottom: 0;
    background-color: #f2f2f2;
}


.faq-help-section .image-column{
	position:relative;
	display: block;
}
.faq-help-section .image-column .image{
	position:relative;
    display: block;
	overflow:hidden;
	border-radius:5px;
}
.faq-help-section .image-column .image img{
	position:relative;
	width:100%;
	display:block;
}
.faq-help-section .image-column .image .overlay-box{
	position:absolute;
	content:'';
	left:0px;
	bottom:0px;
	width:100%;
	height:100%;
	display:block;
	padding-bottom:35px;
	text-align:center;
}
.faq-help-section .image-column .image .overlay-box:before{
	position:absolute;
	content:'';
	left:0px;
	bottom:0px;
	width:100%;
	height:100%;
	z-index:1;  
    background: rgb(29,38,51);
    background: linear-gradient(0deg, rgba(29,38,51,1) 0%, rgba(29,38,51,0.865983893557423) 0%, rgba(29,38,51,0.865983893557423) 0%, rgba(29,38,51,0.865983893557423) 0%, rgba(29,38,51,1) 0%, rgba(29,38,51,1) 0%, rgba(29,38,51,0) 50%);
}
.faq-help-section .image-column .image .overlay-box .content{
	position:absolute;
	left:0px;
	right:0px;
	bottom:35px;
}
.faq-help-section .image-column .image .overlay-box h3{
	position:relative;
	color:#ffffff;
	font-size:18px;
	font-weight:600;
	width:100%;
	padding:0px 15px;
	text-align:center;
	text-transform:uppercase;
	z-index:2;
}



/*** 
============================================
	Dream Job Section
============================================
***/
.dream-job-section{
	position:relative;
    display: block;
	padding-top: 120px;
	padding-bottom: 80px;
}
.dream-job-section .career-box{
	position:relative;
	margin-bottom:40px;
}
.dream-job-section .career-box .inner-box{
	position:relative;
}
.dream-job-section .career-box .inner-box .image {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 5px;
    height: 350px;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
}
.dream-job-section .career-box .inner-box .image:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	z-index:1;
	width:100%;
	height:100%;
	display:block;
	background-color:rgba(10,89,217, 0.80);
}
.dream-job-section .career-box .inner-box .image img{
	position:relative;
	width:100%;
	display:block;
}
.dream-job-section .career-box .inner-box .image .overlay-box{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	z-index:2;
	width:100%;
	height:100%;
	display:block;
	padding:80px 40px;
}
.dream-job-section .career-box .inner-box .image .overlay-box .content{
	position:relative;
}
.dream-job-section .career-box .inner-box .image .overlay-box h2{
	position:relative;
	color:#ffffff;
	font-size:36px;
	font-weight:800;
	line-height:1.3em;
	margin-bottom:15px;
	text-transform:uppercase;
}
.dream-job-section .career-box .inner-box .image .overlay-box .text{
	position:relative;
	color:#ffffff;
	font-size:20px;
}

.dream-job-section .helpfull-box{
	position:relative;
	display: block;
}
.dream-job-section .helpfull-box .video-box{
	position:relative;
}
.dream-job-section .helpfull-box .video-box .image{
	position:relative;
    display: block;
	overflow:hidden;
    margin: 0;
    border-radius: 5px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.dream-job-section .helpfull-box .video-box .image img{
	position:relative;
	width:100%;
}
.dream-job-section .helpfull-box .video-box .overlay-box{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	text-align:center;
	overflow:hidden;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}
.dream-job-section .helpfull-box .video-box:hover .overlay-box{
	z-index:1;
	background-color:rgba(0,0,0,0.70);
}
.dream-job-section .helpfull-box .video-box .overlay-box span{
	position: relative;
	top: 50%;
	z-index:9;
	color: #ffffff;
	font-size:70px;
	margin-top: -10px;
	background:none;
	display: inline-block;
}
.dream-job-section .helpfull-box .video-box h3{
	position:relative;
	color:#ffffff;
	font-size:14px;
	font-weight:700;
	text-align:center;
	padding:16px 0px;
	border-radius:0px 0px 5px 5px;
	background-color:#0b59d9;
	text-transform:uppercase;
}



/*** 
==================================
	Jobs Section
==================================
***/
.jobs-section{
	position:relative;
    display: block;
	padding-bottom:120px;
}
.jobs-section .sec-title.text-lft {
    padding-bottom: 38px;
}

.job-block{
	position:relative;
}
.job-block .inner-box{
	position:relative;
	border-radius:5px;
	border:1px solid #f2f2f2;
}
.job-block .inner-box .upper-block{
	position:relative;
	padding: 25px 28px 20px;
}
.job-block .inner-box .upper-box{
	position:relative;
	padding-bottom:18px;
}
.job-block .inner-box .upper-box h2{
	position:relative;
	font-size:16px;
	font-weight:600;
	margin-bottom:2px;
}
.job-block .inner-box .upper-box .opening{
	position:relative;
	color: #848484;
	font-size:16px;
}
.job-block .inner-box .lower-box{
	position:relative;
}
.job-block .inner-box .lower-box ul{
	position:relative;
	padding-top:18px;
	border-top:1px solid #f2f2f2;
}
.job-block .inner-box .lower-box ul li.job-location{
	color:#0b59d9;
	font-weight:600;
	padding-left:28px;
	margin-bottom:6px;
	text-transform:uppercase;
    font-family: 'Poppins', sans-serif;
}
.job-block .inner-box .lower-box ul li.job-location:before{
	position:absolute;
	left:0px;
	top:0px;
	color:#0b59d9;
	content: "\f152";
	font-family: "Flaticon";
}
.job-block .inner-box .lower-box ul li{
	position:relative;
	color: #303030;
	font-size:16px;
	margin-bottom:4px;
}
.job-block .inner-box .lower-block{
	position:relative;
	padding:30px 30px;
	text-align:center;
	background-color:#f7f7f7;
}
.job-block .inner-box .lower-block .detail-btn{
	position:relative;
	display:block;
	color:#303030;
	font-size:14px;
	font-weight:700;
	width:100%;
	padding:10px 20px;
	border:1px solid #e7e7e7;
	text-transform:uppercase;
    font-family: 'Poppins', sans-serif;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}
.job-block .inner-box .lower-block .detail-btn:hover{
	color:#ffffff;
	border-color:#0b59d9;
	background-color:#0b59d9;
}

.jobs-carousel.owl-nav-style-one.owl-theme .owl-stage-outer {
    padding-top: 0px;
    padding-bottom: 0px;
}
.jobs-carousel.owl-nav-style-one.owl-theme .owl-nav {
    top: -110px;
}
.jobs-carousel.owl-nav-style-one.owl-theme .owl-nav [class*="owl-"] {
    background: #f5f5f5;
    color: #acacac;
}
.jobs-carousel.owl-nav-style-one.owl-theme .owl-nav [class*="owl-"]:hover{
    color: #ffffff;
    background: #0b59d9;
}



/*** 
=============================================
    Jobs Description Section style
=============================================
***/
.jobs-description-section{
	position:relative;
	padding: 0px 0px 120px;
}

.description-block{
	position:relative;
	margin-bottom:40px;
}
.description-block .inner-box{
	position:relative;
	border-radius:5px;
	border:1px solid #f2f2f2;
}
.description-block .inner-box .upper-box{
	position:relative;
	padding:30px 25px;
}
.description-block .inner-box h2{
	position:relative;
	font-size:18px;
	font-weight:600;
	margin-bottom:15px;
	text-transform:uppercase;
}
.description-block .inner-box .text{
	position:relative;
	font-size:16px;
	line-height:1.8em;
}
.description-block .inner-box .lower-box{
	position:relative;
	padding:30px 30px 20px;
	background-color:#f7f7f7;
}
.description-block .inner-box .lower-box .job-info{
	position:relative;
}
.description-block .inner-box .lower-box .job-info li{
	position:relative;
	font-size:16px;
	font-weight:400;
	margin-bottom:10px;
}
.description-block .inner-box .lower-box .job-info span{
	position:relative;
	color:#0b59d9;
	font-size:16px;
	font-weight:500;
	margin-right:4px;
}


.responsibility-block{
	position:relative;
	margin-bottom:40px;
}
.responsibility-block .inner-box {
    position: relative;
    border-radius: 5px;
    padding: 30px 30px 40px;
    border: 1px solid #f2f2f2;
}
.responsibility-block .inner-box h2{
	position:relative;
	font-size:18px;
	font-weight:600;
	margin-bottom:14px;
	text-transform:uppercase;
}
.responsibility-block .inner-box .text {
    position: relative;
    font-size: 16px;
    line-height: 1.9em;
    margin-bottom: 29px;
}
.responsibility-block .inner-box .responsible-list{
	position:relative;
}
.responsibility-block .inner-box .responsible-list li{
	position:relative;
	font-size:16px;
	padding-left:18px;
	margin-bottom:10px;
}
.responsibility-block .inner-box .responsible-list li:before{
	position:absolute;
	content:'\f105';
	left:0px;
	top:4px;
	color:#0b59d9;
	line-height:1em;
	font-family: 'Font Awesome 5 Pro';
}

.jobs-description-section .apply-button{
    position: relative;
    display: block;
}
.jobs-description-section .apply-button a{
    padding: 22px 45px 20px;
}



/*** 
=============================================
    Appointment Section style  	
=============================================
***/
.appointment-section{
	position:relative;
	padding:120px 0px;
}
.appointment-section .inner-container{
	position:relative;
	border-radius:5px;
}
.appointment-section .image-column {
    position: relative;
    padding-right: 0px;
}
.appointment-section .image-column .inner-column {
    position: relative;
    padding-right: 45px;
}
.appointment-section .image-column .image {
    position: relative;
    display: block;
    overflow: hidden;
    height: 678px;
    background-size: cover;
    background-repeat: no-repeat;
}
.appointment-section .image-column .image .overlay-box{
	position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
    text-align: center;
    background-color: rgba(10,89,217, 0.85);
    z-index: 2;
}
.appointment-section .image-column .image .overlay-box .overlay-inner{
    display: table;
    width: 100%;
    height: 100%;
}
.appointment-section .image-column .image .overlay-box .overlay-inner .content{
	display: table-cell;
    vertical-align: middle;
}
.appointment-section .image-column .image .overlay-box .icon-box{
	position:relative;
	color:#ffffff;
	font-size:70px;
	line-height:1em;
	margin-bottom:20px;
}
.appointment-section .image-column .image .overlay-box h2{
	position:relative;
	color:#ffffff;
	font-size:60px;
	font-weight:400;
	line-height:1em;
	margin-bottom: 14px;
}
.appointment-section .image-column .image .overlay-box .title{
	position:relative;
	color:#ffffff;
	font-size:18px;
	font-weight:600;
    font-family: 'Poppins', sans-serif;
}


.appointment-section .form-column{
	position:relative;
    display: block;
	padding-left: 0px;
}
.appointment-section .form-column .inner-column {
    position: relative;
    display: block;
    border: 1px solid #f2f2f2;
    padding: 45px 50px 49px 50px;
    margin-left: -45px;
}
.appointment-section .form-column h2{
    position: relative;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
    text-transform: uppercase;
}
.appointment-section .form-column .text{
    position: relative;
    font-size: 16px;
    line-height: 1.8em;
    margin-bottom: 30px;
}

.default-form {
    position: relative;
    z-index: 0;
}
.default-form .form-group{
	position:relative;
	margin-bottom:30px;
}
.default-form .form-group.mar0{
    margin: 0;
}
.default-form .form-group.calender-group,
.default-form .form-group.clock-group{
	padding-right:75px;
}
.default-form .form-group .calender-icon,
.default-form .form-group .clock-icon{
	position:absolute;
	right:15px;
	top:0px;
	height:50px;
	width:50px;
	color:#0b59d9;
	font-size:18px;
	border-radius:5px;
	text-align:center;
	line-height:50px;
	font-weight:400;
	border:1px solid #f2f2f2;
}
.default-form input[type="text"],
.default-form input[type="email"],
.default-form input[type="password"],
.default-form select,
.default-form textarea{
	position:relative;
	display:block;
	width:100%;
	height:50px;
	font-size:16px;
	padding:10px 20px;
	background:#ffffff;
	color:#000000;
	border-radius:5px;
	border:1px solid #f2f2f2;
	transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}
.default-form input::-webkit-input-placeholder,
.default-form textarea::-webkit-input-placeholder{
	color:#808080;
}
.default-form textarea{
	height:130px;
	resize:none;
	font-size:16px;
	background:#ffffff;
}
.default-form input[type="text"]:focus,
.default-form input[type="email"]:focus,
.default-form input[type="password"]:focus,
.default-form select:focus,
.default-form textarea:focus{
	border-color:#0b59d9;
}
.default-form .btn-one{
	padding: 22px 50px 20px
}


.default-form .bootstrap-select {
    position: relative;
    display: block;
}
.default-form .bootstrap-select>.dropdown-toggle {
    position: relative;
    display: block;
    outline: none !important;
    border-radius: 5px;
    border: 1px solid #f2f2f2;
    width: 100%;
    height: 50px;
    background-color: transparent !important;
    margin: 0;
    padding: 0;
    padding-left: 20px;
    color: #808080 !important;
    font-size: 16px;
    line-height: 50px;
    font-weight: 400;
    box-shadow: none !important;
    font-family: 'Rubik', sans-serif;
}
.default-form .bootstrap-select .dropdown-toggle:focus{
    outline: none !important;
}

.default-form .bootstrap-select .dropdown-menu li a span.text {
    display: inline-block;
    margin: 0;
}
.default-form .bootstrap-select>.dropdown-toggle::after {
    position: absolute;
    top: 50%;
    right: 20px;
    width: auto;
    height: auto;
    font-family: 'Font Awesome 5 Pro';
    content: '\f107';
    color: #83888d;
    font-size: 18px;
    transform: translateY(-50%);
    margin: 0;
    border: none;
}
.default-form .bootstrap-select .dropdown-menu {
    margin: 0;
    padding: 0;
    border-radius: 0;
    border: 0px solid #ddd;
    background: #f9f9f9;
    font-size: 16px;
    color: #000000;
}
.default-form .dropdown-item {
    display: block;
    width: 100%;
    padding: 9px 20px 9px;
    font-weight: 400;
    color: #222222;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    border-radius: 0;
    transition: all 500ms ease;
    font-family: 'Poppins', sans-serif;
}
.default-form .dropdown-item.active,
.default-form .dropdown-item:active {
    color: #ffffff;
    background: #0b59d9;
}
.default-form .dropdown-item:hover {
    color: #ffffff;
    background: #0b59d9;
}



/*** 
======================================
	Service Page Section
======================================
***/
.services-page-section{
	position:relative;
	padding: 120px 0px 70px;
}



/*** 
======================================
	Testimonial Section
======================================
***/
.testimonial-section{
	position:relative;
    padding: 60px 0 0;
	background-color:#0b59d9;
}
.testimonial-section .auto-container{
	position:relative;
}
.testimonial-section .title-column{
	position:relative;
}
.testimonial-section .title-column .inner-column {
    position: relative;
    display: block;
    padding: 60px 0 0;
}
.testimonial-section .title-column .inner-column .sec-title {
    padding-bottom: 17px;
}
.testimonial-section .title-column .inner-column .sec-title .title span{
    color: #ffffff;
}
.testimonial-section .title-column .inner-column .sec-title .big-title {
    padding: 8px 0 0;
}
.testimonial-section .title-column .inner-column .sec-title .big-title h1 {
    color: #ffffff;
    font-size: 26px;
}
.testimonial-section .title-column .inner-column .text{
	position:relative;
	color:#ffffff;
	font-size:16px;
	line-height:1.9em;
	margin-bottom:22px;
}
.testimonial-section .title-column .inner-column .more{
	position: relative;
    color: #ffffff;
    font-weight: 600;
    padding-left: 15px;
    letter-spacing: 1px;
    font-size: 14px;
    text-transform: uppercase;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    font-family: 'Poppins', sans-serif;
}
.testimonial-section .title-column .inner-column .more:before{
	position: absolute;
    content: '\f105';
    left: 0px;
    top: 2px;
    line-height: 1em;
    font-family: 'Font Awesome 5 Pro';
}
.testimonial-section .title-column .inner-column .more:hover{
	color:#1d2633;
}



.testimonial-section .testimonial-column{
	position:static;
}
.testimonial-section .testimonial-column .inner-column{
	position:static;
}


.testimonial-block{
	position:relative;
}
.testimonial-block .inner-box{
	position:relative;
	padding-bottom:100px;
}
.testimonial-block .inner-box .image{
	position:absolute;
	right:0px;
	top:-60px;
}
.testimonial-block .inner-box .content-box{
	position: relative;
	padding: 35px 240px 35px 35px;
	border: 2px solid #034fcc;
}
.testimonial-block .inner-box .content-box .content{
	position:relative;
	padding-left:60px;
}
.testimonial-block .inner-box .content-box .content .quote-icon{
	position:absolute;
	left:0px;
	top:7px;
	color:#ffffff;
	font-size:32px;
	line-height:1em;
	font-weight:300;
}
.testimonial-block .inner-box .content-box .content .text{
	position: relative;
	color: #ffffff;
	font-size:20px;
	line-height: 1.6em;
	font-weight:400;
}

.testimonial-block .inner-box .author-info {
    position: relative;
    padding-top: 34px;
    margin-left: 0px;
}
.testimonial-block .inner-box .author-info h3{
	position:relative;
	color:#ffffff;
	font-size:18px;
	font-weight:500;
    margin: 0 0 6px;
}
.testimonial-block .inner-box .author-info .location{
	position:relative;
	color:#1d2633;
	font-size:16px;
}

.testimonial-section .testimonial-column .owl-carousel .owl-stage-outer{
	position:static;
    padding-top: 60px;
}
.testimonial-section .testimonial-column .inner-column .owl-carousel{
	position:static;
}
.testimonial-style3-carousel.owl-nav-style-one.owl-theme .owl-nav {
    position: absolute;
    top: auto;
    right: auto;
    margin: 0;
    bottom: 110px;
    left: 15px;
}



/*** 
=========================================
	Service Page Section
=========================================
***/
.services-single-section{
	position:relative;
    display: block;
}
.services-single-section .content-column{
	position:relative;
	padding-top:120px;
	padding-bottom: 110px;
}
.services-single-section .content-column .inner-column{
	position:relative;
}
.services-single-section .content-column h2{
	font-size:18px;
	line-height:1.5em;
	margin-bottom: 17px;
    margin-top: -7px;
	text-transform:uppercase;
}
.services-single-section .content-column .text{
	position:relative;
	font-size:16px;
	line-height:1.6em;
	margin-bottom:35px;
}
.services-single-section .content-column .two-column{
	position:relative;
    display: block;
}
.services-single-section .content-column .image-column{
	position:relative;
	margin-bottom:30px;
}
.services-single-section .content-column .image-column .image{
	position:relative;
    display: block;
}
.services-single-section .content-column .image-column .image img{
	width:100%;
	border-radius:5px;
}

.services-single-section .services-blocks-column{
	position:relative;
}
.services-single-section .services-blocks-column .inner-column{
	position:relative;
}


/*Service Single Block*/
.service-single-block {
    position: relative;
    margin-bottom: 19px;
}
.service-single-block .inner-box{
	position:relative;
}
.service-single-block .inner-box .icon-box{
	position:relative;
	color:#0b59d9;
	font-size:48px;
	line-height:1em;
	margin-bottom:15px;
}
.service-single-block .inner-box h3 {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.4em;
    margin-bottom: 13px;
    padding-bottom: 14px;
    display: inline-block;
    border-bottom: 2px solid #f2f2f2;
}
.service-single-block .inner-box .service-text{
	position:relative;
	font-size:16px;
	line-height:1.7em;
}


.services-single-section .stats-boxed{
	position:relative;
	border-radius:5px;
	margin-top:30px;
	padding:40px 50px 0px;
	background-color:#191b1d;
}
.services-single-section .stats-boxed h3{
	position:relative;
	color:#ffffff;
	font-size:18px;
	font-weight:600;
	padding-bottom:25px;
	text-align:center;
	text-transform:uppercase;
}
.services-single-section .stats-boxed .inner-boxed{
	position:relative;
	padding:40px 60px 40px 40px;
	border-radius:5px;
	bottom: -50px;
    background-color: #ffffff;
    margin-top: -50px;
	box-shadow:0px 4px 6px rgba(235,233,233,1);
}
.services-single-section .stats-boxed .stat-text{
	position:relative;
	font-size:16px;
	line-height:1.8em;
	margin-bottom:15px;
}
.services-single-section .inner-boxed ul{
	position:relative;
    display: block;
    overflow: hidden;
}
.services-single-section .inner-boxed ul li{
	position:relative;
	font-size:16px;
	line-height:1.6em;
	margin-bottom:10px;
	padding-left:25px;
}
.services-single-section .inner-boxed ul li:before{
	position: absolute;
	content: '';
	left: 0px;
	top: 8px;
	width: 7px;
	height: 7px;
	background-color:#0b59d9;
}


.accordian-boxed{
	position:relative;
	margin-top:120px;
}
.accordian-boxed h3{
	position:relative;
	font-size:18px;
	font-weight:600;
	padding-bottom:25px;
	text-transform:uppercase;
}
.accordion-box.style-three{
	position: relative;
    display: block;
}
.accordion-box.style-three .block{
    margin-bottom: 10px;
	padding:17px 20px;
    border: 1px solid #f2f2f2;
    background-color: #ffffff;
}
.accordion-box.style-three .block .acc-btn{
	border:none;
	color:#303030;
	padding:0px 0px 0px 62px;
}
.accordion-box.style-three .block:hover .acc-btn{
	color:#303030;
}

.accordion-box.style-three .block:hover .icon {
    color: #0859d9;
}

.accordion-box.style-three .block .icon-outer{
	left:0px;
	top:0px;
	right:auto;
	color: #dfdfdf;
}
.accordion-box.style-three .block .acc-content:before{
	display:none;
}


.accordion-box.style-three .block .content{
	padding:0px 30px 0px 62px;
	border:none;
	margin-top:10px;
}
.accordion-box.style-three .block .content .accordian-text{
	color:#848484;
	font-size:16px;
	line-height:1.7em;
}
.accordion-box.style-three .block:before{
	position: absolute;
    content: '';
    left: 62px;
    top: 18px;
    bottom: 18px;
    width: 1px;
	background-color: #f2f2f2;
}

.accordion-box.style-three .block .icon-outer .icon{
	border:none;
	right:auto;
	font-size:28px;
	font-weight:400;
}
.accordion-box.style-three .block .acc-btn.active .icon-outer .icon-plus{
	-ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}



/*Sidebar Widget Two*/
.services-single-section .sidebar-column{
	position:relative;
}
.services-single-section .sidebar-column .inner-column{
	position:relative;
    display: block;
	padding:0px 40px 1px;
	background-color:#f7f7f7;
}
.sidebar-widget-two{
	position:relative;
    display: block;
	margin-bottom:100px;
}
.sidebar-title-two{
	position:relative;
	display:inline-block;
	background-color:#0b59d9;
	margin-top:-60px;
	margin-bottom:20px;
	padding:35px 50px 30px 25px;
	min-width:170px;
	z-index:1;
}
.sidebar-title-two h2{
	color:#ffffff;
	font-size:18px;
	font-weight:600;
}
.sidebar-widget-two .widget-content{
	position:relative;
	background-color:#ffffff;
}


/*Service List*/
.service-list{
	position:relative;
}
.service-list li{
	position: relative;
	padding: 0px 30px;
}
.service-list li:before{
	position:absolute;
	content:'\f129';
	left:0px;
	top:0px;
	width:55px;
	height:54px;
	z-index:1;
	opacity:0;
	font-size:24px;
	color:#ffffff;
	line-height:54px;
	text-align:center;
	font-family: "Flaticon";
	background-color:#0b59d9;
	transition:all 900ms ease;
}
.service-list li.active,
.service-list li:hover{
	box-shadow:0px 0px 15px rgba(223,223,223,1.00);
}
.service-list li.active::before,
.service-list li:hover::before{
	opacity:1;
}
.service-list li a{
	position:relative;
	color:#303030;
	font-size:16px;
	font-weight:400;
	padding:13px 0px;
	display:block;
	transition:all 500ms ease;
	border-bottom:1px solid #f2f2f2;
}
.service-list li.active a,
.service-list li:hover a{
	padding-left:40px;
}



/*Branch List*/
.branch-list{
	position:relative;
	padding:20px 25px 0px;
}
.branch-list li{
	position:relative;
	padding-bottom:15px;
	margin-bottom:15px;
	color:#303030;
	font-size:16px;
	font-weight:600;
	padding-left:55px;
	border-bottom:1px solid #f2f2f2;
	font-family: 'Poppins', sans-serif;
}
.branch-list li:last-child{
	border:none;
}
.branch-list li a{
	position:relative;
	color:#303030;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}
.branch-list li a:hover{
	color:#0b59d9;
}
.branch-list li .icon{
	position:absolute;
	left:0px;
	top:5px;
	color:#0b59d9;
	font-size:40px;
	line-height:1em;
	font-weight:400;
}
.branch-list li .mb{
	position:relative;
	display:block;
	color:#c4c4c4;
	font-size:16px;
	font-weight:400;
	font-family: 'Poppins', sans-serif;
}



.meeting-widget{
	position:relative;
}
.meeting-widget .sidebar-title-two{
	margin-bottom:0px;	
}
.meeting-widget .image{
	position:relative;
	margin-top:-60px;
}
.meeting-widget .image img{
	position:relative;
	width:100%;
	display:block;
}
.meeting-widget .image .overlay-box{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	display:block;
	padding-left:25px;
}
.meeting-widget .image .overlay-box h2{
	color:#ffffff;
	font-size:20px;
	font-weight:700;
	line-height:1.5em;
	padding-top:130px;
	margin-bottom:25px;
	text-transform:uppercase;
}
.meeting-widget .image .overlay-box .meet{
	position:relative;
	color:#ffffff;
	font-size:14px;
	font-weight:700;
	padding-left:18px;
	text-transform:uppercase;
	font-family: 'Poppins', sans-serif;
}
.meeting-widget .image .overlay-box .meet:before{
	position:absolute;
	content:'\f105';
	left:0px;
	top:3px;
	line-height:1em;
	font-family: 'Font Awesome 5 Pro';
}
.meeting-widget .image .overlay-box .meet:hover{
	color:#0b59d9;	
}


/*Hours Widget*/
.hours-time-list{
	position:relative;
	padding:0px 30px;
}
.sidebar-widget-two .hours-time-list{
	padding:0px 30px;	
}
.hours-time-list li{
	position:relative;
	color:#303030;
	font-size:16px;
	padding:12px 0px;
	border-bottom:1px solid #f2f2f2;
}
.hours-time-list li:last-child{
	border:none;
}
.hours-time-list li span{
	float:right;
}
.hours-widget .phone-number{
	position:relative;
    display: block;
	padding:16px 10px;
	background-color:#0b59d9;
	color:#ffffff;
	font-size:16px;
	text-align:center;
}



/*** 
=============================================
    Case Page Section style
=============================================
***/
.case-page-section {
    position: relative;
    display: block;
    z-index: 1;
}
.case-page-section:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 440px;
    height: 100%;
    display: block;
    background: url(../images/pattern/pattern-1.png) no-repeat;
    z-index: -1;
}
.case-page-section:after {
    position: absolute;
    content: '';
    right: 0px;
    top: 0px;
    width: 440px;
    height: 100%;
    display: block;
    background: url(../images/pattern/pattern-2.png) no-repeat;
    z-index: -1;
}
.case-page-section .inner-container {
    position: relative;
    padding: 120px 100px 50px;
    background-color: #f7f7f7;
}


/*Project Block*/
.case-page-section .project-block {
    margin-bottom: 70px;
}
.case-page-section .project-block-two {
    position: relative;
    margin-bottom: 50px;
}


.project-block{
	position:relative;
}
.project-block .inner-box{
	position:relative;
}
.project-block .inner-box .image{
	position:relative;
	overflow:hidden;
	border-radius:5px;
}
.project-block .inner-box .image img{
	width:100%;
}
.project-block .inner-box .image .overlay-box{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	display:block;
	padding:30px 45px;
}
.project-block .inner-box .image .overlay-box:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	width: 100%;
	height:100%;
	display: block;
	opacity:0;
    transform: scaleX(0);
	transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
	background-color:rgba(29, 39, 54, 0.90);
}
.project-block .inner-box:hover .image .overlay-box:before{
	opacity:1;
    transform: scaleY(1);
}
.project-block .inner-box .image .overlay-box .overlay-inner{
	position:relative;
}
.project-block .inner-box .image .overlay-box .overlay-inner .category {
    position: absolute;
    left: 0px;
    top: 0px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    padding: 6px 10px;
    border-radius: 5px;
    background-color: #093176;
}

.project-block .inner-box .lower-content {
    position: relative;
    margin-right: 50px;
    margin-left: 50px;
    padding: 30px 34px;
    border-radius: 5px;
    margin-top: -130px;
    background-color: #ffffff;
    box-shadow: 0px 5px 2px #f6f6f6;
}
.project-block .inner-box .lower-content .content-inner{
	position:relative;
}
.project-block .inner-box .lower-content h2{
	font-size:18px;
	font-weight:600;
	line-height:1.6em;
	margin-bottom:20px;
	transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.project-block .inner-box .lower-content .text{
	position:absolute;
	left:0px;
	top:0px;
	opacity:0;
	color:#848484;
	font-size:16px;
	font-weight:400;
	transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.project-block .inner-box:hover .lower-content .text{
	opacity:1;
}
.project-block .inner-box:hover .lower-content h2{
	opacity:0;
}
.project-block .inner-box .lower-content .go{
    position: relative;
    display: inline-block;
	color:#303030;
	font-size:14px;
	font-weight:700;
	padding-left:15px;
	text-transform:uppercase;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
	font-family: 'Poppins', sans-serif;
}
.project-block .inner-box .lower-content .go:hover{
	color:#0b59d9;
}
.project-block .inner-box .lower-content .go:before{
	position:absolute;
	content:'\f105';
	left:0px;
	top:5px;
	line-height:1em;
	font-family: 'Font Awesome 5 Pro';
}



.styled-pagination{
	position:relative;
}
.styled-pagination li{
	position:relative;
	display:inline-block;
	margin:0px 3px 0px 3px;
}
.styled-pagination li a{
	position:relative;
	display:inline-block;
	min-width:50px;
	height:50px;
	font-size:16px;
	line-height:48px;
	color:#303030;
	font-weight:600;
	text-align:center;
	border-radius:5px;
	background:#ffffff;
	border:1px solid #f2f2f2;
	text-transform:capitalize;
	transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	font-family: 'Poppins', sans-serif;
}
.styled-pagination li a:hover,
.styled-pagination li a.active{
	color:#ffffff;
	border-color:#0b59d9;
	background-color:#0b59d9;
}
.styled-pagination li.prev a,
.styled-pagination li.next a{
	color:#949494;
}
.styled-pagination li.prev a:hover,
.styled-pagination li.next a:hover{
	color:#ffffff;
	border-color:#0b59d9;
	background-color:#0b59d9;
}



/*Project Block*/
.project-block-two{
	position:relative;
}
.project-block-two .inner-box{
	position:relative;
}
.project-block-two .inner-box .image{
	position:relative;
    display: block;
	overflow:hidden;
	border-radius:5px;
}
.project-block-two .inner-box .image img{
	width:100%;
}
.project-block-two .inner-box .image .overlay-box{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	display:block;
	padding:30px 45px 0px;
}
.project-block-two .inner-box .image .overlay-box:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	display:block;
	transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
	background-color:rgba(29, 39, 54, 0.75);
}
.project-block-two .inner-box:hover .image .overlay-box:before{
	opacity:0;
	height:0%;
}
.project-block-two .inner-box .image .overlay-box .overlay-inner{
	position:relative;
	height:100%;
	width:100%;
}
.project-block-two .inner-box .image .overlay-box .overlay-inner .category{
	position:absolute;
	left:0px;
	top:0px;
	color:#0b59d9;
	font-size:16px;
	font-weight:400;
	padding:6px 10px;
	border-radius:5px;
	background-color:#ffffff;
}
.project-block-two .inner-box .image .overlay-box h2{
	position:absolute;
	left:0px;
	bottom:30px;
	color:#ffffff;
	font-size:18px;
	font-weight:600;
	transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.project-block-two .inner-box:hover .image .overlay-box h2{
	opacity:0;
	visibility:hidden;
}
.project-block-two .inner-box .image .overlay-box .go{
	position:absolute;
	left:0px;
	bottom:-49px;
	right:0px;
	color:#ffffff;
	font-size:14px;
	font-weight:700;
	padding:14px 25px 13px;
	display:block;
	letter-spacing:1px;
	text-transform:uppercase;
	background-color:#0b59d9;
	transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    font-family: 'Poppins', sans-serif;
}
.project-block-two .inner-box .image .overlay-box .go .icon{
	position:relative;
	font-size:46px;
	font-weight:300;
	float:left;
	margin-right:8px;
}
.project-block-two .inner-box:hover .image .overlay-box .go{
	bottom:0px;
}
.project-block-two .inner-box .image .overlay-box .go:hover{
    color: #1d2633;
}



/*** 
=============================================
    Case Masonry Section style
=============================================
***/
.case-masonry-section{
	position:relative;
	padding: 120px 0px 120px;
}

.case-masonry-section .filters{
    position: relative;
    display: block;
	margin-bottom:50px;
}
.case-masonry-section .filters .filter-tabs{
	position:relative;
	display:inline-block;
	border-top:2px solid #f2f2f2;
	border-bottom:2px solid #f2f2f2;
}
.case-masonry-section .filter-list{
	padding:0px 15px;
}
.case-masonry-section .filters li{
	position: relative;
    display: inline-block;
    color: #848484;
	padding:15px 15px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 400;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}
.case-masonry-section .filters li:before{
	position:absolute;
	content:'';
	right:0px;
	top:20px;
	width:2px;
	bottom:20px;
	background-color:#f2f2f2;
}
.case-masonry-section .filters li:last-child::before{
	display:none;
}
.case-masonry-section .filters .filter.active,
.case-masonry-section .filters .filter:hover{
    color:#0b59d9;
}


.case-block-two{
	position:relative;
	margin-bottom:60px;
}
.case-block-two .inner-box{
	position:relative;
}
.case-block-two .inner-box .image{
	position:relative;
}
.case-block-two .inner-box .image img{
	width:100%;
}
.case-block-two .inner-box .image .overlay-box{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	display:block;
	opacity:0;
	visibility:hidden;
    padding: 30px 28px;
	-webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    transition: all 900ms ease;
	background-color:rgba(29,39,54,0.85);
}
.case-block-two .inner-box:hover .image .overlay-box{
	opacity:1;
	visibility:visible;
}
.case-block-two .inner-box .image .overlay-box .overlay-box-inner{
	position:relative;
	height:100%;
}
.case-block-two .inner-box .image .overlay-box .category{
	position: absolute;
    left: 0px;
    top: 0px;
    color: #0b59d9;
    font-size: 16px;
    font-weight: 400;
}
.case-block-two .inner-box .image .overlay-box h3{
	position: absolute;
    left: 0px;
    bottom: 0px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
	line-height:1.7em;
	opacity:0;
	-webkit-transform:translateY(50px);
	-ms-transform:translateY(50px);
	transform:translateY(50px);
	transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.case-block-two .inner-box:hover .image .overlay-box h3{
	opacity:1;
	-webkit-transform:translateY(0px);
	-ms-transform:translateY(0px);
	transform:translateY(0px);
}
.case-block-two .inner-box .image .overlay-box h3 a{
	position:relative;
	color:#ffffff;
	transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.case-block-two .inner-box .image .overlay-box h3 a:hover{
	color: #0b59d9;
}
.case-masonry-section .btn-box a.loadmore{
    padding: 22px 45px 20px;
}



/*** 
=============================================
    Case Single Section style
=============================================
***/
.case-single-section{
	position:relative;
	padding: 120px 0px 120px;
}
.case-single-section .upper-box{
	position:relative;
}
.case-single-section .upper-box .title-column{
	position:relative;
	margin-bottom:30px;
}
.case-single-section .upper-box .title-column .inner-column{
	position:relative;
}
.case-single-section .upper-box .title-column h2{
	font-size:30px;
	font-weight:600;
	line-height:1.3em;
	margin-bottom:25px;
}
.case-single-section .upper-box .title-column ul{
	position:relative;
}
.case-single-section .upper-box .title-column ul li{
	position:relative;
	margin-bottom:10px;
	color:#303030;
	font-size:16px;
}
.case-single-section .upper-box .title-column ul li span{
	position:relative;
	color:#848484;
	margin-left:5px;
}
.case-single-section .upper-box .title-column ul li span.fa{
	color:#0b59d9;
	font-size:14px;
}

.case-single-section .upper-box .image-column{
	position:relative;
}
.case-single-section .upper-box .image-column .image{
	position:relative;
}
.case-single-section .upper-box .image-column .image img{
	width:100%;
	border-radius:5px;
}

.case-single-section .description-box{
	position:relative;
	margin-top:40px;
}
.case-single-section .description-box h2{
	font-size:18px;
	font-weight:600;
	letter-spacing:1px;
	margin-bottom:15px;
	text-transform:uppercase;
}
.case-single-section .description-box .text{
	position:relative;
	font-size:16px;
	line-height:1.7em;
	margin-bottom:60px;
}
.case-single-section .description-box .case-info-box{
	position:relative;
	margin-bottom:30px;
}
.case-single-section .description-box .case-info-box .box-inner{
	position:relative;
	border-radius:5px;
	padding:35px 35px 15px;
	border:1px solid #f2f2f2;
}
.case-single-section .description-box .case-info-box .box-inner h3{
	font-size:18px;
	font-weight:700;
	margin-bottom:15px;
	text-transform:uppercase;
}
.case-single-section .description-box .case-info-box .box-inner .bold-text{
	color:#303030;
	font-size:16px;
	font-weight:600;
	margin-bottom:15px;
	font-family: 'Poppins', sans-serif;
}


.case-stats{
	position:relative;
	margin-top:40px;
}
.case-stats .stats-inner{
	position:relative;
	border-radius:5px;
	padding:30px 30px 10px;
	border:1px solid #f2f2f2;
}
.case-stats .stats-inner .column{
	margin-bottom:40px;
}
.case-stats .stats-inner h2{
	font-size:18px;
	font-weight:600;
	margin-bottom:15px;
	text-transform:uppercase;
}
.case-stats .stats-inner h3{
	font-size:18px;
	font-weight:600;
	margin-bottom:15px;
	text-transform:capitalize;
}
.case-stats .stats-inner .text{
	position:relative;
	margin-bottom:25px;
}
.case-stats .stats-inner .text p{
	font-size:16px;
	line-height:1.7em;
	margin-bottom:18px;
}
.case-stats .stats-inner .text p:last-child{
	margin-bottom:0px;
}
.case-stats .stats-inner a.feedback-btn{
    padding: 22px 50px 20px;
}

.case-stats .stats-inner .graph-image{
	width:100%;
	text-align:center;
}



/*** 
=========================================
	Blog Small Section Style
=========================================
***/
.blog-small-section{
	position:relative;
    display: block;
	padding: 120px 0px 120px;
}

.news-block-three{
	position:relative;
	margin-bottom:40px;
}
.news-block-three .inner-box{
	position:relative;
}
.news-block-three .inner-box .image{
	position:relative;
    display: block;
    overflow:hidden;
	background-color: #000000;
}
.news-block-three .inner-box .image img{
    width: 100%;
    background-color: #000000;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}
.news-block-three .inner-box:hover .image img{
	opacity:0.2;
	-webkit-transform:scale(1.05,1.05);
	-ms-transform:scale(1.05,1.05);
	-o-transform:scale(1.05,1.05);
	-moz-transform:scale(1.05,1.05);
	transform:scale(1.05,1.05);
}
.news-block-three .inner-box .image .post-info{
	position:absolute;
	right:10px;
	top:15px;
	min-width:70px;
	background-color:#ffffff;
	transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.news-block-three .inner-box .image .post-info li{
	position:relative;
	padding:15px 0px;
	text-align:center;
	color:#252525;
	font-size:16px;
	font-weight:500;
	text-transform:uppercase;
	border-bottom:1px solid #f2f2f2;
	font-family: 'Poppins', sans-serif;
}
.news-block-three .inner-box .image .post-info li:last-child{
	border:none;
}
.news-block-three .inner-box .image .post-info li .icon {
    display: block;
    color: #0b59d9;
    font-size: 20px;
}
.news-block-three .inner-box:hover .image .post-info{
	opacity:0;
	visibility:hidden;
	-webkit-transform:translateX(150px);
	-ms-transform:translateX(150px);
	-o-transform:translateX(150px);
	-moz-transform:translateX(150px);
	transform:translateX(150px);
}

.news-block-three .inner-box .lower-content{
	position:relative;
	padding:30px 25px;
	border:1px solid #f2f2f2;
	box-shadow:0px 4px 5px rgba(242,242,242,0.80);
}
.news-block-three .inner-box .lower-content h3{
    font-size: 18px;
    font-weight: 600;
    line-height: 1.7em;
    padding-bottom: 20px;
	margin-bottom:20px;
	border-bottom:2px solid #f2f2f2;
	font-family: 'Poppins', sans-serif;
}
.news-block-three .inner-box .lower-content h3 a{
	color: #252525;
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
}
.news-block-three .inner-box .lower-content h3 a:hover{
	color:#0b59d9;
}
.news-block-three .inner-box .lower-content .text{
	font-size:18px;
	font-weight:400;
	margin-bottom:18px;
	line-height:1.6em;
}
.news-block-three .inner-box .lower-content .read-more{
	position:relative;
	color:#252525;
	font-size:14px;
	font-weight:700;
	padding-left:30px;
	transition:all 300ms ease;
	text-transform:uppercase;
	font-family: 'Poppins', sans-serif;
}
.news-block-three .inner-box .lower-content .read-more:before{
	position:absolute;
	content:'';
	left:0px;
	top:8px;
	width:20px;
	height:2px;
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	background-color:#0b59d9;
}
.news-block-three .inner-box .lower-content .read-more:hover::before{
	width:40px;
}
.news-block-three .inner-box .lower-content .read-more:hover{
	color:#0b59d9;
	padding-left:50px;
}



/*** 
=============================================
    Sidebar Page Container Style
=============================================
***/
.sidebar-page-container {
    position: relative;
    padding: 120px 0px 120px;
}

.news-block-four{
	position:relative;
	margin-bottom: 40px;
}
.news-block-four .inner-box{
	position:relative;
}
.news-block-four .inner-box .image{
	position:relative;
    display: block;
	background-color: #000000;
}
.news-block-four .inner-box .image img{
    width: 100%;
    background-color: #000000;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}
.news-block-four .inner-box:hover .image img{
	opacity:0.2;
}


.news-block-four .inner-box .lower-content{
	position:relative;
    display: block;
	padding:30px 25px 28px;
	padding-left:110px;
	border:1px solid #f2f2f2;
	min-height:275px;
	box-shadow:0px 4px 5px rgba(242,242,242,0.80);
}
.news-block-four .inner-box .lower-content .post-info{
	position:absolute;
	left:0px;
	top:0px;
	min-width:70px;
	background-color:#ffffff;
	transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
	border-right:1px solid #f2f2f2;
}
.news-block-four .inner-box .lower-content .post-info li {
    position: relative;
    padding: 16px 0px;
    text-align: center;
    color: #252525;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    border-bottom: 1px solid #f2f2f2;
}
.news-block-four .inner-box .lower-content .post-info li:last-child{
	border:none;
}
.news-block-four .inner-box .lower-content .post-info li .icon {
    display: block;
    color: #0b59d9;
    font-size: 18px;
}
.news-block-four .inner-box .lower-content .post-info li .mints{
	display:block;
	color:#848484;
	font-size:16px;
	font-weight:400;
	text-transform:capitalize;
}

.news-block-four .inner-box .lower-content h3{
    font-size: 22px;
    font-weight: 600;
    line-height: 1.4em;
    padding-bottom: 20px;
	margin-bottom:20px;
	border-bottom:2px solid #f2f2f2;
	font-family: 'Poppins', sans-serif;
}
.news-block-four .inner-box .lower-content h3 a{
	color: #252525;
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
}
.news-block-four .inner-box .lower-content h3 a:hover{
	color:#0b59d9;
}
.news-block-four .inner-box .lower-content .text{
	position:relative;
	font-size:18px;
	font-weight:400;
	margin-bottom:18px;
	line-height:1.6em;
}
.news-block-four .inner-box .lower-content .read-more{
	position:relative;
	color:#252525;
	font-size:14px;
	font-weight:700;
	padding-left:30px;
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	text-transform:uppercase;
	font-family: 'Poppins', sans-serif;
}
.news-block-four .inner-box .lower-content .read-more:before{
	position:absolute;
	content:'';
	left:0px;
	top:8px;
	width:20px;
	height:2px;
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	background-color:#0b59d9;
}
.news-block-four .inner-box .lower-content .read-more:hover::before{
	width:40px;
}
.news-block-four .inner-box .lower-content .read-more:hover{
	color:#0b59d9;
	padding-left:50px;
}



.sidebar-widget{
    position: relative;
    display: block;
    margin-bottom: 50px;
}
.sidebar-title-three{
    position: relative;
    margin-bottom: 26px;
}
.sidebar-title-three h2{
	position:relative;
	font-size: 18px;
    color: #222222;
    font-weight: 600;
    line-height: 1.2em;
    text-transform: uppercase;
}
.sidebar .search-box-three .form-group{
	position:relative;
	display: block;
}
.sidebar .search-box-three .form-group input[type="text"],
.sidebar .search-box-three .form-group input[type="search"]{
	position:relative;
    display: block;
	padding:10px 50px 10px 20px;
	border:1px solid #f2f2f2;
	background:none;
	font-size:15px;
	width:100%;
	height:50px;
	color:#808080;
	font-weight:400;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}
.sidebar .search-box-three .form-group button{
	position:absolute;
	right:14px;
	top:11px;
	height:28px;
	width:30px;
	font-size:14px;
	color:#222222;
	line-height:30px;
	background:none;
	display:inline-block;
	font-weight:normal;
	text-align:right;
	border-left:1px solid #f2f2f2;
}


.sidebar-widget-three{
	position:relative;
	margin-bottom:45px;
}
.sidebar-widget-three .widget-content{
	position:relative;
	padding:35px 35px 35px;
	border:1px solid #f2f2f2;
}
.sidebar-widget-three .widget-content.style2 {
    padding: 33px 35px 31px;
}


.sidebar-about-widget .upper-box{
	position:relative;
	padding-left:100px;
	min-height:80px;
	padding-bottom:45px;
	margin-bottom:22px;
	border-bottom:1px solid #f2f2f2;
}
.sidebar-about-widget .upper-box .image{
	position:absolute;
	left:0px;
	top:0px;
	width:80px;
	height:80px;
	overflow:hidden;
	border-radius:50%;
}
.sidebar-about-widget .upper-box h3{
	font-size:18px;
	font-weight:600;
	line-height:1.4em;
	padding-top:14px;
}
.sidebar-about-widget .upper-box .location{
	color:#0b59d9;
	font-size:18px;
	font-weight:400;
}
.sidebar-about-widget .lower-box{
	position:relative;
    display: block;
}
.sidebar-about-widget .lower-box .text{
	font-size:18px;
	line-height:1.5em;
	margin-bottom:15px;
}
.sidebar-about-widget .lower-box .social-links{
	position:relative;
}
.sidebar-about-widget .lower-box .social-box {
    position: relative;
    overflow: hidden;
    display: block;
    min-height: 40px;
}
.sidebar-about-widget .lower-box .social-box:before{
	position:absolute;
	content:'';
	left:0px;
	top:14px;
	width:100%;
	height:1px;
	/* background-color:#f2f2f2; */
}
.sidebar-about-widget .lower-box .social-links li{
	position:relative;
	float:left;
	padding-left:12px;
	background-color:#ffffff;
}
.sidebar-about-widget .lower-box .social-links li a{
	position:relative;
	width:30px;
	height:30px;
	font-size:14px;
	color:#848484;
	text-align:center;
	border-radius:50%;
	line-height:30px;
	display:inline-block;
	border:1px solid #f2f2f2;
	transition:all 300ms ease;
	background-color:#ffffff;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
}
.sidebar-about-widget .lower-box .social-links li a:hover{
	color:#0b59d9;
}
.sidebar-about-widget .lower-box .all-posts{
	position:relative;
	color:#ffffff;
	font-size:14px;
	font-weight:500;
	padding:11px 58px;
	letter-spacing:1px;
	background-color:#0b59d9;
}


.category-list-widget{
	position:relative;
}
.category-list-widget ul{
	position:relative;
}
.category-list-widget ul li{
	position:relative;
	padding-bottom:8px;
	margin-bottom:10px;
	border-bottom:1px solid #f2f2f2;
}
.category-list-widget ul li:last-child{
	border:none;
	margin-bottom:0px;
	padding-bottom:0px;
}
.category-list-widget ul li a{
	position:relative;
	color:#848484;
	font-size:16px;
	letter-spacing:1px;
	text-transform:uppercase;
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
}
.category-list-widget ul li a span{
	opacity:0;
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
}
.category-list-widget ul li:hover a span{
	opacity:1;
}
.category-list-widget ul li a:hover{
	color:#0b59d9;
}



.social-icon-five{
	position:relative;
    display: block;
}
.social-icon-five li{
	position:relative;
	width:50px;
	height:50px;
	margin-right:10px;
	display:inline-block;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	transition:all 500ms ease;
}
.social-icon-five li:last-child{
    margin-right: 0;
}
.social-icon-five li:hover{
	padding-right:155px;	
}
.social-icon-five li:nth-child(2):hover{
	padding-right:133px;	
}
.social-icon-five li:nth-child(3):hover{
	padding-right:132px;	
}
.social-icon-five li:nth-child(4):hover{
	padding-right:145px;	
}
.social-icon-five li a{
	position:relative;
	font-size:16px;
	color:#bebebe;
	width:50px;
	height:50px;
	line-height:48px;
	text-align:center;
	border-radius:50%;
	display:inline-block;
	border:1px solid #f2f2f2;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}
.social-icon-five li .name{
	position:absolute;
	left:58px;
	top:12px;
	color:#252525;
	font-size:18px;
	padding-left:20px;
	display:inline-block;
	text-transform:capitalize;
	-webkit-transform:scaleX(0);
	-ms-transform:scaleX(0);
	-moz-transform:scaleX(0);
	transform:scaleX(0);
	-webkit-transform-origin:left;
	-ms-transform-origin:left;
	-moz-transform-origin:left;
	transform-origin:left;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	transition:all 500ms ease;
}
.social-icon-five li:hover .name{
	-webkit-transform:scaleX(1);
	-ms-transform:scaleX(1);
	-moz-transform:scaleX(1);
	transform:scaleX(1);	
}
.social-icon-five li .name:before{
	position:absolute;
	content:'';
	left:0px;
	top:12px;
	width:10px;
	height:2px;
	background-color:#0b59d9;
}
.social-icon-five li:hover a{
	color:#ffffff;
	border-color:#0b59d9;
	background-color:#0b59d9;
}




/*Popular Posts Widget*/
.popular-posts-widget .post-two{
	position:relative;
	padding-left:54px;
	padding-bottom:25px;
	margin-bottom:25px;
	border-bottom:1px solid #f2f2f2;
}
.popular-posts-widget .post-two:last-child{
	margin-bottom:0px;
	padding-bottom:0px;
	border:none;
}
.popular-posts-widget .post-two .icon-box{
	position:absolute;
	left:0px;
	top:4px;
	color:#e5e5e5;
	font-size:24px;
	line-height:1em;
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
}
.popular-posts-widget .post-two:hover .icon-box{
	color:#0b59d9;
}
.popular-posts-widget .post-two .post-info{
	position:relative;
	color:#0b59d9;
	font-size:18px;
	font-weight:500;
	padding-left:22px;
	margin-bottom:8px;
	font-family: 'Poppins', sans-serif;
}
.popular-posts-widget .post-two .post-info:before{
	position:absolute;
	content: "\f017";
	left:0px;
	top:0px;
	font-size:18px;
	font-weight:300;
	font-family: 'Font Awesome 5 Pro';
}
.popular-posts-widget .post-two .text{
	position:relative;
	color:#252525;
	font-size:18px;
	font-weight:500;
	line-height:1.5em;
}
.popular-posts-widget .post-two .text a{
	position:relative;
	color:#252525;
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
}
.popular-posts-widget .post-two .text a:hover{
	color:#0b59d9;
}



.sidebar .newsletter-box .form-group{
	position:relative;
	margin:0px;	
}
.sidebar .newsletter-box .form-group input[type="text"],
.sidebar .newsletter-box .form-group input[type="email"]{
	position:relative;
	padding:10px 50px 10px 20px;
	border:1px solid #f2f2f2;
	background:none;
	display:block;
	font-size:18px;
	width:100%;
	height:60px;
	color:#808080;
	font-weight:400;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}
.sidebar .newsletter-box .form-group button{
	position:absolute;
	right:18px;
	top:16px;
	height:28px;
	width:40px;
	font-size:18px;
	color:#858585;
	line-height:100%;
	background:none;
	display:inline-block;
	font-weight:normal;
	text-align:right;
	border-left:1px solid #f2f2f2;
}



.tags-box{
	position:relative;
}
.tags-box a{
	position:relative;
	color:#848484;
	font-size:18px;
	font-weight:400;
	padding:5px 12px;
	margin-right:8px;
	margin-bottom:10px;
	display:inline-block;
	border:1px solid #f2f2f2;
	background-color:#f7f7f7;
	text-transform:capitalize;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}
.tags-box a:hover{
	color:#0b59d9;
}



.testimonial-widget{
	position:relative;
}
.testimonial-widget .widget-inner{
	position:relative;
	padding:38px 35px 35px;
	background-size:cover;
	background-repeat:no-repeat;
}
.testimonial-widget .widget-inner:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	display:block;
	background-color:rgba(0,0,0,0.80);
}
.testimonial-widget-block{
	position:relative;
}
.testimonial-widget-block .inner-box{
	position:relative;
	text-align:center;
}
.testimonial-widget-block .inner-box .quote-icon{
	position:relative;
	width:60px;
	height:60px;
	color:#ffffff;
	line-height:58px;
	text-align:center;
	margin:0 auto;
	font-size:28px;
	border-radius:50%;
	margin-bottom:18px;
	background-color:#0b59d9;
}
.testimonial-widget-block .inner-box .text{
	position:relative;
	color:#ffffff;
	font-size:20px;
	font-weight:400;
	line-height:1.4em;
	padding-bottom:20px;
	margin-bottom:16px;
	border-bottom:1px solid rgba(255,255,255,0.20);
}
.testimonial-widget-block .inner-box .author{
	position:relative;
	color:#ffffff;
	font-size:18px;
	font-weight:500;
}
.testimonial-widget .owl-dots,
.testimonial-widget .owl-nav{
	display:none;
}



.instagram-posts-widget{
	position:relative;
}
.instagram-posts-widget .widget-content{
	position:relative;
	text-align:center;
}
.instagram-posts-widget .widget-content .inner{
	position:relative;
	margin:0px -5px;
}
.instagram-posts-widget .widget-content .image{
	position:relative;
	width:33.333%;
	float:left;
	padding:0px 5px;
	margin-bottom:10px;
}
.instagram-posts-widget .widget-content .image img{
	width:100%;
}
.instagram-posts-widget .widget-content .text{
	position:relative;
	text-align:center;
	font-size:16px;
	margin-top:10px;
	display:inline-block;
}
.instagram-posts-widget .widget-content .text > a{
	position:relative;
	display:inline-block;
	color:#0b59d9;
	width:auto;
	padding:0px;
	margin:0px;
	font-size:18px;
	line-height:32px;
	padding-left:24px;
	font-weight:500;
}
.instagram-posts-widget .widget-content .text > a:hover{
	color:#0b0b0b;	
}
.instagram-posts-widget .widget-content .text > a:before{
	position:absolute;
	left:0px;
	top:1px;
	font-size:16px;
	line-height:30px;
	content: "\f16d";
	font-family: 'Font Awesome 5 Pro';
	font-weight:normal;
}



.facebook-posts-widget{
	position:relative;
}
.facebook-posts-widget .facebook-widget-content{
	position:relative;
	text-align:center;
	padding:26px 35px 40px;
	border:1px solid #f2f2f2;
}
.facebook-posts-widget .facebook-widget-content h2{
	position:relative;
	color:#ffffff;
	font-size:18px;
	font-weight:600;
	margin-bottom:25px;
	text-align:center;
	text-transform:uppercase;
}
.facebook-posts-widget .facebook-widget-content .top-image{
	position:absolute;
	left:0px;
	top:0px;
	height:145px;
	width:100%;
	background-size:cover;
}
.facebook-posts-widget .facebook-widget-content .top-image:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	display:block;
	background-color:rgba(10,89,217, 0.90);
}
.facebook-posts-widget .facebook-widget-content .likes-box{
	position:relative;
	z-index:1;
}



/*** 
=============================================
    Blog Modern Section style
=============================================
***/
.blog-modern-section{
	position:relative;
    display: block;
	padding: 120px 0px 120px;
    background-color: #10161f;
}
.blog-modern-section .load-btn-box a{
	padding:22px 45px 20px
}

.news-block-two{
	position:relative;
	margin-bottom:30px;
}
.news-block-two .inner-box{
	position:relative;
	overflow:hidden;
	transition:all 300ms ease;
}
.news-block-two .inner-box .image{
	position:relative;
    display: block;
    z-index: 1;
}
.news-block-two .inner-box .image:before{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    content: "";
    background: rgb(29,38,51);
    background: linear-gradient(0deg, rgba(29,38,51,1) 0%, rgba(29,38,51,0.865983893557423) 0%, rgba(29,38,51,0.865983893557423) 0%, rgba(29,38,51,0.865983893557423) 0%, rgba(29,38,51,1) 0%, rgba(29,38,51,1) 0%, rgba(29,38,51,0) 50%);
    z-index: 1;    
}
.news-block-two .inner-box .image img{
	width:100%;
}
.news-block-two .inner-box .image .overlay-box{
	position:absolute;
	content:'';
	left:0px;
	bottom:0px;
	width:100%;
	height:100%;
	z-index:2;
	transition:all 600ms ease;
}
.news-block-two .inner-box .image .overlay-box .overlay-inner{
	position:absolute;
	left:25px;
	bottom:-44px;
	right:25px;
	transition:all 300ms ease;
}
.news-block-two .inner-box:hover .image .overlay-box .overlay-inner{
	bottom:25px;
}

.news-block-two .inner-box .image .overlay-box .post-date{
	color:#ffffff;
	font-size:16px;
	font-weight:400;
	margin-bottom:7px;
}
.news-block-two .inner-box .image .overlay-box h2{
	font-size:24px;
	font-weight:600;
	line-height:1.6em;
}
.news-block-two.style-two .inner-box .image .overlay-box h2{
	font-size:16px;
}
.news-block-two .inner-box .image .overlay-box h2 a{
	color:#ffffff;
	transition:all 300ms ease;
}
.news-block-two .inner-box .image .overlay-box h2 a:hover{
	color:#0b59d9;
}
.news-block-two .inner-box .image .overlay-box .link-box{
	position:relative;
	padding-top:15px;
	margin-top:25px;
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	border-top:2px solid rgba(255,255,255,0.60);
}
.news-block-two .inner-box .image .overlay-box .link-box .read-more{
	position:relative;
	color:#ffffff;
	font-size:14px;
	font-weight:700;
	padding-left:18px;
	letter-spacing:1px;
	display:block;
	text-transform:uppercase;
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	font-family: 'Poppins', sans-serif;
}
.news-block-two .inner-box .image .overlay-box .link-box .read-more:before{
	position:absolute;
	content:'\f105';
	left:0px;
	top:5px;
	line-height:1em;
	font-family: 'Font Awesome 5 Pro';
}
.news-block-two .inner-box .image .overlay-box .link-box .read-more:hover{
	text-decoration:underline;
	color:#0b59d9;
}



/*** 
=============================================
    Blog Single Page style
=============================================
***/
.blog-single-page{
    padding: 120px 0 80px;
}
.page-title h1.alternate {
    font-size: 36px;
    margin: 0;
}
.page-title .blog-info-post{
	position:relative;
	margin-top: 24px;
}
.page-title .blog-info-post li{
	position:relative;
	color:#ffffff;
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
    padding-right: 15px;
    margin-right: 12px;
	font-family: 'Rubik', sans-serif;
}
.page-title .blog-info-post li:after{
	position: absolute;
    content: '.';
    right: -5px;
    bottom: 7px;
    font-size: 30px;
	border-radius:50%;
	overflow:hidden;
    color: rgba(255,255,255,0.40);
}
.page-title .blog-info-post li:last-child::after{
	display:none;
}


.blog-single{
	position:relative;
	margin-top: 0px;
	z-index:0;
}
.blog-single .inner-box{
	position:relative;
}
.blog-single .inner-box .title-box{
	position:relative;
	padding:35px 35px;
	margin-bottom:25px;
	background-color:#0b59d9;
margin-top: 25px;border-radius: 4px;}
.blog-single .inner-box .title-box .title{
	position:relative;
	color:#ffffff;
	font-size:18px;
	font-weight:400;
	letter-spacing:1.2px;
	margin-bottom:10px;
	text-transform:uppercase;
}
.blog-single .inner-box .title-box h2{
	position:relative;
	color:#ffffff;
	font-size:30px;
	font-weight:600;
	line-height:1.4em;
	padding-bottom:22px;
	margin-bottom:14px;
	border-bottom:2px solid rgba(0,0,0,0.10);
}
.blog-single .inner-box .title-box .tags{
	position:relative;
	color:#ffffff;
	font-size:18px;
	font-weight:400;
}
.blog-single .inner-box .title-box .tags span{
	font-weight:500;
}


.blog-single .inner-box .lower-box{
	position:relative;
	/* padding: 25px; */
	/* border:1px solid #f2f2f2; */
	/* box-shadow:0px 4px 5px rgba(242,242,242,0.80); */
}
.blog-single .inner-box .lower-box p{
	position:relative;
	color:#848484;
	font-size:18px;
	line-height:1.5em;
	margin-bottom:20px;
}
.blog-single .inner-box .lower-box .image{
	position:relative;
}
.blog-single .inner-box .lower-box .image img{
	width:100%;
}
.blog-single .inner-box .lower-box blockquote{
	position:relative;
	border:none;
	padding:0px;
	margin-top:38px;
	margin-bottom:30px;
	padding-bottom:40px;
	border-bottom:2px solid #f0f0f0;
}
.blog-single .inner-box .lower-box blockquote .author-info{
	position:relative;
	padding-left:70px;
	padding-top:3px;
}
.blog-single .inner-box .lower-box blockquote .author-info .author-image{
	position:absolute;
	left:0px;
	top:0px;
	width:50px;
	height:50px;
	border-radius:50px;
	overflow:hidden;
}
.blog-single .inner-box .lower-box blockquote .author-info h3{
	position:relative;
	font-size:16px;
	font-weight:600;
}
.blog-single .inner-box .lower-box blockquote .author-info .designation{
	position:relative;
	font-size:18px;
	font-weight:500;
	color:#0b59d9;
	line-height:1.2em;
}

.blog-single .inner-box .lower-box blockquote .quote-icon{
	position:absolute;
	left:-50px;
	top:5px;
	color:#0b59d9;
	font-size:32px;
	line-height:1em;
}
.blog-single .inner-box .lower-box blockquote .quote-icon:after{
	position:absolute;
	content:'';
	left:15px;
	top:160%;
	width:1px;
	height:150%;
	background-color:#f2f2f2;
}
.blog-single .inner-box .lower-box blockquote .text{
	position:relative;
	color:#252525;
	font-size:24px;
	line-height:1.3em;
}
.blog-single .inner-box .lower-box h4{
	position:relative;
	font-size:20px;
	font-weight:600;
	margin-bottom:12px;
	text-transform:uppercase;
}
.blog-single .inner-box .lower-box .two-column{
	margin-bottom:20px;
}
.list-style-two{
	position:relative;
    display: block;
}
.list-style-two li{
	position:relative;
	color:#848484;
	font-size:18px;
	margin-bottom:12px;
	padding-left:16px;
}
.list-style-two li:before{
	position:absolute;
	content:'\f105';
	left:0px;
	top:0px;
	color:#0b59d9;
	font-size:16px;
	font-weight:700;
	font-family: 'Font Awesome 5 Pro';
}


.new-posts{
	position:relative;
	margin-bottom:70px;
	padding:50px 0px 25px;
	border-bottom:1px solid #f2f2f2;
}
.blog-single .inner-box .new-posts .prev-post{
	position:relative;
}
.blog-single .inner-box .new-posts h4{
	position:relative;
	font-size:16px;
	font-weight:600;
	line-height:1.7em;
	margin-bottom:10px;
	max-width:325px;
}
.blog-single .inner-box .new-posts .prev-post a{
	position:relative;
	padding-left:18px;
	color:#848484;
	font-size:16px;
	font-weight:600;
	transition:all 300ms ease;
}
.blog-single .inner-box .new-posts .prev-post a:before{
	position:absolute;
	left:0px;
	top:1px;
	content: "\f100";
	line-height:1em;
	font-family: 'Font Awesome 5 Pro';
}
.blog-single .inner-box .new-posts .next-post{
	text-align:right;
}
.blog-single .inner-box .new-posts .next-post a{
	position:relative;
	padding-right:18px;
	color:#848484;
	font-size:16px;
	font-weight:600;
	transition:all 300ms ease;
}
.blog-single .inner-box .new-posts .next-post a:after{
	position:absolute;
	right:0px;
	top:1px;
	content: "\f101";
	line-height:1em;
	font-family: 'Font Awesome 5 Pro';
}
.blog-single .inner-box .new-posts .prev-post:after{
	position:absolute;
	content:'';
	right:-70px;
	top:0px;
	width:1px;
	height:100%;
	background-color:#f2f2f2;
}
.blog-single .inner-box .new-posts .prev-post a:hover,
.blog-single .inner-box .new-posts .next-post a:hover{
	color:#0b59d9;
}


.blog-comments-area{
	position:relative;
    display: block;
}
.blog-comments-area .group-title{
	position:relative;
	margin-bottom:25px;
}
.blog-comments-area .group-title h2{
	position:relative;
	font-size:20px;
	font-weight:600;
	text-transform:uppercase;
}

.blog-comment-box{
	position:relative;
}
.blog-comment-box .comment{
	position:relative;
	padding-left:100px;
	margin-bottom:25px;
}
.blog-comment-box .comment .comment-inner{
	position:relative;
	padding-bottom:22px;
	border-bottom:1px solid #f2f2f2;
}
.blog-comment-box .comment:last-child .comment-inner{
	padding-bottom:0px;
	border:none;
}
.blog-comment-box .comment .author-thumb{
	position:absolute;
	left:0px;
	top:0px;
	width:70px;
	height:70px;
	border-radius:50%;
	overflow:hidden;
}
.blog-comment-box .comment .author-thumb img{
    width: 100%;
}
.blog-comment-box .comment .comment-info{
	position:relative;
	color:#303030;
	font-size:18px;
	font-weight:500;
	font-family: 'Poppins', sans-serif;
}
.blog-comment-box .comment .comment-info span{
	position:relative;
	color:#bebebe;
	font-size:16px;
	font-style:italic;
	font-weight:400;
	margin-left:5px;
}
.blog-comment-box .comment .text{
	position:relative;
	color:#848484;
	font-size:18px;
	font-weight:400;
	line-height:1.4em;
	margin-top:10px;
	margin-bottom:8px;
}
.blog-comment-box .comment .reply{
	position:relative;
	color:#0b59d9;
	font-size:16px;
    font-weight: 500;
}



.blog-comment-form{
	position:relative;
	margin-top:70px;
}
.blog-comment-form .group-title{
	margin-bottom:20px;
}
.blog-comment-form .group-title h2{
	position:relative;
	font-size:20px;
	font-weight:600;
	margin-bottom:15px;
	text-transform:uppercase;
}
.blog-comment-form .form-group{
	margin-bottom:40px;
}
.blog-comment-form .form-group label {
    position: relative;
    color: #848484;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 10px;
}
.blog-comment-form .form-group:last-child{
	margin-bottom:0px;
}
.blog-comment-form .form-group input[type="text"],
.blog-comment-form .form-group input[type="password"],
.blog-comment-form .form-group input[type="tel"],
.blog-comment-form .form-group input[type="email"],
.blog-comment-form .form-group select{
	position:relative;
	display:block;
	width:100%;
	padding:10px 15px;
	border:1px solid #f2f2f2;
	height:50px;
	color:#848484;
	font-weight:300;
	background:#ffffff;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}
.blog-comment-form .form-group input[type="text"]:focus,
.blog-comment-form .form-group input[type="password"]:focus,
.blog-comment-form .form-group input[type="tel"]:focus,
.blog-comment-form .form-group input[type="email"]:focus,
.blog-comment-form .form-group select:focus,
.blog-comment-form .form-group textarea:focus{
	border-color:#0b59d9;
}
.blog-comment-form .form-group textarea{
	position:relative;
	display:block;
	width:100%;
	padding:10px 15px;
	color:#848484;
	border:1px solid #f2f2f2;
	height:200px;
	font-weight:300;
	background:#ffffff;
	resize:none;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}
.blog-comment-form button{
	position:relative;
	padding: 22px 50px 20px;
}

.blog-comment-form input:focus,
.blog-comment-form select:focus,
.blog-comment-form textarea:focus{
	border-color:#17b6e6;	
}


.related-blog-projects{
	position:relative;
	margin-top:80px;
}
.related-blog-projects h2{
	position:relative;
	font-size:20px;
	font-weight:600;
	margin-bottom:25px;
	text-transform:uppercase;
}



/*** 
=============================================
   Shop area  style
=============================================
***/
#shop-area {
    padding-top: 120px;
    padding-bottom: 120px;
}
.main-shop-area{
    position: relative;
    display: block;
    background: #ffffff;
}
#shop-area .shop-content {
    position: relative;
    display: block;
}
.showing-result-shorting {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    padding-bottom: 30px;
    border-bottom: 1px solid #ededed;
    margin-bottom: 50px;
}
.showing-result-shorting .showing{}
.showing-result-shorting .shorting{ }
.showing-result-shorting .showing p {
    color: #828282;
    font-size: 16px;
    font-weight: 400;
    margin: 0;
}


.shop-item{
	position:relative;
	margin-bottom:40px;
}
.shop-item .inner-box{
	position:relative;
	border:1px solid #f2f2f2;
	transition:all 500ms ease;
}
.shop-item .inner-box:hover{
	box-shadow:0px 0px 40px rgba(243,243,243,1);
}
.shop-item .inner-box .image{
	position:relative;
    display: block;
	overflow:hidden;
	text-align:center;
}
.shop-item .inner-box .image img{
    width: 100%;
}
.shop-item .inner-box .image .options{
	position:absolute;
	left:30px;
	right:30px;
	bottom:-60px;
	transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;	
}
.shop-item .inner-box:hover .image .options{
	bottom:0px;
}
.shop-item .inner-box .image .options li{
	position:relative;
	width:50%;
	float:left;
}
.shop-item .inner-box .image .options li a{
	position:relative;
	display:block;
	padding:11px 5px;
	text-align:center;
	color:#ffffff;
	font-size:12px;
	font-weight:700;
	min-height:50px;
	background-color:#191b1d;
	font-family: 'Poppins', sans-serif;
}
.shop-item .inner-box .image .options li:last-child a{
	font-weight:400;
	font-size:20px;
	background-color:#0b59d9;
}
.shop-item .inner-box .lower-box{
	position:relative;
	padding:25px 30px 15px;
}
.shop-item .inner-box .lower-box .content{
	position:relative;
	padding-top:25px;
	text-align:center;
	padding-bottom:10px;
	border-top:1px solid #f2f2f2;
}
.shop-item .inner-box .lower-box .content h3{
	position:relative;
	font-size:16px;
	font-weight:500;
	margin-bottom:3px;
}
.shop-item .inner-box .lower-box .content h3 a{
	position:relative;
	color:#303030;
	transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}
.shop-item .inner-box .lower-box .content h3 a:hover{
	color:#0b59d9;
}
.shop-item .inner-box .lower-box .content .price{
	position:relative;
	color:#0b59d9;
	font-size:16px;
}

















.shop-sidebar-wrapper {
    position: relative;
    display: block;
    max-width: 270px;
    width: 100%;
}
.shop-sidebar-wrapper .single-sidebar-box {
    position: relative;
    display: block;
    overflow: hidden;
}
.single-sidebar-box.pdbtm{
    padding-bottom: 50px;
}

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

.shop-sidebar-title {
    position: relative;
    display: block;
    padding-bottom: 23px;
    margin-top: -6px;
}
.shop-sidebar-title h3{
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
    text-transform: uppercase;
}

.single-sidebar-box .categories {
    position: relative;
    display: block;
    border: 1px solid #ededed;
    border-bottom: none;
}
.single-sidebar-box .categories li {
    position: relative;
    display: block;
    padding-left: 43px;
    line-height: 53px;
    border-bottom: 1px solid #ededed;
    transition: all 500ms ease;
}
.single-sidebar-box .categories li:before {
    position: absolute;
    top: 0;
    left: 19px;
    bottom: 0;
    width: 8px;
    height: 8px;
    background: #d4d4d4;
    border-radius: 50%;
    content: "";
    transition: all 100ms ease;
    transition-delay: .3s;
    transform: perspective(0px) translateX(0px) rotate(0deg);
    margin: 22px 0 23px;
}
.single-sidebar-box .categories li:hover:before{
    background: #0b59d9;
    transform: perspective(0px) translateX(0px) rotate(0deg);    
}
.single-sidebar-box .categories li a {
    position: relative;
    display: inline-block;
    color: #848484;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    font-family: 'Rubik', sans-serif;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}
.single-sidebar-box .categories li:hover a{
    color: #0b59d9;
}


.shop-sidebar-wrapper .price-ranger {
    margin-top: 4px;
    margin-bottom: 0px;
}
.shop-sidebar-wrapper .price-ranger .ui-widget-content {
    background: #edf2f7;
    border: none;
    height: 2px;
}
.shop-sidebar-wrapper .price-ranger .ui-slider-handle {
    position: absolute;
    top: -4px;
    background: #ffffff;
    border: 1px solid #eeeeee;
    border-radius: 50%;
    height: 10px;
    margin-left: -4px;
    outline: medium none;
    width: 10px !important;
    cursor: pointer;
    z-index: 2;
}
.shop-sidebar-wrapper .price-ranger .ui-slider-handle:before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 4px;
    height: 4px;
    background: #0b59d9;
    border-radius: 50%;
    content: "";
    margin: 2px;
}
.shop-sidebar-wrapper .price-ranger .ui-slider .ui-slider-range {
    background: #0b59d9;
}
.shop-sidebar-wrapper .price-ranger #slider-range {
    margin-left: 4px;
    margin-right: 6px;
    margin-top: 0;
}
.shop-sidebar-wrapper .price-ranger .ranger-min-max-block {
    position: relative;
    display: block;
    margin-top: 30px;
}
.shop-sidebar-wrapper .price-ranger .ranger-min-max-block input {
    display: inline-block;
}
.shop-sidebar-wrapper .price-ranger .ranger-min-max-block input[type="submit"] {
    position: relative;
    display: inline-block;
    background: #0b59d9;
    float: left;
    margin-right: 10px;
    padding: 6px 0 4px;
    text-align: center;
    width: 90px;
    border: none;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    margin-top: 0;
    border-radius: 0;
    text-transform: capitalize;
    cursor: pointer;
    font-family: 'Poppins', sans-serif;
}
.shop-sidebar-wrapper .price-ranger .ranger-min-max-block input[type="submit"]:hover{}
.shop-sidebar-wrapper .price-ranger .ranger-min-max-block input[type="text"] {
    position: relative;
    display: inline-block;
    float: left;
    color: #848484;
    font-size: 16px;
    font-weight: 400;
    text-align: right;
    width: 40px;
    line-height: 35px;
    border: none;
    padding: 0;
}
.shop-sidebar-wrapper .price-ranger .ranger-min-max-block input[type='text'].max {}
.shop-sidebar-wrapper .price-ranger .ranger-min-max-block span {
    position: relative;
    display: inline-block;
    color: #848484;
    font-size: 16px;
    font-weight: 400;
    line-height: 35px;
    float: left;
}


.shop-sidebar-wrapper .products-post {
    position: relative;
    display: block;
    overflow: hidden;
}
.shop-sidebar-wrapper .products-post li {
    position: relative;
    display: block;
    border-bottom: 1px solid #ededed;
    min-height: 70px;
    padding-left: 70px;
    padding-bottom: 25px;
    margin-bottom: 25px;
}
.shop-sidebar-wrapper .products-post li:last-child{
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
}
.shop-sidebar-wrapper .products-post li .img-holder {
    position: absolute;
    top: 0px;
    left: 0;
    width: 70px;
    height: 70px;
    border: 1px solid #ededed;
    display: block;
    overflow: hidden;
}
.shop-sidebar-wrapper .products-post li .img-holder img {
    transition: all 0.4s ease-in-out 0.5s;    
    width: 100%;
    transform: scale(1.1, 1.1);      
}
.shop-sidebar-wrapper .products-post li:hover .img-holder img {
    transition-delay: 0s;
    transform: scale(1.2, 1.2);    
}
.shop-sidebar-wrapper .products-post li .img-holder .overlay-style-one{
    background: rgba(0, 0, 0, 0.90);
}
.shop-sidebar-wrapper .products-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;    
}
.shop-sidebar-wrapper .products-post li:hover .img-holder .overlay-style-one .box .content a{
   filter: alpha(opacity=100);
   transform: scale(1);
   transition-delay: 0.1s; 
   opacity: 1;
}
.shop-sidebar-wrapper .products-post li .img-holder .overlay-style-one .box .content a span:before{
    color: #ffffff;
    font-size: 20px;
    line-height: 20px;
    transition: all 500ms ease;
}
.shop-sidebar-wrapper .products-post li .img-holder .overlay-style-one .box .content a:hover span:before{
    color: #0b59d9;
}
.shop-sidebar-wrapper .products-post li:hover .img-holder .overlay-style-one{
    opacity: 1;
}

.shop-sidebar-wrapper .products-post li .title-holder {
    padding-left: 30px;
    min-height: 70px;
}
.shop-sidebar-wrapper .products-post li .title-holder .post-title {
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    margin: 0 0 13px;
    transition: all 500ms ease;
}
.shop-sidebar-wrapper .products-post li .title-holder .post-title a{
    color: #131313;
    transition: all 500ms ease;
}
.shop-sidebar-wrapper .products-post li .title-holder .post-title a:hover{
    color: #0b59d9;
}
.shop-sidebar-wrapper .products-post li .title-holder span {
    display: block;
    line-height: 16px;
}

.shop-sidebar-wrapper .single-sidebar-box .product-tag{
    position: relative;
    display: block;
    margin-left: -3px;
    margin-right: -3px;
    margin-top: 0px;    
}
.shop-sidebar-wrapper .single-sidebar-box .product-tag li{
    display: inline-block;
    margin: 0 3px 10px;    
}
.shop-sidebar-wrapper .single-sidebar-box .product-tag li a{
    border: 1px solid #f4f4f4;
    color: #848484;
    display: block;
    font-size: 15px;
    font-weight: 400;
    padding: 2px 10px 2px;
    transition: all 500ms ease 0s;    
}
.shop-sidebar-wrapper .single-sidebar-box .product-tag li a:hover{
    color: #ffffff;   
    border-color: #0b59d9;
    background: #0b59d9; 
}



/*** 
=============================================
   Single Shop Area style
=============================================
***/
#shop-area.single-shop-area {
    padding-top: 120px;
    padding-bottom: 80px;
}
.single-product-image-holder {
    margin-right: 35px;
}
.single-product-image-holder img{
    width: auto;
}

.single-shop-content .content-box {
    position: relative;
    display: block;
}
.single-shop-content .content-box span.price {
    color: #848484;
    font-size: 24px;
    font-weight: 400;
}
.single-shop-content .content-box h2 {
    font-size: 30px;
    font-weight: 600;
    margin: 6px 0 12px;
    text-transform: capitalize;
}
.single-shop-content .content-box .review-box {}
.single-shop-content .content-box .review-box ul {}
.single-shop-content .content-box .review-box ul li {}
.single-shop-content .content-box .review-box ul li i {
    color: #0b59d9;
    font-size: 16px;
}
.single-shop-content .content-box .text {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 22px 0 21px;
}
.single-shop-content .content-box .text p{
    margin: 0;
}
.single-shop-content .content-box .location-box {
    margin: 0 0 32px;
}
.single-shop-content .content-box .location-box p {
    color: #848484;
    font-size: 15px;
    margin: 0 0 12px;
}
.single-shop-content .content-box .location-box form {
    position: relative;
    display: block;
    overflow: hidden;
    margin-bottom: 9px;
}
.single-shop-content .content-box .location-box form input {
    position: relative;
    display: inline-block;
    float: left;
    border: 1px solid #ededed;
    height: 50px;
    padding-left: 10px;
    padding-right: 10px;
    width: 180px;
    transition: all 500ms ease;
    margin: 0;
}
.single-shop-content .content-box .location-box form input:focus{
    border-color: #0b59d9;
}
.single-shop-content .content-box .location-box form button {
    position: relative;
    display: inline-block;
    float: left;
    background: #f6f6f6;
    border: none;
    color: #131313;
    font-size: 16px;
    font-weight: 600;
    line-height: 52px;
    height: 50px;
    width: 100px;
    margin: 0;
    padding: 0;
    text-align: center;
    text-transform: uppercase;
    transition: all 500ms ease 0s;
    font-family: 'Poppins', sans-serif;
}
.single-shop-content .content-box .location-box form button:hover{
    color: #fff;
    background: #0b59d9;
}
.single-shop-content .content-box .location-box span {
    color: #0b59d9;
}


.single-shop-content .content-box .addto-cart-box {}
.single-shop-content .content-box .addto-cart-box .input-group.bootstrap-touchspin {
    float: left;
    width: 46px;
}
.single-shop-content .content-box .addto-cart-box .bootstrap-touchspin .input-group-btn-vertical .btn {
    position: relative;
    display: block;
    float: none;
    margin-left: 0px;
    width: 100%;
    background: #f6f6f6;
    border: 1px solid #f6f6f6;
    color: #848484;
    padding: 12px 11px;
    cursor: pointer;
}
.single-shop-content .content-box .addto-cart-box .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up {
    border-radius: 0
}
.single-shop-content .content-box .addto-cart-box .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
    border-radius: 0;
    margin-top: -2px;
}
.single-shop-content .content-box .addto-cart-box .bootstrap-touchspin .input-group-btn-vertical .btn.bootstrap-touchspin-up:before {
    content: "\f0d8";
    font-family: FontAwesome;
    color: #848484;
    font-size: 14px;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    padding: 5px 5px 5px;
}
.single-shop-content .content-box .addto-cart-box .bootstrap-touchspin .input-group-btn-vertical .btn.bootstrap-touchspin-down:before {
    content: "\f0d7";
    font-family: FontAwesome;
    color: #848484;
    font-size: 14px;
    position: absolute;
    top: -1px;
    left: 0px;
    width: 100%;
    height: 100%;
    padding: 0px 5px 5px;
}
.single-shop-content .content-box .addto-cart-box button.addtocart {
    position: relative;
    display: inline-block;
    background: #0b59d9;
    height: 50px;
    width: 170px;
    margin-left: 43px;
    color: #ffffff;
    font-size: 16px;
    line-height: 50px;
    font-weight: 600;
    text-transform: capitalize;
    padding: 0px 0 0px;
    cursor: pointer;
    border-radius: 0;
    font-family: 'Poppins', sans-serif;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}
.single-shop-content .content-box .addto-cart-box button.addtocart:hover{
    color: #ffffff;
    background: #131313;   
}

.share-products-socials {
    position: relative;
    display: block;
    overflow: hidden;
    margin-top: 46px;
}
.share-products-socials h5{
    position: relative;
    display: inline-block;
    float: left;
    color: #131313;
    font-size: 16px;
    line-height: 40px;
    font-weight: 600;
    text-transform: capitalize;
}
.share-products-socials ul {
    position: relative;
    display: inline-block;
    float: left;
    margin-left: 20px;
}
.share-products-socials ul li{
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 10px;
}
.share-products-socials ul li:last-child{
    margin-right: 0;
}
.share-products-socials ul li a i{
    position: relative;
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 18px;
    line-height: 42px;
    text-align: center;
    transition: all 500ms ease;
}
.share-products-socials ul li a i.fb{
    background: #3b5998;
    border-color: #3b5998;
    color: #ffffff;
}
.share-products-socials ul li a:hover i.fb{
    background: #1d376f;    
}
.share-products-socials ul li a i.tw{
    background: #55acee;
    border-color: #55acee;
    color: #ffffff;    
}
.share-products-socials ul li a:hover i.tw{
    background: #1e7dc5;    
}
.share-products-socials ul li a i.pin{
    background: #cb2027;
    border-color: #cb2027;
    color: #ffffff;       
}
.share-products-socials ul li a:hover i.pin{
    background: #a81218;    
}
.share-products-socials ul li a i.lin{
    background: #007ab9;
    border-color: #007ab9;
    color: #ffffff;      
}
.share-products-socials ul li a:hover i.lin{
    background: #01537d;    
}


.product-tab-box {
    position: relative;
    display: block;
    overflow: hidden;
    margin-top: 66px;
}
.product-tab-box .tab-btns {
    position: relative;
    display: block;
    text-align: center;
    border-bottom: 1px solid #ededed;
    margin-bottom: 35px;
    z-index: 1;
}
.product-tab-box .tab-btns .tab-btn {
    display: inline-block;
    float: none;
    text-align: center;
    margin: 0 2px;
}
.product-tab-box .tab-btns .tab-btn span {
    position: relative;
    display: block;
    background: transparent;
    border-radius: 0;
    cursor: pointer;
    margin: 0;
    padding: 15px 20px 13px;
    color: #131313;
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
    transition: all 500ms ease;
    font-family: 'Poppins', sans-serif;
}
.product-tab-box .tab-btns .tab-btn.active-btn span, 
.product-tab-box .tab-btns .tab-btn:hover span{
    color: #0b59d9;
}
.product-tab-box .tab-btns .tab-btn span:before{
    position: absolute;
    left: 0;
    bottom: -1px;
    right: 0;
    height: 1px;
    background: #0b59d9;
    content: "";
    opacity: 0;
    transition: all 500ms ease;
    transition-delay: .3s;
}
.product-tab-box .tab-btns .tab-btn.active-btn span:before,
.product-tab-box .tab-btns .tab-btn:hover span:before{
    opacity: 1;
}

.product-tab-box .tabs-content {
    position: relative;
    display: block;
    padding: 0;
}
.product-tab-box .tabs-content .tab{
	position: relative;
	padding: 0px;
	display: none;
}
.product-tab-box .tabs-content .tab.active-tab{
	display: block;	
}
.review-box-holder {
    position: relative;
    display: block;
}
.review-box-holder .single-review-box {
    position: relative;
    display: block;
    padding-left: 70px;
    margin-bottom: 40px;
    border-bottom: 1px solid #ededed;
    padding-bottom: 32px;
}
.review-box-holder .single-review-box .image-holder {
    position: absolute;
    left: 0;
    top: 5px;
}
.review-box-holder .single-review-box .image-holder img{
    width: 100%;
    border-radius: 50%;
}

.review-box-holder .single-review-box .text-holder {
    position: relative;
    display: block;
    padding-left: 20px;
    padding-right: 40px;
}
.review-box-holder .single-review-box .text-holder .top {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0 0 17px;
}
.review-box-holder .single-review-box .text-holder .top .name h3 {
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 6px;
    text-transform: uppercase;
}
.review-box-holder .single-review-box .text-holder .top .name h3 span{
    color: #0b59d9;
    font-size: 16px;
    font-weight: 400;
    text-transform: none;
    font-family: 'Rubik', sans-serif;
}
.review-box-holder .single-review-box .text-holder .top .review-box ul {
    position: relative;
    display: block;
    overflow: hidden;
}
.review-box-holder .single-review-box .text-holder .top .review-box ul li {
    display: inline-block;
    margin-right: 3px;
}
.review-box-holder .single-review-box .text-holder .top .review-box ul li:last-child{
    margin-right: 0;
}
.review-box-holder .single-review-box .text-holder .top .review-box ul li i {
    color: #0b59d9;
    font-size: 14px;
}
.review-box-holder .single-review-box .text-holder .text p {
    margin: 0;
}


.product-tab-box .review-form {
    padding-top: 33px;
}
.product-tab-box .review-form .shop-page-title{
    padding-bottom: 28px;
}
.shop-page-title{
    position: relative;
    display: block;
}
.shop-page-title .title{
    color: #131313;
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    margin: 0 0 6px;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
}
.shop-page-title .title span{
    font-weight: 400;
}
.shop-page-title p{
    margin: 0;
}
.shop-page-title p b{
    color: #0b59d9;
    font-weight: 400;
}

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



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

.related-product {
  padding-top: 73px;
}
.related-product .shop-page-title {
    padding-bottom: 26px;
}
.related-product .single-product-item {}



/*** 
=============================================
   Cart area  style
=============================================
***/
.cart-area {
    padding-top: 120px;
    padding-bottom: 120px;
}
.cart-area .table-outer {
    overflow-x: auto;
    position: relative;
    width: 100%;
}
.cart-area .cart-table {
    min-width: 1024px;
    width: 100%;
}
.cart-area .cart-table .cart-header {
    position: relative;
    background: #f6f6f6;
    color: #131313;
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    width: 100%;
    font-family: 'Poppins', sans-serif;
}
.cart-area .cart-table thead tr th {
    font-weight: 600;
    line-height: 24px;
    min-width: 110px;
    padding: 20px 25px;
}
.cart-area .cart-table thead tr th.prod-column {
    padding-left: 30px;
    text-align: left;
}
.cart-area .cart-table thead tr th.availability {
    padding: 0 40px
}
.cart-area .cart-table tbody tr {
    border-bottom: 1px solid #ededed;
}
.cart-area .cart-table tbody tr td {
    color: #131313;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    min-width: 100px;
    padding: 30px 25px;
    font-family: 'Poppins', sans-serif;
}
.cart-area .cart-table tbody tr .prod-column .column-box {
    position: relative;
}
.cart-area .cart-table tbody tr .prod-column .column-box .prod-thumb {
    width: 68px;
}
.cart-area .cart-table tbody tr .prod-column .column-box .prod-thumb a {
    position: relative;
    display: block;
    border-radius: 0px;
}
.cart-area .cart-table tbody tr .prod-column .column-box .prod-thumb a img {
    width: 100%;
    border: 1px solid #ededed;
}
.cart-area .cart-table tbody tr .prod-column .column-box .prod-thumb, 
.cart-area .cart-table tbody tr .prod-column .column-box .title{
    display: table-cell;
    vertical-align: middle;
}
.cart-area .cart-table tbody tr .prod-column .column-box .title{
    padding-left: 20px;
}
.cart-area .cart-table tbody tr .prod-column .column-box .title h3 {
    color: #131313;
    font-size: 18px;
    font-weight: 600;
    line-height: 20px;
    text-transform: capitalize;
}

.cart-area .cart-table tbody tr .qty {
    padding-right: 25px;
    width: 120px;
}
.cart-area .cart-table tbody tr .qty .input-group.bootstrap-touchspin {
    float: left;
    width: 46px;
}
.cart-area .cart-table tbody tr .qty .bootstrap-touchspin .input-group-btn-vertical > .btn {
    position: relative;
    display: block;
    float: none;
    margin-left: 0px;
    width: 100%;
    background: #f6f6f6;
    border: 1px solid #f6f6f6;
    color: #848484;
    padding: 12px 11px;
    cursor: pointer;
}
.cart-area .cart-table tbody tr .qty .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up {
    border-radius: 0
}
.cart-area .cart-table tbody tr .qty .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
    border-radius: 0;
    margin-top: -2px;
}
.cart-area .cart-table tbody tr .qty .bootstrap-touchspin .input-group-btn-vertical > .btn.bootstrap-touchspin-up:before {
    content: "\f0d8";
    font-family: FontAwesome;
    color: #848484;
    font-size: 14px;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    padding: 5px 5px 5px;
}
.cart-area .cart-table tbody tr .qty .bootstrap-touchspin .input-group-btn-vertical > .btn.bootstrap-touchspin-down:before {
    content: "\f0d7";
    font-family: FontAwesome;
    color: #848484;
    font-size: 14px;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    padding: 0px 5px 10px;
}


.cart-area .cart-table tbody tr td.unit-price {
    padding-left: 40px;
    padding-right: 20px;
}
.cart-area .cart-table tbody .available-info {
    position: relative;
    color: #848484;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    padding-left: 50px;
}
.cart-area .cart-table tbody .available-info .icon {
    position: absolute;
    top: 0px;
    left: 0;
    width: 40px;
    height: 40px;
    background: #0b59d9;
    border-radius: 50%;
    color: #ffffff;
    font-size: 18px;
    line-height: 40px;
    text-align: center;
}
.cart-area .cart-table tbody tr td.price {
    color: #848484;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Rubik', sans-serif;
}
.cart-area .cart-table tbody tr .sub-total {
    color: #848484;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Rubik', sans-serif;
}
.cart-area .cart-table tbody tr td .remove{ }
.cart-area .cart-table tbody tr td .remove .checkbox label {
    color: #828282;
    font-size: 15px;
    font-weight: 400;
}
.cart-area .cart-table tbody tr td .remove .checkbox label input[type="checkbox"] {
    display: inline-block;
    position: relative;
    top: 1px;
}




.cart-middle {
    padding-top: 30px
}
.cart-middle .apply-coupon {
    padding-left: 245px;
    position: relative;
}
.cart-middle .apply-coupon input[type="text"] {
    position: absolute;
    top: 0;
    left: 0;
    width: 225px;
    height: 60px;
    border: 1px solid #ededed;
    color: #828282;
    font-size: 15px;
    font-weight: 400;
    padding: 0 15px;
    text-transform: capitalize;
    transition: all 500ms ease 0s;
    border-radius: 0px;
}
.cart-middle .apply-coupon input[type="text"]:focus {
    border: 1px solid #0b59d9
}
.cart-middle .apply-coupon .apply-coupon-button button {
}
.cart-middle .apply-coupon .apply-coupon-button button:hover{
    color: #ffffff;
    background: #131313
}
.cart-middle .update-cart button {
    color: #ffffff;
    background: #0b59d9;
}
.cart-middle .update-cart button:hover{
    color: #ffffff;
    background: #074bbb;
} 


.cart-bottom {
    overflow: hidden;
    padding-top: 68px;
}
.cart-bottom .calculate-shipping {}
.cart-bottom .shop-page-title {
    padding-bottom: 16px;
}
.cart-bottom .calculate-shipping .ui-state-default .ui-icon {
    background: none
}
.cart-bottom .calculate-shipping .ui-state-default {
    position: relative;
    display: block;
    background: #ffffff;
    border: 1px solid #ededed;
    border-radius: 0;
    color: #828282;
    font-size: 15px;
    font-weight: 400;
    height: 50px;
    margin-bottom: 30px;
    outline: medium none;
    width: 100%;
    font-family: 'Rubik', sans-serif;
}
.cart-bottom .calculate-shipping .ui-selectmenu-button span.ui-selectmenu-text {
    display: block;
    line-height: 18px;
    overflow: hidden;
    padding: 15px 19px;
    text-align: left;
}
.cart-bottom .calculate-shipping .ui-selectmenu-button span.ui-icon {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    border-left: 1px solid #ededed;
    display: block;
    width: 60px;
    height: 48px;
    text-indent: 0;
    margin: 0;
}
.cart-bottom .calculate-shipping .ui-selectmenu-button span.ui-icon::before {
    color: #9b9b9b;
    content: "\f107";
    font-family: FontAwesome;
    font-size: 20px;
    overflow: visible;
    position: absolute;
    right: 21px;
    top: 12px;
}
.cart-bottom .calculate-shipping input[type="text"] {
    position: relative;
    display: block;
    border: 1px solid #ededed;
    color: #828282;
    font-size: 15px;
    font-weight: 400;
    height: 50px;
    padding: 0 20px;
    width: 100%;
    margin-bottom: 30px;
    transition: all 500ms ease;
    font-family: 'Rubik', sans-serif;
}
.cart-bottom .calculate-shipping input[type="text"]:focus {
    border: 1px solid #1d1d1d;
}
.cart-bottom .calculate-shipping button {}
.cart-bottom .calculate-shipping button:hover{ }
.cart-bottom button.checkout-btn{
    margin-top: 30px;
}
.cart-bottom button.checkout-btn:hover{
    color: #ffffff;
    background: #1d2633;
}



/*** 
=============================================
    Checkout Area style
=============================================
***/
.checkout-area {
    position: relative;
    display: block;
    padding-top: 120px;
}
.checkout-area .exisitng-customer {
    position: relative;
    display: block;
    background: #f6f6f6;
    padding: 20px 28px 21px;
    margin-bottom: 20px;
    border-radius: 5px;
}
.checkout-area .exisitng-customer:before{
    position: absolute;
    top: 0;
    left: 0;
    width: 2px;
    height: 100%;
    background: #0b59d9;
    content: "";
}
.checkout-area .exisitng-customer h5{
    color: #131313;
    font-size: 16px;
    font-weight: 600;
}
.checkout-area .exisitng-customer h5 a{
    color: #0b59d9;
    font-weight: 700;
    display: inline-block;
    padding-left: 15px;
}


.checkout-area .coupon {
    position: relative;
    display: block;
    background: #f6f6f6;
    padding: 20px 28px 21px;
    margin-bottom: 53px;
    border-radius: 5px;
}
.checkout-area .coupon:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 2px;
    height: 100%;
    background: #0b59d9;
    content: "";  
}
.checkout-area .coupon h5 {
    color: #131313;
    font-size: 16px;
    font-weight: 600;
}
.checkout-area .coupon h5 a {
    color: #0b59d9;
    font-weight: 700;
    display: inline-block;
    padding-left: 15px;  
}

.checkout-area .form .shop-page-title{
    padding-bottom: 20px;    
}
.checkout-area .form form .field-label {
    color: #131313;
    font-size: 16px;
    font-weight: 400;
    margin: 0 0 2px;
    text-transform: capitalize;
}
.checkout-area .form form .field-label span{
    color: #0b59d9;
}
.checkout-area .form form .field-input input[type="text"] {
    position: relative;
    display: block;   
    border: 1px solid #ededed;
    color: #848484;
    font-size: 15px;
    height: 48px;
    margin-bottom: 25px;
    padding: 0 15px;
    width: 100%;
    border-radius: 0px;
    transition: all 500ms ease;
}
.checkout-area .form form .field-input input[type="text"]:focus{
    border: 1px solid #0b59d9;
}
.checkout-area .create-acc .checkbox {
    margin: 7px 0 0;
}
.checkout-area .create-acc .checkbox label {
    color: #131313;
    font-size: 16px;
    font-weight: 500;
    margin: 0;
    cursor: pointer;
    font-family: 'Poppins', sans-serif;
}
.checkout-area .create-acc .checkbox input {
    position: relative;
    top: 1px;
}
.checkout-area .shipping-info input[type="checkbox"] {
    cursor: pointer;
    display: inline-block;
    margin: 0 0 0 20px;
    position: relative;
    top: 0px;
    vertical-align: middle;
}
.checkout-area .form form .field-input textarea {
    position: relative;
    display: block;
    border: 1px solid #ededed;
    color: #848484;
    font-size: 15px;
    height: 121px;
    margin-bottom: 28px;
    padding: 10px 15px;
    width: 100%;
    border-radius: 0px;
    transition: all 500ms ease;
}
.checkout-area .form form .field-input textarea:focus{
    border-color: #0b59d9;
}


.checkout-area .bottom {
    position: relative;
    display: block;
    background: #f5f5f5;
    margin-top: 82px;
    padding-top: 93px;
    padding-bottom: 120px;
}
.checkout-area .table {
    overflow-x: auto;
    position: relative;
    width: 100%;
    margin-bottom: 0;
}
.checkout-area .table .shop-page-title{
    padding-bottom: 26px;
}
.checkout-area .table .cart-table {
    min-width: auto;
    width: 100%;
}
.checkout-area .table .cart-table .cart-header {
    position: relative;
    background: #0b59d9;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    width: 100%;
    font-family: 'Poppins', sans-serif;
}
.checkout-area .table .cart-table thead tr th {
    font-weight: 600;
    line-height: 24px;
    min-width: 110px;
    padding: 19px 30px 17px;
    border-top: none;
    border-bottom: none;
}
.checkout-area .table .cart-table thead tr th.product-column {
    padding-left: 30px;
    text-align: left;
}
.checkout-area .table .cart-table tbody tr {
    border-bottom: 1px solid #dadada;
}
.checkout-area .table .cart-table tbody tr td {
    vertical-align: middle
}
.checkout-area .table .cart-table tbody tr td {
    min-width: 110px;
    padding: 30px 25px;
    border-top: none;
}

.checkout-area .table .cart-table tbody tr .product-column .column-box {
    position: relative;
}
.checkout-area .table .cart-table tbody tr .product-column .column-box .prod-thumb {
    width: 68px;
    border: 1px solid #dadada;
}
.checkout-area .table .cart-table tbody tr .product-column .column-box .prod-thumb a {
    display: block;
}
.checkout-area .table .cart-table tbody tr .product-column .column-box .prod-thumb img {
    display: block;
    width: 100%;
}
.checkout-area .table .cart-table tbody tr .product-column .column-box .prod-thumb, 
.checkout-area .table .cart-table tbody tr .product-column .column-box .product-title{
    display: table-cell;
    vertical-align: middle;
}
.checkout-area .table .cart-table tbody tr .product-column .column-box .product-title{
    padding-left: 20px;
}
.checkout-area .table .cart-table tbody tr .product-column .column-box .product-title h3 {
    color: #131313;
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
}

.checkout-area .table .cart-table tbody tr .qty {
    padding-right: 30px;
    width: 130px;
}
.checkout-area .table .cart-table tbody tr .qty .input-group.bootstrap-touchspin {
    float: left;
    width: 46px;
}
.checkout-area .table .cart-table tbody tr .qty .form-control {
    display: block;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #f6f6f6;
    border-right: none;
    border-radius: 0 !important;
    box-shadow: none;
    color: #131313;
    font-size: 18px;
    font-weight: 600;
    height: 50px;
    padding: 6px 0;
    text-align: center;
    font-family: 'Poppins', sans-serif;
}

.checkout-area .table .cart-table tbody tr .qty .bootstrap-touchspin .input-group-btn-vertical > .btn {
    position: relative;
    display: block;
    float: none;
    margin-left: 0px;
    width: 100%;
    background: #ffffff;
    border: 1px solid #f6f6f6;
    color: #848484;
    padding: 12px 11px;
    cursor: pointer;
}
.checkout-area .table .cart-table tbody tr .qty .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up {
    border-radius: 0
}
.checkout-area .table .cart-table tbody tr .qty .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
    border-radius: 0;
    margin-top: -2px;
}
.checkout-area .table .cart-table tbody tr .qty .bootstrap-touchspin .input-group-btn-vertical > .btn.bootstrap-touchspin-up:before {
    content: "\f0d8";
    font-family: FontAwesome;
    color: #848484;
    font-size: 14px;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    padding: 1px 5px 5px;
}
.checkout-area .table .cart-table tbody tr .qty .bootstrap-touchspin .input-group-btn-vertical > .btn.bootstrap-touchspin-down:before {
    content: "\f0d7";
    font-family: FontAwesome;
    color: #848484;
    font-size: 14px;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    padding: 2px 5px 8px;
}
.checkout-area .table .cart-table tbody tr td.price {
    color: #131313;
    font-size: 16px;
    font-weight: 500;
}


.cart-total{
    position: relative;
    display: block;
}
.checkout-area .cart-total .shop-page-title{
    padding-bottom: 26px;
}
.cart-total-table {
    border: 1px solid #dadada
}
.cart-total-table li {
    border-bottom: 1px solid #dadada
}
.cart-total-table li:last-child {
    border-bottom: none
}
.cart-total-table li span.col.col-title {
    position: relative;
    display: block;
    float: left;
    border-right: 1px solid #dadada;
    color: #131313;
    font-size: 16px;
    font-weight: 600;
    line-height: 28px;
    padding: 10px 18px;
    width: 50%;
    font-family: 'Poppins', sans-serif;
}
.cart-total-table li span.col {
    position: relative;
    display: block;
    float: left;
    color: #848484;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    padding: 10px 18px;
    width: 50%;
    font-family: 'Rubik', sans-serif;
}

.cart-total .payment-options {
    position: relative;
    display: block;
    overflow: hidden;
    background: #f5f5f5;
    margin-top: 30px;
    border: 1px solid #dadada;
    padding: 33px 30px 40px;
}
.cart-total .payment-options .option-block {
    margin-bottom: 14px
}
.cart-total .payment-options .option-block .checkbox {
    margin: 0 0 5px;
}
.cart-total .payment-options .option-block .checkbox label {
    display: block;
    font-weight: 500;
    min-height: 20px;
    padding-left: 0px;
    margin: 0;
}
.cart-total .payment-options .option-block .checkbox label input {
    position: relative;
    top: 1px;
}
.cart-total .payment-options .option-block .checkbox label span {
    color: #131313;
    font-size: 16px;
    font-weight: 600;
    padding-left: 10px;
    font-family: 'Poppins', sans-serif;
}
.cart-total .payment-options .option-block .checkbox label span b {
    color: #27282c;
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    padding-left: 25px;
    text-decoration: underline;
    font-family: 'Rubik', sans-serif;
}
.cart-total .payment-options .option-block .text{
    padding-left: 30px;
}
.cart-total .payment-options .option-block .text p {
    margin: 0;
    line-height: 28px;
}
.placeorder-button button {
    margin-top: 10px;
}



/*** 
=============================================
    Login Register Area style
=============================================
***/
.login-register-area {
    position: relative;
    display: block;
    padding-top: 113px;
    padding-bottom: 112px;
}
.login-register-area .form .shop-page-title{
    padding-bottom: 26px;
}
.login-register-area .form form {
    width: 100%;
}
.login-register-area .form .input-field {
    position: relative;
}
.login-register-area .form .input-field input[type="text"] {
    position: relative;
    display: block;
    width: 100%;
    height: 50px;
    border: 1px solid #ededed;
    color: #83888d;
    font-size: 16px;
    margin-bottom: 30px;
    padding-left: 15px;
    padding-right: 50px;
    transition: all 700ms ease 0s;
}
.login-register-area .form .input-field .icon-holder {
    position: absolute;
    top: 15px;
    right: 20px;
}
.login-register-area .form .input-field .icon-holder i {
    color: #999999;
    font-size: 14px;
    font-weight: 400;
}
.login-register-area .form button {
    padding: 21px 45px 20px;
}
.login-register-area .form button:hover{ 

}

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


.login-register-area .form .social-icon {
    position: relative;
    float: right;
    margin-right: -8px;
    margin-top: 10px;
}
.login-register-area .form .social-icon .login-with {
    position: absolute;
    left: -100px;
    top: 8px;
    margin: 0;
}
.login-register-area .form .social-icon li {
    display: inline-block;
    margin: 0 8px;
}
.login-register-area .form .social-icon li a i {
    background: #47588f none repeat scroll 0 0;
    border-radius: 50%;
    color: #fff;
    display: block;
    font-size: 14px;
    font-weight: 100;
    height: 40px;
    line-height: 24px;
    padding: 8px 0;
    text-align: center;
    transition: all 700ms ease 0s;
    width: 40px;
}
.login-register-area .form .social-icon li a i.twitter {
    background: #33ccfe none repeat scroll 0 0;
}
.login-register-area .form .social-icon li a i.gplus {
    background: #dd4b39 none repeat scroll 0 0;
}


.login-register-area .form .right {
    display: block;
    overflow: hidden;
    margin-left: -60px;
}
.login-register-area .form .right h6 {
    float: left;
    color: #828282;
    font-size: 14px;
    font-weight: 400;
    margin-top: 18px;
}
.login-register-area .form .right h6 span{
    color: #0b59d9;
}
.login-register-area .form .input-field input[type="text"]:focus{
    border: 1px solid #1d1d1d;    
}
.login-register-area .form .social-icon li a:hover i{
    background: #18387b;   
}
.login-register-area .form .social-icon li a:hover i.twitter{
    background: #12addf;    
}
.login-register-area .form .social-icon li a:hover i.gplus{
    background: #c62d1a;
}



/*** 
=============================================
    Contact Banner Post style
=============================================
***/
.contact-banner-post{
	position:relative;
    display: block;
	padding:250px 0px 60px;
    background-attachment: fixed;
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    margin-top: -161px;
}
.contact-banner-post:before{
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgba(0,0,0,0.30);
}
.contact-banner-post .upper-box{
	position:relative;
    display: block;
	padding-bottom:30px;
	margin-bottom:80px;
	border-bottom:3px solid rgba(255,255,255,0.30);
}
.contact-banner-post .upper-box h2{
	position:relative;
	color:#ffffff;
	font-size:36px;
	font-weight:600;
	line-height:1.4em;
	padding-left:100px;
}
.contact-banner-post .upper-box h2 .icon-box {
    position: absolute;
    left: 0px;
    top: 10px;
    font-weight: 400;
    font-size: 70px;
    line-height: 1em;
    color: #0b59d9;
}

.contact-banner-post .contact-info-blocks{
	position:relative;
}
.info-branch-block{
	position:relative;
	margin-bottom:30px;
}
.info-branch-block .inner-box{
	position:relative;
	border-radius:5px;
	padding:30px 35px;
	background-color:rgba(10, 89, 217, 0.70);
}
.info-branch-block .inner-box h3{
	position:relative;
	color:#ffffff;
	font-size:18px;
	font-weight:600;
	line-height:1.4em;
	margin-bottom:15px;
}
.info-branch-block .inner-box .text{
	position:relative;
	color:#ffffff;
	font-weight:400;
	font-size:16px;
	line-height:1.9em;
}
.info-branch-block .inner-box .direction{
	position:relative;
	color:#ffffff;
	font-size:14px;
	font-weight:700;
	margin-top:10px;
	display:inline-block;
	text-transform:uppercase;
	font-family: 'Poppins', sans-serif;
}


.quick-contact-info{
	position:relative;
}
.quick-contact-info .inner-box{
	position:relative;
	border-radius:5px;
	padding:30px 35px;
	background-color: rgb(15 67 159);
}
.quick-contact-info .inner-box h3{
	position:relative;
	color:#ffffff;
	font-size:18px;
	font-weight:600;
	line-height:1.4em;
	margin-bottom:15px;
}
.quick-contact-info .inner-box .branch-list-contact{
	position:relative;
}
.quick-contact-info .inner-box .branch-list-contact li{
	position:relative;
	color:#ffffff;
	font-size:16px;
	font-weight:400;
	padding-left:40px;
	margin-bottom:16px;
}
.quick-contact-info .inner-box .branch-list-contact li:last-child{
	margin-bottom:0px;
}
.quick-contact-info .inner-box .branch-list-contact li .icon{
	position:absolute;
	left:0px;
	top:4px;
	font-size:22px;
	color: #ffffff;
}
.quick-contact-info .inner-box .branch-list-contact li strong{
    position: relative;
    display: block;
	margin-bottom:2px;
	font-size:16px;
	font-weight:600;
	font-family: 'Poppins', sans-serif;
}



/*** 
=============================================
    Communicate Section style
=============================================
***/
.communicate-section {
    position: relative;
    padding: 114px 0px 120px;
    background-color: #f7f7f7;
}
.communicate-section .content-column{
	position:relative;
}
.communicate-section .content-column .inner-column{
	position:relative;
}
.communicate-section .content-column h2{
	position:relative;
	font-size:18px;
	font-weight:600;
	line-height:1.4em;
	margin-bottom:15px;
	text-transform:uppercase;
}
.communicate-section .content-column .text {
    position: relative;
    color: #848484;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.6em;
    padding-bottom: 26px;
}

.communicater-box{
	position:relative;
	margin-bottom:40px;
}
.communicater-box h3{
	position:relative;
	font-size:18px;
	font-weight:600;
	line-height:1.4em;
	margin-bottom:20px;
}
.communicater-box .communicate-inner{
	position:relative;
	padding-left:100px;
}
.communicater-box .communicate-inner .image{
	position:absolute;
	left:0px;
	top:0px;
	width:70px;
	height:70px;
	border-radius:5px;
	overflow:hidden;
}
.communicater-box .communicate-inner .name{
	position:relative;
    top: -4px;
	color: #080808;
	font-size: 16px;
	font-weight:500;
	line-height:1.3em;
	margin-bottom: 3px;
	font-family: 'Poppins', sans-serif;
}
.communicater-box .communicate-inner ul{
	position:relative;
    display: block;
}
.communicater-box .communicate-inner ul li{
	position:relative;
	color:#303030;
	font-size:15px;
	margin-bottom:3px;
	line-height:1.4em;
}


.communicate-section .form-column{
	position:relative;
}
.communicate-section .form-column .inner-column {
    position: relative;
    border-radius: 5px;
    margin-top: -430px;
    background-color: #ffffff;
    padding-bottom: 35px;
}
.communicate-section .form-column .inner-column .title-box{
	position:relative;
	padding:34px 35px;
}
.communicate-section .form-column .inner-column .title-box h2{
	position:relative;
	font-size:18px;
	font-weight:600;
	margin-bottom:10px;
	text-transform:uppercase;
}
.communicate-section .form-column .inner-column .title-box .text{
	position:relative;
	color:#848484;
	font-size:16px;
	line-height:1.6em;
}

.communicate-section .form-column .inner-column .inner-box {
    position: relative;
    display: block;
    padding: 0 35px;
}
.contact-form form{
    position: relative;
    display: block;
}
.contact-form form .input-box{
    position: relative;
    display: block;
}
.contact-form form input[type="text"],
.contact-form form input[type="email"],
.contact-form form textarea{
    position: relative;
    display: block;   
    background: #ffffff;
    border: 1px solid #eeeeee;
    width: 100%;
    height: 50px;
    font-size: 16px;
    padding-left: 19px;
    padding-right: 15px;
    border-radius: 5px;
    margin-bottom: 20px;
    transition: all 500ms ease;
}
.contact-form form textarea {
    height: 130px;
    padding-left: 19px;
    padding-right: 15px;
    padding-top: 14px;
    padding-bottom: 15px;
}
.contact-form form input[type="text"]:focus{
    color: #222222;
    border-color: #d4d4d4; 
}
.contact-form form input[type="email"]:focus{
    color: #222222;
    border-color: #d4d4d4;
}
.contact-form form textarea:focus{
    color: #222222;
    border-color: #d4d4d4;
}
.contact-form form input[type="text"]::-webkit-input-placeholder {
    color: #848484;
}
.contact-form form input[type="text"]:-moz-placeholder {
    color: #848484;
}
.contact-form form input[type="text"]::-moz-placeholder {
    color: #848484;
}
.contact-form form input[type="text"]:-ms-input-placeholder {
    color: #848484;
}
.contact-form form input[type="email"]::-webkit-input-placeholder {
    color: #848484;
}
.contact-form form input[type="email"]:-moz-placeholder {
    color: #848484;
}
.contact-form form input[type="email"]::-moz-placeholder {
    color: #848484;
}
.contact-form form input[type="email"]:-ms-input-placeholder {
    color: #848484;
}
.contact-form form [type=submit] {
    position: relative;
    display: block;
    width: 100%;
    background: #0b59d9;
    color: #ffffff;
    font-size: 16px;
    line-height: 55px;
    font-weight: 600;
    text-align: center !important;
    text-transform: uppercase;
    border-radius: 5px;
    font-family: 'Poppins', sans-serif;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}
.contact-form form [type=submit]:hover{
    background: #1d2633;
}



/*** 
=============================================
    Contact Brances Section Style
=============================================
***/
.contact-brances-section{
	position:relative;
	padding:114px 0px 82px;
}
.contact-brances-section .title-box{
	position:relative;
	text-align:center;
	margin-bottom:40px;
}
.contact-brances-section .title-box h2{
	position:relative;
	font-size:18px;
	font-weight:600;
	line-height:1.4em;
	margin-bottom:8px;
	text-transform:uppercase;
}
.contact-brances-section .title-box .text{
	position:relative;
	color:#848484;
	font-size:16px;
	line-height:1.6em;
}


.contact-branch-block{
	position:relative;
	margin-bottom:30px;
}
.contact-branch-block .inner-box{
	position:relative;
}
.contact-branch-block .inner-box .image{
	position:relative;
	border-radius: 5px 5px 0px 0px;
	overflow:hidden;
	background:#202020;
}
.contact-branch-block .inner-box .image img{
	width:100%;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}
.contact-branch-block .inner-box:hover .image img{
	opacity:0.70;
	-webkit-transform:scale(1.05,1.05);	
	-ms-transform:scale(1.05,1.05);	
	transform:scale(1.05,1.05);	
}
.contact-branch-block .inner-box .lower-box{
	position:relative;
	padding-top:25px;
border: 1px solid #f6f6f6;
    padding: 25px;
    box-shadow: 0px 3px 7px 2px #ededed;
    background: white;}
.contact-branch-block .inner-box .lower-box .text{
	position:relative;
	color: #5e5e5e;
	font-size:16px;
	line-height:1.7em;
	text-align:center;
}
.contact-brances-section .owl-dots{
	display:none;
}
.contact-brances-section .owl-nav {
    position: absolute;
    left: 15px;
    top: 30%;
    right: 15px;
    height: 50px;
    margin: 0;
}
.contact-brances-section .owl-nav .owl-prev {
    position: absolute;
    left: 0px;
    width: 50px;
    height: 50px;
    font-size: 24px;
    color: #333333;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
    background-color: rgba(255,255,255,0.50);
    margin: 0;
    padding: 0;
display: none;}
.contact-brances-section .owl-nav .owl-next{
	position:absolute;
	right:0px;
	width:50px;
	height:50px;
	font-size:24px;
	color:#333333;
	line-height:50px;
	text-align:center;
	border-radius:50%;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
	background-color:rgba(255,255,255,0.50);
    margin: 0;
    padding: 0;
display: none;}
.contact-brances-section .owl-nav .owl-prev:hover,
.contact-brances-section .owl-nav .owl-next:hover{
	color:#ffffff;
	background-color:#0b59d9;
}



/*** 
=============================================
    Google Map Area style
=============================================
***/
.google-map-area{
    position: relative;
    display: block;
}
.google-map-area .map-canvas{
	position: relative;
	width: 100%;
	height: 500px;
}
.map-data{
	text-align:center;
	font-size:14px;
	font-weight:400;
	line-height:1.8em;
}
.map-data a{
    color: #0b59d9;
	display: block;
}
.map-data h6{
	font-size:16px;
	font-weight:700;
	text-align:center;
	margin-bottom:5px;
	color:#121212;
}










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

.ui-datepicker td a {
    color: #000000 !important;
    text-align: center;
    background-image: none !important;
    background: #f5f5f5 !important;
    border: 1px solid #f9f9f9 !important;
}
.ui-state-highlight, 
.ui-widget-content .ui-state-highlight, 
.ui-widget-header .ui-state-highlight{
    border: 1px solid #333333 !important;
    background: #333333 !important;
    color: #ffffff !important;
}

.ui-datepicker .ui-datepicker-prev {
    left: 5px;
}
.ui-datepicker .ui-datepicker-prev, 
.ui-datepicker .ui-datepicker-next {
    border-radius: 30%;
    height: 20px;
    position: absolute;
    top: 7px;
    width: 20px;
    transition: all 500ms ease;
    cursor: pointer;
}
.ui-datepicker .ui-datepicker-next {
    right: 5px;
}
.ui-datepicker .ui-datepicker-prev:hover, 
.ui-datepicker .ui-datepicker-next:hover {
    top: 7px;
    background: #fff;
    border: none;
}
.ui-datepicker table {
    border-collapse: collapse;
    font-size: 13px;
    margin: 0 0 0.4em;
    width: 100%;
}
.ui-datepicker th {
    border: medium none;
    font-weight: 600;
    padding: 2px 3px;
    text-align: center;
}
.ui-datepicker-calendar .ui-state-default:hover,
.ui-datepicker-calendar .ui-state-default:active{
    background: #43c3ea;
    color: #fff;
    border-color: #43c3ea;
}










.wp-block-themepunch-revslider {
    position: relative;
    margin-top: -182px;
    z-index: 1;
}
#polyglotLanguageSwitcher span.trigger:before {
    font-family: 'Font Awesome 5 Pro';
    font-weight: 300;
}
.our-company-office .bootstrap-select>.dropdown-toggle::after {
    font-family: 'Font Awesome 5 Pro';
    font-weight: 300;
}
.main-menu .navigation> li.dropdown> a:before {
    font-family: 'Font Awesome 5 Pro';
    font-weight: 300;
}






.page-wrapper {
    overflow: hidden;
}
.footer-area.two {
    padding-top: 0;
}
.elementor-section.elementor-section-boxed>.elementor-container {
    max-width: 1200px !important;
}
.scroll-to-top.scroll-to-target {
    display: none;
}
.pt0 {
    padding-top: 0;
}
.breadcrumb-item+.breadcrumb-item::before {
    display: none;
}
















.pdt {
	padding-top : 0;
}
.pdb {
	padding-bottom : 0;
}
.services-single-section.one .content-column {
    padding-bottom: 0;
}
.services-single-section.two .content-column {
	padding-top : 0;
    padding-bottom: 0;
}
.services-single-section.three .content-column {
	padding-top : 0;
    padding-bottom: 0;
}
.services-single-section.four .content-column {
	padding-top : 0;
}
.elementor-widget:not(:last-child) {
    margin-bottom: 0 !important;
}
.case-single-section.one {
    padding-bottom: 0;
}
.case-single-section.two {
    padding: 0 0;
}
.case-single-section.three {
    padding: 0;
}
.case-single-section.four {
    padding-top: 0;
}
.case-single-section.three .description-box {
    margin-top: 0;
}


.blog-small-section .news-block-three .inner-box .image .post-info {
    padding: 0px 20px;
}
.news-block-four .inner-box .lower-content .post-info li .mints a {
    display: block;
    color: #848484;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    padding: 0px 5px;
}
.comments {
    font-size: 10px !important;
}
span.page-numbers.current {
    position: relative;
    display: inline-block;
    min-width: 50px;
    height: 50px;
    font-size: 16px;
    line-height: 48px;
    color: #fff;
    font-weight: 600;
    text-align: center;
    border-radius: 5px;
    background: #ffffff;
    border: 1px solid #f2f2f2;
    text-transform: capitalize;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    font-family: 'Poppins', sans-serif;
    background: #0b59d9;
}
.news-block-four .inner-box .lower-content {
    padding-left: 130px;
}
.blog-single .inner-box .title-box .title a {
    position: relative;
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 1.2px;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.blog-single .inner-box .title-box .tags a {
    position: relative;
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
}
.blog-single .inner-box .title-box .tags i {
    display: none;
}
section.sidebar-page-container.blog-single-page blockquote {
    border-left: 5px solid #0b59d9!important;
    background: rgb(11 89 217 / 3%);
}
.blog-single .inner-box .lower-box .image {
    margin-bottom: 20px;
}



.comment-form {}
.comment-form .single-blog-title-box {}
.comment-form .single-blog-title-box h3 {
    position: relative;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
    text-transform: uppercase;
}
.comment-form button {}
.comment-form button span.btn-title {
    position: relative;
    padding: 22px 50px 20px;
    color: #ffffff;
    position: relative;
    display: inline-block;
    background: #0b59d9;
    color: #ffffff;
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    text-transform: uppercase;
    font-family: 'Rubik', sans-serif;
    padding: 22px 30px 20px;
    border-radius: 5px;
    transition: all 500ms ease;
    z-index: 2;
}
.comment-form button span.btn-title:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    background-color: #1d2633;
    border-radius: 5px;
    opacity: 0;
    transform-style: preserve-3d;
    transform: perspective(1200px) rotateX(90deg) translateZ(-25px);
    transition: all 300ms ease 100ms;
    z-index: -1;
}
.comment-form button span.btn-title:hover:before {
    opacity: 1;
    transform: perspective(1200px) rotateX(0deg) translateZ(0px);
    transition: all 900ms ease 300ms;
}



.comments-area {}
.comments-area h3 {
    position: relative;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 60px;
    margin-bottom: 25px;
}
.comments-area .comment-box {
    position: relative;
    padding-left: 100px;
    margin-bottom: 25px;
}
.comments-area .comment-box .author-thumb {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    overflow: hidden;
}
.comments-area .comment-box .author-thumb img {}
.comments-area .comment-box .comment-inner {}
.comments-area .comment-box .comment-inner .comment-info {
    position: relative;
    color: #303030;
    font-size: 18px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
}
.comments-area .comment-box .comment-inner .comment-info span.date {
    position: relative;
    color: #bebebe;
    font-size: 16px;
    font-style: italic;
    font-weight: 400;
    margin-left: 5px;
}
.comments-area .comment-box .comment-inner .text {}
.comments-area .comment-box .comment-inner .text p {
    position: relative;
    color: #848484;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4em;
    margin-top: 10px;
    margin-bottom: 8px;
}
.comments-area .comment-box .comment-inner a {}
.comments-area .comment-box .comment-inner a .reply-comment-btn {
    position: relative;
    color: #0b59d9;
    font-size: 16px;
    font-weight: 500;
}


.comments {
    padding: 10px 10px !important;
}
.comment-form .single-blog-title-box {
    margin-top: 60px;
}

/*  search  */

.search-form {}
.search-form .form-group {
    position: relative;
    display: block;
}
.search-form .form-group input {
    position: relative;
    display: block;
    padding: 10px 50px 10px 20px;
    border: 1px solid #f2f2f2;
    background: none;
    font-size: 15px;
    width: 100%;
    height: 50px;
    color: #808080;
    font-weight: 400;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.search-form .form-group button {
    position: absolute;
    right: 14px;
    top: 11px;
    height: 28px;
    width: 30px;
    font-size: 14px;
    color: #222222;
    line-height: 30px;
    background: none;
    display: inline-block;
    font-weight: normal;
    text-align: right;
    border-left: 1px solid #f2f2f2;
}
.search-form .form-group button i {}

/*  categories  */

.widget_categories {}
.widget_categories ul {
    position: relative;
    border: 1px solid #f2f2f2;
    padding: 33px 35px 31px;
}
.widget_categories ul li {
    position: relative;
    padding-bottom: 8px;
    margin-bottom: 10px;
    border-bottom: 1px solid #f2f2f2;
}
.widget_categories ul li a {
    position: relative;
    color: #848484;
    font-size: 16px;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
}
.widget_categories ul li a:hover {
    color: #0b59d9;
}
.widget_categories ul li:last-child {
    border: none;
    margin-bottom: 0px;
    padding-bottom: 0px;
}


.sidebar-widget-three.newsletter-box {
    margin-bottom: -30px !important;
}
.social-icon-five li a:hover {
    color: #ffffff !important;
}



/** banner-section **/

.banner-section{
  position: relative;
  overflow: hidden;
}

.banner-carousel{
  position: relative;
}

.banner-carousel .slide-item{
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 230px 0px 170px 0px;
}

.banner-carousel .slide-item:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    /* background: #000; */
    top: 0px;
    right: 0px;
    z-index: 1;
    opacity: 0.5;
}

.banner-carousel .slide-item .image-layer{
  position:absolute;
  left:0;
  top:0;
  width:100%;
  height:100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-transform:scale(1);
  -ms-transform:scale(1);
  transform:scale(1);
  -webkit-transition: all 6000ms linear;
  -moz-transition: all 6000ms linear;
  -ms-transition: all 6000ms linear;
  -o-transition: all 6000ms linear;
  transition: all 6000ms linear;
}

.banner-carousel .active .slide-item .image-layer{
  -webkit-transform:scale(1.15);
  -ms-transform:scale(1.15);
  transform:scale(1.15);
}

.banner-carousel .content-box{
  position: relative;
  display: block;
  max-width: 650px;
  z-index:5;
}

.banner-carousel .content-box h5{
  position: relative;
  display: inline-block;
  font-size: 18px;
  line-height: 26px;
  padding-left: 48px;
  margin-bottom: 10px;
  opacity: 0;
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  -o-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
}

.banner-carousel .active .content-box h5{
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 700ms;
  -moz-transition-delay: 700ms;
  -ms-transition-delay: 700ms;
  -o-transition-delay: 700ms;
  transition-delay: 700ms;
}

.banner-carousel .content-box h5 i{
  position: absolute;
  left: 0px;
  top: -18px;
  font-size: 60px;
  color: #fff;
}

.banner-carousel .content-box h1{
	position: relative;
	color: #ffffff;
	font-size: 100px;
	line-height: 1.0em;
	font-weight: 800;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    text-shadow: 0px 0px 8px rgba(0,0,0,0.2);
  opacity: 0;
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  -o-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
}

.banner-carousel .active .content-box h1{
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 1000ms;
  -moz-transition-delay: 1000ms;
  -ms-transition-delay: 1000ms;
  -o-transition-delay: 1000ms;
  transition-delay: 1000ms;
}

.banner-carousel .content-box p{
  position: relative;
  display: block;
  color: #fff;
  font-size: 24px;
  line-height: 36px;
  margin-bottom: 41px;
  opacity: 0;
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  -o-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
}

.banner-carousel .active .content-box p{
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 1300ms;
  -moz-transition-delay: 1300ms;
  -ms-transition-delay: 1300ms;
  -o-transition-delay: 1300ms;
  transition-delay: 1300ms;
}

.banner-carousel .content-box .btn-box{
  position: relative;
  opacity: 0;
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  -o-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
}

.banner-carousel .active .content-box .btn-box{
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 1600ms;
  -moz-transition-delay: 1600ms;
  -ms-transition-delay: 1600ms;
  -o-transition-delay: 1600ms;
  transition-delay: 1600ms;
}

.banner-carousel .content-box .btn-box .call-now{
  position: relative;
  display: inline-block;
  padding: 4px;
  margin-right: 22px;
}

.banner-carousel .content-box .btn-box .call-now .inner{
  position: relative;
  display: inline-block;
  padding: 21px 30px 23px 75px;
}

.banner-carousel .content-box .btn-box .call-now .inner:before{
  position: absolute;
  content: '';
  background: rgba(34,34,34,0.5);
  width: 8px;
  height: 8px;
  left: 0px;
  top: 0px;
}

.banner-carousel .content-box .btn-box .call-now .inner:after{
  position: absolute;
  content: '';
  background: rgba(34,34,34,0.5);
  width: 8px;
  height: 8px;
  right: 0px;
  bottom: 0px;
}

.banner-carousel .content-box .btn-box .call-now .inner i{
  position: absolute;
  left: 5px;
  top: 0px;
  color: #222222;
  font-size: 100px;
  font-weight: 400;
}

.banner-carousel .content-box .btn-box .call-now .inner span{
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 20px;
  color: #222;
  font-weight: 400;
}

.banner-carousel .content-box .btn-box .call-now .inner h3{
  display: block;
  font-size: 30px;
  line-height: 36px;
  font-weight: 600;
}

.banner-carousel .content-box .btn-box .call-now .inner h3 a{
  display: inline-block;
  color: #222;
}

.banner-carousel .content-box .btn-box .call-now .inner h3 a:hover{
  text-decoration: underline;
}

.banner-carousel .content-box .btn-box .theme-btn-one{
  top: -14px;
}

.owl-dots-none .owl-dots,
.owl-nav-none .owl-nav{
  display: none !important;
}

.banner-section .owl-dots{
  position: absolute;
  left: 50px;
  top: 50%;
  transform: translateY(-50%);
}

.banner-section .owl-theme .owl-dots .owl-dot{
  display: block;
}

.banner-section .owl-theme .owl-dots .owl-dot span{
  position: relative;
  background: #fff;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  margin: 15px 0px;
  cursor: pointer;
}

.banner-section .owl-theme .owl-dots .owl-dot span:before{
  position: absolute;
  content: '';
  width: 9px;
  height: 9px;
  border-radius: 50%;
  left: 3px;
  top: 3px;
  transform: scale(0,0);
  transition: all 500ms ease;
}

.banner-section .owl-theme .owl-dots .owl-dot.active span:before,
.banner-section .owl-theme .owl-dots .owl-dot span:hover:before{
  transform: scale(1,1);
}

.nice-select:after{
  position: absolute;
  content: "\f107";
  font-family: 'Font Awesome 5 Pro';
  font-size: 16px;
  top: 0px;
  right: 30px;
  color: #565656;
  margin: 0px;
  border: none !important;
  transform: rotate(0deg) !important;
}

.nice-select{
  position: relative;
  display: block;
  width: 100%;
  height: 60px;
  max-width: 225px;
  line-height: 60px;
  border: 1px solid #dddddd !important;
  font-size: 16px;
  color: #777777;
  background: transparent;
  border-radius: 0px;
  padding: 0px 20px;
}




/** banner-style-two **/

.banner-section.style-two .content-box{
  max-width: 100%;
}

.banner-section.style-two .banner-carousel .slide-item{
  padding: 155px 0px 220px 0px;
}

.banner-section.style-two .banner-carousel .slide-item:before{
  opacity: 0.6;
}

.banner-section.style-two .content-box .icon-box{
  position: relative;
  display: inline-block;
  font-size: 65px;
  color: #fff;
  margin-bottom: 7px;
  -webkit-animation: service_hexagon_2 15s infinite linear;
  -moz-animation: service_hexagon_2 15s infinite linear;
  -o-animation: service_hexagon_2 15s infinite linear;
  animation: service_hexagon_2 15s infinite linear;
}

.banner-section.style-two .banner-carousel .content-box h1 {
    margin-bottom: 20px;
}

.banner-section.style-two .content-box h3 {
    position: relative;
    color: #ffffff;
    font-size: 30px;
    line-height: 1.4em;
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 25px;
    font-family: 'Poppins', sans-serif;
    text-shadow: 0px 0px 8px rgb(0 0 0 / 20%);
    opacity: 0;
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -ms-transform: translateY(100px);
    -o-transform: translateY(100px);
    transform: translateY(100px);
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
}

.banner-section.style-two .banner-carousel .active .content-box h3{
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 700ms;
  -moz-transition-delay: 700ms;
  -ms-transition-delay: 700ms;
  -o-transition-delay: 700ms;
  transition-delay: 700ms;
}

.banner-section.style-two .content-box .btn-box a {
    /* margin: 0px 8px; */
    padding: 24px 45px 22px;
}
.banner-section.style-two .content-box {
    text-align: center;
}

.banner-section.style-two .banner-carousel .content-box .btn-box .theme-btn-one{
  top: 0px;
}

.banner-btn{
  position: relative;
  display: inline-block;
  font-size: 18px;
  line-height: 26px;
  font-family: 'Barlow', sans-serif;
  font-weight: 700;
  color: #222 !important;
  background: #fff;
  text-align: center;
  padding: 17px 37px;
  text-transform: uppercase;
  z-index: 1;
  transition: all 500ms ease;
}

.banner-btn:hover{
  background: #20445a;
  color: #fff !important;
}

.banner-btn:before{
  position: absolute;
  content: '';
  width: 100%;
  height: 0%;
  background: #20445a;
  left: 0px;
  top: 0px;
  z-index: -1;
  transition: all 500ms ease;
}

.banner-btn:hover:before{
  height: 50%;
}

.banner-btn:after{
  position: absolute;
  content: '';
  width: 100%;
  height: 0%;
  background: #20445a;
  left: 0px;
  bottom: 0px;
  z-index: -1;
  transition: all 500ms ease;
}

.banner-btn:hover:after{
  height: 50%;
}

.banner-btn .btn-shape{
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
}

.banner-btn .btn-shape:before{
  position: absolute;
  content: '';
  background: #a7b6bf;
  width: 8px;
  height: 8px;
  left: 0px;
  bottom: 0px;
  transition: all 500ms ease;
}

.banner-btn:hover .btn-shape:before{
  bottom: 86%;
}

.banner-btn .btn-shape:after{
  position: absolute;
  content: '';
  background: #a7b6bf;
  width: 8px;
  height: 8px;
  top: 0px;
  right: 0px;
  transition: all 500ms ease;
}

.banner-btn:hover .btn-shape:after{
  top: 86%;
}



.one.banner-section.style-two .banner-carousel .slide-item {
    padding: 355px 0px 220px 0px;
}
.one.banner-section {
    margin-top: -161px;
}

.special-service {}
.special-service .special-checkbox {}
.special-service .special-checkbox span {
    margin: 0;
}
.special-service .special-checkbox span label {
    display: inline-block;
    color: #555;
    font-size: 14px;
    line-height: 18px;
    margin-right: 17px;
    cursor: pointer;
}
.special-service .special-checkbox span label input {
    width: 18px !important;
    height: 18px !important;
    border: 1px solid #ddd !important;
    margin-right: 18px;
    display: inline-block;
    vertical-align: bottom;
    padding: 0 0 !important;
}
.special-service .special-checkbox span label input span {}
.btn-info.focus, .btn-info:focus {
    box-shadow: unset !important;
}
#appoinment_content .vehicle-year .thm-spinner {
    position: relative;
    top: 25px;
}
.vehicle-year p {
    float: right;
    width: 24%;
    display: inline-block;
    padding: 0;
    text-align: center;
}
#appoinment_content .thm-spinner.ui-slider .ui-slider-handle {
    width: 30px !important;
}

.pull-right {
    float: right;
}
:focus {
    box-shadow: unset !important;
}

.outer-search-box-style1 .search-box .form-group button, .outer-search-box-style1 .search-box .form-group input[type="submit"] {
    text-align: center;
}
.mrwidget {
    margin-left: 10px;
}

.outer-search-box-style1 .seach-toggle:hover, .outer-search-box-style1 .seach-toggle.active {
    color: #ffffff;
}

.btn-one {
    cursor: pointer;
}
.contact-form form [type=submit] {
    cursor: pointer;
}





.footer-area .wow{
	animation:none!important;
}
.services-style1-area .single-box.wow{
	animation:none!important;
}

.header-top-left-style2 .logo {
    width: 160px;
}

#html5-elem-data-box{
	display:none!important;
}

 .communicate-section  .communicater-box{
    border: 1px solid #f6f6f6;
    padding: 25px;
    box-shadow: 0px 3px 7px 2px #ededed;
    background: white;
}
 .communicate-section  .communicater-box.col-xl-6 {
    max-width: 47%;
    margin-right: 24px;
}
.single-footer-widget .contact-info {
    margin-left: 15px;
}

.services-single-section .acc-btn {
    cursor: auto!important;
}

.accordion-box.style-three .block:hover{
	box-shadow: 0px 4px 6px rgb(235 233 233);
}

.footer-top-left .footer-logo a {
    display: inline-block;
    width: 145px;
}

.standard .inner-box:hover .image img {
    opacity: 1!important;
}

.post_meta li {
    display: inline-block;
    margin-right: 20px;
	text-transform:capitalize;
}
 .post_meta {
    border-bottom: 1px solid #f4f3f3;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.sidebar-about-widget .lower-box .social-links li {
    border-bottom: none;
}

.news-block-four .inner-box .lower-content h3 {
    font-size: 32px;
    font-weight: 600;
}