 
/* Css For Amortex */

/************ TABLE OF CONTENTS ***************
1. Fonts
2. Reset
3. Global
4. Main Header/style-one/style-two
5. Main Slider/style-one/style-two
6. Intro Section
7. Welcome Section
9. Cta Section
8. Research Fields
10. Testimonial Section
11. Researches Section
12. Team Section
14. Video
15. Fact Counter
16. News Section
19. Clients Section
20. Main Footer
21. Footer Bottom
22. Research Style Two
23. Innovative Solution
24. Discover Section
25. Testimonial Section
26. Chooseus Section
27. News Style Two
28. Page Title
29. Research Page Section
30. Research Details
31. Professor Page Section
32. Professor Details
33. About Section
34. Error Section
35. Blog Page Section
36. Blog Details
37. Blog Sidebar
38. Contact Section
39. Google Map


**********************************************/



/** banner-section **/

.banner-carousel .slide-item{
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

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

.banner-carousel .theme-btn.btn-two{
  margin-left: 10px;
}

.banner-carousel .slide-item .image-layer{
  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 .slide-item .bg-layer{
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.banner-carousel .content-box h1{
  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 h2{
  line-height: 32px;
  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 h2{
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 1200ms;
  -moz-transition-delay: 1200ms;
  -ms-transition-delay: 1200ms;
  -o-transition-delay: 1200ms;
  transition-delay: 1200ms;
}

.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: 1400ms;
  -moz-transition-delay: 1400ms;
  -ms-transition-delay: 1400ms;
  -o-transition-delay: 1400ms;
  transition-delay: 1400ms;
}

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

.owl-nav button{
  background: transparent;
}

.banner-section.style-one .banner-carousel .owl-nav{
  position: absolute;
  right: 250px;
  bottom: 140px;
}

.banner-carousel .owl-nav button {
    position: absolute;
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border: solid;
    border-width: 2px;
    border-color: #fff;
    text-align: center;
    border-radius: 50%;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
    transition: all 500ms ease;
}

.banner-carousel .owl-nav button:hover{
	color: #fff !important;
}

.banner-carousel .owl-nav button.owl-prev{
  right: 10px;
}

.banner-section .banner-social{
  position: absolute;
  left: 240px;
  bottom: 90px;
  z-index: 2;
}

.banner-section .banner-social li{
  position: relative;
  display: inline-block;
}

.banner-section .banner-social li a{
  position: relative;
  display: inline-block;
  width: 44px;
  height: 44px;
  line-height: 44px;
  font-size: 16px;
  color: #cccccc;
  text-align: center;
  border-radius: 50%;
}

.banner-section .banner-social li a:hover{
  color: #fff;
}


/** feature-section **/

.feature-block-one .inner-box{
  overflow: hidden;
}

.feature-block-one .inner-box .image-box{
  overflow: hidden;
  background: #000000;
}

.feature-block-one .inner-box .image-box img{
  width: 100%;
  transition: all 500ms ease;
}

.feature-block-one .inner-box:hover .image-box img{
  opacity: 0.5;
  transform: scale(1.05);
}

.feature-block-one .inner-box .text{
  left: 20px;
  bottom: 25px;
  width: calc(100% - 40px);
  opacity: 1;
}

.feature-block-one .inner-box:hover .text{
  bottom: -125px;
  opacity: 0;
}

.feature-block-one .inner-box .text:before{
  position: absolute;
  content: '';
  width: 25px;
  height: 25px;
  right: -1px;
  bottom: 0px;
  clip-path: polygon(0% 100%, 100% 0%, 100% 100%, 0% 100%, 0% 0%);
}

.feature-block-one .inner-box .overlay-content{
  left: 0px;
  top: 0px;
  width: 100%;
  opacity: 0;
}

.feature-block-one .inner-box:hover .overlay-content{
  opacity: 1;
  top: 50%;
  transform: translateY(-50%);
}

.feature-block-one .inner-box h3 a:hover{
  text-decoration: underline;
}

.feature-block-one .inner-box .overlay-content h3 a:before{
  position: absolute;
  content: '';
  background: #fff;
  width: 50px;
  height: 1px;
  left: -66px;
  top: 15px;
}

.bg-color-1{
  background: #f8f7f4;
}


/** about-section **/

.about-section{
  overflow: hidden;
}

.content_block_1 .content-box .inner-box .single-item .icon-box{
  width: 80px;
  height: 80px;
}

.content_block_1 .content-box .inner-box .single-item:hover .icon-box{
  -webkit-box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.15);
}

.content_block_1 .content-box .inner-box .single-item:before{
  position: absolute;
  content: '';
  background: #dddddd;
  width: 1px;
  height: 115px;
  top: 0px;
  right: -15px;
}

.before-none:before,
.after-none:after{
  display: none !important;
}

.about-section .image-box .image{
	transform: translate(0px) !important;
}

.about-section .image-box .image-2{
  left: 0px;
  top: 0px;
}

.about-section .bg-layer{
  top: 0px;
  right: 0px;
  width: 1268px;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right center;
}


/** project-section **/

.project-block-one .inner-box .image-box{
  overflow: hidden;
}

.project-block-one .inner-box .image-box img{
  width: 100%;
}

.project-block-one .inner-box .image-box h2{
  right: 0px;
  bottom: 16px;
  opacity: 0;
}

.project-block-one .inner-box:hover .image-box h2{
  right: 20px;
  opacity: 1;
}

.project-block-one .inner-box .image-box h2:before{
  position: absolute;
  content: '';
  background: #fff;
  width: 50px;
  height: 1px;
  left: -65px;
  top: 48px;
}

.project-block-one .inner-box .image-box:before{
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  opacity: 0.9;
  z-index: 1;
  clip-path: polygon(0% 100%, 100% 0%, 100% 100%, 0% 100%, 0% 0%);
  transition: all 500ms ease;
  transform: scaleX(0);
  transform-origin: right center;
}

.project-block-one .inner-box:hover .image-box:before{
  transform: scaleX(1);
}

.project-block-one .inner-box .text h3 a:hover{
  padding-left: 65px;
}

.project-block-one .inner-box .text h3 a:before{
  position: absolute;
  content: '';
  width: 50px;
  height: 1px;
  left: 0px;
  top: 15px;
  opacity: 0;
}

.project-block-one .inner-box .text h3 a:hover:before{
  opacity: 1;
}

.project-section .owl-nav{
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  left: 0px;
  width: 100%;
}

.project-section .owl-nav button{
  position: absolute;
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-size: 16px;
  border-radius: 50%;
  border: solid;
  border-width: 2px;
  border-color: #dddddd;
  color: #dddddd;
  text-align: center;
  transition: all 500ms ease;
}

.project-section .owl-nav button:hover{
  color: #fff;
}

.project-section .owl-nav button.owl-prev{
  left: -105px;
}

.project-section .owl-nav button.owl-next{
  right: -105px;
}


/** skills-section **/

.skills-section{
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
}

.skills-section:before {
    position: absolute;
    content: '';
    /* background: #000; */
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    opacity: 0.9;
}

.progress-box{
  position: relative;
  display: block;
  margin-bottom: 22px;
}

.progress-box:last-child{
  margin-bottom: 0px;
}

.progress-box .bar{
  position:relative;
  width:100%;
  height:28px;
}

.progress-box .bar-inner{
  position:relative;
  display:block;
  border-radius:0px;
  width:0px;
  height:28px;
  bottom: 0px;
  -webkit-transition:all 1500ms ease;
  -ms-transition:all 1500ms ease;
  -o-transition:all 1500ms ease;
  -moz-transition:all 1500ms ease;
  transition:all 1500ms ease; 
}

.progress-box:nth-child(2) .bar-inner{

}

.progress-box:nth-child(2) .bar-inner:before{

}

.progress-box .bar-inner:before{
  position: absolute;
  content: '';
  top: 0px;
  right: -10px;
  width: 10px;
  height: 100%;
  clip-path: polygon(0% 0%, 100% 50%, 0% 100%, 0% 100%, 0% 0%);
}

.progress-box h5{
  left: 0px;
  top: 0px;
}

.progress-box .count-text{
  left: 10px;
  top: 0px;
}

.skills-section .inner-content .single-item .icon-box{
  min-height: 65px;
}

.skills-section .inner-content .single-item:before{
  position: absolute;
  content: '';
  width: 18px;
  height: 18px;
  right: 0px;
  bottom: 0px;
  clip-path: polygon(0% 100%, 100% 0%, 100% 100%, 0% 100%, 0% 0%);
  transition: all 500ms ease;
}

.skills-section .inner-content .single-item:hover:before{
  width: 100%;
  height: 100%;
  background: rgba(217, 170, 47, 0.12);
	opacity: 0.2;
}

.skills-section .skills-inner {
    /* border-bottom: 1px solid #444444; */
}

.counter-block-one .inner-box .icon-box{
  left: 0px;
  top: 10px;
}

.counter-block-one .inner-box:hover .icon-box{

}

.project-block-two .inner-box .image-box{
	overflow: hidden;
}

.project-block-two .inner-box .image-box img{
	transition: all 500ms ease;
}

.project-block-two .inner-box:hover .image-box img{
	transform: scale(1.05)
}

.counter-block-one .inner-box:before{
  position: absolute;
  content: '';
  width: 1px;
  height: 90px;
  top: 3px;
  right: 15px;
  background: #444444;
}

.counter-block:last-child .counter-block-one .inner-box:before{
  display: none;
}

.award-block-one .inner-box .image{
	overflow: hidden;
}

.award-block-one .inner-box .image img{
  width: 100%;
	transition: all 500ms ease;
}
.award-block-one .inner-box .image:hover img{
	transform: scale(1.05);
}

.award-block-one .inner-box .image-box .text{
  left: 120px;
  bottom: 35px;
  width: calc(100% - 240px);
}

.award-block-one .inner-box .image-box .text h3 a:hover{

}

.award-block-one .inner-box .image-box .text:before {
  position: absolute;
  content: '';
  width: 25px;
  height: 25px;
  right: -1px;
  bottom: 0px;
  clip-path: polygon(0% 100%, 100% 0%, 100% 100%, 0% 100%, 0% 0%);
}

.award-section .award-box{
  left: 50%;
  transform: translateX(-50%);
  bottom: 135px;
  width: 290px;
}

.award-section .award-box .inner{

}


/** service-section **/

.service-section .inner-content{
  margin-right: -230px;
  margin-left: 10px;
}

.service-section .pattern-layer{
  width: 1235px;
	top: -30% !important;
	z-index: 1;
}

.service-block-one .inner-box .image-box{
  overflow: hidden;
}

.service-block-one .inner-box:hover .image-box{
  transform: scaleY(1.1);
}

.service-block-one .inner-box .image-box:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(-90deg, rgba(0,0,0,0.0) 50%, rgba(0,0,0,0.9) 100%);
  top: 0px;
  right: 0px;
  z-index: 1;
}


.service-block-one .inner-box .image-box:after{
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  opacity: 0.9;
  z-index: 1;
  clip-path: polygon(0% 100%, 100% 0%, 100% 100%, 0% 100%, 0% 0%);
  transition: all 500ms ease;
  transform: scaleX(0);
  transform-origin: right center;
}

.service-block-one .inner-box:hover .image-box:after{
  transform: scaleX(1);
}

.service-block-one .inner-box .image-box img{
  width: 100%;
}

.service-section .service-block{
  padding: 0px 5px;
}

.service-block-one .inner-box .text{
  width: 100%;
}

.service-block-one .inner-box:hover .text{
  padding-bottom: 0px;
}

.service-block-one .inner-box:hover .text h2 a{
  padding-left: 55px;
}

.service-block-one .inner-box .text h2 a:before{
  position: absolute;
  content: '';
  background: #fff;
  width: 40px;
  height: 1px;
  left: 0px;
  top: 22px;
  opacity: 0;
  transition: all 500ms ease;
}

.service-block-one .inner-box:hover .text h2 a:before{
  opacity: 1;
}


/** team-section **/

.team-block-one .inner-box:hover .lower-content{
  box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 10%);
}

.team-block-one .inner-box .image-box{
  overflow: hidden;
}

.team-block-one .inner-box .image-box img{
  width: 100%;
}

.team-block-one .inner-box .image-box .social-links li a{
  color: #888888;
}

.team-block-one .inner-box .image-box .social-links{
  right: -50px;
  opacity: 0;
}

.team-block-one .inner-box:hover .image-box .social-links{
  right: 0px;
  opacity: 1;
}

.team-block-one .inner-box .image-box .support-box{
  bottom: -54px;
  opacity: 0;
  width: calc(100% - 70px);
}

.team-block-one .inner-box:hover .image-box .support-box{
  bottom: 0px;
  opacity: 1;
}

.team-block-one .inner-box .image-box .support-box h4 a:hover{
  text-decoration: underline;
}

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

.service-section .service-block-one{
	margin-top: 30px;
	margin-bottom: 30px;
}

.service-section{
	padding: 90px 0px;
	overflow: hidden;
}


/** testimonial-section **/

.testimonial-section .sub-title{
  text-transform: uppercase;
}

.testimonial-section{
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
	overflow: hidden;
}

.testimonial-section:before{
  position: absolute;
  content: '';
  background: #000;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  opacity: 0.9;
}

.testimonial-section .inner-content{
  position: relative;
  max-width: 1050px;
  margin: 0 auto;
}

.testimonial-section .testimonial-content .text{
  border: 1px solid #fff;
  border-bottom: none;
}

.testimonial-section .testimonial-content .text:before{
  position: absolute;
  content: '';
  background: #fff;
  width: calc(50% - 13px);
  height: 1px;
  left: 0px;
  bottom: 0px;
}

.testimonial-section .testimonial-content .text:after{
  position: absolute;
  content: '';
  background: #fff;
  width: calc(50% - 13px);
  height: 1px;
  right: 0px;
  bottom: 0px;
}

.testimonial-section .testimonial-content .text .shape{
  left: 50%;
  transform: translateX(-50%) rotate(225deg);
  bottom: -9px;
  width: 19px;
  height: 19px;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
}

.testimonial-section .testimonial-content .quote{
  color: transparent;
  background: -webkit-linear-gradient(0deg, #d2a52e, #ebe31f 50%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.testimonial-section .testimonial-content .author-thumb img{
  width: 100%;
  border-radius: 50%;
}

.testimonial-section .testimonial-content .author-box{
  text-align: left;
}

.testimonial-section .owl-theme .owl-dots .owl-dot span{
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.20);
}

.testimonial-section .owl-theme .owl-dots .owl-dot.active span,
.testimonial-section .owl-theme .owl-dots .owl-dot span:hover{

}


/** subscribe-section **/

.subscribe-section .form-inner .form-group input[type='email']{
  width: 100%;
  height: 58px;
  padding-left: 20px;
  color: #555555;
}

.subscribe-section .form-inner .form-group button{
  position: absolute;
  top: 13px;
  right: 13px;
  width: 58px;
  height: 58px;
  font-size: 24px;
  color: #fff;
  border-radius: 2px;
  text-align: center;
  cursor: pointer;
  transition: all 500ms ease;
}

.subscribe-section .form-inner .form-group input:focus + button,
.subscribe-section .form-inner .form-group button:hover{

}

.subscribe-section .pattern-layer{
  background-size: cover;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  animation: slide 60s linear infinite;
  -webkit-animation: slide 60s linear infinite;
}

@keyframes slide{
  from { background-position: 0 0; }
    to { background-position: 1920px 0; }
}

@-webkit-keyframes slide{
  from { background-position: 0 0; }
    to { background-position: 1920px 0; }
}

.subscribe-section .bg-shape{
  width: 100%;
  height: 50px;
  background: #1e1e1e;
}

.bg-color-2{
  background: #122243;
}


/** banner-style-two **/

.banner-section.style-two .slide-item:before{
  display: none;
}

.banner-section .image-layer-2{
  width: 50%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left center;
}

.banner-section.style-two .content-box{
  max-width: 700px;
}

.banner-carousel .content-box h3{
  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 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: 1000ms;
  -moz-transition-delay: 1000ms;
  -ms-transition-delay: 1000ms;
  -o-transition-delay: 1000ms;
  transition-delay: 1000ms;
}

.banner-carousel .content-box h3 i{
  position: absolute;
  left: 0px;
  top: 9px;
  font-size: 14px;
}

.banner-section.style-two .banner-carousel .owl-nav{
  right: inherit;
  bottom: 1500px;
  left: 250px;
}

.banner-section.style-two .banner-carousel .owl-nav{
  position: absolute;
  left: 317px;
  bottom: 180px;
}

.banner-section .pattern-layer{
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: repeat-x;
  animation: slide 60s linear infinite;
  -webkit-animation: slide 60s linear infinite;
}


/** funfact-style-two **/

.funfact-style-two{
  background: #192e5b;
	overflow: hidden;
}

.funfact-style-two .shape-layer{
  width: calc(50% - 60px);
  height: 140px;
  clip-path: polygon(0% 0%, 100% 0%, 96% 100%, 0% 100%, 0% 0%);
}

.funfact-style-two .pattern-layer{
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.feature-block-two .inner-box{
  overflow: hidden;
}

.feature-block-two .inner-box .shape{
  width: 358px;
  height: 179px;
  background-repeat: no-repeat;
}

.feature-block-two .inner-box h3:before{
  position: absolute;
  content: '';
  background: #eeeeee;
  width: 100%;
  height: 1px;
  left: -45px;
  bottom: 0px;
}

.feature-block-two .inner-box:hover .icon-box{
  color: #192e5c;
}

.feature-block-two .inner-box:before{
  position: absolute;
  content: '';
  width: 25px;
  height: 25px;
  right: 10px;
  bottom: 10px;
  clip-path: polygon(0% 100%, 100% 0%, 100% 100%, 0% 100%, 0% 0%);
  transition: all 500ms ease;
}

.feature-block-two .inner-box:hover:before{
  background: #192e5c;
}

.feature-block-two .inner-box:hover{
  transform: translateY(-10px);
}


/** about-style-two **/

.about-style-two .image-box img{
  width: 100%;
}

.about-style-two .image-box .image-1{
  clip-path: polygon(0% 0%, 81% 0%, 100% 100%, 0% 100%, 0% 0%);
}

.about-style-two .image-box .image-2{
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%, 20% 0%);
}

.content_block_3 .content-box .sec-title .upper-text i{
  position: absolute;
  left: 0px;
  top: 5px;
  font-size: 14px;
  line-height: 20px;
}

.list-style-one li:before{
  content: "\f105";
  position: absolute;
  left: 0;
  line-height: 15px;
  color: #4564f3;
  font-size: 16px;
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: 900;
  top: 9px;
  background: transparent;
}

.bg-color-3{
  background: #f6f9ff;
}


/** featured-projects **/


.featured-projects .image-box img{
  width: 100%;
}

.featured-projects .image-box:before{
  position: absolute;
  content: '';
  width: 15px;
  height: calc(100% - 80px);
  right: 0px;
  top: 40px;
}

.featured-projects .image-box{
  margin-left: -30px;
}

.featured-projects .owl-nav{
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  left: 0px;
  width: 100%;
}

.featured-projects .owl-nav button{
  position: absolute;
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-size: 16px;
  border-radius: 50%;
  background: #fff;
  color: #999999;
  text-align: center;
  transition: all 500ms ease;
}

.featured-projects .owl-nav button.owl-prev{
  left: 0px;
}

.featured-projects .owl-nav button.owl-next{
  right: 0px;
}

.featured-projects .owl-nav button:hover{
  color: #fff;
}

.featured-projects .pattern-layer{
  width: 1065px;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}


/** video-section **/

.video-section .bg-layer{
	top: inherit !important;
	bottom: 200px !important;
  width: 100%;
  height: calc(150% - 60px);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  background-attachment: fixed;
}

.video-section .bg-layer:before{
  position: absolute;
  content: '';
  background: #000;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  opacity: 0.65;
}

.video-section .content-box .text p:before{
  position: absolute;
  content: '';
  background: #eeeeee;
  width: 180px;
  height: 1px;
  left: 0px;
  bottom: 0px;
}

.border-animation {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid rgba(255,255,255,.5);
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  animation: squares 2.9s linear 0s infinite;
  -webkit-animation: squares 2.9s linear 0s infinite;
  -ms-animation: squares 2.9s linear 0s infinite;
  -o-animation: squares 2.9s linear 0s infinite;
  -webkit-animation-play-state: running;
  -moz-animation-play-state: running;
  -o-animation-play-state: running;
  animation-play-state: running;
  opacity: 0;
}

.border-animation.border-2 {
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  -o-animation-delay: 1s;
  animation-delay: 1s;
}

.border-animation.border-3 {
  -webkit-animation-delay: 2s;
  -moz-animation-delay: 2s;
  -o-animation-delay: 2s;
  animation-delay: 2s;
}

.video-section .video-inner .video-btn a{
  position: relative;
  display: inline-block;
  width: 100px;
  height: 100px;
  line-height: 100px;
  background: #fff;
  text-align: center;
  font-size: 30px;
  color: #222;
  border-radius: 50%;
}


/** amenities-section **/

.amenities-section .list-item li{
  width: 33.333%;
}

.amenities-section .list-item li .single-item{
  border-bottom: 1px solid #eeeeee;
  border-right: 1px solid #eeeeee;
}

.amenities-section .list-item li .single-item .icon-box{
  color: #4864a1;
  background: #e1e9f9;
}

.amenities-section .list-item li .single-item .icon-box:before{
  position: absolute;
  content: '';
  border: 7px solid #f6f9ff;
  width: calc(100% + 14px);
  height: calc(100% + 14px);
  left: -7px;
  top: -7px;
  border-radius: 50%;
  transition: all 500ms ease;
}

.amenities-section .list-item li:nth-child(7) .single-item,
.amenities-section .list-item li:nth-child(8) .single-item,
.amenities-section .list-item li:last-child .single-item{
  border-bottom: none;
}

.amenities-section .list-item li:nth-child(3) .single-item,
.amenities-section .list-item li:nth-child(6) .single-item,
.amenities-section .list-item li:last-child .single-item{
  border-right: none;
}

.amenities-section .list-item li .single-item:hover{

}

.amenities-section .list-item li .single-item:hover .icon-box{
  background: #fff;
}

.amenities-section .list-item li .single-item:hover .icon-box:before{
  border-color: rgba(255, 255, 255, 0.22);
}

.amenities-section .list-item li .single-item h4,
.amenities-section .list-item li .single-item p{
  transition: all 500ms ease;
}

.amenities-section .list-item li .single-item:hover h4,
.amenities-section .list-item li .single-item:hover p{
  color: #fff;
}

.amenities-section .list-item li .single-item:before{
  position: absolute;
  content: '';
  background: rgba(255, 255, 255, 0.10);
  width: 0%;
  height: 0%;
  right: 0px;
  bottom: 0px;
  clip-path: polygon(0% 100%, 100% 0%, 100% 100%, 0% 100%, 0% 0%);
  transition: all 500ms ease;
}

.amenities-section .list-item li .single-item:hover:before{
  width: 100%;
  height: 100%;
}

.amenities-section .list-item li .single-item:after{
  position: absolute;
  content: '';
  background: rgba(255, 255, 255, 1);
  width: 15px;
  height: 15px;
  right: 15px;
  bottom: 15px;
  opacity: 0;
  clip-path: polygon(0% 100%, 100% 0%, 100% 100%, 0% 100%, 0% 0%);
  transition: all 500ms ease;
}

.amenities-section .list-item li .single-item:hover:after{
  opacity: 1;
}



/** project-style-two **/

.project-style-two .bg-layer{
  background: #f1f1f1;
  width: 68%;
  height: 100%;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%, 30% 0%);
}

