﻿* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
@font-face {
    font-family: 'latolight';
    src: url('../fonts/lato/Lato-Light.eot'); /* IE9 Compat Modes */
    src: url('../fonts/lato/Lato-Light.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/lato/Lato-Light.woff2') format('woff2'), /* Modern Browsers */
         url('../fonts/lato/Lato-Light.woff') format('woff'), /* Modern Browsers */
         url('../fonts/lato/Lato-Light.ttf') format('truetype');
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}

@font-face {
    font-family: 'lato';
    src: url('../fonts/lato/Lato-Regular.eot'); /* IE9 Compat Modes */
    src: url('../fonts/lato/Lato-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/lato/Lato-Regular.woff2') format('woff2'), /* Modern Browsers */
         url('../fonts/lato/Lato-Regular.woff') format('woff'), /* Modern Browsers */
         url('../fonts/lato/Lato-Regular.ttf') format('truetype');
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}

@font-face {
    font-family: 'latoblack';
    src: url('../fonts/lato/Lato-Black.eot'); /* IE9 Compat Modes */
    src: url('../fonts/lato/Lato-Black.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/lato/Lato-Black.woff2') format('woff2'), /* Modern Browsers */
         url('../fonts/lato/Lato-Black.woff') format('woff'), /* Modern Browsers */
         url('../fonts/lato/Lato-Black.ttf') format('truetype');
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}

