/* 
Theme Name: Cab Light
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: FuDog Media
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/******Default vip css start*****/  
@font-face {
	font-family: 'Inter';
	src: url('fonts/Inter-Bold.eot');
	src: url('fonts/Inter-Bold.eot?#iefix') format('embedded-opentype'),
		url('fonts/Inter-Bold.woff2') format('woff2'),
		url('fonts/Inter-Bold.woff') format('woff'),
		url('fonts/Inter-Bold.ttf') format('truetype'),
		url('fonts/Inter-Bold.svg#Inter-Bold') format('svg');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Inter';
	src: url('fonts/Inter-Regular.eot');
	src: url('fonts/Inter-Regular.eot?#iefix') format('embedded-opentype'),
		url('fonts/Inter-Regular.woff2') format('woff2'),
		url('fonts/Inter-Regular.woff') format('woff'),
		url('fonts/Inter-Regular.ttf') format('truetype'),
		url('fonts/Inter-Regular.svg#Inter-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Inter';
	src: url('fonts/Inter-Medium.eot');
	src: url('fonts/Inter-Medium.eot?#iefix') format('embedded-opentype'),
		url('fonts/Inter-Medium.woff2') format('woff2'),
		url('fonts/Inter-Medium.woff') format('woff'),
		url('fonts/Inter-Medium.ttf') format('truetype'),
		url('fonts/Inter-Medium.svg#Inter-Medium') format('svg');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}


*{
	outline: none !important; 
	text-decoration: none !important; 
}
ul {
	padding: 0;
} 
.site-branding {
	display: none;
} 
p,li {
	margin-bottom: 20px; 
}
a {
	transition: all ease-in-out 0.3s;
}  
p, li{
	margin-bottom: 20px; 
}
p, li, div, p.elementor-heading-title {
	color: #000;
	font-size: 19px;
	line-height: 37px;
	font-weight: normal;  
	font-family: 'Inter'; 
}
p:last-child, .post_container .blogcontent p:last-child, .single-post .post_container .blogcontent p li:last-child {
	margin-bottom: 0;
} 
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
	color:#000;
	font-weight:bold;
	letter-spacing: 0;  
	font-family: 'Inter';
	letter-spacing: 1px !important;
}
.bigheading > .elementor-widget-container {
	margin-bottom: 25px;
}
b {
	font-weight: 600;
}   
.pl60{
	padding-left:60px;
}
.pr60{
	padding-right:60px;
} 
.pt0 {
	padding-top:0px !important;
}
.pb0 {
	padding-bottom:0px;
}
.mt60{
	margin-top: 60px;
} 
.pt100{
	padding-top: 100px;
}
.pb100{
	padding-bottom: 100px;
}
.pad100 {
	padding: 60px 15px;
}  
body {
	position: relative;
	background: #D3D3D3BA;
}

