
/* #BASIC--------------*/

*{margin:0; padding:0;}

* {
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box
}
a {
	transition:all .4s ease-in-out;
	-moz-transition:all .4s ease-in-out;
	-webkit-transition:all .4s ease-in-out;
	-o-transition:all .4s ease-in-out;
	-ms-transition:all .4s ease-in-out;
	color:#6b6b6b;
	}
	

img.grayscale {
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
  filter: gray; /* IE6-9 */
  -webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
}

img.grayscale:hover {
  filter: none;
  -webkit-filter: grayscale(0%);
}
	
img{border:none;}
li {list-style:none outside;}
h1{ font-size:34px;font-weight:900;}
h2 {font-size:24px; font-weight:300; position:relative; }
h3{font-weight:400; font-size:20px;}
label{font-size:13px; color:#6b6b6b; }
h1, .h1, h2, .h2, h3, .h3 {
    margin-bottom:20px; 
    margin-top: 0;
	font-family: 'Raleway', sans-serif;
}
.title{ position:relative; margin-bottom:10px; margin-bottom:30px;}
.title h2 span{font-weight:700;}
input, label{ font-weight:400;}

#fixed{position:relative; z-index:1000;}
figure{margin-bottom:20px;}

a:focus, a, object, embed {outline: none;}

a:focus, a:hover {text-decoration: none;color: #0d4c86;}
:focus, :active {-moz-outline-style: none; outline:0 none !important;}
::-moz-focus-inner {border:0;}
ul, ol {margin: 0; padding: 0;}
ul, ol, li {list-style: none;}
p {margin: 0;}
.border_red{ position:relative; padding-bottom:9px; border-bottom:1px solid #e3e3e3;}
.border_red:before{    position: absolute;
    bottom: -3px;
    left: 20px;
    width: 35px;
    height: 5px;
    content: "";
    display: inline-block;
	background:#e54d42;}
.border_red:after{
	position: absolute;
    bottom: -1px;
    left: 0;
    width: 80px;
    height: 1px;
    content: "";
    display: inline-block;
	border-bottom:1px solid #e54d42;
	background:#e54d42;
	}

.readbtn{ height:55px; line-height:55px; text-align:center; color:#fff; position:relative; display:inline-block; padding:0 40px 0 45px;
background:#39b9e0; border-radius:30px; -webkit-border-radius:30px; -moz-border-radius:30px; }
.readbtn:after{ content:""; position:absolute; background:url(../images/arrow_left.png) no-repeat right 18px; height:15px; width:20px;
margin-left:10px; height:55px;}

.readbtn:hover, .readbtn:focus{background:#2d9fc1; color:#fff;}

.logo{}

img{ max-width:100%; height:auto;}

.padd_Right0{padding-right:0;}
.padd_Left0{padding-left:0;}
.padd_Both0{padding-left:0; padding-right:0;}

.padd_top60{padding-top:60px;}
.padd_btm60{padding-bottom:60px;}
.padd_both60{padding-top:60px; padding-bottom:60px;}

.padding_top40{ padding-top:40px;}
.alignleft{float:left;}
.alignright{float:right;}



.menu_responsive{    
	color: #fff;
    display: none;
    font-size: 21px;
    font-weight: bold;
    line-height: 28px;
    margin-top: 5px;
    padding: 10px 0 10px 15px;
    text-transform: uppercase;
}



body {font-size:14px; line-height:22px; font-family: 'Hind', sans-serif; color:#555555;  }
input{border:none;}
:focus{ outline:none;}
::placeholder{ color:#73b8ff;}

/*header part*/
header{background:url(../images/header_bg.jpg) no-repeat left top; width:100%; background-size:cover;}

.top_bar{min-height:40px; font-size:13px; background:#39b9e0; color:#8aa6c1; }
.top_bar a{color:#8aa6c1;}
.left{ margin-top:12px;}
.left ul li{display:inline-block; line-height:40px;  padding: 0 15px;  background:#f2f2f2; text-align:center;}

.left ul li:first-child{padding-left:0;}

.left ul li .call_icon{ font-size:16px; color:#fff; margin-right:15px; display:inline-block; height:41px; padding:22px; background:#39b9e0 url(../images/call_icon.png) no-repeat center center; float:left;}
.left ul li  .mail_info{float:left; line-height:43px; font-size:16px;}

.top_bar .right{float:right; line-height:40px; margin-right:20px;}
.top_bar .right ul{float:left;}
.top_bar .right ul li {color:#fff;}
.top_bar .right ul li span{margin-right:10px;}
.top_bar .right .social_media{font-size:18px;}
.social_meida{float:left; margin-top:7px;}
.social_meida a { margin-left:5px; display:inline-block; width:25px; height:25px;}
.social_meida a span{ display:block; height:100%; text-align:center; line-height:25px; color:#fff;}
.social_meida a:hover span.fa-facebook{background:#537bbd;}
.social_meida a:hover span.fa-twitter{background:#78cdf0;}
.social_meida a:hover span.fa-google-plus{background:#2d9fc1;}


/*search*/

.search_form .search {
   margin-top: 5px
}
.search_form .search form {
    position: relative;
}
.search_form .search input {
    border: 0 none;
    box-sizing: border-box;
    color: #fff;
    cursor: default;
    font-size: 13px;
    padding: 8px 12px;
    transition: all 0.2s ease 0s;
	width:189px; 
	height:29px;
	background:transparent;
	border:1px solid #7dddfa;
}
.ie8 .search_form .search input {
    padding: 2px 12px 0;
}
.ie9  .search_form.search input {
    padding: 0 12px;
}
.search_form .search input:focus {
    box-shadow: none;
    color: #fff;
    width: 250px;
}
.search_form .search:focus button {
    color: #1b1b1b;
}
.search_form .search button .fa-search{color:#7dddfa;}
.search_form .search button {
    background:  rgba(0, 0, 0, 0);
    border: 0 none;
    color: #333;
    cursor: pointer;
    font-size: 11px;
    position: absolute;
    right: 2px;
    top: 3px;
    transition: all 0.2s ease 0s;
}
 .search_form .search button:hover .fa-search {
    color: #fff;
}


/*search*/

.middle{padding-top:7px;}

.middle_right{margin-top:20px;}
.middle_right  .search{float:left; border:1px solid #d9d9d9; padding:4px;}
.middle_right  .search .fa-search{color:#8b8b8b; position:relative; left:-6px;}
.middle_right .search input[type="submit"]{ left: 18px; background:transparent; position: relative;text-indent: -9999px; width: 30px;}

/*header part end*/

/*nav part start*/

/*mega menu*/
.navbar-nav{margin-top:10px;}
.dropdown-menu{border:none; box-shadow:none; background-color:#39b9e0; padding:0; border-radius:0 !important;}
.dropdown-menu > li > a{color:#fff; padding:6px 20px; }
.dropdown-menu  > li { border-bottom: 1px solid #2d9fc1;}
.navbar{min-height:50px !important; clear:both;}
.navbar-default .navbar-toggle .icon-bar {background-color: #ddd;}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #cb3f35 ;
}
.navbar-default .navbar-toggle:hover{border-color:#cb3f35 ;}
.navbar-nav > li > a{ font-size:14px; line-height:50px;   padding: 0 13px !important; text-transform:uppercase;}

.navbar-default .navbar-collapse, .navbar-default .navbar-form{border-color:transparent;}
.container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse{ margin-left:-15px; margin-right:-15px;}
.navbar{background:transparent !important; margin-bottom:0; border:none; border-radius: 0;}
.navbar-inverse{background-color:transparent !important; border-color:transparent !important;}

.navbar-default .navbar-nav > li > a{border-color:transparent;}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus{
background-color: #39b9e0 !important; border-top:5px solid #4ad5ff; color:#fff;}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus{ background-color:#2d9fc1; color:#fff;}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    background-color: #39b9e0 !important;
	border-top:5px solid #4ad5ff;
	color:#fff;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus{ background-color: #39b9e0 !important;
    border-color: #4ad5ff !important; color:inherit !important;}
	


.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

.dropdown-menu{left:0; right:inherit;}
.nav li:hover > .dropdown-menu{display:block;}
/*mega menu*/

/*nav part end*/

/*banner*/


.banner{position:relative;}
.download_btn{top:-25px; position:relative;}
.download_btn:after{background:none;}
.download_btn .fa{margin-left:10px;}
.download_outer { text-align:center;}
.download_outer .readbtn{padding:0 20px; font-size:16px; box-shadow:2px 2px 2px 0 rgba(0,0,0,0.3);}
/* Carousel Styles */
.carousel-indicators{display:none;}
.carousel-indicators .active {
    background-color: #2980b9;
}

.carousel-inner img {
    width: 100%;
	
}

.carousel-control {
    width: 0;
}

.carousel-control.left,
.carousel-control.right {
	opacity: 1;
	filter: alpha(opacity=100);
	background-image: none;
	background-repeat: no-repeat;
	text-shadow: none;
}

.carousel-control.left span {
	/*padding: 20px;*/
}

.carousel-control.right span {
	/*padding: 20px;*/
}

.carousel-control .glyphicon-chevron-left, 
.carousel-control .glyphicon-chevron-right, 
.carousel-control .icon-prev, 
.carousel-control .icon-next {
	position: absolute;
	top: 45%;
	z-index: 5;
	display: inline-block;
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
	left: 15px;
}

.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
	right: 15px;
}

.carousel-control.left span,
.carousel-control.right span {
	border:1px solid #fff;
	font-size: 17px;
	width:40px;
	height:40px;
	line-height:40px;
}

.left .arrow{background:url(../images/arrow_right.png) no-repeat center center;}
.right .arrow{background:url(../images/arrow_left.png) no-repeat center center;}
.carousel-control.left span:hover,
.carousel-control.right span:hover {
	opacity: .7;
	filter: alpha(opacity=70);
}

#carousel-example-generic .carousel-control{top: 221px;}
.carousel-control.left{ left:30px;}
.carousel-control.right{ right:70px;}
/* Carousel Header Styles */
.banner{position:relative;}
.header-text {
    color: #ffffff;
    left: 6.8%;
    position: absolute;
    right: auto;
    top: 150px;
	padding:30px;
	width:640px;
}
.header-text h2 {
    color: #fff;
    font-size: 42px;
	font-weight:900;
	display:inline-block;
	float:left;
}
.header-text .readbtn {
	border:1px solid #fff;
	background:transparent;
	margin-top:20px;
}
.header-text p{ clear:both; color:#fff;  float:left;}

.header-text a:hover{background:#2d9fc1; border-color:#2d9fc1;} 
/*banner*/

/*welcome*/
.block figure{margin-bottom:20px;}
.block .fa{margin-bottom:20px; font-size:40px;}
.rounded{width:90px; height:90px; border-radius:100%;-moz-border-radius:100%; -webkit-border-radius:100%; -ms-border-radius:100%; border:1px solid #2d9fc1; display:inline-block; line-height:90px; text-align:center;}
.block .fa{color:#2d9fc1;}
.block h3{font-size:14px;}
.icons{padding-left:40px; border-left:1px solid #e6e6e6;}



.video{background:url(../images/video_bg.jpg) no-repeat center top; height:456px; background-size:cover; padding:30px 0;}
.video h2{color:#fff; font-size:45px; text-transform:uppercase; font-weight:800;}
.video p{margin-bottom:20px; color:#fff; font-size:14px;}
.video_text{padding-top:60px;}

.job_post_text{position:relative;}
.job_post_text:after{content:""; position:absolute; left:160px; top:-20px;
	width: 0;
	height: 0;
	border-left: 20px  solid transparent;
	border-right: 20px  solid transparent;
	border-bottom: 20px  solid #f1f1f1;
	}
.job_post_text h3{ text-transform:uppercase; font-size:18px;}
.job_post figure{margin-bottom:0;}
.job_post_text{ padding:20px; background:#f1f1f1; text-align:center; border-bottom:5px solid #39b9e0;
	transition:all .4s ease-in-out;
	-moz-transition:all .4s ease-in-out;
	-webkit-transition:all .4s ease-in-out;
	-o-transition:all .4s ease-in-out;
	-ms-transition:all .4s ease-in-out;
}


.link { margin-top:20px;}
.link .fa{ border-radius:100%; -moz-border-radius:100%; -webkit-border-radius:100%; width:40px; height:40px; background:#e54d42;
text-align:center; color:#fff; display:inline-block; line-height:40px; cursor:pointer;}
.link .fa + .fa{ margin-left:20px;}

/*testimonials*/
.carousel-control.left, .carousel-control.right{background-image:none; display:inline-block;}
.carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right{
top:230px !important;}
.carousel-control .icon-prev, .carousel-control .fa-long-arrow-left{ left:530px; position: absolute; top:220px;  }
.carousel-control .icon-next, .carousel-control .fa-long-arrow-right{position: absolute; top:220px;
right: 530px;}
.carousel-control span{display:inline-block; background:#39b9e0; width:35px; height:35px; color:#fff; box-shadow:none;
line-height:35px;}
.carousel-inner .thumbnail{border:none;}

/*welcome*/
.welcome{ }
.welcome_holder{padding-right:40px;}
.welcome .title h2{text-align:center;}
.service_block{ text-align:center;}
.service_block  h3{font-size:18px; font-weight:bold; color:#555555;}

/* job_categories */
.job_categories{}
.job_categories .border_red:before{left:50% !important;  }
.job_categories .border_red:after{left:50% !important; margin-left:-24px;}
.job_view_more{margin-top:40px;}

.latest_news{ position:relative;}
.latest_news figure img{width:100%;}
.news_post{ position:absolute; left:0; top:0; z-index:1; width:100%; height:100%; color:#fff; padding:30px;}
.news_post .date{ margin-bottom:20px; font-size:16px;}
.news_post h2{color:#fff; font-size:30px; font-weight:700;}
.different{margin-bottom:20px;}
.news_date{background:#e54d42; padding:15px; color:#fff; display:inline-block; font-size:16px; margin-right:20px;}
.news_date:hover{color:#fff;}
.news_date span{ font-size:20px;}
.news_list .media-body h4{ margin-bottom:15px; font-weight:bold;}
.news_list li{ margin-bottom:20px;}

.recruitment{background:#e54d42 url(../images/search_glass.png) no-repeat right bottom; padding:40px; color:#fff; height:488px;}
.recruit_title{ font-size:18px; font-family: 'Raleway', sans-serif; margin-bottom:20px;}
.recruitment ul { margin-bottom:15px;}
.recruitment ul li{ list-style:disc inside; color:#fff; margin-bottom:8px;}
.recruitment ul li a{ color:#fff}
.recruitment ul li a:hover{ text-decoration:underline;}
.recruitment p{}


/*parnters*/
.associate_flags{ margin-top:30px;}
.associate_flags li{ margin-right:20px; width:210px; float:left;}
.associate_flags li:last-child{margin-right:0;}

.associate_partners .border_red:before{left:50% !important;  }
.associate_partners .border_red:after{left:50% !important; margin-left:-24px;}
/*footer start*/

footer{width:100%; background:#2a2a2a; padding:30px 0; position:relative; 
color:#8c969b; font-size:13px;}
.footer_img{background:url(../images/footer_bg.png) no-repeat center top; background-size:cover;
position:absolute; top:-197px; left:0; width:100%; height:197px;}
footer a{color:#8c969b;}
footer h3{color:#c1c1c1; padding-bottom:10px; border-bottom:1px solid #515151; font-weight:800; font-size:18px;
text-transform:uppercase;}

footer ul li a:hover{text-decoration:underline; color:#fff;}


.help_col{}
.help_col li{line-height:18px;}
.help_col li a{display:block;}
.help_col li a:hover{text-decoration:none; padding-left:5px; }



.footer_col .address li span{ margin-right:10px; }
.footer_logo{margin-top:50px;}

.footer_column li{margin-bottom:10px;}
.address li{ margin-bottom:3px;}

.footer_social_media a{display:inline-block; margin-right:6px;}

.design a span{color:#ff5500;}
.design a span:hover{text-decoration:underline;}

.footer_last .container{ border-top:1px  solid #515151; padding-top:20px; font-size:13px; margin-top:56px; text-align:center;}

.footer_social_media{margin-top:15px;}
.affiliated{margin-top:20px;}
.affiliated a{display:inline-block; margin-right:10px;}
.footer_social_media p.connect_, .affiliated p.connect_{text-transform:uppercase; font-size:14px; margin-bottom:10px;}
.footer_social_media .fa{color:#fff; text-align:center; height:30px; width:30px; line-height:30px; font-size:14px; margin-right:5px;}
.footer_social_media a:hover{text-decoration:none;}
.footer_social_media .fa-facebook{background:#3b5998;}
.footer_social_media .fa-twitter{background:#28a9e0;}
.footer_social_media .fa-google-plus{background:#da4835;}
.footer_social_media .fa-linkedin{background:#007fb2;}


/* #Medai Queries for responsiveness---- */
@media(max-width: 1200px){ 

}


@media(max-width: 992px){ 



}

@media screen and (max-width: 768px) {


}


@media screen and (max-width: 767px) {
h2{font-size:20px;}
.pull-right{float:none !important;}
.pull-left{float:none !important;}
.top_bar .right{ float:none; width:100%; line-height:normal; margin-bottom:24px;}
.top_bar .search_form{ margin-bottom:15px;}
.menu_responsive{ display:inline-block;}
.navbar-default .navbar-nav .open .dropdown-menu > li > a{color:#fff;}
.dropdown-menu{min-width:100%;}

.padd_both60{ padding-top:20px; padding-bottom:20px;}
.padd_top60{ padding-top:20px;}
.padd_bottom60{ padding-bottom:20px;}

.middle .left{ display:none;}
.padd_both50{padding-top:20px; padding-bottom:20px;}
.help{background:none; height:auto;}
.project_img_holder figure img{width:100%;}
.tp-caption{display:none;}
.navbar-nav .open .dropdown-menu{ background-color:#39b9e0;}
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus{
	color:#b5c3ff;
}

.help_block {margin-top:20px;}
.icons { padding-left: 0; margin-top:40px;}

.video_holder{}
.video{background:url(../images/video_bg.jpg) repeat center top; height:auto; }	
.associate_flags li{width:100%; margin-bottom:15px; float:none;}
.job_post img, .associate_flags img{width:100%;}	
.video_holder{margin-top:20px;}
.news_post{ position:inherit; padding:0; color:#555555;} 
.news_post h2{ color:#555555;}
.news_list li{margin-bottom:0; margin-top:20px;}
.footer_last .container{margin-top:20px;}
.search_form .search button{right:15px;}
.welcome_holder{padding-right:0;}
}

@media (max-width:600px){

}

@media(max-width: 500px){
}
@media(max-width: 480px){


}
@media(max-width: 450px){

}


@media (max-width: 425px){

}

@media(max-width: 360px){


}
@media(max-width: 320px){

}



