

body, html { overflow-x:hidden; }

body {
    background-color: #ffffff;
    font-family:Esphimere;
    font-size: 12px;
	
	font-weight: 300; 
	font-style: normal; 
	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
	-webkit-text-size-adjust: 100%;
}
@font-face {
    font-family: EsphimereBold;
    src: url('../../font/esphimere_bold-webfont.eot');
    src: url('../../font/esphimere_bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../../font/esphimere_bold-webfont.woff') format('woff'),
         url('../../font/esphimere_bold-webfont.ttf') format('truetype'),
         url('../../font/esphimere_bold-webfont.svg#esphimerebold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: EsphimereLight;
    src:url('../../font/esphimere_light-webfont.eot');
    src: url('../../font/esphimere_light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../../font/esphimere_light-webfont.woff') format('woff'),
         url('../../font/esphimere_light-webfont.ttf') format('truetype'),
         url('../../font/esphimere_light-webfont.svg#esphimerelight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: Esphimere;
    src: url('../../font/esphimere-webfont.eot');
    src: url('../../font/esphimere-webfont.eot?#iefix') format('embedded-opentype'),
         url('../../font/esphimere-webfont.woff') format('woff'),
         url('../../font/esphimere-webfont.ttf') format('truetype'),
         url('../../font/esphimere-webfont.svg#esphimereregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

h1, h2, h3, h4, h5, h6, span, p { font-family: Esphimere; }

* {
  -webkit-border-radius: 0 !important;
     -moz-border-radius: 0 !important;
          border-radius: 0 !important;
}

.templatemo_clear {
	clear: both;
}
.slider_img img{ width:100%;}
.height30 {
	height: 30px;
}

.templatemo-top-bar {
    min-height: 40px;
    background-color:#eeeeee;
}

.templatemo-top-menu {
    min-height:0px;
    background-color:#ffffff;
    z-index: 100;
    width:100%;
}

.templatemo-top-menu .navbar-toggle {
    margin-top: 0px;
}

.templatemo-top-menu .navbar-brand {
    padding: 0;
   margin: 8px 0px 0px 20px;
}



/* ------ Welcome & Slogna ------ */


.nav > li > a {
    padding: 10px 20px;
}

.nav > li > a:hover,
.nav > li > a:focus {
    background-color: #ed333d;
    color:#fff;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    background-color: #ed333d;
    color:#fff;
}


.nav > li > a {
    color: #fff;
}
.navbar-default {
    background-color:#fff;
    border:none;
}

.navbar-default .navbar-nav >  a,
.navbar-default .navbar-nav > a:hover,
.navbar-default .navbar-nav > a:focus {
    background-color: #ed333d;
    color:#fff;
}

.navbar {
    margin-bottom: 0px;
}

.templatemo-service-item-header {
    margin-left: -10px; 
    padding: 16px 20px 20px; 
    font-weight: bold;
    display: inline-block;
}

.templatemo-header-orange {
    background-color:#ff7600;
    min-width: 298px;
    height: 67px;
    color: #fff; 

}

.team_hr {
    border: 1px solid #fff; 
    width: 39.5%; 
    float: left;
}

.team_hr_left {
    margin-right: 30px;
    margin-left: 15px; 
}

.team_hr_right {
    margin-left: 30px;
}

.navbar-collapse{ background:#727271;}



.row_team {
    margin-left:-50px;
    margin-top:70px;
}

.row_team li {
    list-style: none;
}

.templatemo-project-box {
    background-size: cover;
    position: relative;
    overflow: hidden;
    cursor:pointer;
    height: 240px;
	width: 250px;
	margin: 10px auto;
}

.gallery-box {
    background-size: cover;
    position: relative;
    overflow: hidden;
    cursor:pointer;
	height: 263px;
	width: 350px;;
	margin: 10px auto;
}

.center_txt{
	position: absolute;
top:100px;
font-size: 15px;
left: 0px;
right: 0px;
text-align: center;
color: rgb(255, 255, 255);
font-weight: bold;
width: 90%;
margin: 0 auto;
z-index: 2;
}

.center_txt span{
 text-decoration:underline;
}

.map_bg{ background:#535352; padding:40px 0px;}
.radha_bg{ background:#dbe4ee;}

.samudra_bg{ background:url(../images/samudra_map.png) no-repeat;
background-size:100% 100%;
background-position:center;
}

.map_img { text-align: center;}

.templatemo-project-box:hover .project-overlay {
    transition: all 0.3s ease-in-out 0s;
    visibility: visible;
    opacity: 1;
}

.gallery-box:hover .project-overlay1 {
    transition: all 0.3s ease-in-out 0s;
    visibility: visible;
    opacity: 1;
}
.project-overlay {
background: rgba(0,0,0,1);
border: 2px solid #715c42;
visibility: hidden;
position: absolute;
text-align: center;
padding-top: 18px;
color: #ffffff;
height: 92%;
width: 92%;
opacity: 0;
right: 10px;
top: 10px;
z-index: 4;
}

.project-overlay1 {
background: rgba(0,0,0,.75);
border: 2px solid #715c42;
visibility: hidden;
position: absolute;
text-align: center;
padding-top: 40px;
color: #ffffff;
height: 100%;
width: 100%;
opacity: 0;
right: 0px;
top: 0px;
z-index: 4;
}


.project-overlay ul{
	
width:240px;
margin:0 auto;
text-align:left;
padding: 0px 30px;

}
.opacity_img{
	background:url(../images/overlay.png);
width: 230px;
height: 220px;
position: absolute;
z-index: 1;
padding: 10px 12px;
left: 10px;
top: 10px;
border: solid 1px #fff;
}
.project-overlay ul li{
list-style-image:url(../images/list_bullet.png);
} 

.project-overlay hr {
    width : 70%;
	
}


.templatemo-project-gallery li {
    margin:15px;
}

.txt_darkgrey {
    color: #333333;
}

.templatemo-title {
    font-size: 18px; 
    margin-top: 10px;
	text-align:center;
	padding:10px 0px;
}


#templatemo-contact {
	margin-top:100px; 
	font-size:14px;
}
.templatemo-contact-map {
    margin-bottom: 15px;
    height: 378px;

}

.contact_right{
	font-size: 16px;
color:#fff;	
font-family:Esphimere;
}
.contact_right h2{
font-family:Esphimere;
}
.border_orange{
background: url(../images/border.png) no-repeat;
background-size: 100% 100%;
width: 80%;
margin: 0px auto;
}
.location_detail{

font-size: 16px;
color:#fff;	
font-family:Esphimere;
width:80%;
padding:8px 0px;
margin:0 auto;
}
.bor_top{
border-top: 1px solid #d2ae6d;
border-left: 1px solid #d2ae6d;
border-right: 1px solid #d2ae6d;
height: 145px;
}

.location_detail ul {
    list-style-image:url(../images/bullet.png) ;
}

.location_detail ul li{
padding:7px 0px;	
}
.location_detail h2{
color:#d2ae6d;	
font-family:Esphimere;
padding:0px 30px;
}

.radha_loc_detail{
font-size: 16px;
color:#0a4a5e;	
font-family:Esphimere;
width:80%;
margin:0 auto;
}
.radha_loc_detail ul {
    list-style-image:url(../images/bullet1.png) ;
}

.radha_loc_detail ul li{
padding:7px 0px;	
}
.radha_loc_detail h2 p{
color:#0a4a5e;	
font-family:Esphimere;
padding:0px 30px;
}


.samudra_loc_detail{
font-size: 16px;
color:#0a4a5e;	
font-family:Esphimere;
width:80%;
margin:0 auto;
}

.samudra_loc_detail h2 {
color:#0a4a5e;	
font-family:Esphimere;
padding:20px 30px;
}
.samudra_loc_detail p{
color:#0a4a5e;	
font-family:Esphimere;
padding:30px 30px;
}



.padd_bottom{
margin: 125px 0px 0px;	
}
.pads_top1{	
padding: 120px 0px 0px;		
}
.pads_top2{	
padding: 120px 0px 0px;		
}

.get_touch{
	font-size: 16px;
color:#333;	
}

.address_txt{
width: 50%;
padding: 30px 0px;	
}
.email_icon{
	position: relative;
bottom: 20px;
}

.email_txt{
display: inline-block;
padding: 0px 5px;	
}
.contact_right h2{
	
	
}
.location_div{
width:80%; margin:0 auto;	
}
.head_contact {
    padding-bottom:80px; 
    margin-bottom:0;
}

.contact_right img {
	margin-right:5px;
}

.contact_right form {
	padding-left:15px;
	padding-right:15px
}

.tweet_txt {
	border-left:2px solid #ffffff; 
	min-height:160px;
}

.twitter_user {
	color: #FFFF33; 
	font-size: 14px;
	float: right;
}

.templatemo-partners {
	
}
.logo{
position: absolute;
left: 5%;
top: 5%;
}
.templatemo-partners .templatemo-partner-item {
    margin-bottom: 5px;
}

.footer_section{
    background: url(../images/footer_bg.png) no-repeat  !important;;
    margin-top: 100px;
    text-align: center;
    color: #acaaa9 !important;
    height: 155px;
    margin: 0 auto;
	background-position:center !important;
	background-size:100% 100%;
	width:100% ;
}


.footer_container {
	margin-top:60px; 
	margin-bottom:20px;
}

.footer_bottom_content {
	margin: auto;
	margin-bottom: 30px;
	font-size: 14px;
	color:#333333;
}
.all_project{
	margin:0 95px !important;
	
}
/* ========================= NAV =========================== */

.diagonal_tab ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
.diagonal_tab li {
  display: inline-block;
  margin: 0 -2px;
  -webkit-transition: all 0.1s;
  -moz-transition: all 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s;
  -webkit-transform: skewX(-35deg);
    -moz-transform: skewX(-35deg);
    -ms-transform: skewX(-35deg);
    -o-transform: skewX(-35deg);
    transform: skewX(-35deg);cursor:pointer;
}
.diagonal_tab h6{
 display: block;
color: #fff;
padding: 10px 35px;
-webkit-transition: all 0.1s;
-moz-transition: all 0.1s;
-o-transition: all 0.1s;
transition: all 0.1s;
font-size: 15px;
background:#4e4e4d;

}
.actives {
 display: block;
color: #fff;
padding: 10px 35px;
-webkit-transition: all 0.1s;
-moz-transition: all 0.1s;
-o-transition: all 0.1s;
transition: all 0.1s;
font-size: 15px;
background:#fff;

}
.diagonal_tab h6:hover {
  color: #fff;
  background-color: #e31e25;
  text-decoration:none;
}
.diagonal_tab span {
  display: block;
      -webkit-transform: skewX(35deg);
    -moz-transform: skewX(35deg);
    -ms-transform: skewX(35deg);
    -o-transform: skewX(35deg);
    transform: skewX(35deg);
}


.Diagonal_Popup {text-align:center;padding: 40px 0px;}
.Diagonal_Popup img{ max-width:100%; padding: 0px 0px 20px;}

/* ========================= NAV =========================== */

.Main_tab {
    background: #727271 !important;
	height: 55px;
	margin: 0 auto;
	
}
#M1{
background-color:#4e4e4d;	
	
}
#M2{
background-color:#666665;	
	
}

#M3{
background-color:#70706b;	
	
}

#M4{
background-color:#6d6d6d;	
	
}
#M5{
background-color:#898989;	
	
}
.Main_tab ul {
list-style: none;
margin: 0;
padding: 0;
text-align: right;
padding: 0px 90px 0px 0px;
float: right;
}
.Main_tab li {
  display: inline-block;
  margin: 0 -2px;
  -webkit-transition: all 0.1s;
  -moz-transition: all 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s;
  -webkit-transform: skewX(-35deg);
    -moz-transform: skewX(-35deg);
    -ms-transform: skewX(-35deg);
    -o-transform: skewX(-35deg);
    transform: skewX(-35deg);
}
.Main_tab a {
 display: block;
color: #fff;
padding: 10px 36px;
-webkit-transition: all 0.1s;
-moz-transition: all 0.1s;
-o-transition: all 0.1s;
transition: all 0.1s;
font-size: 14px;


}



.Main_tab a:hover {
  color: #fff;
  background-color: #e31e25;
  text-decoration:none;
}
.Main_tab span {
  display: block;
      -webkit-transform: skewX(35deg);
    -moz-transform: skewX(35deg);
    -ms-transform: skewX(35deg);
    -o-transform: skewX(35deg);
    transform: skewX(35deg);
}
.arr_icon{
position:relative;
right:12px;	
top:-1px;
}

.all_project a:hover{ background:none;}

.navbar-header{ background:#727271;padding: 8px 0px 0px;}
/****/
.templatemo-project-gallery {         
    margin:0 0 0 0;
    margin-top:30px;
    margin-left: -40px;
}
.templatemo-project-gallery li {     
    list-style:none;
    margin-bottom:25px;           
}
.templatemo-project-gallery li img {
  cursor: pointer;
}

.templatemo-tweets {
    background-color: #8996a0;
    min-height:200px;
    font-family:  'Open Sans', sans-serif;
    font-size:20px;
    color:#ffffff;
    margin-top:100px;
}

.form-control {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  
}
.submit_btnn{ cursor:pointer;}
.white_shadow{
background: rgb(255, 255, 255) none repeat scroll 0% 0%;
padding: 30px 0px;
height: 340px;
box-shadow: 1px 1px 5px 2px rgb(239, 239, 239);
	
}

.career_form input[type='submit'] {
    margin: 8px 0px 0px;
    width: 150px;
    height: 38px;
    background-color: #5b5b5b;
    color: #fff;
    border: 0px solid white;
    border-radius: 5px;
    font-size: 14px;
}

.elipce{
	position: absolute;
left: 0px;
right: 0px;
text-align: center;
top: 95px;
	}

.form_bg{
background:#faf9f8;
color:#333;

}
.mar_top{
margin: 50px 0px;	
}

.modal-header{padding-bottom:10px;}

/*************Responsive**************/


@media (max-width:1500px) {
	
.map_img img {
    width: 100%;
    height: 100%;
}	
#samudra2dimg2{padding-top: 32px;}
}

@media (min-width:991px) and (max-width:1200px) {
    .templatemo-project-box{
       height: 205px;
		width: 215px;;
    }
	#samudra2dimg2{padding-top: 32px;}
 .project-overlay {
       height: 188px;
		width: 198px;
		right: 8px;
		padding-top: 0px;
    }
	.project-overlay ul {
    width: 195px;
    margin: 0 auto;
    text-align: left;
	padding:0px 20px;
}
	.opacity_img {

    width: 195px;
    height: 186px;

}

    .templatemo-project-gallery {
        margin-left: -70px;
    }
	
	.gallery-box, .project-overlay1 {
       height: 210px;
	width: 280px;
    }
    .templatemo-service-item-header {
        padding: 16px 10px 20px;
    }

    .templatemo-header-orange {
        min-width: 230px;
    }

    .team_box,  .team_box_over {
        height:220px;
        width:220px;
    }
	.elipce{
	top: 65px;
	}
	.samudra_loc_detail p {
    color: #0a4a5e;
    font-family: Esphimere;
  padding: 15px 30px;
}
.samudra_loc_detail {
    font-size: 16px;
    width: 100%;

}
.Main_tab ul {
  padding: 0px 40px 0px 0px;
}
.all_project {
    margin: 0 50px !important;
}
.Main_tab a {
    padding: 10px 29px;
}
.map_img {
    width: 85%;
    margin: 0px auto;
}
.map_img img{ width:100%; height:100%;}
.center_txt {
    position: absolute;
    top: 80px;
    font-size: 15px;
}
}



@media (max-width:991px) {
.Main_tab ul {
   padding: 0px 45px 0px 0px;
   float: right;
}
#samudra2dimg2{padding-top: 0x;}
.all_project {
    margin: 0 10px !important;
}
.Main_tab a {

    padding: 10px 20px;
}	
.Main_tab li {
    margin: 0px 0px;
}
.Main_tab a {
    font-size: 12px;
}	
.white_shadow {
    height: 405px;
	}
	.pads_top1{	
padding: 100px 0px 0px;		
}
.pads_top2{	
padding: 0px 0px 0px;		
}

.padd_bottom{
margin: 0px 0px 0px;	
}

.samudra_loc_detail p {
    color: #0a4a5e;
    font-family: Esphimere;
  padding: 15px 30px;
}
.samudra_loc_detail {
    font-size: 16px;
    width: 100%;

}
 .border_orange{
margin: 20px auto;
}
.map_img {
    width: 60%;
    margin: 0px auto;
}


.map_img img{
width: 100%; height:100%;
margin: 0px auto;	
	
}

.center_txt {
    position: absolute;
    top: 70px;
    font-size: 15px;
}

}

@media (min-width:768px)
{
	.modal-dialog{width:93%;}	
}

@media (min-width:768px) and (max-width:990px) {
   
    .templatemo-project-box {
       height: 175px;
		width: 175px;
       padding-top: 0px;
    }
 .project-overlay {
       height: 155px;
		width: 155px; padding-top: 0px;
    }
	.opacity_img {
    width: 155px;
    height: 155px;
	}
.project-overlay ul {
  width: 136px;
margin: 0 auto;
text-align: left;
padding: 0px 8px;
font-size: 11px;
line-height: 13px;
}
.project-overlay h4{
 font-size:14px;
 margin-top: 5px;
margin-bottom: 5px;
}
	
	.gallery-box , .project-overlay1 {
      height: 148px;
		width: 220px;
		padding-top: 0px;
    }

    .templatemo-project-gallery {
       margin-left: 10px; 
    }
	.elipce{
	top: 52px;
	}
  
}


@media (min-width: 768px) {
 .navbar-nav > li > a {
    padding-top: 17px;
    padding-bottom: 18px;
  } 
}


@media  (max-width: 767px) {
	.hides{ display:none !important;}
	.shows{ display:block !important;}
	
	.elipce{
	top: 58px;
	}

	.logo img{
		width:70px; height:70px;
	}
.samudra_loc_detail p {
    color: #0a4a5e;
    font-family: Esphimere;
    padding: 0px 10px;
}
.samudra_loc_detail h2 {
    color: #0a4a5e;
    font-family: Esphimere;
    padding: 0px 10px;
}
.all_project {
    margin: 0 0px !important;
}
.small_screen
{
width: 50%;
float: left;
margin: 0px auto;
text-align: center;		
}
.map_img{
width: 85%;
margin: 0px auto;	
	
}

.map_img img{
width: 100%; height:100%;
margin: 0px auto;	
	
}
.gallery-box {
    height: 180px;
    width: 240px;
    margin: 10px auto;
}

}

@media  (max-width: 600px) {
	.logo img{
		width:50px; height:50px;
}
	.samudra_loc_detail h2 {
	font-size:20px;
}
.samudra_loc_detail p {
   font-size:12px;
}
}

@media  (max-width: 540px) {
.small_screen
{
width: 100%;
	
}
}

.modal{top:0px;}
.modal-header .close {
    margin-top: -10px;
    margin-right: -7px;
}

.locationdata{
	background: #CDD5B2;
	display: flex;
    justify-content: center;
    align-items: center;
}