/*** Header ***/
.menu-primary-menu-container .menu {
	display: flex;
}
.menu-primary-menu-container .menu > li {
	margin: 0 28px;
	position: relative;
}
.menu-primary-menu-container .menu > li > .sub-menu a {
	color: #000;
	font-size: 16px;
	line-height: normal;
	width: 100%;
	display: block;
	padding: 12px 20px;
}
.menu-primary-menu-container .menu > li > .sub-menu li {
	margin: 0;
	border-bottom: 1px solid #e8e8e8;
}
.menu-primary-menu-container .menu > li > .sub-menu {
	position: absolute;
	left: 0px;
	top: 100%;
	background: #fff;
	min-width: 200px;
	box-shadow: 0px 3px 9px rgba(0,0,0,0.1);
	border-radius: 15px;
	overflow: hidden;
	display:none;
	opacity:0;
	transition:0.3s all;
}
.menu-primary-menu-container .menu > li > .sub-menu li:last-child {
	border: 0px;
}
.menu-primary-menu-container .menu > li:hover > .sub-menu{
	display:block;
	opacity:1;
} 
.menu-primary-menu-container .menu > li > .sub-menu a:hover {
	background: #01b65d !important;
	color: #fff;
}
.site-header {
	max-width: 100% !important;
	position: absolute;
	z-index: 30;
	left: 0;
	right: 0;
	margin: 0 auto;
	justify-content: center; 
	padding: 40px 15px 15px !important;
} 
.menu-primary-menu-container .menu > li > a:hover,  
.menu-primary-menu-container .menu > li.current_page_item > a {
	color: #01b65d;
}
.menu-primary-menu-container .menu > li > a::before {
	content: "";
	width: 7px;
	height: 7px;
	background: #01b65d;
	border-radius: 50%;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	display: none !important;
}
.menu-primary-menu-container .menu > li.current_page_item > a::before {
	display: block;
}
.menu-primary-menu-container .menu > li > a {
	color: #fff !important;
	font-size: 17px;
	font-weight: 500;
	position: relative;
	padding: 17px 0;
}
.menu-primary-menu-container .menu > li {
	margin: 0;
}
.site-header .container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 15px;
	margin: auto;
	max-width: 1510px;
	width: 100%;
}
.site-nav li {
	list-style: none;
}
.menu-primary-menu-container .menu {
	display: flex;
	padding-right: 20px;
}
.menu-primary-menu-container .menu > li {
	margin: 0 18px;
}
.custom-logo, .ft-logo {
	max-width: 380px;
	text-align: center;
	margin: 0 auto;
}
/*** Header End***/  
.inner-banner{
	padding:400px 0px 50px;
	position:relative;
}
.banner {
	position: relative;
	padding:100px 10px;
}
.banner::before, .inner-banner::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #000;
	opacity: 0.7;
}
.bnr-img-col img{
	border-radius: 100%;
	width: 250px;
	height: 250px;
	object-fit: cover;
	/* 	border: 1px solid #fff; */
}
.bnr-img-col {
	width: auto !important;
}
.bnr-img-col.rt-abs-col {
	margin-left: unset;
}	
.bnr-img-col {
	width: auto !important;
	max-width: 310px;
	margin-left: auto; 
}
.banner_categories .elementor-widget-image:nth-of-type(2) {
	position: relative;
	right: unset;
	width: auto;
	left: -80px;
	margin-top: -125px;
}
.banner_categories .rt-abs-col .elementor-widget-image:nth-of-type(2) {
	right: -170px;
	left: unset;
	margin-top: -125px;
}
.banner_categories .elementor-widget-image:last-child {
	margin-top: -20px;
}
.bigheading h2 {
	font-size: 60px;
	line-height: 70px;
}
.nav-bar {
	margin-top: -25px;
}
.nav-bar li {
	background: #fff;
	margin: 0px 5px;
	border-radius: 50px;
	text-align: center;
	justify-content: center;
	flex-wrap: wrap;
	box-shadow:0px 0px 10px 1px #91888885;
}
.nav-bar a {
	color: #000;
	font-size: 18px;
	line-height: normal !important;
	min-width: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding: 14px 60px !important;
	font-weight: 500;
}
.nav-bar .e--pointer-double-line .elementor-item::after, .e--pointer-double-line .elementor-item::before, .e--pointer-overline .elementor-item::after, .e--pointer-overline .elementor-item::before, .e--pointer-underline .elementor-item::after, .e--pointer-underline .elementor-item::before {
	background-color: unset;
}
.about-list {
	background: #fff;
	padding: 45px 30px;
	border-radius: 10px;
	width: calc(100% / 3 - 40px) !important;
	margin: 0 auto;
}
.about-list h4 {
	font-size: 22px;
	line-height: 32px;
	margin-bottom: 15px;  
	font-weight: bold;
}
.about-list p {
	min-height: 140px;
	max-width: 320px;
	margin: 0 auto;
	font-size: 18px;
	line-height: 31px;
}
.def-btn a {
	padding: 18px 35px;
	background: #163642;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	border: 1px solid #163642; 
	transition: all ease-in-out 0.5s;
}
.def-btn a:hover {
	color: #163642;
	background: #fff;
}
.about-img-part img {
	border-radius: 20px;
	min-height: 330px;
	width: 100%;
	max-height: 330px;
	object-fit: cover;
}
.about-img-part .elementor-column {
	width: calc(100% / 3 - 30px);
	margin: 0 auto;
}
.can-section .swiper-slide-image {
	max-height: 250px !important;
	object-fit: cover;
	max-width: 250px !important;
	min-height: 250px;
}
.footer-main {
	background: #163642;
	padding: 80px 15px;
}
.footer-main a {
	color: #fff;
}
.inner-banner h1, .bnr-hd h1 {
	font-size: 55px;
	line-height: normal;
	text-transform: capitalize; 
	margin-bottom: 30px;
}  