.project-style-two .pattern-layer{
  width: 60%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.project-style-two .sec-title .theme-btn{
  border: 2px solid #192e5c;
}

.project-style-two .sec-title .theme-btn:hover{
  color: #fff;
  border-color: #d9aa2f;
}

.project-style-two .sec-title .theme-btn i{
  transition: all 500ms ease;
}

.project-style-two .sec-title .theme-btn:hover i{
  color: #fff;
}

.project-style-two .owl-carousel .owl-stage-outer{
  overflow: visible;
}

.project-style-two .owl-carousel {
  max-width: 1000px;
  margin: 0 auto;
  width: 100%;
  display: block;
}

.project-block-two .inner-box .lower-content{
  max-width: 470px;
  margin: 0 auto;
  width: 100%;
  text-align: center;
  opacity: 0;
}

.project-style-two .owl-carousel .owl-stage-outer .owl-item.active .project-block-two .inner-box .lower-content{
  opacity: 1;
}

.project-block-two .inner-box .lower-content .inner{
  background: #192e5c;
  margin-top: -170px;
}

.project-block-two .inner-box .image-box img{
  width: 100%;
}

.project-block-two .inner-box .lower-content h2:before{
  position: absolute;
  content: '';
  background: #fff;
  width: 70px;
  height: 1px;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0px;
}

.project-style-two .owl-theme .owl-dots{
  position: relative;
  display: block;
  text-align: center;
  margin-top: 0px;
}

.project-style-two .owl-theme .owl-dots .owl-dot span{
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #c6cad3;
  transition: all 500ms ease;
}

.project-style-two .owl-theme .owl-dots .owl-dot.active span,
.project-style-two .owl-theme .owl-dots .owl-dot span:hover{
  transform: scale(1.2);
}


/** clients-section **/

.clients-section .clients-logo img{
  transition: all 500ms ease;
  width: 100%;
}

.clients-section .clients-logo:hover img{
  transform: scale(0.95);
}

.bg-color-4{
  background: #192e5c;
}


/** contact-section **/

.contact-section .content-box .sec-title .upper-text i{
  position: absolute;
  left: 0px;
  top: 5px;
  font-size: 14px;
  line-height: 20px;
}

.contact-section .form-inner .form-group input[type='text'],
.contact-section .form-inner .form-group input[type='email'],
.contact-section .form-inner .form-group input[type='tel'],
.contact-section .form-inner .form-group textarea{
  position: relative;
  width: 100%;
  height: 64px;
  border: solid;
  border-width: 2px;
  border-color: rgba(255, 255, 255, 0.30);
  border-radius: 3px;
  font-size: 18px;
  color: #fff;
  padding: 10px 20px;
  background: transparent;
  transition: all 500ms ease;
}

.contact-section .form-inner .form-group textarea{
  height: 150px;
  resize: none;
  display: block;
}

.contact-section .form-inner .form-group input:focus,
.contact-section .form-inner .form-group textarea:focus{

}

.contact-section .image-box{
  overflow: hidden;
}

.contact-section .image-box img{
  width: 100%;
}

.contact-section .image-box:before{
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, .3)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  -webkit-transform: skewX(-25deg);
  -ms-transform: skewX(-25deg);
  transform: skewX(-25deg);
  z-index: 1;
}

