/* Fonts */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&family=Signika+Negative:wght@400;500;600;700&display=swap');

html,body,div,span,
h1,h2,h3,h4,h5,h6,
p,blockquote,q,em,img,small,strong,
dl,dt,dd,ol,ul,li,fieldset,form,label,legend{border:0;outline:0;margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}
body{line-height:1}
ol,ul{list-style:none}
:focus{outline:0}
input,textarea{margin:0;outline:0;}
textarea{overflow:auto; resize:none;}
table{border-collapse:collapse;border-spacing:0}
/* End Reset */


/* html5 */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }


/* Default Font Styles
______________________*/
body, input, select, textarea{
	font-family: 'Montserrat', sans-serif;
	font-size:14px;
	color:#606060;
	line-height:1.3;
	font-weight:400;
}

body{
  background: #F9F9F9;
}

/* Headings
______________________*/
h1{
  font-family: 'Signika Negative', sans-serif;
  font-size: 70px;
  color: #fff;
  margin-bottom: 10px;
  font-weight: 700;
}
h1 em{
  display: block;
  font-style: normal;
  color: #26A9E0;
  text-transform: uppercase;
}
h2{
  font-family: 'Signika Negative', sans-serif;
  font-size: 45px;
  color: #333333;
  margin-bottom: 10px;
  font-weight: 700;
}
h3{
  font-family: 'Signika Negative', sans-serif;
  font-size: 25px;
  color: #333333;
  margin-bottom: 10px;
  font-weight: 700;
}
h4{
  font-family: 'Signika Negative', sans-serif;
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: 500;
  color: #26A9E0;
}
h5{
  font-family: 'Signika Negative', sans-serif;
  font-size: 16px;
  color: #333333;
  margin-bottom: 10px;
  font-weight: 600;
}


.default-btn{
  background: #25215F;
  border-radius: 5px;
  padding: 10px;
  text-align: center;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  min-width: 125px;
  display: inline-block;
  border: 1px solid transparent;
}
.default-btn:hover{
  background: none;
  color: #25215F;
  border: 1px solid #25215F;
}


/* Links
______________________*/
a{
	-webkit-transition: 0.1s ease-out 0.1s;
	-moz-transition: 0.1s ease-out 0.1s;
	transition: 0.1s ease-out 0.1s;
}


/* input , textarea , button
______________________*/

input,
textarea,
select{
  display: block;
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.075);
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  padding: 12px 15px !important;
  color: #000000;
  font-size: 14px !important;
  border: none !important;
}
select{
	-webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    background:#ffffff url(../images/down-icon.png) no-repeat 96% center / 15px 15px;
    cursor:pointer;
	padding:6px 30px 6px 10px;
	color:#888888;
}
input:focus,
select:focus{
	border-color:#66afe9;
	box-shadow:0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
}

#header{
  background: #fff;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999;
  padding: 15px 0;
}
#headertop{
  padding-bottom: 15px;
}
#header.active #headertop{
  display: none;
}
#headertop p{
  color: #E0CE26;
  font-size: 16px;
  font-weight: 600;
}
#headertop p a{
  color: #25215E;
  text-decoration: none;
  display: inline-block;
  margin-left: 10px;
  vertical-align: middle;
  line-height: 23px;
}
#headertop p a:hover{
  text-decoration: underline;
}
#headertop ul{
  text-align: right;
}
#headertop li{
  display: inline-block;
  margin-left: 10px;
}
#headertop li a{
  background: #fff;
  border-radius: 50%;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  padding: 10px;
  width: 35px;
  height: 35px;
  display: block;
  text-align: center;
  line-height: 19px;
  color: #262261;
  font-size: 16px;
}
#headertop li a:hover{
  background:#262261;
  color: #fff;
}
#headerbottom{
  border-top: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
}
#headerbottom .logo{
  margin: 5px 0;
}
#headerbottom .logo a{
  background: url(../images/logo.png) no-repeat;
  background-size: 100% auto;
  display: block;
  width: 210px;
  height: 56px;
}
#header.active #headerbottom .logo a{
  background: url(../images/logo.png) no-repeat;
  background-size: 100% auto;
  display: block;
  width: 160px;
  height: 45px;
}
#headerbottom ul{
  text-align: right;
}
#headerbottom li{
  display: inline-block;
  margin-left: 15px;
}
#headerbottom li a{
  display: block;
  padding: 25px 20px;
  font-size: 14px;
  font-weight: 700;
  color: #262261;
  text-decoration: none;
  text-transform: uppercase;
}
#header.active li a{
  padding: 20px;
  font-size: 12px;
}
#headerbottom li.active a{
  background: #262261;
  color: #fff;
  box-shadow:inset 0 3px 6px rgba(0, 0, 0, 0.20);
}
#headerbottom li a:hover{
  text-decoration: underline;
}

