.elementor-element .elementor-column-gap-default > .elementor-row > .elementor-column > .elementor-element-populated{
    padding:0px 0px 0px 0px;
}
.elementor-column-gap-default > .elementor-column > .elementor-element-populated{
	padding:0px !important;

}
.fab:before{
	font-family:'Font Awesome 5 Brands';	
}
.admin-bar .fixed-header .header-lower,
.admin-bar button.mfp-close,
.admin-bar button.mfp-arrow{
    top:32px;
}
.fixed-header .sticky-header .logo img{
    height:50px;
}
.page-title{
	background-image:url(../images/background/12.jpg);
}
.news-block-two .inner-box .lower-content .post-info li a{
    color:inherit;
}
.main-header.header-style-two .search-box-outer .show .search-box-btn .fa-search {
	cursor:pointer;
}
.main-header.header-style-two .search-box-outer .show .search-box-btn .fa-Search:before {
    content: "\f00d";
	font-family: Fontawesome;
}
.m-b0{
    margin-bottom:0px !important;
}
.sidebar-page-container .comments-area .comment-box-list > .rx-comment-item:last-child > .comment-box{
    margin-bottom:0px;
}
.rx-comment-item .rx-comment-item{
    margin-left:70px;
}
.comment-form{
    margin-top:60px;
}
.rx-comment-item .comment-form{
    margin:40px 0;
}
.comments-area .st-comment-item .comment-box {
	margin: 30px 0;
}
.comments-area .st-comment-item > .st-comment-item > .comment-box {
	margin-left:30px;
}
.comment-form.default-form.style-two .sec-title,
.comment-form.default-form.style-two .sec-title small {
	margin:0;
}
#cancel-comment-reply-link{
    color:inherit;
    display:block;
    font-size:18px;
    margin-top:17px;
}

