/*
	Theme Name:     First_chose_gate
	Theme URI:      
	Description:    First_chose_gate
	Author:         First_chose_gate
	Author URI:     
	Template:       Divi
	Version:        1.0.0
*/

@import url("main_style.css");
@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');

body {
	font-family: "Rubik", sans-serif;
	font-size: 16px !important;
	color: #000;
	margin: 0 !important;
	line-height: 1.3;
	font-weight: 400;
	background-color: #28156E;
}

.m20 {
	margin: 0 20px !important;
	background: #fff;
	border-radius: 30px;
}

/* ---------- main banner ---------- */
.bnr_sec .et_pb_slide {
	height: 750px;

}

.bnr_txt {
	display: flex;
	justify-content: center;
	width: fit-content;
	margin: auto;
	background: #fff;
	font-size: 26px;
	color: #000;
	font-weight: 600;
	padding: 15px 40px;
	border-radius: 10px 10px 0 0;
	border-bottom: 5px solid #D1441F;
}

.bnr_slide_col .et_pb_slides .et_pb_slider_container_inner {
	vertical-align: bottom;
}

.bnr_slide_col .et-pb-controllers,
.bnr_slide_col .et-pb-slider-arrows {
	display: none;
}

/* ---------- main banner end ---------- */


/* ------------about section start-------------- */


.abt_img img {
	width: 100%;
	height: 500px;
	object-fit: cover;
	border-radius: 40px;
	clip-path: inset(40%);
	opacity: 0;
	transition:
		clip-path 1.4s cubic-bezier(0.77, 0, 0.175, 1),
		opacity 1.4s ease;
}

.actv_abt_sec .abt_img img {
	clip-path: inset(0);
	opacity: 1;
	transition-delay: 0s;
}

.abt_col2 {
	padding-left: 70px;
}

.abt_img {
	position: relative;
}

.abt_img:after {
	position: absolute;
	content: "";
	height: 70%;
	width: 70%;
	background: #D1441F;
	border-radius: 40px;
	right: -10px;
	bottom: -10px;
	z-index: -1;
}

/* why choose us icon section */
.wcu_box {
	width: 25%;
	display: flex;
}

.wcu_box_inr {
	width: 100%;
	padding: 0 20px;
}

.wcu_img {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 190px;
	width: 190px;
	margin: auto;
	background: #fff;
	border: 1px dashed #28156E;
	border-radius: 100%;
	box-shadow: 0px 0px 20px 0px #00000026;
}

.wcu_img img {
	width: 100%;
	height: 100px;
	object-fit: contain;
animation: floatUpDown 3s ease-in-out infinite;
}

@keyframes floatUpDown {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-5px);
    }

    100% {
        transform: translateY(0px);
    }
}


.wcu_ttl {
	font-size: 22px;
	color: #28156E;
	font-weight: 500;
	text-align: center;
	padding: 30px 0 5px 0 !important; 
}

.wcu_des {
	text-align: center;
}

.wcu_row {
	border-top: 1px solid #ddd;
}

.wcu_row::before {
	position: absolute;
	content: "";
	height: 500px;
	width: 500px;
	left: 0px;
	top: -120px;
	background: #D1441F26;
	border-radius: 100%;
	filter: blur(100px);
}


.wcu_box {
	transform: translate(0px, 250px);
	opacity: 0;
}

.wcu_box1 {
	transition: 1s;
}

.wcu_box2 {
	transition: 2s;
}

.wcu_box3 {
	transition: 3s;
}

.wcu_box4 {
	transition: 4s;
}

.wcu_box5 {
	transition: 5s;
}

.actv_wcu_row .wcu_box {
	transform: translate(0px, 0px);
	opacity: 1;
}


/* ------------about section end-------------- */

/* --------------------upgrade to saftey start------------- */

.upgrade_main_box {
	background: #D1441F;
	margin: 0 100px;
	border-radius: 30px;
	padding: 70px 130px;
}

.upgrade_left_box {
	width: 75%;
}

.upgrade_right_box {
	width: 25%;
	display: flex;
	justify-content: right;
}

.upgrade_right_box_inr {
	position: relative;
}

.ani_lg_icon {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100px;
	width: 100px;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	left: 0;
	right: 0;
	background: #FFFFFF1C;
	border-radius: 100%;
}

.ani_logo_text img {
	width: 212px;
	height: 212px;
	object-fit: contain;
}