.navbar-header{
	display:none;
}
.navbar-header .collapse-button{
  background: #262261;
  border: none;
  height: 51px;
  transition: all 450ms ease-out 0s;
  width: auto;
  vertical-align: top;
  padding: 8px 10px 0 10px;
}
.navbar-header .collapse-button span{
  display: block;
  width: 25px;
  height: 3px;
  margin-bottom: 5px;
  background: #ffffff;
}
.navbar-header em{
	display:inline-block;
	font-style:normal;
	margin:3px 0 0 5px;
	vertical-align:middle;
	font-weight:600;
	font-size:14px;
	text-transform:uppercase;
}
#slidersection{
  box-shadow: 0 15px 20px rgba(0, 0, 0, 0.20);
  padding-top: 150px;
}
#slidersection .mainslider {
  position: relative;
}
#slidersection .mainslider .bx-wrapper {
  background: none !important;
  box-shadow: none !important;
  margin: 0 !important;
  border: 0 !important;
}
#slidersection .mainslider .bxslider li {
  background-repeat: no-repeat !important;
  background-size: cover !important;
  height: 600px;
  position: relative;
}
#slidersection .mainslider .bxslider li::after{
  content: "";
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  z-index: 9;
  width: 100%;
}
#slidersection .mainslider .bx-controls.bx-has-pager {
  position: relative;
  top: -50px;
}
#slidersection .mainslider .bx-controls.bx-has-controls-direction .bx-controls-direction{
  position: absolute;
  right: 7%;
  bottom: 15%;
}
#slidersection .mainslider .bx-controls.bx-has-controls-direction .bx-controls-direction .bx-prev {
  background: none !important;
  background: url(../images/sliderprev-btn.png) no-repeat !important;
  background-size: 100% auto !important;
  width: 40px;
  height: 40px;
  margin: 10px 0;
  position: static;
  font-size: 0;
  display: block;
}
#slidersection .mainslider .bx-controls.bx-has-controls-direction .bx-controls-direction .bx-next {
  background: none !important;
  background: url(../images/slidernext-btn.png) no-repeat !important;
  background-size: 100% auto !important;
  width: 40px;
  height: 40px;
  margin: 10px 0;
  position: static;
  font-size: 0;
  display: block;
}
#slidersection .mainslider .container{
  position: relative;
  height: 100%;
}
.slidercontent{
  position: absolute;
  left: 15px;
  bottom: 17%;
  width: 1100px;
  z-index: 99;
}
.slidercontent span{
  background: url(../images/slidercontent-logo.png) no-repeat;
  background-size: 100% auto;
  display: block;
  width: 190px;
  height: 32px;
}
.slidercontent p{
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  line-height: 30px;
}
#welcomesection,
#contactsection{
  padding: 60px 0;
}
#welcomesection em,
#contactsection em{
  display: block;
  background: url(../images/welcome-logo.png) no-repeat;
  background-size: 100% auto;
  width: 150px;
  height: 40px;
  margin: 0 auto 5px;
  text-align: center;
}
#welcomesection h2,
#contactsection h2{
  margin-bottom: 40px;
  text-align: center;
}
.welcontent-box{
  background: #fff;
  text-align: center;
  padding: 30px 15px;
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  position: relative;
  min-height: 350px;
}
.welcontent-box img.box-bg{
  display: block;
  width: 80%;
  height: auto;
  position: absolute;
  left: 0;
  bottom: 0;
}
.welcontent-box .box-icon{
  width: 85px;
  height: 75px;
  margin: 0 auto 20px;
  position: relative;
  z-index: 9;
}
.welcontent-box .box-icon img{
  display: block;
  width: 100%;
  height: auto;
  object-fit: none;
  
}
.welcontent-box p{
  font-size: 14px;
  font-weight: 500;
  color: #333;
  line-height: 25px;
  margin-bottom: 40px;
  position: relative;
  z-index: 9;
}
.welcontent-box a{
  position: relative;
  z-index: 9;
}
#aboutsection{
  background: #ffffff;
  position: relative;
  padding: 60px 0;
}
#aboutsection::after{
  content: "";
  background: url(../images/3.png) no-repeat;
  background-size: 100% auto;
  width: 850px;
  height: 500px;
  position: absolute;
  right: 0;
  top: 0;
}
#aboutsection::before{
  content: "";
  background: url(../images/2.png) no-repeat;
  background-size: 100% auto;
  width: 850px;
  height: 500px;
  position: absolute;
  left: 0;
  bottom: 0;
}
.abouttop-section{
  position: relative;
  z-index: 9;
  margin-bottom: 40px;
}
.abouttop-section img{
  display: block;
  width: 90%;
  height: auto;
}
.abouttop-section p{
  font-size: 18px;
  font-weight: 500;
  color: #000000;
  line-height: 36px;
}
.abouttop-section em{
  display: block;
  background: url(../images/about-logo.png) no-repeat;
  background-size: 100% auto;
  width: 170px;
  height: 22px;
  margin: 30px 0 0 0;
}
.abouttop-section h2{
  margin-bottom: 5px;
}
.whychoose-section{
  position: relative;
  z-index: 9;
}
.whychoose-section h2{
  margin-bottom: 20px;
}
.whychoose-section .whychoose-content{
  background: #fff;
  padding: 30px 15px;
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  min-height: 390px;
}
.whychoose-section p{
  font-size: 16px;
  font-weight: 500;
  color: #000000;
  line-height: 32px;
}

