

body{
	font-family: 'AktivGrotesk', sans-serif;
	font-size: 16px;
	color: #000;
	line-height: 24px;
	font-weight: normal;
	font-style: normal;
	overflow-x:hidden;
}
*,ul,ol{
	margin:0;
	padding:0;
}
ul,ol{
	list-style-type: none;
}
a{
	color: inherit;
	text-decoration: none;
}
a:hover,a:focus{
	color: #fa7221;
	outline: none;
	text-decoration: none;
}
h1,h2,h3,h4,h5,h6{
	color: #1F1F25;
	font-weight: 600;
	margin-top: 0;
	margin-bottom: 15px;
}
.bg-color1{
	background-color: #fa7221;
}
.bg-color2{
	background-color: #000;
}
.text-color1{
	color: #fa7221 !important;
}
.text-color2{
	color: #000 !important;
}
.txt-hover:hover,
.txt-hover:focus{
    color: #a9a9a9;
}
.hover-text-1:hover{
	color: #fa7221 !important;
}
.width-30{
    width: 30%;
}
.width-40{
    width: 40%;
}
.width-50{
    width: 50%;
}
.width-70{
    width: 70%;
}
.width-60{
    width: 60%;
}
.flexbox {
    display: -webkit-box;
    display: flex;
}
.flexbox .element {
    height: 100%;
}
.header-bottom{
	background-color: #fff;
	padding: 20px;
	position: relative;
	box-shadow: 0px 4px 34px 0px rgba(0, 0, 0, 0.09019607843137255);
}
.logo{
	display: inline-block;
	margin: 12px auto;
}
/*.logo .img-fluid{
	max-width: 70%;
}*/
.m-logo-wrap,
.m-contact-list,
.m-social-links{
	display: none;
}
.mobile-menu{
	display: none;
}
.nav-wrapper{
	display: block;
	text-align: right;
}
.navigation > li{
	display: inline-block;
	vertical-align: middle;
	position: relative;
	margin-right: -4px;
}
.navigation > li:last-child{
	margin-right: 0;
}
.navigation li.dropdown > .dropdown-menu{
	opacity: 0;
	position: absolute;
	top: 130%;
	left: 0;
	width: 250px;
	z-index: 999;
	background-color: #ff8daa;
	visibility: hidden;
	border-radius: 0;
	box-shadow: none;
	border: 0;
	padding:0;
	margin:0;
	border-bottom: 0 solid #9a9a9a;
  	transition: all 500ms ease;
  	display: block;	
}
.navigation li.dropdown > .dropdown-menu li{
	border-bottom: 1px solid #e6e6e6;
	margin-right: 0;
}
.navigation li.dropdown > .dropdown-menu li:last-child{
	border-bottom: none;
}
.navigation li.dropdown > .dropdown-menu li a{
	background-color: #ffffff;
	padding:10px 15px;
	color: #000;
}
.navigation li.dropdown:hover > .dropdown-menu{
	top: 100%;
	opacity: 1;
	visibility: visible;
}
.navigation > li:first-child{
	display: none;
}
.navigation a{
/*	text-transform: uppercase;*/
	letter-spacing: 1px;
	overflow: hidden;
	position: relative;
	display: block;
	font-weight: 600;
	color: #1F1F25;
	padding: 15px 24px;
    transition: all 500ms ease 0s;
}
.navigation li.dropdown > a{
	padding-right:35px;
}
.navigation > li.dropdown > a:after {
    font-family:"bootstrap-icons";
    content: "\F282";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 12px;
/*    display: block;*/
    font-size: 14px;
    transition: all 500ms ease 0s;
}
.navigation li:hover a,
.navigation li:focus a,
.navigation li.active a{
	color: #fa7221;
}
.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: #000;
}
.slider-wrapper{
	position: relative;
	overflow: hidden;
}
.slider-wrapper .carousel-caption {
    position: absolute;
    right: 15%;
    bottom: auto;
    left: 15%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
}
.fs-70{
	font-size: 70px;
}
.list1 li,
.list2 li,
.areas-list li{
	padding: 0px 0 11px 26px;
	position: relative;
}
.list1 li:before,
.list2 li:before,
.areas-list li:before{
	position: absolute;
	top: 0;
	left: 0;
	content: '\F133';
	font-family: "bootstrap-icons";
	font-size: 18px;
	color: #fa7221;
}
.areas-list li:before{
	content: '\F3E7';
}
.list2 li:before{
	color: #ca4421;
}

