@import url("https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Merriweather:wght@300;400;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Rye&display=swap");
:root {
	--white: #fff;
	--logo: #333;
	--dark: #000;
	--blue: #2135a7;
	--ex_color: #ef1a2e;
	--theam_color: #e5322b;
	--main_font: "Lato", sans-serif;
	--extra_font: "Merriweather", serif;
	--style: "Dancing Script", cursive;
}
* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

.navbar-toggler:focus {
	outline: 0;
}

input.form-control:focus {
	box-shadow: none;
}

body {
	width: 100%;
	height: 100%;
	overflow-x: hidden;
	font-family: var(--main_font);
	padding: 0;
	margin: 0;
	font-size: 1.6rem;
}

/* Back to top button */

.scroll {
	z-index: 9999999;
	position: fixed;
	top: -6.5rem;
	right: 2rem;
	width: 5rem;
	height: 5rem;
	background: var(--blue);
	font-size: 2rem;
	color: var(--white);
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	transition: 0.5s;
}

.scroll:hover {
	background-color: var(--white);
	opacity: 1;
	color: var(--ex_color);
}

.scroll.down {
	top: 85vh;
}

/* Styles for the content section */
.title h2 {
	line-height: 6rem;
	font-size: 5rem;
	text-transform: capitalize;
	font-weight: 400;
	margin-bottom: 1rem;
	color: #000;
}

.title p {
	color: #000;
}

.title h2 span {
	font-weight: 700;
	color: var(--theam_color);
}
/* Back to top button */

h1,
h2,
h3,
h4,
h5,
h6 {
	line-height: 1;
	margin-bottom: 0;
}

h2 {
	font-size: 3.2rem;
}

p {
	margin-bottom: 0;
	color: var(--para_color);
	font-size: 1.6rem;
	line-height: 2.6rem;
}

a:hover {
	text-decoration: none;
}

ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

li {
	list-style: none;
}

button:focus,
a.btn:focus {
	outline: none;
	border: 0;
	box-shadow: none;
}

/* Default Font Size */

html {
	font-size: 62.5%;
}

section {
	padding: 8rem 0rem;
}

#page {
	display: none;
}

#loading {
	display: block;
	/* position: absolute;
     top: 0;
     left: 0;
     z-index: 100;
     width: 100vw;
     height: 100vh; */
	background-color: #111;
}

div#loading img {
	width: 20%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	position: absolute;
}

.custom_btn {
	background: var(--white);
	padding: 1.2rem 3.5rem;
	font-weight: 600;
	color: #e5322b;
	text-transform: uppercase;
	font-size: 1.5rem;
	position: relative;
	border: none;
	z-index: 5;
	overflow: hidden;
	transition: 0.5s;
	box-shadow: 0px 3px 15px 0 rgb(0 0 0 / 35%);
}
header.main_header_arae {
	padding: 15px 0px;
	box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 15%);
}

.custom_btn::after {
	content: "";
	position: absolute;
	height: 6rem;
	width: 7rem;
	background: #e5322b;
	top: -0.5rem;
	left: -10rem;
	transform: skewX(317deg);
	transition: 0.5s;
}

.custom_btn:hover {
	background: #e5322b;
	color: #fff;
}

.custom_btn:hover::after {
	left: 20rem;
}

/* preloader */

/* Main Style */

/* #Navigation
================================================== */

/* ================header section start=============== */
a.logo {
	margin-bottom: 50px;
	display: block;
	width: 50%;
}
section.banner_sec {
	padding-top: 5rem;
	padding-bottom: 3rem;
}
.banner_content {
	margin-top: 5rem;
}
.title h1 {
	font-size: 32px;
	line-height: 42px;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 1.6rem;
}
span.underline {
	width: 50px;
	height: 3px;
	background-color: #e7505a;
	margin: 0 0 30px 0;
	display: inline-block;
}
span.text_color {
	color: #e5386d !important;
}

.web-main-serv {
	padding-top: 10rem;
	padding-bottom: 65px;
}

