@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');


@font-face {
	font-family: "MagistralBold";
	src: url("../fonts/Magistral-Bold.eot");
	src:
		local("MagistralBold"),
		local("MagistralBold"),
		url("../fonts/Magistral-Bold.eot?#iefix") format("embedded-opentype"),
		url("../fonts/Magistral-Bold.woff2") format("woff2"),
		url("../fonts/Magistral-Bold.woff") format("woff"),
		url("../fonts/Magistral-Bold.ttf") format("truetype");
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "MagistralWebBook";
	src:
		url("../fonts/Magistral_Book.woff2") format("woff2"),
		url("../fonts/Magistral_Book.woff") format("woff");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

body {
	font-size: 16px !important;
	color: #3E3E3E;
	line-height: 28px;
	/* font-weight: 300; */
	font-family: "Inter", sans-serif !important;
	/* font-style: normal; */
	/* letter-spacing: 0.5px; */
}

*,
ul,
ol {
	margin: 0;
	padding: 0;
}

ul,
ol {
	list-style-type: none;
}

b,
strong {
	font-weight: bold;
}

a {
	color: inherit !important;
	text-decoration: none !important;
}

a:hover,
a:focus {
	color: #ffd001 !important;
	outline: none !important;
	text-decoration: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "MagistralWebBook";
	margin-top: 0 !important;
	font-weight: 500;
	margin-bottom: 20px !important;
	color: #000;
	line-height: 1.2 !important;
}


.bg-color1 {
	background-color: #000;
}

.bg-color3 {
	background-color: #263a7d;
}

/* header sec start  */
.home-page .header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
	content: '';
	background-color: transparent;
}

.homepage .inner-header,
.inner-header {
	background-color: #fff;
	padding: 10px 20px;
	margin-top: 10px;
	border-radius: 12px;
}