#contactsection h2{
  margin-bottom: 10px;
}
#contactsection p{
  font-size: 18px;
  font-weight: 500;
  color: #000000;
  line-height: 32px;
  margin-bottom: 40px;
  text-align: center;
}
.contactcontent{
  margin-bottom: 40px;
}
.contactcontent .contact-box{
  background: #fff;
  text-align: center;
  padding: 50px 30px;
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  position: relative;
  min-height: 275px;
}
.contactcontent .contact-box img.box-bg{
  display: block;
  width: 80%;
  height: auto;
  position: absolute;
  left: 0;
  bottom: 0;
}
.contact-box .add-icon,
.contact-box .email-icon,
.contact-box .phone-icon{
  background: url(../images/addicon.png) no-repeat;
  background-size: 100% auto;
  width: 60px;
  height: 60px;
  display: block;
  margin: 0 auto 15px;
}
.contact-box .email-icon{
  background: url(../images/emailicon.png) no-repeat;
  background-size: 100% auto;
}
.contact-box .phone-icon{
  background: url(../images/phoneicon.png) no-repeat;
  background-size: 100% auto;
}
.contact-box p,
.contact-box a{
  font-size: 16px !important;
  font-weight: 500 !important;
  color: #333 !important;
  line-height: 28px !important;
  margin: 0 !important;
  display: block;
  text-decoration: none;
  position: relative;
  z-index: 2;
}
.contact-box a:hover{
  text-decoration: underline;
}
.contactform{
  text-align: center;
  width: 70%;
  margin: 0 auto;
}
.contactform em{
  background: none !important;
  width: 100% !important;
  height: auto !important;
  margin: 0 !important;
  color: #26A9E0;
  font-size: 13px !important;
  font-family: 'Signika Negative', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
.contactform button{
  text-transform: uppercase;
  padding: 15px;
}
.map-wrap{
  border: 1px solid #ddd;
  border-right: none;
  border-left: none;
}
.map-wrap iframe{
  display: block;
  width: 100%;
  height: 400px;
}
#bannersection{
  box-shadow: 0 15px 20px rgba(0, 0, 0, 0.20);
  padding-top: 150px;
  background: url(../images/sliderimg-1.jpg) no-repeat;
  background-size: cover;
  background-position: center bottom;
  height: 450px;
  overflow: hidden;
  position: relative;
}
#bannersection::after{
  content: "";
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  z-index: 9;
  width: 100%;
}
#bannersection .container{
  position: relative;
  height: 100%;
}
#bannersection h2{
  position: absolute;
  bottom: 10%;
  z-index: 999;
  color: #fff;
}