.serv-web-c1 {
	text-align: center;
	position: relative;
}
.serv-web-c1 .img11-serv {
	position: relative;
}
.serv-web-c1 h2 {
	margin: 20px 0 15px 0;
	font-weight: 400;
	font-size: 25px;
	color: #4f5557;
}
.serv-web-c1 p {
	font-size: 15px;
	line-height: 22px;
	margin-bottom: 0;
	color: #4f5557;
}
.serv-web-c1 .img11-serv:before {
	content: "";
	background: url(../images/web-img4.png) center center no-repeat;
	background-size: contain;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: -14px;
	z-index: -1;
	text-align: center;
	animation: myfirst 5s linear infinite;
}
@keyframes myfirst {
	from {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(359deg);
	}
}

section.new_sec {
	padding-top: 5rem;
}
ul.listtype {
	display: flex;
	flex-flow: wrap;
	width: 100%;
	margin-top: 3rem;
}
.listtype li {
	display: inline-block;
	min-width: 24%;
	background: #eaefff;
	margin: 0px 5px;
	padding: 8px 10px;
	font-weight: 600;
	font-size: 14px;
}
.text-widget ul li {
	margin-bottom: 1rem;
	display: flex;
	gap: 1rem;
	align-items: center;
}
.text-widget ul li span {
	font-size: 17px;
	font-weight: 500;
}

section#service {
	padding: 0rem;
}

.my_row {
	display: grid;
}
.ourservicesrow {
	display: flex;
	/* align-items: center;
	grid-template-columns: repeat(4, 1fr);
	text-align: center; */
}
.servbox {
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
	text-align: center;
}
.servbox > a {
	padding: 30px 0px;
	position: relative;
	display: block;
}
.servbox:nth-child(1) {
	background: #ef7c1f;
}
.servbox:nth-child(2) {
	background: #bdd634;
}
.servbox:nth-child(3) {
	background: #82ca42;
}
.servbox:nth-child(4) {
	background: #39da8e;
}
.servbox.color1:nth-child(1) {
	background: #32cdbb;
}
.servbox.color1:nth-child(2) {
	background: #34a8cf;
}
.servbox.color1:nth-child(3) {
	background: #ef7c1f;
}
.servbox.color1:nth-child(4) {
	background: #f3ba2d;
}
.servbox:hover img {
	transition: all 0.3s;
	-webkit-filter: grayscale(0%);
	filter: grayscale(0%);
}
.servbox h4 {
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	margin: 0 0 20px;
}
.servbox img {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	width: 50%;
	transition: all 0.3s;
}

