@font-face {

    font-family: 'Socialico';

    src: url("fonts/Socialico/Socialico.eot");

    src: url("fonts/Socialico/Socialico.eot?#iefix") format("embedded-opentype"), 

    url("fonts/Socialico/Socialico.woff2") format("woff2"), 

    url("fonts/Socialico/Socialico.woff") format("woff"), 

    url("fonts/Socialico/Socialico.ttf") format("truetype"), 

    url("fonts/Socialico/Socialico.svg") format("svg");

}



@font-face {

    font-family: "socialico-plus";

    src: url("fonts/SocialicoPlus/socialico-plus.eot");

    src: url("fonts/SocialicoPlus/socialico-plus.eot?#iefix") format("embedded-opentype"), 

    url("fonts/SocialicoPlus/socialico-plus.woff2") format("woff2"), 

    url("fonts/SocialicoPlus/socialico-plus.woff") format("woff"), 

    url("fonts/SocialicoPlus/socialico-plus.ttf") format("truetype"), 

    url("fonts/SocialicoPlus/socialico-plus.svg") format("svg");

}



*, *:before, *:after {

  -webkit-box-sizing: border-box;

  -moz-box-sizing: border-box;

  box-sizing: border-box;

}



body {

  width: 100%;

  min-width: 1200px;

  margin: 0 auto;

  text-align: center;

  font-family: 'Arial', sans-serif;

  position: relative;

}



a {

  color:inherit;

  text-decoration: none;

}



a:hover {

  text-decoration: none;

  color:inherit;

}



div,article,section,dl,dt,dd,table,tr,td,ul,ol,li,p,span,small,em,h1,h2,h3,h4,h5,h6,nav {

  padding:0;

  margin:0;

}



.row {

  max-width: 1386px;

  margin: 0 auto;

  padding-left: 10px;

  padding-right: 10px;

}



/*cookie*/

.cc-animate.cc-revoke.cc-bottom{

  font-size: 14px;

  padding: 5px 10px;

  position: fixed;

  display: block!important;

  transform: none!important;

  bottom: 0!important;

  left: 20px!important;

}



/*call to action*/

.destroy-on-load, .cta {

  display: none;

}



/*typography*/

.text-left{

  text-align: left;

}



.text-left .btn{

  margin: 0

}



.text-right{

  text-align: right;

}



h1, h2, h3, h4{

  font-family: 'Staatliches', sans-serif;

  font-size: 50px;

  font-weight: 400;

  line-height: 1.2;

  color: #fff;

  letter-spacing: 2px

}



h3{

  color: #111;

  font-weight: 700;

  font-family: 'Montserrat', sans-serif;

}



h4{

  font-size: 36px;

}



h5{

  color: #660000;

  font-size: 25px;

  line-height: 1.2;

  font-weight: 700;

  font-family: 'Montserrat', sans-serif;

  letter-spacing: 2px

}



p,ul,

nav ul li a {

  font-family: 'Montserrat', sans-serif;

  font-size: 18px;

  font-weight: 400;

  line-height: 1.5;

  color: #333

}



.home p{

  font-weight: 300;

}



.withline{

  position: relative;

  padding-bottom: 22px;

  margin-bottom: 30px

}



.withline:after{

  position: absolute;

  content: '';

  left: 0;

  right: 0;

  bottom: 0;

  margin: 0;

  height: 8px;

  width: 200px;

  background: #FF0000;

  border-radius: 10px;

}



/*BUTTON*/

.btn, .btn2{

  position: relative;

  overflow: hidden;

  z-index: 999;

  display: block;

  margin: 0 auto;

  text-align: center;

  padding: 6px 0;

  width: 248px;

  font-size: 20px;

  font-family: 'Poppins', sans-serif;

  font-weight: 500;

  background: #FF0000;

  color: #FFF;

  line-height: 1.2;

  -webkit-appearance: inherit;

}



.btn2{

  background: #FF9999

}



.btn:hover, .btn2:hover, .btn3:hover{ 

  transition: background-color .8s ease-out;  

  -o-transition: background-color .8s ease-out;  

  -moz-transition: background-color .8s ease-out;  

  -webkit-transition: background-color .8s ease-out;  

  color: #000;

  background: #FF9999

}