.list3{
  margin-left: 16px;
}
.list3 li{
  list-style-type: decimal;
  padding-bottom:18px;
}
.parallax{
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.parallax .container,
.parallax .container-xxl,
.parallax .container-fluid,
.parallax .container-auto{
    position: relative;
    z-index: 1;
}
.overlap{
	position: relative;
}
.overlap:before,
.overlap1:before,
.overlap2:before{
	background-color: rgba(0, 0, 0, 0.692);
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.overlap1:before{
    background-color: rgba(0,0,0,0.7);
}
.overlap2:before{
    background-color: rgb(55 57 60 / 80%);
}
.top-header{
	background-color: #000;
}
.para-quote{
	background-color: #fa7221;
	margin-top: -80px;
	z-index: 999;
	position: relative;
}
.widget-title{
	font-size: 24px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 20px;
}
.widget-title a:hover{
    color: #fa7221;
}
.footer-menu li a{
	position: relative;
	padding:3px 0 3px 25px;
	display: inline-block;
	color: #fff;
}
.footer-menu li a:before{
	position: absolute;
	top: 2px;
	left: 0;
	content: '\F231';
	font-family:'bootstrap-icons';
}
.footer-links{
	display: block;
	color: #fff;
}
.footer-menu li a:hover,
.footer-menu li a:focus,
.footer-menu li a:active{
	color: #fa7221;
}
.footer-links a:hover,
.footer-links a:focus,
.footer-links a:active{
	color: #ddd;
}
.navigation li.dropdown > .dropdown-menu.child-dropdown{
    top: 0;
    left: 100%;
    padding: 15px;
}
.btn-request a{
	display: inline-block;
    color: #000;
    text-align: center;
    padding: 15px;
    background-color: #fff;
    border-style: none;
    border-radius: 15px;
    font-weight: 600;
}
.navbar-bottom{
	background-color: #fa7221;
	box-shadow: 0 4px 5px 0 rgba(0,0,0,0.2);
}
.top-contact-list li{
	display: inline-block;
}
.top-contact-list li a{
	display: inline-block;
	padding: 15px 9px;
    color: #fff;
}
.top-h5 {
	font-size: 18px;
}
.nav-wrapper{
	background-color: #fff;
}
.contactform-sec {
    position: absolute;
  top: 50%;
  left: 5%;
  z-index: 99;
  width: 50%;
  transform: translateY(-50%);
}
.contactform-sec.formabslut {
    width: 600px;
    right: 5%;
    left: auto;
}
.btn-1,.btn-2{
	background-color: #fa7221;
	color: #fff;
	text-transform: uppercase;
	font-weight: 500;
	display: inline-block;
	padding: 15px 25px;
	transition: all 0.5s;
}
.btn-1{
	border: 1px solid #fa7221;
}
.btn-2{
	background-color: #fff;
	color: #fa7221;
	border: 1px solid #fff;
}
.btn-1:hover,.btn-1:focus,.btn-1:active{
	background-color: #fff;
	color: #fa7221;
}
.btn-2:hover,.btn-2:focus,.btn-2:active{
	background-color: #fa7221;
	color: #fff;
	
}
.stickytext-wrap h1{
	font-weight: 800;
	text-transform: uppercase;
}
.sliderform{
	padding: 20px;
}
.sliderform .form-outline{
	margin-bottom: 10px;
}
.sliderform .form-outline label{
	color: #fff;
}
.sliderform .form-control{
	border-radius: 3px;
}
.btnwrap-slider button{
	background-color: #000;
	display: block;
	text-decoration: none;
	border: 0;
	color: #fff;
	font-weight: bold;
	padding:12px 25px;
	width: 100%;
	text-transform: uppercase;
}
.img-100{
	margin: -30px 0px -30px 0px;
	position: relative;
	z-index: 1;
}
.img-100 img{
	width: 180px;
}
.address-box .address-content {
    position: relative;
    overflow: hidden;
    color: #898989;
}
.address-box p a, .footer-widget p {
    color: #fff;
}
.address-box p a:hover,
.address-box p a:active,
.address-box p a:focus{
	color: #fa7221;
}
.address-box .address-icon-holder {
    float: left;
    margin-right: 10px;
    color: #fff;
    font-size: 25px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    background-color: transparent;
    border-radius: 100%;
    text-align: center;
    position: relative;
}
.footer-menu li a:before {
    position: absolute;
    top: 2px;
    left: 0;
    color: #fff;
    font-size: 20px;
    content: "\f135";
    font-family: 'bootstrap-icons';
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
#about-carousel,#twoabout-carousel {
    position: relative;
}
#about-carousel .owl-nav button,
#twoabout-carousel .owl-nav button{
	width: 50px;
    height: 50px;
    background: #fa7221;
    line-height: 50px;
    margin: 0 auto;
    text-align: center;
}
#about-carousel .owl-nav button span,
#twoabout-carousel .owl-nav button span{
	width: 100%;
	color: #fff;
	font-size: 25px;
}
#about-carousel .owl-next, .owl-prev,
#twoabout-carousel .owl-next, .owl-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
#about-carousel .owl-next,#twoabout-carousel .owl-next{
    right: 0;
    display: flex;
}
#about-carousel .owl-prev,#twoabout-carousel .owl-prev{
    left: 0;
    display: flex;
}
#about-carousel .caption,#twoabout-carousel .caption{
	position: absolute;
    bottom: 0;
    right: 0;
    padding:15px 25px;
    background: rgb(0 0 0 / 92%);
    display: none;
}
#about-carousel .caption h4,#twoabout-carousel .caption h4{
	color: #fff;
}
.bg-rgba{
	background-color: rgb(0 0 0 / 76%);
}
.box-text-over-img {
  	position: relative;
  	overflow: hidden;
  	border: 10px solid #fff;
  	box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}
