.fab:before{
	font-family:'Font Awesome 5 Brands';	
}
.admin-bar .sticky-header{
    top:32px;   
}
.elementor-section-wrap .elementor-section,
.elementor-column-gap-default>.elementor-column>.elementor-element-populated{
	padding:0px !important;	
}
.elementor-element .elementor-column-gap-default > .elementor-row > .elementor-column > .elementor-element-populated{
	padding:0px 0px 0px 0px;	
}
.redux-container .ui-state-active .ui-icon, .control-section-redux .ui-state-active .ui-icon, .control-panel-redux .ui-state-active .ui-icon, .redux-metabox .ui-state-active .ui-icon{
	display:none !important;	
}
.default-form .form-group.btn-box{
    margin-bottom:0px;   
}
.banner-section-two.style-two{
    padding: 0px 0 90px;   
}
.banner-section-two.style-two .features-outer{
   padding:0px; 
}
.breadcrumb-item+.breadcrumb-item::before{
    display:none !important;   
}
.gallery-detail .image-column .image{
    margin-bottom:30px !important;   
}

/**********widget Style***********/
.widget{
    position: relative;
}
.widget ul {
    position: relative;
}
.widget ul li{
    position: relative;
    padding-left: 20px;
    margin-bottom: 15px;
    padding-bottom:15px;
    border-bottom: 1px solid #c9dffd;
}
.widget ul li:last-child{
    margin-bottom: 0px;
    padding-bottom:0px;
    border-bottom: 0px;
}
.widget ul li:before{
    position: absolute;
    left: 0;
    top: 0;
    font-size: 12px;
    color: #494d59;
    content: "\f16d";
    font-family: "Flaticon";   
}
.widget ul li a{
    position: relative;
    display: block;
    font-size: 18px;
    color: #494d59;
    font-weight: 400;
    line-height: 26px;
    -webkit-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
.widget .tagcloud a{
    position: relative;
    display: inline-block;
    position: relative;
    margin-right: 8px;
    margin-bottom: 10px;
    font-size: 14px !important;
    color: #494d59;
    line-height: 23px;
    padding: 5px 17px;
    text-align: center;
    background: none;
    font-weight: 400;
    border: 1px solid #b5d3fe;
    border-radius: 2px;
    text-transform: capitalize;
    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 .tagcloud a:hover{
    border-color: var(--main-color);
    background-color: var(--main-color);
    color: #ffffff;
}
.recent-post .post-thumb{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius:50%;
}
/************ Service Widget Menu *******/

.service-widget.widget_nav_menu{
    position: relative;
    border-radius: 0px;
    margin-bottom:50px;
}
.service-widget.widget_nav_menu .menu{
    position:relative;
}
.service-widget .menu li{
    position: relative;
    margin-bottom: 5px
}

.service-widget .menu li a{
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 30px;
    color: rgba(27,33,47,.75);
    font-weight: 600;
    text-transform: uppercase;
    background: #f5f5f5;
    border-radius: 0px;
    text-align: left;
	z-index:1;
    padding: 15px 30px 15px 80px;
	-moz-transition:all 500ms ease-in-out;
	-webkit-transition:all 500ms ease-in-out;
	transition:all 500ms ease-in-out;
}
.service-widget .menu li a:before{
	position:absolute;
	left:0px;
	top:0px;
	width:0;
	height:100%;
	z-index:-1;
	content:'';
	background-color:var(--main-color);
	-moz-transition:all 500ms ease-in-out;
	-webkit-transition:all 500ms ease-in-out;
	transition:all 500ms ease-in-out;
}
.service-widget .menu li a:after{
	position:absolute;
	top:0px;
	left:0px;
	width:60px;
	line-height:60px;
	height:60px;
	background:var(--main-color);
	color:#ffffff;
	font-family: 'Flaticon';
    content: "\f16b";
	font-size:14px;
	text-align:center;
	    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
     transform: rotate(-180deg);
	-moz-transition:all 500ms ease-in-out;
	-webkit-transition:all 500ms ease-in-out;
	transition:all 500ms ease-in-out;
}
.service-widget .menu li a:hover,
.service-widget .menu li.current-menu-item a{
	color:#ffffff;
}
.service-widget .menu li a:hover:before,
.service-widget .menu li.current-menu-item a:before{
	width:100%;
}
.service-widget .menu li a:hover:after,
.service-widget .menu li.current-menu-item a:after{
	background:#1b212f;
	    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
     transform: rotate(180deg);
	-webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
     transform: scale(0.9);
}
.carpetx-comment-item .carpetx-comment-item{
    margin-left:80px;   
}
.comment-form .group-title small a{
    position:relative;
    font-size: 24px;
    line-height: 1.2em;
    display:block;
    color: #1b212f;
    font-weight: 700;
}
.comment-box .comment-form{
    margin:40px 0px 0px;
}
.footer-widget.widget_text iframe{
    width:100%;
    height:100%;
    min-height:255px;
    border-radius:10px;
}
.footer-style-two .widgets-section{
    padding: 100px 0 0px;
}
.footer-widget .about-widget .text{
    font-size: 18px;
    font-weight: 400;
    color: #ffffff;
}
.about-widget .social-icon-three{
    margin-top:30px;   
}
/************* Footer Widget Menu Style ******************/
.footer-widget ul{
    position:relative;
}
.footer-widget ul li{
    position:relative;
    width:49%;
    display:inline-block;
    font-size: 18px;
    line-height: 28px;
    color: rgba(255,255,255,1);
    margin-bottom: 10px;
}
.footer-widget ul li a{
    position: relative;
    display: block;
    color: rgba(255,255,255,1);
    font-size: 18px;
    line-height: 28px;
}
.main-footer .contact-list li{
    width:100%;   
}
.about-widget .social-icon-three li{
    width:auto;   
}

/*** 
=============================================
    Error Page Area Style      
=============================================
***/
.error-page-area{
    position: relative;
    display: block;
    overflow: hidden;
    background: #ffffff;
    padding: 146px 0 150px;
	text-align:center;
}
.error-content{
    position: relative;
    display: block;
    z-index: 3;
}
.error-content h2{
    color: #222222;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .1em;
	margin: 0 0 20px;
}
.error-content .title {
    position: relative;
    display: block;
    font-size: 180px;
    line-height: 150px;
    font-weight: 700;
	color:#222222;
    text-transform: uppercase;
    margin: 30px 0 17px 12px;
}
.error-content p{
    font-size: 18px;
    line-height: 28px;
    margin: 0 0 32px;
}

.contact-section .image-box .image{
    margin-right:30px !important;   
}

.p-b110{
	padding-bottom:110px !important;
}
.p-t120{
	padding-top:120px !important;
}

.m-b50{
	margin-bottom:50px !important;
}

/** about-style-four **/

.about-style-four{
  position: relative;
  padding:100px 0;
}

.about-style-four .image-layer{
  position: absolute;
  left: 0px;
  bottom: 80px;
}

.image_block_4 .image-box{
  position: relative;
  display: block;
  margin-right: 30px;
  padding: 118px 240px 118px 0px;                                                               
}

.image_block_4 .image-box .images{
  border-radius: 5px;
}

.image_block_4 .image-box img{
  width: 100%;
  border-radius: 5px;
}

.image_block_4 .image-box .image-1{
  position: relative;
  z-index: 1;
}

.image_block_4 .image-box .image-2{
  position: absolute;
  top: 0px;
  right: 0px;
}

.image_block_4 .image-box .image-3{
  position: absolute;
  right: 0px;
  bottom: 0px;
}

.content_block_9 .content-box .text{
  position: relative;
  margin-bottom: 40px;
  color: #707D84;
  line-height:1.6em;
}

.content_block_9 .content-box .inner-box .single-item{
  position: relative;
  display: block;
  background: #ffffff;
  padding: 30px 30px 30px 30px;
  box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 15%);
  border-radius: 5px;
  text-align:center;
}

.content_block_9 .content-box .inner-box .single-item .icon-box{
  position: relative;
  margin-bottom: 22px;
  display: inline-block;
    width: 70px;
    height: 70px;
    background: var(--main-color);
    line-height: 70px;
	border-radius:50%;
	text-align:center;
}

.content_block_9 .content-box .inner-box .single-item .icon-box .icon{
	font-size:35px;
	color:#ffffff;
}

.content_block_9 .content-box .inner-box .single-item h4{
  display: block;
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  margin-bottom: 6px;
}

.content_block_9 .content-box .inner-box{
  position: relative;
  margin-bottom: 41px;
}

.content_block_9 .content-box .author-box{
  position: relative;
  padding: 12px 0px 11px 120px;
  display:block;
  margin-bottom:0px;
}

.content_block_9 .content-box .author-box .author-thumb{
  position: absolute;
  left: 0px;
  top: -1px;
  width: 90px;
  height: 90px;
  border-radius: 5px;
}

.content_block_9 .content-box .author-box .author-thumb img{
  width: 100%;
  border-radius: 5px;
}

.content_block_9 .content-box .author-box .signature{
  position: relative;
  margin-bottom: 19px;
}

.content_block_9 .content-box .author-box h5{
  display: block;
  font-size: 18px;
  font-weight: 600;
}

.content_block_9 .content-box .author-box h5 span{
  font-weight: 400;
}

.content_block_9 .content-box .sec-title-two{
  margin-bottom: 25px;
}

.content_block_9 .content-box .sec-title-two .sub-title{
	position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 1.2em;
    color: #707070;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: .06em;
    border-bottom: 1px solid #707070;
    margin-bottom: 33px;
}

.content_block_9 .content-box{
  position: relative;
  margin-top: -8px;
}

/**Choose Us Section**/

.chooseus-section{
	position:relative;
	padding:100px 0px 70px;
}

.chooseus-block-one{
	margin-bottom:30px;
	position:relative;
}

.chooseus-block-one .inner-box{
  position: relative;
  display: block;
  background: #3f262f;
  padding: 50px 40px 40px 40px;
  border-radius: 10px;
  box-shadow: 0 0px 30px rgba(0, 0, 0, 0.1);
  z-index: 1;
}

.chooseus-block-one:before{
  position: absolute;
  display: block;
  content: '';
  background: rgba(255,255,255,0.05);
  width: 100%;
  height: 100%;
  left: 0px;
  top: 3px;
  border-radius: 10px;
}

.chooseus-block-one:after{
  position: absolute;
  content: '';
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  border: 1px solid var(--main-color);
  border-radius: 10px;
  opacity: 0;
  transition: all 500ms ease;
}

.chooseus-block-one:hover:after{
  opacity: 1;
  left: -10px;
  top: -10px;
}

.chooseus-block-one .inner-box .icon-box{
  position: relative;
  display: block;
  margin-bottom: 35px;
  width:110px;
  height:110px;
  line-height:110px;
  text-align:center;
  background:rgba(189, 217, 255, 0.5);
	border-radius:10px;
}

.chooseus-block-one .inner-box .icon-box:before{
	position:absolute;
	content:'';
	width:30px;
	height:30px;
	border-radius:5px;
  	background:rgba(189, 217, 255, 0.3);
	top:-10px;
	left:-10px;
}

.chooseus-block-one .inner-box .icon-box:after{
	position:absolute;
	content:'';
	width:40px;
	height:40px;
	border-radius:5px;
  	background:rgba(189, 217, 255, 0.3);
	top:50%;
	right:-20px;
	margin-top:-20px;
}

.chooseus-block-one .inner-box .icon-box .icon{
	color: #001f4b;
    font-size: 60px;
    display: inline-block;
    transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
	position:relative;
}

.chooseus-block-one .inner-box:hover .icon-box .icon {
    color: var(--main-color);
    -webkit-transform: scale(-1) rotate(180deg);
    -moz-transform: scale(-1) rotate(180deg);
    -ms-transform: scale(-1) rotate(180deg);
    -o-transform: scale(-1) rotate(180deg);
    transform: scale(-1) rotate(180deg);
}

.chooseus-block-one .inner-box h4{
  position: relative;
  display: block;
  color: #1b212f;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.chooseus-block-one .inner-box p{
  color: #575d6e;
  margin-bottom: 24px;
}

.chooseus-section .pattern-layer{
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  background-repeat: repeat-x;
  background-size: cover;
  background-position: center;
  animation: slide 100s linear infinite;
  -webkit-animation: slide 100s linear infinite;
}

.chooseus-section.alternet-2 .chooseus-block-one .inner-box{
  background: #fff;
  box-shadow: 0 10px 50px rgba(0, 0, 0, 0.1);
}
.p-t100{
	padding-top:100px !important;
}
/*** 

====================================================================
                        Contact-Page
====================================================================

***/

.contact-page-section{
  position: relative;
  padding:120px 0 120px;
}

.contact-page-section .form-inner{
  position: relative;
  display: block;
  background: #f4f8ff;
  border-radius: 5px;
  padding: 80px 80px;
}

.contact-page-section .form-inner .default-form .form-group input[type='text'], 
.contact-page-section .form-inner .default-form .form-group input[type='email'], 
.contact-page-section .form-inner .default-form .form-group select,
.contact-page-section .form-inner .default-form .form-group textarea{
  border-radius: 5px;
  height:60px;
  border:none;
  font-size:14px;
  text-transform:capitalize;
}

.contact-page-section .form-inner .default-form .form-group input:focus,
.contact-page-section .form-inner .default-form .form-group textarea:focus{

}

.contact-page-section .form-inner .default-form .form-group textarea{
  height: 110px;
}

.contact-page-section .form-inner .default-form .form-group button{
  display: block;
  width: 100%;
}

.contact-page-section .form-inner .default-form .form-group .theme-btn{
	display:inline-block;
	padding:17px 50px;
	width:auto;
	border-radius:5px;
}

.contact-page-section .form-inner .default-form .form-group{
  margin-bottom: 20px;
}

.contact-page-section .form-inner .default-form .form-group:last-child{
  margin-bottom: 0px;
  text-align:center;
}

.contact-page-section .sec-title{
  margin-bottom: 50px;
}

.contact-page-section .sidebar-content{
  position: relative;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 5px;
  overflow: hidden;
  padding: 50px 40px;
}

.contact-page-section .sidebar-content:before{
  position: absolute;
  content: '';
  background: #091125;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  opacity: 0.9;
}

.contact-page-section .sidebar-content .inner-box .icon-box{
  position: relative;
  display: inline-block;
  width: 92px;
  height: 92px;
  line-height: 92px;
  font-size: 40px;
  color: #ffffff;
  background-color:var(--main-color);
  text-align: center;
  border-radius: 50%;
  margin-bottom: 30px;
}

.contact-page-section .sidebar-content .inner-box h3{
  display: block;
  color: #ffffff;
  margin-bottom: 20px;
  position:relative;
  font-size:24px;
}

.contact-page-section .sidebar-content .inner-box p{
  color: rgba(255,255,255,0.7);
  margin-bottom: 33px;
  position:relative;
}

.contact-page-section .sidebar-content .inner-box a{
  display: block;
  width: 100%;
}

.contact-page-section .sidebar-content .inner-box .btn-one,
.contact-page-section .sidebar-content .inner-box .theme-btn{
  position: relative;
  font-size: 14px;
  text-transform:uppercase;
  font-weight:700;
  color: #606060;
  background: #ffffff;
  padding: 13px 30px;
  border-radius: 5px;
  margin-bottom: 15px;
      -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.contact-page-section .sidebar-content .inner-box .btn-one:hover{
  color: #ffffff;
  background-color:var(--main-color);
}

.contact-page-section .sidebar-content .inner-box .theme-btn{
  background-color:var(--main-color);
  color:#ffffff;
}

.contact-page-section .sidebar-content .inner-box .theme-btn:hover{
  background-color: #ffffff;
  color:var(--main-color);
}

.contact-page-section .sidebar-content .inner-box .theme-btn:before{
  background: #ffffff;
}


/** contact-info-section **/

.contact-info-section{
  position: relative;
  padding:120px 0;
}

.contact-info-section .inner-content{
  position: relative;
  display: block;
  background: #091125;
  border-radius: 5px;
  overflow: hidden;
  z-index: 2;
}

.contact-info-section .inner-content .single-item{
  position: relative;
  float: left;
  width: 25%;
  padding: 0px 30px 42px 30px;
}

.contact-info-section .inner-content .single-item:before{
  position: absolute;
  content: '';
  background: rgba(255,255,255,0.1);
  width: 1px;
  height: 124px;
  bottom: 48px;
  right: 0px;
}

.contact-info-section .inner-content .single-item:last-child:before{
  display: none;
}

.contact-info-section .inner-content .single-item .icon-box{
  position: relative;
  display: block;
  padding-top: 25px;
  font-size: 50px;
  line-height: 50px;
  margin-bottom: 34px;
  padding-bottom: 25px;
  color:#ffffff;
}

.contact-info-section .inner-content .single-item .icon-box:before{
  position: absolute;
  content: '';
  background: #1f2637;
  width: calc(100% + 60px);
  height: 15px;
  left: -30px;
  top: 0px;
}

.contact-info-section .inner-content .single-item .icon-box:after{
  position: absolute;
  content: '';
  background: #1f2637;
  width: calc(100% + 60px);
  height: calc(100% - 15px);
  left: -30px;
  top: 15px;
  z-index: -1;
  clip-path: polygon(0% 0%, 100% 0%, 70% 100%, 30% 100%, 0% 0%);
}

.contact-info-section .inner-content .single-item:nth-child(2n+1) .icon-box:before,
.contact-info-section .inner-content .single-item:nth-child(2n+1) .icon-box:after{
  background: #262d3f;
}

.contact-info-section .inner-content .single-item h4{
  display: block;
  font-size: 20px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 600;
  margin-bottom: 10px;
}

.contact-info-section .inner-content .single-item p,
.contact-info-section .inner-content .single-item p a{
  color: #ffffff;
  font-size:16px;
}

.contact-info-section .inner-content .single-item p a:hover{

}

.sec-title .top-title{
  position: relative;
  display: inline-block;
  padding: 5px 24px 5px 25px;
  margin-bottom: 20px;
}

.sec-title .top-title p {
    position: relative;
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    text-transform: uppercase;
	color:var(--main-color);
	margin-top:0px;
	font-family: 'Jost', sans-serif;
    letter-spacing: 0.5px;
}

.sec-title .top-title .shape .line{
  position: absolute;
  z-index: 1;
  background-color:var(--main-color);
}

.sec-title .top-title .shape .line-1{
  left: 0px;
  top: 0px;
  width: 24px;
  height: 2px;
}

.sec-title .top-title .shape .line-2{
  left: 0px;
  top: 0px;
  width: 2px;
  height: 34px;
}

.sec-title .top-title .shape .line-3{
  right: 0px;
  bottom: 0px;
  width: 2px;
  height: 34px;
}

.sec-title .top-title .shape .line-4{
  right: 0px;
  bottom: 0px;
  width: 24px;
  height: 2px;
}

.sec-title .top-title .shape .bg-shape{
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

/* About Section Two  */

.cp-about-section-two {
    position: relative;
    padding: 120px 0 120px;
	background-image:url(../images/icons/bg-shapes-6.png);
	background-repeat: no-repeat;
    background-position: center;
}

.cp-about-section-two .image-box {
    position: relative;
}

.cp-about-section-two .shape {
    position: absolute;
    left: -95px;
    top: -40px;
}

.cp-about-section-two .image-one {
    position: relative;
    padding-top: 150px;
    margin-bottom: 30px;
    top: 40px;
}

.cp-about-section-two .image-two {
    margin-bottom: 30px;
}

@media only screen and (min-width: 768px) {
    .cp-about-section-two .image-two {
        position: absolute;
        top: -40px;
        right: 0;
    }
    .cp-about-section-two .image-box {
        margin-right: 30px;
    }
    .cp-about-section-two .video-box {
        position: absolute;
        left: 0px;
        top: 0px;
    }
}

.cp-about-section-two .video-box {
    display: inline-block;
    padding: 31px 36px;
	border-radius: 5px 5px 0;
    background-size: cover;
}

.cp-about-section-two .video-box:before{
	content:'';
	position:absolute;
	top:0px;
	left:0px;
	border-radius: 5px 5px 0;
	width:100%;
	height:100%;
	background-color:rgba(var(--main-color-rgb), 0.8);
}

.cp-about-section-two .video-box a {
    color: #fff;
	position:relative;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 20px;
    display: inline-block
}

.cp-about-section-two .video-box a i {
    font-size: 30px;
    margin-bottom: 10px;
    display: block;
    line-height: 35px;
}

.cp-about-section-two .quote {
    position: relative;
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 25px;
}

.cp-about-section-two h3 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 20px;
	line-height:1.4em;
}

.cp-about-section-two .text {
    margin-bottom: 30px;
}

.cp-about-section-two .author-info {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 40px;
}

.cp-about-section-two .signature {
    position: relative;
    padding-right: 20px;
    margin-right: 25px;
    border-right: 1px solid #ddd;
}

.cp-about-section-two .author-title {
    position: relative;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 5px;
}

.cp-about-section-two .designation {
    position: relative;
    font-size: 18px;
}

.cp-about-section-two .icon-box {
    position: relative;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    text-align: center;
    padding: 35px 15px 30px;
    background-color: #f0ece5;
    transition: .5s;
}

.cp-about-section-two .icon-box:hover {
    background-color: #fff;
    box-shadow: none;
}

.cp-about-section-two .icon-box:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    border: 6px solid #fff;
    transition: .9s;
}

.cp-about-section-two .icon-box:hover:before {
    border: 2px dashed var(--main-color);
}

.cp-about-section-two .icon {
    position: relative;
    font-size: 65px;
    line-height: 60px;
    margin-bottom: 30px;
	color: var(--main-color);
}

.cp-about-section-two h4 {
    position: relative;
    font-size: 16px;
    font-weight: 600;
}

.cp-about-section-two .image_block_4 .image-box .image-1{
	transform:translateY(45px);
}

.def-detail .news-block-three .post-info li{
	padding-right:25px;
	margin-right:15px;
	position:relative;
}

.def-detail .news-block-three .post-info li:before {
    position: absolute;
    content: '';
    right: 0;
    top: 13px;
    height: 1px;
    width: 15px;
    background-color: #e0dbd5;
}

.def-detail .news-block-three .post-info li:last-child:before{
	display:none;
}

/* Contact Details */

.contact-details-section {
    position: relative;
    padding-top: 100px;
    padding-bottom: 70px;
}

.contact-details-section .sec-title .text {
    margin-top: 0;
    margin-bottom: 30px;
    font-size: 20px;
    color: inherit;
}

.contact-details-section .sec-title h2 {
    padding-bottom: 20px;
}

.contact-info-block {
    position: relative;
}

.contact-info-block .inner-box {
    position: relative;
    padding: 40px 30px 30px;
    -webkit-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.15);
            box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.15);
    margin-bottom: 30px;
    border-radius: 6px;
	min-height:200px;
}