.inner-header {
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.logo {
	display: inline-block;
	vertical-align: top;
	margin: 15px 0;
	/*width: 200px;*/
}

.mobile-menu {
	display: none;
}

.navigation {
	display: block;
	text-align: end;
}

.navigation>li {
	display: inline-block;
	vertical-align: top;
	position: relative;
}

.navigation li.dropdown>.dropdown-menu {
	opacity: 0;
	position: absolute;
	top: 130%;
	left: 0;
	width: 250px;
	z-index: 999;
	background-color: #263a7d;
	visibility: hidden;
	border-radius: 0;
	box-shadow: none;
	border: 0;
	padding: 0;
	margin: 0;
	border-bottom: 3px solid #9a9a9a;
	transition: all 500ms ease;
	display: block;
}

.navigation li.dropdown>.dropdown-menu li {
	border-bottom: 1px solid #e6e6e6;
	margin-right: 0;
}

.navigation li.dropdown>.dropdown-menu li:last-child {
	border-bottom: none;
}

.navigation li.dropdown>.dropdown-menu li a {
	background-color: #ffffff;
	padding: 8px 10px;
	color: #000 !important;
	border-radius: 0;
}

.navigation li.dropdown:hover>.dropdown-menu {
	top: 100%;
	opacity: 1;
	visibility: visible;
}

.navigation>li:first-child {
	display: none;
}

.navigation a {
	/*text-transform: uppercase;*/
	font-family: "MagistralWebBook";
	letter-spacing: 0.5px;
	overflow: hidden;
	position: relative;
	display: block;
	font-weight: 500;
	color: #000 !important;
	padding: 10px 14px;
	font-size: 18px;
	transition: all 500ms ease 0s;
}

.navigation>li.dropdown>a:after {
	font-family: "bootstrap-icons";
	content: "\F282";
	position: absolute;
	top: auto;
	right: 0;
	font-size: 14px;
	transition: all 500ms ease 0s;
}

.navigation li:hover a,
.navigation li:focus a,
.navigation li.active a {
	color: #ffd001 !important;
}

.navigation li.dropdown>.dropdown-menu li a:hover,
.navigation li.dropdown>.dropdown-menu li a:focus,
.navigation li.dropdown>.dropdown-menu li.active a {
	color: #fff !important;
	background-color: #005131;
}

/* header sec end  */

.flexbox .element {
	height: 100%;
}

.parallax {
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.btn {
	font-family: "MagistralWebBook", serif;
	font-weight: 600;
	box-shadow: 4px 4px 0px 0px rgb(255, 208, 1);
	background-color: #005131;
	border-radius: 50px;
	padding: 9px 17px;
	color: #fff !important;
	border-color: #FFD001;
}

.btn:hover {
	box-shadow: 4px 4px 0px 0px rgb(0, 81, 49);
	background-color: #FFD001;
	color: #000 !important;
}

.btn:active {
	box-shadow: 4px 4px 0px 0px rgb(0, 81, 49);
	background-color: #FFD001;
	color: #000;
}

.header-right {
	text-align: right;
}

.header-call {
	font-size: 18px;
	font-family: "MagistralWebBook";
}

.service-list {
	display: flex;
	align-items: center;
	gap: 20px;
	margin-bottom: 30px;
}

.service-icon {
	width: 60px;
	height: 60px;
	background-color: #fff;
	border-radius: 50%;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #000;
	font-size: 30px;
	border: #76B655 solid 4px;
}

.about-box {
	border-radius: 20px;
	padding: 50px;
	background-color: rgb(0 81 49 / 79%);
}

.service-box {
	padding: 30px;
	box-shadow: 3px 3px 8px 2px rgba(0, 0, 0, 0.25);
	border-radius: 20px;
	margin-bottom: 30px;
	border-bottom: 8px solid #ffd001;
}

.content-box {
	padding: 30px;
	box-shadow: 3px 3px 8px 2px rgba(0, 0, 0, 0.25);
	border-radius: 20px;
	border-bottom: 8px solid #ffd001;
}

.half-sec {
	position: relative;
	background-color: #005131;
}

.half-sec-img img {
	position: absolute;
	top: 0;
	right: 0;
	width: 50%;
	height: 100%;
	content: "";
	object-fit: cover;
}

.breaker-section::before {
	position: absolute;
	content: "";
	right: 0;
	top: 0;
	height: 100%;
	width: 60%;
	background: #005131;
}

.breaker-section1::before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	height: 100%;
	width: 30%;
	background: #ffd001;
}

.img-box1 img {
	border: 10px solid #fff;
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
	position: relative;
	z-index: 1;
}

.header-h3 {
	background-color: #005131;
	color: #ffd001;
}

.header-h3 h3 {
	color: #fff;
	text-align: center;
}

.footer-linnk {
	padding: 20px;
	color: #fff;
	text-align: center;
}

.home-parallax {
	position: relative;
	overflow: hidden;
	/*padding: 300px 0;*/
}

.home-parallax .container-fluid {
	position: relative;
	z-index: 9;
}

.sub-banner-overlay {
	background: rgb(32, 32, 32);
	background: linear-gradient(180deg,
			rgba(32, 32, 32, 0.40379901960784315) 29%,
			rgba(32, 32, 32, 0.8575805322128851) 98%);
	width: 100%;
	height: 100%;
	position: absolute;
}

.parallax-window1 {
	height: 50vh;
	background: transparent;
	display: table;
	width: 100%;
}

.parallax-window {
	height: 80vh;
	background: transparent;
	display: table;
	width: 100%;
}

.home-slide {
	text-align: center;
	position: relative;
	display: table-cell;
	height: 100%;
	vertical-align: middle;
}

.parallax-fixed {
	background-attachment: fixed;
}

.home-parallax h1 {
	font-size: 48px;
	font-style: normal;
	font-weight: 700;
	line-height: 60px;
	margin-bottom: 20px;
	font-family: "MagistralWebBook", serif;
}

.about-sec {
	position: relative;
}

.about-img {
	position: absolute;
	top: 48%;
	right: 8%;
	width: 600px;
	height: 600px;
}

.footer-bottom {
	background-color: #000;
}

img.vert-move {
	-webkit-animation: mover 1s infinite alternate;
	animation: mover 1s infinite alternate;
}

.list1 li,
.list2 li,
.areas-list li {
	padding: 0px 0 15px 26px;
	position: relative;
}

.list1 li:before,
.list2 li:before,
.areas-list li:before {
	position: absolute;
	top: 0;
	left: 0;
	content: '\F133';
	font-family: "bootstrap-icons";
	font-size: 18px;
	color: rgb(0 81 49 / 79%);
}

.areas-list li:before {
	content: '\F3E7';
}

.list2 li:before {
	color: #ffd001;
}

.list3 {
	margin-left: 16px;
}

.list3 li {
	list-style-type: decimal;
	padding-bottom: 18px;
}
.site-map-list li {
  border-left: 1px solid #dfdfdf;
  padding: 10px 0 10px 30px;
  position: relative;
}

.site-map-list li:before {
  position: absolute;
  top: 20px;
  left: 0;
  width: 20px;
  height: 1px;
  background-color: #dfdfdf;
  content: '';
}

.site-map-list li>ul.child-menu {
  margin: 10px 0 10px 20px;
}


.contact-wrap {
    background: #fff;
}

.info-wrap {
    background: #005131;
    padding: 70px 50px;
}

.info-wrap h3,
.info-wrap h6 {
    color: #fff;
}

.info-wrap .dbox {
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 25px;
    background: #ffffff0d;
    padding: 20px;
    border-radius: 6px;
}

.info-wrap .dbox:last-child {
    margin-bottom: 0;
}

.info-wrap .dbox p {
    margin-bottom: 0;
}

.info-wrap .dbox p span {
    font-weight: 600;
    color: #fff;
}

.info-wrap .dbox a {
    color: #fff;
}

.info-wrap .dbox a:hover {
    color: rgb(227 189 102 / 72%) !important;
}

.info-wrap .dbox .icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
}

