@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

/*
<weight>: Use a value from 100 to 900
font-family: "Montserrat", sans-serif;
*/


@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css');


*{
	margin: 0px;
	padding: 0px;
	}

	
.clr {
	clear:both;
	display:block;
	width:100%;
	height:0px;
	}

a {
   	text-decoration: none;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
	box-shadow:none;
	color: #1b1464;
	}

a:focus, a:active {
	outline: none;
	}
	
a, a img {
	border:none;
	}
	
img {
	max-width:100%;
	}
	
h1, h2, h3, h4, h5, h6 {
	font-family: "Montserrat", sans-serif;
    font-weight: 700;
	margin:0px;
	padding:0px;
	letter-spacing:0px;
	text-transform:none;
	line-height: 1.4;
	}
	
h1 {
	font-size:32px;
	}
	
h2 {
	font-size:28px;
	}
	
h3 {
	font-size:25px;
	}
	
h4 {
	font-size:21px;
	}
	
h5 {
	font-size:17px;
	}
	
h6 {
	font-size:14px;
	}
	
p{
	margin-bottom:15px;	
	padding-bottom:0px;
	}

iframe{
	width: 100%;
	}

/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder{
	/*color: #131313;*/
	font-family: "Montserrat", sans-serif;
	}

:-moz-placeholder{
	/*color: #131313;*/
	font-family: "Montserrat", sans-serif;
	}

::-moz-placeholder{
	font-family: "Montserrat", sans-serif;
	opacity: 1;
	}

:-ms-input-placeholder{
	font-family: "Montserrat", sans-serif;
	}

textarea{
	height: 120px;
}

body{
	font-family: "Montserrat", sans-serif;
    font-weight: 400;
    color: #2b2b2b;
	font-size: 14px;
	line-height: 28px;
	}

.home .entry-header, .header-titles .site-description{
	display: none;
	}

.header-inner{
	max-width: 120rem;
	}

.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6{
	margin: 0 0 2rem 0;
	}

.entry-content p, .entry-content li, .widget-content{
	line-height: 28px;
	font-size: 14px;
	}

body:not(.home) #main-header, .home #main-header.elementor-sticky--effects{
	border-bottom: solid 1px #000000;
  	background-color: #000000;
  	-webkit-box-shadow: 5px 5px 12px rgba(0,0,0,0.1);
  	-moz-box-shadow: 5px 5px 12px rgba(0,0,0,0.1);
  	box-shadow: 5px 5px 12px rgba(0,0,0,0.1);
	}

.section-inner.medium{
	max-width: 120rem;
	width: calc(100% - 4rem);
	}

.entry-content > :not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide), 
.panel-layout, .footer-inner{
	width: 100%;
	max-width: 124rem;
	padding-left: 20px;
	padding-right: 20px;
	margin: 0 auto;
	}

.widget_text p, .widget_text ol, .widget_text ul, 
.widget_text dl, .widget_text dt, .widget-content .rssSummary, .entry-content{
	font-size: 14px;
	line-height: 28px;
	}

.search-toggle .toggle-icon, .search-toggle svg{
	height: 1.8rem;
	max-width: 1.8rem;
	width: 1.8rem;
	color: #ffffff;
	}

.modal-menu a, .modal-menu > li > a, .modal-menu > li > .ancestor-wrapper > a, .modal-menu ul li a{
	color: #023e8a;
	font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 1px;
	}

.singular .entry-header{
	background-color: transparent;
	padding: 0 0 0 0;
	/*margin-bottom: 6rem;*/
	}

.singular .entry-header h1.entry-title{
	color: #0b306e;
	font-family: "Montserrat", sans-serif;
    font-weight: 700;
	font-size: 28px;
	padding: 4rem 0;
	letter-spacing: 0;
	text-transform: capitalize;
	position: relative;
	text-align: left;
	}

.single-product .entry-header{
	background-color: #ffffff;
	padding: 0 0 0 0;
	/*margin-bottom: 6rem;*/
	}

.single-product .entry-header h1.entry-title{
	color: #1078be;
	font-family: "Montserrat", sans-serif;
    font-weight: 700;
	font-size: 28px;
	padding: 4rem 0 1rem 0;
	letter-spacing: 0;
	text-transform: uppercase;
	position: relative;
	}

.singular .entry-header h1.entry-title:after{
	content: "";
	background-color: #00745b;
	position: absolute;
	width: 30px;
	height: 1px;
	bottom: 30px;
	left: 0;
	}

.single-post .entry-header h1.entry-title{
	text-align: center;
}

.single-post .entry-header h1.entry-title:after{
	display: none;
}

button.close-nav-toggle svg, button.close-nav-toggle .toggle-text{
	color: #000000;
}

.toggle.nav-toggle svg, .toggle-inner .toggle-text{
	display: none;
}

button.close-nav-toggle svg, button.close-nav-toggle .toggle-text {
    color: #000000;
    font-size: 0px;
}

