@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@400;500;600;700&display=swap');
body{
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	/*font-size: calc(0.60em + 1vmin);*/
	color: #000;
	line-height: 1.65em;
	font-weight: 400;
	font-style: normal;
	/*letter-spacing: 0.5px;*/
	-webkit-text-size-adjust: 100%;
}
*,ul,ol{
	margin:0;
	padding:0;
}
ul,ol{
	list-style-type: none;
}
a{
	color: inherit;
	text-decoration: none;
}
a:hover,a:focus{
	color: #d5222f;
	outline: none;
	text-decoration: none;
}
.txt-color h3 a:hover{
    color: #fff !important;
}
button:hover,button:active,
button:focus{
	outline: none!important;
}
h1,h2,h3,h4,h5,h6{
	margin-top: 0;
	font-weight: 600;
	margin-bottom: 15px;
	color: #000000;
    font-family: 'Oswald', sans-serif;
}
h1{
    font-size: 50px;
}
h2{
    font-size: 40px;
}
.font1{
    font-size: 20px;
}
.slide-track {
  width: 100%;
  display: flex;
  gap: 3em;
  overflow: hidden;
}
.slide-track .slide img{
    width: 100px;
    height: 100px;
    animation: scroll 15s linear infinite;
}

.slider {
  /*margin-top: 70px;*/
  /*background-color: whitesmoke;*/
  /*padding: 8em 2em;*/
}

@keyframes scroll {
  0% {transform: translateX(0);}
  100% {transform: translatex(-500%)}
}
.mg-t{
    margin-top: -50px;
}
.no-margin{
    margin:0;
}
.container-fluid{
    padding-left: 40px;
    padding-right: 40px;
}
.section{
    padding: 3em;
}
.width-50{
    width: 50%;
}
.width-30{
    width: 30%;
}
.width-70{
    width: 70%;
}
.width-60{
    width: 60%;
}
.width-40{
    width: 40%;
}

.text-color1{
    color: #d5222f;
}
.flexbox {
    display: -webkit-box;
    display: flex;
}
.flexbox .element {
    height: 100%!important;
}
.padd-40{
    padding: 40px;
}
.display-table{
    display: table;
    height: 100%;
}
.padd{
    padding: 0 40px 0 0px;
}
.padd2{
    padding: 0 0 0 40px;
}
.parallax .padd-40 {
    position: relative;
    z-index: 1;
}
.display-table .padd-40{
    display: table-cell;
    vertical-align: middle;
}
.quote {
    position: fixed;
    top: auto;
    left: auto;
    right: 0;
    bottom: 60%;
    z-index: 999;
    transform-origin: bottom right 0;
    transform: rotate(-90deg) translateZ(0);
}
.quote .quote-inner {
    /*height: 64px;
    width: 200px;*/
    background-color: #fcd703;
    text-align: center;
    white-space: nowrap;
}
.quote a i{
    padding-right:10px;
}
.quote a {
    color: #000;
    font-size:20px;
    font-weight: 500;
    padding: 18px;
    display:block;
    text-transform: uppercase;
}
.header-top{
    position: relative;
    background-color: #000;
}
.header-top-area{
    background: #fe7309;
    /*overflow: hidden;*/
    position: relative;
    text-align: center;
}
.header-top-area:before{
    position: absolute;
    content: '';
    left: -42px;
     border-width: 42px;
    border-style: solid;
    border-color: #ff7325 transparent transparent transparent;
    border-left:-42px ;
}
.top-contact-list{
    display: inline-block;
    vertical-align: middle;
    margin-left:30px;
}
.top-contact-list li{
    display: inline-block;
    vertical-align: middle;
    color: #020202;
}
.top-contact-list li a{
    display: block;
}
.top-contact-list li i{
    vertical-align: middle;
    background-color: #d5222f;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 100%;
    color: #fff;
    display: inline-block;
    text-align: center;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    font-size: 18px;
    margin-top:-5px;
    /*margin-left: 2px;*/
}
.top-contact-list li:last-child{
    margin-left: 0;
}

.top-contact-list li a:hover{
    color: #d5222f;
}
.ms-1{
    margin-left:10px !important;
}
.button-style1 {
  background-color: #00bdd3;
  border-radius: 4px;
  border: 0;
  box-shadow: rgba(1,60,136,.5) 0 -1px 3px 0 inset,rgba(0,44,97,.1) 0 3px 6px 0;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inherit;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  margin: 0;
  min-height: 56px;
  padding: 16px 20px;
  position: relative;
  text-align: center;
  vertical-align: baseline;
  transition: all .2s cubic-bezier(.22, .61, .36, 1);
  display: inline-block;
}

.button-style1:hover {
  background-color: #e78835;
  color: #fff;
  transform: translateY(-2px);
}

