html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
  caption, tbody, tfoot, thead, 
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

a {text-decoration:none; -webkit-transition:all 0.5s ease; -moz-transition:all 0.5s ease; 
-o-transition:all 0.5s ease; transition:all 0.5s ease; color:#333;}
a:focus {outline:none;}

:focus { outline: none; }
html, body {font-family: 'Open Sans', sans-serif; backgorund:#fff;}
* {box-sizing:border-box;}

.pr-8 {
    padding-right: 80px;
}

.flt{float:left;}
.fltr{float:right;}
.clr{clear:both;}
ol, ul{margin:0; padding:0;}
a:hover{text-decoration:none;}
a:focus{text-decoration:none;}
ul li{list-style:none;}
h1, h2, h3, h4, h5, h6{margin:0; padding:0; }
body dl, body ol, body ul {
    margin-top: 0;
    margin-bottom: 0;
}
body{
    background: #ffffff;
    font-family: 'Montserrat', sans-serif;
}
.h4 {
    display: block;
    color: #f6a31c;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 28px;
    text-align: left;
    margin-bottom: 20px;
    line-height: 34px;
}
/* HTML5 display-role reset for older browsers */
.container, .container-lg, .container-md, .container-sm, .container-xl {
  max-width: 1240px;
  width: 100%;
}



.bnr_tx {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 100%;
}
.sub_btn {
    display: inline-block;
    padding: 12px 35px 12px;
    line-height: 22px;
    font-size: 16px;
    letter-spacing: 0px;
    font-weight: 600;
    transition: 0.5s all ease;
    border-radius: 4px;
    color: #000;
    background: #fff;
    border-radius: 10px;
}
.white_bg .sub_btn {
    color: #4B5B6B;
}
.sub_btn:hover {
  background: #1d1d1d;
  color: #fff;
  transition: 0.5s all ease;
}
.sub_btn2 {
    display: inline-block;
    padding: 10px 20px;
    line-height: 22px;
    font-size: 15px;
    background: #a88447;
    font-weight: 500;
    transition: 0.5s all ease;
    color: #fff;
    border-radius: 10px;
}
.sub_btn2:hover {
  background: #1d1d1d;
  color: #fff;
  transition: 0.5s all ease;
}


h1 {
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 56px;
    color: #1d1d1d;
    margin-bottom: 15px;
}

h1 span
{
display: inline-flex;
flex-direction: column;
}

h1 span:after{
display: inline-block;
content: "";
margin-top: 0.02em;
width: 100%;
height: 3px;
background-color: #000;}


h2 {
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 56px;
    color: #1d1d1d;
    margin-bottom: 15px;
}


h2 span
{
display: inline-flex;
flex-direction: column;
color: color: #a88447;
}

h2 span:after{
display: inline-block;
content: "";
margin-top: 0.02em;
width: 100%;
height: 3px;
background-color: #000;}


body p {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 26px;
    font-weight: 400;
    color: #1d1d1d;
}
body p strong{
    font-weight: bold;
}
.green_color{color:#000000 !important; display: inline-block;}
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: white;
    display: grid;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    transition: 0.1s linear;
}



.banner-div {

	width: 100%;

	/* height: 100vh; */
	margin-top: 7%;

}

.banner-box {

	position: relative;

	width: 100%;

}

.banner-box img {

	 height: 80vh;

	width: 100%;

	object-fit: cover;

}

.caption-banner {

	position: absolute;

	top: 50%;

	left: 50%;

	width: 100%;

	transform: translate(-50%, -50%);

	text-align: center;

}

.caption-banner h2 span {

	color: #ffb21d;

	font-weight: 700;

}

.caption-banner h2 {

	color: #fff;

	font-size: 47px;

	font-weight: 700;

	text-transform: uppercase;

	margin: 0px 0px 10px 0px;

	text-shadow: 0px 4px 10px #4c4a4a;

	line-height: 53px;

}

.caption-banner p {

	color: #fff;

	font-size: 16px;

	font-weight: 400;

	text-shadow: 0px 4px 10px #4c4a4a;

}



/* 

.banner {
    position: relative;
    min-height: 100vh;
    display: grid;
    place-items: center;
}
.background-video {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(30%);
  }
  

.banner .container{
    position: relative;
}
.banner h1 {
    font-size: 50px;
    color: #fff;
    line-height: 65px;
    font-weight: 600;
	text-align: center;
}
 */
.AboutAlektrify {
    padding-right: 75px;
}
.about_counter p {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 23px;
    font-weight: 500;
    color: #000;
    text-align: center;
}
.about_counter_bx h3 {
    text-align: center;
    font-size: 32px;
    line-height: 36px;
    font-weight: 600;
    color: #000;
    margin: 15px 0 5px 0;
}
.about_counter_bx {
    margin-bottom: 70px;
}
/* .Home_scn_about{
    background: url(../images/about_bg.jpg) no-repeat center center;
} */



/* Amenities */

.amenitiesWrapper{background: #f5f5f5; padding: 40px;}

.featBox{
  width: 20%;
  padding: 10px;
}

.featBox section {
  height: 100%;
  padding: 30px 20px;
  background-color: #fff;
  transition: all 300ms ease-in-out;
  text-align: center;
  border-radius: 12px;
}

.featBox section:hover {
  background-color: #ffe6bc;
  box-shadow: 0 1rem 2rem rgb(0 0 0 / 7%);
}

.featBox section .img-fluid {
  width: 50px;
  margin: 0 auto 25px;
}
.featBox section .img-fluid img {
  width: 100%;
    display: block;
}



.featBox section:hover .img-fluid {
  filter: hue-rotate(210deg) brightness(0.8);
}

.featBox section p.text-uppercase {
  letter-spacing: 1px;
  font-size: 13px;
  margin-bottom: 8px;
  line-height: 20px;
}
.featBox section p {
  font-size: 15px;
  font-weight: 700;
}
/* Amenities */


.testimonials_scn{
    background: url(../images/testimonials_bg.jpg) no-repeat center center;
    background-size: cover;
}

.testimonials_scn h2 {
    color: #fff;
    text-align: left;
    margin-bottom: 50px;
}
.tessimo_text {
    overflow: hidden;
    height: 160px;
    overflow-y: scroll;
}
/* width */
::-webkit-scrollbar {
    width: 4px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    background: transparent;
  }
  
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #fff;
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #fff;
  }
.testimonials_scn p {
    color: #fff;
    margin-bottom: 10px;
    line-height: 22px;
    font-size: 16px;
}

.testimonials_scn p strong {
    font-weight:bold;
}
.testimonials_scn i {
    color: #fff;
    margin-bottom: 0px;
    line-height: 22px;
    font-style: italic;
	font-size: 14px;

}
.testimonials_scn h4 {
    color: #fff;
    font-size: 18px;
    margin: 10px 0;
    font-weight: 700;
    line-height: 22px;
}
.testimonials_bx{
    background: #000000;
    padding: 30px;
	border-radius: 10px;
    text-align: left;
}
.testimonials_scn .owl-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 30px;
}
.testimonials_scn .owl-dots button.owl-dot {
    width: 35px;
    height: 10px;
    background: #fff;
    display: inline-block;
    margin: 5px;
    box-sizing: border-box;
    border-radius: 9px;
}
.testimonials_scn .owl-dots button.owl-dot.active{background: #000000;}


.form-box {
    margin-top: 20px !important;
    position: fixed;
    right: 0;
    z-index: 99999;
    bottom: 0px;
    background: #ffffff4a;
    padding: 0px;
    z-index: 999;
    width: 22%;
}
.form-box h4 {
    font-size: 16px;
    text-align: center;
    margin: 0px auto;
    background: #e8e8e8;
    padding: 10px 5px;
    font-weight: 600;
    letter-spacing: 2px;
    color: #000;
}
.form-box h4 a { color:#000;}
.form-box h4 a:hover {text-decoration:none;}
.nopad {
    padding: 0 !Important;
}
.bannertag {	
    position: absolute;
    bottom: 50px;
    left: 0;
    z-index: 99;
    color: #fff;
    font-size: 20px;
    padding: 10px;
    text-align: center;
    background: #0051a3;
}
.top_form {
    
}
.top_form h3 {
    font-size: 20px; margin:0;
    text-align: center;
    color: #fff;
    padding: 10px 5px;
    letter-spacing: 1px;
    font-weight: 600;
    background: #cf0303;
}
.top_form h3 span { float:right;}
.form-control {
    border: none;
    border-radius: 0;
    border: 1px solid #ccc;
    outline: none;
     
    color: #000;
    height: 40px;
    margin-top: 10px;
}
.form_inner input[type="submit"] { border-radius:0; margin-top:10px; background:#0a1823; border:0px solid; color:#fff;}
.form_inner {
    padding: 10px 20px;  
    margin: 0;
    background: #e8e8e8;
    width: 100%;
}
.pricelistdiv12 { display:none;}
.form_no.whatsapp {
    color: #000;
    letter-spacing: 2px;
    font-weight: 600;
    font-weight: 600;
    font-size: 18px;
    padding: 4px 0;
    /* background: #ccc; */
    margin-top: 5px;
    margin: 5px auto 0;
}
.form_inner p {
    color: #000;
    font-size: 14px;
    line-height: 18px; margin-bottom:2px;
}
.form_inner p a{ color:#000;}
.form_no.whatsapp span {
    margin-right: 5px;
    margin-top: 5px;
	    display: inline-block;
}
.form_inner p a:hover { text-decoration:none;}
.form_no.whatsapp span {
    margin-right: 5px;
    margin-top: 5px;
}
.carousel-item img {width:100%;}
.location {
    background-color: #f6f8ff;
    padding: 0;
    float: left;
    width: 100%;
}

.location p {
    padding: 0 2em;
    font-size: 16px;
    letter-spacing: 1px;
    text-align: justify;
}
.location h6 {
    color: #058df1;
    font-size: 24px;
    font-weight: bold;
    margin: 2.6em 0 20px 0;
    letter-spacing: 1.5px;
}
.location ul {}
.location ul li, .Highlights ul li
{ 
    list-style: square;
    font-size: 14px;
    letter-spacing: 1.5px;
    text-align: left;
    line-height: 34px;
}

.magnific-img img {
    width: 100%;
    height: auto;
}
.mfp-bottom-bar,*{
}
.magnific-img {
    display: inline-block;
    width: 33%;
	padding: 10px;
    position: relative;
    overflow: hidden;
    transition: 0.5s all ease;
}
.magnific-img:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 40.63%, rgba(0, 0, 0, 0.63) 90.21%);
    transform: translateY(100%);
    transition: 0.5s all ease;
    z-index: 9;
}
.magnific-img:hover:before {
    transform: translateY(0);
    transition: 0.5s all ease;
}
.magnific_hover {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    transform: translateY(100%);
    transition: 0.5s all ease;
    padding-bottom: 20px;
}
.magnific-img:hover .magnific_hover {
    transform: translateY(0);
    transition: 0.5s all ease;
}
.Projects_th img {
    object-fit: cover;
    display: block;
    max-width: 100%;
    height: auto;
}

.magnific_hover h6 {
    text-align: center;
    font-size: 20px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 10px;
}
.magnific_hover p {
    text-align: center;
    color: #fff;
    margin: 0;
}
.magnific_hover i {
    text-align: center;
    font-size: 20px;
    font-weight: 300;
    background: #fff;
    width: 50px;
    height: 50px;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 0 auto 26px;
}
.image-popup-vertical-fit {
    position: relative;
    display: block;
}
a.image-popup-vertical-fit {
    cursor: -webkit-zoom-in;
}
.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  /* ideally, transition speed should match zoom duration */
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.98;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}
.mfp-arrow-left:before {
    border-right: none !important;
}
.mfp-arrow-right:before {
    border-left: none !important;
}
button.mfp-arrow, .mfp-counter {
    opacity: 0 !important;
    transition: opacity 200ms ease-in, opacity 2000ms ease-out;
}
.mfp-container:hover button.mfp-arrow, .mfp-container:hover .mfp-counter{
	opacity: 1 !important;
}


/* Downloads */
.downloadWrapper{ background: #f5f5f5; padding: 50px;}

.downloadBox a{
  height: 100%;
	display: flex;
	justify-content:center;
	flex-direction:column;
    text-align: center;
    background:#fff;
	color:#b7b7b7;
	transition: all 300ms ease-in-out;
    padding:15px;
	border-radius: 10px;
}

.downloadBox a:hover{
	transform:translateY(-5px);
	box-shadow:0 1rem 3rem rgba(0,0,0,0.24);
	 
	
}

.downloadBox a .imgBox{
	max-width: 70px;
    height: auto;
	margin:0 auto;
}
.construction-updates .downloadBox a .imgBox{
	max-width:90%;
	height:130px;
}
.construction-updates .downloadBox a .imgBox img{
	max-height:130px;
}

.downloadBox a .imgBox svg{
	width:100%;
	display:block;
}

.downloadBox a .imgBox svg path{
	fill:#000000;
}

.downloadBox a p{
	font-size: 15px;
  font-weight: 600;
    margin-bottom: 10px;
    margin-top: 30px;
    text-transform: uppercase;
}

.downloadBox a span{
	font-weight: 700;
    border: 1px solid;
    padding: 5px 20px 7px;
    margin-top: 10px;
	transition: all 300ms ease-in-out;
    text-decoration: none;
	border-radius: 7px;
}

.downloadBox a span:hover{
	color:#fff;
	background:#000000;
	border-color:#000000;
}
/* Downloads */


/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

    section.img-gallery-magnific {
        display: flex;
        flex-wrap: wrap;
    }
























/*** 
=============================================
    Footer Bottom Area Style      
=============================================
***/
.footer-bottom-area {
    position: relative;
    display: block;
    background: #203260;
}
.footer-bottom-area .inner-content {
    position: relative;
    display: block;
    border-top: 1px solid #31426c;
    padding: 23px 0 23px;
}
.footer-bottom-area .copyright-text {
    margin: 6px 0;
}
.footer-bottom-area .copyright-text p {
    color: #ffffff;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    margin: 0;
}
.footer-bottom-area .copyright-text p a {
    color: #3398fd;
    font-weight: 500;
    transition: all 500ms ease;
}
.footer-bottom-area .copyright-text p a:hover{
    color: #ffffff;
}

.call-us-now{
    position: relative;
    display: block;
    max-width: 270px;
    width: 100%;
    margin: 0 auto;
}
.call-us-now .icon{
    width: 60px;
}
.call-us-now .icon span:before{
    position: relative;
    top: 2px;
    color: #3398fd;
    font-size: 60px;
    line-height: 60px;
}
.call-us-now .icon,
.call-us-now .title{
    display: table-cell;
    vertical-align: middle;
}

.call-us-now .title{
    padding-left: 20px;
}
.call-us-now .title span{
    color: #ffffff;
}
.call-us-now .title h3{
    color: #ffffff;
    margin: 3px 0 0;
}
.footer-social-links {
    position: relative;
    display: block;
    margin: 7px 0;
}

.site-footer.footer-two {
    background: #101010;
    padding: 80px 0;
    position: relative;
	z-index: 2;
	background-image: url(../images/map.png);
    /* background-size: cover; */
	background-repeat: no-repeat;

}
.site-footer.footer-two::before
{
	position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    content: "";
    /*background: rgb(14 38 62 / 85%) none repeat scroll 0 0;*/
    z-index: -1;
}
.site-footer.footer-two .footer-widget.about-widget p {
    color: #fff;
    font-size: 14px;
    line-height: 26px;
    margin: 23px 0 25px;
}
.site-footer.footer-two .footer-widget .contact-lists li {
    position: relative;
    padding-left: 30px;
    color: #fff;
    font-size: 14px;
    margin-bottom: 20px;
}
.site-footer.footer-two .footer-widget .contact-lists li a
{
	color: #fff;
}
.site-footer.footer-two .footer-widget .contact-lists li+li {
    margin-top: 13px;
}
.site-footer.footer-two .footer-widget .contact-lists li i {
    font-size: 19px;
    color: #fff;
    position: absolute;
    top: 4px;
    left: 0;
}

.site-footer.footer-two .footer-widget .title-line {
    margin-bottom: 30px;
}

.site-footer.footer-two .footer-widget .title-line h3 {
    margin: 0;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
}

.site-footer.footer-two .footer-widget .title-line p {
    margin: 0;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
}

.site-footer.footer-two .footer-widget ul.links-list li a {
    color: #fff;
    display: block;
    font-size: 14px;
    position: relative;
    padding-left: 15px;
    line-height: 1.3em;
    transition: all .4s ease;
}

.site-footer.footer-two .footer-widget ul.links-list li a:hover {
    color: #000000;
}

.site-footer.footer-two .footer-widget ul.links-list li a i {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.site-footer.footer-two .footer-widget ul.links-list li+li a {
    margin-top: 14px;
}

.site-footer.footer-two .footer-widget.links-widget .row .col-sm-6:last-child ul.links-list {
    margin-left: 23px;
}

.site-footer.footer-two .footer-widget.links-widget ul.links-list.has-sep {
    position: relative;
}

.site-footer.footer-two .footer-widget.links-widget ul.links-list.has-sep:before {
    content: '';
    width: 1px;
    height: 100%;
    /* background: #184a7d; */
    position: absolute;
    top: 0;
    right: -20px;
}

.site-footer.footer-two .footer-widget .single-post-content+.single-post-content {
    margin-top: 25px;
    padding-top: 25px;
    border-top: 1px solid #213A54;
}

.site-footer.footer-two .footer-widget .single-post-content .image-box,
.site-footer.footer-two .footer-widget .single-post-content .text-block {
    display: table-cell;
    vertical-align: middle;
}

.site-footer.footer-two .footer-widget .single-post-content .image-box {
    width: 80px;
}

.site-footer.footer-two .footer-widget .single-post-content .image-box>img {
    width: 100%;
    transition: all .4s ease;
}

.site-footer.footer-two .footer-widget .single-post-content .text-block {
    padding-left: 20px;
}

.site-footer.footer-two .footer-widget .single-post-content .text-block .date-line {
    color: #FFBA00;
    font-size: 16px;
    display: block;
    line-height: 1em;
}

.site-footer.footer-two .footer-widget .single-post-content .text-block .date-line i {
    margin-right: 4px;
}

.site-footer.footer-two .footer-widget .single-post-content .text-block h3 {
    font-size: 18px;
    font-weight: 700;
    margin: 0;
    margin-top: 5px;
}

.site-footer.footer-two .footer-widget .single-post-content .text-block h3 a {
    color: #fff;
    transition: all .4s ease;
}

.site-footer.footer-two .footer-widget .single-post-content .text-block h3 a:hover {
    color: #31557a;
}

.site-footer.footer-two .footer-widget .single-post-content:hover .image-box>img {
    opacity: .5;
}

.site-footer.footer-two .footer-widget .newsletter-wrapper p {
    color: #FFFFFF;
    font-size: 16px;
    margin: 0;
    margin-bottom: 20px;
}

.site-footer.footer-two .footer-widget .newsletter-wrapper input {
    display: block;
    width: 100%;
    height: 56px;
    border: 1px solid #0e4f86;
    background: #0b2e4c;
    border-radius: 5px;
    color: #556677;
    padding-left: 20px;
}

.site-footer.footer-two .footer-widget .newsletter-wrapper input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #556677;
}

.site-footer.footer-two .footer-widget .newsletter-wrapper input::-moz-placeholder {
    /* Firefox 19+ */
    color: #556677;
}

.site-footer.footer-two .footer-widget .newsletter-wrapper input:-ms-input-placeholder {
    /* IE 10+ */
    color: #556677;
}

.site-footer.footer-two .footer-widget .newsletter-wrapper input:-moz-placeholder {
    /* Firefox 18- */
    color: #556677;
}

.site-footer.footer-two .footer-widget .newsletter-wrapper .thm-btn {
    margin-top: 20px;
}

.site-footer.footer-two .back-to-top {
    position: absolute;
    bottom: 20px;
    right: 20px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    transition: all .4s ease;
}

.site-footer.footer-two .back-to-top i {
    font-size: 25px;
    display: inline-block;
    vertical-align: -2px;
}

.site-footer.footer-two .back-to-top:hover {
    color: #000000;
}

.footer-bottom-home-two {
   background: #000000;
    padding: 10px 0;
}

.footer-bottom-home-two p {
    margin: 0;
    color: #ffffff;
    font-size: 13px;
}

.footer-bottom-home-two p a {
    color: #ffffff;
}

.footer-bottom-home-two .footer-menu {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-bottom-home-two .footer-menu li {
    display: inline-block;
    vertical-align: middle;
}

.footer-bottom-home-two .footer-menu li+li {
    margin-left: 30px;
}

.footer-bottom-home-two .footer-menu li a {
    color: #83888D;
    font-size: 16px;
    transition: all .4s ease;
}

.footer-bottom-home-two .footer-menu li a:hover {
    color: #6abc00;
}

.site-footer.footer-three,
.footer-bottom-home-three {
    background: #192521;
}

.site-footer.footer-three {
    padding: 100px 0;
}

.site-footer.footer-three .footer-widget .title-line {
    margin-bottom: 25px;
}

.site-footer.footer-three .footer-widget .title-line h3 {
    margin: 0;
    color: #FFFFFF;
    font-size: 24px;
    font-weight: bold;
}

.site-footer.footer-three .footer-widget .footer-logo {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 10px;
    margin-top: 30px;
}

.site-footer.footer-three .footer-widget.about-widget p {
    color: #BFC7C5;
    margin: 0;
}

.site-footer.footer-three .footer-widget.about-widget .copy-text {
    color: #FFFFFF;
    font-size: 16px;
}

.site-footer.footer-three .footer-widget.about-widget .copy-text span {
    color: #F9A03B;
}

.site-footer.footer-three .footer-widget ul.links-list li {
    display: block;
}

.site-footer.footer-three .footer-widget ul.links-list li+li {
    margin-top: 10px;
}

.site-footer.footer-three .footer-widget ul.links-list li a {
    display: inline-block;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: bold;
}

.site-footer.footer-three .footer-widget .newsletter-wrapper p {
    color: #BFC7C5;
    font-size: 16px;
    margin: 0;
    margin-bottom: 20px;
}

.site-footer.footer-three .footer-widget .newsletter-wrapper input {
    display: block;
    width: 100%;
    height: 56px;
    border: 1px solid #2A3934;
    background: #1C2925;
    border-radius: 5px;
    color: #556677;
    padding-left: 20px;
}

.site-footer.footer-three .footer-widget .newsletter-wrapper input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #556677;
}

.site-footer.footer-three .footer-widget .newsletter-wrapper input::-moz-placeholder {
    /* Firefox 19+ */
    color: #556677;
}

.site-footer.footer-three .footer-widget .newsletter-wrapper input:-ms-input-placeholder {
    /* IE 10+ */
    color: #556677;
}

.site-footer.footer-three .footer-widget .newsletter-wrapper input:-moz-placeholder {
    /* Firefox 18- */
    color: #556677;
}

.site-footer.footer-three .footer-widget .newsletter-wrapper .thm-btn {
    margin-top: 20px;
    width: 170px;
    padding-left: 0;
    padding-right: 0;
}

.site-footer.footer-three .footer-widget .contact-lists li {
    position: relative;
    padding-left: 30px;
    color: #FFFFFF;
    font-size: 16px;
}

.site-footer.footer-three .footer-widget .contact-lists li i {
    font-size: 19px;
    color: #28B381;
    position: absolute;
    top: 4px;
    left: 0;
}

.site-footer.footer-three .footer-widget .contact-lists li+li {
    margin-top: 15px;
}

.site-footer.footer-three .footer-widget .view-on-map {
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: middle;
    margin-top: 20px;
    transition: all .3s ease;
}

.site-footer.footer-three .footer-widget .view-on-map i {
    font-size: 20px;
    display: inline-block;
    vertical-align: -3px;
    margin-left: 6px;
}

.site-footer.footer-three .footer-widget .view-on-map:hover {
    padding-left: 5px;
    color: #F9A03B;
}

.site-footer.footer-three .footer-widget .footer-contact-carousel-one .owl-nav {
    margin: 0;
}

.site-footer.footer-three .footer-widget .footer-contact-carousel-one .owl-dots {
    position: absolute;
    top: -56px;
    right: 0;
}

.site-footer.footer-three .footer-widget .footer-contact-carousel-one .owl-dots .owl-dot {
    position: relative;
    display: inline-block;
    width: 14px;
    height: 14px;
    background: transparent;
    border: 2px solid #32423D;
    margin: 0px 5px;
    padding: 0px;
    border-radius: 50%;
    transition: all .3s ease;
}

.site-footer.footer-three .footer-widget .footer-contact-carousel-one .owl-dots .owl-dot span {
    display: none;
}

.site-footer.footer-three .footer-widget .footer-contact-carousel-one .owl-dots .owl-dot:before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 7px;
    height: 7px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    content: "";
    background: #f9a03b;
    border-radius: 50%;
    opacity: 0;
    transition: all .3s ease;
}

.site-footer.footer-three .footer-widget .footer-contact-carousel-one .owl-dots .owl-dot.active {
    border: 0px solid #CAD0CD;
}

.site-footer.footer-three .footer-widget .footer-contact-carousel-one .owl-dots .owl-dot.active:before {
    opacity: 1;
}
.footer-contact-carousel-one.owl-carousel.owl-theme.owl-loaded.owl-drag{
    max-width: 269px;    
}




.footer-bottom-home-three {
    padding: 24.5px 0;
    border-top: 1px solid #2a3934;
}

.footer-bottom-home-three .social a {
    width: 50px;
    height: 50px;
    border: 1px dashed #3E4E49;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    color: #FFFFFF;
    line-height: 48px;
    border-radius: 50%;
    transition: all .4s ease;
}

.footer-bottom-home-three .social a+a {
    margin-left: 11px;
}

.footer-bottom-home-three .social a:hover {
    color: #28B381;
    border-color: #28B381;
}

.footer-bottom-home-three .footer-menu {
    padding: 11.5px 0;
}

.footer-bottom-home-three .footer-menu li {
    display: inline-block;
    vertical-align: middle;
}

.footer-bottom-home-three .footer-menu li+li {
    margin-left: 30px;
}

.footer-bottom-home-three .footer-menu li a {
    color: #BFC7C5;
    font-size: 16px;
    transition: all .4s ease;
}

.footer-bottom-home-three .footer-menu li a:hover {
    color: #28B381;
}

.site-footer.footer-four,
.footer-bottom-home-two.home-four {
    background: #061F2E;
}

.site-footer.footer-four .footer-widget .single-post-content+.single-post-content {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.site-footer.footer-four .footer-widget .single-post-content .text-block .date-line {
    color: #91C942;
}

.site-footer.footer-four .footer-widget.about-widget p {
    color: #8B9397;
    font-size: 16px;
    line-height: 26px;
    margin: 23px 0 30px;
}

.site-footer.footer-four .footer-widget ul.links-list li a {
    color: #8B9397;
}

.site-footer.footer-four .footer-widget ul.links-list li a:hover {
    color: #fff;
}

.site-footer.footer-four .footer-widget.links-widget ul.links-list.has-sep:before {
    background: rgba(255, 255, 255, 0.1);
}

.site-footer.footer-four .footer-widget .contact-lists li {
    position: relative;
    padding-left: 30px;
    color: #8B9397;
    font-size: 16px;
}

.site-footer.footer-four .footer-widget .contact-lists li i {
    font-size: 19px;
    color: #91C942;
    position: absolute;
    top: 4px;
    left: 0;
}

.site-footer.footer-four .footer-widget .contact-lists li+li {
    margin-top: 13px;
}

.site-footer.footer-four .back-to-top:hover {
    color: #91C942;
}

.footer-bottom-home-two.home-four {
    padding: 0px 0;
}

.footer-bottom-home-two.home-four .container-outer {
    padding: 22px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-bottom-home-two.home-four p {
    color: #FFFFFF;
}

.footer-bottom-home-two.home-four p a {
    color: #91C942;
}

.footer-bottom-home-two.home-four .footer-menu li a {
    color: #8B9397;
}

.footer-bottom-home-two.home-four .footer-menu li a:hover {
    color: #fff;
}

.site-footer.footer-five {
    background-color: #0A0A0A;
    padding: 100px 0;
}

.site-footer.footer-five .footer-widget .title-line {
    margin-bottom: 33px;
}

.site-footer.footer-five .footer-widget .title-line h2 {
    color: #fff;
    font-weight: 500;
    font-size: 24px;
}

.site-footer.footer-five .footer-widget .title-line h2::after {
    content: '';
    display: block;
    width: 50px;
    height: 3px;
    background-color: #F9C807;
    margin-top: 25px;
}

.site-footer.footer-five .footer-widget ul.links-list li a {
    color: #7A7A7A;
    font-size: 16px;
    display: inline-block;
    transition: all .4s ease;
    position: relative;
}

.site-footer.footer-five .footer-widget ul.links-list li a::before {
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #fff;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease;
}

.site-footer.footer-five .footer-widget ul.links-list li a:hover {
    color: #FFFFFF;
}

.site-footer.footer-five .footer-widget ul.links-list li a:hover::before {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.site-footer.footer-five .footer-widget ul.links-list li+li {
    margin-top: 15px;
}

.site-footer.footer-five .footer-widget .single-contact-info+.single-contact-info {
    margin-top: 25px;
}

.site-footer.footer-five .footer-widget .single-contact-info span,
.site-footer.footer-five .footer-widget .single-contact-info p {
    display: block;
    margin: 0;
    font-size: 16px;
}

.site-footer.footer-five .footer-widget .single-contact-info span {
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 1em;
}

.site-footer.footer-five .footer-widget .single-contact-info p {
    color: #fff;
    margin-top: 10px;
}

.site-footer.footer-five .footer-widget.map-widget .top-block {
    margin-bottom: 40px;
}

.site-footer.footer-five .footer-widget.map-widget .bootstrap-select {
    float: right;
}

.site-footer.footer-five .footer-widget.map-widget .bootstrap-select>.dropdown-toggle {
    border: none;
    outline: none !important;
    background-color: transparent;
    border-radius: 0;
    padding: 12px 0px;
    padding-left: 20px;
    box-shadow: none;
    background-color: transparent;
    border-radius: 5px;
    color: #fff;
    font-size: 16px;
    border: 1px solid #2F2F2F;
}

.site-footer.footer-five .footer-widget.map-widget .bootstrap-select>.dropdown-toggle:after {
    border: none;
    width: auto;
    height: auto;
    content: '\f107';
    font-family: 'FontAwesome';
    font-size: 16px;
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.site-footer.footer-five .footer-widget.map-widget .bootstrap-select .dropdown-menu {
    margin: 0;
    padding: 0;
    background: #131313;
    border-radius: 0;
}

.site-footer.footer-five .footer-widget.map-widget .bootstrap-select .dropdown-menu .dropdown-item {
    border-radius: 0 !important;
    padding: 4px 12px;
    transition: all .4s ease;
    color: #fff;
}

.site-footer.footer-five .footer-widget.map-widget .bootstrap-select .dropdown-menu .dropdown-item.active,
.site-footer.footer-five .footer-widget.map-widget .bootstrap-select .dropdown-menu .dropdown-item:hover,
.site-footer.footer-five .footer-widget.map-widget .bootstrap-select .dropdown-menu .dropdown-item:active {
    background: #F9C807;
}

.site-footer.footer-five .footer-widget.map-widget .bootstrap-select .dropdown-menu .dropdown-item img {
    display: inline-block;
    vertical-align: -2px;
}

.footer-bottom-home-five {
    padding: 24.5px 0;
    background-color: #131313;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-bottom-home-five .social a {
    width: 50px;
    height: 50px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    color: #FFFFFF;
    line-height: 48px;
    border-radius: 50%;
    transition: all .4s ease;
}

.footer-bottom-home-five .social a+a {
    margin-left: 11px;
}

.footer-bottom-home-five .social a:hover {
    color: #F9C807;
    border-color: #F9C807;
}

.footer-bottom-home-five .footer-menu {
    padding: 11.5px 0;
}

.footer-bottom-home-five .footer-menu li {
    display: inline-block;
    vertical-align: middle;
}

.footer-bottom-home-five .footer-menu li+li {
    margin-left: 30px;
}

.footer-bottom-home-five .footer-menu li a {
    color: #BFC7C5;
    font-size: 16px;
    transition: all .4s ease;
}

.footer-bottom-home-five .footer-menu li a:hover {
    color: #fff;
}
.footer-two .social a {
    width: 50px;
    height: 50px;
    border: 1px solid #fff;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    color: #FFFFFF;
    line-height: 48px;
    border-radius: 50%;
    transition: all .4s ease;
	margin-right: 5px;
}
.footer-two .social a:hover {
    color: #000000;
    border-color: #000000;
}
.footer-widget.about-widget img {
    max-width: 220px;
}
.certi {
    margin-top: 35px;
}
.certi img {
    height: 40px;
}
.certi a {
    margin-right: 15px;
}




.cont_bx h3 {
    color: #000;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 26px;
    margin-bottom: 20px;
}
.cont_bx .contact-lists li{
    position: relative;
    padding-left: 30px;
    color: #000;
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 24px;
}

.font-semibold {
    font-weight: 600;
}
.cont_bx .contact-lists li i{
    font-size: 19px;
    color: #000;
    position: absolute;
    top: 4px;
    left: 0;
}
.cont_bx {margin-bottom: 40px;}
.contact_form .form-control {
    display: block;
    width: 100%;
    height: 45px;
    padding: 10px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #000;
    background-color: transparent;
    background-clip: padding-box;
    border: 1px solid #444;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    outline: none !important;
    box-shadow: none !important;
}
.contact_form {
    padding: 35px;
    background: #f7f7f7;
    border-radius: 5px;
}
.contact_form textarea.form-control {
    height: 100px;
}
.contact_form h2 {
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 40px;
    color: #1d1d1d;
    margin-bottom: 25px;
}
.contact_form button.sub_btn2 {
    border: transparent !important;
}

.contact_form ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #000;
  }
  
.contact_form :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #000;
}
  
.contact_form ::-ms-input-placeholder { /* Microsoft Edge */
    color: #000;
}
.contact_add {
    padding-top: 0;
}
.contact_add_bx .cont_bx {
    margin: 0;
    background: #fff;
    box-shadow: 0px 1px 4px rgba(44, 42, 58, 0.12);
    padding: 30px 30px 20px;
    border-radius: 5px;
}
.contact_add_bx {
    padding: 10px 0;
}
.form-group{
	position: relative;
}

.form-control:focus{
}

.form-group .floating-label {
    position: absolute;
    pointer-events: none;
    top: 11px;
    left: 10px;
    transition: 0.2s ease all;
    font-size: 15px;
    color: #333;
}

.form-group .form-control:focus ~ .floating-label, .form-group .form-control:not(:focus):valid ~ .floating-label {
    top: -10px;
    left: 10px;
    font-size: 13px;
    opacity: 1;
    padding: 2px 6px;
    background: #f7f7f7;
}

/* input:focus ~ .floating-label,
	input:not(:focus):valid ~ .floating-label {
		top: -15px;
		bottom: 0px;
		left: 0px;
		font-size: 11px;
		opacity: 1;
		color: #404040;
	} */







/*VISION CSS*/
.vision_strategy {
    padding: 0 100px;
    margin-top: 45px;
    overflow: hidden;
}
.vision_strategy h1 {
    font-size: 62px;
    margin-top: 0px;
    color: #0b5c96;
    font-weight: 600;
    line-height: 60px;
    opacity: 0.5;
    padding-left: 106px;
    margin: 0 0 4px 0;
}
.vision {
    margin-bottom: 175px;
    position: relative;
}
.vision_lt {
    float: left;
    width: 51%;
    width: 593px;
}
.vision_rt {
    float: left;
    width: 49%;
    width: 475px;
    margin-top: 12px;
    position: absolute;
    right: 0;
    top: 0;
}
.vision_rt_bx {
    background: #0b5c96;
    position: relative;
    height: 360px;
}

.vision_posi {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    padding: 0 40px 0 50px;
}
.vision_strategy p {
    font-size: 16px;
    color: #fff;
    line-height: 26px;
    margin: 0;
}
.vision_rt_bx:before {
    width: 0;
    height: 0;
    position: absolute;
    border-bottom: 360px solid #0b5c96;
    border-left: 80px solid transparent;
    content: "";
    top: 0;
    left: -80px;
}
.mission .vision_rt_bx {
    background: #3ab1bc;
    z-index: 9;
}
.mission .vision_rt_bx:before {
    border-top:360px solid #3ab1bc;
    border-right: 80px solid transparent;
    left: inherit;
    right: -80px;
    border-bottom: 0 solid #3ab1bc;
    border-left: 0;
}

.mission .vision_rt {
    right: inherit;
    left: 0;
	z-index: 9;
}
.mission .vision_lt {
    float: right;
    width: 624px;
}

.mission h1 {
    padding-left: 15px;
}

.values_mn_bx {
    text-align: center;
}

/*.values_bx {
    width: 0;
    height: 0;
    border-left: 190px solid transparent;
    border-right: 190px solid transparent;
    border-top: 230px solid red;
    border-radius: 50%;
    float: left;
}*/
.Strategy_mn {
    display: flex;
    align-items: center;
    border:2px solid #c0d2dd;
    margin: 80px 35px 50px 35px;
}
.Strategy_lt {
    margin: -2px;
}
.Strategy_mn h2 span {
    display: inline-block;
    height: 50px;
    width: 230px;
    background: #065381;
    color: #fff;
    text-align: center;
    padding: 8px 0 11px 0;
}
.Strategy_mn h2 {
    font-size: 28px;
    font-weight: 400;
    color: #fff;
    margin: 0 0 25px -65px;
    line-height: 30px;
    -webkit-transform: skew(-20deg);
    -moz-transform: skew(-20deg);
    -o-transform: skew(-20deg);
    text-decoration: none;
    position: relative;
}
.Strategy_rt h2:before {
    position: absolute;
    top: 24px;
    left: 230px;
    height: 2px;
    width: 270px;
    content: "";
    background: #c0d2dd;
}

.Strategy_mn h2 span em{
    font-style: normal;
    -webkit-transform: skew(20deg);
    -moz-transform: skew(20deg);
    -o-transform: skew(20deg);
    display: block;
}
.Strategy_mn ul li {
    display: block;
    font-size: 16px;
    color: #282828;
    line-height: 23px;
    padding: 0 0 10px 15px;
    position: relative;
}

.Strategy_mn ul li:before{
    position: absolute;
    top: 9px;
    left: 0;
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #065381;
}
.keep-touch-main-box{width:100%; height:auto; background:#e3242a; font-size:30px; color:#fff; float: left; padding:20%; font-weight:800;  /*clip-path: polygon(0% 100%, 100% 100%, 0% -200%);*/ 
	background: rgb(12 87 161);
   /* background: -moz-linear-gradient(180deg, rgba(255,0,48,1) 0%, rgba(103,0,213,1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(255,0,48,1) 0%, rgba(103,0,213,1) 100%);
    background: linear-gradient( 180deg , rgb(75 198 2) 0%, rgb(55 51 138) 100%); */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff0030",endColorstr="#6700d5",GradientType=1);
}

.keep-touch-main-box:before{content:""; width:200%; background:#e3242a; height:100%; position:absolute; left: -200%; top: 0; 
 	background: rgb(12 87 161);
   /* background: -moz-linear-gradient(180deg, rgba(255,0,48,1) 0%, rgba(103,0,213,1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(255,0,48,1) 0%, rgba(103,0,213,1) 100%);
    background: linear-gradient( 180deg , rgb(75 198 2) 0%, rgb(55 51 138) 100%); */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff0030",endColorstr="#6700d5",GradientType=1);
}
.keep-touch-heading-txt{width:100%; height:auto; font-size:38px; color:#fff; font-weight:800; text-transform:uppercase; }

.social-feed-box{width:100%; height:auto; float:left; overflow:auto; text-align:center; }
.social-feed-box img{max-width:100%;}
.section-participate {
    padding-bottom: 0;
}
.footer-social-icon-main {
    width: 100%;
    height: auto;
    float: left;
    margin-bottom: 0;
    /* border-bottom: 1px solid #121212; */
    padding-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
    margin-top: 15px;
}
.social-link {
    padding: 0;
    display: flex;
    color: #e3242a;
    background: #fff;
    border-radius: 50%;
    font-size: 25px;
    width: 60px;
    height: 60px;
    text-align: center;
    margin-bottom: 10px;
    line-height: 55px;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}
.social-link:hover {background:#06bf36; color:#fff;}

.container-footer-bottom{width: 100%; height: auto; float:left; background:#333333; border-top:0px solid #52555c; margin-top:10px; padding:10px 0;}

.dev_logo{padding: 10px;
    border: 1px solid #ddd;
    text-align: center;
    border-radius: 10px;
}

.location_map{padding: 10px;
    /* border: 1px solid #ddd; */
    text-align: left;
    border-radius: 10px;}
	
	

@media(min-width:1400px){

.form-control {
    border: none;
    border-radius: 0;
    border: 1px solid #ccc;
    outline: none;
    color: #f8f9fa;
    height: 65px;
    margin-top: 20px;
}
.form_inner {
    padding: 5px 20px 20px;
    margin: 0;
    background: #e8e8e8;
    width: 100%;
    clear: both;
}
.form_inner input[type="submit"] {
    border-radius: 0;
    margin-top: 20px;
    background: #068df1;
    border: 0px solid;
    color: #fff;
    height: 60px;
}
.top_form h3 {
    font-size: 32px;
    margin: 0;
    text-align: center;
    color: #fff;
    padding: 20px 10px;
    letter-spacing: 1px;
    font-weight: 600;
    background: #a88447;
}
.form-box h4 {
    font-size: 26px;
    text-align: center;
    margin: 0px auto;
    background: #e8e8e8;
    padding: 20px 0;
    font-weight: 600;
    letter-spacing: 2px;
    color: #000;
}

.form_inner p {
    color: #000;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 2px;
}
.btmsbmt {
    background: #c71660;
    border: 0;
    color: #fff;
    font-size: 18px;
    letter-spacing: 1px;
    padding: 14px 100px;
    display: block;
    margin: 8px auto;
}
.planbox a button {
    border: 0;
    padding: 4px 10px;
    margin-top: 10px;
    color: #000;
    background: #fff;
    font-weight: 600;
    letter-spacing: 1px;
    cursor: pointer;
    display: block;
    margin: 14px auto 0;
}
.planbox span.floor {
    display: block;
    font-size: 20px;
    font-weight: normal;
    padding: 10px 0;
}
}



@media(max-width:1024px){
    .magnific-img {
        width: 33.33%;
    }
    .sw_nl_heading_wrapper h2 {
        font-size: 24px;
        line-height: 27px;
    }
    h2 {
        font-size: 36px;
        line-height: 48px;
    }
    .testimonials_scn p {
        line-height: 22px;
        font-size: 16px;
    }
    .PressReleases_title {
        font-size: 16px;
        line-height: 22px;
    }
    .about_counter_bx h3 {
        font-size: 24px;
        line-height: 30px;
    }

}


@media(max-width:991px){
    .footer-widget.about-widget {
        margin-top: 20px;
    }
    .site-footer.footer-two {
        padding: 30px 0;
    }
    .banner h1 {
        font-size: 30px;
        line-height: 40px;
    }
    .Partnership_Sl button.owl-prev {
        left: 0;
    }
    .Partnership_Sl button.owl-next {
        right: 0;
    }
    .site-footer.footer-two {
        overflow: hidden;
    }
    header .hdr_btn {
        margin-right: 60px;
    }
    .logo {
        padding-left: 15px;
    }
}

@media(max-width:767px){
	
	.downloadBox, .location-text, .location-map {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    margin: 5px 0;
}
	
	.featBox {
    width: 50%;
    padding: 10px;
}

.banner {
    min-height: 50vh;
}

	.form-box{
		width:19%;
	}
	
	.form-box {
    margin-top: 0 !Important;
    position: relative;
    right: 0;
    z-index: 99999;
    bottom: 0px;
    background: #ffffff4a;
    padding: 0px;
    z-index: 99;
    width: 100%;
}
	
    .sw_nl_heading_wrapper h2 {
        text-align: center;
        margin-bottom: 20px;
    }
    .sw_nl_form_wrapper {
        text-align: center;
    }
    .magnific-img {
        width: 50%;
    }
    .about_counter {
        margin-top: 40px;
    }
	
	h1 {
        font-size: 32px;
        line-height: 38px;
    }
	
    h2 {
        font-size: 30px;
        line-height: 38px;
    }
	
	.vision_strategy{    padding: 0px 0px;}
    .vision_rt_bx{    position: initial;text-align: center;height: 455px;}
    .vision_rt{width: 100%;}
    .vision_strategy h1{    padding-left: 0;text-align: center;    color: #ffffff;font-size: 42px;opacity: 1;}
    .values_mn .values_mn_bx img{width: 100%;}
    .Strategy_mn .Strategy_lt span img{width: 100%;}
}

@media(max-width:640px){
    .banner figure img {
        height: 315px;
        object-fit: cover;
    }
    .banner h1 {
        font-size: 34px;
        line-height: 40px;
    }
	.banner-div{margin-top: 15%;}
	/* .banner-div{height: 50vh;}
	.banner-box img{height: 50vh;} */
	
	.AboutAlektrify{padding-right: 0;}
	
	.footer-bottom-home-two p{text-align: center;}
	
	.amenitiesWrapper{padding: 20px 10px;}
	
	.downloadWrapper{padding: 10px;}
	.downloadBox a span{ font-size: 14px; font-weight: 600; padding: 5px 10px;}
	
	.location_map img {width: 100%;}
}



@media(max-width:380px){
	
	header .hdr_btn{margin-right: 55px;}
    header .sub_btn2{font-size: 11px !important; border-radius: 5px!important; padding: 2px 5px !important;}
}



