body{ background:#fff; color:#000; font: normal 17px 'zurich_lt_btlight'; line-height:25px;}
h1{ font-size:42px;  font-family: 'rajdhanibold'; margin-bottom:20px; text-transform:none; font-weight:800  }
h2{ font-size:24px;  font-family:'rajdhanibold'; margin-bottom:15px;    }
h3{ font-size:24px; line-height:25px; font-family:'rajdhanibold'; margin-bottom:10px; }
h4{ font-size:22px; line-height:30px; font-weight: 800;}
table{ max-width:100%}
img{ max-width:100%;}

h1 span{font-size:30px; font-family: 'zurich_lt_btlight'; color:#bf0a0a;   text-transform:none;}
h1 .inner-txt{font-size:50px; font-family: 'alex_brushregular'; color:#fff; text-transform:none;}

@media (max-width:767px){
h1{font-size:30px; }
h2{font-size:25px;}
h3{font-size:22px;}
h4{ font-size:16px;  }
}
.btn-wide{padding:15px 50px; font-size:20px; font-weight:800; border-radius:8px;}
.clear{clear:both; margin:0;}
.colortext{color:#f2003d;}
.redtext{color:#CC0000;}
.stick {
	position:fixed;
	top:0px;
	left:0;
	z-index:99999;
	width:100%;
	background:#fff;
	border-bottom:solid 1px #D7D7D7;
}


.img-circle {
    border-radius: 50%;
}
hr {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #e1e0e0 -moz-use-text-color -moz-use-text-color;
    border-image: none;
    border-style: solid none none;
    border-width: 1px 0 0;
    margin-bottom: 24px;
    margin-top: 24px;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
@media (max-width:768px){
	.text-left {
    text-align: center;
}
.text-right {
    text-align: center;
}
}
.text-center {
    text-align: center;
}
.text-justify {
    text-align: justify;
}
.text-nowrap {
    white-space: nowrap;
}
.text-lowercase {
    text-transform: lowercase;
}
.text-uppercase, .initialism {
    text-transform: uppercase;
}
.text-capitalize {
    text-transform: capitalize;
}
.text-muted {
    color: #cbcbcb;
}
.text-primary {
    color: #658438;
}
.text-dark{color:#6b7386;}
.text-white{color:#fff;}
a.text-primary:hover, a.text-primary:focus {
    color: #fd0022;
}
.text-success {
    color: #3c763d;
}
a.text-success:hover, a.text-success:focus {
    color: #1a321a;
}
.text-info {
    color: #31708f;
}
a.text-info:hover, a.text-info:focus {
    color: #173543;
}
.text-warning {
    color: #8a6d3b;
}
a.text-warning:hover, a.text-warning:focus {
    color: #43351c;
}
.text-danger {
    color: #a94442;
}
a.text-danger:hover, a.text-danger:focus {
    color: #602625;
}
.bg-white {
    background-color: #fff;
}
.bg-dark{
	background-color:#1f1f1f;
}
.bg-gray{background:#e7e7e7;}

.bg-primary {
    color: #fff;
}
.bg-primary {
    background:#105d00;
}
.bg-secondary {
    background:#1c3d70;
}

.bg-success {
    background-color: #dff0d8;
}
a.bg-success:hover, a.bg-success:focus {
    background-color: #c1e2b3;
}
.bg-info {
    background-color: #d9edf7;
}
a.bg-info:hover, a.bg-info:focus {
    background-color: #afd9ee;
}
.bg-warning {
    background-color: #fcf8e3;
}
a.bg-warning:hover, a.bg-warning:focus {
    background-color: #f7ecb5;
}
.bg-danger {
    background-color: #f2dede;
}
a.bg-danger:hover, a.bg-danger:focus {
    background-color: #e4b9b9;
}
.list-unstyled {
    list-style: outside none none;
    padding-left: 0;
}
.list-inline {
    list-style: outside none none;
    margin-left: -5px;
    padding-left: 0;
}
.list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
}
html .page .offset-top-0 {
    margin-top: 0;
}
html .page .offset-top-4 {
    margin-top: 4px;
}
html .page .offset-top-6 {
    margin-top: 6px;
}
html .page .offset-top-10 {
    margin-top: 10px;
}
html .page .offset-top-17 {
    margin-top: 17px;
}
html .page .offset-top-25 {
    margin-top: 25px;
}
html .page .offset-top-32 {
    margin-top: 32px;
}
html .offset-top-40 {
    margin-top: 40px;
}
html .page .offset-top-50 {
    margin-top: 50px;
}
html .page .offset-top-66 {
    margin-top: 66px;
}
html .page .offset-top-86 {
    margin-top: 86px;
}
.offset-top-100 {
    margin-top: 100px;
}

html .page .offset-left--30 {
    margin-left: -30px;
}

/*------------------------------------------------------------------------------*/
.section-all-0{
	padding-right:0px;
	padding-left:0px;
}
.section-all-1{
	padding:1px;
}
.section-all-5{
	padding:5px;
}	
.section-all-10 {
    padding: 10px;
}
.section-all-20 {
    padding: 20px;
}
.section-all-30 {
    padding: 30px;
}
.section-all-40 {
    padding: 40px;
}
.section-all-50 {
    padding: 50px;
}
.section-all-60{
	padding:60px;
}

.section-10 {
    padding-bottom: 10px;
    padding-top: 10px;
}
.section-23 {
    padding-bottom: 23px;
    padding-top: 23px;
}
.section-30 {
    padding-bottom: 30px;
    padding-top: 30px;
}
.section-42 {
    padding-bottom: 42px;
    padding-top: 42px;
}
.section-55 {
    padding-bottom: 55px;
    padding-top: 55px;
}
.section-70 {
    padding-bottom: 70px;
    padding-top: 70px;
}
.section-80 {
    padding-bottom: 80px;
    padding-top: 80px;
}
.section-90 {
    padding-bottom: 90px;
    padding-top: 90px;
}
.section-100 {
    padding-bottom: 100px;
    padding-top: 100px;
}
.section-154 {
    padding-bottom: 154px;
    padding-top: 154px;
}
.section-167 {
    padding-bottom: 167px;
    padding-top: 167px;
}
.section-200 {
    padding-bottom: 200px;
    padding-top: 200px;
}
.section-250 {
    padding-bottom: 250px;
    padding-top: 250px;
}
.section-300 {
    padding-bottom:300px;
    padding-top: 300px;
}
.section-top-15 {
    padding-top: 15px;
}
.section-top-23 {
    padding-top: 23px;
}
.section-top-42 {
    padding-top: 42px;
}
.section-top-55 {
    padding-top: 55px;
}
.section-top-70 {
    padding-top: 70px;
}
.section-top-80 {
    padding-top: 80px;
}
.section-top-90 {
    padding-top: 90px;
}
.section-top-100 {
    padding-top: 100px;
}
.section-top-154 {
    padding-top: 154px;
}
.section-top-167 {
    padding-top: 167px;
}
.section-top-200 {
    padding-top: 200px;
}

.section-bottom-2 {
    padding-bottom: 2px;
}
.section-bottom-10{
	padding-bottom:10px;
}
.section-bottom-23 {
    padding-bottom: 23px;
}
.section-bottom-42 {
    padding-bottom: 42px;
}
.section-bottom-50 {
    padding-bottom: 50px;
}
.section-bottom-55 {
    padding-bottom: 55px;
}
.section-bottom-70 {
    padding-bottom: 70px;
}
.section-bottom-80 {
    padding-bottom: 80px;
}
.section-bottom-90 {
    padding-bottom: 90px;
}
.section-bottom-100 {
    padding-bottom: 100px;
}
.section-bottom-154 {
    padding-bottom: 154px;
}
.section-bottom-167 {
    padding-bottom: 167px;
}
.section-bottom-200 {
    padding-bottom: 200px;
}
.box-bordered{ box-shadow:0 0 15px 1px #ebebeb; }

.img-left{float:left; margin:0px 30px 30px 0;}
.img-right{float:right; margin:20px 0 20px 20px;}
@media (max-width:768px){
	.img-left, .img-right{float:none;}
}
/*Top Section*/
.top-loc{background:#D6E4F1;}
.logo-sec{border-bottom:solid 1px #eee;}
.navbar {  padding:0px 0;position:relative; min-height: 65px;

background:#092246;

z-index: 9;

width: 100%;     }
.navbar-scroll {top:0;padding:2px 0;  position:fixed; z-index:9998;  }

.nav{font-size:18px; margin-top:10px; text-align:center; font-family:'rajdhanibold';  }
.nav li{margin:0 0px;}

.nav li a{ padding:10px 22px; line-height:22px; color:#fff; outline:none; transition: all .2s ease-in-out; text-align:center; border-radius:4px;  }
.nav li a:hover{color:#bf0a0a; background:none;     }

.nav li a.active{color:#fff; background:#bf0a0a;   }
.navbar-header{  text-align:center;  

padding: 0px;}

.headerwrapper{ margin-top:0px}

.navbar-scroll {top:0;padding:2px 0;  position:relative; z-index:9998;  }

@media (max-width:1200px){
.navbar {position:relative;}
.nav{font-size:16px;}
.nav li{margin:3px;}
.nav li a{padding:5px 10px;}
}
@media (max-width:768px){
.navbar-scroll {  position:relative; z-index:9998;  }
	.navbar-header{position:relative;}
	.navbar-inverse{background-color:#fff; border-bottom:none; border-top:none;}
.nav{margin:0px 0; background-color:#000; min-height: 80px;  }
.headerwrapper{ margin-top:0}

.nav li a{color:#fff;}
.logo{width:100%; text-align:center; }
.logo img{max-width:100%; margin:0px 0 0 0px; }
}


.top-tel{ font-size:15px; line-height:18px; border-bottom:solid 1px rgba(255,255,255,0.1); margin-bottom:0px; padding:10px 0;   }
.top-tel span{ margin-top:5px;}


@media (max-width:768px){
.top-tel{ padding:10px;  text-align:center; right:0;}
}

/*Home top Icons*/
.home-gall .icon{ overflow:hidden; }
.home-gall .icon img{transition:all 0.5s ease;}
.home-gall .icon:hover img{transform:scale(1.1);}

.img-hd{
position: absolute;
z-index: 999;
bottom: 20%;
left: 14%;
padding: 15px 30px  ;
font-size: 20px;
font-family: 'zurich_lt_btlight'; text-transform:uppercase;
text-align: center;
transition: all 0.5s ease;
background:rgba(0,0,0,0.5); width:50%; border:1px solid #fff; border-radius:8px;
  }

.img-hd p{ font-size:15px; text-transform:none}
.img-hd span{width:50px; height:2px; margin-top:20px; background:#fff; display:block; transition:all 0.5s ease; }
.icon:hover .text-white{ color:#000}
.icon:hover .img-hd{ background:#d90305; color:#fff;}
.icon:hover .img-hd span{width:100px;}


/*Extra style*/
.stick {
	position:fixed;
	top:0px;
	z-index:999;
	width:100%; min-height: 100px;
}

@media (max-width:768px){
.stick {
	position:relative;}
}


/*body section*/
.bodySection{background:#fff url(../images/bg.jpg) center no-repeat; background-size:cover; padding:30px 0 }

.bodySection2{background:#f6f6f6 ; background-size:cover; padding:60px 0 }

.context-dark{ background:#1a202c url(../images/mid-bg.jpg) top fixed no-repeat; background-size:cover; color:#fff; padding:200px 0;}
.context-dark .col-lg-3{padding:0;}
.context-dark h1 { color:#fff;}

 

.context-dark h1::after {

    position: absolute;
    top: -14%;
    right: 0;
    content: '';
    width: 40px;
    height: 40px;
    border-width: 2px 2px 0 0;
    border-style: solid;

}


.context-dark h1::before {

    position: absolute;
    bottom: 1%;
    left: 3%;
    content: '';
    width: 40px;
    height: 40px;
    border-width: 0 0 2px 2px;
    border-style: solid;

}


.counter-wrapper {
    color: #6b7386;
    font-weight: 800;
}
.hd-height{}
.content-height{height:130px;}
@media (max-width:767px){
	.hd-height{height:auto;}
	.content-height{height:auto;}
}


.divider {
    height: 2px;
    margin-left: auto;
    margin-right: auto;
    width: 49px;
}

 


.divider::after {
    content: '';
    display: inline-block;
    width: 60px;
    height: 3px;
    background-color: #bf0a0a;
}

 .divider-6 {
    border-color: #db2420;
    min-height: 70px;
    position: relative;
    left: -50%;
}

 
	
	.divider-5 {
    border-color: #db2420;
    max-width: 62px;
    position: relative;
    left: 0%;
    margin-top: 18px;
    
}

.divider-bottom {
    border-width: 4px;
    border-style: none none solid none;}


.divider2 {
    height: 2px;
    margin-left: auto;
    margin-right: auto;
    width: 49px;
}

 


.divider2::after {
    content: '';
    display: inline-block;
    width: 60px;
    height: 1px;
    background-color: #fff;
}
 

 /*Home Menu Section*/
 
 .home-menu-sec{ background:#000; color:#fff;}
.red-price{ color:#f36c21; font-size:20px;}
.menu-cont{ margin-bottom:40px;}



/*BG Section*/
.bg-texture-page{background:url(../images/bg-page.jpg) bottom  no-repeat; background-size:cover;  padding:55px 0 200px 0; }


.bg-texture{background:#fff url(../images/bg2.jpg) center  no-repeat ; background-size:cover;}
.bg-texture1{background:url(../images/bg3.jpg) bottom right no-repeat;}
.bg-texture2{background:url(../images/bg4.jpg) bottom fixed no-repeat; background-size:cover; }
.bg-texture3{background:url(../images/bg5.jpg) center  no-repeat;}

 
 

 
/*Home Mid Icons*/
.thumb-pad1 {
    
     
   
    
    cursor: pointer;
    margin: 0 0 20px;
    overflow: visible;
    transition: all 0.3s ease-out 0s;
	
	text-align:left;
}
.thumb-pad1 img{padding-top:20px; padding-left:15px;}

.thumb-pad1 .thumbnail {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    border-radius: 0;
    box-shadow: none;
    margin: 0;
    overflow: visible;
    padding: 10px;
    position: relative;
}

.thumb-pad1 .caption .title {
    color: #000;
    font-size:20px;
	padding-bottom:0;
	text-align:center;
}

@media (max-width: 768px) {
.thumb-pad1 {
    margin: 0 0 20px; height:300px;
}
}
.thumb-pad1 img {
     
}
.thumb-pad1 .thumb-link {
    display: block;
    border: solid 1px #ee3425;
    padding: 10px 20px;
    background: transparent;
    float: right;
    margin: 30px -20px 50px 0;
    transition: all 0.25s ease 0s;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 1px;
}
.thumb-pad1:hover {
    box-shadow: 6px 8px 24px 0 rgba(32, 47, 57, 0.2);
    transform: translateY(-10px); border-bottom:1px solid #ee1d26;
}
.thumb-pad1:hover .thumb-link{background:#ee3425;}
.thumb-pad1:hover .badge {
    transition: all 0.25s ease 0s;
}
.ser-down {
    margin-top: 100px;
}


/*Testimonial Section*/

.testimonial{ background:#fff; padding:20px; color:#000;}
.testimonial-div{ background:url(../images/bg3.png) center top no-repeat; background-size:cover; padding:70px 0; color:#fff;}
.testi{text-align:center;}
.testi-name{color:#1c86dc; font-weight:800; padding:5px 0; font-size:18px;}
.testi-row{border-bottom:solid 1px #50a3e6; margin-bottom:20px; background:url(../images/testi-icon.png) center no-repeat; height:50px;}

.testi-inner-box{background:#F8F8F8; border:solid 1px #ccc; padding:10px;}

 .testi-prev{ padding:10px; background:none; border-radius:3%}
.testi-next{ margin-left:10px; padding:10px; background:none; border-radius:3%}
.testi-prev:hover{ padding:10px; color:#bf0a0a; }
.testi-next:hover{ padding:10px; color:#bf0a0a; }


/*bottom background*/

.red-box{ background:url(../images/mid-sec-bg.jpg) no-repeat center; background-attachment:fixed; background-size:cover; padding:200px 0; text-align:center;}
.red-box h1{ color:#FFFFFF;}


/*Bottom Icon*/

.bot-icon .col-md-15{ padding:0 2px;}
.bot-icon .col-md-15 img{ width:100%}

.bot-icon .col-md-15 .box-hd2 img{ max-width:100%; width:auto;}

.box-hd2{   background:none;font:normal 20px 'aller_lightregular'; text-transform:uppercase; padding:4px 0 10px;  color:#fff;  transition: all 500ms ease-out; top: 84%;
position: absolute;
text-align: center; display:block; opacity:0; width:100%  }
.box-hd2 img{ max-width:100%; width:100%}
.icon-des-inner2{display:table-cell;  text-align:center; background:rgba(232,91,0, 0.0); transition: all 500ms ease-out;
}
.icon-des-inner2:hover{display:table-cell; vertical-align:middle; text-align:center; background:rgba(232,91,0, 0.4);}
.icon:hover .box-hd2{ background:none; top:40%;    transition: all 500ms ease-out; opacity:1;}
.box-hd-icon2{background:url(../images/box-arrow.png) center no-repeat; transition: all 500ms ease-out; height:38px; display:block;}

.icon-des-inner2:hover  .box-hd2{
	
}

.bot-icon .icon {
    bottom: 0; color:#FFFFFF;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
transition: all 100ms ease-out;
    width: 100%;
}
.bot-icon .icon:hover  .box-hd{
padding-bottom:30px;	
}


.bot-icon .col-md-3{ padding:4px;  }
.bot-icon .col-md-3 img{ width:100%}

.bot-icon .col-md-3 .box-hd2 img{ max-width:100%; width:auto;}




/*Bottom form and Buttons*/

.bottom-form{background: linear-gradient(to left, #ededed 0%,#ededed 50%,#000000 50%,#f36c21 50%,#f36c21 100%); padding:50px;}

.left-box{ color:#fff;}
.right-box{ color:#000;}


.btn{background:#bf0a0a; margin-left:5px; padding:10px 20px;  border-radius:0; font:normal 15px 'zurich_lt_btlight'; text-transform:none;  color:#fff;

-webkit-transition: all 1s; -o-transition: all 1s; transition: all 1s;}
.btn:hover{background:#000; color:#fff; }



.btn2{background:#305ebf; margin-top:0px; padding:10px 20px; border:none;  border-radius:0; font:normal 15px 'zurich_lt_btlight'; text-transform:none;  color:#fff;

-webkit-transition: all 1s; -o-transition: all 1s; transition: all 1s;}
.btn2:hover{background:#000; color:#fff; }

 

.header-quote .btn, .btn2{ padding:15px 25px;}


/*Footer*/

.footer{ background:#000 url(../images/footer-bg.jpg); color:#fff; padding:35px 0;    }
.footer a{color:#fff;}
.footer a:hover{ text-decoration:underline;}
.footer .fa{ font-size:25px;}

.bottom{border-top:solid 1px #efefef;}


@media (max-width:768px){
	.footer{text-align:center;}
	.footer ul{float:none; margin-bottom:20px;}
	.footer .fa{ display:block;}
	.bottom{text-align:center;}
}



@media (max-width:768px){
.footer{ text-align:center}
}
.btn-block{display:block;}





/*Extra style*/
.stick {
	position:fixed;
	top:0px;
	z-index:999;
	width:100%;
}
.bodywrapper{ }
@media (max-width:768px){
	.bodywrapper{margin-top:0px;}
}
.header{width:auto; margin:0 15px;}


.header-caption{   padding:30px 30px 30px 30px; background:transparent; position:absolute; z-index:999; background:transparent; top: 30%; font-size:16px; left:100px; right:100px;  }
.header-caption h2{  font-size:30px; }
@media (max-width:1024px){

.header-caption{padding:20px;}
.header-caption h2{font-size:20px;}
}

.offset--50 {
    margin-top: -50px;
	margin-bottom: -50px;
}



.mid-sec{position:relative; z-index:9999;}
.mid-sec-inner-first{display:flex;}

.inner-link{display:inline-block;     border: solid 1px #739678;
    color: #739678;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 25px;
    font-family: 'aliceregular';
	margin:5px 10px 5px 0;
}
.inner-link:hover{
	color: #fff;
    background-color: #739678;
}
.inner-link.active{
	color: #fff;
    background-color: #739678;
}
@media(max-width:768px){
	.inner-link{display:block;}
}

a .bg-primary:hover{background:#1c3d70;}

.icon-left{float:left; padding-left:15px; display:inline-block;}
.img-icon{border-radius:50%; padding:13px; text-align:center; background:#41b549; display:inline-block; transition:all 0.5s ease;border:solid 3px #41b549;}
a:hover .img-icon{ background:#fff; }
.icon-hd{color:#288ed8;  padding-bottom:10px;}
.right-text{text-align:right;}
@media (max-width:768px){
	.pull-right{float:none !important;}
.right-text{text-align:left;}
.res-hide{display:none;}
}



 

 


.client-sec a img{/*filter: gray;  IE6-9 */
  -webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ 
  filter: grayscale(1);*/
  transition:all 0.5s ease;
  opacity:0.8; /* Microsoft Edge and Firefox 35+ */
}
.client-sec a:hover img{
  -webkit-filter: grayscale(0);
  filter: none;
  opacity:1;
}




 

/* SLIDER STYLES */
	
.slider-wrapper{
	position:relative;
	overflow:hidden;
	
	width:100%;
	
	margin:0px auto;
	
	background:#1b1b1b url(../images/header-bg.jpg) 0 0 no-repeat; background-size:cover;
	
	border:1px solid #000;
	box-shadow:0 3px 5px #666;
}

.slider{
	position:relative;
	width:100%; 
/*	height:400px; when responsive, comment this out */
	margin:0 auto;
	
}

.light-green{background:#95C542;}
.green{background:#7CB761}
.orange{background:#EF7D00}
.turky{background:#348E8A}
.white{background:#fff; color:#333}

.link-fixed{position:fixed; right:0; top:25%; z-index:9999; background:#007CD2; line-height:20px; text-align:center; border-radius:10px 0 0 10px; font-weight:800; padding:15px; color:#fff;}
.link-fixed:hover{background:#80C44B; color:#fff;}

 







 
 

.header-quote{ background:none;    padding:10px 10px; text-align:center; left:10%; font:normal 14px 'aller_lightregular', Helvetica, sans-serif; position:absolute; color:#fff;   top:5%;   width:80%;  	    }

.header-quote h1{ font-size:52px; color:#092246;}

.header-quote2{ background:none;    padding:10px 10px; text-align:center; right:10%; font:normal 14px 'aller_lightregular', Helvetica, sans-serif; position:absolute; color:#fff;   top:40%;   width:30%;  	    }

.header-quote2 h1{ font-size:52px; color:#fff;}
 
.header-quote h2{ font-size:45px;}
.more2{ background:#9a0000; color:#fff; font:normal 22px 'zurich_cn_btregular';  padding:10px 30px; display:inline-block; border-radius:60px; margin:0 auto; margin-top:20px; box-shadow: inset 0 0 0 0 #000; transition:all 0.5s ease; }
.more2:hover{ color:#fff; text-decoration:none;  box-shadow: inset 0 100px 0 0 #000; }

@media (max-width:768px){
.header-quote h2{ font-size:20px;}
.header-quote{ bottom:5%;   width:80%; }
.header-quote h1{ font-size:30px}
.header-quote h1 span{ font-size:20px}

}

.more1{ background:#1A86DE; color:#fff; padding:10px 30px; display:inline-block; border-radius:5px; font:normal 22px 'zurich_cn_btregular'; box-shadow: inset 0 0 0 0 #000; transition:all 0.5s ease; border:none; }
.more1:hover{ color:#fff; text-decoration:none;  box-shadow: inset 0 100px 0 0 #000; }




.other-content{padding:30px 0 40px 0;}
.other-hd{ border-bottom:solid 1px #ccc; margin-bottom:10px;}


 

.masonry { /* Masonry container */
    column-count: 4;
    column-gap: 0.5em; position:relative; overflow:hidden;
}

.item { /* Masonry bricks or child elements */
    background-color: none;
    display: inline-block;
    margin: 0 0 0;
    width: 100%; height:100%; overflow:hidden;
}

.team-content { /* Masonry bricks or child elements */
    background-color: #eee;
    display: inline-block;
    margin: 0 0 1em;
    width: 100%;
	padding:20px;
}
.team-content img{margin-bottom:20px;}
@media (max-width:768px){
	.masonry { /* Masonry container */
    -moz-column-count: 1;
    -webkit-column-count:1;
    column-count: 1;
}
}




.back{font-size:20px; }
.back:hover span{color:#1A86DE;}

/*CONTACT*/
.contact{text-align:center; font-size:18px;}
.fieldouter{margin-bottom:10px;}
.field{padding:8px;   border:solid 1px #999999; border-radius:5px; background:none; width:90%;}
.text1{text-align:left;}
.submit{border:solid 1px #fff; color:#fff;  border-radius:5px;  padding:10px 30px; background:none; }
.submit:hover{background:#ec2027; color:#fff;}
.error{color:#F10206; text-align:left;}



.inner{padding:10px 0 20px 0;}
.inner-sec{ margin:30px 0; text-align:center; background:url(../images/bg.png); padding:50px 10px; color:#000;}
.inner-sec .list{text-align:left; margin-left:30px;}
.inner-sec img{border-radius:5px; border:solid 1px #fff;}


/*PRICING*/
.pricing{ text-align:center; margin:40px 0;}
.pricing .col{padding:0;}
.pricing .col-mid{padding:0; border-left:solid 1px #D0CECE; border-right:solid 1px #D0CECE;}
.pricing .row{margin:0; background:#F0EFEF; padding:5px 0;}
.pricing .row1{margin:0; background:#E5E5E5; padding:5px 0;}

.col-hd{background:#ec2027; color:#fff; border-bottom:solid 1px #fff; font-size:18px;  padding:20px 0; text-align:center;}
.col-hd span{font-size:30px; font-weight:800;}
.col-hd1{font-size:18px; padding:5px 0; background:#212121; color:#fff;}




/*SERVICE*/
.service .col-md-4{ margin-bottom:30px;}
.service .des{height:100px; overflow:hidden;}


/*GALLERY*/
.thumb-img{}
.fancybox-effects-d{position:relative; display:inline-block; 
}
.fancybox-effects-d:hover{

}
.thumb1{position:absolute; top:10px; width:93%; height:87%; background:rgba(0,0,0,0.5) url(../images/zoom.png) center no-repeat; display:block; opacity:0; z-index:999;}
.thumb1:hover{ opacity:1; transition: all .2s ease-in-out;}
.mid-icon{ padding:0 1px 1px 0; }
.mid-icon img{max-width:100%; width:100%;}



.inner-img{float:right; max-width:100%; margin:0 0 50px 50px;}
@media (max-width:767px){
	.inner-img{float:none; display:block;}
	.thumb1{ width:95%; height:91%;}
}



















/*INNER PAGE*/
.headerwrapper-other{background:url(../images/header/other-header.jpg); background-size:cover; height:105px;  }
.inner-box{ padding:5px 5px 20px 5px; font-size:20px; border:solid 1px #ccc; text-align:center; margin:10px 0;}
.inner-box img{max-width:100%; margin-bottom:20px;}
.inner-box .title{background:#1985dd; color:#fff; padding:10px; font-size:20px;}
.inner-box .title span{font-size:14px; display:block; color:#000;}
.inner-cir-img{border-radius:100px; width:200px; height:200px;}

/*Menu*/
.menu-sec{display:flex;}
@media (max-width:767px){
	.menu-sec{display:block;}
}

ul.list{padding-left:12px; margin-left:0; line-height:20px;}
ul.list li{list-style:url(../images/arrow.png); margin-bottom:10px;}

ul.menu-list{ padding-left:15px; margin-left:0;}
ul.menu-list{padding-left:0; margin-left:0;}
ul.menu-list li{list-style:none; border-bottom:dotted 1px #CCCCCC;  margin-bottom:1px;   padding:8px 0;}
ul.menu-list li a{color:#fff; transition:all 0.5s ease;}
ul.menu-list li a:hover{color:#fff; padding-right:10px;}

.pdf-link{ float:right; color:#979797; font-size:14px; text-transform:none; font-weight:normal;}
.pdf-link:hover{text-decoration:underline;}


.back-link{ display:inline-block; color:#979797; font-size:14px; border:solid 1px #979797; text-transform:none; font-weight:normal; padding:5px 10px; float:right}
.back-link:hover{border-color:#668438;}


@media (max-width:767px){
.pdf-link, .back-link{float:none;}
}





/*LOCATION*/




/*TESTIMONIAL*/



/*SCHEDULE*/
.sch-col{width:14%; float:left;}
.r1{background:#F7F7F7;}
.r2{background:#EBEBEB;}
/* 
.sch-time{  padding:5px 0; color:#1c86dc; }

@media (max-width:767px){
.sch-col{width:100%; float:none;}
}

	table { 
		width: 100%; 
		border-collapse: collapse; 
	}

	Zebra striping 

	tr:nth-of-type(odd) { 
		background: #eee; 
	}

	th { 
		background: #1c86dc; 
		color: white; 
		font-weight: bold; 
	}

	td, th { 
		padding: 6px; 
		border: 1px solid #ccc; 
		text-align: center; font-size:13px;
	}

	td a{ color:#CC3300; font-weight:800; text-decoration:underline;}

*/
.sch-inner{width:100%;}

.sch{text-align:center; font-size:14px; line-height:20px; border-bottom:solid 1px #ccc; border-right:solid 1px #ccc;}

.days{	width:14.285%; float:left;}
.days-hd{
	background: #1c86dc; 
	color: white; 
	font-weight: bold; padding:10px; border-left:solid 1px #fff; text-transform:uppercase;
	}
.prog{padding:10px 0; border-left:solid 1px #ccc;  height:100px;}
.time{background:#eee; color:#1c86dc; border-bottom:solid 1px #ccc; border-left:solid 1px #ccc; padding:5px 0; height:50px;}


.highlight-cell{background:	#1c86dc; color:#fff;}	
@media (max-width:767px){
.days{	width:100%; float:none;}
.blank{display:none;}
}


	
@media (max-width:1000px){
.sch-inner{width:50%; float:left;}
}

 
.btn-circle {
    border-radius: 50px;
}
.btn-bordered{border:solid 1px #2c7116; color:#2c7116;}
.btn-bordered:hover{background:#2c7116; color:#fff;}

.btn-bordered-white{border:solid 1px #fff; color:#fff;}
.btn-bordered-white:hover{background:#fff; color:#2c7116;}

.btn-sm{font-size:15px; font-weight:800; text-transform:uppercase; padding:15px 20px;}
.btn-white{transition:all 0.5s ease; color:#fff;}
.btn-white:hover{background:#fff; color:#1A86DE;}

.pass-btn{border:solid 2px #1A86DE; padding:5px 15px; transition:all 0.5s ease; }
.pass-btn:hover{background:#1A86DE; color:#fff;}





 






.form-control {
    background-color: #f2f3f8;
    background-image: none;
    border-radius: 3px;
    color: #000;
    display: block;
    font-size: 14px;
    height: auto;
    line-height: 1.71429;
    padding: 5px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%; margin-bottom: 10px;
}
.shadow-drop-lg {
    box-shadow: 0 6px 13px 0 rgba(0, 0, 0, 0.17);
}


.products li img {border:solid 1px #DCDCDC; margin:5px; padding:10px;}


/*girft*/

.gift-certificate{ background: url(../images/gift-certificate.jpg) no-repeat center; height: 456px;
  width: 100%;
  border: 3px solid #e8e8e8;}

.certificatefild {
  padding: 5px;
  color: #000;
  font-family: 'Lobster', cursive;
  font-size: 16px;
  margin: 183px 0px 0px 286px;
  border: none;
}

 .certificatefildto{ padding:5px;  color:#000;font-family: 'Lobster', cursive; font-size:16px;
 border: none;
  margin: 10px 0px 0px 133px;

}

.tomail {
  padding: 5px;
  color: #000;
  font-family: 'Lobster', cursive;
  font-size: 16px;

  margin: 6px 0px 0px 110px;
  
  border-left:none;
  border-right:none;
  border-top:none;
}






.certificate-bg{ background:#fff;padding:30px;  border: 3px solid #f7f7f7;}
.giftbody_text{ text-align:center; font:normal 28px/34px 'Oxygen' Arial, Helvetica, sans-serif; padding:20px 0px 0px;  color:#C00; text-transform:uppercase;}
.example {
  margin-bottom: 1.5em;
  margin-top: 1.4em;
  margin-right:13.0em;
  float: right;
}

.radio-button {font:16px/24px Arial, Helvetica, sans-serif; color:#ffffff; background:#b23c2e;
    border-radius: 2px;
box-shadow: 2px 2px 0px #ccc;
    display: inline-block;
    padding:6px 22px;
	cursor:pointer;
    text-transform: uppercase;
    transition: all 0.4s ease 0s;
	-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
behavior: url(PIE.htc);
margin-top:10px;
}
.radio-button:hover {
   color:#fff; background:#2f343a;
}

.radio-left{ float:left; margin-left:30px;}
.radio-right{ float:right; margin-right:30px;}

.inputcard[type=checkbox]:not(old),
.inputcard[type=radio   ]:not(old){
  width     : 2em;
  margin    : 0;
  padding   : 0;
  font-size : 1em;
  opacity   : 0;
}

.inputcard[type=checkbox]:not(old) + label,
.inputcard[type=radio   ]:not(old) + label{
  display      : inline-block;
  margin-left  : -2em;
  line-height  : 1.5em;
}

.inputcard[type=checkbox]:not(old) + label > span,
.inputcard[type=radio   ]:not(old) + label > span{
  display          : inline-block;
  width            : 0.875em;
  height           : 0.875em;
  margin           : 0.25em 0.5em 0.25em 0.25em;
  border           : 0.0625em solid rgb(192,192,192);
  border-radius    : 0.25em;
  background       : rgb(224,224,224);
  background-image :    -moz-linear-gradient(rgb(240,240,240),rgb(224,224,224));
  background-image :     -ms-linear-gradient(rgb(240,240,240),rgb(224,224,224));
  background-image :      -o-linear-gradient(rgb(240,240,240),rgb(224,224,224));
  background-image : -webkit-linear-gradient(rgb(240,240,240),rgb(224,224,224));
  background-image :         linear-gradient(rgb(240,240,240),rgb(224,224,224));
  vertical-align   : bottom;
}




.inputcard[type=radio]:not(old):checked +  label > span > span{
  display          : block;
  width            : 0.5em;
  height           : 0.5em;
  margin           : 0.125em;
  border           : 0.0625em solid rgb(115,153,77);
  border-radius    : 0.125em;
  background       : rgb(181,9,56);
  background-image :    -moz-linear-gradient(rgb(181,9,56),rgb(212,3,60));
  background-image :     -ms-linear-gradient(rgb(181,9,56),rgb(212,3,60)));
  background-image :      -o-linear-gradient(rgb(181,9,56),rgb(212,3,60));
  background-image : -webkit-linear-gradient(rgb(181,9,56),rgb(212,3,60));
  background-image :         linear-gradient(rgb(181,9,56),rgb(212,3,60));
}


.catering-step{border:solid 1px #ddd; border-radius:8px; margin-bottom:30px;}
.catering-step .active{background:#f4f0dc;}
.catering-hd{padding:2px 20px; }


/* ______________________________follow us_________________________________________ */
.follow_us {
	float:none;
	margin-top:5px;
	padding:0 0 0px 0; text-align:center;
}
@media (max-width:768px){
.follow_us { text-align:center; }
}
.follow_us ul{margin: 0 0 0 0px !important;}
.follow_us ul{ padding:0;}

.follow_us ul li {
	 
	margin:0 0 0 0px;
	display:inline-block;
	line-height:18px; border-radius:100%; background:#f36c21;   padding:9px; transition: all .50s ease-in-out;
    -moz-transition: all .50s ease-in-out;
    -webkit-transition: all .50s ease-in-out; cursor:pointer;
}
.follow_us ul li:hover {  background:#fff;}

.follow_us ul li a {
	background-image:url(../images/top_socials.png);
	background-repeat:no-repeat;
	height:26px;
	display:block;
	text-indent:-9999px;
	text-align:left;
}
.follow_us ul li a.facebook {
	background-position:0 0;
	width:26px;	transition: all .50s ease-in-out;
    -moz-transition: all .50s ease-in-out;
    -webkit-transition: all .50s ease-in-out;
}
.follow_us ul li:hover a.facebook {background-position:0 -30px;
}
.follow_us ul li a.twitter {
	background-position:-41px 0;
	width:26px; transition: all .50s ease-in-out;
    -moz-transition: all .50s ease-in-out;
    -webkit-transition: all .50s ease-in-out;
}
.follow_us ul li:hover a.twitter {background-position:-41px -30px;
}
.follow_us ul li a.flickr {
	background-position:-82px 0;
	width:26px; transition: all .50s ease-in-out;
    -moz-transition: all .50s ease-in-out;
    -webkit-transition: all .50s ease-in-out;
}
.follow_us ul li:hover a.flickr {background-position:-82px -30px;
}
.follow_us ul li a.dribbble {
	background-position:-123px 0;
	width:26px; transition: all .50s ease-in-out;
    -moz-transition: all .50s ease-in-out;
    -webkit-transition: all .50s ease-in-out;
}
.follow_us ul li:hover a.dribbble {background-position:-123px -30px;
}
.follow_us ul li a.rss {
	background-position:-164px 0;
	width:26px; transition: all .50s ease-in-out;
    -moz-transition: all .50s ease-in-out;
    -webkit-transition: all .50s ease-in-out;
}
.follow_us ul li:hover a.rss {background-position:-164px -30px;
}
.follow_us ul li p {
	margin: 12px 0 0 0;
	padding:0;
	text-transform:uppercase;
	line-height: 22px;
	font-family: 'Arimo', sans-serif;
	font-size: 14px;
	color: #7a7a7a;
}

/* __________________________________________ end follow us __________________________________________________ */


.inner li{ list-style-image:url(../images/arrow.png); margin:5px 0px 5px 10px; color:#000;}
.inner li a{ color:#000;}
.inner2 li{ list-style-image:url(../images/arrow2.png); margin:5px 0px 5px 10px; color:#fff;}
.inner2 li a{ color:#fff;}


 
 


.mid-bg{ background:url(../images/body-img.jpg) no-repeat center top fixed; background-size:cover; padding:30px;}

 


 .home-gall .col-md-6{ padding:1px;}
 
 .ser-div{ border-bottom:1px solid #CCCCCC; padding:20px; margin-bottom:20px; transition: all .50s ease-in-out;
    -moz-transition: all .50s ease-in-out;
    -webkit-transition: all .50s ease-in-out; cursor:pointer;}
 
  .ser-div:hover{box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.31);}
  
  
 
 
 
 .box-video-button {
    text-align: center;
}

.box-video-button .button-play {
    position: relative;
    display: inline-block;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.6);
    background: rgba(255, 255, 255, 0.3);
    transition: all .3s;
    z-index: 1;}
	
	.box-video-button .button-play::before {
    position: absolute;
    content: '';
    top: -12px;
    left: -12px;
    right: -12px;
    bottom: -12px;
    background: rgba(255, 255, 255, 0.21);
    border-radius: 50%;
    transition: all .3s;
}

.box-video-button .button-play .icon {
    position: absolute;
    top: 50%;
    left: 55%;
    font-size: 30px;
    color: #ffffff;
    transform: translate(-50%, -50%);
    transition: all .3s;
}

.icon::before {
    position: relative;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    speak: none;
    text-transform: none;
}

.fa-play::before {
    content: "\f04b";
}

.fa-play::before {
    content: "\f04b";
}
[class*="fa-"]::before {
    font-weight: 400;
    font-family: 'FontAwesome';
}

.heading{ background:linear-gradient(45deg, #9a0000, #f0c6cb); padding:10px 15px; font: normal 24px 'zurich_lt_btlight'; color:#fff; border-radius:0 0 0  0px;}
.price_bg{   padding:20px 20px 0; text-align:center; border-bottom:1px solid #000; margin-bottom:20px;}
.price_bg .col-md-8{ background:#f3f3f3; padding:20px; text-align:center;}

.ser-page{ background:linear-gradient(45deg, #ffffff, #f0c6cb); padding:20px; border-left:1px solid #CCCCCC; margin-bottom:15px;  }

.ser-img{ border:4px solid #9a0000;}


.col-md-3 .vlightbox1{ border:3px solid #c85252;}





.navbar-header i {

    width: 15px;
    height: 39px;
    border-radius: 100%;
    background: none;
    color: #000;
    text-align: center;
    padding-top: 9px;
    margin-right: 10px;
    font-size: 18px;

}

.dropdown-box {

    text-align: right;
    margin-top: 10px; position:absolute; top:0; right:10%;

}

 /* Dropdown Button */
.dropbtn {
    background-color: #fff; 
    color: white;
    padding: 0px 15px;
    font-size: 16px;
    border: 1px solid #a1a1a1;
    cursor: pointer; border-radius:8px; color:#000;
}

/* Dropdown button on hover & focus */
.dropbtn:hover, .dropbtn:focus {
    background-color: #f36c21; color:#fff;
}

.dropbtn:hover, .dropbtn:focus i{
    color:#fff;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;

position: absolute;

background-color: #f1f1f1;

min-width: 180px;

box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);

z-index: 9999;

text-align: center;
}

/* Links inside the dropdown */
.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #ddd; color:#134F8E}

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.show {display:block;} 




/*Location*/

.location-section{ margin-bottom:20px;}
.location-hd{ border-bottom:1px dotted #666666; padding:5px 0; font-size:20px;}
.hours{ width:180px; float: left;}


.thumbnail h2{ font-size:22px;}


.footer{ font-size:16px;}




.masonry { /* Masonry container */
    column-count: 4;
    column-gap: 0.5em; position:relative; overflow:hidden;
}

.masonry2 { /* Masonry container */
    column-count: 3;
    column-gap: 0.5em; position:relative; overflow:hidden;
}

.item { /* Masonry bricks or child elements */
    background-color: none;
    display: inline-block;
    margin: 0 0 0;
    width: 100%; height:100%; overflow:hidden;
}











 
.catering{background: #e9eaee; margin-bottom: 2px; box-shadow: 4px 3px 20px 0 rgba(0, 0, 0, 0.5); padding:10px; color:#000; cursor:pointer; text-align: center;}
.catering-inner{ border: 1px dashed #ff7200; text-align:center; padding:10px; height: 500px; }

.catering-inner h2{ color:#000}

.catering-inner h3{ font:800 35px/30px 'aller_lightregular'; text-transform:none; color:#000; margin-top:5px; text-transform:uppercase;}


.package_footer p {
    font-size: 14px;
    color: #fff;
    margin-top: 39px;
}


.package_footer{background: #f36c21; color:#fff; margin-bottom: 50px;
text-align: center;
padding-bottom: 10px;}
.package_footer p{color:#fff;}
.package_footer label{color:#000;}
.package_block:first-child .package_footer{border-radius: 0 ;}
.package_block:last-child .package_footer{border-radius: 0 ;}

.btn-package{background: #000;color: #ffffff; margin-top:10px;}
.btn-package:hover{background: #fff; color:#ED1D24;}

.package-box h3{ padding: 22px;

background: #f36c21;

color: #fff;

font-size: 36px;

border-radius: 0 100% 100%;

display: inline-block;

width: 75px;

height: 75px;

position: absolute;

left: 4%;

top: -1%;}

h6 {

    font: normal 24px/50px "corbertregular";
    color: #000;
    text-transform: uppercase;

}
.pack {

    text-align: center;
    padding: 10px;
    font: 800 18px/20px 'aller_lightregular';
    text-transform: none;
    color: #e8a134;
    margin-top: 5px;
    text-transform: uppercase;
    background: none;
    margin-top: 0;
    margin-bottom: 0;

}

hr {

    background-image: -webkit-linear-gradient(left, #333, #eeeeee, #333);
    background-image: linear-gradient(to right, #333, #eeeeee, #333);
    border: 0;
    height: 1px;
    margin: 5px 0;

}

.inner2{ padding:0;}
 


.pkg-block hgroup h3 {
    color: #ffffff;
    font-size: 27px;
    margin: 0 0 5px;
    font-weight: 800;
    text-transform: capitalize;
}

.pkg-block:last-child hgroup {
    border-radius: 0px 5px 0 0;
}
.pkg-block hgroup {
    background: #c5231f;
    padding: 15px;
    text-align: center;
    color: #fff;
    position: relative;
}
hgroup{    display: block;}

.pack {
    text-align: center;
    padding: 10px;
    font:800 18px/20px 'aller_lightregular'; text-transform:none; color:#f35221; margin-top:5px; text-transform:uppercase; background:none;
    margin-top: 0; margin-bottom: 0;
}

.pkg-block ul {
    color: #333;
    padding: 20px;
    list-style: none;
    min-height: 100px;
}

.pkg-block ul li {
    font-size: 19px;
    margin-bottom: 5px;
    background: #e3e3e3;
    padding: 10px;
    text-align: center;
}
.pkg-block:last-child .pack-btm {
    border-radius: 0 0 5px 0;
}

.pack-btm {
    background: #c5231f;
    text-align: center;
    padding-bottom: 10px;
}
.pkg-block p big {
    font-size: 28px;
    color: #fff;
    font-weight: 600;
}

.pkg-block p {
    font-size: 14px;
    color: #fff;
    margin-top: 39px;
}

.package-qt {
    background: #fff;
    padding: 10px;
    margin-top: 15px;
    border-radius: 10px;
}
.pkg-block .form-inline .form-control {
    width: 60px;
    margin: 0 10px;
}
.pkg-block .form-inline .btn {
    border-radius: 20px;
}
.btn-package {
    background: #000; padding:6px 5px; font-size:13px;
    color: #ffffff;
    margin-top: 10px;
}
.btn-package:hover {
    background: #6e073c;
    color: #fff;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}


p big {

    font-size: 25px;
    color: #fff;
    font-weight: 600;

}

 .thumb-pad1  .order-tray{ padding:5px; border:1px solid #666}
 
 
 
 
 .social{font-size:22px; margin-top:0px; text-align:left;}
.social a{color:#fff; margin:0 10px;   display:inline-block; }
.social a:hover{color:#bf0a0a;}
.social span{}

@media (max-width:768px){
 .social{font-size:22px; margin-top:0px; text-align:center;}
 .bottom-txt{ text-align:center;}
}






.home-service{ background:none; margin-bottom:30px;   padding:70px 50px 50px; font-size:14px; position:relative; cursor:pointer; color:#fff; transition: all .50s ease-in-out;
    -moz-transition: all .50s ease-in-out;
    -webkit-transition: all .50s ease-in-out;}

.home-service h3{ font-size:20px; font-weight:800;}
.home-ser-icon{ position:absolute; top:10px; left:30px; background:none;  }
.home-ser-ho{ position:absolute; bottom:0; height:100%; width:100%; background:#00abdb; display:block; z-index:-1; left:0px; transition: all .50s ease-in-out;
    -moz-transition: all .50s ease-in-out;
    -webkit-transition: all .50s ease-in-out;}

.home-service:hover .home-ser-ho{ position:absolute; bottom:0; height:100%; width:100%; background:#d90305;}


.home-ser-ho2{ position:absolute; bottom:0; height:100%; width:100%; background:#4bbcdc; display:block; z-index:-1; left:0px; transition: all .50s ease-in-out;
    -moz-transition: all .50s ease-in-out;
    -webkit-transition: all .50s ease-in-out;}

.home-service:hover .home-ser-ho2{ position:absolute; bottom:0; height:100%; width:100%; background:#d90305;}



.home-ser-ho3{ position:absolute; bottom:0; height:100%; width:100%; background:#78c0db; display:block; z-index:-1; left:0px; transition: all .50s ease-in-out;
    -moz-transition: all .50s ease-in-out;
    -webkit-transition: all .50s ease-in-out;}

.home-service:hover .home-ser-ho3{ position:absolute; bottom:0; height:100%; width:100%; background:#d90305;}

.home-service:hover{ color:#fff;}


.menu-btn{background:#d90305; text-align:center; margin-bottom:20px; height:60px; padding:15px 14px; display:block;  border-radius:10px; font:normal 22px 'zurich_lt_btlight'; text-transform:none;  color:#fff;

-webkit-transition: all 1s; -o-transition: all 1s; transition: all 1s;}
.menu-btn:hover{background:#000; color:#fff; }

.sub-menu-hd { color:red; font-weight:800;}


 


 





.home-box{ margin-bottom:-180px; overflow:hidden;}

.home-box .col-md-4{ padding:3px;}



.body-bg2{ background:url(../images/bg2.png) no-repeat center top; background-size:cover; padding:70px 0; color:#000; }
.body-bg3{ background:url(../images/bg3.png) no-repeat center top; background-size:cover; padding:70px 0; color:#000; position:relative;}

.body-bg4{ background:url(../images/bg4.png) no-repeat center top; background-size:cover; padding:70px 0; color:#000; }

.body-bg5{ background:#eeeeee url(../images/bg5.png) no-repeat center top  ; background-size:cover; padding:130px 0; color:#fff; }

.body-bg6{ background:#eeeeee url(../images/bg6.jpg) no-repeat center top fixed; background-size:cover; padding:90px 0; color:#fff; width:100%; height:100%;   }



.footer-form{ background:#fff; background-size:cover; padding:70px 0 0; color:#000; }
.home-field{     background-color: rgba(0,0,0,0); width:100%; 
    color: #ffffff;
    padding: 0px 0px 5px 0px;
    margin: 0px 0px 20px 0px;
    border-style: solid;
    border-width: 0px 0px 1px 0px;
    border-color: #ffffff;
    border-radius: 0px 0px 0px 0px;
}


.footer-form h6{ color:#000;}


.top-sec{ background:#fff; padding:8px 0; color:#000; font-size:16px;   text-align:center; }


.icon{ overflow:hidden; transition: all 0.5s ease; margin-bottom:0px; }
.icon img{transition:all 0.5s ease;}

.icon2{ overflow:hidden; transition: all 0.5s ease; margin-bottom:0px; }
.icon2 img{transition:all 0.5s ease;}

.home-icon{ display:block;
position:absolute; text-align:center;
z-index: 999;
 
padding: 20px 30px 20px; color:#fff; left:10%; top:7%;
font-size: 26px;
font-family: 'librarianregular'; text-transform:none;
text-align: center;
transition: all 0.5s ease;
background: none; width:80%; border:2px solid #fff; height:86%;  
  }

.icon2:hover .text-white{ color:#fff}
.icon2:hover .img-hd{ background:rgba(255,255,255, 0.6);}
.icon2:hover .img-hd span{width:10px;}
.icon2:hover h6{ color:#fff;}
.icon2 h6{ color:#fff;}



 
.mid-ser-box{ background:#ff4141; display:block; padding:20px; text-align:center; color:#fff; transition: all 0.5s ease; text-transform:uppercase; font-size:24px; cursor:pointer; margin-bottom:20px; height: 165px;}
.mid-ser-box span{ font-size:15px; text-transform:none;}
.mid-ser-box:hover{ background:#000}


.mid-ser-box2{ background:rgba(255,255,255,0.8); border:1px solid #000; display:block; padding:10px; text-align:center; color:#000; transition: all 0.5s ease; text-transform:uppercase; font-size:20px; cursor:pointer; margin-bottom:20px;}
.mid-ser-box2 span{ font-size:15px; text-transform:none;}
.mid-ser-box2:hover{ background:#000; color:#fff;}



.welcome-bg{ background:#092246  ; background-size: 50% 100%;   padding:70px 0 270px 0 ; fill: #363c3f; color:#fff;  }
.welcome-bg h2{ color:#fff;}

.welcome-bg-bottom{ background:url(../images/slider-bottom.png) center bottom no-repeat; margin-bottom:-150px; position:absolute;  z-index:11; overflow:hidden;    width: 100%;
	height:200px;
	   }


.mid-sec-outer{
	position:relative;
	z-index:1;
}

.mid-sec-outer:before, .mid-sec-outer:after{

	background:#363c3f;
	    position: absolute;
    height: 100%;
    bottom: 0;
    content: "";
    display: inline-block;
    z-index: -1;
	    
}
.mid-sec-outer:before{
	    transform: skewY(20deg);
    transform-origin: 100%;
	left: 0;
    right: 50%;
}
.mid-sec-outer:after{
	    transform: skewY(-20deg);
    transform-origin: 0%;
	right: 0;
    left: 50%;
}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 .wheel-start-form {
	position: relative;
	 
	padding: 40px 30px; -webkit-box-shadow: 6px 8px 24px 0 rgba(32, 47, 57, 0.2);
box-shadow: 6px 8px 10px 0 rgba(32, 47, 57, 0.2);
	/*background-color: rgba(255, 255, 255, .4);*/
	background: #f8f8f8;
	z-index: 2; border-right:4px solid #f79646;
}

.wheel-start-form span {
	color: #000;
    font-size: 14px;
    font-weight: 600;
    line-height: 30px;
}

.wheel-start-form input {
	color: #bfbfbf;
	font-size: 15px;
	font-weight: 400;
	line-height: 25px;
	border: none;
	letter-spacing: -.3px;
	outline: 0; border: 1px solid #b7b7b7;
}

.wheel-start-form input:active,
.wheel-start-form input:focus {
	outline: 0;
	border: none;
	border-left: 2px solid #e6e6e6
}

.wheel-start-form input::-moz-placeholder,
.wheel-start-form input::-webkit-input-placeholder,
.wheel-start-form textarea::-moz-placeholder {
	color: #bfbfbf
}

.wheel-start-form label {
	display: block;
	width: 100%;
	padding: 0 20px;
	margin-bottom: 20px;
	min-height: 60px;
	background-color: none;  
}

.wheel-start-form label span {
	display: inline-block;
	width: 32%;
	 
	position: relative
}

.wheel-start-form label span:after {
	/*position: absolute;
	content: "\f041";
	font: normal normal normal 14px/1 FontAwesome;
	right: -30px;
	top: 22px*/
}

.wheel-start-form label.promo button,
.wheel-start-form label.promo input {
	font-size: 14px;
	font-weight: 700;
	font-family: 'Source Sans Pro', sans-serif
}

.wheel-start-form label input {
	display: inline-block;
	width: 60%;
	border-left: 2px solid #e6e6e6;
	padding: 8px 35px
}

.wheel-start-form label input:after {
	content: '';
	display: inline-block;
	width: 10px;
	height: 10px
}

.wheel-start-form label.promo {
	padding: 0;
	width: 70%;
	margin-bottom: 0;
	display: inline-block;
	background-color: transparent
}

.wheel-start-form label.promo input {
	padding: 18px 15px;
	width: 100%;
	color: #fff;
	line-height: 25px;
	text-transform: uppercase;
	min-height: 60px
}

.wheel-start-form label.promo button {
	margin-left: 5px;
	padding: 0 52px
}

.wheel-start-form label.promo2 {
	width: 29%
}

.wheel-start-form label.promo2 button {
	width: 100%;
	display: inline-block;
	padding: 0 48px
}

.wheel-start-form .wheel-date label {
	border-left: 2px solid #e6e6e6;
	padding-left: 25px;
	position: relative;
	min-height: 32px;
	color: #999;
	font-size: 15px;
	font-weight: 400;
	line-height: 25px
}

.wheel-start-form .wheel-date label:before {
	padding-right: 5px;
	font-size: 14px
}

.wheel-start-form .wheel-date label:after {
	position: absolute;
	content: "\f0d7";
	font-size: 14px;
	display: inline-block;
	right: 7px
}

.wheel-deals:after,
.wheel-service-logo:after,
.wheel-testimonial-item:before {
	content: ''
}

.wheel-start-form .wheel-date label input {
	padding: 0;
	border-left: none
}

.wheel-date {
	width: 49%;
	margin-right: 2%;
	float: left;
	background-color: #fff;
	margin-bottom: 18px;
	padding: 15px 0;
	border-right: 5px solid transparent;
	box-sizing: border-box;
	display: inline-block
}

.wheel-date:nth-child(2n) {
	margin-right: 0
}

.wheel-date label {
	width: 48%;
	display: inline-block;
	padding: 0;
	margin: 0
}

.wheel-date input {
	width: 100px
}

.wheel-date span {
	display: inline-block;
	width: 46%;
	padding-left: 18px;
	line-height: 1
}

.wheel-date .caret {
	width: auto;
	padding-left: 0
}

.wheel-date .dropdown-menu {
	padding: 0
}

.wheel-date .bootstrap-select.btn-group .dropdown-menu li a:focus,
.wheel-date .bootstrap-select.btn-group .dropdown-menu li:focus {
	outline: 0
}

.wheel-date .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
	width: 110px
}

.wheel-date .bootstrap-select.btn-group .dropdown-toggle .filter-option {
	color: #999;
	font-size: 15px;
	font-weight: 400;
	line-height: 25px
}

.wheel-date .bootstrap-select {
	border-left: 2px solid #e6e6e6;
	padding-left: 8px;
	position: relative
}

.wheel-date .bootstrap-select button {
	padding: 2px 12px;
	background-color: transparent;
	border-color: transparent;
	box-shadow: none;
	outline: 0
}

.wheel-date .bootstrap-select:active,
.wheel-date .bootstrap-select:focus,
.wheel-date .bootstrap-select:hover {
	outline: 0
}

.wheel-date .bootstrap-select:hover:before {
	z-index: 5
}

.wheel-date .bootstrap-select:before {
	z-index: 5;
	color: #999;
	top: 10px;
	left: 18px;
	position: absolute
}

.wheel-date .bootstrap-select .dropdown-toggle:focus,
.wheel-date .btn-group-vertical>.btn.active,
.wheel-date .btn-group-vertical>.btn:active,
.wheel-date .btn-group-vertical>.btn:focus,
.wheel-date .btn-group-vertical>.btn:hover,
.wheel-date .btn-group>.btn.active,
.wheel-date .btn-group>.btn:active,
.wheel-date .btn-group>.btn:focus,
.wheel-date .btn-group>.btn:hover,
.wheel-date .open>.dropdown-toggle.btn-info {
	background-color: transparent;
	outline: 0!important;
	border-color: transparent;
	box-shadow: none
}


.login-form{ background:#fc4a57; padding:20px; color:#fff; border-radius:7px;}

.fleet .col-md-6{ padding:5px;}

.bot-img-icon-div{ opacity:1; -webkit-transition: all 1s; -o-transition: all 1s; transition: all 1s; cursor:pointer;}
.bot-img-icon-div:hover{ opacity:0.5}


.q-link-outer{ overflow:hidden; text-align: center; margin-bottom:15px; height:auto; position:relative; padding: 10px;
border: 1px solid #000;}
.q-link-outer .q-link{ overflow:hidden;}
.q-link-outer img{filter:brightness(60%); transition:all 0.5s ease;}
.q-link-outer:hover img{filter:brightness(100%); transform:scale(1.08);}
.q-link-caption{ 
position:absolute; 
display:table-cell; 
width:100%; 
height:auto; 
top:45%;
vertical-align:middle;
z-index:99; 
color:#fff;}

.q-link-caption h1  {  text-transform:none; color:#fff; line-height:30px; font-size:30px;}

.welcome .col-md-6{ padding:8px;}



.bottom-red{ background:#f2003d; padding:30px 0;}
.bottom-red h1{ color:#fff; font-size:20px; text-transform:none; font-family:'montserratregular'}

.bottom-red i{ font-size:36px;  }





.q-link-outer2{ overflow:hidden; text-align: center; margin-bottom:15px; height:auto; position:relative;}
.q-link-outer2 img{filter:brightness(60%); transition:all 0.5s ease;}
.q-link-outer2:hover img{filter:brightness(100%); transform:scale(1.08);}
.q-link-caption3{ 
position:absolute; 
display:table-cell; 
width:100%; 
height:auto; 
bottom:10%;
vertical-align:middle;
z-index:99; 
color:#fff;}

.q-link-caption4{ 
position:absolute;  
display:table-cell; 
width:100%; 
height:80px; 
bottom:10%;
vertical-align:middle;
z-index:99; 
color:#fff;}

.q-link-caption2{ 
position:absolute; 
display:table-cell; 
width:100%; 
height:auto; 
bottom:10%;
vertical-align:middle;
z-index:99; 
color:#fff;}

.q-link-caption2 h1  {  text-transform:none; color:#fff; line-height:30px; font-size:30px;}
.q-link-caption3 h1  {  text-transform:none; color:#fff; line-height:30px; font-size:30px;}
.q-link-caption4 h1  {  text-transform:none; color:#fff; line-height:30px; font-size:24px;}

.mid .col-md-3{ padding:5px;}



 
.q-link-caption2::after {

    position: absolute;
top: -250px;
left: 32px;
content: '';
width: 125px;
height: 125px;
border-width: 2px 0 0 2px;
border-style: solid;

}

.q-link-caption3::after {

    position: absolute;
top: -217px;
left: 32px;
content: '';
width: 125px;
height: 125px;
border-width: 2px 0 0 2px;
border-style: solid;

}


.q-link-caption4::after {

    position: absolute;
top: -135px;
left: 32px;
content: '';
width: 125px;
height: 125px;
border-width: 2px 0 0 2px;
border-style: solid; border-color:#fff;

}



.service-box-hd{ font-size:20px; padding:10px; background:#f2003d; color:#fff;  font-family: 'zurich_lt_btlight'; margin-bottom:10px; text-transform:uppercase;}


.fixd-link{ background:#0d65c8; padding:15px 20px; position:fixed; top:10%; right:0; font-family: 'zurich_lt_btlight'; color:#fff; border-radius:25px 0 0 25px; border:2px solid #fff; font-size:20px; z-index:99999; -webkit-transition: all 1s; -o-transition: all 1s; transition: all 1s;}
.fixd-link:hover{ background:#000;}

.fixd-link i{ opacity:0.2; -webkit-transition: all 1s; -o-transition: all 1s; transition: all 1s;}
.fixd-link:hover i{ display:inline-table;  opacity:1;}



@media (max-width:768px){

.fixd-link{ position:relative; display:block; text-align:center; border-radius:15px 15px 0 0;}
}

.white-box::before{ position:absolute; left:-30px; top:110px; content: '\003E'; color:#fff; font-size:40px;}

.white-box{ background:#fff; padding:20px; text-align:center; border-radius:10px; position:relative;}
.white-box-arrow{ position:absolute; z-index:999; right:-30px; top:40%; height:20px; color:#0d65c8;}
.white-box2{ background:#fff; padding:30px;   border-radius:10px;}

.white-box3{ background:#fff; padding:20px; text-align:center; border-radius:10px; position:relative;}

.height250{ height:250px;}

.white-box h1{ color:#000;}
.white-box h2{ color:#000;}
.bg-gray{ background:#f2f3f8;}

.bg-blue{ background:#0d65c8;}

.bg-blue h1{ color:#fff;}

.prograce-div{ background:url(../images/prograce-bg.jpg) center top; background-size:cover; padding:40px 0; color:#fff;}

.prograce-box{ border:2px solid #fff; text-align:center; padding:12px;} 
.prograce-box h1{ color:#0d65c8}

.prograce-box2{ background-color:#0d65c8; line-height: auto; margin-top:10px; height: auto; padding:20px 0;
text-align: center;
vertical-align: middle;} 

 .sppb-progress-text {
    /*-webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    transform: rotate(-90deg) !important;*/
    font-size: 21px;
    font-weight: 500;
    letter-spacing: 1.5px; color:#fff;
}

 
 .form-div{ border:1px dashed #0d65c8; background:#fff; padding:20px;}

.form-hd{ background:#0066ff; padding:12px; margin-bottom:15px; text-align:center;}
.form-hd h2{ color:#fff; margin-bottom:0;}
.bodySection i{ font-size:30px;}



.product-box {
    padding: 10px 30px;
    text-align: center;
    background: #fff;
    margin-bottom: 20px;
    box-shadow: 0 0 8px #ccc; border:1px solid #000; padding-top:0; height:430px;
}

.product-box h2{ background:#0d65c8; color:#fff; padding:12px; margin-bottom:20px;}






/*! Services Style 1 */
 .sigma-service-date {
    background: #bf0a0a;
    display: inline-block;
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    color: #fff;
    font-size: 24px;
    margin-top: -30px;
}
 .sigma-service-content-cover {
    background: #fff;
    box-shadow: 1px 1px 25px 0px rgba(83, 95, 159, 0.15);
    padding: 0 25px 25px 25px;
    position: relative;
    z-index: 1;
    top: -35px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
 .sigma-service-service-wrapper:hover .sigma-service-content-cover {
    top: -45px;
}
 h3 {
    font-size: 24px;
    line-height: 35px;
    margin-top: 0;
    margin-bottom: 5px;
}
 p {
    margin-bottom: 15px;
}
 .sigma-service-content a {
    color: #bf0a0a;
    font-size: 14px;
    text-transform: uppercase;
    font-family: Rajdhani;
    text-decoration: underline;
    font-weight: 800;
}
 .sigma-service-image-container {
    overflow: hidden;
    position: relative;
}
 .service-image {
    transform: scale(1.01);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
 .sigma-service-service-wrapper:hover .service-image {
    transform: scale(1.2);
}
.services-btn a {
    background: #bf0a0a;
    color: #ffffff !important;
    border: none;
    font-size: 32px;
    line-height: 40px;
    padding: 0;
    width: 40px;
    height: 40px;
    font-family: Rajdhani;
    box-shadow: 0 12px 20px rgb(144, 182, 197);
    display: inline-block;
    text-align: center;
    border-radius: 100px;
    position: relative;
    z-index: 9;
    cursor: pointer;
}
.services-btn a:hover {
    background: #030e27;
    box-shadow: 0 12px 20px rgba(9, 22, 42, 0.1);
}
.services-btn a:before {
    position: absolute;
    left: -10px;
    top: 20px;
    width: 10px;
    height: 1px;
    content: "";
    background: #fff9f3;
}
.services-btn a:after {
    position: absolute;
    right: -10px;
    top: 20px;
    width: 10px;
    height: 1px;
    content: "";
    background: #fff9f3;
}
.services-btn {
    position: relative;
    text-align: center;
}
.services-btn:before {
    position: absolute;
    left: 0;
    top: 20px;
    width: 100%;
    height: 1px;
    content: "";
    background: #eeeeee;
}
.services-btn span {
    display: inherit;
    font-family: Rajdhani;
    margin-top: 10px;
    font-weight: 900;
    color: #0a172a;
}
 i {
    font-size: 34px;
}
 .sigma-service-image-container:before,
 .sigma-service-content-cover:before{
    content: '';
    border: 1px solid #bf0a0a;
    display: block;
    position: absolute;
    height: calc(100% - 15px);
    width: calc(100% - 30px);
    left: 15px;
    bottom: 15px;
    top: 0px;
    right: 15px;
    z-index: -1;
    border-top: none;
}
 .sigma-service-image-container:before{
    z-index: 1;
    top: 15px;
    border-top: 1px solid #bf0a0a;
    border-bottom: none;
}
/*! Services Style 2 */
 .sigma-service-service-wrapper {
    text-align: center;
    padding: 0 0px;
    margin-bottom: 30px;
}
 .sigma-service-date i {
    display: inline-block;
    width: 80px;
    height: 80px;
    line-height: 80px;
    background: #000;
    border-radius: 50%;
    margin-bottom: 30px;
    font-size: 40px;
    color: #fff;
    background-color: #bf0a0a;
}
 .service-title {
    font-size: 26px;
    line-height: 26px;
    margin-bottom: 10px;
}
.sigma-service-slide .sigma-service-date i.flaticon-motorway {
    padding-right: 13px;
}




.margin-top-200{ margin-top:-200px; overflow:hidden; background:none;}

.copyright{ background:#092246; padding:15px 0; color:#fff;}


.blue-bg{ background:#305ebf url(../images/welcome-bg.jpg) right bottom no-repeat; background-size: 50% 100%;   padding:70px 0 70px 0 ; fill: #363c3f; color:#fff;  }
.blue-bg h1{ color:#bf0a0a;}
.blue-bg h2{ color:#fff;}
.blue-bg h1 span{ color:#fff;}


.about-bg{ background:#f5f5f5 url(../images/about-bg.png) left bottom no-repeat; background-size: 42% 100%;   padding:70px 0 70px 0 ; fill: #363c3f;    }

@media (max-width: 768px) {
.about-bg{ background:#f5f5f5 url(../images/about-bg.png) left bottom no-repeat; background-size: 0% 100%;   padding:70px 0 70px 0 ; fill: #363c3f;    }
}

.testi-bg{ background:#f5f5f5 url(../images/testi-bg.jpg) left bottom no-repeat fixed; background-size: 100% 100%;   padding:70px 0 0px 0 ; fill: #363c3f; color:#000;   }

.orange-bg{ background:#092246; padding:40px 0;}
.orange-bg h1{ padding-bottom:5px; color:#fff; line-height:30px; margin-bottom:0; font-size:30px}
.orange-bg h1 span{  color:#fff; font-size:20px}

.bot-red{ background:#bf0a0a; text-align:center; padding:40px 0;}


.zoom h2{ position:absolute; bottom:-10%; display:block; width:100%; padding:30px; background:#092246; -webkit-transition: all 1s; -o-transition: all 1s; transition: all 1s; color:#fff;}
.zoom:hover h2{ position:absolute; bottom:35%; }

.contact-div{ background:#fafafa; padding:25px;}
.cont-icon{ background:#bf0a0a; border-radius:100%; width:70px; height:70px; text-align:center; padding:20px; float:left; margin-right:15px; margin-bottom: 15px;}
.cont-icon i{ color:#fff;}
.cont-box h2{ margin-bottom:5px  }

.contact-div .form-control{ border-bottom:1px solid #bf0a0a;}










.vc_column-inner {
  background-position: left top !important; background-color: #bf0a0a; box-sizing: border-box;
padding-left: 15px;
padding-right: 15px;
width: 100%;
}

.vc_custom_1596795980321 {
  margin-top: -150px !important;
  
  padding:20px 50px !important;
}


@media (max-width: 768px) {
.vc_custom_1596795980321 {
  margin-top: 0px !important;
  
  padding:20px 20px !important;
}
}

.sigma-form-style-1 .input-group {
  margin-bottom: 25px;
}

.input-group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
}
.wpcf7 .input-group .wpcf7-form-control-wrap {
  width: 100%;
}

input[type="number"], input[type="text"], input[type="date"], input[type="email"], input[type="password"], input[type="tel"], input[type="url"], input[type="search"], select, textarea {
  display: block;
  width: 100%;
  height: 55px;
  font-size: 14px;
  color: #000;
  line-height: normal;
  padding: 0px 15px;
  font-weight: 400;
  background: #f5f5f5;
  border: 0;
  border-radius: 0;
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

textarea {
  height: 150px;
  resize: none;
  padding: 12px 15px;
}

.wpcf7 .input-group .wpcf7-form-control-wrap {
  width: 100%;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
  position: relative;
  background-color: #092246;
  border: none;
  font-family: inherit;
  cursor: pointer;
  -webkit-transition: all .6s;
  -moz-transition: all .6s;
  font-size: 14px;
  line-height: 30px;
  color: #fff;
  border-radius: 0;
  padding: 10px 40px;
  font-weight: 600;
  letter-spacing: 0.3px;
}

.mid-client{ display: -webkit-box;
display: -ms-flexbox;
display: flex;}
.sigma-counter-content{ margin-left:10px;}
.sigma-counter-content h1{ margin-top:15px}

  .col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}
.col-xs-15 {
    width: 20%;
    float: left;
}
@media (min-width: 768px) {
.col-sm-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}


.contact-form{ padding:30px;}

.bot-red .line::before{ position:absolute; content:''; border-bottom:1px solid #fff; width:100px; top:52%; right:-20%;}

@media (max-width: 768px) {
.bot-red .line::before{ display:none; }
}


.mid-choose  img{-webkit-transition: all .6s;
  -moz-transition: all .6s;}
.mid-choose:hover img{transform: rotate(360deg);}