.contact-info-block .icon-box {
    position: relative;
    padding-left: 70px;
    min-height: 70px;
}

.contact-info-block .icon {
    position: absolute;
    left: 0;
    top: 0;
}

.contact-info-block h5 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 8px;
	color:var(--main-color);
}

.contact-info-block h4 {
    font-size: 20px;
    font-weight: 600;
}

.contact-info-block ul li {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 5px;
	color:#777777;
}

.contact-info-block ul li a {
    color: inherit;
}

/* Contact form Section */

.contact-form-section {
    position: relative;
    padding-bottom: 70px;
}

.contact-form-section .live-contact {
    position: relative;
    margin-bottom: 30px;
}

.contact-form-section .live-contact img {
    border-radius: 6px;
}

.contact-form-section .live-contact .content {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 50px 30px;
    text-align: center;
}

.contact-form-section .live-contact .content .icon {
    color: #fff;
    font-size: 70px;
    line-height: 70px;
    margin-bottom: 30px;
}

.contact-form-section .live-contact .content h4 {
    position: relative;
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 16px;
}

.contact-form-section .live-contact .content .text {
    position: relative;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 25px;
}

.contact-form-section .live-contact .content .btn-style-one .btn-title::before {
    background: #fff;
}


.contact-form-section .contact-form .form-group {
    margin-bottom: 30px;
}

