body, html {
    width: 100%;
    min-height: 100%;
    
font-family: 'Montserrat', sans-serif;
    background: #fff;
    overflow-x: hidden;
}
*{box-sizing:border-box;
outline:none;}
body{
	font-size:16px;
	line-height:25px;
	color:#5f727f;
	letter-spacing: 0.5px;
}
img{
	max-width:100%;
	display:block;
}
.flex-row{
	display:flex;
	
}
.flex-item{
	flex:1;
}
.f-start{
    align-items: flex-start;
}
.f-center{
	align-items:center;
}
.fix-space{
	margin-left:-15px;
	margin-right:-15px;
}
.container {
    width: 1200px;
    padding-left: 0;
    padding-right: 0;
    max-width: 96%;
    margin: 0 auto;
}
.one-half{
	width:50%;
	float:left;
	min-height:1px;
}

header{
	padding:0;
	display:block;
	width:100%;
	z-index:99;
	background:white;
	-webkit-transition: all 0.5s;
        transition: all 0.5s;
}
header.fixed{
	padding:0;
	box-shadow: 0px 1px 1px #ddd;
}

.top-nav {
    background: #282828;
    padding: 5px 0;
}

.contact-list li{
	display:inline-block;
	margin-right:10px;
	font-size:14px;
}
.contact-list li a{
	color:white;
}
.social-icon {
    flex: 1;
    text-align: right;
}
.social-icon li {
    display: inline-block;
    margin-left: 10px;
}
.social-icon li  a{
	color:white;
}
.marque {
    font-size: 14px;
    color: white;
    font-weight: bold;
    line-height: 1;
    width: 600px;
    margin-left: 20px;
}
.marque  span{
background:#e00034;
padding:5px;display:inline-block;
}
.logo-container {
    padding: 15px 0;
}

.logo {
    width: 200px;
    margin-right: 10px;
}
.menu-container {
    flex: 1;
	align-self:center;
}
.main-menu{
	text-align:right;
}
.main-menu >li {
    display: inline-block;
    position: relative;
    padding: 0 8px;
}
.main-menu >li a{
	font-size:14px;
	text-transform:uppercase;
	color:#3c3950;
	font-weight:bold;
	line-height:25px;
	display:block;
}
.main-menu> li a:hover {
    color: #2874f0;
}
.main-menu> li.active> a {
    border: 2px solid #3c3950;
    padding: 0px 5px;
}
.current-menu-item > a,.current-menu-ancestor > a{
	color: #2874f0 !important;
}
.current-menu-item:after{
content: '';
    width: 90%;
    height: 4px;
    background: #2874f0;
    position: ABSOLUTE;
    left: 5px;
    margin-top: 6px;
}
.sub-menu .current-menu-item:after{
display:none;
}
.sub-menu{
	position: absolute;
    visibility: hidden;
    white-space: normal;
    width: 280px;
    transition: transform 0.1s linear 0.5s, opacity 0.1s linear 0.5s, visibility 0.1s linear 0.5s;
    -moz-transition: transform 0.1s linear 0.5s, opacity 0.1s linear 0.5s, visibility 0.1s linear 0.5s;
    -webkit-transition: transform 0.1s linear 0.5s, opacity 0.1s linear 0.5s, visibility 0.1s linear 0.5s;
    opacity: 0;
	transform: translateY(20px);
    -o-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -webkit-transform: translateY(20px);
	top: 100%;
    left: 0;
	z-index: 11;
	background:white;
	text-align:left;
padding-top:35px;
}
.main-menu> li:hover .sub-menu{
	visibility: visible;
    transition: transform 0.3s linear, opacity 0.3s linear, visibility 0.3s linear;
    -moz-transition: transform 0.3s linear, opacity 0.3s linear, visibility 0.3s linear;
    -webkit-transition: transform 0.3s linear, opacity 0.3s linear, visibility 0.3s linear;
    opacity: 1;
    transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
}
.sub-menu li{
	border-top: 1px solid #dfe5e8;
}
.sub-menu li:first-child{
	border-top: 0;
}
.sub-menu li a{	
    border-left: 3px solid transparent;
	line-height: 20px;
	font-size:14px;
	padding: 10px 20px;
	display:block;
	font-weight:normal;
	background:#f4f6f7;
}
.sub-menu li:hover a,.sub-menu .current-menu-item a{
	border-left: 3px solid #2874f0;
	background:#fff;
}
.wrapper {
    padding-top:0px;
	overflow:hidden;
}
section{
	display:block;
	overflow:hidden;
}

#hero-banner{	
    padding: 0px 0;
	height:450px;
	position:relative;
}
.flex-list {
    background-size: cover;
	background-position: center;
}

.banner-box {
    position: absolute;
    z-index: 1;
    top: 10%;
    width: 1170px;
    transform: translateY(-50%);
    text-align: right;
    max-width: 100%;
}
h3.light {
    color: white;
    font-size: 50px;
    font-weight: bold;
    margin-bottom: 10px;
}

    p.light {
    font-size: 22px;
    color: white;
    margin-top: 0;
    display: block;
    font-weight: 600;
    width: 100%;
    float: right;
    text-align: center;
}
.banner-left-content {
    width: 40%;
    float: left;
    text-align: right;
    font-size: 40px;
    color: white;
    line-height: 55px;
    font-weight: 300;
	text-transform:uppercase;
}
.banner-right-content {
    width: 40%;
    float: right;
    text-align: left;
    font-size: 40px;
    color: white;
    line-height: 55px;
    font-weight: 700;
	text-transform:uppercase;
}
.diamond {
    background-position: center;
    background-repeat: no-repeat;
    width: 160px !important;
    height: 160px !important;
    top: 50%!Important;
    left: 50% !important;
    margin-left: -80px;
    margin-top: 0;
    position: absolute;
    z-index: 1;
}
.diamond-1{
	background: url(../images/diamond-1.png);
	
	z-index:3;
	 background-position: center;
    background-repeat: no-repeat;
	width: 160px !important;
    height: 160px !important;
	position: absolute;
    top: 0;
}
.diamond-2{
	background: url(../images/diamond-2.png);
	z-index:2;
	    margin-left: -2px;
    margin-top: -2px;
	 background-position: center;
    background-repeat: no-repeat;
	width: 160px !important;
    height: 160px !important;
	position: absolute;
    top: 0;
}
.diamond-3{
	background: url(../images/diamond-3.png);
	z-index:1;
	margin-left: -4px;
    margin-top: -4px;
	 background-position: center;
    background-repeat: no-repeat;
	width: 160px !important;
    height: 160px !important;
	position: absolute;
    top: 0;
}
.banner-content{
	color:white;
	text-align:center;
	max-width:800px;
	margin:90px auto;
	font-size: 20px;
    line-height: 32px;
	letter-spacing:0.5px;
	font-weight:300;
}