.ani_logo_text {
	height: 100%;
	WIDTH: 100%;
	animation: spin 30s linear infinite;
	margin: auto;
}

@keyframes spin {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}

/* --------------------upgrade to saftey end------------- */
/* --------------------Lorem content 2 images start------------- */


.lorem_cnt_img {
	display: flex;
}

.lorem_cnt_img {
	width: 100%;
	object-fit: contain;
}

.lorem_cnt_img1 img {
	height: 460px;
	border-radius: 30px;
	transition: 1.5s;
	transform: scale(0);
	opacity: 0;
}

.actv_lorem_cnt_row .lorem_cnt_img1 img {
	transform: scale(1);
	opacity: 1;
}

.lorem_cnt_logo img {
	width: 120px;
	height: 120px;
	object-fit: contain;
}

.lorem_cnt_img2 span.et_pb_image_wrap img {
	height: 270px;
	width: 300px !important;
	object-fit: cover;
	border-radius: 20px;
	border: 9px solid #FFFFFF;
	box-shadow: 0px 0px 19px 0px #00000033;
	animation: moveLeftRight 4s ease-in-out infinite;
}

/* Animation keyframes */
@keyframes moveLeftRight {
	0% {
		transform: translateX(0);
	}

	50% {
		transform: translateX(20px);
		/* jitna move karna ho utna px badha sakte ho */
	}

	100% {
		transform: translateX(0);
	}

}

.lorem_cnt_col1 {
	padding-right: 100px;
}

.lorem_cnt_img1 {
	padding-left: 220px;
}

.lorem_cnt_img2 {
	position: absolute;
	bottom: 30px;
	left: 0;
}

.lorem_cnt_logo {
	position: absolute;
	left: 40px;
}

/* --------------------Lorem content 2 images end------------- */
/* --------------------SEO section start------------- */

.seo_col2 {
	padding-top: 64px;
	padding-left: 40px;
}

.filler_img img {
	width: 100%;
	height: 680px;
	object-fit: cover;
}

/* want to add content */

span.cl_bg_txt {
	font-size: 26px;
	font-weight: 400;
	line-height: 1.6;
}

span.cl_sml_txt {
	font-size: 16px;
}

span.cl_sml_txt a {
	color: #d1441f;
	font-weight: 600;
}

.want_to_add_main_box {
	margin: 0 230px;
}


.want_to_add_left_box {
	width: 75%;
}

.want_to_add_right_box {
	width: 25%;
	display: flex;
	justify-content: right;
}

.want_to_add_right_box_inr {
	position: relative;
}

.want_to_add_right_box_inr {
	position: relative;
}

.want_to_add_right_box_inr .ani_lg_icon {
	background: #28156E1C;
}


/*  car section */
.car_row {
	height: 630px;
}

.car_sec {
	background-size: 100% 100% !important;
	overflow: hidden !important;
}

.srvc_form_car_svg_con_inner {
	line-height: 0;
	position: relative;
	display: flex;
	justify-content: center;
	bottom: -60px;
}

.srvc_form_car_svg_con::after,
.srvc_form_car_svg_con::before {
	position: absolute;
	content: '';
	background-position: left;
	animation: rotate 2s infinite linear;
	background: url(../../../wp-content/uploads/2025/11/wheel_img.png);
	background-size: 100% 100% !important;
	width: 80px;
	height: 80px;
	bottom: -60px;
	z-index: 9;

}

.srvc_form_car_svg_con::after {
	left: 73px;
}

.srvc_form_car_svg_con::before {
	left: 438px;
}


@keyframes rotate {
	0% {
		rotate: 0deg;
	}

	100% {
		rotate: 360deg;
	}
}

.srvc_form_car_svg_con {
	width: fit-content;
	position: relative;
}

.seo_sec {
	overflow: hidden;
}

/* vedio */
.vdo_ttl_col {
	padding-right: 100px;
}


/* --------------------SEO section end------------- */

/* -------------get in touch section start--------- */


.gt_12_inr {
	display: flex;
	justify-content: center;
	flex-wrap: wrap
}

.gt_6 {
	width: 50%
}

.gt_12 {
	width: 100%
}

.gt_6,
.gt_12 {
	padding: 10px;
	position: relative;
}

.gt_form_col1 {
	padding: 0 50px;
}