.contact-section .image-box:hover:before {
  -webkit-animation: shine 1s;
  animation: shine 1s;
}

@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}

@keyframes shine {
  100% {
    left: 125%;
  }
}

.about-section .image-box .image-2{
	overflow: hidden;
}

.about-section .image-box .image-2:before{
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, .3)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  -webkit-transform: skewX(-25deg);
  -ms-transform: skewX(-25deg);
  transform: skewX(-25deg);
  z-index: 1;
}

.about-section .image-box .image-2:hover:before {
  -webkit-animation: shine 1s;
  animation: shine 1s;
}

.contact-section .pattern-layer{
  width: 1045px;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}


/** banner-style-three **/

.banner-section.style-three .content-box .icon-box:before{
  position: absolute;
  content: '';
  width: 57px;
  height: 1px;
  left: 0px;
  top: 9px;
}

.banner-section.style-three .content-box .icon-box:after{
  position: absolute;
  content: '';
  width: 57px;
  height: 1px;
  right: 0px;
  top: 9px;
}

.banner-section.style-three .banner-carousel .slide-item:before{
  opacity: 0.5;
}

.banner-carousel .content-box .icon-box{
  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 .icon-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: 1000ms;
  -moz-transition-delay: 1000ms;
  -ms-transition-delay: 1000ms;
  -o-transition-delay: 1000ms;
  transition-delay: 1000ms;
}

.banner-section.style-three .owl-nav{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}

.banner-section.style-three .owl-nav .owl-prev{
  left: 80px;
}

.banner-section.style-three .owl-nav .owl-next{
  right: 80px;
}


/** service-style-two **/

.service-style-two .pattern-layer {
    position: absolute;
    width: 100%;
    height: calc(100% - 72px);
    background-size: cover;
    background-repeat: no-repeat;
}

.service-style-two .award-inner .inner-box:before{
  position: absolute;
  content: '';
  background: rgba(255, 255, 255, 0.07);
  width: 100%;
  height: calc(100% - 140px);
  left: 0px;
  bottom: 0px;
  clip-path: polygon(0% 0%, 0% 0%, 100% 100%, 0% 100%, 0% 0%);
}

.service-block-two .inner-box .icon-box:before{
  position: absolute;
  content: '';
  background: #f4efe4;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  left: 10px;
  top: 10px;
  z-index: -1;
  transition: all 500ms ease;
}

.service-block-two .inner-box:hover .icon-box:before{
  background: #fff;
}

.service-block-two .inner-box:hover .icon-box{
  color: #fff;
}

.service-style-two .owl-theme .owl-dots{
  position: relative;
  top: 54px;
}

.service-style-two .owl-theme .owl-dots .owl-dot{
  position: relative;
  width: 29%;
  margin-right: 40px;
}

.service-style-two .owl-theme .owl-dots .owl-dot span{
  position: relative;
  width: 100%;
  height: 1px;
  background: #efe0b9;
  cursor: pointer;
  border-radius: 0px;
  transition: all 500ms ease;
}

.service-style-two .owl-theme .owl-dots .owl-dot.active span,
.service-style-two .owl-theme .owl-dots .owl-dot span:hover{
  background: #222;
}


/** about-style-three **/

.content_block_5 .content-box .inner-box .single-item .icon-box{
  background: #f8f7f4;
}

.content_block_5 .content-box .inner-box .single-item:hover .icon-box{
  
}


/** project-style-three **/

.project-block-three .inner-box .image-box img{
  width: 100%;
}

.project-block-three .inner-box .image-box h2{
  right: 0px;
  bottom: 16px;
  opacity: 0;
}

.project-block-three .inner-box:hover .image-box h2{
  right: 20px;
  opacity: 1;
}

.project-block-three .inner-box .image-box h2:before{
  position: absolute;
  content: '';
  background: #fff;
  width: 50px;
  height: 1px;
  left: -65px;
  top: 48px;
}