.about-txt {
	max-width: 1440px !important;
	margin: 0 auto !important;
} 
.about-content p {
	max-width: 1430px;
	margin: 0 auto;
}
.link-text a {
	color: #163642 !important;
	font-weight: bold;
} 
.img-slides img {
	width: 100% !important;
	min-height: 350px;
	max-height: 350px;
	object-fit: contain;
	cursor: pointer;
	border-radius: 10px;
}
.image-corner img {
	float: right;
	max-width: 220px;
	margin: 0px 0px 20px 20px; 
	background: #fff;
	padding: 5px;
}
.image-corner p {
	display: flex;
	align-items: center; 
	text-align:center;
}
.mid-two-img{
	width: auto !important;
	margin: 0px 15px;
	background: #fff;
	padding: 5px;
}
.img-mid{
	display: flex;
	justify-content: center;
}

.mid-two-img img{
	width: 100% !important;
}
.mid-two-img .wp-caption-text {
	font-style: normal !important;
	font-size: 16px !important;
	font-weight: 500 !important;
	line-height: 25px !important;
	max-width: 480px;
	padding-top: 6px;
	margin: auto;
	text-align: justify;
} 
/* .cap-img .mid-two-img, .cap-img .mid-three-img {
background: #fff;
padding: 10px;
} */
.data-txt p {
	max-width: 1050px;
	margin: 0 auto;
}
.data-table tr {
	text-align: center;
}
.data-table td p {
	margin-bottom: 0px;
	font-size:16px;
}
.data-table table td, .data-table table th {
	vertical-align: middle !important; 
	border: 1px solid hsla(196.1, 41.4%, 19.4%, 0.61) !important;
} 
.data-table table h6 {
	margin: 0px 0px 8px;
}
.data-table tr:first-child {
	background: #163642;
	color: #fff;
}
.database-col article {
	width: calc(100% / 3 - 10px);
	flex-direction: row !important;
}
.database-col .elementor-post__thumbnail__link {
	color: #163642 !important;
	margin-bottom: 0px !important;
	width: 200px !important;
	height: 100% !important;
	align-items: center;
	background: #16364214;
	display: flex;
} 
.database-col .elementor-post__title a {
	color: #163642 !important; 
	letter-spacing: 0px !important; 
}
.database-col  .elementor-posts-container .elementor-post__thumbnail {
	padding-bottom: 0px !important;
}
/* .database-col article {
width: calc(100% / 3 - 20px) !important;
align-items: center !important;
margin: 10px !important;
background: #fff;
padding: 10px !important;
flex-wrap: wrap;
}  */
.database-col img {
	position: relative !important;
	height: 150px !important;
	object-fit: contain;
	width: 200px !important;
	left: 0 !important;
	right: 0 !important;
	max-width: 100% !important;
	max-height: 100% !important;
	top: 0 !important;
	transform: unset !important;
	transition: unset !important;
}

