/*
Theme Name: NESA Theme
Description: NESA Theme by BlueTower.
Version: 1.0.0
Author: BlueTower
*/


*, ::after, ::before {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	text-decoration: none;
}

html {
	height: 100%;
}

body {
	position: relative;
	color: #000;
	font-family: "Open Sans", sans-serif;
	font-size: 18px;
	line-height: 1.5;
	font-weight: 300;
	font-style: normal;
	box-sizing: border-box;
	margin: 0;
	-moz-font-smoothing: antialiased;
	-webkit-font-smoothing: antialiased;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	font-family: "Roboto", sans-serif;
	line-height: 1.2;
	margin-top: 0;
	margin-bottom: 15px;
}

p,hr,dl,pre,form,table,address,blockquote {
	margin: 15px 0;
}

h1{
	font-size: 46px;
}

h2 {
	font-size: 35px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}
h3{
	font-size: 34px;
}

h4{
	font-size: 30px;
}

h5{
	font-size: 26px;
}

blockquote, q {
	quotes: none;
}

strong{
	font-weight: 600;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

th,td,table {
	border: 1px solid #dddddd;
}

button, input, select, textarea {
	font-size: 100%;
	overflow: visible;
	margin: 0;
	vertical-align: baseline;
	width: auto;
}
p {
	word-wrap: break-word;
}

i,em,dfn,cite {
	font-style: italic;
}

img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	height: auto;
	max-width: 100%;
	vertical-align: middle;
}

::selection {
	background: #999999;
	color: #ffffff;
	text-shadow: none;
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #454545;
  opacity: 0.7; /* Firefox */
  font-weight: 400;
}

.grid {
	float: left;
	margin-bottom: 2.127659574468%;
	padding-top: 0;
}

.grid-right {
	float: right;
	margin-bottom: 2.127659574468%;
	padding-top: 0;
}

.col-60,
.col-140,
.col-220,
.col-300,
.col-380,
.col-460,
.col-540,
.col-620,
.col-700,
.col-780,
.col-860 {
	display: inline;
	margin-right: 2.127659574468%;
}

.col-60 {
	width: 6.382978723404%;
}

.col-140 {
	width: 14.893617021277%;
}

.col-220 {
	width: 23.404255319149%;
}

.col-300 {
	width: 31.914893617021%;
}

.col-380 {
	width: 40.425531914894%;
}

.col-460 {
	width: 48.936170212766%;
}

.col-540 {
	width: 57.446808510638%;
}

.col-620 {
	width: 65.957446808511%;
}

.col-700 {
	width: 74.468085106383%;
}

.col-780 {
	width: 82.978723404255%;
}

.col-860 {
	width: 91.489361702128%;
}

.col-940 {
	width: 100%;
}

.clearfix {
	clear: both;
}

.fit {
	margin-left: 0 !important;
	margin-right: 0 !important;
}

#content-full {
	margin-top: 20px;
}

.container {
	padding: 0 15px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	max-width: 1220px;
	width: 100%;
	margin: 0 auto;
}

#wrapper {
	min-height: 600px;
	width: 100%;
	overflow: hidden;
}

body.home #wrapper {
	margin: 0;
}

.widget-wrapper {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	background-color: transparent;
	border: 0px;
	border-radius: 0;
	margin: 0 0 20px;
	padding: 20px;
}

.home #content-full {
	margin: 0 auto;
}

.home #page-header {
	display: none;
}

#scroll {
	display: block;
	position: fixed;
	right: 2%;
	bottom: 10px;
	cursor: pointer;
	width: 40px;
	height: 40px;
	text-indent: -9999px;
	z-index: 99999999;
	-webkit-border-radius: 60px;
	-moz-border-radius: 60px;
	border-radius: 60px;
	background-color: #1F7CC2;
	border: 2px solid #1F7CC2;
	transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in;
}

