:root{
	--white_clr:  #fff;
	--black_clr: #000;
	--text_clr: #4a4e56;
	--heading_clr: #132d20;
	--primary_clr: #035e21;
	--secondary_clr: #008108;
	--light_clr: #ddd;
	--bdr_clr: #cacaca;
	--primary_font_family: "Poppins", sans-serif;
	--secondary_font_family: "Montserrat", sans-serif;
	--third_font_family: "Science Gothic", sans-serif;
	--dark-shadow-1: 0px 4px 26px 0px rgba(2, 5, 17, 0.14);
}
/*color: var(--white_clr);*/
@-webkit-keyframes shine{100% {left:125%;}}
@keyframes shine{100% {left:125%;}}
.shine{position: relative; overflow: hidden;}
.shine:before{display:block;content:"";position:absolute;top:0;left:-80%; width:50%;height:100%; background:-webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);background:linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);-webkit-transform:skewX(-25deg);transform:skewX(-25deg); opacity:0.2; z-index: 1;}
.shine:hover:before{-webkit-animation:shine 1s;animation:shine 1s;}
/* Custom Colors and Gradients */
.from-foreground\/60 {
    --tw-gradient-from: hsl(var(--foreground) / 0.6);
}
.via-transparent {
    --tw-gradient-to: transparent;
}
.bg-gradient-to-t {
    background-image: linear-gradient(to top, var(--tw-gradient-from), var(--tw-gradient-to));
}
.box-overlay{
	position: absolute; left: 0; right: 0; top: 30%; bottom: 0;
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,188,151,0) 41%,rgba(255,92,1,1) 100%);
	opacity: 0.7;
}
.trans{
    -moz-transition:all 0.4s ease 0s;-webkit-transition:all 0.4s ease 0s;transition:all 0.4s ease 0s;
}
.animate{
    transform: translateY(50px); opacity: 0;
    transition: transform .8s .2s, opacity 1s .2s;
}
.animate.animated{
    transform: translateY(0); opacity: 1;
}
.trans_1{
    transition: transform .4s .2s, opacity 1s .2s;
}
.trans_2{
    transition: transform .6s .2s, opacity 1s .2s;
}
.trans_3{
    transition: transform .7s .2s, opacity 1s .2s;
}
/*Slick Slider Css Start*/
.slick-slider{position:relative;display:block; -webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y; touch-action:pan-y;-webkit-tap-highlight-color:transparent;}
.slick-list{position:relative; display:block; overflow:hidden; margin:0; padding:0; min-width: 100%;}
.slick-list.dragging{cursor: pointer;}
.slick-slider .slick-track, .slick-slider .slick-list{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0);}
.slick-track{position:relative; top:0; left: 0; min-width: 100%; display:flex;display:-webkit-flex;}
.slick-track:before, .slick-track:after{display:table; content:"";}
.slick-track:after{clear:both;}
.slick-loading .slick-track{visibility:hidden;}
.slick-slide{display:none; min-height:1px; flex-grow: 1; flex: inherit;}
.slick-initialized .slick-slide{display: block; list-style:none;}
.slick-loading .slick-slide{visibility: hidden;}
.slick-vertical .slick-slide{display: block; height: auto; border:1px solid transparent;}
.slick-arrow{
	display:flex; align-items: center; justify-content: center; position:absolute; top:50%; margin-top:-17px; z-index:2; padding:0; width:34px; height:34px; text-align:center; font-size:0; border:0;
	background: var(--primary_clr); color: var(--white_clr); cursor:pointer; opacity:1; -webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%; -moz-transition:all 0.4s ease 0s;-webkit-transition:all 0.4s ease 0s;transition:all 0.4s ease 0s; box-shadow: 0 0 10px rgba(0,0,0,0);
}
.slick-arrow:before{display: block; content: "\f104"; font-family: 'Line Awesome Free'; font-weight: 900; font-size: 18px;}
.slick-arrow.slick-next:before{content: "\f105";}
.slick-arrow.slick-prev{left:0;}
.slick-arrow.slick-next{right:0;}
.slick-arrow:hover{background: var(--secondary_clr); color: var(--white_clr);}
.slick-arrow.slick-disabled{
	background: var(--light_clr); color: var(--secondary_clr); cursor: inherit;
}
.bg3 .slick-arrow.slick-disabled{
	background: var(--white_clr);
}
.slick-dots{display:flex;display:-webkit-flex; align-items: center; justify-content: center; position:absolute; left:0; right:0; margin:0 auto; padding:0; bottom:-20px; text-align:center;}
.slick-dots li{margin:0 5px; padding:0; list-style:none; display:inline-block; vertical-align:top;}
.slick-dots li button{display:block; width:7px; height:7px; font-size:0; padding: 0; background:#ccc; border:none;cursor:pointer; position: relative; -moz-transition:all 0.4s ease 0s;-webkit-transition:all 0.4s ease 0s;transition:all 0.4s ease 0s;border-radius:50%; }
.slick-dots li.slick-active button{background: var(--primary_clr); width: 10px; height: 10px;}
/*Slick Slider Css End*/
/* lightgallery */
.lightgallery {margin:0; padding:0;}
.lightgallery li {margin:0; padding:0; display:inline-block;}
.lg-outer .lg-thumb-outer {display:none;}
/*Easy Responsive Tab Css*/
h4.resp-accordion{display:none; cursor:pointer; text-align:left; position:relative; background: #e9e9e9; padding:10px 40px 10px 10px; margin: 0 0 5px;}
h4.resp-accordion .resp-arrow{display:none;}
h4.resp-accordion:after{display:block; content:"\f107"; font-family:'FontAwesome'; text-align: center; position:absolute; right:0; top:50%; width:40px; line-height:normal; transform: translate(0, -50%);-moz-transform: translate(0, -50%);-webkit-transform: translate(0, -50%);}
h4.resp-accordion.resp-tab-active:after{content:"\f106";}
.resp-tab-content{display:none;}
.resp-tab-content:after{clear:both; content:""; display:block;}
.resp-content-active, .resp-accordion-active{display:block}
@media only screen and (max-width:767px){
ul.resp-tabs-list{display:none;}
h4.resp-accordion{display:block;}
}
/*=========== Mobile Menu STYLE Start ========*/
/*body.mobile-menu-open{overflow:hidden;}*/
.menu-open-overlay{position:fixed; top:0; left:0; width:100%; bottom:0; background:var(--text_clr); display:none; z-index:12; opacity:0.5;}
.mobile-menu-open .menu-open-overlay{display:block;}
.mobile-menu-block{background:var(--white_clr); bottom:0; color:#16181C; position:fixed; top:0; right:-400px; width:380px; z-index:-4; font-size:16px; -moz-transition:all 0.4s ease 0s;-webkit-transition:all 0.4s ease 0s;transition:all 0.4s ease 0s;}
.mobile-menu-open .mobile-menu-block{right:0; z-index:20;}
.mobile-menu-inner{height:calc(100% - 100px); overflow:auto; padding:10px 20px; position: relative; z-index: 3;}
.mobi-logo {height: 90px; padding: 0 20px; border-bottom: 1px solid #ddd;}
.mobi-logo a, .mobi-logo img{display: block; width: 200px;}
.mobile-nav ul{margin:0; padding: 0; list-style: none;}
.mobile-nav li{margin: 0; padding: 10px 0; color:var(--black_clr); font-weight:500; font-size:15px; line-height:22px; text-transform:none; position:relative;}
.mobile-nav ul li a{display:block; color:var(--black_clr); font-weight:400; font-family:var(--primary_font_family); font-size:18px; line-height:22px; text-transform:none; letter-spacing:0; padding:0 40px 0 0;}
.mobile-nav > ul > li.current_page_item > a,
.mobile-nav > ul > li.current-menu-ancestor > a,
.mobile-nav > ul > li.current-page-ancestor > a{color:var(--primary_clr);}
.mobile-nav li li{border:none; padding:5px 0;}
.mobile-nav li li a{font-size:16px; text-transform:none; font-weight:400; padding:0 40px 0 0;}
.mobile-nav li li.current_page_item a{color:var(--primary_clr);}
.mobile-nav li li li a{padding-left:0;}
.mobile-nav ul.sub-menu{margin:0; padding:10px 10px 0;}
.mobile-nav .hitarea {width: 100%; justify-content: flex-end;}
.hitarea{display:flex; align-items: center; justify-content: center; width:40px; height:42px; text-align:center; position:absolute; right:0; top:0;}
.hitarea:before{display:block; content:"\f105"; font-family:'FontAwesome'; font-size: 20px; font-weight: 400; width:15px; height:15px; -moz-transition:all 0.4s ease 0s;-webkit-transition:all 0.4s ease 0s;transition:all 0.4s ease 0s;}
.collapsable-hitarea.hitarea:before{transform:rotate(90deg);}
.mobile-nav .collapsable-hitarea + a{color:var(--primary_clr);}
.mobi-bottom-inner{padding: 0;}
.mobi-bottom-inner .btn{border-radius: 0;}
/*========== Mobile Menu STYLE End==============*/
/*Mobile Menu Css Start*/
.mobi-iconbox{
	display:none; width:40px; height:40px;
	position:absolute; right:-10px; top:0; bottom: 0; margin: auto; z-index:40; transition:all 0.4s ease;
	-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;
}
.mobile-menu-block .mobi-iconbox{
	right: 0;
}
.menuicon{display: block; width: 28px; height: 18px; flex-direction: column; align-items: center; justify-content: center; margin: auto;}
.icon-bar{display:flex;display:-webkit-flex; align-items: center; min-width: 100%; height: 18px; position: relative; cursor: pointer;}
.icon-bar:before,
.icon-bar:after{display: block; content: ""; width: 100%; height: 2px; background: var(--primary_clr); position: absolute; left: 0; top: 0; -moz-transition:all 0.4s ease 0s;-webkit-transition:all 0.4s ease 0s;transition:all 0.4s ease 0s; -webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;}
.icon-bar:after{top: auto; bottom: 0;}
.icon-bar .line{display: block; width: 70%; height: 2px; background: var(--primary_clr); position: absolute; right: 0; top: 0; bottom: 0; margin: auto 0; -moz-transition:all 0.4s ease 0s;-webkit-transition:all 0.4s ease 0s;transition:all 0.4s ease 0s; -webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;}
.icon-bar.active .line{width: 2px; opacity: 0;}
.icon-bar.active:before{transform: rotate(45deg); top: 8px;}
.icon-bar.active:after{transform: rotate(-45deg); bottom: 8px;}
.mobile-menu-open .mobilemenuicon .menuicon{margin-left: auto;}
/*Mobile Menu Css End*/
/* ===== RESET ================================================== */
abbr, acronym, address, applet, article, aside, audio,b, blockquote,big, body, button, center, canvas, caption, cite, code, command,datalist, dd, del, details, dfn, dl, div, dt, embed,fieldset, figcaption, figure, font, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html,i, iframe, img, ins,kbd, keygen,label, legend, li, meter,nav,object, ol, output,p, pre, progress,q, s, samp, section, small, source, strike, sub, sup,table, tbody, tfoot, thead, th, tr, tdvideo, tt, var{background:transparent; border:0 none; margin:0; padding:0; line-height:normal; vertical-align:baseline; outline:none; font-size:100%; font-family:inherit; font-weight:400; font-style:normal;} article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display:block;} blockquote,q{quotes:none;} blockquote:before,q:before{content:'';content:none;} blockquote:after,q:after{content:'';content:none;} ins {text-decoration:none;} abbr[title], dfn[title] {border-bottom:1px dotted; cursor:help;} table {border-collapse:collapse; border-spacing:0;} hr {display:block; height:1px; border:0; border-top:1px solid #ccc; margin:1em 0; padding:0;}input, select {vertical-align:middle; margin:0;} ol, ul, li {list-style:none;}
html{-webkit-text-size-adjust:100%; -ms-text-size-adjust:100%;} *, *:before, *:after{-webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; -webkit-tap-highlight-color:rgba(255,255,255,0);}
/* ===== GLOBAL ================================================== */
body{margin:0; padding:0; background:var(--white_clr); font-family:var(--primary_font_family); font-size:16px; color:#111; line-height:24px; font-weight:400; overflow-x:hidden;}
:focus, button:focus{outline:none;}
a{text-decoration:none; color: var(--text_clr); -moz-transition:all 0.4s ease 0s; -webkit-transition:all 0.4s ease 0s; transition:all 0.4s ease 0s;}
a:hover{text-decoration:none; color:var(--primary_clr);}

::-webkit-input-placeholder{color:var(--text_clr); opacity:0.5;}
:-moz-placeholder{color:var(--text_clr); opacity:0.5;} /* Firefox 18- */
::-moz-placeholder{color:var(--text_clr); opacity:0.5;} /* Firefox 19+ */
:-ms-input-placeholder{color:var(--text_clr); opacity:0.5;}

.clear{width: 100%; clear: both;}
img{max-width:100%; height:auto; border:none; outline:none;}
b, strong{font-weight:700;}

/* Ul Li & Ol Li CSS */
ul, ol{margin:0 0 20px; padding:0;}
ul ul, ol ol, ul ol, ol ul{margin-top:15px;}
ul li, ol li{margin:0; padding:0; font-size: 16px; line-height: 1.6; color:var(--heading_clr); font-weight:400; letter-spacing:0;}
.entry-content ul{padding:0; margin:0 0 20px;}
.entry-content ol{padding:0; margin:0 0 20px; list-style: none; counter-reset: my-awesome-counter;}
.entry-content ul li{position:relative; padding:0 0 0 24px; margin:0 0 15px;}
.entry-content ul li:before{
	content:"\f00c"; font-family: 'Line Awesome Free'; font-weight: 900; position:absolute; left: 0; top: 0; width: 16px; height: 16px;
}
.entry-content ul li li{list-style:disc;}
.entry-content ol li{counter-increment: my-awesome-counter; margin:0 0 8px;}
.entry-content ol li::before{content: counter(my-awesome-counter) ". "; font-weight:400;}

/* Heading CSS */
h1, .h1, h2, .h2, h3, h4, h5, h6{
	color: var(--heading_clr); line-height:1.4; font-weight: 600; font-family:var(--secondary_font_family); letter-spacing:0; margin:0 0 20px;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a{color: var(--heading_clr);}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover{color:var(--primary_clr);}
h1, .h1{font-size:48px;}
h2, .h2{font-size:32px;}
h3{font-size:28px;}
h4{font-size:24px;}
h5{font-size:20px;}
h6{font-size:18px;}
/* Paragraph CSS */
p{font-size: 16px; line-height: 1.6; color:var(--text_clr); font-weight:400; letter-spacing:0; margin:0 0 20px;}
hr{border:none; margin:30px 0; background:var(--text_clr); height:1px; width:100%; clear:both; opacity: 0.3;}
body .wp-block-separator{border: 0;}
blockquote{border-left:5px solid #eee;font-size:16px; margin:0 0 20px; padding:10px 20px;}
/*table structure*/
table, .entry-content table{border-right:1px solid #E5E5E5; border-top:1px solid #E5E5E5;}
table th, table td, .entry-content th, .entry-content table th, .entry-content td, .entry-content table td {background:var(--white_clr); border-left:1px solid #E5E5E5; border-bottom: 1px solid #E5E5E5; text-align:left; font-size:16px; color:#333; font-weight:400; padding:15px 25px; vertical-align:middle;}
table th{color:#111; font-weight:400; background:#f5f5f5;}
.table-striped th, .table-striped td{position:relative;}
.table-striped tbody tr:nth-of-type(even) td{background:#f5f5f5;}
/*Form Input Field*/
input, textarea, select{background:var(--white_clr); border:1px solid #b7c8d8; width:100%; padding:2px 15px; margin:0; font-size:15px; color:var(--text_clr); font-weight:400; line-height:normal; letter-spacing:0; font-family:var(--primary_font_family); height: 44px; outline:none; -webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px;}
input[type="button"], input[type="submit"] {cursor:pointer; width:auto; height:auto;}
input[type="checkbox"], input[type="radio"] {border:none; width:auto; height:auto;}
textarea {display: block; height:100px; padding:15px 20px; min-height:100px; resize: none;}
input[type="button"], input[type="submit"], input[type="image"], input[type="file"], input[type="search"] {-webkit-appearance:none;}
input#addressSubmit {-webkit-appearance:none !important ; }
input[type="radio"], input[type="checkbox"]{-webkit-appearance:normal;}
.checkbox, .radiobox{display: inline-block; position: relative; padding-left: 24px; font-size: 14px; line-height: 14px; color: #676767;}
.checkbox input, .radiobox input{position: absolute; left: 0; top: 0; opacity: 0;}
.checkbox .checkmark{display: block; width: 13px; height: 13px; border: 1px solid #111; position: absolute; left: 0; top: 0;}
.checkmark:before{display:block; content:"\f00c"; font-family:'FontAwesome'; position:absolute; left:0; right:0; top:0; text-align:center; font-size:10px; color:var(--white_clr); line-height:10px; padding-left:1px; opacity:0;}
.checkbox input:checked ~ .checkmark{background:#111; border-color:#111;}
.checkbox input:checked ~ .checkmark:before{opacity:1;}
.radiobox .checkmark{display: block; width: 16px; height: 16px; background: var(--white_clr); border: 1px solid #111; -webkit-border-radius: 50%;-moz-border-radius: 50%;border-radius: 50%; position: absolute; left: 0; top: 1px;}
.radiobox .checkmark:before{display: none;}
.radiobox .checkmark:after{display: block; content: ""; background: #111; -webkit-border-radius: 50%;-moz-border-radius: 50%;border-radius: 50%; position: absolute; left: 2px; right: 2px; top: 2px; bottom: 2px; opacity: 0;}
.radiobox input:checked ~ .checkmark:after{opacity: 1;}
.selectbox{position: relative;background:var(--white_clr);border:1px solid #b7c8d8; -webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px;}
.selectbox select{background: none;border: 0;font-size: 15px;line-height: 20px;font-weight: 400;color: var(--text_clr); padding:0 40px 0 15px; width: 100%; height: 42px; -webkit-appearance: none; -moz-appearance: none; appearance: none; position: relative; z-index: 1; text-overflow: ellipsis;}
.selectbox:after{position:absolute; top:0; right:0; content:"\f107"; font-family:'FontAwesome'; font-size: 20px; color: var(--secondary_clr); z-index:0; width: 40px; height: 42px; line-height: 50px; text-align: center; display: flex; align-items: center; justify-content: center; -moz-transition:all 0.4s ease 0s;-webkit-transition:all 0.4s ease 0s;transition:all 0.4s ease 0s;}
.selectbox.reversed:after{content:"\f0ec"; transform: rotate(90deg); font-size: 14px;}
/* Button styling */
.button, .btn{
    display:-webkit-inline-box;
    display:-ms-inline-flexbox;
    display:inline-flex; -webkit-box-align:center; -ms-flex-align:center; align-items:center; -webkit-box-pack:center; -ms-flex-pack:center; justify-content:center;
    padding:14px 24px; background-color: var(--white_clr); border:0 solid var(--primary_clr);
    color: var(--secondary_clr); font-size:16px; line-height:22px; font-weight:600; font-family:var(--secondary_font_family), Arial;
    text-transform: none; cursor:pointer; letter-spacing:0.01em; text-align:center; position:relative; min-width:120px;
    -webkit-transition:all ease-in-out .4s;-o-transition:all ease-in-out .4s;transition:all ease-in-out .4s;border-radius:40px;
    overflow:hidden;z-index: 1;
}
.button span, .btn span {
    position: relative; z-index: 2; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center;
}
.button:hover, .btn:hover,
.button:focus, .btn:focus{
    color: var(--white_clr); background: var(--secondary_clr);
}
.btn:after{
    content: ""; position: absolute; left: auto; right: 0; top: 0; height: 100%; width: 0;
    background-color: var(--secondary_clr);
    border-radius: inherit; -webkit-transition: all ease .4s;
    -o-transition: all ease .4s; transition: all ease .4s;z-index: -1;
}
.btn:hover:after{
    width: 100%; right: auto; left: 0
}
.btn .la-angle-right{
    display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex;
    -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center;
    text-align: center; width: 24px; height: 24px; background:  var(--white_clr); color: var(--secondary_clr);
    border-radius: 50%; margin: 0 -7px 0 10px;
    -webkit-transition:all 0.4s ease 0s;-o-transition:all 0.4s ease 0s;transition:all 0.4s ease 0s;
}
.secondary .la-angle-right{
    background:  var(--white_clr); color: var(--secondary_clr);
}
.secondary:hover .la-angle-right{
    background:  var(--white_clr); color: var(--secondary_clr);
}
.btn .la-arrow-right {
	font-size: 20px;
}
.btn.small .la-arrow-right {
	font-size: 18px;
}
.primary {
    background: var(--secondary_clr); border-color: var(--secondary_clr); color:  var(--white_clr);
}
.primary.btn:after{
	background: var(--primary_clr); border-color: var(--primary_clr);
}
.primary:hover{
	background: var(--primary_clr); border-color: var(--primary_clr); color: var(--white_clr);
}
.secondary{
	background: var(--primary_clr); border-color: var(--primary_clr); color: var(--white_clr);
}
.bdr-btn{
	border-width: 1px;
}
.white-btn{
	background: var(--white_clr); border-color: var(--white_clr); color: var(--secondary_clr);
}
.white-hover:hover{
	background: var(--white_clr); border-color: var(--white_clr); color: var(--secondary_clr);
}
.btn.white-hover:after{
	background: var(--white_clr);
}
.btn.white-hover:hover .la-angle-right {
    background: var(--secondary_clr);
    color: var(--white_clr);
}
.btn.small{padding: 10px 20px; font-size: 14px; min-width:80px;}
.main-wrapper{overflow:hidden;}
.container{margin:0 auto; width:100%; max-width:1170px; padding:0 20px;}
.container.relative{z-index: 2;}
.max-container{margin:0 auto; width:100%; max-width:1280px; padding:0 20px;}
section{position: relative;-webkit-transition:all 0.4s ease 0s;-o-transition:all 0.4s ease 0s;transition:all 0.4s ease 0s;}
section *:last-child{margin-bottom:0;}
.hide{display:none;}
.v-center{-webkit-box-align: center;-ms-flex-align: center;align-items: center;}
.j-center{-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center;}
.ptb-100{padding:100px 0;}
.ptb-80{padding:80px 0;}
.ptb-60{padding:60px 0;}
.ptb-40{padding:40px 0;}
.ptb-30{padding:30px 0;}
.ptb-20{padding:20px 0;}
.bg1{background: var(--primary_clr);}
.bg2{background: var(--text_clr);}
.bg3{background: #f0f3f4;}
.bg-gray{background: #efefef;}
.bg1-grd{
	background: linear-gradient(0deg, #c8d7c9 0%, #ffffff 100%);
}
.bg-pattern{
	background: url('../images/section-bg.webp') no-repeat center;
	background-size: cover; background-attachment: fixed;
}
.relative{position: relative;}
.trans{-moz-transition:all 0.4s ease 0s;-webkit-transition:all 0.4s ease 0s;transition:all 0.4s ease 0s;}
.mw_220{min-width: 220px;}
/*============= GLOBAL CSS END ================*/
/*Header & Banner Section*/
.header{
	position:fixed; left:0; right:0; top:0 !important; z-index:10; padding:0;
	background:  var(--white_clr); -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.1); box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.header .max-container{
	max-width: 100%; padding: 0 40px;
}
.header-inner{
	height: 100px; position: relative;
}
.site-logo{
	width:240px; position:relative; z-index:4; margin:0;
}
.site-logo a{
	display: block;
}
.site-logo img{
	display: block; margin: 0; width: 240px;-webkit-transition:all 0.4s ease 0s;-o-transition:all 0.4s ease 0s;transition:all 0.4s ease 0s;
	position: absolute; left: 0; top: 0; bottom: 0; margin: auto;
}
.header-right{
	margin-left: 40px;
}
/*Nav Css*/
.nav-main{text-align:left;}
.nav-main ul{margin:0; padding:0; display:-webkit-box; display:-ms-flexbox; display:flex;display:-webkit-flex;}
.nav-main nav ul > li{margin:0; padding:0; list-style:none; position:relative;}
.nav-main nav ul > li + li{margin-left:30px;}
.nav-main nav ul > li a{
	display:block; color:var(--text_clr); font-size:16px; font-weight:500; font-family: var(--primary_font_family);
	line-height:24px; text-transform:none; letter-spacing:0; padding:12px 0; position:relative; z-index:2;
}
.nav-main nav ul > li.current-menu-item > a, 
.nav-main nav ul > li.current-menu-parent > a, 
.nav-main nav ul > li:hover > a,
.nav-main nav ul > li a:hover,
.nav-main nav ul > li a:focus{color:var(--secondary_clr);}
.nav-main nav ul > li > a:before{display: block; opacity:1; content: ""; background: currentColor; width: 0%; height: 1px; position: absolute; bottom: 0; left: auto; right: 0;-webkit-transition:all 0.4s ease 0s;-o-transition:all 0.4s ease 0s;transition:all 0.4s ease 0s;}
.nav-main nav ul > li:hover > a:before,
.nav-main nav ul > li.current-menu-parent > a:before,
.nav-main nav ul > li.current-menu-item > a:before{left: 0; width: 100%; opacity: 1;}
.nav-main nav ul > li.menu-item-has-children > a{padding-right:18px;}
.nav-main nav ul > li.menu-item-has-children > a:after{display: block; content: "\f107"; font-family: 'FontAwesome'; width: 16px; height: 16px; line-height: 16px; text-align: center; position: absolute; right: 0; top: 16px; -webkit-transition: all 0.4s ease 0s; -o-transition: all 0.4s ease 0s; transition: all 0.4s ease 0s;}
.nav-main nav ul > li.menu-item-has-children:hover > a:after {-webkit-transform: rotate(-180deg);-ms-transform: rotate(-180deg);transform: rotate(-180deg);}
.nav-main .sub-menu{display:block; position:absolute; left:0; top:100%; z-index:1; background: var(--white_clr); min-width:240px; padding:15px 10px; margin:0; opacity: 0;-webkit-transition: all 0.4s ease 0s;-o-transition: all 0.4s ease 0s;transition: all 0.4s ease 0s;-webkit-transform: scaleY(0);-ms-transform: scaleY(0);transform: scaleY(0);-webkit-transform-origin: top;-ms-transform-origin: top;transform-origin: top; -webkit-box-shadow: 0 5px 40px rgb(0 0 0 / 15%); box-shadow: 0 5px 40px rgb(0 0 0 / 15%); border-radius: 0;}
.nav-main nav ul > li:hover > .sub-menu{opacity: 1;-webkit-transform: scaleY(1);-ms-transform: scaleY(1);transform: scaleY(1);}
.nav-main nav ul > li:last-child .sub-menu{left: auto; right: 0;}
.nav-main .sub-menu li{display:block; text-align:left; position:relative; margin: 0; padding: 0;}
.nav-main .sub-menu li a:before{display: none;}
.nav-main .sub-menu li a{display:block; text-transform:none; color: var(--text_clr); font-size:15px; line-height:22px; font-weight:400; padding:8px 15px;}
.nav-main .sub-menu li a:hover,
.nav-main .sub-menu li a:focus,
.nav-main .sub-menu li.current-menu-item a{background: #f3f3f3; color:var(--secondary_clr);}
.nav-main .sub-menu .sub-menu {left:100%; top:0;}
.nav-main .sub-menu li:hover .sub-menu {display:block;}
.nav-main nav ul > li .sub-menu li:last-child .sub-menu { left: 100%; right: auto; }
/*Sticy header*/
.header-blank{
	width: 100%; height: 100px; -webkit-transition:all 0.2s ease 0s;-o-transition:all 0.2s ease 0s;transition:all 0.2s ease 0s;
}
.navbar_fixed.header{
	background: var(--white_clr); -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.1); box-shadow: 0 0 10px rgba(0,0,0,0.1); border-color: transparent;
}
.navbar_fixed.header + .header-blank,
.navbar_fixed .header-inner{
	height: 90px;
}

/*Hero Banner Css*/
.home-banner{
	position:relative; z-index:1; overflow: hidden;
}
.home-banner .items{
	padding: 0 0 120px; height: 100vh; min-height: 640px; max-height: 740px; position: relative;
}
.home-banner .bg-img:before{
	opacity: 0.7; mix-blend-mode: multiply;
	background: linear-gradient(0deg, rgb(30 47 63) 20%, rgb(255 255 255) 100%);
}
.banner-inner {
	position: relative; z-index: 2; height: 100%; flex-direction: column; align-items: center; justify-content: center;
}
.caption{
	min-width: 580px; max-width: 580px; margin: 0;
}
.homeslick_1 .caption{
	min-width: 720px; max-width: 720px;
}
.caption .h1{
	font-size: 48px; line-height: 1.2; color: var(--white_clr); font-weight: 700;
	position: relative; text-shadow: 0 5px 10px rgba(0,0,0,0.1);
}
.caption p{
	color: var(--white_clr);
}
.caption .btnbox .btn {
	min-width: 180px;
}
.caption .btnbox .btn + .btn{margin-left: 15px;}
.homeslick .slick-dots{bottom: 20px;}
.homeslick .slick-arrow{
	background: rgba(255,255,255,0.2); color: var(--text_clr);
}
.homeslick .slick-arrow:hover{
	background: rgba(255,255,255,1); color: var(--primary_clr);
}
.homeslick .slick-arrow.slick-prev{
	left: 20px;
}
.homeslick .slick-arrow.slick-next{
	right: 20px;
}
.banner-icons{
	position: absolute; left: 0; right: 0; bottom: 40px; z-index: 2;
}
.banner-icons-inner{
	justify-content: center; align-items: center; gap: 20px;
}
.banner-icons-inner .iconbox {
    padding: 10px 10px; width: 100%; gap: 15px;
    background: rgba(255,255,255,0.1); border: 1px solid rgba(255,255,255,0.1);
    border-radius: 120px; backdrop-filter: blur(8px);
}
.banner-icons-inner .iconbox i{
    display: inline-flex; align-items: center; justify-content: center; text-align: center;
    min-width: 60px; max-width: 60px; height: 60px; border-radius: 50%; text-align: center;
    font-size: 22px; line-height: 24px; color: var(--white_clr);
    background: linear-gradient(0deg, #72848f 0%, #e5ebed 100%);
}
.banner-icons-inner .iconbox i img{
	max-width: 40px;
}
.banner-icons-inner .iconbox p{
	font-size: 16px; line-height: 1.2; font-weight: 400; color: var(--white_clr);
	font-family: var(--secondary_font_family);
}

/*Footer Start*/
.footer{
	padding:0; margin:0; position:relative;
	overflow: hidden; background: #2c2b2b;
}
.footer-top{
    border-bottom: 1px solid rgba(255,255,255,0.1);
}
.footer .f-coll-2 .f-links {
	padding-left: 25%;
}
.f-logo a {
    max-width: 200px; display: block;
}
.footer p{
	font-size: 16px;
}
.footer p,
.footer p a{
    color: rgba(255,255,255,0.7);
}
.footer h5 {
    font-size: 16px; color: rgba(255,255,255,0.7); font-weight: 600; letter-spacing: 0;
    text-transform: uppercase; position: relative; margin: 0 0 20px;
}
.footer h5:after{
    display: block; content: ""; width: 40px; height: 2px; background: var(--white_clr); margin: 10px 0 0; opacity: 0.2;
}
.f-about{
	gap: 10px 0; flex-direction: column;
}
.c_info + .c_info {
    margin-top: 10px;
}
.footer .c_info a {
    display: inline-flex; align-items: center;
    font-size: 16px; font-weight: 500;color: var(--white_clr);
}
.footer .c_info a:hover {
    color: var(--primary_clr);
}
.footer .c_info i {
    font-size: 20px; margin-right: 10px;
}
.f-address {
    max-width: 340px;
}
.f-address p{
	font-size: 14px; line-height: 1.6;
}
.social-icon a{
    display: inline-flex; font-size: 20px; color: var(--white_clr);
    min-width: 40px; max-width: 40px; height: 40px;
    align-items: center; justify-content: center; text-align: center;
    -webkit-border-radius: 50%;-moz-border-radius: 50%;border-radius: 50%;
    background: rgba(0, 0, 0, 0.5);
}
.social-icon a + a{
    margin-left: 10px;
}
.social-icon a:hover {
	background: var(--primary_clr); color: var(--white_clr);
}
.la-twitter:before{
    display: block; content: ""; width: 16px; height: 16px;
    background: url('../images/x_twitter_w.svg') no-repeat center;
    background-size: 100% auto !important;
}
.f-links ul{
    margin: 0; padding: 0;
}
.f-links ul li{
    margin: 0; padding: 0; font-size: 14px; line-height: 1.6; color: var(--white_clr);
}
.f-links li + li {
    margin-top: 10px;
}
.f-links li a {
    color: rgba(255,255,255,0.7);
}
.f-links li a:hover {
	opacity: 1; color: var(--white_clr);
}
.f-links li [data-text]:after,
.f-links li [data-text]:before{
    font-size: 18px; line-height: 24px; letter-spacing: 0.05em;
}
.footer-bottom{
    border-top: 1px solid rgba(255,255,255,0.2);
}
.footer-bottom .line_hover{
    color: var(--white_clr);
}
.footer-bottom .line_hover:hover{
    color: var(--secondary_clr);
}
.footer-bottom p {
    font-size: 14px;
}
.scrollup{
    display: inline-flex; align-items: center; justify-content: center;
    position: fixed; right: -20px; bottom: 10px; z-index: 4;
    background: var(--white_clr); border: 1px solid #ccc; width: 34px; height: 34px;
    border-radius: 50%; font-size: 15px; color: var(--primary_clr); line-height: normal;
    text-align: center; cursor: pointer; opacity: 0;
    -moz-transition:all 0.4s ease 0s;-webkit-transition:all 0.4s ease 0s;transition:all 0.4s ease 0s;
}
.scrollup.active{
	right: 10px; opacity: 1;
}
.whatsapp-chat-bottom{
	position: fixed; left: 20px; bottom: 20px; z-index: 999;
}
.whatsapp_icon_style{
	flex-direction: column; align-items: center; justify-content: center;
	width: 60px; height: 60px; background: #31ba44;
	-webkit-border-radius: 50%;-moz-border-radius: 50%;border-radius: 50%;
	box-shadow: 1px 6px 24px 0 rgba(7,94,84,.24);
}
.whatsapp_icon_style svg{
	display: block; width: 50%; height: 50%;
}
.whatsapp_icon_style:hover{
	background: #039f18;
}
/*Footer End*/

/*Midlle Section css*/
.middle-section{position:relative;}
img.alignleft{float:left; margin:0 20px 20px 0; -webkit-border-radius: 4px;-moz-border-radius: 4px;border-radius: 4px;}
img.alignright{float:right; margin:0 0 20px 20px; -webkit-border-radius: 4px;-moz-border-radius: 4px;border-radius: 4px;}
img.alignnone{margin:0 0 20px; -webkit-border-radius: 4px;-moz-border-radius: 4px;border-radius: 4px;}
iframe.alignleft{float:left; margin:0 20px 20px 0;}
iframe.alignright{float:right;margin:0 0 20px 20px;}
iframe.iframe-embed.alignright{max-width:500px;height:315px !important;}
.bg-img{position: absolute; left: 0; right: 0; top: 0; bottom: 0; z-index: 0; background-size: cover !important;}
.bg-img:before{display: block; content: ""; background: var(--text_clr); position: absolute; left: 0; right: 0; top: 0; bottom: 0; z-index: 0; opacity: 0.5;}
.bg-img img,
.bg-img video,
.bg-img iframe{display: block;width: 100%;height: 100%;object-fit: cover;object-position: center;}
.bg-img.before-none:before{display: none;}
.bg-img.fixed{background-attachment: fixed !important;}
.bg-img.bg-auto{background-size: auto !important;}
.no-img.d-flex{align-items: center;justify-content: center;font-size: 24px;line-height: normal; color: #999; background: #ddd;}
.btnbox{
	padding:20px 0 0;
}
.block-title{
	position:relative; margin-bottom: 30px;
}
.block-title.text-white *{
	color: var(--white_clr);
}
.small-title {
    display: inline-block; font-size: 16px; line-height: 20px; color: var(--secondary_clr);
    font-weight: 400; text-transform: uppercase; letter-spacing: 0.2em; margin: 0 0 20px;
}
.card-link{
	display: block; position: absolute; left: 0; right: 0; top: 0; bottom: 0; z-index: 4;
}
.more-link{
	display: flex; align-items: center;
    font-size: 16px; line-height: 20px; color: var(--primary_clr); font-weight: 400;
}
.more-link i {
    display: flex; align-items: center; justify-content: center; width: 28px; height: 28px;
    color: var(--primary_clr); font-size: 16px; background: var(--white_clr); border-radius: 50%;
    -webkit-transform: rotate(-35deg); -ms-transform: rotate(-35deg); transform: rotate(-35deg);
    -webkit-transition: all .3s ease; -o-transition: all .3s ease; transition: all .3s ease;
}
.more-link:hover i{
    background: var(--primary_clr); color: var(--white_clr);
}

/*counter Section*/
.counter-section {
	overflow: hidden;
}
.colmn_5 .items{
	min-width: 20%; max-width: 20%;
}
.tp-counter-wrapper .items{
	border-left: 1px solid #e1e1e1;
}
.tp-counter-wrapper .row [class*=col-]:first-child {
    border-left: 0;
}
.tp-counter-shape-1 {
    position: absolute; bottom: -34px; right: 30%; z-index: -1; -webkit-animation: rotate2 10s linear infinite; animation: rotate2 10s linear infinite;
}
.tp-counter-shape-2 {
    position: absolute; top: -50px; right: 5%; z-index: -1;
}
.tp-counter-shape-3 {
    position: absolute; bottom: -50px; left: 0; z-index: -1;
}
.tp-counter-wrap {
    padding: 40px 0; height: 100%;
}
.tp-counter-item h4 {
    font-size: 42px; line-height: 1.4; color: var(--heading_clr);
    font-weight: 600; font-style: normal; margin-bottom: 5px;
}
.tp-counter-item p {
    font-size: 16px; line-height: 20px; font-weight: 500; letter-spacing: 0; margin-bottom: 0;
}

/*Service Section*/
.services-section {
    overflow: hidden;
}
.service-list{
	gap: 30px 0;
}
.card-service {
    position: relative; z-index: 1; overflow: hidden; border-radius: 30px;
}
.card-service .imgbox {
    overflow: hidden; height: 100%; width: 100%; aspect-ratio: 4 / 4;
}
.card-service .imgbox img {
	display: block; width: 100%; height: 100%;
    -o-object-fit: cover; object-fit: cover; -o-object-position: center; object-position: center;
    -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1);
    -webkit-transition: all .3s ease; -o-transition: all .3s ease; transition: all .3s ease;
}
.card-service:hover .imgbox img {
    -webkit-transform: scale(1.05); -ms-transform: scale(1.05); transform: scale(1.05);
}
.card-service .serv-text {
    padding: 14px 15px; position: absolute; z-index: 1; bottom: 30px; left: 0; width: 90%;
    background: rgba(255, 255, 255, 0.8); border-radius: 0 60px 60px 0;
    -webkit-transition: all .4s ease; -o-transition: all .4s ease; transition: all .4s ease;
    -webkit-backdrop-filter: blur(5px); backdrop-filter: blur(5px);
}
.card-service:hover .serv-text {
    left: 0;
}
.card-service .serv-title {
    padding-left: 5px;
}
.card-service .serv-text span {
    display: block; position: relative; padding-left: 25px;
    font-size: 14px; line-height: 20px; font-weight: 500; color: var(--primary_clr); letter-spacing: .5px;
    -webkit-transition: all .3s ease; -o-transition: all .3s ease; transition: all .3s ease;
}
.card-service .serv-text span:before {
    content: ""; position: absolute; left: 0; top: 8px; width: 15px; height: 2px; background: currentColor;
}
.card-service .serv-text h5 {
    margin: 7px 0 0; display: inline-block;
}
.card-service .btnbox {
	padding: 0; margin-left: auto;
}
.card-service .btnbox i {
    display: flex; align-items: center; justify-content: center; width: 50px; height: 50px;
    color: var(--primary_clr); font-size: 24px; background: var(--white_clr); border-radius: 50%;
    -webkit-transform: rotate(-35deg); -ms-transform: rotate(-35deg); transform: rotate(-35deg);
    -webkit-transition: all .3s ease; -o-transition: all .3s ease; transition: all .3s ease;
}
.card-service .btnbox i:hover {
    background: var(--primary_clr); color: var(--white_clr);
}
.card-service .btnbox a {
    display: flex; align-items: center;
    font-size: 16px; line-height: 24px; font-weight: 600
}
.card-service .btnbox a:hover {
    color: var(--primary_clr);
}
.card-service:after {
    content: ""; position: absolute; top: 0; right: 0; left: 0; bottom: 0; width: 100%; height: 100%; opacity: 0.5;
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
    -webkit-transition: all .3s ease; -o-transition: all .3s ease; transition: all .3s ease;
}
.card-service:hover:after {
    opacity: 0.3;
}
.service-slider > .items{
	display: none;
}
.service-slider > .items:nth-child(1),
.service-slider > .items:nth-child(2),
.service-slider > .items:nth-child(3){
	display: block;
}
.service-slider .slick-arrow{
	background: var(--primary_clr); color: var(--white_clr);
}
.service-slider .slick-list{
	overflow: visible; position: relative;
}
.service-slider .slick-list:before{
	display: block; content: ""; background: var(--white_clr);
	position: absolute; top: 0; bottom: 0; right: 100%; width: 100vw; z-index: 2;
}
.service-slider .slick-slide{
	opacity: 0.2; pointer-events: none;
}
.service-slider .slick-slide.slick-active{
    opacity: 1; pointer-events: inherit;
}

.special-badge{
	padding: 30px; width: 200px; height: 200px; overflow: hidden; flex-direction: column;
	position: absolute; left: -100px; bottom: 40px;
	-webkit-border-radius: 50%;-moz-border-radius: 50%;border-radius: 50%;
}
.special-badge .bg-img{
	 mix-blend-mode: multiply;
}
.special-badge h4{
	position: relative; font-size: 50px; line-height: 1.2; color: var(--white_clr); margin: 0 0 10px;
}
.special-badge p{
	font-size: 20px; font-weight: 300;
	position: relative; color: var(--white_clr);
}

/*Process Section*/
.process-block .items {
    position: relative
}
.process-block .items:before {
    content: "\f061"; position: absolute; top: 60px; left: 0; font-size: 18px; color: var(--primary_clr); z-index: 1; font-family: 'FontAwesome';
    -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%)
}
.process-block .items:first-child:before {
    display: none
}
.card-process {
    text-align: center
}
.card-process:hover .imgbox:before {
    opacity: 1
}
.card-process .imgbox {
	margin: 20px auto 45px;
    position: relative; width: 100px; height: 100px; background: var(--white_clr);
    -webkit-border-radius: 50%;-moz-border-radius: 50%;border-radius: 50%;
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,.12); box-shadow: 0 0 10px rgba(0,0,0,.12)
}
.card-process .imgbox:before {
	display: block; content: ""; position: absolute; top: 0; right: 0; bottom: 0; left: 0; width: 100%; height: 100%;
    -webkit-border-radius: 50%;-moz-border-radius: 50%;border-radius: 50%; border: 1px dotted var(--primary_clr);
    -webkit-transform: scale(1.45); -ms-transform: scale(1.45); transform: scale(1.45);
    -webkit-transition: all .3s ease; -o-transition: all .3s ease; transition: all .3s ease; opacity: 0.3
}
.card-process .imgbox img {
    width: 50px
}
.card-process .imgbox span {
    position: absolute; top: -15px; right: -15px; width: 30px; height: 30px; font-size: 13px; color: var(--white_clr);
    -webkit-border-radius: 50%;-moz-border-radius: 50%;border-radius: 50%;
    display: flex; align-items: center; justify-content: center; background: var(--primary_clr);
    -webkit-transform: scale(0); -ms-transform: scale(0); transform: scale(0);
    -webkit-transition: all .3s ease; -o-transition: all .3s ease; transition: all .3s ease
}
.card-process:hover .imgbox span {
    -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1)
}
.card-process h4{
	font-weight: 600; margin-bottom: 15px;
}
.card-process p {
    font-size: 14px
}

/*Project Section*/
.project-section{
	overflow: hidden;
}
.project-section .bg-img{
	bottom: 120px;
}
.project-section .bg-img:before{
    opacity: 0.9; mix-blend-mode: multiply;
    background: linear-gradient(to bottom, rgba(169,179,182,1) 0%,rgba(34,53,63,1) 100%);
}
.project-section .block-title p{
	color: var(--white_clr);
}
.project-list{
	margin: 0;
}
.project-list .items{
	padding: 0;
}
.card-project{
	height: 100%; position: relative; overflow: hidden;
}
.card-project .imgbox{
	height: 100%;
}
.card-project .imgbox img{
	display: block; width: 100%; aspect-ratio: 3 / 3.5; object-fit: cover; object-position: center;
}
.proj-overlay{
	padding: 30px; flex-direction: column; position: absolute; left: 0; right: 0; top: 50%; height: 100%;
	visibility: hidden; transition: 0.3s; opacity: 0; background: rgba(0,0,0,0.7);
}
.card-project:hover .proj-overlay{
    top: 0; opacity: 1; visibility: visible;
}
.proj-overlay p{
	font-size: 14px; color: var(--white_clr); font-weight: 300;
}

/*Testimonial Section*/
.testimonial-section{
	overflow: hidden;
}
.testimonial-section .max-container{
	max-width: 100%;
}
.testimonial-list > .items{
	display: none;
}
.testimonial-list > .items:nth-child(1),
.testimonial-list > .items:nth-child(2),
.testimonial-list > .items:nth-child(3){
	display: block;
}
.testimonial-list .items{
	padding: 0 15px;
}
.card-testimonial {
    padding: 20px; background: #f0f3f4; border-radius: 30px; position: relative;
    overflow: hidden; height: 100%; transform-origin: center;
    -moz-transition:all 0.4s ease 0s;-webkit-transition:all 0.4s ease 0s;transition:all 0.4s ease 0s;
}
.card-testimonial .stars{
	font-size: 20px; color: var(--primary_clr);
	letter-spacing: 0.05em; margin-bottom: 10px;
}
.client-name .name{
	display: block; font-size: 14px; font-weight: 500;
}
.client-name .locate{
	font-size: 12px; font-weight: 300; color: #555;
}

/*Contact Section*/
.contact-section{
	overflow: hidden;
}
.contact-section:before{
    content: ""; position: absolute; top: 0; left: 0; bottom: 0;
    width: 45%; height: 100%; background: var(--white_clr);
}
.contact-items {
	padding: 15px; border: 2px solid rgba(0,0,0,0.15); border-radius: 10px; max-width: 420px;
    -webkit-transition: all .3s ease; -o-transition: all .3s ease; transition: all .3s ease;
}
.contact-items:hover {
    border-color: var(--primary_clr);
}
.contact-items+.contact-items {
    margin-top: 20px
}
.contact-items .iconbox {
    font-size: 20px; color: var(--primary_clr); min-width: 50px; height: 50px; border-radius: 50%;
    display: flex; align-items: center; justify-content: center; margin-right: 20px; background: rgba(0,0,0,0.1);
    -webkit-transition: all .4s ease; -o-transition: all .4s ease; transition: all .4s ease
}
.contact-items .contact-details h5 {
    font-size: 16px; line-height: 1.4; color: var(--text_clr); margin-bottom: 5px; font-weight: 600
}
.contact-items .contact-details a,
.contact-items .contact-details p{
    font-size: 16px; line-height: 24px; font-weight: 400;
    color: var(--text_clr);
}
.contact-items .contact-details a:hover {
    color: var(--primary_clr);
}
.contact-items:hover .iconbox {
    background: var(--primary_clr); color: var(--white_clr);
}
.input-field .label {
    display: inline-block; font-size: 14px; line-height: 1.4; color: var(--text_clr); font-weight: 500; margin-bottom: 7px;
}
.form-inner {
    display: flex; -ms-flex-flow: wrap; flex-flow: wrap; margin: 0 -10px
}
.input-field {
    margin-bottom: 20px; position: relative;
    padding: 0 10px; width: 50%; min-width: 50%; max-width: 50%;
}
.input-field.full-width {
    min-width: 100%; max-width: 100%; width: 100%
}
.input-field input,
.input-field textarea,
.input-field select {
    padding: 15px 20px; width: 100%; font-size: 14px; color: var(--black_clr); border-radius: 50px;
    height: 50px; background: var(--white_clr); border: 1px solid var(--bdr_clr);
}
.input-field input:focus,
.input-field textarea:focus,
.input-field select:focus {
    border-color: #4069ff outline: 0
}
.input-field textarea {
    border-radius: 20px !important; min-height: 150px
}

.home-banner.internal-banner .items {
    padding: 100px 0; height: auto; min-height: 470px; display: flex; flex-direction: column; justify-content: center;
}

/*info-card-section*/
.card-info-abt{
	position: relative; overflow: hidden; flex-direction: column; height: 100%;
	-webkit-border-radius: 10px;-moz-border-radius: 10px;border-radius: 10px;
}
.card-info-abt .textbox{
	padding: 30px; aspect-ratio: 4 / 2.1;
}
.card-info-abt h4 {
    font-size: 22px; color: var(--black_clr); text-transform: uppercase;
}
.card-info-abt .imgbox{
	margin-top: auto;
}
.card-info-abt .imgbox img{
	display: block; width: 100%; object-fit: cover; height: auto; aspect-ratio: 4 / 3;
}
.info-card-inn .items:nth-child(2n + 1) .card-info-abt .imgbox{
	order: 1; margin-top: 0;
}
.info-card-inn .items:nth-child(2n + 1) .card-info-abt .textbox{
	order: 2;
}

/*About Section*/
.about-section {
	overflow: hidden;
}
.abt-imgbox img{
	display: block; width: 100%; height: 100%; object-fit: cover;
}
.bg1 .abt-card *{
	color: var(--white_clr);
}
.abt-left-block {
    max-width: 640px;
}
.abt-card{
	padding: 20px;
}
.cta-innner .btnbox {
	gap: 15px;
}

.internal-banner.home-banner .bg-img:before {
    background: linear-gradient(90deg, rgb(30 47 63) 40%, rgb(255 255 255) 100%);
}
.internal-banner.contact-banner .items {
	align-items: center; min-height: inherit;
}
.internal-banner.contact-banner .caption {
    min-width: 70%; max-width: 70%;margin: 0 auto;
}

.google-map-block {
    width: 100%; height: 500px;
}
.google-map-block iframe {
    display: block; width: 100%; height: 100%; object-fit: cover;
}

.service-about .block-title {
    padding-left: 60px;
}

/* FAQ Section */
.bdr-bottom {
	border-bottom: 1px solid #ddd;
}
.bdr-top {
	border-top: 1px solid #ddd;
}
.faq-section .container{
	max-width: 940px;
}
.faq-flex .imgbox {
    padding: 0 30px;
}
.faq-card {
    border: 1px solid rgba(0,0,0,0.07);
    background: linear-gradient(45deg, rgb(203 203 203 / 18%) 0%, rgba(255, 255, 255, 1) 100%);
    -webkit-border-radius: 10px;-moz-border-radius: 10px;border-radius: 10px;
}
.faq-card + .faq-card{
	margin-top: 10px;
}
.faq-card .acc_title {
    padding: 16px 45px 16px 20px; font-size: 20px; font-weight: 600; margin: 0; cursor: pointer; position: relative;
}
.faq-card .acc_title:after {
    display: block; content: "\f067"; font-family: 'Line Awesome Free'; font-weight: 900; width: 20px; height: 26px; text-align: center; position: absolute; right: 10px; top: 0; bottom: 0; margin: auto; -webkit-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease;
}
.faq-card .acc_title[aria-expanded="true"]:after{
    content: "\f068";
}
.faq-card .content-box {
    padding: 0 40px 20px 20px;
}

/*Service Section*/
.sub-service-section{
	overflow: hidden;
}
.dq-service-list .items{
	padding: 15px 15px 25px;
}
.explore-card{
    padding: 30px; min-height: 280px; border: 1px solid var(--secondary_clr);
    position: relative; overflow: hidden; height: 100%;
    -webkit-transition:all 0.3s ease 0s;-o-transition:all 0.3s ease 0s;transition:all 0.3s ease 0s;
    -webkit-border-radius: 20px;-moz-border-radius: 20px;border-radius: 20px;
	background: linear-gradient(45deg, rgb(203 203 203 / 18%) 0%, rgba(255, 255, 255, 1) 100%);
	backdrop-filter: blur(8px);
}
.explore-card:hover{
    -webkit-box-shadow: 0 8px 16px -2px rgba(32,33,36,.06), 0 16px 32px -2px rgba(32,33,36,.1);
    box-shadow: 0 8px 16px -2px rgba(32,33,36,.06), 0 16px 32px -2px rgba(32,33,36,.1);
}
.explore-card .iconbox{
	min-width: 70px; max-width: 70px; height: 70px;
}
.tp-service-sm-content {
    margin-bottom: auto;
}
.tp-service-sm-title {
    font-size: 20px; font-weight: 600; text-transform: uppercase;
}
.explore-card p{
	font-size: 16px;
}
.explore-card .serv-tl{
	gap: 20px; margin-bottom: 20px;
}
.explore-card .serv-tl .tp-service-sm-title{
	background: -webkit-linear-gradient(45deg, var(--secondary_clr), var(--primary_clr) 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.sub-service-slider .slick-dots{
	bottom: -10px;
}
.price-section .faq-card {
    background: var(--white_clr);
}
.price-section .faq-card + .faq-card {
    margin-top: 20px;
}
.price-section .faq-card .acc_title {
	padding: 25px 55px 25px 40px;font-size: 24px;
}
.price-section .faq-card .content-box {
    padding: 0 40px 40px 40px;
}
.price-section .faq-card .acc_title:after {
	right: 40px;
}
.tablebox {
    border: 1px solid #E5E5E5;overflow-x: auto;
    -webkit-border-radius: 20px;-moz-border-radius: 20px;border-radius: 20px;
}
.tablebox table {
	border-right: 0;border-top: 0;
}
.tablebox table tr td {
	background: none;
}
.tablebox table tr td:first-child {
	border-left: 0;
}
.tablebox table tr:last-child td {
	border-bottom: 0;
}
.tablebox table tr td:last-child {
    width: 25%;
}

.services-new .service-list{
	margin: 0 -10px; gap: 20px 0; flex-wrap: wrap;
}
.services-new .service-list .items{
	padding: 0 10px; width: 16.66%;
}
.serv-card {
    padding: 20px 24px; position: relative; border: 1px solid var(--primary_clr); flex-direction: column; min-height: 180px; justify-content: center;
    -webkit-border-radius: 20px; -moz-border-radius: 20px; border-radius: 20px;
}
.serv-card .iconbox{
	width: 56px; height: 56px; margin: 0 auto 15px;
	filter: brightness(0) saturate(0);
}
.serv-card p{
	font-size: 16px; line-height: 20px;
	font-weight: 700; color: var(--text_clr);
}
.serv-card:hover{
	box-shadow: 0 3px 6px #00000029;
}

.gallery-list {
	margin: 0 -10px; gap: 24px 0; flex-wrap: wrap;
}
.gallery-list .gallery-items{
	padding: 0 12px; width: 25%;
}
.gallery-list .gallery-items .imgbox {
    background: var(--black_clr); overflow: hidden; cursor: pointer; width: 100%; height: 100%;
    -webkit-border-radius: 10px;-moz-border-radius: 10px;border-radius: 10px;
}
.gallery-list .gallery-items .imgbox img {
    aspect-ratio: 16/10; width: 100%; height: 100%; object-fit: cover; object-position: center; display: block;
    -webkit-transition:all 0.4s ease 0s;-o-transition:all 0.4s ease 0s;transition:all 0.4s ease 0s;
}
.gallery-list .gallery-items .imgbox:hover img {
	transform: scale(1.05);opacity: 0.4;
}
.imgboxplus {
    position: absolute; top: 0; left: 0; right: 0; bottom: 0; margin: auto; font-size: 45px;font-weight: 200;
    display: flex; align-items: center; justify-content: center;z-index: 1;color: var(--white_clr);opacity: 0;
    -webkit-transition:all 0.4s ease 0s;-o-transition:all 0.4s ease 0s;transition:all 0.4s ease 0s;
}
.gallery-list .gallery-items .imgbox:hover .imgboxplus {
	opacity: 1;
}

/*Blog Section*/
.home-banner.blog-banner .items {
	min-height: 300px;
}
.breadcrumb{
    background: none; padding: 0;
}
.breadcrumb li{
	font-size: 16px; line-height: 1.6; color: var(--text_clr);
}
.breadcrumb li a{
	color: var(--text_clr);
}
.breadcrumb li + li:before{
	display: inline-flex; content: "\f105"; font-family: 'Line Awesome Free';
	font-weight: 900; font-size: 12px; margin: 0 6px;
}
.internal-banner .breadcrumb li,
.internal-banner .breadcrumb li a{
	color: var(--white_clr);
}
.post-list .items {
    margin: 0 0 10px; padding-top: 10px; padding-bottom: 10px;
}
.card-post {
    padding: 0 20px 20px; height: 100%; background: var(--white_clr);
    flex-direction: column;
    -webkit-border-radius: 20px;-moz-border-radius: 20px;border-radius: 20px;
}
.post-imgbox {
    display: block; background: var(--white_clr); margin: 0 -20px; overflow: hidden;
}
.post-imgbox img {
    display: block; width: 100%; height: 100%; object-fit: cover; object-position: center;aspect-ratio: 16/8;
}
.post-textbox {
    padding: 20px 0; position: relative; z-index: 2; display: flex; flex-direction: column; -moz-transition:all 0.4s ease 0s;-webkit-transition:all 0.4s ease 0s;transition:all 0.4s ease 0s;
}
.card-post .date {
    display: flex; align-items: center; font-size: 14px; line-height: 18px; color: #777; margin: 0 0 10px;
}
.card-post .date i{
	margin-right: 4px;
}
.card-post h4 {
    font-size: 18px; line-height: 24px; font-weight: 700;
}
.card-post p {
    font-size: 16px; color: #333; margin: 0;
}
.date_info_box{
	padding: 20px 0 0; border-top: 1px solid #ddd; position: relative;
}
.post-view{
	font-size: 16px; line-height: normal; color: var(--primary_clr); width: 40px; height: 40px; background: #e8e8e8;
	-webkit-border-radius: 50%;-moz-border-radius: 50%;border-radius: 50%;
	-moz-transition:all 0.4s ease 0s;-webkit-transition:all 0.4s ease 0s;transition:all 0.4s ease 0s;
}
.card-post:hover .post-view{
	background: var(--secondary_clr); color: var(--white_clr);
}
.post-slider .slick-dots{
	bottom: -10px;
}

/*Post Detail*/
.post-banner-section{
	overflow: hidden;
}
.post-banner-imgbox img{
	display: block; width: 100%; height: auto; max-height: 540px;
	object-fit: cover; -webkit-border-radius: 20px;-moz-border-radius: 20px;border-radius: 20px;
}
.date-box{
	font-size: 18px; line-height: 24px; font-weight: 400; margin: 0 0 15px;
}
.date-box i{
	font-size: 20px; margin-right: 2px;
}
.post-view{
	font-size: 20px; line-height: normal; color: var(--secondary_clr); width: 34px; height: 34px; position: relative;
	background: var(--light_clr); border-radius: 50%; display: flex; align-items: center; justify-content: center;
}
.view_number{
	padding: 5px 10px; background: var(--white_clr); -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2); box-shadow: 0 0 5px rgba(0, 0, 0, 0.2); font-size: 12px; line-height: 16px; color: #000; font-weight: 500;border-radius: 4px;
	position: absolute; left: 50%; top: -28px; margin: auto;
	-webkit-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);
}
.view_number:after{
    display: block; content: ""; position: absolute; left: 0; right: 0; top: 100%; width: 0; height: 0;
    border-style: solid; border-width: 0 10px 6px 0; border-color: transparent #fff transparent transparent; margin: auto;
}
.detail-sticky-block {
    align-items: flex-start;
}
.box-cover{
	padding: 20px; min-width: 25%; max-width: 25%; margin-right: 60px;
	position: sticky; left: 0; top: 90px; z-index: 4;
}
.content-toggle {
    padding: 10px 0;
}
.content-toggle h4{
	font-weight: 400; color: var(--secondary_clr); text-transform: uppercase;
}
.sidebar-topics-ul ul{
	margin: 0 0 20px; padding: 0;
}
.sidebar-topics-ul ul > li{
	margin: 0 0 15px; padding: 0 0 0 30px; list-style: none; position: relative;
	font-size: 18px; line-height: 24px; color: var(--secondary_clr); font-weight: 500;
}
.sidebar-topics-ul ul > li:before{
	display: block; content: ""; width: 16px; height: 16px; background: #ccc; border: 1px solid #ccc;
	-webkit-border-radius: 50%;-moz-border-radius: 50%;border-radius: 50%; position: absolute; left: 0; top: 4px; z-index: 1;
	-moz-transition:all 0.4s ease 0s;-webkit-transition:all 0.4s ease 0s;transition:all 0.4s ease 0s;
}
.sidebar-topics-ul ul > li:after{
	display: block; content: ""; width: 1px; background: #ccc; position: absolute; left: 7px; top: 4px;
	height: calc(100% + 15px); -moz-transition:all 0.4s ease 0s;-webkit-transition:all 0.4s ease 0s;transition:all 0.4s ease 0s;
}
.sidebar-topics-ul ul > li:last-child:after{
	display: none;
}
.sidebar-topics-ul ul > li.active:before{
	border: 0; background: -webkit-linear-gradient(45deg, var(--secondary_clr), var(--primary_clr) 80%);
}
.sidebar-topics-ul ul > li.active:after{
	background: -webkit-linear-gradient(45deg, var(--secondary_clr), var(--primary_clr) 80%);
}
.sidebar-topics-ul ul li a{
	display: inline-block; padding: 0;
	color: var(--secondary_clr);
}
.sidebar-topics-ul ul ul {
    margin: 10px 0 0;
}
.sidebar-topics-ul ul ul li{
	font-size: 15px; line-height: 1.4; margin: 0 0 7px; padding: 0;
}
.sidebar-topics-ul ul ul li:before,
.sidebar-topics-ul ul ul li:after{
	display: none;
}
/*.box-cover + .detail-main{
    max-width: 68%;
}*/
.highlighted{
	padding: 30px; border: 1px solid var(--primary_clr); margin-bottom: 40px;
	-webkit-border-radius: 10px;-moz-border-radius: 10px;border-radius: 10px;
}
.wp-block-image {
    margin-bottom: 30px;
}
.detail-main > img,
.detail-main p > img,
.wp-block-image img{
	-webkit-border-radius: 20px;-moz-border-radius: 20px;border-radius: 20px;
}
.detail-main h2, .detail-main h3,
.detail-main h4, .detail-main h5,
.detail-main h6{
	color: var(--black_clr);
}
.pagination-single{
	border-top: 1px solid #ddd; border-bottom: 1px solid #ddd; margin-top: 40px;
}
.pagination-single .post-nav .arrow strong{
	margin: 0 5px; font-size: 16px;
}
.detail-banner-title-block .h2 {
    margin: 15px 0;
}
.pagination-single .post-nav .arrow {
	color: var(--secondary_clr);
}
.pagination-single .post-nav .arrow:hover {
	color: var(--primary_clr);
}
.social-share-block .label {
    display: inline-block; font-size: 16px;
    color: #666; margin-right: 10px;
}
.blog-socail-list{
	gap: 10px;
}
.icon-share {
    display: flex; align-items: center; justify-content: center;
    min-width: 32px; height: 32px; font-size: 24px; color: var(--secondary_clr);
}
.icon-share:hover{
	color: var(--secondary_clr);
    -webkit-transform:translate(0,-5px);
	-moz-transform:translate(0,-5px);
	transform:translate(0,-5px);
}
.icon-share .s_icon{
    display: flex; align-items: center; justify-content: center;
    width: 24px; min-width: 24px; height: 24px; background-size: contain !important;
}
.icon-share .twitter{
	background: url('../images/x_twitter.svg') no-repeat center;
	background-size: 90% !important;
}
.services-new + .cta-section {
    border-top: 1px solid #ddd;
}
.terms-flex {
    padding: 40px; background: var(--white_clr); margin: 0;
    -webkit-border-radius: 10px;-moz-border-radius: 10px;border-radius: 10px;
}
.terms-flex .textbox ul li:last-child {
	margin-bottom: 0;
}
.important-info-flex {
	gap: 20px 0;
}
.important-info .textbox {
    background: var(--white_clr); padding: 32px;
    -webkit-border-radius: 10px;-moz-border-radius: 10px;border-radius: 10px;
}
.important-info .textbox + .textbox {
    margin-top: 40px;
}
.important-info .textbox p em {
    color: red; font-style: normal; font-size: 22px; line-height: 1.4;
}
.important-info .textbox p strong {
    color: var(--heading_clr);
}
.important-info .textbox ul li {
	padding-left: 32px;
}
.important-info .textbox ul li strong {
	font-weight: 500;
}
.important-info .textbox ul li:before {
    text-shadow: 0px -1px var(--white_clr); padding-top: 2px; background: var(--primary_clr); border-radius: 50%;
    width: 18px; height: 18px; font-size: 11px; color: var(--white_clr); display: flex; align-items: center; justify-content: center;
    top: 4px; outline-width: 1px; outline-style: dashed; outline-offset: 2px; outline-color: var(--primary_clr);
}
.important-info .textbox.imp-text {
    top: 115px; position: sticky;
}
.why-choose-section .banner-icons-inner {
	align-items: inherit;
}
.why-choose-section .banner-icons-inner .iconbox i {
	background: var(--white_clr);border: 1px solid #d5d5d5;
}
.why-choose-section .banner-icons-inner .iconbox i img {
    max-width: 36px; object-fit: contain; display: block;
}
.why-choose-section .banner-icons-inner .iconbox p {
	color: var(--heading_clr);font-weight: 500;padding-right: 10px;
}
.why-choose-section .banner-icons-inner .iconbox {
    background: #efefef; border: 1px solid #d5d5d5; backdrop-filter: inherit;
}
.work-section .bg-img:before {
    opacity: 0.6; background: var(--black_clr);
}
.work-section .banner-icons-inner {
	align-items: inherit; gap: 15px;flex-wrap: wrap;
}
.work-section .banner-icons-inner .iconbox {
    max-width: 24%; min-width: 24%;width: auto;
}
.work-section .banner-icons-inner .iconbox i {
	min-width: 50px; max-width: 50px; height: 50px; background: rgb(255 255 255 / 30%);
}
.work-section .banner-icons-inner .iconbox p {
	padding-right: 10px;
}
.work-section .extra-content p {
	color: var(--white_clr);
}


/*==========================================
===============:: MEDIA CSS ::==============
============================================*/
@media screen and (max-width:1499px){
.max-container{max-width: 1240px;}
.container{max-width: 1100px;}
}
@media screen and (max-width:1365px){
.max-container{max-width: 1100px;}
}
/* iPad 1024px View */
@media screen and (max-width:1199px){
.container,
.max-container{width:100%; max-width:100%; padding:0 20px;}
.ptb-100{padding:80px 0;}
.ptb-80, .ptb-90{padding:60px 0;}
.ptb-60 {padding: 40px 0; }
h1, .h1{font-size: 34px; line-height: 1.2;}
h2, .h2{font-size: 28px;line-height: 34px; margin: 0 0 15px;}
h3 {font-size: 24px;line-height: 28px;}
h4 {font-size: 22px;line-height: 24px;}
h5 {font-size: 18px;line-height: 24px;}
p{font-size: 16px;line-height: 24px; margin-bottom: 15px;}
ul li, ol li{font-size: 16px;line-height: 24px;}
blockquote{padding: 10px 20px; font-size: 18px; line-height: 1.3;}
.block-title h2:not(.h1) br,
.block-title p br{display: none;}
/*Header and banner*/
.header-nav{display:none !important;}
.mobi-iconbox {
    display: flex; align-items: center; justify-content: center; }
.header .max-container{
	max-width: 100%; padding: 0 20px;
}
.header-inner,
.navbar_fixed .header-inner{
    height: 90px;
}
.site-logo {
    width: 200px;
}
.header-right{
	margin: 0 40px 0 0;
}
.header-blank {
    height: 80px;
}
.caption {
    min-width: 440px; max-width: 440px;
}
.caption .h1 {
    font-size: 34px; line-height: 1.4;
}
.banner-icons-inner .iconbox {
    padding: 7px 10px; gap: 10px;
}
.banner-icons-inner .iconbox i {
    min-width: 50px; max-width: 50px; height: 50px;
}
.banner-icons-inner .iconbox i img {
    max-width: 32px;
}
.banner-icons-inner .iconbox p {
    font-size: 14px; line-height: 1.4;
}
.contact-items {
	max-width: 380px;
}
.tp-counter-item h4 {
    font-size: 32px;
}
.project-section .project-list + .btnbox{
	margin-top: 20px;
}
.abt-card {
    padding: 0 15px 0 0;
}
.serv-card {
    padding: 20px 15px;
}
.why-choose-section .banner-icons-inner .iconbox i img {
    max-width: 30px;
}
.work-section .banner-icons-inner .iconbox {
    max-width: 31%; min-width: 31%;
}


}
/* iPad 768px view*/
@media screen and (max-width:991px){
.container{padding-left: 20px; padding-right: 20px;}
.ptb-160{padding:120px 0;}
.ptb-120{padding:60px 0;}
.ptb-100, .ptb-80, .ptb-60{padding:40px 0;}
.mb-60{margin-bottom: 40px !important;}
.tl-bg{font-size: 80px;}
.block-title p br{display: none;}
img.alignleft, img.alignright, img.alignnone,
iframe, iframe.alignleft, iframe.alignright, iframe.iframe-embed.alignright{
    float: none; max-width: 100%; margin: 0 0 20px; width: 100%;
}
/*Header and banner*/
.banner-icons-inner{
	flex-wrap: wrap;
}
.banner-icons-inner .iconbox{
	width: 48%; max-width: 48%;
}
.contact-items {
    max-width: 310px;
}
/*.footer-inn {
    gap: 30px;
}*/
.footer .f-coll-2 .f-links {
    padding-left: 0;
}
.home-banner.internal-banner .items {
    padding: 60px 0; min-height: 340px;
}
.service-about .block-title {
    padding-left: 0;
}
.services-new .service-list {
	padding-top: 0;
}
.services-new .service-list .items {
    width: 33.33%;
}
.gallery-list .gallery-items {
    width: 33.33%;
}
.home-banner.blog-banner .items {
    min-height: 220px;
}
.terms-flex {
	padding: 35px 20px;
}
.important-info .textbox {
	padding: 35px;
}
.important-info .textbox p em {
	font-size: 18px;
}


}
/* iPhone-6 plus 736 (Landscape) view */
@media screen and (max-width:767px){
body{-webkit-text-size-adjust:none;}
.container{padding-left: 20px; padding-right: 20px;}
.ptb-160{padding:80px 0;}
p{margin:0 0 15px;}
img.alignleft, img.alignright, img.alignnone,
iframe, iframe.alignleft, iframe.alignright, iframe.iframe-embed.alignright{
    float: none; max-width: 100%; margin: 0 0 20px;
}
h2, .h2 {
    font-size: 24px; line-height: 1.3; margin: 0 0 15px;
}
/*Header and banner*/
.mobile-menu-block{
	width: 100%; right: -105%;
}
.site-logo, .site-logo img,
.mobi-logo a, .mobi-logo img{
    width: 180px;
}
.head-btnbox .btn {
    padding: 7px 12px; font-size: 13px; letter-spacing: 0;
}
.home-banner .items {
    padding: 80px 0 0; height: 100vh;
    min-height: 520px; max-height: 640px;
}
.banner-icons{
	display: none;
}
.caption {
    min-width: 100%;
    max-width: 400px;
}
.caption .h1 {
    font-size: 28px; line-height: 1.4;
}
.contact-items {
    max-width: 100%;
}
.tp-counter-wrapper .items {
    min-width: 50%; max-width: 50%; border: 1px solid #e1e1e1 !important; margin: 0 0 -1px -1px;
}
.tp-counter-wrap {
    padding: 30px 0;
}
.about-inn {
    gap: 30px 0;
}
.about-inn .right-block{
    order: 1;
}
.about-inn .left-block{
    order: 2;
}
.about-inn .full-block{
    order: 3;
}
.special-badge{}
.special-badge{
	padding: 15px; width: 120px; height: 120px;
	left: auto; right: -20px; bottom: -20px;
}
.special-badge h4{
	font-size: 32px;
}
.special-badge p{
	font-size: 16px;
}
.process-block .items {
    margin-bottom: 80px;
}
.process-block .items:last-child {
    margin-bottom: 0;
}
.process-block .items:before {
    top: -45px; left: 0; right: 0; margin: auto; width: 20px; height: 20px;
    -webkit-transform: rotate(90deg); -ms-transform: rotate(90deg); transform: rotate(90deg);
}
.testimonial-list .items{
	padding: 0 5px;
}
.contact-section:before{
	display: none;
}
.input-field {
    min-width: 100%; max-width: 100%; width: 100%
}
.contact-block-inn{
	gap: 40px 0;
}
.card-info-abt .imgbox {
    margin-top: 0; order: 1;
}
.card-info-abt .textbox{
	order: 2;
}
.info-card-inn {
    gap: 20px 0;
}
.about-inn .full-block .textbox {
    padding-top: 20px;
}
.abt-left-block {
    padding: 30px 20px; max-width: 100%;
}
.abt-card {
    padding: 0;
}
.cta-innner p br {
    display: none;
}
.cta-innner .btnbox {
    flex-wrap: wrap; justify-content: center;
}
.dq-service-list {
	padding-top: 0;
}
.home-banner.internal-banner .items {
    min-height: inherit;
}
.faq-section .block-title {
    padding-bottom: 0;
}
.faq-card .acc_title {
    font-size: 16px;
}
.price-section .faq-card .acc_title {
    padding: 20px 55px 20px 25px; font-size: 18px;
}
.price-section .faq-card .acc_title:after {
    right: 25px;
}
.price-section .faq-card .content-box {
    padding: 0 25px 30px 25px;
}
table th, table td, .entry-content th, .entry-content table th, .entry-content td, .entry-content table td {
	padding: 12px 20px;
}
.services-new .service-list .items {
    width: 50%;
}
.footer-inn .items + .items {
    margin-top: 30px;
}
.gallery-list {
    margin: 0 -8px; gap: 16px 0;
}
.gallery-list .gallery-items {
    padding: 0 8px; width: 50%;
}
.internal-banner .breadcrumb li {
    font-size: 14px; line-height: 1.4;
}
.new-post-style.post-list .items{
    margin: 0;
}
.content-detail-box {
    flex-wrap: wrap; gap: 30px 0;
}
.box-cover{
	min-width: 100%; max-width: 100%; position: relative; top: 0; margin: 0;
}
.highlighted{
	padding: 20px; margin-bottom: 30px;
}
.date-box,
.social-share-block .label{
    font-size: 14px;
}
.terms-flex {
    padding: 30px 10px;
}
.terms-flex .items + .items {
    margin-top: 20px;
}
.cta-innner .h1 {
	font-size: 28px;
}
.cta-innner .h1 br {
    display: none;
}
.important-info .textbox {
    padding: 30px 25px;
}
.important-info .textbox.imp-text ul {
    -webkit-column-count: 1; -moz-column-count: 1; column-count: 1;
}
.important-info .textbox p em {
    font-size: 16px;
}
.home .home-banner .items {
	padding: 40px 0;max-height: inherit;height: 100%;
}
.homeslick_1 .caption{
	min-width: inherit;
}
.why-choose-section .banner-icons-inner .iconbox {
    width: 100%; max-width: 100%;
}
.work-section .banner-icons-inner .iconbox {
    max-width: 100%; min-width: 100%;
}
.work-section .banner-icons-inner .iconbox i {
    min-width: 40px; max-width: 40px; height: 40px; font-size: 16px;
}


}/*767 End*/