#who-we-are {
    background: url(../images/who-we-are-05.png);
    padding: 90px 0;
    background-position: left top;
    background-size: cover;
}
.services-list li {
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 49%;
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 22px;
    color: #3c3950;
    padding: 0 20px;
}
.services-list li:before{
    content: "\f023";
    font-family: FontAwesome;
    color:#ff6501;
    font-size: 14px;
    padding-right: 0.5em;
    position: absolute;
    top: 0px;
    left: 0px;
}

#who-we-are .section__heading{
	font-size:40px;
	line-height:60px;
	margin-bottom:30px;
}
#who-we-are .section__content{
	margin:30px auto;
	font-size: 14px;
    line-height: 22px;
	color: #3c3950
}
section#why-choose {
    padding:60px 0;
}
span.db {
    display: table-cell;
    background: #3c3950;
    padding: 5px 10px;
    color: white;
    font-size: 40px;
    line-height: 50px;
}
.box-inner {
    padding:15px 30px 0;
}
.box-inner h3{
	font-size: 24px;
	line-height: 38px;
	color: #3c3950;
	font-weight:600;
	margin-bottom:15px;
}
.box-icon {
    width: 80px;
    min-height: 1px;
    margin-left: 10px;
}
.box-icon img{
	width:75px;
}


#services {
    background: url(../images/blue-bg.png);
    padding:80px 0 170px;
    background-position: bottom center;
    background-size: cover;
    background-repeat: no-repeat;
}