.contect_filed {
	font-size: 16px;
	height: 60px;
	padding: 10px 15px !important;
	padding-left: 0 !important;
	width: 100%;
	background: transparent !important;
	border: none !important;
	border-bottom: 1px solid #DDDDDD !important;
	color: #000 !important;
	position: relative;
}


::placeholder {
	display: none;
	color: #000000 !important;
}

option {
	color: #000 !important;
}

textarea.contect_filed {
	height: 120px;
	resize: none;
}

span.wpcf7-not-valid-tip {
	font-size: 13px;
	line-height: 1.1;
}

.wpcf7-spinner {
	position: absolute !important;
	right: 10px !important;
	margin: 0 !important;
}

.gt_form_row {
	background: #fff !important;
	padding: 0 !important;
	border-radius: 30px;
}

.ftr_map {
	display: flex;
}

.ftr_map iframe {
	width: 100%;
	height: 580px;
	border-radius: 30px;
}

/* -------------get in touch section end--------- */
/* -------------scroller line section start--------- */
.scroll_marquee {
	position: relative;
	overflow: hidden;
	white-space: nowrap;
	width: 100%;
	box-sizing: border-box;
}

.scroll_marquee_content {
	display: inline-block;
	white-space: nowrap;
	animation: scroll 15s linear infinite;
}

.scroll_marquee_content span {
	display: inline-block;
	font-size: 77px;
	font-weight: 400;
	color: #ffffff3b;
	margin-right: 20px;
}


@keyframes scroll {
	0% {
		transform: translateX(0);
	}

	100% {
		transform: translateX(-50%);
	}
}

/* -------------scroller line section end--------- */
/* -------------vedio section end--------- */

.vedio_main_box_inr_slider button.slick-arrow {
	display: none !important;
}

.vedio_box {
	padding: 10px;
}

.vedio_main_box_inr_slider ul.slick-dots {
	padding: 0 !important;
	margin: 10px 0 !important;
	position: relative;
	top: 0;
}

/* -------------vedio section end--------- */


@media all and (min-width: 320px) and (max-width: 767px) {
	.m20 {
		margin: 0 5px !important;
		border-radius: 10px;
	}

	/* ---------- main banner ---------- */
	.bnr_sec .et_pb_slide {
		height: 300px;
	}

	.bnr_txt {
		font-size: 18px;
		padding: 10px 30px;
	}

	/* ------------about section start-------------- */
	.abt_img img {
		height: 310px;
		border-radius: 20px;
	}

	.abt_col2 {
		padding-left: 0;
	}

	.abt_img:after {
		right: -5px;
		bottom: -5px;
		border-radius: 20px;

	}

	.abt_des {
		padding-top: 15px;
	}

	/* why choose us icon section */
	.wcu_row::before {
		height: 300px;
		width: 300px;
	}

	.wcu_img {
		height: 70px;
		width: 70px;
	}

	.wcu_img img {
		height: 30px;
	}

	.wcu_box_inr {
		padding: 0 5px;
	}

	.wcu_ttl {
		font-size: 16px;
		padding: 15px 0 5px 0 !important;
	}

	.wcu_box {
		width: 100%;
		padding: 5px 0;
	}

	/* --------------------upgrade to saftey start------------- */
	.upgrade_main_box {
		margin: 0 5px 30px 5px;
		padding: 15px 20px;
		border-radius: 10px;
	}

	.ani_logo_text img {
		width: 100px;
		height: 100px;
	}

	.upgrade_left_box {
		width: 100%;
		text-align: center;
	}

	.upgrade_right_box {
		width: 100%;
		padding-left: 0px;
		padding-top: 10px;
		justify-content: center;
	}

	.ani_lg_icon {
		height: 30px;
		width: 30px;
	}

	.ani_lg_icon img {
		width: 100%;
		height: 10px;
		object-fit: contain;
	}

	/* --------------------Lorem content 2 images start------------- */
	.lorem_cnt_col1 {
		padding-right: 0;
	}

	.lorem_cnt_logo,
	.lorem_cnt_img2 {
		display: none;
	}

	.lorem_cnt_img1 img {
		height: 310px;
		border-radius: 10px;
	}

	.lorem_cnt_img1 {
		padding-left: 0;
	}

	.lorem_cnt_des {
		padding-top: 15px;
	}

	/* --------------------SEO section start------------- */
	.seo_col {
		width: 100% !important;
	}

	.seo_col2 {
		padding-top: 0;
		padding-left: 0px;
	}

	.filler_img img {
		height: 250px;
	}

	/* want to add content */
	.want_to_add_main_box {
		margin: 0 10px;
	}

	span.cl_bg_txt {
		font-size: 18px;
	}

	.want_to_add_left_box,
	.want_to_add_right_box {
		width: 100%;
		justify-content: center;
		text-align: center;
	}

	.want_to_add_right_box_inr {
		margin-top: 10px;
	}

	.car_col {
		display: none;
	}

	.car_row.pd_t {
		height: auto;
		padding-bottom: 30px !important;
	}

	/* vedio */
	.vdo_ttl_col {
		padding-right: 0;
	}

	.vdo_col {
		width: 100% !important;
	}

	/* -------------get in touch section start--------- */
	.ftr_map iframe {
		height: 400px;
		border-radius: 0;
	}

	.gt_form_col {
		width: 100% !important;
	}

	.gt_form_col1 {
		padding: 15px;
	}

	.contect_filed {
		height: 40px;
		font-size: 13px;
	}

	.gt_form_row {
		border-radius: 0;
	}

	textarea.contect_filed {
		height: 70px;
	}

	.gt_6,
	.gt_12 {
		width: 100%;
		padding: 5px 0;

	}

	/* scrolling line */
	.scroll_marquee_content span {
		font-size: 35px;
	}

	/* -------------vedio section end--------- */
	.vedio_box {
		padding: 5px;
	}
}