.nav-toggle .toggle-icon, .nav-toggle svg{
	height: 2rem;
	width: 2.6rem;
}

.menu-modal.active {
    z-index: 999;
}

/* sub menu */

ul.sub-menu li:nth-child(3){
	margin-right: 0px;
}

.primary-menu > li.menu-item-has-children > a{
	padding-right: 0;
}

.primary-menu > li > .icon{
	display: none;
}

.primary-menu .sub-menu{
	padding: 0;
}

.sub-menu li a:hover{
	background-color: #ededed;
	color: #000000 !important;
}

.primary-menu ul::after {
	display: none;
}

.search-results .post-inner{
	padding-top: 4rem;
	}

.search-results hr{
	margin: 4rem auto;
	}

.search-results h2.entry-title{
	font-size: 45px;
	}
	
/* ---------- */

/* elementor Basic styles Start */

section.elementor-section.elementor-section-boxed > .elementor-container{
	max-width: 1200px;
}

#main-header .navbar .elementor-nav-menu--main .elementor-nav-menu a{
	position: relative;
}

#main-header .navbar .elementor-nav-menu--main .elementor-nav-menu a:after{
	position: absolute;
  content: "";
  width: 65%;
  height: 2px;
  top: 90%;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: #08c9ff;
  transition: transform 0.5s;
  transform: scaleX(0);
  transform-origin: right;
}

#main-header .navbar .elementor-nav-menu--main .elementor-nav-menu a:hover:after{
	transform: scaleX(1);
  transform-origin: left;
}

#main-header .navbar .elementor-nav-menu--main .elementor-nav-menu .getquote-btn a:after{
	display: none;
}

#main-header .navbar .elementor-nav-menu--main .elementor-nav-menu .getquote-btn a{
	background-color: #08c9ff;
	border: solid 2px #08c9ff;
	color: #ffffff;
	border-radius: 50px;
}

#main-header .navbar .elementor-nav-menu--main .elementor-nav-menu .getquote-btn a:hover{
	background-color: transparent;
	color: #08c9ff;
}

.mainslider .elementor-slides .swiper-slide-inner{
	max-width: 1240px;
	padding: 0 20px;
}

.mainslider .swiper-slide-contents{
	background-color: rgba(0, 201, 255, 0.7);
	padding: 40px;
}

.mainslider .swiper-slide-contents h6{
	font-family: "Montserrat", sans-serif;
	font-size: 40px;
	font-weight: 400;
	letter-spacing: 3px;
	margin-bottom: 5px;
	text-transform: uppercase;
}

