html {
	min-height: 100%;
}
body {
	color: #101010;
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	height: 100%;
	line-height: 1.4;
	margin: 0;
	padding: 0;	
}
ul {
	margin: 0;
	padding: 0;
}
p {
	margin-bottom: 10px;
}
.h1, h1 {
	font-size: 32px;
}
.h2, h2 {
	font-size: 28px;
}
.h3, h3 {
	font-size: 24px;
}
.h4, h4 {
	font-size: 18px;
}
.h5, h5 {
	font-size: 16px;
}
.h6, h6 {
	font-size: 15px;
}
.h1, .h2, .h3, h1, h2, h3, .h4, .h5, .h6, h4, h5, h6 {
	font-weight: 500;	
	margin-bottom: 10px;
	margin-top: 0;
}
a {
	color: #c8242b;
	text-decoration: none;
}
a:hover, a:focus {
	color: #101010;
	outline: medium none;
	text-decoration: none;
}
a, input[type="submit"], button, .btn, img {
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
img {
	height: auto;
	max-width: 100%;
}
.left {
	padding-left: 0;
}
.right {
	padding-right: 0;
}
.half {
	padding-left:7.5px;
	padding-right:7.5px;
}
.button {
	background-color: #c8242b;
	border: 1px solid #c8242b;
	border-radius: 4px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	padding: 8px 15px;
	vertical-align: middle;
}
.button:hover, .button:focus {
	background-color: #101010;
	border: 1px solid #101010;
	color: #fff;
}
.btn {
	border-radius: 3px;
	font-size: 14px;
	padding: 8px 15px;
}
.btn-group-lg > .btn, .btn-lg {
	border-radius: 3px;
	font-size: 17px;
	padding: 10px 20px;
}
.btn-group-sm > .btn, .btn-sm {
	border-radius: 3px;
	font-size: 14px;
	padding: 4px 8px;
}
.btn-radius {
	border-radius: 30px;
	padding: 10px 25px;
}
.btn-white {	
	background-color: #fff;
	border-color: #fff;
	color: #101010;
}
.btn-white:hover, .btn-white:focus {
	background-color: #101010;
	border-color: #101010;
	color: #fff;
}
.btn-outline-white {	
	background-color: transparent;
	border-color: #fff;
	color: #fff;
}
.btn-outline-white:hover, .btn-outline-white:focus {
	background-color: #fff;
	border-color: #fff;
	color: #c8242b;
}
.btn-primary {
	background-color: #fe4701;
	border-color: #fe4701;
	color: #fff;
}
.btn-primary:hover,  .btn-primary:focus {
	background-color: #101010;
	border-color: #101010;
	color: #fff;
}
.btn-outline-primary {
	background-color: transparent;
	border-color: #c8242b;
	color: #c8242b;
}
.btn-outline-primary:hover, 
.btn-outline-primary:focus {
	background-color: #101010;
	border-color: #101010;
	color: #fff;
}

.header-logo2{
   width:100%;
}
.btn-secondary {
	background-color: #000;
	border-color: #000;
	color: #fff;
}
.btn-secondary:hover, 
.btn-secondary:focus {
	background-color: #fff;
	border-color: #fff;
	color: #fe4701;
}
.btn-outline-secondary {
	background-color: transparent;
	border-color: #101010;
	color: #101010;
}
.btn-outline-secondary:hover, 
.btn-outline-secondary:focus {
	color: #fff;
	background-color: #c8242b;
	border-color: #c8242b;
}
.btn i {
	margin-left: 7px;
}
.table, table {
	margin-bottom: 20px;
	max-width: 100%;
	width: 100%;
}
.table > tbody > tr > td, 
.table > tbody > tr > th, 
.table > tfoot > tr > td, 
.table > tfoot > tr > th, 
.table > thead > tr > td, 
.table > thead > tr > th, 
table > tbody > tr > td, 
table > tbody > tr > th, 
table > tfoot > tr > td, 
table > tfoot > tr > th, 
table > thead > tr > td, 
table > thead > tr > th {
	border: 1px solid #e0e0e0;
	padding: 7px;
	vertical-align: middle;
}
table thead tr, 
table thead tr:nth-child(2n+1) {
 	background-color: #f0f0f0;
}
table tr {
	background-color: #fbfbfb;
}
table tr:nth-child(2n+1) {
 	background-color: #fdfdfd;
}
.dropdown-menu li {
	display: block;
}
button.close {
	background-color: #c8242b;
	width: 30px;
	height: 30px;
	color: #fff;
	opacity: 1;
	font-size: 20px;
	border-radius: 100%;
	top: -7px;
	position: absolute;
	right: -7px;
	padding: 0;
	z-index: 1;
}
.row-eq-height > [class*="col"] {
	display: -ms-flexbox;
 	display: -webkit-flex;
 	display: flex;
}
.row-eq-height > [class*="col"] > * {
 	width: 100%;
 	max-width: 100%;
}
/*=========================================================================
						Header css
==========================================================================*/
.header {
	position: relative;
}
.header-top {
	background-color: #fe4701;
	position: relative;
}
.header-top p {
	margin: 0;
	padding: 7px 10px;
	text-align: center;
	color: #ffffff;
	font-size:18px;
}
.header-top-left > ul, 
.header-top-right > ul {
	display: inline-block;
}
.header-top-left > ul > li, 
.header-top-right > ul > li {
	display: inline-block;
}
.header-top-left > ul > li > a, 
.header-top-right > ul > li > a {
	color: #fff;	
	display: block;
	line-height: 20px;
}
.header-top-left > ul > li > a {	
	padding: 10px 10px 10px 0;
}
.header-top-right > ul > li > a {
	padding: 10px 0 10px 10px;
}
.header-top-left > ul > li > i, 
.header-top-right > ul > li > i {
	color: #fff;
}
.header-top-right {
	text-align: right;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: flex-end;
	justify-content: flex-end;
}
.header-contact-info .fa {
	margin-right:5px;
}
.header-social-icon {
	text-align: right;
	margin-left: 15px;
	margin-right: 15px;
}
.header-social-icon li {
	display:inline-block;
}
.header-social-icon li a {
	padding: 10px 10px;
	display: block;
	font-size: 14px;
	text-align: center; 	
	-webkit-transition: .4s;
	transition: .4s;
}
.header-social-icon li:last-child a {
	border-width: 0 1px 0 1px;
	padding: 10px;
}
.header-social-icon a:hover {
	color: #fff;
}
.header-logo {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}
.header-logo a {
	display: block;
	padding: 10px 0;
}
.site-title {
	margin: 15px 0;
	font-size: 28px;
	padding: 10px 0;
}
.site-title a {
	color: #222;
	font-family: 'Rockwell', sans-serif;
}
.header-logo .logo-link {
	display: inline-block;
	padding: 10px 0;
}
.header-contact {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
}
.header-contact-option {
	text-align: right;
	width: 100%;
}
.header-contact-option li {
	display: inline-block;
	vertical-align: middle;
	text-align: left;
}
.header-contact-option li:first-child {
	margin-right: 15px;
}
.header-contact-option li a i {
	border: 1px solid #a1a1a1;	
	color: #a1a1a1;
	font-size: 28px;
	margin-right: 10px;
	width: 50px;
	height: 50px;
	text-align: center;	
	padding: 8px;	
	vertical-align: middle;
}
.header-contact-option li a span {
	display: inline-block;
	color: #676767;
	vertical-align: middle;
}
.header-contact-option li a strong {
	color: #101010;
	font-weight: 400;
	font-size: 16px;
	display: block;
}
.header-outer {
	background-color: #fff;
	display: table;
	-webkit-transition: all 0.2s ease 0s;
	transition: all 0.2s ease 0s;
	width: 100%;
	position: relative;
	z-index: 10;
}
.logged-in.admin-bar .header-sticky.sticked, 
.logged-in.admin-bar .header-fixed, 
.logged-in.admin-bar .header-transparent.transparency {
	top: 32px;
}
.header.fixed {
	padding-top: 100px;
}
.header-sticky {	
	position:absolute;
}
.header-sticky.sticked {
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
	position: fixed;
	top: 0;
	z-index: 100;
}
.header.fixed {
	padding-top: 100px;
}
.header-fixed {	
	display: table;
	width: 100%;
	position: fixed;
	top: 0;
	z-index: 100
}
.header-fixed.fix {
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
}
.header-transparent {
	background-color: rgba(255, 255, 255, 0.75);
	position: absolute;
	top: 0;
	z-index: 100;
}
.header-transparent.transparency {
	background-color: rgba(255, 255, 255, 1);
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
	position: fixed;
	top: 0;
	z-index: 999;
}
.header-menu {
	background-color: #c8242b;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	text-align: right;
}
.header-extra-menu a.btn {
	border-radius: 0;
}
.header-extra-menu a.btn:first-child {
	margin-right: 5px;
}
.nav-menu {
	display: inline-block;
}
.navbar-nav {
	float: none;
}
.navbar-nav > li {
	position: relative;	
}
.navbar-nav > li > a {
	color: #101010;
	display: -ms-flexbox;
	display: flex;
	font-size: 16px;
	font-weight: 500;
	line-height: 20px;
	margin: 0 3px;
	padding: 15px 12px;
	text-transform: capitalize;
}
.navbar-nav > li.menu-item-has-children > a::after {
	content: "\f107";
	display: inline-block;
	font-family: "Font Awesome 5 Free";
	font-weight: 600;
	margin-left: 5px;
	font-size: 12px;
	vertical-align: middle;
}
.navbar-nav .sub-menu {
	background-color: #fff;
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.4);
	float: left;
	font-size: 15px;
	left: 0;
	margin: 0;
	min-width: 220px;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 100%;
	visibility: hidden;
	z-index: 9999;
}
.navbar-nav .service-menu .sub-menu {
	min-width: 280px;
}
.navbar-nav li:hover > .sub-menu {
	-moz-animation: fadeIn 0.3s ease-in;
	-webkit-animation: fadeIn 0.3s ease-in;
	animation: fadeIn 0.3s ease-in;
	opacity: 1;
	visibility: visible;
}
.navbar-nav li .sub-menu .sub-menu {
	left: 100%;
	top: 0;
}
.navbar-nav .sub-menu li {
	display: block;
	position: relative;
	width: 100%;
}
.navbar-nav li .sub-menu a {
	border-color: rgba(0, 0, 0, 0.05);
	border-style: solid;
	border-width: 0 0 1px;
	color: #555;
	display: block;
	font-size: 14px;
	font-weight: 500;
	line-height: normal;
	margin: 0;
	padding: 10px 15px;
	text-align: left;
	width: 100%;
}
.navbar-nav li .sub-menu > li.menu-item-has-children > a::after {
	content: "\f105";	
	font-family: "Font Awesome 5 Free";
	font-weight: 600;
	margin-left: 5px;
	font-size: 12px;
	float: right;
	vertical-align: middle;	
}
.navbar-nav li > a:hover, 
.navbar-nav li.current-menu-item > a, 
.navbar-nav li:hover > a, 
.navbar-nav li.current-menu-ancestor > a {	
	background-color: #fe4701;
	color: #101010;
}
.navbar-nav li .sub-menu li.current-menu-item > a, 
.navbar-nav li .sub-menu li.current-menu-ancestor > a{
	color: #c8242b;
}
.navbar-nav li .sub-menu li > a:hover, 
.navbar-nav li .sub-menu li.current-menu-item > a:hover,
.navbar-nav li .sub-menu li:hover > a,  
.navbar-nav li .sub-menu li.current-menu-ancestor > a:hover {
	background-color: #c8242b;
	color: #fff;
}
/*====================================================================
						Common Css
=====================================================================*/
/*start mark1-section*/

