@font-face {
	font-family: "Helvetica";
	src: url("../fonts/Helvetica.eot");
	src: url("../fonts/Helvetica.eot") format("embedded-opentype"), url("../fonts/Helvetica.woff2") format("woff2"), url("../fonts/Helvetica.woff") format("woff"), url("../fonts/Helvetica.ttf") format("truetype"),
        url("../fonts/Helvetica.svg") format("svg");
}

@font-face {
	font-family: "Helvetica-Light";
    src: url("../fonts/Helvetica-Light.eot");
    src: url("../fonts/Helvetica-Light.eot") format("embedded-opentype"), url("../fonts/Helvetica-Light.woff2") format("woff2"), url("../fonts/Helvetica-Light.woff") format("woff"), url("../fonts/Helvetica-Light.ttf") format("truetype"),
        url("../fonts/Helvetica-Light.svg") format("svg");
}

@font-face {
	font-family: "Helvetica-Light";
    src: url(../fonts/Helvetica-Light.woff) format("woff"), url(../fonts/Helvetica-Light.eot) format("eot");
    font-weight: 400;
    font-style: normal;
    font-display: block;
}

body {
	overflow-x: hidden;
}

@media (min-width: 1366px) and (max-width: 9999999999px) {
	.container,
    .container-lg,
    .container-md,
    .container-sm {
		max-width: 1290px !important;
		padding: 0 !important;
	}
}

header {
	float: left;
	width: 100%;
	clear: both;
	background: #fff;
	position: fixed;
	top: 0;
	z-index: 999;
}

header .Logo {
	float: left;
	font-family: "Poppins", sans-serif;
	font-weight: 600;
	text-decoration: none;
}

header .Logo a {
	float: left;
	height: 48px;
	line-height: 48px;
	font-size: 18px;
	text-transform: uppercase;
	color: #261f47;
	text-decoration: none;
	margin: 46px 0;
}

header .Logo a img, header .Logo a svg{
	float: left;
	height: 48px;
	width: auto;
}

header .SiteMenu {
	float: right;
}

header .SiteMenu .menu-main-menu-container {
	float: left;
}

header .SiteMenu .menu-main-menu-container ul {
	float: left;
	padding: 0;
	list-style: none;
	margin: 0;
}

header .SiteMenu .menu-main-menu-container ul li {
	float: left;
	font-weight: 600;
	text-transform: uppercase;
}

header .SiteMenu .menu-main-menu-container > ul > li > a {
	float: left;
	color: #39335b;
	height: 140px;
	line-height: 140px;
	padding: 0 20px;
	text-decoration: none;
	position: relative;
	font-family: "Poppins", sans-serif;
	font-size: 17px;
	font-weight: 600;
}

header .SiteMenu .menu-main-menu-container > ul > li > a:before {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 4px;
	background: #70be44;
	content: "";
	width: 0;
	transition-duration: 0.3s;
}

header .SiteMenu .menu-main-menu-container > ul > li > a.mPS2id-highlight:before {
	width: 100%;
	transition-duration: 0.3s;
}

header .SiteMenu .menu-main-menu-container > ul > li > a:hover:before {
	width: 100%;
	transition-duration: 0.3s;
}

header .SiteMenu .menu-main-menu-container > ul > li.PhoneNo a {
	height: 43px;
	border: solid 1px #ce1b21;
	border-radius: 23px;
	line-height: 43px;
	font-family: "Poppins", sans-serif;
	font-weight: 600;
	background-repeat: no-repeat;
	padding: 0 20px 0 50px !important;
	margin-top: 45px;
	position: relative;
	margin-left: 10px;
}

header .SiteMenu .menu-main-menu-container > ul > li.PhoneNo a:before {
	display: none;
}

header .SiteMenu .menu-main-menu-container > ul > li.PhoneNo a:after {
	content: "";
	background-color: #ce1b21;
	width: 43px;
	height: 43px;
	border-radius: 100%;
	position: absolute;
	left: 0;
	right: 0;
	top: -1px;
	background-image: url(../img/phone-icon.png);
	background-repeat: no-repeat;
	background-position: center center;
	transition-duration: 0.5s;
}

header .SiteMenu .menu-main-menu-container > ul > li.PhoneNo a:hover {
	color:#fff;
	background-color: #ce1b21;
	transition-duration: 0.5s;
}

header .SiteMenu .menu-main-menu-container > ul > li.PhoneNo a:hover:after {
	background-color: #261f47;
	transition-duration: 0.5s;
}

.mobileCallBtn {
	display: none;
}

.MainSlider {
	float: left;
	width: 100%;
	clear: both;
	height: calc(100vh - 140px);
	margin-top: 140px;
}

.MainSlider .lSSlideOuter,
.MainSlider .lSSlideOuter .lSSlideWrapper,
.MainSlider .lSSlideOuter .lSSlideWrapper #MainSliderHome,
.MainSlider .lSSlideOuter .lSSlideWrapper #MainSliderHome .MS-item {
	height: calc(100vh - 140px) !important;
}

.MainSlider .lSSlideOuter .lSSlideWrapper #MainSliderHome .MS-item {
	background-size: cover !important;
	background-position: center 12% !important;
}

.MainSlider .lSSlideOuter .lSSlideWrapper #MainSliderHome .MS-item .MS-itemInfo:before {
	position: absolute;
	left: 0;
	top: 0;
	width: 95px;
	height: 5px;
	background: #fff;
	content: "";
}

.MainSlider .lSSlideOuter .lSSlideWrapper #MainSliderHome .MS-item .MS-itemInfo {
	float: left;
	position: relative;
	padding-top: 20px;
	font-family: "Poppins", sans-serif;
	margin-top: 184px;
}

.MainSlider .lSSlideOuter .lSSlideWrapper #MainSliderHome .MS-item .MS-itemInfo .Title {
	float: left;
	font-size: 51px;
	color: #fff;
	line-height: 51px;
	text-transform: uppercase;
	font-weight: 200;
}

.MainSlider .lSSlideOuter .lSSlideWrapper #MainSliderHome .MS-item .MS-itemInfo .Title b {
	font-weight: 700;
}

.MainSlider .lSSlideOuter .lSSlideWrapper #MainSliderHome .MS-item .MS-itemInfo a {
	text-decoration:none;
	float: left;
	clear: both;
	font-size: 20px;
	font-family: "Poppins", sans-serif;
	font-weight: 300;
	color: #fff;
	background: #ce1b21;
	padding: 12px 32px;
	border: solid 1px #fff;
	text-transform: uppercase;
	margin-top: 10px;
	cursor: pointer;
	transition-duration: 0.5s;
}

.MainSlider .lSSlideOuter .lSSlideWrapper #MainSliderHome .MS-item .MS-itemInfo a:hover {
	background: #261f47;
	transition-duration: 0.5s;
}

.AboutUs {
	float: left;
	width: 100%;
	clear: both;
	position: relative;
	padding: 120px 0 152px 0;
}