@media all and (min-width: 481px) and (max-width: 767px) {

	/* -------------get in touch section start--------- */

	.gt_6 {
		width: 50%;
		padding: 5px;

	}


	.gt_12 {
		width: 100%;
		padding: 5px;

	}

}

@media all and (min-width: 768px) and (max-width: 980px) {
	.m20 {
		margin: 0 5px !important;
		border-radius: 20px;
	}

	/* ---------- main banner ---------- */
	.bnr_sec .et_pb_slide {
		height: 400px;
	}

	.bnr_txt {
		font-size: 20px;
		padding: 10px 30px;
	}

	/* ------------about section start-------------- */
	.abt_img img {
		height: 350px;
		border-radius: 20px;
	}

	.abt_col2 {
		padding-left: 0;
	}

	.abt_img:after {
		right: -5px;
		bottom: -5px;
		border-radius: 20px;

	}

	.abt_des {
		padding-top: 15px;
	}

	/* why choose us icon section */
	.wcu_row::before {
		height: 300px;
		width: 300px;
	}

	.wcu_img {
		height: 100px;
		width: 100px;
	}

	.wcu_img img {
		height: 50px;
	}

	.wcu_box_inr {
		padding: 0 5px;
	}

	.wcu_ttl {
		font-size: 16px;
		padding: 15px 0 5px 0 !important;
	}

	.wcu_box {
		width: 50%;
		padding: 10px 0;
	}

	/* --------------------upgrade to saftey start------------- */
	.upgrade_main_box {
		margin: 0 20px;
		padding: 20px 30px;
	}

	.ani_logo_text img {
		width: 150px;
		height: 150px;
	}

	.upgrade_left_box {
		width: 80%;
	}

	.upgrade_right_box {
		width: 20%;
		padding-left: 20px;
	}

	.ani_lg_icon {
		height: 40px;
		width: 40px;
	}

	.ani_lg_icon img {
		width: 100%;
		height: 14px;
		object-fit: contain;
	}

	/* --------------------Lorem content 2 images start------------- */
	.lorem_cnt_col1 {
		padding-right: 0;
	}

	.lorem_cnt_logo,
	.lorem_cnt_img2 {
		display: none;
	}

	.lorem_cnt_img1 img {
		height: 380px;
	}

	.lorem_cnt_img1 {
		padding-left: 0;
	}

	.lorem_cnt_des {
		padding-top: 15px;
	}

	/* --------------------SEO section start------------- */
	.seo_col {
		width: 100% !important;
	}

	.seo_col2 {
		padding-top: 0;
		padding-left: 0px;
	}

	.filler_img img {
		height: 250px;
	}

	/* want to add content */
	.want_to_add_main_box {
		margin: 0 10px;
	}

	span.cl_bg_txt {
		font-size: 18px;
	}

	.car_col {
		display: none;
	}

	.car_row.pd_t {
		height: auto;
		padding-bottom: 30px !important;
	}

	/* vedio */
	.vdo_ttl_col {
		padding-right: 0;
	}

	.vdo_col {
		width: 100% !important;
	}

	/* -------------get in touch section start--------- */
	.ftr_map iframe {
		height: 400px;
		border-radius: 0;
	}

	.gt_form_col {
		width: 100% !important;
	}

	.gt_form_col1 {
		padding: 15px;
	}

	.contect_filed {
		height: 45px;
		font-size: 14px;
	}

	.gt_form_row {
		border-radius: 0;
	}

	textarea.contect_filed {
		height: 90px;
	}

	.gt_6,
	.gt_12 {
		padding: 5px;
	}

	/* scrolling line */
	.scroll_marquee_content span {
		font-size: 40px;
	}
}

