:root {
  --thm-font: "Barlow", sans-serif;
  --heading-font: "Amatic SC", cursive;
  --thm-base: #88867a;
  --thm-base-rgb: 237, 221, 94;
  --thm-primary: #5b8c51;
  --thm-primary-rgb: 91, 140, 81;
  --thm-black: #404a3d;
  --thm-black-rgb: 64, 74, 61;
  --thm-gray: #eceeef;
}

/* common css strats here */

ul {list-style-type:none; padding:0px; margin: 0px;}

/* ul li {list-style-type:none; padding:0px;} */

/* a.customize{text-decoration:none;}/* for removing underline for anchor*/ 

a{text-decoration:none !important;}/* for removing underline for anchor*/

button:focus { outline: 0px !important; }

a:hover { text-decoration: none; }

textarea { resize: none;}

.w-100{width:100%;}

.h-100 {height:100%;}

/* for display */

.d-inline-flex{display:inline-flex ;}/* for display inline */

.d-flex{display:flex ;}/* for display inline */

/* for positions */

.pos-relative{position:relative;}

.pos-absolute{position:absolute;}

/* padding styles */

.p-0{padding:0px;}

.p-10p{padding:10px;}

.p-15p{padding:15px;}

.p-20p{padding:20px;}

.p-30p{padding:30px;}

.p-40p{padding:40px;}

.pt-5p{padding-top:5px;}

.pt-10p{padding-top:10px;}

.pt-15p{padding-top:15px;}

.pt-20p{padding-top:20px;}

.pt-40p{padding-top:40px;}

.pt-50p{padding-top:50px;}

.ptb-5p{padding-top:5px;padding-bottom:5px;}

.ptb-10p{padding-top:10px;padding-bottom:10px;}

.ptb-15p{padding-top:15px;padding-bottom:15px;}

.ptb-20p{padding-top:20px;padding-bottom:20px;}

.ptb-25p{padding-top:25px;padding-bottom:25px;}

.ptb-30p{padding-top:30px;padding-bottom:30px;}

.ptb-40p{padding-top:40px;padding-bottom:40px;}

.ptb-50p{padding-top:50px;padding-bottom:50px;}

.ptb-60p{padding-top:60px;padding-bottom:60px;}

.ptb-70p{padding-top:70px;padding-bottom:70px;}

.plr-10p{padding-left:10px;padding-right:10px;}

.plr-20p{padding-left:20px;padding-right:20px;}

.plr-30p{padding-left:30px;padding-right:30px;}

.pb-10p{padding-bottom:10px;}

.pb-15p{padding-bottom:15px;}

.pb-20p{padding-bottom:20px;}

.pb-30p{padding-bottom:30px;}

.pb-40p{padding-bottom:40px;}

.pb-60p{padding-bottom:60px;}

.pb-80p{padding-bottom:80px;}

.ptb-4060p{padding-top:40px;padding-bottom:60px;}

.pr-0p{padding-right:0px;}

.pl-0p{padding-left:0px;}

.pl-10p{padding-left:10px;}

.pl-15p{padding-left:15px;}

.pl-20p{padding-left:20px;}

.pl-25p{padding-left:25px;}

.pl-50p{padding-left:50px;}

.pr-20p{padding-right:20px;}

.pr-50p{padding-right:50px;}


/* margin styles */

.m-0{margin:0px;}

.m-15p{margin:15px;}

.m-lr-auto{margin:0px auto;}

.mt-5p{margin-top:5px;}

.mt-10p{margin-top:10px;}

.mt-15p{margin-top:15px;}

.mt-20p{margin-top:20px;}

.mt-25p{margin-top:25px;}

.mt-30p{margin-top:30px;}

.mt-40p{margin-top:40px;}

.mt-50p{margin-top:50px;}

.mt-60p{margin-top:60px;}

.mt-70p{margin-top:70px;}

.mt-80p{margin-top:80px;}

.mt-90p{margin-top:90px;}

.mt-100p{margin-top:100px;}

.mb-0p{margin-bottom:0px;}

.mb-10p{margin-bottom:10px;}

.mb-15p{margin-bottom:15px;}

.mb-20p{margin-bottom:20px;}

.mb-25p{margin-bottom:25px;}

.mb-30p{margin-bottom:30px;}

.mb-40p{margin-bottom:40px;}

.mb-60p{margin-bottom:60px;}

