/* CSS Document */
@font-face {
    font-family: Noto Sans;
    src: url(../fonts/noto-sans/NotoSans-Regular.ttf);
}

@font-face {
    font-family: Noto Sans - Bold;
    font-weight: bold;
    src: url(../fonts/noto-sans/NotoSans-Bold.ttf);
}
body
{
font-family:Noto Sans;
}
ul
{
	margin:0;
	padding:0;
}
li
{
	list-style-type:none;
}
a, a:hover
{
	text-decoration:none;
}
.page{
	width: 90%;
	margin: 0 auto;
}
header{
	background: url(../images/banner.jpg);
	background-size: auto;
	width: 100%;
	color: #fff;
}
.top_bar{
	border-bottom: 1px solid rgba(255,255,255,.2);
	text-align: right;
	width: 100%;
	position: absolute;
	top: 0;
	z-index: 6;
}
.top_bar ul
{

}
.top_bar ul li
{
  float: right;
  margin: 0 2px;
}
.top_bar ul li img
{
  width: 24px;
  background: #309bb6;
  height: 24px;
}
.top_bar ul li img:hover
{
  background: #25adcf;
}

.menu_bar{
	margin: 20px auto;
  position: relative;
  z-index: 999;
  top:0;
}
.menu_bar_fixed{
  position:fixed !important;
  top:-47px;
  width:100%;
  padding: 20px 0 0 0;
  background: #fff;
  color: #333;
}
.menu_bar_fixed:after
{
  content: "";
background-image: url("../images/breaker-bottom.svg") !important;
background-repeat: no-repeat;
background-size: cover;
background-position: center top;
position: absolute;
top: 100px;
z-index: 0;
width: 100%;
height: 35px !important;
}
.logo{
	width: 200px;
  	padding: 12px 0 0 0;
}

.menu_bar .left,.menu_bar .right
{
	width: 40%;
	display: inline-block;
  text-align: center;
}
.menu_bar .center
{
	width: 18%;
	display: inline-block;
	text-align: center;
  vertical-align: top;
}

.menu ul
{
  display: inline-block;
}
.menu ul li
{
	float: left;
	text-align: center;
	padding: 24px 20px 0 20px;
  cursor: pointer;
}
.menu ul li:hover > span
{
  color: #ddd;
}
.menu ul li .name{
	font-size: 16px;
	display: block;
}
.menu ul li .sub{
	font-size: 14px;
	display: block;
	display: none;
}

.section
{
	width: 100%;
	margin: 0 auto;
	padding: 20px 0;
	display: inline-block;
}
.section_title
{
	font-size: 50px;
	text-align: center;
  color: #1384a0;
  font-weight: bold;
  margin: 0 0 30px 0;

}
.scrollSection ul li
{
	cursor: pointer;
}
.title_sub{
	font-size: 20px;
	text-align: center;
	width: 50%;
	margin: 0 auto 20px;
	padding: 10px 0;
  background: rgba(0,0,0,0.2);
}
#carousel_portfolio img
{
  width: 70%;
  margin: 0 auto;
}
.about_title
{
  color: #333;
	font-size: 22px;
	text-transform: uppercase;
	/*border-top:solid 1px #333;
	border-bottom:solid 1px #333;*/
	padding: 3px 0;
}
.about_title span img
{
  width: 25px;
  margin: 0 10px 0 0;
  display: none;
}
.about_content{
	font-size: 15px;
	padding: 10px 0;
	text-align: justify;
}
.services_icon
{
	width: 18%;
	display: inline-block;
	vertical-align: top;
}
.services_icon img
{
	width: 60px;
  background: #1384a0;
  border-radius: 100%;
  height: 60px;
  padding: 10px;
}
.services_content{
	width: 80%;
	display: inline-block;
	vertical-align: top;
}
.services_title
{
	font-size: 20px;
}
.services_text{
	font-size: 14px;
  text-align: justify;
  margin: 5px 0 0 0;
}
.niceList
{
	margin: 10px 0 0 20px;
}
.niceList li
{
	padding: 5px 0;
	list-style-type: devanagari;
}
#carousel-mobile
{
	background: url(../images/mobile.png);
	background-size: 100% 100%;
	height: 500px;
	width: 260px;
	left: 47px;
	background-repeat: no-repeat;
}
#carousel-mobile .carousel-inner
{
	width: 233px;
	left: 15px;
	top: 47px;
}
#carousel-mobile .carousel-inner img
{
	width: 100%;
	height: 393px;
	border-radius: 10px;
}