.contact-form-section .contact-form .bootstrap-select>.dropdown-toggle,
.contact-form-section .contact-form .form-group input[type="text"],
.contact-form-section .contact-form .form-group input[type="email"],
.contact-form-section .contact-form .form-group textarea,
.contact-form-section .contact-form .form-group select {
    border-color: #f1f5f8;
    background-color: #f1f5f8;
    height: 56px;
}

.contact-form-section .contact-form .form-group textarea {
    height: 120px;
}

.contact-form-section .note p {
    font-size: 18px;
    font-weight: 500;
    font-style: italic;
}

.cp-form .default-form .form-group{
	margin-bottom:30px;
}

.main-header .logo img{
	height:60px;
}

.m-b25{
	margin-bottom:25px;
}
.teacher-info-widget .info-list li {
    font-size:14px;
    font-weight:normal;
}
.teacher-info-widget .info-list li span.tm-description{
    font-size:14px;
    font-weight:600;
}

.blog-detail .news-block-three .lower-content h5{
    margin-bottom:20px;   
}
.comments-area > .carpetx-comment-item:last-child .comment-box{
	margin-bottom:0px;
	padding-bottom:0px;
	border-bottom:none;
} 
.fw-800{
	font-weight:800;
}
.comment-form .form-outer .logged-in-as {
	color:#1c73ea;
	margin-bottom:10px;
}

