@import url('https://fonts.googleapis.com/css?family=Roboto:400,700');

body{
    margin: 0;
    padding: 0;
    list-style: none;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
	line-height: 1.6;
	overflow-x: hidden;
}
.mt50{
    margin-top: 50px;
}
.navbar-header {
    display: none;
}
.header{
    margin:0;
    padding: 10px 0;
    background: #ffffff url('../img/header-bg.png') repeat right top;
    -webkit-box-shadow: 0px 10px 5px -7px rgba(0,0,0,0.61);
    -moz-box-shadow: 0px 10px 5px -7px rgba(0,0,0,0.61);
    box-shadow: 0px 10px 5px -7px rgba(0,0,0,0.61);
}

.container1 {
   width: 65%;
    margin: 0 auto;
    display: flex;
	    align-items: center;
    justify-content: center;
}
.add-right {
    float: left;
}
.add-right a {
    color: #ee1d24 !important;
    font-size: 24px;
    font-weight: 700;
    margin-left: 10px;
	font-family: 'Roboto', sans-serif;
}
.add-right {
    float: right;
}
.add-right img {
    display: inline-block;
}
.logo {
	  margin-top: 10px;
}

.row1 {
	    display: inline-block;
    width: 90%;
}

.right-side{
	width:100%;
	    margin-top: 10px;
}

.left-side {
	width: 100%;
}
 

.nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    background-color: transparent;
}
.nav-new{
    background: #ec1e26 url('../img/nav-bg.png') repeat-x right top;
    border: none;
    border-radius: 0px;
    height: 56px;
    margin-bottom: 0;
    -webkit-box-shadow: 0px 10px 5px -7px rgba(0,0,0,0.61);
    -moz-box-shadow: 0px 10px 5px -7px rgba(0,0,0,0.61);
    box-shadow: 0px 10px 5px -7px rgba(0,0,0,0.61);
    z-index:9;
}
.logo-img{
    visibility: hidden;
}
.phone-img{
    visibility: hidden;
}
.navbar-nav-new {
    width: 100%;
    text-align: center;
}
.navbar-nav-new li {
    display: inline-block;
    float: none;
}
.navbar-nav-new li a {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 27px;
    display: block;
    width: 100%;
    padding: 15px 13px;
}
.navbar-nav-new li a:hover, .navbar-nav-new li.active {
    background: #231f20;
    color: #fff;
}
.navbar-nav > li > .dropdown-menu {
    background-color: #ec1e26;
    border: 0;
    padding: 0;
}
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background-color: #231f20;
}
.navbar-nav-new .dropdown-menu li {
    display: block;
}
.navbar-nav-new .dropdown-menu li a {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 27px;
    display: block;
    width: 100%;
    padding: 15px 22px;
}
/*====== Zoom image ======*/

.slider {
	/* display: flex; */
	background-color: #fff;
    width: 100%;
	-webkit-box-shadow: 0px 10px 5px -7px rgba(0,0,0,0.61);
	-moz-box-shadow: 0px 10px 5px -7px rgba(0,0,0,0.61);
	box-shadow: 0px 10px 5px -7px rgba(0,0,0,0.61);
}
.edge {
    position:relative;
	padding-left:0px;
	padding-right:0px;
	overflow:hidden;
}
a.cours2{
	overflow:hidden;
}
.slider a.cours2 img {
	width:100%;
	
}
.cours3{
    position:absolute;
    top:0;
    opacity:1;
    color:white;
    width: 100%;
    height:100%;
    background: rgba(0, 0, 0, .5);
    -webkit-box-shadow: inset -9px -9px 5px -7px rgba(0,0,0,0.58);
    -moz-box-shadow: inset -9px -9px 5px -7px rgba(0,0,0,0.58);
    box-shadow: inset -9px -9px 5px -7px rgba(0,0,0,0.58);
	display: flex;
	align-items: center;
	justify-content: center;
}
.cours3 h2 {
    font-size:28px;
    text-align:center;
    color:#fff;
	margin: 0;
    width:100%;
    text-transform: uppercase;
    font-weight: 700;
}
a.cours2:hover .cours3 {
    opacity:0;
    top:0px;
    transition:1s;
}
a.cours2:hover .hover{
    transform:scale(1.3);
    transition:1s;
}
.cou:hover{
    background-color:transparent !important;
    color:rgb(237,78,110) !important;
    border:1px solid rgb(237,78,110) !important;
}