.hexagon {
    width: 100px;
    height: 55px;
    background: rgba(112, 224, 236, 0.85);
    position: relative;
    margin: 0 auto 50px;
	text-align:center;
}
.hexagon:before {
	content: "";
	position: absolute;
	top: -25px;
	left: 0;
	width: 0;
	height: 0;
	border-left: 50px solid transparent;
	border-right: 50px solid transparent;
	border-bottom: 25px solid rgba(112, 224, 236, 0.85);
}
.hexagon:after {
	content: "";
	position: absolute;
	bottom: -25px;
	left: 0;
	width: 0;
	height: 0;
	border-left: 50px solid transparent;
	border-right: 50px solid transparent;
	border-top: 25px solid rgba(112, 224, 236, 0.85);
}
.hexagon .fa {
    font-size: 55px;
    line-height: 55px;
    color: white;
}
.viewall{
	display:block;
	text-align:center;
	margin:50px 0;
}
.viewall__link{
	border-radius: 10px;
    border-color: rgba(112, 224, 236, 0.85);
    color: white;
    background-color: rgba(112, 224, 236, 0.85);
	height: 50px;
    line-height: 50px;
    padding: 0 40px;
    font-size: 25px;
	display:inline-block;
	-webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.viewall__link:hover{
	background:white;
}
.section__heading{
    color: #000;
line-height:1;
    text-align: center;
    margin-bottom: 50px;
    font-size: 53px;	    text-transform: uppercase;font-weight:700
}

.section__heading span{
	font-weight:700
}
.section__content{
	margin:-20px auto 30px;
	text-align:center;
	max-width:1170px;color: #000;
}
#ourworks{
	padding-top:0px;
}
.tabs-list{
	margin:50px auto;
	text-align:center;
}
.tab-list__item{
	background-color: #dfe5e8;
	display:inline-block;
	text-transform: uppercase;
    vertical-align: top;
    margin: 0 10px 0px 0;
    padding: 0 25px;
    height: 30px;
    line-height: 32px;
    border-radius: 15px;
    font-size: 14px;
    color: inherit;
	letter-spacing:0.5px;
	cursor:pointer;
	-webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.tab-list__item:hover,
.tab-list__item.active{
	background:#ff6501;
	color:white;
}
.portfolio-set{
	overflow:hidden;
	display:block;
}
.portfolio-item{
	float:left;
	width:33.33%;
	position:relative;
}
.portfolio__image{
	width:100%;
	overflow:hidden;
}
.portfolio__image img{
	-o-transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
.portfolio-item:hover .portfolio__image img{
	-webkit-transform: translate(0,0) scale(1.12);
    transform: translate(0,0) scale(1.12);
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
}
.portfolio-overlay {
    position: absolute;
    top: 0;
    z-index: 1;
    height: 100%;
    width: 100%;
    padding: 30px;
    background: rgba(255, 255, 255, 0.8);
	display:flex;
	align-items: center;
	opacity:0;
	-webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
}
.portfolio-item:hover .portfolio-overlay{
	opacity:1;
}
.portfolio-captions {
    flex: 1;
    text-align: center;
}
.portfolio-captions__heading {
    font-size: 24px;
    margin: 15px 0;
    font-weight: 100;
    letter-spacing: 0.5px;
}
.portfolio-captions__content{
	margin-top:15px;
	
}
.portfolio-icons{
	margin-bottom:15px;
}
.portfolio-icons a{display: inline-block;}
.portfolio-icons i {
    display: inline-block;
    width: 70px;
    height: 70px;
    text-align: center;
    font-size: 24px;
    line-height: 70px;
    border-radius: 50%;
    background: #2874f0;
    color: white;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.portfolio-icons i:hover{
	background:#dfe5e8;
	color: #2874f0;
}
.more-works {
    padding:20px 0 20px;
    width: 100%;
    background: #2874f0;
	color:white;
}
.more__heading {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 10px;
}
.more-text{
	font-size:18px;
}
.read-more.white{
	margin-top:0;
}
.white .read-more__link {
    padding:0px 24px;
    color: #fff;
}
a.read-more__link .fa {
   display: inline-block;
    font-size: 60px;
    margin-bottom: 5px;
    background: white;
    color: #2874f0;
    width: 100px;
    height: 100px;
    line-height: 100px;
    border-radius: 50%;
    clear: both;
      transition: all 0.3s;
    
}
a.read-more__link:hover .fa{
transform: rotate(360deg);
}
.read-more__link span{
display:block;
}
.white .read-more__link:hover{
	opacity:1;
}
section#counters {
    margin: 50px 0 0;
}
.brand-icon{
	max-width:200px;
	margin:0 auto 50px;
}
.counters {
    background: url(../images/green-bg.png);
    background-size: cover;
    padding: 180px 0 50px;
}
.counterbox-container {
    text-align: center;
    margin: 180px auto 0;
	max-width:1170px;
}
.counter-box {
    width: 22%;
    display: inline-block;
    margin-left: 2%;
	background:#7ddec6;
	padding:40px 10px;
	-webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.counter-box:first-child{
	margin-left:0;
}
.counter-icon {
    margin-bottom: 30px;
}
.counter-icon i{
    width: 74px;
    height: 74px;
    line-height: 74px;
	background:white;
	border-radius:50%;
	font-size:35px;
	-webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.counts {
    font-size: 50px;
	line-height:70px;
	font-weight:bold;
	color:white;
	-webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.counts-caption{
	font-size:24px;
	font-weight:300;
	margin-top:10px;
}
.counter-box:hover{
	cursor:pointer;
	background:white;
}
.counter-box:hover .counter-icon i{
	background:#7ddec6;
	color:white;
}
.counter-box:hover .counts{
	color:#7ddec6;
}
.download-form {
    background: #41c1a2;
    padding: 20px;
    width: 400px;
    float: right;
}
.download-image {
    background: #41c1a2;
    padding: 20px;
    width: 250px;
}
.download-copy {
    flex: 1;
    justify-content: center;
    text-align: center;
    color: white;
    font-size: 40px;
    line-height: 45px;
    font-weight: bold;
}

#blog-home{
	background:#f0f3f2;
	padding:60px 0;
}
#blog-timeline {
  position: relative;
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
}
.blog-center-line {
  position: absolute;
  width: 3px;
  height: 100%;
  top: 0;
  left: 50%;
  margin-left: -2px;
  background:#b6c6c9;
  z-index: 1;
}
.blog-timeline-content {
    padding-top: 0;
    padding-bottom: 0;
}
.timeline-article {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  margin:0;
  display:flex;
}
.item-post-container {
    max-width: 390px;
    width: 100%;
    flex: 1;
    padding: 15px;
    background: white;
    position: relative;
color:#000;
    margin-right: 15px;
}
.item-post-container:last-child{
margin-right:0;
}


.blog-heading {
    margin: 15px 0 10px;
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
}
.read-more{
	display:block;
	margin-top:25px;
}
.read-more__link{
	padding: 5px 24px;
    color: #2874f0;
	border:2px solid #2874f0;
	font-weight:bold;
	display: inline-block;
}
.read-more__link:hover{
	opacity:0.8;
}
.blog-month{
	display:block;
	text-align:center;
}
.blog-month__item{
	display:inline-block;
	position:relative;
}
.blog-month__item {
    display: inline-block;
    position: relative;
    background: #f0f3f2;
    z-index: 11;
    border-radius: 10px;
    padding: 8px 25px;
    border: 2px solid #b6c6c9;
    font-size: 20px;
}
.more-blog{
	display:block;
	position:relative;
	text-align:center;
	margin-top: 50px;
}
.more-blog__link {
    display: inline-block;
    position: relative;
    z-index: 11;
    border-radius: 10px;
    padding: 15px 30px;
    font-size: 28px;
    background-color: #2874f0;
    color: #ffffff;
    cursor: pointer;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.more-blog__link:hover{
	background:white;
	color:#ff6501;
}
.post-info {
    width: 200px;
    text-align: center;
    align-self: center;
}
.blog-thumb{
	width:85px;
	height:85px;
	border-radius:100%;
	border:2px solid white;
	margin:0 auto 10px;
}
.date-time{
	display:block;
	text-align:center;
	margin-top:10px;
}
.date{
	font-size:14px;
	margin-bottom:5px;
	line-height:20px;
}
.author{
	font-weight:bold;
}
.blog-thumb img{
	width:85px;
	height:85px;
	border-radius:100%;
	object-fit:cover;
}




#contact-home{
	background:#f0f3f2;
	padding-top:70px;
	background:url('../images/contact-bg.png');
	background-size:cover;
	background-position:center;
	background-repeat:no-repeat;
	
}
/*********Breadcrumps Start*******/
.breadcrumps {
    background-color: #2874f0;
    padding-top: 10px;
    padding-bottom:5px;
}
.page-title{
	font-size: 30px;
    line-height: 1;
    color: #ffffff;
    letter-spacing: 0.05em;
    font-weight: 700;
}
.breadcrump-icon {
    margin-left: 15px;
    font-size: 60px;
    font-weight: bold;
    color: white;
}
.breadcrump-list{
	display:block;
	color: #fff;
}
.breadcrump-list_item{
	font-size:14px;
	line-height: 24px;
    color: #fff;
    letter-spacing: 0.05em;
}
.breadcrump-list_item a{
	color: #fff;	
}
/*********Breadcrumps End*******/


/*********Blog Start*******/
#blog-section
{
	padding:50px 0 0;
	overflow:hidden;
}
.blog-post {
    width: 100%;
    margin: 0px auto 50px;
    border-radius: 60px;
	background-color: #dfe5e8;
}
.post-info {
    width: 200px;
}
.post-details {
    flex: 1;
    background: white;
    padding: 30px 30px 30px 60px;
    position: relative;
    border-radius: 60px;
    background-color: #f4f6f7;
}
.post-details:before{
	content:'';
	position:absolute;
	background:url(../images/post-arrow.png);
	width:50px;
	height:100px;
	top:50%;
	left:-50px;
	margin-top:-50px;
}
.post-title h2{
	font-size: 36px;
	font-weight:300;
	line-height:45px;
	margin-bottom:25px;
}
.post-description{
	margin-bottom:25px;
}

.side-bar{
	width:280px;
	margin-left:35px;
}
.widget{
	display:block;
	margin-bottom:30px;
}
.side-bar__heading{
	font-size: 19px;
    line-height: 30px;
    margin-bottom: 15px;
    font-weight: 700;
    color: #3c3950;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.search-box{
	position:relative;
	margin-bottom:30px;
}
.form-search{
	position:relative;
	width:100%;
	border:1px solid #dfe5e8;
}
.search-input{
	width:100%;
	border:0;
	height:40px;
	line-height:40px;
	padding:0 10px;
}
.icon-search{
	position:absolute;
	right:10px;
	color:#ff6501;
	top:0;
	line-height:40px;
}
.category-list li{
	list-style: none;
    padding-top: 12px;
    padding-bottom: 12px;
    text-transform: capitalize;
	border-bottom: 1px solid #dfe5e8;
	
}
.category-list li:last-child{
	border-bottom:0;
}
.category-list li:before{
	content: "\f105";
    font-family: FontAwesome;
    padding-right: 0.5em;
    top: 0px;
    left: 0px;
	font-weight:100;
}
.recentpost-list li{
	 padding-top: 12px;
    padding-bottom: 12px;
	border-bottom: 1px solid #dfe5e8;
}
.recentpost-list li:last-child{
	border-bottom:0;
}

.blog-thumb--small{
	width:70px;
	height:70px;
	margin-bottom:0;
	margin-right:5px;
}
.blog-thumb--small img{
	width:70px;
	height:70px;
}
.recentpost-detail h4{
	font-size:14px;
	line-height:20px;
}
.recent-date{
	font-size:13px;
	color:#ff6501;
}

.contact-box__item {
    padding: 40px 0;
    border-right: 1px solid #f0f3f2;
	position:relative;
}
.contact-box__item h3{
	font-size:26px;
	font-weight:bold;
	margin:10px 0;
}
.contact__icon{
	width:60px;
	height:60px;
	font-size:30px;
	line-height:60px;
	text-align:center;
	border-radius:100%;
	margin:0 auto ;
	background:#ff6501;
	color:white;
}
.contact-social li{
	display:inline-block;
	margin-right:10px;
}
.contact-social li:last-child{
	margin-right:0px;
}
.contact-social li a{
	font-size:20px;
}
/********Contact Start*****/
#contact{
	padding:50px 0;
}
.contact-image{
	text-align:center;
	margin-bottom:50px;
}
.contact-image img{
	margin:0 auto;
	max-width:400px;
}
.contact-form{
	max-width:600px;
	margin:0 auto;
}
.form-control{
	width:100%;
	position:relative;
	margin-bottom:15px;
}
.form-control:last-child{
	margin-bottom:0;
}
.form-control input{
	width:100%;
	height:50px;
	line-height:50px;
	padding:0 8px;
	border: 1px solid #dfe5e8;
	background-color: #f4f6f7;
	font-size:18px;
}
.form-control textarea{
	width:100%;
	height:100px;
	line-height:24px;
	padding:5px 8px;
	border: 1px solid #dfe5e8;
	background-color: #f4f6f7;
	resize:none;
	font-size:18px;
}
.form-control .form-submit{
	width:200px;
	text-transform:uppercase;
	cursor:pointer;
	font-weight:bold;
	letter-spacing:0.5px;
}
.button,.form-control .button{
	background: #282828;
    color: white;
    border-radius: 5px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    border: 2px solid #282828;
}
.form-control .button.white{
	background:white;
	color:#2874f0;
}
.button:hover {
    background: white;
    color: #2874f0;
}

#contact-address {
    text-align: center;
}
#contact-address .flex-item{
	align-self:center;
	padding:130px 0;
	background: #f4f6f7;	
}
.contact-bg{
	background-size:cover !important;
	background-position:center!important;
	font-size:0;
	color:transparent;
}
.contact-details i{
	font-size:75px;
	margin-bottom:15px;
	color: #2874f0;
}
.contact-bg .contact-details i{
	color:transparent;
}
.contact-details h4{
	font-size:26px;
	margin-bottom:10px;
	font-weight:bold;
}

