::-webkit-input-placeholder {
 color: #333;
}

:-moz-placeholder { /* Firefox 18- */
 color: #333;
}

::-moz-placeholder {  /* Firefox 19+ */
 color: #333;
}

:-ms-input-placeholder {
 color: #333;
}

@font-face {
    font-family: 'Kalinga';
    src: url('../fonts/Kalinga.eot');
    src: url('../fonts/Kalinga.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Kalinga.woff2') format('woff2'),
        url('../fonts/Kalinga.woff') format('woff'),
        url('../fonts/Kalinga.ttf') format('truetype'),
        url('../fonts/Kalinga.svg#Kalinga') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Kalinga';
    src: url('../fonts/Kalinga-Bold.eot');
    src: url('../fonts/Kalinga-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Kalinga-Bold.woff2') format('woff2'),
        url('../fonts/Kalinga-Bold.woff') format('woff'),
        url('../fonts/Kalinga-Bold.ttf') format('truetype'),
        url('../fonts/Kalinga-Bold.svg#Kalinga-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Bookman Old Style';
    src: url('../fonts/BookmanOldStyle-Italic.eot');
    src: url('../fonts/BookmanOldStyle-Italic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/BookmanOldStyle-Italic.woff2') format('woff2'),
        url('../fonts/BookmanOldStyle-Italic.woff') format('woff'),
        url('../fonts/BookmanOldStyle-Italic.ttf') format('truetype'),
        url('../fonts/BookmanOldStyle-Italic.svg#BookmanOldStyle-Italic') format('svg');
    font-weight: 300;
    font-style: italic;
}

body {
	color: #1e1e1e;
	background: #fff;
	font-size: 16px;
	font-family: 'Kalinga';
	font-weight: 400;
	font-style: normal;
	overflow: hidden;
}
a:focus {
	outline: 0;
}
html {
	position: relative;
	min-height: 100%;
	overflow-y: scroll;
}
.clear {
	height: 20px;
	clear: both;
}
.cler {
	height: 10px;
	clear: both;
}
.clr {
	height: 0px;
	clear: both;
	width: 100%;
}
.no-left-padding {
	padding-left: 0px;
}
.no-right-padding {
	padding-right: 0px;
}
.no-padding {
	padding: 0px;
}
p{
	line-height:26px;
}
.section{
	display:block;
	position:relative;
}
.header{
	display:block;
	position:relative;
}
.header-top-section{
	display:block;
	height:47px;
	background-color:#343434;
	color:#ffffff;
	padding:13px 0;
	font-size:16px;
	font-weight:bold;
}
.container {
    max-width: 1200px;
}
.icon-image{
	display:inline-block;
	vertical-align:middle;
	margin-right:8px;
}
.icon-with-text-box span{
	letter-spacing:1px;
	padding-top:2px;
}
.icon-with-text-box span a{
	color:#fff !important;
	text-decoration:none !important;
}
.icon-image-mobile{
	margin-top:-1px;
}
.navigation-section{
	display:block;
	position:relative;
	background-color:#fff;
	border-bottom:1px solid #eaeaea;
	height:103px;
}
.logo img{
	max-width:100%;
	display:block;
	height:auto;
}
.nav.green-black{
	margin-top:8px;
}
.banner-overlay{
	position:absolute;
	right:0;
	left:0;
	bottom:0;
	z-index:2;
	width:100%;
	height:100%;
}
.banner-section img{
	width:100%;
	height:auto;
	display:block;
}
.banner-caption{
	background-color:rgba(0,0,0,0.6);
	display:block;
	padding:35px;
}
.banner-caption h2{
	font-size:40px;
	color:#fffefe;
	font-weight:bold;
	position:relative;
	margin:0 0 15px;
	text-transform:uppercase;
	line-height:1.4em;
}
.red-bg-big-btn {
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    border: none;
    background-color: #dc3d2a;
    border-radius: 0;
    padding: 15px 30px;
	font-weight:bold;
}
.red-bg-big-btn:hover,
.red-bg-big-btn:focus{
	background-color:#fff;
	color:#dc3d2a;
}

.line {
    width: 64px;
    height: 2px;
    background-color: #202078;
    margin: 0 auto
}
.typo-line {
    display: inline-block;
    position: relative;
    margin: 0 0 20px;
}
.typo-line:before {
    content: '';
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #cad2d8
}
.typo-line:after {
    content: '';
    position: absolute;
    bottom: -4px;
    left: 0;
    right: 0;
    width: 35%;
    height: 2px;
    margin: auto;
    background-color: #343434;
}
.sub-header {
    color: #343434;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}
h2.heading {
    padding: 0px;
    margin: 0px;
    color: #000000;
    font-size: 28px;
    font-weight: bold;
}
.listings-with-hand-icon{
	margin:0 auto;
	padding:0;
	list-style:none;
	width:100%;
	max-width:600px;
	display:block;
}
.listings-with-hand-icon li{
	float:left;
	width:50%;
	font-size:16px;
	color:#1e1e1e;
	background:url(../images/icons/hand-icon.png) left top no-repeat;
	padding-left:30px;
	margin-bottom:15px;
	text-align:left;
}
.grey-bg{
	background-color:#e9eaec;
}
.service-box{
	text-align:center;
	height: 170px;
	display:block;
	background-color:#343434;
	padding:35px 15px 0;
	margin-bottom:30px;
}
.service-box p{
	font-size:15px;
	color:#b7b7b7;
	margin-bottom:0;
	line-height:1.2em;
}
.service-box h4{
	font-size:16px;
	color:#ffffff;
	text-transform:uppercase;
	font-weight:700;
	margin:0 0 10px;
	letter-spacing:1px;
}
.service-box-icon{
	display:block;
	height:55px;
	text-align:center;
}
.service-box:hover{
	-webkit-box-shadow: 0px 15px 20px -7px rgba(0,0,0,0.8);
	-moz-box-shadow: 0px 15px 20px -7px rgba(0,0,0,0.8);
	box-shadow: 0px 15px 20px -7px rgba(0,0,0,0.8);
}
.testimonial-section{
	background-image:url(../images/testimonial-bg-new.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	background-size:cover;
	background-attachment:fixed;
	min-height:329px;
}
.testimonial-section-overlay{
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	z-index:1;
	background-color:rgba(0,0,0,0.6);
}
.testimonial-slider-box{
	display:block;
	position:relative;
	padding-top:52px;
}
.testimonial-slider-box:before{
	position:absolute;
	width:47px;
	height:32px;
	left:0;
	right:0;
	margin:0 auto;
	top:0px;
	background:url(../images/icons/quote-icon.png) no-repeat;
	content:"";
}
.testimonial-slider-box p{
	font-family: 'Bookman Old Style';
	font-size:20px;
	color:#ffffff;
	line-height:28px;
	font-style:italic;
}
.testimonial-slider-box span{
	color:#ffffff;
	font-size:16px;
}

.testimonial-slider .slick-prev, .testimonial-slider .slick-next {
	position: absolute;
	z-index: 99;
	top: 50%;
	width: 32px;
	height: 32px;
	background-color: transparent;
	text-align: center;
	border-radius: 0;
	border: none;
}
.testimonial-slider .slick-prev {
	left: -45px;
	background: transparent url(../images/icons/left-arrow.png) center center no-repeat;
}
.testimonial-slider .slick-next {
	right: -45px;
	background: transparent url(../images/icons/right-arrow.png) center center no-repeat;
}
.testimonial-slider .slick-prev:before, .testimonial-slider .slick-next:before {
	content: "";
	display: none;
}
.testimonial-slider .slick-dots{
	display:none !important;
}
.address-box {
    margin-bottom: 35px;
}
.contact-icon-box {
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    background-color: #dc3d2a;
    font-size: 16px;
}
.address-box h5 {
    font-size: 18px;
    color: #000000;
    font-weight: 700;
	text-transform:uppercase;
	margin-bottom:0;
}
.pink-fild{
	border-radius: 0px;
	height: 57px;
	border: 1px solid #bbbbbb;
    font-family: 'Kalinga';
	font-size:14px;
	color:#000;
}
textarea.pink-fild{
	height:auto !important;
}
.enquiry-form .form-group {
    margin-bottom: 21px;
}
.custom-btn{
	border-radius:0;
	border:none;
	font-size:18px;
	color:#fffefe;
	font-weight:bold;
	text-transform:uppercase;
	padding:15px 50px;
	background-color:#343434;
	letter-spacing:2px;
}
.custom-btn:hover,
.custom-btn:focus{
	color:#fff;
	background-color:#dc3d2a;
}




.footer{
	display:block;
	position:relative;
	background-color:#000;
	color:#8f8f8f;
	padding-top:65px;
	margin-top:90px;
	line-height:1.4em;
	font-size:16px;
}
.footer h3{
	margin:0 0 22px;
	font-size:15px;
	color:#ffffff;
	text-transform:uppercase;
	font-weight:700;
	letter-spacing:1px;
}
.footer-box ul{
	padding:0;
	display:block;
	list-style:none;
	letter-spacing:1px;
}
.footer-box ul li{
	display:block;
	margin-bottom:10px;
	color:#8f8f8f;
}
.footer-box ul li a{
	color:#8f8f8f;
	text-decoration:none;
	font-size:16px;
}
.footer-box ul li a:hover,
.footer-box ul li a:focus{
	color:#fff;
	text-decoration:none;
}
.contact-no{
	display:block;
	font-size:28px;
	color:#8f8f8f;
	margin-bottom:10px;
	letter-spacing:1px;
}
.newsletter-form{
	display:block;
	position:relative;
}
.newsletter-form .form-control{
	border:none;
	box-shadow:none;
	border-radius:0;
	background-color:#fff;
	height:38px;
	padding-right:52px;
	color:#000 ;
	font-size:14px;
}
.newsletter-form .btn{
	background:#000 url(../images/mewsletter-button-bg.jpg) center center no-repeat;
	width:47px;
	height:38px;
	border:none;
	border-radius:0;
	position:absolute;
	top:0;
	right:0;
	z-index:4;
	text-indent:-99999px;
}
.footer-bottom{
	display:block;
	text-align:center;
	margin:40px 0 0;
	border-top:1px solid #3D3D3D;
	padding:20px 0 5px;
	color:#898989;
	letter-spacing:1px;
}
.footer-bottom-menu{
	display:block;
	text-align:center;
}
.footer-bottom-menu ul{
	display:inline-block;
	vertical-align:top;
	padding:0;
	list-style:none;
}
.footer-bottom-menu ul li{
	float:left;
	color:#898989;
	font-size:15px;
	border-right:1px solid #898989;
	height:20px;
}
.footer-bottom-menu ul li:last-child{
	border-right:none;
}
.footer-bottom-menu ul li a{
	color:#898989;
	text-decoration:none;
	padding-left:10px;
	padding-right:10px;
}
.footer-bottom-menu ul li a:hover,
.footer-bottom-menu ul li a:focus{
	color:#fff;
	text-decoration:none;
}
.social-icon{
	display:block;
}
.social-icon a{
	float:left;
	margin-right:14px;
	font-size:20px;
	color:#8f8f8f;
}
.social-icon a.facebook{
	color:#3b5998; 
}
.social-icon a.twitter{
	color:#00acee; 
}
.social-icon a.instagram{
	color:#3f729b; 
}
.social-icon a.youtube{
	color:#c4302b; 
}
.scrollup{
	position:absolute;
	top:-21px;
	left:0;
	right:0;
	text-align:center;
	background:url(../images/back-to-top-button.png) no-repeat;
	width:57px;
	height:21px;
	text-indent:-99999px;
	margin:0 auto;
	z-index:99;
	opacity:1;
}
#tohash {
    position: absolute;
    left: 50%;
    bottom: 20px;
    color: #fff;
    display: inline-block;
    width: 45px;
    height: 45px;
    border: 1px solid #fff;
    border-radius: 50%;
    margin-left: -22px;
    font-size: 30px;
    line-height: 54px;
    z-index: 99;
    -webkit-animation: bounce 3000ms infinite;
    animation: bounce 3000ms infinite;
    text-align: center;
}


/*New Css Start*/

.inner-banner-section {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
	min-height:200px;
}
.inner-banner-overlay{
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	background-color:rgba(0,0,0,0.5);
	z-index:1;
	text-align:center;
}
.inner-banner-section h2 {
    font-size: 40px;
    color: #fff;
    font-weight: 700;
	text-transform:uppercase;
	margin-bottom:0;
}
.custom-breadcrumb {
    background: none;
    padding: 0;
    display: inline-block;
    vertical-align: top;
    margin: 0;
	letter-spacing:1px;
}
.custom-breadcrumb > li {
    float: left;
}
.custom-breadcrumb > li > a {
    color: #fff;
}
.custom-breadcrumb > li.breadcrumb-item.active {
    color: #dc3b28;
}
.custom-breadcrumb .breadcrumb-item:before{
	color:#fff;
}
.about_img_hover
{
	position:absolute;
	margin:auto;
	left:0;
	right:0;
	top:0;
	bottom:0;
	max-width:100%;
	height:auto;
	display:block;
	margin:auto;
}
.listings-with-hand-icon2 {

    margin: 0 auto;
    padding: 0;
    list-style: none;
    width: 100%;
    max-width: 900px;
    display: block;
	
}
.listings-with-hand-icon2 li{
	float:left;
	width:50%;
	font-size:16px;
	color:#1e1e1e;
	background:url(../images/icons/hand-icon.png) left top no-repeat;
	padding-left:30px;
	margin-bottom:24px;
	text-align:left;
	line-height:1em;
	min-height: 40px;
}

.grp_right table td
{
	padding-bottom:15px;
}
.icon-with-text-box{
	vertical-align:top;
}

ul.dropdown li.current_page_item a:after
{
    height:3px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background-color: #dc3b28;
}




.blog_title
{
    font-weight: bold;
}
.blog_list_btn
{
    font-size: 14px;
    padding: 6px 8px;
}
.blog_list_btn:hover, .blog_list_btn:focus {
    background-color: #dc3d2a;
    color: #fff;
}
.pagination > li {
	margin-right: 10px;
	float: left;
}
.pagination > li > a, .pagination > li > span {
	border: none;
	width: 30px;
	height: 30px;
	text-align: center;
	padding: 0;
	line-height: 30px;
	background: none;
	color: #000;
	border-radius: 50% !important;
	display: block;
}
.pagination > li.current > a, .pagination > li.current > span {
	background: #000;
	color: #fff;
}
.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
	background: #000;
	color: #fff;
}
.content-inner-image {
  float: left;
  max-width: 767px;
  padding: 0 20px 10px 0px;
}
