@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,600,700');
html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body {
  color: #011640;
  background-color: #0c0c0d!important;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 18px;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  margin-bottom: 20px;
}
h1, h2, h3 {
  font-size: 2rem;
  font-weight: 700;
}
h4, h5, h6 {
  font-size: 1.2rem;
  font-weight: 700;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  margin-bottom: 30px!important;
 }
.mb-0 {
  margin-bottom: 0px;
}


p a {color:#011640; text-decoration:underline;}
p a:hover {color:#011640; text-decoration:none;}
.textwidget p a {color:#fff !important; text-decoration:underline;}
.textwidget p a:hover {color:#fff !important; text-decoration:none;}
.pd-0 {
  padding: 0px!important;
}
.pd-r-20 {
  padding-right: 20px!important;
}
p.page-intro {
  font-size: 26px;
  font-weight: 700;
}
.content-md {
  padding: 50px 0;
}
.full-width-img {
  width: 100%;
}
figure {
  margin: 1.1rem 0 1rem;
}
input.btn_blue.btn_outline, a.btn_blue.btn_outline, .btn_blue.btn_outline {
  color: #011640 !important;
  border: 2px solid #011640;
  background: transparent;
}
input.btn_blue.btn_outline:hover, a.btn_blue.btn_outline:hover {
  color: #fff !important;
  border: 2px solid #fff !important;
  background: #011640 !important;
}
input.btn_red.btn_outline, a.btn_red.btn_outline, .btn_red.btn_outline {
  background-color: transparent !important;
  border: 2px solid #fff !important;
  color: #fff !important;
}
.btn_red.btn_outline:hover {
  background-color: #ba0c2f!important;
  border: 2px solid #ba0c2f!important;
  color: #fff !important;
}
.full-width-img .wpb_single_image .vc_figure {
  width: 100%!important;
}
.page-id-165 div.wpcf7-validation-errors, .page-id-165 div.wpcf7-acceptance-missing, .page-id-158 div.wpcf7-validation-errors, .page-id-158 div.wpcf7-acceptance-missing, .page-id-142 div.wpcf7-validation-errors, .page-id-142 div.wpcf7-acceptance-missing, .page-id-165 div.wpcf7-validation-errors, .page-id-165 div.wpcf7-acceptance-missing, .page-id-168 div.wpcf7-validation-errors, .page-id-168 div.wpcf7-acceptance-missing {
    border: 2px solid #fff;
}
.page-id-158 div.wpcf7-response-output, .page-id-142 div.wpcf7-response-output, .page-id-165 div.wpcf7-response-output, .page-id-162 div.wpcf7-response-output, .page-id-168 div.wpcf7-response-output {
    color: #fff;
    margin-bottom: 30px;
}

.case-studies-nav {display:none !important;}
.mouse {
  position: absolute;
  width: 26px;
  height: 50px;
  bottom: 0px;
  left: 50%;
  margin-left: -12px;
  border-radius: 15px;
  border: 2px solid #fff;
  -webkit-animation: intro 1s;
          animation: intro 1s;
}
.scroll-down {
  display: block;
  width: 3px;
  height: 3px;
  margin: 6px auto;
  border-radius: 4px;
  background: #fff;
  -webkit-animation: finger 1s infinite;
          animation: finger 1s infinite;
}
@-webkit-keyframes intro {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
            transform: translateY(40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes intro {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
            transform: translateY(40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes finger {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
}
@keyframes finger {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
}
/** Header **/
#logo .logo_img {
  height: 72px;
}
#menu > ul > li > a {
  line-height: 68px;
}
#menu.arrow_effect > ul > li ul > li > a > span {
  margin-left: 0px;
}
#menu.arrow_effect > ul > li ul > li > a > span:before {
  display: none;
}
#menu.arrow_effect > ul > li ul > li > a:hover > span {
  padding-left: 0px;
}
#menu.arrow_effect > ul > li ul > li > a > span:after {
  content: "\f105";
  color: #011640!important;
  font-family: "Font Awesome 5 Free";
  font-size: 15px;
  display: inline-block;
  position: absolute;
  right: 13px;
  display: none!important;
}
.custom_menu_4 #menu > ul > li > div {
  color: #011640!important;
  background: rgba(247, 247, 247, 0.9)!important;
}
.custom_menu_4 #menu > ul > li ul > li > a {
  color: #011640!important;
}
.custom_menu_4 #menu > ul > li ul > li > a:hover {
  color: #011640!important;
  background-color: #ba0c2f!important;
}
#menu > ul > li ul > li > a {
  padding: 13px;
}
#menu > ul > li > a {
    text-transform: uppercase!important;
}
#menu > ul > li#menu-item-206 > a, #menu > ul > li#menu-item-207 > a {
  text-transform: none!important;
}
.main_menu_underline_effect #menu > ul > li.menu-item-206 > a:after, .main_menu_underline_effect #menu > ul > li.menu-item-207 > a:after, .main_menu_underline_effect #menu > ul > li.menu-item-213 > a:after, .main_menu_underline_effect #menu > ul > li.menu-item-214 > a:after, .main_menu_underline_effect #menu > ul > li.menu-item-215 > a:after {
    background-color: transparent;
}
.tel-icon {
  background-image: url('/wp-content/uploads/2019/01/tel-icon.png');
  background-repeat: no-repeat;
  background-position: left;
  padding-left: 10px!important;
  margin-left: 30px;
  margin-right: 20px;
}
.email-icon {
  background-image: url('/wp-content/uploads/2019/01/email-icon-1.png');
  background-repeat: no-repeat;
  background-position: left 32px;
  padding-left: 10px!important;
}
#header.scrolled #menu > ul > li.email-icon {
  background-image: url('/wp-content/uploads/2019/06/transsport-sticky-nav-email-blue.png');
  background-repeat: no-repeat;
  background-position: left;
  padding-left: 10px!important;
}
#header.scrolled #menu > ul > li.tel-icon {
  background-image: url('/wp-content/uploads/2019/06/transsport-sticky-nav-phone-blue.png');
  background-repeat: no-repeat;
  background-position: left;
  padding-left: 10px!important;
}
li#menu-item-213 {
  margin-left: 30px;
}
li#menu-item-213 a, li#menu-item-214 a, li#menu-item-215 a {
  /* remove default text from view */
  text-indent: -9999px;
  overflow: hidden;
}
li#menu-item-213 a::before {
  content: "\f39e";
  font-family: "Font Awesome 5 Brands";
  display: inline-block;
  position: absolute;
  text-indent: 9999px;
  right: 8px;
}
li#menu-item-214 a::before {
  content: "\f099";
  font-family: "Font Awesome 5 Brands";
  display: inline-block;
  position: absolute;
  text-indent: 9999px;
  right: 8px;
}
li#menu-item-215 a::before {
  content: "\f16d";
  font-family: "Font Awesome 5 Brands";
  display: inline-block;
  position: absolute;
  text-indent: 9999px;
  right: 8px;
}
#menu.arrow_effect > ul > li ul > li > a:hover > span, #menu.arrow_effect > ul > li ul > li > a:hover > span:after {
  color: #fff!important;
}
.horizontal-mailchimp .mc-field-group, .horizontal-mailchimp .clear {
  display: inline !important;
}
.horizontal-mailchimp label {
  display: block;
  height: 1px;
  text-indent: -9999px;
}
.horizontal-mailchimp {}
.horizontal-mailchimp input#mce-EMAIL {
  border-radius: 32px;
  border: 2px solid #fff!important;
  display: inline-block;
  font-size: 13px;
  padding: 11px 18px;
  background-color: transparent;
  border: none;
  line-height: 1em;
  margin-bottom: 0px!important;
  text-align: left;
  width: 100%;
}
input#mc-embedded-subscribe {
	width: 100%;
	margin-top: 20px;
}
input#mc-embedded-subscribe:hover {
	border-color: #fff!important;
	color: #fff!important;
	background: transparent!important;
}
input#mce-EMAIL {
	background-color: transparent!important;
	color: #fff!important;
}
input#mce-EMAIL::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff!important;
  opacity: 1; /* Firefox */
}
input#mce-EMAIL:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #fff!important;
}
input#mce-EMAIL::-ms-input-placeholder { /* Microsoft Edge */
  color: #fff!important;
}
/** Home - Hero Banner **/
.home-banner {
  height: 720px;
  min-height: 720px;
}
.home-banner h1 {
  font-size: 71px;
}
.scroll-for-more-section {
  position: absolute!important;
  bottom: 30px;
  display: block;
  left: 0;
  right: 0;
  margin: 0 auto;
}
/** Hero Banner **/
.hero-banner {
  padding: 200px 0;
  background-size: cover;
  background-position: 50% 45%;
}
.hero-banner h1 {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 15px!important;
  text-shadow: 0px 0px 5px #000000;
}
.hero-banner h2 {
  color: #fff;
  font-size: 60px;
  font-weight: 700;
  margin-bottom: 0px!important;
  text-shadow: 0px 0px 5px #000000;
}
/** Project Section **/
.project-section .pic_info .info_overlay {
  color: #fff;
  bottom: 0px;
  position: absolute;
}
.project-section .boc_image_box .info_overlay h3 {
  margin: 10px 20px 0 20px;
  font-size: 18px;
  line-height: 24px;
  color: #fff;
}
.pic_info.type3 {
  background: #051a45;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  border: 0px solid rgba(0,0,0,0.06);
}
.project-section a .pic_info.type3 .img_overlay_icon {
  background: rgba(0, 20, 65, 0.66)!important;
}
.project-section .boc_image_box .pic_info.type3 .info_overlay {
  padding: 12px 0 12px;
}
.project-section a:hover .pic_info.type3 .img_overlay_icon {
  /*height: 25%;*/
}
a .pic_info.type3 .img_overlay_icon .portfolio_icon {
  top: auto!important;
  bottom: 40px!important;
  left: auto;
  right: 20px;
  background-color: transparent;
}
.project-section .icon_link {
  background: url(/wp-content/uploads/2018/10/arrow-right-icon.png) center center no-repeat;
}
/** Team **/
.team {
  background-color: #fff;
  padding: 20px;
}
.team-text {
  position: relative;
}
p.team-name {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px!important;
}
p.team-job-title {
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 0px!important;
}
.team-social {
    display: block !important;
    position: relative;
    right: 0px;
    bottom: 30px;
    float: right;
}
.team-social a, .team-social a:hover, .team-social a:visited, .team-social a:focus {
  color: #011640!important;
}
/** Customers say **/
.customers-say p, .customers-say .icon_testimonial, .customers-say .quote_author_description {
  color: #fff!important;
  font-family: 'Poppins', sans-serif!important;
  font-style: normal;
}
.customers-say p {
  font-weight: 500;
}
.customers-say .icon_testimonial {
  font-weight: 700;
}
.customers-say .quote_author_description {
  font-family: 'Poppins', sans-serif!important;
  font-weight: 400;
}
.owl-carousel p, .owl-carousel .testimonial, .owl-carousel .quote_author {
  color: #fff!important;
  font-family: 'Poppins', sans-serif!important;
  font-style: normal;
  text-align: center;
}
.owl-carousel p.quote_text {
  font-weight: 500;
  line-height: 2;
  font-size:19px
}
img.logo {
  width: 200px!important;
}
.owl-carousel .testimonial {
  font-weight: 700;
}
.owl-carousel .quote_author {
  font-family: 'Poppins', sans-serif!important;
  font-weight: 400;
}
.owl-theme .owl-dots .owl-dot.active span {
  background: #fff;
}
.owl-theme .owl-dots .owl-dot span {
  background: #eee;
}
.owl-carousel {
  text-align: center;
}
.owl-prev .icon, .owl-next .icon {
  color: #fff;
}
/** Post Grid News **/
.small_post_date {
  margin: 0;
  font-size: 14px;
  font-style: normal;
  font-family: 'Poppins', sans-serif!important;
  color: #011640;
  padding-left: 1px;
}
.post_item_block h4 {
  margin: 12px 0!important;
}
.dark_links a, .dark_links a h2, .dark_links a h3 {
  color: #011640!important;
}
.dark_links a:hover, .white_links a:hover, .dark_links a:hover h2, .dark_links a:hover h3 {
  color:  #011640!important;
}
.grid_holder .col.span_1_of_3 {
  margin: 0px 0px 0px;
  width: calc(33.33% - 0px);
}
.post_item_block h4 a, .post_item_block h4 a:hover {
  color:  #011640!important;
}
/** See also section **/
.see-also-section h2 {
  color: #011640;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
}
.see-also-media {
  background-color: #fff;
}
.see-also-media .media-body {
  -ms-flex-item-align: center!important;
  align-self: center!important;
  padding: 15px 45px;
}
.see-also-section h3.title {
  color: #011640;
  font-size: 25px;
  font-weight: 700;
}
/** Services Grid **/
.content {
  position: relative;
  max-width: 100%;
  margin: auto;
  overflow: hidden;
}
.content .content-overlay {
  background: rgba(6, 27, 68, 0.7);
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
.content:hover .content-overlay{
  opacity: 1;
}
.content a {
  text-decoration: none;
}
.content .title {
  position: absolute;
  color: white;
  bottom: 0px;
  left: 20px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.content-image{
  width: 100%;
}
.content-details {
  position: absolute;
  text-align: center;
  padding-left: 50px;
  padding-right: 50px;
  width: 100%;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.content:hover .content-details{
  top: 50%;
  left: 50%;
  opacity: 1;
}
.content:hover .title{
  opacity: 0;
}
.content-details h3{
  color: #fff;
  font-weight: 700;
}
.content-details p{
  color: #fff;
  font-size: 18px;
  margin-bottom: 35px;
}
.fadeIn-bottom{
  top: 80%;
}
/** Other Services **/
.other-services h2 {
  margin-bottom: 0px!important;
}
/** Service Contact **/
.service-contact p.title {
  color: #fff;
  font-size: 23px;
  font-weight: 400;
}
.service-contact .cont-ph a {
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 20px;
}
.service-contact .phmail {
  margin-top: 0;
  padding-top: 0px;
}
.service-contact .cont-ph img {
  margin-top: -5px;
}
.service-contact .wpcf7-submit {
  color: #fff!important;
  display: block!important;
  background: transparent!important;
  border: 2px solid #fff!important;
  border-radius: 50px!important;
  position: relative!important;
  padding: 16px 45px!important;
  margin-top: 0px!important;
  text-transform: uppercase!important;
  font-weight: 700!important;
}
.service-contact .wpcf7-submit:hover {
  color: #fff!important;
  display: block!important;
  background: #011640!important;
  border: 2px solid #011640!important;
  border-radius: 50px!important;
  position: relative!important;
  padding: 16px 45px!important;
  text-transform: uppercase!important;
  font-weight: 700!important;
}
/** Social Media Buttons **/
.social-box {
  display: block;
}
.social-box span {
  font-weight: 700;
  margin-right: 10px;
}
.social-btn {
  display: block;
  width: 100%;
}
a.col-1.sbtn span {
  display: none;
}
a.col-1.sbtn {
  display: initial;
  text-align: center;
  padding: 5px;
  color: #011640;
  margin: 0;
  line-height: 1.825 !important;
  width: auto;
}
a.col-1.sbtn span {
  margin: 0 0 0 15px;
}
.s-twitter::before {
  font-family: "Font Awesome 5 Brands";
  content: '\f099';
}
.s-facebook::before {
  font-family: "Font Awesome 5 Brands";
  content: '\f39e';
}
.s-googleplus::before {
  font-family: "Font Awesome 5 Brands";
  content: '\f0d5';
}
.s-linkedin::before {
  font-family: "Font Awesome 5 Brands";
  content: '\f0e1';
}
.social-btn a:last-of-type {
  margin: 0;
}
a.s-facebook, a.s-twitter, a.s-googleplus, a.s-linkedin {
  color: #011640!important;
}
/** Get in touch section **/
.get-in-touch-section h3 {
  color: #fff;
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 0px!important;
  padding-top: 10px;
}
/** Nav Sticky **/
nav {
	display: flex;
}
.nav-section {
  position: relative;
  left: 0;
  right: 0;
  margin: 0 auto;
}
nav .nav-section ul { 
  list-style-type: none;
  margin-bottom: 0px;
  display: flex;
}
nav .nav-section ul li {
  margin-bottom: 0px;
}
nav .nav-section ul li a {
  text-transform: uppercase;
  color: #939598;
  font-size: 15px;
  font-weight: 600;
  text-align: left;
  width: 100%;
  display: block;
}
/** Case Studies **/
nav .case-studies-nav ul li a:not(.button) {
  color: #939598;
}
a.mixitup-control-active {
  color: #011640!important;
  margin-bottom: 0px!important;
}
nav .case-studies-nav ul li {
  margin-bottom: 0px;
}
/** Cards **/
.light-grey-bg {
  background-color: #f7f7f7;
}
.blog-card {
  border: none;
  border-radius: 0px;
  margin-top: 30px;
  -webkit-transition: .25s box-shadow;
          transition: .25s box-shadow;
}
.blog-card:focus, .blog-card:hover {
  /*box-shadow: 0 5px 20px 10px rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);*/
}
.blog-card .content {
  background-color: #fff;
  padding: 50px;
}
.blog-card .content p {
  color: #333;
  margin-bottom: 1.5rem!important;
}
.blog-card .content h2 {
  font-size: 25px;
  margin-bottom: 1.5rem;
}
.blog-card .content h2 a {
  color: #011640!important;
}
.blog-card .content button, .blog-card .content button:hover, .blog-card .content button:focus {
  color: #011640;
  background-color: transparent;
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
  padding: 0;
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0);
}
.blog-card .post-date {
  color: #011640;
  font-weight: 400;
	font-size: 12px;
  margin-bottom: 1.5rem;
}
.single-post h2 {
  margin-bottom: 15px!important;
}
.single-post .post-date {
  color: #fff;
  font-weight: 400;
  text-shadow: 0px 0px 5px #000000;
}
.pagination_div {
  margin-top: 40px;
  font-weight: 700;
  text-align: center;
}
.page-numbers {
  padding-right: 10px;
}
span.page-numbers {
  background-color: #e7e7e7;
}
span.page-numbers.current {
  background-color: #e7e7e7;
  border-radius: 100%;
  padding: 4px 13px;
  margin-right: 10px;
}
a.next.page-numbers {
  float: right;
}
a.prev.page-numbers {
  float: left;
}
.post_item_block.boxed .pic {
  border-bottom: 3px solid #ffffff;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.post_item_block.boxed {
  border-radius: 10px;
  border: 1px solid rgba(0,0,0,0.06);
  box-shadow: 2px 2px rgba(136, 137, 136, 0.05);
}
/** CF7 **/
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #011640;
  opacity: 1; /* Firefox */
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #011640;
}
::-ms-input-placeholder { /* Microsoft Edge */
  color: #011640;
}
.contact-form h2, .contact-form h2 a {
  font-size: 33px;
  color: #fff!important;
  font-weight: 600;
  text-align: center;
  text-transform: none;
  line-height: 44px;
  margin-bottom: 50px!important;
}
.phmail {
  display: block;
  padding-top: 20px;
}
.cont-ph img {
  padding: 0px 0px;
  margin-right: 11px;
}
div.wpcf7 {
  margin: 0;
  padding: 0;
}
label {
  margin-bottom: 1rem;
  width: 100%;
}
.foot-form {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.foot-form .left, .foot-form .right {
  width: 48.5%;
}
.wpcf7-form-control-wrap input[type="text"], .wpcf7-form-control-wrap input[type="password"], .wpcf7-form-control-wrap input[type="email"], .wpcf7-form-control-wrap input[type="tel"], .wpcf7-form-control-wrap textarea, .wpcf7-form-control-wrap select {
  width: 100%;
}
.wpcf7-form textarea{ 
  width: 100% !important;
  height: 190px;
}
.contact-form input, .contact-form textarea {
  background: #fff!important;
  border: 1px solid #fff!important;
  padding: 15px;
  color: #011640 !important;
  font-size: 14px;
}
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea {
  color: #011640!important;
  background-color: #fff!important;
  border: 1px solid #fff!important;
  border-radius: 0px;
  padding: 15px;
}
.wpcf7-submit {
  color: #011640!important;
  display: block!important;
  background: transparent!important;
  border: 2px solid #011640!important;
  border-radius: 50px!important;
  position: relative!important;
  padding: 16px 45px!important;
  margin-top: 20px!important;
  text-transform: uppercase!important;
  font-weight: 700!important;
}
.wpcf7-submit:hover
{
  background-color: #011640!important;
  color: #fff!important;
}
.foot-form + p
{
  display:table;
  margin: 0 auto;
}
.contact-form .wpcf7-submit {
  color: #fff!important;
  display: block!important;
  text-align: center!important;
  margin: 0 auto !important;
  background: transparent!important;
  border: 2px solid #fff!important;
  border-radius: 50px!important;
  position: relative!important;
  padding: 16px 45px!important;
  margin-top: 0px !important;
  text-transform: uppercase!important;
  font-weight: 700!important;
}
.contact-form .wpcf7-submit:hover
{
  background-color: #fff!important;
  color: #011640!important;
}
.contact-form p {
  position:relative;
}
.contact-us-page .privacy-text, .contact-us-page .privacy-text a, .contact-us-page .privacy-text a:hover, .contact-us-page .privacy-text a:focus {
  color: #001441!important;
}
.contact-us-page .fa-info-circle {
  color: #e0183a!important;
}
/** Contact us Footer **/
.contact-us-footer i {
  font-size: 20px;
}
.contact-us-footer p {
  font-size: 19px;
}
.contact-us-footer i.fas, .contact-us-footer span.icon {
  color: #001441!important;
}
.contact-us-footer span.icon {
  font-size: 19px;
  font-weight: bold;
}
.contact-us-footer .fa-phone {
  transform: rotate(90deg);
  margin-right: 20px;
}
.contact-us-footer .fa-envelope {
  margin-right: 20px;
}
a.social-media {
  float: none;
}
span.follow-us {
  font-size: 19px;
  font-weight: 700;
  margin-right: 20px;
}
/** Team **/
.team-image {
  -webkit-background-size: cover;
       -o-background-size: cover;
          background-size: cover;
  color: #000;
  display: block;
  height: 355px;
  overflow: hidden;
  position: relative;
  width: 355px;
}
.team-image:hover .hover-hide {
  -webkit-transform: translate(0);
     -moz-transform: translate(0);
      -ms-transform: translate(0);
       -o-transform: translate(0);
          transform: translate(0);
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
     -moz-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
         transition: all 0.2s ease-in-out;
}
.team-image .content-bg {
  bottom: 0;
  height: 100%;
  overflow: hidden;
  position: absolute;
  -webkit-transform: translateY(100%);
     -moz-transform: translateY(100%);
      -ms-transform: translateY(100%);
       -o-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  width: 100%;
  z-index: 1;
}
.team-image:hover .content-bg {
  -webkit-transform: translate(0);
     -moz-transform: translate(0);
      -ms-transform: translate(0);
       -o-transform: translate(0);
          transform: translate(0);
  opacity: 1;
  -webkit-transition: 0.5s;
       -o-transition: 0.5s;
     -moz-transition: 0.5s;
          transition: 0.5s;
}
.team-image .content {
  background-color: rgba(0, 20, 65, 0.8);
  height: 100%;
  padding: 25px;
}
.center-sm {
	margin-bottom: 0px!important;
}
.content-middle {
  color: #fff;
  top: 0%;
  /*-webkit-transform: translateY(20%);*/
  /*  -moz-transform: translateY(20%);*/
  /*  -ms-transform: translateY(20%);*/
  /*   -o-transform: translateY(20%);*/
  /*      transform: translateY(20%);*/
}
.content-middle p:nth-child(1) {
  font-size: 17px;
  margin-bottom: 0px;
  padding-bottom: 0px!important;
}
.content-middle p:nth-child(2) {
  margin-bottom: 0px;
}
.content-middle p:nth-child(3) {
	font-size: 13px;
  line-height: 1.3em;
  margin-bottom: 0px;
  padding-bottom: 0px!important;
}
.team-image .hover-bg {
  background: inherit;
  -webkit-background-size: cover;
       -o-background-size: cover;
          background-size: cover;
  bottom: 0;
  -webkit-filter: blur(10px);
          filter: blur(10px);
  height: 300px;
  position: absolute;
  width: 300px;
  z-index: -1;
}
.team-section .wpb_wrapper {
	overflow: hidden;
}
/** Footer **/
#footer {
  background: #011640;
  font-size: 16px;
  color: #ffffff;
}
#footer a, #footer a:hover, #footer a:focus {
  color: #ffffff;
}
#footer .col ul li a:before {
  display: none;
}
.footer_btm {
  background: #011640;
  border-top: 0px solid #011640;
}
#powered {
  color: #ffffff;
}
.grecaptcha-badge {
  z-index: 99999!important;
}
.scrolltop {
	width:100%;
	cursor: pointer;
	margin-bottom: 20px;
	display: flex;
}