.mark1-section{
	padding: 20px 0px;
	text-align: center;
	background:#fe4701;
	color: #fff;
}
.mark1-sectiona{
	padding: 0px;
	text-align: center;
}
.mark1-sectiona strong{
	text-align: center;
    color:#ffb400;
    font-weight: 300;
	font-size: 30px; 
  animation: scb 0.6s infinite;
}
@keyframes scb{
  0%{transform: scale(1);text-shadow: 0 0 8px;}
  50%{transform: scale(1.05);text-shadow: 0 0 35px;}
  100%{transform: scale(1);text-shadow: 0 0 8px;}
}
.mark1-sectiona p{
	margin:0px;
	padding: 15px 0px;
	text-align: center;
	font-size: 35px;
	color: #fff;
}
.callbtn{
    animation: inout 0.4s ease infinite;
    height: 48px;
    text-align: center;
    padding: 0px;
    margin: 24px auto;
    border-radius: 1px;
    background: blck;
    color: white;
    cursor: pointer;
    width: 20%;
}
.callbtn a{
  font-size: 32px;
  color: #fff;
  text-decoration: none;
}
.gsap-button {
  border: 1px solid #82c303 !important;
}
@keyframes inout {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(255,255,255,0.4);
    -moz-box-shadow: 0 0 0 0px rgba(255,255,255,0.4);
    box-shadow: 0 0 0 0px rgba(255,255,255,0.4);
  }
  100% {
    -webkit-box-shadow: 0 0 0 20px rgba(255,255,255,0);
    -moz-box-shadow: 0 0 0 20px rgba(255,255,255,0);
    box-shadow: 0 0 0 20px rgba(255,255,255,0);
  }
}
/*end mark1-section*/
.text-heading{
    background: black;
    margin: 0;
    text-align: center;
    color: #fff;
    padding: 10px 10px 10px 10px;
    font-size: 28px;
}


/*bestservice starts*/

.bestservices-container{
    width: 100%;
    background-color: #fe4701; background-image: url(../images/bestservicebg.gif);
    padding: 1% 2% 2% 2%;
    text-align: center;
    background-repeat: repeat;
    background-blend-mode: screen;
	margin-top:25%;
	margin-bottom:0px;
}
@keyframes toppblk {
  0%{
        background: #ffd200;
    }
    50%{
        background: #ffd200;
    }
  100% {background: red; }
}