.database-col .elementor-grid {
	display: flex !important;
	flex-wrap: wrap !important;
}
/* .database-col .elementor-post__text {
padding-left: 10px;
width: calc(100% - 200px);
}  */ 



.database-col article {
	width: calc(100% / 2 - 20px) !important;
	align-items: center !important;
	margin: 10px !important;
	background-color: #fff;
	padding: 10px !important;
	flex-wrap: wrap;
	background-image: url(https://cablightsbygillco.com/wp-content/uploads/2022/09/dmy-img.jpg);
	background-repeat: no-repeat;
	background-size: 140px;
	height: 140px;
} 
.database-col .elementor-post__text {
	padding-left: 140px;
	width: calc(100% - 200px);
} 
.database-col .elementor-post__title {
	margin-bottom: 10px !important;
	text-transform: uppercase;
}

.database-col .elementor-post__text p {
	font-size: 16px;
	line-height: 27px;
}

.nav-row ul {
	margin: 0px !important;
}
.nav-row .elementor-nav-menu__container {
	flex-wrap: wrap;
	justify-content: center;
}
.gillco-txt p {
	max-width: 1370px;
	margin-left: auto;
	margin-right: auto;
}

.about-txt p {
	max-width: 1250px;
	margin: 0 auto;
}
.img-slides .swiper-slide-inner {
	margin: 0px 20px !important;
}

.custom-form .gform_wrapper input:hover, .contact-custom .gform_wrapper select:hover, .custom-form .gform_wrapper textarea:hover {
	border-color: #163642 !important;
} 
.custom-form .gform_wrapper .gform_footer input {
	background: #163642 !important;
	font-size: 19px !important;
	min-width: 190px;
	margin: 30px auto 0px !important;
	color: #fff !important;
} 
.custom-form .gform_wrapper input, .gform_wrapper select, .gform_wrapper textarea {
	font-size: 15px !important;
	height: 53px !important;
	border: 0px !important;
	border-bottom-color: currentcolor;
	border-bottom-style: none;
	border-bottom-width: 0px;
	border-bottom-color: currentcolor;
	border-bottom-style: none;
	border-bottom-width: 0px;
	border-radius: 0px !important;
	border-bottom: 1px solid #666666c4 !important;
	background: transparent !important;
	color: #000 !important;
	font-weight: 500 !important;
} 
.custom-form .gform_wrapper textarea {
	height: 120px !important;
} 
.custom-form .gfield {
	grid-column: span 6 !important;
}
/* .custom-form .name_first, .custom-form .name_last {
width: 100% !important;
padding-right: 0% !important;
}  */
.custom-form .name-col, .custom-form .full-col {
	grid-column: span 12 !important;
} 
.custom-form .gform_wrapper input {
	margin-bottom: 20px !important;
}


.validation_message {
	border: 0px !important;
	padding: 0px !important;
	background: transparent !important;
	margin-top: 0px !important; 
	margin-top: -15px !important;
} 
.gform_validation_errors {
	border-radius: 0px !important;
	margin-bottom: 30px !important;
	box-shadow: unset !important;
} 

.custom-form {
	max-width: 1300px;
	margin: 0 auto;
}
.three-box .mid-two-img {
	width: 25% !important;
}
.three-box .elementor-row {
	justify-content: center;
}
.data-txt a {
	color: #163642 !important;
	font-weight: 700;
}
.link-text {
	text-align: justify !important;
}
.database-col article:first-child, .database-col article:nth-of-type(2), .database-col article:nth-of-type(3) {
	order: 1;
}
.database-col article:first-child a i, .database-col article:nth-of-type(2) a i, .database-col article:nth-of-type(3) a i {
	display: none;
}
.custom-logo {
	max-width: 550px;
}
.banner_categories .elementor-widget-image:last-child {
	display: none;
}
/* Database Css */
.database-col .elementor-post__text {
	padding-left: 20px;
}
.database-col article {
	background-image: unset;
	height: 170px;
}
.home-gallery .gallery-item img {
	max-height: 300px;
	width: auto;
}
.database-col .elementor-post__title a ,
.database-col .elementor-post__thumbnail__link{ 
	pointer-events: none;
}
.data-base-sec {
	padding-left: 15px;
	padding-right: 15px;
}
.banner-more-img {
	position: absolute;
	bottom: -127px;
	left: 65%;
	transform: translate(50%, -50%);
	width: auto !important;
}
#__lpform_input_1_1_3 {
	display: none !important;
}
.icon-box {
	background: #fff;
	padding: 20px;
	margin: 10px !important;
	min-width: 300px;
	position: relative;
	border-radius: 10px;
}
.icon-box .elementor-icon {
	display: block;
	margin: auto;
	text-align: center;
}
.icon-box .elementor-icon i {
	background: #163642;
	border-radius: 50%;
	padding: 25px;
	font-size: 20px;
	line-height: 0px;
	color: #fff;
	margin: auto;
}
.icon-box h3 {
	font-size: 20px;
	line-height: normal;
	margin: 0px auto 10px;
}
.icon-box h3 a::after {
	content: "";
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	background: #000;
	position: absolute;
	z-index: 1;
	opacity: 0;
}
.icon-box p {
	font-size: 23px;
}