.btn2:hover{ 

  color: #fff;

  background: #FF0000

}



/*FLEX*/

.flex{

  display: -webkit-flex;

  display: -moz-flex;

  display: -ms-flex;

  display: -o-flex;

  display: flex;

  justify-content: space-between;

  -webkit-flex-wrap: wrap;

  -moz-flex-wrap: wrap;

  -ms-flex-wrap: wrap;

  -o-flex-wrap: wrap;

  flex-wrap: wrap;

} 



/*SOCIAL*/

.socials a{

  font-size: 35px;

  line-height: 1.2;

  font-family: 'Socialico';

  margin: 0 5px;

  color: #fff

}



.socials a.ig_link{

  font-family: 'socialico-plus';

}



.socials a.ig_link:hover{

  color: purple;

}



.socials a.fb_link:hover{

  color: #3B5A9A;

}



.socials a.gp_link:hover{

  color: #D54936;

}



.socials a.in_link:hover{

  color: #117BB8;

}



.socials a.tt_link:hover{

  color: #25A8E0;

}



.socials a.rs_link:hover,

.socials a.yt_link:hover{

  color: red

}



/*LOGO*/

.h-logo{

  display: block;

  width: 100%;

}



.h-logo img{

  width: 100%;

  display: block;

}





/*-----------------------------------------------HEADER-----------------------------------------------*/

#header{

  position: absolute;

  content: '';

  left: 0;

  width: 100%;

  top: -10px;

  z-index: 9999;

  border-top: 10px solid #FF0000;

  padding-top: 37px;

}



#header .row{

  position: relative;

  max-width: 1620px;

}



#header .h-logo{

  /*max-width: 404px;*/

  width: 26.82%;

  padding-left: 25px;

  height: 100%;

}



.bbb{

  display: block;

  max-width: 200px;

  width: 100%;

  margin-left: auto;

}



#header .hcol2{

  padding-right: 117px;

  width: 70%

}



#header .hcol2 .flex{

  align-items: center;

}



#header .hcol2 .btn{

  margin: 0

}



#header .phone{

  color: #fff;

  font-family: 'Montserrat', sans-serif;

  font-weight: 700;

  font-size: 30px;

  line-height: 1.2;

  padding: 7px 0 7px 70px;

  background: url('../images/common/phone.png')no-repeat left center;

}



#header nav a#pull {

  display: none

}



#header nav{

  position: relative;

  z-index: 999;

  width: 100%;

  display: block;

}



#header nav ul{

  text-align: right;

  padding: 25px 0 55px

}



nav ul {

  margin: 0;

  padding: 0;

  list-style: none;

}



nav ul li {

  display: inline-block;

  vertical-align: middle;

  padding: 0 40px;

  border-right: 1px solid #fff;

}



nav ul li:last-of-type{

  padding-right: 0;

  border-right: none;

}



nav ul li:first-of-type{

  padding-left: 0;

}



nav ul li a {

  font-size: 16px;

  display: block;

  color: #fff

}



nav ul li.active-menu a, 

nav ul li a:hover {

  color: #FF0000

}



/*-----------------------------------------------BANNER-----------------------------------------------*/

#banner {

  background: url('../images/common/banner.jpg')no-repeat right;

  background-size: 100% 100%;

  padding: 588px 0 210px;

  margin-top: 10px

}



#banner .bn-text{

}



#banner .row{

}



#banner h2{

  font-size: 66px;

  text-shadow: 3px 3px 7px rgb(0,0,0);

  text-shadow: 3px 3px 7px rgba(0,0,0,.65);

  max-width: 1117px;

  letter-spacing: 3px;

  padding-bottom: 25px;

}



#banner h2 span{

  display: block;

  font-size: 36px;

}



#banner p{

  font-size: 

}



#banner .btn{



}



.btns{

  max-width: 515px;

}



.btns a{

  margin: 0

}





/*-----------------------------------------------CONTENT-----------------------------------------------*/

/*strictly*/

#strictly{

  background: url('../images/common/strictly.png')no-repeat center center;

  background-size: 100% 100%;

  padding: 399px 0 100px ;

  margin-top: -370px;

  position: relative;

  z-index: 2

}



