/*
Theme Name: sharecalendar
Theme URI: https://wordpress.org/themes/twentysixteen/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Sixteen is a modernized take on an ever-popular WordPress layout â€” the horizontal masthead with an optional right sidebar that works perfectly for blogs and websites. It has custom color options with beautiful default color schemes, a harmonious fluid grid using a mobile-first approach, and impeccable polish in every detail. Twenty Sixteen will make your WordPress look beautiful everywhere.
Version: 1.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, right-sidebar, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready, blog
Text Domain: twentysixteen

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/


/**
 * Table of Contents
 *
 * 1.0 - Normalize
 * 2.0 - Genericons
 * 3.0 - Typography
 * 4.0 - Elements
 * 5.0 - Forms
 * 6.0 - Navigation
 *   6.1 - Links
 *   6.2 - Menus
 * 7.0 - Accessibility
 * 8.0 - Alignments
 * 9.0 - Clearings
 * 10.0 - Widgets
 * 11.0 - Content
 *    11.1 - Header
 *    11.2 - Posts and pages
 *    11.3 - Post Formats
 *    11.4 - Comments
 *    11.5 - Sidebar
 *    11.6 - Footer
 * 12.0 - Media
 *    12.1 - Captions
 *    12.2 - Galleries
 * 13.0 - Multisite
 * 14.0 - Media Queries
 *    14.1 - >= 710px
 *    14.2 - >= 783px
 *    14.3 - >= 910px
 *    14.4 - >= 985px
 *    14.5 - >= 1200px
 * 15.0 - Print
 */


/**
 * 1.0 - Normalize
 *
 * Normalizing styles have been helped along thanks to the fine work of
 * Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
 */

@font-face {
	font-family: 'Conv_Mohave-Bold';
	src: url('fonts/Mohave-Bold.html');
	src: local('â˜º'), url('fonts/Mohave-Bold-2.html') format('woff'), url('fonts/Mohave-Bold-3.html') format('truetype'), url('fonts/Mohave-Bold-4.html') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Conv_Lato-Semibold';
	src: url('fonts/Lato-Semibold.html');
	src: local('â˜º'), url('fonts/Lato-Semibold-2.html') format('woff'), url('fonts/Lato-Semibold-3.html') format('truetype'), url('fonts/Lato-Semibold-4.html') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family:'CenturyGothic-Regular';
	src: url('fonts/CenturyGothic-Regular.html');
	src: url('fonts/CenturyGothic-Regulard41d.html?#iefix') format('embedded-opentype'),
		url('fonts/CenturyGothic-Regular-2.html') format('woff'),
		url('fonts/CenturyGothic-Regular-3.html') format('truetype'),
		url('fonts/CenturyGothic-Regular-4.html#CenturyGothic-Regular') format('svg');
	font-weight: 400;
	font-style: normal;
	font-stretch: normal;
	unicode-range: U+0020-F108;
}
@font-face {
	font-family:'CenturyGothic-Bold';
	src: url('fonts/CenturyGothic-Bold.html');
	src: url('fonts/CenturyGothic-Boldd41d.html?#iefix') format('embedded-opentype'),
		url('fonts/CenturyGothic-Bold-2.html') format('woff'),
		url('fonts/CenturyGothic-Bold-3.html') format('truetype'),
		url('fonts/CenturyGothic-Bold-4.html#CenturyGothic-Bold') format('svg');
	font-weight: 700;
	font-style: normal;
	font-stretch: normal;
	unicode-range: U+0020-F108;
}
body, html{
	margin:0;
}
body{
	margin:0;
	padding:0;
	font-size:16px;
	font-family:'CenturyGothic-Regular';
	font-weight:400;
	color: #fff;
}
p{
	/* font-size:16px;
	font-family: 'Roboto', sans-serif;
	font-weight:400;
	line-height:16px; */
}


a{
	color:#ffffff;
	transition:ease-out all 0.6s;
	-webkit-transition:ease-out all 0.6s;
	-o-transition:ease-out all 0.6s;
}
a:focus {
  outline: medium none;
  text-decoration: none;
}
a:hover, a:focus{
	/* color:#c80103; */
	text-decoration:none;
}
h1{
	font-size:48px;
}
h2{
	font-size:38px;
}
h3{
	font-size:26px;
}
.m0{
	margin:0;
}
.mTop5{
	margin-top:5px;
}
.mBottom50{
	margin-bottom:50px;
}
.p0 {
  padding: 0;
}
header {
  background: #123456  none repeat scroll 0 0;
  border-bottom: 2px solid #123456;
  font-family:'CenturyGothic-Regular';
  left: 0;
  margin: auto;
  max-width: 1920px;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 99;
}
.navbar-default {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: medium none;
  color: #000080;
  float: right;
  margin: 0;
  min-height: auto;
}