/***************About Page***********/
.half-wrapper{
	width:100%;
	position:relative;
	overflow:hidden;
}
.half-wrapper .one-half{
	padding:0 50px;
}
.half-bg{
	position:absolute;
	top:0;
	height:100%;
	width:50%;
	background-size:cover !important;
	background-position:center!important;
}

#leading-heads{
	padding:50px 0;
	background:#f0f3f2;
}
.team-member {
    background: #f0f3f2;
    margin-right: 20px;
    padding: 15px;
}
.team-member:last-child{
	margin-right:0px;
}
.member-image {
    text-align: center;
}
.member-image img {
    margin: 0 auto;
    height: 300px;
    width: 100%;
}
.member-details{
	text-align:center;
	color:#3c3950
}
.member_name {
    text-align: left;
    color: #000;
    font-size: 20px;
    line-height:1;
    font-weight: 700;
margin:0px 0 10px;
}
.member_designation{
	font-size:14px;
	margin-bottom:5px;
	line-height:20px;
}

#testimonails{
	padding:70px 0;
	position:relative;
}
video{
	position:absolute;
	top:0;
	left:0;
	min-width:100%;
	min-height:100%;
	
}
.video{
	position:absolute;
	top:0;
	left:0;
	right:0;bottom:0;
}
.video:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.33);
    z-index: 1;
}
.testimonail{
	text-align:center;
	color:white;
}
.testimonail img {
    width: 200px;
    height: 200px;
    margin: 0 auto 10px;
}
.client-name {
    font-size: 24px;
    color: #2874f0;
    font-weight: bold;
    margin-bottom: 10px;
}
.client-company{
	font-size: 14px;
    color: #fff;
    margin-bottom: 10px;
}

/*********Service page************/
#service {
	padding:70px 0 0;
}
.service__heading{
	font-size:40px;
    line-height: 45px;
    color: #3c3950;
    letter-spacing: 0.05em;
    text-align: center;
    margin-bottom: 25px;
}
.service__content {
    margin: 25px auto;
}

.services-item{
	margin-bottom:70px;
}

#parallax{
	background-position:center;
	background-attachment:fixed;
	background-size:cover;
	height:400px;
	width:100%;
}
#other-services
{
	margin:50px 0;
	text-align:center;
}
.service-item {
    margin-right: 15px;
}
.service-item:last-child{
    margin-right: 0px;
}
.service-icon {
    max-width: 50%;
    margin: 0 auto 20px;
}
.service-name {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
    line-height: 1.2;
}
/*********Service page end************/

/************Page Not Found**********/
#pagenotfound{
	background:url(../images/404.png);
	min-height:calc(100vh - 85px);
	background-size: 55%;
	background-repeat:no-repeat;
	    background-position: center bottom;
    background-color:#e9f0ef;
}

/*********Package page Start************/