#strictly h3{

  letter-spacing: 5px;

  padding-bottom: 35px;

  margin-bottom: 55px;

}



#strictly .withline:after{

  margin: 0 auto;

}



#strictly h4{

  max-width: 286px;

  margin: 0 auto

}



#strictly dl{

  position: relative;

  margin-bottom: 55px;

  width: 24%

}



#strictly dl:after{

  position: absolute;

  content: '';

  left: 0;

  right: 0;

  width: 100%;

  background: url('../images/common/overlay.png')no-repeat bottom;

  height: 147px;

  bottom: -62px;

  margin: 0 auto;

}



#strictly dl img{

  width: 100%;

  display: block;

}



#strictly dl dd{

  padding: 30px 10px;

  background: #FF0000

}



#strictly .svcflex2 dl:nth-of-type(3) dd,

#strictly .svcflex2 dl:last-of-type dd{

  padding: 12px 10px

}



#strictly .svcflex2 dl dd{

  min-height: 112px;

}



/*welcome*/

#welcome{

  background: url('../images/common/welcome.jpg')no-repeat center center;

  background-size: 100% 100%;

  padding: 640px 0 15px;

  margin-top: -600px;

  position: relative;

  z-index: 1;

}



#welcome h4{

  font-family: 'Montserrat', sans-serif;

  font-size: 25px;

  padding-bottom: 15px;

}



#welcome .welcon{

  width: 58.86%

}



#welcome .welcon p{

  color: #fff;

  padding-bottom: 30px;

  letter-spacing: 1px;

}



#welcome .btn{

  margin-top: 10px

}



#welcome .welcon2{

  width: 36.237%

}



#welcome .welcon2 img,

#welcome .welcon2 .btn3{

  border: 7px solid #fff;

  display: block;

  margin-bottom: 25px;

}



#welcome .welcon2 .flex100{

  width: 100%;

}



#welcome .welcon2 .flex48{

  width: 48%;

}



#welcome .welcon2 .btn3{

  background: #FF0000;

  align-items: stretch;

  padding: 70px 19px;

  width: 48%;

  font-family: 'Montserrat', sans-serif;

  font-size: 30px;

  font-weight: 400;

  line-height: 1.5;

  color: #fff;

  margin-bottom: 0

}



#welcome .welcon2 .btn3:hover{

  background: #FF9999

}



#welcome .flexbot img{

  margin-bottom: 0

}





/*cservices*/

#cservices{

  background: url('../images/common/cleaning.png')no-repeat center center;

  background-size: 100% 100%;

  padding: 585px 0 320px;

  margin-top: -543px;

  position: relative;

  z-index: 0;

}



#cservices h3{

  color: #660000;

  font-size: 36px;

}



#cservices dl{

  width: 31.479%

}



#cservices dl dt{

  position: relative;

  padding-bottom: 38px

}



#cservices dl img{

  width: 100%;

  display: block;

}



#cservices dl dt:after{

  position: absolute;

  content: '';

  left: 0;

  right: 0;

  width: 100%;

  background: url('../images/common/overlay.png')no-repeat bottom;

  background-size: 100% 100%;

  height: 127px;

  bottom: -25px

}



#cservices h5{

  padding-bottom: 15px

}



#cservices p{

  line-height: 1.2;

  letter-spacing: 1px;

  max-width: 425px

}





/*-----------------------------------------------FOOTER-----------------------------------------------*/

footer{

  background: url('../images/common/footer.jpg')no-repeat center center;

  background-size: 100% 100%;

  border-bottom: 10px solid #FF0000;

  margin-top: -605px;

  padding-top: 425px;

}



#fottop .row{

  max-width: 1645px;

  margin: 0;

  margin-left: auto;

  padding: 0

}



/*CONTACT*/

#contact{

  position: relative;

  background: rgb(102,0,0);

  background: -moz-linear-gradient(90deg, rgba(102,0,0,1) 0%, rgba(169,0,0,1) 50%, rgba(102,0,0,1) 100%);

  background: -webkit-linear-gradient(90deg, rgba(102,0,0,1) 0%, rgba(169,0,0,1) 50%, rgba(102,0,0,1) 100%);

  background: linear-gradient(90deg, rgba(102,0,0,1) 0%, rgba(169,0,0,1) 50%, rgba(102,0,0,1) 100%);

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#660000",endColorstr="#660000",GradientType=1);

  padding: 65px 10px;

  border: 10px solid #fff;

  width: 38.42%

}