#navbar{
	padding:0;
}
ul.nav.navbar-nav {
  text-transform: uppercase;
  width: 100%;
  font-size: 16px;
  font-weight:700;
  transition:ease-in-out all 0.3s;
  -webkit-transition:ease-in-out all 0.3s;
  -o-transition:ease-in-out all 0.3s;
  padding: 11px 0 0;
}
.affix.header-main ul.nav.navbar-nav {
  font-family:'CenturyGothic-Regular';
  text-transform: uppercase;
  width: 100%;
  font-size: 16px;
  padding: 10px 0;
}

.nav.navbar-nav li {
  display: inline-block;
}
.nav.navbar-nav li a {
  color: #ffffff;
  display: inline-block;
  padding: 21px 0;
  margin-right:32px;
  position:relative;
}
.nav.navbar-nav > li:last-child a {
  margin-right: 0;
}
.nav.navbar-nav li a:hover, .nav.navbar-nav li.active a {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  color: #ffffff;
}
.nav.navbar-nav li a::after {
  background: #000080 none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 4px;
  left: 0;
  position: absolute;
  right: 0;
  width:0;
  transition:ease-in-out all 0.3s;
  -webkit-transition:ease-in-out all 0.3s;
  -o-transition:ease-in-out all 0.3s;
}
.nav.navbar-nav li.active a::after, .nav.navbar-nav li a:hover::after {
  width: 100%;
}
.main-logo {
  display: inline-block;
  margin-top: 20px;
  max-width: 300px;
}
.headerConDetail {
  float: right;
  font-weight: 400;
  margin: 0;
  padding: 21px 0 0;
}
.headerConDetail > li {
  color: #ffffff;
  display: inline-block;
  margin-right: 37px;
}
.headerConDetail > li:last-child {
  margin-right: 0;
}
.headerConDetail li img {
  margin-right: 11px;
  position: relative;
  top: -1px;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  color: #000080;
}
.wrapper {
  clear: left;
  margin: auto;
  max-width: 100%;
  position: relative;
  width: 1920px;
  border-width: 2px;
  /* border-style: solid; */
  /* border-color: black; */
}
.wrapper.about-us {
  padding: 68px 0;
}
.home-banner {
  margin-top: 117px;
}
.home-banner .carousel-inner > .item > a > img, .carousel-inner > .item > img {
  line-height: 1;
  width: 100%;
}
.carousel-control .glyphicon{
	display:none;
}
.carousel-control, .carousel-control.left, .carousel-control.right {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  opacity: 1;
  width:auto;
}
.carousel-control .prev > img {
  bottom: 0;
  left: 50px;
  margin: auto;
  position: absolute;
  top: 0;
  transition:ease-out 0.6s all;
  -webkit-transition:ease-out 0.6s all;
  -o-transition:ease-out 0.6s all;
}
.carousel-control .nxt > img {
  bottom: 0;
  margin: auto;
  position: absolute;
  right: 50px;
  top: 0;
  transition:ease-out 0.6s all;
  -webkit-transition:ease-out 0.6s all;
  -o-transition:ease-out 0.6s all;
}
.carousel-control .nxt > img:hover, .carousel-control .prev > img:hover{
  opacity: 0.8;
}

.carousel-inner .item h1 {
  bottom: 76px;
  color: #ffffff;
  font-family:'CenturyGothic-Regular';
  font-size: 48px;
  font-weight: 700;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  text-align: center;
  text-transform: uppercase;
}
.carousel-control {
  margin-top: 0;
}
.carousel-indicators li {
  background-color: #ffffff;
  border: medium none;
  border-radius: 0;
  cursor: pointer;
  display: inline-block;
  height: 15px;
  margin: 0 6px;
  text-indent: -999px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transition: all 0.6s ease-out 0s;
  -webkit-transition: all 0.6s ease-out 0s;
  -o-transition: all 0.6s ease-out 0s;
  width: 15px;
}
.carousel-indicators .active {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #ffffff;
  height: 15px;
  margin: 0 6px;
  position: relative;
  width: 15px;
}
.carousel-indicators .active::after {
  background: #ffffff none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 9px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 9px;
}