/* brand  */
section.brand_slider {
	padding-top: 0;
}
.brand_image_item {
	display: flex;
	justify-content: center;
	padding: 3rem;
}
.owl_navigation.owl-carousel .owl-nav button.owl-next,
.owl_navigation.owl-carousel .owl-nav button.owl-prev {
	width: 6rem;
	height: 6rem;
	border-radius: 50%;
	background: transparent;
	color: #111;
	font-size: 3rem;
	-webkit-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.brand_slider .owl_navigation.owl-carousel .owl-nav button.owl-next,
.brand_slider .owl_navigation.owl-carousel .owl-nav button.owl-prev {
	color: #111;
	top: auto;
	transform: translate(-50%, 0%);
	left: 50%;
}
.brand_slider .owl_navigation.owl-carousel .owl-nav button.owl-prev {
	left: 48.5rem;
	color: #fff;
}

/* contact form  */
.formgroup {
	margin-bottom: 20px;
}
label.custom_label {
	margin-bottom: 10px;
	font-size: 1.8rem;
}
label.custom_label span {
	color: #f22;
}
input.form_control {
	width: 100%;
	padding: 0.5rem 1.5rem;
	border-radius: 0.5rem;
	text-transform: capitalize;
	border: 2px solid #ccc !important;
	position: relative;
	height: 45px;
}
.formgroup textarea {
	width: 100%;
	border: 2px solid #ccc !important;
	border-radius: 0.5rem;
	height: 16rem;
	padding: 3rem 2rem;
}

/* footer section  */
footer.footer_sec {
	padding: 3rem 0rem 10rem;
}
li.footer_logo img {
    width: 50%;
}
.footer_items {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-top: 1rem;
	border-top: 1px solid #ddd;
}
.footer_left ul {
	display: flex;
	align-items: center;
	gap: 2rem;
}
li.gap_arr {
	background: #ddd;
	height: 5rem;
	width: 1px;
}
li.copy_write h3 {
	font-size: 2rem;
	text-transform: capitalize;
	line-height: 3rem;
	font-weight: 600;
}
ul.footer-social {
	display: flex;
	align-items: center;
	gap: 1.5rem;
}
ul.footer-social li a {
	background: #000;
	color: #fff;
	height: 4rem;
	width: 4rem;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 2rem;
	line-height: 1;
}
ul.footer-social li:nth-child(1) a {
	background-color: #3b5998;
}
ul.footer-social li:nth-child(2) a {
	background-color: #55acee;
}
ul.footer-social li:nth-child(3) a {
	background-color: #8a3ab9;
}
ul.footer-social li:nth-child(4) a {
	background-color: #0077b5;
}
ul.footer-social li:nth-child(5) a {
	background-color: #bd081c;
}
.ftr_top_img {
	width: 100%;
	height: 100%;
}
.ftr_top_img img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

/* model css  */

/* modal form  */
.modal_sec {
	position: fixed;
	width: 100%;
	z-index: 9999999;
	top: -200%;
	right: 0%;
	transform: translateY(0%);
	height: 100vh;
	background: #000000db;
	overflow-y: scroll;
	overflow-x: hidden;
	transition: all 1s ease;
}
span.cut_btn {
	font-size: 5rem;
	color: #fff;
	position: absolute;
	right: 70px;
	top: 40px;
	padding: 2rem;
	height: 6rem;
	width: 6rem;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	border: 2px solid #fff;
	cursor: pointer;
}
.enquire-nowcls a {
	color: #fff;
	text-align: center;
	background: #123958;
	float: left;
	padding: 11px 34px 11px 34px;
	font-size: 16px;
	font-weight: 600;
	transform: rotate(-90deg);
	text-transform: uppercase;
	letter-spacing: 1px;
	font-family: Montserrat, sans-serif;
	display: inline-block;
	border-radius: 50px;
	border: 2px solid #fff;
}

span.modal_btn {
    position: fixed;
    top: 20%;
    right: 0;
    color: #fff;
    text-align: center;
    background: #123958;
    padding: 11px 34px 11px 34px;
    font-size: 16px;
    font-weight: 600;
    transform: rotate(-90deg) translate(-50%,75px);
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    z-index: 1000;
    border-radius: 50px;
    border: 2px solid #fff;
}
.holiday_heading.modal_heading h2 {
	color: #fff;
}
.modal_main {
	padding: 20px 45px 45px;
	background: #fff;
}
.modal_sec.active {
	top: 0%;
	transform: translateY(0%);
	transition: all 1s ease;
}
.model_box {
	background: #fff;
	border-radius: 1rem;
}
.model_header {
	position: relative;
	border-top-left-radius: 1rem;
	border-top-right-radius: 1rem;
	background: #123958;
}
.model_header {
	position: relative;
	border-top-left-radius: 1rem;
	border-top-right-radius: 1rem;
	background: #123958;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 3rem;
}
.modal-icon-pop {
	position: absolute;
	left: -5rem;
	top: 2rem;
}
.model_header h3 {
	font-size: 32px !important;
	line-height: 35px !important;
	margin-top: 0 !important;
	color: #fff;
	letter-spacing: 1.5px;
	font-weight: 600;
	text-transform: capitalize;
}
.form-btn {
	margin-top: 2rem;
}
.model_box .formgroup textarea {
	height: 10rem;
	padding: 2rem 2rem;
}

section.lets_talk_sec {
	padding: 3rem 0rem;
	background: #f3f3f3;
}
.holiday_heading h3 {
	font-size: 2.5rem;
	line-height: 3.5rem;
	font-weight: 800;
	text-transform: capitalize;
	margin-bottom: 2rem;
}
a.btn.lets_btn {
    border-radius: 50px !important;
    background: #123958 !important;
    border: 2px solid #ffffff ;
    text-transform: uppercase;
    color: #fff;
    display: inline-block;
    font-size: 20px !important;
    line-height: 30px !important;
    letter-spacing: 1px;
    padding: 8px 20px !important;
    text-decoration: none;
    text-shadow: none;
    margin: 2rem 0rem;
}
a.btn.lets_btn:hover {
	background: #fff ;
	color: #123958 ;
	 border: 2px solid #123958 ;
}
section.my_last_secv {
	background: #f2f5fd;
}
.last_img {
	margin-bottom: 7rem;
}
.my_cont h3 {
	color: #003a6a;
	font-weight: 600;
	font-size: 3rem;
	margin-bottom: 2rem;
	text-transform: capitalize;
}
.my_cont p {
	text-align: justify !important;
	line-height: 30px !important;
	margin-bottom: 1rem;
}
h3.mbbg {
	margin-top: 3rem;
}
ul.banner_manu {
	display: flex;
	justify-content: right;
	align-items: center;
	gap: 2rem;
}
ul.banner_manu li {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 1rem;
}
ul.banner_manu li span {
	display: block;
}
ul.banner_manu li span img {
	height: 4rem;
}
ul.banner_manu li em {
	vertical-align: top;
	padding-left: 3px;
	text-align: left;
	display: inline-block;
	font-style: normal;
	padding-top: 6px;
}
.ban_menu {
	/* padding: 3rem; */
}

a.brand_logo img {
	display: block;
	width: 20rem;
}
.header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 2rem;
}

