/* CSS Document */
/*
Theme Name: Bradford Education Consultancy		
Theme URI:http://www.bradford.edu.np/
Description: full responsive website!
Tags:responsive, bootstrap, bradford CMSMS theme, template for abroad study .
Copyright: bradford education consultancy - 2018 : All Rights Reserved.
*/

@charset "utf-8";

/*::::::::::::::::::::::FONTS IMPORT:::::::::::::::::::::::*/
@import url(http://fonts.googleapis.com/css?family=Oswald:300,400,700);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,600,700,300,800);
@import url(http://fonts.googleapis.com/css?family=Black+Ops+One);
@import url(https://fonts.googleapis.com/css?family=Poiret+One&subset=latin,latin-ext,cyrillic);
@import url(https://fonts.googleapis.com/css?family=Abril+Fatface&subset=latin,latin-ext);
@import url(https://fonts.googleapis.com/css?family=Bevan);
@import url(https://fonts.googleapis.com/css?family=Wire+One);
@import url(http://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500italic,700,500,700italic,900,900italic);
/*::::::::::::::::::::::FONTS IMPORT:::::::::::::::::::::::*/

/* =============================== SELECTION ============================================== */
::selection {
  background:#DF232D; /* WebKit/Blink Browsers */
  color:#FFFFFF;
}
::-moz-selection {
  background:#DF232D; /* Gecko Browsers */
  color:#FFFFFF;
}
::-webkit-selection {
  background:#DF232D; /* Gecko Browsers */
  color:#FFFFFF;
}
/* ================================ ./- SELECTION ============================================= */
*{
margin:0;
Padding:0;}
.clear { clear: both; }

hr{
border:none !important;
}

.nopadding {
   padding: 0 !important;
   margin: 0 !important;
}

/*============== BODY ===================*/

html, body {
width:100%;
height:100%;
font-family: 'Roboto', sans-serif;
color:#565656;
background:#ffffff;
margin:0 auto;
font-size:15px;
font-weight:400;
line-height:140%;
-webkit-font-smoothing: antialiased;
}

body a{
	transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  -moz-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  -ms-transition: 0.5s all ease;
}

body > section {
  padding: 0px 0;
}

#wrapper{
	margin:0 auto;
	width:90%;
	position: relative;
	box-shadow: 0 5px 15px 0 rgba(31, 73, 125, 0.3);	
-webkit-box-shadow: 0 5px 15px 0 rgba(31, 73, 125, 0.3);	
-moz-box-shadow: 0 5px 15px 0 rgba(31, 73, 125, 0.3);
border-top:2px solid #FBFBFB;		
}


@media(max-width:1200px) {
 
#wrapper{
	width:100%;
	box-shadow: none;	
-webkit-box-shadow: none;	
-moz-box-shadow: none;
}

}

/*============== -/. BODY ===================*/
/*
 * Heading (h1, h2, h3, h4, h5, h6)
 */

h1,h2,h3,h4,h5,h6{
  font-weight:400, 800, 700, 600, 300, 300italic, 400italic, 600italic, 700italic, 800italic; 
}

h1{
  font-size: 36px;
  color:#565656;
	line-height:44px;
  margin:0px 0px 0px 0px; padding:0px;
	font-weight:800;
	
font-family: 'Roboto', sans-serif;
   
}

h2{
  font-size: 24px;
  color:#565656;
font-weight:100;
font-family: 'Roboto', sans-serif;
}

h3{
  font-size: 16px;
  color: #565656;
  font-weight:400;
  line-height: 24px;
}

h4{
   font-size: 24px;
  color:#565656;
font-weight:400;
font-family: 'Roboto', sans-serif;
  
}

a {
  color: #DF232D;
  transition: 0.5s;
}

a:hover, a:active, a:focus {
  color: #EEDC11;
  outline: none;
  text-decoration: none;
}


blockquote {
border-color:#DF232D;
background:#FEFEF4;
}


/*------------------ABBR---------------*/

abbr[title] {
    border-bottom: 1px dotted;
	background:#EC0605;
}

abbr {
    position: relative;
    border:none;
}
abbr:hover::after {
    opacity:1;
}
abbr::after {
    position:absolute !important;
    opacity:0;
    height:auto;
    width:100%;
    top: -50px;
    color:#FFFFFF !important;
    left: 0;
    display: block;
    padding: 1em;
    background: #565656;
    border-radius:2px;
    content: attr(title);
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition:1s;
}

/*---------------/. ABBR---------------*/



/*++++++++++++++++++++ BRADFORD ++++++++++++++++++++++++++++++++++*/
/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
  background: #fff;
  padding: 10px 0;
  border-bottom: 1px solid #eee;
  font-size: 14px; letter-spacing:0.5px;
  font-family: 'Roboto', sans-serif;
  z-index:11;
}

.contact-info a {
  line-height: 1;
  color: #555; 
  font-family: 'Roboto', sans-serif;
}

.contact-info a:hover {
  color: #DF232D;
}

.contact-info i {
  color: #DF232D;
  padding: 4px;
}

.contact-info .fa-phone {
  padding-left: 20px;
  margin-left: 20px;
  border-left: 1px solid #e9e9e9;
}

.social-links a {
  color: #555;
  padding: 4px 12px;
  display: inline-block;
  line-height: 1px;
  border-right: 1px solid #e9e9e9; 
  float:right;
}

.social-links a:hover {
  color: #DF232D;
}

.social-links a:first-child {
  border-right: 0;
}


/*-----------------------------*/
.img-portfolio {
    margin-bottom: 30px;
}

.img-hover:hover {
    opacity: 0.8;
}


.transparent-bg {
  background-color: transparent !important;
  margin-bottom: 0;
}

/*++++++++++++++++++HEADER++++++++++++++++++++++++++++++++++++*/

.top-header-contact-account {
  width: 51%;
  float: right;
    margin-top: 15px;
}
ul.support li, ul.support-right li {
  display: inline-block;
  margin: 1em 0 0em 0em;
  text-align:right;
}
ul.support li a, ul.support li span, ul.support-right li a {
  font-size: 12px;
  text-decoration: none;
  color: #565656;
    vertical-align: bottom;
font-weight:700;
}
ul.support li i, ul.support-right li i {
  background: url(../images/msg.png) 0px 0px;
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 6px 0 0;
}
ul.support li i.tele-in{
	  background: url(../images/call.png) 0px 0px;
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 4px 0 0;
}
.top-header-left{
	float:left;
	padding-top:0px;
	width:49%;
}
.top-header-right{
  float: right;
}
.top-left{	
float:left;		
}
.top-left-nano{
	float:left;
display: inline-block;
	vertical-align:middle; position: relative;
}
.top-left-nano li{
list-style:none;
display:inline;
margin:0px 5px 0px 0px;
color:#565656; 
	font-size:12px;
	font-family: 'Oswald', sans-serif;
	font-weight:400;
	letter-spacing:0.5px !important; 
line-height:25px;
}


.top-right-nano{
	float:right;
	display: inline-block;
	vertical-align:middle; position: relative;
}
.top-right-nano li{
list-style:none;
display:inline;
margin:0px 0px 0px 10px;
color:#565656; 
	font-size:12px;
font-family: 'Oswald', sans-serif;
	font-weight:400;
	letter-spacing:0.5px !important; 
	line-height:25px;	
}



.top-right li{
  float: right;
  display:inline-block;
  text-decoration:none !important;
  margin-right:10px;
  list-style: none;
}

.lic{
font-size:13px;
margin-top:15px; 
margin-left:15px; 
list-style: none;
font-family: 'Oswald', sans-serif;
font-weight:lighter;
letter-spacing:1px;
text-transform:uppercase;
color:#565656;
float:left;
border-bottom:0px solid #565656;
}
.lang li{
list-style:none !important;
display:inline-block;
background:transparent !important;
padding:12px 15px !important;
float:right;
transition: background 0.5s ease, padding 2.8s linear;
border-left:1px solid rgba(0,0,0,0.06);
font-size:18px;
}
li.lang-r{
border-right:1px solid rgba(0,0,0,0.06);	
}
.lang li:hover{
background:#DF232D !important;
color:#FFF !important;
}

.lang a{
color:#fbfbfb !important;
}


.lang a:hover{
color:#FFF !important;
}

@media screen and (max-width: 480px){

.lang{
display:none !important;
}
.lang span a{
display:none !important;
}

}


/*=========== GOOGLE LANGUAGE TRANSLATE =================*/

.lang-sel {
	float:right;	
}

.lang-sel select {

}

.lang-sel #google_translate_element .goog-te-gadget-simple {
	background-color: #EDF1F2 !important;
	border:none;
color:#565656; 
	font-size:13px;
	font-family: 'Oswald', sans-serif;
	font-weight:lighter;
	letter-spacing:1px !important; 
vertical-align:middle;
	border: 0px solid #CCC;
	margin: 0px 0px 0px;
}

.lang-sel #google_translate_element .goog-te-gadget-simple .goog-te-menu-value {

}
.lang-sel #google_translate_element .goog-te-gadget-simple a {
	color:#565656;
}
.lang-sel #google_translate_element .goog-te-gadget-simple a span {

}
.lang-sel #google_translate_element .goog-te-gadget img {

}


/*=========== ./- GOOGLE LANGUAGE =================*/


/*==============================================
                 start-main-header
 ===============================================*/
 
.membership-logo{
margin-top:3px;
width:100%;
 }
 
.membership-logo li{
margin-right:1px;
margin-bottom:1px;
list-style:none;  float:left;
border:1px solid rgba(0,0,0,0.1);  
display:inline-block;
}
 
 .membership-logo li img{
 height:40px;
 width:auto;
 }
 .membership-logo li img:hover{
 
  -o-filter:contrast(110%);
 -webkit-filter: contrast(110%);
   -moz-filter: contrast(110%);
  filter: contrast(110%); 
  -ms-filter:contrast(110%);
  
  }
  
  
.membership-logo li span{




} 
 

/*++++++++++++++++++ BODY BACKGROUND SECTION ++++++++++++++++++++++++++++++++++++*/

.cover{
background:#ffffff;
padding-top:40px;
}

.colorbg{
background:#ffffff;
}

/*=========================================INNER PAGE=========================================*/




.linkroot{
font-size:13px;
font-weight:300;
font-family: 'Roboto', sans-serif;
text-align:right;
color:#565656;
margin-bottom:10px;
font-style:italic;
}

#search{
float:right;
margin-bottom:20px;
}

div#search input{
background:rgba(255,255,255,0.5) !important; 
padding:5px;
font-size:13px;
font-weight:400;
color:#565656;
border:1px solid rgba(255,255,255,0.6) !important;
box-shadow:none;
border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
-khtml-border-radius: 3px;
		margin-bottom:10px;
}

div#search input.search-button{
background:#DF232D !important;
transition: all 1.0s ease, padding 2.8s linear;
padding:5px 10px;
font-size:14px;
font-weight:400;
color:#FFFFFF;
font-family: 'Oswald', sans-serif;
box-shadow:none;
border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-khtml-border-radius: 3px;
	border:1px solid #DF232D !important ;
	text-transform:uppercase;
	letter-spacing:1px;
}
div#search input.search-button:hover{
background:#EEDC11 !important; 
border:1px solid #EEDC11 !important ;
border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-khtml-border-radius: 3px;
color:#FFF !important;
}
div#search label{
background:none;
font-size:14px;
font-weight:400;
color:#565656;
display:block;
margin-bottom:5px; display:none !important;
width:100%;
}

.con-inner{
margin-bottom:50px;
margin-left:0px;
}



/*   Inner Page Title    */

.title-bg-color{
background:#DF232D;
}
.title-bgimg{
height:200px;
width:100%;
position:relative;
 /*display: table-cell;*/
    vertical-align: middle;
	bottom:-21px; 	padding:20px 0px;
}

.titlehouse { 
  text-align: center; 
font-size:50px;
line-height:140%;
color:#ffffff;
font-weight:100;
font-family: 'Roboto', sans-serif;
letter-spacing:1px;
text-transform:none;
-webkit-font-smoothing: antialiased !important; 
}

/*   ./- Inner Page Title    */


.breadcrumb, .breadcrumb li{
font-size:13px;
font-family: 'Roboto', sans-serif;
text-decoration:none !important;
font-weight:400;
color:#ccc;
text-align:center;
background:none !important;
line-height: 130%; letter-spacing:0.5px;
}
.breadcrumb a{
font-size:13px;
font-weight:400; letter-spacing:0.5px;
font-family: 'Roboto', sans-serif;
color:#DF232D;
}
/*=========== CONTENT ABOUT US =============*/

.bf_aboutus{
background:transperent;
text-align:justify;
font-weight:normal !important;
}

.bf_aboutus h3{
font-size:20px;
font-weight:bold;
line-height: 140%;

}

.bf_aboutus h3:after{
transition: all 0.5s ease, padding 2.8s linear;
	-ms-transition: all 0.5s ease, padding 2.8s linear;
	-webkit-transition: all 0.5s ease, padding 2.8s linear;
	-moz-transition: all 0.5s ease, padding 2.8s linear;
	-o-transition: all 0.5s ease, padding 2.8s linear;
content:"";
width:30px;
height:32px;
border-bottom:2px solid #EEDC11;
  position: absolute;
  left:0;
  z-index:1;
  margin-left:15px;
}

.bf_aboutus h3:hover:after{
width:35px;
}



.bf_aboutus li{
list-style:none; 
line-height:140%;
padding:3px 0px;
border-bottom:1px dashed rgba(0,0,0,0.1);
}
.bf_aboutus li:hover{
color:#DF232D;
}
.bf_aboutus li em{
color:#EEDC11;
margin-right:10px;
}

.bf_aboutus img{
float:right !important;
margin-left:20px;
text-align:justify;
max-width:65%;
height:auto;
margin-bottom:10px;
}

@media (max-width:767px){

.bf_aboutus img{
float:left;
margin-left:0px;
text-align:justify;
max-width:100%;
width:100%;
}


}
/*     BRADFORD INNER PAGE CONTROL         */

.apollo_aboutus{
font-weight:normal !important;
}

.apollo_aboutus h3{
font-size:20px;
font-weight:bold;
line-height: 140%;

}

.apollo_aboutus h3:after{
transition: all 0.5s ease, padding 2.8s linear;
	-ms-transition: all 0.5s ease, padding 2.8s linear;
	-webkit-transition: all 0.5s ease, padding 2.8s linear;
	-moz-transition: all 0.5s ease, padding 2.8s linear;
	-o-transition: all 0.5s ease, padding 2.8s linear;
content:"";
width:30px;
height:32px;
border-bottom:2px solid #EEDC11;
  position: absolute;
  left:0;
  z-index:1;
  margin-left:15px;
}

.apollo_aboutus h3:hover:after{
width:35px;
}



.apollo_aboutus li{
list-style:none; 
line-height:140%;
padding:3px 0px;
border-bottom:1px dashed rgba(0,0,0,0.1);
}
.apollo_aboutus li:hover{
color:#DF232D;
}
.apollo_aboutus li em{
color:#EEDC11;
margin-right:10px; position:relative;
}


/*==================== I WIDGET=====================*/

.i-widget {
  margin: 20px 0px;
  padding-left: 0;
  list-style:none;
 display: inline-block;
  margin-right:0px;
}

.i-widget li{
  float:none;
  margin-bottom:5px;
  display: inline-block;
}

.i-widget li a {
  background:#f5f5f5;
  border-radius: 4px;
  color: #888;
  display: inline-block;
  padding: 5px 15px;
}

.i-widget li a:hover{
  background:#565656;
  color: #FFFFFF;
}

/*==========================================*/
 /* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */
 .logo{
	 margin:5px 0px;
    transition: all 0.5s ease, padding 2.8s linear;
}
 
img{
 -o-filter:contrast(105%);
 -webkit-filter: contrast(105%);
   -moz-filter: contrast(105%);
  filter: contrast(105%); 
  -ms-filter:contrast(105%);
 }
 
 @media (max-width: 768px) {
  .logo img {
    max-width:90% !important;
	margin:5px auto;
  }
  
 #header-bg{
background:#FFFFFF !important;
padding: 20px 0;
}

