body {
  padding-top: 0px;
  padding-bottom: 0px;
  font-family: 'Open Sans', sans-serif;
  color: #333;
}
a:hover
{
text-decoration:none;
}

.navbar {
  margin-bottom: 0px;
  border-bottom:none;
  border-bottom:1px solid rgba(255, 255, 255, 0.2);
      background: #fff;
}
.navbar-wrapper {
  position:relative;
  top: 0px;
  right: 0;
  left: 0;
  z-index: 20;
}
.navbar-collapse
{
background-color: #00274d;
}
/*@media(min-width:768px)
{
.navbar-wrapper {
  position: absolute;
  }
}*/

/* Flip around the padding for proper display in narrow viewports */
.navbar-wrapper > .container {
  padding-right: 0;
  padding-left: 0;
}
.navbar-wrapper .navbar {
  /*padding-right: 15px;
  padding-left: 15px;*/
}
.navbar-wrapper .navbar .container {
  /*width: auto;*/
}
.main-header
{
    
    -moz-transition-property: all;
    -o-transition-property: all;
    -webkit-transition-property: all;
    transition-property: all;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
	
	
	   
}

@media(min-width:992px)
{
.shrink
{
width:100%;
position:fixed;
top:0;
z-index: 999;
}
}
.shrink .navbar-inverse
{
/*background:#fff;*/
}
.shrink .navbar
{
    min-height: 70px;
}
.shrink .header-left div
{
margin-top:15px;
}
.shrink .navbar-brand img
{
    width: 200px;
}
@media(min-width:992px)
{
.shrink .navbar-brand img
{
}
}
.quote-now {
    position: relative;
    z-index: 9999;
    margin-top: 10px;
}

.quote-now a {
    display: inline-block;
    text-align: center;
    /* border: 2px solid #000; */
    padding: 6px 15px;
    font-weight: 600;
    text-transform: uppercase;
    color: #000;
    font-size: 29px;
    line-height: 1;
}
.quote-now a:hover, .quote-now a:focus {
/*    background: #000000;
    color: #FFFFFF;*/
}
@media(max-width:767px)
{
.quote-now
{
float:left !important;
padding-bottom:40px;
}
.quote-now a {
border-color:#fff;
color:#fff;
}
}
.parallelogram-container {
    height: 60px;
    overflow: hidden;
    width: 100%;
    position: absolute;
}