.carousel-indicators {
  bottom: 30px;
  height: 20px;
  left: 0;
  list-style: outside none none;
  margin-bottom: auto !important;
  margin-left: auto !important;
  margin-top: auto !important;
  padding-left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 15;
}
.carousel-control.left {
  left: 50px;
}
.carousel-control.right {
  right: 50px;
}
.about-us h3 {
  color: #ff0040;
  font-family:'CenturyGothic-Regular';
  font-weight: 700;
  line-height: 20px;
  margin: 0;
  text-align: center;
  text-transform: uppercase;
}
.about-us h2 {
  color: #fff;
  font-family:'CenturyGothic-Regular';
  font-size: 30px;
  font-weight: 700;
  line-height: 28px;
  margin: 12px 0 0;
  padding-bottom: 13px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
}
h2 span {
  font-size: 40px;
}
.about-us h2::after {
  background: rgba(0, 0, 0, 0) url("images/title-seperator.png") repeat scroll 0 0;
  bottom: -13px;
  content: "";
  height: 15px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 259px;
}
.about-us p {
  line-height: 28px;
  margin: 48px auto 0;
  max-width: 985px;
  text-align: center;
}
.about-us p:last-child {
  margin: 63px auto 0;
}
.default-btn {
  border: 1px solid #9e9e9e;
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  height: 43px;
  line-height: 43px;
  text-align: center;
  text-transform: uppercase;
  width: 142px;
}
.default-btn i {
  font-size: 11px;
}
.default-btn:hover {
  background: #000080 none repeat scroll 0 0;
  border-color: #000080;
  color: #ffffff;
}
.btn-detail {
  border: 1px solid #FFF;
  color:#FFF;
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  height: 43px;
  line-height: 43px;
  text-align: center;
  text-transform: uppercase;
  width: 142px;
}
.btn-detail i {
  font-size: 11px;
}
.btn-detail:hover {
  background: #000080 none repeat scroll 0 0;
  border-color: #000080;
  color: #ffffff;
}
.wrapper.orange {
  background: #edf0f2 none repeat scroll 0 0;
  background-color: white;
  double-border 
  display: block;
  clear: both;
  background: #ffffff;
  border: 5px solid #123456;
  outline: 5px solid white;
  transition: 0.7s all ease-in;
  height: full;
  width: full;
  padding: 27px 0;
  position: relative;
  text-align: center;
	
}
.wrapper-custom:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(0, 194, 193, 0);
	border-top-color: #000080;
	border-width: 25px;
	margin-left: -25px;
	margin-top: -5px;
	z-index:9;
}
.wrapper-custom h2 {
  margin: 0;
  text-transform: uppercase;
}
.wrapper.wrapper-custom.orange > h2 {
  font-family:'CenturyGothic-Regular';
  font-weight: 700;
  color: #123456;
}
#owl-demo {
 border-width: 2px;
 border-style: solid;
 border-color: black;
  float: left;
  width: 100%;
}
.customNavigation {
  left: 0;
  position: absolute;
  right: 0;
  top: -75px;
}
.customNavigation .btn img, .customNavigation2 .btn img {
  width: 45px;
}
.customNavigation .btn.prev {
  left: 75px;
  position: absolute;
}
.customNavigation .btn.next {
  right: 75px;
  position: absolute;
}
.owl-item .item img {
  width: 100% !important;
}
.owl-item .item{
	position:relative;
}
#owl-demo .owl-item .item {
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  cursor: pointer;
  position: relative;
  overflow:hidden;
}
#owl-demo .owl-item img {
  opacity: 0.5;
}
#owl-demo .owl-item {
  background: #000 none repeat scroll 0 0;
}