#topbar .contact-info {
display:none !important;
	
}

}

.header-bg{
background:transparent !important;
display: block;
height: auto;
width:100%;
margin-top:0px;
padding:5px 0;
vertical-align:center;
/*
backface-visibility: hidden; */
}

/*=============*/



/*------ /.CUSTOMIZE THE NAVBAR----------------- */
/*==================================================*/
a.btn-primary {
color:#FFFFFF;
background:#565656;
transition: background 1.0s ease, padding 2.8s linear;
	border:1px solid #565656; 
}
a.btn-primary:hover {
color:#565656;
	border:1px solid #FFFFFF; 
	background:#FFFFFF;
}


a.btn-default{
font-family: 'Oswald', sans-serif;
font-size:13px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.1em;
	background:#DF232D !important;
	color:#fff !important;
	border:1px solid #DF232D !important;
	transition: all 1.5s ease, padding 2.8s linear;
	-webkit-transition: all 1.5s ease, padding 2.8s linear;
	-moz-transition: all 1.5s ease, padding 2.8s linear;
margin-left:20px;
}
a.btn-default:hover{
	background:#f6f6f6 !important; border:1px solid #f6f6f6 !important;
	color:#565656 !important;
}
/*==================================================*/

.onlinerow img{
border-radius:0px 0px 8px 8px;
-moz-border-radius:0px 0px 8px 8px;
-webkit-border-radius:0px 0px 8px 8px;
margin:20px auto;
	
	
	-webkit-filter: contrast(125%);
   -moz-filter: contrast(125%);
  filter: contrast(125%);
  transition: 2.0s ease, padding 2.8s linear ;
}

.onlinerow img:hover{
  -webkit-filter: grayscale(70%);
 -moz-filter: grayscale(70%);
  filter: grayscale(70%);
   -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}


/* Carousel Slider
============================================== */
.item img {
	width:100%;
	height:auto;
}


/*===== OWL DEMO SECTION =======*/



/*=======*/
#owl-demo a{
background:none;	
	width:100%;
	display:block;
	z-index:100;
	text-decoration:none;
	
	   -webkit-transition: all 0.3s ease;
     -moz-transition: all 0.3s ease;
       -o-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
          transition: all 0.3s ease;
}
#owl-demo a:hover{
text-decoration:underline;	
}

/*=======*/
#demotwo a{
background:none;	
	width:100%;
	display:block;
	z-index:100;
	text-decoration:none;
	
	   -webkit-transition: all 0.3s ease;
     -moz-transition: all 0.3s ease;
       -o-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
          transition: all 0.3s ease;
}
#demotwo a:hover{
text-decoration:underline;	
}

/*=== BEC UNIVERSITY LIST ====*/



.bec-download{
width:100%;
overflow:hidden;
}

#bec-university{
padding-bottom:20px ;
background:transparent;
width:100%;
}

.bec-university-list {
padding-top:0px ; margin-bottom:3px; 

-webkit-transition: all 1.0s ease;
-moz-transition: all 1.0s ease;
-o-transition: all 1.0s ease;
transition: all 1.0s ease !important; 
transition-timing-function: linear !important;
}

.bec-university-list:hover a{
opacity:0.5;
}

.bec-university-list:hover li:hover a:hover{
opacity:1.0 !important;
}
a.om_2 {
opacity:1.0 !important;
}

.bec-university-list a{
-webkit-transition: all 1.0s ease;
-moz-transition: all 1.0s ease;
-o-transition: all 1.0s ease;
transition: all 1.0s ease !important; 
transition-timing-function: linear !important;
}

.bec-university-list li{
display:inline-table;
text-decoration:none; 
list-style:none; 
}


.bec-university-list li img{
width:95% !important;
height:auto !important;
border:2px solid #ddd; background:#FBFBFB;
padding:5px;
margin:5px;
-webkit-transition: border 0.3s ease;
-moz-transition: border 0.3s ease;
-o-transition: border 0.3s ease;
-ms-transition: border 0.3s ease;
transition: border 0.3s ease;

}
.bec-university-list li:hover img{
border:2px solid #DF232D;
}



 /* OWL-THEME CONTROLS */
.owl-theme .owl-controls{
    margin-top:45px;
}

.owl-theme .owl-controls .owl-buttons div{
    border-radius: 0;
    background: #F52121;
    padding: 15px 20px;
    opacity: 1;
    border: 1px solid transparent;
    transition: all 0.30s linear 0s;
}

.owl-theme .owl-controls .owl-buttons div:hover{
    background: transparent;
    border: 1px solid #F52121;
}

.owl-prev:before,
.owl-next:before{
    content: "\f053";
    font-family: 'FontAwesome';
    color: #DDD;
}

.owl-next:before{
    content: "\f054";
}

@media only screen and (max-width: 480px){
    .owl-theme .owl-controls{
        margin-top: 25px;
    }
	
.bec-download{

}

.bec-university-list{
width:100%; 
}

}



/* =========== OWL THEME =========== */


/*======= TAG - CLOUD ==========*/
.tag-cloud a {
border: 1px solid #eeeeee !important;
background:#f9f9f9;
}


.tag-cloud a:hover {
background:#565656 !important;
}
/*======= TAG - CLOUD ==========*/

/*-------------------menutab-------------------------*/	
			
	
.menutab{
		width:100%;
		overflow:hidden;
		list-style:none;
		margin-bottom:10px;
	}
		.menutab li {
			float:left;
			padding:0 12px 5px 0;
		}
		.menutab li.last {
			padding-right:12px;
		}
			.menutab li a {
				display:block;
				width:400px;
				height:30px;
				background:url(../images/menutab.gif) no-repeat 0 0;
				color:#777777;
				font-size:11px;
				line-height:32px;
				text-transform:uppercase;
				text-decoration:none;
				max-width:100%;
			}
			.menutab li a:hover {
				background-position:0 -30px;
				color:#777777;
			}
				.menutab li a span {
					display:block;
					padding:0px 0px 0 0px;
					overflow:hidden;
					cursor:pointer;
				}
				.menutab li a img {
					float:left;
					margin-right:10px;
				}
				.menutab li a strong {
					font-weight:bold;
					font-size:11px;
					color:#777777;
					text-transform:uppercase;
					letter-spacing: +1px;
					min-height:35px;
					height:auto !important;
					height:35px;
					display:block;
				}
	
	
	li.quick-link {
	}
	
	
	.rupee{
	color:#777 !important;
	overflow-x:auto;
	overflow-y:hidden;
	border:1px solid rgba(0, 0, 0, 0.1);
	}
	
	
.well-c{
background: url(../img/21.png) no-repeat left top;  
padding-left:25px;
margin-left:-20px;
width:100%;
height:auto;
}
.well{background:none !important;
 box-shadow:none !important;
	-webkit-box-shadow:none !important; 
   -moz-box-shadow:none !important;	
   border:none !important;
}
	
/*------------------/.menutab--------------------------*/
	


.pagenumber{
width:100%;
font-size:14px;
color:#565656;
text-align:left;
padding:5px;
background:#;
display:block;
font-weight:400;
padding-left:50px;
padding-top:15px;
line-height:180%;
border:0px solid #eee;
border-radius:10px;
-moz-border-radius:10px;
-webkit-border-radius:10px;
}
.pagenumber a{
color:#565656;
font-weight:400;
margin-left:10px;
background:#eee;
padding:1px 10px;
border-radius:5px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
border:1px solid #D2D2D2;
}
.pagenumber a:hover{
-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.125);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.125);
background:#F0F0F0;
border:1px solid #D2D2D2;
}




/*===================== Current Demands ==================================*/
.demands-scroll{
max-height:500px;
overflow-y:scroll;	
}



.current-demands h4{
color:#DF232D;
font-weight:lighter;
font-size:30px;
line-height: 140%;
font-family: 'Oswald', sans-serif;
letter-spacing:1px;
}

.current-demands h4:after{
transition: all 0.5s ease, padding 2.8s linear;
	-ms-transition: all 0.5s ease, padding 2.8s linear;
	-webkit-transition: all 0.5s ease, padding 2.8s linear;
	-moz-transition: all 0.5s ease, padding 2.8s linear;
	-o-transition: all 0.5s ease, padding 2.8s linear;
content:"";
width:10%;
margin-left:45%;
margin-right:45%; 
height:45px;
border-bottom:3px solid #05B661;
  position: absolute;
  left:0;
  z-index:1;
}

.current-demands h4:hover::after{
width:30%;
margin-left:35%;
margin-right:35%;  
}

.current-demands h4 strong{
font-weight:bold;
}


.news-demands{
text-align:center !important; font-weight:400; 	letter-spacing:0.5px;
	font-size:13px; 	 display:inline-table !important;
	margin-right:2px; margin-top:2px; clear:both;
	margin-bottom:0px; 
	padding:4px 5px;  background:rgba(255,255,255,0.2);
font-family: 'Roboto', sans-serif;
float:left;
transition: all 0.5s ease, padding 2.8s linear;
	-ms-transition: all 0.5s ease, padding 2.8s linear;
	-webkit-transition: all 0.5s ease, padding 2.8s linear;
	-moz-transition: all 0.5s ease, padding 2.8s linear;
	-o-transition: all 0.5s ease, padding 2.8s linear;
border:1px solid #BDBDBD;	
}

.news-demands:hover{
background:#DF232D;
color:#ffffff;		
}


.apply-demands{
	display:inline-table !important;
	margin-left:5px; margin-top:2px;
	padding:3px 15px;  list-style:none;
	background:#05B661; float:left;	
transition: all 0.5s ease, padding 2.8s linear;
	-ms-transition: all 0.5s ease, padding 2.8s linear;
	-webkit-transition: all 0.5s ease, padding 2.8s linear;
	-moz-transition: all 0.5s ease, padding 2.8s linear;
	-o-transition: all 0.5s ease, padding 2.8s linear;
border:1px solid #FBFBFB;
	}
.apply-demands a{
	text-align:center !important; 
	font-weight:400; 	
	letter-spacing:1px;
	font-size:13px; 
color:#ffffff; text-decoration:none;
text-transform:uppercase; 
font-family: 'Roboto', sans-serif;
} 
.apply-demands:hover{
background:#DF232D;
color:#ffffff;		
}


.demands-cover{
	width:100%;
clear:both;
border-bottom:2px dashed rgba(0,0,0,0.2);	
padding:10px 0px;
}

.rbc_projects{
font-size:13px;
font-weight:400;		
}

/*=====================./- Current Demands ==================================*/
	


/*===============MNS MADE SIMPLE====================*/
	
.newsletter-nip 	.cms_form {
	color:#fff !important;
	margin-top:20px;
	text-align:left;
	font-weight:400;
	}
	
	.newsletter-nip .cms_textfield{
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	 box-shadow:none;
	-webkit-box-shadow:none;
   -moz-box-shadow:none;
   border:1px solid #969696;
   color:#565656 !important;
      width:100%;
	  padding:4px 5px;
	}
	
	.newsletter-nip .cms_submit{
	transition: all 1.0s ease, padding 2.8s linear;
	-webkit-transition: all 0.5s ease, padding 2.8s linear;
	-moz-transition: all 1.0s ease, padding 2.8s linear;
	background:#DF232D !important;
	color:#ffffff !important;
	padding:5px 15px;
	 box-shadow:none;
	-webkit-box-shadow:none;
   -moz-box-shadow:none;
   	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
   border:1px solid #DF232D !important;
   float:right;
   letter-spacing: 0.1em;
   font-size:14px;
text-transform:uppercase;
font-family: 'Oswald', sans-serif;
font-weight:400;
	}
	
	.newsletter-nip .cms_submit:hover{
	background:#EEDC11 !important;
	color:#ffffff !important;
	border:1px solid #EEDC11 !important;
	}
/*===============/.MNS MADE SIMPLE====================*/


/* ========== BRADFORD VIDEO POP UP MODULE ============*/

/*
.modal {
    display: none; 
    position: fixed; 
    z-index: 1; 
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%; 
    overflow: auto; 
    background-color: rgb(0,0,0); 
    background-color: rgba(0,0,0,0.4); 
}


.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
}

.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

 .modal-content iframe{
        margin: 0 auto;
        display: block;
    }

	
	*/
	
/*	
.modal-dialog {
      max-width: 800px;
      margin: 30px auto;
  }



.modal-body {
  position:relative;
  padding:0px;
}
.close {
  position:absolute;
  right:-30px;
  top:0;
  z-index:999;
  font-size:2rem;
  font-weight: normal;
  color:#fff;
  opacity:1;
}	
	
	*/
.bs-example{
    	margin: 20px;
    }
    .modal-content iframe{
        margin: 0 auto;
        display: block;
    }	
	
	
	
	
	.modal {
    display: none; 
    position: fixed; 
    z-index: 1; 
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%; 
    overflow: auto; 
    background-color: rgb(0,0,0); 
    background-color: rgba(0,0,0,0.4); 
}


.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
}

.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

 .modal-content iframe{
        margin: 0 auto;
        display: block;
    }

/* ========== ./- BRADFORD VIDEO POP UP MODULE ============*/




.text-primary{
	color:rgba(255,255,255,0.3) !important;
	text-align:center;
	}
	
	
	
	.fa-inverse{
	color:#FA0000;
	transition: color 1.0s ease, padding 2.8s linear;
		border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;

	}
	.fa-inverse:hover{
	color:#DF232D;
	}
	
	.services-pannel{
	padding-bottom:0px;
	transition: color 1.0s ease, padding 2.8s linear;
margin-bottom:20px;
}

.service-inner{
padding:0px 0px 0px 0px;
}	
.services-pannel img{
	float:left;
	width:125px;
	height:auto;
	margin-right:20px;	
	text-align:justify;
	position:relative;
	margin-top:-30px;
}

.bor-10{
border-left:1px dashed rgba(0, 0, 0, 0.09);	
border-right:0px dashed rgba(0, 0, 0, 0.00);
}


.text-muted{
font-family: 'Roboto', sans-serif;
margin-bottom:10px;
line-height: 140%;
color:#ffffff; font-size:15px;
padding:5px 15px !important; 
font-weight:400;
}

.text-muted a{
	color:#ffffff;
padding:10px 10px;
font-weight:700;
display:block;
	}
	
	.text-muted a:hover {
	color:#FBFBFB;
	}


.line-height-btn-lg{
    line-height: 100px;
}	
.margin-left-10{
    margin-left: 10px;
}
.btn-icon-container{
    display: table;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #007ee5;
}
.btn-icon-container-lg{
    display: table;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 8px solid #007ee5;
    -webkit-background-clip: padding-box; /* for Safari */
    background-clip: padding-box
}
.btn-icon-container-lg i{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    color: #007ee5;
    font-size: 28px;
    margin-left: 3px;
}
.line-height-btn-lg{
    line-height: 100px;
}
.btn-icon-container i{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    color: #007ee5;
    font-size: 18px;
}	
	
	
h4.service-heading{
color:#DF232D;
font-weight:bold;
font-size:24px;
line-height: 140%;
font-family: 'Roboto', sans-serif;
letter-spacing:1px;
text-align:center;
}

h4.service-heading b{
font-weight:bold;
font-size:24px;
}

h4.service-heading a:hover{
text-decoration:none !important;
}

h3.service-heading{
color:#ffffff;
font-weight:400;
font-size:20px;
line-height: 140%;
font-family: 'Roboto', sans-serif;
letter-spacing:1px;
text-align:left;
padding-left:15px !important;
}

h3.service-heading:after{
transition: all 0.5s ease, padding 2.8s linear;
	-ms-transition: all 0.5s ease, padding 2.8s linear;
	-webkit-transition: all 0.5s ease, padding 2.8s linear;
	-moz-transition: all 0.5s ease, padding 2.8s linear;
	-o-transition: all 0.5s ease, padding 2.8s linear;
content:"";
width:25px; 
height:35px;
border-bottom:2px solid #fff;
  position: absolute;
  left:0;
  z-index:1;
  margin-left:15px;
}