.AboutUs .AboutUsColorBg {
	position: absolute;
	bottom: 100px;
	right: 0;
	top: calc(120px + 20%);
	background: #ce1b21;
	content: "";
}

.AboutUs .AboutUsImgBg {
	position: absolute;
	bottom: 100px;
	right: 0;
	top: calc(120px + 20%);
	background: url("https://enigmaenergies.com/wp-content/uploads/2023/02/about-img.png");
	content: "";
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center right;
}

.AboutUs .containerRight {
	position: absolute;
	right: 0;
	top: 0;
}

.AboutUs .AboutInfor {
	float: left;
	width: 100%;
	margin-top: 30px;
}

.AboutUs .AboutInfor .Stitle {
	float: left;
	width: 100%;
	font-family: "Helvetica";
	position: relative;
	padding-left: 60px;
	color: #ce1b21;
	text-transform: uppercase;
	margin: 0;
}

.AboutUs .AboutInfor .Stitle:before {
	content: "";
	left: 0;
	top: 10px;
	background: #70be44;
	width: 50px;
	height: 2px;
	position: absolute;
}

.AboutUs .AboutInfor .title {
	float: left;
	width: 100%;
	font-size: 38px;
	color: #39325b;
	font-family: "Poppins", sans-serif;
	font-weight: 200;
	text-transform: uppercase;
	margin: 0;
	line-height: 38px;
}

.AboutUs .AboutInfor .title b {
	font-weight: 600;
}

.AboutUs .AboutInfor .Content {
	margin: 20px 0;
}

.AboutUs .AboutInfor .Content,
.AboutInfor .Content p {
	float: left;
	width: 100%;
	clear: both;
	font-family: "Helvetica-Light";
	color: #4d4d4d;
	font-size: 19px;
}

.AboutUs .AboutInfor a {
	float: left;
	clear: both;
	font-size: 20px;
	font-family: "Poppins", sans-serif;
	font-weight: 300;
	color: #ce1b21 !important;
	background: transparent;
	border: solid 2px #ce1b21;
	padding: 12px 32px;
	text-transform: uppercase;
	cursor: pointer;
	transition-duration: 0.5s;
	text-decoration:none;
}

.AboutUs .AboutInfor a:hover {
	background: #ce1b21;
	color: #fff !important;
	transition-duration: 0.5s;
}

.AboutUs .right-img {
	float: left;
	width: 100%;
	height: auto;
}

.AboutUs .right-imgPercent {
	position: absolute;
	left: 40%;
}

.AboutUs .right-imgPercentRight {
	position: absolute;
	right: calc(0% + 15px);
}

.OurService {
	float: left;
	width: 100%;
	clear: both;
	padding: 110px 0;
	background-size: cover !important;
	font-family: "Poppins", sans-serif;
	background-position: 95% 100% !important;
	background-repeat: no-repeat !important;
}

.OurService .title {
	float: left;
	width: 100%;
	clear: both;
	margin: 0;
	color: #39325b;
	font-size: 50px;
	text-align: center;
	text-transform: uppercase;
	line-height: normal;
	font-family: "Poppins", sans-serif;
	font-weight: 200;
}

.OurService .deal-title{
	float: left;
	width: 100%;
	clear: both;
	margin: 0;
	color: #39325b;
	font-size: 23px;
	text-align: center;
	line-height: normal;
	font-family: "Poppins", sans-serif;
	font-weight: 500;
	margin-top: 34px
}

.OurService .Sub-title {
	float: left;
	width: 100%;
	clear: both;
	margin: -25px 0 0 0;
	color: #ce1b21;
	font-weight: 600;
	font-size: 50px;
	text-align: center;
	text-transform: uppercase;
	line-height: normal;
}

.OurService .content {
	float: left;
	width: 100%;
	text-align: center;
	font-size: 19px;
	font-family: "Helvetica-Light";
	margin: 0 0 28px 0;
	padding: 0 calc(16.666667% - 30px);
	color:#4d4d4d;
}

.OurService .SerSlider {
	float: left;
	clear: both;
	width: 100%;
}

.OurService .SerSlider #SerSlider {
	display: flex;
}

.OurService .SerSlider #SerSlider li {
	background: #fff;
	position: relative;
	padding: 50px 45px 58px 45px;
}

.OurService .SerSlider #SerSlider li:before {
	content: "";
	left: 0;
	right: 0;
	top: 0;
	height: 6px;
	background: #ce1b21;
	position: absolute;
}

.OurService .SerSlider #SerSlider li span {
	width: 95px;
	height: 95px;
	background: rgba(246,220,221,0.6);
	margin: auto;
	display: block;
	position: relative;
	margin-bottom: 50px;
}

.OurService .SerSlider #SerSlider li span svg,
.OurService .SerSlider #SerSlider li span img {
	width: 80px;
	height: 80px;
	margin: auto;
	display: block;
	position: relative;
	top: 30px;
}

.OurService .SerSlider #SerSlider li span svg path {
	fill: #ce1b21;
}

.OurService .SerSlider #SerSlider li .title {
	float: left;
	width: 100%;
	text-align: center;
	color: #39325b;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 24px;
	margin: 0 0 10px 0;
}

.OurService .SerSlider #SerSlider li .content {
	float: left;
	width: 100%;
	clear: both;
	font-size: 19px;
	font-family: "Helvetica-Light";
	margin: 0;
	padding: 0;
	line-height: 21px;
}

.OurService .SerSlider #SerSlider li:hover {
	background: #ce1b21;
}

.OurService .SerSlider #SerSlider li:hover:before{
	background:#70be44;
}

.OurService .SerSlider #SerSlider li:hover .title,
.OurService .SerSlider #SerSlider li:hover .content {
	color: #fff;
}

.OurService .SerSlider #SerSlider li:hover span {
	background: rgba(255, 255, 255, 0.25);
}

.OurService .SerSlider #SerSlider li:hover span svg path {
	fill: #fff;
}

.OurService .WhyUsMobileBottom {
	display: none !important;
}

.WhyUs {
	float: left;
	width: 100%;
	clear: both;
	position: relative;
	background-size: 50% 100% !important;
	background-repeat: no-repeat !important;
	background-position: center left !important;
}

.WhyUs .WhyUsSlide {
	float: left;
	width: 100%;
	clear: both;
	background-color: #fff;
	position: relative;
	padding: 110px 0 110px 8%;
	overflow: hidden;
}

.WhyUs .WhyUsSlide:before {
	background-image: url(../img/slide-bg-why.png);
	content: "";
	left: 0;
	width: 100%;
	top: 0;
	bottom: 0;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	background-position: center bottom;
	transform: translateX(-42%) translateY(6%);
}

.WhyUs .WhyUsSlide .title {
	float: left;
	width: 100%;
	font-size: 50px;
	line-height: 50px;
	color: #39325b;
	font-weight: 200;
	text-transform: uppercase;
	margin: 0;
	font-weight: 200;
	font-family: "Poppins", sans-serif;
}

