* {
	outline: none !important;
}
html {
	height: 100%;
	min-height: 100%;
}
@font-face {
  font-family: 'DroidSans';
  src: url('../fonts/fontawesome-webfont3e6e.html?v=4.7.0');
    font-weight: normal;
  font-style: normal;
}
body {
 

}
 
.container {
background: #fff; 
}
.bg-trans{background:transparent}
.relative {
	position: relative !important;
}
.full-wh {
	display: table-cell;
	width: 1%;
	height: 100vh;
	vertical-align: middle;
}
.height-100p {
	height: 100%;
}
.vertical-middle {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.main-container {
	z-index: 2;
	overflow: hidden;
}
.section {
	padding-top: 100px;
	padding-bottom: 100px;
}
.section-small {
	padding-top: 50px;
	padding-bottom: 50px;
}
.section-content {
	margin-top: 100px;
}
.section-title {
	margin-bottom: 10px;
}
.section-subtitle {
	margin-bottom: 0;
}
.rounded {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.mt {
	margin-top: 50px;
}
.no-pb {
	padding-bottom: 0;
}
/*
 * Buttons
 *---------*/
.btn,
.btn:hover,
.btn.hover,
.btn:focus,
.btn.focus,
.btn:active,
.btn.active {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn {
    border-radius: 0;
    padding: 12px 27px;
}

/*
 * Inputs
 *--------*/
.form-control,
.form-control:hover,
.form-control.hover,
.form-control:focus,
.form-control.focus,
.form-control:active,
.form-control.active {
  padding: 9px 22px;
  height: auto;
  font-family: inherit;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: solid 1px #eaeaea;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
/*
 * List
 *------*/
.list {
  list-style: none;
  margin: 1px 0 0 1px;
  padding: 20px 10px;
  overflow: hidden;
}
.list li {
  padding: 0 0 20px 30px;
  cursor: pointer;
  border-left: solid 1px #f3f3f3;
}
.list li .title {
  margin-bottom: 10px;
  font-weight: 500;
}
.list li:last-child {
  border-left: none;
}
.list li::before {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: block;
  content: '';
  position: absolute;
  left: 18px;
  width: 16px;
  height: 16px;
  background: #fff;
  border: solid 1px #d91404;
}
.list li:hover::before {
  background: #d91404;
}
.list-inline {
  list-style: none;
  margin: 0;
  padding: 0;
}
.list-inline li {
  display: inline-block;
}
/*
 * Breadcrumbs
 *-------------*/
.breadcrumb {
  margin-top: 7px;
  margin-bottom: 0;
  background: transparent;
  text-align: right;
}
.breadcrumb a {
  color: #777;
}
.breadcrumb a:hover {
  color: #d91404;
}
/*
 * Pagination
 *------------*/
.page-numbers {
margin: 0px;
 
float: left;
padding: 0px;
padding: 2px 10px;
border: solid 1px #ccc;
margin-right: 5px;
margin-top: 20px;

}
.page-numbers.dots,.page-numbers.next,.page-numbers.prev{border:none}
.page-numbers li {
  display: inline-block;
}
.page-numbers.current{background:#d91404;color:#fff}
.page-numbers li a,
.page-numbers li span {
	cursor: pointer;
	-webkit-border-radius: 2px !important;
	-moz-border-radius: 2px !important;
	border-radius: 2px !important;
	color: #777;
	font-weight: 100;
	border: 1px solid #ddd;
	float: left;
	line-height: 1.42857;
	margin-left: -1px;
	padding: 6px 12px;
	position: relative;
	text-decoration: none;
}
.page-numbers li a:hover,
.page-numbers li span:hover,
.page-numbers li a.hover,
.page-numbers li span.hover,
.page-numbers li a:focus,
.page-numbers li span:focus,
.page-numbers li a.focus,
.page-numbers li span.focus {
  color: #fff !important;
  background: #d91404 !important;
  border-color: #d91404 !important;
}
.page-numbers li a.current,
.page-numbers li span.current {
  color: #fff !important;
  background: #d91404;
  border-color: #d91404;
}
/*
 * Progress
 *----------*/
.progress {
  height: 2px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.progress .progress-bar {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: #d91404;
}
/*
 * Panels
 *--------*/
.panel {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  margin-top: 0;
}
.panel + .panel {
  margin-top: 0 !important;
}
.panel .panel-heading {
  padding: 0;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}
.panel .panel-heading .panel-title a {
  display: block;
  padding: 10px 15px;
color:#fff
}
.panel .panel-heading .panel-title a .collapse-icon {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  float: right;
}
.panel .panel-heading .panel-title a.collapsed .collapse-icon {
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
.panel.panel-theme {
  border: solid 1px #eee;
}
.panel.panel-theme + .panel-theme {
  border-top: none;
}
.panel.panel-theme .panel-heading {
  border: none;
}
.panel.panel-theme .panel-heading a {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-weight: 300 !important;
}
.panel.panel-theme .panel-heading a:not(.collapsed) {
  color: #fff;
  background: #d91404;
}
.panel.panel-theme .panel-body {
  border-top: solid 1px #eee !important;
}
.panel:last-child .panel-heading {
  border-bottom-width: 1px;
}
/*
 * Tags
 *------*/
.tagcloud a,
.tags a{
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  display: inline-block;
  padding: 3px 7px;
  margin: 0 5px 5px 0;
  color: #777;
  border: solid 1px #eee;
  font-size:12px!important;
}
.tagcloud a:hover,
.tags a:hover{
  color: #fff;
  text-decoration: none;
  background: #d91404;
  border: solid 1px #d91404;
}
/*
 * Social Inline
 *---------------*/
.social-inline {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
}
.social-inline li {
  display: inline-block;
}
.social-inline li a {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  display: inline-block;
  margin: 0 5px 5px 0;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  font-size: 16px;
  color: #d91404;
}
.social-inline li a:hover {
  text-decoration: none;
  color: #fff;
  background: #d91404;
}
/*
 * Social Share
 *--------------*/
.social-share {
  list-style: none;
  margin: 0 0 30px;
  padding: 0;
  display: table;
  width: 100%;
}
.social-share li {
  display: table-cell;
  text-align: center;
}
.social-share li a {
  display: block;
  line-height: 32px;
  padding: 0 5px;
  border: solid 1px #eee;
  border-right-width: 0;
}
.social-share li a:hover {
  color: #fff;
  background: #d91404;
  border-color: #d91404;
}
.social-share li:last-child a {
  border-right-width: 1px;
}
/*
 * Typography
 *------------*/
.h1,
h1,
.h2,
h2,
.h3,
h3,
.h4,
h4,
.h5,
h5,
.h6,
h6 {
  color: #222;
  font-weight: 600;
  margin: 0 0 15px;
	font-family: 'Signika', sans-serif;
}
.h3,
h3 {
  font-size: 22px;
}
a {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  font-weight: 500;
  color:  #565151;
}
a:hover,
a.hover,
a:focus,
a.focus {
  color: #022984;
  text-decoration: none;
}
 
blockquote {
  font-size: 15px;
  background: #fafafa;
  margin: 0 0 30px;
  border-left: solid 1px #d91404;
}
p {
  margin: 0 0 10px;
}
/*
 * Iconography
 *------------*/
.fa-1dot5 {
  font-size: 1.5em;
}
/*
 * Backgrounds
 *-------------*/
.bg-light-gray {
  background: #f5f5f5;
}
.bg-tuna {
  background: #32323a url(../img/bg-tuna.html);
}
/*
 * Text Colors & Effects
 *-----------------------*/
.text-white {
  color: #fff;
}
.text-theme{
  color: #d91404;
}
/*
 * Magnific
 *----------*/
.mfp-bg {
  background: rgba(0, 0, 0, 0.7) !important;
}
.mfp-figure::after {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: .0;
  -webkit-backface-visibility: hidden;
}
.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1.0;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: .9;
}
.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: .0;
}
/*
 * Scroll To Top Element
 *-----------------------*/
.scroll-to-top {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: block;
  position: fixed;
  right: 10px;
  bottom: 10px;
  opacity: .0;
  width: 32px;
  height: 32px;
  z-index: 1001;
  cursor: pointer;
  color: #fff;
  text-align: center;
  line-height: 34px;
  background: #d91404;
}
.scroll-to-top .icon {
  font-size: 18px;
}
.scroll-to-top.in {
  opacity: .7;
  -webkit-animation: 0.3s animationZoomIn;
  -o-animation: 0.3s animationZoomIn;
  animation: 0.3s animationZoomIn;
}
.scroll-to-top:hover {
  opacity: 1.0;
}
/*
 * Preloader
 *-----------*/
#preloader {
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
}
.loaded #preloader {
  background: rgba(255, 255, 255, 0.3);
}
.loader::before {
  position: absolute;
  content: '';
}
.loader,
.loader::before {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 96px;
  height: 96px;
  border: solid 2px transparent;
}
.loader {
  border-top-color: #89b7f3;
  -webkit-animation: loaderAnimation 1s ease-in-out infinite;
  -o-animation: loaderAnimation 1s ease-in-out infinite;
  animation: loaderAnimation 1s ease-in-out infinite;
}
.loader::before {
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  border-top-color: #f5817f;
  -webkit-animation: loaderAnimation 1.4s ease-in infinite;
  -o-animation: loaderAnimation 1.4s ease-in infinite;
  animation: loaderAnimation 1.4s ease-in infinite;
}

/*
 * Form Validation
 *-----------------*/
label.error {
  position: absolute;
  top: 20%;
  right: 0;
  padding: 5px 7px;
  color: #fff;
  font-size: 12px;
  font-weight: 300;
  background: #d91404;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-animation: 0.3s animationZoomIn;
  -o-animation: 0.3s animationZoomIn;
  animation: 0.3s animationZoomIn;
}
/*
 * Gallery Item
 *--------------*/
 
.gallery-image {
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -ms-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  position: relative;
  z-index: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.8);
}
.gallery-image img {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  max-width: 100%;
}
.gallery-image::before {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  display: block;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  opacity: .0;
  background: rgba(255, 255, 255, 0.8);
}
.gallery-image::after {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  display: block;
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  margin: auto;
  width: 64px;
  height: 64px;
  color: #fff;
  font-size: 24px;
  line-height: 66px;
  text-align: center;
  opacity: 0;
  background: #d91404;
  font-family: 'FontAwesome', sans-serif;
}
.gallery-image:hover::before {
  opacity: .7;
}
.gallery-image:hover::after {
  -webkit-animation: 0.5s animationZoomIn;
  -o-animation: 0.5s animationZoomIn;
  animation: 0.5s animationZoomIn;
  opacity: 1.0;
}
.gallery-image:hover img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.price-table-sg{    background: #003375 ;
    background-size: 60%;
    background-position: center bottom;
    background-repeat: no-repeat;
	padding: 40px 20px;
	
	} 
.price-table-sg table{background:#fff}
.price-table-sg h2{color:#fff}
.price-table-sg h5{color:#fff}
.price-table-sg li{color:#fff}
	 
/*--------------------------------------------------------------------------------------------------------------------
 * Header
 *--------------------------------------------------------------------------------------------------------------------*/
/*
 * Brand & Navigation
 *--------------------*/
.header {
  
}
.navbar {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  z-index: 10;
  width: 100%;
  margin-bottom: 0;
  min-height: 1px;
  font-size: 13px;
  background: #fff;
  border: none;
  /*
   * Navigation Style: Fill
   *-----------------------------*/
  /* /Navigation Style: Fill */
  /*
   * Navigation Style: Underline
   *-----------------------------*/
  /* /Navigation Style: Underline */
  /*
   * Affixed Navigation
   *-----------------------------*/
  /* /Affixed Navigation */
}
.navbar .information {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  overflow: hidden;
  height: 32px;
  font-weight: 100;
  line-height: 32px;
  border-bottom: solid 1px #eee;
	background:#f7f7f7
}
.navbar .information i.fa {
  font-size: 12px;
}
.navbar .information a ,.navbar .information span{
  display: block;
  float: left;
  padding-left: 7px;
  padding-right: 12px;
  border-left: solid 1px #eee;
  color: #777;
  font-weight: 100 !important;
}
.navbar .information a .icon {
  display: inline-block;
  text-align: center;
  width: 24px;
}
.navbar .information a:hover {
  color: #fff;
  background: #d91404;
  border-color: #d91404;
}
.navbar .information .social {
  float: right;
  list-style: none;
  margin: 0;
  padding: 0;
}
.navbar .information .social li {
  display: block;
  float: left;
}
.navbar .information .social li a {
  display: block;
  padding-left: 0;
  padding-right: 0;
  width: 32px;
  line-height: 32px;
  vertical-align: middle;
  border-right: solid 1px #eee;
  border-left: none;
}
.navbar .information .social li a:hover {
  color: #fff;
  background: #d91404;
  border-color: #d91404;
}
.navbar .brand {
  position: absolute;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  line-height: 64px;
  vertical-align: middle;
}
.navbar .brand .logo-small {
  display: none;
}
.navbar .brand .logo-big {
  display: inline-block;
}
.navbar .nav {
  text-transform: uppercase;
}
.navbar .nav li a {
margin: 0px 0px;
padding: 0;
font-size: 12px;
color: #fff;
text-shadow: none;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 0px;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
font: 16px 'Arimo', sans-serif;
    text-transform: capitalize;
	    }
#main-menu{
 }
.main-navigate{background:#083a6f} 
.custom-logo-link img{ 
  width:182px;     height: auto; }
.navbar .nav li a:hover,
.navbar .nav li a.hover,
.navbar .nav li a:focus,
.navbar .nav li a.focus,
.navbar .nav li.active > a {
  color: #fff;
  background:none;
}
.navbar .nav li.dropdown .dropdown-menu {
    text-transform: capitalize;
    left: 0;
    right: auto;
	/*padding-top: 5px;   */
	transition: all 0.3s ease-in-out;
	 
}

.navbar .nav li.dropdown ul.dropdown-menu li.dropdown ul.dropdown-menu{
    left: 225px;
	top:0px;
	display:none;
	}

.navbar .nav li.dropdown ul.dropdown-menu li.dropdown:hover ul.dropdown-menu{
    
	display:block;
	}
 
.navbar .navbar-toggle {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-top: 25px;
  border: solid 1px #777;
}
.navbar .navbar-toggle .icon-bar {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background: #777;
}
.navbar .navbar-toggle:hover {
  border-color: #d91404;
}
.navbar .navbar-toggle:hover .icon-bar {
  background: #d91404;
}
.navbar.navbar-fill .nav li a {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-top: 22px;
  padding-bottom: 22px;
}
.navbar.navbar-fill .nav li.dropdown .dropdown-menu a {
  padding-top: 10px;
  padding-bottom: 10px;
}
.navbar.navbar-underline .nav li a {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  position: relative;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-top: 22px;
  padding-bottom: 20px;
  background: transparent;
  border-bottom: solid 2px transparent;
}
.navbar.navbar-underline .nav li a:hover,
.navbar.navbar-underline .nav li a.hover,
.navbar.navbar-underline .nav li a:focus,
.navbar.navbar-underline .nav li a.focus,
.navbar.navbar-underline .nav li.active > a {
  color: #d91404;
  border-bottom-color: #d91404;
}
.navbar.navbar-underline .nav li.active a {
  color: #d91404;
  border-bottom-color: #d91404;
}
.navbar.navbar-underline .nav li.dropdown .dropdown-menu {
  border-top: none;
}
.navbar.navbar-underline .nav li.dropdown .dropdown-menu a {
  padding-top: 10px;
  padding-bottom: 10px;
}
.navbar.affix-top {
  position: fixed;
}
.navbar.affix {
  position: fixed;
  -webkit-box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.3);
}
.navbar.affix .information {

}
.navbar.affix .brand {
  line-height: 55px;
}
.navbar.affix .nav li a {
  margin-top: 0px;
  margin-bottom: 0px;
}
.navbar.affix .navbar-toggle {
  margin-top: 10px;
}
.navbar.affix.navbar-fill .nav li a {
  padding-top: 17px;
  padding-bottom: 17px;
}
.navbar.affix.navbar-underline .nav li a {
  padding-top: 17px;
  padding-bottom: 16px;
}
  .dropdown:hover .dropdown-menu {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-animation: 0.3s animationSubMenu;
  -o-animation: 0.3s animationSubMenu;
  animation: 0.3s animationSubMenu;
  display: block;    border-bottom: solid 1px #ccc;
}
.navbar-nav  li.current-menu-parent{
    background: #d91404;}
	.navbar-nav  li.current-menu-parent a{color:#fff;
	}
.navbar-nav  li.current-menu-parent:before{
color:#fff}	
/*--------------------------------------------------------------------------------------------------------------------
 * Slider
 *--------------------------------------------------------------------------------------------------------------------*/
/*
 * Main
 *------*/
.slider {
  width: 100%;
  max-width: 100%;
}
.slider .item {
  height: 500px;
  max-width: 100%;
  overflow: hidden;
}
.slider .item img {
  max-width: 100%;
}
.slider .owl-controls {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
}
.slider .owl-controls .owl-pagination .owl-page {
  line-height: 24px;
  vertical-align: middle;
}
.slider .owl-controls .owl-pagination .owl-page span {
  display: inline-block;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: .7;
  background: transparent;
  border: solid 1px #fff;
}
.slider .owl-controls .owl-pagination .owl-page.active span {
  background: #fff;
}
/*
 * Slide Mask
 *------------*/
.mask {
  position: relative;
  z-index: -1;
}
.mask::before {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .6;
  z-index: 0;
  background: #000;
}
/*
 * OWL.Carousel fadeUp
 *---------------------*/
.owl-fadeUp-in {
  -webkit-animation: scaleUpFrom 1.2s ease both;
  -o-animation: scaleUpFrom 1.2s ease both;
  animation: scaleUpFrom 1.2s ease both;
}
.owl-fadeUp-out {
  -webkit-animation: scaleUpTo 1.2s ease both;
  -o-animation: scaleUpTo 1.2s ease both;
  animation: scaleUpTo 1.2s ease both;
}
/*--------------------------------------------------------------------------------------------------------------------
 * Section: Features
 *--------------------------------------------------------------------------------------------------------------------*/
.feature {
  margin-bottom: 30px;
  text-align: center;
}
.feature * {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.feature .icon {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: block;
  width: 96px;
  height: 96px;
  line-height: 96px;
  font-size: 32px;
  margin: 0 auto 30px;
  color: #d91404;
  border: solid 1px #d91404;
}
.feature .title {
  margin-bottom: 30px;
}
.feature .description {
  margin-bottom: 30px;
}
.feature:hover .icon {
  color: #fff;
  background: #d91404;
}
.feature:hover .title {
  color: #d91404;
}
/*--------------------------------------------------------------------------------------------------------------------
 * Section: More Features
 *--------------------------------------------------------------------------------------------------------------------*/
.more-feature {
  margin-bottom: 30px;
}
.more-feature .media-left {
  padding-top: 1px;
  padding-left: 1px;
}
.more-feature .icon {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  font-size: 32px;
  margin-right: 15px;
}
.more-feature .title {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  margin-bottom: 10px;
}
.more-feature .description {
  margin-bottom: 10px;
}
.more-feature:hover .icon,
.more-feature:hover .title {
  color: #d91404;
}

/*--------------------------------------------------------------------------------------------------------------------
 * Section: Contact
 *--------------------------------------------------------------------------------------------------------------------*/
.contact-form {
  margin-bottom: 30px;
}
.contact-form textarea {
  min-height: 200px;
  resize: vertical;
}
.contact-information {
  list-style: none;
  margin: 0 0 30px;
  padding: 0;
}
.contact-information li {
  padding: 10px 0;
  border-bottom: solid 1px #eee;
}
.contact-information li .icon {
  margin-right: 10px;
}
.contact-information li span {
  display: inline-block;
  width: 70px;
  font-weight: 500;
}
/*--------------------------------------------------------------------------------------------------------------------
 * Section: Skills
 *--------------------------------------------------------------------------------------------------------------------*/
.skills .title {
  font-weight: 500;
  margin-bottom: 10px;
}
.skills .title span {
  float: right;
}
/*--------------------------------------------------------------------------------------------------------------------
 * Section: Our Team
 *--------------------------------------------------------------------------------------------------------------------*/
.team-member {
  margin-bottom: 30px;
}
.team-member .image {
  margin-bottom: 10px;
  max-width: 100%;
  overflow: hidden;
}
.team-member .image img {
  width: 100%;
  max-width: 100%;
}
.team-member .name {
  margin-bottom: 10px;
}
.team-member .post {
  display: block;
  margin-bottom: 10px;
  color: #d91404;
}
.team-member .text {
  margin-bottom: 10px;
}
/*--------------------------------------------------------------------------------------------------------------------
 * Section: Map
 *--------------------------------------------------------------------------------------------------------------------*/
#map-canvas {
  width: 100%;
  height: 500px;
}
#map-canvas::after {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .0;
}
/*--------------------------------------------------------------------------------------------------------------------
 * Modal
 *--------------------------------------------------------------------------------------------------------------------*/
.modal {
  text-align: center;
  white-space: nowrap;
}
.modal .modal-dialog {
  display: inline-block;
  margin: 0;
  width: 500px;
  max-width: 98%;
  text-align: left;
  white-space: normal;
  vertical-align: middle;
}
.modal .modal-dialog .modal-content {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  padding: 20px 20px 0;
  border: none;
  opacity: .0;
}
.modal .modal-dialog .modal-content .modal-header {
  border-bottom: none;
}
.modal .modal-dialog .modal-content .modal-header .modal-title {
  text-transform: uppercase;
}
.modal .close {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.modal::before {
  display: inline-block;
  content: '';
  height: 100%;
  vertical-align: middle;
}
.modal.fade.in .modal-content {
  opacity: 1.0;
}
.modal-result {
  margin-bottom: 30px;
}
.result-icon {
  position: relative;
  margin-bottom: 30px;
}
.result-icon .icon-border {
  position: relative;
  width: 128px;
  height: 128px;
  margin-left: auto;
  margin-right: auto;
}
.result-icon .icon-border .icon {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  font-size: 48px;
  line-height: 128px;
  text-align: center;
  color: #d91404;
}
.result-icon .icon-border svg {
  z-index: 1;
  width: 100%;
  height: 100%;
}
.result-icon .icon-border svg circle {
/*  fill: none;
  stroke: #d91404;
  stroke-width: 1;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 39 39;
  stroke-dashoffset: -39;
  -webkit-transition: stroke-dashoffset 0.5s;
  -moz-transition: stroke-dashoffset 0.5s;
  -ms-transition: stroke-dashoffset 0.5s;
  -o-transition: stroke-dashoffset 0.5s;
  transition: stroke-dashoffset 0.5s;*/
}
.result-icon .icon-border::after {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: solid 3px #eee;
}
.in .icon-border .icon {
  -webkit-animation: 0.5s bounceIn;
  -o-animation: 0.5s bounceIn;
  animation: 0.5s bounceIn;
}
.in .icon-border svg circle {
/*  stroke-dashoffset: 0;
  -webkit-transition: stroke-dashoffset 0.5s linear 0.5s;
  -moz-transition: stroke-dashoffset 0.5s linear 0.5s;
  -ms-transition: stroke-dashoffset 0.5s linear 0.5s;
  -o-transition: stroke-dashoffset 0.5s linear 0.5s;
  transition: stroke-dashoffset 0.5s linear 0.5s;*/
}
/*--------------------------------------------------------------------------------------------------------------------
 * Footer
 *--------------------------------------------------------------------------------------------------------------------*/
.footer {
    
    background: #141f31;
    overflow: hidden;
    padding: 60px 0;
    color: #ddd;
    font-size: 16px;
}
.footer p {
   
    padding-top: 5px;
    color: #fff;
    margin-right: 15px;
    padding-bottom: 0;
    margin-bottom: 0;
  
 
}
.footer .menu {
    
    padding-top: 0;
}
.footer .menu  ul li:before {
    content: "\f105";
    font-family: FontAwesome;
    display: inline-block;
    margin-right: 7px;
}
.footer .menu li {
 list-style: none;
letter-spacing: 0.2px;
}
.footer .menu li a {
     font-weight: normal;
    color: #fff;
    line-height: 17px;
}
.footer .widget-title{    color: #ffffff;
    font-weight: 500;margin-bottom: 0;}
.footer .widget-title:after{content: "";
    display: block;
    background: #ffffff;
    width: 20%;
    height: 3px;
    margin-top: 10px;
    margin-bottom: 20px;
	}

.footer .menu li:hover a {
  color: #d91404;
}
.footer .menu li:hover::before {
 
}
.copyright{    background-color: #12223d;
    clear: both;
    color: #ddd;
    font-size: 16px;
    padding-bottom: 20px;
    text-align: center;}
.copyright p {
    font: 11px 'Arimo', sans-serif;
    padding-top: 5px;
    color: #666;
    float: left;
    width: 400px;
    margin-right: 15px;
}
.footer-menu{display: inline-block;
    padding: 0;
    margin: 0;}
.footer-menu li{float:left;list-style:none}
.footer-menu li a{
    color: #fff;
    font-size: 17px;
    padding: 0 15px;
    border-right: solid 1px #5a729a;
    font-weight: normal;}

/*--------------------------------------------------------------------------------------------------------------------
 * Inner Pages
 *--------------------------------------------------------------------------------------------------------------------*/
.section-page-header {
margin-bottom: 50px;
    padding: 30px 0;
    background: url(../../uploads/2018/12/title-banner.jpg) no-repeat;
    background-size: cover;
}
.section-page-header .title {
color: #fff;
    font-size: 24px;
    padding: 0;
    margin-bottom: 5px;
    font-weight: normal;
    float: left;
    padding-right: 15px
}
.section-page-header .container{
background:none}
.section-page-header .blog-post{
	margin-bottom:0px;
	padding-bottom:0px;	
}
.section-page-header .blog-post .meta{
	margin-bottom:0px;
	padding-bottom:0px;	
}
/*--------------------------------------------------------------------------------------------------------------------
 * Blog
 *--------------------------------------------------------------------------------------------------------------------*/
/*
 * Post
 *------*/
.blog-post {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: solid 1px #eee;
}
.blog-post .image {
  position: relative;
  margin-bottom: 30px;
  overflow: hidden;
}
.blog-post .image img {
  width: 100%;
  max-width: 100%;
}
.blog-post .image iframe {
  width: 100%;
  max-width: 100%;
}
.blog-post .image .image-overlay {
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -ms-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: .0;
  background: rgba(255, 255, 255, 0.8);
}
.blog-post .image .image-overlay .icon-wr {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  display: block;
  width: 64px;
  height: 64px;
  font-size: 32px;
  line-height: 68px;
  text-align: center;
  color: #fff;
  background: #d91404;
}
.blog-post .image .image-overlay .icon-wr .icon {
  display: inline-block;
}
.blog-post .image:hover .image-overlay {
  opacity: .9;
}
.blog-post .image:hover .image-overlay .icon-wr {
  -webkit-animation: 0.5s animationZoomIn;
  -o-animation: 0.5s animationZoomIn;
  animation: 0.5s animationZoomIn;
}
.blog-post .entry-title,
.blog-post .entry-title a {
  font-size: 24px;
  margin-bottom: 10px;
}
.blog-post .entry-title a{
	color: #333;
	font-weight: 400;
}
.blog-post .entry-title a:hover{
	color: #d91404;
}
.blog-post .meta {
  margin-bottom: 30px;
}
.blog-post .meta li {
  padding-left: 0;
}
.blog-post .meta li time{
  color: #777;	
}
.blog-post .meta li::after {
  display: inline-block;
  content: '/';
  margin-left: 10px;
  margin-right: 0;
}
.blog-post .meta li:last-child::after {
  display: none;
}
.blog-post .content {
  margin-bottom: 30px;
}
.blog-post .information .tags,
.blog-post .information .social-inline {
  line-height: 22px;
  vertical-align: middle;
}
.blog-post .information .social-inline {
  float: right;
}
/*
 * Widget
 *--------*/
.widget {
  margin-bottom: 30px;
background: #f3f3f3;
    padding: 10px;
    border: solid 1px #e6e6e6;
}
.widget .widget-title,
h4.comments-title,
h3.comment-reply-title{
    border-left: 4px solid #3770ab;
    padding-left: 15px;
    line-height: 1;
    margin-bottom: 20px;
}
/* .widget .widget-title::after, */
/* h4.comments-title::after, */
/* h3.comment-reply-title::after { */
	/* display: block; */
	/* content: ''; */
	/* margin-top: 5px; */
	/* width: 15%; */
	/* height: 1px; */
	/* background: #d91404; */
	/* -webkit-transition: all 0.3s ease-in-out; */
	/* -moz-transition: all 0.3s ease-in-out; */
	/* -o-transition: all 0.3s ease-in-out; */
	/* -ms-transition: all 0.3s ease-in-out; */
	/* transition: all 0.3s ease-in-out; */
/* } */
.widget:hover .widget-title::after {
	width: 20%;
}
/*
 * Widget: Menu
 *--------------*/
#secondary .widget ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#secondary .widget ul a {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-weight: normal;
  display: block;
  
  padding-bottom: 10px;
  color: #777;
  border-bottom: solid 1px #eee;
}
#secondary .widget ul a:hover {
  color: #d91404;
  padding-left: 10px;
}
/*
 * Widget: Latest Posts
 *----------------------*/
.latest-posts {
  list-style: none;
  margin: 0;
  padding: 0;
}
.latest-posts .post {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: solid 1px #eee;
}
.latest-posts .post .image {
  width: 60px;
  height: 60px;
  overflow: hidden;
}
.latest-posts .post .text {
  margin-bottom: 5px;
}
/*
 * Widget: Search
 *----------------*/
/*
 * Widget: Advert
 *----------------*/
.advert {
  width: 100%;
  height: 250px;
  min-height: 250px;
}
/*
 * Widget: Tags
 *--------------*/
/*
 * Widget: Recent Comments
 *-------------------------*/
.recent-comments {
  list-style: none;
  margin: 0;
  padding: 0;
}
.recent-comments li {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: solid 1px #eee;
}

/*
 * Widget: Comments
 *------------------*/
.comments {
  position: relative;
  list-style: none;
  margin: 30px 0;
  padding: 0;
}
.comments .image {
  overflow: hidden;
}
.comments .image img {
  max-width: 60px;
}
.comments .author {
  margin-bottom: 10px;
}
.comments .date {
  display: block;
  margin-bottom: 10px;
}
.comments .text {
  margin-bottom: 10px;
}
.comments li {
  margin-bottom: 30px;
}
.comments ul {
  padding-left: 70px;
}
.send-comment textarea {
  min-height: 150px;
  resize: vertical;
}
h4.author a,
.comments .date a{
	color:#333;	
}
.comment-wrp{
	position:relative;	
}
.reply{
	position:absolute;
	right:0px;
	top:0px;
}
#comments li{
	list-style:none;	
}
h3.comment-reply-title{
	font-size:16px;
	display:inline-block;
}
#form-submit .btn-default{
	background:none;	
}
/*--------------------------------------------------------------------------------------------------------------------
 * Responsive
 *--------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 991px) {
  .header {
   
  }
  .breadcrumb {
    float: none;
    text-align: left !important;
    padding-left: 0 !important;
  }
}
@media screen and (max-width: 767px) {
  .brand .logo-big {
    display: none !important;
  }
  .brand .logo-small {
    display: inline-block !important;
  }
  .slider {
    text-align: center;
  }
  .stat {
    margin-bottom: 30px;
  }
  .footer .signup-form .btn-theme {
    display: block;
    width: 100%;
  }
  .blog-post .social-inline {
    float: none !important;
  }
}
@media screen and (max-width: 480px) {
  .testimonials-carousel .owl-controls {
    position: static;
  }
  .footer .footer-col {
    float: none;
    width: 100%;
  }
  .footer hr {
    display: none;
  }
  .log-image{text-align:center;}
  .log-image .custom-logo-link img{    width: 150px;}
  .logo_right_ifo .icon_right{display:none}
  .logo_right_ifo .col-xs-3{margin-top:0 !important;position: unset;}
  .logo_right_ifo .col-xs-3:hover > .icon_right{
	  display: block;
    position: absolute;
    background: #d5d9de;
    color: #fff;
    bottom: -40px;
    left: 63px;
    padding: 5px;
  }
  .logo_right_ifo .icon_right p{margin-bottom:0}
  
  
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.news_tick{margin-top:40px}
.sticky {
	display: block;
}
.sticky header.entry-header .entry-title {
	position: relative;
}
.sticky header.entry-header .entry-title:before {
	content: "\f11d";
    font-family: FontAwesome;
    position: relative;
    margin: 0 10px;
}

.hentry {
	position: relative;
}

.hentry:after,
.site-main .post-navigation:after,
.site-main .posts-navigation:after,
.site-main .comment-navigation:after,
.site-main .navigation.pagination:after {
	
}
.edsbootstrap-bar {
	position: relative;
}
.edsbootstrap-bar:before {
	content: "";
    position: absolute;
    width: 6px;
    height: calc(100% + 6em);
    background: rgba(76,76,76,0.2);
    top: -3em;
    left: -3em;
	z-index: -1;
}

.edsbootstrap-bar:after {
	content: "";
    position: absolute;
    width: 6px;
    height: 0;
    background: #75b17d;
    top: -3em;
    left: -3em;
	z-index: -1;
	-o-transition: height .3s ease-in-out;
    -moz-transition: height .3s ease-in-out;
    -webkit-transition: height .3s ease-in-out;
    transition: height .3s ease-in-out;
}

.edsbootstrap-bar:hover:after {
	height: calc(100% + 6em);
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 0;
	text-align: justify;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
	text-align: right;
}

header.page-header {
	background: #f2f2f2;
	color: #7c7c7c;
    margin-left: -6em;
    margin-right: -6em;
    margin-top: -3em;
    margin-bottom: 3em;
    text-align: center;
    padding: 1.5em;
}
header.page-header h1 {
	margin: 0;
	letter-spacing: -1px;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}
.gallery   img {
width: 100%;
    
    height: auto;
}
.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
    padding: 5px;
}
.gallery-item img{ }
.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	    max-width: 33.33%;

}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
	padding:10px;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}
.gallery_slider img{width:100%}
/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}
h1.logo_text{
	font-size:18px;
	margin-bottom:5px;
	margin-top:10px;	
}
#navigation p.site-description{
	font-size:13px;
	margin:0px;
	padding:0px;
	line-height:18px;
}

.affix-top img.custom-logo{
	max-height:80px;
	width:auto;
	margin-top:3px;
}
.affix img.custom-logo{
	max-height:75px;
	width:auto;
	margin-top:5px;
}
.text-align-center{
	text-align:center;	
}
.slider .owl-buttons{
	position:relative;	
}
.slider .owl-buttons .owl-prev,
.slider .owl-buttons .owl-next{
	background:none;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    height: 40px;
    position: absolute;
    text-align: center;
    text-decoration: none;
    transition: all 0.3s ease-in-out 0s;
    width: 40px;
	top:-250px;
	right:20px;
}
.slider .owl-buttons .owl-prev i,
.slider .owl-buttons .owl-next i{
	display:block;
	line-height:35px;
	font-size:25px;	
}
.slider .owl-buttons .owl-prev{
	right:auto;
	left:20px;
}
.slider .owl-controls .owl-buttons div{
	background:none;	
}
.caption-text{
	font-size:14px;
	line-height:20px;
	padding-bottom:25px;
	display:block;	
}
h2.screen-reader-text{
	display:none;	
}
.search-field{
	border: 1px solid #eaeaea;
	border-radius: 3px;
	box-shadow: none;
	font-family: inherit;
	height: auto;
	padding: 9px 10px;
	font-weight:normal;
}
.search-submit{
	background-color: #d91404 !important;
    border-color: #d91404 !important;
    border-radius: 3px;
    color: #fff !important;
    font-family: inherit;
    padding: 9px 10px;
    transition: all 0.3s ease-in-out 0s;
	border:none;
}
ul.instagram-pics{
	margin-left:0px;
	padding-left:0px;
	text-align:left;
}
.blog-post img{
	max-width:100%;
	height:auto;	
}
.section_slider{    padding: 0;
    margin-bottom: 0;}
.services_gride .single_Service .size-post-thumbnail{
    width: 100%;
    border: solid 1px #ff9400;
    padding: 5px;
    border-radius: 15px;}
.thumler {
position: relative;}	
.overlay{    position: absolute;
    width: 85%;
    height: 80%;
    top: 0;
    background: rgba(253, 149, 7, 0.84);
    margin: 20px;
    opacity:0;transition: .5s ease;}
.thumler:hover .overlay{
opacity:1;
}
.link_icon{
 width: 85%;
    height: 80%;
    top: 0;
   
    margin: 25px;
    opacity:0;transition: .5s ease;text-align: center;
}
.thumler:hover .link_icon{
opacity: 1;
    width: 70px;
    height: 70px;
    margin: 0 auto;
    margin-top: 41px;
    border: solid 5px #fff;
    border-radius: 50px;
}
.single_Service{
text-align:center}
.single_Service .entry-title{
margin:10px auto}
.why_we{
text-align:center;margin-top:50px;}
.why_we .why_icon{background:red}
.why_we .fa{
font-size: 40px;
    border: solid 2px #3174ae;
    border-radius: 53px;
    padding: 18px 20px;
    color: #296294;transition: .5s ease;}
.why_we .fa:hover{
background:#3174ae;
color:#fff}
.why_we h3{
    margin: 10px;
    color: #db8002;
}
.why_we .why_we_item{
margin-bottom:30px
}
.join_us{
    background: #0f74ba;
    margin: 50px 0;
    padding: 40px;color:#fff;    padding-bottom: 0;    margin-bottom: 0;}
.join_button{
background: #fff !important;
    color: #0f74ba !important;
    font-weight: bold;
    font-size: 19px;
    border-radius: 59px;}
 	
#home_slider .flex-caption{
display:none}
#home_slider .flex-control-nav {

    bottom: 10px;

}
#home_slider .flexslider{margin:0 ;border:0}


.widget_nav_menu li a{
    color: #376fab;
    font: 12px 'Droid Sans', sans-serif;
    line-height: 26px;
    display: block;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    font-size: 17px;
}
.widget_nav_menu li a:hover {
    color: #003399;
}
.widget_nav_menu ul li {
    padding-bottom: 5px;
    padding-left: 15px;
    padding-top: 5px;
    position: relative;
	list-style: none;
}
.footer .widget_nav_menu ul li:before{content: "\f105";
    display: inline-block;
    font-family: FontAwesome;
    font-size:16px;
    left: 0;
    position: absolute;
    top: 0px;
    color: #fff;}
.widget_nav_menu ul.menu{
margin:0;padding:0;}
.rounder {
padding: 0;
}
.second_menu {
    float: right;
    padding: 0;
    margin: 0;
}
.second_menu li {
    list-style-type: none;
    float: left;
}
.second_menu li a {
    float: right;
    margin-right: 3px;
    background: #34495e;
    color: #fff;
    padding: 1px 6px;
    border-top: 2px solid #C30;
    font-size: 14px;
    text-decoration: none;
}.accnt {
    float: right;
    background: #fafafa;
    padding: 5px 5px;
    border-top: 2px solid #CCC;
    font-size: 12px;
    margin-bottom: 0;
	font:14px 'Droid Sans', sans-serif
}
.slider_full{
	background:url(../../../../www.cgg.gov.in/img/patt-bkg.html);
	 
     
    margin-bottom: 30px;     margin-top: 0px;
}
.widget_nav_menu ul li:before {
    content: "\f0da";
    display: inline-block;
    font-family: FontAwesome;
    font-size: 15px;
    left: 0;
    position: absolute;
    top: 6px;
    color: #3770ab;
}
.header .shadow-top {
width: 100%;
    height: 12px;
    background: rgba(255, 0, 0, 0) url(../../../../www.cgg.gov.in/img/shadow-top.html) repeat-x;
    top: 0;
    margin-top: 5px;
}
.flexslider1
{
	 
     
    background: #fff url(../img/slider/loading.html) no-repeat 50% 50%;
}
 .slider-shadow {
background: url(../../../../www.cgg.gov.in/img/slider/shadow.html) no-repeat;
    width: 1215px;
    height: 231px;
    margin: 0 auto;
    z-index: 90;
    margin-top: -200px;
    margin-left: -138px;
    background-size: 98%;
}
/*Events nad news*/
.news_section{
    margin-top: 40px;
    margin-bottom: 25px;}
.news-events  img.attachment-post-thumbnail{
	width:100%;
	    opacity: 1;
    border: 3px solid #ececec;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
	height:auto;position:relative;z-index:9
}
.news-events .item{
 overflow: hidden;}
.news-events .teaser{
    text-align: center;
    font-size: 13px;
    
         z-index: -1;
    min-height: 53px;
    overflow: hidden;
     
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    transition: all  2s ease 0s;line-height: 18px;}
.news-events .item:hover > .teaser{
position: relative;
    margin-top: -55px;
 
}
.news-events .full_link{ }
.news-events .teaser p{margin:0}
.news-events .item .eve_link{
    margin: 10px auto;
    display: -webkit-inline-box;
    background: #003399;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    transition: all 2s ease 0s;
    padding: 7px 10px;
    border-radius: 20px;}
.gallery_slider .flex-viewport{
	    border: 7px solid #ececec;}	
.gallery_slider:hover .flex-direction-nav .flex-next{right: 35px;}		
.gallery_slider:hover .flex-direction-nav .flex-prev{left: 35px;}	
.gallery_slider .flex-direction-nav a:before{border-radius:0;}		
.flexslider-events .slides li   img.attachment-post-thumbnail{border: 3px solid #ececec;}
.flexslider-events .slides li {margin: 0 20px;}
.flexslider-events .item:hover > .teaser {
position: relative;
    margin-top: -55px;
    width: 100%;}
.gallery_all .item:hover >  .teaser {
position: relative;
    z-index: 1;
	width:100%;
 }
.gallery_all .item{
margin-bottom:20px}
	
/*section Title	*/
.stylish-title:after{    content: '';
    position: absolute;
    left: 0;
	background: #3770ab;
	height: 4px;
    width: 50px;
    bottom: -11px;
}
.stylish-title:before{    content: '';
    position: absolute;
    left: 0;
	    border-top: 1px solid #f3f3f3;
    width: 170px;
    height: 1px;
    bottom: -10px;}.stylish-title{
margin-bottom: 20px;
    font-size: 28px;
    position: relative;
}
.stylish-title span{background: #fff;
    padding: 0 15px;}
	
/*e and m governace*/
.em-gov{
margin: 50px 0;}
.services-wrap .icon {
background:#fff;
width:75px;
height:75px;
border:solid 3px #ccc;
border-radius:50px;
margin:0 auto;text-align:center;transition: all 0.5s ease 0s;
position:relative;
}	
.services-wrap .icon-img {
   
    width: 75px;
    height: 75px;
	margin:0 auto;
	
   
}
.services-wrap .icon-img img
{
	    margin-top: 21px;
}
.services-wrap .col-md-3{padding:0 10px}
.services-wrap .col-md-3:hover  .icon{
	-webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
}
.services-wrap .cont1{
background: #34495e;}
.services-wrap .cont2{
background:#a1b671;}
.services-wrap .cont3{
background:#31b8d1;}
.services-wrap .cont4{
background:#64c29e;}
.services-wrap .cont1 .btn-small{margin-top: 41px;}
.services-wrap .cont3 .btn-small{margin-top: 41px;}
.services-wrap .cont4 .btn-small{margin-top: 62px;}
.services-wrap .contnr{
    
    padding: 20px;
    text-align: center;
    color: #fff;
    margin-top: -36px;
    z-index: -1;
    
    padding-top: 45px;    
	line-height: 21px;
	height: 225px;
}
.services-wrap .btn-small
{
	background: #fff;
    padding: 4px 7px;
    font-size: 11px;
    color: #636363;
    font-style: italic;
    margin-top: 20px;
    display: -webkit-inline-box;
}
.table_style {
    background: #F3F5F7;
    border-collapse: collapse;
    color: #333;
    margin: 0;
    padding: 0;
    font-size: 13px;font: 15px 'Droid Sans', sans-serif;width:100%
}
.table_style th {
    padding: 7px 10px;
    text-align: left;
    border-bottom: 1px solid #ccc;
    border-right: thin solid #bbb;
    border-left: thin solid #bbb;
    background: #3A4856;
    color: #fff;
    line-height: 20px;
    padding: 15px 10px;
    text-align: center;
}
.table_style td {
    padding: 7px 10px;
    text-align: left;
    border-bottom: 1px solid #ccc;
    border-right: thin solid #bbb;
    border-left: thin solid #bbb;
    background: #fff;
    line-height: 20px;
}
.table_style tr:hover {
    background: #EAECEE;
    color: #111;
}
.table_style tr.odd td {
    background: -moz-linear-gradient(100% 25% 90deg, #f6f6f6, #f1f1f1);
    background: -webkit-gradient(linear, 0% 0%, 0% 25%, from(#f1f1f1), to(#f6f6f6));
}
.project_item img{
	width:100%;
    border: 3px solid #ececec;
     
}
.projects hr,.news_list hr{width: 100%;
float: left;
}

.project_item{

}
.project_item h5{
    font-size: 17px;
    margin: 6px 0px 10px 0;
    font-weight: normal;
    line-height: 1.2;
    text-transform: uppercase;}
.project_item p{margin:0}
 
.icon_link img{     
    width: 32px;
    border: none;
    margin-left: 6px;
    margin-top: -2px;}
.icon_link{
    margin-top: 10px;
    display: -webkit-box;
}
.project_img{
	    background: url(../../../../localhost/cggpro/wp-content/uploads/2017/07/mask.html) no-repeat;
    background-size: 100%;
    text-align: center;
}
.project_img img{ width: 303px;
    text-align: center;
    margin: 0 auto;
    margin-top: 12px;
    margin-bottom: 29px;
    height: 194px;}
.single_project h3	{text-transform: uppercase;
    margin-bottom: 10px;
    font-weight: normal;
    border-bottom: solid 1px #ececec;
    padding-bottom: 10px;}
	.single_project ul{margin:0;padding:0}
.single_project ul li{border-bottom: solid 1px #ececec;
    list-style-type: square;
    margin-left: 15px;
    padding: 7px 0px;}	
/*testimonoals*/
.testimonials{
font-size:16px}
	
.testimonials    .slides img{width:100px;margin:0 auto;    border-radius: 100px;margin-bottom: 15px;}
.team_single .leadership_bio{background:none;    margin-left: 0;}
.team img.attachment-post-thumbnail{width:100%;border: solid 3px #e2e0e0;}
.team h2{
    margin: 0;
    font-size: 20px;
    margin-bottom: 12px;}
.leadership_bio{
padding:20px;
background:#ececec;margin: 15px;}
.team-grid .grid-item{
	border:solid 1px #e2e0e0;
	background:#e2e0e0;text-align: center;    padding-bottom: 25px;margin-bottom:30px;
	 
}
.team-grid .grid-item h3{
	    font: 16px 'Droid Sans', sans-serif;
    color: #d91404;    margin: 10px 0px 2px 0;
    
}
.team-grid .grid-item  h5{
	    font: 13px 'Droid Sans', sans-serif;
    color: #707070;
    padding-top: 2px;
text-align: center;margin-bottom: 25px;}
.profile_view{
	    background: #d74142;
    -moz-box-shadow: 1px 1px 2px #aaa;
    -webkit-box-shadow: 1px 1px 2px #aaa;
    box-shadow: 1px 1px 2px #aaa;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    color: #fff;
    padding: 5px 10px;
}
.profile_view:hover{
background: #c0c0c0;}
.subtitle{
	 
    margin: 14px 0px 0px 10px;color: #555555;
    font-weight: normal;
}
.news_list  img{width:100%;border: 3px solid #ececec;}
.corner_date{
position: absolute;
    top: 3px;
    background: #d91404;
    color: #fff;
    left: 3px;
       width: 60px;
}
.corner_date .date_day{
    text-align: center;
    padding-top: 10px ;
    font-size: 25px;
    font-weight: bold;}
.corner_date  .date_month{
 text-align: center;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.2;
}
.corner_date .date_posttype{
	text-align: center;
    font-size: 28px;
    padding: 10px 0px;
    margin-top: 10px;
    border-top: solid 1px #c11608;
}
.news_list article{
position:relative;
 }
.news_list article p{
	    margin: 10px 0;
}
.career_list ul{
	padding:0;
	margin:0;
}
.career_list ul li{
	    list-style: none;
    border: solid 1px #e2e2e2;
    background: #efeeee;
    padding: 15px 0;
    margin-bottom: 3px;
    float: left;
    width: 100%;
}
.career_list ul li h4{
	margin:0;margin-bottom: 10px;
}
.collapse_button{
    color: red;
    cursor: pointer;
    font-weight: bold;
    margin-bottom: 7px;}
	
/* Style the tab */
div.tab {
    float: left;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
    width: 30%;
    height: 300px;
}

/* Style the buttons inside the tab */
 .tab button {
    display: block;
    background-color: inherit;
    color: black;
    padding: 22px 16px;
    width: 100%;
    border: none;
    outline: none;
    text-align: left;
    cursor: pointer;
    transition: 0.3s;
    font-size: 17px;
}

/* Change background color of buttons on hover */
 .tab  li:hover {
    background-color: #ddd;
}

/* Create an active/current "tab button" class */
 .tabs .tab  li.active {
background-color: #d91404;   
 border-left: solid 3px #d91404;    color: #fff;
}
.tabs{
	padding-right:0;
}
.tabs .tab li{
    margin-right: 0;
    width: 100%;
    background: #fafafa url(../../../../www.cgg.gov.in/img/aside.html) no-repeat 15px center;
    padding-left: 30px;
	cursor:pointer;
}
.tabs_content{
padding-left:0}
/* Style the tab content */
.tabcontent {
    float: left;
    padding: 0px 12px;
    border: 1px solid #ccc;
    width: 100%;
  margin-bottom: 50px;
	display:none;
}
 .tabcontent.active{
 display:block;
 background-color: rgba(247, 247, 247, 0.57);
 border:none;
     border : solid 1px #d91404;
 padding:20px}
 .arrow-list{
	 list-style:none;
	 padding:0;
	 margin:0;
 }
.arrow-list li
{
background: url(../../../../www.cgg.gov.in/img/list-check.html) no-repeat 0 center;
    padding-left: 20px;
}
#hori_tabs .tabs ul.tab{margin:0;padding:0;list-style:none;}
#hori_tabs  .tabs ul.tab li{
	    background: #fff;
    float: left;    border: none;
    border-top: 1px solid #ececec;
    border-right: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
    overflow: hidden;
    position: relative;
    padding: 2px 15px;
    width: initial;
}
#hori_tabs  .tabs ul.tab li.active{border-bottom: 3px #fff;
    background: #fafafa;
    border-top: 3px solid #d74142;
	color:red;
}#hori_tabs .tabcontent{margin-bottom:0;width:100%;}	
#hori_tabs .tabcontent.active{border:none}
#hori_tabs {display: table;
    border : solid 1px #ececec;width:100%;
}
.single_team_widget_header{
 padding:8px 10px; background:#003399; color:#fff;font-weight: normal;margin : 10px 0;
}
.conti_read{
font-size:12px;
font-style:italic}
.conti_read .fa{margin-left:5px}

 #contact-buttons-bar {
  position: fixed;
  top: 120px;
  left: -50px;
  width: 50px;
}


#contact-buttons-bar.slide-on-scroll {
  position: absolute;
}

.contact-button-link  {
  display: block;
  width: 50px;
  height: 50px;
  padding: 0;
  margin-bottom: 1px;
  text-align: center;
  line-height: 50px;
  font-size: 22px;
  background: #8e8e93;
  color: #fff;
  position: relative;
  left: 0;
  
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  
  -webkit-transition: all 250ms;
     -moz-transition: all 250ms;
          transition: all 250ms;
}
.contact-button-link:hover,
.contact-button-link:focus,
.contact-button-link:active {
  color: #fff;
  padding-left: 20px;
  width: 70px;
}
.contact-button-link.cb-hidden {
  left: -50px;
}
.contact-button-link.fa-facebook {
  background: #3b5998;
}

.contact-button-link.fa-twitter {
  background: #00CCFF;
}

.contact-button-link.fa-instagram {
  background: #996699;
}



.contact-button-link.fa-linkedin {
  background: #0077b5;
}
.contact-button-link.gplus {
  background: #db4437;
}

.contact-button-link.separated {
  margin-top: 1em;
}
.contact-button-link.cb-hidden {
    left: -50px;
}
.contact-button-link.hide-in{
 
left:-100px;}
.show-hide-contact-bar,
.contact-button-link.show-hide-contact-bar:focus,
.contact-button-link.show-hide-contact-bar:active {
  background: transparent;
  color: #000;
  border: 0;
  outline: 0;
  padding: 0;
  width: 50px;
}
.contact-button-link.show-hide-contact-bar:hover {
  color: #000;
  background: #ccc;
  padding: 0;
  width: 50px;
}
 @media (max-width: 768px){
	 .custom-logo-link img{
	 width:25%;}
	 .rounder{
	 display:none}
	 .navbar-header{padding:0}
 }
 .icon-grid-post img{width:100%}
.logo_right_ifo{     margin-top: 20px;}.logo_right_ifo div.col-md-3{display: inline-block;}.logo_right_ifo .icon_right{margin-left: 10px;}.logo_right_ifo .icon_right h5{margin-bottom:0px}
.logo_right_ifo .icon_right p{margin-bottom:10px; color:#777777}
.logo_right_ifo .fa{float:left;    font-size: 35px; color:#777777}
.logo_wrap{    margin: 15px auto;}
#sidebar-front-page-widget-area .subtitle, .subtitle {
    text-align: left;
    color: #999;
    font-size: 16px;
    font-weight: 400;
    margin: 0 auto 25px;
    letter-spacing: 0.5px;
    font-style: italic;
    position: relative;
    font-family: 'Roboto', sans-serif;
    display: inline-block;
}
/* parallax */
.parallax_call_to_action {
    background-repeat: no-repeat;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
    z-index: 0;
    background: #2e5680;
    padding: 60px 0;
    text-align: center;
    background-attachment: fixed;
	color:#fff;
}
.parallax_call_to_action .section-title{color:#fff;}
.parallax_call_to_action.cta-layout-2::before {
    background: #000;
    content: "";
    height: 100%;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    display: block!important;
    opacity: 0.7;
	display: table;
    clear: both;
    content: "";
}
/* Icon grid */
#icon-grid-post{    margin: 50px 0;
    background: #f3f3f3;
    padding: 50px;
    margin-bottom: 0;}
#icon-grid-post .grid_item{    text-align: center;
    margin: 15px 0;}
#icon-grid-post .grid_item img{width:100%}
#icon-grid-post .fa{    font-size: 40px;
    background: #ece8e8;
    width: 65px;
    height: 65px;
    vertical-align: middle;
    border-radius: 50%;
    overflow: hidden;
    line-height: 65px;}
#icon-grid-post .fa:before{ }
#icon-grid-post h3{margin-bottom: 10px;
    margin-top: 12px; }
#icon-grid-post p{    margin-bottom: 5px;
    line-height: 1.5; }
#icon-grid-post a{     font-weight: bold;
    font-style: italic;}

#latest_blog img.wp-post-image{width:100%;border: solid 1px #e4e3e3;}
#latest_blog{margin:50px 0;}
#latest_blog .blog_item h3{    margin-bottom: 5px;
    margin-top: 10px;}
#latest_blog .blog_item{margin-bottom:15px}
#latest_blog .blog_item a{color: #141f31;}
#latest_blog .blog_item h4{margin-top:7px}
#icon-grid-post-sideface{padding:50px 0;}
#secondary .widget  input,#secondary .widget  textarea{width: 100%;
    margin-bottom: 0;
    padding: 5px;
font-weight: normal;    max-width: 100%;}
#secondary .widget  textarea{height:60px}
#secondary .widget  label{font-weight:normal;}
#secondary div.wpforms-container-full .wpforms-form .wpforms-one-half{width:100%;    margin: 0;}
.copyright_bottom{font-size:12px}
.copyright_bottom a{color:#5ac7f9}

.contact-landmartk{background: #083b6f;
    padding: 30px 10px;
    margin-bottom: 30px;
    color: #fff;}
.contact_iconlist{padding:0;margin:0;list-style:none}
.contact_iconlist li{    margin-bottom: 6px;}
.contact_iconlist li .fa{font-size: 20px;}
.contactpage_form input,.contactpage_form textarea{width:100%}
.video-section{background: #dce3e8;padding:30px}
.video-title{ display: table-cell;
    vertical-align: middle;
    color: #fff;
    text-align: center;}
.flex-direction-nav a:before {
    font-family: "FontAwesome";
    font-size: 22px;
    display: inline-block;
    content: '\f104';
    color: rgba(0, 0, 0, 0.8);
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
    background: #fff;
    padding: 4px 16px;
    border-radius: 30px;
    font-weight: bold;
}
.flex-direction-nav a.flex-next:before {
  content: '\f105';
}
#wpforms-form-686{}
.image-gallery .item{}
.image-gallery .item img{    width: 100%;
    border: solid 2px #ccc;
    margin-bottom: 15px;}
.event_gallery{padding:60px 0;background:#eceff3}
.event_gallery .container{background:transparent}
.event_gallery .item img{    width: 100%;
    margin-bottom: 12px;
    border: solid 2px #dedbdb;
    padding: 1px;}