.news-block-three .new-style .social-share{
	opacity:1;
}
.news-block-three .new-style .social-share .title{
	display:none;
}
.news-block-three .new-style .social-share a {
    color: var(--main-color);
    font-size: 18px;
	margin-right:0px;
    height: 50px;
    width: 50px;
    background: var(--two-color);
    display: inline-block;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
}
.news-block-three .new-style .social-share a:hover{
	background-color: var(--main-color);
	color:#ffffff;
}

.m-b20{
	margin-bottom:20px;
}
.m-b50{
	margin-bottom:50px;
}
.m-l0{
	margin-left:0px !important;
}

/*** 
=====================================================
	Main Slider style
=====================================================
***/
.home-slider-one{
	position:relative;
    display: block;
	z-index:10;
}
.silder-right-content {
    position: absolute;
    top: 0;
    right: 0;
    max-width: 365px;
    height: 100%;
    z-index: 1000;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
}
.slider-social-links {
    position: absolute;
    top: 200px;
    right: -90px;
    width: 300px;
    transform: rotate(-90deg);
    height: 20px;
}
.slider-social-links li {
    display: inline-block;
    float: left;
    margin-right: 20px;
    line-height: 20px;
}
.slider-social-links li:last-child{
    margin-right: 0;
}
.slider-social-links li a{
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    text-transform: capitalize;
}
.slider-social-links li a:hover{
    text-decoration: underline;
}