.project-block-three .inner-box .image-box:before{
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  opacity: 0.9;
  z-index: 1;
  clip-path: polygon(0% 100%, 100% 0%, 100% 100%, 0% 100%, 0% 0%);
  transition: all 500ms ease;
  transform: scaleX(0);
  transform-origin: right center;
}

.project-block-three .inner-box:hover .image-box:before{
  transform: scaleX(1);
}

.project-block-three .inner-box .lower-content .text:before{
  position: absolute;
  content: '';
  width: 50px;
  height: 1px;
  left: 0px;
  top: 20px;
}


/** chooseus-section **/

.chooseus-block-one .inner-box .icon-box{

}

.chooseus-block-one .inner-box .icon-box:before{
  position: absolute;
  content: '';
  background: #f8f7f4;
  width: 100px;
  height: 100px;
  left: 0px;
  top: -12px;
  border-radius: 50%;
  z-index: -1;
}

.chooseus-block-one .inner-box .icon-box:after{
  position: absolute;
  content: '';
  width: 100px;
  height: 100px;
  left: 0px;
  top: -12px;
  border-radius: 50%;
  transform: scale(0,0);
  z-index: -1;
  transition: all 500ms ease;
}

.chooseus-block-one .inner-box:hover .icon-box:after{
  transform: scale(1,1);
}

.chooseus-block-one .inner-box h3{
  border-bottom: 1px solid #dddddd;
}

.chooseus-block-one .inner-box:hover .icon-box{
  color: #fff;
}


/** cta-section **/

.cta-section{
	overflow: hidden;
}

.cta-section .bg-layer{
	top: inherit !important;
	bottom: 150px !important;
  width: 100%;
  height: calc(150% - 80px);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.cta-section .bg-layer:before{
  position: absolute;
  content: '';
  background: #000;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  opacity: 0.7;
}

.cta-section .left-column,
.cta-section .right-column{
  width: 50%;
}

.cta-section .big-text{
  color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgba(255, 255, 255, 0.30);
}

.cta-section .right-column .theme-btn:hover{

}

.cta-section .right-column .theme-btn:before{

}

.cta-section .content-box:before{
  position: absolute;
  content: '';
  background: #fff;
  width: 100%;
  height: calc(100% - 20px);
  left: 0px;
  bottom: 0px;
  opacity: 0.07;
  clip-path: polygon(0% 0%, 0% 0%, 100% 100%, 0% 100%, 0% 0%);
}


/** apartment-section **/


.apartment-section .inner-content .single-item .image-box img{
  width: 100%;
  transition: all 500ms ease;
}

.apartment-section .inner-content .single-item .image-box{
  overflow: hidden;
  background: #000;
}

.apartment-section .inner-content .single-item .inner-box{
  overflow: hidden;
}

.apartment-section .inner-content .single-item .image-box:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(-270deg, rgba(0,0,0,0.0) 50%, rgba(0,0,0,0.9) 100%);
  top: 0px;
  right: 0px;
  z-index: 1;
  transition: all 500ms ease;
}

.apartment-section .inner-content .single-item:hover .image-box img{
  opacity: 0.2;
}

.apartment-section .inner-content .single-item:hover .image-box:before{
  opacity: 0;
}

.apartment-section .inner-content .single-item .overlay-content h2:before{
  position: absolute;
  content: '';
  width: 50px;
  height: 1px;
  left: 0px;
  top: 52px;
}

.apartment-section .inner-content .single-item .overlay-content .link a{
  border: 2px solid #fff;
}

.apartment-section .inner-content .single-item .overlay-content .link a:hover{
  background: #fff;
}

.apartment-section .inner-content .single-item:hover .text{
  opacity: 0;
  top: -100px;
}

.apartment-section .inner-content .single-item .overlay-content{
  bottom: -100px;
  opacity: 0;
}

.apartment-section .inner-content .single-item:hover .overlay-content{
  bottom: 60px;
  opacity: 1;
}


/** contact-style-two **/

.nice-select:after{
  width: 7px;
  height: 7px;
  border-bottom: 1px solid #555555;
  border-right: 1px solid #555555;
  right: 20px;
}

.nice-select{
  position: relative;
  display: block;
  width: 100%;
  height: 60px;
  line-height: 60px;
  border: 2px solid #eeeeee !important;
  border-radius: 0px;
  padding: 0px 20px;
  padding-right: 40px;
  font-size: 18px;
  font-weight: 300;
  color: #555555;
  background: transparent;
}

.contact-style-two .form-group{
  margin-bottom: 30px;
}

.contact-style-two .form-group input[type='text'],
.contact-style-two .form-group input[type='email']{
  position: relative;
  width: 100%;
  height: 60px;
  border: 2px solid #eeeeee;
  border-radius: 3px;
  font-size: 18px;
  color: #555555;
  padding: 10px 20px;
}

.contact-style-two .form-group input:focus{

}

.contact-style-two .form-group .theme-btn{
  width: 100%;
}

.contact-style-two .pattern-layer{
  width: 485px;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.contact-style-two .pattern-layer-2{
  width: 485px;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}


/** testimonial-style-two **/

.testimonial-block-one .inner-box .quote{

}

.testimonial-block-one .inner-box  .author-thumb img{
  width: 100%;
  border-radius: 50%;
}

.testimonial-block-one .inner-box{
  border: 1px solid #e1e1e1;
}

.testimonial-block-one .inner-box:before{
  position: absolute;
  content: '';
  background: #fff;
  width: 30px;
  height: 30px;
  left: 50px;
  bottom: -15px;
  border-right: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  transform: rotate(45deg);
}

.testimonial-style-two .owl-theme .owl-dots{
  display: block;
  text-align: center;
}

.testimonial-style-two .owl-theme .owl-dots .owl-dot span{
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #dad4c7;
  border-radius: 50%;
  transition: all 500ms ease;
}

.testimonial-style-two .owl-theme .owl-dots .owl-dot.active span,
.testimonial-style-two .owl-theme .owl-dots .owl-dot span:hover{

}

.testimonial-style-two .pattern-layer{
  left: 250px;
  top: 205px;
  width: 326px;
  height: 287px;
  background-repeat: no-repeat;
}

.video-section{
	overflow: hidden;
}

.video-section .content-box{
	margin-bottom: 40px;
}


/** page-title **/

.page-title{
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
	overflow: hidden;
}

.page-title:before{
  position: absolute;
  content: '';
  background: #000;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  opacity: 0.7;
  z-index: 1;
}



.page-title .bread-crumb li i{
  position: absolute;
  display: inline-block;
  left: 0px;
  top: -4px;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  border-radius: 50%;
}

.page-title .bread-crumb li:before{
  position: absolute;
  content: "\e902";
  font-family: 'icomoon';
  font-size: 7px;
  top: 1px;
  right: 0px;
}

.page-title .bread-crumb li:last-child:before{
  display: none;
}


/** funfact-style-three **/

.funfact-style-three{
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
	overflow: hidden;
}

.funfact-style-three:before{
  position: absolute;
  content: '';
  background: #000;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  opacity: 0.8;
}

.counter-block-three .inner-box .icon-box{
  background: #f6f0e0;
  border: 10px solid #d8c79b;
  top: -20px;
  z-index: 1;
}

.counter-block-three .inner-box .icon-box:before{
  position:absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  transform: scale(0,0);
  border-radius: 50%;
  z-index: -1;
  box-shadow: 0px 0px 0px 1px #324ecc;
  transition: all 500ms ease;
}

.counter-block-three .inner-box:hover .icon-box:before{
  transform: scale(1,1);
}

.counter-block-three .inner-box:hover .icon-box{
  color: #fff;
  border-color: #324ecc;
}


.service-page-section .image-box{
  position: relative;
  overflow: hidden;
}

.service-page-section .image-box img{
  width: 100%;
}

.service-page-section .inner-box:first-child .image-box,
.service-page-section .inner-box:last-child .image-box{
  clip-path: polygon(0% 0%, 81% 0%, 100% 100%, 0% 100%, 0% 0%);
}

.service-page-section .inner-box:nth-child(2) .image-box{
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%, 20% 0%);
}

.service-page-section .image-box:before{
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, .3)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  -webkit-transform: skewX(-25deg);
  -ms-transform: skewX(-25deg);
  transform: skewX(-25deg);
  z-index: 1;
}

.service-page-section .image-box:hover:before {
  -webkit-animation: shine 1s;
  animation: shine 1s;
}

/** error-page-section **/


.error-page-section .inner-box h1{
  font-size: 200px;
  line-height: 200px;
}


/** project-details **/

.project-details-content .image-box img{
  width: 100%;
}

.project-details-content .content-box .project-info li h5{
  position: relative;
}

.project-details-content .content-box .project-info li h5:before{
  position: absolute;
  content: '';
  width: 50px;
  height: 1px;
  left: 0px;
  bottom: -10px;
}


/** project-planning **/

.tabs-box .tab{
  position:relative;
  display:none;
  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
}

.tabs-box .tab.active-tab{
  display:block;  
}

.tabs-box .tab{
  transform:scale(0.9,0.9) translateY(0px);
}

.tabs-box .tab.active-tab{
  transform:scale(1) translateY(0px);
}

.project-planning .tabs-content .content-box h2 i{
  position: absolute;
  left: 0px;
  top: 2px;
  font-size: 40px;
}

.project-planning .tabs-content .content-box .video-btn a{
  position: relative;
  display: inline-block;
  width: 100px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  font-size: 30px;
  color: #222;
  background: #fff;
  border-radius: 50%;
}