h3.service-heading:hover::after{
width:35px; 
}


h3.service-heading:hover{
text-decoration:none !important;
}


h3.service-heading strong{
font-weight:bold;
color:#DF232D;
}

/*=============================*/


h4.service-heading a:hover{
text-decoration:none !important;
}

.intro-pec {
margin-top:30px;	
	
}
	
.intro-pec img{
	float:left;
	margin-right:20px;
	width:35%;
	height:auto;
	margin-top:10px;
	text-align:justify;
	border-radius:0;
-moz-border-radius:0;
-webkit-border-radius:0;
}
	
@media (max-width:767px) {
.intro-pec img{
	float:left;
	margin:20px 0px;
	width:100%;
}	
	
	
}	
		
/*=======FOOTER START=====*/

#bottom {
background: #303030;
  border-bottom: 1px solid #f6f6f6;
  font-size: 15px;
  padding-top:10px;
  border-top:0px solid #02190F;
  margin-top:20px;
  color:#C5C5C5;
}
#bottom form{
padding:10px;
border:1px solid #FFFFFF;
background: #f6f6f6;
color:#565656;
font-weight:400;
border-radius:8px;
-moz-border-radius:8px;
-webkit-border-radius:8px;
font-size:13px;
}


#bottom h3 {
  margin-top: 0;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size:18px;
  font-weight:700;
  color: #C5C5C5;
}


#bottom ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#bottom ul li {
  display: block;
  padding: 5px 0;
}

#bottom ul li a {
  color: #C5C5C5;
}

#bottom ul li a:hover {
  color: #FFFFFF;
  text-decoration:underline;
}

#bottom .widget {
  margin-bottom: 0;
}

#footer {
  padding-top: 15px;
  padding-bottom: 15px;
  color: #2D2D2D;
  background: #EEE;
}

#footer a {
  color: #2D2D2D;
}

#footer a:hover {
  color: #565656;
  text-decoration:underline;
}

#footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer ul > li {
  display: inline-block;
  margin-left: 15px;
}


/*=======/.FOOTER END=====*/
/*==================================================MEDIA @ Responsive================================================*/
/*===============table-responsive====================*/
	
.table-responsive
{
    overflow-x: auto;
}
.table-responsive p{
padding:0 0px 0 10px;

}


@media (max-width: @screen-xs) {
	
	
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: scroll;
    border: 1px solid @table-border-color;}
	
	}
	
	
	
.tr-one td{
background:none;
	border:1px solid rgba(0, 0, 0, 0.1);
	padding:20px auto;
	}
	
	
	@media(max-width:767px){
	
	
	.tr-one td{
background:none;
	border:0px solid rgba(0, 0, 0, 0.1);
	}
	
	
	}
	
	
	/*===============/.table-responsive====================*/

@media(max-width:991px) {
    .customer-img,
    .img-related {
        margin-bottom: 30px;
    }
.panel-heading h4, b{
font-size:18px !important;
}
 .header-bg{
 margin-top:0px !important;
}
 .well-c{
background:none !important;  
padding-left:0px !important;
margin-left:0px !important;
}
.top-header-right{
 display:none !important;
 }
 
 } 

/*+++++++++++++++++++++++++++TAB CONTENT++++++++++++++++++++++++++++++++++++*/


.panel-default{
width:100%;
background:none !important;
	 box-shadow:none !important;
	-webkit-box-shadow:none !important; 
   -moz-box-shadow:none !important;	
border:none !important;
}

.panel-body{
border-top:1px dashed rgba(0, 0, 0, 0.2);
width:100%;		
}


.panel-body p{
line-height: 140%;
text-align:justify;
color:#565656;
font-weight:lighter;
}

.media-body h3{
margin-top:0;
font-size:15px;
letter-spacing:0.5px;
font-weight:400;
line-height: 140%;
width:100%;
text-align:left;
position:relative;
color:#565656;
}

.testimonial-new img{
border-radius:3px;
-moz-border-radius:3px;
-webkit-border-radius:3px;
border:0px solid #f1f1f1;
height:auto;
}

.testimonial-new{
	padding:30px 0px 20px 0px;
	
}

a.papu{
background:#565656;	
}

/*========================================*/

.acarousel-controls {
text-align:right;
margin-top:-10px;
margin-bottom:0px;
}
a.acarousel-control {
font-size:16px;
background:#DF232D;
color:#fff;
padding:2px 8px;
}

a.acarousel-control:hover{
background:#f1f1f1;
color:#DF232D;

}

/*+++++++++++++++++++++++++++/. TAB CONTENT++++++++++++++++++++++++++++++++++++*/

/*================================*/

.contactform{
margin-top:0px !important;	
margin-bottom:5px;	
width:100%;
color:#626262;
font-family: 'Roboto', sans-serif;
font-weight: 400 !important;
background:none !important;
}
.contactform fieldset {padding: 1em; background:none !important;
width:90%;
border-radius:6px;
-moz-border-radius:6px;
-webkit-border-radius:6px;
} 
.contactform fieldset legend {font-weight: 400;
font-family: 'Roboto', sans-serif;
} 

.contactform div {width: 100%; padding: 0.25em 0 0.25em 0;
} 
.contactform div label {display: block; width: 90% !important; 
border-radius:6px;
-moz-border-radius:6px;
-webkit-border-radius:6px;

} 
.contactform div.required {color: #f00;
}
.message{width: 100% !important; }
.contactform textarea{
width: 90% !important; 
border-radius:6px;
-moz-border-radius:6px;
-webkit-border-radius:6px;	
}

.contactform textfield{
width: 90% !important; 
border-radius:6px;
-moz-border-radius:6px;
-webkit-border-radius:6px;	
}


.contactform textinput{
width: 90% !important; 
border-radius:6px;
-moz-border-radius:6px;
-webkit-border-radius:6px;
	
}

/*================================*/
.outsourcing-pannel{
	background:none !important;
color:#FFFFFF;	
}
.text-hello{
	color:#FFFFFF;
	line-height: 140%;	
}
.text-hello a{
	color:#FFFFFF;
	font-weight:800;
	line-height: 140%;
}

h4.outsourcing-heading{
color:#FFFFFF;	
line-height: 140%;
font-weight:700;
font-size:18px;	
text-transform:uppercase;
}


/*================================*/
.top-collapse img {
width:225px !important;
height:auto;
padding:10px 0px 5px 0px !important;
float:left;	
z-index:9999 !important;
}	
	
/*====================== BRADFORD KAKE SECTION ==================*/
img.kale:hover{ -moz-transform: scaleX(-1);
        -o-transform: scaleX(-1);
        -webkit-transform: scaleX(-1);
        transform: scaleX(-1);
        filter: FlipH;
        -ms-filter: "FlipH";
		transition: transform 1.5s ease, padding 2.8s linear;
		}
		
/*================= PACKAGE ========================*/	

				.boxgrid h3{
					
					 color:#FFF; font-size:18px;  font-weight:bold;  font-family: 'Oswald', sans-serif;
					text-align:center;
					margin-top:-30px;
					margin-bottom:15px;
					line-height: 140%;
					letter-spacing:0.9px;
				}
				
				.boxgrid h5{
					padding: 0 10px; 
					color:#FFF; 
					font-weight:400; 
					 font-family: 'Oswald', sans-serif;
					text-align:center;
					line-height: 140%;
					font-size:11.0pt;
				}
				
				.boxgrid h4{
					padding: 0 10px; 
					color:#FFF; 
					font-weight:700; 
					 font-family: 'Oswald', sans-serif;
					text-align:center;
					line-height: 140%;
					font-size:11.5pt;
					margin-top:-12px;
				}
				
				
				.boxgrid h5 span{
					
				padding: 0 10px; 
					color:#FFF; 
					font-weight:400; 
					 font-family: 'Oswald', sans-serif;
					text-align:center;
					line-height:100%;
					font-size:10.0pt;	
					
					
				}
				
				
				
				
				
				.boxgrid{ 
				width:100%; 
				height:280px; 
				float:left; 
				overflow: hidden; 
				position: relative; 
				margin:5px auto;
				background:none;
			}
			
			
			
			
			.boxgrid:hover{
border: none; 
				
			}
			
			
				.boxgrid img{ 
					position: absolute; 
					top: 0; 
					left: 0; 
					border: 0; 
					height: 100%;
					width:100%;
					background:none;
					vertical-align: middle;
					float:center; 
					/*opacity:0.6;*/

				}
				.boxgrid p{ 
					padding: 0 10px; 
					color:#FFF; 
					font-weight:400; 
					font-family: 'Roboto', sans-serif;
					text-align:left;
					line-height: 130%;
					font-size:14px;
					
				}
				.boxgrid a{
					
					color:#FFF;
					font-weight:400;
					text-decoration:none;
					font-family: 'Roboto', sans-serif;
				}
				.boxgrid a:hover{
				color:#fff;		
				}
				
			.boxcaption{ 
				float: left; 
				position: absolute; 
				background: rgba( 7, 77, 157, 0.60); 
				height: 100%; 
				width: 100%; 
				/* For IE 5-7 */
				filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
				/* For IE 8 */
				-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
				
				-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	transition: all 0.5s;	
				
 			}
			.boxcaption:hover{
				
				background: rgba( 7, 77, 157, 0.80);
				
			}
			
			
			.nopadding {
   padding: 0 !important;
   margin: 0 !important;
}
	


	.yespadding-l{
padding:0px 1px 0px 1px;		
		}
		
		.yespadding-m{
padding:0px 1px 0px 1px;	
		}
		
		
		.yespadding-r{
padding:0px 1px 0px 1px;	
		}
		
		
	.yespadding-l2{
padding:0px 1px 0px 1px;		
		}
		
		.yespadding-m2{
padding:0px 1px 0px 1px;	
		}
		
		
		.yespadding-r2{
padding:0px 1px 0px 1px;	
		}
			
		
	@media(max-width:480px){
		
	
	.yespadding-l{
padding:0px 0px 0px 0px;		
		}
		
		.yespadding-m{
padding:0px 0px 0px 0px;	
		}
		
		
		.yespadding-r{
padding:0px 0px 0px 0px;	
		}
		
		
	.yespadding-l2{
padding:0px 0px 0px 0px;		
		}
		
		.yespadding-m2{
padding:0px 0px 0px 0px;	
		}
		
		
		.yespadding-r2{
padding:0px 0px 0px 0px;	
		}	
	}
		
		
		
			
			
			
			
			
/*___________________ BRADFORD ________________*/		

.hrc{
					
color:#565656;
font-weight:lighter;
font-size:30px;
line-height: 140%;
font-family: 'Oswald', sans-serif;
letter-spacing:1px;

text-align:left !important;
text-decoration:none !important;
				}
				
.hrc:after{
transition: all 0.5s ease, padding 2.8s linear;
	-ms-transition: all 0.5s ease, padding 2.8s linear;
	-webkit-transition: all 0.5s ease, padding 2.8s linear;
	-moz-transition: all 0.5s ease, padding 2.8s linear;
	-o-transition: all 0.5s ease, padding 2.8s linear;
content:"";
width:100%;
height:47px;
border-bottom:2px solid #DF232D;
  position: absolute;
  left:0;
  z-index:1;
} 
				
				
				
.hrc b{
				font-size:30px;
					font-weight:300;
				color:#565656;
				
				}
				
.hrct{
					font-size:24px;
					font-weight:300;
				color:#EC0605;
				line-height: 140%;
				border-bottom:0px solid #565656;
				border-radius:5px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
text-transform:uppercase;
text-align:center;
background:#FFFFFF;
				}
				
				.hrlr{
					border-top:0px solid #565656;
					margin-top:17px;
				}
				.btn-power{
					background:none !important;
					border:1px solid #0049A4;
					padding:3px 7px;
					text-align:center;
					border-radius:5px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
				}
				
				.btn-power:hover{
					
					border:1px solid #0172FE;
					
				}
				
		.hrct-01{
					font-size:24px;
					font-weight:300;
				color:#FFFFFF;
				line-height: 140%;
				border-bottom:0px solid #565656;
				border-radius:5px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
text-transform:uppercase;
text-align:center;
background:none;
transition: all 1.0s ease, padding 2.8s linear;
				}		
				
				.hrct-01:hover{
				border-bottom:0px solid #003217 !important;	
				border-radius:10px;
-moz-border-radius:10px;
-webkit-border-radius:10px;
					
				}
				.hrlr-01{
					border-top:1px solid rgba(0, 0, 0, 0.01);
					margin-top:17px;
				}
				
				
				
				#main-contact-form{
					
				color:#FFFFFF !important;
					
				}
				
				
/*___________________ BRADFORD ________________*/			
	
.testi{
height:270px;
width:100%;	
margin:2px 0px;	
}
a.mero{
	font-weight:700;
	color:#0152B0 !important;
}
				
				
	
.getintouch-bottom {
background:#565656;	
width:100%;	
color:#FFFFFF !important;	
}
#new-google-map{
	background:#565656;
	width:100%;	
}

/*___________________ BRADFORD ________________*/		

/*________________START APPLY NEW___________________*/			
				
				
.applynew {
	transition: all 0.5s ease, padding 2.8s linear;
	-ms-transition: all 0.5s ease, padding 2.8s linear;
	-webkit-transition: all 0.5s ease, padding 2.8s linear;
	-moz-transition: all 0.5s ease, padding 2.8s linear;
	-o-transition: all 0.5s ease, padding 2.8s linear;
-webkit-filter: grayscale(90%);
   -moz-filter: grayscale(90%);
  filter: grayscale(90%); 
  -ms-filter:grayscale(90%);
padding:2px 3px;  
}

.applynew:hover{
-webkit-filter: grayscale(0%);
   -moz-filter: grayscale(0%);
  filter: grayscale(0%); 
  -ms-filter:grayscale(0%);
transform: scale(1.05);
  -moz-transform: scale(1.05);
   -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
	 -webkit-transform: scale(1.05);  
}

/*=================== BRADFORD LIST GROUP ITEM ====================*/


  .list-group-item.active, .list-group-item.active:hover {
          background: none !important;
		  color:#FFF !important;
		  border:none !important; 
		  font-family: 'Roboto', sans-serif;
		  line-height: 140%;
		  padding:10px;
		  font-size:24px; font-weight:400;
		  
          }
		  
a.list-group-item{

border-top:0px dotted rgba(0, 0, 0, 0.0) !important;
	border-left:none !important;
	border-right:none !important;
	border-bottom:1px dotted rgba(0, 0, 0, 0.3) !important;
	color:#565656;
	font-weight:400;
	letter-spacing:0.5px;
	font-size:15px; background:none !important;
	
}
a.list-group-item:hover{
background:rgba(255,255,255,0.5) !important;
}

#hhrc a.list-group-item {
	border-left:none !important;
	border-right:none !important;
	border-top:none !important;
	color:#565656;
	font-weight:lighter;
	letter-spacing:0.1px; text-align:left !important;
	font-size:14px; background:none !important;
	border-bottom:1px dotted rgba(0, 0, 0, 0.2) !important;
	padding:5px 0px 5px 0px; 	margin-left:15px;
}

#hhrc {
	
	margin-top:10px;
}


#hhrc a.list-group-item:before  {
  margin-top:7px;
font-family: FontAwesome;
        top:0;
        margin-left:-20px;
        padding-right:5px;
        content: "\f0c8";	color:#00DC58;	
position:absolute;
}

/*=================== /.LIST GROUP ITEM ====================*/

/*
Video Section style
======================*/

/*
.video{
    background: url(../images/background/video.jpg) no-repeat center center;
    background-size: cover;
    position: relative;
}
.main_video{
    display: block;
    z-index: 2;
    position: relative;
}
.main_video i,
.main_video span.fa,
.main_video span.icon{
    color:#fff;
    font-size:3rem;
    border:2px solid #fff;
    width:80px;
    height: 80px;
    line-height: 80px;
    border-radius: 50%;
    position: relative;
}
*/







/*=============section-introduction===================*/ 