.table-item{
	margin-bottom:50px;	
    border: 1px solid #E3E8EA;
	overflow: hidden;
}
.package-name{
    background: #E0E6E8;
    padding: 30px;
    position: relative;
	width: 350px;
}
.package-rate {
    font-size: 22px;
	margin-top:3px;
}
.package-rate span{
	font-size:15px;
}
.package-heading{
	font-size: 25px;
    font-weight: 700;
	line-height: 1.2;
}
.package-name:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
    height: 0;
    border-bottom: 144px solid #fff;
    border-left: 100px solid transparent;
}
.package-details{
    padding-left:30px;
}
ul.package-list {
    display: inline-block;
    margin-top: 10px;
	width:48%;
	margin-right:1%;
}
.package-list li{
	padding-left:20px;
}
.package-list li:before{
	content: "\f09c";
    font-family: FontAwesome;
    font-size: 14px;
    padding-right: 0.5em;
}
.validity {
    background: #3c3950;
    padding: 40px 0;
    padding-left: 0;
    padding-right: 0;
    width: 180px;
    text-align: center;
    color: white;
}
.validity a{
	color:white;
	padding: 5px 15px;
    border: 2px solid #fff;
    font-weight: bold;
    display: inline-block;
	-webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.validity a:hover{
	background:white;
	color:#3c3950;
	
}
#why-chosse-us {
    background: #f0f3f2;
}
.choose-us__bg{
	background:url(../images/choose-us.jpg);
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center;
}

.choose_item{
	padding-left:35px;
	margin:35px 0;
}
.choose-icon {
    width: 79px;
    height: 75px;
    text-align: center;
    border-radius: 100%;
    border: 2px solid;
    line-height: 70px;
    font-size: 32px;
    margin-right: 20px;
    cursor: pointer;
    color: #2874f0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    box-sizing: border-box;
}
.choose-icon:hover{
	background: #2874f0;
	color:white;
}
.choose-heading {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}

/*********Package page end************/

/*********Case Study page start************/
#casestudy{
	padding:50px 0 20px;
}
#casestudy .container{
	position:relative;
}
.casestudy-item{
	position:absolute;
}
.casestudy-item img{
	display:block;
	margin-bottom:15px;
}
.casestudy-item h3{
	margin-bottom:15px;
	font-size:18px;
	font-weight:bold;
}
.casestudy-item  .read-more{
	margin-top:15px;
}
/*********Case Study page end************/





/*********Footer Start*******/
footer {
    display: block;
    position: relative;
    padding: 45px 0 45px;
    background-color: #282828;
    color: #ffffff;
}
footer p {
    color: #fff;
    line-height: 22px;
    font-size: 15px;
	margin-top:20px;
}
.footer-item{
	padding-right:15px;
}
.footer__logo {
    max-width: 150px;
    margin: 0 0 15px;
}
.footer-item__heading{
	font-size:19px;
	line-height: 30px;
	margin-bottom:30px;
	font-weight:700;
	color:#fff;
	text-transform:uppercase;
	letter-spacing:0.5px;
	position: relative;
}
.footer-item__heading:after {
    background:#fff none repeat scroll 0 0;
    bottom: -7px;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 50px;
}
.links-list a {
    color: #ffffff;
}
.links-list li {
    list-style: none;
    float: left;
    padding-left: 14px;
    padding: 8px 0;
    margin-left: 13px;
    width: 46%;
	line-height:1;
}
.links-list li:before {
    border-radius: 50%;
    content: '';
    width: 5px;
    margin-top: 5px;
    height: 5px;
    float: left;
    margin-left: -14px;
	background-color:#fff;
}

.subscribe {
    display: block;
    margin-top: 20px;
    position: relative;
    width: 60%;
    margin: 0 auto;
}
.subscribe input[type="text"]{
	background-color: #fff;
    border: 1px solid #2874f0;
	padding: 7px 15px;
    width: 100%;
	border-radius:3px;
	font-size:14px;
	height:50px;
	line-height:50px;
}
.subscribe input[type="submit"] {
    position: absolute;
    right: 1px;
    top: 1px;
    background: #282828;
    color: white;
    padding: 0 25px;
    height: 48px;
    line-height: 48px;
    border: 0;
    font-size: 16px;
    text-transform: capitalize;
    letter-spacing: 0.5px;
    border: 1px solid #282828;
	cursor:pointer;
}

.tags-list li {
    margin-right: 4px;
    text-decoration: none;
    margin-bottom: 6px;
    padding: 2px 9px;
    display: inline-block;
    font-size: 16px;
	 border: 1px solid #99a9b5;
}
.footer-bottom {
    padding: 16px 0;
    border-top: 1px solid #99a9b5;
    background: #f0f3f2;
	font-size:14px;
}
.footer-social li{
	display:inline-block;
	margin-left:10px;
}

footer .social-icon{
text-align:left;
}
footer .social-icon li {
    display: inline-block;
    margin-right: 10px;
    margin-left: 0px;
    font-size: 16px;
}
.address p {
    margin-bottom: 10px;
    margin-top: 0;
}