.img-feagure::before {
  	position: absolute;
  	left: 0;
  	top: 0;
  	width: 100%;
  	height: 100%;
  	background: rgb(0 0 0 / 45%);
  	content: "";
  	-webkit-transition: .5s;
  	-o-transition: .5s;
  	transition: .5s;
  	border-radius: 0;
}
.box-text-over-content {
  	position: absolute;
  	left: 0;
  	top: 85%;
  	right: 0;
  	background: transparent;
  	width: 100%;
  	margin: auto;
  	border-radius: 5px;
  	padding: 0 30px;
  	-webkit-transition: .5s;
  	-o-transition: .5s;
  	transition: .5s;
  	-webkit-transform: translateY(-50%);
  	-ms-transform: translateY(-50%);
  	transform: translateY(-50%);
  	z-index: 1;
  	text-align: left;
}
.box-text-over-img:hover{
	border: 10px solid #fa7221;
}
.box-text-over-img:hover .box-text-over-content{
	top: 50%;
}
.box-text-over-img:hover .img-feagure::before{
	background: rgb(254 63 0 / 29%);
    z-index: 1;
}
.box-text-over-content h3 a:hover{
	color: #000;
}
.formabslut .form-outline textarea{
	height: 100px
}
.box-text-over-content h3{
	text-align: center;
}
.img-feagure img{
	-webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.box-text-over-img:hover .img-feagure img{
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}
.readmore-btn{
	display: none;
}
.readmore-btn .btn-1{
	padding: 12px 12px;
}
.box-text-over-img:hover .readmore-btn{
	display: block;
	transition: 0.5s;
}
.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;
}