.section-introduction {
background:#DF232D url(../img/intro.jpg) no-repeat right top !important; 
margin:0px;
right:0; position:relative;
background-attachment: fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
-ms-background-size:cover;
background-size: cover;
width: 100%;
display: block;
height: auto;
}



.cover-introduction{
padding:50px 0 20px 0;
height:100%; 
background:rgba(223,35,45,0.1);

}

/*================ BRADFORD MEDIA PULL L.R ==================================*/

 .media>.pull-left{
  margin-right: 20px;
}

.media>.pull-right{
  margin-left: 20px;
}

ol,ul {
	list-style:none;
}

/* ------------------------------------------------------------- */
/* BRADFORD Start Service Section
/* ------------------------------------------------------------- */
.services-section {
    padding-top: 20px;
    padding-bottom: 20px;
}

.service {
	padding: 40px;
	background-color: #fff;
	box-shadow: 0 0 3px #ddd;
	text-align: center;
    margin-bottom: 30px;
}

.service i {
	font-size:3.5em;
    width: 80px;
    height: 80px;
    
    margin-bottom: 10px;
    position: relative;
 color: #EC0605;
    border-top: 2px solid #EC0605;
	border-right: 1px solid #EC0605;
	border-bottom: 2px solid #EC0605;
	border-left: 1px solid #EC0605;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; 
    line-height: 80px;     
    text-align: center;
    vertical-align: bottom;	
}

.service .border {
	margin-top: 10px;
    margin-bottom: 15px;
}

.service h4 {
    font-size: 15px;
    margin-bottom: 13px;
    color: #565656;
    font-weight: 600;
    font-family: 'Oswald', sans-serif;
}

a.service h4  {
    font-size: 15px;
    margin-bottom: 13px;
    color: #565656;
    font-weight: 600;
    font-family: 'Oswald', sans-serif;
	line-height: 160%;
}


.service p {
    font-size: 13px;
    line-height: 160%;
    font-weight: 300;
	text-align:justify !important;
}

.service:hover i {
    background: #EC0605;
    color: #fff;	
}

.service:hover .border {
    margin: 0 30%;
    margin-top: 10px;
    margin-bottom: 15px;
    border-color: #EC0605;
}

/*----------------------------------------------------------*/


/*-----------------------------------------*/
/* Start Team Section
/*-----------------------------------------*/

.team-member-section {
    padding-top: 80px;
    padding-bottom: 100px;
}

#team-section {
	background-color: #ffffff;
	box-shadow: 0 0 3px #ddd;
	padding: 30px;
}

.team-member{
    overflow: hidden;
    position: relative;
    margin-bottom: 30px;
}

.team-member img {
    width: 100%;
	padding:0px !important;
	margin:0px !important;
}

.team-member .team-details {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    color: #565656;
    padding: 0 2px;
    opacity: 0;
    text-align: center;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.team-member .team-details h4 {
    padding-top: 10%;
    padding-bottom: 3%;
    font-size: 18px;
  font-family: 'Roboto', sans-serif;
	font-weight:400;
}

.team-member .team-details .designation {
    padding-bottom: 3%;
    font-size: 16px;
}


.team-member .team-details li {
    display: inline-block;
    padding-top: 20px;
}

.team-member .team-details li a {
    padding: 8px 12px;
    background: #565656;
    border: 1px solid #565656;
    color: #fff;
    font-size: 15px;
}

.team-member .team-details li:hover a {
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
}


.team-details h4,
.team-details .designation,
.team-details p,
.team-details li{
    -webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,200%,0);
	transform: translate3d(0,200%,0);
}

.team-member:hover .team-details h4,
.team-member:hover .team-details .designation,
.team-member:hover .team-details p,
.team-member:hover .team-details li {
    -webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

.team-member:hover .team-details {
    opacity: 1;
    filter: Alpha(Opacity=100);
}

.team-member:hover .team-details h4 {
    -webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}

.team-member:hover .team-details .designation {
    -webkit-transition-delay: 0.15s;
	transition-delay: 0.15s;
}

.team-member:hover .team-details .description {
    -webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
}

.team-member:hover .team-details li:nth-child(n+1) {
    -webkit-transition-delay: 0.25s;
	transition-delay: 0.25s;
}

.team-member:hover .team-details li:nth-child(n+2) {
    -webkit-transition-delay: 0.3s;
	transition-delay: 0.3s;
}

.team-member:hover .team-details li:nth-child(n+3) {
    -webkit-transition-delay: 0.35s;
	transition-delay: 0.35s;
}

.team-member:hover .team-details li:nth-child(n+4) {
    -webkit-transition-delay: 0.4s;
	transition-delay: 0.4s;
}

.team-member:hover .team-details li:nth-child(n+5) {
    -webkit-transition-delay: 0.45s;
	transition-delay: 0.45s;
}

.owl-controls {
    margin-top: 25px !important;
}



.team-details li a {
    background: #DF232D;
}

.team-member .team-details {
    background-color: rgba(40, 171, 227, 0.8);
}
/*========== BRADFORD NEWS Frame ========================*/



.newsframe{
height:400px;
font-family: 'Roboto', sans-serif;
color:#565656 !important;
font-weight:400 !important;
overflow:hidden !important;
padding:10px 15px 5px 0px !important;
}
.newsframe a{
color:#565656 !important;
line-height:130% !important;

}
.newsframe a:hover{
color:#DF232D !important;
}
a.bt-2016{
color:#FFF !important;
font-size:14px !important;
font-weight:400;
font-family: 'Roboto', sans-serif !important;
}
a.bt-2016:hover{
color:#FFF !important;
}
.newsframe p{
color:#565656 !important;
font-size:14px !important;
}

.newsframe div{
color:#565656 !important;
font-size:14px !important;
}


.newsframe-home{
margin:10px 0px;
height:330px;
width:75% !important;
}

@media(max-width:767px){
.newsframe-home{
width:100% !important;
height:100%;
}


}

/*============================================*/

p.demand{
color:#fff;
font-size:18px;
font-family: 'Roboto', sans-serif;
letter-spacing:1px;
line-height: 140%;
margin:0px auto;
}

/*=====================Browse Topics==========================*/

.browsetopic{
width:100%;
margin-top:0px;
background:#1e283d;
padding:50px 0px;
color:#FFF !important;
}
.browsetopic h3{
   color:#f9f9f9;
   font-size:14px;
   line-height: 140%;
   text-transform:uppercase;
   letter-spacing:0.5px;
   font-weight:normal;
   font-family: 'Roboto', sans-serif;
}
.browsetopic h3:after{
transition: all 0.5s ease, padding 2.8s linear;
	-ms-transition: all 0.5s ease, padding 2.8s linear;
	-webkit-transition: all 0.5s ease, padding 2.8s linear;
	-moz-transition: all 0.5s ease, padding 2.8s linear;
	-o-transition: all 0.5s ease, padding 2.8s linear;
content:"";
width:30px;
height:25px;
border-bottom:2px solid #FFF;
  position: absolute;
  left:0;
  z-index:1;
  margin-left:15px;
}
.browsetopic h3:hover::after{
width:40px;

}

.browsetopic ul>li {
font-size:13px;
color:#f1f1f1;
letter-spacing:0.5px;
font-weight:lighter;
list-style:none;
}
.browsetopic ul>li> a{
font-size:13px;
color:#FFF;
letter-spacing:0.5px;
font-weight:lighter;

}
.c-parking{
width:100%;
height:30px;
}

.service-highlight{
margin-top:10px !important;
background:#1A253D;
padding:5px 10px;
border-radius:9px;
-webkit-border-radius:9px;
-moz-border-radius:9px;
-ms-border-radius:9px;
border:1px solid rgba(255,255,255,0.3);
}

.service-highlight li{
border-bottom:1px dashed rgba(255,255,255,0.1);
padding-bottom:3px;
}

.service-highlight li em{
color:#DF232D;
font-size:16px;
margin-right:5px;
margin-left:-17px !important;
}

/*=====================./- Browse Topics==========================*/
    /*************** SCROLLBAR BASE CSS ***************/
  
/*======= START PYR ======*/ 
.pyr{
  width:100%;
height:100%;   
position: relative;  
  left: 0;
  top: 0;
  margin-bottom:0px;
  margin-top:10px;
  overflow: hidden;
  }
  
  .pyr img{
 z-index:110;
   box-shadow:0 1px 3px rgba(0,0,0, .2);
	-webkit-box-shadow:0 1px 3px rgba(0,0,0, .2); 
   -moz-box-shadow:0 1px 3px rgba(0,0,0, .2);
   width:100%;
   display: block;
   position: relative; 
-webkit-transition: all 0.5s ease, padding 2.8s linear;  
  -moz-transition: all 0.5s ease, padding 2.8s linear;  
  -o-transition: aall 0.5s ease, padding 2.8s linear;  
  -ms-transition: all 0.5s ease, padding 2.8s linear;  
transition: all 0.5s ease, padding 2.8s linear;  
border-radius:3px !important;
-moz-border-radius:3px !important;
-webkit-border-radius:3px !important;
  }
  
  .pyr:hover > img{
  
  opacity:1.0 !important;
-webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -o-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
  
  -webkit-filter: contrast(115%);
   -moz-filter: contrast(115%);
  filter: contrast(115%); 
  -ms-filter:contrast(115%);
   }
  
  
  .pyr h2{
position: absolute;
text-align:center;
bottom:-10px; 
z-index:1001;
width:100%;
height:100%;
background:#;
padding-top:30%;
border-radius:3px !important;
-moz-border-radius:3px !important;
-webkit-border-radius:3px !important;
border:0px dotted #fff;
}

.pyr h2 span { 

    font-family: 'Oswald', sans-serif;
   color:#fff;
   text-transform:uppercase;
   font-size:20px;
   font-weight:lighter;
   z-index:1051;
   letter-spacing:0.5px;
   width:100%;
   background: rgba(1, 133, 201, 0.9)!important;
   padding:10px 20px;
 float:left;
   position: relative; 
    }
  
 .pyr h2 span strong{
 color:#EEDC11 !important;
   font-weight:bold;
   
 } 
  
  
  /*======= FINISH PYR ======*/
  /*====================== BRADFORD media print =========================================*/ 
 @media print {
    * {
       background: transparent !important;
        color: #000 !important; 
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration:none !important;
		
    }

    a[href]:after {
		display:none !important;
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

/*======================./- media print =========================================*/ 
/*====================./-SUB MENU================================*/
.co-clients{
list-style:none !important;
position:relative; 
padding-bottom:10px;
}

.co-clients h4{
font-size:24px;
font-weight:lighter;
font-family: 'Oswald', sans-serif;
color:#565656 !important;
letter-spacing:1px;
text-align:left;
}

.co-clients-line{
border-top:0px dashed rgba(0, 0, 0, 0.2);
/*border-bottom:1px dashed rgba(0, 0, 0, 0.1);*/
padding:0px 0px 10px 0px;
background:none !important;
}


@media(max-width:767px){
.co-clients h4{
text-decoration:none;
}  
.hrct-01{
border:none !important;
}
 .hrlr-01{
border:none !important;
}

}


/*////////////////////////////////// IFRAME-- (responsive-video)////////////////////////*/

.responsive-video iframe,
.responsive-video object,
.responsive-video embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;

}

img{-webkit-filter: contrast(105%);
   -moz-filter: contrast(105%);
  filter: contrast(105%); 
  -ms-filter:contrast(105%);
  
  }
  

/*//////////////////////////////////./- responsive-video////////////////////////*/

.online-enquiry iframe  {
width:100%;  
margin-bottom:100px;
min-height:800px;
}

/*//////////////////////////////////./- responsive-video////////////////////////*/

.tm-md{
display:block;
text-align:center;
}


.tm-md h4{
font-size:16px;
letter-spacing:0.5;
color:#565656;
text-align:left;
font-weight:bold;
font-family: 'Oswald', sans-serif;
border-bottom:5px solid #f6f6f6;
line-height: 140%;
padding-bottom:10px;
}

.tm-md h3{
background:none;
padding:15px 10px;
font-size:22px;
 font-family: 'Oswald', sans-serif;
color:#565656;
text-align:center;
font-weight:bold;
text-transform:uppercase;
border-bottom:1px solid rgba(0, 0, 0, 0.1);
line-height:140% !important;
letter-spacing:0.5px;
}
.tm-md h3 strong{

font-size:14px;
font-family: 'Oswald', sans-serif;
color:#EC0605;
text-align:center;
font-weight:lighter;
letter-spacing:0.5px;
text-transform:uppercase;
}

.tm-md h2{
margin-top:10px;
background:rgba(0, 0, 0, 0.1);
border:1px dotted #ddd;
padding:15px 10px;
font-size:18px;
 font-family: 'Oswald', sans-serif;
color:#565656;
text-align:center;
font-weight:bold;
letter-spacing:0.5px;
line-height:140% !important;
}

.tm-md h2 strong{
font-size:14px;
font-family: 'Oswald', sans-serif;
color:#565656;
text-align:center;
font-weight:lighter !important;
letter-spacing:0.5px;

}

.tm-md h2:hover{
background:#fff;
border:1px dotted #ddd;
}


.rne-lr{
padding:20px 0px;
border-top:0px dotted rgba(0, 0, 0, 0.1);

}
.rne-c{
font-size:28px;
color:#FFFFFF;
font-weight:lighter !important;
text-align:center;
line-height: 140%;
background:none;
 font-family: 'Oswald', sans-serif;
 letter-spacing:1px;
}
.rne-c i{
color:#fff;
font-weight:100;
font-size:34px;
}

@media(max-width:767px){
h4.service-heading a {
font-size:22px;
}

.ios-new h4{
line-height: 140%;
clear:both;
}
.ios-new{
margin-top:20px !important;
}

}

.btn-016{
margin-top:15px;
float:right;
}

/*======================= HOME PAGE CONTENT TITLE =================*/


.title2016 {
 position: relative;
 margin-top:0px !important;
  padding-top:0;
}

.title2016 h2{
font-size:24px;
font-weight:lighter;
font-family: 'Oswald', sans-serif;
color:#565656 !important;
letter-spacing:1px;
text-align:left;
}
.title2016 h3{
font-size:24px;
font-weight:lighter;
font-family: 'Oswald', sans-serif;
color:#565656 !important;
letter-spacing:1px;
text-align:left;
line-height: 140%;
}

.title2016 h3 b{
	
	font-size:14px !important;
font-weight:lighter;
font-family: 'Oswald', sans-serif;
color:#565656 !important;
letter-spacing:0.5px;
text-align:left;
}

.title2016 h3:after{
content:"";
width:140px;
height:35px;
border-bottom:3px solid #DF232D;
  position: absolute;
  left:0;
  z-index:1;
  margin-left:0px;
}
.title2016 h2:after{
transition: all 0.5s ease, padding 2.8s linear;
	-ms-transition: all 0.5s ease, padding 2.8s linear;
	-webkit-transition: all 0.5s ease, padding 2.8s linear;
	-moz-transition: all 0.5s ease, padding 2.8s linear;
	-o-transition: all 0.5s ease, padding 2.8s linear;
content:"";
width:30px;
height:35px;
border-bottom:2px solid #EEDC11;
  position: absolute;
  left:0;
  z-index:1;
  margin-left:0px;
}

.title2016 h2:hover:after{
width:40px;
}



/*NEXT PAGE*/
.left49 span{
background:#f1f1f1;
border:1px solid #f6f6f6;	
padding:3px 5px;	
font-size:16px;
font-weight:700;	
}

/*=======================./- HOME PAGE CONTENT TITLE =================*/

.Group-Holding{
  font-weight:lighter;
color:#565656;
font-size:24px;
text-align:left;
padding:20px 0px;
line-height: 140%;
}
.Group-Holding strong{
 font-weight:900;
letter-spacing:0.9px;
text-transform:uppercase;
font-family: 'Roboto', sans-serif;
color:#f9f9f9;
font-size:60px;
line-height: 160%;

-webkit-font-smoothing: antialiased;
text-shadow: 0px 1px 0px #999, 0px 2px 0px #888, 0px 3px 0px #777, 0px 4px 0px #666, 0px 5px 0px #555, 0px 6px 0px #444, 0px 7px 0px #333, 0px 8px 7px #001135;

}
.ddstrong{
border-bottom:5px solid #565656; 
}
.Group-Holding_left_A{
border-left:1px dashed rgba(0, 0, 0, 0.3);
border-right:1px dashed rgba(0, 0, 0, 0.3);
border-bottom:1px dashed rgba(0, 0, 0, 0.3);
   padding: 0 !important;
   margin: 0 !important;
 
}
.left_A_content{
padding:15px !important;
color:#565656;
font-size:15px !important;

}

.Group-Holding_left_B{
border-left:1px dashed rgba(0, 0, 0, 0.3);
border-right:1px dashed rgba(0, 0, 0, 0.3);
   padding: 0 !important;
   margin: 0 !important;

}
/*=================================================*/

.company_list{
padding:20px 15px;
font-size:16px;
font-weight:bold;
display:block;
color:#565656;

}
.company_list a{
color:#565656;
text-decoration:underline;
float:right;
font-size:14px;
}

.company_list a:hover{
color:#565656;

}

.company_list em{
color:#565656;
}
.company_list ul{margin-top:20px;}

.company_list ul> li{
font-size:14px;
font-weight:normal;
padding-left:30px;
text-decoration:none;
}

.top-company{
padding:20px 0px;

}

/*=====================================================*/
.download_plus_A{
 padding: 0 !important;
   margin: 0 !important;
border-bottom:0px dashed rgba(0, 0, 0, 0.3);
}
.download_plus_B{
 padding: 0 !important;
   margin: 0 !important;
border-bottom:none;
}


.download_brochure{
background: url(../img/pt2.png) repeat;
border:1px solid #00CE52;
text-align:center !important;
margin:20px 0px;
padding:20px 10px;
transition: all 2.0s ease, padding 2.8s linear;
-moz-transition: all 2.0s ease, padding 2.8s linear;
-webkit-transition: all 2.0s ease, padding 2.8s linear;
}

.download_brochure:hover{
background: url(../img/pt3.png) repeat;
border:1px solid #F6f6f6;
}

.download_brochure em{
font-size:38px;
color:#565656;
text-align:left !important;
position:absolute;
margin-left:-25px;
}

.download_brochure span{
font-size:16px;
color:#565656;
letter-spacing:0.5px;
font-weight:bold;
line-height: 140%;
text-transform:uppercase;
}

.download_brochure span> strong{
font-size:14px;
color:#565656;
font-weight:normal;
text-transform:none !important;
}

.download_brochure a{
font-size:15px;
color:#565656;
font-weight:normal;
text-transform:none !important;
}

/*==================== BRADFORD FOOTER (CONTACT INFO)======================*/

.contact-info_footer{
letter-spacing:1px;
font-family: 'Roboto', sans-serif;
font-weight:lighter;
font-size:16px;
color:#565656 !important;
line-height: 140%;
text-align:left;
}
.contact-info_footer img{
width:100px;
height:auto;
  display: block;
    margin-left: auto;
    margin-right: auto;	
}

.point_a{
background:#565656;
padding: 10px 10px 10px 10px;
border-radius:15px;
-webkit-border-radius:15px;
-moz-border-radius:15px;
}
.point_a strong{
font-weight:lighter !important;
margin-left:7px;
padding-left:9px;
border-left:1px solid #565656;
line-height: 140%;

}

.point_b{
padding-top:20px;
}
.border-pro{
width:100px;
height:10px;
border-bottom:5px solid #565656;

}
/*====================(CONTACT INFO BACKGROUND)========================*/
.contact-info_bg{
background: url(../img/99.jpg) no-repeat;
 padding: 0 !important;
   margin: 0 !important;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
-ms-background-size:cover;
background-size: cover;
width: 100%;
display: block;
height: auto;  
overflow:hidden;
}


@media(max-width:767px){

.contact-info_bg{
background: #565656;
}

}

/* BRADFORD CAROUSEL & indicators */


.carousel-indicators {
	bottom:5px;
	left:0;
	width:auto;
	padding:5px 25px 5px 25px;
	margin-left:0;
}

.carousel-animate .carousel-indicators > li {
  margin: 0 2px;
  background-color: #FFF;
  border-color: #FFF;
  opacity: .9;
}
.carousel-animate .carousel-indicators > li.active {
  width: 10px;
  height: 10px;
  opacity: 1;
  background-color: #565656;
  border-color: #565656;
}

/*          Hero Headers        */

.carousel-animate .hero {
  color: #fff;
  text-align: center;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.75);
}

/*          Custom Buttons      */

.btn.btn-lg {
  padding: 10px 40px;
}
.btn.btn-hero,
.btn.btn-hero:hover,
.btn.btn-hero:focus {
  color: #FFF;
 font-family: 'Oswald', sans-serif;
 letter-spacing:1px;
  background-color: rgba(33,44,68,0.8);
  border-color: #565656;
  outline: none;
  margin: 20px auto;
}


.helloFi h1{
font-family: 'Roboto', sans-serif;
-webkit-font-smoothing: antialiased !important;
float:left; 
text-transform:uppercase;
text-align:left !important;
color: #ffffff; 
text-shadow:none !important;
border-bottom:1px solid rgba(255,255,255,0.9);
padding-bottom:10px;
width:100%;
}



.helloFi h1 .b {animation-delay: 0.5s;  margin-bottom:15px; display:inline-block; font-weight:900; line-height:60px; font-size:60px;}
.helloFi h1 .c{animation-delay: 1s;  margin-bottom:15px; display:inline-block; font-weight:500; line-height:60px; font-size:60px;}
.helloFi h1 .d {animation-delay: 1.5s; margin-bottom:15px; display:inline-block; font-weight:300; line-height:60px; font-size:60px;}
.helloFi h1 .e {animation-delay: 2s; margin-bottom:15px; display:inline-block; font-weight:100; line-height:60px; font-size:60px;}





.helloFi h2{
font-weight:300; 
font-family: 'Roboto', sans-serif;
-webkit-font-smoothing: antialiased !important;
text-align:left;
line-height:30px;
font-size: 30px; 
letter-spacing:1px; 
text-shadow:none !important;
color: #ffffff;
float:left; 
animation-delay: 1s;  
}
.helloFi h2 strong{
color:#fff;
font-weight:700; font-size: 30px; 
}

.helloFi h3 {
margin:0 auto;
padding:10px;
background-color:rgba(255,255,255,0.7);
border-left:1px solid #DF232D !important;
border-right:1px solid rgba(255,255,255,0.7);
border-top:1px solid rgba(255,255,255,0.7);
border-bottom:1px solid rgba(255,255,255,0.7);
  font-size:18px;
  font-weight:lighter;
	font-family: 'Oswald', sans-serif; 
	animation-delay: 3s;
-webkit-font-smoothing: antialiased; 
	float:left;
    color:#565656;
	text-transform:none; 
text-shadow: 0px 0px 10px rgba(255,255,255,0.6), 0px 0px 30px rgba(255,255,255,0.4), 0px 0px 50px rgba(255,255,255,0.3), 0px 0px 180px rgba(255,255,255,0.3);
}


.carousel-caption {
	top:35%;
	width:auto;
	right:15%;
	bottom:10%;
	left:15%;
	padding:10px;
	text-align:left !important;
  	height:auto;
	position:absolute;	
}


/*          Media Queries       */

@media screen and (max-width:767px) {
  .helloFi h1 {
    font-size: 1.5em;
  }
   .helloFi h3{
   width:100%;
   font-size: 1.3em;
   }
   .helloFi h2{
   width:100%;
   font-size: 1.0em;
   }
   
.carousel-caption {
width:80%;
right:10%;
left:10%;
top:auto;	
bottom:20%;
}
   
  .btn.btn-hero{
   display:none !important;
   }
  
  .carousel-bg .carousel-inner .item {
  background-size: cover;
  background-position:center !important;
 min-height: 400px !important;
 margin-top:20px !important;
    background-color:#FFF;
 }
  
}




/*          Fade Effect         */

.carousel-fade .carousel-inner .item {
  transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  transform: translate3d(0, 0, 0);
}

/*       BS bacground Images       */







.carousel-bg .carousel-inner .item {
 background: #07DB8E;
 min-height: 500px;
 width:100%;
/*box-shadow: 0 0 15px 5px rgba(31, 73, 125, 0.0);	
-webkit-box-shadow: 0 0 15px 5px rgba(31, 73, 125, 0.0);	
-moz-box-shadow: 0 0 15px 5px rgba(31, 73, 125, 0.0);*/ 

}

/*NOTE SECION STYLE*/
.section-slider {
margin-top:0px;
background:#FFF;
background-attachment: fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
-ms-background-size:cover;
background-size: cover;
width: 100%;
display: block;
height: auto;
}

.background-slider{
padding-top:0px;
padding-bottom:0px;
height:100%;
}

/*==================================================*/

.top-caption{
width:100%;
height:auto;
}

.top-caption-inner{

font-size:36px;
color:#565656;
font-weight:lighter !important;
letter-spacing:1px !important;
font-family: 'Oswald', sans-serif !important;
line-height: 130%;
width:50%;float:left;
height:100%;
padding:30px 0px;
}

@media screen and (max-width: 767px) {
  
  .top-caption {
  background:rgba(255,255,255,0.3);
  background-size: cover;
  background-position: center;
 width:100%;
 height:auto;
}
  .country-pick{
  margin-bottom:20px;
  
  }
  
}
	#toggle{width:100%; margin:0 auto;}
		#toggle ul{width:100%;}
		#toggle li:hover{background:transparent; }
		#toggle li{list-style:none; cursor:pointer;
		}
		#toggle ul div{color: #FFF; cursor: auto; display: none; text-decoration: none; 
		margin-top:20px;
		
		
		}
		#toggle ul div a{ 
		color:#FFF;
		font-size:15px;
		font-weight:normal;  text-shadow: black 0.1em 0.1em 0.2em; text-align:left;
		
		}
		#toggle li div:hover{text-decoration:none !important; 
		}
		#toggle li:before {
		
		content: "";  
		background:url(../img/+.png) no-repeat center center; 
		vertical-align:middle;
		width:100%;
		padding:10px 0px 10px 40px; 
		transition: all 0.5s ease, padding 2.8s linear;
	-ms-transition: all 0.5s ease, padding 2.8s linear;
	-webkit-transition: all 0.5s ease, padding 2.8s linear;
	-moz-transition: all 0.5s ease, padding 2.8s linear;
	-o-transition: all 0.5s ease, padding 2.8s linear;
		
		}
		#toggle li.active:before {
		
		content: "";  
		background:url(../img/_.png) no-repeat center center; 
		width:100%; 
		padding:10px 0px 10px 40px;}


