body {
  font-family: PT Sans;
  color: #222;
  font-size: 16px;
}
.site-header {
  background-color: #0f1c45;
}

.top-bar {
  padding: 0;
  height: 60px;
  background-color: #0f1c45;
  color: #c1c1c1;
}
.top-bar a:hover {
  color: #99d1ff;
}
.nav-wrap {
  background-color: #0f1c45;
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
}
.site-header.sticky .nav-wrap {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
ul.sub-menu {
  /*display: none;*/
}
ul.main-menu {
  height: auto;
  float: left;
  margin: 0;
  position: relative;
}
ul.main-menu li {
  position: relative;
  margin: 0 10px;
  display: inline-block;
}
ul.main-menu > li {
  height: 45px;
  position: relative;
}
.site-navigation > ul > li > a {
  padding: 5px 15px;
}
ul.main-menu li a {
  color: white;
  font-size: 14px;
}
ul.main-menu li:hover > ul.sub-menu {
  max-height: 500px;
  transition: max-height 0.3s ease-in;
}
li.menu-item-has-children ul li {
  height: 34px;
  border-bottom: 1px solid black;
  width: 100%;
}
.site-navigation ul.sub-menu > li {
  display: block;
}
.site-navigation ul.sub-menu {
  background-color: #fff;
  border-left: none;
  border-right: none;
  padding: 0;
  position: absolute;
  top: 100%;
  transition: max-height 0.3s ease-out;
  min-width: 201px;
  overflow: hidden;
  max-height: 0;
  margin: 0px 0 0 -70px;
  left: 50%;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
}
.site-navigation ul.sub-menu ul.sub-menu {
  left: 100%;
  top: -3px;
  margin: 0;
}
.site-navigation ul.sub-menu li a {
  color: #000;
}
.site-navigation ul.sub-menu li a {
  font-size: 12px;
  color: #595959;
  display: block;
  padding: 6px 24px;
  text-transform: capitalize !important;
}
.site-navigation ul li a:hover {
  color: #99d1ff;
}
.site-header.sticky .nav-wrap.sticky {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Montserrat;
}

/*logo*/

.logo {
  display: block;
  top: 0;
  height: auto;
  margin: 0;
  text-align: left;
  width: 40%;
  float: left;
  overflow: hidden;
  position: inherit;
  z-index: 1;
}
.logo a img {
  max-height: 85px;
}
.social-icons p a {
  color: #c1c1c1;
}
ul.main-menu li li {
  padding: 0;
  margin: 0;
}
ul.main-menu li li a {
  padding: 0 0;
}
li.menu-item-has-children> a:after {
  content: ">";
  float: right;
  color: #1874c1;
}
i.fa.fa-search.desktop {
  color: #fff;
  cursor: pointer;
}
i.fa.fa-search.desktop:hover {
  color: #99d1ff;
}
.search.clicked .search-icon i,
.atlas-submit {
  display: none;
  margin-top: 10px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
nav.site-navigation form.atlas-search {}
.site-navigation {
  border: none;
  display: block;
  float: left;
  width: 60%;
}
.search-icon {
  position: relative;
}
a.read-more:hover {
  color: #94cfff!important;
}
.nav-wrap .site-logo a img {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
h2.title {
  font-size: 16px;
  text-transform: uppercase;
  font-family: inherit;
  font-weight: 500;
  color: #1874C1;
}
input.ccm-search-block-text.atlas-search-text {
  display: none;
}
.list-item a.read-more {
  text-transform: uppercase;
  color: #1874c1;
  font-weight: 500;
}
img {
  height: auto;
}
.site-footer ul ul {
  margin: 0;
  padding: 0;
}
.site-footer ul li li {
  list-style: none;
}

/* Fix footer navigation */

.site-footer .sub-menu {
  display: none;
}
.site-footer .menu li.current-menu-ancestor a {
  background: none;
}
section {
  background-size: cover;
  position: relative;
}
.col-md-6.home-content .text h1 {
  color: #1874c1;
  font-family: inherit;
  font-size: 24px;
  font-weight: 500;
  margin-top: 0px;
}
.col-md-6.home-content .text a {
  color: #000;
  font-weight: 500;
}
footer.site-footer.style-2 a:hover {
  color: #99d1ff;
}
.homeCarosel .owl-controls.clickable {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: -40px 0 0 0;
  left: 0;
  right: 0;
}
.homeCarosel .owl-theme .owl-controls .owl-buttons .owl-prev {
  left: 5px;
}
.homeCarosel .owl-theme .owl-controls .owl-buttons .owl-next {
  right: 10px;
}
.homeCarosel .owl-theme .owl-controls .owl-buttons .owl-prev:after {
  content: "\276E";
  position: absolute;
  left: 5px;
}
.homeCarosel .owl-theme .owl-controls .owl-buttons .owl-next:after {
  content: "\276F";
  position: absolute;
  right: 5px;
}
.homeCarosel .owl-theme .owl-controls .owl-buttons div i {
  display: none;
}
.homeCarosel .owl-theme .owl-controls .owl-buttons div:after {
  font-size: 45px;
  line-height: 90px;
}
.homeCarosel .owl-theme .owl-controls .owl-buttons div {
  color: #FFF;
  display: inline-block;
  zoom: 1;
  margin: 0;
  width: 35px;
  height: 90px;
  padding: 0;
  position: absolute;
  font-size: 12px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  background: rgba(0, 0, 0, 0.25);
}
.atlas-buttons {
  margin-top: 20px;
  width: auto;
}
.atlas-buttons a {
  border-radius: 4px;
  background-color: #1874C1;
  color: #FFF !important;
  font-size: 17px;
  text-transform: uppercase;
  padding: 15px 41px;
  transition: all 0.5s ease-in-out 0s;
}
a.contact-link {
  background: #1874c1;
  border-radius: 4px;
  color: white;
  text-transform: uppercase;
  padding: 11px 17px;
}
a.contact-link:hover,
.btn-link a:hover {
  background-color: #000;
  color: #fff;
}
a.quote-link {
  border: 2px solid #fff;
  border-radius: 4px;
  color: #fff;
  background-color: transparent;
  padding: 9px 17px;
}
a.quote-link:hover {
  background-color: #fff;
  color: #1874c1;
  border: 2px solid #fff;
}
.pre-footer h2 {
  color: #1874c1;
  font-family: inherit;
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 20px;
  border-bottom: 1px solid #ececec;
  padding: 10px;
}
.site-footer ul li {
  font-size: 14px;
  font-family: PT Sans;
}
.social-icons p {
  display: inline-block;
}

/* new css here  */

.homeCarosel .item img {
  object-fit: cover;
  width: 100%;
}
.text a,
p strong {
  color: #1874C1;
}
.banerInner a {
  font-weight: 600;
  text-transform: uppercase;
}
.homeCarosel .item {
  height: 718px;
  position: relative;
}
ul.right {
  font-family: 'Titillium Web', sans-serif;
}
footer.site-footer.style-2 {
  font-family: PT Sans;
}
ul#menu-main-menu li a {
  font-family: Montserrat;
  text-transform: uppercase;
}
ul.main-menu li a {
  padding: 30px 10px;
}
ul.right li a {
  color: #fff;
}
.getInTouchHm {
  padding-top: 30px;
  padding-bottom: 30px;
}
.copyright-footer .social-icons {
  text-align: center;
  font-size: 20px;
}
.col-md-12.pageQuote {
  margin: 50px 0 30px;
  border: 1px solid #CCC;
  background: #f4f4f4;
  padding: 0 0 20px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}
.col-md-12.pageQuote h1 {
  margin-top: 25px;
}
nav.site-navigation form.ccm-search-block-form.atlas-search {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
input.ccm-search-block-submit.atlas-submit {
  background: #1874C1;
  border: 0px none;
  color: #fff;
  font-weight: 600;
  margin: 0;
}
input.ccm-search-block-submit.atlas-submit:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  content: "\f002";
}
.col-md-12.pageQuote .atlas-buttons a {
  display: block;
  text-align: center;
}
.banerInner {
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 11;
  width: 100%;
  transform: translateY(-50%);
}
.atlas-buttons a:hover {
  background-color: #000;
}
.pre-footer-caption h2 {
  display: inline-block;
  margin: auto;
  padding: 10px 30px;
  text-align: center;
}
.pre-footer-caption {
  text-align: center;
  margin-bottom: 30px;
}
footer.site-footer a {
  color: #fff;
}
.hdrMenuBlock {
  float: right;
  margin-top: 20px;
}
.site-footer a strong {
  color: #fff;
}
.search {
  float: left;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.search .search-icon i.fa.fa-search.desktop {
  margin-top: 6px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
button.fa.fa-search.mobile {
  display: none;
}

/* innner page */

section.inner-pages {
  margin-top: 50px;
}
section.inner-pages {
  margin-top: 50px;
}
section.inner-pages h1,
section.inner-pages h2,
section.inner-pages h3,
section.inner-pages h4,
section.inner-pages h5,
section.inner-pages h6,
section.inner-pages a {
  color: #4a91cc;
}
.page-title {
  text-align: left;
  background-color: #f5f5f5;
  background-color: #f8f8f8;
  -webkit-box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.045), inset 0 1px 0 0 rgba(0, 0, 0, 0.045);
  box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.045), inset 0 1px 0 0 rgba(0, 0, 0, 0.045);
  padding: 23px 0;
}
.site-footer h3 {
  font-family: 'Montserrat', sans-serif;
  font-size: 17px;
  margin-bottom: 38px;
}
.page-title h1 {
  color: #4a91cc;
  font-size: 24px;
  line-height: 34px;
  font-family: 'Montserrat', sans-serif;
}
.inner-pages .col-left img {
  padding-top: 30px;
  width: 100%;
}
.inner-pages .col-right img {
  width: 100%;
  height: auto;
  padding: 20px 0 10px 0;
}
ul.share-icons li a {
  color: #4a91cc;
  font-size: 18px;
  padding: 5PX;
}
ul.share-icons li {
  clear: both;
  display: inline-block;
}
ul.share-icons li a:hover {
  color: #99d1ff;
}
ul.tag-list li:after {
  content: ',';
}
ul.tag-list li {
  display: inline-block;
  color: blue;
}
ul.tag-list li {
  display: inline-block;
  color: #404247;
}
ul.tag-list li a {
  color: #78787D;
}
.driver-details {
  display: block;
  padding: 10px;
}
input.text-field {
  display: block;
  width: 50%;
  height: 35px;
  border-radius: 3px;
  border: 1px solid #ABABAB;
  margin: 0 10px 10px 0;
  padding: 5px;
}
textarea.message-box {
  display: block;
  float: right;
  border-radius: 3px;
  border: 1px solid #ABABAB;
  width: 100%;
  padding: 6px;
}
input.formBlockSubmitButton.ccm-input-button.message-button {
  float: right;
  margin: 0 14px 0px 0;
  background-color: #1874c1;
  color: white;
  text-transform: uppercase;
  border-color: #1874c1;
  border-radius: 3px;
  width: 15%;
  height: 40px;
}
input.formBlockSubmitButton.ccm-input-button.message-button:hover {
  background-color: black;
}
.scrollup a {
  background: none repeat scroll 0 0 transparent;
  border: 1px solid #000;
  bottom: 80px;
  color: #000;
  content: "";
  display: none;
  font-family: FontAwesome;
  font-size: 28px;
  height: 50px;
  position: fixed;
  right: 80px;
  text-align: center;
  transition: all 1s ease 0s;
  width: 50px;
  z-index: 1110;
}
.scrollup {
  z-index: 11000;
  background: #ccc;
  display: none;
}
input.comment-button {
  border-radius: 0;
  border-radius: 4px;
  background-color: #1874c1;
  border-color: #1874c1;
  color: #fff;
}
a.atlas-button {
  color: #fff !important;
}
.feedback-cvr {
  float: left;
  margin-bottom: 35px;
  width: 100%;
}
.feedback-cvr > a > img {
  float: left;
  margin: 5px 20px 20px 0;
}
.feedback-cvr > p > strong {
  color: #4a91cc;
}
.driver-details > a > img {
  float: left;
  margin: 5px 20px 20px 0;
}
.driver-details {
  float: left;
  margin-bottom: 35px;
  width: 100%;
}
.vc_btn3-container.vc_btn3-inline > a.atlas-button {
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #5472d2;
  border: 1px solid transparent;
  box-sizing: border-box;
  word-wrap: break-word;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
  position: relative;
  top: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  line-height: normal;
  font-size: 16px;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 48px;
  padding-right: 20px;
}
a.atlas-button.blue {
  color: #ffffff;
  background-color: #5472d2;
  box-shadow: 0 5px 0 #3253bc;
}
a.atlas-button.blue:hover {
  top: 3px;
  box-shadow: 0 2px 0 #3253bc;
}
a.atlas-button.orange {
  color: #f7f7f7;
  background-color: #ff9900;
  box-shadow: 0 5px 0 #c77700;
}
a.atlas-button.orange:hover {
  top: 3px;
  box-shadow: 0 2px 0 #c77700;
}
.vc_btn3-container.vc_btn3-inline > a.atlas-button > i {
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 20px;
}
.team-list-cover > h1 {
  margin: 35px 0px;
  text-align: left;
}
.inner-cols {
  float: left;
  margin: 50px 0 15px;
}
.team-list-cover {
  text-align: center;
}
.team-list-cover .Team-member {
  float: none;
  display: inline-block;
  margin-bottom: 35px;
  margin-right: -4px;
}
.team-list-cover .Team-member .member-info a {
  color: #303030;
}
section.banner {
  margin-bottom: 40px;
}
.map_det h4 > span,
.map_det h5 > span {
  color: #4a91cc;
}
section.container.map_det {
  margin-top: 55px;
}
section.container.map_det input[type="text"] {
  width: 41.66%;
  clear: both;
  float: left;
  border: 1px solid #ccc;
  border-radius: 4px;
  line-height: 35px;
  margin-bottom: 20px;
  padding-left: 25px;
  height: 39px;
}
section.container.map_det textarea {
  border: 1px solid #ccc;
  border-radius: 4px;
  line-height: auto;
  margin-bottom: 15px;
  padding-left: 25px;
  width: 100%;
  min-height: 157px;
  padding-top: 10px;
}
section.container.map_det form .col-md-7 {
  float: right;
  margin-top: -177px;
}
.location-col li {
  padding-left: 30px;
  position: relative;
}
.location-col li span.fa {
  position: absolute;
  left: 0;
  top: 5px;
  font-size: 15px;
}
.location-col a strong:hover {
  color: #99d1ff;
}
.site-navigation ul.sub-menu > li:last-child {
  margin-bottom: 14px;
}
.site-navigation ul.sub-menu > li:first-child {
  margin-top: 14px;
}
section#careers div#ccm-layout-wrapper-35 {
  width: 63%;
}
section#careers div#ccm-layout-wrapper-35 h3 {
  color: #000;
  text-align: center;
  margin-top: 35px;
}
section#careers div#ccm-layout-wrapper-35 h2 {
  color: #000;
  text-decoration: underline;
  font-size: 24px;
  text-align: center;
  font-family: Montserrat;
}
section#careers div#ccm-layout-wrapper-35 .ccm-layout-3-col-1.ccm-layout-cell.ccm-layout-col.ccm-layout-col-1.first {
  width: 100% !important;
}
section#careers div#ccm-layout-wrapper-35 p {
  color: #000;
}
section#careers div#ccm-layout-wrapper-35 ul {
  color: #000;
}
section#careers {
  margin-top:0px;
}
.banner {
  margin-bottom:50px;
}
h4 {
  font-size: 20px;
}
ul.no_bullet {
list-style-type: none;
padding: 0;
margin: 0;
}
li.atlas {
background: url('/themes/atlas/images/AST-logo-48.png') no-repeat left top;
padding-left: 80px;
}