.scrolltop .fas {
	display: contents;
	font-size:30px;
	margin-top:-5px;
	margin-left:1px;
	-webkit-transition: 0.5s;
	   -moz-transition: 0.5s;
	     -o-transition: 0.5s;
	        transition: 0.5s;
}
.scrolltop .fa-chevron-circle-up:before {
    color: #26427b;
    background-color: #ffffff;
    border-radius: 50%;
}


.scroll {
	background: #253558;
	border-radius: 50%;
    color: #fff;
    cursor: pointer;
    padding: 2px 9px;
    text-align: center;
    -webkit-transition: 0.5s;
       -moz-transition: 0.5s;
         -o-transition: 0.5s;
            transition: 0.5s;
}

.scroll:hover {
	background: rgb(224, 24, 58);
	-webkit-transition: 0.5s;
	   -moz-transition: 0.5s;
	     -o-transition: 0.5s;
	        transition: 0.5s;
}

.scroll:hover .fa {
	padding-top:-10px;
}

.scroll .fa {
	font-size:30px;
	margin-top:-5px;
	margin-left:1px;
	-webkit-transition: 0.5s;
	   -moz-transition: 0.5s;
	     -o-transition: 0.5s;
	        transition: 0.5s;
}
.gallery dl img {
    border: 0px solid #f1f1f1!important;
}
.gallery dl a {
    pointer-events: none;
}
.gallery dl:nth-child(1) img {
    padding-right: 10px;
}
.gallery dl:nth-child(2) img {
    padding-left: 10px;
}
.d-md-bk {
	display: none!important;
}
/** Media Query **/
@media (max-width: 575.98px) {
.team-image {
    width: auto!important;
	}
}