@media all and (min-width: 981px) and (max-width: 1024px) {
	.m20 {
		margin: 0 7px !important;
	}

	/* ---------- main banner ---------- */
	.bnr_sec .et_pb_slide {
		height: 450px;
	}

	.bnr_txt {
		font-size: 23px;
		padding: 10px 40px;
	}

	/* ------------about section start-------------- */
	.abt_img img {
		height: 380px;
	}

	.abt_col2 {
		padding-left: 30px;
	}

	.abt_img:after {
		right: -5px;
		bottom: -5px;
	}

	/* why choose us icon section */
	.wcu_row::before {
		height: 300px;
		width: 300px;
	}

	.wcu_img {
		height: 130px;
		width: 130px;
	}

	.wcu_img img {
		height: 60px;
	}

	.wcu_box_inr {
		padding: 0 5px;
	}

	.wcu_ttl {
		font-size: 16px;
		padding: 15px 0 5px 0 !important;
	}

	/* --------------------upgrade to saftey start------------- */
	.upgrade_main_box {
		margin: 0 20px;
		padding: 20px 30px;
	}

	.ani_logo_text img {
		width: 170px;
		height: 170px;
	}

	.upgrade_left_box {
		width: 80%;
	}

	.upgrade_right_box {
		width: 20%;
	}

	/* --------------------Lorem content 2 images start------------- */
	.lorem_cnt_col1 {
		padding-right: 40px;
	}

	.lorem_cnt_img2 span.et_pb_image_wrap img {
		height: 240px;
		width: 260px !important;
	}

	.lorem_cnt_img2 {
		bottom: 30px;
		left: 0px;
	}

	.lorem_cnt_logo {
		left: 0;
		top: 40px;
	}

	.lorem_cnt_logo img {
		height: 70px;

	}

	.lorem_cnt_img1 img {
		height: 420px;
	}

	.lorem_cnt_img1 {
		padding-left: 100px;
	}

	/* --------------------SEO section start------------- */
	.seo_col {
		width: 100% !important;
	}

	.seo_col2 {
		padding-top: 0;
		padding-left: 0px;
	}

	.filler_img img {
		height: 350px;
	}

	/* want to add content */
	.want_to_add_main_box {
		margin: 0 15px;
	}

	span.cl_bg_txt {
		font-size: 20px;
	}

	.car_col {
		display: none;
	}

	.car_row.pd_t {
		height: auto;
		padding-bottom: 30px !important;
	}

	/* vedio */
	.vdo_ttl_col {
		padding-right: 20px;
	}

	/* -------------get in touch section start--------- */
	.ftr_map iframe {
		height: 400px;
		border-radius: 0;
	}

	.gt_form_col1 {
		padding: 0 20px;
	}

	.contect_filed {
		height: 45px;
		font-size: 15px;
	}

	.gt_form_row {
		border-radius: 0;
	}

	textarea.contect_filed {
		height: 90px;
	}

	.gt_6,
	.gt_12 {
		padding: 5px;
	}

	/* scrolling line */
	.scroll_marquee_content span {
		font-size: 50px;
	}
}