#innerpages{
  padding: 60px 0;
}
#innerpages span{
  display: block;
  background: url(../images/project-management-icon.png) no-repeat;
  background-size: 100% auto;
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
}
#innerpages span.firesafety{
  display: block;
  background: url(../images/fire-safety.png) no-repeat;
  background-size: 100% auto;
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
}
#innerpages span.elecserv{
  display: block;
  background: url(../images/electric-service.png) no-repeat;
  background-size: 100% auto;
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
}
#innerpages h3,
#innerpages h4{
  margin-bottom: 20px;
}
#innerpages p{
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
  color: #000;
  margin-bottom: 15px;
}
#innerpages p strong{
  font-size: 13px;
  color: #333;
}

#footer{
  background: #000000;
  padding: 30px 0;
}
#footer p{
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}
#footer ul{
  text-align: right;
}
#footer li{
  display: inline-block;
  margin-left: 10px;
}
#footer li a{
  background: #26A9E0;
  border-radius: 50%;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  padding: 10px;
  width: 35px;
  height: 35px;
  display: block;
  text-align: center;
  line-height: 19px;
  color: #fff;
  font-size: 16px;
}
#footer li a:hover{
  background:none;
  color: #fff;
}

.cl{ clear:both; font-size:0; height:0; }
.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}


/* Responsive */
@media (max-width: 1200px){
  .slidercontent{
    width: 750px;
  }
}

@media (max-width: 1024px){
  #innerpages img.float-end{
    width: 400px !important;
    display: block !important;
    margin: 0 0 30px 30px !important;
  }
}

@media (max-width: 800px){
  .slidercontent {
    width: 600px;
  }
  #headerbottom .logo a{
    width: 100%;
    height: 45px;
  }
  #headerbottom li{
    margin-left: 5px;
  }
  #headerbottom li a{
    padding: 20px 10px;
    font-size: 12px;
  }
  .welcontent-box{
    min-height: 360px;
    padding: 20px 15px;
  }
  h3{
    font-size: 20px;
  }
  #aboutsection::before,
  #aboutsection::after{
    display: none;
  }
  .welcontent-box p {
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 20px;
  }
  .welcontent-box img.box-bg{
    display: none;
  }
  h2{
    font-size: 35px;
  }
  .contactcontent .contact-box{
    padding: 30px 10px;
  }
  #contactsection p{
    font-size: 14px;
    line-height: 24px;
  }
  #contactsection p br{
    display: none;
  }
  h1{
    font-size: 55px;
  }
  #innerpages img.float-end {
    width: 300px !important;
    display: block !important;
    margin: 0 0 20px 20px !important;
  }
}