/* call back request  */
.banner_get_caal {
	background: #13152c;
	padding: 20px;
}
h3.text-white {
	color: #fff;
	text-align: center;
	padding: 0;
	font-size: 3rem;
}
.banner_get_caal .form-control {
	height: 50px;
	padding: 15px 30px;
	font-size: 14px;
	line-height: 25px;
	font-weight: 300;
	color: #212121;
	border-radius: 10px;
	border-top: 1px solid #6a82fb;
	border-bottom: 1px solid #fc5c7d;
	border-left: 1px solid #6a82fb;
	border-right: 1px solid #fc5c7d;
}
button.btn.btn-primary.Request-btn {
    width: 100%;
    background: #123958;
    font-weight: bold;
    font-size: 18px;
    padding: 10px 40px;
    color: #fff;
    border-radius: 8px;
    transition: 0.3s;
    position: relative;
    border: 2px solid #fff;
}
.input-group-addon {
	padding: 6px 12px;
	font-size: 14px;
	font-weight: 400;
	line-height: 1;
	color: #555;
	text-align: center;
	background-color: #eee;
	border: 1px solid #ccc;
	border-radius: 4px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
}
.row.Request-center {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
}

/* que_sec */
section.que_sec {
	padding: 5rem 0rem;
}
.counter-box {
	text-align: center;
	color: #fff;
	margin: 0 0 18px;
	width: 100%;
	height: 270px;
	padding: 40px 0 15px 5px;
	position: relative;
}

.counter-box.first::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	height: 220px;
	width: 220px;
	background-image: url(../images/first-shape.png);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	z-index: -1;
}
.counter-box.secound:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	height: 220px;
	width: 220px;
	background-image: url(../images/secound-shape.png);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	z-index: -1;
	transform: rotate(90deg);
}
.counter-box.third:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	height: 220px;
	width: 220px;
	background-image: url(../images/third-shape.png);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	z-index: -1;
	transform: rotate(-90deg);
}
.counter-box.four:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	height: 220px;
	width: 220px;
	background-image: url(../images/four-shape.png);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	z-index: -1;
	transform: rotate(-180deg);
}

.counter-box i {
	font-size: 6rem;
	color: #3a72c5;
}
.statistic {
	display: block;
	font-size: 40px;
	font-weight: 800;
	padding: 4px;
	color: #000;
}
.counter-box p {
	font-size: 20px;
	color: #265cad;
	font-weight: 700;
}
.counter-box img {
	width: 60px;
	height: 60px;
}

section.que_sec.new_que_bottom {
	padding-bottom: 0rem;
}

/* ======================================= */
.fixed-form {
	width: 100%;
	height: auto;
	display: block;
	z-index: 999;
	padding: 15px 0;
	bottom: 0;
	background-color: #000;
	position: fixed;
}
.form-control2 {
	height: 50px;
	width: 100%;
	padding: 15px 30px;
	font-size: 14px;
	border-radius: 25px !important;
	background-color: #fff;
	line-height: 25px;
	font-weight: 300;
	color: #212121;
}
.form-control-border {
	border: none;
	width: 80%;
}
.submit-part {
    background: #123958;
    color: #fff;
    border-radius: 50px;
    border: 1px solid #fff;
}
.btn.nnb_btn {
	color: #fff;
	border-radius: 8px;
	font-weight: 400;
	font-size: 16px;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	position: relative;
	padding: 16px 40px;
	border: none;
}