/*----- - selectpicker --------*/


.selectpicker{
text-align:right; 
float:right;
margin-top:7px;
margin-bottom:15px;
box-shadow:none !important;
padding:3px 5px;
}
.selectpicker option {
padding-left:10px; 
border-color:#565656 !important; 
box-shadow:none !important; 
padding-right:5px;
}
.selectpicker option  img{
width:15px !important;
height:15px;

}

/*================= BRADFORD Testimonial =============================*/

	.testimonial{
 /*margin: 25px 10px 25px 0px;
    overflow: hidden;*/
	
margin-top:30px;
margin-bottom:30px;
padding-top:50px;
padding-bottom:50px;
}

.testimonial .description{
    position: relative;
  font-size:15px;
    color: #565656 !important; 
	background:#;
    border: 0px solid #DDD;
    border-left: 0px solid #EEDC11 !important;
	border-top: 0px solid #c9dbe0 !important;
	border-right: 0px solid #c9dbe0 !important;
	border-bottom: 0px solid #c9dbe0 !important;
	border-radius:0px 0px 0px 0px;
	text-align:left;
	margin-left:175px;
	margin-right:45px;
}


.testimonial .description strong{
color:#DF232D;
font-weight:bold;
font-size:16px;
display:block;	
}
   /*
.testimonial .pic{
 width: 100%;
    height: auto;
    border-radius: 0%;
 overflow: hidden;
    display: inline-block;
	position:absolute;

}



.testimonial .pic img{
   
	width: 160px;
    height: 150px; padding-right: 10px;
	border-right:2px solid #DF232D;
}
*/


.testimonial img{
 width: 100%;
    height: auto;
    border-radius: 0%;
   /* overflow: hidden;
    display: inline-block;*/
	position:absolute;

}

.testimonial img{
   
	width: 160px;
    height: 150px; padding-right: 10px;
	border-right:2px solid #DF232D;
}





.testimonial .testimonial-prof{
    text-transform: capitalize;
    margin-left:175px;
}

.testimonial .testimonial-prof h4{
    color: #DF232D;
    display: block;
    font-size: 17px;
    font-weight: bold;
    margin: 0 0 5px 0; letter-spacing:0.5;
}

.testimonial .testimonial-prof small{
    display: block;
    font-size: 13px;
    color:#565656 !important;
	letter-spacing:0.3px;
	font-weight:400;
	text-align:left;
}


 .seprator {
    height: 2px;
    width: 56px;
    background-color: #EEDC11;
    margin: 7px 0 10px 0;
}



#testimonial-slider .owl-prev,
  #testimonial-slider .owl-next,
  #testimonial-slider .owl-dot {
    font-family: 'fontAwesome';
	background:#DF232D;
	color:#ffffff;
	padding:3px 7px;
	float:left;
	border-radius:0px;
-ms-border-radius:0px;
 -webkit-border-radius:0px;
 -moz-border-radius:0px;
 -o-border-radius:0px;

}

#testimonial-slider .owl-prev:before{
    // fa-chevron-left
    content: "\f053";

}

#testimonial-slider .owl-next:after{
    //fa-chevron-right
    content: "\f054";

}


.dropusaline { 
margin:62% 0 20px 0;
width:100%;
} 
 
.dropusaline { 
  color: #ffffff !important; 
  border:2px solid #DF232D;
background: #DF232D; 
  font-family: 'Oswald', sans-serif;
  letter-spacing:0.7px;
  text-align:center;
  text-transform:uppercase;
  border-radius:0px;
-ms-border-radius:0px;
 -webkit-border-radius:0px;
 -moz-border-radius:0px;
 -o-border-radius:0px;
  transition: all 1.0s ease, padding 2.8s linear;
	-ms-transition: all 1.0s ease, padding 2.8s linear;
	-webkit-transition: all 1.0s ease, padding 2.8s linear;
	-moz-transition: all 1.0s ease, padding 2.8s linear;
	-o-transition: all 1.0s ease, padding 2.8s linear;
	font-size:16px;
	padding: 10px 20px;
	float:right;
} 
 
 
.dropusaline:focus, 
.dropusaline:active,
.dropusaline:hover{
	  color: #ffffff !important; 
  border:2px solid #EEDC11;
background: #EEDC11; 
	
}

.dropusaline i {
	margin-right:15px;
}

/*==========*/


@media screen and (max-width: 767px) {

.testimonial .testimonial-prof{
    margin-left:10px;
}



	.testimonial{
    margin: 25px 10px;
    overflow: hidden;
	
}

.testimonial .description{
  margin-left:0px;
  margin-top:160px;
  text-align:justify;
  margin-right:0px;
}


.testimonial .pic{
    width: 50%;
    height: auto;
	margin:0 25%;
	border:none;
}

.testimonial .pic img{
 width: 150px;
    height: 150px; 
	margin:0 auto;
	padding-right: 0px;
	border-right:0px solid #ddd;
}

.dropusaline { 
margin:20px 0px;
} 

}


/*================= ./- Testimonial =============================*/

.about-bradford{
z-index:999;
color:#FFF !important;
margin-top:28px;
line-height: 130%;
font-weight:400;
overflow:hidden;
}
.about-bradford em {
color:#DF232D;
font-size:45px;
text-align:justify;
margin-right:5px;

}


/*====================DOWNLOADS====================*/


/*===========BF FACEBOOK==============*/
.bf-facebook{
overflow:hidden;
z-index:9999 !important;
position:absolute;
}