.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%;
/*border: 5px solid #0009;
  border-radius: 5px;*/
}
.single-service-item:hover .img-holder .img-responsive {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.single-service-item .img-holder .item-overlay{
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform:translateY(-50%);
	-moz-transform:translateY(-50%);
	transform:translateY(-50%);
	display: table;
	width: 100%;
	height:100%;
	text-align: center;
	/*content: '';*/
	z-index:9;
}
/*.single-service-item .img-holder .item-overlay:before{
    position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform:translateY(-50%);
	-moz-transform:translateY(-50%);
	transform:translateY(-50%);
	width: 100%;
	height:100%;
	background-color: rgba(0, 0, 0, 0.6);
	content:'';
	z-index:1;
}*/
.single-service-item .img-holder .item-overlay .box{
	/*width: 100%;*/
	height: 100%;
	display: table-cell;
	vertical-align: middle;
	position:relative;
	z-index:9;
	/*background-color: rgba(0, 0, 0, 0.6);*/
}
.single-service-item .img-holder .item-overlay .box h5{
	font-weight: normal;
}
.single-service-item .img-holder .item-overlay .box a{
	border:1px solid #dfdfdf;
	color: #fff;
	padding:12px;
	text-transform: uppercase;
	font-size: 16px;
	display:inline-block;
}
.single-service-item .img-holder .item-overlay .box a:hover,
.single-service-item .img-holder .item-overlay .box a:focus{
	background-color: #00000061;
	
}
.single-service-item .img-holder .overlay {
background-color: rgba(0, 0, 0, 0.6);
text-align: center;
position: absolute;
left: 0;
top: 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 h3 {
color: #000;
font-size: 20px;
font-weight: 500;
line-height: 28px;
margin: 20px 0 6px;
text-transform: capitalize;
}
.single-service-item .text-holder h3 span {
color: #fff;
}

.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;
}

.contact-info-area {
  position: relative;
  display: block;
  padding-top: 120px;
  padding-bottom: 90px;
  z-index: 10;
}

.single-contact-info-box {
  position: relative;
  display: block;
  padding-top: 20px;
  margin-bottom: 30px;
  z-index: 1;
}

.single-contact-info-box .icon {
  position: absolute;
  top: 0;
  left: 30px;
  width: 60px;
  height: 60px;
  background: #fa7221;
  border-radius: 0%;
  z-index: 2;
  text-align: center;
  line-height: 60px;
  color: #ffffff;
  font-size: 18px;
}

.single-contact-info-box .icon::before {
  content: "";
  position: absolute;
  top: 0px;
  right: -16px;
  z-index: -1;
  border-bottom: 20px solid #fa7221;
  border-right: 16px solid transparent;
}

.single-contact-info-box .icon span::before {
  position: relative;
  display: block;
  color: #ffffff;
  font-size: 25px;
  line-height: 60px;
  text-align: center;
}

.single-contact-info-box .text-holder {
  position: relative;
  display: block;
  padding: 50px 26px 15px;
  background: #ffffff;
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1);
  z-index: 1;
}