.WhyUs .WhyUsSlide .Subtitle {
	text-transform: uppercase;
	font-size: 50px;
	line-height: 50px;
	color: #ce1b21;
	font-weight: 700;
	margin: 0;
	padding-bottom: 30px;
	position: relative;
	float: left;
	width: 100%;
}

.WhyUs .WhyUsSlide .Subtitle:after {
	content: "";
	float: left;
	clear: both;
	width: 68px;
	height: 6px;
	background: #e8e7ec;
	position: absolute;
	bottom: 0;
	left: 0;
}

.WhyUs .WhyUsSlide .lSSlideOuter {
	clear: both;
}

.WhyUs .WhyUsSlide .WhyUsSliderItem {
	float: left;
	width: 100%;
	font-family: "Poppins", sans-serif;
}

.WhyUs .WhyUsSlide .WhyUsSliderItem .Sicon {
	float: left;
	height: 96px;
	width: auto;
	margin: 40px 0 30px 0;
}

.WhyUs .WhyUsSlide .WhyUsSliderItem .Sicon path {
	fill: #ce1b21 !important;
}

.WhyUs .WhyUsSlide .WhyUsSliderItem .lineT {
	float: left;
	clear: both;
	color: #39325b;
	font-size: 30px;
	font-weight: 300;
	margin: 0;
}

.WhyUs .WhyUsSlide .WhyUsSliderItem .PGraph {
	float: left;
	clear: both;
	width: 100%;
	height: 162px;
	overflow: hidden;
	margin: 0 0 30px 0;
}

.WhyUs .WhyUsSlide .WhyUsSliderItem .PGraph,
.WhyUs .WhyUsSlide .WhyUsSliderItem .PGraph * {
	float: left;
	clear: both;
	color: #4d4d4d;
	font-size: 19px;
	font-weight: 300;
	font-family: "Helvetica-Light";
}

.WhyUs .WhyUsSlide a.ActionBtn {
	float: left;
	clear: both;
	font-size: 20px;
	font-family: "Poppins", sans-serif;
	font-weight: 300;
	color: #ce1b21 !important;
	background: transparent;
	border: solid 2px #ce1b21;
	padding: 12px 32px;
	text-transform: uppercase;
	cursor: pointer;
	transition-duration: 0.5s;
	text-decoration: none;
	position: relative;
	z-index: 99;
}

.WhyUs .WhyUsSlide a.ActionBtn:hover {
	background: #ce1b21;
	color: #fff !important;
	transition-duration: 0.5s;
}

.WhyUs .WhyUsSlide .lSPager {
	margin-top: 0;
	position: absolute;
	top: 119px;
	right: 0;
}

.WhyUs .WhyUsSlide .lSPager {
	margin-top: 0;
	position: absolute;
	top: 119px;
	right: 0;
}

.WhyUs .WhyUsSlide .lSPager li a {
	background: #eeeeee !important;
}

.WhyUs .WhyUsSlide .lSPager li.active a {
	background: #ce1b21 !important;
}

.WhyUs .WS-cont {
	position: relative;
	width: 50px;
	height: 50px;
	display: block;
	background: rgba(246,220,221,0.6);
	cursor: pointer;
	position: absolute;
	bottom: 112px;
	right: 0;
	cursor: pointer;
	z-index: 999;
}

.WhyUs .WS-cont img, .WhyUs .WS-cont svg .st002 {
    fill: #d12c33 !important;
}

.WhyUs .WS-cont img, .WhyUs .WS-cont svg .st001 {
    stroke: #d12c33 !important;
}

.WhyUs .WS-cont img, .WhyUs .WS-cont svg {
	position: absolute;
	left: -17px;
	margin: auto;
	top: 0;
	bottom: 0;
	width: 49px;
}

.WhyUs .WS-cont.WS-left {
	right: 102px;
}

.WhyUs .WS-cont.WS-left:after {
	content: "";
	width: 3px;
	height: 3px;
	background: #6fbf45;
	position: absolute;
	right: 74px;
	top: 23px;
}

.WhyUs .WS-cont.WS-left {
	transform: rotate(180deg);
}

.WhyUs .WhyUsUpper {
	position: absolute;
	bottom: 100px;
	right: 0;
	left: 0;
	top: 120px;
	background: url("https://enigmaenergies.com/wp-content/uploads/2023/02/WhyUsUpper.png");
	content: "";
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center right;
	opacity: 0.3;
}

.WhyUsUpperLeft {
	left: 0;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	background-size: cover !important;
	background-position: center right !important;
}

.contactUs {
	float: left;
	width: 100%;
	background: url("https://enigmaenergies.com/wp-content/uploads/2023/02/map.png");
	background-size: cover !important;
	background-position: center center;
	padding: 80px 0;
}

.contactUs .contactForm {
	float: right;
	width: 55%;
	padding: 50px 50px 20px 50px;
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
}

.contactUs .contactForm .title {
	float: left;
	width: 100%;
	text-align: center;
	color: #39315b;
	font-size: 45px;
	font-family: "Poppins", sans-serif;
	font-weight: 300;
	text-transform: uppercase;
	margin: 0;
}

.contactUs .contactForm .Stitle {
	float: left;
	width: 100%;
	text-align: center;
	font-size: 16px;
	color: #000000;
	font-family: "Poppins", sans-serif;
	font-weight: 300;
	line-height: 16px;
	margin-bottom: 20px !important;
}

.contactUs .contactForm .wpcf7 {
	float: left;
	width: 100%;
	font-family: "Poppins", sans-serif;
}

.contactUs .contactForm .wpcf7 form {
	float: left;
	width: 100%;
}

.contactUs .contactForm .wpcf7 form .row {
	margin-right: -5px;
	margin-left: -5px;
}

.contactUs .contactForm .wpcf7 form .row > div {
	padding-right: 5px;
	padding-left: 5px;
}

.contactUs .contactForm .wpcf7 form .wpcf7-form-control-wrap {
	float: left;
	width: 100%;
	margin-bottom: 10px;
}

.contactUs .contactForm .wpcf7 form .wpcf7-form-control-wrap input {
	float: left;
	width: 100%;
	border: solid 1px #bdbdbd;
	height: 50px;
	line-height: 50px;
	padding: 0 20px;
	border-radius: 5px;
	outline: none;
	font-family: "Helvetica";
	font-size: 14px;
	color: rgba(0, 0, 0, 0.5);
}

.contactUs .contactForm .wpcf7 form .wpcf7-form-control-wrap .intl-tel-input.allow-dropdown .flag-container {
	height: 50px !important;
}

.contactUs .contactForm .wpcf7 form .wpcf7-form-control-wrap .intl-tel-input.allow-dropdown .flag-container .selected-flag {
	background: none !important;
	border-right: solid 1px #bdbdbd !important;
}

.contactUs .contactForm .wpcf7 form .wpcf7-form-control-wrap .intl-tel-input input {
	padding-left: 60px;
}

.contactUs .contactForm .wpcf7 form .wpcf7-form-control-wrap ::-webkit-input-placeholder {
    /* Edge */
	color: rgba(0, 0, 0, 0.5);
	opacity: 1;
}