.item-hover {
  bottom: 0;
  padding: 10px 35px;
  position: absolute;
  text-align: center;
  transform: translateY(40%);
  -webkit-transform: translateY(40%);
  -o-transform: translateY(40%);
  transition:ease-in-out all 0.3s;
  -webkit-transition:ease-in-out all 0.3s;
  -o-transition:ease-in-out all 0.3s;
  width: 100%;
}
.owl-item .item:hover .item-hover {
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.item-text {
  color: #ffffff;
  font-family:'CenturyGothic-Regular';
  font-size: 22px;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 30px;
}
.foo {
  text-align: left !important;
  color: #123456;
}
.connect {
  font-size: 22px;
  margin-right: 16px;
  line-height: 58px;
  margin-bottom: 0;
}
.facebook-btn {
  border: 1px solid #ffffff;
  color: #ffffff;
  display: inline-block;
  font-family:'CenturyGothic-Regular';
  font-size: 14px;
  font-weight: 400;
  height: 36px;
  line-height: 36px;
  text-align: center;
  width: 120px;
}
.facebook-btn:hover{
  background-color:#FFF;
  border-color:#FFF;
  color:#000080;
}
.facebook-btn .fa.fa-facebook {
  font-size: 21px;
  margin-right: 5px;
  position: relative;
  top: 2px;
}
.wrapper.orange.foo {
  padding: 45px 0;
}
.conDetail {
  padding-left: 40px;
}
.conDetail p {
  font-family:'CenturyGothic-Regular';
  font-size: 18px;
  font-weight: 300;
  line-height: 20px;
  margin: 0;
}
.conDetail p > span {
  font-size: 23px;
  font-weight: 400;
  margin-top: 14px;
  display: inline-block;
}
.conDetail p span a {
  color: #ffffff;
}
.conDetail p span a:hover {
  color: #000;
}
footer {
  background: #123456  none repeat scroll 0 0;
  margin: auto;
  max-width: 1920px;
  padding-top: 49px;
}
footer ul li a:hover, footer ul li a:focus, footer ul li.active a{
	color:#ffffff;
}
.footerTop {
  border-bottom: 1px solid #262627;
  box-shadow: 1px 1px 0 #3a3a3a;
  padding-bottom: 32px;
  text-align: center;
}
.foot-logo {
  display: inline-block;
  margin-bottom: 5px;
}
.foot-logo > img {
  width: 100%;
}
.companyName {
  color: #b5b5b5;
  display: block;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 0;
  text-transform: uppercase;
}
.companyName > span {
  font-size: 24px;
}
.companyAddress {
  font-size: 19px;
  font-weight: 400;
  color: #b5b5b5;
}
.ccDetail {
  padding: 0;
}
.footer-links {
  display: inline-block;
  margin: 11px 0 0;
  padding: 0;
}
.ccDetail > li, .ccDetail > li > a {
  color: #b5b5b5;
  display: inline-block;
  font-size:19px;
}
.footer-links > li, .footer-links > li > a{
  color: #b5b5b5;
  display: inline-block;
  font-size:18px;
}
.ccDetail > li, .footer-links > li {
  border-right: 2px solid #b5b5b5;
  line-height: 13px;
  margin-right: 10px;
  padding-right: 10px;
}
.ccDetail > li:last-child, .footer-links > li:last-child, .rightFoot ul li:last-child {
  border: medium none;
  margin-right: 0;
  padding-right: 0;
}
.footerBottom {
  padding: 23px 0 22px;
}
.rightFoot {
  font-size: 14px;
  text-align: right;
}
.rightFoot > ul {
  padding: 0;
  margin: 0;
}
.leftFoot > p {
  color: #b6b6b6;
  font-size: 13px;
  line-height: 14px;
  margin: 0;
  font-weight:400;
}
.rightFoot ul li {
  display:inline-block;
  border-right: 2px solid #b5b5b5;
  line-height: 13px;
  margin-right: 10px;
  padding-right: 10px;
}
.rightFoot ul li a {
  color:#b6b6b6;
}
.mTop118 {
  margin-top: 118px;
}
.companyProfile p {
  max-width: 100%;
  text-align: left;
  width: 100%;
}
.cmContent{
	margin-top:48px;
}
.company-img {
  float: left;
  margin-bottom: 20px;
  margin-right: 30px;
  max-width: 460px;
  width: 100%;
}
.cmContent p {
  margin: -8px 0 15px;
}
.cmContent p:last-child {
  margin: 0;
}
#SKMap {
  height: 220px;
  margin-bottom: 20px;
}
.marginTop50{
	margin-top:50px;
}
.contact-main-form > form {
  float: left;
}
.form-group {
  float: left;
  margin-bottom: 20px;
  position: relative;
  width: 100%;
}
.form-control {
  border-color: #9e9e9e;
  border-radius: 0;
  box-shadow: none !important;
  height: 40px;
  padding: 10px 35px 10px 15px;
}
.contact-main-form textarea.form-control {
  height: 160px;
}
.contact-info {
  margin: 0;
}
.contact-info li {
  display: block;
  font-size: 16px;
  height: 30px;
  line-height: 30px;
  margin-bottom: 13px;
  padding-left: 35px;
  position: relative;
}
.call, .fax {
  display: inline-block !important;
  width: 49%;
}
.contact-info li.location::before {
  background-image: url("images/loca-icon.png");
  background-position: left center;
  background-repeat: no-repeat;
  border-radius: 100%;
  content: "";
  height: 35px;
  left: 0;
  position: absolute;
  top: 0;
  vertical-align: middle;
  width: 35px;
}
.contact-info li.call::before {
  background-image: url("images/call-icon.png");
  background-position: left center;
  background-repeat: no-repeat;
  border-radius: 100%;
  content: "";
  height: 35px;
  left: 0;
  position: absolute;
  top: -3px;
  vertical-align: middle;
  width: 35px;
}
.contact-info li.fax::before {
  background-image: url("images/fax.png");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 17px auto;
  border-radius: 100%;
  content: "";
  height: 35px;
  left: 0;
  position: absolute;
  top: 0;
  vertical-align: middle;
  width: 35px;
}
.contact-info li.mail::before {
  background-image: url("images/mail.png");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 17px auto;
  border-radius: 100%;
  content: "";
  height: 35px;
  left: 0;
  position: absolute;
  top: -3px;
  vertical-align: middle;
  width: 35px;
}
.contact-social {
  text-align: left;
}
.contact-social > ul, .foo-social {
  margin: 0;
  padding: 0;
}
.contact-social li {
  display: inline-block;
  margin-right: 10px;
}
.foo-social li {
  display: inline-block;
  list-style: outside none none;
}
.foo-social li img, .social li img {
  transition: all 0.6s ease-in-out 0s;
  -webkit-transition: all 0.6s ease-in-out 0s;
  -o-transition: all 0.6s ease-in-out 0s;
}
.foo-social li:hover img, .social li:hover img {
  transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -o-transform: rotate(360deg);
}
.contact-info {
  margin: 0;
  padding: 0;
}
.contact-main-form .default-btn {
  background: #000080;
  border: 1px solid #000080;
  color: #FFF;
  width: 90px;
}
.contact-main-form .default-btn:hover {
  background: #FFF none repeat scroll 0 0;
  border-color: #000080;
  color: #000080;
}
.mail > a {
  color: #3e3d3d;
}
.innerBanner > img {
  width: 100%;
}
.companyNameContact {
  color: #000080 !important;
  font-size: 23px;
  font-weight: 500 !important;
  line-height: 30px !important;
  margin-bottom: 20px !important;
  text-align: left !important;
}
.companyNameContact > span {
  font-size: 30px;
}
/********* Business Process ************/
.businessProcess {
  background: #f1f1f1 none repeat scroll 0 0;
  float: left;
  padding: 20px 15px;
  position: relative;
  text-align: center;
  width: 100%;
}
.processDiv {
  float: left;
  padding: 40px 0 50px;
  position: relative;
  text-align: center;
  width: 50%;
}
.processDiv:last-child {
  display: inline-block;
  float: none;
  margin: auto;
  width: 60%;
}
.processDiv:last-child img, .processDiv:last-child .processBox {
  max-width: 500px;
  width:100%;
}
.processDiv:first-child::after {
  background: rgba(0, 0, 0, 0) url("images/double-angles.png") no-repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 95px;
  margin: auto -65px auto 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 95px;
  background-position: center;
  background-size: 40px;
  -webkit-animation: myfirst 0.5s infinite; /* Chrome, Safari, Opera */
  -webkit-animation-direction: alternate; /* Chrome, Safari, Opera */
  animation: myfirst 0.5s infinite;
  animation-direction: alternate;
}