#home{
	padding: 0 0 40px 0;	
}
#aboutus
{
  /*background-image: url(../images/aboutus.jpg);*/
  background: #fff;
 padding: 40px 0;
  background-size:100% 100%; 
  position: relative;
}
#team
{
	background: #043D5D;
	padding: 70px 0 80px 0;
}
#portfolio
{
 padding: 40px 0;
  color: #043D5D;
}
#services
{
  background-image: url(../images/services.jpg);
 padding: 70px 0 60px 0;
  background-size:100% 100%; 
  color: #fff;
}
#history
{
  background-image: url(../images/history.jpg);
 padding: 40px 0;
 color: #fff;
  background-size:100% 100%; 
}
#contactus
{
  color: #fff;
}
#footer
{
  color: #fff;
}


#form_processing .alert-success,
#form_processing .alert-danger{
	width: 100%;
	height: 100%;
	text-align: center;
	border: 0;
	padding-top: 10%;
}
/* CONTACT MAP */
#GoogleMap{
	width: 100%;
	height: 290px;
	margin: 35px 0;
	border-radius: 5px;
}
/* CONTACT FORM */
#contact-form, 
#comment-form{
	margin: 35px 0;
}
#contact-form .control-group,
#comment-form .control-group
{
	margin: 25px 0;
}
#contact-form input.form-control,
#contact-form textarea.form-control,
#contact-form select.form-control,
#comment-form input.form-control,
#comment-form textarea.form-control,
#comment-form select.form-control{
	width: 100%;
	display: block;
	box-shadow: none;
}
/* CONTACT SHORTCODE */
.contact-boxes{
	width: 100%;
	table-layout: fixed;
	display: table;
}
.contact-box{
	color: #FFF;
	display: table-cell;
	padding: 60px 25px 50px 25px;
	overflow: hidden;
	position: relative;
	text-align: center;
}
.contact-box:before{
	font-family: "FontAwesome";
	position: absolute;
	font-size: 15em;
	opacity: .4;
	left: -30px;
	top: 20px;
}
.contact-box a
{
	margin: 0 0 40px 0;
}
.contact-box.contact-box-email:before{content: "\f003";}
.contact-box.contact-box-facebook:before{content: "\f09a";}
.contact-box.contact-box-twitter:before{content: "\f099";}
.contact-box.contact-box-google:before{content: "\f0d5";}
.contact-box.contact-box-skype:before{content: "\f17e";}