@media(max-width:1480px){ 
	.custom-logo {
		max-width: 450px;
	} 
	.nav-bar li {
		max-width: 250px;
	}
	.bnr-img-col img {
		width: 220px;
		height: 220px;
	}
	.banner_categories .rt-abs-col .elementor-widget-image:nth-of-type(2) {
		right: -150px;
		margin-top: -115px;
	}
	.banner_categories .elementor-widget-image:nth-of-type(2) {
		left: -60px;
	}

} 
@media(max-width:1290px){
	.about-list {
		padding: 45px 30px;
	} 
	.about-list h4 {
		font-size: 22px;
		line-height: 32px;
	}




}	


@media(max-width:1199px){
	.custom-logo {
		max-width: 350px;
	}
	.bnr-img-col img {
		width: 200px;
		height: 200px;
	}
	/* 	.banner {
	padding: 70px 30px 40px;
} */
	.bigheading h2 {
		font-size: 45px;
		line-height: 55px;
	}
	p, li, div, p.elementor-heading-title {
		font-size: 17px;
		line-height: 32px;
	}
	.about-list {
		padding: 35px 15px;
		width: calc(100% / 3 - 15px) !important;
	}
	.def-btn a {
		padding: 14px 25px;
		font-size: 15px;
	}
	.about-list p {
		font-size: 16px !important;
		line-height: 28px !important;
	}
	.about-box {
		margin: 40px 0 !important;
	}
	.img-slides .swiper-slide-inner {
		margin: 0px 10px !important;
	}
	.footer-main {
		padding: 60px 15px;
	}
	.pb100 {
		padding-bottom: 60px;
	}
	.ft-logo img {
		max-width: 350px;
	}
	.inner-banner h1, .bnr-hd h1 {
		font-size: 45px;
	}
	.mid-two-img {
		margin: 0px 5px;
	}
	.img-mid .elementor-row {
		flex-wrap: nowrap;
	}
	.database-col article {
		width: calc(100% / 2 - 15px) !important;
		margin: 5px !important;
	}
	.pt100 {
		padding-top: 60px;
	}
	.nav-bar a {
		font-size: 15px;
		padding: 14px 50px !important;
	}
	.nav-bar li {
		margin: 0px 4px;
	}
	.banner_categories .rt-abs-col .elementor-widget-image:nth-of-type(2) {
		right: -140px;
		margin-top: -105px;
	}
	.banner-more-img {
		left: 60%;
		bottom: -100px;
	}
	.banner_categories .elementor-widget-image:nth-of-type(2) {
		left: -30px;
		margin-top: -105px;
	}






}
@media(max-width:1024px){
	.footer-main .elementor-widget-nav-menu {
		display: none;
	}
	.copyright {
		padding: 40px 0 0 0;
	}
	.nav-row .elementor-menu-toggle {
		position: absolute;
		background: #163642;
		font-size: 30px;
		color: #fff;
		right: 0;
		top: 0;
		z-index: 2;
	}
	.nav-row .elementor-nav-menu--dropdown.elementor-nav-menu__container {
		position: fixed;
		right: 0;
		top: 0;
		height: 100vh;
		background: #fff;
		margin-top: 0;
		width: 50% !important;
		z-index: 1;
	}
	.site-header {
		justify-content: left;
		padding: 30px 15px 15px !important;
		z-index: 1;
	}	
	.bnr-img-col {
		margin-top: 110px;
	}
	.nav-row {
		background: transparent;
		padding: 20px;
		position: absolute;
		right: 0;
		top: 40px;
		z-index: 10;
		width: 60px !important;
	}
	.nav-bar li {
		background: transparent;
		margin: 0;
		border-radius: 0;
		text-align: left;
		box-shadow: none;
		border-bottom: 1px solid #0000001c;
		max-width: 100% !important;
	}
	.nav-bar a {
		font-size: 20px;
		padding: 12px 15px !important;
		display: block;
	}
	.nav-bar a:hover, .nav-row .elementor-item.elementor-item-active {
		background: transparent !important;
		color: #000 !important;
	}
	.nav-row ul {
		margin: 50px 0 0 !important;
	}
	.nav-row .elementor-menu-toggle.elementor-active {
		position: absolute;
		top: -30px;
		right: -10px;
	}
	.banner {
		padding: 60px 10px;
	}

}