.mb-70p{margin-bottom:70px;}

.mb-80p{margin-bottom:80px;}

.mtb-2040p{margin-top:20px;margin-bottom:40px;}

.mtb-5p{margin-top:5px;margin-bottom:5px;}

.mtb-10p{margin-top:10px;margin-bottom:10px;}

.mtb-15p{margin-top:15px;margin-bottom:15px;}

.mtb-20p{margin-top:20px;margin-bottom:20px;}

.mtb-30p{margin-top:30px;margin-bottom:30px;}

.mtb-40p{margin-top:40px;margin-bottom:40px;}

.mtb-50p{margin-top:50px;margin-bottom:50px;}

.mtb-60p{margin-top:60px;margin-bottom:60px;}

.mlr-10p{margin-left:10px;margin-right:10px;}

.mlr-20p{margin-left:20px;margin-right:20px;}

.ml-10p{margin-left:10px;}

.ml-15p{margin-left:15px;}

.mr-5p{margin-right:5px;}

.mr-10p{margin-right:10px;}

.mr-15p{margin-right:15px;}

.mr-50p {margin-right: 50px;}

.mr-40p {margin-right: 40px;}

.mr-30p {margin-right: 30px;}

.mr-20p {margin-right: 20px;}

/* for box shadow */


/* for border radius  */

.brad-0 {border-radius: 0;}

.brad-2 {border-radius: 2px;}

.brad-3 {border-radius: 3px;}

.brad-4 {border-radius: 4px;}

.brad-5 {border-radius: 5px;}

.brad-8 {border-radius: 8px;}

.brad-50 {border-radius: 50px;}

/* for borders  */

.br-0p {border: 0;}