@media (max-width: 768px) {
  .wpb_single_image img {
    margin-bottom: 15px;
  }
  .team-image {
    width: auto!important;
  }
  .foot-form {
    display: block !important;
  }
  .foot-form .left, .foot-form .right {
    width: 100%;
  }
  .get-in-touch-section h3 {
      margin-bottom: 30px!important;
  }
  .owl-prev, .owl-next {
    display: none!important;
  }
  .hero-banner {
    padding: 150px 0;
  }
  .hero-banner h1 {
    font-size: 18px;
  }
  .hero-banner h2 {
    font-size: 30px;
  }
  .vc_custom_1544547414799 .vc_col-sm-2 .vc_column-inner {
	padding-top: 0px!important;
  }
  .see-also-media {
	margin-bottom: 35px;
  }
  .media img {
	display: none;
  }
  nav .case-studies-nav ul li a:not(.button) {
    font-size: 13px;
  }
  .vc_custom_1546440693645, .vc_custom_1546446940696, .vc_custom_1546446963242, .vc_custom_1546446967853, .vc_custom_1546446973996, .vc_custom_1546446983323, .vc_custom_1546446987395 {
	padding-left: 0px!important;
  }
  .vc_custom_1546438511862 a {
	float: left!important;
	margin-top: 20px!important;
	margin-bottom: 10px!important;
  }
  .content-details h3 {
    font-size: 20px;
  }
  .content-details p {
    font-size: 16px;
  }
  #gallery-1 .gallery-item {
    width: 100%!important;
  }
  .gallery dl:nth-child(1) img {
    padding-right: 0px;
  }
  .gallery dl:nth-child(2) img {
    padding-left: 0px;
  }
  .content .content-text {
	display: none!important;
  }
  .content-details {
	padding: 15px!important;
  }
  .content-details .content-text {
	display: block!important;
  }
  p.page-intro {
    font-size: 18px!important;
  }
  .grid_holder .col.span_1_of_3 {
	padding: 0px!important;
  }
  .cont-ph {
	display: block;
  }
  .cont-ph img {
    margin-right: 15px;
    width: 22px!important;
	height: auto!important;
  }
  .contact-form h2, .contact-form h2 a {
    font-size: 18px!important;
  }
}
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) {
	.vc_custom_1544714785300 .vc_col-sm-4 {
	    width: 33%;
	}
	.vc_custom_1544714785300 .vc_col-sm-4 .content-details .content-text {
	    display: none!important;
	}
	.vc_custom_1544714785300 .vc_col-sm-4 .content:hover .content-overlay {
		opacity: 0;
	}
	.vc_custom_1544714785300 .team {
		min-height: 157px;
	}
	.vc_custom_1544714785300 p.team-name {
		font-size: 16px;
	}
	.vc_custom_1560867562643 .vc_col-sm-4, .vc_custom_1560782751143 .vc_col-sm-4, .vc_custom_1560782001438 .vc_col-sm-4, .vc_custom_1560866483867 .vc_col-sm-4, .vc_custom_1560782922351 .vc_col-sm-4, .vc_custom_1544537979816 .vc_col-sm-2 {
	    width: 33%;
	}
	.see-also-section h3.title {
    	font-size: 23px;
	}
	.d-lg-bk {
    	display: none!important;
	}
	.d-md-bk {
		display: block!important;
		overflow: hidden;
	}
}
@media (max-width: 991.98px) {
  .home-banner {
    height: 520px;
    min-height: 520px;
  }
  h1, h2, h3, .home-banner h1 {
    font-size: 29px;
  }
  li.menu-item-207, li.menu-item-206, li.menu-item-213, li.menu-item-214, li.menu-item-215 {
    display: none!important;
  }
  .scroll-for-more-section {
    display: none!important;
  }
}