#scroll span {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -8px;
	margin-top: -12px;
	height: 0;
	width: 0;
	border: 8px solid transparent;
	border-bottom-color: #1F1f1f;
}

#scroll:hover {
	background-color: #1F1f1f;
	border: 2px solid #1F7CC2;
}

#scroll:hover span {
	border-bottom-color: #1F7CC2;
}

.fancy-list, .fancy-list ul {
	list-style: none;
}

.fancy-list li {
	position: relative;
	padding-left: 15px;
	line-height: 28px;
}

.fancy-list li::before {
	content: "\f101";
	position: absolute;
	top: 0px;
	left: 0px;
	width: 25px;
	height: 25px;
	background-size: contain;
	background-repeat: no-repeat;
	font-family: FontAwesome;
	color: #000;
}

#content-sitemap .fancy-list, #content-sitemap .fancy-list ul {
	padding: 0;
}

.post-edit {
	display: none !important;
}

div.wpcf7 .ajax-loader {
	display: none;
}

.alignright {
	float: right;
	margin: 0 0 15px 15px;
}

.alignleft {
	float: left;
	margin: 0 15px 15px 0;
}
/* ========== Buttons/Links ========== */

a{
	color: #51bf36;
	transition: all 0.3s ease-in;
	text-decoration: none;
}
a:hover{
	color: #000;
	text-decoration: none;
}
a.comn-btn, a.read-more {
	display: inline-block;
	background-color: #51BF36;
	color: #fff;
	padding: 10px 30px;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 1.5px;
	font-family: "Roboto", sans-serif;
}

a.comn-btn:hover, a.read-more:hover, a.comn-btn:focus, a.read-more:focus {
	color: #fff;
	background-color: #000;
}



/* ========== Header ========== */

#header-main {
	background-color: #fff;
}

.header-inner-wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

#header {
	margin: 0;
	position: relative;
}

#logo a {
	float: none;
	display: table;
	text-align: center;
	width: 100%;
	margin: 0 auto;
}

#header.sticky {
	position: relative;
	top: 0;
	width: 100%;
	z-index: 9999;
	box-shadow: 0 2px 6px rgba(0,0,0,0.2);
	animation: slide-down 1000ms normal;
}

@keyframes slide-down {
    0% {
        opacity: 0;
        transform: translateY(-100%);
    } 
    100% {
        opacity: 0.9;
        transform: translateY(0);
    } 
}

#page-header{
	width: 100%;
	background-color: #000;
}

#page-header h1 {
	text-align: left;
	color: #fff;
	font-size: 26px;
	text-transform: uppercase;
	margin: 0;
	padding: 12px 0px;
	font-weight: 900;
}

.breadcurmb-row {
	margin-top: 12px;
	margin-bottom: 12px;
}

.breadcurmb-row a {
	color: #fff;
}

.breadcurmb-row a:hover {
	color: #9D9E9F;
}
.inner-page-row img {
	border: 1px solid #51bf36;
}
/* ========== Footer ========== */

#footer {
	width: 100%;
	text-align: center;
	background-color: #fff;
	color: #000;
	padding: 10px 0;
}

#footer a {
	color: #000;
}

#footer a:hover {
	color: #000;
	text-decoration: underline;
}


/* ========== Menu ========== */

ul.slimmenu {
	height: auto;
	list-style-type: none;
	width: 100%;
	text-align: center;
	margin: 0;
	padding: 0;
}

ul.slimmenu > li {
	border: 0 none;
	float: none;
	display: inline-block;
	margin: 0;
	position: relative;
}

ul.slimmenu > li:last-child {
	margin-right: 0;
}

ul.slimmenu li a {
	color: #000;
	display: block;
	font-size: 16px;
	height: 50px;
	line-height: 50px;
	position: relative;
	text-align: center;
	text-decoration: none;
	text-shadow: none;
	text-transform: uppercase;
	z-index: 9;
	margin: 0;
	padding: 0 15px;
	font-family: "Roboto", sans-serif;
	font-weight: 900;
}
ul.slimmenu li a:hover {
	background-color: transparent;
	color: #51bf36;
}