.bestservice-title{
   float: left;
    width: 100%;
    font-size: 60px;
    color: #fff;
    text-align: center;
    padding-bottom: 20px;
    font-family:'Lato', sans-serif;

    text-shadow: 0px 2px 1px #000;
}.bestservices_title{
   float: left;
    width: 100%;
    font-size: 23px;
    color: #fff;
   
    text-align: center;
   padding-top: 10px;
    padding-bottom: 10px;
       font-family: 'Lato', sans-serif;
}


.bestservice-title::before {
    
    
    content: '';
    position: absolute;
    background-color: #fff;
    width: 5%;
    height: 4px;
    bottom: 10%;
    left: calc(50% - 41px);
}

.bestservice-block {
    float: left;
    width: 100%;
    text-align: left;
    position: relative;
    margin-bottom: 10px;
    transition: 0.5s;
    margin-top: 30px;
    padding: 0px 0px 30px 0px;
    transition: all 300ms linear;
}

.bestservice-block img{
    float: none;
   
    padding: 5px;
   margin: 0 auto;
        border: 10px double #f60c12;
    border-radius: 50%;
    border: #d31e04 10px double;
    margin-top: -40%;

}



.bestservice-block:hover .bestservice_image img {
    
   -webkit-transition: 0.70s;
    -moz-transition: 0.70s;
    -ms-transition: 0.70s;
    -o-transition: 0.70s;
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}
.bestservice_title{
    float:letf;
    width:100%;
    color:#fff;
    text-align: center;
    font-size: 25px;
    font-weight: 600;
    padding-top: 10px;
  font-family: 'Lato', sans-serif;
}
.bestservice_phonenum{
    float:letf;
    width:100%;
    color:#000;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
   padding-bottom: 10px;
    font-family: 'Lato', sans-serif;
}

.bestservice-content {
    padding-left: 15px;
}
.bestservice_call{

    float: left;
    width: 100%;
    text-align:center;
    margin-top: 16px;
     padding-left: 15px;
}
   

.bestservice_call a {
  
  color: #fff;
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    text-decoration: none;
    border: 5px solid #fff;
    margin-top: 17px;
    background-color: #000;
    padding: 6px 45px;
    border-radius: 20px;
        
}

.serc_container {
    float: left;
    width: 100%;
    text-align: right;
    padding-bottom: 30px;
}.serc_block {
    float: left;
    width: 100%;
}.serc_title {
    float: left;
    width: 100%;
    color: #ffce00;
    font-weight: bold;
    font-size: 26px;
       font-family: 'Lato', sans-serif;
}.serc_desc {
    float: left;
    width: 100%;
    color: #fff;
    font-size: 17px;
    font-family: 
    line-height: 30px;
     font-family:poppins;
}.serc_call {
    float: left;
    width: 100%;
    padding: 4% 0px;
}.serc_call a {
    background-color: #ffce00;
    padding: 8px 40px;
    color: #000;
    font-family: 'Lato', sans-serif;
    font-weight: bold;
    font-size: 18px;
    border-radius: 42px;
    text-decoration: none;
}.serc_img {
    float: left;
    width: 100%;
}.serc_img img {
    float: left;
    width: 100%;
    border: 5px solid #d02b3c;
    border-radius: 50%;
}.serc_container1 {
    float: left;
    width: 100%;
    text-align: left;
    padding-bottom: 30px;
}.best-service-head{
        float: left;
    width: 100%;
    text-align: center;
    color: #ffce00 !important;
    font-size: 40px;
    font-weight: bold;
    padding: 30px;
        font-family: 'Lato', sans-serif;
    position: relative;
}

/*bestservice ends*/
.new-bottom {
    margin: 0px 0 0 0;
    padding: 0;
    background: #fe4701;
}
.serrr {
    margin: 0;
    padding: 10px;
}
.ser-1 {
    margin: 0;
    padding: 0;
}
.list-group {
    padding-left: 0;
    margin-bottom: 20px;
}
.list-group-item3 {
    margin: 0;
    padding: 8px 0 8px 0px;
    color: #fff;
    font-size: 15px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    text-transform: capitalize;
    font-family: arial;
    border-bottom: solid 2px #ffffff;
}
 .list-group-item3:hover {
    background: #000;
    color: #fff;
    -webkit-transition: 1s;
	text-decoration:none;
}

/*services starts*/

.services-container {
    width: 100%;
    background-image: url(../images/servicebg.gif);
    background-repeat: repeat;
    background-size: contain;
    padding: 3% 1% 2% 1%;
    background-color: #fe4701;    text-align: center;
    background-repeat: repeat;
}.service-title {
    float: left;
    width: 100%;
    font-size: 50px;
    color: #fff!important;
    text-align: center;
    font-family: 'Lato', sans-serif;
    padding-bottom: 20px;
    text-shadow: 0px 2px 1px #000;
	font-size:35px!important;
}.services_block_container {
    width: 100%;
}.services_block {
    float: left;
    width: 100%;
    text-align: left;
    position: relative;
    border: 3px double #fff;
    padding: 10px;
    transition: 0.5s;
    margin-bottom: 10px;
}.services_title {
    float: left;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 17px;
    text-align: center;
    color: #ffffff;
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
    background-color: #000;
}.services_image {
    float: left;
    width: 100%;
    position: relative;
    overflow: hidden;
}.services_image img {
        float: none;
    padding: 5px;
    margin: 0 auto;
    border: 10px double #f60c12;
    border-radius: 50%;
    border: #d31e04 10px double;
   
}.service-desc {
    float: left;
    width: 100%;
    font-size: 16px;
    line-height: 30px;
    font-family: 'Lato', sans-serif;
    text-align: center;
    padding: 10px 10px 20px 10px;
    font-weight: 500;
    color: #fff;
}.services_call {
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
}.services_call a {
    color: #fff;
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    border: 5px solid #ffcc01;
    margin-top: 17px;
    background-color: #000;
    padding: 6px 45px;
    border-radius: 40px;
}

.services_block:hover .services_image img {
    transition: 0.70s;
    -webkit-transition: 0.70s;
    -moz-transition: 0.70s;
    -ms-transition: 0.70s;
    -o-transition: 0.70s;
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);}

/*services ends*/
.ftr-sec {
    background: #000;
    padding: 20px 0px 20px;
    text-align: center;
    display: block;
}
.ftr-sec .dsclmr {
    padding: 0px;
    font-size: 15px;
    font-weight: 400;
    color: #fff;
}
.ftr-sec .dsclmr span {
    display: block;
    text-align: center;
    color: #fff;
    font-size: 18px;
}

.awards-top {
    background-color: #000000;
    padding: 10px 0 10px 0;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
}