.mainslider .swiper-slide-contents h3{
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
	font-size: 50px;
	letter-spacing: 2px;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.mainslider .elementor-swiper-button{
	background-color: #196aa2;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	padding: 10px;
}

.mainslider .swiper-container-horizontal > .swiper-pagination-bullets, 
.mainslider .swiper-pagination-custom, .mainslider .swiper-pagination-fraction, 
.mainslider .elementor-element .swiper-container .swiper-pagination-bullets.swiper-pagination-horizontal{
	bottom: 40px;
}

.btm-details-list, .socials-btm ul{
	margin: 0;
}

.btm-details-list li.location,
.btm-details-list li.email,
.btm-details-list li.call{
	position: relative;
	margin-right: 0;
	list-style-type: none;
}

.btm-details-list li{
	padding-bottom: 24px;
	padding-left: 35px;
	font-size: 16px;
	margin-left: 0;
	color: #fff;
}

.btm-details-list li a{
	color: #ffffff;
}

.btm-details-list li a:hover{
	color: #00B4A3;
}

.btm-details-list li.location:before{
	content: "";
	background-image: url(../images/mapicon.png);
	background-repeat: no-repeat;
	background-size: 80% auto;
	position: absolute;
	width: 21px;
	height: 31px;
	top: 2px;
	left: 0;
}

.btm-details-list li.email:before{
	content: "";
	background-image: url(../images/emailicon.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
	position: absolute;
	width: 21px;
	height: 15px;
	top: 6px;
	left: 0;
}

.btm-details-list li.call:before{
	content: "";
	background-image: url(../images/phoneicon.png);
	background-repeat: no-repeat;
	background-size: 80% auto;
	position: absolute;
	width: 22px;
	height: 23px;
	top: 2px;
	left: 0;
}

.ftr-top-col h4.elementor-image-box-title{
	margin-bottom: 10px;
}

.ftr-top-col .elementor-image-box-description{
	line-height: 24px;
}

body:not(.home) .custom-footer{
	margin-top: 4rem;
}

.custom-footer .elementor-nav-menu--main .elementor-nav-menu a:hover, 
.custom-footer .elementor-nav-menu--dropdown a, .custom-footer .elementor-nav-menu a:hover{
	padding: 0;
}

.custom-footer .elementor-nav-menu--main .elementor-nav-menu a, 
.custom-footer .elementor-nav-menu--dropdown a{
	color: #ffffff;
	font-weight: 400;
	font-size: 14px;
	margin-bottom: 15px;
	display: inline-block;
	position: relative;
	padding: 0;
}

.custom-footer .elementor-nav-menu--main .elementor-nav-menu a:before,
.custom-footer .elementor-nav-menu--dropdown a:before {
    content: "\f0da";
    position: absolute;
    font-size: 0;
    width: 0;
    top: 0;
    left: -14px;
    font-family: "fontawesome";
    color: #23a9d9;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
    }

.custom-footer .elementor-nav-menu--main .elementor-nav-menu a:hover,
.custom-footer .elementor-nav-menu--dropdown a:hover {
    color: #23a9d9;
    margin-left: 14px;
}

.custom-footer .elementor-nav-menu--main .elementor-nav-menu a:hover:before,
.custom-footer .elementor-nav-menu--dropdown a:hover:before {
    width: 10px;
    font-size: 14px;
    color: #23a9d9;
}

.custom-footer-btm p{
	margin-bottom: 0;
}

.custom-footer-col{
	color: #ffffff;
	font-size: 14px;
}

.custom-footer-col h3.elementor-heading-title{
	font-family: "Montserrat", sans-serif;
    font-weight: bold;
	font-size: 18px;
	line-height: 24px;
	text-transform: uppercase;
	color: #ffffff;
	margin-bottom: 10px;
	position: relative;
	letter-spacing: 0.5px;
}

.custom-footer-col .tnp-widget-minimal input.tnp-email{
	outline: none;
	margin-bottom: 15px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 14px;
}

.custom-footer-col .tnp-widget-minimal input.tnp-submit{
	background-color: transparent;
	width: auto;
	text-align: left;
	font-weight: 400;
	color: #74e8ff;
	text-transform: capitalize;
	text-decoration: underline;
}

.custom-footer-btm{
	color: #ffffff;
	font-size: 14px;
}

.custom-footer-btm .elementor-container{
	padding: 10px 0;
	border-top: solid 1px rgba(255, 255, 255, 0.2);
}

.custom-footer-btm a{
	color: #23a9d9;
	font-weight: bold;
	text-transform: uppercase;
}

.custom-footer .elementor-nav-menu--dropdown{
	background-color: transparent;
	font-size: 14px;
}

.custom-footer .elementor-nav-menu a:hover{
	background-color: transparent;
}

.footer-btm{
	border-top: solid 1px #ffffff;
	color: #ffffff;
}

.footer-btm p{
	margin-bottom: 0;
}

.footer-btm a{
	color: #ffffff;
}

.footer-btm a:hover{
	color: #1078be;
}

.footer-form input[type="text"], .footer-form input[type="email"], .footer-form textarea{
	background: transparent;
	border: none;
	border-bottom: solid 1px #ffffff;
	outline: none;
	color: #ffffff;
	padding: 0 0 10px 0;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

.footer-form textarea{
	height: 40px;
}

.footer-form input[type="submit"]{
	padding: 10px 30px;
	font-size: 12px;
	font-weight: 400;
}

.privacy-policy{
	margin: 0;
}
/* elementor Basic styles End */

.site-logo img{
	max-height: 5rem;
}

.primary-menu > li.current_page_item a, .primary-menu > li.current_page_item a:active,
.primary-menu > li.current_page_item a:focus, .primary-menu > li.current_page_item a:hover,
.primary-menu > li a:hover{
	color: #00745b;
	position: relative;
}

.primary-menu > li.current_page_item a:after, .primary-menu > li.current_page_item a:active:after,
.primary-menu > li.current_page_item a:focus:after, .primary-menu > li.current_page_item a:hover:after,
.primary-menu > li a:hover:after{
	border-width: 3px 0 0 0;
	border-color: #00745b;
	border-style: solid;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: 5px;
	content: "";
	height: 3px;
	width: 100%;
	transition: 350ms ease 0s;
}

.primary-menu a{
	font-family: "Montserrat", sans-serif;
    font-weight: 600;
	padding: 15px 12px;
	color: #000000;
	font-size: 16px;
	text-transform: capitalize;
	position: relative;
}

.primary-menu a:after{
	border-width: 3px 0 0 0;
	border-color: #549ea2;
	border-style: solid;
	position: absolute;
	left: 0;
	bottom: 5px;
	content: "";
	height: 3px;
	width: 0;
	transition: 350ms ease 0s;
	}

.primary-menu a:hover:after{
	width: 100%;
}

/*.primary-menu > li > .icon{
	color: #ffffff;
}*/

.primary-menu > li{
	margin: 0 30px;
}

ul.primary-menu{
	margin: 0;
}

.primary-menu > li.join-btn a{
	background: #00745b;
	color: #ffffff;
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
	padding: 15px 40px 15px 40px;
	clip-path: polygon(15% 0%, 100% 0%, 100% 100%, 0% 100%);
}

.primary-menu > li.join-btn a:after{
	display: none;
}

.primary-menu > li.join-btn a:hover{
	background: #f2a922;
	color: #ffffff;
}

.nav-toggle .toggle-icon {
	position: relative;
}

.nav-toggle .toggle-icon::after {
    content: "";
    position: absolute;
    background-image: url("../images/toggle-open-wht1.png");
    background-repeat: no-repeat;
    width: 28px;
    height: 19px;
    right: 0;
    top: 0;
}

.elementor-column.mainmenu-toggle{
	position: absolute;
	top: 10px;
	right: 0;
}

.mainmenu-toggle .elementor-nav-menu--toggle .elementor-menu-toggle:not(.elementor-active) + .elementor-nav-menu__container{
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	width: 1200px !important;
	max-width: 500px;
	right: 0;
	left: auto !important;
}

.mainmenu-toggle .elementor-nav-menu--toggle .elementor-menu-toggle.elementor-active + .elementor-nav-menu__container{
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1);
	width: 1200px !important;
	max-width: 500px;
	right: 0;
	left: auto !important;
}

.line_hding h4.elementor-heading-title{
	margin-bottom: 0;
  	font-size: 16px;
  	color: #08c9ff;
  	text-transform: uppercase;
  	position: relative;
}

.line_hding h4.elementor-heading-title:after{
	content: "";
	position: absolute;
	background-color: #000000;
	width: 50%;
	height: 1px;
	right: 30px;
	bottom: 10px;
}

.img_title.elementor-widget-image img{
	width: 100%;
}

.img_title.elementor-widget-image .widget-image-caption{
	position: absolute;
	width: 100%;
	bottom: 0;
	padding: 24px;
}

.subhding h6.elementor-heading-title{
	font-size: 16px;
	font-weight: 400;
	color: #000000;
	letter-spacing: 6px;
	text-transform: uppercase;
	position: relative;
	max-width: fit-content;
	margin-bottom: 0;
}

.subhding h6.elementor-heading-title:after{
	content: "";
	position: absolute;
	background-color: #000000;
	width: 50px;
	height: 1px;
	top: 5px;
	right: -70px;
}

.subhding h3.elementor-image-box-title{
	font-size: 34px;
}

.service-hding h3, .subhding h3{
	font-size: 30px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 20px;
	font-family: "Be Vietnam", Sans-serif;
	color: #1b1464;
	position: relative;
	margin-bottom: 36px;
}

.service-hding h3:after, .subhding h3:after{
	content: "";
	position: absolute;
	background: #1b1464;
	width: 50px;
	height: 1px;
	left: 0;
	bottom: -20px;
	right: 0;
	margin: 0 auto;
}

.service-hding p{
	font-size: 17px;
}

.service-col h3.elementor-image-box-title{
	font-size: 17px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	margin-bottom: 8px;
}

.service-col .elementor-image-box-wrapper figure{
	padding-bottom: 1em;
}

.more-btn .elementor-button{
	padding: 0 0 10px 0;
	border-bottom: solid 2px #ffffff;
}

.ourproject-row .subhding h3.elementor-image-box-title{
	margin-bottom: 0;
}

div.eael-dual-header .title, div.eael-dual-header .title span {
  margin: 0;
}

div.eael-dual-header{
	margin-bottom: 0;
}

.subtitle .eael-dual-header .title, 
.subtitle .eael-dual-header .title span{
	font-family: "Jost", sans-serif;
}

.subtitle .eael-dual-header .title span{
	display: block;
}

div.eael-dual-header .subtext p {
  margin-bottom: 4px;
}

.get-form .gform_wrapper .top_label .gfield_label, .post-meta-wrapper, 
#popmake-2018 .gform_wrapper .top_label .gfield_label{
	display: none;
}

.get-form .gform_wrapper textarea.large, .request-form .gform_wrapper textarea.large{
	height: 150px;
}

.get-form .gform_wrapper .hidden_label input.large, 
.get-form .gform_wrapper .hidden_label select.large, 
.get-form .gform_wrapper .top_label input.large, 
.get-form .gform_wrapper .top_label select.large,
.get-form  .gform_wrapper textarea.large, 
.get-form .gform_wrapper.gf_browser_gecko select{
	outline: none;
	padding: 10px !important;
	border: solid 1px rgba(0, 0, 0, 0.1);
}

.get-form .gform_wrapper.gf_browser_gecko select{
	background-color: #ffffff;
}

#get-quote .subhding h3:after{
	margin: 0;
	background: #ffffff;
}