ul.slimmenu li > ul {
	left: 0;
	min-width: 12em;
	position: absolute;
	right: 0;
	top: 100%;
	width: 100%;
	z-index: 9999;
	padding: 0;
	display: none;
	box-shadow: 0 2px 6px rgba(0,0,0,.15);
}

ul.slimmenu li ul{
    list-style-type:none;
    margin:0
}

ul.slimmenu li ul li {
	position: relative;
}

ul.slimmenu li:last-child ul li{
    right:0
}

ul.slimmenu li ul li{
    background-color:transparent;
    color:#fff;
    right:0;
    width:100%
}

ul.slimmenu li ul li a {
	color: #fff;
	background-color: #51bf36;
	font-size: 15px;
	height: 50px;
	line-height: 50px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding: 0 15px;
	text-align: left;
	text-transform: uppercase;
	font-weight: 600;
	border-bottom: 1px solid #fff;
}

ul.slimmenu li ul li a:hover {
	background-color: #000;
	color: #fff;
}

ul.slimmenu li .sub-toggle {
	cursor: pointer;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	z-index:999;
}

ul.slimmenu.collapsed li .sub-toggle {
	height: 40px;
	width: 50px;
	display: block;
}

ul.slimmenu li .sub-collapser > i, ul.slimmenu li .sub-toggle .icon {
    display:none;
}

ul.slimmenu li.menu-item-has-children a {
	padding-right: 20px;
}

.menu-item-has-children::after {
	position: absolute;
	font-family: FontAwesome;
	content: "\f107";
	top: 15px;
	right: 5px;
	color: #000;
	font-size: 15px;
	z-index: 9;
}

.sub-menu .menu-item-has-children::after {
	position: absolute;
	font-family: FontAwesome;
	content: "\f105";
	top: 0;
	right: 10px;
	color: #000;
	z-index: 999;
	display: block;
}



ul.slimmenu li .sub-collapser{
    cursor:pointer;
    height:100%;
    position:absolute;
    right:0;
    top:0;
}

ul.slimmenu.collapsed > li.menu-item-has-children > a {
	padding-right: 50px;
}

ul.slimmenu li .sub-collapser::before{
    color:#fff;
    content:"\f0da";
    display:none;
    font-family:fontawesome;
    font-size:22px;
    height:100%;
    margin-right:0;
    position:absolute;
    right:12px;
    top:22%;
    vertical-align:middle;
    z-index:99;
}

ul.slimmenu.collapsed li .sub-toggle::after, ul.slimmenu.collapsed li .sub-toggle.expanded::after {
	color: #fff;
	font-family: fontawesome;
	opacity: 1;
	font-size: 18px;
	z-index: 99999;
	width: 50px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	top: 0;
	margin: auto;
	display: block;
}

ul.slimmenu.collapsed li .sub-toggle::after{
    content:"\f107"
}

ul.slimmenu.collapsed li .sub-toggle.expanded::after{
    content:"\f106"
}






.menu-collapser {
	background: transparent;
	color: #FFF;
	font-size: 16px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	font-family: "Roboto", sans-serif;
	height: 45px;
	line-height: 45px;
	position: relative;
	width: 40px;
	padding: 0;
	float: right;
	margin-top: -50px;
	margin-bottom: 5px;
}
.collapse-button {
	background-color: #000;
	color: #fff;
	cursor: pointer;
	font-size: 14px;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	width: 44px;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-webkit-transition: all .3s ease-in;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 12px;
	height: 44px;
	margin-top: 0;
	border: 1px solid #000;
}

.collapse-button:hover, .collapse-button:focus {
	background-image: none;
	background-color: #51bf36;
	color: #fff;
}