#contact .ctc-form{

  text-align: left;

  max-width: 464px;

  margin: 0 auto;

}



#contact h2{

  margin-bottom: 55px;

}



form .messages p {

  display: none;

  font-family: 'Montserrat', sans-serif !important;

  font-weight: 400 !important;

  letter-spacing: 0 !important;

  font-size: 16px !important;

}



form .loading {

  display: none;

}



form .alert {

  padding: 15px;

  margin-bottom: 20px;

  border: 1px solid transparent;

  border-radius: 4px;

}



form .alert-success {

  color: #3c763d;

  background-color: #dff0d8;

  border-color: #d6e9c6;

}



form .alert-danger {

  color: #a94442;

  background-color: #f2dede;

  border-color: #ebccd1;

}



.ctc-form {

  margin: 0 auto ;

  text-align: center;

}



.ctc-form input[type="text"],

.ctc-form textarea {

  font-family: 'Montserrat', sans-serif;

  font-size: 16px;

  color:#000;

  height:45px;

  display: block;

  width: 100%;

  border:1px solid #A8A8A8;

  padding: 5px 10px;

  box-sizing: border-box;

  margin: 0 auto 8px;

  resize: none;

  background: #fff;

}



#contact .ctc-form input[type="text"],

#contact .ctc-form textarea {

  border: none;

}



.ctc-form ::placeholder,

.ctc-form label{

  font-family: 'Poppins', sans-serif;

  font-size: 18px;

  color: #333;

  line-height: 1.95;

  text-align: left;

  font-weight: 400;

}



.ctc-form ::placeholder{

  color: #545454

}



#contact .ctc-form ::placeholder,

#contact .ctc-form label{

  color: #fff

}



.ctc-form textarea {

  height: 150px;

  padding-top:10px;

}



.ctc-form button {

  display: block;

  border: none;

  margin: 20px auto 0

}



.ctc-form .recap {

  display: inline-block;

}



.ctc-form .g-recaptcha div {

  margin: 0 auto 10px;

}



.ctc-form .ctc-hide {

  display: none;

}



#fottop .concol2{

  width: 52.341%

}



#fottop .concol2 .h-logo{

  max-width: 585px;

  margin: 165px 0 90px

}



#fottop .fotcontacts{

  background: rgb(0,0,0);

  background: rgba(0,0,0,.55);

  padding: 20px 0 38px 35px;

  margin-bottom: 55px

}



#fottop .fotcontacts .fotconts{

  font-family: 'Montserrat', sans-serif;

  font-size: 30px;

  font-weight: 700;

  line-height: 1.2;

  color: #fff;

  position: relative;

  padding: 10px 0 10px 100px;

  margin-bottom: 30px;

  display: block;

}



#fottop .fotcontacts .fotconts:after{

  position: absolute;

  content: '';

  left: 0;

  top: 0;

  bottom: 0;

  margin: auto 0;

  width: 64px;

  height: 64px;

  background: url('../images/common/sprite.png')no-repeat top left;

}



#fottop .fotcontacts .email:after{

  background: url('../images/common/sprite.png')no-repeat center left;

}



#fottop .fotcontacts .address:after{

  background: url('../images/common/sprite.png')no-repeat bottom left;

}



#fottop .bbb{

  /* margin: 0 auto; */
float: left;
}



#footer {

  padding: 35px 0 65px

}



#footer .flex{

  align-items: center;

}



#footer .h-logo{

  max-width: 269px;

  margin-left: 20px

}



#footer nav ul{

  padding: 35px 0

}



#footer .copyrights p{

  color: #fff;

  font-family: 'Poppins', sans-serif;

  font-size: 16px;

  text-transform: uppercase;

  text-align: left;

  font-weight: 400

}



.techno img {

  width: 52px;

  margin: 0 5px -14px;

}

















/*---------------------------------------inner pages-------------------------------------------*/



.inner footer{

  margin-top: -385px

}



.inner #content {

  min-height: 600px;

  padding: 40px 0;

  max-width: 800px;

  margin: 0 auto;

  position: relative;

  z-index: 2

}