/* Chrome, Safari, Opera */
@-webkit-keyframes myfirst {
    0%   {right: 0px; top: 0px;}
    25%  { right: 3px; top: 0px;}
    50%  {right: 6px; top: 0;}
    75%  {right: 9px; top: 0;}
    100% {right: 12px; top: 0px;}
}

@keyframes myfirst {
    0%   {right: 0px; top: 0px;}
    25%  { right: 3px; top: 0px;}
    50%  {right: 6px; top: 0;}
    75%  {right: 9px; top: 0;}
    100% {right: 12px; top: 0px;}

}
.processDiv:nth-child(2)::after, .processDiv:nth-child(4)::after  {
  background: rgba(0, 0, 0, 0) url("images/double-angles-down.png") no-repeat scroll center center / 40px auto;
    bottom: 0;
    content: "";
    height: 95px;
    left: 0;
    margin: 0 auto -45px;
    position: absolute;
    right: 0;
    top: auto;
    width: 95px;
  -webkit-animation: mySecond 0.5s infinite; /* Chrome, Safari, Opera */
  -webkit-animation-direction: alternate; /* Chrome, Safari, Opera */
  animation: mySecond 0.5s infinite;
  animation-direction: alternate;
  
}
/* Chrome, Safari, Opera */
@-webkit-keyframes mySecond {
    0%   {bottom: 0px;}
    25%  { bottom: 3px;}
    50%  {bottom: 6px;}
    75%  {bottom: 9px;}
    100% {bottom: 12px;}
}

@keyframes mySecond {
    0%   {bottom: 0px;}
    25%  { bottom: 3px;}
    50%  {bottom: 6px;}
    75%  {bottom: 9px;}
    100% {bottom: 12px;}

}
.processDiv:nth-child(3)::after {
  background: rgba(0, 0, 0, 0) url("images/double-angles-left.png") no-repeat scroll center center / 40px auto;
  bottom: 0;
  content: "";
  height: 95px;
  margin: auto 0 auto -50px;
  position: absolute;
  left: 0;
  top: 0;
  width: 95px;
  -webkit-animation: myThird 0.5s infinite; /* Chrome, Safari, Opera */
  -webkit-animation-direction: alternate; /* Chrome, Safari, Opera */
  animation: myThird 0.5s infinite;
  animation-direction: alternate;
}
/* Chrome, Safari, Opera */
@-webkit-keyframes myThird {
    0%   {left: 0px;}
    25%  { left: 3px;}
    50%  {left: 6px;}
    75%  {left: 9px;}
    100% {left: 12px;}
}

@keyframes myThird {
    0%   {left: 0px;}
    25%  { left: 3px;}
    50%  {left: 6px;}
    75%  {left: 9px;}
    100% {left: 12px;}
}