@media (min-width: 768px) {
  .button-style1 {
    padding: 16px 44px;
    min-width: 150px;
  }
}
.btn-1{
  background-color: #F27935;
  text-decoration: none;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  padding: 12px 53px 12px 23px;
  color: #fff;
  text-transform: uppercase;
  font-family: sans-serif;
  font-weight: bold;
  position: relative;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: inline-block;
}
.btn-1 span {
  position: relative;
  z-index: 3;
}
.btn-1 .round {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  width: 38px;
  height: 38px;
  position: absolute;
  right: 3px;
  top: 3px;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  z-index: 2;
}
.btn-1 .round i {
  position: absolute;
  top: 50%;
  margin-top: -6px;
  left: 50%;
  margin-left: -4px;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.btn-1 .txt {
  font-size: 14px;
  line-height: 1.45;
}

.btn-1:hover {
  padding-left: 48px;
  padding-right: 28px;
}
.btn-1:hover .round {
  width: calc(100% - 6px);
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
}
.btn-1:hover .round i {
  left: 12%;
}
.btn1,.btn2{
    padding: 8px 30px;
    border: 2px solid #d5222f;
    font-size: 16px;
     background-color: #d5222f;
    display: inline-block;
    border-radius: 0;
    color: #fff !important;
}
.btn2:hover,
.btn2:focus{
    color: #fff !important;
    background-color: #000;
    border-color: #000;
}
.btn1:hover,
.btn1:focus{
    color: #fff !important;
    background-color: transparent;
    border-color: #fff;
}

.bg-color1{
	background-color: #e8e8e8 !important;
}
.bg-color2{
	background-color: #d5222f!important;
}
.bg-color3{
    background-color: #020202!important;
}

.text-color2{
	color: #000!important;
}

.sub-title{
	color: #00bdd3;
    border-left: 2px solid #00bdd3;
    padding-left: 10px;
    font-weight: 500;
}
.button {
  display: inline-block;
  /*height: 40px;*/
  /*width: 150px;*/
  border: 2px solid #fff;
  padding: 8px 28px;
  color:  #fff;
  text-transform: uppercase;
  /*text-decoration: none;
  font-size: 0.8em;
  letter-spacing: 1.5px;
  align-items: center;
  justify-content: center;*/
  overflow: hidden;
  text-align:center;
}
.button:hover{
  border-color: #d5222f;
}
#button-1 a {
  color: #fff;
  font-weight: 500;
  text-decoration: none;
  letter-spacing: 1px;
}
#button-1 {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

#button-1 a {
  position: relative;
  transition: all .45s ease-Out;
}

#circle {
  width: 0%;
  height: 0%;
  opacity: 0;
  line-height: 40px;
  border-radius: 50%;
  background: #d5222f;
  position: absolute;
  transition: all .5s ease-Out;
  top: 20px;
  left: 70px;
}

#button-1:hover #circle {
  width: 200%;
  height: 500%;
  opacity: 1;
  top: -70px;
  left: -70px;
}

#button-1:hover a {
  color: #fff;
  border-color: #d5222f;
}


.mobile-menu{
	display: none;
}
/*.pseudoStickyBlock{*/
/*    height:0% !important;*/
    
/*}*/
#stuck_container {
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.header{
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    background-color: rgba(255 255 255);
}
.isStuck .header{
    background-color: rgba(255 255 255);
    -webkit-box-shadow: 0 4px 5px 0 rgba(0,0,0,0.2);
    box-shadow: 0 4px 5px 0 rgba(0,0,0,0.2);
}
.header-right-bar {
    /*height: 80px;*/
    display: table;
    width: 100%;
    text-align: right;
    align-items:center;
}

.header-info-box .header-call {
    text-align: left;    
}
.header-info-box:before{
    position: absolute;
    top: -50px;
    right: 19%;
    width: 150px;
    height: 257px;
    content: '';
    background-color: #fff;
    transform: rotate(45deg);
    display:none;
}
.header-info-box:after{
    position: absolute;
    top: 0;
    left: 0;
    width: 340px;
    height: 100%;
    content: '';
    background-color: #fff;
    clip-path:polygon(0% 0%, 100% 0%, 80% 100%, 0% 100%);
}
.get-a-quote,
.header-info-box .header-call{
    position: relative;
    z-index: 1;
}
.header-info-box .header-call a{
    display: inline-block;
    vertical-align: middle;
    color: #fff;
}
.header-info-box .header-call a i {
    font-size: 30px;
    margin-right: 5px;
    line-height: 1;
    margin-top: 4px;
    display: inline-block;
    vertical-align: middle;
    color: #fff;
}
.header-info-box .header-call a .call-info {
    display: inline-block;
    vertical-align: middle;
}
.header-info-box .header-call a .call-info span{
    font-size: 18px;
}
.header-info-box .header-call a .call-info h5{
    margin-bottom: 0;
    font-size:20px;
    color: #fff;
}
.header-right-wrap{
    display:block;
    text-align:right;
}
.nav-wrapper{
    display: inline-block;
    vertical-align: middle;
}
.navigation > li{
	display: inline-block;
	vertical-align: middle;
	position: relative;
	margin-right:-4px;
}
.navigation > li:last-child:before{
    display:none;
}
.navigation > li:last-child{
	margin-right: 0;
}
.navigation li.dropdown > .dropdown-menu{
	top: 120%;
	padding:0;
	margin:0;
	z-index: 999;
	border-radius: 0;
	box-shadow: none;
	border: 0;
	border-bottom: 3px solid #9a9a9a;
  	-webkit-transition: .2s;
  	-moz-transition: .2s;
  	transition: .2s;
    min-width:230px;
}
.navigation li.dropdown > .dropdown-menu li{
	border-bottom: 1px solid #e6e6e6;
	margin-right: 0;
	text-align: left;
}
.navigation li.dropdown > .dropdown-menu li:last-child{
	border-bottom: none;
}
.navigation li.dropdown > .dropdown-menu li a{
	padding:10px 15px;
	color:#000;
	white-space: normal;
    border-radius: 0;
    border:0;
}
.navigation > li:first-child{
	display: none;
}
.navigation a{
	overflow: hidden;
	position: relative;
	display: block;
	font-size: 11px;
	color: #020202;
	font-weight: 600;
	/*font-family: 'Oswald', sans-serif;*/
	text-transform:uppercase;
	padding: 32px 16px;
    transition: all 500ms ease 0s;
}
/*.navigation > li:last-child{
    padding-right: 0;
}
.navigation li.dropdown{
    padding-right:20px;
}*/
.navigation li.dropdown a{
    padding-right:24px;
}
.navigation > li.dropdown > a:after {
    font-family: bootstrap-icons;
    content: "\F282";
    position: absolute;
    top: 50%;
    right: 0;
    /*font-size: 14px;*/
    transition: all 500ms ease 0s;
    -webkit-transform:translateY(-50%);
    -moz-transform:translateY(-50%);
    transform:translateY(-50%);
}
.navigation li:hover > a,
.navigation li:focus > a,
.navigation li.active > a{
	background-color: #d5222f;
	color: #fff;
}
.navigation li.dropdown > .dropdown-menu li a:hover,
.navigation li.dropdown > .dropdown-menu li a:focus,
.navigation li.dropdown > .dropdown-menu li.active a{
	color: #fff;
	background-color: #d5222f;
	border:0;
	border-radius: 0;
}