.footer-widget ul li{
    position:relative;
	margin-bottom:16px;
}
.footer-widget ul li a{
    position:relative;
	color:#ffffff;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}
.footer-widget ul li a:hover{
    color:var(--main-color);
}
.m-t0{
    margin-top:0px !important;
}
.m-b50{
    margin-bottom:50px !important;
}
.testimonial-widget .widget-content .text p{
    color:inherit;
}
.main-footer .logo-widget .logo img{
    height:55px;
}
.p-t0{
    padding-top:0px !important;
}
.p-l0{
    padding-left:0px !important;
}
.p-r0{
    padding-right:0px !important;
}
.p-r25{
    padding-right:25px !important;
}
.shop-list .product_meta span.sku_wrapper,
.shop-list .product_meta span.posted_in{
    display:block;
    margin-bottom:10px;
    font-weight:600;
}
.shop-list .product_meta span.posted_in a,
.shop-list .product_meta span.sku_wrapper span{
    color:inherit;
    font-weight:400;
}
.product-details .related-product{
    position:relative;
    margin-top:60px;
}
.product-details .related-product .shop-page-title .title{
    font-size:25px;
    line-height:1.9em;
    margin-bottom:30px;
}
.button, button{
    font-family:'Josefin sans', sans-serif;
}
.woocommerce .cart-collaterals, .woocommerce-page .cart-collaterals{
    margin-top:60px;
}
.woocommerce .checkout_coupon.woocommerce-form-coupon .form-row.form-row-first,
.woocommerce .checkout_coupon.woocommerce-form-coupon .form-row.form-row-last{
    width:49%;
}
.woocommerce .checkout_coupon.woocommerce-form-coupon{
    margin-bottom:0px;
}

/*********************Easy Appointment Form***********************/
.easy-appointment{
    padding:100px 0;
}
.fluid-section-two.easy-appointment .form-column{
    width:100%;
    float:none;
}
.easy-appointment .form-horizontal{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.easy-appointment .form-horizontal .col-md-6{
    padding-top:0px !important;
}
.easy-appointment .form-horizontal .step .col-sm-4,
.easy-appointment .form-horizontal .step .col-sm-8,
.easy-appointment .form-horizontal .step .col-sm-12{
    width:100%;
    ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding:0px;
}
.easy-appointment .form-horizontal .step h3,
.easy-appointment .form-horizontal .step small{
    display:none;
}
.easy-appointment .form-horizontal .ui-widget-content{
    width:100%;
}
.easy-appointment .form-horizontal .ui-widget-header{
    background:#1c63b8;
    border-color:#1438ad;
}
.easy-appointment .ui-datepicker-prev:before{
    position:relative;
    font-size:14px;
    color:#ffffff;
    content:"\f104";
    font-family: 'FontAwesome';
    border-radius:50%;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}
.easy-appointment .ui-datepicker-prev:hover:before{
    color:#000000;
}
.easy-appointment .ui-datepicker-prev span {
    display: none !important;
}
.easy-appointment .ui-datepicker-next,
.easy-appointment .ui-datepicker-prev {
    text-align: center;
    width:32px;
    height:32px;
    line-height:30px;
}
.easy-appointment .ui-datepicker-next:before{
    position:relative;
    font-size:14px;
    color:#ffffff;
    content:"\f105";
    font-family: 'FontAwesome';
    border-radius:50%;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}
.easy-appointment .ui-datepicker-next:hover:before{
    color:#000000;
}
.easy-appointment .ui-datepicker-next span {
    display: none !important;
}
.easy-appointment .ui-datepicker .ui-datepicker-title{
    color:#ffffff;
}
.easy-appointment select.form-control:not([size]):not([multiple]){
    height:48px;
}
.easy-appointment .ea-actions-group{
    text-align:left !important;
    display:block !important;
    margin-top:30px;
}
.easy-appointment .ea-actions-group .ea-btn{
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    color: #1c63b8;
    padding: 8px 36px 8px;
    font-weight: 700;
    overflow: hidden;
    border-radius: 2px;
    background: none;
    text-transform: capitalize;
    border: 2px solid #1c63b8;
}
.easy-appointment .ea-actions-group .ea-btn:hover{
    background-color:#1c63b8;
    color:#ffffff;
}
.woocommerce div.product form.cart .variations select{
    margin-right:0px;
    padding:10px;
    border:1px solid #eaeaea;
    margin-bottom:15px;
}
.woocommerce div.product form.cart .variations label{
    margin-top:0px;
}

.list-style-three.outsource li {
    float: left;
    width: 50%;
}

.team-block .inner-box .lower-content h5 {
    color: #ffffff;
}

.list-style-one.our-donation-list li {
	width:50%;
	float:left;
}

.causes-btn a {
	padding:7px 25px;
}

.causes-btn a:first-child {
	margin-right:14px;
}

.team-block-two .inner-box .image .overlay-box-two h4 {
    position: relative;
    color: #ffffff;
}

span.wpcf7-list-item {
    margin: 0 1em 0 0;
}

.styled-pagination li span.current {
	position: relative;
	width: 50px;
	height: 50px;
	color: #fff;
	font-size: 20px;
	font-weight: 400;
	line-height: 48px;
	text-align: center;
	border-radius: 0%;
	display: inline-block;
	border: 1px solid #f6efed;
	border-top-color: rgb(246, 239, 237);
	border-right-color: rgb(246, 239, 237);
	border-bottom-color: rgb(246, 239, 237);
	border-left-color: rgb(246, 239, 237);
	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;
}

.news-block .inner-box .lower-content .post-meta li.custom-category a,
.news-block-two .inner-box .content .post-meta li.custom-category a {
    padding-left: 8px;
}

.main-slider .right-align {
    text-align: right;
}

.default-form.style-two input[type="submit"] {
	border-radius:0;
	height:auto;
}

.charitable-donation-options .donation-amounts li label{
	margin-bottom:0;
}

.charitable-form-field input {
	position:relative;
	display:block;
	width:100%;
	line-height:28px;
	padding:10px 22px;
	color:#777777;
	height:56px;
	font-size:15px;
	background:none;
	border-radius:4px;
	font-weight:600;
	border:1px solid #cccccc;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}
.charitable-form-field input:hover,
.charitable-form-field input:focus {
	border-color:var(--main-color);
}
.charitable-form-field select {
	position:relative;
	display:block;
	width:100%;
	line-height:28px;
	padding:10px 22px;
	color:#777777;
	height:56px;
	font-size:15px;
	background:none;
	border-radius:4px;
	font-weight:600;
	border:1px solid #cccccc;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}
.charitable-form-field select:hover,
.charitable-form-field select:focus {
	border-color:var(--main-color);
}
.charitable-submit-field .button{
	position: relative;
	display: inline-block;
	font-size: 16px;
	line-height: 30px;
	color: var(--main-color);
	padding: 11px 42px;
	font-weight: 700;
	overflow: hidden;
	border-radius:0px;
	background: none;
	border:2px solid var(--main-color);
	text-transform: capitalize;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.charitable-submit-field .button:before{
	position: absolute;
	content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    background-color: var(--main-color);
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform: scale(0.2, 1);
    transform: scale(0.2, 1);
}

.charitable-submit-field .button:hover {
	background:var(--main-color);
	color:#ffffff;
}

.sidebar-widget ul{
	position:relative;
}

.sidebar-widget 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;
}

.sidebar-widget ul li:first-child a{
	padding-top:0px;
}

.sidebar-widget ul li a{
	position:relative;
	font-size:16px;
	color:#666666;
	display:block;
	padding:13px 0px;
	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;
}

.sidebar-widget ul li span{
	position:absolute;
	right:0px;
}

.sidebar-widget ul li:last-child a{
	border-bottom:none;
	border-bottom:0px;
}

.sidebar-widget ul li.active a,
.sidebar-widget ul li a:hover{
	color:var(--main-color);
}

.sidebar .tagcloud a{
	position:relative;
	color:#555555;
	font-size:14px !important;
	font-weight:600;
	line-height: 1em;
	padding:12px 18px;
	border-radius:3px;
	margin-right: 6px;
	display: inline-block;
	border:1px solid #dddddd;
	text-transform:capitalize;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.sidebar .tagcloud a:last-child{
	margin-right: 0px;
}

.sidebar .tagcloud{
	position:relative;
	color:#ff4800;
	font-size:16px;
	font-weight:400;
	margin-top:3px;
}

.sidebar .tagcloud a:hover{
	color:#ffffff;
	border-color:var(--main-color);
	background-color:var(--main-color);
}

.comment-form.default-form.style-two .form-control:focus {
    box-shadow: none;
}

.single-product-item {
    margin-bottom: 50px !important;
}
.thm-color{
    color:var(--main-color);
}
rs-dotted.twoxtwo{
    background:none;
    background-color:rgba(0,0,0,0.5);
}
.footer-widget ul.menu,
.footer-widget .gallery{
	display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.footer-widget .gallery{
    margin-right: -5px;
    margin-left: -5px;
}
.footer-widget ul.menu li,
.footer-widget .gallery .gallery-item{
	-ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
	position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.footer-widget .gallery .gallery-item{
    padding-right: 5px;
    padding-left: 5px;
	-ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
	margin-bottom:10px;
}
.single-campaign .campaign-summary{
	margin-bottom:35px;
}
.single-campaign .campaign-description{
	font-size:16px;
	font-weight:500;
	margin-bottom:35px;
}
.campaign-summary .campaign-figures .amount, .campaign-summary .campaign-raised .amount{
	font-size:20px;
	font-weight:600;
	color:var(--main-color);
}
.campaign-summary .campaign-donation{
	text-align:left;
}
.campaign-summary .campaign-donation .donate-button,
.charitable-donation-form .donation-amount.selected{
	background:var(--main-color);
}
.charitable-donation-form .donation-amount.selected{
	border-color:var(--main-color);
}
.donation-summary{
	position:relative;
	background:#fafafa;
	padding:30px;
	margin-bottom:50px;
}
.donation-summary dd{
	border-bottom:1px solid #e1e1e1;
	padding-bottom:10px;
	margin-bottom:10px;
	text-align:right;
}
.donation-summary dd:last-child{
	margin-bottom:0px;
	padding-bottom:0px;
	border-bottom:none;
}
h3.charitable-header{
	font-weight:700;
	color:#333333;
	margin-top:35px;
	margin-bottom:35px;
}
.donation-details.charitable-table{
	border:1px solid #e1e1e1;
	width:100%;
}
.charitable-table td, .charitable-table tr{
	padding-right:0px;
}
.charitable-table td, .charitable-table th{
	padding:10px;
	border-bottom:1px solid #e1e1e1;
	border-right:1px solid #e1e1e1;
}
.woocommerce .loader::before{
	display:none;
}
.p-t90{
	padding-top:90px !important;
	margin-bottom:90px !important;
}
p.logged-in-as{
	margin-bottom:10px;
}
.comment-box .comment-form{
	margin-top:30px;
}
.m-b0{
	margin-bottom:0px;
}
.m-b25{
	margin-bottom:25px !important;
}
.causes-section .btn-style-one:before{
	background:#ffffff;
}
.causes-section .btn-style-one:hover .txt{
	color:var(--two-color);
}

/********************Event Styling***************************/
#tribe-events-pg-template, .tribe-events-pg-template{
	max-width:100%;
	margin:0px;
	padding:0px;
}
.m-t30{
	margin-top:30px !important;
}
.contact-form-section .outer-box{
	position:relative;
	background:#f9f9f9;
	padding:40px 40px 10px;
}
.contact-form-section .outer-box .sec-title{
	margin-bottom:20px;
}
.main-header .header-upper .logo-box .logo img{
	height:65px;
}
.m-b20{
	margin-bottom:20px !important;
}
.make-donate-form .wpcf7-list-item-label{
	color:#ffffff;
}
.comment-form.default-form .sec-title h2,
.comments-area.post-comments .sec-title h2{
	font-size:30px;
}
.contact-form .wpcf7-submit.btn-style-three:hover{
	color:var(--main-color);
}

/***************Updated Style*************/
.main-header .header-upper.updated .logo-box{
	padding:15px 0;
}
.header-style-one .updated .nav-outer{
	padding:0px;
}
.header-style-one .updated .nav-outer:before{
	display:none;
}
.header-style-one .updated .nav-outer{
	padding:0px;
}
.updated .main-menu .navigation > li{
	padding:35px 0;
}
.updated .main-menu .navigation > li > a{
	padding:0px;
}
.updated .main-menu .navigation > li.dropdown > a:after{
	top:5px;
}
.main-header .updated .outer-box{
	margin-left:50px;
	padding:24px 0 22px;
}
.main-header .updated .outer-box a{
	border: 1px solid #e3e3e3;
    border-radius: 5px;
    padding: 12px 15px;
	color: #989aaa;
	    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.main-header .updated .outer-box a:hover{
	border-color:var(--main-color);
	color:var(--main-color);
}

/** banner-section **/

.banner-section{
  position: relative;
  overflow: hidden;
}

.banner-carousel{
  position: relative;
}

.banner-carousel .slide-item{
  position: relative;
  padding: 200px 0px 200px 0px;
}

.banner-carousel .slide-item:before{
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background: #252638;
  top: 0px;
  right: 0px;
  opacity: 0.65;
  z-index: 1;
}

.banner-carousel .slide-item .image-layer{
  position:absolute;
  left:0;
  top:0;
  width:100%;
  height:100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-transform:scale(1);
  -ms-transform:scale(1);
  transform:scale(1);
  -webkit-transition: all 6000ms linear;
  -moz-transition: all 6000ms linear;
  -ms-transition: all 6000ms linear;
  -o-transition: all 6000ms linear;
  transition: all 6000ms linear;
}

.banner-carousel .active .slide-item .image-layer{
  -webkit-transform:scale(1.15);
  -ms-transform:scale(1.15);
  transform:scale(1.15);
}

.banner-carousel .content-box{
  position: relative;
  display: block;
  max-width: 570px;
  width: 100%;
  z-index:5;
}

.banner-carousel .content-box h6{
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 1em;
  font-weight: 700;
  text-transform: uppercase;
  padding-left: 30px;
  margin-bottom: 35px;
  color:#ffffff;
  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 .content-box h6 i{
  position: absolute;
  left: 0px;
  top: -2px;
}

.banner-carousel .active .content-box h6{
  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 h1{
  position: relative;
  display: block;
  color: #fff;
  font-size: 72px;
  line-height: 76px;
  font-weight: 700;
  margin-bottom: 21px;
  opacity: 0;
  -webkit-transform: translateX(100px);
  -moz-transform: translateX(100px);
  -ms-transform: translateX(100px);
  -o-transform: translateX(100px);
  transform: translateX(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: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition-delay: 1000ms;
  -moz-transition-delay: 1000ms;
  -ms-transition-delay: 1000ms;
  -o-transition-delay: 1000ms;
  transition-delay: 1000ms;
}

.banner-carousel .content-box p{
  position: relative;
  display: block;
  color: #fff;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 33px;
  opacity: 0;
  -webkit-transform: translateX(-100px);
  -moz-transform: translateX(-100px);
  -ms-transform: translateX(-100px);
  -o-transform: translateX(-100px);
  transform: translateX(-100px);
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
}

.banner-carousel .active .content-box p{
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition-delay: 1000ms;
  -moz-transition-delay: 1000ms;
  -ms-transition-delay: 1000ms;
  -o-transition-delay: 1000ms;
  transition-delay: 1000ms;
}

.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: 1000ms;
  -moz-transition-delay: 1000ms;
  -ms-transition-delay: 1000ms;
  -o-transition-delay: 1000ms;
  transition-delay: 1000ms;
}

.banner-carousel .content-box .btn-box .theme-btn{
  padding: 16.5px 40px;
}

.owl-dots-none .owl-dots,
.owl-nav-none .owl-nav{
  display: none !important;
}

.banner-section .owl-nav{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}

.banner-section .owl-nav .owl-prev,
.banner-section .owl-nav .owl-next{
  position: absolute;
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-size: 30px;
  color: #ffffff;
  text-align: center;
  border: 2px solid #ffffff;
  border-radius: 5px;
  cursor: pointer;
  background: transparent;
  transition: all 500ms ease;
}

.banner-section .owl-nav .owl-prev{
  left: 50px;
}

.banner-section .owl-nav .owl-next{
  right: 50px;
}

.banner-section .owl-nav .owl-prev:hover,
.banner-section .owl-nav .owl-next:hover{

}


/** about-section **/

.about-section{
  position: relative;
  padding:90px 0 80px;
}
.about-section .sec-title h2{
	margin-bottom:20px;
}
.about-section .sec-title h6 {
    position: relative;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 14px;
	color:var(--main-color);
}
.about-section .sec-title h6 span{
	margin-left:10px;
}
.sec-title .title-shape {
    position: relative;
    width: 50px;
    height: 4px;
    margin-left: 8px;
	background: var(--main-color);
}
.sec-title .title-shape:before {
    position: absolute;
    content: '';
    width: 4px;
    height: 4px;
    left: -8px;
    top: 0px;
	background: var(--main-color);
}
.about-section .content_block_1{
padding-top: 15px;
}
.content_block_1 .content-box .text h5{
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  margin-bottom: 24px;
}
.content_block_1 .content-box .text p{
  margin-bottom: 15px;
  color: #696b7e;
}
.content_block_1 .content-box .text h4{
  display: block;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  margin-bottom: 16px;
}

.content_block_1 .content-box .text{
  display: block;
  margin-bottom: 33px;
}

.content_block_1 .content-box .inner-box .signature{
  position: relative;
  margin-right: 40px !important;
}

.content_block_1 .content-box .inner-box .signature:before{
  position: absolute;
  content: '';
  background: #dddddd;
  width: 1px;
  height: 56px;
  top: 0px;
  right: -20px;
}

.social-style-one li{
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 10px;
}

.social-style-one li:last-child{
  margin: 0px !important;
}

.social-style-one li a{
  position: relative;
  display: inline-block;
  font-size: 16px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #ffffff;
  border-radius: 50%;
}

.social-style-one li:first-child a{
	background: #3b5998;
}

.social-style-one li:nth-child(2) a{
  background: #55acee;
}

.social-style-one li:nth-child(3) a{
  background: #dc4e41;
}

.social-style-one li:last-child a{
  background: #3f729b;
}

.content_block_1 .content-box .inner-box{
  margin-bottom: 40px;
}

.bg-color-1{
  background: #f5f5f6;
}

.content_block_1 .content-box .inner-box .social-style-one{
  position: relative;
  top: 3px;
}

.content_block_1 .content-box .lower-box .single-item{
  position: relative;
  display: block;
  background: #ffffff;
  border-radius: 5px;
  box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 8%);
  padding: 16px 15px 17px 83px;
}

.content_block_1 .content-box .lower-box .single-item .icon-box{
  position: absolute;
  display: inline-block;
  width: 48px;
  height: 48px;
  line-height: 48px;
  font-size: 24px;
  border: 1px solid #e6e6ea;
  border-radius: 50%;
  text-align: center;
  left: 20px;
  top: 20px;
  transition: all 500ms ease;
}

.content_block_1 .content-box .lower-box .single-item:hover .icon-box{
  color: #ffffff;
}

.content_block_1 .content-box .lower-box .single-item h5{
  display: block;
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  margin-bottom: 3px;
}

.content_block_1 .content-box .lower-box .single-item p{
  color: #616373;
}

.content_block_1 .content-box .lower-box .single-item p a{
  display: inline-block;
  color: #616373;
}

.content_block_1 .content-box .lower-box .single-item p a:hover{

}

.content_block_1 .content-box .sec-title{
  margin-bottom: 33px;
}

.image_block_1 .image-box{
  position: relative;
  display: block;
  padding: 0px 30px;
  margin-top: 7px;
}

.image_block_1 .image-box .image{
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 5px;
  box-shadow: 0px 0px 60px 0px rgb(0 0 0 / 5%);
}

.image_block_1 .image-box .image::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,.3);
  content: '';
  -webkit-transition: -webkit-transform .9s;
  transition: transform .9s;
  -webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
  transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
}

.image_block_1 .image-box .image:hover::before {
  -webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
  transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
}

.image_block_1 .image-box .image img{
  width: 100%;
  border-radius: 5px;
}

.image_block_1 .image-box .text{
  position: absolute;
  right: 0px;
  bottom: 40px;
  width: calc(100% - 60px);
  padding: 30px 30px 30px 30px;
  background: #ffffff;
  border-radius: 5px;
  box-shadow: 15px -10px 30px 0px rgb(0 0 0 / 8%);
  border-bottom: 3px solid #e41e2f;
  z-index: 1;
}

.image_block_1 .image-box .text h4{
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
}

.bg-color-2{
  background: #252638;
}

/** team-section **/

.team-section{
  position: relative;
}

.team-section .sec-title-two .link{
  position: absolute;
  right: 0px;
  bottom: 0px;
  font-size: 16px;
  font-family: 'Montserrat Alternates', sans-serif;
  font-weight: 700;
  color: #919191;
  z-index: 1;
}

.team-section .sec-title-two .link i{
  position: relative;
  font-size: 18px;
  margin-left: 8px;
  top: 1px;
}

.team-section .sec-title-two .link:hover{

}

.team-block-one .inner-box{
  position: relative;
  display: block;
  background: #ffffff;
  border-radius: 5px;
  text-align: center;
}

.team-block-one .inner-box .image-box{
  position: relative;
  display: block;
  background: #f0f4f9;
  padding: 40px 0px;
  border-radius: 5px 5px 0px 0px;
}

.team-block-one .inner-box .image-box .image{
  position: relative;
  display: inline-block;
  width: 190px;
  height: 190px;
  border-radius: 50%;
  padding: 8px;
  border: 2px solid var(--main-color);
}

.team-block-one .inner-box .image-box .image img{
  width: 100%;
  border-radius: 50%;
}

.team-block-one .inner-box .lower-content{
  position: relative;
  display: block;
  border-radius: 0px 0px 5px 5px;
  background: #ffffff;
  box-shadow: 0px 10px 20px 0px rgb(0 0 0 / 06%);
  padding: 25px 20px 30px 20px;
}

.team-block-one .inner-box .lower-content h4{
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  margin-bottom: 1px;
}

.team-block-one .inner-box .lower-content h4 a{
  display: inline-block;
  color: #111;
}

.team-block-one .inner-box .lower-content h4 a:hover{

}

.team-block-one .inner-box .lower-content .designation{
  position: relative;
  display: block;
  font-size: 18px;
  margin-bottom: 12px;
}

.team-block-one .inner-box .lower-content .social-links{
  position: relative;
  display: block;
  width: 100%;
  background: #f0f4f9;
  border-radius: 5px;
  padding: 7.5px 10px;
}

.team-block-one .inner-box .lower-content .social-links li{
  position: relative;
  display: inline-block;
  float: left;
  width: 25%;
  text-align: center;
}

.team-block-one .inner-box .lower-content .social-links li:before{
  position: absolute;
  content: '';
  background: #d7dce2;
  width: 1px;
  height: 24px;
  top: 2px;
  right: 0px;
}

.team-block-one .inner-box .lower-content .social-links li:last-child:before{
  display: none;
}

.team-block-one .inner-box .lower-content .social-links li a{
  display: inline-block;
  font-size: 16px;
  color: #111;
}

.team-block-one .inner-box .lower-content .social-links li:first-child a:hover{

}

.team-block-one .inner-box .lower-content .social-links li:nth-child(2) a:hover{

}

.team-block-one .inner-box .lower-content .social-links li:nth-child(3) a:hover{

}

.team-block-one .inner-box .lower-content .social-links li:last-child a:hover{

}

.team-section .pattern-layer{
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 843px;
  background-size: cover;
  background-repeat: no-repeat;
}

/** news-section **/

.news-sections{
  position: relative;
  padding:90px 0 70px;
  background:#f5f5f5;
}

.news-block-ones .inner-box{
  position: relative;
  display: block;
}

.news-block-ones .inner-box .image-box{
  position: relative;
  display: block;
  overflow: hidden;
  background: #091125;
  border-radius: 5px;
}

.news-block-ones .inner-box .image-box img{
  width: 100%;
  border-radius: 5px;
  transition: all 500ms ease;
}

.news-block-ones .inner-box:hover .image-box img{
  opacity: 0.1;
}

.news-block-ones .inner-box .image-box .link{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%) scale(0,0);
  width: 60px;
  height: 60px;
  line-height: 60px;
  background: rgba(255,255,255,0.2);
  border-radius: 50%;
  font-size: 24px;
  color: #ffffff;
  z-index: 1;
  text-align: center;
}

.news-block-ones .inner-box:hover .image-box .link{
  transform: translate(-50%,-50%) scale(1,1);
}

.news-block-ones .inner-box .image-box .link:hover{
  background: #ffffff;
  color:var(--main-color);
}

.news-block-ones .inner-box .lower-content{
  position: relative;
  margin: 0px 20px;
}

.news-block-ones .inner-box .lower-content .inner{
  position: relative;
  background: #fff;
  border-radius: 5px;
  padding: 39px 30px 22px 30px;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  margin-top: -20px;
  z-index: 1;
}

.news-block-ones .inner-box .lower-content .category{
  position: absolute;
  left: 30px;
  top: -16px;
}

.news-block-ones .inner-box .lower-content .category a{
  position: relative;
  display: inline-block;
  font-size: 14px;
  color: #ffffff;
  line-height: 20px;
  border-radius: 3px;
  padding: 4px 11px;
  background:var(--main-color);
}

.news-block-ones .inner-box .lower-content .category a:hover{
  background: #091125;
}

.news-block-ones .inner-box .lower-content .category a i{
  margin-right: 7px;
}

.news-block-ones .inner-box .lower-content .admin-box{
  position: relative;
  padding: 0px 0px 0px 55px;
  margin-bottom: 20px;
}

.news-block-ones .inner-box .lower-content .admin-box .admin-thumb{
  position: absolute;
  left: 0px;
  top: 5px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.news-block-ones .inner-box .lower-content .admin-box .admin-thumb img{
  width: 100%;
  border-radius: 50%;
}

.news-block-ones .inner-box .lower-content .admin-box h6{
  display: block;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  margin-bottom: 4px;
}

.news-block-ones .inner-box .lower-content .admin-box span{
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 20px;
}

.news-block-ones .inner-box .lower-content h5{
  display: block;
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  margin-bottom: 14px;
}

.news-block-ones .inner-box .lower-content h5 a{
  display: inline-block;
  color: #111111;
}

.news-block-ones .inner-box .lower-content h5 a:hover{

}

.news-block-ones .inner-box .lower-content .text{
	margin-bottom:16px;
}

.news-block-ones .inner-box .lower-content .link a{
  position: relative;
  display: inline-block;
  font-size: 16px;
  color: var(--two-color);
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 600;
}

.news-block-ones .inner-box .lower-content .link a i{
  position: relative;
  margin-left: 6px;
  font-size: 18px;
  top: 1px;
}

.news-block-ones .inner-box .lower-content .link a:hover{

}

.news-block-ones .inner-box .lower-content .comment-box{
  position: absolute;
  right: 30px;
  bottom: 23px;
}

.news-block-ones .inner-box .lower-content .comment-box a{
  position: relative;
  display: inline-block;
  font-size: 15px;
  color: #606060;
}

.news-block-ones .inner-box .lower-content .comment-box a i{
  position: relative;
  font-size: 13px;
  margin-right: 7px;
}

.news-block-ones .inner-box .lower-content .comment-box a:hover{

}

.news-section .sec-title{
  margin-bottom: 50px;
}

.news-detail .inner-box .upper-box .post-meta li .post-categories li{
	padding:0px;
	margin:0px;
}

.news-detail .inner-box .upper-box .post-meta li .post-categories li a{
	color:inherit;
	font-size:inherit;
}

/*** 

====================================================================
                        Contact-Page
====================================================================

***/

/** contact-information **/

.contact-information{
  position: relative;
  padding: 110px 0px 100px 0px;
}

.contact-information .content_block_12 .content-box{
  margin-top: -7px;
}

.content_block_12 .content-box{
  position: relative;
  display: block;
}

.content_block_12 .content-box .sec-title{
  margin-bottom: 24px;
}

.content_block_12 .content-box .sec-title h6{
	position: relative;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 14px;
	color: var(--main-color);
}

.content_block_12 .content-box .sec-title h6 span{
	margin-left:10px;
}

.content_block_12 .content-box .sec-title h2{
	margin-bottom:20px;
}

.content_block_12 .content-box .text{
  position: relative;
  display: block;
  margin-bottom: 32px;
}

.content_block_12 .content-box h4{
  display: block;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  padding-left: 60px;
  margin-bottom: 12px;
  padding-top: 11px;
}

.content_block_12 .content-box .text h4 i{
  position: absolute;
  left: 0px;
  top: 18px;
  font-size: 45px;
  line-height: 45px;
  font-weight: 400;
}

.content_block_12 .content-box .text p{
  margin-bottom: 25px;
}

.content_block_12 .content-box .text a {
  display: inline-block;
  font-size: 14px;
  font-family: 'DM Sans', sans-serif;
  line-height: 26px;
  color: #252638;
  font-weight: 700;
  text-transform: uppercase;
}

.content_block_12 .content-box .text a i {
  margin-left: 5px;
  font-size: 14px;
  font-weight: 400;
}

.content_block_12 .content-box .text a:hover{

}

.content_block_12 .content-box .social-box h4{
  padding: 0px;
  line-height: 16px;
  margin-bottom: 19px;
}

.content_block_12 .content-box .social-box{
  position: relative;
  border:none !important;
}

.contact-information .image-box{
  position: relative;
  display: block;
  border-radius: 5px;
  overflow: hidden;
}

.contact-information .image-box img{
  width: 100%;
  border-radius: 5px;
}

.contact-information .image-box::before {
  position: absolute;
  top: -30%;
  left: 0;
  width: 150%;
  height: 150%;
  background: rgba(255,255,255,.3);
  content: '';
  -webkit-transition: -webkit-transform .9s;
  transition: transform .9s;
  -webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
  transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
}

.contact-information .image-box:hover::before {
  -webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
  transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
}

.contact_box_n.two p {
    margin-bottom: 15px!important;
}

.contact_box_n.two p span {
    color: #252638;
    margin-right: 8px;
}

.contact_box_n.two p span i {
    margin-right: 6px;
    color: #e41e2f;
}

/*----new---*/
.contact_form_box{
  position: relative;
  padding: 50px;
  box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.09);
  border-radius: 10px;
}

.contact_form_box{
  position: relative;
}

.contact_form_box .form-group input[type='text'], 
.contact_form_box .form-group input[type='email'], 
.contact_form_box .form-group textarea{
  position: relative;
  display: block;
  width: 100%;
  height: 58px;
  border: 1px solid #e6e6ea;
  border-radius: 5px;
  font-size: 16px;
  color: #696b7e;
  padding: 10px 20px;
  transition: all 500ms ease;
}

.contact_form_box .form-group input:focus,
.contact_form_box .form-group textarea:focus{

}

.contact_form_box .form-group textarea{
  resize: none;
  height: 130px;
}

.contact_form_box .form-group{
  position: relative;
  margin-bottom: 30px;
}

.m-tb{
	margin-top:30px;
	margin-bottom:20px;
}

.news-detail .list-style-one li:last-child{
	margin-bottom:0px;
}

.woocommerce .woocommerce-error::before, .woocommerce .woocommerce-info::before, .woocommerce .woocommerce-message::before{
	display:none;
}