.contactUs .contactForm .wpcf7 form .wpcf7-form-control-wrap :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
	color: rgba(0, 0, 0, 0.5);
	opacity: 1;
}

.contactUs .contactForm .wpcf7 form .wpcf7-form-control-wrap ::placeholder {
	color: rgba(0, 0, 0, 0.5);
	opacity: 1;
}

.contactUs .contactForm .wpcf7 form .wpcf7-form-control-wrap select {
	float: left;
	width: 100%;
	border: solid 1px #bdbdbd;
	height: 50px;
	line-height: 50px;
	color: rgba(0, 0, 0, 0.5);
	padding: 0 20px;
	border-radius: 5px;
	outline: none;
	font-family: "Helvetica";
	font-size: 14px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: url(../img/select-arrow.png);
	background-repeat: no-repeat;
	background-position: calc(100% - 15px) calc(50%);
}

.contactUs .contactForm .wpcf7 form .wpcf7-form-control-wrap textarea {
	float: left;
	width: 100%;
	border: solid 1px #bdbdbd;
	height: 170px;
	padding: 20px;
	border-radius: 5px;
	outline: none;
	font-family: "Helvetica";
	font-size: 14px;
	resize: none;
}

.contactUs .contactForm .wpcf7 p {
	margin: 0;
}

.contactUs .contactForm .wpcf7 form .wpcf7-submit {
	float: left;
	width: 100%;
	background: #ce1b21;
	color: #fff;
	font-weight: 600;
	font-family: "Poppins", sans-serif;
	text-transform: uppercase;
	border: none;
	outline: none;
	box-shadow: none;
	font-size: 30px;
	padding: 15px 0;
}

.contactUs .contactForm .wpcf7 .wpcf7-not-valid-tip {
	font-size: 13px;
	clear: both;
}

footer {
	float: left;
	width: 100%;
	clear: both;
	margin-top: 80px;
}

footer .Logo {
	float: left;
	font-family: "Poppins", sans-serif;
	font-weight: 600;
	text-decoration: none;
}

footer .Logo a {
	float: left;
	height: 48px;
	line-height: 48px;
	font-size: 18px;
	text-transform: uppercase;
	color: #261f47;
	text-decoration: none;
}

footer .Logo a img, footer .Logo a svg {
	float: left;
	height: auto;
	width: 60%;
}

footer .fcontact {
	float: left;
	width: 100%;
}

footer .fcontact .title {
	float: left;
	width: 100%;
	font-size: 30px;
	color: #39315b;
	font-family: "Poppins", sans-serif;
	font-weight: 200;
	margin: 0 0 5px 0;
}

footer .fcontact .Address {
	float: left;
	clear: both;
	width: 100%;
	color: #4d4d4d;
	margin: 0;
	font-weight: 400;
	line-height: normal;
}

footer .cInfo {
	float: left;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
}

footer .cInfo li {
	float: left;
	clear: both;
	position: relative;
	padding-left: 60px;
	margin-bottom: 20px;
}

footer .cInfo li:last-child {
	margin: 0;
}

footer .cInfo li span.icon {
	position: absolute;
	width: 45px;
	height: 45px;
	background: #ce1b21;
	left: 0;
	top: 0;
}

footer .cInfo li span.icon img {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}

footer .cInfo li p {
	float: left;
	width: 100%;
	margin: 0;
	font-size: 24px;
	font-family: "Poppins", sans-serif;
	font-weight: 200;
	line-height: 24px;
	color: #39315b;
}

footer .cInfo li p span {
	display: block;
	font-size: 16px;
	color: #4d4d4d;
	font-family: "Poppins", sans-serif;
	font-weight: 400;
}

footer .Cright {
	float: left;
	width: 100%;
	color: #000000;
	font-size: 15px;
	font-family: "Helvetica-Light";
	border-top: solid 1px #eeeeee;
	text-align: center;
	padding-top: 20px;
	margin-top: 35px;
	margin-bottom: 20px;
}

.arrow-up {
	position: fixed;
	right: 30px;
	bottom: 30px;
	width: 74px;
	height: 74px;
	object-fit:contain;
	cursor: pointer;
	display: none;
}

.fix-Wa {
	position: fixed;
	left: 30px;
	bottom: 30px;
}

.fix-Wa img {
    position: fixed;
    left: 30px;
    bottom: 30px;
    width: 74px;
    height: 74px;
    object-fit: contain;
}

.WhyUsMobileBottom {
	display: none;
}