.collapse-button:hover .icon-bar, .collapse-button:focus .icon-bar {
	background-color: #000;
}

.collapse-button .icon-bar {
	background-color: #51bf36;
	border-radius: 1px;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	display: block;
	height: 3px;
	width: 100%;
	margin: 3px 0;
}

ul.slimmenu.collapsed{
	position: absolute;
	right: 0;
	top: 100%;
	width: 100%;
	z-index: 9999;
	margin: 0 auto !important;
	left: 0;
	border-top: 1px solid #eee;
}

ul.slimmenu.collapsed li{
    display:block;
    width:100%;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box
}

ul.slimmenu.collapsed li a {
	background-color: #000;
	color: #fff;
	height: 45px;
	line-height: 45px;
	text-align: left;
	font-size: 16px;
	padding: 0 12px;
	border-bottom: 1px solid #eee;
	font-family: inherit;
	font-weight: 500;
}
ul.slimmenu.collapsed li > ul {
	display: block;
	position: static;
}
ul.slimmenu.collapsed li.menu-item-has-children ul li a {
	padding-left: 20px;
}





ul.slimmenu li a ul li a:hover, ul.slimmenu li.menu-item-has-children ul li a:hover {
	background-color: #000;
	color: #fff;
}
ul.slimmenu.collapsed li a:hover, ul.slimmenu.collapsed li ul li a:hover {
	color: #fff;
	background-color: #51bf36;
}
ul.slimmenu li.current-menu-item a {
	background-color: transparent;
	color: #51bf36;
}
ul.slimmenu.collapsed li.current-menu-item > a {
	background-color: #51bf36;
	color: #fff;
}
ul.slimmenu li ul li.current-menu-item a, ul.slimmenu li.current-menu-item ul li a:hover, ul.slimmenu li ul li a:hover, ul.slimmenu li.current-menu-item.cmenu-catalogues a:hover, ul.slimmenu.collapsed li ul li.current-menu-item > ul li a {
	background-color: #000;
	color: #fff;
}
ul.slimmenu.collapsed li.current-menu-item li > a:hover, 
ul.slimmenu.collapsed li ul li.current-menu-item > ul li a:hover, 
ul.slimmenu.collapsed li ul li ul li.current-menu-item a {
	background-color: #51bf36;
	color: #fff;
}
/* ========== Form ========== */

input, select {
	width: 100%;
	color: #000;
	font-size: 16px;
	font-family: inherit;
	padding: 10px;
	background-color: #fff;
	border: 1px solid #ccc;
}

input, select {
	height: 55px;
	line-height: 55px;
}

textarea {
	overflow: auto;
	vertical-align: text-top;
	font-size: 16px;
	height: 150px;
	border: 1px solid #ccc;
	width: 100%;
	font-family: inherit;
	padding: 10px;
}
	
input:focus, input[type="text"]:focus {
	background-color: none;
	border-color: #000;
}

area:focus, input:focus, textarea:focus {
	border: 1px solid #000;
}

#searchform #searchsubmit {
	font-family: fontawesome;
	background-color: #000;
	padding: 5px 20px;
	border: none;
}

#searchform #searchsubmit:hover {
	background-color: #51bf36;
	color: #fff;
}

fieldset {
	border: 0;
	padding: 0;
	margin: 0;
}

fieldset > p {
	margin: 0;
}

fieldset.full {
	margin-bottom: 25px;
	width: 100%;
}

fieldset.half {
	width: calc(50% - 13px);
	display: inline-block;
	float: left;
	margin-right: 25px;
	margin-bottom: 25px;
}

.one-third {
	position: relative;
	float: left;
	width: calc(100% / 3 - 17px);
	margin-right: 25px;
	margin-bottom: 25px;
}

fieldset.half.last, .one-third.last {
	margin-right: 0;
	float: right;
}

.full.submit-div {
	text-align: center;
}

