/*-----font-face------*/
@import url('https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700');
@font-face {
  font-family: 'Poppins-Light';
  src: url('../fonts/Poppins-Light.eot'); /* IE9 Compat Modes */
  src: url('../fonts/Poppins-Light.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/Poppins-Light.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('../fonts/Poppins-Light.svg#svgFontName') format('svg'); /* Legacy iOS */
}
@font-face {
  font-family: 'Poppins-Regular';
  src: url('../fonts/Poppins-Regular.eot'); /* IE9 Compat Modes */
  src: url('../fonts/Poppins-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/Poppins-Regular.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('../fonts/Poppins-Regular.svg#svgFontName') format('svg'); /* Legacy iOS */
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
a, a:link, a:visited, a:active, a:hover {
    cursor: pointer;
    text-decoration: none;
    outline: none;
}
a {
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

/*------------------------------------------------------*/
/*-global css
/*------------------------------------------------------*/

body{
	margin:0;
	padding:0;
	font-size:14px;
	line-height:normal;
	color:#7b7b7b;
	font-family: 'Poppins-Regular';
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	overflow-x:hidden;
}

.navbar-inverse { background-color: #ff6600}
.navbar-inverse .navbar-nav>.active>a:hover,.navbar-inverse .navbar-nav>li>a:hover, .navbar-inverse .navbar-nav>li>a:focus { background-color: #da5700}
.navbar-inverse .navbar-nav>.active>a,.navbar-inverse .navbar-nav>.open>a,.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:hover,.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:hover, .navbar-inverse .navbar-nav>.open>a:focus { background-color: #080808}
.dropdown-menu { background-color: #FFFFFF}
.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus { background-color: #428BCA}
.navbar-inverse { background-image: none; }
.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus { background-image: none; }
.navbar-inverse { border-color: #080808}
.navbar-inverse .navbar-brand { color: #000000}
.navbar-inverse .navbar-brand:hover { color: #FFFFFF}
.navbar-inverse .navbar-nav>li>a { color: #000; font-size:18px; text-transform:uppercase;}
.navbar-inverse .navbar-nav>li>a:hover, .navbar-inverse .navbar-nav>li>a:focus { color: #FFFFFF}
.navbar-inverse .navbar-nav>.active>a,.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:hover, .navbar-inverse .navbar-nav>.open>a:focus { color: #FFFFFF}
.navbar-inverse .navbar-nav>.active>a:hover, .navbar-inverse .navbar-nav>.active>a:focus { color: #FFFFFF}
.dropdown-menu>li>a { color: #333333}
.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus { color: #FFFFFF}
.navbar-inverse .navbar-nav>.dropdown>a .caret { border-top-color: #999999}
.navbar-inverse .navbar-nav>.dropdown>a:hover .caret { border-top-color: #FFFFFF}
.navbar-inverse .navbar-nav>.dropdown>a .caret { border-bottom-color: #999999}
.navbar-inverse .navbar-nav>.dropdown>a:hover .caret { border-bottom-color: #FFFFFF}

.dropdown-submenu {
    position: relative;
}

.gallery-sec
{
	margin-bottom:30px !important;
	
	
	}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}
h1,h2,h3,h4,h5,h6,ul{
	margin:0;
	padding:0;
}
h1,h2,h3,h4,h5,h6{
   font-family: 'Poppins-Regular';
font-weight: 700;
}
h1 a
{color:#fff !important;}
h1 a:hover
{color:#fff;}
a, a:link, a:visited, a:active, a:hover {
    cursor: pointer;
    text-decoration: none;
    outline: none;
}
a {
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
ul, ol{
    list-style: none;
}
.tollfree
{color:#fff;
font-size:22px;
padding-top:8px;}
.red{ color: #f00;}
.bg-color{ background: #208d7a;}
.bg-color1{ background: #12aef8;}

.nopadding{ padding:0 !important;}
.nomargin{ margin-left:0 !important; margin-right:0 !important;}

.pad-lft{ padding-left: 0 !important;}
.pad-rht{ padding-right: 0 !important;}

.padding-t-10{ padding-top:10px;}
.padding-b-10{ padding-bottom:10px;}
.padding-t-20{ padding-top:20px;}
.padding-b-20{ padding-bottom:20px;}
.padding-t-30{ padding-top:30px;}
.padding-b-30{ padding-bottom:30px;}
.padding-t-40{ padding-top:40px;}
.padding-b-40{ padding-bottom:40px;}
.padding-l-25{ padding-left:25px;}
.padding-r-25{ padding-right:25px;}

.margin-t-10{ margin-top:10px;}
.margin-b-10{ margin-bottom:10px;}
.margin-t-20{ margin-top:20px;}
.margin-b-20{ margin-bottom:2px;}
.margin-t-30{ margin-top:30px;}
.margin-b-30{ margin-bottom:30px;}
.margin-t-40{ margin-top:40px;}
.margin-b-40{ margin-bottom:40px;}

/*--------------------------------------------*/
/*top-header part
/*---------------------------------------------------*/
header{
    margin: 0;
    padding: 15px 0;
    background: #fff;
}
.top-right-info-w3ls {
    text-align: right;
    margin-top: 10px;
}
.top-right-info-w3ls li {
    display: inline-block;
    margin: 0px 1px;
    width: 25px;
    height: 25px;
    text-align: center;
    background: #e62739;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.16);
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.16);
    -o-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.16);
    -ms-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.16);
}
.top-right-info-w3ls li i {
    color: #fff;
    padding-top: 7px;
    font-size: 12px;
}
.banner-pt img{
	width:100%;
	min-height:450px;
}
.banner{
	min-height:450px;
	width:100%;
	background-size:cover;
}
.banner img{
	min-height:450px;
	width:100%;
	
}
.banner-1{
	min-height:450px;
}
.banner-2{
	min-height:450px;
	background-size:cover;
}

.tollfreesmall
{
	font-size:16px;
	color:#fff;
	padding-left:8px;
	padding-bottom:14px;}
	.big_font
	{
		font-size:18px;
		
		}
		
.logo_font
{color:#fff;
font-size:50px;
padding:30px;
text-align:center;
font-family: 'Poppins-Regular';
}		
.banner_txt_bg	
{
	background:url(../images/slant.png) left no-repeat;
	opacity: 0.5;
    filter: alpha(opacity=50);
	width:100%;
	height:400px;
	padding-top:70px;
	top:-487px;
	position:relative;
	height:487px;
	

	
   
}

.banner_txt
{
	color:#ffea00;
	 font-family: 'Poppins-Regular';
	padding-left:15px;
	font-size:40px;
	position:relative;
	top:-940px;

	
	}	
		.hilight
{color:#fff;
font-size:50px;
text-transform:uppercase;}
/*--------------------------------*/
/*menu part*/
/*--------------------------------------------*/
.menu-part{
    margin: 0;
    padding: 0;
    background: #f702a5;
}

/*-------------------------------------*/
/*latest news part
/*---------------------------------------------*/
.latest-pt{
    padding: 40px 30px 10px;
    margin: 20px 0 0 0;
   position: relative;
    background: #cacaca;
    z-index: 100;
}
.latest-pt h1{
    font-size: 36px;
    margin-bottom: 40px;
    color: #000;
}
.news-item{
    margin-bottom: 10px;
    position: relative;
    text-align: center;
    margin-left: 15px;
    margin-right: 15px;
}
.news-item iframe{
    margin-bottom: 10px;
    height: 180px;
    width: 100%;
}
.news-item img{
   
    height: 380px;
    margin-bottom: 15px;
}
.news-item h4{
    font-size: 18px;
    color: #fff;
}
.news-item p{
    font-style: italic;
    font-size: 14px;
}


/*-----------------------------------*/
/* about part
/*---------------------------------------------*/
.about-pt{
    padding: 50px 0;
    margin: 50px 0;
    background: url(../images/pattern.png);
    text-align: center;
    color: #fff;
}
.about-pt h2{
    font-size: 36px;
    margin-bottom: 20px;
    color: #fff;
}
.about-pt p{
    margin-bottom: 30px;
}



/*-----------------------*/
/*content-pt
/*-----------------------------*/
.content-pt{
    margin: 50px 0;
    padding: 0;
}
.content-pt h1{
    font-size: 36px;
    color: #2e4a62;
    margin-bottom: 10px;
    text-align: center;
}
.content-pt h2{
    font-size: 36px;
    margin-bottom: 30px;
    display: inline-block;
    color: #2e4a62;
    padding: 0 0 5px;
    border-bottom: 3px solid #f00;
}
.content-pt .item-pt{
    margin-bottom: 40px;
    text-align: center;
    background: #fff;
    border: 1px solid #e0e0e0;
    padding: 5px;
}
.content-pt .item-pt img{
    margin-bottom: 10px;
    width: 100%;
}
.content-pt .item-pt h4{
    margin-bottom: 10px;
    font-size: 20px;
    color: #2e4a62;
}

/*-----------------------------------------*/
/*footer part
/*-------------------------------------------*/
footer{
	padding:50px 0;
	margin:0;
	background:#ff6600;
    color: #fff;
}
footer img{ float:left; margin-bottom:10px; margin-right:10px;}
/*----google map------*/
.google-map {
    overflow: hidden;
    position: relative;
}
.googlemap-wrapper {
    min-height: 150px;
	padding:0;
}
.map-canvas {
    min-height: 150px;
}
/*------social media-------*/
.social{}
.social i{ padding:10px; width:35px; height:35px; vertical-align:middle; text-align:center; margin-bottom:5px; margin-right:5px; border:1px solid #000; color:#fff;}
.social i:hover{ border:1px solid #000;}
.social .facebook:hover{ color:#325194; border:1px solid #325194;}
.social .twitter:hover{ color:#28aae1; border:1px solid #28aae1;}
.social .google:hover{ color:#fc2a1d; border:1px solid #fc2a1d;}
.social .linkden:hover{ color:#0075b2; border:1px solid #0075b2;}
.social .youtube:hover{ color:#dc2925; border:1px solid #dc2925;}


/*-----footer panel----*/
.foot-pnl {
  min-height: 200px;
  margin: 0;
}
.foot-pnl h2{
  color: #fff;
  font-size: 24px;
  margin-bottom:20px;
  text-transform: uppercase;
  position:relative;
}

.foot-pnl h1 {
  color: #000;
  font-size:20px;
  margin-bottom:15px;
}
.foot-pnl h1 span{
	color:#ed1c24;
}
.foot-pnl ul {
  margin:0;
  padding: 0;
}
.foot-pnl ul li {
  font-size: 16px;
  color: #fff;
  position:relative;
  padding:0;
  margin: 0 0 10px;
  display:block;
}
.foot-pnl a {
  color: #fff;
}
.foot-pnl a:hover {
  color: #000;
}
.foot-pnl p{
	padding-left:50px;
	margin:0 0 20px;
	font-size:14px;
	color:#fff;
	position:relative;
}
.foot-pnl p .fa {
    position: absolute;
    left: 0px;
    top: 2px;
    width: 35px;
    height: 35px;
    text-align: center;
    color: #fff;
    line-height: 35px;
    font-size:16px;
	border:1px solid #fff;
}


/*copyright----------------*/
.copyright {
	margin:0;
	padding-top: 15px;
	padding-bottom: 15px;
	background:#da5700;
	color:#fff;
}
.copyright .payment ul {
  margin: 0;
  padding: 0;
}
.copyright .payment li {
  list-style: none;
  margin: 5px 5px 0 0;
  float: left;
  padding: 0;
}
.copyright .text {
  font-size: 13px;
}


/*--------------------------------------------------*/
/*-about us part
/*--------------------------------------------------------*/
.about-us{
    margin: 70px 0;
    padding: 0;
    position: relative;
}
.about-us h1{
    margin-bottom: 20px;
    padding-bottom: 30px;
    background: url(../images/service-icon.png) bottom left no-repeat;
    font-size: 36px;
    color: #404b5d;
    text-transform: uppercase;
}
.about-us p{
    margin-bottom: 20px;
}
.about-us span{
    color: #12aef8;
}
.about-us h2{
    font-size: 36px;
    color: #404b5d;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.about-us ul{
    margin: 0 0 30px;
    padding: 0;
    list-style: none;
}
.about-us li{
    margin-bottom: 5px;
}
.about-us li a{
    padding: 5px 15px;
    background: #fe5454;
    display: block;
    color: #ffffff;
}
.about-us li a:hover{
    background: #12aef8;
}

.our-vision-pt{
    text-align: center;
}
.our-vision-pt img{
    margin-bottom: 20px;
    padding: 5px;
    border: 1px solid #d5edf9;
}
.our-vision-pt h3{
    font-size: 24px;
    color: #404b5d;
    margin-bottom: 15px;
    text-transform: uppercase;
}
.about-us h3{
    font-size: 20px;
    margin-bottom: 10px;
}
.about-us h5{
    margin: 20px 0;
    color: #fe5454;
    font-size: 24px;
}
/*-----------------------------*/
/*contact us part
/*-----------------------------------*/
.contact-us{
    margin: 30px 0;
    padding: 0;
}
.contact-us h1{
    margin-bottom: 40px;
    font-size: 36px;
    color: #404b5d;
    text-transform: uppercase;
}

.contact-us i{
    font-size: 30px;
    color: #fe5454;
}
.contact-us h3{
    font-size: 18px;
    margin-bottom: 20px;
    margin-top: 20px;
    padding-left: 20px;
}
.contact-us hr{
    margin-bottom: 50px;
    margin-top: 50px;
}

.contact-us .form-control{
    background: #fff;
    border: 1px solid #fff;
    border-bottom-color: #e5e5e5;
    border-radius: 0;
    box-shadow: none;
    padding: 10px 0;
    color: #404b5d;
    font-size: 16px;
    margin-bottom: 20px;
}
.contact-us .form-control:focus {
  border-color: transparent;
  outline: 0;
  box-shadow: none;
  border-bottom: 1px solid #fe5454;
}
.contact-us .btn {
    background: #fe5454;
    color: #fff;
    padding: 7px 20px;
    border-bottom: 2px solid #d53330;
    border-radius: 0;
}
iframe{
    margin: 0;
    padding: 0;
    width: 100%;
}


/*----------------------------------------------------*/
/*back to top part
/*-----------------------------------------------------------*/

.scroll-top-wrapper {
    position: fixed;
    opacity: 0;
    visibility: hidden;
	overflow: hidden;
	text-align: center;
	z-index: 99999999;
    background-color: #fe5454;
	color: #fff;
	width: 40px;
	height: 38px;
	line-height: 38px;
	right: 20px;
	bottom: 20px;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.scroll-top-wrapper:hover {
	background-color: #888888;
}
.scroll-top-wrapper.show {
    visibility:visible;
    cursor:pointer;
	opacity: 1.0;
}
.scroll-top-wrapper i.fa {
	line-height: inherit;
}

/*-----------------------------------------------------------------------------*/
/*--------------------------------inner page-------------------------*/
/*-----------------------------------------------------------------------------*/
.inner-bg{
    background: url(../images/inner-bg.png);
}
.inner-main{
    background: #fff;
    padding: 20px 5px;
    margin: 0;
    width: 100%;
    float: left;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
}
.inner-main .img-pt{
    width: 30%;
    float: left;
    margin: 0 20px 20px 0;
}
.inner-main h1{
    padding: 10px 20px;
    margin-bottom: 20px;
    border-bottom: 5px solid #ff4343;
    background: #2d3551;
    color: #fff;
    font-size: 30px;
}
.inner-main ul{
    margin: 0 0 0 30px;
    padding: 0;

}
.inner-main ul li{
    margin-bottom: 10px;
    font-size: 18px;
}

/*------------------------------*/
/*contact us
/*------------------------------------*/
.contact-us h2{
    margin-bottom: 10px;
    background: #ff4343;
    padding: 10px 20px;
    font-size: 20px;
    color: #fff;
}
.contact-us p{
    padding: 0 20px;
}
.contact-us iframe{
    border: 5px solid #bfbfbf !important;
}
.contact-us .form-control{
    color: #000 !important;
}

/*-----------------------------------*/
/*gallery part
/*-------------------------------------------*/
.gallery-sec img {
	width: 100%;
	height:350px;
}

.gallery-sec .col-md-3 {
	padding: 0;
}

.gallery-sec .caption {
	position: absolute;
	left: 15px;
	right: 15px;
	top: 0;
	bottom: 0;
	background-color: rgba(243, 124, 32, 0.7);
	opacity: 0;
	-moz-transition: opacity linear .3s;
	-webkit-transition: opacity linear .3s;
	-o-transition: opacity linear .3s;
	transition: opacity linear .3s;
}

.gallery-sec .item:hover > .caption {
	opacity: 1;
}

.gallery-sec .caption i {
	width: 45px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	color: #fff;
	background-color: #393634;
	position: absolute;
	top: 45%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;

}

.gallery-sec .caption p {
	font-weight: 400;
	text-align: center;
	color: #fff;
	position: absolute;
	font-size: 17px;
	text-transform: capitalize;
	top: 55%;
	left: 30%;
	right: 30%;
}

/*--------------------------------*/
/*classes
/*-------------------------------------------*/
.classes ul{
    margin: 0;
    padding: 0;
}
.classes ul li{
    margin: 10px;
    padding: 15px;
    background: #d01919;
    color: #fff;
    font-size: 24px;
    text-align: center;
    float: left;
    width: 45%;
}




/*------------------------------------------------------*/
/*--------------- responsive part ----------------------*/
/*------------------------------------------------------*/
@media(max-width:768px){
    .main-menu {
        display: none;
    }
    .slide-buttons {
        position: fixed;
        top: 10px;
        right: 10px;
        z-index: 1000;
    }
    #slide-buttons {
        display: block;
    }
    
}
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
    z-index: 1000;
    box-shadow: 0 1px 3px rgba(0,0,0,0.2);
}
.history {
    background: #fff;
    border-radius: 4px;
}
.history-top h3 {
    font-size: 2em;
    font-weight: 500;
    color: #CE254B;
    
    padding: 0em 0em 0.5em 0.5em;
    margin: 0em 0em 0em 0em;
    text-align: center;
}
.history-bottom {
    padding: 2em 0em 1em 0em;
}
@media screen and (max-width: 375px) {
	
	.banner_txt_bg	
{
	background:none;
	opacity: 0.5;
    filter: alpha(opacity=50);
	width:100%;
	height:400px;
	padding-top:70px;
	top:-487px;
	position:relative;
	height:487px;
	
	

	
   
}
	
	.hilight
{color:#fff;
font-size:25px;
text-transform:uppercase;
 text-shadow: 2px 2px 4px #000000;}

.logo_font
{color:#fff;
font-size:25px;
padding:30px;
text-align:center;
font-family: 'Poppins-Regular';
top: 221px;
position: relative;
 text-shadow: 2px 2px 4px #000000;
}	

.banner_txt {
    color: #ffea00;
    font-family: 'Poppins-Regular';
    padding-left: 15px;
    font-size: 20px;
    position: relative;
    top: -840px;
	 text-shadow: 2px 2px 4px #000000;
}

.news-item 
{
	margin-top:20px;
	
	}
.news-item img{
    
    height: 380px;
    margin-bottom: 15px;
}

.banner{
	min-height:300px;

	background-size:cover;
	margin-top:116px;
}
.banner img{
	min-height:300px;
}
.banner-1 {
    min-height: 300px;
   
    background-size: cover;
	margin-top:116px;
	width:100%;
	
}

.banner-1 img{
	min-height:250px;
	width:100%;
}

.latest-pt h1{
    font-size: 36px;
    margin-bottom: 65px;
    color: #000;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
	height:120px;
}
	}
	
	