.navigation li.dropdown:hover > .dropdown-menu{
	top: 100%;
	display: block;
}
#metro-touch-slider .carousel-caption {
    position: absolute;
    right: auto;
    bottom: auto;
    text-align: center;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 60%;
}
/*.carousel-caption{
     background-color: rgba(0, 0, 0, .55);
     padding: 25px 0;
}*/
#metro-touch-slider .carousel-caption h2 {
    padding: 0;
    color: #fff;
    font-size: 54px;
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    font-style: normal;
    line-height: 1.1em;
    margin-bottom: 0px;
    /*letter-spacing: 1px;*/
    display: block;
    text-transform: uppercase;
    background-color: rgb(0 0 0 / 60%);
    padding: 10px 15px;
}
#metro-touch-slider .carousel-caption span{
    padding: 0;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    font-style: normal;
    line-height: 30px;
    margin-bottom: 15px;
    display: block;
     border-left: 3px solid #d5222f;
    padding-left: 10px;
}
#metro-touch-slider .carousel-caption p {
    color: #ffffff;
    font-size: 22px;
    line-height: 26px;
    font-weight: 400;
    background-color: rgb(0 0 0 / 60%);
    padding: 10px 15px;
    margin-top:1px;
}

#metro-touch-slider .carousel-control-next, #metro-touch-slider .carousel-control-prev{
    top: auto;
    bottom:0;
    /*transform: translateY(280%);*/
    width:80px;
    height:80px;
    line-height: 80px;
    background-color: #d5222f;
    display: block;
}
#metro-touch-slider .carousel-control-next-icon, #metro-touch-slider .carousel-control-prev-icon{
    vertical-align: middle;
}
#metro-touch-slider .carousel-control-prev{
     left: auto;
    right: 83px;
}
.carousel-indicators [data-bs-target]{
	height: 6px;
	opacity: 1;
}
.carousel-indicators .active{
	background-color: #e78835;
}
.parallax{
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.parallax .container,
.parallax .container-fluid,
.parallax .container-xxl,
.parallax .container-auto{
	position: relative;
	z-index: 1;
}
.overlap:before{
	background-color: rgba(0, 0, 0, 0.75);
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.min-height-400{
	min-height: 500px;
}
.list1 li,
.list3 li,
.areas-list li{
	padding:0 0 10px 26px;
	position: relative;
    font-size: 15px;
}

.list1 li:before,
.list3 li:before,
.areas-list li:before{
	position: absolute;
	top: 0;
	left: 0;
	content: '\F280';
	font-family: bootstrap-icons;
	font-size: 18px;
	color: #d5222f;
    font-weight: 600;
}
/*.list1 li a{
	color: #000;
}*/
.areas-list li a:hover{
    color:#d5222f;
}
.areas-list li:before{
	content: '\F3E7';
}
.list3 li:before{
    content: '\F231';
}
.list2{
  margin-left: 16px;
}
.list2 li{
  list-style-type: decimal;
  padding-bottom:10px;
  font-size: 15px;
}
.sigma_portfolio-item{
  position: relative;
  margin-bottom: 30px;
  /*cursor: pointer;*/
}
.sigma_portfolio-item .overlap1{
    transition:all 0.3s;
    -moz-transition:all 0.3s;
    -webkit-transition:all 0.3s;
    -ms-transition:all 0.3s;
    -o-transition:all 0.3s;
}
.sigma_portfolio-item:hover .overlap1{
    height:100%;
    background-color: rgba(0,0, 0,0.50);
}

.sigma_portfolio-item.full{
  height: calc(100% - 30px);
}
.sigma_portfolio-item.full img{
  height: 100%;
  object-fit: cover;
}
.sigma_portfolio-item img{
  width: 100%;
}
.sigma_portfolio-item span{
  color: #fff;
  transform: translateY(-10px);
  opacity: 0;
  visibility: hidden;
  transition: .3s;
}

.sigma_portfolio-item .sigma_portfolio-item-content{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: .3s;
  padding: 20px;
  background-color: rgba(0, 0, 0, 0.2);
}
.sigma_portfolio-item.sigma_portfolio-item-content{
  background-color: rgba(255,255,255,.2);
}
.sigma_portfolio-item .sigma_portfolio-item-content-inner{
  margin-top: auto;
  transform: translateY(10px);
  opacity: 0;
  visibility: hidden;
  transition: .3s;
  text-align: left;
}
.sigma_portfolio-item .sigma_portfolio-item-content-inner h5{
  margin: 0 0 10px;
  font-size: 25px;
  color: #fff;
}
.sigma_portfolio-item .sigma_portfolio-item-content-inner p{
  color: #f4f4f4;
}
.sigma_portfolio-item .sigma_portfolio-item-content-inner h5 a{
  color: #fff;
}
.sigma_portfolio-item .sigma_portfolio-item-content-inner h5 a:hover{
  color: #A85920;
}
.sigma_portfolio-item .sigma_portfolio-item-content i{
  font-size: 15px;
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #1c1c1c;
  transition: .3s;
  border-radius: 50%;
  z-index: 3;
  background-color: #fff;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
}

.sigma_portfolio-item .sigma_portfolio-item-content i{
  opacity: 1;
  visibility: visible;
  top: 50%;
}

.sigma_portfolio-item span,
.sigma_portfolio-item .sigma_portfolio-item-content-inner{
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.overlap1:before {
    position: absolute;
    content: '';
    width: 100%;
    top: auto;
    bottom: 0;
    left: 0;    
    height: 50%;
    /* background-color: rgba(9,22,45,0.60); */
    background: -moz-linear-gradient(top, rgba(0,0, 0,0) 0%, rgba(0,0, 0,0.54) 49%, rgba(0,0, 0,1) 91%, rgba(0,0, 0,1) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0, 0,0) 0%,rgba(0,0, 0,0.54) 49%,rgba(0,0, 0,1) 91%,rgba(0,0, 0,1) 100%);
    background: linear-gradient(to bottom, rgba(0,0, 0,0) 0%,rgba(0,0, 0,0.54) 49%,rgba(0,0, 0,1) 91%,rgba(0,0, 0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0009162d', endColorstr='#09162d',GradientType=0 );
}
.form-wrap{
	background-color: #fff;
	box-shadow: 0px 4px 10px #a1a1a1;
}
.form-control{
	height: 45px;
}
textarea.form-control{
	height: 250px;
	resize: vertical;
}
.site-map-list li{
    border-left: 1px solid #dfdfdf;
    padding:10px 0 10px 30px;
    position: relative;
}
.site-map-list li:before{
    position: absolute;
    top: 20px;
    left: 0;
    width: 20px;
    height: 1px;
    background-color: #dfdfdf;
    content: '';
}
.site-map-list li > ul.child-menu{
    margin:10px 0 10px 20px;
}
.footer:before {
    content: " ";
    width: 100%;
    height: 37px;
    background-image: url(../images/footer-top.png);
    background-repeat: repeat-x;
    position: absolute;
    left: 0;
    right: 0;
    top: -35px;
}
.footer-widget{
	margin:20px 0;
	color: #000;
}
.footer-widget p{
    font-size: 16px;
}
.footer-logo{
    display:block;
    height:130px;
}
.widget-title{
	font-size: 20px;
	font-weight: 500;
	text-transform: uppercase;
	margin-bottom: 15px;
	color: #d5222f;
    padding: 7px 0;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
.footer-menu li{
	margin-bottom: 4px;
	font-weight: 400;
    font-size: 16px;
}
.w-80{
    width: 80%;
}
.footer-menu li a{
	display: inline-block;
	position: relative;
	/*padding-left: 20px;*/
	color: #000;
	cursor:pointer;
}
.footer-menu li a:before{
	position: absolute;
	top: 0;
	left: 0;
	/*content: '\F138';*/
	font-family: bootstrap-icons !important;
}
.footer-menu li a:hover{
	color: #d5222f;
}
.footer-links{
    text-align: center;
    font-size: 14px;
}
.footer-links,
.footer-links a{
	color: #fff;
    font-size: 15px;
    
}
.footer-links a:hover{
    color: #f8f8f8;
}
/*.footer-links a{
	padding: 0 6px;
}*/
.social-links{
    display: inline-block;
    vertical-align: middle;
}
.social-links li{
    display: inline-block;
}
/*.social-links li i{
    color: #fff;
    line-height: 30px;
    display: inline-block;
    text-align: center;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    font-size: 25px;
    margin-right: 10px;
}*/
.social-links img{
    width: 50%;
}
.social-links li i:hover{
    color: #d5222f;
}
footer a:hover{
	color: #d5222f;
}
.footer-links a:hover{
	color: #000;
}
/*.address-box{
	margin-bottom: 10px;
}*/
.footer-address-box{
    margin-bottom: 12px;
}
.footer-address-box .address-icon-holder{
    float: left;
    font-size: 16px;
    margin-right: 15px;
    color:#000;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-color: #fff;
    border-radius: 100%;
    text-align: center;
    position: relative;
}
.footer-address-box .address-icon-holder:before{
    position: absolute;
    bottom: -17px;
    border-width: 10px;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
    content: '';
    left: 10px;
}
.footer-address-box .address-content{
    position: relative;
    overflow: hidden;
}
.phone{
    font-size: 25px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 5px 0;
}
#testi-carousel .owl-stage-outer{
    padding-top: 50px;
}
.testi-wrap{
    background-color: #f8f8f8;
    padding: 20px;
    position: relative;
    min-height: 300px;
}
.testi-wrap .testi-quote {
    position: absolute;
    height: 60px;
    width: 60px;
    display: inline-block;
    top: -28px;
    left: 50%;
    background: #0000fec7;
    border-radius: 900px;
    line-height: 60px;
    text-align: center;
    color: #fff;
    font-size: 42px;
    margin-left: -30px;
}
.testi-wrap .testi-content{
    margin-top: 40px;
}
.testi-wrap .testi-autor{
    font-size: 20px;
    font-weight: 300;
}
.testi-wrap .testi-autor h3{
    font-size: 20px;
    color: #0000fe;
}
.contact-wrap{
    text-align: center;
}
.contact-wrap .address-icon-holder{
    float: none;
    margin:auto;
    position: relative;
    z-index: 1;
    color: #fff;
    background-color: #d5222f;
    border:5px solid #ffffff;
    box-sizing: border-box;
    width: 80px;
    height: 80px;
    line-height: 70px;
    font-size: 1.6em;
    border-radius: 100%;
}
.contact-wrap .address-icon-holder:before{
    display: none;
}
.contact-wrap .address-content{
    background-color: #eee;
    padding:60px 20px 20px;
    margin-top: -40px;
    height: 150px;
}
.contact-wrap .address-content strong{
    font-size: 18px;
}
.address-box .address-icon-holder:before{
    position: absolute;
    bottom: -17px;
    border-width: 10px;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
    content: '';
    left: 10px;
}
.service-box{
    margin:15px 0;
    position: relative;
    overflow: hidden;
    height: 200px;
    display:block;
}
.service-box .service-content{
    position: absolute;
    top:0;
    left:0;
    width:100%;
    padding: 25px;
    height:100%;
    background-color: rgba(0, 0, 0, 0.60);
    content: '';
    text-align: center;
    display: table;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    z-index: 9;
}
.service-box:hover .service-content{
    background-color: rgba(0, 0, 0, 0.3);
}
.service-box .service-content-box{
    display: table-cell;
    vertical-align: middle;
}
.service-box .service-content-box h3{
    font-size: 20px;
    line-height: 1.1em;
}
.service-box:hover .service-content-box h3{
    display: none;
}
.service-box .service-content-box p{
    color: #fff;
}
.elfsight-app-67b1e0e6-47f1-4610-acfa-ac6a99102e3d .WidgetTitle__Inner-sc-ruy1gu-1 .kkOWZv{
    display:none!important;
}
.review-title{
    font-weight:bold;
    text-transform:uppercase;
}


.service-item .images{
    overflow: hidden;
    /*border-radius: 8px;*/
}
.service-item .details{
    padding: 15px 15px 5px 15px;
    margin: 0 15px;
    background-color: rgba(0, 0, 0, 0.7);
    border-radius: 8px;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
    transform: translateY(-120%);
    border: 2px solid #d5222f63;
}
.service-item .details h3{
    color: #fff;
    font-size: 22px;
}
.service-item .details .icon1{
    width: 60px;
    height: 60px;
    background-color: #0b4386;
    color: #fff;
    line-height: 60px;
    border-radius: 50%;
    text-align: center;
    font-size: 22px;
    padding: 12px;
    border: 5px solid #fff;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
    position: absolute;
    top: -36px;
    left: calc(50% - 35px);
    align-items: center;
    justify-content: center;
    display: flex;
    transition: 0.5s ease-in-out;
}
.service-item .images img{
    transition: 0.6s all;
}
.service-item:hover img{
    transform: scale(1.2);
}
.service-item:hover .details .icon1{
    background-color: #fff;
    border: 2px solid#0b4386;
}
.service-item:hover .details .icon1 i{
    color: #0b4386;
}

.single-service{
    background-color: #0000fec7;
    position: relative;
    padding: 34px 50px;
    /*margin-top: 30px;*/
    /*-webkit-clip-path: polygon(87% 0, 100% 13%, 100% 78%, 100% 100%, 0 100%, 0 0);
    clip-path: polygon(87% 0, 100% 13%, 100% 78%, 100% 100%, 0 100%, 0 0);*/
    text-align: center;
    margin: 5px 0;
}
.single-service .icon {
    font-size: 46px;
    color: #fff;
    float: left;
    display:inline-block;
    verticle-align:middle;
    margin-right:10px;
}
.single-service .content {
    display: inline-block;
    vertical-align: middle;
}
.single-service .icon img{
    width: 50px;
}
.single-service .link {
    border-width: 2px;
    border-color: #efeff1;
    border-style: solid;
    border-radius: 5px;
    width: 36px;
    height: 36px;
    color: #fff;
    text-align: center;
    /*line-height: 36px;*/
    font-size: 25px;
    display: inline-block;
    float: right;
}
.single-service .content h3{
    font-size: 20px;
    margin-bottom: 5px;
    color: #fff;
}
.single-service .content p{
    color: #fff;
}

.parallax{
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}
.parallax .container,
.parallax .container-fluid,
.parallax .container-auto{
    position: relative;
    z-index: 1;
}
.home-parallax {
    position: relative;
    overflow: hidden;
    /*padding: 300px 0;*/
}
.parallax-window {
    height: 500px;
    background: transparent;
    display: table;
    width: 100%;
}
.home-page .parallax-window{
    height: 100vh;
}
.home-slide{
    text-align: center;
    position: relative;
    display: table-cell;
    height: 100%;
    vertical-align: middle;
}
.home-parallax .container{
    position: relative;
    z-index: 9;
}
.logo{
    padding: 5px 0;
    display:inline-block;
}
.logo .img-fluid{
    max-width:350px;
}
.association-wrap img{
    display:inline-block;
    vertical-align:middle;
    margin:5px;
}
.gallery-title
{
    font-size: 36px;
    color: #42B32F;
    text-align: center;
    font-weight: 500;
    margin-bottom: 70px;
}
.gallery-title:after {
    content: "";
    position: absolute;
    width: 7.5%;
    left: 46.5%;
    height: 45px;
    border-bottom: 1px solid #5e5e5e;
}
.filter-button
{
    font-size: 18px;
    border: 1px solid #d5222f;
    background-color: transparent;
    border-radius: 5px;
    text-align: center;
    color:#d5222f;
    margin-bottom: 30px;

}
.filter-button.active{
    font-size: 18px;
    border: 1px solid #d5222f;
    background-color: #d5222f;
    border-radius: 5px;
    text-align: center;
    color:#fff;
    margin-bottom: 30px;
}
.filter-button:hover
{
    font-size: 18px;
    border: 1px solid #d5222f;
    border-radius: 5px;
    text-align: center;
    color: #ffffff;
    background-color: #d5222f;

}
.btn-default:active .filter-button:active
{
    background-color: #42B32F!important;
    color: white;
}

.port-image
{
    width: 100%;
}
/*
.gallery_product
{
    margin-bottom: 30px;
}*/
.single-service-item {
    margin: 15px 0;
}
.single-service-item .img-holder{
    overflow: hidden;
    position: relative;
}
.single-service-item .img-holder .img-responsive{
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    width: 100%;
}
.single-service-item:hover .img-holder .img-responsive {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.single-service-item .img-holder .overlay{
    background-color: rgba(0,0,0, .60);
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 450ms ease-out 0s;
    transition: all 450ms ease-out 0s;
    -webkit-transform: rotateY(180deg) scale(0.5,0.5);
    transform: rotateY(180deg) scale(0.5,0.5);
}
.single-service-item:hover .img-holder .overlay {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: rotateY(0deg) scale(1,1);
    transform: rotateY(0deg) scale(1,1);
}
.single-service-item .img-holder .overlay .box{
    display: table;
    height: 100%;
    width: 100%;
}
.single-service-item .img-holder .overlay .box .content {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    font-size: 30px;
}
.single-service-item .img-holder .overlay .box .content a i {
    background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
    border-radius: 50%;
    color: #ffffff;
    display: inline-block;
    font-size: 20px;
    height: 45px;
    line-height: 48px;
    transition: all 500ms ease 0s;
    width: 45px;
}
.single-service-item .img-holder .overlay .box .content a:hover i {
    background: #9a9a9a;
}
.single-service-item .text-holder{
    height: 115px;
    display: table;
    width: 100%;
     padding: 15px;
     background-color: #f8f8f8;
}
.text-holder-wrap{
    display: table-cell;
    vertical-align: middle;

}
.single-service-item .text-holder h4 {
    color: #000;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    text-transform: capitalize;
    text-align: center;
    margin-bottom: 0px;
}
.single-service-item .img-holder span {
  color: #fff;
  text-transform: capitalize;
  font-size: 16px;
  background-color: #0000fd;
  padding: 6px 16px;
  border-radius: 0 30px 30px 0;
  position: absolute;
  /*top: -60px;*/
  bottom: 20px;
  left: 0;
}

#video-wrap{
    position:relative;
    width:100%;
    height:480px;
}
.embedly-embed{
    /*position: absolute;*/
    /*top: 0;*/
    /*left: 0;*/
    width: 100%;
    height: 318px;
    /*border: 10px solid #d9a636;*/
}
.video {
    margin-right: auto;
    margin-left: auto;
}
.w-video {
    width: 100%;
    position: relative;
    padding: 0;
}
.social-links.footer-social li a{
    background-color:#d5222f;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 100%;
    color: #fff;
    display: inline-block;
    text-align: center;
}
.checkatrade-logo{
    display: inline-block;
    vertical-align: middle;
    max-width:200px;
}
.checkatrade-logo a{
    display:inline-block;
}
select{
    color: #535556 !important;
    font-weight: 400 !important;
}
::placeholder{
    color: #535556 !important;
}
.box {
    border: 1px solid #d5222f;
    padding: 20px;
    height: 310px;
    margin: 5px;
}
.contact-wrap1 .address-box1 {
    position: relative;
}
.contact-wrap1 .address-icon-holder1 {
    float: none;
    margin: auto;
    position: absolute;
    top: 50%;
    left: 10px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
    color: #fff;
    border: 5px solid #ffffff;
    box-sizing: border-box;
    width: 80px;
    height: 80px;
    line-height: 70px;
    font-size: 25px;
    border-radius: 50%;
    background-color: #d5222f;
    text-align:center;
}
#formsection .form-control{
    border: 0;
    border-bottom: 2px solid #ddd;
    box-shadow: none;
}
#formsection select.form-control{
    background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%), linear-gradient(to right, #ccc, #ccc);
    background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), calc(100% - 2.5em) 0.5em;
    background-size: 5px 5px, 5px 5px, 1px 1.5em;
    background-repeat: no-repeat;
    border: 2px solid #ddd;
    box-shadow: none;
}
#formsection .form-control[type=file]{
    border: 2px solid #ddd;
    line-height: 30px;
}
#formsection textarea.form-control{
    border: 2px solid #ddd;
    height: 150px;
}
.boxshadow2{
    box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
    padding: 30px;
}
.contact-wrap1 .address-content {
    background-color: #eee;
    padding:20px 20px 20px 100px;
}
.submit-icon {
    display: none;
}
.submit-icon.rotating-show{
    display:inline-block;
    vertical-align: middle;
}
@-webkit-keyframes rotating /* Safari and Chrome */ {
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.rotating {
  -webkit-animation: rotating 2s linear infinite;
  -moz-animation: rotating 2s linear infinite;
  -ms-animation: rotating 2s linear infinite;
  -o-animation: rotating 2s linear infinite;
  animation: rotating 2s linear infinite;
}
@media(min-width:1367px) and (max-width:2047px){
    .eapps-instagram-feed .eapps-instagram-feed-title{
        padding:18px 10px!important;
    }
}
@media(min-width:1200px) and (max-width:1366px){
    .eapps-instagram-feed .eapps-instagram-feed-title{
        padding:24px 10px!important;
    }
    .logo .img-fluid {
        max-width: 100%;
    }
}
@media(min-width:992px) and (max-width:1200px){
    .width-30,.width-40,.width-50,.width-60,.width-70{
        width: 100%;
    }
    #metro-touch-slider .carousel-caption p{
        font-size: 16px;
    }
    .logo .img-fluid {
        max-width: 100%;
    }
    .navigation a {
        padding:18px 10px;
    }
    .top-contact-list {
        margin-left:15px;
    }
}