.quote_items .eael-infobox .infobox-icon img{
	width: 100% !important;
}

.realted-hding h2.elementor-heading-title{
	color: #1B1462;
	font-weight: 600;
	padding-bottom: 1em;
}

.swrvice_items .upk-alter-carousel .upk-content > div{
	display: block;
	width: 100%;
	text-align: center;
}

.swrvice_items .upk-alter-carousel .upk-category{
	display: block;
	margin-bottom: 0;
}

.swrvice_items .upk-alter-carousel .upk-category a{
	color: #ffffff;
	pointer-events: none;
	letter-spacing: 3px;
  	font-size: 10px;
}

.swrvice_items .upk-alter-carousel .upk-title a{
	color: #ffffff;
	font-size: 17px;
  	text-transform: uppercase;
}

.swrvice_items .upk-alter-carousel .upk-title a:hover{
	color: #ffffff;
}

.upk-alter-carousel .upk-title a:hover, .upk-alter-carousel .upk-title a:focus{
	background: transparent;
}

.list-items ul{
	margin: 0 0 20px 0;
}

.list-items ul li{
	list-style-type: none;
	padding-left: 40px;
	position: relative;
	margin-left: 0;
}

.list-items ul li:before{
	content: "";
	position: absolute;
	background-image: url(../images/check.png);
	background-repeat: no-repeat;
	background-size: 80% auto;
	width: 32px;
	height: 32px;
	top: 8px;
	left: 0;
}