@media (min-width: 1200px) and (max-width: 1365px) {
	header .Logo a {
		height: 40px;
		line-height: 40px;
	}

	header .Logo a img, header .Logo a  svg {
		height: 40px;
	}

	header .SiteMenu .menu-main-menu-container > ul > li > a {
		font-size: 16px;
	}

	.MainSlider {
		float: left;
		width: 100%;
		clear: both;
		height: 600px !important;
		margin-top: 120px;
	}

	.MainSlider .lSSlideOuter,
	.MainSlider .lSSlideOuter .lSSlideWrapper,
	.MainSlider .lSSlideOuter .lSSlideWrapper #MainSliderHome,
	.MainSlider .lSSlideOuter .lSSlideWrapper #MainSliderHome .MS-item {
		height: 600px !important;
	}

	.AboutUs .AboutInfor .Content, .AboutInfor .Content p {
		padding-right: 15px;
		font-size: 16px;
	}

	.OurService .content,
	.OurService .SerSlider #SerSlider li .content,
	.WhyUs .WhyUsSlide .WhyUsSliderItem .PGraph, .WhyUs .WhyUsSlide .WhyUsSliderItem .PGraph * {
		font-size: 16px;
	}

	.WhyUs .WhyUsSlide .WhyUsSliderItem .Sicon {
		height: 50px;
	}

	.WhyUs .col-sm-5,
	.WhyUs .col-sm-7 {
		-ms-flex: 0 0 50% !important;
		flex: 0 0 50% !important;
		max-width: 50% !important;
	}

	.MainSlider .lSSlideOuter .lSSlideWrapper #MainSliderHome .MS-item .MS-itemInfo .Title {
		font-size: 40px !important;
		line-height: 40px;
	}

	.AboutUs .AboutUsColorBg,
	.AboutUs .AboutUsImgBg {
		bottom: 250px;
	}

	.AboutUs .AboutInfor .title,
	.OurService .title,
	.OurService .title,
	.OurService .Sub-title,
	.WhyUs .WhyUsSlide .title,
	.WhyUs .WhyUsSlide .Subtitle {
		font-size: 36px;
	}

	.WhyUs .WhyUsSlide .WhyUsSliderItem .lineT {
		font-size: 24px;
	}

	.contactUs .contactForm .title {
		font-size: 32px;
	}

	footer .fcontact .title {
		font-size: 24px;
	}

	.OurService .Sub-title {
		margin: -14px 0 0 0;
	}

	.OurService .content {
		padding: 0 calc(13.666667% - 30px);
	}

	.WhyUs .WhyUsSlide .Subtitle {
		margin-top: -7px;
	}

	footer .Cright {
		font-size: 15px;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	header .Logo a {
		height: 30px;
		line-height: 35px;
		margin: 42px 0 43px 0;
	}

	header .Logo a img, header .Logo a svg {
		height: 35px;
	}

	header .SiteMenu .menu-main-menu-container > ul > li.PhoneNo a {
		margin-top: 37px;
	}

	header .SiteMenu .menu-main-menu-container > ul > li > a {
		font-size: 13px;
		padding: 0 10px;
		height: 120px;
		line-height: 120px;
	}

	.MainSlider {
		float: left;
		width: 100%;
		clear: both;
		height: 600px !important;
		margin-top: 120px;
	}

	.MainSlider .lSSlideOuter,
	.MainSlider .lSSlideOuter .lSSlideWrapper,
	.MainSlider .lSSlideOuter .lSSlideWrapper #MainSliderHome,
	.MainSlider .lSSlideOuter .lSSlideWrapper #MainSliderHome .MS-item {
		height: 600px !important;
	}

	.AboutUs .AboutInfor .Content, .AboutInfor .Content p {
		padding-right: 15px;
		font-size: 14px;
	}

	.AboutUs .AboutUsColorBg,
	.AboutUs .AboutUsImgBg {
		bottom: 160px;
	}

	.AboutUs .AboutInfor a,
	.MainSlider .lSSlideOuter .lSSlideWrapper #MainSliderHome .MS-item .MS-itemInfo a,
	.WhyUs .WhyUsSlide a.ActionBtn,
	.contactUs .contactForm .wpcf7 form .wpcf7-submit {
		font-size: 16px;
	}

	.OurService .content,
	.OurService .SerSlider #SerSlider li .content,
	.WhyUs .WhyUsSlide .WhyUsSliderItem .PGraph, .WhyUs .WhyUsSlide .WhyUsSliderItem .PGraph * {
		font-size: 14px;
	}

	.WhyUs .WhyUsSlide .WhyUsSliderItem .Sicon {
		height: 50px;
		margin: 20px 0;
	}

	.WhyUs .col-sm-5,
	.WhyUs .col-sm-7 {
		-ms-flex: 0 0 50% !important;
		flex: 0 0 50% !important;
		max-width: 50% !important;
	}

	.MainSlider .lSSlideOuter .lSSlideWrapper #MainSliderHome .MS-item .MS-itemInfo .Title {
		font-size: 40px !important;
		line-height: 40px;
	}

	.AboutUs .AboutInfor .title,
	.OurService .title,
	.OurService .title,
	.OurService .Sub-title,
	.WhyUs .WhyUsSlide .title,
	.WhyUs .WhyUsSlide .Subtitle {
		font-size: 36px;
	}

	.WhyUs .WhyUsSlide .WhyUsSliderItem .lineT {
		font-size: 18px;
	}

	.contactUs .contactForm .title {
		font-size: 32px;
	}

	footer .fcontact .title,
	footer .cInfo li p {
		font-size: 20px;
	}

	footer .fcontact .Address,
	footer .cInfo li p span {
		font-size: 14px;
	}

	.OurService .Sub-title {
		margin: -14px 0 0 0;
	}

	.OurService .content {
		padding: 0 calc(13.666667% - 30px);
	}

	.WhyUs .WhyUsSlide .Subtitle {
		margin-top: -7px;
	}

	.AboutUs {
		padding: 80px 0 90px 0;
	}

	.OurService {
		padding: 70px 0;
	}

	.OurService .SerSlider #SerSlider li {
		padding: 25px;
	}

	.OurService .SerSlider #SerSlider li span {
		width: 80px;
		height: 80px;
		margin-bottom: 30px;
	}

	.OurService .SerSlider #SerSlider li span svg, .OurService .SerSlider #SerSlider li span img {
		width: 50px;
		height: 50px;
		top: 40px;
	}

	.OurService .SerSlider #SerSlider li .title {
		font-size: 20px !important;
	}

	.WhyUs .WhyUsSlide {
		padding: 50px 0 50px 8%;
	}

	.WhyUs .WS-cont {
		bottom: 55px;
	}

	footer {
		margin-top: 50px;
	}

	.mobileCallBtn {
		display: none !important;
	}

	footer .Cright {
		font-size: 13px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	header {
		padding: 20px 0;
		box-shadow: 0 0 5px rgb(0 0 0 / 30%);
	}

	header .Logo a {
		height: 20px;
		line-height: 20px;
		margin: 5px 0;
	}

	header .Logo a img, header .Logo a svg {
		height: 20px;
	}

	header .SiteMenu {
		position: absolute;
		top: 100%;
		left: 0;
		right: 0;
		display: none;
		background: #fff;
		border-top: solid 1px #ce1b21;
	}

	header .SiteMenu .menu-main-menu-container {
		width: 100%;
	}

	header .SiteMenu .menu-main-menu-container ul {
		width: 100%;
	}

	header .SiteMenu .menu-main-menu-container ul li {
		width: 100%;
		border-bottom: solid 1px #ccc;
	}

	header .SiteMenu .menu-main-menu-container ul li a {
		width: 100%;
		padding: 16px 15px;
		font-size: 13px;
		line-height: normal;
		height: auto;
	}

	header .SiteMenu .menu-main-menu-container ul li.PhoneNo {
		display: none !important;
	}

	.mobileCallBtn {
		display: block;
		height: 30px;
		border: solid 1px #ce1b21;
		border-radius: 23px;
		line-height: 30px;
		font-family: "Poppins", sans-serif;
		font-weight: 600;
		background-repeat: no-repeat;
		padding: 0 12px 0 40px !important;
		margin-top: 0;
		position: relative;
		margin: 0 15px 0 0;
		font-size: 11px;
		text-decoration: none;
		float: right;
		color: #39335b;
	}

	.mobileCallBtn:before {
		display: none;
	}

	.mobileCallBtn:after {
		content: "";
		background-color: #ce1b21;
		width: 30px;
		height: 30px;
		border-radius: 100%;
		position: absolute;
		left: 0;
		right: 0;
		top: -1px;
		background-image: url(../img/phone-icon.png);
		background-repeat: no-repeat;
		background-position: center center;
		transition-duration: 0.5s;
	}

	.mobileCallBtn:hover {
		background-color: #ce1b21;
		transition-duration: 0.5s;
	}

	.mobileCallBtn:hover:after {
		background-color: #261f47;
		transition-duration: 0.5s;
	}

	.mobileMenuBtn.active:before {
		transform: rotate(45deg);
		top: 13px;
		transition-duration: 0.3s;
	}

	.mobileMenuBtn.active:after {
		transform: rotate(-45deg);
		bottom: 13px;
		transition-duration: 0.3s;
	}

	.mobileMenuBtn.active > span {
		opacity: 0;
		transition-duration: 0.3s;
	}

	.mobileMenuBtn {
		float: right;
		width: 40px;
		position: relative;
		height: 30px;
		transition-duration: 0.3s;
	}

	.mobileMenuBtn > span {
		float: right;
		width: 40px;
		height: 3px;
		margin-top: 13px;
		background: #030304;
		transition-duration: 0.3s;
	}

	.mobileMenuBtn:before {
		width: 40px;
		height: 3px;
		background: #030304;
		position: absolute;
		top: 4px;
		content: "";
		border-radius: 2px;
		transition-duration: 0.3s;
		transform: rotate(0deg);
	}

	.mobileMenuBtn:after {
		width: 40px;
		height: 3px;
		background: #030304;
		position: absolute;
		bottom: 4px;
		content: "";
		transition-duration: 0.3s;
		transform: rotate(0deg);
	}

	.MainSlider {
		float: left;
		width: 100%;
		clear: both;
		height: 400px !important;
		margin-top: 70px;
	}

	.MainSlider .lSSlideOuter,
	.MainSlider .lSSlideOuter .lSSlideWrapper,
	.MainSlider .lSSlideOuter .lSSlideWrapper #MainSliderHome,
	.MainSlider .lSSlideOuter .lSSlideWrapper #MainSliderHome .MS-item {
		height: 400px !important;
	}

	.MainSlider .lSSlideOuter .lSSlideWrapper #MainSliderHome .MS-item .MS-itemInfo:before {
		width: 55px;
		height: 3px;
	}

	.MainSlider .lSSlideOuter .lSSlideWrapper #MainSliderHome .MS-item .MS-itemInfo {
		margin-top: 60px;
	}

	.MainSlider .lSSlideOuter .lSSlideWrapper #MainSliderHome .MS-item .MS-itemInfo a {
		font-size: 14px;
		padding: 10px 20px;
	}

	.MainSlider .lSSlideOuter .lSSlideWrapper #MainSliderHome .MS-item .MS-itemInfo .Title {
		font-size: 24px !important;
		line-height: 25px;
	}

	.AboutUs {
		padding: 40px 0 50px 0;
	}

	.AboutUs .AboutInfor a {
		font-size: 14px;
		padding: 10px 20px;
	}

	.AboutUs .AboutUsColorBg {
		display: none !important;
	}

	.AboutUs .AboutUsColorBg,
	.AboutUs .AboutUsImgBg {
		display: none !important;
	}

	.AboutUs .AboutInfor .Content, .AboutInfor .Content p {
		font-size: 16px;
	}

	.AboutUs .col-sm-6:last-child {
		margin-top: 40px;
		position: relative;
		padding: 0;
	}

	.AboutUs .col-sm-6:last-child:before {
		position: absolute;
		bottom: 250px;
		right: -30px;
		top: calc(10%);
		background: #ce1b21;
		content: "";
		left: 28%;
	}

	.AboutUs .col-sm-6:last-child:after {
		position: absolute;
		bottom: 250px;
		right: 0;
		top: 10%;
		background: url("https://enigmaenergies.com/wp-content/uploads/2023/02/about-img.png");
		content: "";
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center left;
		left: 80%;
	}

	.AboutUs .col-sm-6 img {
		width: 80%;
		position: relative;
		z-index: 999;
	}

	.OurService {
		padding: 40px 0;
	}

	.OurService .Sub-title {
		margin: 0;
	}

	.OurService .content {
		padding: 0;
		font-size: 16px;
	}

	.OurService .SerSlider #SerSlider li {
		padding: 40px 25px 40px 25px;
	}

	.OurService .SerSlider #SerSlider li span {
		width: 70px;
		height: 70px;
		margin-bottom: 40px;
	}

	.OurService .SerSlider #SerSlider li .content {
		font-size: 15px;
	}

	.OurService .SerSlider #SerSlider li span svg, .OurService .SerSlider #SerSlider li span img {
		width: 60px;
		height: 60px;
		top: 20px;
	}

	.OurService .lSPager.lSpg {
		clear: both;
	}

	.OurService .lSPager.lSpg li.active a {
		background: #ce1b21 !important;
	}

	.OurService .lSPager.lSpg li a {
		height: 4px !important;
		width: 21px !important;
		background: #f4f4f4 !important;
	}

	.AboutUs .AboutInfor .title,
	.OurService .title,
	.OurService .title,
	.OurService .Sub-title,
	.WhyUs .WhyUsSlide .title,
	.WhyUs .WhyUsSlide .Subtitle {
		font-size: 24px;
	}

	.WhyUs .col-sm-5, .WhyUs .col-sm-7 {
		padding: 0 !important;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}

	.WhyUsUpperLeft {
		display: none;
	}

	.WhyUsMobileBottom {
		display: block;
		width: 100%;
		clear: both;
		float: left;
	}

	.WhyUs .WhyUsSlide {
		padding: 40px 0 70px 0;
		text-align: center;
	}

	.WhyUs .WhyUsSlide .Subtitle {
		margin-top: -20px;
		padding-bottom: 5px;
	}

	.WhyUs .WhyUsSlide .Subtitle:after {
		margin: auto;
		right: 0;
		width: 34px;
		height: 4px;
	}

	.WhyUs .WhyUsSlide .WhyUsSliderItem {
		padding: 0 30px;
	}

	.WhyUs .WhyUsSlide .WhyUsSliderItem .Sicon {
		height: 50px;
		float: none;
	}

	.WhyUs .WhyUsSlide .WhyUsSliderItem .lineT {
		font-size: 17px;
		text-align: center;
		width: 100%;
	}

	.WhyUs .WhyUsSlide .WhyUsSliderItem .PGraph {
		font-size: 14px;
		height: 120px;
	}

	.WhyUs .WS-cont {
		display: none !important;
	}

	.WhyUs .WhyUsSlide a.ActionBtn {
		font-size: 14px;
		padding: 10px 20px;
		float: none;
	}

	.WhyUs .WhyUsSlide .lSPager {
		bottom: 17px;
		top: auto;
		margin: 0 !important;
		z-index: 99999;
		left: 0;
	}

	.WhyUs .WhyUsSlide .lSSlideOuter,
	.WhyUs .lSSlideWrapper {
		overflow: visible !important;
	}

	.WhyUs .WhyUsSlide:before {
		background-position: center bottom;
		transform: translateX(0) translateY(15%);
		right: 0;
		background-size: 200%;
	}

	.contactUs {
		background: none;
		position: relative;
		padding: 300px 0 0 0;
	}

	.contactUs:before {
		content: "";
		position: absolute;
		background: url(../img/form-bg-mobile.jpg);
		top: 0;
		bottom: 48%;
		left: 0;
		right: 0;
		background-size: cover;
		background-position: center bottom;
	}

	.contactUs:after {
		content: "";
		position: absolute;
		top: 0;
		bottom: 23%;
		left: 0;
		right: 0;
		background: #c9d8d5;
		z-index: -1;
	}

	.contactUs .container {
		position: relative;
	}

	.contactUs .contactForm {
		width: 100%;
		padding: 25px;
	}

	.contactUs .contactForm .title {
		font-size: 26px;
	}

	.contactUs .contactForm .Stitle {
		font-size: 13px;
	}

	.contactUs .contactForm .Stitle br {
		display: none;
	}

	.contactUs .contactForm .wpcf7 form .wpcf7-form-control-wrap input {
		height: 40px;
		line-height: 40px;
		font-size: 13px;
	}

	.contactUs .contactForm .wpcf7 form .wpcf7-form-control-wrap .intl-tel-input.allow-dropdown .flag-container {
		height: 40px !important;
	}

	.contactUs .contactForm .wpcf7 form .wpcf7-form-control-wrap select {
		height: 40px;
		line-height: 40px;
		font-size: 13px;
	}

	.contactUs .contactForm .wpcf7 form .wpcf7-form-control-wrap textarea {
		height: 100px;
		font-size: 13px;
	}

	.contactUs .contactForm .wpcf7 form .row > div.col-sm-6 {
		width: 50% !important;
	}

	.contactUs .contactForm .wpcf7 form .wpcf7-submit {
		padding: 8px 0;
		font-size: 13px;
	}

	.fix-Wa img {
		left: 20px;
		width: 35px;
		height: 35px;
	}

	.arrow-up {
		right: 20px;
		width: 35px;
		height: 35px;
	}

	footer {
		margin-top: 50px;
	}

	footer .fcontact .title {
		font-size: 22px;
	}

	footer .cInfo {
		margin-top: 30px;
	}

	footer .cInfo li {
		margin-right: 30px;
		clear: none;
		padding-left: 45px;
	}

	footer .cInfo li:last-child {
		margin: 0;
	}

	footer .cInfo li span.icon {
		width: 35px;
		height: 35px;
	}

	footer .cInfo li span.icon img {
		height: 12px;
		width: auto;
	}

	footer .cInfo li p {
		font-size: 18px;
		line-height: 20px;
	}

	footer .cInfo li p span {
		font-size: 10px;
	}

	footer .Cright {
		font-size: 12px;
		margin-top: 15px;
	}
}