@media all and (min-width: 1025px) and (max-width: 1140px) {
	.m20 {
		margin: 0 7px !important;
	}

	/* ---------- main banner ---------- */
	.bnr_sec .et_pb_slide {
		height: 550px;
	}

	.bnr_txt {
		font-size: 23px;
		padding: 10px 40px;
	}

	/* ------------about section start-------------- */
	.abt_img img {
		height: 410px;
	}

	.abt_col2 {
		padding-left: 30px;
	}

	.abt_img:after {
		right: -5px;
		bottom: -5px;
	}

	/* why choose us icon section */
	.wcu_row::before {
		height: 300px;
		width: 300px;
	}

	.wcu_img {
		height: 130px;
		width: 130px;
	}

	.wcu_img img {
		height: 60px;
	}

	.wcu_box_inr {
		padding: 0 10px;
	}

	.wcu_ttl {
		font-size: 17px;
		padding: 15px 0 5px 0 !important;
	}

	/* --------------------upgrade to saftey start------------- */
	.upgrade_main_box {
		margin: 0 20px;
		padding: 20px 30px;
	}

	.ani_logo_text img {
		width: 170px;
		height: 170px;
	}

	.upgrade_left_box {
		width: 80%;
	}

	.upgrade_right_box {
		width: 20%;
	}

	/* --------------------Lorem content 2 images start------------- */
	.lorem_cnt_col1 {
		padding-right: 40px;
	}

	.lorem_cnt_img2 span.et_pb_image_wrap img {
		height: 240px;
		width: 260px !important;
	}

	.lorem_cnt_img2 {
		bottom: 30px;
		left: 30px;
	}

	.lorem_cnt_logo {
		top: 40px;
	}

	.lorem_cnt_logo img {
		height: 70px;

	}

	.lorem_cnt_img1 img {
		height: 420px;
	}

	.lorem_cnt_img1 {
		padding-left: 150px;
	}

	/* --------------------SEO section start------------- */
	.seo_col2 {
		padding-top: 45px;
		padding-left: 20px;
	}

	.filler_img img {
		height: 350px;
	}

	/* want to add content */
	.want_to_add_main_box {
		margin: 0 15px;
	}

	span.cl_bg_txt {
		font-size: 20px;
	}

	/* vedio */
	.vdo_ttl_col {
		padding-right: 20px;
	}

	/* -------------get in touch section start--------- */
	.ftr_map iframe {
		height: 450px;
	}

	.gt_form_col1 {
		padding: 0 20px;
	}

	.contect_filed {
		height: 45px;
		font-size: 15px;
	}

	.gt_form_row {
		border-radius: 15px;
	}

	textarea.contect_filed {
		height: 90px;
	}

	.gt_6,
	.gt_12 {
		padding: 5px;
	}

	/* scrolling line */
	.scroll_marquee_content span {
		font-size: 50px;
	}
}

@media all and (min-width: 1141px) and (max-width: 1280px) {
	.m20 {
		margin: 0 7px !important;
	}

	/* ---------- main banner ---------- */
	.bnr_sec .et_pb_slide {
		height: 600px;
	}

	.bnr_txt {
		font-size: 23px;
		padding: 10px 40px;
	}

	/* ------------about section start-------------- */
	.abt_img img {
		height: 410px;
	}

	.abt_col2 {
		padding-left: 30px;
	}

	/* why choose us icon section */
	.wcu_row::before {
		height: 300px;
		width: 300px;
	}

	.wcu_img {
		height: 130px;
		width: 130px;
	}

	.wcu_img img {
		height: 60px;
	}

	.wcu_box_inr {
		padding: 0 10px;
	}

	.wcu_ttl {
		font-size: 18px;
		padding: 15px 0 5px 0 !important;
	}

	/* --------------------upgrade to saftey start------------- */
	.upgrade_main_box {
		margin: 0 20px;
		padding: 20px 30px;
	}

	.ani_logo_text img {
		width: 170px;
		height: 170px;
	}

	.upgrade_left_box {
		width: 80%;
	}

	.upgrade_right_box {
		width: 20%;
	}

	/* --------------------Lorem content 2 images start------------- */
	.lorem_cnt_col1 {
		padding-right: 40px;
	}

	.lorem_cnt_img2 span.et_pb_image_wrap img {
		height: 240px;
		width: 260px !important;
	}

	.lorem_cnt_img2 {
		bottom: 30px;
		left: 30px;
	}

	.lorem_cnt_logo {
		top: 40px;
	}

	.lorem_cnt_logo img {
		height: 70px;

	}

	.lorem_cnt_img1 img {
		height: 420px;
	}

	.lorem_cnt_img1 {
		padding-left: 150px;
	}

	/* --------------------SEO section start------------- */
	.seo_col2 {
		padding-top: 45px;
		padding-left: 20px;
	}

	.filler_img img {
		height: 400px;
	}

	/* want to add content */
	.want_to_add_main_box {
		margin: 0 20px;
	}

	span.cl_bg_txt {
		font-size: 20px;
	}

	/* vedio */
	.vdo_ttl_col {
		padding-right: 50px;
	}

	/* -------------get in touch section start--------- */
	.ftr_map iframe {
		height: 500px;
	}

	.gt_form_col1 {
		padding: 0 20px;
	}

	.contect_filed {
		height: 50px;
		font-size: 15px;
	}

	.gt_form_row {
		border-radius: 15px;
	}

	/* scrolling line */
	.scroll_marquee_content span {
		font-size: 55px;
	}
}