.project-planning .tabs-content .content-box .video-inner{
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.project-planning .tabs-content .content-box .video-inner:before{
  position: absolute;
  content: '';
  background: #000;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  opacity: 0.7;
}

.project-planning .tab-btns li{
  color: #444444;
  cursor: pointer;
  padding-bottom: 2px;
}

.project-planning .tab-btns li:hover,
.project-planning .tab-btns li.active-btn{

}

.project-planning .tab-btns li:after{
  position: absolute;
  content: '';
  background: #dddddd;
  width: 1px;
  height: 28px;
  top: 2px;
  right: -30px;
}

.project-planning .tab-btns li:last-child:after{
  display: none;
}

.project-planning .tab-btns li:before{
  position: absolute;
  content: '';
  width: 100%;
  height: 2px;
  left: 0px;
  bottom: 0px;
  transform: scaleX(0);
  transition: all 500ms ease;
}

.project-planning .tab-btns li:hover:before,
.project-planning .tab-btns li.active-btn:before{
  transform: scaleX(1);
}

.project-planning .tabs-content .info-list li{
  position: relative;
  width: 100%;
  z-index: 1;
  display: flex;
  align-items: center;
}

.project-planning .tabs-content .info-list li .line {
  position: relative;
  display: block;
  height: 1px;
  background: #dddddd;
  width: 100%;
  flex: 1;
  top: 3px;
}

.project-planning .tabs-content .info-list li span{
  position: relative;
  float: right;
  margin-left: 25px;
  font-size: 16px;
}

.project-planning .tabs-content .image-box{
  position: relative;
  display: block;
  padding: 35px;
  margin-left: -30px;
  border: 1px solid #e1e1e1;
}

.project-planning .tabs-content .image-box img{
  width: 100%;
}

.project-block-four .inner-box .image-box{
  overflow: hidden;
}

.project-block-four .inner-box .image-box img{
  width: 100%;
}

.project-block-four .inner-box .image-box:before{
  position: absolute;
  content: '';
  width: 100%;
  height: calc(100% + 1px);
  left: 0px;
  top: 0px;
  background: #000;
  opacity: 0.85;
  z-index: 1;
  clip-path: polygon(0% 130%, 100% -60%, 100% 100%, 0% 100%, 0% 0%);
  transition: all 500ms ease;
  transform: scaleX(0);
  transform-origin: right center;
}

.project-block-four .inner-box:hover .image-box:before{
  transform: scaleX(1);
}

.project-block-four .inner-box a{
  position: absolute;
  left: 70%;
  top: 50%;
  transform: translateY(-50%) scale(0,0);
  font-size: 36px;
  color: #fff;
  z-index: 2;
  -webkit-transition-delay: 500ms;
  -moz-transition-delay: 500ms;
  -ms-transition-delay: 500ms;
  -o-transition-delay: 500ms;
  transition-delay: 500ms;
}

.project-block-four .inner-box:hover a{
  transform: translateY(-50%) scale(1,1);
}

.default-form .form-group input[type='text'],
.default-form .form-group input[type='email'],
.default-form .form-group input[type='tel'],
.default-form .form-group textarea{
  position: relative;
  width: 100%;
  height: 64px;
  border: 2px solid #eeeeee;
  border-radius: 4px;
  font-size: 18px;
  color: #555;
  padding: 15px 25px;
  transition: all 500ms ease;
}

.default-form .form-group textarea{
  height: 120px;
  resize: none;
}

.default-form .form-group input:focus,
.default-form .form-group textarea:focus{

}




/** google-map **/


.google-map-section #contact-google-map{
  position: relative;
  width: 100%;
  height: 700px;
}


/** contact-style-three **/

.contact-style-three h2:before{
  position: absolute;
  content: '';
  width: 50px;
  height: 1px;
  left: 0px;
  bottom: 0px;
}

.contact-style-three .default-form .form-group textarea{
  height: 250px;
}

.contact-style-three .info-inner .info-list li i{
  position: absolute;
  left: 0px;
  top: 0px;
  font-size: 60px;
  line-height: 60px;
  width: 60px;
}

.contact-style-three .info-inner .info-list li i:after{
  position: absolute;
  content: '';
  background: #eeeeee;
  width: 1px;
  height: 80px;
  top: 0px;
  right: -30px;
}

.contact-style-three .info-inner .info-list li{
  border-bottom: 1px solid #eeeeee;
}

.overflow-visible.owl-carousel .owl-stage-outer{
  overflow: visible;
}

.overflow-visible.owl-carousel .owl-stage-outer .owl-item{
  opacity: 0;
}

.overflow-visible.owl-carousel .owl-stage-outer .owl-item.active{
  opacity: 1;
}












/*=================================  New page added ======================*/




/* Pricing Plan */
.pricing-plan-section {
  position: relative;
  padding: 150px 0 120px;
}

.pricing-block .inner-box {
  position: relative;
  box-shadow: 0px 20px 40px 0px rgba(37, 59, 112, 0.1);
  margin-bottom: 30px;
  padding: 60px 40px;
  text-align: center;
}

.pricing-block .price {
  position: relative;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 20px;
}

.pricing-block .price sub {
  color: #808080;
  font-size: 65%;
  bottom: 0;
}

.pricing-block h4 {
  position: relative;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #f2f2f2;
}

.pricing-block .inner-box:hover h4:before {
  transform: scale(1.5);
}

.pricing-block .content {
  position: relative;
  margin-bottom: 30px;
}

.pricing-block ul li {
  font-size: 16px;
  color: #0c1529;
  margin-bottom: 16px;
  position: relative;
}

.pricing-block ul li.unavailable {text-decoration: line-through;}

.pricing-block .inner-box .icon {
  position: relative;
  font-size: 30px;
  margin-bottom: 30px;
  color: #4564f3;
}


.appointment-form {
  max-width: 700px;
  margin: 0 auto;
}

.contact-section .default-form.appointment-form .form-group input[type="text"], 
.contact-section .default-form.appointment-form .form-group input[type="email"], 
.contact-section .default-form.appointment-form .form-group input[type="password"], 
.contact-section .default-form.appointment-form .form-group input[type="tel"], 
.contact-section .default-form.appointment-form .form-group input[type="url"], 
.contact-section .default-form.appointment-form .form-group input[type="file"], 
.contact-section .default-form.appointment-form .form-group input[type="number"], 
.contact-section .default-form.appointment-form .form-group textarea, 
.contact-section .default-form.appointment-form .form-group select {
  border: 1px solid #eee;
  background: #fff;
}

.contact-section .default-form.appointment-form .form-group textarea {
  height: 180px;
}

.appointment-form .form-group {
  margin-bottom: 30px;
}




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

.team-member-info-box{
  position: relative;
  display: block;
  padding: 50px 45px;
  border: 1px solid #ddd;
}

.team-member-info-box .title {
  position: relative;
  display: block;
  padding-bottom: 20px;
}

.team-member-info-box .title h3{
  color: #222222;
  font-size: 30px;
  line-height: 30px;
  font-weight: 700;
  margin: 0 0 15px;
}

.team-member-info-box .title span{
  color: #798795;
  font-size: 16px;
  font-weight: 400;
}
.team-member-info-box ul.social-links-style1 li {
  display: inline-block;
}

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

.team-member-content-box {
  position: relative;
  display: block;
  padding-top: 46px;
  padding-bottom: 60px;
}
.team-member-content-box h3{
  color: #000000;
  font-size: 30px;
  line-height: 30px;
  font-weight: 700;
  margin: 0 0 30px;
}

/* Resume */

.resume h3 {
  color: #000000;
  font-size: 30px;
  line-height: 30px;
  font-weight: 700;
  margin: 0 0 50px;
}

.resume .info-box{
  position: relative;
  padding-left: 125px;
}

.resume .info-box .inner{
  position: relative;
}

.resume .info-box .date{
  position: absolute;
  left: 0;
  top: 15px;
  font-size: 14px;
  line-height: 22px;
  color: #ffffff;
  font-weight: 400;
  padding: 5px 20px;
  background-color: #222222;
  border-radius: 3px 20px 20px 3px;
}

.resume .info-box:hover .date{
  -webkit-transform: rotateX(-360deg);
  -ms-transform: rotateX(-360deg);
  transform: rotateX(-360deg);
  -webkit-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  transition: all 300ms linear;
}


.resume .info-box .date:before{
  position: absolute;
  top: 6px;
  right: -6px;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #222222;
  content: "";
}

.resume .info-box .inner{
  position: relative;
}

.resume .info-box .title{
  position: relative;
  padding: 20px 25px;
  background-color: #f9f9f9;
  margin-bottom: 25px;
}

.resume .info-box .title:before{
  position: absolute;
  left: -34px;
  top: 22px;
  height: 17px;
  width: 17px;
  border:1px solid #dddddd;
  border-radius: 10px;
  content: "";
  background-color: #ffffff;
}

.resume .info-box .title:after{
  position: absolute;
  top: 26px;
  left: -30px;
  height: 9px;
  width: 9px;
  border-radius: 10px;
  background-color: #4564f3;
  content:"";
}

.resume .info-box .title h4{
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 20px;
  color: #222222;
  font-weight: 600;
}

.resume .info-box .title span{
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 30px;
  color: #222222;
  font-weight: 400;
}

.resume .info-box h5{
  position: relative;
  font-size: 16px;
  line-height: 24px;
  color: #222222;
  font-weight: 700;
  margin-bottom: 10px;
}

.resume .info-box .content{
  position: relative;
  padding: 0 25px;
  margin-bottom: 50px;
}

.resume .info-box .text{
  position: relative;
  margin-bottom: 20px;
}

.resume .info-box .image-box{
  position: relative;
  margin-bottom: 30px;
}

.resume .info-box .image-box img{
  display: block;
  width: 100%;
  height: auto;
}

.resume .info-box ol{
  position: relative;
  counter-reset:count;
  margin-bottom: 50px;
}

.resume .info-box ol li{
  position: relative;
  padding-left: 30px;
  font-size: 16px;
  color: #222222;
  line-height: 32px;
}

.resume .info-box ol li:before{
  position: absolute;
  left: 0;
  top: 0;
  font-size: 14px;
  line-height: 32px;
  font-weight: 700;
  color: #222222;
  counter-increment: count;
  content: counter(count);
}

.resume .info-box ol li:after{
  position: absolute;
  left: 10px;
  top: 0;
  font-size: 14px;
  line-height: 30px;
  font-weight: 700;
  color: #222222;
  content: "-";
}

/* Progress Block */

.progress-block {
  position: relative;
  margin-bottom: 30px;
  z-index: 10;
}

.progress-block .inner-box {
  position: relative;
  min-height: 210px;
}