.slider-contact-info {
    position: absolute;
    left: -55px;
    bottom: 100px;
    width: 400px;
    z-index: 22222222;
}
.slider-contact-info .inner{
    position: relative;
    display: block;
    width: 100%;
}
.slider-contact-info .inner .icon-holder{
    width: 120px;
    height: 120px;
    border: 10px solid rgba(255, 255, 255, 0.10);
    border-radius: 50%;
    text-align: center;
}
.slider-contact-info .inner .icon-holder span:before {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    background: #ffffff;
    color: #ff662a;
    font-size: 35px;
    line-height: 100px;
    border-radius: 50%;
}
.slider-contact-info .inner .icon-holder,
.slider-contact-info .inner .title-holder{
    display: table-cell;
    vertical-align: middle;
}
.slider-contact-info .inner .title-holder{
    padding-left: 30px;
}
.slider-contact-info .inner .title-holder h3{
    color: #ffffff;
    font-size: 20px;
}
.slider-contact-info .inner .title-holder h1{
    color: #ffffff;
    font-size: 36px;
    margin: 0px 0 0;
}
.auto-container {
    position: static;
    max-width: 1170px;
    padding: 0px 15px;
    margin: 0 auto;
}
.home-slider-one .slide-item{
	position:relative;
	padding: 201px 0px 180px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.home-slider-one .auto-container{
	max-width: 1200px;	
}
.home-slider-one .content-box{
	position: relative;
	max-width: 640px;	
}
.home-slider-one .shape{
    position: relative;
	display: block;
	letter-spacing: 0px;
	margin-bottom: 20px;
	opacity:0;
	-webkit-transform:translateX(-100px);
	-ms-transform:translateX(-100px);
	-o-transform:translateX(-100px);
	transform:translateX(-100px);
}
.home-slider-one .shape h3{
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
	line-height: 1.1em;
}
.home-slider-one .active .shape{
	opacity:1;
	-webkit-transform:translateX(0px);
	-ms-transform:translateX(0px);
	-o-transform:translateX(0px);
	transform:translateX(0px);
	-webkit-transition: all 1000ms ease 700ms;
	-moz-transition: all 1000ms ease 700ms;
	-ms-transition: all 1000ms ease 700ms;
	-o-transition: all 1000ms ease 700ms;
	transition: all 1000ms ease 700ms;	
}
.home-slider-one .title{
	position: relative;
	font-size: 70px;
	color: #ffffff;
	font-weight: 900;
	line-height: 1.2em;
	display: inline-block;
	text-transform: capitalize;
	margin-bottom: 32px;
	opacity: 0;
	-webkit-transform:translateX(-100px);
	-ms-transform:translateX(-100px);
	-o-transform:translateX(-100px);
	transform:translateX(-100px);
}
.home-slider-one .active .title{
	opacity:1;
	-webkit-transform:translateX(0px);
	-ms-transform:translateX(0px);
	-o-transform:translateX(0px);
	transform:translateX(0px);
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 1000ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;	
}
.home-slider-one .link-box{
	position:relative;
	opacity:0;
	-webkit-transform:translateX(-100px);
	-ms-transform:translateX(-100px);
	-o-transform:translateX(-100px);
	transform:translateX(-100px);
}
.home-slider-one .active .link-box{
	opacity:1;
	-webkit-transform:translateX(0px);
	-ms-transform:translateX(0px);
	-o-transform:translateX(0px);
	transform:translateX(0px);
	-webkit-transition: all 1000ms ease 1200ms;
	-moz-transition: all 1000ms ease 1200ms;
	-ms-transition: all 1000ms ease 1200ms;
	-o-transition: all 1000ms ease 1200ms;
	transition: all 1000ms ease 1200ms;	
}
.home-slider-one .owl-dots {
    position: absolute;
    left: 14%;
    max-width: 20px;
    margin-left: 0;
    width: 100%;
    text-align: center;
    top: 50%;
    margin-top: -80px !important;
}
.home-slider-one .owl-dots .owl-dot {
	position: relative;
	display: inline-block;
	overflow: hidden;
    background: transparent;
	width: 18px;
	height: 18px;
	margin: 3px 0px;
	border-radius: 50px;
	border: 2px solid transparent;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}
.home-slider-one .owl-dots .owl-dot:before {
	position: absolute;
    top: 0;
	left: 0px;
	bottom: 0px;
    right: 0;
    margin: 4px;
    background: #ffffff;
    border-radius: 50%;
	content: '';
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}
.home-slider-one .owl-dots .owl-dot.active,
.home-slider-one .owl-dots .owl-dot:hover {
	border-color: #ffffff;
}
.home-slider-one .owl-dots .owl-dot span{
    display: none;
}

.home-slider-one.style2 .owl-dots{
	display:none;	
}
.home-slider-one.style2 .content-box{
	max-width:none;	
	padding:160px 0px 0px;
}

.btn-style-three.carmod{
	line-height:1em;
	margin-top:20px;
}

/** project-details **/

.project-details{
  position: relative;
  padding: 120px 0px 55px 0px;
}

.project-details-content .two-column .image-box{
  position: relative;
  display: block;
  border-radius: 5px;
}

.project-details-content .two-column .image-box img{
  width: 100%;
  border-radius: 5px;
}

.project-details-content .two-column .content-box{
  position: relative;
  display: block;
  background: #eceff6;
  padding: 34px 40px 32px 40px;
  border-radius: 5px;
  margin-bottom: 30px;
}

.project-details-content .two-column .content-box h4{
  position: relative;
  display: block;
  padding-bottom: 14px;
  margin-bottom: 24px;
  font-size:24px;
}

.project-details-content .two-column .content-box h4:before{
  position: absolute;
  content: '';
  background: var(--main-color);
  width: 60px;
  height: 3px;
  left: 0px;
  bottom: 0px;
  background-repeat: no-repeat;
}

.project-details-content .two-column .content-box .left-column,
.project-details-content .two-column .content-box .right-column{
  position: relative;
  float: left;
  width: 50%;
}

.project-details-content .two-column .content-box .single-box{
  position: relative;
  margin-bottom: 15px;
}

.project-details-content .two-column .content-box .single-box:last-child{
  margin-bottom: 0px;
}

.project-details-content .two-column .content-box .single-box h6{
  display: block;
  font-size: 14px;
  line-height: 22px;
  text-transform: uppercase;
  margin-bottom: 0px;
  color:var(--main-color);
}

.project-details-content .two-column .content-box .single-box .rating li{
  position: relative;
  display: inline-block;
  font-size: 13px;
  color:var(--main-color);
}

.project-details-content .two-column .content-box .single-box .social-box li{
  position: relative;
  display: inline-block;
  float: left;
  color:var(--main-color);
  margin-right: 10px;
}

.project-details-content .two-column .content-box .single-box .social-box li:last-child{
  margin: 0px !important;

}

.project-details-content .two-column .content-box .single-box .social-box li a{
  position: relative;
  display: inline-block;
  font-size: 14px;
  color: #ffffff;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border-radius: 5px;
}

.project-details-content .two-column .content-box .single-box .social-box li:first-child a{
  background: #3b5998;
}

.project-details-content .two-column .content-box .single-box .social-box li:nth-child(2) a{
  background: #55acee;
}

.project-details-content .two-column .content-box .single-box .social-box li:nth-child(3) a{
  background: #dc4e41;
}

.project-details-content .two-column .content-box .single-box .social-box li:last-child a{
  background: #cd201f;
}

.project-details-content .two-column .content-box .single-box .social-box{
  padding-top: 6px;
}

.project-details-content .text{
  position: relative;
  display: block;
  padding: 43px 0px 54px 0px;
  border-bottom: 1px solid #dcdee5;
}

.project-details-content .text p{
  margin-bottom: 17px;
}

.project-details-content .text p:last-child{
  margin-bottom: 0px;
}

.project-details-content .single-discription{
  position: relative;
  display: block;
  padding: 44px 0px 43px 0px;
  border-bottom: 1px solid #dcdee5;
}

.project-details-content .single-discription:last-child{
	border:none;
}

.project-details-content .single-discription .title-inner,
.project-details-content .single-discription .text-inner{
  position: relative;
  float: left;
  width: 50%;
}

.project-details-content .single-discription .title-inner h3{
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 34px;
  padding-left: 75px;
}

.project-details-content .single-discription .title-inner h3 i{
  position: absolute;
  display: inline-block;
  left: 0px;
  top: 6px;
  width: 55px;
  height: 55px;
  line-height: 55px;
  font-size: 35px;
  color: #ffffff;
  font-weight: 400;
  text-align: center;
  border-radius: 5px;
  background:var(--main-color);
}

.project-details-content .single-discription .title-inner{
  padding-right: 50px;
}

.project-details-content .single-discription .title-inner:before{
  position: absolute;
  content: '';
  background: #dcdee5;
  width: 1px;
  height: 150px;
  top: 7px;
  right: 30px;
}

.project-details-content .single-discription .text-inner{
  position: relative;
  padding-left: 30px;
}

.project-details-content .single-discription .text-inner:before {
  position: absolute;
  content: "\f158";
  font-family: 'Flaticon';
  font-size: 16px;
  left: 0px;
  top: 1px;
}

.project-details-content .single-discription .text-inner p{
  margin-bottom: 17px;
}

.project-details-content .single-discription .text-inner .list li{
  position: relative;
  display: block;
  padding-left: 18px;
  margin-bottom: 7px;
}

.project-details-content .single-discription .text-inner .list li:last-child{
  margin-bottom: 0px;
}

.project-details-content .single-discription .text-inner .list li:before{
  position: absolute;
  content: '';
  background: #b6b6c2;
  width: 6px;
  height: 6px;
  left: 0px;
  top: 11px;
  transform: rotate(45deg);
}
.map-section .map-outer .map-canvas iframe{
	height:100%;
}
.services-section-three .services-list li{
	width:50%;
}