.section {
	margin-bottom:50px;
}
.section-header {
	margin: 0 0 40px;
	position: relative;
}
.section-title {
	color: #ffffff;
	margin: 0 0 15px;
	line-height: 30px;
	position: relative;
	font-weight: 600;
}
.section-title::after {
 	content: "";
 	border-bottom: 2px solid #ffffff;
 	display: block;
 	width: 60px;
 	margin: 10px 0 0;
}
.section-title2 {
	color: #000000;
	margin: 0 0 15px;
	line-height: 30px;
	position: relative;
	font-weight: 600;
}
.section-title2::after {
 	content: "";
 	border-bottom: 2px solid #000000;
 	display: block;
 	width: 60px;
 	margin: 10px 0 0;
}
.text-center .section-title::after { 	
 	margin-left: auto;
	margin-right: auto;
}
.section-subtitle {
	color: #6d6d6d;
	font-size: 14px;
}
.color-white {
	color:#fff;
}
.section-header.color-white p {
	color: #f0f0f0;
}
.color-white .section-title::after {
 	border-color: #fff;
}
.color-white .section-title {
	color: #fff;
}
.slick-prev {
	left: -15px;
}
.slick-next {
	right: -15px;
}
.slick-prev, .slick-next {
	background-color: #c8242b;
	border-radius: 100%;
	color: #fff;
	cursor: pointer;
	display: block;
	font-size: 20px;
	padding: 4px 0 0;
	position: absolute;
	top: 50%;
	z-index: 99;
	text-align: center;
	width: 35px;
	height: 35px;
}
.slick-dots {
	text-align: center;
}
.slick-dots li {
	cursor: pointer;
	display: inline-block;
	margin: 0 5px;
	padding: 0;
	position: relative;
}
.slick-dots li.slick-active button {
	background-color: #c8242b;
}
.slick-dots li button {
	background-color: #6d6d6d;
	border-radius: 100%;
	border: 0 none;
	color: transparent;
	cursor: pointer;
	display: block;
	font-size: 0;
	height: 10px;
	padding: 0;
	position: relative;
	width: 10px;
}
/*====================================================================
						Homepage Css
=====================================================================*/
.slider-section {
	background: #212121;
	overflow: hidden;
	position: relative;
	margin: 0;
}
.slider-carousel img {
	width: 100%;
}
.images-section {
	padding: 40px 0;
	margin: 0;
}
.image-carousel .item {
	padding: 0 7px;
	overflow: hidden;
	position: relative;
}
.image-carousel .item a {
	background-color: #c8242b;
	display: block;
	overflow: hidden;
	padding: 7px;
	border-radius: 10px 3px 10px;
	border-bottom: 5px solid #fe4701;
}
.image-carousel .item:hover img {
	opacity: 0.5;
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.image-carousel .item p {
	background-color: #c8242b;
	color: #fff;
	margin: 0;
	padding: 7px 0;
	text-align: center;
	position: relative;
	z-index: 100;
}
.image-carousel .item .btn {
	position: absolute;
	top: 35%;
	opacity: 0;
	left: 0;
	margin: 0 auto;
	right: 0;
	max-width: 150px;
}
.image-carousel .item:hover .btn {
	opacity: 1;
	/* z-index: 10; */
}
.about-section {
	background-color: transparent;	
	position: relative;
	padding: 30px 0 0;
}
.about-content-block {
	background-color: #fff;
	box-shadow: 0 0 10px rgba(0,0,0,0.15);
	margin: 50px 0;
	padding: 20px;
	text-align: center;
	position: relative;
	max-width: 540px;
}
.about-content + .about-content {
	padding-top: 40px;
}
.about-content h4 {
	color: #8a8a8a;
	text-transform: uppercase;	
}
.about-content h5 {
	font-family: 'Lato', sans-serif;
}
.about-content h1 {
	color: #fe4701;
	font-size: 28px;
	margin-bottom: 15px;
	position: relative;
	font-weight: 700;
}
.about-content h1 strong {
	color: #c8242b;
}
.about-content h2 {
	color: #101010;
	font-size: 40px;
	position: relative;
}
.about-content h2::after {
	content: "";
	border-bottom: 1px solid #101010;
	display: block;
	width: 100px;
	margin: 10px 0 30px;
}
.about-content p {
	color: #4e4e4e;
	margin-bottom: 5px;
	line-height: 24px;
}
.about-content a {
	text-transform: uppercase;
	font-weight: 500;
	color:#fe4701!important;
}
.about-wrapper img {
	margin-top: 2%;
}
.about-image-block {
	height: 100%;
	position: relative;	
}
.about-image {
	height: 100%;
	background-color: transparent;
	position: relative;
	margin-bottom: 20px;
}
.about-image img {
	object-fit: cover;
	/* height: 100%; */
}
/*=================== Home Page Block Icon Css =================*/
.information-section {
	background-image: url('../images/information-bg.jpg');
	background-attachment: scroll;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}
.list-blocks-section {
	position: relative;
	padding: 30px 20px 30px;
	background-color: rgba(0,0,0,0.9);
}
.list-blocks {
	position:relative;
}
.list-blocks-item {
	margin: 15px 0;
}
.list-blocks-wrap {
	text-align: center;
	color: #fff;
	border: 1px dashed #fff;
	padding: 15px;
}
.list-block-icon {
	color: #c8242b;
	font-size: 36px;
	max-width: 140px;
	margin: 0 auto 20px;
}
.list-block-title {
	color: #fff;
	font-weight: 600;
	margin: 0 auto 5px;
}
.list-blocks-desc {
	color: #666666;
	margin: 0 0 10px;	
}
/*===================== Home Page enquiry Css =======================*/
.enquiry-section {	
	position: relative;
}
.enquiry-wrapper {
	background-color: #fe4701;
	padding: 30px;
	border-radius: 10px;
}
.enquiry-wrapper .form-control {
	background-color: transparent;
}
.enquiry-wrapper textarea, .enquiry-wrapper textarea.form-control {
	height: 150px;
	max-height: 140px;
}
/*===================== Home Page service Css =======================*/
.service-section {
	background-color: #fe4701;
	padding: 50px 0 30px;
	margin: 0;
}
.service-section .container {
	max-width: 1280px;
}
.service-carousel {
	margin: 0 -15px;
}
.service-item {
	margin-bottom: 30px;
}
.service-wrap {
	position: relative;
	border: 3px solid #fff;
	border-radius: 0;	
	box-shadow: 0 0 5px rgba(0,0,0,0.15);
}
.service-book a {
	background-color: #c1ad8d;
	color: ;
	color: #fff;
	display: block;
	padding: 10px 15px;
	font-size: 18px;
}
.service-book {
	text-align: center;
}
.service-image {
	background-color: #101010;	
	display: block;
	overflow: hidden;
	-webkit-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
}
.service-image a {
	display: block;
}
.service-item:hover .service-image img {
	opacity: 0.5;
	-webkit-transform: scale(1.1);
	transform: scale(1.1);	
}
.service-summery {
	background-color: #f0fafb;
	padding: 10px 15px 10px;
	text-align: center;
}
.service-title {
	color: #212121;
	margin: 0 0 15px;
	font-size: 16px;
	font-weight: 700;
}
.service-title a {
	color: #101010;
}
.service-content {
	color: #444;
	margin-bottom: 15px;
}
.service-summery .service-content {
	margin-bottom: 25px;
}
.service-overlay-summery {	
	background-color: #fff;
	text-align: center;
	padding: 10px;
}
.service-overlay-summery .service-title {
	margin: 0 0 5px;
}
.service-overlay-summery .service-title a {	
	color: #fff;
	display: block;
	padding: 10px;
	text-align: center;
}
.service-overlay-summery .service-title span {
	font-family: 'Lato', sans-serif;
}
.service-overlay-summery .service-price {
	color: #c8242b;
	font-size: 20px;
}
.service-overlay-summery .btn {
	position: absolute;
	top: 35%;
	opacity: 0;
	left: 0;
	margin: 0 auto;
	right: 0;
	max-width: 150px;
}
.service-item:hover .service-overlay-summery .btn {
	opacity: 1;
	/* z-index: 10; */
}
/*===================== Home Page whyus Css =======================*/
.whyus-enquiry-section {
	margin: 0;
}
.whyus-box-wrap {
	background-color: #fff;
	text-align: center;
	margin-bottom: 30px;
}
.whyus-icon {
	margin-bottom: 15px;
	display: block;
	overflow: hidden;
}
.whyus-icon img {
	max-width: 90px;
}
.whyus-box-item:hover .whyus-icon img {
	-webkit-transform: scale(0.90);
	transform: scale(0.90);
}
.whyus-content h4 {
	font-weight: 400;
	font-size: 16px;
	font-family: 'Lato', sans-serif;
}
.whyus-box-item:hover .whyus-content h4 {
	color: #c8242b;
}

/*================== Homepage Testimonial Css =====================*/
.testimonial-section {
	background-color: #fff;
	margin-bottom: 35px;
}
.testimonial-section .section-subtitle {
	max-width: 600px;
	margin: 0 auto;
}
.testimonial-carousel {	
	margin: 0 auto;	
}
.testimonial-item {
	position: relative;	
}
.testimonial-wrap {
	position: relative;
	text-align: center;
	max-width: 960px;
	margin: 0 auto;
	background-color: #fe4701;
	border-radius: 5px;
	padding: 20px;
	border: 3px solid #c8242b;
}
.testimonial-title {
	color: #444444;
	font-size: 18px;	
}
.testimonial-content {
	margin-bottom: 25px;
	position: relative;	
}
.testimonial-content p {
	color: #444444;
	line-height: 26px;
}
.testimonial-star{
	color: #ffd800;
	font-size: 14px;
	margin-bottom: 20px;
}
.testimonial-star i {
    padding: 0 3px;
}
.testimonial-meta {
	font-weight: 500;
	display: inline-block;
	color: #998675;
}
.testimonial-meta + .testimonial-meta::before {
 	content: "|";
 	display: inline-block;
 	margin: 0 10px;
}
.testimonial-image {
	border-radius: 100%;
	height: 100px;
	margin: 0 auto 40px;
	width: 100px;	
	position: relative;
}
#loading {
 -webkit-animation: rotation 10s infinite linear;
}