@media (min-width: 0px) and (max-width: 767px) {
	footer .Logo a img, footer .Logo a svg{
		width:35%;
	}
	header {
		padding: 20px 0;
		box-shadow: 0 0 5px rgb(0 0 0 / 30%);
	}

	header .Logo a {
		height: 20px;
		line-height: 20px;
		margin: 5px 0;
	}

	header .Logo a img, header .Logo a svg {
		height: 20px;
	}

	header .SiteMenu {
		position: absolute;
		top: 100%;
		left: 0;
		right: 0;
		display: none;
		background: #fff;
		border-top: solid 1px #ce1b21;
	}

	header .SiteMenu .menu-main-menu-container {
		width: 100%;
	}

	header .SiteMenu .menu-main-menu-container ul {
		width: 100%;
	}

	header .SiteMenu .menu-main-menu-container ul li {
		width: 100%;
		border-bottom: solid 1px #ccc;
	}

	header .SiteMenu .menu-main-menu-container ul li a {
		width: 100%;
		padding: 16px 15px;
		font-size: 13px;
		line-height: normal;
		height: auto;
	}

	header .SiteMenu .menu-main-menu-container ul li.PhoneNo {
		display: none !important;
	}

	.mobileCallBtn {
		display: block;
		height: 30px;
		border: solid 1px #ce1b21;
		border-radius: 23px;
		line-height: 30px;
		font-family: "Poppins", sans-serif;
		font-weight: 600;
		background-repeat: no-repeat;
		padding: 0 12px 0 40px !important;
		margin-top: 0;
		position: relative;
		margin: 0 15px 0 0;
		font-size: 11px;
		text-decoration: none;
		float: right;
		color: #39335b;
	}

	.mobileCallBtn:before {
		display: none;
	}

	.mobileCallBtn:after {
		content: "";
		background-color: #ce1b21;
		width: 30px;
		height: 30px;
		border-radius: 100%;
		position: absolute;
		left: 0;
		right: 0;
		top: -1px;
		background-image: url(../img/phone-icon.png);
		background-repeat: no-repeat;
		background-position: center center;
		transition-duration: 0.5s;
	}

	.mobileCallBtn:hover {
		background-color: #ce1b21;
		transition-duration: 0.5s;
	}

	.mobileCallBtn:hover:after {
		background-color: #261f47;
		transition-duration: 0.5s;
	}

	.mobileMenuBtn.active:before {
		transform: rotate(45deg);
		top: 13px;
		transition-duration: 0.3s;
	}

	.mobileMenuBtn.active:after {
		transform: rotate(-45deg);
		bottom: 13px;
		transition-duration: 0.3s;
	}

	.mobileMenuBtn.active > span {
		opacity: 0;
		transition-duration: 0.3s;
	}

	.mobileMenuBtn {
		float: right;
		width: 40px;
		position: relative;
		height: 30px;
		transition-duration: 0.3s;
	}

	.mobileMenuBtn > span {
		float: right;
		width: 40px;
		height: 3px;
		margin-top: 13px;
		background: #030304;
		transition-duration: 0.3s;
	}

	.mobileMenuBtn:before {
		width: 40px;
		height: 3px;
		background: #030304;
		position: absolute;
		top: 4px;
		content: "";
		border-radius: 2px;
		transition-duration: 0.3s;
		transform: rotate(0deg);
	}

	.mobileMenuBtn:after {
		width: 40px;
		height: 3px;
		background: #030304;
		position: absolute;
		bottom: 4px;
		content: "";
		transition-duration: 0.3s;
		transform: rotate(0deg);
	}

	.MainSlider {
		float: left;
		width: 100%;
		clear: both;
		height: 400px !important;
		margin-top: 70px;
	}

	.MainSlider .lSSlideOuter,
	.MainSlider .lSSlideOuter .lSSlideWrapper,
	.MainSlider .lSSlideOuter .lSSlideWrapper #MainSliderHome,
	.MainSlider .lSSlideOuter .lSSlideWrapper #MainSliderHome .MS-item {
		height: 400px !important;
	}

	.MainSlider .lSSlideOuter .lSSlideWrapper #MainSliderHome .MS-item .MS-itemInfo:before {
		width: 55px;
		height: 3px;
	}

	.MainSlider .lSSlideOuter .lSSlideWrapper #MainSliderHome .MS-item .MS-itemInfo {
		margin-top: 60px;
	}

	.MainSlider .lSSlideOuter .lSSlideWrapper #MainSliderHome .MS-item .MS-itemInfo a {
		font-size: 14px;
		padding: 10px 20px;
	}

	.MainSlider .lSSlideOuter .lSSlideWrapper #MainSliderHome .MS-item .MS-itemInfo .Title {
		font-size: 24px !important;
		line-height: 25px;
	}

	.AboutUs {
		padding: 40px 0 50px 0;
	}

	.AboutUs .AboutInfor a {
		font-size: 14px;
		padding: 10px 20px;
	}

	.AboutUs .AboutUsColorBg {
		display: none !important;
	}

	.AboutUs .AboutUsColorBg,
	.AboutUs .AboutUsImgBg {
		display: none !important;
	}

	.AboutUs .AboutInfor .Content, .AboutInfor .Content p {
		font-size: 16px;
	}

	.AboutUs .col-sm-6:last-child {
		margin-top: 40px;
		position: relative;
		padding: 0;
	}

	.AboutUs .col-sm-6:last-child:before {
		position: absolute;
		bottom: -50px;
		right: 0;
		top: calc(30%);
		background: #ce1b21;
		content: "";
		left: 28%;
	}

	.AboutUs .col-sm-6:last-child:after {
		position: absolute;
		bottom: -50px;
		right: 0;
		top: 30%;
		background:url("https://enigmaenergies.com/wp-content/uploads/2023/02/about-img.png");
		content: "";
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center left;
		left: 80%;
	}

	.AboutUs .col-sm-6 img {
		width: 80%;
		position: relative;
		z-index: 999;
	}

	.OurService {
		padding: 40px 0;
	}

	.OurService .Sub-title {
		margin: 0;
	}

	.OurService .content {
		padding: 0;
		font-size: 16px;
	}

	.OurService .SerSlider #SerSlider li {
		padding: 40px 25px 40px 25px;
	}

	.OurService .SerSlider #SerSlider li span {
		width: 70px;
		height: 70px;
		margin-bottom: 40px;
	}

	.OurService .SerSlider #SerSlider li .content {
		font-size: 15px;
	}

	.OurService .SerSlider #SerSlider li span svg, .OurService .SerSlider #SerSlider li span img {
		width: 60px;
		height: 60px;
		top: 20px;
	}

	.OurService .lSPager.lSpg {
		clear: both;
	}

	.OurService .lSPager.lSpg li.active a {
		background: #ce1b21 !important;
	}

	.OurService .lSPager.lSpg li a {
		height: 4px !important;
		width: 21px !important;
		background: #f4f4f4 !important;
	}

	.AboutUs .AboutInfor .title,
	.OurService .title,
	.OurService .title,
	.OurService .Sub-title,
	.WhyUs .WhyUsSlide .title,
	.WhyUs .WhyUsSlide .Subtitle {
		font-size: 24px;
	}

	.WhyUs .col-sm-5, .WhyUs .col-sm-7 {
		padding: 0 !important;
	}

	.WhyUsUpperLeft {
		display: none;
	}

	.WhyUsMobileBottom {
		display: block;
		width: 100%;
		clear: both;
		float: left;
	}

	.WhyUs .WhyUsSlide {
		padding: 40px 0 70px 0;
		text-align: center;
	}

	.WhyUs .WhyUsSlide .Subtitle {
		margin-top: -20px;
		padding-bottom: 5px;
	}

	.WhyUs .WhyUsSlide .Subtitle:after {
		margin: auto;
		right: 0;
		width: 34px;
		height: 4px;
	}

	.WhyUs .WhyUsSlide .WhyUsSliderItem {
		padding: 0 30px;
	}

	.WhyUs .WhyUsSlide .WhyUsSliderItem .Sicon {
		height: 50px;
		float: none;
	}

	.WhyUs .WhyUsSlide .WhyUsSliderItem .lineT {
		font-size: 17px;
		text-align: center;
		width: 100%;
	}

	.WhyUs .WhyUsSlide .WhyUsSliderItem .PGraph {
		font-size: 14px;
	}

	.WhyUs .WS-cont {
		display: none !important;
	}

	.WhyUs .WhyUsSlide a.ActionBtn {
		font-size: 14px;
		padding: 10px 20px;
		float: none;
	}

	.WhyUs .WhyUsSlide .lSPager {
		bottom: 17px;
		top: auto;
		margin: 0 !important;
		z-index: 99999;
		left: 0;
	}

	.WhyUs .WhyUsSlide .lSSlideOuter,
	.WhyUs .lSSlideWrapper {
		overflow: visible !important;
	}

	.WhyUs .WhyUsSlide:before {
		background-position: center bottom;
		transform: translateX(0) translateY(15%);
		right: 0;
		background-size: 200%;
	}

	.contactUs {
		background: none;
		position: relative;
		padding: 300px 0 0 0;
	}

	.contactUs:before {
		content: "";
		position: absolute;
		background: url(../img/form-bg-mobile.jpg);
		top: 0;
		bottom: 48%;
		left: 0;
		right: 0;
		background-size: cover;
		background-position: center bottom;
	}

	.contactUs:after {
		content: "";
		position: absolute;
		top: 0;
		bottom: 23%;
		left: 0;
		right: 0;
		background: #c9d8d5;
		z-index: -1;
	}

	.contactUs .container {
		position: relative;
	}

	.contactUs .contactForm {
		width: 100%;
		padding: 25px;
	}

	.contactUs .contactForm .title {
		font-size: 26px;
	}

	.contactUs .contactForm .Stitle {
		font-size: 13px;
	}

	.contactUs .contactForm .Stitle br {
		display: none;
	}

	.contactUs .contactForm .wpcf7 form .wpcf7-form-control-wrap input {
		height: 40px;
		line-height: 40px;
		font-size: 13px;
	}

	.contactUs .contactForm .wpcf7 form .wpcf7-form-control-wrap .intl-tel-input.allow-dropdown .flag-container {
		height: 40px !important;
	}

	.contactUs .contactForm .wpcf7 form .wpcf7-form-control-wrap select {
		height: 40px;
		line-height: 40px;
		font-size: 13px;
	}

	.contactUs .contactForm .wpcf7 form .wpcf7-form-control-wrap textarea {
		height: 100px;
		font-size: 13px;
	}

	.contactUs .contactForm .wpcf7 form .row > div.col-sm-6 {
		width: 50% !important;
	}

	.contactUs .contactForm .wpcf7 form .wpcf7-submit {
		padding: 8px 0;
		font-size: 13px;
	}

	.fix-Wa img {
		left: 20px;
		width: 35px;
		height: 35px;
	}

	.arrow-up {
		right: 20px;
		width: 35px;
		height: 35px;
	}

	footer {
		margin-top: 50px;
	}

	footer .fcontact .title {
		font-size: 22px;
	}

	footer .cInfo {
		margin-top: 30px;
	}

	footer .cInfo li {
		margin-right: 30px;
		clear: none;
		padding-left: 45px;
	}

	footer .cInfo li:last-child {
		margin: 0;
	}

	footer .cInfo li span.icon {
		width: 35px;
		height: 35px;
	}

	footer .cInfo li span.icon img {
		height: 12px;
		width: auto;
	}

	footer .cInfo li p {
		font-size: 18px;
		line-height: 20px;
	}

	footer .cInfo li p span {
		font-size: 10px;
	}

	footer .Cright {
		font-size: 12px;
		margin-top: 15px;
	}
}
@media (min-width: 1700px)  {
	.WhyUs .WhyUsUpper{
		background-size:auto; 
	}
	.AboutUs .AboutUsImgBg{
		background-size:auto; 
	}
	
	
}