.btn1 .ow-button-base a, .read-btn .ow-button-base a{
	border: solid 1px #000000;
	background-color: #000000;
	text-transform: uppercase;
	color: #fff;
	text-align: center;
	padding: 12px 6px;
	width: 100%;
	max-width: 155px;
	display: block;
	font-size: 14px;
	font-weight: 900;
	line-height: 20px;
	letter-spacing: 1.5px;
	margin: 0 auto;
}

.btn1 .ow-button-base a.ow-button-hover:hover, 
.read-btn .ow-button-base a.ow-button-hover:hover{
	border: solid 1px #000000;
	background-color: transparent;
	color: #000000;
	letter-spacing: 2px;
}

.read-btn{
	margin-top: 3%;
}

a.to-the-top{
	background: rgba(0,0,0);
	width: 30px;
	height: 30px;
	line-height: 24px;
	font-size: 12px;
	text-align: center;
	bottom: 50px;
	right: 0px;
	color: #fff;
	position: absolute;
}

.wppb-form-field input[type="text"], .wppb-form-field input[type="number"], 
.wppb-form-field input[type="email"], .wppb-form-field input[type="url"], 
.wppb-form-field input[type="password"], .wppb-form-field input[type="search"], 
.wppb-form-field select, .wppb-form-field textarea, .wppb-checkboxes, .wppb-radios, 
#wppb-login-wrap .login-username input, #wppb-login-wrap .login-password input, #wppb-login-wrap .login-auth input{
	padding: 10px;
}

.wppb-user-forms li h4{
	margin-bottom: 0;
}

.contact-page-wrap{
	position: relative;
	min-width: 1100px;
	min-height: 550px;
	display: flex;
	z-index: 1000;
	margin: 100px 0;
	/*background-color: #ffffff;*/
}

.contact-page-info{
	position: absolute;
	top: 40px;
	width: 370px;
	height: calc(100% - 80px);
	background-color: #f2a922;
	z-index: 1;
	padding: 40px;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	-webkit-box-shadow: 0 20px 25px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0 20px 25px rgba(0, 0, 0, 0.15);
	box-shadow: 0 20px 25px rgba(0, 0, 0, 0.15);
}

.contact-page-info h2{
	color: #ffffff;
	font-size: 26px;
	font-weight: bold;
}

.contact-page-info ul.info{
	position: relative;
	margin: 20px 0;
}

.contact-page-info ul.info li{
	position: relative;
	list-style-type: none;
	color: #ffffff;
}

.contact-page-info ul.info li a{
	color: #ffffff;
}

.contact-page-info ul.info li:nth-child(1), .contact-page-info ul.info li:nth-child(2),
.contact-page-info ul.info li:nth-child(3){
	position: relative;
	padding-left: 30px;
}

.contact-page-info ul.info li:nth-child(1):before{
	content: "";
	position: absolute;
	background-image: url(../images/map-icon1.png);
	background-repeat: no-repeat;
	top: 4px;
	left: 0;
	width: 18px;
	height: 28px;
	filter: invert(1);
}

.contact-page-info ul.info li:nth-child(2):before{
	content: "";
	position: absolute;
	background-image: url(../images/mail-icon1.png);
	background-repeat: no-repeat;
	top: 4px;
	left: 0;
	width: 18px;
	height: 28px;
	filter: invert(1);
}

.contact-page-info ul.info li:nth-child(3):before{
	content: "";
	position: absolute;
	background-image: url(../images/phone-icon1.png);
	background-repeat: no-repeat;
	top: 4px;
	left: 0;
	width: 18px;
	height: 28px;
	filter: invert(1);
}

.contact-page-info ul.contact-socials{
	margin: 0;
}

.contact-page-info ul.contact-socials li{
	display: inline-block;
	vertical-align: top;
	list-style-type: none;
	margin: 0 15px 0 0;
}