@media(min-width:220px) and (max-width:991px){
    .m-parallx-bg{
        background-image: none!important;
        height:100%!important;
        min-height: 100%!important;
    }



    .wrapper{
        overflow-x:hidden;
    }
    .logo {
        display: table;
        margin: 0 auto 15px auto;
        text-align:center;
        padding-bottom:0;
    }
    .logo .img-fluid {
        max-width: 100%;
    }
    .pseudoStickyBlock{
        height:0% !important;
    }
    #stuck_container{
        position:static !important;
    }
    .quote-inner a{
        font-size:16px;
        padding:10px;
    }
    .header-right-wrap,
    .top-contact-list{
        text-align: center;
    }
    .top-contact-list {
        margin-left:0;
    }
    .top-contact-list li{
        color: #000;
    }
    .top-contact-list li i{
        color: #fff;
    }
    .fixed-top{
        position:static;
        background-color:#fff!important;
    }
    .fixed-top.bg-opacity-75{
        opacity:1!important;
    }
    .flexbox{
		display: block;
	}
	.width-30,.width-40,.width-50,.width-60,.width-70,.width-20,.width-25,.width-33{
	    width:100%;
	}
	.mobile-menu {
        display: block;
        vertical-align: middle;
        font-size: 20px;
        padding: 15px 0;
        color: #000;
        cursor: pointer;
        margin: 15px 0 0;
        text-align: left;
        border-top: 1px solid #000;
    }
    .mobile-menu i{
        float:right;
    }
	.nav-wrapper{
		position: fixed;
		top: 0;
		left: -300px;
		width: 255px;
		height: 100%;
		overflow-x: scroll;
		z-index: 999;
		border-radius: 0;
		-webkit-transition: all 0.5s;
		-o-transition: all 0.5s;
		transition: all 0.5s;
		background-color: #000;
		padding-top: 0;
	}
	.nav-wrapper.open{
		left: 0;
	}
	.navigation{
	    text-align:left;
	}
	.navigation > li{
		display: block;
		margin:0;
		padding:0 !important;
		border-bottom: 1px solid #333;
	}
	.navigation li.dropdown{
	    padding-right:0;
	}
	.navigation > li:before{
	    display:none;
	}
	.navigation > li:first-child{
		display: block;
		text-align: right;
	}
	.navigation li a{
		padding:10px 20px;
		border-radius:0;
		border: 0;
        color: #fff;
	}
	.navigation li:hover > a,
	.navigation li:focus > a,
	.navigation li.active > a{
		background-color: #d5222f;
		color: #fff;
		border-radius:0;
	}
	.navigation > li.dropdown > a:after{
		right: 20px;
	}
    .navigation li.dropdown > .dropdown-menu,
    .navigation li.dropdown:hover > .dropdown-menu{
        position: static;
        top: 0;
        visibility: visible;
        opacity: 1;
        width: 100%;
        float: none;
        display:block;
    }
    .navigation li.dropdown > .dropdown-menu li a{
        padding: 10px 10px 10px 30px; 
    }
	.header-info-box{
        /*display:block;
        text-align:right;*/
	}
	.header-info-box .header-call {
         float: none; 
         margin-left: 0; 
        text-align: left;
        display: inline-block;
    }
    .min-height-400 {
        min-height: 100%;
    }
    .form-box{
        padding:25px 0!important;
    }
    .gallery-block,
    .card{
        margin:15px 0!important;
    }
    #metro-touch-slider .carousel-caption h2{
        font-size: 30px;
        line-height: 36px;
        margin-bottom: 15px;
    }
    #metro-touch-slider .carousel-caption span{
        font-size: 16px;
    }
    #metro-touch-slider .carousel-caption p{
        font-size:16px;
        line-height:20px;
    }
    .testi-wrap1{
        height: auto;
    }
    .testi-wrap2{
        height: auto;
    }
    .padd-40{
        padding: 20px;
    }
    .m-min-100{
        height:100%!important;
        min-height:100%;
    }
    
    .container-fluid{
        padding-left: 20px;
        padding-right: 20px;
    }
    
    .contact-wrap .address-box .address-icon-holder{
        display:inline-block;
    }
    .single-service-item .text-holder h4 {
        font-size: 16px;
    }
    .embedly-embed {
        height: 400px;
    }
}
@media(min-width:768px) and (max-width:991px){
    .carousel-caption{
        padding-top: 10px!important;
    }
    .actAsDiv {
        height: 350px!important;
    }
    .full-screen{
        height:400px!important;
    }
    .text-divider{
        margin-top: 0px;
    }
    .new-text-column{
        margin: 80px 0;
    }
    .header-top-area:before{
        display: none;
    }
    .m-min-210{
        min-height:350px!important;
        height:350px!important;
    }
    .sigma_portfolio-item .sigma_portfolio-item-content-inner h5{
        font-size: 16px;
    }
    .single-service .content h3{
        font-size: 13px;
    }
    
}
@media(min-width:576px) and (max-width:767px){
    
    #metro-touch-slider .carousel-caption span{
        font-size:14px !important;
    }
    .carousel-caption{
        padding-top:10px !important;
    }
    .padd-t-b{
        padding: 1rem 0 !important;
    }
    .no-detail{
        display:none !important;
    }
    .best {
        margin-bottom: 35px;
    }
    .mg-t {
        margin-top: 15px;
    }
    .header-right-bar{
        height:100%;
    }
    .header-info-box .header-call{
        display:block;
        text-align:center;
    }
    .text-divider{
        margin-top: 0px;

    }
    .new-text-column{
        margin: 50px 0;
    }
     .header-top-area:before{
        display: none;
    }
    .full-screen{
        height:400px!important;
    }
    .m-min-210{
        min-height:300px!important;
        height:300px!important;
    }
}
@media(min-width:220px) and (max-width:767px){
    .single-service{
        margin-top: 30px;
    }
    .sigma_portfolio-item{
        margin-bottom:25px;
    }
    .text-l{
        text-align:left !important;
    }
    .parallax-window{
        height:350px;
    }
    .header-info-box {
        text-align: right;
    }
    #metro-touch-slider .carousel-caption p{
        /*display:none;*/
    }
    
    .px-5 {
        padding-right: 0.5rem!important;
        padding-left: 0.5rem!important;
    }
    .parallax.overlap.px-5{
        min-height:350px!important;
    }
    .form-box {
        padding: 20px 0!important;
    }
    iframe.actAsDiv {
        height: 250px!important;
    }
    .contact-wrap .address-content{
        height:100%;
        min-height:100%;
        padding:60px 15px 20px;
    }
    .association-wrap img{
        margin:5px;
    }
    .association-wrap img .img-fluid{
        width:100px;
    }
     .embedly-embed {
    width: 100%;
    height: 200px;
    }
}
@media (max-width: 575px){
    .top-contact-list li span{
        font-size:13px;
    }
    .text-divider{
        margin-top: 0px;
        padding: 25px 20px;
    }
    .section{
        padding: 1em ;
    }
    .m-min-210 {
      height: 100% !important;
      min-height: 350px !important;
    }
    /*.embedly-embed{
        height:250px!important;
    }*/
    .p-5{
        padding: 1rem !important;
    }
    /* .carousel-caption{*/
    /*    display: none;*/
    /*}*/
    .top-contact-list li i{
        margin-right:0px;
    }
    .top-contact-list li i a{
        font-size:24px;
    }
    .top-contact-list li{
        margin-right:0px;
    }
    .top-contact-list li:nth-chil(3){
        margin-left:0;
    }
    .association-wrap img{
        width:45%;
    }
    p{
        line-height:24px;
    }
    .service-box{
        height:250px!important;
    }
}
@media(min-width:220px) and (max-width:576px){
    .box {
    height: auto!important;

}
    .carousel-caption{
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .carousel-caption h2 {
        font-size: 18px !important;
        line-height: 24px !important;
        margin-bottom:1px!important;
    }
    h1{
        font-size:34px;
    }
    h2{
        font-size:30px;
    }
    #metro-touch-slider .carousel-caption span{
        margin-bottom:10px!important;
    }
    .no-detail{
        display:none !important;
    }
    .best {
        margin-bottom: 35px;
    }
    .mg-t {
        margin-top: 15px;
    }
    .header-right-bar{
        height:auto;
    }
    .header-info-box .header-call{
        display:block;
        text-align:center;
    }
     .header-top-area:before{
        display: none;
    }
    #metro-touch-slider .carousel-caption{
        width:80% !important;
        left:10% !important;
        padding:0px !important;
        top:50% !important;
    }
    #metro-touch-slider .carousel-control-prev{
        right:50px;
    }
    #metro-touch-slider .carousel-control-next, #metro-touch-slider .carousel-control-prev{
        width: 50px;
        height: 50px;
        line-height: 30px;
    }
    .button{
        padding: 5px 20px;
    }
    .full-screen{
        height:350px!important;
    }
    .footer-widget {
        margin:10px 0;
    }
    .address-box{
        margin-bottom:5px;
    }
    .address-box .address-content p{
        font-size:14px;
        font-weight:400;
    }
    .m-min-210{
        min-height:250px!important;
        height:250px!important;
    }
    .checkatrade-logo {
        width:180px;
    }
    .list1 li, .list3 li, .areas-list li{
        padding-bottom:5px;
    }
    .contact-wrap1 .address-icon-holder1{
        display:none;
    }
    .contact-wrap1 .address-content{
        padding:20px;
        text-align:center;
    }
    

}