.parallelogram {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    width: 50%;
    right: -17%;
    height: 100%;
    position: absolute;
    border: none;
    font: normal 100%/normal Arial, Helvetica, sans-serif;
    color: rgba(0, 0, 0, 1);
    -o-text-overflow: clip;
    text-overflow: clip;
    background: #ffd800;
    background: -moz-linear-gradient(45deg, #ffd800 0%, #ffae00 100%);
    background: -webkit-linear-gradient(45deg, #ffd800 0%, #ffae00 100%);
    background: linear-gradient(45deg, #ffd800 0%, #ffae00 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd800', endColorstr='#ffae00', GradientType=1 );
    opacity: 0.9;
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
}
@media (max-width: 1400px)
{
.parallelogram {
    right: -20%;
}
}
@media (max-width: 1024px)
{
.parallelogram {
    right: -25%;
}
}
/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  /*height: 500px;*/
  margin-bottom: 0px;
  position:relative;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 10;
}
/*<!--.navbar-brand img
{
  
    width:125px;
    padding-top: 2px;
}
@media(min-width:992px)
{
.navbar-brand img
{
width:136px;
}
}-->*/


/* Declare heights because of positioning of img element */
.carousel .item {
  /*height: 500px;*/
  background-color: #777;
}
.carousel .image1
{
padding:60px 0 60px;
background-position:center center;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
background-image:url(../images/slider1.jpg);
}
@media(min-width:768px)
{
.carousel .image1
{
padding:100px 0 100px;
}
}
@media(min-width:1600px)
{
.carousel .image1
{
padding:150px 0 150px;
}
}
.carousel .image1:before
{
position:absolute;
content:'';
left:0;
right:0;
bottom:0;
top:0;
background: rgba(0, 0, 0, 0.2);
display:block;
}
/*.carousel .image1:before
{
background-color: rgba(147,115,222,0.85);
display:block;
left:0;
right:0;
bottom:0;
top:0;
position:absolute;
content:'';
}*/
.carousel-inner > .item > img {
  /*position: absolute;*/
  top: 0;
  left: 0;
  min-width: 100%;
  /*height: 500px;*/
}
h1,h2,h3,h4,h5,h6
{
    font-family: 'Open Sans', sans-serif;
}
/*---------------------------------------------menu-------------------------------------------*/

.grid-demo {
  padding: 10px 30px;
}

  .grid-demo [class*="col-"] {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 1em;
    text-align: left;
    line-height: 2;
    /* background-color: #e5e1ea; */
   
  }
 .grid-demo .row .col-sm-3:first-child
 {
 border-left:none;
 }
 .yamm .nav,
.yamm .collapse,
.yamm .dropup,
.yamm .dropdown.yamm-fw {
  position: static;
}
.yamm .container {
  position: relative;
}
.yamm .dropdown-menu {
  left: auto;
}
.yamm .yamm-content {
  padding: 20px 30px;
}
.yamm .dropdown.yamm-fw .dropdown-menu {
  left: 0;
  right: 0;
}
.grid-demo h4
{
    font-weight: 300;
    border-bottom: 1px solid #ee3b33;
    text-transform: uppercase;
    font-size: 14px;
    margin: 0;
    padding-bottom: 2px;
}
.new_menu ul
{
list-style:none;
padding:0;
margin:0;
}
.new_menu ul li
{

font-family: 'Montserrat', sans-serif;
}
.new_menu ul li a
{
border-bottom:1px solid #eee;
display:block;
padding:5px 10px;
color:#000;
}
.new_menu ul li:last-child a
{
border-bottom:none;
}
.new_menu ul li a:hover
{
background:#f7f7f7;
color:#ee3b33;
}
/*-----------------------------------------------------------top header------------------------------------*/
.top-header
{
   
	      background: #292f7d;
		    padding: 13px 0;
	      border-bottom: 1px solid #1f1f1f;
}
.left2, .right2
{
text-align:center;
}
@media(min-width:768px)
{
.left2
{
text-align:left;
}
.right2
{
text-align:right;
}
}
.top-head-left ul
{
margin:0;
padding:0;
list-style:none;
margin-top:0px;
}
.top-head-left ul li
{
    display: inline-block;
    color: #fff;
    padding: 0px 10px;
    position: relative;
    padding-left: 20px;
    font-size: 13px;
	margin-right: 10px;
	font-weight: 600;
    letter-spacing: 1px;
}
.top-head-left ul li:last-child
{
margin-right: 0px;
}
.top-head-left ul li i
{
         color: #fff;
    margin-right: 0px;
    position: absolute;
    left: 0px;
    top: 3px;
    font-size: 15px;
   
}
.top-head-left ul li span
{
    color: #ee3b33;
	padding-bottom:10px;
	font-size:15px;
	font-weight: 600;
}
.account 
{
list-style:none;
margin:0;
padding:0;
}
.account  li
{
padding:0 5px;
display:inline-block;
}
.account  li a
{
color:#fff;
font-size:11px;
text-transform:uppercase;
}
.account  li a i
{
padding-right:3px;
}


.search
{
border:none;
    background: rgb(24, 28, 84);
height:30px;
border-radius:0;
max-width:320px;
font-weight:600;
font-size:12px;
color:#fff;
}
.btn-search
{
height:30px;
background:#000;
color:#fff;
border:none;
width:40px;
margin-top:-30px;
outline:none;
}
/*-------------------------------------------------------------end of top header-------------------------------------------*/



.center
{
text-align:center;
}
.box-img img
{
width:50%;
border-radius:50%;
background-color: #ffffff;
    border: 1px solid #dddddd;
	    padding: 3px;
		    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.box-img img:hover
{
opacity:0.8;
}



.hvr-sweep-to-right {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.hvr-sweep-to-right:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #ffae00;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.top-social li .hvr-sweep-to-right {
    border: 1px solid #000000;
    border-left: 4px solid #ffd200;
}
.top-social li .hvr-sweep-to-right:hover {
    border-color: #ffd200;
    cursor: pointer;
}
.hvr-sweep-to-right:hover:before, .hvr-sweep-to-right:focus:before, .hvr-sweep-to-right:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
.top-social
{
list-style:none;
margin:0;
padding:0;
margin-top:30px;
    margin-bottom: 30px;
}
.top-social li
{
padding:0 1px;
display:inline-block;
}
.top-social li a
{
color: #000;
    font-weight: 700;
}
.top-social li i
{
    padding: 0.7em 0.8em;
}

/*---------------------------------------------------------slider text---------------------------------------------------------*/
.transparent
{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    background: rgba(0, 0, 0, 0.4);
}
.cap1
{
    
    display: block;
    padding-left: 50px;
	position:relative;
    
}
.cap2
{

}


.cap1 h3
{
      font-size: 20px;
    line-height: 28px;
    color: #e5c108;
    margin: 0 0 15px;
    text-transform: uppercase;
    font-weight: 700;
   
}

.cap1 h2
{
    font-size: 35px;
    line-height: 45px;
    text-transform: uppercase; 
    color: #fff;
    margin: 0;
    margin-bottom: 10px;
    font-weight: 900;
    margin-top: 6px;
    
}

.image2 .cap1 h2
{
color:#000;
}
.cap1 h1 span
{
color: #FC6B4A;
}
.cap1 p
{
       margin-top: 30px;
    padding: 0px 0;
    color: #fff;
    font-size: 17px;
    line-height: 28px;
    font-weight: 300;
}
.image1 .cap1 .slider-p
{
color:#333;
}
.white .slider-p
{
color:#fff;
}
@media(max-width:767px)
{
.cap1 h2
{
font-size:23px;
line-height:25px;
}
.cap1 .slider-p
{
font-size: 14px;
line-height:22px;
}
}
.btn2
{
   background:#e5b308;
    height: 45px;
	 border-radius:3px;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 600;
    font-size: 13px;
	line-height: 45px;
    padding-top: 0px;
    padding-right: 25px;
    padding-bottom: 0px;
    padding-left: 25px;
    transition: all .25s cubic-bezier(.4,.01,.1,1);
	display:inline-block;
	position:relative;
	z-index:1;
	overflow:hidden;
	border:1px solid #e5b308;
	transition: all 0.3s ease-in-out;
    moz-transition: all 0.3s ease-in-out;
    webkit-transition: all 0.3s ease-in-out;
    o-transition: all 0.3s ease-in-out;

}
.slider-inner a
{
margin-left:5px;
margin-right:5px;
}

.btn2:hover
{
color:#fff;
    background:#00274d;
	border-color:#fff;
}

.btn2 i
{
font-size:15px;	
}
.btn2:hover i
{

}

.btn4
{
display:inline-block;
padding:10px 27px;
border:2px solid #ee3b33;
color:#ee3b33;
font-weight:700;
font-size:14px;
text-transform:uppercase;
}

.btn4:hover, btn4:focus
{
background:#ee3b33;
color:#fff;
}
.cap1 .btn2
{
margin-top:40px;
}
/*---------------------------------------------------------slider text end---------------------------------------------------------*/


/*----------------------------------------------------------NEW CSS-----------------------------------------------------------*/
.pd0
{
padding:0;
}
.heading
{
position:relative;
}
.heading h2
{

     font-size: 42px;
   
    margin-top: 0px;
	line-height:35px;
    margin-bottom: 32px;
    font-weight: 300;
    text-transform: uppercase;
}
.heading h2 strong
{
font-weight:900;
color:#292f7d;
}

.span1-new .heading h2
{
margin-bottom:20px;
}

.span1-new .heading h2 span
{
    font-size: 25px;
}

.span1-new .heading p {
    font-size: 24px;
    line-height: 1.9;
    color: #3c3c3c;
}

@media(max-width:767px)
{
.heading h2
{
font-size:27px;
}
}

.abt p
{
font-size:18px;
font-weight:300;
line-height:30px;
}
.abt ul
{
list-style:none;
margin:0;
padding:0;
}
.abt ul li
{
font-size:17px;
font-weight:300;
padding:6px 0;
position:relative;
padding-left:20px;
}
.abt ul li:before
{
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f013";
    position: absolute;
    left: 0;
    color: #e00201;
    font-size: 14px;
    top: 12px;
}
p a
{
color: #e00201;
}
.heading h4, .con1 h4
{
margin-top: 20px;
    font-size: 20px;
    font-weight: 700;
    color: #e00201;
    margin-bottom: 5px;
    text-transform: uppercase;
}

/*-------------------------------------------------------Spna0-----------------------------------------------------------*/

/*-------------------------------------------------------end Spna0-----------------------------------------------------------*/

/*-------------------------------------------------------Spna1-----------------------------------------------------------*/
.span1
{
padding:60px 0 90px;
color:#000;
background:url(../images/dotted-bg-1.png) bottom;
background-repeat:repeat-x;
-webkit-transition: opacity .5s ease;
    -o-transition: opacity .5s ease;
    transition: opacity .5s ease;
}
@media(min-width:768px)
{
.span1
{
padding-top:0;
}
.box1
{
/*margin-top:-50px;*/
margin-bottom:0;
}
}

.span1-new
{
/*background:#fff;*/
padding-top:50px;
}

.span1-new p
{
font-size:16px;
line-height:1.9;
color:#777;
}

.box1
{
margin-bottom:40px;
}

.box1-img
{
}
.box1-txt
{
margin-top:23px;
}
.box1-txt h4
{
    position: relative;
    padding-top: 15px;
    font-weight: 700;
    font-size: 20px;
}
.box1-txt h4:before
{
    border-top: 2px solid #e5c108;
    font-weight: 700;
    width: 50px;
    position: absolute;
    content: '';
    top: 0;
    left: 0;
}
.box1-txt h4 a
{
color:#333;
}
.box1-txt h4 a:hover
{
color:#e5c108;
}
.box1-txt p
{
font-weight:400;
line-height:25px;
color:#777;
}

.img-border img
{
border:1px solid #ddd;
padding:3px;
}

/*--------------------------------------------------------end Span1------------------------------------------------------*/

/*---------------------------------------------------------Span2------------------------------------------------------*/
.span2
{
background:url(../images/parallex.jpg) center;
padding:50px 0;
background-size:cover;
color:#fff;
position:relative;
}
@media(min-width:992px)
{
.span2
{
background-attachment:fixed;
}
}
.span2:before
{
position:absolute;
content:'';
left:0;
right:0;
bottom:0;
top:0;
background: rgba(0, 0, 0, 0.85);
display:block;
}

.box2 
{
margin:20px 0;
text-align:center;
}
.timer
{
font-weight: 700;
    font-size: 48px;
    color: #fff;
}
.box2 p
{
color: #fff;
font-size:24px;
}
.box2 p span
{
color:#ffd800;
}

/*--------------------------------------------------------end Span2------------------------------------------------------*/

/*-----------------------------------------span3------------------------------------------------------*/
.span3
{
padding:60px 0 90px;
}
.logos
{
margin-top:40px;
}

/*-------------------------------------end of span3----------------------------------------*/

/*------------------------------------------------span4--------------------------------------------------------*/

/*------------------------------------------------end span4--------------------------------------------------------*/
/*------------------------------------------------span5--------------------------------------------------------*/

/*------------------------------------------------end span5--------------------------------------------------------*/

/*-----------------------------------------span6---------------------------------------------*/

/*-----------------------------------------end span6---------------------------------------------*/

/*-----------------------------------------footer --------------------------------------------------------*/
.footer
{
       position: relative;
	      padding: 60px 0 0px;
   background-size:cover;
    background:url(../images/footer.jpg) center;
   color:#ccc;
   margin-top:-46px;
	  
}
/*.footer:before
{
content: "";
    background: url(../images/map.png) center no-repeat;
    opacity: 0.02;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
 
    background-color: #FFFFFF;
}*/

.footer-widget {
    padding: 50px 0;
    padding-left:0px;
}
@media(max-width:767px)
{
.footer-widget {
padding: 0px 0;
}
}

.footer-widget.abt-footer {
    padding-left: 0;
    position: relative;
}

.abt-footer img
{
position:relative;
}
.abt-footer p
{
   margin-top: 20px;
    z-index: 99;
    position: relative;
    font-size: 13px;
    color: #ccc;
    line-height: 23px;
    margin-bottom: 25px;
    font-weight: 400;
}
.link-footer h3, .follow h3
{
margin-top:0;
font-weight:700;
color: #fff;
    font-size: 17px;
text-transform:uppercase;
border-bottom: 1px solid rgba(255, 255, 255, 0.1);
position:relative;
    padding-bottom: 16px;
	margin-bottom:25px;
	    
}
@media(max-width:767px)
{
.link-footer h3, .follow h3
{
margin-top:30px;
}
}
.link-footer h3:after, .follow h3:after
{
background-color: #e5b108;
    bottom: -1px;
    content: "";
    left: 0;
    height: 1px;
    position: absolute;
    width: 50px;
}
.follow img
{
width:114px;
margin-bottom:3px;
}
.link-footer ul
{
list-style:none;
margin:0;
padding:0;
}
.link-footer ul li
{
padding:3px 0;

}
.link-footer ul li a
{
        transition: color .4s ease;
    font-size: 12px;
    line-height: 23px;
    color: #ccc;
    font-weight: 600;
    position: relative;
    text-transform: uppercase;
	position:relative;
	padding-left:20px;
	    display: block;
}
.link-footer ul li a:before
{
display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	    content: "\f101";
		position:absolute;
		left:0;
	    top: 2px;
}
.link-footer ul li a:hover
{
color:#fff;
}
.link-footer2 img
{
width:100px;
margin:3px;
}
.link-footer2 ul
{
list-style:none;
margin:0;
padding:0;
}
.link-footer2 ul li
{
position:relative;
color:#333;
padding:5px 0;
padding-left:20px;
font-size:13px;
font-weight:600;
}
.link-footer2 ul li i
{
position:absolute;
left:0;
top:8px;
}
.con-footer ul li
{
    font-size: 13px;
    line-height: 34px;
    color: #9e9e9e;
    font-weight: 400;
    position: relative;
    padding-left: 25px;
}
.con-footer ul li i
{
position:absolute;
left:0;
top: 12px;
    color: #ccc;
}
.social a
{
color:#e5b108;
padding:0 5px;
}
.social a:hover
{
color:#fff;
}
.hours ul li
{
font-size: 13px;
    line-height: 34px;
    color: #9e9e9e;
    font-weight: 400;
    position: relative;
    padding-left: 0px;
}
.hours ul li span
{
float:right;
}
.footer2
{
    background: rgba(0, 0, 0, 0.5);
    padding: 20px 0 10px;
    color: #ddd;
    font-size: 12px;
    
    font-weight: 600;
}
.left2, .right2
{
text-align:center;
}
@media(min-width:768px)
{
.left2
{
text-align:left;
}
.right2
{
text-align:right;
}
}
.footer2 a
{
color: #e5b108;
}



/*-----------------------------------------footer End--------------------------------------------------------*/

/*-----------------------------------------top footer-----------------------------------------*/
.top-footer
{
    position: relative;
    z-index: 9;
    margin-top: -65px;	
}
.top-foot1
{
background:#e5b108;
padding:20px;
border-radius:5px;
}
.foot-icon
{
    float: left;
    width: 60px;
    height: 60px;
    font-size:35px;
    border-radius: 50%;
    border: 2px solid #000;
    text-align: center;
    color: #000;
    padding-top: 12px;
	margin-right:20px;
}
.foot-txt
{
overflow:hidden;
color:#000;
font-size:16px;
}
.foot-txt h5
{
font-size:18px;
font-weight:700;
margin-top:0;
}

.foot-txt a
{
color:#000;
}

/*-------------------------------------------top footer end--------------------------------------*/

/*-----------------------------------------------about page-----------------------------------*/
.banner
{
background:url(../images/banner.jpg) center;
padding:150px 0;
color:#fff;
background-size:cover;
position:relative;
}
@media(max-width:767px)
{
.banner
{
padding:190px 0 100px;
}
}
.banner h2
{
font-weight:900;
font-size:40px;
color:#fff;
margin:0;
text-transform:uppercase;
margin-bottom:25px;
}
.banner:before
{
background: rgba(0, 0, 0, 0.9);
display:block;
content:'';
position:absolute;
left:0;
right:0;
top:0;
bottom:0;
}
.banner .container
{
position:relative;
}
.banner p
{
font-size:17px;
line-height:30px;
}
/*-----------------------------------------------about page-----------------------------------*/
/*------------------------contact page-----------------------------------------*/
.con1 ul
{
margin:10px 0;
padding:0;
list-style:none;
}
.con1 ul li
{
padding:6px 0;
font-size:17px;
font-weight:300;
position:relative;
padding-left:29px;
}
.con1 ul li i
{
position:absolute;
left:0;
top:9px;
color: #e00201;
}
.input .icon-append {
    position: absolute;
    top: 25px;
    width: 45px;
    height: 40px;
    font-size: 18px;
    line-height: 44px;
    text-align: center;
    /* right: 23px; */
    padding-left: 0px;
    background: #00274d;
    border-right-width: 1px;
    border-right-style: solid;
    border-color: #D6D2D2;
    transition: border-color 0.3s;
    -o-transition: border-color 0.3s;
    -ms-transition: border-color 0.3s;
    -moz-transition: border-color 0.3s;
    -webkit-transition: border-color 0.3s;
    color: #FFF;
	left: 15px;
}

.cont {
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100%;
    height: 40px;
    padding: 8px 10px 8px 52px;
    outline: none;
    border-style: solid;
    background: #fff;
    font: 13px/19px 'Open Sans', Helvetica, Arial, sans-serif;
    color: #666;
    font-weight: 400;
    appearance: normal;
    -moz-appearance: none;
    -webkit-appearance: none;
    border: 1px solid #d3d3d3;
    box-shadow: none;
     border-radius: 0; 
}



.cont:focus {
    border-color: #017BC3;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(1,123,195,0.1),0 0 8px rgba(1,123,195,0.10);
    box-shadow: inset 0 1px 1px rgba(1,123,195,0.1),0 0 8px rgba(1,123,195,0.10);
}

.has-error .form-control:focus, .has-error .form-control
{
box-shadow:none;
}
#contact-form .col-md-6
{
margin-bottom:30px;
}
/*------------------------contact page-----------------------------------------*/
.privy-tab
{
    display: inline-block;
    cursor: pointer;
    font-size: 14px;
    letter-spacing: -0.5px !important;
    -webkit-font-smoothing: subpixel-antialiased !important;
    border: 1px solid rgba(0,0,0,0.07);
    position: relative;
    z-index: 9999000;
    line-height: 2.5em;
    font-family: Helvetica,Arial,sans-serif !important;
    font-weight: 500 !important;
    letter-spacing: 0 !important;
    font-size: 15px;
    text-decoration: none;
    -webkit-transition: all .2s ease,transform 1ms;
    -moz-transition: all .2s ease,transform 1ms;
    -o-transition: all .2s ease,transform 1ms;
    transition: all .2s ease,transform 1ms;
	color:#fff;
}
.privy-tab
{
width: 160px;
    height: 160px;
    position:fixed;
    border: 0;
    box-shadow: inset 0 -1px 0 0 rgba(0,0,0,0.1);
    -moz-box-shadow: inset 0 -1px 0 0 rgba(0,0,0,0.1);
    -webkit-box-shadow: inset 0 -1px 0 0 rgba(0,0,0,0.1);
border-top: 0;
    top: 0;
left: 0;
    margin-top: -80px;
    margin-left: -80px;
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    -o-transform: rotate(315deg);
    transform: rotate(315deg);
    filter: progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand',M11=0.7071067811865476,M12=0.7071067811865475,M21=-0.7071067811865475,M22=0.7071067811865476);
    -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(SizingMethod='auto expand', M11=0.7071067811865476, M12=0.7071067811865475, M21=-0.7071067811865475, M22=0.7071067811865476)";
	
}
.privy-tab-text
{
position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    line-height: 24px;
	display: inline-block;
    text-transform: none;
	    bottom: 4px;
}
.privy-tab i
{
position: absolute;
    bottom: 23px;
    top: auto;
    left: 46% !important;
    right: 0 !important;
    margin-left: -5px;
    display: inline-block;
    transform: rotate(20deg);
}
@media(max-width:767px)
{
.navbar-brand
{
float:none;
text-align:center;
display:block;
}
}
.port-box
{
padding:48px 0;
text-align:center;
}
.port-box h3
{
color:#fd0000;
font-weight:300;
font-size:22px;
text-transform:uppercase;
}
@media(min-width:992px)
{
.port-box
{
padding:27px 0;
}
}
@media(min-width:1200px)
{
.port-box
{
padding:48px 0;
}
}
/*----------------------------Modal CSS---------------------------------------*/
.modal-content
{
    background: url(../images/form.jpg) transparent;
    background-size: cover;
    color: #fff;
    overflow: hidden;
    padding-bottom: 26px;
}
.modal-header
{
border-bottom:none;
}
.modal-body .formular
{
margin-top:0;
}
.modal-body .formular p
{
color:#fff;
}
.modal-header .close {
    margin-top: -2px;
    background: rgba(0,0,0,0.3);
    width: 30px;
    height: 30px;
    border-radius: 50%;
    color: #fff;
    border: 2px solid #fff;
    font-weight: 300;
}
/*---------------------------------Modal end---------------------------------------------*/


.line
{
margin:20px auto 10px;
width:100px;
height:3px;
background:#e5b108;
}

.page-txt .heading
{
margin-bottom:40px;
}

.page-txt p
{
font-family: 'Ubuntu', sans-serif;
line-height:1.8;
font-size:15px;
text-align:justify;
}

.page-txt h4
{
font-family: 'Ubuntu', sans-serif;
font-size:22px;
margin-top:20px;
    display: inline-block;
}

.page-txt ul
{
list-style:none;
padding:0;
margin-bottom:12px;
overflow:hidden;
}
.page-txt ul li
{
    font-family: 'Ubuntu', sans-serif;
color:#333;
padding-top:5px;
padding-bottom:5px;
position:relative;
    padding-left: 17px;
}
.page-txt ul li:before
{
content: "\f101";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	    color: #0093dd;
    position: absolute;
    left: 0;
    top: 7px;
}

.grid
{
margin-bottom:25px !important;
}

.grid h4 {
    font-size: 17px;
    margin-top: 16px;
}

/* ========================= New Gallery ============================= */

.gal
{
position:relative;
}

/*.gal figure
{
    width: 23%;
    float: left;
    overflow: hidden; 
    height: 250px;
    position: relative;
     z-index: 1; 
     display: inline-block; 
     overflow: hidden; 
    background: rgba(39, 38, 43,0.8);
     text-align: center; 
     cursor: pointer; 
    margin: 10px;
}*/

.gal figure
{
    width: 30%;
    float: left;
    overflow: hidden; 
 /*   height: 250px;*/
    position: relative;
    background: rgba(39, 38, 43,0.9);
    margin: 10px;
}

.gal figure img {
    position: relative;
    display: block;
    min-height: 100%;
opacity: 0.8;
    max-width: none;
	width: 100%;
    height: 100%;
    transition: all 400ms ease-in;
    -webkit-transition: all 400ms ease-in;
    -ms-transition: all 400ms ease-in;
    -o-transition: all 400ms ease-in;
    -moz-transition: all 400ms ease-in;	
	
}

.gal a:hover figure img 
{
    transform: scale(1.1);
	opacity:1;
}

.gal figcaption
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 10px !important;	
}

.figcaption-border {
    border: 1px solid rgba(255, 255, 255, 0.2);
    height: 100%;
}

.map {
    position: relative;
    padding-bottom: 50.25%;
    padding-top: 0px;
    height: 0;
    margin-bottom: 15px;	
}

.map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.other-projects h3
{
background: #00274d;
    color: #fff;
    padding: 12px 10px;
    border-radius: 4px 4px 0 0;
    margin-bottom: 0;
}

.other-projects ul
{
border:1px solid #ddd;
}

.other-projects ul li
{
    border-bottom: 1px solid #ddd;
	    background: #f8f8f8;
}

.other-projects ul li:before
{
left: 10px;
    top: 15px;
}

.other-projects ul li a
{
    display: block;
    padding: 8px 10px;
    color: #555;
}

.right-logo img
{
padding-top:6px;
}

@media(min-width:1500px)
{
.quote-now a {
    font-size: 27px;
}
}

@media(min-width:768px)
{
.shrink1
{
position: fixed;
    width: 100%;
    top: 0;
    z-index: 99;
}
}

.shrink1 .navbar {
    background: #fff;
}

.shrink .right-logo img {
    padding-top: 6px;
    height: 65px;
}

/*========================pop up ========================= */
.img-replace {
  /* replace text with an image */
  display: inline-block;
  overflow: hidden;
  text-indent: 100%; 
  color: transparent;
  white-space: nowrap;
}
.bts-popup {
  position: fixed;
  z-index:9999;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
}
.bts-popup.is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s;
}

.bts-popup-container {
 position: relative;
    width: 90%;
    padding: 17px;
    border-radius: 5px;
       max-width: 41%;
    margin: 4em auto;
    background: #000000;
    border-radius: none;
    text-align: center;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px);
    -webkit-backface-visibility: hidden;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.bts-popup-container img {
  padding: 0px 0 0 0;
}
.bts-popup-container p {
	color: white;
  padding: 10px 40px;
}
.bts-popup-container .bts-popup-button {
  padding: 5px 25px;
  border: 2px solid white;
	display: inline-block;
  margin-bottom: 10px;
}

.bts-popup-container a {
  color: white;
  text-decoration: none;
  text-transform: uppercase;
}






.bts-popup-container .bts-popup-close {
  position: absolute;
  top: 0px;
  right: -2px;
  width: 30px;
  height: 30px;
}
.bts-popup-container .bts-popup-close::before, .bts-popup-container .bts-popup-close::after {
  content: '';
  position: absolute;
  top: 12px;
  width: 16px;
  height: 3px;
  background-color: white;
}
.bts-popup-container .bts-popup-close::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 8px;
}
.bts-popup-container .bts-popup-close::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  right: 6px;
  top: 13px;
}
.is-visible .bts-popup-container {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.phone24:before
{
    display:none !important;
}

@media(min-width:1400px)
{
.bts-popup-container {
    margin: 10em auto;
}

.bts-popup-container {
    width: 90%;
    max-width: 41%;
}

}

@media only screen and (min-width: 1170px) {
  .bts-popup-container {
    margin: 1em auto;
  }
}

@media(max-width:414px)
{
.bts-popup-container {
    padding: 6px;
    border-radius: 5px;
    max-width: 98%;
}

.bts-popup-container
{
     width: 98%;
}
}

@media(max-width:1024px)
{
.gal figure
{
	margin:9px;
}

.bts-popup-container {
    max-width: 61%;
}    
}

@media(max-width:768px)
{
.gal figure
{
	width:30%;
}
.parallelogram-container
{
display:none;
}

.bts-popup-container {
    max-width: 78%;
}
}

@media(max-width:650px)
{
.gal figure {
    width: 43%;
    margin: 18px;
}
}

@media(max-width:562px)
{
.gal figure {
    width: 46%;
    margin: 8px;
}
}

@media(max-width:561px)
{
.gal figure {
    width: 100%;
    margin: 8px;
}

.bts-popup-container {
    width: 98%;
}
}