.instant-button {
    height: 0px;
    /* width: 130px; */
    position: fixed;
    left: -68px;
    bottom: 180px;
    z-index: 99;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
.instant-button1 {
    height: 0px;
    /* width: 130px; */
    position: fixed;
    left: -106px;
    bottom: 356px;     
    z-index: 99;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}    
.instant-button div {	
    display: block;
    background: #e00034;
    height: 30px;
    width: 135px;
    padding: 1px 12px 1px;
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    cursor: pointer;
    font-weight: bold;
}
.instant-button div a,
.instant-button1 div a{
color:white;
}
.instant-button1 > div{
display: block;
    display: block;
    background: #e00034;
    height: 30px;
    width: 210px;
    padding: 1px 14px 1px;
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    cursor: pointer;
    font-weight: bold;
} 
.span.wpcf7-form-control-wrap{
width:100%;
}
.subscribe .mc4wp-form input[type=email],.wpcf7-form-control-wrap input[type=email]{
	height: 50px;
    width: 100%;
    padding-left: 6px;
}
div.wpcf7-response-output {
    margin: 0 !important;
}
span.wpcf7-not-valid-tip {
    font-size: 12px!important;
}
/******** Modifiers****/
.tl {
    text-align: left;
}
.tr{
	text-align:right;
}
.tc{
	text-align:center;
}
.white{
	color:white;
}
.mt-50{
	margin-top:50px;
}
.mb-50{
	margin-bottom:50px;
}
.m-auto{
	margin:0 auto;
}
.self-center{
	align-self: center;
}
.mv25 {
    margin: 25px 0;
}
.button-fix{
	min-width:180px;
}
.bg-white{
	background:white;
}

/********* Scroll Down css*********/
@-webkit-keyframes ani-mouse {
	0% {
	opacity: 1;
	top: 29%;
	}
	15% {
	opacity: 1;
	top: 50%;
	}
	50% {
	opacity: 0;
	top: 50%;
	}
	100% {
	opacity: 0;
	top: 29%;
	}
}
@-moz-keyframes ani-mouse {
	0% {
	opacity: 1;
	top: 29%;
	}
	15% {
	opacity: 1;
	top: 50%;
	}
	50% {
	opacity: 0;
	top: 50%;
	}
	100% {
	opacity: 0;
	top: 29%;
	}
}
@keyframes ani-mouse {
	0% {
	opacity: 1;
	top: 29%;
	}
	15% {
	opacity: 1;
	top: 50%;
	}
	50% {
	opacity: 0;
	top: 50%;
	}
	100% {
	opacity: 0;
	top: 29%;
	}
}
.scroll-btn {
    display: block;
    position: absolute;
    left: 50%;
    margin-left:-17px;
    text-align: center;
    bottom: 10px;
    z-index: 3;
}
.scroll-btn > * {
	display: inline-block;
	line-height: 18px;
	font-size: 13px;
	font-weight: normal;
	color: #ffffff;
	letter-spacing: 2px;
}
.scroll-btn > *:hover,
.scroll-btn > *:focus,
.scroll-btn > *.active {
	color: #ffffff;
}
.scroll-btn > *:hover,
.scroll-btn > *:focus,
.scroll-btn > *:active,
.scroll-btn > *.active {
	opacity: 0.8;
	filter: alpha(opacity=80);
}
.scroll-btn .mouse {
	position: relative;
	display: block;
	width: 35px;
	height: 55px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 3px solid white;
	border-radius: 23px;
}
.scroll-btn .mouse > * {
	position: absolute;
	display: block;
	top: 29%;
	left: 50%;
	width: 8px;
	height: 8px;
	margin: -4px 0 0 -4px;
	background: white;
	border-radius: 50%;
	-webkit-animation: ani-mouse 2.5s linear infinite;
	-moz-animation: ani-mouse 2.5s linear infinite;
	animation: ani-mouse 2.5s linear infinite;
}
#banner {
    width: 100%;
    height:280px;
    background-position: center;
    background-size: cover;
}
.space-between{
	justify-content:space-between;
}
.contact-form input,
.contact-form select {
    width: 100%;
    height: 45px;
    line-height: 45px;
    padding: 0 8px;
    border:1px solid #dfe5e8;
    background: rgba(255, 255, 255, 0.6);
    font-size: 15px;
}
.contact-form textarea{
    width: 100%;
    height: 100px;
    line-height:1.2;
    padding:8px;
    border:1px solid #dfe5e8;
    background: rgba(255, 255, 255, 0.6);
    font-size: 15px;
resize:none
}
.contact-form input[type="submit"]{
    background: #2874f0;
    border: none;
    color: white;
    font-size: 20px;
    font-weight: bold;
cursor:pointer;
}
.contact-form .row > div{
	margin-bottom:16px;
}
.contact-forms, .contact-info {
    width:48%;
}
.section-heading {
        font-size: 24px;
    line-height: 1;
    color: #3c3950;
    text-align: left;
    margin-bottom: 16px;
    font-weight: bold;
}
address {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 30px;
}
.contact-info iframe{
width:100%;
height:280px;
}
section#media {
    padding: 60px 0;
}
.one-fourth {
    width: 25%;
    margin-right: 30px;
}
.one-fourth:last-child{
margin-right:0;
}

section#page-content {
    background: white;
    padding: 60px 0;
font-size:14px;
}
#page-content h3 {
    font-size: 24px;
    margin-bottom: 16px;
    font-weight: bold;
color:#3c3950;
}
#page-content p{
 margin-bottom: 16px;
}
#page-content ul li{
position:relative;
margin-bottom:10px;font-size:14px;
}
#page-content ul li:last-child{
margin-bottom:0px;
}
.image-container {
    text-align: center;
    width: 100%;
}
.image-container img{
 margin:0 auto;
}
.career > div{
 width:48%;
}
.wpcm-vehicle-listings .wpcm-vehicle-filters .wpcm-filter label {
    font-size: 16px !important;
    margin-bottom: 10px;
}
.select2-container .select2-choice{
height:40px;
line-height:40px;
}
.wpcm-vehicle-listings .wpcm-vehicle-filters{
display:flex;
flex-wrap:wrap;
}
.wpcm-vehicle-listings .wpcm-vehicle-filters .wpcm-filter {
    width: 33.33%!important;
}
.wpcm-vehicle-listings .wpcm-vehicle-filters .wpcm-filter-button {
    width: 100% !important;
padding-top: 12px!important;
}
.wpcm-vehicle-listings .wpcm-vehicle-filters .wpcm-filter-button input {
    padding: 18px!important;
    background-color: #2874f0!important;
    color: white;
    font-size: 20px;
    font-weight: bold;
}

.container.wpcm-vehicle-listings {
    max-width: 100%;
}
.product-wrapper{
justify-content:space-between;    align-items: center;
}
.product-content,.product-image{
width:48%;
}
.product-image img{
margin:0 auto;
}
.pdf-link{
margin-top:15px;
font-weight:bold;
color:#2874f0;
display:block;
}
.page-id-37 .breadcrump-list_item:nth-child(2){
display:none;
}

#page-content ol, #page-content ul {
    margin-bottom: 16px;
    list-style: initial;
    padding-left: 20px;
}
#page-content  h4 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;color:#3c3950;
}
.about-wrapper {
justify-content:space-between;
flex-wrap:wrap;
}
.about-wrapper strong{
font-weight:600;
}
.about-wrapper > div{
width:48%;
}
strong{font-weight:600;
}

.media-flex {
    display: flex;
    flex-wrap: wrap;
justify-content:space-between;
}
.media-image {
    width: 32%;
    margin-bottom: 20px;
}
.media-image img{
    width:100%;
height:300px;
}
.media-image a {
    position: relative;
    width: 100%;
    display: block;
overflow:hidden;
}
.view {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
    background: #2828288a;
    font-size: 40px;
    color: white;
    transform: translateX(100%);
transition:all 0.3s;
}
.member-image{
position:relative;
overflow:hidden;
}
.media-image a:hover .view,.member-image:hover .view{
transform: translateX(0%);
}
.media-content {
    text-align: center;
    margin-top: 10px;
    font-size: 16px;
    font-weight: bold;
}