.icon-form .half, .icon-form .one-third, .icon-form .full {
	position: relative;
}

.icon-form .fa {
	position: absolute;
	z-index: 9;
	left: 10px;
	top: 12px;
	color: #454545;
	width: 15px;
	text-align: center;
}

.icon-form input, .icon-form textarea, .icon-form select {
	padding-left: 30px;
}

span.wpcf7-not-valid-tip {
	color: #f00 !important;
	font-size: 13px;
	font-weight: normal;
	display: block;
	position: absolute;
	right: 10px;
	top: -4px;
}

div.wpcf7-response-output {
	margin: 0 0 1em !important;
	padding: 5px;
	border: 2px solid #1eac1e;
	text-align: center;
	color: #FF001F;
	float: left;
	width: 100%;
}

.wpcf7 form.invalid .wpcf7-response-output, 
.wpcf7 form.unaccepted .wpcf7-response-output {
	border-color: #FF001F;
}

div.wpcf7-validation-errors, 
div.wpcf7-acceptance-missing {
	border: 2px solid #FF001F;
}

.wpcf7 form.sent .wpcf7-response-output {
	color: #46b450;
}

.wpcf7-spinner {
	display: none;
}

input[type="submit"] {
	border: 0;
	background-color: #1F1f1f;
	color: #fff;
	display: inline-block;
	width: auto;
	font-size: 16px;
	line-height: 1;
	padding: 10px 30px;
	height: auto;
}

input[type="submit"]:hover {
	background-color: #51bf36;
	color: #000;
}

/* ========== Custom ========== */
.header-top-inner-wrap ul {
	margin: 0 auto;
	padding: 0;
	list-style: none;
	display: flex;
	gap: 10px;
	align-items: center;
}
.header-top-inner-wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 20px 0;
}
#header {
	margin: 0;
	position: relative;
	border-top: 15px solid #51bf36;
	font-family: "Roboto", sans-serif;
}
.header-top-inner-wrap ul .fa {
	background: #000;
	color: #fff;
	height: 30px;
	width: 30px;
	text-align: center;
	line-height: 30px;
	font-size: 23px;
	border-radius: 5px;
}
.header-top-inner-wrap ul .fa:hover {
	background: #51bf36;
	color: #fff;
}
.header-top-inner-wrap ul a {
	font-weight: 900;
	color: #000;
}
.header-top-inner-wrap ul a:hover {
	color: #51bf36;
}
.header-top-inner-wrap ul span {
	top: -1px;
	position: relative;
	font-size: 18px;
}
.about-row h2 {
	color: #51bf36;
}
.hot-links-row .comn-btn {
	background: #000;
}
.hot-links-row .comn-btn:hover {
	background: #51BF36;
}
.service-col {
	position: relative;
	z-index: 99;
	padding-bottom: 30px;
}
.service-col img {
	background: #51bf36;
	border-radius: 50%;
	padding: 11px;
	height: 130px !important;
	width: 130px;
	display: table;
	margin: 0 auto;
}
.service-col .wpb_single_image {
	margin-bottom: 25px;
}
.service-col h4 {
	font-size: 25px;
}
.service-col::before {
	aspect-ratio: 1;
	clip-path: polygon(0 0,450% 100%,0 100%);
	position: absolute;
	content: "";
	background: #fff;
	height: 100%;
	width: 100%;
	z-index: -1;
}
.service-col p:nth-child(3) {
	min-height: 110px;
}
#main-footer-bottom {
	display: flex;
	justify-content: space-between;
	font-size: 15px;
}
#footer p {
	margin: 0 auto;
	font-weight: normal;
}
.foter-adrs {
	margin: 0 auto;
	padding: 0;
	list-style: none;
	font-size: 22px;
	font-weight: 900;
}
.foter-adrs .fa {
	position: absolute;
	width: 40px;
	text-align: center;
	font-size: 40px;
	left: 0;
	color: #000;
}
.foter-adrs .fa:hover {
	color: #fff;
}
.foter-adrs li {
	padding-left: 50px;
	padding-bottom: 15px;
	position: relative;
}
.foter-adrs .fa.fa-map-marker {
	font-size: 55px;
}
.inner-footer-row {
	background: #000;
}
.foter-adrs a {
	color: #fff;
}
.foter-adrs a:hover {
	color: #000;
}
.fotr-left-col::before {
	content: "";
	background-image: url("../../../wp-content/uploads/2025/05/botmbgimg.png");
	background-size: contain;
	width: 100%;
	height: 100%;
	position: absolute;
	background-repeat: no-repeat;
	left: 32%;
	background-position: right;
	top: 0;
	z-index: -1;
}
.fotr-right-col {
	box-shadow: 550px 0px 0px 0px #51bf36, 1100px 0px 0px 0px #51bf36, 1650px 0px 0px 0px #51bf36, 2200px 0px 0px 0px #51bf36, 2750px 0px 0px 0px #51bf36;
	background: #51bf36;
	padding-left: 17% !important;
	padding-top: 10%;
	z-index: 99;
	position: relative;
}
.fotr-left-col {
	position: relative;
	z-index: 999;
}
@keyframes glowShadow{
  to {
    box-shadow: 0px 0px 35px 15px #bcf1af;
  }
}

