@import url('https://fonts.googleapis.com/css2?family=Arvo:ital,wght@0,400;0,700;1,700&family=Mulish:wght@300;400;500;600;700&display=swap');
/*html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-font-smoothing: antialiased;
    -ms-font-smoothing: antialiased;
    font-smoothing: antialiased;
}*/
body{
	font-size: 16px;
/*	font-size: calc(0.48em + 1vmin);*/
	color: #1e1e2a;
	line-height: 28px;
	font-weight: 400;
	font-family: 'Mulish', sans-serif;
	font-style: normal;
}
*,ul,ol{
	margin:0;
	padding:0;
}
ul,ol{
	list-style-type: none;
}
a{
	color: inherit;
	text-decoration: none;
}
a:hover,a:focus{
	color: #dd0002;
	outline: none;
	text-decoration: none;
}
h1,h2,h3,h4,h5,h6{
	color: #dd0002;
	font-weight: 600;
	font-family: 'Arvo', serif;
	margin-top: 0;
	margin-bottom: 15px;
}
.fw-400{
	font-weight: 400;
}
.fw-500{
	font-weight: 500;
}
.fw-600{
	font-weight: 600;
}
.fw-700{
	font-weight: 700;
}
.bg-color1{
	background-color: #dd0002;
}
.bg-color2{
	background-color: #111;
}
.bg-color3{
	background-color: #050505;
}
a.text-white:hover,
a.text-white:focus{
	color: #050505!important;
}
.text-color1{
	color: #dd0002!important;
}
.btn1,.btn2{
    padding: 10px 30px;
    border: 2px solid #dd0002;
    background-color: #dd0002;
    display: inline-block;
    border-radius: 0;
    color: #fff;
}
.btn1:hover,
.btn1:focus{
    color: #fff;
    background-color: #000;
    border-color: #000;
}
.padd-50{
	padding:50px;
}
.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%;
}
.container-fluid{
	padding-left: 24px;
	padding-right: 24px;
}
#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;
}
.isStuck{
	-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, 1);
}
.header{
	background-color: rgba(0, 0, 0, 1);
}
.home-page .header{
	position: absolute;
	top: 0;
	left: 0;
	width:100%;
	content: '';
	z-index: 999;
	background-color: rgba(0, 0, 0, 0);
}
.isStuck .header{
	background-color: rgba(255, 255, 255, 1);
    -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);
}
.logo{
	display: block;
	padding: 15px 15px 15px 15px;
	background-color: #050505;
	text-align: center;
	border-radius: 0 0 0 30px;
}
.logo .img-fluid{	
	max-width: 150px;
}
.logo .logo-title {
    font-size: 26px;
    font-weight: 800;
    color: #0325bc;
    letter-spacing: -1px;
	display: inline-block;
	vertical-align: middle;
}
.top-contact-list{
	margin: 11px 0 8px 50px;
}
.top-contact-list li{
	display: inline-block;
	vertical-align: top;
	color: #fff;
	margin-right: 20px;
}
.top-contact-list li a{
	display: block;
	/*text-align: left;*/
}
.top-contact-list li i{
	margin-right: 12px;
	font-size: 20px;
	vertical-align: middle;
	float: left;
}
.top-contact-list li span{
	position: relative;
	overflow: hidden;
	display: inherit;
	text-align: left;
}
.top-contact-list li span strong{
	font-size: 18px;
	text-transform: uppercase;
	color: #fff;
}
.top-contact-list li i{
	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;	
	border:1px solid #fff;
	font-size: 18px;
}
.top-contact-list li:last-child{
	margin-right: 0;
}
.top-contact-list li:hover i{
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	transform: rotate(360deg);
}
.top-contact-list li a:hover{
	color: #dd0002;
}
.social-link{
	margin: 15px 0;
}
.social-link li{
	display: inline-block;
	vertical-align: top;
}
.social-link li a{
	width: 40px;
	height: 40px;
	font-size: 18px;
	color: #fff;
	border: 1px solid #fff;
	border-radius: 100%;
	line-height: 40px;
	display: block;
	text-align: center;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.social-link li a:hover,
.social-link li a:focus{
	background-color: #dd0002;
	border-color: #dd0002;
	color: #fff;
}
.get-goute-btn{
	background-color: #dd0002;
	color: #fff;
	padding:15px 30px 14px 30px;
	border-radius:0 30px 30px 0;
	text-align: center;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.get-goute-btn:hover,
.get-goute-btn:focus{
	background-color: #050505;
	color: #fff;
}
.mobile-menu{
	display: none;
}
.nav-wrapper{
	display: block;
	background-color: #f8f8f8;
	padding:0 0 0 50px;
	border-radius: 0 30px 30px 0;
}
.navigation > li{
	display: inline-block;
	vertical-align: middle;
	position: relative;
	margin-right: -4px;
}
.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: 3px 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:last-child:before,
.navigation > li:first-child{
	display: none;
}
.navigation a{
	text-transform: uppercase;
	/*letter-spacing: 0.5px;*/
	overflow: hidden;
	position: relative;
	display: block;
	font-weight: 600;
/*	font-size: 14px;*/
	color: #050505;
	padding: 15px 25px 14px 25px;
    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: 3px;
/*    display: block;*/
    font-size: 14px;
    transition: all 500ms ease 0s;
}
.navigation li:hover a,
.navigation li:focus a,
.navigation li.active a{
	color: #fff;
	background-color: #dd0002;
}
.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: #dd0002;
}
.slider-wrapper{
	position: relative;
}

.list1 li,
.list2 li,
.areas-list li{
	padding: 0px 0 5px 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: #dd0002;
}
.areas-list li:before{
	content: '\F3E7';
}
.list2 li:before{
	color: #ca4421;
}
.list1 li a{
	color: #252525;
	font-weight: bold;
}
.list1 li a:hover{
	color: #342669;
}
.list3{
  margin-left: 16px;
}
.list3 li{
  list-style-type: decimal;
  padding-bottom:10px;
}
.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{
	background-color: rgba(30, 30, 42, 0.9);
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.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 h3 {
    color: #000;
    font-size: 20px;
    line-height: 28px;
    padding: 15px;
    background-color: #f8f8f8;
    text-align: center;
}
.single-service-item .text-holder h4 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;
}
.testimonials-wrap{
	padding-left: 100px;
	width: auto;
	overflow: hidden!important;
}
#testimonial-carousel .testimonial-content{
	position: relative;
	color: #fff;
	margin-left: 20px;
}
#testimonial-carousel .testimonial-quote{
	margin-top: 7px;
}
#testimonial-carousel .testimonial-quote span {
  display: block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 26px;
  color: #ffffff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
    border-top-left-radius: 50%;
  border-top-left-radius: 0;
  background: -moz-linear-gradient(to right, #EB3648 0%, #dd0002 100%);
  background: -webkit-linear-gradient(to right, #EB3648 0%, #dd0002 100%);
  background: -ms-linear-gradient(to right, #EB3648 0%, #dd0002 100%);
  background: linear-gradient(to right, #EB3648 0%, #dd0002 100%);
}
#testimonial-carousel .testimonials-author-title{
	font-size: 18px;
	font-weight: 600;
}
#testimonial-carousel.owl-theme .owl-dots .owl-dot.active span,
#testimonial-carousel.owl-theme .owl-dots .owl-dot:hover span {
    background: #dd0002;
}

.testi-content{
    font-size: 16px;
}
.testi-content p{
    font-size: 16px !important;
    line-height: 30px;
    color: #000;
}
.testi-autor-icon{
    font-size: 80px;
    display: inline-block;
    padding: 5px;
    margin-bottom: 15px;
    color: #000;
    text-align: center;
}
.testi-box{
    box-shadow: 0 0 50px rgba(0,0,0,0.1);
    padding: 20px;
}
.service-box{
	margin:15px 0;
	position: relative;
	overflow: hidden;
}
.service-box .service-img{
	position: relative;
}
.service-box .service-img:after, .service-box .service-img:before {
  	position: absolute;
  	content: "";
  	left: 0;
  	bottom: 0%;
  	width: 100%;
  	height: 44%;
  	background: -moz-linear-gradient(to right, #dd0002 0%, #EB3648 100%);
  	background: -webkit-linear-gradient(to right, #dd0002 0%, #EB3648 100%);
  	background: -ms-linear-gradient(to right, #dd0002 0%, #EB3648 100%);
  	background: linear-gradient(to right, #dd0002 0%, #EB3648 100%);
  	opacity: 0.8;
  	clip-path: polygon(0 32%, 100% 67%, 100% 100%, 0% 100%);
  	z-index: 1;
  	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
.service-box .service-img:before {
  	left: auto;
  	right: 0;
  	clip-path: polygon(0 67%, 100% 32%, 100% 100%, 0% 100%);
}
.service-box:hover .service-img:before {
  	height:100%;
  	clip-path: polygon(0 32%, 100% 67%, 100% 100%, 0% 100%);
}
.service-box:hover .service-img:after {
  	height:100%;
  	clip-path: polygon(0 67%, 100% 32%, 100% 100%, 0% 100%);
}
.service-box .service-content{
	position: absolute;
	bottom:-158px;
	left:0;
	width:100%;
	padding:0px 15px;
/*	height:100%;
	background-color: rgba(0, 0, 0, 0.65);*/
	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{
	bottom:0;
}
.service-box .service-content-box{
	display: table-cell;
	vertical-align: middle;
}
.service-box .service-content-box h4{
	font-size: 22px;
}
.service-box .service-content-box p{
	visibility: hidden;
	opacity: 0;
}
.service-box:hover .service-content-box p {
  visibility: visible;
  opacity: 1;
}
.service-box .service-content .service-content-box .service-icon {
  	margin-bottom: 20px;
}
.service-box .service-content .service-content-box .service-icon i {
  display: inline-block;
  width: 80px;
  height: 80px;
  line-height: 80px;
  background-color: #ffffff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  font-size: 2.6em;
  color: #dd0002;
}
.contact-wrap1{
    text-align: center;
}
.contact-wrap1 .address-icon-holder1{
    float: none;
    margin:auto;
    position: relative;
    z-index: 1;
    color: #fff;
    border:5px solid #ffffff;
    box-sizing: border-box;
    width: 80px;
    height: 80px;
    line-height: 70px;
    font-size: 1.6em;
}
.contact-wrap1 .address-icon-holder1:before{
    display: none;
}
.contact-wrap1 .address-content{
    background-color: #eee;
    padding:60px 20px 20px;
    margin-top: -40px;
    height: 180px;
}
.contact-wrap1 .address-content strong{
    font-size: 18px;
}
.address-box1{
    margin-bottom: 12px;
}
.address-box1 .address-icon-holder1{
    float: none;
    margin: auto;
    position: relative;
    z-index: 1;
    border: 5px solid #ffffff;
    background-color:#dd0002;
    box-sizing: border-box;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    line-height: 70px;
    font-size: 1.6em;
}
.footer-top,
.footer-bottom{
	position: relative;
	z-index: 9;
}
.footer-widget{
	padding:20px 0 40px 0;
}
.widget-title{
	font-size: 24px;
    font-weight: 600;
    color: #dd0002;
    margin-bottom: 20px;
}
.footer-menu li a{
	position: relative;
	padding:2px 0 2px 20px;
	display: inline-block;
	color: #fff;
}
.footer-menu li a:before{
	position: absolute;
	top: 2px;
	left: 0;
	content: '\F285';
	font-family:'bootstrap-icons';
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.footer-menu li a:hover:before{
	left: 2px;
}
.footer-links{
	display: block;
	color: #fff;
}
.footer-links li{
	display: inline-block;
	vertical-align: middle;
}
.footer-menu li a:hover,
.footer-links a:hover{
	color: #dd0002;
}
.address-box{
	margin-bottom: 10px;
}
.address-box .address-icon-holder{
	float: left;
	margin-right: 15px;
	color: #ffffff;
	position: relative;
	font-size: 20px;
}
.address-box .address-content{
	position: relative;
	overflow: hidden;
	color: #fff;
}
.google-map{
	height: 430px;
}
textarea.form-control{
	height: 240px;
}


.submit-icon {
  display: none;
}

.submit-icon.rotating-show {
    display: inline-block;
    vertical-align: top;
    position:relative;
    color:#fff;
    z-index:1;
}

@-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: 220px) and (max-width:991px){
	.home-page .header{
		position: relative;
		background-color: #fff;
	}
	.logo{
		display: block;
		margin: 0 auto 10px auto;
		border-radius: 0 0 30px 30px;
	}
	.header{
		background-color: #fff;
	}
	.social-link,
	.top-contact-list{
		text-align: center;
		margin: 0 auto 15px auto;
	}
	.social-link.float-end,
	.top-contact-list.float-start,
	.navigation.float-start,
	.get-goute-btn.float-end{
		float:none!important;
	}
	.top-contact-list li {
		padding:10px 0;
		color: #050505;
	}
	.top-contact-list li i{
		margin-right:5px;
		color: #050505;
	}
	.social-link li a,
	.top-contact-list li span strong{
		color: #050505;
	}
	.social-link li a{
		border-color: #050505;
	}
	.mobile-menu{
		display: table;
		font-size: 20px;
		background:#d00;
		padding:8px 20px;
		color: #fff;
		cursor: pointer;
		margin: 0 auto;
	}
	.get-goute-btn{
		display: block;
		border-radius: 0;
	}
	.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 a{
		padding:10px 20px;
		color: #fff;
		text-transform: none;
	}
	.navigation li:hover > a,
	.navigation li:focus > a,
	.navigation li.active > a{
		background-color: #d00;
		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; 
	}
	.flexbox{
		display: block;
	}
	.width-30, .width-40, .width-50, .width-60, .width-70{
	    width:100%;
	}
	.service-box:hover .service-content,
	.service-box .service-content{
		bottom: 0;
	}
	.service-box:hover .service-content-box p,
	.service-box .service-content-box p{
		visibility: visible;
		opacity: 1;
	}
	.service-box:hover .service-img::before,
	.service-box .service-img::before {
		height: 100%;
		clip-path: polygon(0 32%, 100% 67%, 100% 100%, 0% 100%);
	}
	.service-box:hover .service-img::after,
	.service-box .service-img::after {
	  height: 100%;
	  clip-path: polygon(0 67%, 100% 32%, 100% 100%, 0% 100%);
	}
	/*.px-0{
		padding-top: 0!important;
		padding-bottom: 0!important;
	}*/
	.testimonials-wrap{
		padding-left: 0;
	}
	.footer-links{
		text-align: center;
	}

}

@media (min-width: 768px) and (max-width:991px){
	.service-box .service-content{
		padding:0 8px;
	}
}

@media (min-width: 220px) and (max-width:767px){
	.testimonials-wrap{
		margin-top: 20px;
	}
	.p-5 {
	    padding: 1.3rem!important;
	}
	#stuck_container.isStuck{
		position: relative!important;
	}
	.footer-widget {
	    padding: 15px 0;
	}
	.m-min-210{
		height: 350px!important;
		min-height: 350px!important;
	}
	.service-box{
		height: 100%;
	}
	.service-box:hover .service-content, .service-box .service-content {
	  bottom: 50px;
	}
	.top-contact-list li:last-child{
		display: none;
	}	
	.m-min-200{
		min-height:400px!important;
		height: 400px!important;
	}
}

@media (min-width: 576px) and (max-width:767px){
	.padd-50 {
	  padding: 50px 30px;
	}	
	.m-min-200{
		min-height:350px!important;
		height: 350px!important;
	}
}

@media (min-width: 220px) and (max-width:575px){
	.container-fluid {
	  padding-left: 15px;
	  padding-right: 15px;
	}
	.logo{
	    padding:10px;
	    margin-bottom:0;
	}
	.logo .img-fluid {
      max-width: 100px;
    }
	.top-contact-list{
		display: table;
		text-align: left;
		margin:0 auto 10px auto;
	}
	.top-contact-list li{
		display: inline-block;
		margin-right: 0;
	}
	.top-contact-list li i{
	    margin-right:0;
	    width:30px;
	}
	.top-contact-list li a{
	    font-size:14px;
	}
	.top-contact-list li span strong{
	    font-size:14px;
	}
	.google-map {
	  height: 250px;
	}
	.padd-50 {
	  padding: 50px 20px;
	}
	.address-box .address-icon-holder{
		margin-right: 10px;
	}
	.m-min-200{
		min-height:300px!important;
		height: 300px!important;
	}
	.service-box .service-content{
		position: static;
		background-color: #d00;
		padding: 20px;
	}
	.service-box .service-img:before,
	.service-box .service-img:after {
		display: none;
	}
	.contact-wrap1 .address-content{
		height: auto;
		padding: 60px 16px 16px;
	}
	.address-content p a{
		font-size: 14px;
	}
}