@media(max-width:999px){
	.custom-logo {
		max-width: 300px;
	}
	.bnr-img-col img {
		width: 160px;
		height: 160px;
	}
	/* 	.banner_categories .elementor-widget-image:nth-of-type(2) {
	left: 130px;
} */
	p, li, div, p.elementor-heading-title {
		font-size: 15px;
		line-height: 26px;
	}
	.bigheading h2 {
		font-size: 35px;
		line-height: 45px;
	}
	.bigheading > .elementor-widget-container {
		margin-bottom: 20px;
	}
	.pad100 {
		padding: 40px 15px;
	}
	.about-list {
		padding: 30px 15px;
		width: calc(100% / 2 - 15px) !important;
		margin: 0 auto 15px;
	}
	.def-btn a:hover {
		color: #fff;
		background: #163642;
	}	
	.about-list p {
		min-height: 100px;
		max-width: 100%;
		font-size: 15px !important;
		line-height: 26px !important;
	}
	.about-box .def-btn > .elementor-widget-container {
		margin-top: 20px !important;
	}
	.def-btn a {
		padding: 12px 20px;
		font-size: 14px;
	}
	.about-box {
		margin: 30px 0 !important;
	}
	.pad100 {
		padding: 30px 15px;
	}
	.img-slides > .elementor-widget-container {
		margin: 40px 0 0 0 !important;
	}
	.home-gallery .gallery-item {
		width: 100%;
		max-width: 16.66% !important;
	}
	.home-gallery .gallery-item img {
		max-height: 250px;
	}
	.ft-logo img {
		max-width: 320px;
	}
	.footer-main {
		padding: 40px 15px;
	}
	.pb100 {
		padding-bottom: 40px;
	}
	.inner-banner {
		padding: 350px 0px 50px;
	}
	.custom-form .gform_wrapper .gform_footer input {
		font-size: 17px !important;
		min-width: 130px;
		margin: 20px auto 0px !important;
		height: 45px !important;
	}
	.inner-banner h1, .bnr-hd h1 {
		font-size: 35px;
		margin-bottom: 20px;
	}
	.img-mid {
		margin: 30px 0px !important;
	}
	.mb40 .elementor-widget-container {
		margin-bottom: 30px !important;
	}
	.pt100 {
		padding-top: 40px;
	}	
	.three-box .mid-two-img {
		width: 33.33% !important;
	}
	.database-col article {
		flex-wrap: wrap;
		justify-content: center;
		align-items: center !important;
		height: 100%;
		text-align: center;
		min-height: 310px;
	}
	.database-col .elementor-post__thumbnail__link {
		width: 100% !important;
	}
	.database-col .elementor-post__text {
		width: 100%;
		padding: 15px 0 0 0 !important;
	}
	.database-col .elementor-post__text p {
		font-size: 15px;
		line-height: 25px;
	}
	.database-col .elementor-post__thumbnail__link {
		width: 100% !important;
		background: transparent;
		justify-content: center;
	}
	.database-col img {
		height: 150px !important;
		width: 100% !important;
	}
	.other-gillco {
		width: 50% !important;
	}
	.other-gillco .mid-two-img {
		margin: 5px;
		width: 100% !important;
		padding: 8px;
	}
	.other-gillco.img-mid .elementor-row {
		flex-wrap: wrap;
	}
	.mid-two-img .wp-caption-text {
		font-size: 14px !important;
		line-height: 22px !important;
		max-width: 100%;
	}
	.bnr-img-col {
		margin-top: 90px;
	}
	.banner_categories .rt-abs-col .elementor-widget-image:nth-of-type(2) {
		right: -100px;
		margin-top: -80px;
	}
	.banner_categories .elementor-widget-image:nth-of-type(2) {
		left: 50px;
		margin-top: -80px;
	}
	.banner-more-img {
		left: 57%;
		bottom: 0px;
	}




}