@media screen and (max-width: 767px) {
.bf-facebook{
position:relative !important;
}

.membership-logo{
position:relative;
margin:10px 0px;
width:100%;
display:inline-table;
}


}

/*=========== BRADFORD What we do Sec.==============*/
.what_we_do{
background:none;
 width:100%;
height:100%;   
position: relative;  
  left: 0;
  top: 0;
  overflow: hidden;
}

 .what_we_do img{
 z-index:110;
-webkit-transition: all 0.5s ease, padding 2.8s linear;  
  -moz-transition: all 0.5s ease, padding 2.8s linear;  
  -o-transition: aall 0.5s ease, padding 2.8s linear;  
  -ms-transition: all 0.5s ease, padding 2.8s linear;  
transition: all 0.5s ease, padding 2.8s linear; 
 transform: scale(1.0);
 
  }
  
  .what_we_do:hover > img{
  
  opacity:1.0 !important;
-webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -o-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
  
  -webkit-filter: contrast(115%);
   -moz-filter: contrast(115%);
  filter: contrast(115%); 
  -ms-filter:contrast(115%);
   }
  



/*======================================PANEL HEADING===============================*/
.panel-heading{
background:none !important;
border-bottom:1px solid rgba(0, 0, 0, 0.1) !important;
}

.panel-heading h4 {
font-size: 18px;
  color:#565656;
font-weight:900;
font-family: 'Oswald', sans-serif !important;
line-height:140%; 
letter-spacing:1px;

}
.panel-heading a:focus, .panel-heading a:hover {
color:#DF232D;
}


.panel-heading b{
font-size: 24px;
  color:#EC0605;
font-weight:800;
font-family:'Roboto', sans-serif;
}

.panel-heading h4 i{
float:right;
color:#DF232D;
font-size:16px;
}

/*==============================*/
.title-inner h3{
font-size:24px;
font-weight:300;
font-family: 'Oswald', sans-serif;
color:#565656;
letter-spacing:1px;
text-align:left;
}

.title-inner h3:after{
transition: all 0.5s ease, padding 2.8s linear;
	-ms-transition: all 0.5s ease, padding 2.8s linear;
	-webkit-transition: all 0.5s ease, padding 2.8s linear;
	-moz-transition: all 0.5s ease, padding 2.8s linear;
	-o-transition: all 0.5s ease, padding 2.8s linear;
content:"";
width:100%;
left:0;
height:35px;
border-bottom:1px solid #565656;
  position: absolute;
  z-index:1;
  margin-bottom:20px;
}



/*====================================*/
#capabilities{
	margin:30px 0 15px 0;	
}

#capabilities li{
padding:5px;	
list-style:none;
background:transparent;
border:0px solid #f6f6f6;
background:transparent;
text-align:justify;
margin-left:5px;
}
#capabilities h4{
font-size:18px;
font-weight:bold;
font-family: 'Oswald', sans-serif;
color:#565656 !important;
letter-spacing:1px;
text-align:left;	
}
#capabilities img{
width:100%;
height:auto;	
}

#capabilities h4:after{

 transition: all 450ms ease 0s; 
 -ms-transition: all 450ms ease 0s; 
 -webkit-transition: all 450ms ease 0s; 
 -moz-transition: all 450ms ease 0s; 
 -o-transition: all 450ms ease 0s; 
 transform: scale(0); 
content:"";
width:0%;
background:#DF232D;
height:2px;
margin-top:23px;
  position: absolute;
  left:10px;
  z-index:1;
  margin-left:0px;
}

#capabilities h4:hover::after{
transform: scale(1); 
width:100px;
}
#capabilities .tour-package-date{
top:10px;
background:#DF232D;
position:absolute;
padding:3px 10px;
color:#FFFFFF;
float:left;
font-size:14px;
font-weight:400;
letter-spacing:0.3px;
font-family: 'Oswald', sans-serif;
}
#capabilities .tour-price{
margin-top:-40px;
background:#DF232D;
position:absolute;
padding:3px 10px;
color:#FFF;
left:10px;
text-align:left;
font-size:16px;
font-weight:normal;
letter-spacing:1px;
font-family: 'Oswald', sans-serif;
}


#exam-updat{
margin-top:15px;
width:100%;	
height:400px;	
overflow-x:auto;	
overflow-y:auto;	
}

/*================================*/
.btn-mybf { 
margin-top:10px;
  color: #ffffff; 
  background-color: #EEDC11; 
  border-color: #EEDC11; 
  font-family: 'Oswald', sans-serif;
  letter-spacing:0.7px;
  text-transform:uppercase;
  transition: all 1.0s ease, padding 2.8s linear;
	-ms-transition: all 1.0s ease, padding 2.8s linear;
	-webkit-transition: all 1.0s ease, padding 2.8s linear;
	-moz-transition: all 1.0s ease, padding 2.8s linear;
	-o-transition: all 1.0s ease, padding 2.8s linear;
	font-size:12px;
  
} 
 
.btn-mybf:hover, 
.btn-mybf:focus, 
.btn-mybf:active, 
.btn-mybf.active, 
.open .dropdown-toggle.btn-mybf { 
  color: #ffffff !important;
  background-color: #DF232D; 
  border-color: #DF232D; 
} 
 
.btn-mybf:active, 
.btn-mybf.active, 
.open .dropdown-toggle.btn-mybf { 
  background-image: none; 
} 
 
.btn-mybf.disabled, 
.btn-mybf[disabled], 
fieldset[disabled] .btn-mybf, 
.btn-mybf.disabled:hover, 
.btn-mybf[disabled]:hover, 
fieldset[disabled] .btn-mybf:hover, 
.btn-mybf.disabled:focus, 
.btn-mybf[disabled]:focus, 
fieldset[disabled] .btn-mybf:focus, 
.btn-mybf.disabled:active, 
.btn-mybf[disabled]:active, 
fieldset[disabled] .btn-mybf:active, 
.btn-mybf.disabled.active, 
.btn-mybf[disabled].active, 
fieldset[disabled] .btn-mybf.active { 
  background-color: #DF232D; 
  border-color: #DF232D; 
} 
 
.btn-mybf .badge { 
  color: #DF232D; 
  background-color: #ffffff; 
}

/*==========================*/
.2006exc li{
height: 85px !important; 
list-style: none; 
margin-bottom:-25px;
text-decoration:none !important;
z-index:1001;	
}

@media (max-width:767px) {
.2006exc li{	
margin: 15px auto;	
}
.selectpicker{
display:none !important;		
}
	
}
/*==========================*/
/*============ Quick Contact ==============*/
.quick-contact div{
margin-top:0px;
font-size:15px;
font-weight:400;
letter-spacing:0.5px;	
}
.quick-contact img{
width:100%;
height:auto;
margin-top:20px;
margin-bottom:10px;	
}
.quick-07{
background:#D5D5D5;	
padding:10px 0px 20px 0px;	
margin-top:0px !important;
	
}
/*============ ./- Quick Contact ==============*/
/*============ ./- business-area ==============*/
.business-area{
display:inline-table;		
}

.business-area img{
width:30%;
height:auto;
display:inline-table;
margin-right:7px;
margin-bottom:15px;
float:right;
text-align:justify;		
}
/*============ ./- business-area ==============*/
@media only screen and (max-width: 480px){
.business-area img{
width:100%;
height:auto;
display:block;	
margin-right:0px;
margin-bottom:10px;		
}	
	
}

@media (max-width:767px) {
	
.business-area img{
width:45%; 
display:inline-table;
height:auto;	
margin-right:3%;
margin-bottom:10px;		
}	
.scroll-events{
	overflow-y:hidden !important; 
	height:auto !important;
}	


}

/*============ ./- business-area ==============*/

.scroll-events{
	overflow-y: auto !important; 
	height:385px !important;
}


/*============ Swift Procedure ==============*/
.swift_procedure-left{
text-align:justify last left;
padding:0px 15px 15px 0px;
border-right:1px solid rgba(0,0,0,0.1);
border-bottom:1px solid rgba(0,0,0,0.1);	
}
.swift_procedure-right{
text-align:justify last left;
padding:0px 0px 15px 15px;
border-bottom:1px solid rgba(0,0,0,0.1);	
}


/*============ ./- swift procedure ==============*/
.frontend input{
color:#565656;
border-color:#6E6E6E;
border:1px solid;

border-radius:3px;
-moz-border-radius:3px;
-webkit-border-radius:3px;
margin-bottom:5px;
	margin-top:2px;
	text-align:left !important;
	
padding:3px 7px; 
}

.frontend{font-weight:400;
	letter-spacing:1px;
  font-family: 'Roboto', sans-serif;
  text-align:left !important;
  font-size:14px;
  background:#FBFBFB;
  padding:20px;
  }

.frontend title {
	float:left;	
}

.frontend .captcha input {
	position:relative;
	margin-bottom:10px;

}


.frontend username {
float:left;	
}

.frontend .submit input{
	
padding:5px 10px;
font-weight:bold;
letter-spacing:1px;
font-size:16px;	
background:#565656 !important;
color:#FFFFFF !important;
border-radius:5px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
text-transform: uppercase;
transition: all 0.5s ease, padding 2.8s linear;
	-webkit-transition: all 0.5s ease, padding 2.8s linear;
	-moz-transition: all 0.5s ease, padding 2.8s linear;
border:1px solid #565656;
}

.frontend .submit input:hover{
	background:#f6f6f6 !important;
	color:#565656 !important;
	}

@media (max-width:480px){
	
	.frontend input{
color:#565656;
border-color:#6E6E6E;
border:1px solid;
border-radius:3px;
	margin-top:7px;
	text-align:left !important;
padding:3px 7px; 
max-width:100%;
}

.frontend{font-weight:400;
	letter-spacing:0.5px;
  font-family: 'Roboto', sans-serif;
  text-align:left !important;
  font-size:14px;
  }
.frontend title {
	float:left;	
}
.frontend .captcha input {
	position:relative;
	margin-bottom:15px;
}


.frontend username {
float:left;
}
	
}



/*================= responsive-video ========================*/

.responsive-video {
position: relative;
padding-bottom: 5px;
padding-top: 5px; overflow: hidden;
}

.responsive-video iframe,
.responsive-video object,
.responsive-video embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

/*================= BTN BRADFORD ========================*/


.btn-apollo {
font-family: 'Oswald', sans-serif;
font-size:13px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-top: 10px;
	background:#DF232D !important;
	color:#ffffff !important;
	border:1px solid #DF232D !important;
	transition: all 0.5s ease, padding 2.8s linear;
	-webkit-transition: all 0.5s ease, padding 2.8s linear;
	-moz-transition: all 0.5s ease, padding 2.8s linear;	
}

.btn-apollo:hover{
	background:#EEDC11 !important;
	border:1px solid #EEDC11 !important;
	color:#ffffff !important;
	}
	
.btn-apollo em {
color:#EEDC11 !important;	
}
/*=========================*/