/** slider close**/
.contant, .contact_list{
    padding:20px 0;
    background-color:#fff;
}
.blue-box {
    background-color:#005a90;
    margin-bottom:10px;
}
.blue-box a {
    color:#fff;
    font-weight:700;
    font-size:26px;
	line-height: 1.3;
    display:block;
    text-decoration:none;
    text-transform: uppercase;
}
.tuckbg {
    padding:50px 35px;
    background: #000 url('../img/special-bg.png') no-repeat 0px 0px;
    background-size: cover;
    text-align:left;
}
.tuckbg .glyphicon {
    position: absolute;
    top: 20%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-left: 50px;
    font-size: 36px;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.expressbg {
    color: #fff;
    background-color: #b20f15;
    text-align: center;
    padding:50px 35px;
}
.expressbg p {
  font-size: 18px;
  font-weight: 700;
  text-align: left;
}
h1.contant-header {
    font-size: 28px;
    color: #ee1d24;
    margin: 1% 0;
    line-height: 46px;
    /* text-align: left; */
    font-size:26px;
    font-weight: 700;
}
h2.contant-header {
    font-size: 28px;
    color: #ee1d24;
    margin: 1% 0;
    line-height: 46px;
    /* text-align: left; */
    font-size:26px;
    font-weight: 700;
}
.contant-text {
  padding-right: 50px;
}
.contant-text p {
    color: #666;
    font-size: 14px;
    line-height: 23px;
}
.operator-cont {
    padding: 20px 0;
    background-color: #e1e1e1;
}

footer {line-height:12px; margin:25px auto;}
a.footerlink:link, a.footerlink:visited, a.footerlink:active{text-decoration:underline; font-family:'Roboto', sans-serif;font-size:13px; color:#fff;}
a.footerlink:hover {text-decoration:none; font-family:'Roboto', sans-serif;font-size:13px;}

.sub-footer,.sub-footer2 {
	display: inline-block;
	padding: 0 15px;
}

.footertext{width: 100%;font-family:'Roboto', sans-serif;font-size:13px; color:#fff;}

.smallfootertext{font-family:'Roboto', sans-serif;font-size:10px; color:#fff;}

.divfooter {text-align:center; margin:0 auto; color:#fff;}
.container2 {    width: 60%;
    text-align: center;
    display: inline-flex;
    margin: 0 auto;
    align-items: center;
    align-content: center;
}

.right-side-foot {
	    width: 100%;
}
.footer{
	background: #b8151b url('../img/footer-bg.jpg') repeat 0px 0px;
    padding: 30px 0;
    color:#fff;
    max-width: 100%;
	    margin: 0 auto;
	text-align: center;
} 
.footer-text h5 {
    font-size: 13px;
    color: #fff;
}
.footer-text p {
    font-size: 12px;
    color: #fff;
}
.sub-footer p, .sub-footer2 p, .sub-footer a, .sub-footer2 a {
    font-size: 12px;
    color: #fff;
    text-align: left;
    text-decoration: none;
	line-height: 18px;
}
.sub-footer a:hover, .sub-footer2 a:hover {
    text-decoration: underline;
}
.sub-footer h6, .sub-footer2 h6 {
    font-size: 16px;
    color: #fff;
    text-align: left;
    font-weight: 700;
}
.sub-footer img {
	  margin-right:10px;
}
.navbar-toggle{
    border-color: transparent;
    margin-top: 28px;
    margin-right: 20px;
    z-index: 99;
}
.navbar-toggle .icon-bar{
    display: block;
    width: 36px;
    height: 5px;
    border-radius: 1px;
    background: #ed1d25;
}
.logo img {
    text-align: center;
    display: inline-block;
	min-width: 200px;
}
.masthead{
	padding: 15px 0;
	width: 100%;
	background-color: rgba(235, 235, 235, 0.753);
}
.masthead h1{
	color: #231f20;
	margin: 0;
	font-weight: 400;
}
.expressLogo {
    max-width: 300px;
	width: 100%;
	height: auto;
    margin: 10px auto;
}
/*==========================
   Sandhill Documention Code 
==========================*/
/* ---- owl-slider ---- */
.scrolling-wrap {
    width: 100%;
    height: 90px;
    overflow: hidden;
  }
  
  .scrolling {
    width: 100%;
    height: 92px;
  }

a.footerlink:link, a.footerlink:visited, a.footerlink:active{text-decoration:underline; font-family:'Roboto', sans-serif;font-size:13px;color:#fff;}
a.footerlink:hover {text-decoration:none; font-family:'Roboto', sans-serif;font-size:13px;}

.footertext{font-family:'Roboto', sans-serif;font-size:13px; color:#fff;}

.smallfootertext{font-family:'Roboto', sans-serif;font-size:10px; color:#fff;}

.divfooter {/*width:450px;*/ text-align:center; margin:0 auto;max-width:100%;}

/*===========================
End Sandhill Documention Code 
============================*/
/*=============================
    Start contact form
==============================*/

.formFieldIndicator {
    color: #b8151b;
    padding: 10px 0;
}

.cform {
    padding: 20px 0;
}

.cform h3 {
    color: #005a90;
}

.cform .form-control {
    height: auto;
    border-radius: 2px;
    margin-bottom: 10px;
    border: 1px solid #000;
    box-shadow: none;
}

.form-control-feedback {
    right: 10px;
    font-size: 10px;
    color: #b8151b;
}

input[type=text],
input[type=email],
select.form-control,
textarea.form-control {
    background-color: #f4f4f4;
}

label.feedbackMedium {
    font-weight: bold;
    color: #232323;
}

.lead-button {
    font-weight: 700;
    max-width: 300px;
    text-transform: uppercase;
    border-width: 1px;
    border-style: solid;
    border-color: #ec1e26;
    border-radius: 0;
    -webkit-border-radius: 0;
    background-color: #ec1e26;
    color: #fff;
    text-align: center;
    font-size: 18px;
    padding: 10px 30px;
    display: block;
    margin: 10px auto;
}

.lead-button:hover {
    background-color: #b8151b;
    color: #fff;
    text-decoration: none;
}
.contact_list li {
    margin-bottom: 20px;
}
.contact_list strong {
    font-size: 16px;
}
.contact_list a {
    color: #000;
}
.contact_list a:hover {
    color: #ec1e26;
}
.categorybox {
    float: left;
    width:100%;
    margin: 0 0 0 0;
    box-sizing: border-box;
    height: 180px;
    margin-bottom: 8%;
    position: relative;
    overflow: hidden;
    background-position: center center;
    background-size: cover!important;
}
.categorybox:hover::after {
    opacity: .8;
    background: #ee1f24;
}
.categorybox .categorybox-title {
    text-align: center;
    width: 90%;
    position: absolute;
    top: 40%;
    left: 7%;
    font-size: 18px;
    color: #fff;
    line-height: 1em;
    margin: 0 0 0 0;
    text-transform: uppercase;
    z-index: 9;
}
.categorybox::after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .4;
    transition: .3s all;
    display: block;
}


/*=============================
    End contact form
==============================*/


/*** MEDIA QUERIES ***/
@media only screen and (max-width: 1317px) {
	
	.container1 {
	width: 90% !important;
		}
	
	.container2 {
		width: 90% !important;
	}
	
}


@media only screen and (max-width: 1199px) {
  .navbar-nav-new li a {
    font-size: 14px;
    padding: 15px 4px;
  }
  .add-right a {
    font-size: 22px;
  }
}
@media only screen and (max-width: 992px) {
  .navbar-nav-new {
      margin-left: 0;
  }
  .add-right{
    margin-left: 10%;
  }
  .add-right a {
    font-size: 21px;
  }
  .navbar-nav-new li a {
    font-size: 10px;
    padding: 15px 2px;
  }
  .cours3 h2 {
      font-size: 20px;
  }

}

@media only screen and (max-width: 967px) {
	.add-right img {
		height: 20px;
	}
	
	.add-right a {
    font-size: 20px;
	}
}

@media only screen and (max-width: 891px) {
	.footer-text {
		    width: 80%;
    margin: 0 auto;
    margin-top: 40px;
	}
	
	.container2 {
		display: inline-block;
		width: auto !important;
	}
	.sub-footer, .sub-footer2 {
		display: inline-block;
		text-align: left !important;
	}
	
	
}


@media only screen and (max-width: 767px) {
  .contant-text {padding-right: 0;}
	h2.contant-header {text-align: center;}
	.contant img {margin: 0 auto;}
  .nav-new{
    background: none;
  }
  .logo-img{
    visibility: visible;
    padding:0px;
    position: absolute;
    top: 22px;
    left: 23%;
  }
  .logo-img img {
    width: 70%;
  }
  .phone-img{
    visibility: visible;
    padding:0px;
    position: absolute;
    top:30px;
    left: 4%;
  }
  .phone-img img {
	  width:100%;
  }
  .nav-new{
    height: 93px;
    z-index: 10;
  }
  .nav-collapse{
    padding: 5px 0 0 0;
    margin-right: 0;
	box-shadow:none;
  }
  .navbar-nav-new {
      background: #ed1d2a;
  }
  .text-icon {
    font-size: 12px;
    font-weight: 700;
    color: #252c62;
  }
  .contant-text p{
    text-align: center;
  }
  .footer-text{
    text-align: center;
  }
  .navbar-collapse.in {
      overflow-y: inherit;
  }
  .navbar-nav-new li {
    display: block;
    float: none;
	}
  .navbar-nav-new li a {
	  text-align: center;
  }
  .navbar-nav-new li a:hover, .navbar-nav-new li a.active {
      color: #fff !important;
      background: #231f20;
  }
  .navbar-header {
    display: block;
    }
  .sub-footer img {
	  margin: 0 auto;
  }
  .sub-footer p {
	  display:inline;
  }
  .currency-capital-price-container {
        margin-bottom: 20px;
  }
  .currency-capital-price-container img {
    float: left;
    margin-left: 0px;
    }
    
}

@media only screen and (max-width: 480px) {
    a.cours2 {
        -webkit-box-shadow: -1px 9px 11px -4px rgba(0,0,0,0.75);
        -moz-box-shadow: -1px 9px 11px -4px rgba(0,0,0,0.75);
        box-shadow: -1px 9px 11px -4px rgba(0,0,0,0.75);
    }
	.contant-text h5 {
		text-align:center;
	}
	.logo-img{
        left: 25%;
        top: 28px;
	}
	.contant h2.contant-header, .contant .contant-text {
        text-align:center;
        padding-right: 0;
    }
    .sub-footer, .sub-footer2 {
        margin-bottom: 20px;
    }
	
	.contant-text li {
		text-align: left;
	}
}
@media only screen and (max-width: 441px) {
	.add-right {
		display: none;
	}
}