@font-face{
    font-family: 'Zahrah_Semibold';
    src: url("../fonts/zahrah/ZahrahSemiboldTheFontsMastercom.eot"); /* IE9 Compat Modes */
  src: url("../fonts/zahrah/ZahrahSemiboldTheFontsMastercom.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("../fonts/zahrah/ZahrahSemiboldTheFontsMastercom.otf") format("opentype"), /* Open Type Font */
    url("../fonts/zahrah/ZahrahSemiboldTheFontsMastercom.svg") format("svg"), /* Legacy iOS */
    url("../fonts/zahrah/ZahrahSemiboldTheFontsMastercom.ttf") format("truetype"), /* Safari, Android, iOS */
    url("../fonts/zahrah/ZahrahSemiboldTheFontsMastercom.woff") format("woff"), /* Modern Browsers */
    url("../fonts/zahrah/ZahrahSemiboldTheFontsMastercom.woff2") format("woff2"); /* Modern Browsers */
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}

@font-face{
    font-family: 'avenirlt';
    src: url("../fonts/AvenirLT-Light/LTe50336.eot"); /* IE9 Compat Modes */
  src: url("../fonts/AvenirLT-Light/LTe50336.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("../fonts/AvenirLT-Light/LTe50336.otf") format("opentype"), /* Open Type Font */
    url("../fonts/AvenirLT-Light/LTe50336.svg") format("svg"), /* Legacy iOS */
    url("../fonts/AvenirLT-Light/LTe50336.ttf") format("truetype"), /* Safari, Android, iOS */
    url("../fonts/AvenirLT-Light/LTe50336.woff") format("woff"), /* Modern Browsers */
    url("../fonts/AvenirLT-Light/LTe50336.woff2") format("woff2"); /* Modern Browsers */
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}

body{
    overflow-x:hidden;
    font-family:'avenirlt', arial;
}
ul,li{
    list-style-type:none;
}
a{
    text-decoration:none;
}
p{
    color: #3f3e3e;
    font-size: 12px;
    line-height: 27px;
    padding-bottom: 5px;  
}
.wrapper {
    width: 100%;
    float:left;
    height: auto;
}
.header{
    width: 100%;
    float: left;
    /*padding: 10px 0%;*/
    position: relative;
    z-index:9999;
    background:#fff;
    transition:all .5s ease-in-out;
}
.logo{
    width:300px;
    position: absolute;
    left: 50%;
    top:70px;
    z-index: 99;
    margin-left:-150px;
    -webkit-filter: brightness(150%);
    -ms-filter: brightness(150%);
    filter: brightness(150%);
	text-align:center;
}

.logo a{
	width:200px;
	display:block;
	margin:0 auto;
}

.logo span{
	color:#fff;
	display:block;
	padding-top:10px;
	letter-spacing:1px;
	text-shadow:1px 1px 1px #000;
}

.logo img{ 
    width: 100%;
    display: block;
} 
.logo1{
    position: absolute;
    right: 1%;
    top: 0;
    width: auto;
    z-index: 99;
    padding:0px 0px;
}
.logo1 img{
    width: 75%;
    float: right;
}
.menu{
    width: 100%;
    float: left;
    text-align: center;
    margin:8px 0;
}
.menu ul li{
    display:inline-block;
    vertical-align:middle;
}
.menu ul li a{
    display:block;
    margin: 0px 5px;
    padding: 5px 10px;
    position:relative;
    font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    color:#3B3A3A; 
    letter-spacing:1px;
    font-size:15px;
    -webkit-transition:all 400ms ease-in-out;
    -ms-transition:all 400ms ease-in-out;
    -moz-transition:all 400ms ease-in-out;
    -o-transition:all 400ms ease-in-out;
    transition:all 400ms ease-in-out;
}
.menu ul li a:before {
    content: '';
    border-top: 2px solid #3B3A3A;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    transform: scaleX(0);
    transform-origin: center;
    transition: all 500ms;
}
.menu ul li:hover a:before {
    transform: scaleX(1);
}
.menu ul li:hover a {
    color:#144f79;
}
.fix-header{
    position:fixed;
    z-index:999;
    padding: 3px 10px;
}
.fix-header .logo{ 
    padding: 14px 0px 14px 3%;
}
.fix-header .logo img{
    /*width:130px;*/
    display:block;
}
.fix-header .logo1{
    padding: 9px 0px;
}
.fix-header .logo1 img{
    /*width: 50px;*/
    float:right;
}
.fix-header .menu{ 
    margin:8px 0;
}
.banner
{
    width:100%;
    float:left;
    position:relative;
    background: #000;
}
.banner .slider-box {
    width: 100%; 
    float: left;
    position:relative;
    opacity: 0.6;
}
.banner .slider-box li
{
    width: 100%; 
    float:left;
}
.banner .slider-box li .slider {
    width: 100%; 
}


.banner >h2{
	position: absolute;
	bottom: 19%;
	width: 62%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	font-size:28px;
	text-transform: uppercase;
	color: #fff;
	text-shadow: 1px 1px 1px #000;
	text-align: center;
	z-index: 99;
}

.banner >h2 span{
	font-weight: 900;
	font-size: 24px;
	padding: 10px 0;
	display: block;
	text-shadow: none;
	background: #fff;
	letter-spacing: 10px;
	color: #00a859;
}

.banner h4
{
    display: block;
    z-index: 99999; 
    left: auto;
    bottom:6%;
    position: absolute;
}

.banner .nnext
{
    right: 10px !important;
    left: auto !important;
}
.banner .pprev
{
    right:35px !important;
} 
.banner  i
{
    font-size:35px;
    color: #ffffff;
    cursor:pointer;
}
.button { 
    display: inline-block;
    position: fixed;
    top: 50%;
    margin-top:-61px;
    left: -100%;
    cursor: pointer;
    z-index: 999;
    transition:all .5s ease-in-out;
    
} 
.button span{
    writing-mode: tb-rl;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    white-space: nowrap;
    display: block;
    bottom: 0;
    color: #fff; 
    font-size: 15px;
    letter-spacing: 2px;
    line-height: 20px;
    background: #262626;
    padding: 12px 8px;
}
.button span i{
    transform: rotate(90deg); 
}
.button.frmBtn
{
    left:0%;
}
.formm2{
    background-color: #035684;
    color: #fff;
    padding: 20px 0 20px 0;
    font-family: Zahrah_Semibold;
    font-size: 27px;
}
.formBox{
    width:25%; 
    bottom: 1%;
    padding: 2% 2%;
    right: 6%;
    position:absolute;
    background-color: rgb(13, 107, 160);
    text-align: center;
    transition:all .5s ease-in-out;
    z-index:9;
    opacity: 0.95;
}

.bannerText{
	width:80%;
    position:absolute;
    bottom: 2%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.offerContainer{
	margin-bottom:10px;
	text-align:center;
}

.offerContainer .row{
	margin-right: -5px;
    margin-left: -5px;
}

.offerBox{
	width:100%;
	display:inline-block;
	vertical-align:top;
	margin:0 -2px;
	text-align:center;
	padding:5px;
}

.offerBox a{
	width:100%;
	float:left;
	transition:all 300ms ease-in-out;
}

.offerBox a:hover{
	text-decoration:none;
	cursor:default;
}

.offerBox a .img-fluid{
	width:70px;
	margin:0 auto 10px;
	display:table;
	background:#fff;
	padding:10px;
	border-radius:50%;
	border:4px solid #00a859;
}

.offerBox a .img-fluid img{
	width:100%;
	display:block;
}

.offerBox a p{
	line-height:normal;
	font-size:22px;
	text-shadow:1px 1px 1px #000;
	color:#fff;
	text-transform:uppercase;
	transition:all 300ms ease-in-out;
}

.offerBox a p strong{
	font-size:22px;
}

.formBox1{
	float:left;
	width:100%;
    background-color: rgb(13, 107, 160);
    text-align: center;
    transition:all .5s ease-in-out;
    z-index:9;
}
.popupform {
    padding: 1% 2%;
    background-color: rgb(13, 107, 160) !important;
    text-align: center;
    transition: all .5s ease-in-out;
    z-index: 9;
    border: 2px solid white;
    border-radius: 20px;
}
.formboxtitle{
    width: 100%;
   /*background: #004b81;*/
    padding: 2px;
    border-radius: 10px 10px 0 0;
}
.form2{
    position: unset;
    width: 100%;
    padding: 2% 1% 5% 8%;
    margin-bottom: 2%;
}
/*.form2cont{
    text-align: center;
    padding: 0px
}*/
.form2box{
    padding:30px 0px 60px 0
}
/*.formBox .closebox {
    color: #5a5c5a;
    top: 12px;
    display: block;
    right: 20px;
    font-size: 19px;
    position: absolute;
    cursor: pointer;
    z-index: 99;
}
.formBox.showForm
{
    left: -100%;
}*/
.formBox1,.popupform h2 {
    color: #fff;
    font-family: 'Zahrah_Semibold', arial;
    font-weight: normal;
    padding: 0 0px 5px;
}
.formBox h2 {
    color: #fff;
    font-family: 'Zahrah_Semibold', arial;
    font-weight: normal;
    padding: 0 0px 10px;
}
.form-d{
    width: 65%
}
.form_left{
    float: left;
    width: 50%;
 }
 .form_right{
    float: right;
    width: 50%;
 }
.form-top{
    padding: 0px 21px;
}
.form-div{
    padding:10px 10px 10px 0px;
    float: left;
}
.form-div-old{
    padding:10px 10px 10px 0px;
    float: none !important;
}
.form-div input{
    width: 100%;
    padding: 10px;
    box-shadow: none;
    border: none;
    outline: none;
    color: black;
    z-index: -1;
}
.form-div input::placeholder
{
    color: #000000;
    z-index: 1111;
}
.form-div select{
    width: 100%;
    padding: 10px;
    background: rgba(0, 0, 0, 0.6);
    box-shadow: none;
    border: none;
    outline: none;
    color: #FFFFFF;
}
.form-div input[type=text]{
    padding-left:15px;
    border-bottom: 1px solid #ffffff;
    font-family: 'avenirlt', arial;

}
.form-div input[type=text]::placeholder
{
    color:black !important;
}

.form-div input[type=tel]{
    padding-left:15px;
    border-bottom: 1px solid #ffffff;
    font-family: 'avenirlt', arial;

}
.form-div input[type=tel]::placeholder
{
    color:black !important;
}

.form-div input[type=email]{
    padding-left:15px;
    border-bottom: 1px solid #ffffff;
    font-family: 'avenirlt', arial;

}
.form-div input[type=email]::placeholder
{
    color:black !important;
}

figure .bgcolor p {font-size:13px; margin-bottom: 0;}

.form-div input[type=submit]{
    background: rgb(235, 60, 46);
    color: #000;
    cursor: pointer;
    border-radius: 8px;
    width: 30%;
    /*! font-size: 20px; */
    /*text-transform: uppercase;*/
    font-family: 'Zahrah_Semibold', arial;
    -webkit-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}
.form-div1 input{
    width: 100%;
    padding: 10px;
    background: rgba(0, 0, 0, 0);
    box-shadow: none;
    border: none;
    outline: none;
    color: #9aa8a1;
}

.form-div1 input[type=submit]{
    background: rgb(235, 60, 46);
    color: rgb(255, 255, 255);
    cursor: pointer;
    border-radius: 8px;
    width: 47%;
    font-size: 20px;
    /*text-transform: uppercase;*/
    font-family: 'Zahrah_Semibold', arial;
    -webkit-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}
.form-div input[type=submit]:hover{
    background: #0e0e0e;
    color:#fff;
}
.submitBox{
}
.submitBox input{
    width: 100%!important;
    display: block;
    background-color: #035684!important;
}
.submitBox1{
    margin: 1% 0% 3% 53%;
}
.contant-box{
    width:100%;
    float:left;
    padding:60px 0px ;
}
.contant-left{
    padding: 0px 70px;
}
.form2cont {
    text-align: center;
    padding: 0px;
}

/*.textBox1{
    padding: 0 3% 0 35%;
}*/
.textBox1 .heading{
    text-align: left;
}
.heading
{ 
    text-align: center;
    position: relative;
    color: #3f3e3e;
    margin-bottom: 10px;
    padding-bottom: 10px;
    font-family: Zahrah_Semibold;
    font-size: 30px;
}
.heading h2 {
    text-align: center;
    font-family: 'Zahrah_Semibold', arial;
    font-size: 32px;
    color: black;
    padding-bottom: 10px;
    /*text-transform: uppercase;*/
}
#aa{
    position:relative;
    margin-bottom:10px;
    padding-bottom: 10px;
}
#aa:before{
    content: '';
    position: absolute;
    width: 60%;
    left: 19%;
    text-align: center;
    height: 2px;
    background: #000000;
    bottom: 0;
}

.textBox h3{
    display: table;
    margin: auto;
    text-align: center;
    padding: 10px 0px 15px;
    margin-bottom: 15px;
    font-size: 20px;
    position: relative;
    text-transform: uppercase;
}
.textBox h3:before{
    content: '';
    position: absolute;
    width: 80%;
    left: 10%;
    text-align: center;
    height: 2px;
    background: #000000;
    bottom: 0;
}
.textBox p{
    color: #3f3e3e; 
    font-size: 15px;
    line-height: 27px;
    padding-bottom: 5px;
    text-align: justify; 
}
.textBox1{
	text-align: center;
}

.textBox1 h3{
	font:100 32px 'latolight', arial;
	display: block;
	padding-bottom: 15px;
}
.textBox1 p{
    color: #3f3e3e; 
    font-size: 15px;
    line-height: 27px;
    padding-bottom: 5px; 
}
.contant-right{
    width:50%; 
    float:right; 
}
.contant-right img.gurgaon {
    width: 100%; 
}
.projectBox
{
    width: 100%;
    float: left;
    padding: 60px 40px;
    background: #f2f2f2;
}
.image-slider{
    width:100%;
    float:left;  
}
.slider-contgainer {
    padding: 25px;

}
.Deliver {
    padding-bottom: 20px;
}
.bx-wrapper
{
    
    margin-bottom:0px !important;
}
 .bx-wrapper .bx-viewport 
{
    
}


.bx-wrapper .bx-controls-direction a{
    position: absolute;
    bottom: auto !important;
    outline: 0;
    width: 30px;
    height: 100px !important;
    text-indent: -9999px;
    z-index: 99 !important;
    opacity: 0.7;
    background-size: 200% !important;
    top: 50% !important;
    margin-top: -50px !important;
}

.bx-wrapper .bx-controls-direction a:hover{
    opacity:.4 !important; 
    -ms-filter:brightness(100%);
    filter:brightness(100%);
    
}

 .bx-wrapper .bx-prev{ 
    left: auto;
    right:30px;
    margin-left: 0;
    /* right: auto; */
    background-size: 60%;
}

.bx-wrapper .bx-next{   
    right:0px;
    margin-right:0;
    left:auto;
    background-size:60%;
}
.lorem .imgBox{
    width: 96% !important;
    margin: 0px 2%;
    display: block;
    padding: 15px;
    border: 1px solid #dfdfdf;
    overflow:hidden;
    background: #ffffff; 
    transition:all .3s ease-in-out; 
}
.lorem .imgBox H3
{
    WIDTH:100%;
    text-align:center;
    padding-top:15px;
    font-size:17px;
    font-weight:100;
    color:#4f4f4f;
    border-top:1px solid #dfdfdf;
}
.lorem .imgBox img{
    width:100% !important;
}
.lorem:hover .imgBox{  
    background: #f6f6f6;
}

.Deliver h2 {
    text-align: center;
    padding-top: 20px;
    color: black;
    font-family: arial;
    font-size: 25px;
} 
.mainAboutBox{
    width:100%;
    float:left;
    padding:60px 0px;
}
.aboutBox-left{
    width:50%;
    float:left;
    padding:0px  60px;  
}
.txtBox h3{
    display: table;
    margin: auto;
    text-align: center;
    padding: 10px 0px 15px;
    margin-bottom: 15px;
    font-size: 20px;
    position: relative;
    text-transform: uppercase;
}
.txtBox h3:before{
    content: '';
    position: absolute;
    width: 80%;
    left: 10%;
    text-align: center;
    height: 2px;
    background: #000000;
    bottom: 0;
}
.txtBox p{
    color: black; 
    font-size: 14px;
    line-height: 27px;
    padding-bottom: 5px;
    text-align: left; 
}
.aboutBox-right{
    width:50%; 
    float:left; 
}
.aboutBox-right img.gurgaon {
    width: 100%; 
}

.downloads{
	padding:20px;
	background:#00a859;
	color:#fff;
	text-align:center;
}

.downloads h3{
	font-weight:400;
	display:inline-block;
	vertical-align:middle;
	margin:0;
	margin-right:20px;
}

.downloads a{
	display:inline-block;
	vertical-align:middle;
	padding:10px 20px;
	background:#fff;
	color:#00a859;
	font-size:14px;
	border-radius:3px;
}


footer {
    width: 100%;
    float: left;
    padding:40px 0;
    background: #dadada;
}
footer .for-box{
    width: 22%;
    display: inline-block;
    float: left;
    margin-left: 3%;
}
footer .for-box:nth-child(4) 
{
    margin-left:0%;
    margin-right: 3%;
}
footer .for-box h2 {
    text-align: left;
    padding: 20px 0px 10px;
    margin-bottom: 26px;
    positioN:relative;
    color: #000000;
     
}
footer .for-box h2:before {
    content: '';
    position: absolute;
    width: 40%;
    left: 0%;
    text-align: center;
    height: 2px;
    background:#000000;
    bottom: 0;
}
footer .for-box p {
   font-size: 14px;
    padding-left: 10px;
    padding-left:25px;
    line-height: 30px;
    color:#000000;
    position: relative;
}
footer .for-box i {
    position: absolute; 
    font-family: fontAwesome; 
    font-style: normal;
    line-height: 30px;
    top: 1px;
    left:0px;
   color:#000000;
    font-size: 14px;
    text-align: center; 
}
footer .for-box ul li
{
    position: relative;
    width: 100%;
    color: #000000;
    line-height: 30px;
    padding-left: 25px;
} 
footer .for-box iframe {
    width: 99%;
    height: 120px;
    position: relative;
    /* border: 2px solid black; */
    padding: 3px;
    background:#FFFFFF;
}

.description-box{
    width: 100%;
    float: left;
    padding: 25px 0px;
}
.description{
    width: 94%;
    /* padding: 10px 0px; */
    margin: 0 auto;
}
.description p { 
    font-size: 14px;
    margin: 0px;
    padding: 0px;
    color:#000000; 
}
.bottom-footer {
    width: 100%;
    float: left;
    padding: 5px 30px;
    background: #181818;
}
.bottom-footer p {
    float: left;
    color: #c3c3c3;
    font-size: 14px;
    padding: 5px 0px;
}

.bottom-footer small{
    float:right;
    color: #c3c3c3;
    font-size: 14px;
    padding: 5px 0px;
    line-height: 27px;
}
.bottom-footer p span {
    text-transform: uppercase;
    color:#FFFFFF;
    letter-spacing: normal;
    font-weight: bold;
}
.button-top{
    background:rgba(0,0,0,0.79);
    position:fixed;
    cursor:pointer;
    right:10px;
    bottom:48px;
    color:#FFFFFF;
    font-size:20px;
    opacity:0;
    width: 50px;
    height: 50px;
    border-radius:50%;
    text-align: center;
    line-height: 50px;
    border:1px solid #2b2b2b;
    z-index:99;
}

.button-top i{
    margin-right:0;
}

.button-top:hover{
    background:#000;
}


/******************************popup******************/
.overlay{
    position:fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background:rgba(0,0,0,0.74);
    z-index:99999;
}

.popup{
    width:76%;
    position:fixed;
    left:12%;
    top:50px;
    z-index:99999;
    text-align:center;
    background:#fff;
    padding:30px 0;
}
.sub-popup p
{
    line-height:22px;
}
.sub-popup{
    width:100%;
    position:relative;
    height:100%;
    overflow:auto;
    padding:0 30px;
}
.sub-popup h2{
    background:#353434;
    font-size:22px;
    font-weight:100;
    color:#fff;
    padding:5px;
    margin-bottom:10px;
}
.sub-popup p{
    text-align:left;
}
.sub-popup span{
    font-size:20px;
}
.sub-popup a{
    padding:10px 30px;
    color:#fff;
    background:#353434;
    margin-top:15px;
    display:inline-block;
}

.p-close{
    position:absolute;
    right: -50px;
    top: 0px;
    width: 50px;
    background: #fff;
    height: 50px;
    line-height: 50px;
    cursor: pointer;
}

.p-close i{
    font-size:20px;
    color:red;
    
}


.footer{
  background:#202020;
  position:relative;
  z-index:99;
}
.bottom{
      width: 100%;
    float: left;
    padding: 5px 5%;
    /*border-top: 1px solid #141414;*/
}
.bottom p{
  float: left;
    color: #808080;
    font-size: 13px;
    padding-bottom: 0;
}
.ecis{
  float: right;
}
.ecis p{
      float: none;
    display: inline-block;
    vertical-align: middle;
    padding: 0;
}
.ecis img{
      width: 25px;
    height: 25px;
    display: inline-block;
    vertical-align: middle;
}
.topnav .active{background: #00a859;border-radius: 40px;}

.prject_details{width: 100px;padding: 8px;border-radius: 14px;text-align: center;color: #000;font-weight: bold;display: inline-block;margin: 10px 5px 20px 0;border: 1px solid #00a859;;cursor:pointer}

.project_detailactive{width: 100px;background: #00a859;padding: 8px;border-radius: 14px;text-align: center;color: #fff;font-weight: bold;display: inline-block;margin: 10px 5px 20px 0;cursor:pointer}

.footerBtn{
  position:absolute;
  background: url(../images/footer-top.png) no-repeat 0px 0px;	
  width: 130px;
  height:89px;
  left:50%;
  display: inline-block;
  /*top:-52px;*/
  transform: translateX(-50%);
  text-align:center;
  color:#fff;
  z-index:1;
  cursor:pointer;
  -webkit-transition:all 500ms;
  -o-transition:all 500ms;
  -moz-transition:all 500ms;
  -ms-transition:all 500ms;
  transition:all 500ms;
}

.footerBtn:before{
  content:'';
  background: url(../images/triangle_b.png) no-repeat 0px 0px;
  position:absolute;
  left:0;
  /*border-bottom:50px solid #1b1b1b;*/
  /*border-left:50px solid transparent;*/
  /*border-right:50px solid transparent;*/
  z-index:-1;
}

.footerBtn span{
  font-size:9px;
  text-transform:uppercase;
  margin-top:17px;
  width:100%;
  float:left;
}

.footerBtn span i{
  font-size:16px;
}

.footerBtn span b{
  font-weight:400;
  display:block;
}

.footerBtn.activeFooterBtn{
  top:0;
  background: url(../image/triangle_w.png) no-repeat 0px 0px;
  color:#000;
  /*-webkit-transform:rotateX(180deg);*/
  -o-transform:rotateX(180deg);
  -moz-transform:rotateX(180deg);
  -ms-transform:rotateX(180deg);
  /*transform:rotateX(180deg);*/
}

.footerBtn.activeFooterBtn:before{
  border-bottom-color:#fff;
  background: url(../image/triangle_w.png) no-repeat 0px 0px;
}

.footerBtn.activeFooterBtn span b{
  -webkit-transform:rotateX(180deg);
  -o-transform:rotateX(180deg);
  -moz-transform:rotateX(180deg);
  -ms-transform:rotateX(180deg);
  transform:rotateX(180deg);
}

.main-footer{
  width:100%;
  float:left;
  display:none;
  padding-left: 5.8%;
  background: #242424
}

.main-footer section{
  padding:70px 0% 70px;
}
.fullwidth{
  width:100%;
  float:left;
}
.footBox{
      width: 21%;
    float: left;
    border-right: 1px solid #fff;
    padding: 0 3% 0 6%;
    color: white;

}
.footBox h5{
      padding-bottom: 6px;
}
.footBox1{
    float: left;
    border-right: 1px solid #fff;
    padding: 0 3% 0 6%;
    color: white;
    width: 41%;
    border-right: 0px;
    
}
.footBox1 h5{
      padding-bottom: 6px;
      color: white;
}

.footAbout{
      width: 33%;
    padding: 0;
    padding-right: 6%;
    padding-bottom: 28px;
    color: white;
}
.footlocation{
    width: 41%;
    border-right: 0px;
    /*padding-left: 6%;*/
}

/*********************responsive*****************************/
.menu-b{
    width:100%;
    position:fixed;
    top:14px;
    text-align:center;
    display:none;
}
.menu-b a{
    font-size:30px;
}

.menu{
    display:block;
}
.mobile-menu{
    display:none;
}
.mfp-hide {
    display: none!important;
}
.more{
    margin-top: 12px;
    display: inline-block;
    color: #fff;
    transition: all 0.15s ease-in-out;
    position: unset;
}

@media screen and (max-width:1210px){
    .formBox{
        bottom: 1%;
        width: 100%;
        right: 0%;
    }
    .formBox1{
        bottom: 1%;
        width: 100%;
        right: 0%;
    }
}
@media screen and (max-width:1100px){
    .bottom-footer p { 
        width: 100%;
        text-align: center;
    }
    .bottom-footer small { 
        padding: 0px 0px 10px 0px;
        line-height: 20px;
        width: 100%;
        text-align: center;
    }
    .popup {
        bottom: 20px;
    }
}

@media screen and (max-width:1050px){
	.banner >h2{
		width: 75%;
		font-size: 22px;
	}
    .formBox{
        bottom: 1%;
    }
    .formBox1{
        bottom: 1%;
    }
    .heading h2{
        font-size:28px;
        padding-bottom:0;
    }

    .textBox h3{
        font-size:16px;
        padding:5px 0 10px;
        margin-bottom:5px;
    }
    .txtBox h3{
        font-size:16px;
        padding:5px 0 10px;
        margin-bottom:5px;
    }
    .textBox p{
        line-height:20px;
    }
    .contant-left{
        padding:0 0px;
    }
}

@media screen and (max-width:1024px){
    .menu ul li a{
        font-size:12px;
    }
}

@media screen and (max-width:920px){
    .form-div{
        float: none;
    }
    .formBox{
        top:13%;
        padding:20px 10px;
        /*position: inherit;*/
    }
    .bannerText{
		position:static;
		transform:none;
		float:left;
		margin:0 10%;
    }
	
	.offerBox{
		width:100%;
	}
	.offerBox a{border-radius:200px;}
	.offerBox a .img-fluid{display:inline-block; vertical-align:middle; width:60px; border:none; margin-bottom:0;}
	.offerBox a p{margin-bottom:0; padding-bottom:0; font-size:13px; line-height:18px; width:calc(100% - 65px); display:inline-block; vertical-align:middle; padding-left:10px; text-align:left;}
	.offerBox a p strong{font-size:16px;}
	
    .menu ul li a{
        margin:0;
    }
    .contant-box{
        padding:50px 0;
    }
    .contant-right{
        width: 100%;
        float: left;
        padding: 0px 50px 20px;
    }
    .contant-left{
        width:100%;
    }
    .mainAboutBox{
        padding:0 50px 0;
    }
    .aboutBox-right{
        width:100%;
    }
    .aboutBox-left{
        width:100%;
        padding:20px 0;
    }
    footer .for-box h2{
        font-size:18px;
        margin-bottom:10px;
    }
    footer .for-box p{
        line-height:25px;
    }
    
    .popup {
        bottom: 20px;
    }
    .footAbout, .footBox, .footlocation, .footBox1{
        width: 100%;
        border-right: 0px;
        padding: 2% 0;
    }
    .footAbout{
        padding-top: 10%;
    }
    .formBox1 h2{
        padding: 15px 0 7px 0;
    }
    .main-footer{
        padding-right: 5.8%;
    }
    .slider-wrapper1 .controls span{
        width: 30px;
        height: 30px;
    }
    .slider-wrapper1 .controls{
        bottom: 4%;
        right: 34%;
    }
    .slider-wrapper .controls span{
        width: 30px;
        height: 30px;
    }
    .slider-wrapper .controls{
        bottom: 4%;
        right: 34%;
    }
    .submitBox1{
        margin: auto;
    }
    .form-div input[type=submit]{
        font-size: 12px;
        width: 21%;
    }
    .bottom{
        padding: 32px 0 0 5%;
    }
    .form-d{
        width: 100%;
    }
    .form_left{
        float: unset;
        margin: auto;
        width: 85%;
    }
    .form_right{
        float: unset;
        margin: auto;
        width: 85%;
    }
    
}

@media screen and (max-width:814px){
    .menu ul{
        margin-left:6%;
    }
    footer{
        padding:0 20px;
    }
    footer .for-box{
        width:50%;
        margin:0; 
        min-height: 160px;
    }
    footer .for-box:nth-child(4){
        margin:0;
    } 
}

@media screen and (max-width:768px){
    .menu ul li a{
        padding:5px;
    }
    .contant-box{
        padding:50px 0;
    }
    .contant-right{
        padding:0 0 20px 0;
    }
    .mainAboutBox{
        padding:0 20px 0;
    }
    .projectBox{
        padding:20px;
    }
    .contant-left {
        padding: 0 20px;
    }
    .heading h2 {
        font-size: 24px;
    }
    .txtBox h3 {
        font-size: 15px;
        padding: 10px 0 10px;
        margin-bottom: 10px;
    }
}
@media screen and (max-width:750px){
    .fix-header{
        padding:18px 10px;
    }
    .menu-b{
        display:block;
    }
    .menu{
        margin:20px 0;
    }
    .menu ul{
        display:none;
    }
    .menu ul li{
        display:block;
    }
    .menu ul li a{
        font-size:20px;
    }
    .mobile-menu{
        display:none;
        z-index: 1;
        top: 0px;
        left:0%;
        right:0;
        bottom:0;
        text-align:center;
        position: fixed;
        z-index: 99;
        background:rgba(255,255,255,0.67);
    }
    .mobile-menu ul{
        width:100%;
        float:left;
        margin-top:100px;
    }
    .mobile-menu a{
        display:block;
        cursor:pointer;
        font-size: 25px;
        padding: 17px;
        color:#3D3B3B;
    }
    .slider-wrapper1 .controls span{
        width: 20px;
        height: 20px;
    }
    .slider-wrapper1 .controls{
        bottom: 2.5%;
        right: 29%;
    }
    .slider-wrapper .controls span{
        width: 20px;
        height: 20px;
    }
    .slider-wrapper .controls{
        bottom: 2.5%;
        right: 29%;
    }
}
@media screen and (max-width:677px){
    footer .for-box{
        width:100%;
        min-height:auto;
    } 
    footer .for-box p br{
        display:none;
    }
    footer .for-box h2:before{
        width:100%;
    }
}
@media screen and (max-width:500px){
    .popup {
        width: 90%;
        left:5%;
        font-size:12px;
    }
    .popup p{
        font-size:12px;
        line-height:18px;
    }

    .logo{
    	width: 150px;
    	margin-left: -75px;
    }

    .banner >h2{
    	width: 90%;
    	font-size: 14px;
    	bottom: 12%;
    }

    .banner >h2 span{
    	font-size: 14px;
    	padding: 5px 0;
    }
}

@media screen and (max-width:425px){
	.formBox1 h3{font-size:17px; padding:10px !important;}
    .contant-left{
        padding:0 20px;
    }
    .bx-wrapper .bx-viewport{
        height: 268px !important;
    }
    .bottom-footer{
        text-align:center;
    }
    .logo1 img{
        width:40px;
    }
    .popup{
        width:auto;
        left:20px;
        right:20px;
        margin-left:0;
    }
    .sub-popup h2{
        font-size:16px;
    }
    .p-close{
        right:0;
        z-index:99;
        width:30px;
        height:30px;
        line-height:30px;
    }
}

@media screen and (max-width:400px){
    .banner .slider-box li .slider {
    	width: 150%;
    	transform: translateX(-50%);
    	left: 50%;
    	position: relative;
    	margin-top: 0 !important;
    }
}

@media screen and (max-width:375px){
    .formBox{
        width:100%;
        left:0;
    }

    .formBox1{
        bottom: -387px;
    }
    .formBox1 h2{
        padding: 15px 0 7px 0;
    }
    .formboxtitle h3{
    	font-size: 18px;
    }
    .heading h2{
        font-size:22px;
    }
    .textBox h3{
        font-size:14px;
    }
    .txtBox h3{
        font-size:14px;
    }
    .bx-wrapper .bx-viewport{
        height: 246px !important;
    }
    .submitBox1{
        margin: auto;
    }
    .form-div input[type=submit]{
        font-size: 12px;
        width: 21%;
    }
    .bottom{
        padding: 32px 0 0 5%;
    }
    .slider-wrapper1 .controls span{
        width: 20px;
        height: 20px;
    }
    .slider-wrapper1 .controls{
        bottom: 1%;
        right: 28%;
    }
    .slider-wrapper .controls span{
        width: 20px;
        height: 20px;
    }
    .slider-wrapper .controls{
        bottom: 1%;
        right: 28%;
    }
}
@media screen and (max-width:360px){
    .bx-wrapper .bx-viewport{
        height: 268px !important;
    }
    
}

@media screen and (max-width:320px){
    .bx-wrapper .bx-viewport{
        height: 218px !important;
    }
    .form-div input[type=submit]{
        font-size: 12px;
        width: 27%;
    }
    
}