.wpcm-vehicle-results-wrapper{
margin-top:20px;
}
.wpcm-vehicle-results{
padding-left:0 !important;
}
.single-wpcm_vehicle .wrapper{
position:relative;
}
.single-wpcm_vehicle .wrapper:before{
content:'';
    height: 30px;
    width: 100%;
    background: #006bc1;
    position: absolute;
    padding-top: inherit;
}
.single-wpcm_vehicle #content> .container{
  margin-top:60px !important;
}
.product__mid-content.buffer-above {
    display: flex;margin-top: 20px;
}
.product__item-details {
    flex: 1;
    margin-left: 0 !important;
    padding-left: 0;
    width: auto !important;
    height: auto !important;
}
.wpcm-content-block a img{
height:auto !important;    margin-top: 20px;
}
.wpcm-images a img{
width:100%;
height:auto;
}
.wpcm-vehicle-title.entry-title,.wpcm-content-block h2 {
    font-size: 24px;
    line-height: 38px;
    color: #3c3950;
    font-weight: 600;
    margin-bottom: 15px;
}
.blog .timeline-article{
flex-wrap:wrap;
padding:40px 0;
}
.single .mv40{
padding:40px 0;
}
.single .item-post-container{max-width:100%;padding:0
}
.single .post-image img{
    width: 100%;
    max-height: 350px;
    object-fit: cover;
}

input[type="submit"] {
    -webkit-appearance: none;
}

.contact-forms.reportproblem {
    width: 100%;
}
.reportproblem .row {
    display: flex;
    flex-wrap: wrap;
justify-content:space-between;
}
.reportproblem .row .col-md-6{
 width:48%;
}

.reportproblem .contact-form{
 max-width:100%;
}
.reportproblem .row .col-md-6.w-100 {
    width: 100%;
    display: flex;
}
.reportproblem span.wpcf7-form-control-wrap.TC {
    width: 50px;
    margin-right: 10px;
}
.page-template-locate-a-dealar .entry-header{
   display:none;
}

.page-template-locate-a-dealar article{
padding:60px 0 0px;
}
.col-md-12.formlocate .wrapper {
    display: flex;
    align-items: center;
    max-width: 600px;
    margin: 0 auto 30px;
    justify-content: flex-start;
    flex-wrap:wrap;
width:100%;
}
.col-md-12.formlocate select {
    width: 100%;
    height: 45px;
    line-height: 45px;
    padding: 0 8px;
    border: 1px solid #dfe5e8;
    background: rgba(255, 255, 255, 0.6);
    font-size: 15px;
margin-top:5px;
color: #5f727f;
}
div#returnMsg {
    padding: 0;
    width: 100% !important;
}
.desktop-hide{
display:none!important;
}

div#returnMsg table{
 width: 100% !important;
}

div#returnMsg table th {
    text-align: left;
}

.footer-strip {
    background: #e00034;
    position: fixed;
    bottom: 0;
    z-index: 1;
    padding: 7px 0 1px;
    line-height: 1.2;
    font-size: 14px;
    color: white;
    font-weight: bold;
left:0;
right:0;
}


@media (max-width:768px){
button#responsive-menu-button {
    background: #282828 !important;
}


.menu-container,.scroll-btn{
display:none;
}
.top-nav .flex-row {
    flex-wrap: wrap;
}
.contact-list li {
    font-size: 13px;
}
.social-icon{
display:none;
}
.flexslider .slides > li,#hero-banner{
height:auto !important;
    background: none !important;
}
.desktop-hide{
display:block!important;
/*min-height:200px;*/
    object-fit: cover;
    object-position: left;
}

.member-image img {
    height: auto;
}
.more-works {
    padding: 20px 0;
}
.more-works .flex-row {
    flex-wrap: wrap;
}
.more-works .flex-item {
    flex:initial;
    width: 100%;
    margin-bottom: 20px;
}
.media-image img {
    height: auto;
}
.more-works .flex-item:last-child{
margin-bottom:0;
}
.section__heading {
    margin-bottom: 20px;
    font-size: 35px;
}
section#why-choose ,section#media,#blog-home,section#page-content{
    padding: 40px 0;
}
.fix-space {
    margin-left: 0;
    margin-right: 0;
    flex-wrap: wrap;
}
.fix-space  > .flex-item {
    flex: initial;
    width: 100%;
    margin-bottom: 20px;
position:relative;
}
.box-icon {
    width: 60px;
    min-height: 1px;
    margin-left: 10px;
    position: absolute;
    right: 20px;
    top: 0px;
}
section#media .flex-row {
    flex-wrap: wrap;
}
.team-member {
    margin-right: 0;
    margin-bottom: 20px;
    width: 100%;    flex: inherit;
}
.team-member:last-child{
margin-bottom:0;
}
.timeline-article {
    flex-wrap: wrap;
}
.item-post-container {
    max-width: 100%;
    flex: inherit;
    margin-right: 0;margin-bottom: 20px;
}
.subscribe {
    width: 100%;
}
footer {
    padding: 40px 0 50px;
}
footer .flex-row {
    flex-wrap: wrap;
}
footer .flex-item {
    flex: inherit;
    position: relative;
    width: 100%;
margin-bottom:20px;
}
#banner {
    height: 180px;
}
.about-wrapper > div {
    width: 100%;
}
.product-wrapper {
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.product-content, .product-image {
    width: 100%;
}
.breadcrump-icon {
    font-size: 40px;
}
.wpcm-vehicle-listings .wpcm-vehicle-filters .wpcm-filter {
    width: 100% !Important;
}
.image-container img {
    height: auto;
}
#contact .flex-row ,.flex-row.space-between.career{
   flex-wrap:wrap;
}
.contact-forms, .contact-info {
     width: 100%;
}
.career > div {
    width: 100%;
}
.contact-forms{
margin-bottom:20px;
}
.container {
    max-width: 100%;
    padding: 0 20px;
}
.links-list li {
    width: 100%;
}
.contact-list li:last-child{
margin-right:0;
}
.top-nav .container { padding: 0 10px;
}
.page-title {
    font-size: 22px;
}
#page-content h3 {
    font-size: 22px;
}
.media-image {
    width: 100%;
    margin-bottom: 30px;
}
#page-content iframe{
height:300px !Important;
}
.single .mv40 {
    padding: 40px 35px;
}
.container.wpcm-vehicle-listings {
    max-width: 100%;
    padding: 0;
}
.wpcm-vehicle-listings .wpcm-vehicle-results-wrapper .wpcm-vehicle-results li.wpcm-listings-item a img.wpcm-listings-item-image {
    width: 100% !Important;
    height: auto!Important;
    position: relative!Important;
    left: 0!Important;
    float: left!Important;
    margin-right: 0!Important;}