.processDiv:last-child::after {
  background: rgba(0, 0, 0, 0) url("images/double-angles.png") no-repeat scroll center center / 40px auto;
    bottom: 0;
    content: "";
    height: 95px;
    left: 0;
    margin: auto;
    position: absolute;
    top: 0;
    width: 95px;
  -webkit-animation: myFifth 0.5s infinite; /* Chrome, Safari, Opera */
  -webkit-animation-direction: alternate; /* Chrome, Safari, Opera */
  animation: myFifth 0.5s infinite;
  animation-direction: alternate;
  
}
/* Chrome, Safari, Opera */
@-webkit-keyframes myFifth {
    0%   {left: 0px;}
    25%  { left: 3px;}
    50%  {left: 6px;}
    75%  {left: 9px;}
    100% {left: 12px;}
}

@keyframes myFifth {
    0%   {left: 0px;}
    25%  { left: 3px;}
    50%  {left: 6px;}
    75%  {left: 9px;}
    100% {left: 12px;}

}


.processDiv img {
  margin-bottom: 6px;
  max-width: 300px;
  width: 100%;
}
.processBox {
  background: #ffffff none repeat scroll 0 0;
  margin: auto;
  max-width: 320px;
  padding: 10px;
  width: 100%;
}
.processText {
  color: #333333;
  font-family:'CenturyGothic-Regular';
  font-size: 18px;
  letter-spacing: 0.3px;
}
.businCenter {
  background: #333333 none repeat scroll 0 0;
  border: 4px solid #000080;
  border-radius: 100%;
  bottom: 0;
  box-shadow: 0 0 50px #222222;
  color: #ffffff;
  font-family:'CenturyGothic-Regular';
  font-size: 17px;
  height: 110px;
  left: -6px;
  margin: auto;
  padding: 7px 5px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 110px;
}
.businCenter > span {
  font-size: 24px;
}
/********* Business Process ************/
.innerBanner {
  margin-top: 118px;
}
.form-group2.form-group {
  margin: 0 -15px 15px;
}
.padd-right0{
	padding-right:0;
}
.padd-left0{
	padding-left:0;
}
label.form-control.col-sm-3.text-center {
  background: #eeeeee none repeat scroll 0 0;
  border-right: medium none;
  font-weight: 400;
}
.offShore {
  font-size: 20px;
  margin: 20px 0 !important;
  text-align: left !important;
  text-transform: capitalize !important;
}
.shipOffshorePoints {
  padding-left: 0;
}
.shipOffshorePoints label {
  color: #ff0000;
  display: block;
}
.shipOffshorePoints > li {
  margin-bottom: 20px;
  display:block;
}

.italic {
  font-style: italic;
}
.mTop20{
	margin-top:20px !important;
}
.leftFoot span {
  font-size: 18px;
}
.fontBig {
  font-size: 130%;
}
.businessProcess2 {
  background: #045167 none repeat scroll 0 0;
  float: left;
  padding: 20px 15px;
  position: relative;
  width: 100%;
}
.businessProcess2 h4 {
  color: #000080;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 15px;
}
#owl-demo2, #owl-demo3, #owl-demo4, #owl-demo5 {
	margin:0 0 20px;
}
#owl-demo2 .item, #owl-demo3 .item, #owl-demo4 .item, #owl-demo5 .item {
  padding: 5px;
}
#owl-demo2 .item img, #owl-demo3 .item img, #owl-demo4 .item img, #owl-demo5 .item img {
  background: #FFF;
  padding: 8px;
  border: solid 1px #DDD;
  transition:ease-in-out all 0.6s;
  -webkit-transition:ease-in-out all 0.6s;
  -o-transition:ease-in-out all 0.6s;
}
#owl-demo2 .item img:hover, #owl-demo3 .item img:hover, #owl-demo4 .item img:hover, #owl-demo5 .item img:hover {
  opacity:0.8;
}











@media (max-width: 1199px) {
h1 {
  font-size: 36px;
}
h2 {
  font-size: 30px;
}
h3{
	font-size:24px;
}
p, a{
	font-size:15px;
}
.main-logo {
  margin-top: 10px;
}
.headerConDetail {
  padding: 11px 0 0;
}
ul.nav.navbar-nav {
  padding: 0 !important;
}
.nav.navbar-nav li a {
  font-size: 13px;
  margin-right: 28px !important;
}
.nav.navbar-nav > li:last-child a {
  margin-right: 0 !important;
}
.home-banner, .innerBanner {
  margin-top: 98px;
}
.carousel-inner .item h1 {
  font-size: 40px !important;
}
.carousel-control .nxt > img {
  right: 0;
}
.carousel-control .prev > img {
  left: 0;
}
.customNavigation {
  top: -70px;
}
.customNavigation .btn.prev {
  left: 30px;
}
.customNavigation .btn.next {
  right: 30px;
}

.item-hover {
  transform: translateY(43%);
  -webkit-transform: translateY(43%);
  -o-transform: translateY(43%);
}
.item-text {
  font-size: 15px;
  line-height: 26px;
  margin-bottom: 15px;
}
.connect {
  font-size: 20px;
}
.conDetail {
  padding-left: 15px;
}
.conDetail p {
  font-size: 16px;
}
.conDetail p > span, .conDetail p span a {
  font-size: 21px;
}
.wrapper.orange.foo {
  padding: 30px 0;
}
.processDiv:last-child::after {
  margin: auto 0 auto -60px;
}

.headerConDetail li img {
  width: 16px;
}



}