@keyframes glowImage{
  to {
    -webkit-filter: brightness(2);
     filter: brightness(2);
  }
}
.fotr-right-col .vc_single_image-wrapper {
	border-radius: 50%;
	width: 150px;
	height: 150px;
	background: #fff;
	line-height: 150px;
	text-align: center;
	display: flex !important;
	justify-content: center;
	align-items: center;
	border: 20px solid #bcf1af;
}
.fotr-right-col img {
	text-align: center;
	width: 80px;
}
.fotr-right-col .vc_single_image-wrapper:hover {
	box-shadow: 0px 0px 9px 4px #fff;
	animation: glowShadow 1.5s linear infinite alternate;
}
.inner-footer-row .select2-selection, .rga-form .select2-selection {
	background: #fff !important;
}
.inner-footer-row .forminator-row {
	margin-bottom: 15px !important;
}
.forminator-button {
	background: #51bf36 !important;
	color: #fff !important;
	text-transform: uppercase !important;
	font-weight: 700 !important;
	font-size: 18px !important;
	padding: 10px 30px !important;
}
.forminator-button:hover {
	background: #fff !important;
	color: #51bf36 !important;
}
.fotr-left-col h2 {
	color: #fff;
	font-weight: 900;
	padding-top: 90px;
}
.fotr-left-col strong {
	font-weight: 900;
	color: #51bf36;
}
.forminator-custom-form {
	margin: 0 auto !important;
}
.select2-selection__arrow {
	background: #000;
	height: 34px !important;
	width: 25px !important;
	margin-right: 2px !important;
	color: #fff !important;
}
.forminator-error-message {
	line-height: 1 !important;
	margin-top: -5px !important;
}
.owl-nav.disabled {
	display: block !important;
}
.hot-links-row .owl-nav {
	position: absolute;
	top: 5%;
	left: 0;
	right: 0;
	bottom: 0;
	display: table !important;
	width: 100%;
}
.hot-links-row .owl-theme .owl-nav [class*="owl-"] {
	background: transparent;
	font-size: 100px;
	color: #000;
	position: absolute;
	text-align: center;
	transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in;
}
.hot-links-row .owl-theme .owl-nav [class*="owl-"]:hover {
	color: #51bf36;
}
.hot-links-row .owl-prev {
	left: -60px;
}
.hot-links-row .owl-next {
	right: -60px;
}
.form-img {
	background: #51bf36;
	border-radius: 50%;
	height: 130px !important;
	width: 130px;
	margin: 15px auto 15px;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}