@media(max-width:767px){
	.img-slides > .elementor-widget-container {
		margin: 30px 0 0 0 !important;
	}	
	.bigheading h2 {
		font-size: 30px;
		line-height: 40px;
	}
	.bigheading > .elementor-widget-container {
		margin-bottom: 15px;
	}
	.about-list h4 {
		font-size: 20px;
		line-height: 30px;
		margin-bottom: 10px;
	}
	.about-list {
		width: calc(100% / 2 - 10px) !important;
		margin: 0 auto 10px;
	}
	.about-list:last-child {
		margin-bottom: 0 !important;
	}
	.img-slides .swiper-slide-inner {
		margin: 0px 0px !important;
	}
	.home-gallery .gallery-item img {
		max-width: 100px;
		min-height: 130px;
		object-fit: contain;
	}
	.ft-logo img {
		max-width: 290px;
	}
	.copyright {
		padding: 30px 0 0 0;
	}
	.custom-logo {
		max-width: 250px;
	}
	.inner-banner {
		padding: 300px 0px 50px;
	}
	.custom-form .gform_wrapper .has_first_name span {
		flex: 1;
	}
	.custom-form .gform_wrapper .name_first {
		padding-right: 1% !important;
	}
	.custom-form .gform_wrapper .name_last {
		padding-left: 1% !important;
	}	
	.custom-form .gfield {
		grid-column: span 12 !important;
	}
	.custom-form .gform_wrapper input {
		margin-bottom: 10px !important;
	}
	.custom-form .gform_wrapper .gform_footer input {
		font-size: 16px !important;
		min-width: 120px;
		margin: 10px auto 0px !important;
		line-height: normal !important;
	}
	.inner-banner h1, .bnr-hd h1 {
		font-size: 30px;
		margin-bottom: 15px;
	}
	.img-mid {
		margin: 20px 0px !important;
	}
	.mb40 .elementor-widget-container {
		margin-bottom: 20px !important;
	}
	.mid-two-img .wp-caption-text {
		font-size: 14px !important;
		line-height: 23px !important;
		text-align: center;
	}
	p, li {
		margin-bottom: 15px;
	}
	.authentic p, .gillco-sign .elementor-text-editor.elementor-clearfix  {
		text-align: center;
	}
	.other-gillco .mid-two-img {
		min-height: 360px;
	}
	.banner .elementor-col-50 {
		width: 50% !important;
	}
	.bnr-img-col img {
		width: 140px;
		height: 140px;
	}	
	.site-header {
		padding: 20px 15px 15px !important;
	}	
	.bnr-img-col {
		margin-top: 70px;
	}
	.banner_categories .rt-abs-col .elementor-widget-image:nth-of-type(2) {
		right: -80px;
		margin-top: -60px;
	}
	.banner_categories .elementor-widget-image:nth-of-type(2) {
		left: 80px;
		margin-top: -60px;
	}
	.banner-more-img {
		left: 55%;
	}
	.banner {
		padding: 60px 10px 40px;
	}
	.icon-box p {
		font-size: 18px;
	}
	.icon-box h3 {
		font-size: 18px;
	}
	.icon-box {
		min-width: 260px;
	}


}