@media (min-width:768px) and (max-width: 991px) {
.navbar-default {
  display: inline-block;
  float: none;
  margin: 0 0 -6px;
}
li.location{
	height:50px;
}
.contact-main-form textarea.form-control {
  height: 170px;
}
}
@media (max-width: 991px) {
h1 {
  font-size: 30px;
}
h2 {
  font-size: 26px;
}
h3 {
  font-size: 22px;
}
.logoParent {
  text-align: center;
}
.main-logo {
  max-width: 80px;
}
.main-logo > img {
  width: 100%;
}
.menuParent{
	text-align:center;
}
.headerConDetail {
  float: none !important;
  font-size: 14px;
  padding: 15px 0 0 !important;
}
.nav.navbar-nav li a {
  font-size: 13px;
  margin-right: 15px !important;
  padding: 15px 0 !important;
}
.home-banner, .innerBanner {
  margin-top: 161px !important;
}
.item-text {
  font-size: 16px;
  line-height: 20px;
}
.item-hover {
  transform: translateY(45%);
  -webkit-transform: translateY(45%);
  -o-transform: translateY(45%);
}
.connect {
  font-size: 18px;
  margin-right: 10px;
}
.facebook-btn {
  font-size: 13px;
  height: 33px;
  line-height: 33px;
  width: 100px;
}
.facebook-btn .fa.fa-facebook {
  font-size: 16px;
}
.conDetail p > span, .conDetail p span a {
  font-size: 18px;
}
.conDetail p > span {
  margin-top: 6px;
  font-size: 18px;
}
.processBox {
  max-width: 240px;
  width: 100%;
}
.processDiv:last-child::after {
  margin: auto 0 auto -100px;
}
.carousel-inner .item h1 {
  font-size: 32px !important;
}
.headerConDetail > li, .headerConDetail > li > a {
  font-size: 14px;
}



}


