@font-face {
    font-family: 'Calibri';
    src: url('../fonts/Calibri_1.woff2') format('woff2'),
        url('../fonts/Calibri_1.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'exotc350_bd_btbold';
    src: url('../fonts/exotc350bdbtbold-webfont.woff2') format('woff2'),
         url('../fonts/exotc350bdbtbold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@charset "utf-8";
/* CSS Document */
	
*, *:after, *:before {-webkit-box-sizing: border-box; box-sizing: border-box;}
/** 1. Change the default font family in all browsers (opinionated). 2. Prevent adjustments of font size after orientation changes in IE and iOS. */
html {font-family: sans-serif; /* 1 */ -ms-text-size-adjust: 100%; /* 2 */ -webkit-text-size-adjust: 100%; /* 2 */}
/* HTML5 display definitions ========================================================================== */
/** Add the correct display in IE 9-. 1. Add the correct display in Edge, IE, and Firefox. 2. Add the correct display in IE. */
article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {/* 1 */ display: block;}
/** Add the correct display in IE 9-. */
audio, canvas, progress, video {display: inline-block;}
/** Add the correct display in iOS 4-7. */
audio:not([controls]) {display: none; height: 0;}
/** Add the correct vertical alignment in Chrome, Firefox, and Opera. */
progress {vertical-align: baseline;}
/** Add the correct display in IE 10-. 1. Add the correct display in IE. */
template, [hidden] {display: none;}
/* Links ========================================================================== */
/** Remove the gray background on active links in IE 10. */
a {background-color: transparent;}
/** Remove the outline on focused links when they are also active or hovered in all browsers (opinionated). */
a:active, a:hover {outline-width: 0;text-decoration: none;outline: none; transition: 0.4s all ease; -webkit-transition: 0.4s all ease; -ms-transition: 0.4s all ease; -moz-transition: 0.4s all ease; -o-transition: 0.4s all ease;}
/* Text-level semantics ========================================================================== */
/** 1. Remove the bottom border in Firefox 39-. 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari. */
abbr[title] {border-bottom: none; /* 1 */ text-decoration: underline; /* 2 */ -webkit-text-decoration: underline dotted; text-decoration: underline dotted; /* 2 */}
/** Prevent the duplicate application of `bolder` by the next rule in Safari 6. */
b, strong {font-weight: inherit;}
/** Add the correct font weight in Chrome, Edge, and Safari. */
b, strong {font-weight: bold;}
/** Add the correct font style in Android 4.3-. */
dfn {font-style: italic;}
/** Add the correct background and color in IE 9-. */
mark {background-color: #ff0; color: #000;}
/** Add the correct font size in all browsers. */
small {font-size: 80%;}
/** Prevent `sub` and `sup` elements from affecting the line height in all browsers. */
sub, sup {font-size: 75%; line-height: 0; position: relative; vertical-align: baseline;}
sub {bottom: -0.25em;}
sup {top: -0.4em;}
/* Embedded content ========================================================================== */
/** Remove the border on images inside links in IE 10-. */
img {border-style: none;}
/** Hide the overflow in IE. */
svg:not(:root) {overflow: hidden;}
/* Grouping content ========================================================================== */
/** 1. Correct the inheritance and scaling of font size in all browsers. 2. Correct the odd `em` font sizing in all browsers. */
code, kbd, pre, samp {font-family: monospace, monospace; /* 1 */ font-size: 1em; /* 2 */}
/** Add the correct margin in IE 8. */
figure {margin: 1em 40px;}
/** 1. Add the correct box sizing in Firefox. 2. Show the overflow in Edge and IE. */
hr {-webkit-box-sizing: content-box; box-sizing: content-box; /* 1 */ height: 0; /* 1 */ overflow: visible; /* 2 */}
/* Forms ========================================================================== */
/** Change font properties to `inherit` in all browsers (opinionated). */
button, input, select, textarea {font: inherit;}
/** Restore the font weight unset by the previous rule. */
optgroup {font-weight: bold;}
/** Show the overflow in IE. 1. Show the overflow in Edge. 2. Show the overflow in Edge, Firefox, and IE. */
button, input, select {/* 2 */ overflow: visible;}
/** Remove the margin in Safari. 1. Remove the margin in Firefox and Safari. */
button, input, select, textarea {/* 1 */ margin: 0;}
/** Remove the inheritance of text transform in Edge, Firefox, and IE. 1. Remove the inheritance of text transform in Firefox. */
button, select {/* 1 */ text-transform: none;}
/** Change the cursor in all browsers (opinionated). */
button, [type="button"], [type="reset"], [type="submit"] {cursor: pointer;}
/** Restore the default cursor to disabled elements unset by the previous rule. */
[disabled] {cursor: default;}
/** 1. Prevent a WebKit bug where (2) destroys native `audio` and `video` controls in Android 4. 2. Correct the inability to style clickable types in iOS. */
button, html [type="button"], [type="reset"], [type="submit"] {-webkit-appearance: button; /* 2 */}
/** Remove the inner border and padding in Firefox. */
button::-moz-focus-inner, input::-moz-focus-inner {border: 0; padding: 0;}
/** Restore the focus styles unset by the previous rule. */
button:-moz-focusring, input:-moz-focusring {outline: 1px dotted ButtonText;}
/** Change the border, margin, and padding in all browsers (opinionated). */
fieldset {border: 1px solid #c0c0c0; margin: 0 2px; padding: 0.35em 0.625em 0.75em;}
/** 1. Correct the text wrapping in Edge and IE. 2. Correct the color inheritance from `fieldset` elements in IE. 3. Remove the padding so developers are not caught out when they zero out `fieldset` elements in all browsers. */
legend {-webkit-box-sizing: border-box; box-sizing: border-box; /* 1 */ color: inherit; /* 2 */ display: table; /* 1 */ max-width: 100%; /* 1 */ padding: 0; /* 3 */ white-space: normal; /* 1 */}
/** Remove the default vertical scrollbar in IE. */
textarea {overflow: auto;}
/** 1. Add the correct box sizing in IE 10-. 2. Remove the padding in IE 10-. */
[type="checkbox"], [type="radio"] {-webkit-box-sizing: border-box; box-sizing: border-box; /* 1 */ padding: 0; /* 2 */}
/** Correct the cursor style of increment and decrement buttons in Chrome. */
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {height: auto;}
/** Correct the odd appearance of search inputs in Chrome and Safari. */
[type="search"] {-webkit-appearance: textfield;}
/** Remove the inner padding and cancel buttons in Chrome on OS X and Safari on OS X. */
[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {-webkit-appearance: none;}
blockquote {border-left: 0.3rem solid #d1d1d1; margin-left: 0; margin-right: 0; padding: 1rem 1.5rem;}
blockquote *:last-child {margin: 0;}
form ul {list-style: none; margin: 0; padding: 0;}
input[type='text'], input[type='email'], input[type='password'], input[type='tel'], input[type='url'], textarea, select {-webkit-appearance: none; -moz-appearance: none; appearance: none; background-color: transparent; border: 1px solid #d1d1d1; border-radius: .4rem; -webkit-box-shadow: none; box-shadow: none; -webkit-box-sizing: border-box; box-sizing: border-box; padding: .6rem 1.0rem; width: 100%;}
input[type='text']:focus, input[type='email']:focus, input[type='password']:focus, input[type='tel']:focus, input[type='url']:focus, textarea:focus, select:focus {border: 1px solid #f2a1ad; outline: 0;}
textarea {padding-bottom: .6rem; padding-top: .6rem;}
label, legend {font-size: 16px; display: block; margin-bottom: .5rem; color: #302C2E;}
fieldset {border-width: 0; padding: 0;}
input[type='checkbox'], input[type='radio'] {display: inline;}
input[type='submit']:focus {outline: none;}
input::-webkit-input-placeholder,select::-webkit-input-placeholder {color: rgba(47, 45, 45, 0.7);}
input::-moz-placeholder,select::-moz-placeholder {color: rgba(47, 45, 45, 0.7);}
input:-ms-input-placeholder,select:-ms-input-placeholder {color: rgba(47, 45, 45, 0.7);}
input:-moz-placeholder,select:-moz-placeholder {color: rgba(47, 45, 45, 0.7);}
input:focus {outline: none;}
dl, ol, ul {margin-top: 0; padding-left: 0;}
dl dl ul, dl ol, ol dl ul, ol ol, ul dl ul, ul ol {font-size: 90%; margin: 1.5rem 0 1.5rem 3.0rem;}
dl {list-style: none;}
ul {list-style: circle inside;}
ol {list-style: decimal inside;}
dt, dd, li {margin-bottom: 10px;}
hr {border-top: 0.1rem solid #4A4D50; border-width: 0; margin-bottom: 3.5rem; margin-top: 3rem;}
.embed-container {position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; height: auto;}
.embed-container iframe, .embed-container object, .embed-container embed {position: absolute; top: 0; left: 0; width: 100%; height: 100%;}
input, textarea, select, fieldset {margin-bottom: 1rem;}
input:last-child, textarea:last-child, select:last-child, fieldset:last-child {margin-bottom: 0;}
pre, blockquote, dl, figure, table, p, ul, ol, form {margin-bottom: 1.2rem;}
pre:last-child, blockquote:last-child, dl:last-child, figure:last-child, table:last-child, p:last-child, ul:last-child, ol:last-child, form:last-child {margin-bottom: 0;}
table {width: 100%;}
.flex, .flex-row, .flex-column, .flex-start, .flex-end, .flex-center, .flex-stratch {display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center; flex-wrap: wrap;}
.flex-row {-webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row;}
.flex-column {-webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column;}
.flex-start {-webkit-box-align: start; -ms-flex-align: start; align-items: flex-start;}
.flex-end {-webkit-box-align: end; -ms-flex-align: end; align-items: flex-end;}
.flex-center {-webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center;}
.flex-stratch {-webkit-box-align: stretch; -ms-flex-align: stretch; align-items: stretch;}
@supports ((-o-object-fit: cover) or (object-fit: cover)) {.background-image img {-o-object-fit: cover; object-fit: cover; -o-object-position: center; object-position: center; height: 100%;}}
.clearfix {*zoom: 1;}
.clearfix:after, .clearfix:before {content: ''; display: table;}
.clearfix:after {clear: both;}
.tacenter {text-align: center;}
.taright {text-align: right;}
.taleft {text-align: left;}
.relative {position: relative;}

h1,h2,h3,h4,h5 {margin: 0px;margin-bottom: 20px; font-family: exotc350_bd_btbold; font-weight: 700;}
h1 {font-size: 56px; line-height: 56px; font-family: exotc350_bd_btbold, sans-serif; font-weight: 700;}
h2 {font-size: 38px; line-height: 45px; text-transform: uppercase;color: #242424;}
h3 {font-size: 28px;line-height: 35px;}
h4 {font-size: 24px;line-height: 37px; font-family: exotc350_bd_btbold, sans-serif; font-weight: 700;}
h5 {font-size: 18px;line-height: 28px;}
a {text-decoration: none; cursor: pointer;color: #1f1a17; transition: 0.4s all ease;}
a:hover {text-decoration: none;outline: none;transition: 0.4s all ease;-webkit-transition: 0.4s all ease;-ms-transition: 0.4s all ease;-moz-transition: 0.4s all ease;-o-transition: 0.4s all ease;color: #b07ab4;}
p { font-size: 20px;line-height: 24px;letter-spacing: 0.444444px;color: #333; font-family: Calibri, sans-serif; font-weight:400;}
img {max-width: 100%; height: auto;}
.tbl {display: table; width: 100%; height: 100%; vertical-align: middle; text-align: center;position: relative;z-index: 9;} 
.tbl-cell {display: table-cell; width: 100%; height: 100%; vertical-align: middle;} 
.img-responsive {max-width: 100%; display: block; height: auto;margin: 0 auto;} 
.paddingtop {padding: 100px 0px;} 
.inline__block {float: left; width: 100%; vertical-align: top; position: relative;}

.gform_wrapper .ginput_container input, .gform_wrapper .ginput_container textarea, .gform_wrapper .ginput_container select {font-family: roboto,sans-serif; background: #ffffff; padding: 0px 15px 0px 15px !important; height: 45px; outline: none; font-size: 16px !important; line-height: 26px; color: rgba(47, 45, 45, 0.7); border-radius: 8px;}
.gform_wrapper.gravity-theme .gfield_label{ font-weight: 400; }
.gform_wrapper .ginput_container textarea {height: 135px;margin-top: 0px;}
.gform_wrapper input[type="submit"] {background: #b07ab4; color: #FFF; border: 1px solid #b07ab4; padding: 15px 54px 12px 54px !important; transition: 0.4s all ease; -webkit-transition: 0.4s all ease; -ms-transition: 0.4s all ease; -moz-transition: 0.4s all ease; -o-transition: 0.4s all ease; width: auto; border-radius: 8px; font-size: 16px; line-height: 19px; text-align: center; letter-spacing: 1px; text-transform: uppercase; margin: 0 auto; display: flex; }
.gform_wrapper input[type="submit"]:hover {border:1px solid #c5201a; background-color: #c5201a; color: #ffffff; outline: 0;}
.gform_wrapper .validation_error {display: none;}
.gform_wrapper .validation_message {display: inline-block; width: 100%; text-align: left; margin-top: 0px; color: #F00;}
.gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {background: none !important;border: none !important;}
.gform_wrapper .gform_validation_errors{display: none; }
.gform_wrapper .gfield_validation_message, .gform_wrapper .validation_message {background: transparent !important; border: none !important; padding: 0 !important; }
.container {max-width: 1400px; margin: 0 auto; padding: 0 20px; position: relative; display:block; clear:both;box-sizing: border-box; width: 100%;} 
.container__inner {max-width: 90%; margin: 0 auto; position: relative;} 
.ie8 *{ outline:none;}
img{border:none;}
body{ color:#373d48; font-size:14px; font-family: Calibri, sans-serif; font-weight:400; line-height:22px; overflow-x: hidden; position: relative; background: #F2F2F2; margin: 0; }
html,body { -webkit-text-size-adjust:none; -webkit-font-smoothing: antialiased; scroll-behavior: smooth;}

/*----- html5 tags ------*/
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {display: block;}

/*----- Wrapper Part ------*/
#wrapper{ width:100%; height:auto; }
section{position: relative;}

/*----- Wrapper Part ------*/
.primary_btn {
    background: transparent;
    color: #fff;
    font-family: Calibri, sans-serif;
    font-size: 16px;
    transition: 0.4s all ease;
    display: inline-block;
    padding: 0 20px;
    line-height: 46px;
    text-align: center;
    border-radius: 10px;
    text-transform: uppercase;
    font-weight: 700;
    min-width: 170px;
    border: 1px solid #fff;
}
.primary_btn:hover{background:#b07ab4; border-color: #b07ab4; color: #fff; }

.green_btn{height: 48px;background: #00923f;color: #fff; font-family: Calibri, sans-serif; font-size: 16px;
  transition:0.4s; display: inline-block; text-transform: uppercase; line-height: 48px; text-align: center; border-radius:7px; min-width: 153px;
 text-align: center;}
.green_btn:hover{background:#da251d; color: #fff; }

.border-btn{height: 48px;border:1px solid #14255c;color: #14255c;  font-size: 14px;font-weight: 400;line-height: 20px;
  transition:0.4s; display: inline-block; padding:0 30px; line-height: 48px; text-align: center; border-radius: 25px;}
.border-btn:hover{background:#14255c; color: #fff; }

header{background:#fff; position: fixed; width: 100%; z-index: 99; }
header .header_top{background: #f4f4f4; height: 40px; display: inline-block; width: 100%;}
.header_top .nav{width: auto;display: flex;justify-content: flex-end;}
.header_top .nav ul{ display: flex; justify-content: space-between; width: auto;  padding: 8px 0 0; align-items: center; margin: 0; height: 40px;}
.header_top .nav ul li{list-style: none; position: relative;margin-right: 25px;}
.header_top .nav ul li:after{
	background: #333;
    position: absolute;
    content: "";
    width: 3px;
    height: 17px;
    right: -14px;
    top: 3px;
}
.gform_confirmation_message {
    font-size: 22px;
}
.header_top .nav ul li:last-child:after{
	display: none;
}
.header_social li:after{
	display: none;
}
.header_social li:last-child{margin-right: 0 !important;}
.header_top .nav ul li a{font-size: 20px;color:#333; font-family: exotc350_bd_btbold;}
.haeder_space{
	height: 125px;
}
.logo{transition: all 0.4s;
    width: auto;
    position: relative;
    z-index: 9;
}
.logo img{max-width: 100%; transition: all 0.4s; width: 197px;}
.header_bottom{
	display: flex;
	justify-content: space-between;
	padding: 0;
}
.header_bottom .navigation{
	display: flex;
	justify-content: space-between;
	width: auto;
	align-items: center;
}
.header_bottom .navigation ul{
	display: flex;
	justify-content: space-between;
	width: 100%;
	margin-bottom: 0;
}
.header_bottom .navigation ul li{
	list-style: none;
	margin-bottom: 0;
	margin-right: 34px;
}
.header_bottom .navigation ul li a{
	font-size: 17px;
	color:#333;
	text-transform: uppercase;
	font-family: Calibri, sans-serif;
	font-weight: 600;
	line-height: 20px;
}
.header_bottom .navigation ul li a:hover{
	color: #b07ab4;
	font-size: 17px;
	font-family: Calibri, sans-serif;
}
.navigation .menu-item-has-children i {
    padding-left: 8px;
}
.header_bottom .navigation ul li:hover > .sub-menu i {
    right: 10px;
    position: absolute;
    top: 16px;
}
.header_social li {
    margin-right: 10px !important;
    margin-bottom: 0;
}
.header_bottom .navigation ul li > .sub-menu {
    position: absolute;
    width: 210px !important;
    flex-direction: column;
    display: none !important;
    z-index: 9;
    padding-top: 32px;      
}
.header_bottom .navigation ul li > .sub-menu li{
	background: #F4F4F4;
    padding: 7px 20px 7px 20px;
    position: relative;
    margin-right: 0;
    border-bottom: 1px solid #b07ab4;
    transition: 0.3s all ease;
}
.header_bottom .navigation ul li > .sub-menu li:hover{
    background: #b07ab4;
}
.header_bottom .navigation ul li > .sub-menu li:hover > a {
    color: #fff;
    transition: 0.3s all ease;
}
.header_bottom .navigation ul li > .sub-menu li:hover > span i {
    color: #fff;
}
.header_bottom .navigation ul li ul .sub-menu {
    top: 0;
    padding-top: 0;
    right: -210px;
	max-height: calc( 100vh - 217px );
    overflow-y: auto;
}
.header_bottom .navigation ul li:hover > .sub-menu{
	display: flex !important;
}
.header_bottom .navigation ul li > .sub-menu a{
	line-height: 30px;
	font-size: 16px;
	font-family: Calibri, sans-serif;
	text-transform: capitalize;
    display: block;
    width: 100%
}
.header_bottom .navigation ul li > .sub-menu li:last-child {
    border-bottom: none;
}
.header_bottom .navigation ul li.current-menu-parent > a, .header_bottom .navigation ul li.current-menu-item > a {
    color: #b07ab4;
}

.baner__section .banner_main{
	display: flex;
	align-items: center;
}

.banner_right img{
	display: block;
}

.intro{
	font-size: 18px;
}

.banner_right {
    width: 50%;
    display: flex;
    justify-content: flex-end;
    position: relative;
}

.banner_right:before{
	background:url(../images/blue-dot.svg) no-repeat right bottom; 
	width: 30px;
	height: 30px;
	position: absolute;
	content: "";
	right: 20px;
    top: 31px;	 
}

.banner_right:after{
	background:url(../images/pink-dot.svg) no-repeat right bottom; 
	width: 30px;
	height: 30px;
	position: absolute;
	content: "";
	right: 0;
    bottom: 188px;	 
}

.banner_left {
    width: 54%;
    position: relative;
}

.banner_left:after{
	width: 30px;
	height: 30px;
	position: absolute;
	content: "";
	right: -82px;
    bottom: 63px;	 
}

.banner_left h1 span{
	display: block;
	color: #b1ff60;

}
.banner_left h1, .banner_left h2{
	text-transform: uppercase;
	color: #fff;
	line-height: 60px;
    font-size: 56px;
    color: #fff;
}

.banner_left .intro{
	font-size: 20px;
	line-height: 30px;
	color: #fff;
	margin-bottom: 40px;
	font-weight: 400;
}
 .baner__section .item{
 	width: 100%;
 	background-size: cover !important;
 	padding: 100px 0;
 	height: 650px;
 	display: flex;
    align-items: center;
 }

.baner__section .owl-dots {
    position: absolute;
    bottom: 40px;
    right: 50%;
    margin-right: -539px;
}

.baner__section .owl-dots .owl-dot{
  	width: 10px;
  	height: 10px;
  	background:rgba(254,254,254,0.6);
  	display: inline-block;
  	border-radius: 50%; 
  	 margin: 0 9px;
}

.baner__section .owl-dots .owl-dot.active{
	background: #00923f;
	width: 14px;
	height: 14px;
}
.service-grid {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin: 30px -15px 0;
}
.service-row{
	position: relative;
    width: 25%;
    padding: 0 15px;
    margin-bottom: 60px;
}
.service-row a {
    width: 100%;
    position: relative;
    max-width: 326px;
    margin: 0 auto;
    display: block;
    border-radius: 40px 0 40px 0;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
}
.service-row a:hover .service-image:before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    background-color: rgb(255 4 4 / 38%);
    transition: all 0.3s ease-in-out;
}
.service-grid .service-image {
    width: 100%;
    margin: 0 auto;
    height: 150px;
    position: relative;
}
.service-grid .service-image img {
    width: 100%;
    height: 150px;
    object-fit: cover;
}
.service-grid .grid-title {
    padding: 10px 10px 0;
}

.service-grid h3 {
    color: #FFF;
    font-size: 23px;
    letter-spacing: 1px;
    line-height: 31px;
    text-align: center;
    font-weight: 400;
    margin: 0 0 24px;
}
.service-grid span {
    color: #FFF;
    font-family: roboto-condensed,sans-serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 1.6px;
    line-height: 19px;
    text-align: center;
    text-transform: uppercase;
    border-bottom: 1px solid #fff;
    position: relative;
    top: 140px;
    transition: all 0.3s ease-in-out;
}
/*.service-grid a:hover {
    box-shadow: 0 2px 13px 0 rgb(0 0 0 / 50%);
}
.service-grid a:hover:before {
    box-shadow: 0 2px 13px 0 rgb(0 0 0 / 50%);
    background-color: rgb(176 122 180 / 70%);
}
.service-grid a:hover span {
    top: 0;
}*/
.service-row.ser-box-desc {
    text-align: left;
}
.ser-box-desc .green_btn {
    width: auto;
    max-width: 150px;
    border-radius: 7px;
    margin: 0;
}
.ser-box-desc .green_btn:hover {
    box-shadow: none;
}
.ser-box-desc .green_btn:hover:before {
    box-shadow: none;
    background-color: unset;
}
.ser-box-desc .green_btn:before{
    background-color: transparent;
}
.service__section {
    padding: 80px 0;
    background: #fff;
}
.service__section h2{
    text-align: center;
}
.service_btn {
    text-align: center;
}
span.sub_title {
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 22px;
    margin: 0 0 15px;
    font-family: exotc350_bd_btbold;
    text-transform: uppercase;
    color: #b07ab4;
    display: block;
}
p.smp {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}
.cta-section {
    min-height: 450px;
    padding: 70px 0 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-attachment: fixed !important;
    background-position: top !important;
}
.cta-section:before {
    position: absolute;
    content: "";
    background: rgb(0 0 0 / 42%);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.cta-main{
    position: relative;
    z-index: 2;
	max-width: 800px;
    margin: 0 auto;
}
.cta-main p {
    color: #fff;
    font-size: 20px;
}
.cta-main h2 {
	color: #fff;
    font-size: 48px;
    text-transform: uppercase;
    line-height: 55px;
}
.cta-main h2 b {
        color: #fff;
    background-color: #b07ab4;
}
.cta-text {
    margin-bottom: 50px;
}
.testimonial_section {
    padding: 70px 0;
    text-align: center;
    background: #fff;
}
.blog_section {
    padding: 80px 0;
}
.blog_title {
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
    justify-content: space-between;
}
.blog_title h2 {
    width: 100%;
    margin-bottom: 0;
    color: #242424;
}
.blog_title span.sub_title{
	width: 100%
}
.blog_title p{
	max-width: 900px;
	margin-bottom: 0;
}
.blog_list {
    display: flex;
    flex-wrap: wrap;
    margin: 50px -20px 0;
}
.blog_items{
	width: 33.33%;
	padding: 0 20px;
}
.blog_list img{
	width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1);
    transition: all 0.3s ease-in-out;
}
.blog-items-image {
    margin-bottom: 15px;
    height: 300px;
    border-radius: 40px 0 40px 0;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
}
.blog_items a:hover img {
    transform: scale(1.1);
}
.blogitems-title h3 {
    font-weight: 400;
    margin-bottom: 0px;
    font-family: Calibri,sans-serif;
}
.blog-link span {
    font-size: 20px;
    padding-top: 10px;
    font-family: roboto-condensed,sans-serif;
    display: block;
    color: #b07ab4;
}
footer {
    background: lightblue;
    padding: 70px 0 20px;
}

.footer_main {
    display: flex;
    flex-wrap: wrap;
}
.footer_left {
    width: 20%;
    padding-right: 40px;
}
.footer_right {
    width: 80%;
    display: flex;
}
.foote_box {
    width: 33.33%;
}
.foote_box span.title {
    font-size: 20px;
    padding-bottom: 20px;
    font-family: 'exotc350_bd_btbold';
    display: block;
    color: #1f1a17;
    text-transform: uppercase;
}
footer a, footer p {
    color: #333;
    font-size: 17px;
	margin-top: 0;
    margin-bottom: 10px;
	display: inherit;
	transition: 0.3s all ease;
    font-style: italic;
}
footer a:hover {
    color: #fff;
}
.foote_box li{
	list-style: none;
}
ul.social_icon {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 30px;
    list-style: none;
}
.copy_main ul {
    display: flex;
    justify-content: space-between;
    padding-top: 20px;
}
.copy_main ul li{
	color: #1f1a17;
	list-style: none;
	display: inherit;
}
.social_icon a:hover svg{
	opacity: 0.5;
}
.scrolltop {
    position: fixed;
    bottom: 84px;
    right: 30px;
    z-index: 99;
}
.aboutinfo_section {
    padding: 70px 0;
    background:#e4faff; 
}
.about_main {
    display: flex;
    flex-wrap: wrap;
}
.aboutleft {
    width: 50%;
    padding-right: 60px;
}
.aboutright{
	width: 50%
}
.inner_baner_section {
    min-height: 300px;
    padding: 50px 0;
    display: flex;
    align-items: center;
}
.inner_baner_section img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.inner_baner_section:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(271deg,rgba(38,40,40,0) 0%,rgba(38,40,40,.68) 100%);
    z-index: 1;
}
.inner_baner_main {
    position: relative;
    z-index: 9;
    color: #fff;
}
section.ab_intro {
    padding: 70px 0;
    background: #fff;
}
.two_column_main {
    padding: 40px 0;
}
.two_column {
    display: flex;
    flex-wrap: wrap;
    padding: 40px 0;
}
.two_column .two_left {
    width: 50%;
}
.two_column .two_right {
    width: 50%;
}
.two_column_main .two_left {
    padding-right: 65px;
}
.two_column:nth-child(even) .two_left {
    padding-right: 0;
    padding-left: 60px;
}
.two_column_main .two_left h2 {
    text-transform: capitalize;
}
.two_column:nth-child(even) {
    flex-direction: row-reverse;
}
.two_right img {
    border-radius: 40px 0 40px 0;
    width: 100%;
    height: 400px;
    object-fit: cover;
}
.service-row h4 {
    color: #373d48;
    text-align: left;
    margin-bottom: 10px;
}
.service_main h3 {
    font-family: 'Calibri';
    color: #333;
    margin-bottom: 0;
    text-align: left;
}
.desc_intro {
    padding: 80px 0;
}
.description_main {
    max-width: 1000px;
    margin: 0 auto;
}
.description_main img {
    width: 100%;
    max-width: 800px;
    margin: 30px auto;
    text-align: center;
    display: block;
    height: 450px;
    object-fit: cover;
}
.description_main ul {
    margin-bottom: 15px;
    list-style: inside;
}
.description_main ul li {
    color: #333;
    font-size: 17px;
    line-height: 24px;
    letter-spacing: 0.444444px;
}
.description_main iframe {
    max-width: 800px;
    margin: 20px auto;
    display: block;
    width: 100%;
    height: 450px;
    object-fit: contain;
}
.community_intro {
    padding: 40px 0;
    background: #fff;
}

.community_column {
    display: flex;
    flex-wrap: wrap;
    padding: 30px 0;
}
.community_column .community_left {
    width: 65%;
    padding-right: 45px;
}
.community_column .community_right {
    width: 35%;
}
.communityslider .item img {
    height: 325px;
    object-fit: cover;
    width: 100%;
    border-radius: 15px;
}
.community_column:nth-child( even ) {
    flex-direction: row-reverse;
}
.community_column:nth-child( even ) .community_left {
    padding-left: 50px;
    padding-right: 0;
}
.communityslider .owl-nav button.owl-prev {
    position: absolute;
    top: 45%;
    background: #00923f !important;
    padding: 7px 15px 10px!important;
}
.communityslider .owl-nav button.owl-next {
    left: auto;
    right: 0;
    position: absolute;
    top: 45%;
    background: #00923f !important;
    padding: 10px 15px !important;
}
.communityslider .owl-nav span {
    color: #fff;
    font-size: 35px;
}
.communityslider .owl-dots{
	display: none;
}
.pagination {
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 30px 0;
}
.pagination .prev.page-numbers {
    margin-right: 30px;
}
.pagination a, .pagination span {
    color: #1f1a17;
    font-family: Calibri;
    font-size: 20px;
    line-height: 22px;
    text-transform: uppercase;
    margin: 0 7px;
}
.pagination span.page-numbers.current {
    color: #00923f;
    text-decoration: underline;
}
.pagination a:hover {
    color: #00923f;
}
.pagination .next.page-numbers {
    margin-left: 30px;
}
.pagination .prev.page-numbers {
    margin-right: 30px;
}
.gallery_section {
    padding: 70px 0;
}
.gallery_main {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.gallery_main .gallery_box {
    width: 25%;
    padding: 15px;
}
.gallery_main .gallery_box a {
    border: 7px solid #ffffff;
    display: block;
    border-radius: 15px;
    width: 100%;
    height: 300px;
    transition: 0.4s all ease;
    overflow: hidden;
}
.gallery_main .gallery_box img {
    border-radius: 13px;
    width: 100%;
    height: 300px;
    object-fit: cover;
    transition: 0.4s all ease;
}
.gallery_main .gallery_box a:hover img {
    transform: scale(1.2);
    transition: 0.4s all ease;
}
.gallery_section h2 {
    margin-top: 20px;
    margin-bottom: 10px;
	font-size: 30px;
    line-height: 30px;
    text-transform: inherit;
}
section.count_section {
    padding: 70px 0;
}
.count_main {
    display: flex;
    flex-wrap: wrap;
}
.count_main .count_itam {
    width: 20%;
    padding: 0 30px;
    text-align: center;
}
.count_details .icon i{
	font-size: 55px;
    color: #da251d;
}
.count_details h3 {
    margin-top: 20px;
    margin-bottom: 0px;
}
.count_details p {
    margin-top: 5px;
}
.aboutinfo_section h2 {
    text-transform: inherit;
    color: #373d48;
}
.payment_section h2 img {
    width:27px;
    margin-right: 10px;
}
.payment_section .two_column .two_right img {
    object-fit: contain;
}
ul.cat_list {
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
}
ul.cat_list li {
    list-style: none;
    padding: 0 30px;
    margin: 0;
}
ul.cat_list a {
    font-size: 19px;
    line-height: 20px;
    text-transform: uppercase;
    font-family: Calibri,sans-serif;
    font-weight: 600;
    position: relative;
}
ul.cat_list a.active {
    color: #da251d;
}
.blog_list_page .blog_items{
	padding: 0 20px 45px;
}
.blog_topview {
    max-width: 1000px;
    margin: 0 auto 25px;
}
.blog_topview span {
    padding-right: 15px;
}
.blog_topview span i {
    padding-right: 5px;
    color: #00923f;
}
.inner_baner_section h1 {
    max-width: 600px;
}

.blog_single h2 {
    text-transform: inherit;
}
.search__overlay input::-webkit-input-placeholder {color: white;}
.search__overlay input::-moz-placeholder {color: white;}
.search__overlay input:-ms-input-placeholder {color: white;}
.search__overlay input:-moz-placeholder {color: white;}
.search__overlay button {padding: 1rem 5rem; background: transparent; border: none; color: white; font-size: 40px;}
.search__overlay button:focus {outline: none;}
.search__overlay button::before {height: 30px; width: 30px; content: ""; position: absolute; border-radius: 2rem; border: 2px solid white; display: block; -webkit-transform: translate(-15px, -15px); transform: translate(-15px, -15px);}
.search__overlay button::after {height: 2px; width: 20px; content: ""; position: absolute; background-color: white; -webkit-transform: translate(7px, 17px) rotate(45deg); transform: translate(7px, 17px) rotate(45deg); display: block;}
.search__overlay.active {display: block; opacity: 1;}
.search__overlay {position: fixed; top: 0; left: 0; right: 0; bottom: 0; display: none; opacity: 0; height: 100%; width: 100%; background-color: rgba(32, 32, 32, 0.8); z-index: 999999;}
.search__overlay .flex-row {display: flex; align-items: center;}
.search__overlay .close {position: absolute; right: 5rem; top: 5rem; height: 50px; width: 50px; cursor: pointer; z-index: 1;}
.search__overlay .close:before,
.search__overlay .close:after {position: absolute; left: 22px; top: -2px; content: " "; height: 50px; width: 2px; background-color: white;}
.search__overlay .close:before {-webkit-transform: rotate(45deg); transform: rotate(45deg);}
.search__overlay .close:after {-webkit-transform: rotate(-45deg); transform: rotate(-45deg);}
.search__overlay form {margin: 0; padding: 0; position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%);}
.search__overlay input {margin: 0; padding: 0 1rem; letter-spacing: 2px; border: none; background: none; outline: none; font-size: 40px; color: white; -webkit-appearance: textfield; -webkit-appearance: none;}

.blog_share_main {
    list-style: none;
    background: rgba(168, 168, 168, 0.1);
    padding: 0 50px;
    min-height: 85px;
    display: flex;
    align-items: center;
    margin-bottom: 70px;
}
.blog_share_main ul {
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
.blog_share_main ul li {
    list-style: none;
    padding: 0;
    margin-bottom: 0;
     font-size: 17px;
    line-height: 24px;
}
.blog_share_main a {
    font-size: 17px;
    line-height: 24px;
    font-family: Calibri;
    display: flex;
    justify-content: center;
    align-items: center;
}
.blog_share_main li a i {
    padding-left: 10px;
}
section.contact__section {
    padding: 70px 0;
}
.contact__section:before {
    background: #fff;
    position: absolute;
    top: 0;
    width: 50%;
    height: 100%;
    content: "";
    right: 0;
}
.contact_main {
    display: flex;
    
}
.contact_left{
	width: 50%;
	padding-right: 50px;
}
.contact_rigth {
    width: 50%;
    padding-left: 90px;
}
.contact_left iframe {
    width: 100%;
}
.contact_left address, .contact_left a {
    font-size: 17px;
    line-height: 24px;
    letter-spacing: 0.444444px;
    color: #333;
    font-family: Calibri, sans-serif;
    font-weight: 400;
    font-style: inherit;
    padding-bottom: 15px;
    display: block;
}
.contact_left svg {
    margin-right: 10px;
    top: 3px;
    position: relative;
}
.contact_left a:hover{
	color: #da251d;
}
.conatct_left_desc ul.social_icon {
    margin-top: 15px;
}
.foote_box .email a svg {
    position: relative;
    top: 4px;
    margin-right: 8px;
}
.blog_list_page .download {
    padding-top: 0;
    color: #fff;
    margin-top: 30px;
}
.event-detail {
    position: absolute;
    top: 25px;
    left: -10px;
    padding: 15px 25px;
    background-color: #da251d;
    z-index: 1;
}
.event-detail h6 {
    font-family: Calibri;
    font-style: normal;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    margin: 0;
}
.event-detail:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    border-top: 10px solid #da251d;
    border-left: 10px solid transparent;
}
.blog_list_page .blog_items a {
    position: relative;
}
.defaultpage {
    padding: 70px 0;
}
.defaultpage h2 {
    text-transform: inherit;
}
.baner__section .banner-slider button.owl-next {
    position: absolute;
    top: 50%;
    right: 30px;
    left: auto;
    background: rgba(0,0,0,0.5) !important;
    padding: 11px 18px 16px !important;
    color: #fff;
    border-radius: 5px;
}
.baner__section .banner-slider button.owl-prev {
    position: absolute;
    top: 50%;
    left: 30px;
    right: auto;
    background: rgba(0,0,0,0.5) !important;
    padding: 11px 18px 16px !important;
    color: #fff;
    border-radius: 5px;
}
.baner__section .banner-slider button.owl-next span,
.baner__section .banner-slider button.owl-prev span {
    font-size: 45px;
    line-height: 24px;
    display: block;
}
.baner__section .banner-slider .owl-dots{
	display: none;
}
button.menu {
    display: none;
}

.testimonial_img img {
    width: 100px !important;
    height: 100px;
    margin: 0 auto 20px;
    object-fit: cover;
    border-radius: 50%;
}
.testimonial-slider .item {
    padding: 10px 30px;
}

.testimonial_slide {
    border: 1px solid #b07ab4;
    padding: 20px 30px;
}
.starticon span {
    width: 22px;
    height: 22px;
    display: inline-block;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    -webkit-mask-position: bottom;
    margin-bottom: -2px;
    margin-right: 1px;
    background-image: url(../images/start.svg);
    background-size: contain;
    background-repeat: no-repeat;
}
.testimonial_img span {
    font-size: 18px;
    font-family: exotc350_bd_btbold;
    font-weight: 700;
    text-transform: uppercase;
}
.testimonial-slider .owl-dot {
    width: 10px;
    height: 10px;
    background: gray !important;
    margin: 20px 7px 0;
    border-radius: 50%;
    transition: 0.3s all ease;
}
.testimonial-slider .owl-dot.active {
    background: #00923f !important;
    transition: 0.3s all ease;
}
.testimonial_section h2 {
    color: #242424;
    margin-bottom: 40px;
}
.abouthitesh img {
    border-radius: 0;
    height: 800px;
    object-fit: cover;    
}
section.about-specialities {
    padding: 70px 0;
    background: #fff;
}
.specialities-list ul{
    column-count: 1;
}
.specialities-list li {
    list-style: none;
    font-size: 17px;
    line-height: 24px;
    letter-spacing: 0.444444px;
    color: #333;
    font-family: Calibri, sans-serif;
    font-weight: 400;
    padding-left: 30px;
    background: url(../images/medal.svg);
    background-position: center left;
    background-repeat: no-repeat;
    background-size: 16px;
}
.about-experience{
    padding: 70px 0;
}
.testimonial-list-main {
    display: flex;
    flex-wrap: wrap;
}
.testimonial-box {
    width: 33.33%;
    padding: 20px;
}
.testimonial-border {
    border: 1px solid #00923f;
    padding: 20px 30px;
    border-radius: 30px 30px 0 30px;
}
.testimonial-list{
    padding: 40px 0;
}
.testimonial-top {
    display: flex;
    flex-wrap: wrap;
}
.testi-title {
    width: 70%;
}
.testi-img {
    width: 30%;
    text-align: right;
}
.testi-img img {
    width: 60px;
    border-radius: 50%;
}
.testi-title h4 {
    margin-bottom: 0;
}
.testimonial-top .starticon span {
    width: 16px;
    height: 16px;
}
.abouthitesh .two_right {
    width: 50%;
}
.abouthitesh .two_left {
    width: 50%;
}
.defaultpage{
    padding: 60px 0;
}
.blog_items.search {
    width: 25%;
}
.search .blog-items-image {
    height: 200px;
}
.defaultpage .search input#s {
    border-radius: 8px;
    border: 1px solid #000;
    padding: 10px;
}
.defaultpage .search input#searchsubmit{
    border-radius: 8px;
    border: none;
    padding: 10px 20px;
        background: #00923f;
    color: #fff;
}
header.fixed{
    box-shadow: 0 1px 20px rgb(0 0 0 / 10%);
}
.aboutinfo_section p{
    color: #333;
}
.home_service_title_main {
    max-width: 890px;
    margin-left: auto;
}
.grid-title p{
    margin-top: 10px;
    font-size: 15px;
    line-height: 22px;
}
.navigation .green_btn{
    background: #b07ab4;
}
.navigation .green_btn:hover{
    background: #7f4083;
}
.footer_left img {
    width: 155px;
}
.defaultpage ol li {
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0.444444px;
    color: #333;
    font-family: Calibri, sans-serif;
}
.footer_twitter{
    padding: 5px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.blogitems-title p {
    margin-top: 10px;
}
@media(max-width: 1400px) {
	.container{
		max-width: 1200px;
	}
}
@media(max-width: 1100px) {
    button.menu {
        display: block;
    }
    .header_bottom .navigation {
        justify-content: flex-start;
        width: 100%;
        align-items: inherit;
    }
    .header_bottom .navigation ul li .submenu-toggle-btn.btn-open {
        top: -9px;
    }
    .header_bottom .navigation ul li .submenu-toggle-btn {
        top: -6px;
        left: 15px;
        filter: brightness(0) invert(1);
    }    
    .show_menu .menu svg {
        top: 0px;
        right: 0px;
    }
    .menu {
        background-color: transparent;
        border: none;
        cursor: pointer;
        display: flex;
        padding: 0;
    }
    .menu svg {
        position: relative;
        z-index: 9999;
        height: 70px;
    }
    .line {
        fill: none;
        stroke: #006227;
        stroke-width: 6;
        transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
    }
    .line1 {
        stroke-dasharray: 60 207;
        stroke-width: 4;
    }
    .line2 {
        stroke-dasharray: 60 60;
        stroke-width: 4;
    }
    .line3 {
        stroke-dasharray: 60 207;
        stroke-width: 4;
    }
    .opened .line1 {
        stroke-dasharray: 90 207;
        stroke-dashoffset: -134;
        stroke-width: 6;
    }
    .opened .line2 {
        stroke-dasharray: 1 60;
        stroke-dashoffset: -30;
        stroke-width: 6;
    }
    .opened .line3 {
        stroke-dasharray: 90 207;
        stroke-dashoffset: -134;
        stroke-width: 6;
    }
    .menu:focus {
        outline: none;
    }
    .show_menu:before {
        background: rgba(0, 0, 0, 0.5);
        position: absolute;
        width: 100%;
        height: 100%;
        top: 65;
        left: 0;
        right: 0;
        bottom: 0;
        content: "";
        z-index: 9;
    }
    
    .navigation {
	    opacity: 0;
	    position: fixed;
	    top: 0px;
	    left: 0px;
	    height: 100%;
	    width: 100%;
	    background: #ffffff;
	    z-index: 999;
	    transform: translateY(-100%);
	    transition-duration: 0.3s;
	    padding: 0 0;
	    overflow-y: auto;
	    overflow-x: hidden;
	    flex-direction: column;
	    justify-content: flex-start;
	}
	.show_menu .navigation {
	    opacity: 1;
	    transform: translateX(0px);
	    -webkit-transform: translateX(0px);
	    -moz-transform: translateX(0px);
	    transition-duration: 0.3s;
	    -webkit-transition-duration: 0.3s;
	    padding: 15px;
	    top: 124px;
	}
    .admin-bar.show_menu .navigation {
        top: 175px;
    }
	.header_bottom .navigation ul {
      flex-direction: column;
    }
    .header_bottom .navigation ul li {
        margin-bottom: 10px;
        display: inline-block;
        margin-right: 0;
        border-bottom: 1px solid #000;
        padding-bottom: 10px;
        position: relative;
    }
    .header_bottom .navigation ul li  a{
		font-size: 15px;
		line-height: 25px;
		font-family: futura-pt-bold, sans-serif;
		font-weight: 700;
    }

    .header_bottom .navigation ul li a:hover{
      	color: #B1FF60;
    }
    .header_bottom .navigation ul li>.sub-menu {
        position: static;
        width: 100% !important;
        padding: 30px 0;
        padding: 0px 0px;
        display: none !important;
    }
    .header_bottom .navigation ul li:hover > .sub-menu{
        display: none !important;
    }
    .header_bottom .navigation ul li > .sub-menu li:hover{
        background: transparent;
    }
    .header_bottom .navigation ul li:hover > .sub-menu i {
        right: 7px;
        top: 5px;
    }
    .header_bottom .navigation ul li > .sub-menu li:hover > a,
    .header_bottom .navigation ul li > .sub-menu li:hover > span i{
        color: #333;
    }
    .header_bottom .navigation ul li.show_menus > .sub-menu{
        display: flex !important;
        margin: 0;
    }
    .header_bottom .navigation ul li>.sub-menu li {
        background: transparent;
        padding: 0 0 8px 36px;
    }
    .header_bottom .navigation ul li > .sub-menu li:last-child {
        padding-bottom: 0;
        margin-bottom: 0;
    }
    .header_bottom .navigation ul li>.sub-menu.open{
        display: flex !important;
    }
    .header_bottom .navigation ul li>.sub-menu li:before{
        top: 11px;
    }
    .navigation .menu-item-has-children span {
        padding-left: 8px;
        position: absolute;
        right: 7px;
        top: 5px;
    }
    header .green_btn {
        background: #006227;
        color: #fff;
        width: 215px;
        text-transform: capitalize;
        margin: 44px auto;
    }
    .footer_main {
        flex-wrap: wrap;
    }
    .footer_box.footer_logo {
        width: 50%;
    }
    .footer_box {
        width: 50%;
        margin-bottom: 30px;
        align-items: flex-start;
    }
    .banner-slider .owl-nav {
	    display: none;
	}
	.baner__section .banner-slider .owl-dots {
	    display: block;
	    margin-right: 0;
        right: 35%;
		bottom:12px;
	}
}
@media(max-width: 991px) {
	.aboutinfo_section, section.service__section, section.count_section, section..blog_section{
	    padding: 40px 0;
	}
	.count_main .count_itam{
		padding: 0 10px;
	}
	.count_details h3{
		font-size: 24px;
    	line-height: 35px;
	}
	.blog_title p{
		margin-bottom: 20px;
	}
	.blog-items-image{
		height: 250px;
	}
	h3 {
	    font-size: 24px;
	    line-height: 32px;
	}
    .testimonial-border{
        padding: 10px 15px;
    }
    .testimonial-box {
        padding: 13px;
    }
    .blog_items.search{
        width: 33.33%;
    }
}
@media(max-width: 767px) {
	#glt-translate-trigger{
		display:none;
	}
	.banner_left {
	    width: 100%;
	}
	h1, .banner_left h1, .banner_left h2 {
	    font-size: 30px;
	    line-height: 35px;
	}
	.banner_left .intro{
		line-height: 23px;
	}
	h2 {
	    font-size: 30px;
	    line-height: 35px;
	}
	.baner__section .item{
		padding: 70px 0;
    	background-position: right !important;
    	height: 400px;
	}
	.aboutleft{
		width: 100%;
		padding-right: 0px;
	}
	.aboutright{
		width: 100%;
	}
	.service-row {
	    width: 50%;
        margin-bottom: 30px;
	}
	.count_main .count_itam {
	    width: 50%;
	}
    .blog_items.search{
        width: 50%;
    }
	.cta-main h2 {
	    font-size: 35px;
		line-height: 40px;
	}
	.blog_items {
		width: 50%;
		padding-bottom: 30px;
	}
	.blog_section {
		padding: 40px 0;
	}
	.footer_left {
		width: 50%;
		padding-right: 0;
	}
	.foote_box {
	    width: 50%;
	    padding-top: 30px;
	}
	.foote_box:last-child {
		width: 100%;
	}
	.footer_right {
	    width: 100%;
	    flex-wrap: wrap;
	}
	.copy_main ul{
		flex-wrap: wrap;
	}
    .service-row.ser-box-desc{
        display: none;
    }
    .two_column .two_right {
	    width: 100%;
	}
    .abouthitesh .two_right {
        width: 100%;
    }
    .abouthitesh .two_left {
        width: 100%;
    }
	.two_column_main .two_left {
	    padding-right: 0;
	    width: 100%;
	    padding-bottom: 30px;
	}

	.two_column:nth-child(even) .two_left {
	    padding-left: 0;
	}
	.two_column{
		padding: 30px 0 10px;
	}
	.community_column .community_left {
	    width: 100%;
	    padding-right: 0;
	    padding-bottom: 40px;
	    padding-top: 0;
	}
	.community_column .community_right {
	    width: 100%;
	}
	.community_column:nth-child( even ) .community_left {
	    padding-left: 0;
	}
	.pagination a, .pagination span{
		font-size: 16px;
    	line-height: 17px;
	}
	.header_top .nav ul li:last-child{
		margin-right: 0;
	}
    .about-experience, section.about-specialities {
        padding: 40px 0;
    }
    .specialities-list ul {
        column-count: 2;
        word-break: break-all;
    }
    .desc_intro {
        padding: 40px 0;
    }
    .contact_main{
        flex-wrap: wrap;
    }
    .contact_left {
        width: 100%;
        padding-right: 0;
    }
    .contact_rigth {
        width: 100%;
        padding-left: 0;
            padding-top: 50px;
    }
    .contact__section:before{
        display: none;
    }
    .header_top .nav ul{
        margin-left: 10px;
    }
    .gallery_main .gallery_box {
        width: 50.00%;
    }
    .inner_baner_section {
        min-height: 215px;
    }
    ul.cat_list li{
        padding: 0 10px;
    }
    .blog_share_main ul{
        flex-wrap: wrap;
        gap: 8px;
    }
    .testimonial-box {
        width: 50%;
    }   
}
@media(max-width: 500px) {
	.service-row {
	    width: 100%;
	}
	.count_main .count_itam {
	    width: 100%;
	    padding-bottom: 20px;
	}
	.blog_items {
		width: 100%;
	}
	.footer_left {
		width: 100%;
		padding-right: 0;
	}
	.foote_box {
	    width: 100%;
	}
	.footer_main{
		text-align: center;
	}
	ul.social_icon{
		justify-content: center;
	}
    .header_top ul.header_social {
        display: none;
    }
    .testimonial-slider .item{
        padding: 10px 5px;
    }
    .header_top .nav ul li a {
		font-size: 13px;
	}
    .specialities-list ul {
        column-count: 1;
    }
    .description_main iframe, .description_main img{
        height: 300px;
    }
    .gallery_main .gallery_box {
        width: 100%;
    }
    ul.cat_list{
        flex-direction: column;
        gap: 20px;
    }
    .blog_share_main{
        min-height: 117px;
    }
    .testimonial-box {
        width: 100%;
        padding: 10px 0;
    }
}
/*
font-family: exotc350_bd_btbold;
font-family: roboto,sans-serif;
font-family: roboto-condensed,sans-serif;
font-family: Calibri;
*/