.service-col .form-icon {
	background: transparent;
	height: auto !important;
	width: 80px;
	padding: 0;
	border-radius: 0;
}
#content-sitemap h3 {
	font-size: 25px;
}
.fancy-list a {
	color: #000;
}
.fancy-list a:hover {
	color: #51bf36;
}
.map-row p {
	margin: 0 auto;
}
.gallery-row h4 {
	font-size: 22px;
	text-align: center !important;
	background: #51bf36;
	color: #fff;
	padding: 10px;
	margin-bottom: 0 !important;
}
.gallery-row .vc_gitem-col, .gallery-row .vc_gitem-zone {
	padding: 0 !important;
	background: transparent !important;
}
.gallery-row .vc_gitem-post-data-source-post_title, .gallery-row p, .gallery-row .vc_gitem-post-data {
	margin: 0 auto !important;
}
.gallery-row .vc_gitem-animated-block {
	border: 1px solid #51bf36;
}
#hotlink-page {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 20px;
}
#hotlink-page img {
	border: 1px solid #51bf36;
}
.service-col img:hover, .form-img:hover {
	animation: glowShadow 1.5s linear infinite alternate;
}
.form-img img:hover {
	animation: none;
}
.error404-row {
	text-align: center;
	margin-top: 50px;
}
.gallery-row .vc_gitem-zone-img {
	visibility: visible !important;
}
.vc_btn3.vc_btn3-size-md {
	display: none !important;
}
/* ========== Responsive ========== */

@media screen and (max-width: 1024px){
	.menu-item-has-children::after {
		display: none;
	}
	.fotr-left-col::before {
		left: 42%;
	}
	.service-col p:nth-child(3) {
		min-height: 140px;
	}
}

@media screen and (max-width: 980px){
	.service-col .wpb_wrapper {
		padding: 0 20px;
	}	
}

@media screen and (max-width: 800px){
	.fotr-left-col::before {
		left: 52%;
	}
	.foter-adrs {
		font-size: 18px;
	}
	#main-footer-bottom {
		flex-direction: column;
	}
	a.comn-btn, a.read-more {
		line-height: 1;
	}
}

@media screen and (max-width: 768px){
	
	#content-sitemap .col-300 {
		width: 100%;
		margin-bottom: 20px;
	}
	.half, .one-third {
		width: 100%;
		margin-right: 0;
	}
	.fotr-right-col {
		padding-left: 10% !important;
		padding-top: 47%;
	}
	.fotr-left-col::before {
		left: 65%;
	}
}

@media screen and (max-width: 767px){
	.service-col p:nth-child(3) {
		min-height: auto;
	}
	.fotr-left-col::before {
		display: none;
	}
	.forminator-button {
		width: auto !important;
		text-align: center !important;
		margin: 0 auto !important;
		display: table !important;
	}
	.fotr-right-col {
		padding-left: 0;
		padding-top: 30px;
	}
	.fotr-right-col .wpb_single_image {
		text-align: left !important;
		margin-left: 15%;
	}
	.foter-adrs {
		font-size: 24px;
	}
	.hero-slider-row h2 {
		font-size: 40px !important;
		line-height: 1 !important;
	}
}

@media screen and (max-width: 684px){
	.header-top-inner-wrap {
		flex-direction: column;
		gap: 25px;
	}
	.menu-collapser {
		margin-top: -59px;
	}
}

@media screen and (max-width: 533px){
	.hero-slider-row h2 {
		font-size: 30px !important;
	}
	#hotlink-page {
		grid-template-columns: repeat(1, 1fr);
	}
}

@media screen and (max-width: 480px){
	
	img.alignright, img.alignleft {
		float: none;
		display: block;
		margin: auto auto 15px auto;
	}
	
}
@media screen and (max-width: 414px){
	
	span.break {
		display: block;
	}
}


@media screen and (max-width: 375px){

}

@media screen and (max-width: 360px){
		
}