.wpcm-vehicle-listings .wpcm-vehicle-results-wrapper .wpcm-vehicle-results li.wpcm-listings-item a{
padding:0;
}
.wpcm-vehicle-listings .wpcm-vehicle-results-wrapper .wpcm-vehicle-results li.wpcm-listings-item a .wpcm-listings-item-description {
    display: block;
    float: left!Important;
    width: 100%!Important;
    padding: 0!Important;
    line-height: 1.5em;
    margin-top: 20px!Important;
}
.product__mid-content.buffer-above {
    flex-wrap: wrap;
}
.product__item-details {
    flex: initial;width: 100% !Important;
}

.member-image iframe{
width:100% !important;
}
.more-works .tr{
margin-left:0 !important;
}
.box-inner {
    padding: 15px 0px 0;
}
.instant-button1 span,.instant-button span{
display:none;
}
.instant-button1 > div,.instant-button> div {
        display: block;
    height: 40px;
    width: 40px;
    font-size: 26px;
    border-radius: 50%;
    line-height: 40px;
    padding: 0;
    text-align: center;
}
.instant-button1 {
    bottom: 70px;
    transform: none;
   -webkit-transform: none;
    left: 10px;
}
.instant-button{
   bottom: 70px;
    transform: none;
   -webkit-transform: none;
    left: auto;right:10px;
}
.reportproblem .row .col-md-6 {
    width:100%;
}
.reportproblem span.wpcf7-form-control-wrap.TC {
    width: 100%;
}
.reportproblem .row .col-md-6.w-100 {
    flex-wrap: wrap;
}
.banner-box{
display: block;
    width: 80%;
    left: 10%;
	top:16%;
}
h3.light {
    color: white;
    font-size: 35px;
}
p.light {
    font-size: 16px;
    line-height: 20px;
margin-top:0;
}
.flex-control-nav {
    text-align: center !important;
    right: 0!important;
}
}

@media (max-width:768px) and (min-width:640px){

.more-works .flex-row {
   flex-wrap: inherit; 
}
.more-works .tr {
    margin-left: 20px !important;
    width: 195px;
}
#banner {
    height: 220px;
}
.marque {
    width: 100%;
    margin-left:0px;
}
.post-image img {
    width: 100%;
    max-height: 250px;
    object-fit: cover;
}
p.light {
    
    max-width: 100%;
	text-align:center;
}
.footer-strip .container{
text-align:center;
}
.footer-strip  marquee{
width:400px;
margin:0 auto;
}
}
@media (max-width: 640px){
.banner-box {
    display: block;
    width: 100%;
    left: 0;
    position: static;
    transform: none;
    color: black;
    text-align: center;
    padding: 15px 0 30px;
    overflow: hidden;
}
h3.light {
    color: #201e1c;
    font-size: 35px;
}
p.light {
    font-size: 16px;
    line-height: 20px;
    margin-top: 0;
    max-width: 100%;
color:#201e1c;
}
.flex-control-paging li a {
    background: rgb(30, 28, 25) !important;
    background: rgb(30, 28, 25)!important;
}
.flex-control-paging li a.flex-active {
    background: #e00034!important;
}
}
@media (max-width: 380px){
.top-nav .container {
    padding: 0 0px 0 15px;
}
.contact-list li {
    font-size: 11px;
margin-right:5px;
}}

@media only screen 
  and (min-device-width: 1024px) 
  and (max-device-width: 1030px) {
.flexslider .slides > li{
background-position:left !important;
}
p.light {
    max-width: 100%;
text-align:center;
}
.banner-box {
    position: absolute;
    z-index: 1;
    top: 10%;
    width: 1170px;
    transform: translateY(-50%);
    text-align: right;
    max-width: 100%;
    left: 0;
    padding:0 30px;
}
.box-icon {
    width: 50px;
    min-height: 1px;
    margin-left: 10px;
    position: absolute;
    right: 10px;
    top: 10px;
}
.box-inner {
    position: relative;
}
.member-image img {
    height: 220px;
    width: 100%;
    object-fit: cover;
}
.member-image iframe {
        height: 220px !important;
    width: 100%;
}
.social-icon {
    flex: 1;
    text-align: right;
    width: 110px;
    display: flex;
}
.marque {
    width: 480px;
}
.links-list li {
    width: 40%;
}
}


.instant-button2{    
    height: 0px;
    position: fixed;
    right: -67px;
    bottom: 367px;
    z-index: 99;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    filter: progid:DXImageTransform.Microsoft.BasicIm
}

 .instant-button2 .getquote2{
    display: block;
    display: block;
    background: #e00034;
    height: 30px;
    /*width: 194px;*/
    padding: 1px 14px 1px;
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    cursor: pointer;
    font-weight: bold;
    }

.instant-button2 .getquote2 a{
color:#fff;
}

.instant-button3{    
    height: 0px;
    position: fixed;
    right: -36px;
    bottom: 205px;
    z-index: 99;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    filter: progid:DXImageTransform.Microsoft.BasicIm
}

 .instant-button3 .getquote3{
    display: block;
    display: block;
    background: #e00034;
    height: 30px;
    /*width: 194px;*/
    padding: 3px 14px 1px;
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    cursor: pointer;
    font-weight: bold;
    }

.instant-button3 .getquote3 a{
color:#fff;
}

@media (max-width:768px){
 
  .instant-button2 .getquote2{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
  }

  .instant-button2 .getquote2 span{
   display:none;
  }


  .instant-button2 {
    right: 58%;
    bottom: 72px;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    filter: progid:DXImageTransform.Microsoft.BasicI
    }

    .instant-button2  .fa-search{
      font-size: 23px;
    margin-top: 5px;
    margin-left: -5px;
  }
  
  

  .instant-button3 .getquote3{
    width: 40px;
    padding: 6px 14px 1px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
  }

  .instant-button3 .getquote3 span{
   display:none;
  }


  .instant-button3 {
    right: 29%;
    bottom: 72px;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    filter: progid:DXImageTransform.Microsoft.BasicI
    }

    .instant-button3  .fa-search{
      font-size: 23px;
    margin-top: 5px;
    margin-left: -5px;
  }
  
  
  
  
}