@media all and (min-width: 1281px) and (max-width: 1440px) {
	.m20 {
		margin: 0 7px !important;
	}

	/* ---------- main banner ---------- */
	.bnr_sec .et_pb_slide {
		height: 650px;

	}

	.bnr_txt {
		font-size: 23px;
		padding: 10px 40px;
	}


	/* ------------about section start-------------- */
	.abt_img img {
		height: 450px;
	}

	/* why choose us icon section */
	.wcu_row::before {
		height: 300px;
		width: 300px;
	}

	.wcu_img {
		height: 170px;
		width: 170px;
	}

	.wcu_img img {
		height: 80px;
	}

	.wcu_box_inr {
		padding: 0 10px;
	}

	/* --------------------upgrade to saftey start------------- */
	.upgrade_main_box {
		margin: 0 20px;
		padding: 20px 30px;
	}

	/* --------------------Lorem content 2 images start------------- */
	.lorem_cnt_col1 {
		padding-right: 40px;
	}

	.lorem_cnt_img2 span.et_pb_image_wrap img {
		height: 240px;
		width: 260px !important;
	}

	.lorem_cnt_img2 {
		bottom: 30px;
		left: 30px;
	}

	.lorem_cnt_logo {
		top: 40px;
	}

	/* --------------------SEO section start------------- */

	.filler_img img {
		height: 450px;
	}

	/* want to add content */
	.want_to_add_main_box {
		margin: 0 20px;
	}

	/* vedio */
	.vdo_ttl_col {
		padding-right: 50px;
	}

	/* -------------get in touch section start--------- */
	.ftr_map iframe {
		height: 500px;
	}

	.gt_form_col1 {
		padding: 0 20px;
	}

	.contect_filed {
		height: 50px;
	}

	.gt_form_row {
		border-radius: 15px;
	}

	/* scrolling line */
	.scroll_marquee_content span {
		font-size: 60px;
	}
}

@media all and (min-width: 1441px) and (max-width: 1680px) {
	.m20 {
		margin: 0 7px !important;
	}

	/* ---------- main banner ---------- */
	.bnr_sec .et_pb_slide {
		height: 700px;

	}


	/* ------------about section start-------------- */
	.abt_img img {
		height: 450px;
	}

	/* why choose us icon section */
	.wcu_img {
		height: 170px;
		width: 170px;
	}

	.wcu_img img {
		height: 80px;
	}

	/* --------------------upgrade to saftey start------------- */
	.upgrade_main_box {
		margin: 0 40px;
		padding: 40px 50px;
	}

	/* --------------------Lorem content 2 images start------------- */
	.lorem_cnt_col1 {
		padding-right: 60px;
	}

	/* --------------------SEO section start------------- */

	.filler_img img {
		height: 450px;
	}

	/* want to add content */
	.want_to_add_main_box {
		margin: 0 50px;
	}

	/* scrolling line */
	.scroll_marquee_content span {
		font-size: 67px;
	}
}

@media all and (min-width: 1681px) and (max-width: 1880px) {.swing_gates_benifits .benefit_box { width: 31%; padding: 10px 20px 40px; }}


.swing_gates_benifits .benefit_main_box_inr { gap: 40px; }
.swing_gates_benifits .benefit_box_inr {box-shadow: 0px 2px 18px 0px rgba(0, 0, 0, 0.3);}
.automatic_benifits_row, .fencing_benifits_row { gap: 20px; border: 0; }
.automatic_benifits_row h2, .fencing_benifits_row h2 { margin-bottom: 20px; }
.wrought_ovm_row .ovm_box { padding: 0 100px; }
.bi_fold_wcu_row .wcu_box { width: 19%; }