@charset "utf-8";
@font-face {
    font-family: 'publica_sanslight';
    src: url('../fonts/publicasans-light-webfont.woff2') format('woff2'),
         url('../fonts/publicasans-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'publica_sansmedium';
    src: url('../fonts/publicasans-medium-webfont.woff2') format('woff2'),
         url('../fonts/publicasans-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.font_medium{
	font-family: 'publica_sansmedium';
	font-weight: normal;
    font-style: normal;
}
.font_light{
	font-family: 'publica_sanslight';
	font-weight: normal;
    font-style: normal;
}


/*****| Thank You Page |*****/
	.pading_60{
		padding: 60px 0px;
	}
	.padding{
		padding: 30px 0px;
	}
	.thank_heading{
		text-transform: capitalize;
		letter-spacing: 1px;
	}
	.thank_you_m{
		position: relative;
		padding-bottom: 30px;
	}
	.tick_icon{
		position: absolute;
		top: 25%;
		left: 0;
		right: 0;
		z-index: 99;
	}
	.msg_circle {
	  border: 3px solid #f3f3f3;
	  border-radius: 50%;
	  border-top: 3px solid #004b87;
	  border-bottom: 3px solid #004b87;
	  width: 120px;
	  height: 120px;
	  margin: 0 auto;
	  text-align: center;
	  -webkit-animation: spin 2s linear infinite;
	  animation: spin 2s linear infinite;
	}
	.tick_icon i {
		font-size: 40px;
		color: #25d80a;
	}
	@-webkit-keyframes spin {
	  50% { -webkit-transform: rotate(0deg); }
	  100% { -webkit-transform: rotate(160deg); }
	}

	@keyframes spin {
	  50% { transform: rotate(0deg); }
	  100% { transform: rotate(160deg); }
	}
	.thank_heading span{
		font-size: 40px;
		padding-top: 20px;
	}
	.thank_heading p{
		padding-top: 10px;
		font-size: 20px;
	}
	.shadow{
		/*box-shadow: 10px 10px 5px #888888;*/
	}


	.loader_bg{
		position: relative;
	}
	.loader_img {
		display: none;
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		z-index: 5;
		margin: 0 auto;
		height: 100%;
		width: 100%;
		background-color: #000;
		opacity: 0.6;
		transform: translate3d(0px, 0px, 0px);
		transform-origin: 50% 50% 0px;
		white-space: nowrap;
	}
	.loader_img img {
		margin: 0 auto;
		display: block;
		z-index: 99;
		width: 400px;
		top: 8%;
		left: 0;
		right: 0;
		position: absolute;
	}
/*****| Thank You Page End |*****/



.snip1584 {
  font-family: 'Raleway', sans-serif;
  position: relative;
  display: inline-block;
  overflow: hidden;
  width: 100%;
  color: #ffffff;
  font-size: 16px;
  text-align: left;
}
.snip1584 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.snip1584:before {
  position: absolute;
  top: 10px;
  bottom: 10px;
  left: 20px;
  right: 30px;
  top: 100%;
  content: '';
  background-color: #09355b;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
  opacity:0.9;
}
.snip1584 img {
  vertical-align: top;
  max-width: 100%;
  backface-visibility: hidden;
}
.snip1584 figcaption {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.snip1584 h5 {
  margin: 0;
  opacity: 0;
  letter-spacing: 1px;
  border-radius:20px;
}
.snip1584 h5 {
  color:#000;
  font-weight: normal;
  background-color: #fac15c;
  padding: 10px 30px;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.snip1584 a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.snip1584:hover:before,
.snip1584.hover:before {
  top: 10px;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.snip1584:hover h3,
.snip1584.hover h3,
.snip1584:hover h5,
.snip1584.hover h5 {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
.snip1584:hover h3,
.snip1584.hover h3 {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.snip1584:hover h5,
.snip1584.hover h5 {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.top-btn {
    background: #3cada5;
    border: 1px solid #ddd;
    border-radius: 5px;
    bottom: 21px;
    cursor: pointer;
    padding: 5px 7px;
    position: fixed;
    right: 20px;
    z-index: 50;
    color: #fff !important;
    font-size: 25px;
    font-weight: bold;
    background-color: #3cada5;
}
.top-btn:hover{
	color:#004b87!important;
	}
.call{
	text-align:right;
	padding-top:5px;
	}
.mail{
	padding-top:5px;
	}
.header{
	background:#e6e7eb;
	position:relative;
	padding-bottom:20px;
	font-family: 'publica_sansmedium';
	}
.header i{
	border:1px solid #00a297;
	border-radius:50%;
	padding:10px;
	color:#00a297;
	}
.header h3{
	color:#004483;
	}
.header h4{
	color:#838383;
	line-height:0px;
	}
.icon{
	padding-top:30px;
	}
.carousel-caption
	{
	width:100%;
	max-width:1170px;
	right:0px !important;
	left:0px !important;
	vertical-align:middle !important;
	top:20% !important;
	bottom:0px !important;  
	text-align:left !important;
	font-family: 'publica_sansmedium';
	}
.carousel-caption h3{
	color:#00a595;
	font-size:55px;
	font-weight:bold;
	line-height:60px;
	}
.carousel-caption h5{
	line-height:25px;
	width:60%;
	}
.carousel-caption p{
	color:#fff;
	font-size:24px;
	font-weight:bold;
	}
.carousel-caption a{
	color:#fff;
	font-size:14px;
	font-weight:bold;
	}
.carousel-indicators li{
    margin: 1px 3px !important;

}	
.slid_btn{
	padding:10px 20px;
	border:none;
	border-radius:5px;
	background:#3cada5;
	color:#fff;
	font-weight:bold;
	}
.slid_btn_cont{
	padding:15px 55px;
	border:none;
	border-radius:5px;
	background:#085792;
	color:#fff;
	font-weight:bold;
	font-size:20px;
	}
.uper-menu{
	top:89px;
	position:absolute;
	z-index:999;
	right:0px;
	left:0px;
	}
.main_menu{
	}
.uper-menu::before {
    display: block;	
    width:20px;
    height: 7px !important;
    position: absolute;
    bottom: -23px;
    content: "";
    border-bottom: 0px solid transparent;
    border-right: 40px solid #003e74;
    top: 20px;
    border-top: 50px solid transparent;
}
.uper-menu::after {
    display: block;
    width: 20px;
    height: 7px !important;
    position: absolute;
    bottom: -23px;
    right: 15px;
    content: "";
    border-bottom: 0px solid transparent;
    border-left: 40px solid #003e74;
    top: 20px;
    border-top: 50px solid transparent;
}
.menu {
    padding: 20px 0px;
    width:1060px;
    margin-left:25px;
}
.slider{
	position:relative;
	}
/*.menu ul {
	padding: 0px !important;
	margin: 0px !important;
	 text-align: center; 
	background: #003e74;
}*/
.menu ul {
    padding: 0px !important;
    margin: 0px !important;
    text-align: center;
    background: #003e74;
}
.menu ul li {
	display: inline-block;
}
.menu ul li a {
	text-decoration: none;
	color: #fff;
	padding: 15px 20px;
	display: block;
	font-weight:bold;
}
.menu ul li a:hover {
	text-decoration: none;
	background:#00a595;
	padding: 15px 20px;
	display: block;
	font-weight:bold;
}
.dropdown-toggle:hover .dropdown-menu {
	display: block;
}
.dropdown-menu > li > a{
	color:#FFF !important;}
.menu ul li::after{
	border-left: 2px solid #074a7c;
}
.dropdown-menu li {
	display: block;
	width: 100%;
}
.item img{
	background-size:cover;
	background-position:center center;
	width:100% ;
	}
/*.ribbon:after, .ribbon:before {
  margin-top:0.5em;
  content: "";
  float:left;
  border:1.5em solid #074a7c;
}

.ribbon:after {
  border-right-color:transparent;
}

.ribbon:before {
  border-left-color:transparent;
}
*/
   .slid-bottom {
	background: url(../img/green-line.png);
	margin-top: -40px;
	z-index: 9999;
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 54% 21%;
}
.contact_form {
    width: 100%;
}
.heading {
    border-bottom: 1px solid #fcab0e;
    padding-bottom: 9px;
    position: relative;
}
.heading span {
    background: #9e6600 none repeat scroll 0 0;
    bottom: -2px;
    height: 3px;
    left: 0;
    position: absolute;
    width: 75px;
}
.con_form {
    padding: 0;
    width: 99%;
}
.con_txt[type="text"] {
    margin: 10px 4px;
    padding: 5px 12px;
    width: 204px;
}
.con_txt_3[type="text"] {
    height: 200px;
    margin: 10px 4px;
    padding: 10px;
    width: 99%;
}
.con_txt2[type="submit"] {
    background: #000 none repeat scroll 0 0;
    border: medium none;
    border-radius: 27px;
    color: rgb(255, 255, 255);
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    margin: 10px;
    padding: 7px 20px;
    text-transform: uppercase;
    transition: all 0.45s ease-in-out 0s;
}
.con_txt2[type="submit"] {
    background: #f17511 none repeat scroll 0 0;
    border: medium none;
    color: #fff(255, 255, 255);
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    margin: 10px;
    padding: 6px 40px;
    text-transform: uppercase;
    transition: all 0.45s ease-in-out 0s;
	border-radius:2px;
	}
.con_txt2:hover {
    background: #none repeat scroll 0 0;
    color: #000;
    transition: all 0.5s ease 0s;
}
.form-padd{
	padding:5px 0px;
	text-align:center;
	}
.contact_form h3{
	color:#fff;
	font-weight:bold;
	font-size:16px;
	padding-top:20px;
	line-height:0px;
	}
.strac-img img{
	width:100%;
	vertical-align:middle;
	height:556px;
	}
.stracture-text {
    font-family: 'publica_sansmedium';
    padding: 55px 0px;
}
.stracture-text h4{
	color:#454545;
	font-weight:bold;
	font-size:
	}
.stracture-text h3{
	color:#004b87;
	font-weight:bold;
	font-size:44px;
	}
.stracture-text h5{
	color:#004b87;
	font-size:20px;
	padding:10px 0px;
	}
.stracture-text p{
	color: #454545;
	font-family: 'publica_sanslight';
	}
.thum-text {
    text-align: center;
    font-weight: bold;
    background: #fff;
    margin-top: -21px;
    padding: 25px 0px 17px 0px;
	font-family: 'publica_sansmedium';
	box-shadow: 0px 5px 5px grey;
}
.thum-text h3{
	font-size:15px;
	}    
	#owl-demo .item2{
      margin: 5px;
    }
    #owl-demo .item2 img{
      display: block;
      width: 100%;
      height: auto;
    }
	
	#owl-demo4 .item2{
		margin:5px;
		}
	 #owl-demo4 .item2 img{
      display: block;
      width: 100%;
      height: auto;
    }
	#owl-demo5 .item2{
		margin:5px;
		}
	 #owl-demo5 .item2 img{
      display: block;
      width: 100%;
      height: auto;
    }
.section-headin {
    text-align: center;
    padding: 40px 0px 60px;
	font-family: 'publica_sansmedium';
}
.section-headin h3{
	color:#004b87;
	font-size:44px;
	font-weight:bold;
	line-height:5px;
	}
.section-headin h4{
	font-size:20px;
	color:#454545;
	font-weight:bold;
	}
.multi{
	background:#f0f4f3;
	padding:30px 0px 100px;
	}
.item2 button{
	background:none;
	border:none;
	padding:5px;}
/*.snip1584 {
  font-family: 'Raleway', sans-serif;
  position: relative;
  display: inline-block;
  overflow: hidden;
  min-width: 230px;
  max-width: 352px;
  width: 100%;
  color: #ffffff;
  font-size: 16px;
  text-align: left;
  margin:0px !important;
  padding:0px !important;
}*/
.snip1584-service {
    font-family: 'Raleway', sans-serif;
    position: relative;
    display: inline-block;
    overflow: hidden;
    min-width: 230px;
    width: 100% !important;
    color: #ffffff;
    font-size: 16px;
    text-align: left;
    margin: -3px -2px !important;
    padding: 0px !important;
}

.snip1584 {
    font-family: 'Raleway', sans-serif;
    position: relative;
    display: inline-block;
    overflow: hidden;
    min-width: 230px;
    width: 25%;
    color: #ffffff;
    font-size: 16px;
    text-align: left;
    margin: -3px -2px !important;
    padding: 0px !important;
}
.snip1584 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.snip1584:before {
  position: absolute;
  top: 10px;
  bottom: 10px;
  left: 10px;
  right: 10px;
  top: 100%;
  content: '';
  background-color: rgba(51, 51, 51, 0.9);
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
}
.snip1584 img {
  vertical-align: top;
  max-width: 100%;
  backface-visibility: hidden;
  width:100%;

}
.snip1584 figcaption {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  align-items: center;
  display: flex;
  flex-direction: column;
  width:100%;
  justify-content: center;
  text-align: center;
}
.snip1584 h3,
.snip1584 h5 {
  margin: 0;
  opacity: 0;
  letter-spacing: 1px;
}
.snip1584 h3 {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  text-transform: uppercase;
  font-weight: 400;
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
  margin-bottom: 5px;
  padding:10px;
}
.snip1584 h5 {
  font-weight: normal;
  background-color: #ae895d;
  padding: 3px 10px;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.snip1584 a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.snip1584:hover:before,
.snip1584.hover:before {
  top: 10px;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.snip1584:hover h3,
.snip1584.hover h3,
.snip1584:hover h5,
.snip1584.hover h5 {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
.snip1584:hover h3,
.snip1584.hover h3 {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.snip1584:hover h5,
.snip1584.hover h5 {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.client{
	padding:50px 0px;
	clear: both;
	}
.client-padding{
	padding:50px;
	}
.project{
	}
.charctor{
	padding:50px 0px;
	background:#3cada5;
	}

.charct-img :hover .pup{
	
	}	
.charct-text p{
	color:#fff;
	font-size:12px;
	padding-top:5px;
	padding-right:50px;
	line-height:15px;
	}
.bottom{
	background:#004b87;
	}
.bottom-left{
	color:#fff;
	padding:10px 0px;
	text-align:left;
	}
.bottom-left a{
	color:#fff;
	text-decoration:none;
}
.bottom-left a:hover{
	color:#fff;
	text-decoration:none;
}
.bottom-right{
	color:#fff;
	padding:10px 0px;
	text-align:end;
	}
.bottom-right a{
	color:#fff;
	text-decoration:none;
}
.bottom-right a:hover{
	color:#fff;
	text-decoration:none;
}

/*about-Section-style-start*/
.abot-heading{
	text-align:center !important;
	}
.abot-heading h3{
	color:#fff;
	text-transform:uppercase;
	}
.about-aut{
	background:#f0f4f3;
	}
.stracture-text-about{
	padding:73px 0px;
	}
.team{
	padding:30px 0px 100px;
	}
.thum-text-about{
	background:#3778a9;
	text-align:left;
	padding:15px 20px 20px;
	border-top:25px solid #3cada5;
	}
.thum-text-about h3{
	color:#FFF;
	font-size:20px;
	line-height:0px;
	font-family: 'publica_sansmedium';
	}
.thum-text-about p{
	color:#3cada5;
	font-size:16px;
	font-weight:100;
	font-family: 'publica_sanslight';
	}
.slider img{
	width:100%;
	 background-position:center center;
	 background-size:cover;
	}
.item3{
	text-align: center;
	}
.item3 img{

}	
.client-about{
	background:#f0f4f3;
	}
/*CLOSE-ABOUT-PAGE*/
/*START-GALLERY-PAGE*/
.heading4{font-size:18px;font-weight:400;font-family:'Lato', sans-serif;color:#111111;margin:0px 0px 5px 0px;}
.heading1{font-size:30px;line-height:20px;font-family:'Lato', sans-serif;text-transform:uppercase;color:#1b2834;font-weight:900;}
.content-quality{float:left;width:193px;}
.content-quality p{margin-left:10px;font-family:'Open Sans', sans-serif;font-size:14px;font-weight:600;line-height:17px;}
.content-quality p span{display:block;}
.tabtop li a{font-family:'Lato', sans-serif;font-weight:700;color:#1b2834;border-radius:0px;margin-right:22.008px;border:1px solid #ebebeb !important;text-transform: uppercase;}
.tabtop .active a:before{content:"♦";position:absolute;top:15px;left:82px;color:#e31837;font-size:30px;}
.tabtop li a:hover{color:#e31837 !important;text-decoration:none;}
.tabtop .active a:hover{color:#fff !important;}
.tabtop .active a{background-color:#e31837 !important;color:#FFF !important;}
.margin-tops{margin-top:30px;}
/*.tabtop li a:last-child{padding:10px 22px;}*/
.thbada{padding:10px 28px !important;}
section p{font-family:'Lato', sans-serif;}
.services{background-color:#d4d4d4;min-height:710px;padding:65px 0 27px 0;}
.services a:hover{color:#000;}
.services h1{margin-top:0px !important;}
.heading-container p{font-family:'Lato', sans-serif;text-align:center;font-size:16px !important;text-transform:uppercase;}
.nav-tabs{
	border-bottom:none !important;
	text-align:center;
	}
.nav{
	padding:0px !important;}
.tabs-gallery{
	padding:0px !important;}
.tabbable-line{
	width:100%;
	}
.nav-tabs > li {
	/*float:none !important; */
	margin-bottom: 7px !important;
	text-align: center !important;
	display: inline-block !important;
}
.gallery-team{
	float:left;
	margin:0px auto;
	width:100%;
}
/*CLOSE-GALLERY-PAGE*/
/*conatct page staert*/
.contact-office{
	text-align:left;
	}
.office{
	font-family: 'publica_sanslight';
	background:#3cada5;
	height:550px;
	padding-left:60px !important;
	padding-top:50px;
	}
.office p{
	color:#fff;
	font-size:16px;	
	}
.office span{
	color:#000;
	font-weight:bold;
	line-height:50px;
	font-size:20px;
	}
.ceo{
	font-family: 'publica_sanslight';
	background:#003d71;
	height:550px;
	padding-left:60px !important;
	padding-top:50px;
	}
.ceo h4{
	color:#fff;
	}
.ceo h3{
	color:#3cada5;
	}
.ceo p{
	color:#fff;
	font-size:16px;
	}
.ceo span{
	color:#3cada5;
	font-weight:bold;
	line-height:50px;
	font-size:20px;
	}
/*conatct page close*/
/*Enquiry-Form Start Heare*/
.vender-form{
	color:#fff;
	width:100%;
	float:left;
	font-weight:bold;
	font-size:16px;
	background:#3cada5;
	font-family: 'publica_sanslight';
	padding: 20px 0px 50px;
	}
.form-heading {
	color:#FFF;
    padding: 30px 40px;
	font-family: 'publica_sansmedium';
}
.form-heading h3{
	font-size:44px;
	font-weight:bold;
	line-height:5px;
	}
.form-heading h4{
	font-size:20px;
	font-weight:bold;
	}
.form-padding{
		padding:0px 35px;
	}
.form-heading-img h3{
	font-size:44px;
	font-weight:bold;
	line-height:5px;
	color:#004b87;
	}
.form-heading-img h4{
	font-size:20px;
	font-weight:bold;
	color:#454545;
	}

.control-label {
    padding: 5px 0px 10px;
    font-weight: 900;
    font-size: 12px;
}
.vender-btn{
	margin-top:10px;
	font-weight:bold;
	color:#FFF;
	border:none;
	width:100%;
	padding:15px;
	background: background: #f9e000; /* For browsers that do not support gradients */    
    background: -webkit-linear-gradient(left, #f9e000 , #fe8301); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right, #f9e000 , #fe8301); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right, #f9e000, #fe8301); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, #f9e000 , #fe8301); /* Standard syntax (must be last) */
	}
.same{
	width:100%;
	}
.vender-form{
	margin-top:-25px;	
	}
.enquiry {
    background-image: url(../img/enquiry-img.jpg);
    height: 714px;
    display: block;
    background-position: 100% 100%;
    background-size: cover;
    background-repeat: no-repeat;
    padding-right: 0px !important;
}
.enq-form{
	padding-left:0px !important;
	}
.form-heading-img{
	padding:75px 0px 30px;
	}
.pera p{
	font-family: 'publica_sanslight';
	padding:5px 20px 5px 0px;
	color:#999;
	line-height:20px;
	}
/*Enquiry-Form Start Heare*/
/*TAB-SECTION-START*/
#ian-content {

}
#ian-side {
    float: left;
    margin: auto;
    width: 267px;
	height:500px;
}
#my-menu-tabs li{
  height:100%;
  overflow: hidden;
  font-size:16px;
  color:#686868;
  text-transform:uppercase;
  border:1px solid #f2eded;
  border-left:4px solid #f2eded;
  cursor:pointer;
  font-family: 'publica_sansmedium';
}
#my-menu-tabs li a{
	padding: 22px 20px !important;
}
#my-menu-tabs{
  margin:0;
  padding:0;
}
#my-menu-tabs li:hover{
  	background:#efefef;
	border-left:4px solid #004e80;

}
#ian-section{
	margin-left:24%;
 
}
.snip1493 {
    font-family: 'Open Sans', Arial, sans-serif;
    position: relative;
    float: left;
    overflow: hidden;
    margin: 10px;
    min-width: 250px;
    max-width: 267px;
    width: 100%;
    background-color: #ffffff;
    color: #000000;
    text-align: left;
    font-size: 16px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}

.snip1493 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.snip1493:after {
  position: absolute;
  top: 12px;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 25px 0 25px 25px;
  border-color: transparent transparent transparent #d2652d;
  content: '';
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.snip1493 img {
  max-width: 100%;
  vertical-align: top;
  position: relative;
  width:100%;
}

.snip1493 figcaption {
  padding: 30px 20px 20px;
  background-color: #ffffff;
}

.snip1493 .date {
  background-color: #d2652d;
  top: 15px;
  color: #fff;
  right: 15px;
  min-height: 48px;
  min-width: 48px;
  position: absolute;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 50%;
  padding: 10px 0;
}

.snip1493 .date span {
  display: block;
  line-height: 14px;
}

.snip1493 .date .month {
  font-size: 11px;
}

.snip1493 h3,
.snip1493 p {
  margin: 0;
  padding: 0;
}

.snip1493 h3 {
  margin-bottom: 10px;
  display: inline-block;
  font-weight: 700;
}

.snip1493 p {
  font-size: 0.8em;
  margin-bottom: 20px;
  line-height: 1.6em;
  color:#999;
}



.snip1493 a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  z-index: 1;
}

.snip1493:hover:after,
.snip1493.hover:after {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}
#my-form-nav-wrapper h3{
	font-family: 'publica_sansmedium';
	font-weight:bold;
	margin: 0px;
	padding: 10px 0px 30px;
	}
.tabContent{
	padding-left:5px;
	}
.side-tab-secttion{
	padding:70px 0px;}
/*TAB-SECTION-CLOSE*/
/*TESTIMONIALS-SECTION START*/

figure.snip0041 {
  font-family: 'Raleway', Arial, sans-serif;
  position: relative;
  float: left;
  overflow: hidden;
  margin: 10px 1%;
  min-width: 220px;
  max-width: 48%;
  max-height: 240px;
  width: 100%;
  box-shadow: 0px 5px 5px grey;
  border-top: 1px solid #f9f0f0;
}
figure.snip0041 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}
figure.snip0041 > img {
    width: 50%;
    filter: blur(0px);
    padding: 29px;
    margin-top: -17px;
}
figure.snip0041 figcaption {
  right: 0;
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
  background: #ffffff;
  border-left: 1px solid #838383;
}
figure.snip0041 figcaption h4,
figure.snip0041 figcaption h2,
figure.snip0041 figcaption p {
  margin: 0;
  color: #000000;
  text-align: right;
  position: absolute;
  padding: 10px 0 10px 0px;
  margin: 0 40px 0 20px;
}
figure.snip0041 figcaption h4 {
  font-size: 1.3em;
  bottom: 65%;
  right: 0px;
  font-weight: 300;
  color:#00aa9f;
  font-weight:bold;
}

figure.snip0041 figcaption h2 {
  font-size: 1.3em;
  bottom: 55%;
  right: 0;
  font-weight: 300;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  color:#454545;
}
figure.snip0041 figcaption h2 span {
  font-weight: 800;
}
figure.snip0041 figcaption p {
  top: 50%;
  font-size: 0.9em;
  opacity: 0.8;
  color:#999;
}
figure.snip0041 .icons {
  padding: 5px;
  position: absolute;
  right: 50%;
  top: 50%;
  padding-right: 30px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
figure.snip0041 .icons i {
  font-size: 32px;
  padding: 10px;
  color: #ffffff;
  opacity: 0;
  top: 50%;
  display: inline-block;
  -webkit-transform: translateX(-50px);
  transform: translateX(-50px);
}
figure.snip0041 .icons a:first-child i {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
figure.snip0041 .icons a:nth-child(2) i {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
figure.snip0041 .icons a:nth-child(3) i {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
figure.snip0041:after {
 position: absolute;
	top: 50%;
	left: 50%;
	height: 26px;
	width: 27px;
	background-color: #00aa9f;
	content: '';
	-webkit-transform: rotate(45deg) translate(-50%, -50%);
	transform: rotate(45deg) translate(-50%, -50%);
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
}
figure.snip0041:hover > img,
figure.snip0041.hover > img {
  opacity: 0.5;
  filter: blur(0px);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
figure.snip0041:hover i,
figure.snip0041.hover i {
  opacity: 0.8;
  -webkit-transform: translate(0);
  transform: translate(0);
}
figure.snip0041:hover a:first-child i,
figure.snip0041.hover a:first-child i {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
figure.snip0041:hover a:nth-child(2) i,
figure.snip0041.hover a:nth-child(2) i {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
figure.snip0041:hover a:nth-child(3) i,
figure.snip0041.hover a:nth-child(3) i {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.testi{
	padding:80px 0px 120px;
	}
.charctor-testi{
	background:#004e80;
	padding:180px 0px;
	position:relative;
	}
.charct-img-testi img{
	position:absolute;
	overflow:hidden;
	right:0;
	top:-215px;
	}
.charct-img-testi:hover .pup-big{
    background: #00aa9f;
    width: 315px;
    text-align: left;
    opacity: 0.7;
    display: block;
    padding: 20px 25px 25px 20px;
	}	
.pup-big {
    background: #00aa9f;
    width: 315px;
    text-align: left;
    opacity: 0.7;
    display:none;
    padding: 20px 25px 25px 20px;
}
.pup-big h4{
	font-family: 'publica_sansmedium';
	text-transform:uppercase;
	color:#FFF;
	font-size:24px;
	}
.pup-big p{
	text-transform:uppercase;
	line-height:0px;
	color:#FFF;
	padding:0px !important;
	}
	
.charctor-testi p{
	padding-right:0px;
	font-size:14px;
	padding-top:10px;
	}
.client-testi{
	padding-top:85px;
	}
.charct-img{
	text-align: -moz-right;
	}
.charct-img:hover .pup{
	 background: #004e80;
    width: 225px;
    text-align: left;
    opacity: 0.7;
    margin-left: 130px;
    margin-top: -85px;
    display: block;
   padding: 1px 25px 5px 20px;
	}
.pup {
    background: #004e80;
    width: 215px;
    text-align: left;
    opacity: 0.7;
    margin-left: 130px;
    margin-top: -85px;
    display: none;
   padding: 1px 25px 5px 20px;
}
.pup h4{
	font-family: 'publica_sansmedium';
	text-transform:uppercase;
	color:#3cada5;
	}
.pup p{
	text-transform:uppercase;
	line-height:0px;
	color:#FFF;
	}
.pera{
	width:74%;}
#mymenu{
	display:block;
	}
#mob_menu{
	display:none;
	}
.over{
	height:200px;
	background:#000;}
/*profile page*/

/*=======Structure=======*/
.row{
	margin-right:0px !important;
	}
.profile{
	font-family:'publica_sanslight';
	}
.profile h2{
	clear:both;color:#00a595;
	font-weight:bold;	
}	
.columns h3{
	color:#00a595;
	}
.columns h1{
	color:#003e74;
	}
.columns span{
	font-weight:bold;
	font-size:20px;
	color:#000;}	
.columns{
	padding:10px 0px 80px;
	}
.top-text {
  height: auto;
  padding: 50px 0px 10px;
}
.new h2{
	font-size:27px;		}
.photo-full-width {
  height: 400px;
  background-image:url(../img/profile-1.JPG);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  color: #fff;
}
.top-text h1{
/*	color:#00a595;
*/	color:#003e74;
	font-weight:bold;}
.secondary {
  padding: 2em;
}

.name {
  text-transform: uppercase;
  list-style: none;
}

.footer {
  height: 100px;
  margin-top: 2em;
  background-color: #fafaf3;
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer p {
  text-transform: uppercase;
  color: #333;
}
.text-right-pro{
	
	}
/*TESTIMONIALS-SCTION CLOSE*/
@media(min-width: 320px) and (max-width: 767px){	
body{
	margin:0px !important;
	padding:0px !important;
	}

#mymenu{
	display:none;
	}
#mob_menu{
	display:block;
	}
#mob_menu button{
	background:#0e7fcd;
	margin:0px;
	}
.uper-menu::before{
	display:none !important;
	}
.uper-menu::after{
	display:none !important;
	}
.call{
	text-align:left;
	padding-top:5px;
	}
.mail{
	padding-top:5px;
	}
.header h4{
	width:102%;
	padding-bottom:50px;
	}
.logo-img-full img{
	width:100%;
	}
.logo-sub{
	margin-top:-184px;
	}
.call-icon{
	top:100px;
	}
.icon-mail{
	padding-top:30px;
	}
.header{
	background:none;
	}
.contact_form h3 {
    padding-top: 70px;
    line-height: 20px;
}
.slid-bottom {
	margin-top: -78px;
	}
.con_txt[type="text"] {
    width: 283px;
}
.slid-bottom{
	background:;
	}
.strac-img img{
	height:auto;
	}
.stracture-img{
	padding:0px !important;
	}
.section-headin{
	padding:0px;
	}
.section-headin h3{
	line-height:37px;
	}
.snip1584{
	width:100%;
	}
.project{
	padding:0px;
	}
.charct-img-testi:hover .pup-big{
    background: #00aa9f;
    width: 200px;
    text-align: left;
    opacity: 0.7;
    display:none;
	}	
.pup-big {
    background: #00aa9f;
    width: 200px;
    text-align: left;
    opacity: 0.7;
    display:block;
}
.section-headin h3{
	font-size:38px;
	}@charset "utf-8";
@font-face {
    font-family: 'publica_sanslight';
    src: url('../fonts/publicasans-light-webfont.woff2') format('woff2'),
         url('../fonts/publicasans-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'publica_sansmedium';
    src: url('../fonts/publicasans-medium-webfont.woff2') format('woff2'),
         url('../fonts/publicasans-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.font_medium{
	font-family: 'publica_sansmedium';
	font-weight: normal;
    font-style: normal;
}
.font_light{
	font-family: 'publica_sanslight';
	font-weight: normal;
    font-style: normal;
}

.call{
	text-align:right;
	padding-top:5px;
	}
.mail{
	padding-top:5px;
	}
.header{
	background:#e6e7eb;
	position:relative;
	padding-bottom:20px;
	font-family: 'publica_sansmedium';
	}
.header i{
	border:1px solid #00a297;
	border-radius:50%;
	padding:10px;
	color:#00a297;
	}
.header h3{
	color:#004483;
	}
.header h4{
	color:#838383;
	line-height:0px;
	}
.icon{
	padding-top:30px;
	}
.carousel-caption
	{
	width:100%;
	max-width:1170px;
	right:0px !important;
	left:0px !important;
	vertical-align:middle !important;
	top:20% !important;
	bottom:0px !important;  
	text-align:left !important;
	font-family: 'publica_sansmedium';
	}
.carousel-caption h3{
	color:#00a595;
	font-size:55px;
	font-weight:bold;
	line-height:60px;
	}
.carousel-caption h5 {
    line-height: 25px;
    
}
.carousel-caption p{
	color:#fff;
	font-size:24px;
	font-weight:bold;
	}
.carousel-caption a{
	color:#fff;
	font-size:14px;
	font-weight:bold;
	}
.slid_btn{
	padding:10px 20px;
	border:none;
	border-radius:5px;
	background:#3cada5;
	color:#fff;
	font-weight:bold;
	}
.slid_btn_cont{
	padding:15px 55px;
	border:none;
	border-radius:5px;
	background:#085792;
	color:#fff;
	font-weight:bold;
	font-size:20px;
	}
.uper-menu{
	top:89px;
	position:absolute;
	z-index:999;
	right:0px;
	left:0px;
	}
.main_menu{
	}
.uper-menu::before {
    display: block;	
    width:20px;
    height: 7px !important;
    position: absolute;
    bottom: -23px;
    content: "";
    border-bottom: 0px solid transparent;
    border-right: 40px solid #003e74;
    top: 20px;
    border-top: 50px solid transparent;
}
.uper-menu::after {
    display: block;
    width: 20px;
    height: 7px !important;
    position: absolute;
    bottom: -23px;
    right: 15px;
    content: "";
    border-bottom: 0px solid transparent;
    border-left: 40px solid #003e74;
    top: 20px;
    border-top: 50px solid transparent;
}
.menu {
  
    padding: 0px;
    width: 100%;
    margin: 0px;

}
.slider{
	position:relative;
	}
/*.menu ul {
	padding: 0px !important;
	margin: 0px !important;
	 text-align: center; 
	background: #003e74;
}*/
.menu ul {
    padding: 0px !important;
    margin: 0px !important;
    text-align: center;
    background: #003e74;
}
.menu ul li {
	display: inline-block;
}
.menu ul li a {
	text-decoration: none;
	color: #fff;
	padding: 15px 20px;
	display: block;
	font-weight:bold;
}
.menu ul li a:hover {
	text-decoration: none;
	background:#00a595;
	padding: 15px 20px;
	display: block;
	font-weight:bold;
}
.dropdown-toggle:hover .dropdown-menu {
	display: block;
}
.dropdown-menu > li > a{
	color:#FFF !important;}
.menu ul li::after{
	border-left: 2px solid #074a7c;
}
.dropdown-menu li {
	display: block;
	width: 100%;
}
.item img{
	background-size:cover;
	background-position:center center;
	width:100% ;
	}
/*.ribbon:after, .ribbon:before {
  margin-top:0.5em;
  content: "";
  float:left;
  border:1.5em solid #074a7c;
}

.ribbon:after {
  border-right-color:transparent;
}

.ribbon:before {
  border-left-color:transparent;
}
*/
   .slid-bottom {
	background: url(../img/green-line.png);
	margin-top: -40px;
	z-index: 9999;
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 54% 21%;
}
.contact_form {
    width: 100%;
}
.heading {
    border-bottom: 1px solid #fcab0e;
    padding-bottom: 9px;
    position: relative;
}
.heading span {
    background: #9e6600 none repeat scroll 0 0;
    bottom: -2px;
    height: 3px;
    left: 0;
    position: absolute;
    width: 75px;
}
.con_form {
    padding: 0;
    width: 99%;
}
.con_txt[type="text"] {
    margin: 10px 4px;
    padding: 5px 12px;
    width: 204px;
}
.con_txt_3[type="text"] {
    height: 200px;
    margin: 10px 4px;
    padding: 10px;
    width: 99%;
}
.con_txt2[type="submit"] {
    background: #000 none repeat scroll 0 0;
    border: medium none;
    border-radius: 27px;
    color: rgb(255, 255, 255);
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    margin: 10px;
    padding: 7px 20px;
    text-transform: uppercase;
    transition: all 0.45s ease-in-out 0s;
}
.con_txt2[type="submit"] {
    background: #f17511 none repeat scroll 0 0;
    border: medium none;
    color: #fff(255, 255, 255);
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    margin: 10px;
    padding: 6px 40px;
    text-transform: uppercase;
    transition: all 0.45s ease-in-out 0s;
	border-radius:2px;
	}
.con_txt2:hover {
    background: #none repeat scroll 0 0;
    color: #000;
    transition: all 0.5s ease 0s;
}
.form-padd{
	padding:5px 0px;
	text-align:center !important;
	}
.contact_form h3{
	color:#fff;
	font-weight:bold;
	font-size:16px;
	padding-top:20px;
	line-height:0px;
	}
.strac-img img{
	width:100%;
	vertical-align:middle;
	height:556px;
	}
.stracture-text {
    font-family: 'publica_sansmedium';
    padding: 55px 0px;
}
.stracture-text h4{
	color:#454545;
	font-weight:bold;
	font-size:
	}
.stracture-text h3{
	color:#004b87;
	font-weight:bold;
	font-size:44px;
	}
.stracture-text h5{
	color:#004b87;
	font-size:20px;
	padding:10px 0px;
	}
.stracture-text p{
	color:#8f8f8f;
	font-family: 'publica_sanslight';
	}
.thum-text {
    text-align: center;
    font-weight: bold;
    background: #fff;
    margin-top: -21px;
    padding: 25px 0px 17px 0px;
	font-family: 'publica_sansmedium';
	box-shadow: 0px 5px 5px grey;
}
.thum-text h3{
	font-weight:bold;
	font-size:30px;
	}    
	#owl-demo .item2{
      margin: 5px;
    }
    #owl-demo .item2 img{
      display: block;
      width: 100%;
      height: auto;
    }
	
	#owl-demo4 .item2{
		margin:5px;
		}
	 #owl-demo4 .item2 img{
      display: block;
      width: 100%;
      height: auto;
    }
	#owl-demo5 .item2{
		margin:5px;
		}
	 #owl-demo5 .item2 img{
      display: block;
      width: 100%;
      height: auto;
    }
#owl-demo4 .item2 img:hover{
	color:#666;
	background:#000;
	} 
.section-headin {
    text-align: center;
    padding: 40px 0px 60px;
	font-family: 'publica_sansmedium';
}
.section-headin h3{
	color:#004b87;
	font-size:44px;
	font-weight:bold;
	line-height:5px;
	}
.section-headin h4{
	font-size:20px;
	color:#454545;
	font-weight:bold;
	}
.multi{
	background:#f0f4f3;
	padding:30px 0px 100px;
	}
/*.snip1584 {
  font-family: 'Raleway', sans-serif;
  position: relative;
  display: inline-block;
  overflow: hidden;
  min-width: 230px;
  max-width: 352px;
  width: 100%;
  color: #ffffff;
  font-size: 16px;
  text-align: left;
  margin:0px !important;
  padding:0px !important;
}*/
.snip1584 {
    font-family: 'Raleway', sans-serif;
    position: relative;
    display: inline-block;
    overflow: hidden;
    min-width: 230px;
    width: 25%;
    color: #ffffff;
    font-size: 16px;
    text-align: left;
    margin: -3px -2px !important;
    padding: 0px !important;
}
.snip1584 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.snip1584:before {
  position: absolute;
  top: 10px;
  bottom: 10px;
  left: 10px;
  right: 10px;
  top: 100%;
  content: '';
  background-color: rgba(51, 51, 51, 0.9);
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
}
.snip1584 img {
  vertical-align: top;
  max-width: 100%;
  backface-visibility: hidden;
  width:100%;

}
.snip1584 figcaption {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  align-items: center;
  display: flex;
  flex-direction: column;
  width:100%;
  justify-content: center;
}
.snip1584 h3,
.snip1584 h5 {
  margin: 0;
  opacity: 0;
  letter-spacing: 1px;
}
.snip1584 h3 {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  text-transform: uppercase;
  font-weight: 400;
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
  margin-bottom: 5px;
}
.snip1584 h5 {
  font-weight: normal;
  background-color: #ae895d;
  padding: 3px 10px;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.snip1584 a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.snip1584:hover:before,
.snip1584.hover:before {
  top: 10px;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.snip1584:hover h3,
.snip1584.hover h3,
.snip1584:hover h5,
.snip1584.hover h5 {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
.snip1584:hover h3,
.snip1584.hover h3 {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.snip1584:hover h5,
.snip1584.hover h5 {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.client{
	padding:50px 0px;
	}
.client-padding{
	padding:50px;
	}
.project{
	}
.charctor{
	padding:50px 0px;
	background:#3cada5;
	}

.charct-img :hover .pup{
	
	}	
.charct-text p{
	color:#fff;
	font-size:12px;
	padding-top:5px;
	padding-right:50px;
	line-height:15px;
	}
.bottom{
	background:#004b87;
	}
.bottom-left{
	color:#fff;
	padding:10px 0px;
	text-align:left;
	}
.bottom-left a{
	color:#fff;
	text-decoration:none;
}
.bottom-left a:hover{
	color:#fff;
	text-decoration:none;
}
.bottom-right{
	color:#fff;
	padding:10px 0px;
	text-align:end;
	}
.bottom-right a{
	color:#fff;
	text-decoration:none;
}
.bottom-right a:hover{
	color:#fff;
	text-decoration:none;
}

/*about-Section-style-start*/
.abot-heading{
	text-align:center !important;
	}
.abot-heading h3{
	color:#fff;
	text-transform:uppercase;
	}
.about-aut{
	background:#f0f4f3;
	}
.stracture-text-about{
	padding:73px 0px;
	}
.team{
	padding:30px 0px 100px;
	}
.thum-text-about{
	background:#3778a9;
	text-align:left;
	padding:15px 20px 20px;
	border-top:25px solid #3cada5;
	}
.thum-text-about h3{
	color:#FFF;
	font-size:20px;
	line-height:0px;
	font-family: 'publica_sansmedium';
	}
.thum-text-about p{
	color:#3cada5;
	font-size:16px;
	font-weight:100;
	font-family: 'publica_sanslight';
	}
.slider img{
	width:100%;
	 background-position:center center;
	 background-size:cover;
	}
.item3{
	text-align: center;
	}
.client-about{
	background:#f0f4f3;
	}
/*CLOSE-ABOUT-PAGE*/
/*START-GALLERY-PAGE*/
.heading4{font-size:18px;font-weight:400;font-family:'Lato', sans-serif;color:#111111;margin:0px 0px 5px 0px;}
.heading1{font-size:30px;line-height:20px;font-family:'Lato', sans-serif;text-transform:uppercase;color:#1b2834;font-weight:900;}
.content-quality{float:left;width:193px;}
.content-quality p{margin-left:10px;font-family:'Open Sans', sans-serif;font-size:14px;font-weight:600;line-height:17px;}
.content-quality p span{display:block;}
.tabtop li a{font-family:'Lato', sans-serif;font-weight:700;color:#1b2834;border-radius:0px;margin-right:22.008px;border:1px solid #ebebeb !important;}
.tabtop .active a:before{content:"♦";position:absolute;top:15px;left:82px;color:#e31837;font-size:30px;}
.tabtop li a:hover{color:#e31837 !important;text-decoration:none;}
.tabtop .active a:hover{color:#fff !important;}
.tabtop .active a{background-color:#e31837 !important;color:#FFF !important;}
.margin-tops{margin-top:30px;}
.tabtop li a:last-child{padding:10px 22px;}
.thbada{padding:10px 28px !important;}
section p{font-family:'Lato', sans-serif;}
.services{background-color:#d4d4d4;min-height:710px;padding:65px 0 27px 0;}
.services a:hover{color:#000;}
.services h1{margin-top:0px !important;}
.heading-container p{font-family:'Lato', sans-serif;text-align:center;font-size:16px !important;text-transform:uppercase;}
.nav-tabs{
	border-bottom:none !important;
	text-align:center;
	}
.nav{
	padding:0px !important;}
.tabs-gallery{
	padding:0px !important;}
.tabbable-line{
	width:100%;
	}
.nav-tabs > li {
	float:none !important; 
	margin-bottom: -1px !important;
	text-align: center !important;
	display: inline-block !important;
}
.gallery-team{
	float:left;
	margin:0px auto;
	width:100%;
}
/*CLOSE-GALLERY-PAGE*/
/*conatct page staert*/
.contact-office{
	text-align:left;
	}
.office{
	font-family: 'publica_sanslight';
	background:#3cada5;
	height:550px;
	padding-left:60px !important;
	padding-top:50px;
	}
.office p{
	color:#fff;
	font-size:16px;	
	}
.office span{
	color:#000;
	font-weight:bold;
	line-height:50px;
	font-size:20px;
	}
.ceo{
	font-family: 'publica_sanslight';
	background:#003d71;
	height:550px;
	padding-left:60px !important;
	padding-top:50px;
	}
.ceo h4{
	color:#fff;
	}
.ceo h3{
	color:#3cada5;
	}
.ceo p{
	color:#fff;
	font-size:16px;
	}
.ceo span{
	color:#3cada5;
	font-weight:bold;
	line-height:50px;
	font-size:20px;
	}
/*conatct page close*/
/*Enquiry-Form Start Heare*/
.vender-form{
	color:#fff;
	width:100%;
	float:left;
	font-weight:bold;
	font-size:16px;
	background:#3cada5;
	font-family: 'publica_sanslight';
	padding: 20px 0px 50px;
	}
.form-heading {
	color:#FFF;
    padding: 30px 40px;
	font-family: 'publica_sansmedium';
}
.form-heading h3{
	font-size:44px;
	font-weight:bold;
	line-height:5px;
	}
.form-heading h4{
	font-size:20px;
	font-weight:bold;
	}
.form-padding{
		padding:0px 35px;
	}
.form-heading-img h3{
	font-size:44px;
	font-weight:bold;
	line-height:5px;
	color:#004b87;
	}
.form-heading-img h4{
	font-size:20px;
	font-weight:bold;
	color:#454545;
	}

.control-label {
    padding: 5px 0px 10px;
    font-weight: 900;
    font-size: 12px;
}
.vender-btn{
	margin-top:10px;
	font-weight:bold;
	color:#FFF;
	border:none;
	width:100%;
	padding:15px;
	background: background: #f9e000; /* For browsers that do not support gradients */    
    background: -webkit-linear-gradient(left, #f9e000 , #fe8301); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right, #f9e000 , #fe8301); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right, #f9e000, #fe8301); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, #f9e000 , #fe8301); /* Standard syntax (must be last) */
	}
.same{
	width:100%;
	}
.vender-form{
	margin-top:-25px;	
	}
.enquiry {
    background-image: url(../img/enquiry-img.jpg);
    height: 764px;
    display: block;
    background-position: 100% 100%;
    background-size: cover;
    background-repeat: no-repeat;
    padding-right: 0px !important;
}
.enq-form{
	padding-left:0px !important;
	}
.form-heading-img{
	padding:75px 0px 30px;
	}
.pera p{
	font-family: 'publica_sanslight';
	padding:5px 20px 5px 0px;
	color:#999;
	line-height:20px;
	}
/*Enquiry-Form Start Heare*/
/*TAB-SECTION-START*/
#ian-content {

}
#ian-side {
    float: left;
    margin: auto;
    width: 267px;
	height:500px;
}
#my-menu-tabs li{
  padding: 25px;
  height:100%;
  overflow: hidden;
  font-size:16px;
  color:#686868;
  text-transform:uppercase;
  border:1px solid #f2eded;
  border-bottom:none;
  border-left:4px solid #f2eded;
  cursor:pointer;
  font-family: 'publica_sansmedium';
}
#my-menu-tabs{
  margin:0;
  padding:0;
}
#my-menu-tabs li:hover{
  	background:#efefef;
	border-left:4px solid #004e80;

}
#ian-section{
	margin-left:24%;
 
}
.snip1493 {
    font-family: 'Open Sans', Arial, sans-serif;
    position: relative;
    float: left;
    overflow: hidden;
    margin: 10px;
    min-width: 250px;
    max-width: 267px;
    width: 100%;
    background-color: #ffffff;
    color: #000000;
    text-align: left;
    font-size: 16px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}

.snip1493 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.snip1493:after {
  position: absolute;
  top: 12px;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 25px 0 25px 25px;
  border-color: transparent transparent transparent #d2652d;
  content: '';
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.snip1493 img {
  max-width: 100%;
  vertical-align: top;
  position: relative;
}

.snip1493 figcaption {
  padding: 30px 20px 20px;
  background-color: #ffffff;
}

.snip1493 .date {
  background-color: #d2652d;
  top: 15px;
  color: #fff;
  right: 15px;
  min-height: 48px;
  min-width: 48px;
  position: absolute;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 50%;
  padding: 10px 0;
}

.snip1493 .date span {
  display: block;
  line-height: 14px;
}

.snip1493 .date .month {
  font-size: 11px;
}

.snip1493 h3,
.snip1493 p {
  margin: 0;
  padding: 0;
}

.snip1493 h3 {
  margin-bottom: 10px;
  display: inline-block;
  font-weight: 700;
}

.snip1493 p {
  font-size: 0.8em;
  margin-bottom: 20px;
  line-height: 1.6em;
  color:#999;
}



.snip1493 a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  z-index: 1;
}

.snip1493:hover:after,
.snip1493.hover:after {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}
#my-form-nav-wrapper h3{
	font-family: 'publica_sansmedium';
	font-weight:bold;
	margin: 0px;
	padding: 10px 0px 30px;
	}
.tabContent{
	padding-left:5px;
	}
.side-tab-secttion{
	padding:70px 0px;}
/*TAB-SECTION-CLOSE*/
/*TESTIMONIALS-SECTION START*/

figure.snip0041 {
  font-family: 'Raleway', Arial, sans-serif;
  position: relative;
  float: left;
  overflow: hidden;
  margin: 10px 1%;
  min-width: 220px;
  max-width: 48%;
  max-height: 240px;
  width: 100%;
  background: #000000;
  box-shadow: 0px 5px 5px grey;
}
figure.snip0041 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}
figure.snip0041 > img {
  margin-right: 50%;
  width: 50%;
  filter: blur(0px);
}
figure.snip0041 figcaption {
  right: 0;
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
  background: #ffffff;
}
figure.snip0041 figcaption h4,
figure.snip0041 figcaption h2,
figure.snip0041 figcaption p {
  margin: 0;
  color: #000000;
  text-align: right;
  position: absolute;
  padding: 10px 0 10px 0px;
  margin: 0 40px 0 20px;
}
figure.snip0041 figcaption h4 {
  font-size: 1.3em;
  bottom: 65%;
  right: 0px;
  font-weight: 300;
  color:#00aa9f;
  font-weight:bold;
}

figure.snip0041 figcaption h2 {
  font-size: 1.3em;
  bottom: 55%;
  right: 0;
  font-weight: 300;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  color:#454545;
}
figure.snip0041 figcaption h2 span {
  font-weight: 800;
}
figure.snip0041 figcaption p {
  top: 50%;
  font-size: 0.9em;
  opacity: 0.8;
  color:#999;
}
figure.snip0041 .icons {
  padding: 5px;
  position: absolute;
  right: 50%;
  top: 50%;
  padding-right: 30px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
figure.snip0041 .icons i {
  font-size: 32px;
  padding: 10px;
  color: #ffffff;
  opacity: 0;
  top: 50%;
  display: inline-block;
  -webkit-transform: translateX(-50px);
  transform: translateX(-50px);
}
figure.snip0041 .icons a:first-child i {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
figure.snip0041 .icons a:nth-child(2) i {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
figure.snip0041 .icons a:nth-child(3) i {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
figure.snip0041:after {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 35px;
  width: 35px;
  background-color: #004e80;
  content: '';
  -webkit-transform: rotate(45deg) translate(-50%, -50%);
  transform: rotate(45deg) translate(-50%, -50%);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}
figure.snip0041:hover > img,
figure.snip0041.hover > img {
  opacity: 0.5;
  filter: blur(0px);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
figure.snip0041:hover i,
figure.snip0041.hover i {
  opacity: 0.8;
  -webkit-transform: translate(0);
  transform: translate(0);
}
figure.snip0041:hover a:first-child i,
figure.snip0041.hover a:first-child i {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
figure.snip0041:hover a:nth-child(2) i,
figure.snip0041.hover a:nth-child(2) i {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
figure.snip0041:hover a:nth-child(3) i,
figure.snip0041.hover a:nth-child(3) i {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.testi{
	padding:80px 0px 120px;
	}
.charctor-testi{
	background:#004e80;
	padding:180px 0px;
	position:relative;
	}
.charct-img-testi img{
	position:absolute;
	overflow:hidden;
	right:0;
	top:-215px;
	}
.charct-img-testi:hover .pup-big{
    background: #00aa9f;
    width: 315px;
    text-align: left;
    opacity: 0.7;
    display: block;
    padding: 20px 25px 25px 20px;
	}	
.pup-big {
    background: #00aa9f;
    width: 315px;
    text-align: left;
    opacity: 0.7;
    display:none;
    padding: 20px 25px 25px 20px;
}
.pup-big h4{
	font-family: 'publica_sansmedium';
	text-transform:uppercase;
	color:#FFF;
	font-size:24px;
	}
.pup-big p{
	text-transform:uppercase;
	line-height:0px;
	color:#FFF;
	padding:0px !important;
	}
	
.charctor-testi p{
	padding-right:0px;
	font-size:14px;
	padding-top:10px;
	}
.client-testi{
	padding-top:85px;
	}
.charct-img{
	text-align:end;
	}
.charct-img:hover .pup{
	 background: #004e80;
    width: 225px;
    text-align: left;
    opacity: 0.7;
    margin-left: 130px;
    margin-top: -85px;
    display: block;
   padding: 1px 25px 5px 20px;
	}
.pup {
    background: #004e80;
    width: 215px;
    text-align: left;
    opacity: 0.7;
    margin-left: 130px;
    margin-top: -85px;
    display: none;
   padding: 1px 25px 5px 20px;
}
.pup h4{
	font-family: 'publica_sansmedium';
	text-transform:uppercase;
	color:#3cada5;
	}
.pup p{
	text-transform:uppercase;
	line-height:0px;
	color:#FFF;
	}
.pera{
	width:74%;}
#mymenu{
	display:block;
	}
#mob_menu{
	display:none;
	}
.over{
	height:200px;
	background:#000;}
/*profile page*/

/*=======Structure=======*/
.row{
	margin-right:0px !important;
	}
.profile{
	font-family:'publica_sanslight';
	}
.profile h2{
	clear:both;color:#00a595;
	font-weight:bold;	
}	
.columns h3{
	color:#00a595;
	}
.columns h1{
	color:#003e74;
	}
.columns span{
	font-weight:bold;
	font-size:20px;
	color:#000;}	
.columns{
	padding:10px 0px 80px;
	}
.top-text {
  height: auto;
  padding: 50px 0px 10px;
}
.new h2{
	font-size:27px;		}
.photo-full-width {
  height: 400px;
  background-image:url(../img/profile-1.JPG);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  color: #fff;
}
.top-text h1{
/*	color:#00a595;
*/	color:#003e74;
	font-weight:bold;}
.secondary {
  padding: 2em;
}

.name {
  text-transform: uppercase;
  list-style: none;
}

.footer {
  height: 100px;
  margin-top: 2em;
  background-color: #fafaf3;
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer p {
  text-transform: uppercase;
  color: #333;
}
.text-right-pro{
	
	}
/*TESTIMONIALS-SCTION CLOSE*/
@media(min-width: 768px) and (max-width: 800px){
	.call {
		text-align: left;
	}
	.menu {
    	width: 640px !important;
	}
	.menu ul li a {
    	padding: 18px 9px;
	    font-size: 10px;
	}
	.carousel-caption{
		display:none !important;
		}
}
@media(max-width: 720px){
	.call-icon {
   	 	top: 173px;
	}
	.icon-mail {
    	padding-top: 45px;
	}
	.form-padd {
    	text-align: justify;
	}
}
@media(max-width: 640px){
	.call-icon {
    	top: 135px;
	}
	.logo-sub {
    	margin-top: -135px;
	}
}

@media(min-width: 320px) and (max-width: 767px){	
body{
	margin:0px !important;
	padding:0px !important;
	}
.icon-bar{
	background:#FFF;
	}
.navbar-collapse{
	margin-top: 33px;
	}	
#mymenu{
	display:none;
	}
#mob_menu{
	display:block;
	margin-top: -75px;
}
#mob_menu button{
	background:#0e7fcd;
	margin:0px;
	}
.menu ul li {
    display: flex;
 }
.uper-menu::before{
	display:none !important;
	}
.uper-menu::after{
	display:none !important;
	}
.call{
	text-align:left;
	padding-top:5px;
	}
.mail{
	padding-top:5px;
	}
.header h4{
	width:102%;
	padding-bottom:50px;
	}
.logo-img-full img{
	width:100%;
	}
.logo-sub{
	margin-top: -147px;
	}
.call-icon{
	top:100px;
	}
.icon-mail{
	padding-top:30px;
	}
.header{
	background:none;
	}
.contact_form h3 {
    padding-top: 70px;
    line-height: 20px;
}
.slid-bottom {
	margin-top: -78px;
	}
.con_txt[type="text"] {
    width: 283px;
}
.slid-bottom{
	background:;
	}
.strac-img img{
	height:auto;
	}
.stracture-img{
	padding:0px !important;
	}
.section-headin{
	padding:0px;
	}
.section-headin h3{
	line-height:37px;
	}
.snip1584{
	width:100%;
	}
.project{
	padding:0px;
	}
.charct-img-testi:hover .pup-big{
    background: #00aa9f;
    width: 200px;
    text-align: left;
    opacity: 0.7;
    display:none !important;
	}	
.pup-big {
    background: #00aa9f;
    width: 200px;
    text-align: left;
    opacity: 0.7;
    display:none !important;
}
.pup {
    background: #004e80;
    text-align: left;
    opacity: 0.7;
    margin-left: 130px;
    margin-top: -93px;
    display:none !important;
    padding: 1px 15px 5px 9px;
    width: 183px;
}
.section-headin h3{
	font-size:38px;
	}
.bottom-right{
	text-align:center;
	}
.bottom-left {
	text-align:center;
	}
.charct-text p {
    color: #fff;
    font-size: 12px;
    padding-top: 10px;
    padding-right:0px;
    line-height: 15px;
}
.charct-img {
    padding-bottom: 12px;
}
.charct-img img{
	width:100%;}
.mail{
	text-align:end;
	}
.row{
	margin-left:0px !important;}
.con_txt[type="text"] {
    width: 204px !important;
}
.carousel-caption{
	display:none;
	}
}