@media (max-width: 767px) {
h1 {
  font-size: 26px;
}
h2 {
  font-size: 23px;
}
h3 {
  font-size: 20px;
}
p, a {
  font-size: 14px;
}
header {
  height: 130px;
  position:relative;
}
.main-logo {
  left: 15px;
  max-width: 80px;
}
.headerConDetail {
  float: left;
  font-size: 14px;
  padding: 18px 15px 0;
  text-align: left;
  width: calc(100% - 66px);
}
.navbar.navbar-default{
  width:100%;
}
#navbar {
  background: #000080 none repeat scroll 0 0;
  margin-top: 7px;
  width: 100%;
}
ul.nav.navbar-nav {
  margin: 0;
  width:100%;
}
.nav.navbar-nav li {
  display: block;
}
.nav.navbar-nav li a {
  color: #ffffff;
  font-weight: 400;
  margin-right: 0;
  padding: 15px 0;
  width: 100%;
}
.nav.navbar-nav li a:hover, .nav.navbar-nav li.active a {
  background: #333 none repeat scroll 0 0;
  color: #ffffff;
}
.nav.navbar-nav li.active a::after, .nav.navbar-nav li a:hover::after {
  background: #ccc none repeat scroll 0 0;
  height: 2px;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
  background: #333;
  color: #FFF;
}
.home-banner, .innerBanner {
  margin-top: 0 !important;
}
.menuParent {
  position: relative;
}
.navbar {
  position: static;
  float: left;
}
.navbar-toggle {
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #000080 !important;
  border-radius: 0;
  margin: 0;
  position: absolute;
  right: 15px;
  top: 0;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #000080;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
  background-color: rgba(0, 0, 0, 0);
}
.headerConDetail > li {
  margin-right: 15px;
  margin-bottom: 10px;
}
.navbar-toggle .icon-bar {
  background-color: #000080;
  border-radius: 0;
  height: 4px;
  width: 27px;
}
.home-banner .carousel-inner > .item > a > img, .carousel-inner > .item > img {
  min-height: 200px;
}
.carousel-indicators {
  bottom: 8px;
}
.carousel-indicators li, .carousel-indicators .active {
  height: 10px;
  width: 10px;
}
.carousel-indicators .active::after {
  height: 6px;
  width: 6px;
}
.carousel-control .prev > img {
  left: -30px;
  width: 40px;
}
.carousel-control .nxt > img {
  right: -30px;
  width: 40px;
}
.carousel-inner .item h1 {
  bottom: 30px;
  font-size: 32px;
}
.wrapper.about-us {
  padding: 40px 0;
}
.about-us p:last-child {
  margin: 35px auto 0;
}
.customNavigation .btn img, .customNavigation2 .btn img {
  width: 35px;
}
.customNavigation {
  top: -60px;
}
.customNavigation .btn.prev {
  left: 0;
}
.customNavigation .btn.next {
  right: 0;
}
.wrapper.orange.foo {
  padding: 20px 0;
}
.connectPar, .conDetail {
  text-align: center;
}
.leftFoot {
  margin-bottom: 10px;
}
.rightFoot, .leftFoot {
  text-align: center;
}
.conDetail p {
  font-size: 13px;
  margin: 10px 0;
}
.conDetail p > span, .conDetail p span a {
  font-size: 16px;
}
.col-sm-6.contact-main-form, .col-sm-6 {
  float: left;
  width: 100%;
  margin-bottom:30px;
}
.companyProfile {
  margin-top: 0px;
}
.cmContent p {
  text-align: center;
}
.contact-info li {
  height: auto;
}
.processDiv {
  width: 100%;
}
.processDiv:first-child::after, .processDiv:nth-child(2)::after, .processDiv:nth-child(3)::after {
  background: rgba(0, 0, 0, 0) url("../images/double-angles-down.html") no-repeat scroll center center / 40px auto;
  left: 0;
  right: 0;
  margin: 0 auto -50px;
  top: auto;
  bottom: 0;
  -webkit-animation: myfirst 0.5s infinite; /* Chrome, Safari, Opera */
  -webkit-animation-direction: alternate; /* Chrome, Safari, Opera */
  animation: myfirst 0.5s infinite;
  animation-direction: alternate;
}
.processDiv:nth-child(4)::after {
  display:none;
}
.processDiv:last-child::after {
  background: rgba(0, 0, 0, 0) url("../images/double-angles-down.html") no-repeat scroll center center / 40px auto;
  left: 0;
  right: 0;
  margin: -60px auto 0;
  top: 0;
  bottom: auto;
  -webkit-animation: mySecond 0.5s infinite; /* Chrome, Safari, Opera */
  -webkit-animation-direction: alternate; /* Chrome, Safari, Opera */
  animation: mySecond 0.5s infinite;
  animation-direction: alternate;
}
.processDiv:last-child {
  width: 100%;
}
@-webkit-keyframes myfirst {
    0%   {bottom: 0px;}
    25%  { bottom: 3px;}
    50%  {bottom: 6px;}
    75%  {bottom: 9px;}
    100% {bottom: 12px;}
}

@keyframes myfirst {
    0%   {bottom: 0px;}
    25%  { bottom: 3px;}
    50%  {bottom: 6px;}
    75%  {bottom: 9px;}
    100% {bottom: 12px;}

}
@-webkit-keyframes mySecond {
    0%   {top: 0px;}
    25%  { top: 3px;}
    50%  {top: 6px;}
    75%  {top: 9px;}
    100% {top: 12px;}
}

@keyframes mySecond {
    0%   {top: 0px;}
    25%  { top: 3px;}
    50%  {top: 6px;}
    75%  {top: 9px;}
    100% {top: 12px;}

}
.processBox {
  max-width: 500px;
  width: 100%;
}
.processDiv img {
  max-width: 450px;
}
header {
  border-bottom: none;
}

.headerConDetail > li, .headerConDetail > li > a {
  font-size: 13px;
}
.nav.navbar-nav li a {
  margin-right: 0 !important;
}


}


@media (max-width: 520px) {

}
@media (max-width: 479px) {
.navbar-toggle {
  top: 15px !important;
}
header {
  height: 145px;
}
#navbar {
  margin-top: 0;
}
.headerConDetail {
  padding: 10px 15px 0 !important;
}
.carousel-inner .item h1 {
  bottom: 30px;
  font-size: 20px !important;
}
.ccDetail > li, .footer-links > li {
    border-right: medium none;
    display: block;
    line-height: 13px;
    margin-bottom: 15px;
    margin-right: 0;
    padding-right: 0;
}
.ccDetail > li:last-child, .footer-links > li:last-child, .rightFoot ul li:last-child {
  margin-bottom: 0;
}
.ccDetail {
  padding: 15px 0;
  border-top: solid 1px #666;
  border-bottom: solid 1px #666;
}
.leftFoot {
  text-align: center;
}
.rightFoot {
  text-align: center;
}
.call, .fax {
  width: 100%;
}
.nav.navbar-nav li.active a::after, .nav.navbar-nav li a:hover::after
{
width : 100%;
}

}