.single-contact-info-box .text-holder .pattern-bg {
  position: absolute;
  min-height: 160px;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #ffffff;
  background-repeat: repeat;
  z-index: -1;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.single-contact-info-box:hover .text-holder .pattern-bg {
  background-color: #000000;
}

.single-contact-info-box .text-holder .top {
  position: relative;
  display: block;
  padding-bottom: 16px;
}

.single-contact-info-box .text-holder h3 {
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  margin-bottom: 2px;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.single-contact-info-box:hover .text-holder h3 {
  color: #ffffff;
}

.single-contact-info-box .text-holder span {
  font-style: italic;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.single-contact-info-box:hover .text-holder span {
  color: #ffffff;
}

.single-contact-info-box .text-holder p {
  margin: 0;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.single-contact-info-box:hover .text-holder p {
  color: #ffffff;
}

.single-contact-info-box .text-holder p a {
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.single-contact-info-box:hover .text-holder p a {
  color: #ffffff;
}

.single-contact-info-box .text-holder p a:hover {
  color: #fa7221;
}
.footer-social-links{
	display: block;
}
.footer-social-links li{
	display: inline-block;
	vertical-align: top;
	margin-right: 8px;
}
.footer-social-links li a{
	display: block;
	color: #fff;
}
.footer-social-links li a:hover,
.footer-social-links li a:focus{
    color:#000;
}
.footer-social-links.contact-page li a{
	color: #000;
}
.single-contact-info-box:hover .footer-social-links.contact-page li a{
    color:#fff;
}
.single-contact-info-box .footer-social-links.contact-page li a:hover,
.single-contact-info-box .footer-social-links.contact-page li a:focus{
    color:#fa7221;
}
.title2.button {
    z-index: 11;
    position: absolute;
    top: 0px;
    left: 0px;
    background: #fa7221;
    padding: 13px 14px;
}
#project-slider .slick-arrow{
    z-index:9;
}
#project-slider .slick-prev{
    left:0;
}
#project-slider .slick-next{
    right:30px;
}
#project-slider .image-box {
    margin: 0 3px;
    position: relative;
    overflow: hidden;
}
#project-slider .image-box:before {
    content: "";
    position: absolute;
    padding: 100px 0;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #f4f4f4bd;
    z-index: 2;
    -webkit-transition:all 0.5s;
    -moz-transition:all 0.5s;
    transition:all 0.5s;
}
#project-slider .slick-current.slick-active .image-box:before{
    display:none;
}
#project-slider .slick-prev, #project-slider .slick-next{
    font-size:50px;
    color:#152039;
}
#project-slider .slick-prev:before, #project-slider .slick-next:before{
    display:none;
}
.divone{
    position: relative;
    overflow: hidden;
    margin-bottom: 25px;
}
.img-align-center{
	display: flex;
    justify-content: center;
    align-items: center;
}
 .icon-img{
    position: relative;
}
 .icon-img img{
    position: absolute;
    width: 100px;
    height: 100px;
    padding: 20px;
    background: #fff;
    border-radius: 15px;
    top: 0;
    bottom: 0;
    left: 8px;
    right: 0;
    transform: translateY(-50%);
    filter: drop-shadow(0.35rem 0.35rem 0.4rem rgba(0, 0, 0, 0.5));
}
 .flex-content-inner{
    padding-left: 70px;
    background: rgb(62 62 62 / 99%);
    padding-top: 15px;
    padding-bottom: 15px;
    margin-left: 56px;
    border-radius: 10px;
    padding-right: 10px;
}
.partners{
	display: flex;
	justify-content: left;
	column-gap: 10px;
	align-items: center;
	margin-top: 10px;
}
.partners img{
	width: 75px;
	height: fit-content;
}
@media (min-width: 1200px) and (max-width:1480px){
	.emailtop{
		display: none;
	}
}
@media (min-width: 1200px) and (max-width:1400px){
	.navigation a{
		padding: 15px 14px;
	}
	.top-contact-list li a{
		padding:15px 20px;
	}
	.contactform-sec.formabslut{
		width: 40%;
		right: 3%;
	}
	.formabslut .form-outline textarea{
		height: 70px
	}
	.footer-menu li a,.address-box p a{
		font-size: 14px;
	}
}
@media (min-width: 992px) and (max-width:1200px){
	.top-h5 {
		font-size: 18px;
	}
	.btn-request a{
		font-size: 15px;
		padding:12px 15px;
	}
	.navigation a{
		padding: 15px 14px;
	}
	.top-contact-list li> a> span{
		display: none;
	}
	.top-contact-list li> a> i{
		font-size: 20px;
	}
	.top-contact-list li a{
		padding: 15px 20px;
	}
	.top-contact-list li:last-child a {
	    margin-left: 0;
	}
	.contactform-sec{
		width: 100%;
		left: 0;
		padding: 15px;
		padding: 0 50px;
	}
	.contactform-sec.formabslut{
		width: 100%;
	    position: relative;
	    transform: none;
	    right: 0;
	    padding:15px 0;
	}
	.footer-menu li a,.address-box p a{
		font-size: 14px;
	}
	.address-box .address-icon-holder{
		font-size: 17px;
		margin-right: 2px;
	}
	.box-text-over-content h3 {
	    font-size: 17px;
	}
	  .single-contact-info-box .text-holder p{
	font-size: 14px;
  }
}
@media (min-width: 220px) and (max-width:991px){
	.logo{
		display: table;
		margin:8px auto;
		text-align: center;
	}
	.logo .img-fluid{
		max-width: 75%;
	}
	.h2-section{
	    text-align: left !important;
	}
	.top-h5,
	.top-contact-list,
	.btn-request{
		display: none;
	}
	.m-contact-list{
		display: flex;
		justify-content: center;
		text-align: center;
		margin:12px 0;
		flex-wrap: wrap;
	}
	.m-contact-list li{
		padding:3px 8px;
	}
	.m-contact-list li a{
		font-size: 18px;
		font-weight: bold;
		color: #fff;
	}
	.m-contact-list li a span{
		display: block;
		color: #fff;
	}
	.m-social-links{
		display: block;
		text-align: center;
	}
	.m-social-links li{
/*		width: 50%;
		float: left;*/
		display:inline-block;
		padding:10px;
		box-sizing: border-box;
	}
	.m-social-links li a .img-fluid{
		max-width: 30px;
	}
	.m-social-links li a span{
		font-size: 12px;
		font-weight: bold;
		display: block;		
	}
	.mobile-menu{
		display: block;
		font-size: 20px;
		background: #fff;
		padding:15px 20px;
		color: #292a60;
		cursor: pointer;
		margin: 0 auto;
		text-align: left;
	}
	.mobile-menu i{
		float: right;
	}
	.nav-wrapper{
		position: fixed;
		top: 0;
		right: -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: #221e1f;
		padding: 0;
	}
	.navigation{
		text-align: left;
	}
	.nav-wrapper.open{
		right: 0;
	}
	.navigation > li{
		display: block;
		margin:0;
		border-bottom: 1px solid #333;
	}
	.navigation > li:first-child{
		display: block;
	}
	.navigation > li:before{
		display: none;
	}
	.navigation li a{
		padding:10px 20px;
		color: #fff;
		text-transform: none;
	}
	.navigation li:hover > a,
	.navigation li:focus > a,
	.navigation li.active > a{
		background-color: #fa7221;
		color: #ffffff;
	}
	.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;
	}
	.navigation li.dropdown > .dropdown-menu li a{
		padding: 10px 10px 10px 30px; 
	}
	.fixed-top{
		position: static;
	}
	.contactform-sec{
		width: 100%;
		left: 0;
		padding: 15px;
	}
	.contactform-sec.formabslut{
		width: 100%;
	    position: relative;
	    transform: none;
	    right: 0;
	    padding:15px 0;
	}
	.top-contact-list li{
		display: inline-block;
	}
	.img-100{
		margin: 0 auto;
    	text-align: center;
	}
	.flexbox {
	  display: block;
	}
	.width-50,.width-60,.width-40 {
	  width: 100%;
	}
	.top-h5 {
		font-size: 18px;
	}
	.btn-request a{
		font-size: 15px;
		padding:12px 15px;
	}
	.parallax.m-parallax-bg {
	    background-image: none!important;
	    height: 100%!important;
	    min-height: 100%!important;
	}
	 .single-contact-info-box .text-holder h3{
	font-size: 16px;
  }

  .single-contact-info-box .text-holder p{
	font-size: 14px;
  }
  .p-5{
	padding: 2rem 1rem !important; 
  }
}
/* col-md */
@media (min-width: 768px) and (max-width:991px){
	.carousel-item.full-screen{
		height: 500px !important;
	  }
}
/* for all mobile */
@media (min-width: 220px) and (max-width:767px){
	.logo-wrap img{width: 100%;}
	.m-social-links li{width:50%;float:left;}
	.icon-img img{
		position: static;
	    transform: none;
	    width: 100%;
	    height: auto;
	    border-radius: 10px 10px 0 0 ;
	}
  	.flex-content-inner{
  		padding-left: 15px;
	    padding-top: 15px;
	    padding-bottom: 15px;
	    margin-left: 0;
	    border-radius: 0 0 10px 10px;
	    padding-right: 15px;
  	}
}
/* col-sm  */
@media (min-width: 576px) and (max-width:767px){
	.box-text-over-content h3{
		font-size: 20px;
	}
	.icon-img img {
	    position: static;
	    transform: none;
	    width: 200px;
	    margin: 0 auto;
	    border-radius: 10px;
	    height: auto;
	}
	.icon-img{
		text-align: center;
	}
	.carousel-item.full-screen{
		height: 500px !important;
	  }
}
/* col-xs */
@media (min-width: 220px) and (max-width:575px){
	.btn-1, .btn-2{
		/* display: block; */
  		text-align: center;
	}
	#about-carousel .owl-nav button, #twoabout-carousel .owl-nav button {
	    width: 33px;
	    height: 33px;
	    line-height: 30px;
	}
	#about-carousel .caption, #twoabout-carousel .caption{
		padding: 7px 16px;
	}
	#about-carousel .caption h4, #twoabout-carousel .caption h4{
		font-size: 15px;
	}
	.top-contact-list li a{
		padding:5px 10px;
	}
	 .single-contact-info-box .text-holder{
	padding: 71px 15px 34px;
  }

  .single-contact-info-box{
	margin-bottom: 0px;
  }
    .single-service-item .img-holder{
        /* height:350px!important; */
    }
  .google-map iframe{
	height: 450px;
  }
  .m-social-links li{
  	padding:5px 3px;
  }
  .m-social-links li a span{
  	font-size: 10px;
  }
	.img-align-center{
  		display: block;
  	}
  .title2.button .fs-5{
  	font-size: 14px!important;
  }
  .icon-img img{
      padding: 50px;
  }
  .carousel-item.full-screen{
	height: 400px !important;
  }
}
@media (max-width:380px) {
	.address-box .address-icon-holder{
		display: none;
	}
	.address-box p a{
		font-size: 15px;
	}
}