.info-wrap .dbox .icon span {
    color: #fff;
}

.info-wrap .dbox .text {
    width: calc(100% - 50px);
}
.info-wrap .dbox h6 {
    margin-bottom: 0 !important;
}
@media (min-width: 992px) {
    .info-wrap {
        margin-top: -20px;
        margin-bottom: -20px;
        border-radius: 5px;
    }
}
.single-service-item {
  margin: 20px 0;
}

.box-style1 {
  padding: 20px;
  background-color: #f8f8f8;
  min-height: 300px;
}

.single-service-item .img-holder {
  overflow: hidden;
  position: relative;
}

.single-service-item .img-holder .img-responsive {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  width: 100%;
}

.single-service-item:hover .img-holder .img-responsive {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.single-service-item .img-holder .overlay {
  background-color: rgba(0, 0, 0, .60);
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 450ms ease-out 0s;
  transition: all 450ms ease-out 0s;
  -webkit-transform: rotateY(180deg) scale(0.5, 0.5);
  transform: rotateY(180deg) scale(0.5, 0.5);
}

.single-service-item:hover .img-holder .overlay {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: rotateY(0deg) scale(1, 1);
  transform: rotateY(0deg) scale(1, 1);
}

.single-service-item .img-holder .overlay .box {
  display: table;
  height: 100%;
  width: 100%;
}

.single-service-item .img-holder .overlay .box .content {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  font-size: 30px;
}

.single-service-item .img-holder .overlay .box .content a i {
  background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
  border-radius: 50%;
  color: #ffffff;
  display: inline-block;
  font-size: 20px;
  height: 45px;
  line-height: 48px;
  transition: all 500ms ease 0s;
  width: 45px;
}

.single-service-item .img-holder .overlay .box .content a:hover i {
  background: #9a9a9a;
}

.single-service-item .text-holder h3 {
  color: #000;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  margin: 20px 0 6px;
  text-transform: capitalize;
}

.single-service-item .text-holder h3 span {
  color: #fff;
}

@-webkit-keyframes mover {
	0% {
		transform: translateY(0);
	}

	100% {
		transform: translateY(-20px);
	}
}

   .form-control {
            height: 50px;
        }

        textarea.form-control {
            height: 150px;
        }

        .submit-icon {
            display: none;
        }

        .submit-icon.rotating-show {
            display: inline-block;
            vertical-align: middle;
        }

        @-webkit-keyframes rotating

        /* Safari and Chrome */
            {
            from {
                -webkit-transform: rotate(0deg);
                -o-transform: rotate(0deg);
                transform: rotate(0deg);
            }

            to {
                -webkit-transform: rotate(360deg);
                -o-transform: rotate(360deg);
                transform: rotate(360deg);
            }
        }

        @keyframes rotating {
            from {
                -ms-transform: rotate(0deg);
                -moz-transform: rotate(0deg);
                -webkit-transform: rotate(0deg);
                -o-transform: rotate(0deg);
                transform: rotate(0deg);
            }

            to {
                -ms-transform: rotate(360deg);
                -moz-transform: rotate(360deg);
                -webkit-transform: rotate(360deg);
                -o-transform: rotate(360deg);
                transform: rotate(360deg);
            }
        }

        .rotating {
            -webkit-animation: rotating 2s linear infinite;
            -moz-animation: rotating 2s linear infinite;
            -ms-animation: rotating 2s linear infinite;
            -o-animation: rotating 2s linear infinite;
            animation: rotating 2s linear infinite;
        }

        .contact-form-sec {
            box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
        }

@media(min-width: 1450px) and (max-width: 1650px) {
	.about-img {
		top: 50%;
		right: 8%;
		width: 500px;
		height: 500px;
	}
}

@media(min-width: 1280px) and (max-width: 1449px) {
	.about-img {
		top: 55%;
		right: 10%;
		width: 430px;
		height: 430px;
	}
}

@media(min-width: 1280px) and (max-width: 1300px) {
	.header-call {
		font-size: 17px;
	}
}


@media(min-width: 320px) and (max-width: 991px) {
	.home-page .header {
		position: static;
	}

	body {
		font-size: 16px;
	}

	.m-header-top-right {
		text-align: right;
	}

	.header-right {
		text-align: right;
	}

	.mobile-menu {
		display: inline-block;
		vertical-align: middle;
		font-size: 20px;
		background: #005131;
		padding: 8px 14px;
		color: #fff;
		cursor: pointer;
		margin: 10px auto;
	}

	.social-links {
		text-align: center;
		display: block;
		vertical-align: middle;
		margin-bottom: 15px;
	}

	.top-contact-list,
	.top-contact-list.top-contact-right {
		display: block;
		text-align: center;
	}

	.nav-wrapper {
		position: fixed;
		top: 0;
		right: -300px;
		width: 255px;
		height: 100%;
		overflow-x: scroll;
		z-index: 999;
		border-radius: 0;
		-webkit-transition: all 0.5s;
		-o-transition: all 0.5s;
		transition: all 0.5s;
		background-color: #221e1f;
		padding-top: 0;
	}

	.navigation {
		text-align: left;
	}

	.nav-wrapper.open {
		right: 0;
	}

	.navigation>li {
		display: block;
		margin: 0;
		/* border-bottom: 1px solid #333 */
	}

	.navigation>li:first-child {
		display: block;
	}

	.navigation li a {
		background-color: transparent;
		padding: 10px 20px;
		color: #fff !important;
	}

	.navigation a {
		border-radius: 0;
	}

	.navigation li:hover>a,
	.navigation li:focus>a,
	.navigation li.active>a {
		background-color: #005131;
		color: #ffffff !important;
	}

	.navigation>li.dropdown>a:after {
		right: 20px;
	}

	.navigation li.dropdown>.dropdown-menu,
	.navigation li.dropdown:hover>.dropdown-menu {
		position: static;
		top: 0;
		visibility: visible;
		opacity: 1;
		width: 100%;
		float: none;
	}

	.navigation li.dropdown>.dropdown-menu li a {
		padding: 10px 10px 10px 30px;
	}

	.get-a-quote,
	.header-info-box {
		margin: 15px;
	}

	/*.logo{
		display: table;
		margin:10px auto;
	}*/
	.fixed-top .text-end {
		background-color: #2c61de;
		text-align: center !important;
	}

	.fixed-top {
		position: static;
	}

	.header-info-box {
		position: relative;
		overflow: hidden;
	}

	.header-info-box:before {
		display: none;
	}

	.parallax.m-parallax-bg {
		background-image: none !important;
		height: auto !important;
		min-height: 100% !important;
	}

	.about-img {
		display: none;
	}

	.footer-widget {
		margin-bottom: 30px;
	}

	.half-sec-img img {
		position: relative;
		width: 100%;

	}

	.breaker-section1::before {
		height: 30%;
		width: 100%;
	}
	.breaker-section::before{
		width:100%
	}
}

@media(min-width: 768px) and (max-width: 991px) {
	.header-info-box:before {
		right: 40%;
	}

	.header-info-box::after {
		width: 50%;
	}

}

@media(min-width: 320px) and (max-width: 767px) {
	.footer-contact-wrap {
		margin-bottom: 20px;
	}

	.title {
		margin-bottom: 10px;
	}


}

@media(min-width: 576px) and (max-width: 767px) {
	.top-contact-list li {
		padding: 5px 3px;
	}

	.top-contact-list li a i {
		margin-right: 2px;
	}

	.logo {
		width: 130px;
	}

}

@media(min-width: 320px) and (max-width: 575px) {

	.top-contact-list li {
		padding-top: 6px;
		padding-bottom: 6px;
		padding-right: 6px;
	}

	.top-contact-list li a i {
		margin-right: 0;
	}

	.parallax-window {
		height: 200px;
	}

	.inner-header {
		padding: 0px;
	}

	.header-right {
		text-align: center;
		margin-bottom: 10px;
	}

	.service-text h4 {
		font-size: 18px;
	}

	.service-list {
		gap: 10px;
	}

	.about-box {
		padding: 20px;
	}

	.sm-center {
		text-align: center;
	}

	.breaker-section1::before {
		height: 18%;
		width: 100%;
	}
	 .info-wrap .dbox .icon {
        width: 40px !important;
        height: 40px !important;
    }

    .info-wrap .dbox .text {
        width: calc(100% - 33px) !important;
    }

    .info-wrap .dbox {
        padding: 10px !important;
    }

    .info-wrap {
        padding: 25px 15px !important;
    }

}