@-webkit-keyframes rotation {
   from {
     -webkit-transform: rotate(0deg);
    }
  to {
   -webkit-transform: rotate(359deg);
  }
}
.testimonial-image::before {
	content: "\f10d";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 14px;
	position: absolute;
	bottom: -10px;
	right: 0px;
	background-color: #fff;
	color: #c8242b;
	border-radius: 100%;
	width: 40px;
	height: 40px;
	text-align: center;
	padding: 8px;
}
.testimonial-image img {
	border-radius: 100%;
}
.provide-section {
	background-color: #fff;
	padding: 30px 0 0;
	margin: 0;
}
.provide-item {
	display: flex;
	margin-bottom: 30px;
}
.provide-wrap {
	background-color: #fe4701;
	padding: 15px;
	box-shadow: 0 0 5px rgba(0,0,0,0.15);
	border-radius: 5px;
	text-align: center;
	border: 3px dashed #c8242b;
	color: #444444;
}
.provide-wrap h4 {
	font-weight: 600;
	line-height: 24px;
}
.provide-wrap p {
	margin: 0;
}
/*====================================================================
						Footer Css
=======================================================================*/
.footer {
	background-color: #fe4701;
}
.footer-dis {
	background-color: #1b4961;
	padding: 10px;
}
.footer-dis p {
	margin: 0;
}
.footer-top {
	padding: 40px 0 0;
	position: relative;
	z-index: 1;
}
.footer-widget-outer {
	padding: 30px 0 20px;
}
.footer p, .footer a {
	color: #fff;	
}
.footer a:hover, .footer a:focus {
	color: #fff;
	outline: medium none;
	text-decoration: none;
}
.footer-widget-title {
	color: #101010;
	font-size: 20px;
	font-weight: 400;
	margin-bottom: 30px;
	position: relative;
	z-index: 10;
}
.footer-column {
	margin-bottom: 30px;
}
.footer-column li {
	display: block;
	position: relative;
}
.footer-column li a {
	display: block;
	line-height: 24px;
	padding: 3px 0;
}
.footer-column-three {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
}
.footer-contact {
	position: relative;
	z-index: 10;
	padding-top: 20px;
}
.footer-site-title {
	color: #101010;
	margin-bottom: 25px;
}
.footer-contact > p {
	position: relative;
}
.footer-contact .fa, 
.footer-contact .far, 
.footer-contact .fas, 
.footer-contact .fab {
	display: table-cell;
	padding-right: 15px;
}
.footer-contact span {
	display: table-cell;
}
.footer-bottom {	
	position: relative;
}
.footer-bottom-outer {	
	position: relative;
	z-index: 1;	
}
.footer-address {
	border-bottom: 1px solid #fff;
	padding: 30px 0 20px;
	text-align: center;	
}
.footer-menu {
	text-align: center;
	padding: 15px 0;
	border-bottom: 1px solid #fff;
}
.footer-menu li {
	display: inline-block;
	list-style-type: none;
}
.footer-menu li a {
	padding: 0 10px;
	margin: 5px 0;
	display: block;
	line-height: 20px;
}
.copyright p {
	margin: 0px!important;
}
.footer-social-icon {
	margin: 15px 0;
	text-align:right;
}

.head-markk1 {
    background-color: #000000;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    padding: 10px 0;
    animation: texclr 400ms linear infinite;
}

.main {
    margin: auto;
    padding: 0;
    width: 95%;
}

.head-mrrk2 {
    text-align: center;
}

.head-mrrk2 h4 {
    font-size: 20px;
    font-weight: 400;
    padding: 10px 0;
    line-height: 31px;
}

/*support_blocks starts*/

.support_blocks {
    float: left;
    width: 100%;
    padding: 3%;
}.support_block {
    float: left;
    width: 100%;
}.support_image {
    float: left;
    width: 100%;
}.support_head {
    float: left;
    width: 100%;
    text-align: center;
    font-family: 'Lato', sans-serif;
    font-weight: bold;
    color: #fe4701;
    font-size: 20px;
    padding: 6% 0px 1% 0%;
}.support_desc {
    float: left;
    width: 100%;
    text-align: center;
    color: #000;
    font-family:'Lato', sans-serif;
    font-size: 19px;
}
element.style {
}
.support_image img {
    float: none;
    width: 50%;
    margin: 0 auto;
    display: table;
    border: 2px solid #f9ae31;
    border-radius: 50% !important;
    padding: 6px;
}.support_block:hover .support_image img {
    transition: 0.70s;
    -webkit-transition: 0.70s;
    -moz-transition: 0.70s;
    -ms-transition: 0.70s;
    -o-transition: 0.70s;
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}
/*support_blocks ends*/