/* Module Section */
.module,
.module-small {
  position: relative;
  padding: 50px 0;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

/* Module header */
.module-small {
  padding: 70px 0;
}

.module-extra-small {
  padding: 25px 0px;
}

.module-medium {
  padding: 75px 0px;
}

.holder-w {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  height: 1px;
  width: 50%;
}

.holder-w:before {
  border-top: 1px solid #eaeaea;
  position: relative;
  display: block;
  content: "";
  top: 1px;
  height: 1px;
  width: 100%;
}

/* Sections dividers */
.divider-w {
  border-top: 1px solid #eaeaea;
  margin: 0;
}

.divider-d {
  border-top: 1px solid #202020;
  margin: 0;
}


/* Half-image */


.side-image {
  position: absolute;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
-o-background-size: cover;
-ms-background-size:cover;
}

.side-image-text {
  background: #fff;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  padding: 140px 60px 140px;
}


/* Finance case study header */
.finance-image-content {
  border: 0px solid #e5e5e5;
  padding: 20px 0px;
}

.finance-image-content .module-title {
  margin-bottom: 20px;
}

.finance-image-content .alt-features-item {
  margin-top: 20px;
}
/*--------------------------------------------------------------
	Services & Features
--------------------------------------------------------------*/
.features-item {
  margin: 20px 0;
  text-align: center;
}

.features-icon,
.alt-features-icon {
  line-height: 1.2;
  font-size: 42px;
  color: #565656;
}

.features-title,
.alt-features-title {
 /* text-transform: uppercase;*/
  letter-spacing: 0px;
  font-weight: 700;
  font-size: 16px !important;
  color: #DF232D;
  margin: 10px 0 10px;
 font-family: 'Roboto', sans-serif;
}

.alt-features-item {
  position: relative;
  padding-left: 0px;
  margin: 25px 0 0 0;
}

.alt-features-icon {
  position: absolute;
  height: 40px;
  width: 40px;
  left: 0;
  top: 0;
  text-align: center;
  line-height: 40px;
  font-size: 28px;
}

.alt-features-title {
  font-size: 13px;
  margin: 0 0 10px;
}

/* Content box */
.content-box {
  margin: 20px 0;
  text-align: center;
}

.content-box-title {
  font-weight: 400;
  font-size: 18px;
  color: #565656;
  margin: 16px 0 15px;
}

.apollo-border{
border-right:1px solid #ddd;	
border-bottom:1px solid #ddd;		
}

/* Vertical margin, padding */
.p-0 {
  padding: 0 !important;
}

.pt-0 {
  padding-top: 0 !important;
}
.pt-5 {
  padding-top: 5px !important;
}
.pt-10 {
  padding-top: 10px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.pt-40 {
  padding-top: 40px !important;
}

.pt-50 {
  padding-top: 50px !important;
}

.pt-140 {
  padding-top: 140px !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-10 {
  padding-bottom: 10px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

.pb-50 {
  padding-bottom: 50px !important;
}

.pb-140 {
  padding-bottom: 140px !important;
}

.m-0 {
  margin: 0 !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mt-60 {
  margin-top: 60px !important;
}

.mt-70 {
  margin-top: 70px !important;
}

.mt-80 {
  margin-top: 80px !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

@media only screen and (max-width: 991px) {
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-10 {
    margin-top: 10px !important;
  }
  .mt-sm-20 {
    margin-top: 20px !important;
  }
  .mt-sm-30 {
    margin-top: 30px !important;
  }
  .mt-sm-40 {
    margin-top: 40px !important;
  }
  .mt-sm-50 {
    margin-top: 50px !important;
  }
  .mt-sm-60 {
    margin-top: 60px !important;
  }
  .mt-sm-70 {
    margin-top: 70px !important;
  }
  .mt-sm-80 {
    margin-top: 80px !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-10 {
    margin-bottom: 10px !important;
  }
  .mb-sm-20 {
    margin-bottom: 20px !important;
  }
  .mb-sm-30 {
    margin-bottom: 30px !important;
  }
  .mb-sm-40 {
    margin-bottom: 40px !important;
  }
  .mb-sm-50 {
    margin-bottom: 50px !important;
  }
  .mb-sm-60 {
    margin-bottom: 60px !important;
  }
  .mb-sm-70 {
    margin-bottom: 70px !important;
  }
  .mb-sm-80 {
    margin-bottom: 80px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mt-xs-0 {
    margin-top: 0 !important;
  }
  .mt-xs-10 {
    margin-top: 10px !important;
  }
  .mt-xs-20 {
    margin-top: 20px !important;
  }
  .mt-xs-30 {
    margin-top: 30px !important;
  }
  .mt-xs-40 {
    margin-top: 40px !important;
  }
  .mt-xs-50 {
    margin-top: 50px !important;
  }
  .mt-xs-60 {
    margin-top: 60px !important;
  }
  .mt-xs-70 {
    margin-top: 70px !important;
  }
  .mt-xs-80 {
    margin-top: 80px !important;
  }
  .mb-xs-0 {
    margin-bottom: 0 !important;
  }
  .mb-xs-10 {
    margin-bottom: 10px !important;
  }
  .mb-xs-20 {
    margin-bottom: 20px !important;
  }
  .mb-xs-30 {
    margin-bottom: 30px !important;
  }
  .mb-xs-40 {
    margin-bottom: 40px !important;
  }
  .mb-xs-50 {
    margin-bottom: 50px !important;
  }
  .mb-xs-60 {
    margin-bottom: 60px !important;
  }
  .mb-xs-70 {
    margin-bottom: 70px !important;
  }
  .mb-xs-80 {
    margin-bottom: 80px !important;
  }
}

/*================= BRADFORD RESPONSIVE ======================== */


@media(max-width:767px){

.logocover{
border-bottom:none !important;
position:relative !important;		
}
.top-left-nano{
	
}
.top-right-nano span{	
display:none !important;		
}

.top-collapse img{
display	:none !important;
}
.logo{margin-bottom:10px !important;}
.logo:hover{
transform:none !important;		
}
 .logo img{
 width:100%;
 height:auto;
 margin:0px auto;
 }
 
 .top-header-right{
 display:none !important;
 }
 
 .top-right{
   display:none !important;
}

#owl-demo .item img{
height:auto !important;		
}



.item img {
	width:100%;
	margin-bottom:20px;
	height:100%;
}
	

  .header-bg{
 margin-top: 0px !important;
 background:#FFFFFF !important;
}


.con-inner{
margin-bottom:50px;
margin-left:0px !important;
}

.newsinter{ 
background:none !important;} 




.titlehouse {
font-size:30px;
line-height: 140%;
font-weight:400;
text-shadow: none;    
}
.title-bgimg{
background:none !important;
height:150px;
padding-top:20px;
}
.bookmark5{
display:none !important;
}

.note-sec{
width:100%;
}

.himal {
width:100%;
height:110% !important;
padding:20px 10px;
}	


.note-sec-01{
width:100%;
background:#565656 !important;
}

.himal-01 {
width:100%;
height:110% !important;
padding:20px 10px;
}	

.note-sec-02{
width:100%;
background:#EDF1F2 !important;
}

.himal-02 {
width:100%;
height:110% !important;
padding:20px 10px;
}	


.note-sec-namaste{
width:100%;
background:rgba( 255, 255, 255, 0.96) !important;
}

.himal-namaste {
width:100%;
height:110% !important;
padding:20px 10px;
}	


.outsourcing-pannel{
margin-bottom:20px;	
}


.pawan{
margin-top:0px !important;	
}



.testi{
	
width:100%;
height:auto;	
	
}


.tab-wrap .media .parrent.pull-left, 
  .media.accordion-inner .pull-left{
    clear: both;
    width: 100%;
  }


 .tab-wrap .media .pull-left{
    clear: both;
    width: 100%;
  }

  .tab-wrap .media .media-body{
    clear: both;
  }

  .nav-tabs > li.active > a:after{
    display: none;
  }


.bor-10{
border-left:none !important;
border-right:none !important;
border-bottom:none !important;
border-top:none !important;
}

.bor-05{
	border-bottom:none !important;
border-left:none !important;
border-right:none !important;
border-top:none !important;
}
}


/*------------- Services Pannel - Quick Media SCREEN--------------*/

@media (max-width:767px){
	
.services-pannel{
padding-bottom:10px;
padding-top:10px;
}
.services-pannel img{
	
	width:80px;
	height:auto;
	margin-top:-10px;
}
.apollo-box{
display:none !important;	
}

.apollo-border{
border-right:0px solid #ddd;	
border-bottom:0px solid #ddd;		
}


}


/*________________START MEDIA 1281PX___________________*/
							
@media(max-width:1281px){



 }

/*------------- ./- Services Pannel - Quick Media SCREEN--------------*/
/*================= ./- BRADFORD RESPONSIVE ======================== */

.apollo-box{
padding-top:0px;	
}

 .box-pro {    
  -moz-border-radius:150px;
  -webkit-border-radius:150px;
  background-position:0px 0px;
  position:absolute;
  float:left;
  height:120px;
  margin:18px;
  position:absolute;
  width:120px;
  padding:3px; 
}

.box-pro.pro-red{
 background-color:#ee1b22;
background-repeat:no-repeat; 
animation-delay: 2s; 
 
}
.box-pro.pro-green{	
 background-color:#00a652;
background-repeat:no-repeat; 
animation-delay: 2s; 
}
.box-pro.pro-yellow{	
 background-color:#fef102;
background-repeat:no-repeat; 
animation-delay: 2s; 
}
.box-pro.pro-blue{	
 background-color:#22419b;
background-repeat:no-repeat; 
animation-delay: 2s;
}


.box-pro:hover{
  border: #DF232D;   
} 

/*------ BRADFORD Scttion Products ( 100% support all screen size) ----------*/
.section-products {
margin-top:0px;
background:url("../img/services-99.jpg") no-repeat;
background-attachment: fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
-ms-background-size:cover;
background-size: cover;
background-position: center;
width: 100%;
display: block;
height: 100%;
}

.cover-products{
padding-top:50px;
padding-bottom:50px;
background:rgba(0,0,0,0.9) !important;
height:100%;
}



.about-apollo-section {
margin-top:0px;
background:#FFFFFF !important;
background-attachment: fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
-ms-background-size:cover;
background-size: cover;
width: 100%;
display: block;
height: auto;
}

.about-apollo-cover{
padding-top:30px;
padding-bottom:30px;
background:url(../img/pt2.png) repeat !important;
height:100%;
}

.news-section {
margin-top:0px;
background:#f9f9f9 url(../img/news.jpg) no-repeat left top!important;
background-attachment: fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
-ms-background-size:cover;
background-size: cover;
background-position: center;
width: 100%;
display: block;
height: auto;
}

.news-cover{
padding-top:30px;
padding-bottom:30px;
background: !important;
height:100%;
width:100%;
}


/*  CNU  */

.CNU-section {
margin-top:0px;
background:#FBFBFB !important;
background-attachment: fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
-ms-background-size:cover;
background-size: cover;
background-position: center;
width: 100%;
display: block;
height: auto;
}

.CNU-cover{
padding-top:30px;
padding-bottom:30px;
background: !important;
height:100%;
width:100%;
}



/*    CNU    */

.review-section {
margin-top:0px;
background:#EDF1F2 !important; 
background-attachment: fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
-ms-background-size:cover;
background-size: cover;
position:relative;
width: 100%;
display: block;
height: 100%;
}

.review-cover{
padding-top:40px;
padding-bottom:40px;
background:rgba(0,0,0,0.011)!important;
height:auto;
width:100%;
}

/*=======================*/

.becteam-section  {
margin-top:0px;
background-image: url(../img/becteam.jpg) !important;
background-attachment: fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
-ms-background-size:cover;
background-size: cover;
background-position: center;
width: 100%;
display: block;
height: 100%;
}


.becteam-cover{
padding-top:300px;
padding-bottom:30px; 
background: rgba(0,0,0,0.50) !important;
height:auto;
width:100%;
}
/*=======================*/


@media(max-width:767px){
	
.review-cover{

background:rgba(255,255,255,0.90) url(../img/pt2.png) repeat !important;

}	


.cover-introduction {

background:#DF232D url(../img/pt2.png) repeat !important;

}

}


@media(max-width:767px){
	
		
.becteam-cover{
padding-top:110px;
padding-bottom:50px; 
}	

.becteam-left h4 .b { line-height:120%; 
text-transform:uppercase; font-size:24px; 
display:inline-block; font-weight:900; 
color:#fff; border-right:none; 
padding-right:15px; 
margin-right:15px;}

.becteam-left h4 .c {line-height:120%; 
text-transform:uppercase; 
font-size:24px; display:inline-block; 
font-weight:500; color:#fff; 
border-right:none; 
padding-right:15px;
 margin-right:15px;}

.becteam-left h4 .a{
	color:#fff ! important;	
	line-height:120%; text-transform:uppercase;
	font-weight:100; display:inline-block; font-size:24px;
}	
	
}


/*------Scttion Products----------*/

.becteam {

width:100%;
padding:20px 10px 50px 10px;	
bottom:0px;	
}

.becteam-left{

	float:left;
	color:#fff;	
}


.becteam-left h4{
font-family: 'Roboto', sans-serif; 
text-align:left; 
}

.becteam-left h4 .b { line-height:100%; text-transform:uppercase; font-size:35px; display:inline-block; font-weight:900; color:#fff; border-right:1px solid #f1f1f1; padding-right:15px; margin-right:15px;}
.becteam-left h4 .c {line-height:100%; text-transform:uppercase; font-size:35px; display:inline-block; font-weight:500; color:#fff; border-right:1px solid #f1f1f1; padding-right:15px; margin-right:15px;}


.becteam-left h4 .a{
	color:#fff;	
	line-height:100%; text-transform:uppercase;
	font-weight:100; display:inline-block; font-size:35px;
}

.becteam-left p{
	
font-family: 'Roboto', sans-serif; 
text-align:left;
display:block;
font-weight:300;
color:#EEDC11;
font-size:20px;
margin:10px 0; 
line-height:130%; 
}



.becteam-right{

	float:right;
	color:#fff ! important;
	width:100%;
	
}

.becteam-right i {
font-size:20px;
margin-left:15px;
color:#fff;	
}


.becteam-right a{
	  color: #ffffff !important; 
  border:2px solid #DF232D;
background: #DF232D; 
  font-family: 'Oswald', sans-serif;
  letter-spacing:0.7px;
  text-align:center;
  text-transform:uppercase;
  border-radius:0px;
-ms-border-radius:0px;
 -webkit-border-radius:0px;
 -moz-border-radius:0px;
 -o-border-radius:0px;
  transition: all 1.0s ease, padding 2.8s linear;
	-ms-transition: all 1.0s ease, padding 2.8s linear;
	-webkit-transition: all 1.0s ease, padding 2.8s linear;
	-moz-transition: all 1.0s ease, padding 2.8s linear;
	-o-transition: all 1.0s ease, padding 2.8s linear;
	font-size:16px;
	padding: 10px 20px;
	float:right;
}

.becteam-right a:focus, 
.becteam-right a:active,
.becteam-right a:hover{
	  color: #ffffff !important; 
  border:2px solid #EEDC11;
background: #EEDC11; 
	
}


/*------Scttion Services----------*/
#owl-abroadstudy .services-padding{
padding:2px;	
}





.es-grid li  {
	height: 220px;
	margin-bottom:30px;
	width:100%;
}


.es-item {
	width: 100%;
	height: 100%;
	border-radius: 0%;
	position: relative;
	cursor: default;
	box-shadow: 
		inset 0 0 0 0 rgba(0,0,0,0.6),
		inset 0 0 0 10px rgba(255,255,255,0.8),
		0 1px 2px rgba(0,0,0,0.1);
		
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.es-img-1 { 
	background-image: url(../images/1.jpg); background-repeat: no-repeat; 
width: 100%;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
-ms-background-size:cover;
background-size: cover;	  background-position: center; 
}

.es-img-2 { 
	background-image: url(../images/2.jpg);	 background-repeat: no-repeat;

width: 100%;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
-ms-background-size:cover;
background-size: cover; background-position: center;
}

.es-img-3 { 
	background-image: url(../images/3.jpg); background-repeat: no-repeat; 
	
width: 100%;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
-ms-background-size:cover;
background-size: cover; background-position: center;
}

.es-img-4 { 
	background-image: url(../images/4.jpg); background-repeat: no-repeat; 
	
width: 100%;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
-ms-background-size:cover;
background-size: cover; background-position: center;
}
.es-img-5 { 
	background-image: url(../images/5.jpg); background-repeat: no-repeat; 
	
width: 100%;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
-ms-background-size:cover;
background-size: cover; background-position: center;
}


.es-img-6 { 
	background-image: url(../images/6.jpg); background-repeat: no-repeat; 
	
width: 100%;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
-ms-background-size:cover;
background-size: cover; background-position: center;
}
.es-img-7 { 
	background-image: url(../images/7.jpg); background-repeat: no-repeat; 
	
width: 100%;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
-ms-background-size:cover;
background-size: cover; background-position: center;
}

.es-img-8 { 
	background-image: url(../images/8.jpg); background-repeat: no-repeat; 
	
width: 100%;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
-ms-background-size:cover;
background-size: cover; background-position: center;
}


.services-padding .serviceshover{
font-size:15px;
line-height:120%;
font-family: 'Oswald', sans-serif;
letter-spacing:1px;
text-align:center !important; 
text-transform:uppercase;
font-weight:400; 
color:#fff;
padding-top:10px;


-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;

}

.services-padding:hover .serviceshover{ 
display:none;
}



.es-info {
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 0%;
	opacity: 0;
	
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-o-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	
	-webkit-backface-visibility: hidden; /*for a smooth font */

}

.es-info h3 {
	color: #fff;
text-transform:uppercase;	
	position: relative;
	letter-spacing: 2px;
	font-size: 20px;
	margin: 0 30px;
	padding: 65px 0 0 0;
	height: 110px;
	font-family: 'Oswald', sans-serif;
	font-weight:lighter;
text-shadow: 
		0 0 1px #fff, 
		0 1px 2px rgba(0,0,0,0.3); text-align:center;
}

.es-info p {
	padding: 10px 5px;
	margin: 0 auto;
	width:100%;
	border-top: 1px solid rgba(255,255,255,0.5); 
	text-align:center !important;
}


.es-item:hover {
	box-shadow: 
		inset 0 0 0 110px rgba(0,0,0,0.6),
		inset 0 0 0 10px rgba(255,255,255,0.8),
		0 1px 2px rgba(0,0,0,0.1); 
}

.es-item:hover .es-info {
	opacity: 1;
	
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);	
}




/*===================== Our Services =======================*/


.es_services {
margin-bottom:50px;	
text-align:center !important;	
}


.es_services h2{
font-size:16px;
font-weight:normal;
font-family: 'Oswald', sans-serif;
color:#fff !important;
letter-spacing:1px; line-height:100%;
text-transform:uppercase;

}




.es_services h4{
font-size:40px;
line-height:80%;
font-family: 'Roboto', sans-serif; text-transform:uppercase;
letter-spacing:1px;
text-align:center !important; /*text-transform:uppercase;*/
}

.es_services h4 .b { display:inline-block; font-weight:700; color:#565656;}
.es_services h4 .c {display:inline-block; font-weight:300; color:#fff;}



.es_services h3{
font-size:34px;
line-height:80%;
font-family: 'Roboto', sans-serif; 

letter-spacing:0.5px;
text-align:center !important; 
}

.es_services h3 .b { display:inline-block; font-weight:700; color:#565656;}
.es_services h3 .c {display:inline-block; font-weight:400; color:#565656; }




@media screen and (max-width: 767px) {
	
.es_services h4{
line-height:130%;	
}	
	
}



.es_services h2:after{
transition: all 0.5s ease, padding 2.8s linear;
	-ms-transition: all 0.5s ease, padding 2.8s linear;
	-webkit-transition: all 0.5s ease, padding 2.8s linear;
	-moz-transition: all 0.5s ease, padding 2.8s linear;
	-o-transition: all 0.5s ease, padding 2.8s linear;
content:"";
width:2%;
margin-left:49%;
margin-right:49%; 
height:25px;
border-bottom:2px solid #ffffff;
  position: absolute;
  left:0;
  z-index:1;
}



.es_services h4 strong{
font-weight:bold;
}







/*------Scttion Services----------*/


.view-services img {
   -webkit-transform: scaleY(1);
   -moz-transform: scaleY(1);
   -o-transform: scaleY(1);
   -ms-transform: scaleY(1);
   transform: scaleY(1);
   -webkit-transition: all 0.7s ease-in-out;
   -moz-transition: all 0.7s ease-in-out;
   -o-transition: all 0.7s ease-in-out;
   -ms-transition: all 0.7s ease-in-out;
   transition: all 0.7s ease-in-out;
}
.view-services .mask {
   background-color: rgba(255, 231, 179, 0.3);
   -webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
   -o-transition: all 0.5s linear;
   -ms-transition: all 0.5s linear;
   transition: all 0.5s linear;
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
}
.view-services h2 {
   border-bottom: 1px solid rgba(0, 0, 0, 0.3);
   background: transparent;
   margin: 20px 40px 0px 40px;
   -webkit-transform: scale(0);
   -moz-transform: scale(0);
   -o-transform: scale(0);
   -ms-transform: scale(0);
   transform: scale(0);
   color: #333;
   -webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
   -o-transition: all 0.5s linear;
   -ms-transition: all 0.5s linear;
   transition: all 0.5s linear;
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
}
.view-services p {
   color: #333;
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transform: scale(0);
   -moz-transform: scale(0);
   -o-transform: scale(0);
   -ms-transform: scale(0);
   transform: scale(0);
   -webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
   -o-transition: all 0.5s linear;
   -ms-transition: all 0.5s linear;
   transition: all 0.5s linear;
}
.view-services a.info {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transform: scale(0);
   -moz-transform: scale(0);
   -o-transform: scale(0);
   -ms-transform: scale(0);
   transform: scale(0);
   -webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
   -o-transition: all 0.5s linear;
   -ms-transition: all 0.5s linear;
   transition: all 0.5s linear;
}
.view-services:hover img {
   -webkit-transform: scale(10);
   -moz-transform: scale(10);
   -o-transform: scale(10);
   -ms-transform: scale(10);
   transform: scale(10);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
}
.view-services:hover .mask {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
}
.view-services:hover h2,.view-services:hover p,.view-services:hover a.info {
   -webkit-transform: scale(1);
   -moz-transform: scale(1);
   -o-transform: scale(1);
   -ms-transform: scale(1);
   transform: scale(1);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
}


/* ======= video-controls  =======  */

.video-controls-box {
  position: absolute !important;
  bottom: 40px;
  left: 0;
  width: 100%;
  z-index: 1;
}

.video-controls-box a {
  display: inline-block;
  color: #fff;
  margin: 0 5px 0 0;
}



/* BRADFORD WHAT WE DO */
#what-we-do{
	background:#ffffff;
}
#what-we-do .card{
	padding: 1rem!important;
	border: none;
	margin-bottom:1rem;
	-webkit-transition: .5s all ease;
	-moz-transition: .5s all ease;
	transition: .5s all ease;
}
#what-we-do .card:hover{
	-webkit-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
	-moz-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
	box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
}
#what-we-do .card .card-block{
	padding-left: 50px;
    position: relative;
}
#what-we-do .card .card-block a{
	color: #007b5e !important;
	font-weight:700;
	text-decoration:none;
}
#what-we-do .card .card-block a i{
	display:none;
	
}
#what-we-do .card:hover .card-block a i{
	display:inline-block;
	font-weight:700;
	
}
#what-we-do .card .card-block:before{
	font-family: FontAwesome;
    position: absolute;
    font-size: 39px;
    color: #007b5e;
    left: 0;
	-webkit-transition: -webkit-transform .2s ease-in-out;
    transition:transform .2s ease-in-out;
}
#what-we-do .card .block-1:before{
    content: "\f0e7";
}
#what-we-do .card .block-2:before{
    content: "\f0eb";
}
#what-we-do .card .block-3:before{
    content: "\f00c";
}
#what-we-do .card .block-4:before{
    content: "\f209";
}
#what-we-do .card .block-5:before{
    content: "\f0a1";
}
#what-we-do .card .block-6:before{
    content: "\f218";
}
#what-we-do .card:hover .card-block:before{
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);	
	-webkit-transition: .5s all ease;
	-moz-transition: .5s all ease;
	transition: .5s all ease;
}