.contact-box.contact-box-email{background: #444;}
.contact-box.contact-box-facebook{background: #3b5998;}
.contact-box.contact-box-twitter{background: #55acee;}
.contact-box.contact-box-google{background: #dd4b39;}
.contact-box.contact-box-skype{background: #00aff0;}

.contact-box.contact-box-email a.btn.btn-default:hover{color: #444;}
.contact-box.contact-box-facebook a.btn.btn-default:hover{color: #3b5998;}
.contact-box.contact-box-twitter a.btn.btn-default:hover{color: #55acee;}
.contact-box.contact-box-google a.btn.btn-default:hover{color: #dd4b39;}
.contact-box.contact-box-skype a.btn.btn-default:hover{color: #00aff0;}
.contact-box h2{
	margin: 0 0 20px 0;
}
.contact-box p{
	color: #FFF;
	opacity: .8;
	font-size: .9em;
	min-height: 45px;
}
.contact-box a.btn.btn-default{
	background: transparent;
	border: 1px solid rgba(255,255,255,.6);
	color: rgba(255,255,255,1);
}
.contact-box a.btn.btn-default:hover{
	border: 1px solid #FFF;
	background: #FFF;
	opacity: 1;
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* FOOTER 
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
#footer {
background-image: url("../images/footer.png");
background-repeat: repeat;
background-size: 300px 300px;
display: inline-block;
width: 100%;
}
#footer{
	padding-top: 70px;
} 
#footer a:hover{
	opacity: .6;
}
/* WIDGETS */
#widgets{
	padding-bottom: 45px;
}
.widget{
	padding: 0 50px;
}
.widget h4{
	font-size: 1.4em;
	padding-bottom: 15px;
}
.widget a.btn.btn-default{
	margin-top: 15px;
	background: transparent;
	font-size: .9em;
	border-radius: 2px;
}
.widget a.btn.btn-default:hover{
	border-color: white;
}
.widget a.btn.btn-default i{
	padding-right: 8px;
}
.widget ul{
	padding-left: 5px;
	list-style-type: none;
	margin: 0;
}
.widget ul li{
	line-height: 1.8em;
}
.widget ul li:before{
	content: "\f105";
	padding-right: 10px;
	font-family: "FontAwesome";
}
.widget ul.widget-social{
	margin-top: 10px;
}
.widget ul.widget-social li{
	display: inline-block;
	padding-right: 15px;
}
.widget ul.widget-social li:before{
	content: "";
	padding-right: 0;
}
.widget ul.widget-social li:hover a{	
    -webkit-transform: rotate(360deg);
       -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
         -o-transform: rotate(360deg);
		 	transform: rotate(360deg);
}
#widgets .widget ul li.contact-address:before,
#widgets .widget ul li.contact-phone:before{
	color: #FFF;
}
.widget ul li.contact-address:before{
	content: "\f0f7";
}
.widget ul li.contact-phone:before{
	content: "\f095";
}
#footer-logo{
	width: 160px;
	margin-bottom: 30px;
}
/* COPYRIGHT */
#copyright{
	background: rgba(0,0,0,.2);
	padding: 15px 0 0 10px;
	font-size: .9em;
}
#copyright p{
	display: inline-block;
}
#footer-navigation{
	display: inline;
	padding-left: 10px;
}
#footer-navigation li{
	display: inline-block;
}
#footer-navigation li:after{
	content: "|";
	padding: 0 10px;
}
#footer-navigation li:last-child:after{
	content: "";
	padding: 0;
}