.footer-social-icon > ul {
	display: inline-block;
}
.footer-social-icon li {
	display: inline-block;
	margin: 0 5px;
	width: auto;
}
.footer-social-icon li a {
	background-color: rgba(0,0,0,0.10);
	border-radius: 10px;
	color: #101010;
	display: block;
	font-size:18px;
	height: 30px;
	padding-top: 2px;
	text-align: center;
	width: 30px;
}
.footer-social-icon li.facebook a:hover {
	color: #101010;
}
.footer-social-icon li.facebook a:hover {
	color: #3b5998;
}
.footer-social-icon li.twitter a:hover {
	color: #00bdec;
}
.footer-social-icon li.gplus a:hover {
	color: #d34836;
}
.footer-social-icon li.youtube a:hover {
	color: #c4302b;
}
.footer-social-icon li.instagram a:hover {
	color: #8a3ab9;
}
.footer-social-icon li.lindkedin a:hover {
	color: #0e76a8;
}
.footer-social-icon li.pinterest a:hover {
	color: #c92228;
}
.footer-social-icon li.tumblr a:hover {
	color: #34526f;
}
.footer-social-icon li.flickr a:hover {
	color: #0063dc;
}
.footer-social-icon li.tripadvisor a:hover {
	color: #00af87;
}
.scroll-top {
	position: fixed;
	right: 10px;
	bottom: 10px;
	display: none;
	z-index: 10;
}
.scroll-top a {
	background-color: #3498db;
	border-radius: 4px;
	color: #fff;
	cursor: pointer;
	display: block;
	height: 30px;
	padding: 5px;
	text-align: center;
	width: 30px;
}
.whatsapp-call {
	bottom: 10px;
	left: 10px;
	position: fixed;
	z-index: 99;
}
.whatsapp-call a {	
	background-color: #53ec67;
	border-radius: 7px;
	color: #fff;
	display: block;
	font-size: 24px;
	height: 35px;
	width: 35px;	
	text-align: center;	
}
.loader {
	background-color: rgba(255, 255, 255, 0.8);	
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url('assets/images/loading.gif');
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;		
	opacity: 1;
	visibility: visible;
	-webkit-transition: opacity .2s ease-out, visibility 0s linear .2s;
	-o-transition: opacity .2s ease-out, visibility 0s linear .2s;
	transition: opacity .2s ease-out, visibility 0s linear .2s;
	z-index: 1000;
}
.loader.show {
	-webkit-transition: opacity .4s ease-out, visibility 0s linear 0s;
	-o-transition: opacity .4s ease-out, visibility 0s linear 0s;
	transition: opacity .4s ease-out, visibility 0s linear 0s;
	visibility: visible;
	opacity: 1;
}
.call {
	margin: 0;
	padding: 0px 0px 0px 5px;
	background-color: transparent;
	/*end footer*/
	float: left;
	animation: pulsate 1s ease-out;
	animation-iteration-count: infinite;
	-webkit-animation: pulsate 1s ease-out;
	-webkit-animation-iteration-count: infinite;
  }

  @keyframes pulsate {
	0% {
	  transform: scale(0.9, 0.9);
	  opacity: 1;
	}

	50% {
	  transform: scale(1.2, 1.2);
	  opacity: 1;
	}

	100% {
	  transform: scale(0.9, 0.9);
	  opacity: 1;
	}
  }

  @-webkit-keyframes pulsate {
	0% {
	  -webkit-transform: scale(0.9, 0.9);
	  opacity: 1;
	}

	50% {
	  -webkit-transform: scale(1.2, 1.2);
	  opacity: 1;
	}

	100% {
	  -webkit-transform: scale(0.9, 0.9);
	  opacity: 1;
	}
  }

  .whatsapp {
	margin: 0;
	padding: 0px 5px 0px 0px;
	background-color: transparent;
	float: left;
	animation: pulsate 1s ease-out;
	animation-iteration-count: infinite;
	-webkit-animation: pulsate 1s ease-out;
	-webkit-animation-iteration-count: infinite;
	position: fixed;
	bottom: 55px;
	left: 7px;
}
  @keyframes pulsate {
	0% {
	  transform: scale(0.9, 0.9);
	  opacity: 1;
	}

	50% {
	  transform: scale(1.2, 1.2);
	  opacity: 1;
	}

	100% {
	  transform: scale(0.9, 0.9);
	  opacity: 1;
	}
  }

  @-webkit-keyframes pulsate {
	0% {
	  -webkit-transform: scale(0.9, 0.9);
	  opacity: 1;
	}

	50% {
	  -webkit-transform: scale(1.2, 1.2);
	  opacity: 1;
	}

	100% {
	  -webkit-transform: scale(0.9, 0.9);
	  opacity: 1;
	}
  }

  .fix {
	position: fixed;
	padding: 0;
	bottom: 0;
	left: 0;
  }