.progress-block .graph-outer {
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.progress-block .graph-outer:before {
  position: absolute;
  content: '';
  top: 4px;
  left: 4px;
  right: 4px;
  bottom: 4px;
  border: 2px solid #db8463;
  border-radius: 50%;
}

.progress-block canvas {
  position: relative;
}

.progress-block .counter-title {
  position: relative;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  color: #222;
  margin-top: 30px;
}

.progress-block .graph-outer .count-box {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  margin-top: -4px;
  font-size: 16px;
  color: #222;
  font-weight: 700;
  line-height: 1.4em;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.progress-block .graph-outer .count-text {
  position: relative;
  font-size: 60px;
  line-height: 1.2em;
  color: #222;
  font-weight: 700;
}

.skills-area {
  margin-bottom: 50px;
}

.skills-area h3 {
  color: #000000;
  font-size: 30px;
  line-height: 30px;
  font-weight: 700;
  margin: 0 0 50px;
}



#appoinment_content .select-input {
  width: 100%;
  font-weight: normal;
  height: 60px;
}
#appoinment_content .select-input + .ui-selectmenu-button {
  width: 100%;
  font-weight: normal;
  height: 60px;
  border: none;
  outline: none;
  background: none;
  border: 1px solid #e3e3e3;
  border-radius: 0;
}
#appoinment_content .select-input + .ui-selectmenu-button span.ui-selectmenu-text {
  background-color: transparent;
  border: none;
  padding: 0;
  border-radius: 0;
  height: 100%;
  line-height: 48px;
  color: #222;
  padding: 0 24px;
  vertical-align: middle;
}
#appoinment_content .select-input + .ui-selectmenu-button span.ui-icon {
  background: transparent url(../images-2/select-box-arrow.png) 0 0 no-repeat;
  width: 14px;
  height: 8px;
  top: 40%;
  right: 20px;
}
#appoinment_content .select-input .ui-selectmenu-button span.ui-selectmenu-text {
  font-weight: normal;
  color: #cacac9;
}
#appoinment_content .vehicle-year .thm-spinner {
  width: 70%;
  display: inline-block;
  margin-right: 15px;
}
#appoinment_content .vehicle-year .vehicle-year {
    /* width: 24%; */
    display: inline-block;
    padding: 0;
    text-align: center;
}
#appoinment_content .thm-spinner {
  height: 10px;
  border: none;
  background: #f5f5f5;
}
#appoinment_content .thm-spinner .ui-widget-header {
  background: #4564f3;
}
#appoinment_content .thm-spinner.ui-slider .ui-slider-handle {
  width: 30px;
  height: 30px;
  border: none;
  outline: none;
  border-radius: 50%;
  border: 10px solid #fff;
  background: #4564f3;
  box-shadow: 0 0 5px rgba(0,0,0,.1);
  top: -10px;
}
#appoinment_content input[type="text"] {
  color: #222;
}
#appoinment_content ul.special-checkbox {
  font-size: 0;
}
#appoinment_content ul.special-checkbox li {
  display: inline-block;
  color: #555;
  font-size: 14px;
  line-height: 18px;
  margin-right: 17px;
  cursor: pointer;
}
#appoinment_content ul.special-checkbox li.active .input-checker {
  border: none;
}
#appoinment_content ul.special-checkbox li.active .input-checker:before {
  content: '\f14a';
  font-family: 'Font Awesome 5 Pro';
  font-size: 21px;
  color: #4564f3;
}
#appoinment_content ul.special-checkbox li .input-checker {
  width: 18px;
  height: 18px;
  border: 1px solid #ddd;
  margin-right: 18px;
  display: inline-block;
  vertical-align: bottom;
}


.appointment-page  { 
    padding-top: 10%;
}
.appointment-page  h2 {
    font-size: 50px;
    font-weight: 900;
    color: #fff;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    margin: 0 20%;
    padding: 1% 0;
}
.appointment-page  h3{
    font-size: 16px;
    font-weight: 300;
    color:#fff;
}
.appoint {
    padding: 80px 15% 10px 15%;
    padding-top: 120px;
}
.appoint p{
    font-size: 16px;
    font-weight: 600;
    color:#333333;
    line-height:23px;
}
.information{
    height:60px;
    margin-bottom: 30px;
}
.information_siral{
    font-size: 24px;
    font-weight: 700;
    color:#fff; 
    float:left;
    width:4%;
    background:#4564f3;
    text-align:center;
    height:60px;
    padding-top: 15px;
}
.information_details {
    font-size: 26px;
    font-weight: 700;
    color: #000000;
    float: right;
    width: 96%;
    background: #f5f5f5;
    height: 60px;
    padding-top: 15px;
    padding-left: 30px;
}
.information_column{}
.information_column h2 {
    font-size: 16px;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
    padding: 15px 0;
}

select.form-control.selectclase {
    border: 1px solid #e1e1e1;
    height: 50px;
    border-radius: 0px;
    font-size: 13px;
    font-weight: 500; 
    color:#cacac9; 
}
.information_input input{
    border: 1px solid #e1e1e1;
    height: 50px;
    border-radius: 0px;
    font-size: 13px;
    font-weight: 500;
    color:#cacac9; 
}
 
 
.informatino_two{
     height:60px;
}
.appoinment_content_area {
    padding: 30px 0;
    /* overflow: hidden; */
}
.checkbox_colunn {
    width: 14%;
    float: left;
}
.checkbox_colunn form{
    font-size: 14px;
    font-weight: 500;
    color:#cececd; 
}
.form_column h2 {
    font-size: 14px;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
    padding: 20px 0;
}
.form_column input{
     border: 1px solid #e1e1e1;
     height: 50px;
     border-radius: 0px;
     font-size: 13px;

     font-weight: 500;
     color:#cacac9;
     width: 100%;
     padding: 0 30px;
}
.form_textarea{}.form_textarea {
    padding-top: 20px;
}
.form_textarea h2{
    font-size: 14px;
    font-weight: 700;
    color:#000; 
    text-transform:uppercase;
    padding-bottom: 20px;
}


.form_textarea textarea {
    border: 1px solid #e1e1e1;
    height: 100%;
    border-radius: 0px;
    font-size: 13px;
    font-weight: 500;
    color: #cacac9;
    width: 100%;
    padding: 20px;
}
.appoinment_form {
    overflow: hidden;
    padding: 60px 0 120px 0;
}
.information_check_box{
    font-size: 14px;
    font-weight: 500;
    color: #cececd; 
}
.information_check_box span { 
    float: left;
    padding-left: 0px;
    padding-top: 1px;
}
.information_check_box i {
    float: left;
    padding-top: 3px;
    width:18px;
    height:18px;
    font-size:18px;
}
i.fa.fa-check-square {
    background: #fff;
    color: #4564f3;
}
.fa.fa-check-square {
   margin-right: 6px;
}
.information_check_box {
    width: 15%;
    float: left;
}
.checkbox-middel {
    width: 10%; 
} 
input.check {
    width: 15px;
    height: 15px;
    border:1px solid #e1e1e1;
    font-size: 14px;
    font-weight: 500;
    color: #cececd;
}

.appoint_button {
    position: relative;
    display: inline-block;
    overflow: hidden;
    vertical-align: middle;
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    font-family: 'Mulish', sans-serif;
    color: #fff;
    text-align: center;
    padding: 15.5px 32px;
    border-radius: 2px;
    text-transform: uppercase;
    z-index: 1;
    transition: all 500ms ease;
    position: relative;
    background: #4564f3;
    margin-top: 30px;
}

.appoint_button:hover {
  background-color: #d9aa2f;
  border-color: #d9aa2f;
}

.form_textarea_contact {
    padding-left: 10px;
    padding-top: 18px;
}
 .contact_details input{
     border: 1px solid #e1e1e1;
    height: 50px;
    border-radius: 0px;
    font-size: 13px;
    font-weight: 500;
    color:#cacac9; 
}
.form_textarea_contact textarea {
    border: 1px solid #e1e1e1;
    border-radius: 0;
    color: #222;
    font-size: 13px;
    font-weight: 500;
    height: 295px;
    margin-top: 22px;
    padding: 15px;
    width: 100%;
}
.contact_button{
    border:0px solid;
    border-radius:0px;
    width:100px;
    height:45px;
    background:#4564f3;
    color:#fff;
    font-size: 13px;
    font-weight: 700;
    text-align:center;
    padding-top:5px;
    float:right;
    margin-top:20px;
}
.contact_button:hover{
    background:#4564f3;
    color:#fff; 
}

.form_column h2 {
    font-size: 16px;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
    padding: 20px 0;
}

.form_textarea_contact h2 {
    font-size: 14px;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
}

#appoinment_content input {
    border: 1px solid #e3e3e3;
    width: 100%;
    height: 60px;
    padding: 0 30px;
}

#appoinment_content .hvr-bounce-to-right:before {
    background-color: #222
}



/*** 

====================================================================
	Sidebar Page Container
====================================================================

***/

.sidebar-page-container {
	position: relative;
	padding: 110px 0px 90px;
}

.sidebar-page-container .content-side,
.sidebar-page-container .sidebar-side {
	margin-bottom: 40px;
}

.sidebar-widget {
	position: relative;
	margin-bottom: 50px;
}

.sidebar-title {
	position: relative;
	margin-bottom: 25px;
}

.sidebar-title h4 {
	position: relative;
	color: #222222;
	font-size: 18px;
	font-weight: 700;
	padding-bottom: 10px;
	text-transform: capitalize;
	font-family: 'Poppins', sans-serif;
}

.sidebar-title .separator {
	position: relative;
	width: 100%;
	height: 15px;
	margin-bottom: 20px;
}

.sidebar-title .separator:after {
	position: absolute;
	content: '';
	left: 0px;
	top: 5px;
	width: 50px;
	height: 2px;
	background-color: #94c13d;
}

.sidebar-title .separator:before {
	position: absolute;
	content: '';
	left: 0px;
	top: 5px;
	width: 100%;
	height: 2px;
	background-color: #ddd;
}

.sidebar-title .separator .dott {
	position: relative;
	width: 6px;
	height: 6px;
	top: -9px;
	border-radius: 50%;
	display: inline-block;
	background-color: #94c13d;
}


/*Search Box Widget*/

.sidebar .search-box .form-group {
	position: relative;
	margin: 0px;
}