/* 4.4. OUR TEAM ***********************************************************************************/
.our_team {padding: 0 0 100px 0;background: #043d5d;}
.our_team h2 {color: #fff;}

.our_team__item {overflow: hidden;margin: 10px 0 0 0;padding: 0 0 29px 0;background: rgba(255, 255, 255, 0);text-align: center;}

.our_team__item img {height: 200px;}

.our_team__info {padding: 3em 15px 0 15px;}

.our_team__info h4 {padding: 16px 0 0 0;font-size: 18px;line-height: 20px;color: #fff;text-transform: uppercase;}
.our_team__info h4 span {display: block;font-size: 14px;color: #999;text-transform: none;}

.our_team__desc {position: relative;
opacity: 0;
}
.our_team__desc p {max-height: 150px;overflow: hidden;margin: 16px 0 0 0;padding: 36px 0 0 0;line-height: 22px;text-overflow: ellipsis;position: absolute;left: 0;top: 0;color: white;}
.our_team__desc p:before {content: '';width: 14%;height: 2px;display: block;margin: 10px 0 0 0;background: #68c39f;position: absolute;left: 50%;top: 0;}
.our_team__desc p:after {content: '';width: 14%;height: 2px;display: block;margin: 10px 0 0 0;background: #68c39f;position: absolute;right: 50%;top: 0;}

.our_team__item ul {padding: 30px 0 0 0;font-size: 0;}
.our_team__item ul li {display: inline-block;}
.our_team__item ul li ~ li {margin: 0 0 0 22px;}
.our_team__item ul a {font-size: 16px;color: #ccc;}
.our_team__item ul a:hover {color: #68c39f;}

.our_team__address {position: relative;
opacity: 0;
}
.our_team__address address {width: 100%;position: absolute;left: 0;top: 0;}
.our_team__address address p {}
.our_team__address address p.our_team__email {}
.our_team__address address p.our_team__website {padding: 3px 0 0 0;}
.our_team__address address a {font-weight: bold;font-size: 10px;color: #333;text-transform: uppercase;}
.our_team__address address a:hover {color: #68c39f;}
.trs_opacity {
-webkit-transition: opacity 0.7s ease-in-out;
transition: opacity 0.7s ease-in-out;
}

.trs_transform {
-webkit-transition: transform 0.7s ease-in-out;
transition: transform 0.7s ease-in-out;
}

@font-face {
	font-family: 'ElegantIcons';
	src:url('../fonts/ElegantIcons.eot');
	/*src:url('../fonts/ElegantIcons.eot?#iefix') format('embedded-opentype'),
		url('../fonts/ElegantIcons.woff') format('woff'),
		url('../fonts/ElegantIcons.ttf') format('truetype'),
		url('../fonts/ElegantIcons.svg#ElegantIcons') format('svg');
	*/font-weight: normal;
	font-style: normal;
}
.arrow_up, .arrow_down, .arrow_left, .arrow_right, .arrow_left-up, .arrow_right-up, .arrow_right-down, .arrow_left-down, .arrow-up-down, .arrow_up-down_alt, .arrow_left-right_alt, .arrow_left-right, .arrow_expand_alt2, .arrow_expand_alt, .arrow_condense, .arrow_expand, .arrow_move, .arrow_carrot-up, .arrow_carrot-down, .arrow_carrot-left, .arrow_carrot-right, .arrow_carrot-2up, .arrow_carrot-2down, .arrow_carrot-2left, .arrow_carrot-2right, .arrow_carrot-up_alt2, .arrow_carrot-down_alt2, .arrow_carrot-left_alt2, .arrow_carrot-right_alt2, .arrow_carrot-2up_alt2, .arrow_carrot-2down_alt2, .arrow_carrot-2left_alt2, .arrow_carrot-2right_alt2, .arrow_triangle-up, .arrow_triangle-down, .arrow_triangle-left, .arrow_triangle-right, .arrow_triangle-up_alt2, .arrow_triangle-down_alt2, .arrow_triangle-left_alt2, .arrow_triangle-right_alt2, .arrow_back, .icon_minus-06, .icon_plus, .icon_close, .icon_check, .icon_minus_alt2, .icon_plus_alt2, .icon_close_alt2, .icon_check_alt2, .icon_zoom-out_alt, .icon_zoom-in_alt, .icon_search, .icon_box-empty, .icon_box-selected, .icon_minus-box, .icon_plus-box, .icon_box-checked, .icon_circle-empty, .icon_circle-slelected, .icon_stop_alt2, .icon_stop, .icon_pause_alt2, .icon_pause, .icon_menu, .icon_menu-square_alt2, .icon_menu-circle_alt2, .icon_ul, .icon_ol, .icon_adjust-horiz, .icon_adjust-vert, .icon_document_alt, .icon_documents_alt, .icon_pencil, .icon_pencil-edit_alt, .icon_pencil-edit, .icon_folder-alt, .icon_folder-open_alt, .icon_folder-add_alt, .icon_info_alt, .icon_error-oct_alt, .icon_error-circle_alt, .icon_error-triangle_alt, .icon_question_alt2, .icon_question, .icon_comment_alt, .icon_chat_alt, .icon_vol-mute_alt, .icon_volume-low_alt, .icon_volume-high_alt, .icon_quotations, .icon_quotations_alt2, .icon_clock_alt, .icon_lock_alt, .icon_lock-open_alt, .icon_key_alt, .icon_cloud_alt, .icon_cloud-upload_alt, .icon_cloud-download_alt, .icon_image, .icon_images, .icon_lightbulb_alt, .icon_gift_alt, .icon_house_alt, .icon_genius, .icon_mobile, .icon_tablet, .icon_laptop, .icon_desktop, .icon_camera_alt, .icon_mail_alt, .icon_cone_alt, .icon_ribbon_alt, .icon_bag_alt, .icon_creditcard, .icon_cart_alt, .icon_paperclip, .icon_tag_alt, .icon_tags_alt, .icon_trash_alt, .icon_cursor_alt, .icon_mic_alt, .icon_compass_alt, .icon_pin_alt, .icon_pushpin_alt, .icon_map_alt, .icon_drawer_alt, .icon_toolbox_alt, .icon_book_alt, .icon_calendar, .icon_film, .icon_table, .icon_contacts_alt, .icon_headphones, .icon_lifesaver, .icon_piechart, .icon_refresh, .icon_link_alt, .icon_link, .icon_loading, .icon_blocked, .icon_archive_alt, .icon_heart_alt, .icon_star_alt, .icon_star-half_alt, .icon_star, .icon_star-half, .icon_tools, .icon_tool, .icon_cog, .icon_cogs, .arrow_up_alt, .arrow_down_alt, .arrow_left_alt, .arrow_right_alt, .arrow_left-up_alt, .arrow_right-up_alt, .arrow_right-down_alt, .arrow_left-down_alt, .arrow_condense_alt, .arrow_expand_alt3, .arrow_carrot_up_alt, .arrow_carrot-down_alt, .arrow_carrot-left_alt, .arrow_carrot-right_alt, .arrow_carrot-2up_alt, .arrow_carrot-2dwnn_alt, .arrow_carrot-2left_alt, .arrow_carrot-2right_alt, .arrow_triangle-up_alt, .arrow_triangle-down_alt, .arrow_triangle-left_alt, .arrow_triangle-right_alt, .icon_minus_alt, .icon_plus_alt, .icon_close_alt, .icon_check_alt, .icon_zoom-out, .icon_zoom-in, .icon_stop_alt, .icon_menu-square_alt, .icon_menu-circle_alt, .icon_document, .icon_documents, .icon_pencil_alt, .icon_folder, .icon_folder-open, .icon_folder-add, .icon_folder_upload, .icon_folder_download, .icon_info, .icon_error-circle, .icon_error-oct, .icon_error-triangle, .icon_question_alt, .icon_comment, .icon_chat, .icon_vol-mute, .icon_volume-low, .icon_volume-high, .icon_quotations_alt, .icon_clock, .icon_lock, .icon_lock-open, .icon_key, .icon_cloud, .icon_cloud-upload, .icon_cloud-download, .icon_lightbulb, .icon_gift, .icon_house, .icon_camera, .icon_mail, .icon_cone, .icon_ribbon, .icon_bag, .icon_cart, .icon_tag, .icon_tags, .icon_trash, .icon_cursor, .icon_mic, .icon_compass, .icon_pin, .icon_pushpin, .icon_map, .icon_drawer, .icon_toolbox, .icon_book, .icon_contacts, .icon_archive, .icon_heart, .icon_profile, .icon_group, .icon_grid-2x2, .icon_grid-3x3, .icon_music, .icon_pause_alt, .icon_phone, .icon_upload, .icon_download, .social_facebook, .social_twitter, .social_pinterest, .social_googleplus, .social_tumblr, .social_tumbleupon, .social_wordpress, .social_instagram, .social_dribbble, .social_vimeo, .social_linkedin, .social_rss, .social_deviantart, .social_share, .social_myspace, .social_skype, .social_youtube, .social_picassa, .social_googledrive, .social_flickr, .social_blogger, .social_spotify, .social_delicious, .social_facebook_circle, .social_twitter_circle, .social_pinterest_circle, .social_googleplus_circle, .social_tumblr_circle, .social_stumbleupon_circle, .social_wordpress_circle, .social_instagram_circle, .social_dribbble_circle, .social_vimeo_circle, .social_linkedin_circle, .social_rss_circle, .social_deviantart_circle, .social_share_circle, .social_myspace_circle, .social_skype_circle, .social_youtube_circle, .social_picassa_circle, .social_googledrive_alt2, .social_flickr_circle, .social_blogger_circle, .social_spotify_circle, .social_delicious_circle, .social_facebook_square, .social_twitter_square, .social_pinterest_square, .social_googleplus_square, .social_tumblr_square, .social_stumbleupon_square, .social_wordpress_square, .social_instagram_square, .social_dribbble_square, .social_vimeo_square, .social_linkedin_square, .social_rss_square, .social_deviantart_square, .social_share_square, .social_myspace_square, .social_skype_square, .social_youtube_square, .social_picassa_square, .social_googledrive_square, .social_flickr_square, .social_blogger_square, .social_spotify_square, .social_delicious_square, .icon_printer, .icon_calulator, .icon_building, .icon_floppy, .icon_drive, .icon_search-2, .icon_id, .icon_id-2, .icon_puzzle, .icon_like, .icon_dislike, .icon_mug, .icon_currency, .icon_wallet, .icon_pens, .icon_easel, .icon_flowchart, .icon_datareport, .icon_briefcase, .icon_shield, .icon_percent, .icon_globe, .icon_globe-2, .icon_target, .icon_hourglass, .icon_balance, .icon_rook, .icon_printer-alt, .icon_calculator_alt, .icon_building_alt, .icon_floppy_alt, .icon_drive_alt, .icon_search_alt, .icon_id_alt, .icon_id-2_alt, .icon_puzzle_alt, .icon_like_alt, .icon_dislike_alt, .icon_mug_alt, .icon_currency_alt, .icon_wallet_alt, .icon_pens_alt, .icon_easel_alt, .icon_flowchart_alt, .icon_datareport_alt, .icon_briefcase_alt, .icon_shield_alt, .icon_percent_alt, .icon_globe_alt, .icon_clipboard {
font-family: 'ElegantIcons';
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
}
.social_linkedin:before {
content: "\e09d";
}
.social_twitter:before {
content: "\e094";
}
.social_facebook:before {
content: "\e093";
}

/* HOVER */
.our_team__item:hover {
-webkit-transform: translateY(-20px) !important;
        transform: translateY(-20px) !important;

-webkit-box-shadow: 7px 7px 0 0 rgba(0,0,0,.2);
        box-shadow: 7px 7px 0 0 rgba(0,0,0,.2);
}
.our_team__item:hover img {
opacity: 0;
}
.our_team__item:hover .our_team__info {
-webkit-transform: translateY(-260px);
        transform: translateY(-260px);
}
.our_team__item:hover .our_team__desc {
opacity: 1;
}
.our_team__item:hover ul {
-webkit-transform: translateY(-80px);
        transform: translateY(-80px);
}
.our_team__item:hover .our_team__address {
opacity: 1;
-webkit-transform: translateY(-40px);
        transform: translateY(-40px);
}




.with-separation-top:before {
content: "";
background-image: url("../images/breaker-bottom.svg");
background-repeat: no-repeat;
background-size: cover;
background-position: center -40px;
position: absolute;
top: -20px;
left: 0;
z-index: 3;
width: 100%;
height: 90px;
}


.with-separation-top, .with-separation-bottom {
position: relative;
}
.with-separation-bottom
{
	margin: 20px 0;
	display: inline-block;
}
.with-separation-bottom:after {
content: "";
background-image: url("../images/breaker.svg");
background-repeat: no-repeat;
background-size: cover;
background-position: center bottom;
position: absolute;
bottom: -20px;
left: 0;
z-index: 2;
width: 100%;
height: 90px;
}
.menu_bar.with-separation-bottom:after {
	content: "";
background-image: url("../images/breaker.svg");
background-repeat: no-repeat;
background-size: cover;
background-position: center bottom;
position: absolute;
bottom: -20px;
left: 0;
z-index: 2;
width: 100%;
height: 90px;
top:80px;
	}