/*====================================================================
						Default Css
=====================================================================*/
.page-banner-section {
	position: relative;
}
.page-banner {
	background-color: transparent;
	border-color: #ededed;
	border-style: solid;
	border-width: 1px 0 1px 0;
	position: relative;
}
.page-banner-wrap {
	padding: 15px 0;
	position: relative;
	overflow: hidden;
}
.page-banner-image {
	background-attachment: scroll;
	background-image: url('assets/images/page-banner.html');
	background-position: center top;
	background-size: cover;
	background-repeat: no-repeat;
}
.page-banner-image::before {
 	background-color: rgba(0, 0, 0, 0.60);
 	content: "";
 	height: 100%;
 	left: 0;
 	position: absolute;
 	top: 0;
 	width: 100%;
}
.page-banner-image .page-banner-wrap {
	color: #fff;
	padding: 17% 0;
	text-align: center;
}
.page-banner-image .page-banner-title {
	color: #fff;
	margin: 0 0 15px;
	font-size: 42px;
	font-style: italic;
}
.page-banner-image .breadcrumbs {
	margin: 5px 0;	
	font-size: 14px;
	line-height: 20px;
}
.trail-browse {
	display: none;
}
.breadcrumb-item {
	display: inline-block;
	list-style-type: none;
}
.breadcrumb-item a {
	color: #808080;
}
.breadcrumb-item + .breadcrumb-item::before {
 	content: "/";
 	font-size: 14px;
 	line-height: 14px;
 	opacity: 0.8;
 	padding-right: 7px;
}
.breadcrumb-item + .breadcrumb-item {
	padding-left: 10px;
}
.breadcrumb-item:hover a {
	color: #ccc;
}
.page-banner-image .breadcrumb-item {
	color: #ccc;
}
.page-banner-image .breadcrumb-item + .breadcrumb-item::before, 
.page-banner-image .breadcrumb-item a {
 	color: #fff;
}
.body-transparent .page-banner-section {
	padding-top: 81px;
}
.site-content {
	background-color: #f2e6ce;
}
.content-wrapper {
	padding: 30px 0;
}
.content-area {
	min-height: 300px;
}
.page-title {
	position: relative;
	text-transform: capitalize;
	color: #101010;
	margin-bottom: 40px;
}
.page-title::after {
 	content: "";
 	border-bottom: 2px solid #b7b7b7;
 	display: block;
 	width: 65px;
 	margin: 10px 0;
}
.text-center .page-title::after {
 	margin: 10px auto;
}
.page-content {
	background-color: rgba(255,255,255,0.90);
	border-radius: 3px;
	display: table;
	width: 100%;
	padding: 20px;	
	position: relative;
	text-align: justify
}
.page-content::before {
	content: "";
	border: 2px solid #c8242b;
	border-radius: 3px;
	position: absolute;
	left: 5px;
	top: 5px;
	bottom: 5px;
	right: 5px;
}
.content-section {
	position: relative;
}
.page-content ul, .page-content ol {
	margin-bottom: 15px;
	padding-left: 15px;
}
.page-content ul li {
	margin-bottom: 5px;
	position: relative;
}
.page-content b, .page-content strong {
	color: #fe4701;
}
.page-section-title {
	color: #101010;
	border-bottom: 1px dotted #e0e0e0;
	margin-bottom: 20px;
	padding-bottom: 10px;
	position: relative;
	width: 100%;
}
.page-section-title::before {
 	content: '';
 	background-color: #c8242b;
 	bottom: -1px;
 	height: 2px;
 	left: 0px;
 	position: absolute;
 	width: 45px;
}
/*====================================================================
						Sidebar Css
=====================================================================*/
.widget {
	background-color: transparent;
	border: 1px solid #eaeaea;
	margin-bottom: 25px;
	overflow: hidden;	
}
.widget:last-cild {
 	margin-bottom: 0;
}
.widget .search-form {
	padding: 10px;
}
.widget-title {
	background-color: #c8242b;
	border-bottom: 0px solid #c8242b;
	color: #fff;
	font-size: 16px;
	margin: 0;
	padding: 12px 10px;
	position: relative;
}
.widget-title a {
	color: #47474c;
}
.widget ul {
	list-style: outside none none;
	padding: 0 10px;
}
.widget ul li {
	border-bottom: 1px dashed #d0d0d0;
	padding: 10px 0 10px 20px;
	position: relative;
}
.widget ul li::before {
 	content: "";
 	background-color: #000;
 	position: absolute;
 	width: 5px;
 	height: 5px;
 	left: 2px;
 	top: 18px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.widget ul li a {
	color: #666666;
	display: block;
	font-weight: 500;
}
.widget ul li:last-child {
	border-bottom: none;
}
.widget ul li a:hover, 
.widget ul > li.current-menu-item > a, 
.widget ul > li.current-page-ancestor > a {
	color: #c8242b;
}
.widget .sub-menu {
	padding:0 15px;
}
.widget.widget_text .textwidget {
	padding: 10px;
}
/*====================================================================
						Error And Search Page Css
=====================================================================*/
.error-404.not-found {
	padding: 20px 0 30px;
	text-align: center;
}
.search-field.form-control {
	display: inline-block;
	height: 40px;
	margin-bottom: 15px;
	max-width: 360px;
	vertical-align: top;
}
.search-found {
	padding: 20px 0 30px;
}
.search-results .content-section {
	margin-top: 0;
}
/*====================================================================
						Contact Page Css
=====================================================================*/
.page-contact-us .site-content {
	background-color: #fff;
	overflow: hidden;
}
.contact-page-map {	
	min-height: 350px;
}
.contact-page-form {
	/* border: 1px solid #e0e0e0; */
	border-radius: 10px;
	padding: 0;
	margin-bottom: 30px;
}
.contact-form-title, .contact-info-title {
	margin-bottom: 25px;
	font-size: 24px;
}
.contact-form-title::after, .contact-info-title::after {
	content: "";
	border-bottom: 2px solid #c8242b;
	display: block;
	width: 50px;
	margin: 10px 0;
}
.contact-info-section {
	margin: 0 auto 0;
}
.contact-info {
	/* border: 1px solid #e0e0e0; */
	/* border-radius: 10px; */
	/* padding: 30px 20px; */
	margin-bottom: 30px;
}
.contact-info > ul {
	display: table;
	width: 100%;
	padding: 25px 0;	
}
.contact-info > ul + ul {
	margin-top: 30px;
}
.contact-info li {
	display: block;
	width: 100%;
}
.contact-info li + li {
	margin-top: 25px;
}
.contact-wrap {
	position: relative;
	display: table;
	/* border: 1px solid #f0f0f0; */
	width: 100%;
	/* padding: 10px; */
	/* align-items: center; */
}
.contact-icon {
	display: table-cell;
	width: 45px;
	text-align: center;
	vertical-align: middle;
	border-right: 1px solid #e0e0e0;
}
.contact-icon i {
	background-color: transparent;
	/* border: 1px solid #e0e0e0; */
	/* border-right: 3px solid #101010; */
	color: #101010;
	width: 40px;
	height: 40px;
	line-height: 40px;
}
.contact-text {
	position: relative;
	display: table-cell;
	padding: 0 15px;
	vertical-align: middle;
}
.contact-title {
	font-size: 16px;
	margin: 0px 0px 5px;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
}
.contact-text p {
	margin: 0;
}
.contact-page-content {
	text-align: center;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 50px;
}
.form-group {
	position: relative;
}
.form-group label {	
	font-weight: 500;
	color: #646563;
}
.input-group i {
	position: absolute;
	font-size: 14px;
	top: 13px;
	line-height: 1;
	text-align: center;
	z-index: 9;
	color: #8b8b8b;
	width: 35px;
	height: 16px;
}
.input-group .form-control {
	padding-left: 45px;
}
.input-group .info, .form-group .info {
	color: #17A398;
	font-size: 12px;
}
input[type="text"], 
input[type="email"], 
input[type="tel"], 
input[type="url"], 
input[type="password"], 
select, textarea, .form-control {
	border-color: #e0e0e0;
	border-radius: 0;
	border-style: solid;
	border-width: 1px;
	box-shadow: none;
	color: #fff;
	font-size: 14px;
	height: 40px;
	padding: 8px 15px;	
	width: 100%;
}
textarea,  textarea.form-control {
	height: auto;
	max-height: 70px;
}
.captcha-group {
	position: relative;
	overflow: hidden;
}
.captcha-group label {
	display: block;
}
.captcha-group .form-control {
	width: 135px;
	float: left;
}
.captcha-group img {
	height: 40px;
	width: 55px;
	float: left;
}
.form-submit {
	min-width: 100px;
	margin: 0 auto;
}
.form-control::-webkit-input-placeholder {
 	color: #fff;
 	opacity:1;
}
.form-control:-moz-placeholder { /* Firefox 18- */
 	color: #fff;
 	opacity:1;
}
.form-control::-moz-placeholder {  /* Firefox 19+ */
 	color: #fff;
 	opacity:1;
}
.form-control:-ms-input-placeholder {
 	color: #fff;
 	opacity:1;
}
.form-control:focus::-webkit-input-placeholder {
 	color:transparent;
}
.form-control:focus:-moz-placeholder {
 	color:transparent;
} /* FF 4-18 */
.form-control:focus::-moz-placeholder {
 	color:transparent;
} /* FF 19+ */
.form-control:focus:-ms-input-placeholder {
 	color:transparent;
} /* IE 10+ */
.form-focus .form-group {
	position: relative;
}
.form-focus .form-group label.label-focus {
	-webkit-order: 1;
	-ms-flex-order: 1;
	order: 1;
	pointer-events: none;
	-webkit-font-smoothing: antialiased;
	padding-left: 25px;
	z-index: 1;
	-webkit-transform: translate3d(0,28px,0) scale(1);
	transform: translate3d(0,15px,0) scale(1);
	transition: transform cubic-bezier(.25,.8,.25,1) .25s;
	-webkit-transform-origin: left top;
	transform-origin: left top;
	position: absolute;
	left: 0;
	top: 0;
	color: #444;
}
.form-focus .form-group.focus label.label-focus,
.form-focus .form-group.has-value label.label-focus {
	color: #c8242b;
	-webkit-transform: translate3d(0,2px,0) scale(1);
	transform: translate3d(0,2px,0) scale(0.75);
}
.form-focus .form-group .form-control {
	background-color: transparent;
	border-width: 0 0 1px 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	height: auto;
	padding: 24px 15px 5px;
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	-webkit-order: 2;
	-ms-flex-order: 2;
	order: 2;
}
.form-focus .form-group.focus .form-control:focus{
	box-shadow: none;
}
.sidebar .form-focus .form-group label.label-focus {	
	padding-left: 7px;
}
/*====================================================================
						Responsive Css Start Here
=====================================================================*/
@media only screen and (max-width: 1199px) {
.navbar-nav > li > a {	
	font-size: 15px;	
}
}
@media only screen and (max-width: 991px) {
.container {
 	max-width: 100%;
}
.header.sticky {
	padding-bottom: 110px;
}
.header.fixed {
	padding-top: 110px;
}
/*.header-logo {
	text-align: left;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between;
}*/
.header-logo .logo-link {
	display: inline-block;	
}
.site-title {
	margin: 6px 0;
	float: left;
}
.header-contact {
	border-top: 1px solid #fff;	
	padding: 10px 10px;
}
.header-contact-option {
	text-align: center;
}
.header-menu {
	width: 100%;		
}
.nav-menu {
 	float: left;
	 width: 100%;
}
.navbar-light .navbar-toggler{
 	border: none;
}
.navbar-dark .navbar-toggler {
	border-color: rgba(255,255,255,.5);
}
.navbar-toggler {
	float: right;
	margin: 18px 0;
	padding: 5px 7px;
	font-size: 16px;
}
.navbar-dark .navbar-toggler-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.8)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.navbar-light .navbar-toggler-icon {	
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.8)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.navbar-collapse {
	width: 100%;
	position: absolute;
	top: 100%;
	background-color: #fff;
	min-width: 270px;
	box-shadow: 0 3px 2px rgba(0,0,0,0.3);
	z-index: 100;
	left: 0;
}
.navbar-nav {
	margin: 0;
	text-align: left;
	padding: 15px;
}
.navbar-nav li {
 	display: block;
 	white-space: inherit;
 	width: 100%;
}
.navbar-nav li > a {
 	border-bottom: 1px solid #dbdbdb;
 	margin: 0 0 3px;
 	padding: 7px 5px;
}
.navbar-nav > li:first-child > a {
 	padding-left: 5px;
}
.navbar-nav li > a:hover::before, 
.navbar-nav li.current-menu-item > a::before, 
.navbar-nav li.current_page_item > a::before, 
.navbar-nav li:hover > a::before, 
.navbar-nav li.current_page_ancestor > a::before, 
.navbar-nav li.current-page-parent > a::before {
	display: none;
}
.navbar-nav > li.menu-item-has-children > a::after {
	display: none;
}
.navbar-nav li.menu-item-has-children::after {
 	color: #2a2a2a;
 	content: "\f067";
 	display: block;
 	font-family: "Font Awesome 5 Free";
	font-weight: 600;
 	height: 36px;
 	line-height: 36px;
 	position: absolute;
 	right: 0;
 	text-align: center;
 	top: 0;
 	width: 36px;
 	z-index: 99;
}
.navbar-nav li.menu-item-has-children.open::after {
 	content: "\f068";
}
.navbar-nav li:hover .sub-menu {
 	opacity: 0;
 	visibility: hidden;
}
.navbar-nav li.open > .sub-menu {
 	-moz-animation: none;
 	-webkit-animation: none;
 	animation: none;
 	display: block;
 	opacity: 1;
 	visibility: visible;
}
.navbar-nav .sub-menu {
 	background-color: transparent;
 	border: medium none;
 	box-shadow:none;
 	display: none;
 	float:none;
 	padding-left: 15px;
 	position: static;
 	width:100%;
}
.navbar-nav li .sub-menu a {
 	padding: 7px 5px;
 	color: #2a2a2a;
}
.navbar-nav .sub-menu a:hover {
 	background-color: transparent;
 	color: #c0c0c0;
}
.about-content-block {	
	max-width: 100%;
	margin: 40px 0;
}
}
@media only screen and (max-width: 767px) {
.header.fixed {
	padding-top: 0;
}
.header-fixed {
	position: static;
}
.header-transparent, 
.header-transparent.transparency {	
	position: static;	
}
.header.sticky {
	padding-bottom: 0;
}
.header-sticky,
.header-sticky.sticked {
 	position: static;
}
.header-top-left {
	text-align: center;
	border-bottom: 1px solid #e0e0e0;
}
.header-top-right {
	display: block;
	text-align: center;
	padding: 0;
}
.header-top-left > ul > li > a, 
.header-top-right > ul > li > a {
	padding: 10px 10px 10px 10px;
}
.footer-column-three {
	display: block;
}
.header-contact-option li a i {	
	font-size: 20px;
	margin-right: 7px;
	width: 35px;
	height: 35px;	
	padding: 7px;	
}
.header-contact-option li a span {	
	font-size: 13px;
}
.header-contact-option li a strong {	
	font-size: 14px;	
}
.copyright {
 	text-align: center;
}
.copyright p {
	margin: 10px 0;	
}
.footer-bottom-right {
	text-align: center;
}
.footer-social-icon {
 	margin: 0 0 7px;
 	text-align: center;
}
.service-section {	
	padding: 30px 0 10px;
}
.about-content h1 {	
	font-size: 24px;	
	text-align: justify;
}
.about-wrapper img {
	margin-top: 10%;
}
.enquiry-section img {
	margin-top: 10%;
}
.service-item {
	margin-bottom: 20px;
}

@media only screen and (max-width: 575px) {
.h1, h1 {
 	font-size: 24px;
}
.header-contact-option li:first-child {
	margin-right: 2px;
}
.gallery-columns-4 .gallery-item {
	max-width: 50%;
}
}
@media only screen and (max-width: 400px) {

}