@media (max-width: 640px){
  #headertop{
    display: none;
  }
  #headerbottom .logo a {
    width: 155px;
    height: 41px;
  }
  .navbar-header{
    display: block;
    position: absolute;
    right: 12px;
    top: 16px;
  }
  #headerbottom ul{
    display: none;
    text-align: left;
    background: #bababa;
    box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.40);
  }
  #headerbottom li {
    margin-left: 0;
    display: block;
  }
  #headerbottom li a {
    padding: 15px 10px !important;
    font-size: 10px !important;
  }
  #slidersection{
    padding-top: 80px;
  }
  #slidersection .mainslider .bxslider li{
    height: 350px;
    background-position: center center !important;
  }
  .slidercontent{
    width: 100%;
    left: 0;
    bottom: 10px;
    padding: 20px;
  }
  .bx-controls.bx-has-controls-direction{
    display: none;
  }
  .slidercontent span{
    width: 120px;
    height: 18px;
  }
  h1 {
    font-size: 35px;
  }
  .slidercontent p{
    font-size: 12px;
    line-height: 20px;
  }
  #welcomesection, #contactsection, #aboutsection {
    padding: 30px 0;
  }
  #welcomesection em, #contactsection em {
    width: 100px;
    height: 26px;
  }
  #welcomesection h2, #contactsection h2 {
    margin-bottom: 15px;
  }
  h2 {
    font-size: 22px;
  }
  .welcontent-box {
    min-height: inherit;
    padding: 20px 15px;
  }
  .welcontent-box .box-icon {
    width: 50px;
    height: 51px;
    margin: 0 auto 10px;
  }
  .welcontent-box .box-icon img{
    object-fit: inherit;
  }
  h3 {
    font-size: 18px;
  }
  .welcontent-box p {
    font-size: 11px;
    line-height: 19px;
    margin-bottom: 15px;
  }
  .default-btn{
    font-size: 10px;
    min-width: 100px;
  }
  .abouttop-section{
    text-align: center;
    margin-bottom: 20px;
  }
  .abouttop-section img {
    width: 60%;
    margin: 0 auto;
  }
  .abouttop-section em{
    width: 100px;
    height: 14px;
    margin: 15px auto 0;
  }
  .abouttop-section p {
    font-size: 12px;
    line-height: 20px;
  }
  .whychoose-section{
    text-align: center;
  }
  .whychoose-section .mb-4,
  .formwrap .mb-4{
    margin: 0 !important;
  }
  .whychoose-section .mb-4 .col-sm-6{
    margin-bottom: 20px !important;
  }
  .whychoose-section h2 {
    margin-bottom: 10px;
  }
  .whychoose-section .whychoose-content{
    padding: 20px 15px;
    min-height: inherit;
  }
  h4{
    font-size: 16px;
    margin-bottom: 5px;
  }
  .whychoose-section p {
    font-size: 12px;
    line-height: 24px;
  }
  #contactsection h2{
    margin-bottom: 5px;
  }
  #contactsection p {
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 20px;
  }
  .contactcontent .col-sm-4{
    margin-bottom: 20px;
  }
  .contactcontent .contact-box img.box-bg{
    display: none;
  }
  .contactcontent .contact-box {
    padding: 20px 10px;
    min-height: inherit;
  }
  .contact-box .add-icon, .contact-box .email-icon, .contact-box .phone-icon{
    width: 40px;
    height: 40px;
    display: block;
    margin: 0 auto 5px;
  }
  .contact-box h3{
    margin: 0;
  }
  .contact-box p, .contact-box a{
    font-size: 14px !important;
    line-height: 24px !important;
  }
  .contactcontent {
    margin-bottom: 10px;
  }
  .contactform{
    width: 100%;
  }
  .formwrap .mb-4 .col-sm-6,
  .formwrap .mb-4 .col-sm-12{
    margin-bottom: 15px !important;
  }
  input, textarea, select{
    font-size: 12px !important;
  }
  .contactform button{
    padding: 10px;
  }
  .map-wrap iframe{
    height: 250px;
  }
  #footer {
    padding: 20px 0;
    text-align: center;
  }
  #footer p {
    font-size: 10px;
    margin-bottom: 10px;
  }
  #footer ul {
    text-align: center;
  }
  #footer li a {
    padding: 5px;
    width: 25px;
    height: 25px;
    line-height: 15px;
    font-size: 12px;
  }
  #bannersection{
    padding-top: 80px;
    height: 250px;
  }
  #innerpages {
    padding: 30px 0;
    text-align: center;
  }
  #innerpages img.float-end{
    display: none !important;
  }
  #innerpages span{
    margin: 0 auto 10px;
    width: 50px;
    height: 50px;
  }
}

@media (max-width: 480px){}