.contact-page-info ul.contact-socials li a{
	color: #ffffff;
	font-size: 20px;
}

.contact-page-form{
	position: absolute;
	padding: 70px 50px;
	padding-left: 260px;
	margin-left: 150px;
	width: calc(100% - 150px);
	height: 100%;
	background: #ffffff;
	-webkit-box-shadow: 0 0px 60px rgba(134, 131, 131, 0.2);
	-moz-box-shadow: 0 0px 60px rgba(134, 131, 131, 0.2);
	box-shadow: 0 0px 60px rgba(134, 131, 131, 0.2);
}

.contact-page-form h2{
	color: #000000;
	font-size: 26px;
	font-weight: bold;
}

.contact-page-form .formbox{
	position: relative;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-top: 30px;
}

 .contact-page-form .formbox .inputbox{
 	position: relative;
 	margin-bottom: 20px;
 }

 .contact-page-form .formbox .inputbox.w50{
 	width: 47%;
 }

 .contact-page-form .formbox .inputbox.w100{
 	width: 100%;
 }

 .contact-page-form .formbox .inputbox input,
 .contact-page-form .formbox .inputbox textarea{
 	width: 100%;
 	resize: none;
 	padding: 5px 0;
 	font-size: 18px;
 	font-weight: 400;
 	color: #333;
 	border: none;
 	outline: none;
 	border-bottom: solid 1px #777;
 }

 .contact-page-form .formbox .inputbox textarea{
 	height: 100px;
 }

/*.contact-page-form .formbox .inputbox label{
	position: absolute;
	left: 0;
	top: 0;
	padding: 5px 0;
	pointer-events: none;
	font-size: 18px;
	font-weight: 400;
	transition: 0.3s;
}
*/

 .contact-page-form .formbox .inputbox input[type="submit"]{
 	background: #00745b;
 	border: none;
 	color: #ffffff;
 	max-width: 150px;
 	padding: 12px;
 	text-transform: capitalize;
 	font-family: "Montserrat", sans-serif;
    font-weight: 500;
 	text-transform: uppercase;
 	-webkit-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
 }

.contact-page-form .formbox .inputbox input[type="submit"]:hover{
	background: #f2a922;
 	color: #ffffff;
}

.contact-page-left{
	background: #ffffff;
  	border: solid 1px #ccc;
  	-webkit-box-shadow: 5px 5px 12px #e6e1e1;
	-moz-box-shadow: 5px 5px 12px #e6e1e1;
	box-shadow: 5px 5px 12px #e6e1e1;
	padding: 24PX;
}

.contact-page-left .wpcf7-select{
	background: #fff;
	border-radius: 0;
	border-style: solid;
	border-width: 0.1rem;
	box-shadow: none;
	display: block;
	font-size: 1.6rem;
	letter-spacing: -0.015em;
	margin: 0;
	max-width: 100%;
	padding: 1.5rem 1.8rem;
	width: 100%;

}

.contact-page-right input[type="submit"]{
	width: 160px;
	border: solid 1px #ca912b;
}

.contact-page-right input[type="submit"]:hover{
	background: transparent;
	border: solid 1px #ca912b;
	color: #ca912b;
}

.contact-page-left .details-list, .socials-btm ul{
	margin: 0;
}

.contact-page-left .details-list li{
	margin: 0.5em 0;
	list-style-type: none;
}

.blog-page .post-meta{
	margin: 0;
}

.single-post .entry-header{
	background-color: transparent;
	margin-bottom: 18px;
	margin-bottom: 0;
/*	display: none;*/
}

.single-post .entry-header h1.entry-title{
	color: #000000;
	padding: 0;
}

.single-post .post-meta-wrapper, .single-post .featured-media-inner{
	display: none;
}

.entry-categories{
	margin-top: 4rem;
    margin-bottom: 1rem;
}

.archive-header{
	padding: 4rem 0;
}

body:not(.singular).archive main > article:first-of-type{
	padding: 0;
}

body:not(.singular).archive main > article, .single-post main > article{
	text-align: left;
}

.archive h2.entry-title{
	font-size: 30px;
	line-height: 30px;
}

.archive h2.entry-title a{
	color: #000000;
}

.archive .post-inner, .single-post .post-inner{
	padding-top: 0;
}

.archive .featured-media{
	margin-top: 3rem;
}

/*.single-post #site-content, .archive #site-content{
	max-width: 1240px;
	padding: 0 20px;
	margin: 0 auto;
}
*/
.single-post .featured-media-inner{
	left: 0;
	width: 100%;
}

.comments-wrapper{
	display: none;
}