.inner #content h1{

  color: #333;

  padding-bottom: 20px;

}





/*inner gallery*/

.img-responsive{

  width: 200px;

  height: 200px;

  -o-object-fit: cover;

  object-fit: cover;

}



#content .gallery-container {

  text-align: center;

}



#content .gallery {

  list-style-type: none;

  margin: 0;

  padding: 0;

}



#content .gallery li {

  display: inline-block;

}



#content .thumbnail {

  background-color: #fff;

  border: 1px solid #ddd;

  border-radius: 4px;

  display: block;

  line-height: .42857;

  margin-bottom: 20px;

  padding: 4px;

  transition: border 0.5s ease-in-out 0s;

}



#content .thumbnail:hover {

  transform: scale(1.02);

}



#content .page_navigation {

  display: inline-block;

}



#content .page_link,

#content .previous_link,

#content .next_link,

#content  .first_link,

#content  .last_link, 

#content .ellipse {

  background-color: #fff;

  border: 1px solid #ddd;

  color:  #0275d8;

  display: inline-block;

  line-height: 1.25;

  margin-left: -1px;

  padding: 0.5rem 0.75rem;

  position: relative;

}



#content .page_navigation > a:hover , 

.page_navigation > a.active_page {

  background-color: #eceeef;

  border-color: #ddd;

  color: #014c8c;

  text-decoration: none;

}



.inner #content .gallery-container{

  margin-bottom: 20px

}









/*privacy policy*/

.inPrivacyBox {

  max-width: 850px;

  margin: 0 auto;

}



.inPrivacyBox p {

  text-align: justify!important;

}



/*testimonials*/

.inner #content .testi p {

  color:#000;

  margin: 10px 0;

  text-align: left;

}



.inner #content .testi .author {

  color:#FF0000;

}



.inner #content .testi .stars {

  color:#FF0000;

  font-size: 30px;

}



.inner #content .testi {

  background: #fff;

  padding: 10px 20px;

  box-shadow: 0px 0px 20px #FF0000;

  margin: 20px 0;

  box-sizing: border-box;

  border-left: 5px solid #34528d;

}



/*RESPONSIVE*/

/*1440*/

@media screen and (max-width: 1440px){



  #header .hcol2{

    padding-right: 0

  }



}





/*1200*/

@media screen and (max-width: 1439px){



}



@media screen and (max-width: 1200px){

  body {

    /*min-width: 320px*/

  }

}



/*1024*/

@media screen and (max-width: 1199px){



}



/*960*/

@media screen and (max-width: 1023px){



}



/*768*/

@media screen and (max-width: 959px){



  /*#header .row {

    width: 100%;

    padding: 0;

  }



  #header nav {

  }



  #header nav ul {

    width: 100%;

    display: none;

    height: auto;

    border-bottom: 5px solid #000;

    padding: 0 15px;

  }



  #header nav ul li {

    width: 100%;

    position: relative;

  }



  #header nav ul li a {

    padding: 10px 0;

    text-align: left;

    width: 100%;

  }



  #header nav a strong {

    position: absolute;

    top: 50%;

    transform: translateY(-50%);

    left: 15px;

  }



  #header nav a#pull {

    display: block;

    color: #fff;

    background-color: #000;

    height: 60px;

    padding: 10px 0;

    width: 100%;

    position: relative;

  }



  #header nav a#pull:after {

    content:"";

    background: url('../images/nav-icon.png') no-repeat;

    width: 20px;

    height: 20px;

    display: inline-block;

    position: absolute;

    right: 15px;

    top: 50%;

    transform: translateY(-50%);

  }



  .cta{

    background: #035B96  url("../images/common/phonecall.png") no-repeat center center;

    border-bottom-left-radius: 40px;

    border-top: 2px solid #013f9a ;

    border-top-left-radius: 40px;

    bottom: 10%;

    display: block;

    height: 60px;

    position: fixed;

    right: 0;

    text-decoration: none;

    text-indent: -9999em;

    width: 60px;

    z-index: 999;

  }*/





}





/*425*/

@media screen and (max-width: 767px){



}





/*375*/

@media screen and (max-width: 424px){



}



/*320*/

@media screen and (max-width: 374px){



}