@media(max-width:600px){
	.about-list {
		width: 100% !important;
	}
	.about-list p {
		min-height: 100%;
	}
	.home-gallery .gallery-item img {
		height: 90px;
		max-width: 70px;
	}
	.footer-main {
		padding: 40px 15px 15px;
	}
	.ft-logo img {
		max-width: 260px;
	}
	.copyright {
		padding: 20px 0 0 0;
	}
	.three-box .mid-two-img {
		width: calc(100% / 2 - 10px) !important;
		margin: 0 auto 10px;
	}
	.three-box.img-mid .elementor-row {
		flex-wrap: wrap;
	}
	.full-mob .mid-two-img {
		margin: 0 0 10px;
		width: 100% !important;
	}
	.full-mob.img-mid .elementor-row {
		flex-wrap: wrap;
	}
	.full-mob .mid-two-img:last-child {
		margin-bottom: 0 !important;
	}
	.database-col .elementor-post__text p {
		font-size: 13px;
		line-height: 22px;
	}
	.database-col .elementor-post__title {
		font-size: 16px !important;
	}
	.database-col img {
		height: 100% !important;
		width: 100% !important;
		min-height: 170px;
	}

	.database-col .elementor-post__text p br {
		display: none;
	}
	.other-gillco {
		width: 100% !important;
		margin: 20px 0px 0px !important;
	}
	.other-gillco .mid-two-img {
		margin: 10px 0 0 0;
		min-height: auto;
	}
	.mt0 {
		margin-top: 0 !important;
	}
	.bnr-img-col img {
		width: 120px;
		height: 120px;
	}
	.banner_categories .elementor-widget-image:nth-of-type(2) {
		left: 50px;
	}
	.custom-logo {
		max-width: 220px;
	}	
	.bnr-img-col {
		max-width: 170px;
	}
	.nav-row .elementor-nav-menu--dropdown.elementor-nav-menu__container {
		position: fixed;
		right: 0;
		top: 0;
		height: 100vh;
		background: #fff;
		margin-top: 0;
		width: 100% !important;
		z-index: 1;
	}
	.data-base-sec .bnr-hd h1 {
		max-width: 370px;
		margin: 0 auto 15px;
	}
	.authentic .bnr-hd h1 {
		max-width: 340px;
	}
	.banner_categories .rt-abs-col .elementor-widget-image:nth-of-type(2) {
		right: 0;
		margin-top: -20px;
	}
	.banner-more-img {
		left: 50%;
	}
	.banner_categories .elementor-widget-image:nth-of-type(2) {
		left: 0px;
		margin-top: -20px;
	}
	.bnr-img-col {
		max-width: 120px;
		margin-top: 50px;
	}
	.banner .banner-more-img {
		left: calc(60% + -40px) !important;
		width: auto !important;
	}
	.banner .rt-abs-col:first-child {
		width: auto !important;
	}
	

}


@media(max-width:400px){
	.home-gallery .gallery-item img {
		height: 70px;
		max-width: 50px;
	}
}	




