/* import styles */
@import url(bootstrap.min.css);
@import url(fontawesome/all.css);
@import url(owlcarousel/owl.carousel.css);
@import url(owlcarousel/owl.theme.default.min.css);
@import url(animate.min.css);
@import url(flaticons/flaticons.css);

/* common styles */
@font-face {
  font-family:Quicksand;font-display:swap;font-style:normal;font-weight:300;src:url(fonts/quicksand-v8-vietnamese_latin-ext_latin-300.eot);src:local('Quicksand Light'),local('Quicksand-Light'),url(fonts/quicksand-v8-vietnamese_latin-ext_latin-300.eot?#iefix) format('embedded-opentype'),url(fonts/quicksand-v8-vietnamese_latin-ext_latin-300.woff2) format('woff2'),url(fonts/quicksand-v8-vietnamese_latin-ext_latin-300.woff) format('woff'),url(fonts/quicksand-v8-vietnamese_latin-ext_latin-300.ttf) format('truetype'),url(fonts/quicksand-v8-vietnamese_latin-ext_latin-300.svg#Quicksand) format('svg');
}

@font-face {
  font-family:Quicksand;font-display:swap;font-style:normal;font-weight:400;src:url(fonts/quicksand-v8-vietnamese_latin-ext_latin-regular.eot);src:local('Quicksand Regular'),local('Quicksand-Regular'),url(fonts/quicksand-v8-vietnamese_latin-ext_latin-regular.eot?#iefix) format('embedded-opentype'),url(fonts/quicksand-v8-vietnamese_latin-ext_latin-regular.woff2) format('woff2'),url(fonts/quicksand-v8-vietnamese_latin-ext_latin-regular.woff) format('woff'),url(fonts/quicksand-v8-vietnamese_latin-ext_latin-regular.ttf) format('truetype'),url(fonts/quicksand-v8-vietnamese_latin-ext_latin-regular.svg#Quicksand) format('svg');
}

@font-face {
  font-family:Quicksand;font-display:swap;font-style:normal;font-weight:500;src:url(fonts/quicksand-v8-vietnamese_latin-ext_latin-500.eot);src:local('Quicksand Medium'),local('Quicksand-Medium'),url(fonts/quicksand-v8-vietnamese_latin-ext_latin-500.eot?#iefix) format('embedded-opentype'),url(fonts/quicksand-v8-vietnamese_latin-ext_latin-500.woff2) format('woff2'),url(fonts/quicksand-v8-vietnamese_latin-ext_latin-500.woff) format('woff'),url(fonts/quicksand-v8-vietnamese_latin-ext_latin-500.ttf) format('truetype'),url(fonts/quicksand-v8-vietnamese_latin-ext_latin-500.svg#Quicksand) format('svg');
}

@font-face {
  font-family:Quicksand;font-display:swap;font-style:normal;font-weight:700;src:url(fonts/quicksand-v8-vietnamese_latin-ext_latin-700.eot);src:local('Quicksand Bold'),local('Quicksand-Bold'),url(fonts/quicksand-v8-vietnamese_latin-ext_latin-700.eot?#iefix) format('embedded-opentype'),url(fonts/quicksand-v8-vietnamese_latin-ext_latin-700.woff2) format('woff2'),url(fonts/quicksand-v8-vietnamese_latin-ext_latin-700.woff) format('woff'),url(fonts/quicksand-v8-vietnamese_latin-ext_latin-700.ttf) format('truetype'),url(fonts/quicksand-v8-vietnamese_latin-ext_latin-700.svg#Quicksand) format('svg');
}

body {
  font-family: 'Quicksand-Regular', sans-serif;
  font-size: 16px;
  line-height: 1.5;
}
img {
  max-width: 100%;
}
a,
a:hover,
a:focus {
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Quicksand-Medium', sans-serif;
}
@media (min-width: 1200px) {
  .container {
    padding: 0;
  }
}
.pt0 {
  padding-top: 0 !important;
}
.pb0 {
  padding-bottom: 0 !important;
}
.mb0 {
  margin-bottom: 0 !important;
}
.br0 {
  border-right: 0 !important;
}
.pl0 {
  padding-left: 0 !important;
}
.pr0 {
  padding-right: 0 !important;
}
.pl-30 {
  padding-left: 30px;
}
.pl-15 {
  padding-left: 15px;
}
.pb-20 {
	padding-bottom: 20px;
}
.thm-btn {
  border: none;
  outline: none;
  background: #1782C6;
  font-size: 1em;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  font-family: 'Quicksand-Medium', sans-serif;
  display: inline-block;
  transition: all .5s ease !important;
  position: relative;
  padding: 12px 16px;
}
.thm-btn:hover {
  background: #012f5d;
  color: #fff;
}
.thm-btn i {
  font-size: 0.875em;
  color: #fff;
}
.thm-btn.thm-blue-bg {
  background: #012f5d;
}
.thm-btn.thm-blue-bg:hover {
  background: #1782C6;
  color: #fff;
}
.animate-3 {
  transition: all 0.3s ease;
}
.animate-5 {
  transition: all 0.5s ease;
}
.animate-7 {
  transition: all 0.7s ease;
}
.animate-3-all * {
  transition: all 0.3s ease;
}
.animate-5-all * {
  transition: all 0.5s ease;
}
.animate-7-all * {
  transition: all 0.7s ease;
}
.section-padding {
  padding: 40px 0;
}
.section-padding.page-title {
  padding-bottom: 30px;
}
.section-title {
  margin-bottom: 30px;
}
.section-title h2 {
  background: url(../images/section-title-bg.png) repeat-x center left;
  margin: 0;
}
.section-title h2 span {
  background: #fff;
  display: inline-block;
  font-size: 1.25em;
  line-height: 26px;
  font-weight: 600;
  color: #272727;
  padding: 10px 35px;
  padding-left: 0;
}
.section-title.text-center h2 span {
  padding: 5px 35px;
}
.scroll-to-top{
  position:fixed;
  bottom:30px;
  right:15px;
  color:#1782C6;
  font-size:55px;
  font-weight: normal;
  text-align:center;
  z-index:100;
  cursor:pointer;
  display:none;
  z-index: 99999;   
}
/* header styles */
.top-bar {
  background: #F4F4F4;
  padding: 6px 0;
}

.top-bar .top-info {
  display: inline-block;
}
.top-bar .top-info ul,
.top-bar .top-info li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.top-bar .top-info ul li {
  display: inline-block;
  color: #000000;
  font-weight: 300;
  font-size: 0.875em;
  margin-left: 45px;
  line-height: 25px;
}
.top-bar .top-info i {
  font-weight: normal;
  font-size: 1.125em;
  margin-right: 5px;
}
.top-bar .top-info span {
  color: #1782C6;
}

header.header {
  padding: 15px 0;
}
header.header .logo {
  position: relative;
}
header.header .logo:before {
  /*content: '';
  background: url(../img/resources/header-shape.png) 0 0 no-repeat;
  width: 333px;
  height: 18px;
  position: absolute;
  top: -53px;
  left: -45px;*/
}
header.header .logo h3 {
	display: table-cell;
	vertical-align: middle;
	color: #1782C6;
	font-size: 0.950em;
	font-weight: 600;
	letter-spacing: 0.1em;
	line-height: 1.3;
	padding-left: 5px;
}
header.header .single-header-right {
  display: inline-block;
  vertical-align: middle;
  margin-left: 25px;
}
header.header .single-header-right:first-child {
  margin-left: 0;
}
header.header .single-header-right .icon-box,
header.header .single-header-right .content-box {
  display: table-cell;
  vertical-align: middle;
}
header.header .single-header-right .icon-box {
  width: 40px;
  text-align: center;
}
header.header .single-header-right .icon-box i {
  font-size: 2.375em;
  color: #13314C;
  position: relative;
  top: 5px;
}
header.header .single-header-right .content-box {
  padding-left: 15px;
}
header.header .single-header-right .content-box b {
  font-size: 1em;
  color: #40454A;
	color: #40454A;
	margin: 0;
	font-weight: normal;
}
header.header .single-header-right .content-box p {
  font-size: 1em;
  color: #40454A;
  margin: 0;
}
header.header .single-header-right .icon-btn {
  background: none;
  outline: none;
  border: none;
  background: #F5F5F5;
  width: 65px;
  height: 65px;
  color: #272727;
  font-size: 1.875em;
  line-height: 63px;
  border: 1px solid #F5F3F3;
  display: inline-block;
  vertical-align: top;
  margin-right: 6px;
  text-align: center;
}
header.header .single-header-right .icon-btn + .tooltip > .tooltip-inner {
  background-color: #1782C6;
  line-height: 50px;
  color: #fff;
  text-transform: uppercase;
  font-size: 1em;
  font-weight: bold;
  padding: 0 30px;
  border-radius: 0;
}
header.header .single-header-right .icon-btn + .tooltip > .tooltip-inner:before {
  content: '\f0ed';
  font-family: 'Font Awesome 5 Free';
  color: #fff;
  font-size: 0.875em;
  margin-right: 5px;
}
header.header .single-header-right .icon-btn + .tooltip.top .tooltip-arrow {
  border-top-color: #1782C6;
  margin-left: -15px;
  border-width: 15px 15px 0;
}
header.header .single-header-right .thm-btn {
  display: inline-block;
  vertical-align: top;
}
.mainmenu-wrapper {
  background: #1E1E1E;
}
.mainmenu-wrapper.stricky-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}
.mainmenu-wrapper.stricky-fixed.static {
  position: relative;
}
.mainmenu-wrapper .nav-header {
  background: #1E1E1E;
}
.mainmenu-holder .nav-header,
.mainmenu-holder .nav-footer {
  display: inline-block;
}
.mainmenu-holder .nav-header > ul,
.mainmenu-holder .nav-footer > ul,
.mainmenu-holder .nav-header > ul > li,
.mainmenu-holder .nav-footer > ul > li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.mainmenu-holder .nav-footer > ul > li,
.mainmenu-holder .nav-header > ul > li {
  display: inline-block;
}
.mainmenu-holder .nav-header > ul > li {
  position: relative;
  line-height: 45px;
  padding: 10px 0;
}
.mainmenu-holder .nav-header > ul > li > a {
  display: block;
  color: #FFFFFF;
  font-size: 0.9375em;
  font-family: 'Quicksand-Medium', sans-serif;
  text-transform: uppercase;
  padding: 0 20px;
  transition: all 0.3s ease;
  letter-spacing: .04em;
  font-weight: bold;
  position: relative;
}
.mainmenu-holder .nav-header > ul > li > a:before {
  content: '';
  position: absolute;
  top: 0;
  right: -2px;
  width: 2px;
  height: 100%;
  background: url(../images/menu-border.png) center center no-repeat;
}
.mainmenu-holder .nav-header > ul > li:last-child > a:before {
  display: none;
}
.mainmenu-holder .nav-header > ul > li.active > a {
  background: #1782C6;
  color: #fff !important;
}
.mainmenu-holder .nav-header > ul > li.active > a:before {
  display: none;
}
.mainmenu-holder .nav-header > ul > li:hover > a {
  color: #1782C6;
}
.mainmenu-holder .nav-header > ul > li > a i {
  font-size: 0.875em;
  line-height: 0;
}
.mainmenu-holder .nav-header > ul > li.dropdown > a:after {
  content: '\f107';
  font-family: 'Font Awesome 5 Free';
  font-size: 0.875em;
  margin-left: 5px;
}
.mainmenu-holder .nav-header > ul > li > ul,
.mainmenu-holder .nav-header > ul > li > ul > li > ul {
  position: absolute;
  top: 100%;
  left: 0;
  width: 315px;
  background: #fff;
  padding: 0;
  margin: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease;
  z-index: 9999;
}
.mainmenu-holder .nav-header > ul > li > ul > li > ul {
  top: 0;
  left: 100%;
}
.mainmenu-holder .nav-header > ul > li:hover > ul,
.mainmenu-holder .nav-header > ul > li > ul > li:hover > ul {
  opacity: 1;
  visibility: visible;
}
.mainmenu-holder .nav-header > ul > li > ul li {
  display: block;
  position: relative;
  line-height: 50px;
}
.mainmenu-holder .nav-header > ul > li > ul li:last-child {
  border-bottom: 0;
}
.mainmenu-holder .nav-header > ul > li > ul li a {
  display: block;
  text-align: left;
  color: #272727;
  font-size: 0.9375em;
  text-transform: none;
  padding: 0px 23px;
  transition: all 0.3s ease;
  font-family: 'Quicksand-Regular', sans-serif;
  border-bottom: 1px solid #F4F4F4;
  font-weight: bold;
}
.mainmenu-holder .nav-header > ul > li > ul li:hover > a {
  background: #1782C6;
  color: #fff;
}
.mainmenu-holder .nav-header .navigation .dropdown-expander {
  width: 35px;
  height: 35px;
  background: #1782C6;
  color: #012f5d;
  border: none;
  outline: none;
  line-height: 35px;
  position: absolute;
  top: 7px;
  right: 20px;
}
.mainmenu-holder .nav-footer {
  margin-left: 20px;
}
.mainmenu-holder .nav-footer > ul > li {
  position: relative;
  padding-bottom: 10px;
}
.mainmenu-holder .nav-footer > ul > li > button {
  width: 50px;
  height: 50px;
  font-size: 1em;
  line-height: 50px;
  background: none;
  color: #fff;
  background: #1782C6;
  border: none;
  outline: none;
  transition: all 0.3s ease;
}
.mainmenu-holder .nav-footer > ul > li > button:hover {
  background: #1782C6;
  color: #fff;
  border-color: #1782C6;
}
.mainmenu-holder .nav-footer > ul > li > button i.fa-search {
  position: relative;
  top: -2px;
}
.mainmenu-holder .nav-footer > ul > li .search-box {
  position: absolute;
  width: 250px;
  background: #1782C6;
  top: 100%;
  right: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  padding: 10px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease;
}
.mainmenu-holder .nav-footer > ul > li:hover .search-box {
  opacity: 1;
  visibility: visible;
}
.mainmenu-holder .nav-footer > ul > li .search-box form {
  background: #fff;
}
.mainmenu-holder .nav-footer > ul > li .search-box li {
  list-style: none;
}
.mainmenu-holder .nav-footer > ul > li .search-box li input {
  width: 78%;
  background-color: transparent;
  border: none;
  outline: none;
  height: 40px;
}
.mainmenu-holder .nav-footer > ul > li .search-box li button {
  background: none;
  outline: none;
  color: #A9A9A9;
  border: none;
  width: 30px;
  height: 40px;
  margin-right: 5px;
}
.mainmenu-wrapper .search-box {
  width: 330px;
  padding: 10px 0;
}
.mainmenu-wrapper .search-box form {
  width: 100%;
  height: 45px;
  border: 1px solid #2A2A2A;
  background: #252525;
}
.mainmenu-wrapper .search-box form input {
  border: none;
  outline: none;
  text-transform: none;
  background-color: transparent;
  width: 70%;
  float: left;
  line-height: 48px;
  color: #1782C6;
  font-size: 1em;
  font-weight: 300;
  padding-left: 20px;
  height: 100%;
}
.mainmenu-wrapper .search-box form input::-webkit-input-placeholder {
  color: #1782C6;
}
.mainmenu-wrapper .search-box form input:-moz-placeholder {
  /* Firefox 18- */
  color: #1782C6;
}
.mainmenu-wrapper .search-box form input::-moz-placeholder {
  /* Firefox 19+ */
  color: #1782C6;
}
.mainmenu-wrapper .search-box form input:-ms-input-placeholder {
  color: #1782C6;
}
.mainmenu-wrapper .search-box form button {
  background: none;
  outline: none;
  border: none;
  background: #1782C6;
  width: 50px;
  height: 100%;
  color: #fff;
  float: right;
}
/* carousel styles */
.banner_slider_wrapper {
	position:relative;
	z-index: 0;
}
.banner_slider_wrapper .caption_wrapper {
    position: absolute;
    top: 40px;
		left: 10%;
		right: 10%;
		/*background-color: #00000036;*/
}
.banner_slider_wrapper .title {
    color: #FFF;
    font-family: Quicksand,Helvetica,sans-serif;
    font-size: 7rem;
    font-weight: 700;
    letter-spacing: -0.02em;
		line-height: 70px;
}
.banner_slider_wrapper .descp {
    color: #16cc16;
    font-family: Quicksand,Helvetica,sans-serif;
    font-size: 2.5rem;
    font-weight: 700;
    letter-spacing: 0px;
		padding-top: 30px;
		line-height: 35px;
}
.banner_slider_wrapper .factory-caption-h1 {
  font-size: 3.75em;
  color: #fff;
  line-height: 80px;
  font-weight: bold;
}
.banner_slider_wrapper .factory-caption-p {
  font-size: 1.125em;
  color: #fff;
  line-height: 34px;
}
.banner_slider_wrapper .thm-btn {
  font-size: 0.875em;
  line-height: 55px;
  padding: 0px 39px;
}
.banner_slider_wrapper .tparrows {
  width: 50px;
  height: 55px;
  border: 2px solid #fff;
  line-height: 50px;
  color: #fff;
  background: transparent;
  visibility: visible !important;
  opacity: 2 !important;
  margin-top: -40px;
  transition: all 0.5s ease;
}
.banner_slider_wrapper .tparrows:before {
  line-height: 50px;
}
.banner_slider_wrapper .tparrows:hover {
  background: #012f5d;
  border-color: #012f5d;
}
.tparrows	{	
	cursor:pointer;
	background:#000;
	background:rgba(0,0,0,0.5);
	width:40px;
	height:40px;
	position:absolute;
	display:block;
	z-index:1000;
	text-align: center;
  padding: 8px;
}
.tparrows:hover {
	background:#000;
}

/* features styles */
.our-features {
  background: #09325b url(../images/feature-bg.jpg) center center no-repeat;
  position: relative;
}
.our-features:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(9, 50, 91, 0.78);
}
.our-features.in-wrapper {
  background: none;
}
.our-features.in-wrapper:before {
  display: none;
}
.our-features.in-wrapper .container {
  background: #09325B;
}
.our-features .single-our-feature {
  text-align: center;
  color: #fff;
  padding: 60px 0 50px 0;
  position: relative;
  transition: all 0.5s ease;
}
.our-features .single-our-feature .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  transition: all 0.5s ease;
  opacity: 0;
  border-bottom: 3px solid #e04030;
  overflow-y: hidden;
}
.our-features .single-our-feature .overlay:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(9, 29, 49, 0.9);
  opacity: 1;
  transition: all 0.5s ease;
}
.our-features .single-our-feature .overlay .box {
  display: table;
  width: 100%;
  height: 100%;
}
.our-features .single-our-feature .overlay .box .box-content {
  display: table-cell;
  vertical-align: bottom;
  text-align: center;
}
.our-features .single-our-feature .overlay .box .box-content a {
  color: #012f5d;
  text-transform: uppercase;
  background: #1782C6;
  font-weight: bold;
  font-size: 0.875em;
  line-height: 45px;
  display: inline-block;
  padding: 0 55px;
  position: relative;
  top: 3px;
  transform: translate3d(0, 45px, 0);
  transition: all 0.5s ease;
}
.our-features .single-our-feature .overlay .box .box-content a:before,
.our-features .single-our-feature .overlay .box .box-content a:after {
  content: '';
  background: #1782C6;
  position: absolute;
  top: 0;
  width: 45px;
  height: 100%;
  transition: all 0.5s ease;
}
.our-features .single-our-feature .overlay .box .box-content a:before {
  left: -17px;
  transform: skew(-37deg);
}
.our-features .single-our-feature .overlay .box .box-content a:after {
  right: -17px;
  transform: skew(37deg);
}
.our-features .single-our-feature .icon-box {
  width: 98px;
  text-align: center;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  line-height: 50px;
  margin-bottom: 50px;
  transform: translate3d(0, 0, 0);
  transition: all 0.5s ease;
}
.our-features .single-our-feature .icon-box:before {
  content: "\f10d";
  font-family: Flaticon;
  font-size: 6.125em;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.our-features .single-our-feature .icon-box i {
  font-size: 3.375em;
  display: block;
  vertical-align: bottom;
}
.our-features .single-our-feature h3,
.our-features .single-our-feature p {
  margin: 0;
  position: relative;
  transform: translate3d(0, 0, 0);
  transition: all 0.5s ease;
}
.our-features .single-our-feature h3 {
  font-size: 1.5em;
  font-weight: 500;
  color: #fff;
  margin-bottom: 14px;
}
.our-features .single-our-feature p {
  font-size: 1em;
  color: #16cc16;
  font-weight: 300;
  line-height: 26px;
}
.our-features .single-our-feature:hover .icon-box {
  transform: translate3d(0, -20px, 0);
}
.our-features .single-our-feature:hover h3,
.our-features .single-our-feature:hover p {
  transform: translate3d(0, -20px, 0);
  transition: all 0.5s ease;
}
.our-features .single-our-feature:hover .overlay {
  opacity: 1;
}
.our-features .single-our-feature:hover .overlay .box .box-content a {
  transform: translate3d(0, 0px, 0);
}
.no-container.our-features.in-wrapper .container {
  background: none;
}
.no-container.our-features .single-our-feature {
  margin-left: -15px;
  margin-right: -15px;
}
.no-container.our-features .single-our-feature {
  padding-top: 0;
  padding-bottom: 0;
}
.no-container.our-features .single-our-feature .icon-box:before {
  color: #012f5d;
}
.no-container.our-features .single-our-feature .icon-box {
  color: #1782C6;
}
.no-container.our-features .single-our-feature .icon-box {
  margin-bottom: 0;
  margin-bottom: 20px;
}
.no-container.our-features .single-our-feature h3 {
  color: #272727;
}
.no-container.our-features .single-our-feature p {
  color: #000000;
  font-weight: 300;
}
.no-container.our-features .our-features-wrap {
  padding-bottom: 40px;
  border-bottom: 1px solid #f4f4f4;
  margin-bottom: 40px;
}
.no-container.our-features .single-our-feature .text-box {
  color: #272727;
}
/* aboutus section styles */
.about-section .section-title {
  margin-bottom: 30px;
}
.about-section .right-textbox h2 {
  margin: 0;
  color: #272727;
  font-size: 2.25em;
  line-height: 26px;
  margin-bottom: 30px;
  font-weight: 500;
}
.about-section .right-textbox p {
  font-size: 1em;
  color: #000000;
  line-height: 25px;
  margin-bottom: 20px;
}
.about-section .right-textbox p:last-child {
  margin-bottom: 0;
}
.about-section .img-box {
  margin-right: -10px;
}
.about-section .img-box img {
  margin-top: 10px;
  margin-right: 7px;
}
.about-section .owl-theme .owl-dots .owl-dot span {
  background: #fff;
  border: 1px solid #fff;
}
.about-section .owl-theme .owl-dots .owl-dot.active span {
  background: transparent;
  border-color: #1782C6;
}
.about-section .owl-theme .owl-dots {
  margin-top: -40px;
  position: relative;
}
.about-section.about-page .right-textbox p {
  margin-bottom: 25px;
}

/* callto action home styles */
.call-to-action-home {
  background-size: cover;
  padding: 10px 0 20px 0;
  position: relative;
}
.call-to-action-home:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.call-to-action-home h3 {
  font-size: 1.5em;
  font-weight: 500;
  line-height: 35px;
  color: #000;
  text-align: center;
  position: relative;
}
.call-to-action-home h3 span {
  color: #1782C6;
}

/* contactus styles */
.contact-section {
  padding-bottom: 40px;
}
.contact-section p.large {
  font-size: 1.125em;
  line-height: 36px;
  color: #7d7d7d;
}
.contact-section p {
  font-size: 1.125em;
  line-height: 29px;
  color: #7d7d7d;
  font-weight: 300;
  margin-bottom: 20px;
}
.contact-section p:last-child {
  margin-bottom: 0;
}
.contact-section span.bold {
  color: #272727;
  font-weight: 600;
}
.contact-section span.highlight {
  color: #012f5d;
}
.contact-section a {
  color: #1782C6;
  text-decoration: underline;
}
.contact-section .client-carousel {
  margin-top: 50px;
}
.home-contact-form {
  padding: 20px;
  box-shadow: 0 0px 10px 0.5px rgba(0, 0, 0, 0.31);
}
.home-contact-form input,
.home-contact-form textarea,
.home-contact-form button {
  width: 100%;
  border: none;
  outline: none;
  background-color: transparent;
  padding: 0;
  margin: 0;
}
.home-contact-form input {
  height: 50px;
  background: #efefef;
  margin-bottom: 20px;
  padding-left: 20px;
}
.home-contact-form textarea {
  background: #efefef;
  padding-left: 20px;
  padding-top: 15px;
  height: 175px;
}
.home-contact-form button {
  background: #1782C6;
  text-transform: uppercase;
  color: #fff;
  font-size: 0.875em;
  font-weight: 900;
  line-height: 50px;
  margin-top: 10px;
  transition: all 0.5s ease;
}
.home-contact-form button:hover {
  background: #012f5d;
}
.single-contact-info {
  background: #1782C6;
  padding-top: 28px;
  padding-bottom: 28px;
}
.single-contact-info .icon-box,
.single-contact-info .text-box {
  display: table-cell;
  vertical-align: middle;
}
.single-contact-info .box {
  background: #012f5d;
  color: #fff;
  width: 70px;
  height: 85px;
  text-align: center;
}
.single-contact-info .box i {
  font-size: 2.375em;
  line-height: 85px;
}
.single-contact-info .text-box {
  padding-left: 30px;
}
.single-contact-info .text-box h3 {
  margin: 0;
  padding: 0;
  font-size: 1.5em;
  color: #272727;
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 14px;
}
.single-contact-info .text-box p {
  margin: 0;
  font-size: 1.125em;
  color: #272727;
  line-height: 26px;
  font-weight: 500;
}
/* inner page banner */
.inner-banner {
  background-position: center center;
  /*background-repeat: no-repeat;*/
  /*background-size: cover;*/
  padding-top: 125px;
  position: relative;
	height:300px;
}
.inner-banner .container {
  position: relative;
}
.inner-banner:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 23, 45, 0.65);
}
.inner-banner h1 {
  font-size: 3em;
  font-weight: bold;
  margin: 0;
  color: #fff;
  text-transform: uppercase;
}
/* statistics counts */
.single-stats-counter {
  border-right: 1px solid #cacaca;
}
.single-stats-counter .text-box {
	padding: 0 50px 0 30px;
  float: left;
}
.single-stats-counter .text-box .number {
  font-size: 3em;
  color: #012f5d;
  font-weight: bold;
}
.single-stats-counter .text-box p {
  color: #9E9E9E;
  font-weight: 500;
  margin: 0;
}
.single-stats-counter .icon-box i {
  font-size: 4em;
  color: #1782C6;
}
/* footer styles */
.footer {
  background: #012448 url(../images/footer-bg.jpg) no-repeat bottom left;
  background-size: cover;
  padding: 40px 0;
  position: relative;
}
footer.footer:before {
  content: '';
  position: absolute;
  width:100%;
  height:100%;
  top:0;
  left:0;
  background: rgba(37, 37, 37, 0.65);
}
.footer-widget .title {
  background: url(../images/footer-bg-title-new.png) repeat top left;
  padding-left: 20px;
}
.footer-widget .title h2 {
  text-transform: uppercase;
  font-size: 1.125em;
  margin: 0;
  color: #F7F7F7;
  line-height: 45px;
  font-weight: 600;
}
.footer-widget ul,
.footer-widget li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer-widget .dtc {
  display: table-cell;
  vertical-align: middle;
}
.footer-widget.about-widget img {
  margin-bottom: 20px;
}
.footer-widget.about-widget p {
  color: #F4F4F4;
  font-size: 1.125em;
  font-weight: 300;
  margin: 0;
  line-height: 30px;
}
.footer-widget.about-widget a.thm-btn {
  margin-top: 32px;
  padding: 0 54px;
  line-height: 55px;
}
.footer-widget.link-widget .links {
  margin-top: 20px;
  display: inline-block;
  vertical-align: top;
  padding-right: 15px;
  margin-right: 11px;
  border-right: 1px solid #252525;
}
.footer-widget.link-widget .links:last-child {
  border: none;
  padding: 0;
  margin: 0;
  margin-top: 20px;
}
.footer-widget.link-widget .links li {
  display: block;
}
.footer-widget.link-widget .links li:last-child a {
  margin-bottom: 0;
}
.footer-widget.link-widget .links li a {
  font-size: 1em;
  color: #fff;
  display: block;
  margin-bottom: 6px;
  transition: all 0.5s ease;
}
.footer-widget.link-widget .links li a:hover {
  color: #1782C6;
}
.footer-widget.recent-news ul {
  margin-top: 36px;
}
.footer-widget.recent-news li {
  padding-bottom: 12px;
  border-bottom: 1px solid #252525;
  margin-bottom: 20px;
}
.footer-widget.recent-news li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border: none;
}
.footer-widget.recent-news .img-box {
  width: 75px;
}
.footer-widget.recent-news .content-box {
  padding-left: 27px;
}
.footer-widget.recent-news .content-box h4 {
  font-size: 1em;
  color: #F7F7F7;
  font-weight: 400;
  margin: 0;
  line-height: 28px;
  transition: all 0.5s ease;
}
.footer-widget.recent-news .content-box h4:hover {
  color: #1782C6;
}
.footer-widget.recent-news .content-box a.date {
  color: #1782C6;
  font-size: 1em;
  font-weight: 500;
}
.footer-widget.contact-widget ul {
  margin-top: 20px;
}
.footer-widget.contact-widget li {
  border-bottom: 1px solid #252525;
  padding-bottom: 10px;
}
.footer-widget.contact-widget li:last-child {
  border: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.footer-widget.contact-widget .icon-box i {
  font-size: 1.8125em;
  color: #1782C6;
}
.footer-widget.contact-widget .content {
  padding-left: 30px;
}
.footer-widget.contact-widget .content h3 {
  margin: 0;
  color: #F4F4F4;
  font-size: 1em;
  font-weight: 300;
  line-height: 30px;
}
.bottom-footer {
  background: #252525;
  padding: 15px 0;
  position: relative;
}
.bottom-footer:before {
  /*content: '';
  background: url(../img/theme/footer-shape.png) 0 0 no-repeat;
  width: 332px;
  height: 18px;
  position: absolute;
  top: -18px;
  left: 50%;
  margin-left: -166px;*/
}
.bottom-footer.color2:before {
  background: url(../img/theme/footer-shape2.png) 0 0 no-repeat;
}
.bottom-footer.color3:before {
  background: url(../img/theme/footer-shape3.png) 0 0 no-repeat;
}
.bottom-footer.color4:before{
  background: url(../img/theme/footer-shape4.png) 0 0 no-repeat;
}
.bottom-footer p {
  font-size: 0.875em;
  color: #FFFFFF;
  line-height: 30px;
  margin: 0;
}
.bottom-footer p a {
  color: #1782C6;
}
.bottom-footer .social {
  margin: 0;
  padding: 0;
  list-style: none;
}
.bottom-footer .social li {
  display: inline-block;
  list-style: none;
}
.bottom-footer .social li a {
  display: block;
  font-size: 1.125em;
  color: #FFFFFF;
  margin-left: 20px;
}
.error_txt {
	font-size: 0.800em;
	color: #ff0000;
}
.success_txt {
	font-size: 0.900em;
	color: #008000;
}