.sidebar .search-box .form-group input[type="text"],
.sidebar .search-box .form-group input[type="search"] {
	position: relative;
	line-height: 33px;
	padding: 10px 50px 10px 20px;
	border: 1px solid #edf0f3;
	background: none;
	display: block;
	font-size: 14px;
	width: 100%;
	border-radius: 28px;
	height: 55px;
	font-style: italic;
	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 .form-group button {
	position: absolute;
	right: 0px;
	top: 0px;
	height: 55px;
	width: 55px;
	display: block;
	font-size: 18px;
	color: #94c13d;
	line-height: 100%;
	font-weight: normal;
	background: transparent;
	border-radius: 27.5px;
	cursor: pointer;
}

/* Social link widget*/

.social-link-widget {
	position: relative;
}

.social-link-block {
	position: relative;
	padding: 20px 30px;
	border: 1px solid #ebebeb;
	margin-bottom: 10px;
}

.social-link-block .inner-box {
	position: relative;
	padding-left: 40px;
}

.social-link-block .icon {
	position: absolute;
	left: 0;
	top: 0;
	font-size: 34px;
	color: #e23f5c;
}

.social-link-block .icon span.fa-facebook {
	color: #3b5796;
}

.social-link-block .icon span.fa-twitter-square {
	color: #55aded;
}

.social-link-block h5 {
	font-size: 16px;
	font-weight: 600;
	line-height: 1em;
	margin-bottom: 5px;
}

.social-link-block .meta-info {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	color: #a9a9a9;
	font-weight: 600;
	line-.height: 1em;
}

/* Author widget*/

.author-widget {
	position: relative;
}

.author-widget .inner-box {
	position: relative;
	text-align: center;
	border: 1px solid #ebebeb;
	padding: 50px 30px;
	margin-bottom: 30px;
}

.author-widget .image {
	position: relative;
	margin-bottom: 25px;
}

.author-widget .text	{
	margin-bottom: 25px;
}

.author-widget .social-link li {
	float: left;
}

.author-widget .social-link li a span {
	width: 70px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	font-size: 20px;
	color: #fff;
}

.author-widget .social-link .fa-google-plus-g {
	background: #db4a37;
}

.author-widget .social-link .fa-twitter {
	background: #55aded;
}

.author-widget .social-link .fa-facebook-f {
	background: #3b5796;
}

.author-widget .social-link .fa-pinterest {
	color: #bc0115;
}

.author-widget .social-link .fa-instagram {
	background: #e23f5c;
}

/* Categories widget*/

.categories-widget .inner-box {
	position: relative;
}

.categories-widget .inner-box ul {
	position: relative;
}

.categories-widget .inner-box ul li {
	position: relative;
	border-bottom: 1px solid #ebebeb;
	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;
}

.categories-widget .inner-box ul li a {
	position: relative;
	padding: 15px 0;
	font-size: 15px;
	font-weight: 500;
	display: inline-block;
	color: #888;
	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;
}

/* Categories widget two*/

.categories-widget-two .inner-box {
	position: relative;
	padding: 50px 45px 35px;
}

.categories-widget-two .inner-box:before {
	position: absolute;
	content: '';
	background: rgb(18 34 67);
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.categories-widget-two .inner-box ul {
	position: relative;
}

.categories-widget-two .inner-box ul li {
	position: relative;
	border-bottom: 1px solid #ebebeb91;
	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;
}

.categories-widget-two .inner-box ul li:last-child {
	border-bottom: 0px;
}

.categories-widget-two .inner-box ul li a {
	position: relative;
	padding: 15px 0;
	padding-left: 20px;
	font-size: 15px;
	font-weight: 500;
	display: inline-block;
	color: #fff;
	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;
}

.categories-widget-two .inner-box ul li a:before {
	content: "\f105";
	position: absolute;
	left: 0;
	top: 22px;
	line-height: 15px;
	color: #4564f3;
	font-size: 16px;
	font-family: 'Font Awesome 5 Pro';
	font-style: normal;
	font-weight: 900;
}

.categories-widget-two .inner-box ul li a:hover {
  color: #d9aa2f;
}


/* Testimonial widget */

.testimonial-widget {
	position: relative;
}

.testimonial-widget .inner-box {
	position: relative;
	padding: 64px 30px;
	text-align: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.testimonial-widget .inner-box:before {
	position: absolute;
	content: '';
	background: rgba(25, 37, 70, 0.85);
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}

.testimonial-widget .quote {
	position: relative;
	font-size: 100px;
	line-height: 132px;
	width: 100px;
	height: 100px;
	text-align: center;
	background: rgba(255, 255, 255, 0.10);
	color: #fff;
	border-radius: 50%;
	font-weight: 800;
	font-family: 'Open Sans', sans-serif;
	margin: 0 auto;
	margin-bottom: 30px;
}

.testimonial-widget .text {
	position: relative;
	color: #fff;
	font-size: 18px;
	font-style: italic;
}

/* Archive widget*/

.archive-widget .inner-box {
	position: relative;
	border: 1px solid #ebebeb;
	padding: 8px 30px;
}

.archive-widget .inner-box ul {
	position: relative;
}

.archive-widget .inner-box ul li {
	position: relative;
	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;
	border-bottom: 1px solid #ebebeb;
}

.archive-widget .inner-box ul li:last-child {
	border-bottom: 0px;
}

.archive-widget .inner-box ul li a {
	position: relative;
	font-size: 15px;
	font-weight: 500;
	padding: 16px 0px;
	color: #222;
	display: block;
	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;
}


/*Post Widget*/

.sidebar .popular-posts .post {
	position: relative;
	font-size: 14px;
	color: #666666;
	padding: 0px 0px;
	padding-left: 129px;
	min-height: 120px;
	margin-bottom: 20px;
	border-bottom: 1px solid #ebebeb;
	padding-bottom: 16px;
}

.sidebar .popular-posts .post:last-child {
	margin-bottom: 0px;
}

.sidebar .popular-posts .post .post-thumb {
	position: absolute;
	left: 0px;
	top: 4px;
	width: 108px;
}

.sidebar .popular-posts .post .post-thumb a {
	position: relative;
	display: block;
}

.sidebar .popular-posts .post .post-thumb a:before {
	position: absolute;
	content: '';
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 10;
	background-color: rgba(23, 23, 23, 0.76);
	opacity: 0;
	-webkit-transition: .5s ease;
	-o-transition: .5s ease;
	transition: .5s ease;
}

.sidebar .popular-posts .post:hover .post-thumb a:before {
	opacity: 1;
}

.sidebar .popular-posts .post .post-thumb img {
	display: block;
	width: 100%;
	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;
}

.sidebar .popular-posts .post h5 {
	position: relative;
	font-size: 17px;
	margin: 0px 0px 0px;
	font-weight: 600;
	color: #111;
	line-height: 1em;
	text-transform: capitalize;
	margin-bottom: 10px;
}

.sidebar .popular-posts .post h5 a {
	color: #222222;
	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;
}

.sidebar .popular-posts .post .text {
	line-height: 1.4em;
	margin-bottom: 10px;
}

.sidebar .popular-posts .post a,
.sidebar .popular-posts .post a:hover {
	color: #94c13d;
}

.sidebar .popular-posts .post-info {
	font-size: 12px;
	color: #222;
	font-weight: 600;
	margin-bottom: 6px;
	background: #f7f7f7;
	padding: 2px 15px;
}

.sidebar .popular-posts .post-info li {
	display: inline-block;
	margin-right: 15px;
}

/*Popular Tags*/

.sidebar .popular-tags .inner-box {
	border: 1px solid #ebebeb;
	padding: 30px;
}

.sidebar .popular-tags a {
	position: relative;
	display: inline-block;
	line-height: 24px;
	padding: 10px 19px 10px;
	margin: 2px 0px;
	color: #fff;
	text-align: center;
	font-size: 13px;
	font-weight: 600;
	text-transform: uppercase;
	background: #222;
	border: 1px solid #edf0f3;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
}

.sidebar .popular-tags a:hover {
	border-color: #94c13d;
	background-color: #94c13d;
	color: #ffffff;
}

/* Meta Tags */

.sidebar .meta-tags .inner-box {
	position: relative;
	padding: 30px;
}

.sidebar .meta-tags .inner-box:before {
	position: absolute;
	content: '';
	background: rgba(25, 37, 70, 0.85);
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}

.sidebar .meta-tags li {
	display: block;
}

.sidebar .meta-tags a {
	position: relative;
	display: inline-block;
	line-height: 24px;
	padding: 10px 15px 10px;
	margin: 2px 0px;
	color: #fff;
	text-align: center;
	font-size: 13px;
	font-weight: 600;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
}

.sidebar .meta-tags a span {
	color: #51dc3c;
}

.sidebar .meta-tags a:before {
    content: "\f0dd";
    position: absolute;
    left: -6px;
    top: 15px;
    line-height: 15px;
    color: #51dc3c;
    font-size: 16px;
    font-family: 'Font Awesome 5 Free';
    transform: rotate(-90deg);
    font-style: normal;
  font-weight: 900;
}

/* Contact widget */

.contact-info-widget li {
	position: relative;
	color: #222;
	font-size: 16px;
	padding-bottom: 20px;
	margin-bottom: 23px;
	padding-left: 70px;
}

.contact-info-widget li b {
	font-weight: 600;
	display: block;
	font-family: 'Poppins', sans-serif;
}

.contact-info-widget li span {
	margin-right: 15px;
	display: inline-block;
	color: #ffffff;
	position: absolute;
	left: 0;
	top: 4px;
	font-size: 16px;
	width: 50px;
	height: 50px;
	line-height: 50px;
	border-radius: 50%;
	background: #94c13d;
	text-align: center;
}

/* Brochure widget */

.brochure-widget {
	position: relative;
}

.brochure-widget .inner-box {
	position: relative;
	border: 1px solid #ebebeb;
}

.brochure-widget h4 {
	background: #192546;
	padding: 20px 20px;
	width: 100%;
	color: #fff;
	font-size: 24px;
	font-weight: 600;
	text-align: center;
}

.brochure-block {
	position: relative;
	padding: 20px 30px;
	border-bottom: 1px solid #ebebeb;
}

.brochure-block {
	position: relative;
	padding-left: 80px;
}

.brochure-block .icon {
	position: absolute;
	left: 50px;
	top: 19px;
	font-size: 22px;
	color: #4564f3;
}

.brochure-block .icon span.fa-facebook {
	color: #3b5796;
}

.brochure-block .icon span.fa-twitter-square {
	color: #55aded;
}

.brochure-block h5 {
	font-size: 16px;
	font-weight: 600;
	line-height: 1em;
	margin-bottom: 5px;
}

.brochure-block .meta-info {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	color: #a9a9a9;
	font-weight: 600;
	line-height: 1em;
}

/* request qute widget */

.request-quote-widget {
	position: relative;
	text-align: center;
}

.request-quote-widget h4 {
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	text-align: center;
	margin-bottom: 20px;
}

.request-quote-widget .inner-box {
	position: relative;
	padding: 40px 30px 50px;
	text-align: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.request-quote-widget .inner-box:before {
	position: absolute;
	content: '';
	background: rgba(25, 37, 70, 0.5);
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}


/***

==================================================================
	Single service
==================================================================

***/

.single-service-post {
	position: relative;
}

.single-service-post .top-content .image img {position: relative;}

.single-service-post h1 {
	position: relative;
	padding: 30px 0;
	font-weight: 700;
}

.single-service-post h1 .icon {
	font-size: 48px;
	padding-right: 25px;
	border-right: 1px solid #51dc3c;
	margin-right: 25px;
	line-height: 40px;
	color: #bbb;
	font-weight: 400;
	position: relative;
	top: 3px;
}

.single-service-post h3 {
	position: relative;
	font-weight: 700;
	margin-bottom: 15px;
	font-size: 30px;
}

.single-service-post .text {
	position: relative;
	margin-bottom: 30px;
}

.single-service-post .list-style-one li {
    font-size: 16px;
    margin-bottom: 10px;
    position: relative;
    padding-left: 20px;
}

.categories-widget-two h4 {
  position: relative;
  font-size: 22px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 10px;
}


span.page-numbers.current {
    position: relative;
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    font-family: 'Mulish', sans-serif;
    height: 60px;
    width: 60px;
    line-height: 60px;
    background: #ffffff;
    text-align: center;
    color: #222;
    border-radius: 50%;
    z-index: 1;
    border: 1px solid #dddddd;
    transition: all 500ms ease;
}








.bread-crumb {}
.bread-crumb li {}
.bread-crumb li a {
    padding-right: 30px;
    padding-left: 45px;
}
.page-title .bread-crumb li:before {
    right: 10px;
}
.funfact-inner.p_relative.d_block.pb_110.pt_70 {
    border-top: 1px solid #444444;
}
.service-page-section.p_relative.four .image-box {
    clip-path: none;
}

.categories-widget-two .inner-box ul li.active a {
    color: #d9aa2f;
}
.categories-widget-two .inner-box ul li.active a:before {
	color: #d9aa2f;
}



.sidebar-page-container.sp-one.two {
    padding-bottom: 0;
}
.sidebar-page-container.sp-one.three {
    padding-top: 0;
}
.elementor-widget:not(:last-child) {
    margin-bottom: 0 !important;
}
.pricing-plan-section.one {
    padding-bottom: 0;
}
.pricing-plan-section.two, .pricing-plan-section.three, .pricing-plan-section.four {
    padding-top: 0;
}





.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: 15px;
}
.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;
}
section.chooseus-section.p_relative.sec-pad.bg-color-1.project {
    padding-bottom: 55px;
}
span.post-date a {
    font-size: 14px;
    color: #fff;
    padding: 0px 15px;
}
.wp-block-search .wp-block-search__label {
    position: relative;
    display: block;
    padding-bottom: 10px;
    margin-bottom: 30px;
    font-size: 24px;
    line-height: 32px;
    font-weight: 800;
    position: relative;
    color: #222222;
}
.wp-block-search .wp-block-search__label:before {
    position: absolute;
    content: '';
    width: 40px;
    height: 1px;
    left: 0px;
    bottom: 0px;
}
.wp-block-search .wp-block-search__label:before {
    background: #4564f3;
}
.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper {
    padding: 0 !important;
    border: unset !important;
}
.wp-block-search .wp-block-search__input {
    position: relative;
    display: block;
    width: 100%;
    height: 66px;
    border: 1px solid #e1e1e1 !important;
    padding: 10px 55px 10px 25px !important;
    font-size: 18px;
    color: #555;
    transition: all 500ms ease;
}
.wp-block-search .wp-block-search__inside-wrapper {
    position: relative;
}
.wp-block-search .wp-block-search__button {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 20px;
    background: transparent;
    cursor: pointer;
    transition: all 500ms ease;
    color: #d9aa2f;
    padding: 0 !important;
    border: unset;
}
.news-block-two .inner-box .lower-content .post-info li a {
    text-transform: capitalize;
}





span.page-numbers.current {
    background: #4564f3;
    border-color: #4564f3;
    color: #fff;
}


.single-service-post .top-content .image img {
    width: 100%;
}






/*** 
=============================================
    Team Details Page
=============================================
***/

.team-details{
    position: relative;
    padding: 150px 0px;
}

.team-details-content .image-box{
    position: relative;
    display: block;
    margin-right: 50px;
    margin-bottom: 0px;
}

.team-details-content .image-box img{
    width: 100%;
}

.team-details-content .content-box{
    position: relative;
    display: block;
}

.team-details-content .content-box .designation{
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    color: #ed202b;
    text-transform: uppercase;
    margin-bottom: 4px;
}

.team-details-content .content-box h2{
    position: relative;
    display: block;
    font-size: 34px;
    line-height: 44px;
    font-family: 'Montserrat', sans-serif;
    color: 252628;
    font-weight: 700;
    margin-bottom: 23px;
}

.team-details-content .content-box p{
    position: relative;
    display: block;
    font-size: 15px;
    line-height: 26px;
    color: #808080;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 27px;
}

.team-details-content .content-box .info li{
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 26px;
    color: #252628;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 13px;
    padding-left: 35px;
}

.team-details-content .content-box .info li:last-child{
    margin-bottom: 0px;
}

.team-details-content .content-box .info li i{
    position: absolute;
    left: 0px;
    top: 0px;
    color: #ed202b;
}

.team-details-content .content-box .info li strong{
    font-weight: 600;
    margin-right: 10px;
}

.team-details-content .content-box .info li a{
    display: inline-block;
    color: #252628;
    transition: all 500ms ease;
}

.team-details-content .content-box .info li a:hover{
    color: #ed202b;
}

.team-details-content .content-box .info{
    position: relative;
    display: block;
    margin-bottom: 29px;
}

.team-details-content .content-box .social-box h4{
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 12px;
}

.team-details-content .content-box .social-links li{
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 10px;
}

.team-details-content .content-box .social-links li:last-child{
    margin: 0px !important;
}

.team-details-content .content-box .social-links li a{
    position: relative;
    display: inline-block;
    width: 44px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    border-radius: 50%;
    font-size: 14px;
    color: #1d2534;
    border: 1px solid #e6e6e6;
    transition: all 500ms ease;
}

.team-details-content .content-box .social-links li a:hover{
    color: #fff;
    background-color: #ed202b;
    border-color: #ed202b;
}

.team-details-content .pattern-layer{
    position: absolute;
    left: -130px;
    top: -80px;
    width: 243px;
    height: 243px;
    background-repeat: no-repeat;
}

.team-details-content {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.team-details h3{
    display: block;
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 15px;
}

.team-details .experience-box p{
    position: relative;
    display: block;
    font-size: 15px;
    line-height: 26px;
    color: #808080;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 26px;
}

.team-details .experience-box {
    margin-bottom: 30px;
}

.team-details .experience-box p:last-child{
    margin-bottom: 0px;
}

.team-details .progress-box .bar{
  position:relative;
  width:100%;
  height:6px;
  background:#f2f2f2;
  border-radius:3px;
}

.team-details .progress-box .bar-inner{
  position:relative;
  display:block;
  border-radius:3px;
  width:0px;
  height:6px;
  background: #ed202b;
  -webkit-transition:all 1500ms ease;
  -ms-transition:all 1500ms ease;
  -o-transition:all 1500ms ease;
  -moz-transition:all 1500ms ease;
  transition:all 1500ms ease; 
}

.team-details .progress-box .bar-inner .count-text{
    position: absolute;
    bottom: 5px;
    right: 0px;
    font-size: 16px;
    line-height: 26px;
    font-family: 'Montserrat', sans-serif;
    color: #141417;
    font-weight: 500;
}

.team-details .progress-box h6{
    position: relative;
    display: block;
    font-size: 15px;
    line-height: 26px;
    font-family: 'Montserrat', sans-serif;
    color: #141417;
    font-weight: 400;
    margin-bottom: 3px;
}

.team-details .progress-box{
    position: relative;
    display: block;
    margin-bottom: 24px;
}

.team-details .skills-box{
    padding-bottom: 85px;
}

.team-details .education-box .single-item{
    position: relative;
    display: block;
    background: #fff;
    padding: 36px 30px 20px 160px;
    border-radius: 25px;
    margin-bottom: 30px;
    box-shadow: 0 10px 40px rgb(0 0 0 / 10%);
}

.team-details .education-box .single-item:last-child{
    margin-bottom: 0px;
}

.team-details .education-box .single-item span{
    position: absolute;
    display: inline-block;
    left: 30px;
    top: 35px;
    width: 100px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    font-size: 22px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    border-radius: 50%;
    border: 7px solid #fff;
    background: #fef2f3;
    color: #ed202b;
    box-shadow: 0 10px 30px rgb(0 0 0 / 8%);
}

.team-details .education-box .single-item h4{
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 30px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    margin-bottom: 10px;
}

.team-details .education-box .text{
    margin-right: 30px;
}

@media only screen and (max-width: 991px){

    .team-details-content .image-box{
        margin: 0px 0px 30px 0px;
    }
}






.main-footer.widget a {
    color: #fff !important;
}
.main-footer.widget h3 {
    font-size: 24px;
    line-height: 32px;
    color: #fff;
    font-weight: 800;
    text-transform: uppercase;
    position: relative;
    display: block;
    padding-bottom: 10px;
    margin-bottom: 26px;
}
.main-footer.widget {}
.main-footer.widget ul {}
.main-footer.widget ul li {}
.main-footer.widget ul li a {
    display: inline-block;
}
.footer-widget {
    margin-bottom: 30px;
}
.main-footer.widget .widget ul li ul.sub-menu li a:before {
    top: 8px;
}
.main-footer.widget span.current {
    color: #FFF;
}
.main-footer.widget .blog-sidebar {
    margin-left: 0;
}
.main-footer.widget .rssSummary {
    color: #fff;
}
.main-footer.widget ul.sub-menu li a:before {
    top: 8px;
}



.feature-block-two .inner-box {
    margin-bottom: 30px;
}

.news-block-one .inner-box .lower-content .btn-box {
    margin-top: 20px;
}

.footer-logo img{
	width:237px;
}

.feature-section.p_relative .feature-block{
    margin-bottom: 30px;
}

.content_block_1 .content-box{
	z-index: 1;
}

.parallax-bg{
	position: absolute;
  top: -30%;
  width: 100%;
  height: 150%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
	z-index: -1;
}