/* ============ Brand Ambassador  ========= */
.bradford-brand{
margin-top:60px;	
}

.svg-wrapper {
  height: 60px;
margin: 0 auto;
  position: relative;
  transform: translateY(-50%);
  width: 320px;
}

.shape {
  fill: transparent;
  stroke-dasharray: 140 540;
  stroke-dashoffset: -474;
  stroke-width: 8px;
  stroke: #EEDC11;
}

.brand {
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  letter-spacing: 2px;
  line-height: 32px;
  position: relative;
  top: -56px; font-weight:bold;
  text-align:center;
}

.brand span{
	
  font-size: 15px;
  letter-spacing:2px; font-weight:normal;
  line-height:16px; display:block;
  text-transform:uppercase;
}

@keyframes draw {
  0% {
    stroke-dasharray: 140 540;
    stroke-dashoffset: -474;
    stroke-width: 8px;
  }
  100% {
    stroke-dasharray: 760;
    stroke-dashoffset: 0;
    stroke-width: 5px;  stroke: #DF232D;
  }
}

.svg-wrapper:hover .shape {
  -webkit-animation: 0.5s draw linear forwards;
  animation: 0.5s draw linear forwards; 
}

/*   ===============  BACKGROUND  ============  */ 


/*=====================================
Ourservices
======================================*/
.Ourservices-area{
    background: #EDF1F2 url("../img/services-bg.jpg") no-repeat scroll left top;
    position: relative;


}
.Ourservices-area .container .Ourservices-entry{    
    overflow: hidden;
    padding: 50px 10px 45px; 
}
.Ourservices-icon {
    height: 90px;
    width: 90px;
    border: 2px solid #DF232D;
    border-radius: 100%;
    display: inline-block;
    position: relative;
    padding: 15px; color:#DF232D;
    cursor: pointer;
}
.Ourservices-estate:hover .Ourservices-icon{
    color:#FFF;
    border: 2px solid transparent;
    background-color: #DF232D;
}

.Ourservices_text{
    color:#FFF;
}
.Ourservices-estate{
    background-color: #EEDC11;
    padding: 35px 0px;
    text-align: center;
    fill: #FFF;
}
.Ourservices-estate h3 {
    font: 600 14px "Open Sans",sans-serif;
    text-transform: uppercase;
    margin: 20px 0px 0px;
}
.Ourservices_text ul {
    padding-left: 0px;
    list-style: outside none none;
    margin-top: 45px;
}
.Ourservices_text ul li {
    margin-bottom: 10px;
}
.Ourservices_text ul li span {
    font-size: 18px;
    margin-right: 15px;
}
.Ourservices-circle{
    background: #EEDC11;
    display: inline-block;
    height: 50px;
    width: 50px;
    border-radius: 100%;
    margin: -18px 0px;
    border: 10px solid #EDF1F2;
    position: relative;
    z-index: 1000;
}
.Ourservices_text .page-title h2 {
    color: #DF232D;
    text-transform: uppercase;
    background-color:#EEDC11;
    position: absolute;
	font-family: 'Roboto', sans-serif;
    top: 126px;
    right: 26px;
    font-weight: 300;
    font-size: 32px;
    border-radius: 0%;
    padding: 45px 10px;
    width: 170px;
    height: 160px;
}
/*===================================================
count-area
===================================================*/

@media (max-width: 480px){

    .Ourservices_text .page-title h2 {
        color: #DF232D;
        text-transform: uppercase;
        background-color: #FFF;
        top: 126px;
        right: 26px;
        font-weight: 500;
        font-size: 27px;
        padding: 35px 10px;
        height: 100px;
        position: initial;
        width: 100%;
        border-radius: 0px;
    }
    .asks-first { 
        padding: 15px;
        margin-bottom: 10px;

    }
    .asks-first-info {
        color: #FFF;
        margin: 5px;
    }
    .Ourservices-circle {
        background-color: transparent;
        display: inline-block;
        border-radius: 100%;
        border: 0px solid #FFF;
    }
    .Ourservices-estate {
        background-color: #FFF;
        padding: 10px 0px;
        text-align: center;
        fill: #FFF;
    }
    .Ourservices-area .container .Ourservices-entry {
        padding: 10px 5px 65px;
        overflow: hidden;
    }
}


@media (min-width: 480px) and (max-width: 767px){

    .Ourservices_text .page-title h2 {
        color: #9B9B9B;
        text-transform: uppercase;
        background-color: #FFF;
        top: 126px;
        right: 26px;
        font-weight: 500;
        font-size: 27px;
        padding: 35px 10px;
        height: 100px;
        position: initial;
        width: 100%;
        border-radius: 0px;
    }
    .asks-first { 
        padding: 15px;
        margin-bottom: 10px;
    }
    .asks-first-info {
        color: #FFF;
        margin: 5px;
    }
    .Ourservices-circle {
        background-color: transparent;
        display: inline-block;
        height: 50px;
        width: 50px;
        border-radius: 100%;
        margin: -18px 0px;
        border: 10px solid #FFF;
        position: relative;
        z-index: 1000;
    }
    .Ourservices-estate {
        background-color: #FFF;
        padding: 10px 0px;
        text-align: center;
        fill: #FFF;
    }
    .Ourservices-area .container .Ourservices-entry {
        padding: 10px 5px 65px;
        overflow: hidden;
    }
}

@media (min-width: 768px) and (max-width: 979px){
    .proerty-th-list .col-md-4 .item-thumb img { 
        height: 285px; 
        width: 100%;
        padding-right: 14px;
    }
    .pr0 {
        padding-right: 15px !important;
    }
    
    .proerty-th-list p { 
        padding-top: 10px; 
    }
}

@media (min-width: 969px) and (max-width: 1169px){

    .proerty-th-list .col-md-4 .item-thumb img { 
        height: 285px; 
        width: 100%;
        padding-right: 14px;
    }
    
    .proerty-th-list p { 
        padding-top: 10px; 
    }
}





/* ================ COUNTER ======= BRADFORD  ========== */
.counter-section {
margin-top:0px;
background:url("../img/counter.jpg") no-repeat;
background-attachment: fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
-ms-background-size:cover;
background-size: cover;
background-position: center;
width: 100%;
display: block;
height: auto;
}

.counter-cover{
padding-top:50px;
padding-bottom:20px;
background: rgba(0,0,0,0.9)!important;
height:100%;
width:100%;
}


@media (max-width: 767px) {
	
	.counter-section { display:none !important;
	overflow-x:hidden;
	}
}
/*-=-=-=-=-=-=-=-=-=-=-=- */
/* Column Grids */
/*-=-=-=-=-=-=-=-=-=-=-=- */

.col_half { width: 49%; }
.col_third { width: 32%; }
.col_fourth { width: 23.5%; }
.col_fifth { width: 18.4%; }
.col_sixth { width: 15%; }
.col_three_fourth { width: 74.5%;}
.col_twothird{ width: 66%;}
.col_half,
.col_third,
.col_twothird,
.col_fourth,
.col_three_fourth,
.col_fifth{
	position: relative;
	display:inline;
	display: inline-block;
	float: left;
	margin-right: 2%;
	margin-bottom: 20px;
}
.end { margin-right: 0 !important; }
/* Column Grids End */

#student-counter h3{
font-size: 40px; font-weight:300; letter-spacing:1px  margin-top: 20px; margin-bottom: 20; text-align: center; color:#fff;	
font-family: 'Roboto', sans-serif;	
}

.counter { background-color: transparent; padding: 20px 0;}
.count-title { font-size: 100px; font-family: 'Roboto', sans-serif;	 font-weight: 300;  margin-top: 10px; margin-bottom: 10; text-align: center; color:#fff;}
.count-text { font-size: 18px; color:#fff; letter-spacing:1px;  font-family: 'Roboto', sans-serif; font-weight: 400;  margin-top: 10px; margin-bottom: 15; text-align: center; width:100%;}

.joinus-today { 
margin:10px 0; color: #ffffff !important; 
} 
 
.joinus-today { 
  color: #ffffff !important; 
  border:2px solid #DF232D;
background: #DF232D; 
  font-family: 'Oswald', sans-serif;
  letter-spacing:0.7px;
  text-align:center;
  text-transform:uppercase;
  border-radius:0px;
-ms-border-radius:0px;
 -webkit-border-radius:0px;
 -moz-border-radius:0px;
 -o-border-radius:0px;
  transition: all 1.0s ease, padding 2.8s linear;
	-ms-transition: all 1.0s ease, padding 2.8s linear;
	-webkit-transition: all 1.0s ease, padding 2.8s linear;
	-moz-transition: all 1.0s ease, padding 2.8s linear;
	-o-transition: all 1.0s ease, padding 2.8s linear;
	font-size:16px;
	padding: 10px 20px;
	float:right;
} 
 
 
.joinus-today:focus, 
.joinus-today:active,
.joinus-today:hover{
	  color: #ffffff !important; 
  border:2px solid #EEDC11;
background: #EEDC11; 
	
}

.joinus-today i {
	margin-left:15px;
}

/*===================================================
count-area
===================================================*/


.contact-2018 {
display:block; 
}

.contact-2018 li{
font-family: 'Roboto', sans-serif;
color:#fff;
line-height:150%; font-size:16px; 
list-style:none; text-decoration:none;
padding:15px 0px; letter-spacing:1px;

font-weight:400;
margin-top:15px; 
}


.contact-2018 img{
width:100%; height:auto; 

}



.contact-pokhara {
margin-bottom:40px;	
display:block; 

}

.contact-pokhara li{
font-family: 'Roboto', sans-serif;
color:#fff;
line-height:150%; font-size:16px; 
list-style:none; text-decoration:none;
padding:15px 0px; letter-spacing:1px;
font-weight:400;
margin-top:0px; border-top:1px dashed rgba(255,255,255,0.2);
}



.contact-pokhara h4 {
font-family: 'Oswald', sans-serif;
color:#f9f9f9;
line-height:150%; font-size:16px; 
list-style:none; text-decoration:none;
padding:15px 0px;    text-transform:uppercase;
   letter-spacing:0.7px;
   font-weight:normal;
   font-family: 'Roboto', sans-serif;
margin-top:0px;
text-align:right; 
}


@media (max-width: 767px){
	.contact-pokhara h4 {
		
		text-align:left;
	}
	
	
}









.bf-fmenu li {
	border-bottom:1px dashed rgba(255,255,255,0.2);
	padding:10px 0px;
	font-family: 'Roboto', sans-serif;
	color:#fff;
	line-height:140%; font-size:15px; list-style:nonr; 
	
}

.bf-fmenu a{
	font-family: 'Roboto', sans-serif;
	color:#fff; font-weight:400;
	line-height:140%; font-size:15px; text-decoration:none;
}


/*================ SGI HEADER =====================*/
/*
.rb_header_nav{
	top:180px;	
}
*/
.rb_header_nav li{
	display:inline-table;
float:right;
margin-left:10px;
margin-top:10px;
font-weight:12px;
letter-spacing:0.5px;
text-transform:uppercase;
	line-height:150%;
font-family: 'Roboto', sans-serif;
list-style:none;
font-weight:400;
border-radius:5px;
 -moz-border-radius:5px;
  -webkit-border-radius:5px;
 -moz-transition-duration: 1s; /* Safari */
  -webkit-transition-duration: 1s; /* Safari */
    transition-duration: 1s;
	background:#EEDC11;
	padding:5px 10px;
	border:1px solid rgba(0,0,0,0.2);
}

.rb_header_nav li:hover{
	background:#DF232D;
	border:1px solid rgba(0,0,0,0.2); color:#ffffff !important;
}


.rb_header_nav a{
	color:#fff !important;
	text-decoration:none;
}
.rb_header_nav a:hover{
	 color:#ffffff !important;
	text-decoration:none;
}

.rb_header_nav li em{
	
color:#000 !important;
margin-left:15px;
}

/*================ SGI HEADER =====================*/
/*================ ABROAD STUDY FOOTER ICON =====================*/

.abroad-study-footer{	
margin:30px 0px 50px 0px;
}


/*           AUTO IMAGES SIZE       */


#bradford-photo img{
width:100%;
height:auto;
margin:20px 0px; 
}

/*
#bradford-photo:hover img{

 -webkit-box-shadow: 0 10px 6px -6px #777;
       -moz-box-shadow: 0 10px 6px -6px #777;
            box-shadow: 0 10px 6px -6px #777; 
}


.bradford-photo img{
position: relative;
}


.bradford-photo:before, .bradford-photo:after
{
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width:300px;
  background: #777;
  -webkit-box-shadow: 0 15px 10px #777;
  -moz-box-shadow: 0 15px 10px #777;
  box-shadow: 0 15px 10px #777;
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
.bradford-photo:after
{
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  right: 10px;
  left: auto;
}

*/

/*           AUTO IMAGES SIZE       */