.br-tp-1p {border-top:1px solid #e5e5e5;}

/* for letter spacing  */

.ls-1p {letter-spacing: 1px;}

.ls-2p {letter-spacing: 2px;}

.ls-4p {letter-spacing: 4px;}

/* for text-patterns*/

.txt-up {text-transform: uppercase;}

.txt-cap {text-transform: capitalize;}

.txt-undline {text-decoration: underline; }

/* for backgorund colors */

.bg-white{background-color:white;}

.bg-black{background-color:#000000;}

.bg-trans {background: transparent;}

.bg-grey {background-color: #f2f2f2;}

.

/* for text-colors*/

.text-black{color:#000000;}

.text-white{color:#ffffff;}

.text-orange{color: #ff7800;}

.text-blue{color: #40297a;}

.text-gold{color: #d0b85d;}

.ft-color{color: #13203e;}

.text-green{color: #5b8c51;}



/* for text-alignment*/

.align-items { align-items: center;}

.align-flex-end {align-items: flex-end;}

.justify-space {justify-content: space-between;}

.justify-center {justify-content: center;}

.justify-flex-end {justify-content: flex-end;}

.wh-space {white-space: pre-line;}

.obj-fit {object-fit: cover;}

.over-hidden {overflow: hidden;}

/* for font-size */

.font11 {font-size: 11px;}

.font12 {font-size: 12px;}

.font13 {font-size: 13px;}

.font14 {font-size: 14px;}

.font15{font-size:15px;}

.font16{font-size:16px;}

.font17{font-size:17px;}

.font18{font-size:18px;}

.font20{font-size:20px;}

.font22{font-size:22px;}

.font23{font-size:23px;}

.font26{font-size:26px;}

.font28{font-size:28px;}

.font30{font-size: 30px;}

.font44{font-size: 44px;}

.font40{font-size: 40px;}

.font50{font-size: 50px;}

.font52{font-size: 52px;}

/* for line-hieght */

.lh-15p {line-height: 15px;}

.lh-16p {line-height: 16px;}

.lh-18p {line-height: 18px;}

.lh-20p {line-height: 20px;}

.lh-22p {line-height: 22px;}

.lh-23p {line-height: 23px;}

.lh-24p {line-height: 24px;}

.lh-25p {line-height: 25px;}

.lh-26p {line-height: 26px;}

.lh-27p {line-height: 27px;}

.lh-28p {line-height: 28px;}

.lh-33p {line-height: 33px;}

.lh-42p {line-height: 42px;}

.lh-44p {line-height: 44px;}

/* for font-weight */

.fw-600 {font-weight: 600;}

/* for font related css */

.fnt-futurabt-book{font-family: 'futura-book-bt';}

.fnt-futurapt-book{font-family: 'futura-pt-book';}

.fnt-futurapt-Medium{font-family: 'futura-pt-Medium';}

.fnt-HypatiaSansPro-Reg{font-family: 'HypatiaSansPro-Regular';}

.fnt-HypatiaSansPro-bold{font-family: 'HypatiaSansPro-Bold';}

.fnt-pop-reg{font-family: 'Poppins-Regular';}

.fnt-pop-light{font-family: 'Poppins-Light';}

.fnt-pop-medium{font-family: 'Poppins-Medium'; }

.fnt-pop-semibold{font-family: 'Poppins-SemiBold';}

.fnt-robo-reg{font-family: 'Roboto-Regular';}

.fnt-robo-med{font-family: 'Roboto-Medium';}

.fnt-arial-bold{font-family:"arial-bold";}

/* for text-alignment*/

.align-center {align-items:center;}

.text-center { text-align: center;}

.text-right { text-align: right;}

.text-left { text-align: left;}

.text-end { text-align: end;}

.text-justify {text-align: justify;}

.text-initial {text-align: initial;}

body {	
	font-size:15px;
	font-family: 'Poppins-Light';
	color: #2b2b2b;
}

.container {
	max-width: 1170px !important;
	padding-left: 0;
    padding-right: 0;
}

/*----- navbar toggler  css -----*/

.navbar-toggler.x {
  border: none;
}
.navbar-toggler.x:focus {
  outline: none;
}
.navbar-toggler.x[aria-expanded="true"] .icon-bar:nth-of-type(1) {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: 10% 10%;
  -ms-transform-origin: 10% 10%;
  transform-origin: 10% 10%;
}
.navbar-toggler.x[aria-expanded="true"] .icon-bar:nth-of-type(2) {
  opacity: 0;
  filter: alpha(opacity=0);
}
.navbar-toggler.x[aria-expanded="true"] .icon-bar:nth-of-type(3) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 10% 90%;
  -ms-transform-origin: 10% 90%;
  transform-origin: 10% 90%;
}
.navbar-toggler.x .icon-bar {
  width: 22px;
  display: block;
  height: 2px;
  background-color: #000;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.navbar-toggler.x .icon-bar + .icon-bar {
  margin-top: 4px;
}
.navbar-toggler.x .icon-bar:nth-of-type(1) {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}
.navbar-toggler.x .icon-bar:nth-of-type(2) {
  opacity: 1;
  filter: alpha(opacity=100);
}
.navbar-toggler.x .icon-bar:nth-of-type(3) {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}

/* ------------------------------------------------------------------------------------------------------------*/
		/* HOME PAGE STARTS HERE */
/* ------------------------------------------------------------------------------------------------------------*/

.common-section {
	padding-top:60px; 
	padding-bottom:60px;
}

.sub_title {
	font-size: 20px;
	line-height: 44px;
	color: #3ba30f;
	font-family: 'HypatiaSansPro-Regular';
}
.sub_title2 {
	font-size: 20px;
	line-height: 26px;
	color: #0077c5;
	font-family: 'HypatiaSansPro-Regular';
}

.sec_title {
	font-size: 46px;
	line-height: 40px;
	color: #161c2d;
	font-family: 'HypatiaSansPro-Bold';
}

.bg-properties {
	background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
	
.form-control {
    height: 45px;
    border-radius: 0px;
    border: 1px solid #cccccc;
}

.form-control:focus {box-shadow: none;}

.update_soon {margin-top:150px;margin-bottom:150px;}

.update_soon h1 {font-size:50px;}


/* HEADER SECTION STARTS HERE   */

.header-sec {
    /* filter: drop-shadow(0px 4px 4px rgba(0,0,0,0.15));
    background-color: #ffffff;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999; */
}

		/* HEADER-TOP CSS  */

.header_top_block ul li{padding: 0px 20px;}

.header_top_block ul li:last-child{padding: 0px 0px 0px 20px;}

.mail_block a {color: #363c4a;}

.call_block span {color: #3ba30f;}

.call_block a {color: #1a284d;}

.call_block img {display: inline-block; transform: translateY(-2px);}

	/* social icons */

.icon {
	position:relative;
	text-align:center;
	width:0px;
	height:0px;
	padding:14px;
	border-radius:50px;
	background-color: #ffffff;
	border: 1px solid #d8d8d8;
	display:inline-block;
	margin:3px 8px -2px 0;
	cursor:pointer;
	transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
}
.icon i {font-size:15px; position:absolute;left:9px; top:10px;}

.fb i {left:10px; top:8px; color: #0259bf;}

.tw i {left: 7px; top: 7px; color: #00c5fa;}

.gp i {left: 8px; top: 7px; color: #007bb6;}

.icon:hover {filter: drop-shadow(0px 3px 5px rgba(0,0,0,0.15)); background-color: #ffffff;}

	/* header top border line */

.header-line {
    height: 1px;
    width: 100%;
    /* background-color: #e5e7ea; */
    position: absolute;
    right: 0;
    background-image: url(../images/integretas.png);
    left: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.header-line.extraclass {display:none;}

	/* HEADER-BOTTOM CSS  */

.header_bottom_block .navbar {padding: 0;}

.logo {
    transform: translateY(-4px);
    margin-top: -25px !important;
    padding-right: 30px;
    background: white;
    width: 310px;
    object-fit: cover;
	margin:4px 0px;
}

.menu {align-items: center; margin-top:2px;}

.menu li {margin-left:40px; position: relative;  float: left;}

.menu a {
	font-size: 15px;
	letter-spacing: 1px;
  line-height: 36px;  
  color: #344c5c;
	font-family: 'futura-pt-book';
	text-transform: uppercase;
}
.contact-menu {
    border-top-right-radius: 25px;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    padding: 3px 15px;
	background-image: linear-gradient(90deg, #00a9f1 10%, #00bf7c 100%);
	
}
.contact-menu a, .contact-menu a:hover {color: #ffff;}

.menu .menu-active a, .menu  .current_page_item a  {color: #000; padding-left:5px;
}

.menu a:hover {color: #000;}

.menu-active:before, .menu .current_page_item:before {
    content: '';
    position: absolute;
    left: -7px;
    bottom: 0px;
    border-radius: 50px;
    width: 36px;
    z-index: -1;
    height: 36px;
    background-color: #90df6e;
}
.sub-menu .current_page_item:before
{
    position: relative;
    bottom: 0px;
    border-radius: 0;
    width: 0;
    z-index: inherit;
    background-color:none;
}

.subheader.extraclass {display:none;}

.headerlogo.extraclass {transform: translateY(0px) !important; padding: 25px 0px 4px 0px;}

.sub-menu {
	margin:0px;
	min-width:250px;
	padding-bottom:0px !important;
	padding:20px;	
	border:0px; border-radius:0px 0px 4px 4px;
}
.sub-menu {
  position: absolute;
   top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem; 
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0,0,0,.15);
  border-radius: 0.25rem;
}
.sub-menu li {
	float:none;
  margin:0;
}

.sub-menu a {
    display: block;
    position: relative;
    padding: 6px 12px;
	border-bottom: 1px solid #e8e8e8 !important;
	color: #344c5c !important;
	text-transform: capitalize;
  letter-spacing: 0px;
}

.sub-menu a:last-child {border-bottom: 0px solid #e8e8e8;}

.sub-menu a:after {
    content: '';
    position: absolute;
    top: 50%;
    left: -15px;
    width: 10px;
    height: 2px;
    opacity: 0;
    background-color: #3ba30f;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
}
.menu-item-has-children a:first-child::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.menu-item-has-children a::after {vertical-align: 0.20em !important;}

.menu-item-has-children:hover .sub-menu {display: block;}

.sub-menu a:hover {background:transparent; color:#000000;}

.sub-menu a:hover:after {opacity: 1; left: -7px;}

/* banner-sec css */

/* .banner-sec,.inner-banner {margin-top: 100px;} */

.carousel-indicators {bottom: -6px;}

.carousel-indicators li {width: 11px; height: 11px; border-radius: 50%;  background-color: #fff;}

	/* Our Popular Services */

.s-wrap {border-radius:50%; width: 210px; margin: 0px auto;}
	
.service-item img {width: 210px; transition: transform ease 0.3s; transform: scale(1); }
	
.hover-image {
    position: absolute;
    left: 52%;
    top: 43%;
    z-index: 10;
	transform: translate(-50%, -50%);
	opacity: 0;
}

.hover-image .arrow {
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 50%;
    background-color: #eddd5e;
    color: #404a3d;
    font-size: 20px;
    text-align: center;
    transition: all 0.3s ease;
}


.hover-image .arrow:hover {background-color: #fff;}

.service-item:hover img {transform: scale(1.1);}

.service-item:hover .hover-image {opacity: 1;}

.stxt-col-1 {color:#151515;}


	/* from the blog */

.post-item {margin-bottom:20px;}

.blog_icon img {transition: transform ease 0.3s; transform: scale(1);}

.post-item:hover .blog_icon img {transform: scale(1.1);}

.image-wrap {position: relative; overflow: hidden;}

 .content-wrap {
    margin: -20px 10px 0;
    position: relative;
    background-color: #fff;
    padding: 30px;
    border-radius: 5px;
    box-shadow: 0px 15px 15px 0px rgb(0 0 0 / 5%);
	z-index:0;
}

.stxt-col-2 {color: #161c2d;}

.read_more img {width:auto !important; display: inline-flex !important;}

.read_more:before {
    content: '';
    position: absolute;
    left: 32%;
    bottom: -3px;
    border-radius: 50px;
    width: 35px;
    z-index: -1;
    height: 35px;
    background-color: #90df6e;
}




/* Get Help section */

.help-section {background-image: url(../images/business-contact.png); border-radius: 15px; padding:50px 0px;}

.help-section h2 {font-size: 48px;}

.help-section a {filter: drop-shadow(0px 6px 5px rgba(0,0,0,0.2)); background-color: #33c1d1; padding: 15px 25px 12px 25px;}

/* footer section */

.footer_block {background-color: #f4f5f8; padding-top:50px; padding-bottom:40px; border-top: 1px solid #e5e7ea;}

/* .reach-us {border-top: 1px solid #dddfe5; padding:35px 0px;} */

.reach-us p{color: #171717;}

.copyright_block {padding: 25px 0px; background-color: #3f8c2f;}


/* ----------------------------------------------------------------------------- */
		/* ABOUT PAGE CSS  */
/* ----------------------------------------------------------------------------- */

.inner_content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.inner_content h1 {font-size: 44px; margin: 0;}

.vision-box {filter: drop-shadow(0 0 15px rgba(0,0,0,0.13)); padding: 23px;}

.update-soon {margin-top:150px;margin-bottom:150px;}



/* ------------------------------------------------------------------------------------------------------------*/
		/* CONTACT PAGE STARTS HERE */
/* ------------------------------------------------------------------------------------------------------------*/

.contact-info {
    padding: 30px 30px 25px;
	 transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
}

.contact-info:hover {
    box-shadow: 15px 15px 38px 0 rgb(0 0 0 / 10%);
    -webkit-box-shadow: 15px 15px 38px 0 rgb(0 0 0 / 10%);
    -moz-box-shadow: 15px 15px 38px 0 rgba(0, 0, 0, 0.1);
}

.contact-info i {
    font-size: 30px;
    margin-top: 2px;
    line-height: 1;
    float: left;
    color: #43baff;
}

.main-form {
    padding: 45px 45px;
    /* background-image: linear-gradient( */
/* 90deg, #00bb90 0%, #00a8d7 100%); */
	background-image: linear-gradient(90deg, #00a9f1 10%, #00bf7c 100%);

    color: #fff;
}
.main-form input, .main-form textarea {
    /* background-image: linear-gradient( 
90deg, #00bb90ad 0%, #00a8d7d9 100%); */
    border: 0;
    color: #fff !important;
    background-image: linear-gradient( 90deg, #00a9f199 10%, #00bf7c99 100%);
}

.form-control:focus {
    box-shadow: none;
    background-image: linear-gradient( 90deg, #00a9f199 10%, #00bf7c99 100%);
}

/* ::placeholder { 
  color: #fff !important;
} */

.contact_btn {padding: 10px 45px;height:55px;}

/*----------- kiran ---------*/
.alert-success {
    color: #ff4706;
    background-color: #fff;
    border-color: #fff;
}

 .list-li li{
  background:url(../images/list-li.png) no-repeat left 4px; margin-bottom:1.1%; line-height:24px;
  padding-left:25px;
  vertical-align:middle;
  margin-left:22px;
  }

.list-min-hight{min-height:1145px;}


@media only screen and (max-width:980px){ 
.list-min-hight{min-height:1278px;}

}
@media only screen and (max-width:780px){ 
.list-min-hight{min-height:auto;}

}



--------------------------------------------------------------*/
.blog-one {
    position: relative;
    display: block;
    padding: 232px 0 120px;
}
.blog_one_single {
    position: relative;
    display: block;
}
.blog_one_image {
    position: relative;
    display: block;
}
.blog_one_image .blog_image {
    position: relative;
    overflow: hidden;
}
.blog_one_image .blog_image img {
    width: 100%;
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: opacity 500ms ease, -webkit-transform 500ms ease;
    transition: opacity 500ms ease, -webkit-transform 500ms ease;
    transition: transform 500ms ease, opacity 500ms ease;
    transition: transform 500ms ease, opacity 500ms ease,
        -webkit-transform 500ms ease;
}
.blog_one_single:hover .blog_image img {
    opacity: 0.7;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}
.blog_one_date_box {
    position: absolute;
    top: 0;
    left: 0;
    height: 42px;
    width: 113px;
    background: #EDDD5E;
    text-align: center;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    right: 0;
    margin: 0 auto;
}
.blog_one_date_box p {
    margin: 0;
    color: #404A3D;
    font-size: 14px;
    font-weight: 600;
    line-height: 42px;
}
.blog-one__content {
    position: relative;
    text-align: center;
    background: #ffffff;
    padding: 30px 50px 34px;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: -10px;
    border-radius: 5px;
    transition: all 500ms ease;
}

.blog_one_single:hover .blog-one__content {
    -webkit-box-shadow: 0px 4px 12px 2px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 4px 12px 2px rgba(0, 0, 0, 0.06);
}

.blog-one__meta {
    margin: 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    justify-content: center;
}

.blog-one__meta li a {
    letter-spacing: 0.2em;
    font-size: 12px;
    text-transform: uppercase;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.blog-one__meta li a:hover {
    color: #66945d;
}
.blog-one__meta li i {
    color: #66945d;
    font-size: 15px;
    margin-right: 10px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.blog-one__meta li a:hover i {
    color: #66945d;
}
.blog-one__meta li + li {
    margin-left: 25px;
}
.blog-one__content h3 {
    text-transform: unset;
    color: #404A3D;
    font-size: 24px;
    font-weight: 600;
    margin: 0;
    line-height: 38px;
}
.blog-one__content a {
    font-size: 24px;
    color: #404A3D;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.blog-one__content a:hover {
    color: #66945d;
}
.blog_one_text {
    margin-top: 8px;
    margin-bottom: 29px;
}
.blog_one_text p {
    margin: 0;
}

.read_more_btn a {
    color: #404A3D;
    font-size: 16px;
}
.read_more_btn i {
    height: 18px;
    width: 18px;
    background: var(--thm-base);
    border-radius: 50%;
    display: inline-block;
    line-height: 18px;
    font-size: 12px;
    margin-right: 10px;
}



/*--------------------------------------------------------------
# Contact One
--------------------------------------------------------------*/

.contact-one__form__wrap {
  position: relative;
  display: block;
  padding: 40px 0 40px;
  margin-right: -20px;
  z-index: 1;
}
.contact-one__form__wrap:before {
  border-top-right-radius: 5px;
  position: absolute;
  content: "";
  top: 0;
  left: -10000px;
  bottom: 0;
  right: 0;
  background: var(--thm-primary);
  z-index: -1;
}
.contact-one__form__wrap .block-title {
  margin-bottom: 30px;
}
.contact-one__form__wrap .block-title p {
  color: #ffffff;
}
.contact-one__form__wrap .block-title h3 {
  color: #ffffff;
}
.contact-one__form {
  margin-right: 114px;
}
.contact-one__form .row.low-gutters {
  margin-left: -5px;
  margin-right: -5px;
}

.contact-one__form .row.low-gutters > [class*="col-"] {
  padding-left: 10px;
  padding-right: 10px;
}

.contact-one__form .input-group {
  margin-bottom: 20px;
}
.input-group.contact__btn {
  margin-bottom: 0;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #878986;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #878986;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #878986;
}
.contact-one__form
  .input-group
  input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not([type="reset"]),
.contact-one__form .input-group textarea {
  width: 100%;
  height: 80px;
  display: block;
  border: none;
  outline: none;
  background-color: #eceeef;
  font-size: 16px;
  font-weight: 500;
  color: #878986;
  padding-left: 30px;
  border-radius: 5px;
}

.contact-one__form .input-group textarea {
  height: 170px;
  padding-top: 20px;
}

.contact-one__btn:hover {
  background: var(--thm-black);
}

.contact-one__form .input-group ::-webkit-input-placeholder {
  color: #878986;
  opacity: 1;
}

.contact-one__form .input-group ::-moz-placeholder {
  color: #878986;
  opacity: 1;
}

.contact-one__form .input-group :-ms-input-placeholder {
  color: #878986;
  opacity: 1;
}

.contact-one__form .input-group ::-ms-input-placeholder {
  color: #878986;
  opacity: 1;
}

.contact-one__form .input-group ::placeholder {
  color: #878986;
  opacity: 1;
}

.contact-one__form .input-group :-ms-input-placeholder {
  color: #878986;
}

.contact-one__form .input-group ::-ms-input-placeholder {
  color: #878986;
}

.have_questions {
  position: relative;
  display: block;
  text-align: center;
  margin-left: 110px;
}
.have_questions .image_box {
  margin-bottom: 50px;
}
.have_questions .image_box img {
  width: 100%;
  border-radius: 5px;
}
.have_questions .block-title {
  margin-bottom: 23px;
}

.have_questions_btn {
  margin-top: 42px;
}
.have_questions_btn .thm-btn {
  font-size: 16px;
  padding: 13px 40px;
}


.thm-btn {
  display: inline-block;
  vertical-align: middle;
  border: none;
  outline: none;
  background-color: #eddd5e;
  font-size: 20px;
  color: var(--thm-black);
  font-weight: 600;
  padding: 23px 50px;
  border-radius: 5px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.thm-btn:hover {
  background-color: #404a3d;
  color: #ffffff;
}

/*--------------------------------------------------------------
# News Details
--------------------------------------------------------------*/
.news_detail {
  position: relative;
  display: block;
  padding: 120px 0 120px;
}
.news_detail_left {
  position: relative;
  display: block;
}
.news_detail_image_box {
  position: relative;
  display: block;
}
.news_detail_image_box img {
  width: 100%;
  border-radius: 5px;
}
.news_detail_date_box {
  position: absolute;
  top: 0;
  left: 0;
  height: 42px;
  width: 113px;
  background: var(--thm-base);
  text-align: center;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  right: 0;
  margin: 0 auto;
}
.news_detail_date_box p {
  margin: 0;
  color: var(--thm-black);
  font-size: 14px;
  font-weight: 600;
  line-height: 42px;
}
.news_detail__meta {
  margin: 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  margin-top: 20px;
}

.news_detail__meta li + li {
  margin-left: 25px;
}
.news_detail__meta li a {
  color: var(--thm-primary);
  font-size: 12px;
  text-transform: uppercase;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.news_detail__meta li a:hover {
  color: var(--thm-base);
}
.news_detail__meta li i {
  color: #66945d;
  font-size: 15px;
  margin-right: 10px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.news_detail__meta li a:hover i {
  color: var(--thm-base);
}
.news_detail_content {
  border-bottom: 1px solid #f6f1ea;
  padding-bottom: 50px;
}
.news_detail_content h2 {
  text-transform: unset;
  color: var(--thm-black);
  font-size: 34px;
  font-weight: 600;
  margin: 0;
  font-family: var(--thm-font);
  line-height: 33px;
  margin-bottom: 35px;
}

.news_detail_two_text {
  padding-top: 16px;
  padding-bottom: 16px;
}

.news_detail__bottom {
  margin-top: 50px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
  flex-wrap: wrap;
}
.news_detail__bottom p {
  margin: 0;
  padding-bottom: 6px;
}

.news_detail__tags span {
  color: var(--thm-black);
  font-size: 30px;
  margin: 0;
  font-family: var(--heading-font);
}
.news_detail__tags a {
  color: #878986;
}
.news_detail__social-list {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}
.news_detail__social-list a {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  text-align: center;
  width: 45px;
  height: 45px;
  background-color: #f5f0e9;
  color: #878986;
  font-size: 14px;
  border-radius: 50%;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.news_detail__social-list a + a {
  margin-left: 10px;
}

.news_detail__social-list a:hover {
  color: #ffffff;
  background-color: var(--thm-primary);
}
/* author */

.author-one {
  background-color: #f5f0e9;
  padding: 60px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 60px;
}

.author-one__content {
  margin-left: 40px;
}

.author-one__content h3 {
  margin: 0;
  color: var(--thm-black);
  font-size: 32px;
  font-weight: 700;
  text-transform: uppercase;
}

.author-one__content p {
  margin: 0;
  margin-top: 16px;
}


/*--------------------------------------------------------------
# Sidebar
--------------------------------------------------------------*/

@media (max-width: 991px) {
  .sidebar {
      margin-top: 50px;
  }
}

.sidebar__single {
  border-radius: 5px;
}

.sidebar__single + .sidebar__single {
  margin-top: 30px;
}

.sidebar__title {
  margin: 0;
  color: var(--thm-black);
  font-size: 26px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 23px;
}
.sidebar__search {
  background-color: var(--thm-base);
  border-radius: 5px;
}

.sidebar__search-form {
  position: relative;
}

.sidebar__search-form input[type="search"] {
  display: block;
  border: none;
  outline: none;
  background-color: transparent;
  color: var(--thm-black);
  font-size: 16px;
  font-weight: 500;
  padding-left: 50px;
  height: 100px;
}

.sidebar__search-form ::-webkit-input-placeholder {
  color: var(--thm-black);
  opacity: 1;
}

.sidebar__search-form ::-moz-placeholder {
  color: var(--thm-black);
  opacity: 1;
}

.sidebar__search-form :-ms-input-placeholder {
  color: var(--thm-black);
  opacity: 1;
}

.sidebar__search-form ::-ms-input-placeholder {
  color: var(--thm-black);
  opacity: 1;
}

.sidebar__search-form ::placeholder {
  color: var(--thm-black);
  opacity: 1;
}

.sidebar__search-form :-ms-input-placeholder {
  color: var(--thm-black);
}

.sidebar__search-form ::-ms-input-placeholder {
  color: var(--thm-black);
}

.sidebar__search-form button[type="submit"] {
  background-color: transparent;
  color: var(--thm-black);
  font-size: 20px;
  position: absolute;
  top: 50%;
  right: 50px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: auto;
  outline: none;
  border: none;
}
.sidebar__post {
  position: relative;
  display: block;
  padding: 44px 50px 50px;
  background: #f5f0e9;
}
.sidebar__post-list {
  margin: 0;
}
.sidebar__post-list li {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  border-bottom: 1px solid #ffffff;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.sidebar__post-list li:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.sidebar__post-image {
  margin-right: 20px;
}

.sidebar__post-image > img {
  width: 80px;
}

.sidebar__post-content h3 {
  color: var(--thm-black);
  font-size: 16px;
  margin: 0;
  font-weight: 600;
  font-family: var(--thm-font);
  line-height: 26px;
}
.sidebar__post-content .sidebar__post-content_meta {
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: var(--thm-primary);
  font-size: 12px;
  display: block;
}
.sidebar__post-content .sidebar__post-content_meta i {
  margin-right: 4px;
}
.sidebar__post-content h3 {
  text-transform: unset;
}
.sidebar__post-content h3 a {
  color: var(--thm-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.sidebar__post-content h3 a:hover {
  color: var(--thm-base);
}

.sidebar__category {
  position: relative;
  display: block;
  background: #f5f0e9;
  padding: 44px 50px 40px;
}
.sidebar__category-list {
  margin: 0;
  margin-top: -11px;
}

.sidebar__category-list li + li {
  margin-top: 15px;
}

.sidebar__category-list li a {
  color: #878986;
  font-size: 16px;
  font-weight: 500;
  position: relative;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.sidebar__category-list li a:hover {
  padding-left: 15px;
  color: var(--thm-primary);
}

.sidebar__category-list li a::before {
  content: "\f101";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 12px;
  color: var(--thm-black);
  opacity: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.sidebar__category-list li a:hover::before {
  opacity: 1;
}

.sidebar__tags {
  position: relative;
  display: block;
  background: #f5f0e9;
  padding: 44px 50px 40px;
}
.sidebar__tags-list {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  flex-wrap: wrap;
  margin-top: -10px;
}

.sidebar__tags-list a {
  font-size: 14px;
  color: #9ca3a9;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  display: -webkit-box;
  margin-right: 5px;
}

.sidebar__tags-list a:hover {
  color: var(--thm-primary);
}