@media (max-width: 1199.98px) {
  li#menu-item-206, li#menu-item-207 {
    display: none;
  }
  nav .nav-section ul {
      display: block;
  }
  nav .nav-section ul li a{
      text-align: center;
  }
  nav .case-studies-nav ul li:nth-of-type(1) {
      width: 100%;
  }
  nav .case-studies-nav ul li:nth-of-type(2) {
    width: 100%;
  }
  nav .case-studies-nav ul li:nth-of-type(3) {
    width: 100%;
  }
  nav .case-studies-nav ul li:nth-of-type(4) {
    width: 100%;
  }
  nav .case-studies-nav ul li:nth-of-type(5) {
    width: 100%;
  }
  .owl-prev, .owl-next {
    display: none!important;
  }
	p.page-intro {
    font-size: 25px!important;
  }
  .contact-form h2, .contact-form h2 a {
    font-size: 30px;
  }
}

@media (max-width: 1399.98px) {
  li#menu-item-213, li#menu-item-214, li#menu-item-215 {
    display: none;
  }
}
@media only screen and (min-width: 1018px) {
  #header.transparent_header:not(.scrolled) {
      background: rgba(255, 255, 255, 0);
      box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0);
      -moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0);
      -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0);
  }
  .blog #header.transparent_header:not(.scrolled) #menu > ul > li > a {
      color: #ffffff;
  }
  #header.scrolled #menu a {
      color: #011640;
  }
}
@media (max-width: 1400.98px) {
	.team-image {
		height: 355px!important;
		width: auto!important;
	}
}

@media screen and (max-width: 1280px) and (max-height: 800px) and (min-height: 769px) {
	.team-image {
		height: 270px!important;
		width: 270px!important;
	}
}
@media screen and (max-width: 1280px) and (max-height: 960px) and (min-height: 801px) {
	.team-image {
		height: 266px!important;
    width: 266px!important;
	}
}

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) {
	.team-image {
    height: 288px!important;
    width: auto!important;
	}
    .team-image .content {
    padding: 15px;
    font-size: 11px;
    line-height: 1.6em;
    }
}
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) {
  .team-image {
    height: 555px!important;
    width: 555px!important;
	}
  .team-image .content {
    padding: 15px;
    font-size: 11px;
    line-height: 1.6em;
  }
}
/* Portrait */
@media only screen 
  and (min-width: 1024px) 
  and (max-height: 1366px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 1.5) {
	.team-image {
      height: 288px!important;
      width: 288px!important;
	}
}

/* Landscape */
@media only screen 
  and (min-width: 1024px) 
  and (max-height: 1366px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 1.5) {
	.team-image {
      height: 355px!important;
      width: auto!important;
	}

}