ul.banner_manu a {
    color: #000;
}

.number_section {
    display: none;
}

.blue-subscribe {
    margin: 0;
    padding: 8vh 0;
    background: #1c3958;
}
.blue-subscribe h5 {
    margin: 0 0 6px;
    padding: 0;
    font: 28px 'proxima_semibold',Arial,Helvetica,sans-serif;
    color: #40a1cb;
    font-weight: 600;
}
.blue-subscribe h4 {
    font-size: 2.5em;
}
.blue-subscribe h4 {
    margin: 0;
    padding: 0;
    font: 2.5em 'proxima_bold',Arial,Helvetica,sans-serif;
    color: #fff;
    text-transform: capitalize;
    line-height: 1.0em;
    margin-bottom: 15px;
    font-weight: 600;
}
.blue-subscribe p {
    margin: 0;
    padding: 0;
    font-size: 19px;
    color: #fff;
    line-height: 25px;
}
.blue-subscribe a {
    color: #1c3958;
    /* background: linear-gradient(53deg,#40a1cb 0%,#40a1cb 86%)!important; */
    background: #FFFFFF !IMPORTANT;
    margin-left: 10rem;
    border-radius: 10px !important;
}
.rounded {
    display: inline-block;
    padding: 8px 9px 10px 10px;
    border-radius: 10px;
    background: linear-gradient(53deg,#1b3655 0%,#2f7390 86%)!important;
    color: #ffffff;
    font-family: 'proxima_semibold',"Graphik Web",-apple-system,"Helvetica Neue","Droid Sans",Arial,sans-serif;
    font-size: 1.1em;
    box-shadow: 0 7px 13px -3px rgb(47 115 144);
    line-height: 2.1em;
    margin-top: 25px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
        font-weight: 700;
}
.blue-subscribe .right-get-quote a span {
    color: #1c3958;
    background-color: #e4e7ef;
}
.rounded span {
    font-size: 0;
    padding: 3px;
    background: url(https://zenwebnet.com/websitedesign/assets/images/arrow.png) no-repeat center #fff;
    display: inline-block;
    margin-left: 13px;
    border-radius: 34px;
    height: 50px;
    width: 50px;
    color: #01b0be;
    line-height: 53px;
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    height: 180px;
    object-fit: contain;
}
@media (min-width: 576px) and (max-width: 767.98px) {
}

@media (min-width: 768px) and (max-width: 991.98px) {
}

@media (min-width: 576px) and (max-width: 991.98px) {
}

@media (max-width: 600px) {
	section {
		padding: 5rem 0rem;
	}
	.footer__fixed {
    display: block;
}
	section.banner_sec {
		padding-top: 2rem;
	}
	p.banner_para {
		width: 93%;
	}
	.title h1 {
		font-size: 27px;
		line-height: 35px;
		/* letter-spacing: 0.5px; */
		text-transform: uppercase;
		font-weight: 900;
		margin-bottom: 1.6rem;
	}
.rounded span {
    font-size: 0;
    padding: 3px;
    background: url(https://zenwebnet.com/websitedesign/assets/images/arrow.png) no-repeat center #fff;
    display: inline-block;
    margin-left: 10rem;
    border-radius: 34px;
    height: 50px;
    width: 50px;
    color: #01b0be;
    line-height: 53px;
}
.rounded {
    display: inline-block;
    padding: 0px 10px 4px 32px;
    border-radius: 10px;
    background: linear-gradient(53deg,#1b3655 0%,#2f7390 86%)!important;
    color: #ffffff;
    font-family: 'proxima_semibold',"Graphik Web",-apple-system,"Helvetica Neue","Droid Sans",Arial,sans-serif;
    font-size: 1.1em;
    box-shadow: 0 7px 13px -3px rgb(47 115 144);
    line-height: 2.1em;
    margin-top: 25px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.blue-subscribe a {
    color: #1c3958;
    /* background: linear-gradient(53deg,#40a1cb 0%,#40a1cb 86%)!important; */
    background: #FFFFFF !IMPORTANT;
    margin-left: 0rem;
    border-radius: 10px !important;
}
	ul.listtype {
		display: flex;
		flex-flow: column;
		width: 100%;
		margin-top: 3rem;
	}
	.col-sm-4.pad-rmv-both-mob {
		margin-bottom: 50px;
	}
	.web-main-serv {
		padding-top: 2rem;
		padding-bottom: 0rem;
	}

	.servbox h4 {
		font-size: 14px;
	}
	.servbox {
		width: 50%;
		max-width: 50%;
		float: left;
	}
	.ourservicesrow {
		display: list-item;
	}
	.brand_image_item {
		padding: 1rem;
	}

.footer_items {
    padding-top: 2rem;
    gap: 0;
    display: grid;
    padding-bottom: 0;
}
	li.copy_write h3 {
		font-size: 1.6rem;
		text-transform: capitalize;
		line-height: 2rem;
		font-weight: 600;
	}
	ul.footer-social li a {
		height: 3rem;
		width: 3rem;
		font-size: 1.6rem;
	}
	ul.footer-social {
		gap: 1rem;
	}
	.title h2 {
		line-height: 4rem;
		font-size: 2.6rem;
		text-transform: capitalize;
		font-weight: 600;
		margin-bottom: 1rem;
		color: #000;
	}
	.modal-icon-pop {
		position: absolute;
		left: 14rem;
		top: 6.5rem;
	}
	.modal-icon-pop img {
		width: 5rem;
	}
	.modal_main {
		padding: 20px 15px;
		background: #fff;
	}
	.model_header {
		padding: 2rem 3rem 5rem;
	}
	.model_header h3 {
		margin-bottom: 2rem;
	}

	span.cut_btn {
		font-size: 3rem;
		color: #fff;
		position: absolute;
		right: 30px;
		top: 68px;
		padding: 2rem;
		height: 4rem;
		width: 4rem;
		display: flex;
		justify-content: center;
		align-items: center;
		border-radius: 50%;
		border: 2px solid #fff;
		cursor: pointer;
		z-index: 998;
	}
	.last_img {
		margin-bottom: 2rem;
	}
	.last_img img {
		height: 20rem;
		width: 100%;
		object-fit: cover;
	}
	.my_cont h3 {
		font-size: 2rem;
		line-height: 3rem;
		margin: 2rem 0rem;
	}
	.ban_menu {
		display: none;
	}
		.phone-call.whatsapp_ph {
    bottom: 25% !important;
        background: transparent !important;
}
	.phone-call.whatsapp_ph:before{
    display: none;
}
.phone-call.whatsapp_ph img {
    width: 60px;
    height: 60px;
    margin-left: -5px;
    margin-top: -5px;
}
	.phone-call {
    width: 50px !important;
    height: 50px !important;
    left: 18px !important;
    bottom: 40% !important;
    background: #006c29 !important;
    position: fixed !important;
    text-align: center !important;
    color: #fff !important;
    cursor: pointer !important;
    border-radius: 50% !important;
    z-index: 99 !important;
    display: inline-block !important;
    line-height: 47px;
}
.phone-call:before {
    position: absolute !important;
    content: " " !important;
    z-index: -1 !important;
    top: -5px !important;
    left: -5px !important;
    background-color: #006c29 !important;
    width: 60px !important;
    height: 60px !important;
    border-radius: 100% !important;
    animation-fill-mode: both !important;
    -webkit-animation-fill-mode: both !important;
    opacity: .6 !important;
    -webkit-animation: pulse 1s ease-out !important;
    animation: pulse 1.8s ease-out !important;
    -webkit-animation-iteration-count: infinite !important;
    animation-iteration-count: infinite;
}
.footer__fixed {
    justify-content: space-between !important;
    padding: 0px 8px 0 8px;
}
.footer__fixed {
    background-color: #fff;
    height: 54px;
    left: 0;
    bottom: 0%;
    transform: translateX(0);
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 1px 5px rgba(0,0,0,.3);
}
.footer__fixed-phone {
    font-size: 14px;
}
.footer__fixed-phone {
    margin-right: 0;
}
.footer__fixed-phone {
    display: inline-block;
}
.footer__fixed-phone-icon {
    top: 1px;
}
.footer__fixed-phone-icon {
    position: relative;
    top: 2px;
    margin-right: 1px;
    color: #de3831;
}
[class^="pe-7s-"], [class*=" pe-7s-"] {
    display: inline-block;
    font-family: 'Pe-icon-7-stroke';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.footer__fixed-phone:after {
    top: 2px;
    right: -16px;
}
.footer__fixed-phone:after {
    content: "";
    position: absolute;
    top: 3px;
    right: -16px;
    height: 16px;
    width: 1px;
    background-color: #d2d4d9;
}
.footer__fixed-whatsapp {
    margin-right: 0;
    margin-left: 6px;
}

.cta--primary {
    background-color: #de3831;
    color: #fff;
}
.footer__fixed-cta--mobile-form {
    display: inline-block;
}
.footer__fixed-cta {
    max-width: 150px;
    min-width: 150px;
    font-size: 14px;
}
.footer__fixed {
    position: fixed;
    right: 0;
    bottom: 0px;
    z-index: 1038;
    transition: .2s ease-out;

}

.number_section {
    display: block;
}

.header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 2rem 2.5rem;
}
.footer__fixed-cta {
    position: relative;
    min-width: auto;
    width: 150px;
    height: 44px;
    border: none;
   
    text-transform: uppercase;
    letter-spacing: 0.9px !important;
    line-height: 40px;
    padding: 0;
    font-weight: 600;
    transition: .2s ease-in-out;
    white-space: nowrap;
    font-size: 15px;
    letter-spacing: 0;
}
.footer__fixed-whatsapp {
    max-width: 32px;
    margin-right: 5px;
}
.footer__fixed-phone:after {
    top: 2px;
    right: -16px;
}
.footer__fixed-phone:after {
    content: "";
    position: absolute;
    top: 3px;
    right: -16px;
    height: 16px;
    width: 1px;
    background-color: #d2d4d9;
}
.footer__fixed-phone {
    display: inline-block;
    color: #000;
    font-weight: 700;
    padding-right: 10px;
    border-right: 1px solid #ddd;
}
	/* ============================== */

	.fixed-form {
		display: none;
	}
	.row.Request-center {
		gap: 2rem;
	}
	form .row {
		gap: 1rem;
}

 a.mail svg {
    width: 34px;
    height: 33px;
}
 a.mail {
    padding: 2px 2px;
    background-color: #ffffff;
    margin-right: -3px;
}

 svg {
    color: #fff;
    opacity: 1;
    visibility: visible;
    width: 41px;
    transition: opacity 200ms linear;
    height: 49px;
    /* display: inline-block; */
    margin-right: 6px;
}

a.brand_logo img {
    display: block;
    width: 14rem !important;
}
.banner_content {
    margin-top: 0rem;
}

footer.footer_sec {
    padding: 0rem 0rem 10rem;
}
.footer_left ul {
    display: grid;
    align-items: center;
    gap: 0;
    justify-content: center;
    text-align: center;
}
li.gap_arr {
    background: #ddd;
    height: 1px;
    width: 100%;
    margin: 10px 0px;
}
.number_text {
    background-color: #404b6c;
    color: #ffffff !important;
    display: inline-flex;
    padding: 0px 15px;
    vertical-align: text-bottom;
    padding: 0px 6px;
    height: 30px;
    margin-top: 6px;
}
.number_text h3 {
    font: 13px 'proxima_semibold',Arial,Helvetica,sans-serif;
    line-height: 2.5em;
}
.number_section {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-box-shadow: 0 0 1px transparent;
    box-shadow: 0 0 1px transparent;
    -webkit-animation-name: hvr-wobble-horizontal;
    animation-name: hvr-wobble-horizontal;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
@-webkit-keyframes hvr-wobble-horizontal{5.56%{-webkit-transform:translateX(8px);transform:translateX(8px)}11.11%{-webkit-transform:translateX(-6px);transform:translateX(-6px)}16.67%{-webkit-transform:translateX(4px);transform:translateX(4px)}22.22%{-webkit-transform:translateX(-2px);transform:translateX(-2px)}27.75%{-webkit-transform:translateX(1px);transform:translateX(1px)}33.33%{-webkit-transform:translateX(0);transform:translateX(0)}100%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes hvr-wobble-horizontal{5.56%{-webkit-transform:translateX(8px);transform:translateX(8px)}11.11%{-webkit-transform:translateX(-6px);transform:translateX(-6px)}16.67%{-webkit-transform:translateX(4px);transform:translateX(4px)}22.22%{-webkit-transform:translateX(-2px);transform:translateX(-2px)}27.75%{-webkit-transform:translateX(1px);transform:translateX(1px)}33.33%{-webkit-transform:translateX(0);transform:translateX(0)}100%{-webkit-transform:translateX(0);transform:translateX(0)}}

@keyframes pulse {0% {transform: scale(0.9);opacity: 1;}
  50% {transform: scale(1); opacity: 1; }   
  100% {transform: scale(0.9);opacity: 1;}}
 @-webkit-keyframes pulse {0% {-webkit-transform: scale(0.95);opacity: 1;}
  50% {-webkit-transform: scale(1);opacity: 1;}   
  100% {-webkit-transform: scale(0.95);opacity: 1;}}
@keyframes tossing {
  0% {transform: rotate(-8deg);}
  50% {transform: rotate(8deg);}
  100% {transform: rotate(-8deg);}}
@-webkit-keyframes tossing {
  0% {-webkit-transform: rotate(-8deg);}
  50% {-webkit-transform: rotate(8deg);}
  100% {-webkit-transform: rotate(-8deg);}}
@-moz-keyframes circle-anim {
  0% {-moz-transform: rotate(0deg) scale(0.5) skew(1deg);opacity: .1;-moz-opacity: .1;-webkit-opacity: .1;-o-opacity: .1;}
  30% {-moz-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .5;-moz-opacity: .5;-webkit-opacity: .5;-o-opacity: .5;}
  100% {-moz-transform: rotate(0deg) scale(1) skew(1deg);opacity: .6;-moz-opacity: .6;-webkit-opacity: .6;-o-opacity: .1;}}
@-webkit-keyframes circle-anim {
  0% {-webkit-transform: rotate(0deg) scale(0.5) skew(1deg);-webkit-opacity: .1;}
  30% {-webkit-transform: rotate(0deg) scale(0.7) skew(1deg);-webkit-opacity: .5;}
  100% {-webkit-transform: rotate(0deg) scale(1) skew(1deg);-webkit-opacity: .1;}}
@-o-keyframes circle-anim {
  0% {-o-transform: rotate(0deg) kscale(0.5) skew(1deg);-o-opacity: .1;}
  30% {-o-transform: rotate(0deg) scale(0.7) skew(1deg);-o-opacity: .5;}
  100% {-o-transform: rotate(0deg) scale(1) skew(1deg);-o-opacity: .1;}}
@keyframes circle-anim {
  0% {transform: rotate(0deg) scale(0.5) skew(1deg);opacity: .1;}
  30% {transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .5;}
  100% {transform: rotate(0deg) scale(1) skew(1deg);
opacity: .1;}}
@-moz-keyframes circle-fill-anim {
  0% {-moz-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}
  50% {-moz-transform: rotate(0deg) -moz-scale(1) skew(1deg);opacity: .2;}
  100% {-moz-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}}
@-webkit-keyframes circle-fill-anim {
  0% {-webkit-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;  }
  50% {-webkit-transform: rotate(0deg) scale(1) skew(1deg);opacity: .2;  }
  100% {-webkit-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}}
@-o-keyframes circle-fill-anim {
  0% {-o-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}
  50% {-o-transform: rotate(0deg) scale(1) skew(1deg);opacity: .2;}
  100% {-o-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}}
@keyframes circle-fill-anim {
  0% {transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}
  50% {transform: rotate(0deg) scale(1) skew(1deg);opacity: .2;}
  100% {transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}}
html,body{background-color:#fff;width:100%;padding:0;margin-left:0;margin-right:0;font-weight:300;}
img{-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none;-webkit-user-drag:none;user-drag:none}
.row-eq-height {display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex;}
a,a:hover,a:active,a:focus{text-decoration:none;outline:none}
a,button,a span{-webkit-transition:.2s ease-in-out;-o-transition:.2s ease-in-out;transition:.2s ease-in-out}
}