.blog-page .rt-tpg-container .layout1 .rt-holder .rt-img-holder img{
	height: 320px;
	width: 100%;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7-not-valid-tip{
	font-size: 14px;
}

.tlp-portfolio-container.tlp-single-detail{
	max-width: 80%;
	padding-left: 20px;
	padding-right: 20px;
}

.tlp-portfolio-container.tlp-single-detail .portfolio-feature-img img{
	width: 100%;
}

.tlp-portfolio ul li{
	margin-left: 1rem;
	margin-bottom: 1rem;
	list-style-type: disc !important;
}

.single-portfolio .portfolio-details hr{
	margin: 3rem auto;
}

.tlp-portfolio .portfolio-detail-desc label{
	display: block;
}

.tlp-portfolio-detail-wrap ul.single-item-meta li{
	list-style-type: none !important;
}

.tlp-portfolio-detail-wrap ul.single-item-meta li.categories, .single-post .entry-categories{
	display: none;
}

.portfolio-short-details h5{
	font-size: 16px;
	font-weight: bold;
}

.inner-banner-hding h1.elementor-heading-title{
	margin-bottom: 0;
	color: #ffffff;
}

.inner-banner-row{
	margin-bottom: 5rem;
}

.tlp-portfolio-item .tlp-content-holder{
	text-align: center;
}

.tlp-portfolio .isotope1 .tlp-content h3, .news-row .elementor-posts .elementor-post__title{
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.tlp-portfolio .isotope1 .tlp-content h3 a, .news-row .elementor-posts .elementor-post__title a{
	color: #000000;
}

.news-row .elementor-posts .elementor-post__title a{
	font-weight: 400;
}

.tlp-portfolio .isotope1 .tlp-overlay{
	background-color: rgba(3,103,191,0.8);
}

.privacy-policy, .powered-by-wordpress, .to-the-top{
	color: #000000;
}

.tlp-portfolio-container.tlp-single-detail h2.portfolio-title{
	color: #1078be;
	margin-bottom: 1.5em;
}

.inrsub-title h3.elementor-heading-title{
	font-size: 28px;
	font-weight: 400;
	position: relative;
}

.inrsub-title h3.elementor-heading-title:after{
	content: "";
	position: absolute;
	background-color: #1078be;
	width: 50px;
	height: 1px;
	bottom: -16px;
	left: 0;
}

.single-portfolio .portfolio-details{
	width: 100%;
}

.portfolio-details h3{
	border-top: solid 1px #e0dddd;
	margin-bottom: 1.2em;
	margin-top: 1.2em;
	padding-top: 1.1em;
}

.tlp-portfolio .isotope1 .tlp-portfolio-thum{
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}

.tlp-portfolio .isotope1 .tlp-portfolio-thum img{
	height: 200px;
}

.about-pg .elementor-image-box-wrapper h3.elementor-image-box-title, 
.values-row .elementor-image-box-wrapper h3.elementor-image-box-title{
	font-weight: 600;
	font-size: 24px;
	margin-bottom: 10px;
}

.product-col-row h2.elementor-heading-title, .product-col-row .elementor-flip-box__layer.elementor-flip-box__back{
	margin-bottom: 0;
	/*font-weight: 600;
	text-transform: uppercase;*/
}

.half-fields-row{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
}

.half-fields{
	width: calc(100% /2 - 15px);
	margin-bottom: 20px;
}

.contact-page-left label{
	margin-bottom: 10px;
}

.sidebar-menu{
	border-left: solid 1px #cfcccc;
}

.sbttBacktotop{
	width: 40px;
	z-index: 99;
}

.singular.single-jb-job .entry-header, .singular.single-jb-job .pagination-single, 
.jb-single-job-wrapper .jb-job-content .jb-job-content-separator, .pagination-single, 
.ti-widget.ti-wp-testimonial-1 .ti-profile-img, .ti-widget.ti-wp-testimonial-2 .ti-profile-img{
	display: none;
}

.jb-single-job-wrapper .jb-job-title h1{
	margin-top: 1.5em;
	font-weight: 600;
}

.jb-single-job-wrapper .jb-job-content .jb-job-content-section p{
	color: #6f7484;
}

.jb-jobs .jb-jobs-wrapper .jb-job-list-row{
	-webkit-transform: scale(0.97);
	transform: scale(0.97);
	-webkit-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}

.jb-jobs .jb-jobs-wrapper .jb-job-list-row:hover{
	-webkit-transition: background 0.3s ease, -webkit-transform 0.3s ease;
	transition: background 0.3s ease, -webkit-transform 0.3s ease;
	transition: transform 0.3s ease, background 0.3s ease;
	transition: transform 0.3s ease, background 0.3s ease, -webkit-transform 0.3s ease;
	border-radius: 4px;
	padding: 1.5rem 1rem;
	-webkit-transform: scale(1);
  	transform: scale(1);
}

.tlp-portfolio .button-group{
	justify-content: flex-end;
}

.tlp-portfolio button{
	background: transparent;
	font-size: 13px;
	color: #000000;
}

.newsletter-col .wp-caption .widget-image-caption{
	color: #000000;
}

.gallery{
	margin-top: 0;
	margin-bottom: 0;
}

.elementor-image-gallery .gallery-item{
	padding-bottom: 1.5em;
}

.inner-top-slider .elementor-slides .swiper-slide-inner .elementor-slide-heading{
	margin-bottom: 13px !important;
}

.loction-subinr-cnt strong{
	font-size: 20px;
}

.elementor-section.loction-subinr-cnt a{
	text-decoration: underline;
	font-weight: 600;
}

@media only screen and (min-width: 1024px) {
div.inner-banner-hding h1.elementor-heading-title{
	font-size: 40px;
	}

.custom-footer-col-2{
	padding-left: 4%;
	}
	
/*div.custom-footer-col ul.elementor-nav-menu{
	-webkit-column-count: 2;
  	-moz-column-count: 2;
  	column-count: 2;
	}*/
}

@media only screen and (max-width: 1024px) {
.hdr-top .elementor-nav-menu--dropdown{
	background-color: transparent;
	margin-top: 0 !important;
	}

.hdr-top .elementor-nav-menu--dropdown a{
	color: #ffffff;
	}

.hdr-top .elementor-nav-menu--dropdown .elementor-item:hover, 
.hdr-top .elementor-nav-menu--dropdown .elementor-item:focus{
	background-color: transparent !important;
	}

.main-header.elementor-section .elementor-container{
	-ms-flex-wrap: initial;
	flex-wrap: initial;
	}
}

@media only screen and (max-width: 1000px) {
.metaslider .slider-txt h3{
	font-size: 26px;
	line-height: 26px;
	margin-bottom: 12px;
	}

.metaslider .flexslider .slides p{
	font-size: 14px;
		line-height: 22px;
	}

.metaslider .slider-btn{
	width: 112px;
	}

.metaslider .slider-btn a{
	padding: 6px;
	max-width: 112px;
	font-size: 12px;
	}

#homeslider .metaslider .flex-control-nav{
	display: none;
	}

.metaslider .slider-txt{
	max-width: 360px;
	background-color: transparent;
	}
}

@media only screen and (max-width: 768px) {
body, .entry-content p, .entry-content li, .widget-content, .btm-details-list li, 
.woocommerce ul.products li.product .price, .woocommerce div.product p.price, 
.woocommerce div.product span.price, .entry-content{
	font-size: 14px;
	}

.header-topbar .elementor-nav-menu--layout-horizontal{
	justify-content: center;
	}

.mainmenu-toggle .elementor-nav-menu--toggle .elementor-menu-toggle.elementor-active + .elementor-nav-menu__container{
	max-width: 100%;
	}

.top-info{
	display: none;
	}

/*#main-header .elementor-widget-theme-site-logo img{
	max-width: 140px;
	}*/

.metaslider .slider-txt{
	max-width: 100%;
	position: 2% 0;
	}

.metaslider .slider-txt h3{
	font-size: 18px;
  	line-height: 22px;
  	margin-bottom: 5px;
	}

.metaslider .slider-btn a{
	margin-top: 5px;
	}

.mainslider .swiper-slide-contents .elementor-slide-description h3{
	font-size: 25px;
	}

.mainslider .swiper-slide-contents h6{
	font-size: 20px;
	}

div.subhding h3.elementor-image-box-title{
	font-size: 24px;
	}

.service-posts .elementor-posts .elementor-post__card .elementor-post__text{
	padding: 10px;
	}

.service-posts .elementor-post__card .elementor-post__title a{
	font-size: 24px
	}

.woocommerce ul.products li.product .woocommerce-loop-category__title, 
.woocommerce ul.products li.product .woocommerce-loop-product__title, 
.woocommerce ul.products li.product h3{
	font-size: 16px;
	}

.ftr-top-col .elementor-image-box-img img{
	margin: 0 auto;
	}

.custom-footer-col h3.elementor-heading-title{
	margin-bottom: 10px;
	}

section.inner-banner-row{
	padding: 4rem 0;
	margin-bottom: 3rem;
	}

div.inner-banner-hding h1.elementor-heading-title{
	font-size: 26px;
	}

body:not(.home) section.custom-footer{
	margin-top: 2rem;
	}

div.half-fields-row{
	display: -webkit-block;
	display: -moz-block;
	display: -ms-block;
	display: -o-block;
	display: block;
	}

div.half-fields{
	width: calc(100%);
	}

.product-col-row:nth-child(odd) .elementor-column:first-child{
	-webkit-box-ordinal-group: 2;  
  	-moz-box-ordinal-group: 2;     
  	-ms-flex-order: 2;     
  	-webkit-order: 2;  
  	order: 2;
	}

.product-col-row:nth-child(odd) .elementor-column:last-child{
	-webkit-box-ordinal-group: 1;  
  	-moz-box-ordinal-group: 1;     
  	-ms-flex-order: 1;     
  	-webkit-order: 1;  
  	order: 1;
	}

div.tlp-portfolio-container.tlp-single-detail{
	max-width: 100%;
	}
}