/* Base */
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  line-height: 1.7;
  color: #4d4d4d;
  font-weight: 300;
  font-size: 1.1rem;
  font-family: "Lato", Arial, sans-serif;
}

:root {
  --blue: #324681;
  --dblue: #324ea1;
  --red: #D7000F;
}

.fix-icon-1 {
  position: fixed;
  bottom: 186px;
  left: 0px;
  font-size: 20px;
  background-color: var(--dblue);
  padding: 2px 10px;
}

.fix-icon-2 {
  position: fixed;
  bottom: 140px;
  left: 0px;
  font-size: 20px;
  background-color: var(--dblue);
  padding: 2px 10px;
}

.fix-icon-3 {
  position: fixed;
  bottom: 93px;
  left: 0px;
  font-size: 20px;
  background-color: var(--dblue);
  padding: 2px 10px;
}

.fix-icon-4 {
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 30px;
  background-color: var(--red);
  padding: 0px 15px;
  border-radius: 2px;
}

.fix-icon-4:hover {
  background-color: var(--red);
  color: var(--blue) !important;
}

.fix-icon {
  color: #fff;
  /* background-color: #fff; */
  z-index: 2222;
  transition: .5s;
}

.fix-icon:hover {
  /* transform: translateY(-10%);
  transform: translateX(-10%); */
  color: var(--red) !important;
}

.text-icon {
  color: var(--blue);
}

.icon-play {
  font-size: 30px;
  border: 2px solid #fff;
  border-radius: 50%;
  padding: 20px 25px;
  color: #fff;
}

.site-menu li a {
  font-weight: 500;
  color: var(--red) !important;
  font-size: 17px !important;
}


.get-btn {
  border: 2px solid var(--blue);
  color: #fff;
  padding: 10px 25px;
  background-color: var(--dblue);
  transition: .5s;
  margin-top: 40px;

}

.get-btn2 {
  border: 2px solid var(--blue);
  color: #fff;
  padding: 10px 25px;
  background-color: var(--dblue);
  transition: .5s;
  /* margin-top: 40px; */

}

.get-btn,.get-btn2:hover {
  border: 2px solid var(--blue);
  color: var(--blue);
  padding: 10px 25px;
  background-color: transparent;
}

.ban-item {
  text-align: center;
}

.ban-item .bottom a{
  text-decoration: none;
  color: #fff;
}

.ban-item .main-head {
  font-size: 45px;
  font-weight: 500;
  color: #fff;
  line-height: 1;

}

.main-head-1 {
  font-size: 45px;
  font-weight: 500;
  color: #fff;
  line-height: 1;
  text-align: center;
}

.main-head3 {
  display: none;
}

.logo {
  width: 400px;
}

.ser-anchor {
  text-decoration: none;
  color: var(--blue);
  font-weight: 500;
}

.footer-anchor {
  text-decoration: none;
  padding-right: 30px;
}

.text-ser {
  color: var(--red) !important;
}

.logo1 {
  padding-left: 10px;
}

.logo1 img {
  width: 400px;
}

.nav-link {
  transition: .8s;
}

.nav-item:hover .nav-link {
  /* transform: rotateY(360deg) !important; */
  color: var(--red) !important;
}


/* .navbar .dropdown-menu .a:hover{
  color: var(--red) !important;
} */

/* .dropdown-item.active,
.dropdown-item:active {
  text-decoration: none;
  background-color: var(--blue);
} */

.ben-item2 {
  width: 50%;
}

.get-btn1 {
  padding: 0 !important;
}

@media (max-width:1200px) {
  .get-btn1 {
    width: 115px !important;
  }
}

@media (min-width:992px) and (max-width:1050px) {
  .nav-link {
    padding-right: 10px !important;
  }

  .logo1 {

    /* padding-left: px; */

  }
}

@media (min-width:1199px) {
  .card2 {
    min-height: 321px !important;
  }
}

@media (max-width:767px) {
  /* .banner-content {
    height: 500px !important;
  } */

  /* .carousel-inner {
    height: 500px !important;
  } */

  .ban-img3 {
    margin-bottom: 100px;
  }
  .logo1{
    width: 250px;
  }
}

@media (min-width:767px) and (max-width:992px) {
  .get-btn1 {
    width: 100%;
    font-size: smaller;
    letter-spacing: 0px !important;
  }
}

@media (max-width:500px) {
  .ban-item .main-head {
    font-size: 16px !important;
    font-weight: 500;
    color: #fff;
    line-height: 1;

  }

  .main-head-1 {
    font-size: 16px !important;
    font-weight: 500;
    color: #fff;
    line-height: 1;
    text-align: center;
  }

  .logo {
    width: 250px !important;
  }
}

@media (min-width:500px) {
.logo {
  width: 280px !important;
}
}

@media (max-width:1000px) {
  .ben-item2 {
    text-align: end;
  }
}

@media (max-width:800px) {
  .ban-item .main-head {
    font-size: 25px;
    font-weight: 500;
    color: #fff;
    line-height: 1;

  }

  .main-head-1 {
    font-size: 25px;
    font-weight: 500;
    color: #fff;
    line-height: 1;
    text-align: center;
  }

  .ban-img2 {
    display: none;
  }

  .main-head3 {
    display: block;
  }

  .main-head2 {
    justify-content: center !important;
  }

  .main-head1 {
    display: none;
  }

}

@media (max-width:700px) {}

@media (max-width:400px) {
  .logo {
    width: 180px !important;
  }
}

.main-head2 {
  display: flex;
  justify-content: start;
}

.ban-img1 {
  width: 100%;
  text-align: center;
}

.ban-img2 {
  text-align: center;
  margin-bottom: 100px;
}

.ban-img3 {
  width: 100%;
}

.get1-btn {
  background-color: transparent;
  color: var(--red);
  border: none;
  margin-top: auto;
  padding: 0px;
}

.get1-btn:hover {
  background-color: transparent;
  color: var(--red);
  border: none;
  margin-top: auto;
  padding: 0px;
  cursor: pointer;
}

.bottom {
  animation-name: annisb;
  animation-duration: 1s;
  animation-iteration-count: 1;
  animation-timing-function: ease-in-out;
}

@keyframes annisb {
  0% {
    bottom: -85px;
  }

  100% {
    bottom: 25px;
  }
}

::-moz-selection {
  background: #000;
  color: #fff;
}

::selection {
  background: #000;
  color: #fff;
}

a {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

a:hover {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
.h1,
.h2,
.h3,
.h4,
.h5 {
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.border-2 {
  border-width: 2px;
}

.text-black {
  color: #000 !important;
}

.bg-black {
  background: #000 !important;
}

.color-black-opacity-5 {
  color: rgba(0, 0, 0, 0.5);
}

.color-white-opacity-5 {
  color: rgba(255, 255, 255, 0.5);
}

.site-wrap:before {
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
  background: rgba(0, 0, 0, 0.6);
  content: "";
  position: absolute;
  z-index: 2000;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
}

.offcanvas-menu .site-wrap {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 2;
  overflow: hidden;
}

.offcanvas-menu .site-wrap:before {
  opacity: 1;
  visibility: visible;
}

.btn {
  text-transform: uppercase;
  border-radius: 0;
}

.btn:hover,
.btn:active,
.btn:focus {
  outline: none;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.btn.btn-black {
  color: #fff;
  background-color: #000;
}

.btn.btn-black:hover {
  color: #000;
  background-color: #fff;
}

.btn.btn-primary {
  border: 2px solid transparent;
}

.btn.btn-primary:hover {
  border: 2px solid var(--red);
  background: none !important;
  color: var(--red) !important;
}

.line-height-1 {
  line-height: 1 !important;
}

.bg-black {
  background: #000;
}

.text-primary {
  color: var(--red) !important;
}

.form-control {
  border-radius: 0;
}

.form-control:active,
.form-control:focus {
  border-color: var(--red);
}

.form-control:hover,
.form-control:active,
.form-control:focus {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.site-section img {
  transition: .5s;
}

.site-section img:hover {
  transform: scale(.9);
}

.site-section {
  padding-top: 2.5em;
  padding-bottom: 6em;
}

@media (min-width: 768px) {
  .site-section {
    padding: 5em 0;
  }
}

.site-section.site-section-sm {
  padding: 4em 0;
}

.site-section-heading {
  position: relative;
  font-size: 2.5rem;
}

@media (min-width: 768px) {
  .site-section-heading {
    font-size: 4rem;
  }
}

.site-section-heading:after {
  content: "";
  left: 0%;
  bottom: 0;
  position: absolute;
  width: 100px;
  height: 1px;
  background: var(--red);
}

.site-section-heading.text-center:after {
  content: "";
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  content: "";
  left: 50%;
  bottom: 0;
  position: absolute;
  width: 100px;
  height: 1px;
  background: var(--red);
}

.popup-youtube {
  text-decoration: none;
}

.border-top {
  border-top: 1px solid #fff !important;
}

.site-footer {
  padding-top: 4em;
  background: var(--blue);
  /* background: #333333; */
}

@media (min-width: 768px) {
  .site-footer {
    padding-top: 8em;
  }
}

.site-footer .border-top {
  border-top: 1px solid rgba(255, 255, 255, 0.1) !important;
}

.site-footer p {
  color: #737373;
}

.site-footer h2,
.site-footer h3,
.site-footer h4,
.site-footer h5 {
  color: #fff;
}

.site-footer a {
  color: #999999;
  text-decoration: none !important;
}

.site-footer a:hover {
  color: white;
}

.site-footer ul li {
  margin-bottom: 10px;
}

.site-footer .footer-heading {
  font-size: 16px;
  color: #fff;
}

.addr {
  color: #999999;
}

.bg-text-line {
  display: inline;
  background: #000;
  -webkit-box-shadow: 20px 0 0 #000, -20px 0 0 #000;
  box-shadow: 20px 0 0 #000, -20px 0 0 #000;
}

.text-white-opacity-05 {
  color: rgba(255, 255, 255, 0.5);
}

.text-black-opacity-05 {
  color: rgba(0, 0, 0, 0.5);
}

.hover-bg-enlarge {
  overflow: hidden;
  position: relative;
}

@media (max-width: 991.98px) {
  .hover-bg-enlarge {
    height: auto !important;
  }
}

.hover-bg-enlarge>div {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .8s all ease-in-out;
  -o-transition: .8s all ease-in-out;
  transition: .8s all ease-in-out;
}

.hover-bg-enlarge:hover>div,
.hover-bg-enlarge:focus>div,
.hover-bg-enlarge:active>div {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

@media (max-width: 991.98px) {
  .hover-bg-enlarge .bg-image-md-height {
    height: 300px !important;
  }
}

.bg-image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.bg-image.overlay {
  position: relative;
}

.bg-image.overlay:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
}

.bg-image>.container {
  position: relative;
  z-index: 1;
}

@media (max-width: 991.98px) {
  .img-md-fluid {
    max-width: 100%;
  }

  .site-blocks-cover.inner-page-cover,
  .site-blocks-cover.inner-page-cover .row {
    min-height: 470px !important;
  }

}

@media (max-width:400px) {

  .site-blocks-cover.inner-page-cover,
  .site-blocks-cover.inner-page-cover .row {
    min-height: 370px !important;
  }
}

@media (max-width: 991.98px) {

  .display-1,
  .display-3 {
    font-size: 3rem;
  }
}

.play-single-big {
  width: 90px;
  height: 90px;
  display: inline-block;
  border: 2px solid #fff;
  color: #fff !important;
  border-radius: 50%;
  position: relative;
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
}

.play-single-big>span {
  font-size: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-40%, -50%);
  -ms-transform: translate(-40%, -50%);
  transform: translate(-40%, -50%);
}

.play-single-big:hover {
  width: 120px;
  height: 120px;
}

.overlap-to-top {
  margin-top: -150px;
}

.ul-check {
  margin-bottom: 50px;
}

.ul-check li {
  position: relative;
  padding-left: 35px;
  margin-bottom: 15px;
  line-height: 1.5;
}

.ul-check li:before {
  left: 0;
  font-size: 20px;
  top: -.3rem;
  font-family: "icomoon";
  content: "\e5ca";
  position: absolute;
}

.ul-check.white li:before {
  color: #fff;
}

.ul-check.success li:before {
  color: var(--red);
}

.ul-check.primary li:before {
  color: var(--red);
}


.bg-light {
  background: #ccc;
}
.border-primary {
  position: relative;
}

.border-primary h2 {
  text-transform: uppercase;
  font-weight: 700 !important;
}

.border-primary:after {
  position: absolute;
  content: "";
  bottom: 0;
  width: 80px;
  height: 3px;
  background: var(--red);
}

.border-primary.text-center:after {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.border-primary.text-left:after {
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}


button:focus {
  outline: 0px;
}



.copy-anchor {
  text-decoration: none;
  color: #999999;
}

.btn {
  display: block;
  width: 140px;
  height: 40px;
  background: var(--dblue);
  color: #fff;
  border-radius: 3px;
  border: 2px solid #fff;
  transition: all 0.3s ease-in-out;
  font-size: 14px;
  margin-bottom: 20px !important;
  margin: auto;
}

.btn:hover {
  background: var(--blue);
  box-shadow: 0 3px 0 0 var(--blue);
}


/*   */


.contact-index .get-btn:hover{
  background-color: var(--dblue) !important ;
}

.about-us-area .get-btn:hover{
  background-color: var(--dblue) !important ;
}



/*   services start  */


.services
{
	width: 100%;
	background: #FFFFFF;
	padding-top: 95px;
	padding-bottom: 65px;
  background: linear-gradient(rgba(0, 0, 0, 0.546),rgba(0, 0, 0, 0.511)),url(../images/bg-ship.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.services .services_row
{
	margin-top: 95px;
}
.services .service_col
{
	margin-bottom: 30px;
}
.service
{
	width: 100%;
	background: #f5f7fa;
	padding-top: 46px;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 57px;
}
.service:hover
{
	background: var(--blue);
}
/* .service::after
{
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 4px;
	background: #20d34a;
	content: '';
	visibility: hidden;
	opacity: 0;
	transition: all 200ms ease;
}
.service:hover::after
{
	visibility: visible;
	opacity: 1;
} */
.services .service_icon
{
	width: 100px;
	height: 100px;
	margin-left: auto;
	margin-right: auto;
  padding: 10px;
  background-color: #fff;
  border-radius: 50%;
}
.services .service_icon svg
{
	width: 61px;
	height: 61px;
}
.services .service_icon img
{
	max-width: 100%;
}
/* .services .svg 
{
	fill: #20d34a;
	transition: all 200ms ease;
} */
.service:hover .svg 
{
	fill: #FFFFFF;
}
.service_text
{
	margin-top: 16px;
}
.service_text p
{
	color: #696969;
	transition: all 200ms ease;
}
.service_title
{
	font-size: 20px;
	font-weight: 700;
	color: #232323;
	padding-top: 41px;
	margin-top: 26px;
}
/* .service_title::before
{
	display: block;
	position: absolute;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
	width: 54px;
	height: 3px;
	background: #20d34a;
	content: '';
} */
.service:hover .service_title
{
	color: #FFFFFF;
}
.service:hover .service_text p
{
	color: rgba(255,255,255,0.65);
}



/* CTA */

.cta
{
	width: 100%;
	padding-top: 131px;
	padding-bottom: 116px;
  background: linear-gradient(rgba(0, 0, 0, 0.402),rgba(0, 0, 0, 0.361)),url(../images/services-iocns/contact-bg-footer.jpg);
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
}

.cta_content
{
	max-width: 768px;
	margin-left: auto;
	margin-right: auto;
}
.cta_content h2
{
	font-size: 48px;
	font-weight: 700;
	color: #FFFFFF;
}
.cta_content p
{
	font-size: 14px;
	font-weight: 500;
	color: #FFFFFF;
	margin-top: -3px;
}
.cta_button
{
	margin-top: 38px;
}

/*   services end */


/*   about start */


.about-us-area {
  padding: 50px 0;
}

.about-us-area .about-thumbnail {
  position: relative;
  z-index: 1; 
}
  .about-us-area .about-thumbnail.homepage .first-img {
    position: relative;
    width: 50%;
    margin-left: auto;
    box-shadow: 0 8px 30px 0 rgba(0, 0, 0, 0.15);
   }
  .about-us-area .about-thumbnail.homepage .second-img {
    position: relative;
    z-index: 1;
    width: 55%;
    margin-top: -50%;
    box-shadow: 0 8px 30px 0 rgba(0, 0, 0, 0.15);
   }
  .about-us-area .about-thumbnail.homepage .third-img {
    position: relative;
    z-index: 1;
    margin: 0 auto;
    width: 45%;
    margin-top: -30%;
    box-shadow: 0 8px 30px 0 rgba(0, 0, 0, 0.15);
   }


  .about-us-area .about-key-text h6 {
   
    display: flex;
   
    align-items: center;
   
    justify-content: center;
    margin-bottom: 20px;
    font-size: 16px;
   }
    .about-us-area .about-key-text h6 span {
     
      flex: 0 0 30px;
      max-width: 30px;
      width: 30px;
      margin-right: 15px;
      height: 30px;
      text-align: center;
      font-size: 12px;
      background-color: #cb8670;
      border-radius: 50%;
      line-height: 30px;
      color: #ffffff; }
/*   about end */



/*   footer start */



/*   FOOTER */

.map{
  margin-top: 50px !important;

}


.footer {
  padding: 90px 0 80px !important;
  color: #999;
  background-color: #1f1f1f;
  /* margin-top: 50px; */
}

.footer .widget-title {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.footer .widget-title small {
  color: #999;
  display: block;
  padding: 0 58px;
  text-transform: uppercase;
}

.footer .widget-title h3 {
  color: #fff;
  font-weight: 300;
  font-size: 21px;
  padding: 0;
  margin: 0;
  line-height: 1 !important;
}

.footer-links {
  list-style: none;
  padding: 0;
}

.footer-links a {
  color: #999;
  text-decoration: none;
}

.footer-links a:hover,
.footer a:hover {
  color: #f4f4f4 !important;
}

.footer-links li {
  margin-bottom: 10px;
  display: block;
  width: 100%;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.1);
  padding-bottom: 10px;
}



.footer-links li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border: 0;
}

.footer-links i {
  display: inline-block;
  width: 25px;
  margin-right: 10px;
  border-right: 1px dashed rgba(255, 255, 255, 0.1);
}

.copyrights {
  border-top: 1px dashed rgba(255, 255, 255, 0.1);
  background-color: #1f1f1f;
  box-sizing: border-box;
  width: 100%;
  text-align: left;
  padding: 50px 60px;
  overflow: hidden;
}

.gtco-section {
  padding: 2em 0;
}

.gtco-section a{
  text-decoration: none;
}
.gtco-section {
  /* padding: 7em 0; */
  clear: both;
  position: relative;
}

.gtco-section  .fh5co-card-item {
  display: block;
  width: 100%;
  position: relative;
  background: #fff;
  overflow: hidden;
  z-index: 9;
  bottom: 0;
  margin-bottom: 30px;
  
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.08);
 
  border-radius: 0px;
  
  transition: 0.3s;
}
.gtco-section  .fh5co-card-item figure {
  height: 240px;
  overflow: hidden;
  z-index: 12;
  position: relative;
}
.gtco-section  .fh5co-card-item figure .overlay {
  opacity: 0;
  visibility: hidden;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  background: rgba(0, 0, 0, 0.4);
 
  transition: 0.7s;
}
.gtco-section  .fh5co-card-item figure .overlay i {
  z-index: 12;
  color: #fff;
  font-size: 30px;
  position: absolute;
  margin-left: -15px;
  margin-top: -45px;
  top: 50%;
  left: 50%;
  
  transition: 0.3s;
}
.gtco-section  .fh5co-card-item img {
  z-index: 8;
  opacity: 1;
  
  transition: 0.3s;
}
.gtco-section  .fh5co-card-item .fh5co-text {
  padding: 0px 10px 10px 20px;
  text-align: center;
}
.gtco-section  .fh5co-card-item .fh5co-text h2, .gtco-section  .fh5co-card-item .fh5co-text span {
  text-decoration: none !important;
}
.gtco-section  .fh5co-card-item .fh5co-text h2 {
  font-size: 20px;
  font-weight: 400;
  margin: 0 0 10px 0;
  color: var(--dblue);
}
.gtco-section  .fh5co-card-item .fh5co-text span {
  color: #b3b3b3;
  font-size: 16px;
  font-weight: 400;
}
.gtco-section  .fh5co-card-item .fh5co-text p {
  color: #000;
  
  transition: 0.5s;
}
.gtco-section  .fh5co-card-item .fh5co-text span.btn {
  color: #fff !important;
  opacity: 1;
  visibility: visible;
  bottom: 0;
  background: #1a1a1a;
  border: 2px solid #1a1a1a !important;
  position: relative;
  
  transition: 0.5s;
}
.gtco-section  .fh5co-card-item:hover, .gtco-section  .fh5co-card-item:focus {
  bottom: 7px;
  text-decoration: none;
 
  box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.19);
}
.gtco-section  .fh5co-card-item:hover img, .gtco-section  .fh5co-card-item:focus img {
 
  transform: scale(1.2);
}
.gtco-section  .fh5co-card-item:hover span.btn, .gtco-section  .fh5co-card-item:focus span.btn {
  opacity: 1;
  visibility: visible;
  bottom: 0px;
  border: 2px solid var(--dblue)!important;
  background: var(--dblue)!important;
}
.gtco-section  .fh5co-card-item:hover figure .overlay, .gtco-section  .fh5co-card-item:focus figure .overlay {
  opacity: 1;
  visibility: visible;
}
.gtco-section  .fh5co-card-item:hover figure .overlay i, .gtco-section  .fh5co-card-item:focus figure .overlay i {
  margin-top: -15px;
}
.gtco-section  .fh5co-card-item:hover h2, .gtco-section  .fh5co-card-item:hover span, .gtco-section  .fh5co-card-item:focus h2, .gtco-section  .fh5co-card-item:focus span {
  text-decoration: none !important;
}
/*   what we offer end */


/*   contact us page start */
.contact-details-area{
  position: relative;
  display: block;
  padding: 110px 0 0;
  z-index: 4;
}
.contact-details-area .sec-title {
  z-index: 3;
}
.contact-details-area .parallax-background{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 550px;
  background-attachment: fixed;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
}
.contact-details-content{
  position: relative;
  display: block;
  background: #f6f6f6;
  z-index: 3;
}
.content-info-box{
  position: relative;
  display: block;
  background-attachment: scroll;
  background-position: left top;
  background-repeat: no-repeat;
  background-size: auto;
  min-height: 100%;
  margin-right: 30px;
  background-image: url(../images/services-iocns/about-img-3.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.content-info-box .inner-content {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  flex-wrap: wrap;
  padding: 70px 0 70px;
}
.content-info-box .inner-content .inner{
  -webkit-box-shadow: 3px 0px 5px 0px #ededed; 
  box-shadow: 3px 0px 5px 0px #ededed;    
}
.content-info-box .inner-content .single-info-box{
  max-width: 270px;
  width: 100%;
  background: var(--blue);
  text-align: center;
  padding: 50px 30px 42px;
}
.content-info-box .inner-content .single-info-box .icon{
  margin-bottom: 20px;
  font-size: 60px;
  color: var(--blue);
}
.content-info-box .inner-content .single-info-box .icon span:before{
  color: #f6f6f6;
  font-size: 50px;
  line-height: 50px;
}
.content-info-box .inner-content .single-info-box .text{}
.content-info-box .inner-content .single-info-box .text h3{
  color: #f6f6f6;
  font-size: 25px;
  font-weight: 600;
  margin: 0 0 12px;
}
.content-info-box .inner-content .single-info-box .text p{
  color: #f6f6f6;
  margin: 0;
}

.content-info-box .inner-content .single-info-box.white-bg{
  background: #f4f4f4;
}
.content-info-box .inner-content .single-info-box.white-bg .icon span:before{
  color: var(--yellow);    
}
.content-info-box .inner-content .single-info-box.white-bg .text h3{
  color: #27282c;    
}
.content-info-box .inner-content .single-info-box.white-bg .text p{
  color: #828282;        
}

 .contact-det .single-info-box{
  /* max-width: 270px; */
  min-height: 200px;
  width: 100%;
  background: var(--blue) !important;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  /* padding: 50px 30px 42px; */
}
 .single-info-box .icon{
  margin-bottom: 20px;
  font-size: 60px;
  color: var(--blue);
}
 .single-info-box .icon span:before{
  color: #f6f6f6;
  font-size: 50px;
  line-height: 50px;
}
 .single-info-box .text{}
 .single-info-box .text h3{
  color: #f6f6f6;
  font-size: 25px;
  font-weight: 600;
  margin: 0 0 12px;
}
 .single-info-box .text p{
  color: #f6f6f6;
  margin: 0;
}

 .single-info-box.white-bg{
  background: #f4f4f4;
}
 .single-info-box.white-bg .icon span:before{
  color: var(--red);    
}
 .single-info-box.white-bg .text h3{
  color: #27282c;    
}
.single-info-box.white-bg .text p{
  color: #828282;        
}

.contact-details-form-box {
  position: relative;
  display: block;
  padding: 65px 60px 0px;
  width: 100%;
  padding-left: 0;
}
.contact-details-form-box .title-box{
  position: relative;
  display: block;  
  padding-bottom: 42px;
}
.contact-details-form-box .title-box h2{
  color: #27282c;
  font-size: 30px;
  line-height: 36px;
  font-weight: 600;
}

.contact-details-form input[type="text"], 
.contact-details-form input[type="email"], 
.contact-details-form textarea {
  position: relative;
  display: block;
  padding: 0 20px;
  border: 1px solid #e0e0e0;
  background: #f6f6f6;
  color: #7c7e84;
  font-size: 15px;
  font-weight: 400;
  width: 100%;
  height: 50px;
  margin-bottom: 20px;
  border-radius: 0px;
  transition: all 500ms ease; 
}

.contact-details-form textarea {
  padding: 15px 20px;
  height: 120px;
  margin-top: 20px;
  margin-bottom: 50px;
}
.contact-details-form input[type="text"]:focus{
  border-color: var(--yellow);    
}
.contact-details-form input[type="email"]:focus{
  border-color: var(--yellow);     
}
.contact-details-form textarea:focus{
  border-color: var(--yellow);      
}

/*   contact us page end */


/*    HOW IT WORKS start */


#gtco-features {
  background: var(--blue);
}
#gtco-features .gtco-heading h2 {
  color: #fff;
}
#gtco-features .gtco-heading p {
  color: rgba(255, 255, 255, 0.7);
}
#gtco-features .feature-center {
  color: #fff;
}
#gtco-features .feature-center .icon {
  width: 90px;
  height: 90px;
  border: 1px solid rgba(255, 255, 255, 0.8);
  background: #fff;
}
#gtco-features .feature-center .icon i {
  color: var(--blue);
  font-size: 40px;
  font-style: normal;
}
#gtco-features .feature-center h3 {
  font-weight: 400;
  color: #fff;
}
#gtco-features .feature-center p {
  color: rgba(255, 255, 255, 0.7);
}

#gtco-features-2 {
  background: #efefef;
  position: relative;
  float: left;
  width: 100%;
}

.feature-center {
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
  float: left;
  width: 100%;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .feature-center {
    margin-bottom: 50px;
  }
}
.feature-center .icon {
  width: 90px;
  height: 90px;
  display: table;
  text-align: center;
  margin: 0 auto 40px auto;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.feature-center .icon i {
  display: table-cell;
  vertical-align: middle;
  height: 90px;
  font-size: 40px;
  line-height: 40px;
  /* color:  */
}
/*    HOW IT WORKS start */

/*   page header start */

.breadcumb-menu-wrapper {
  position: relative
  }
  
  .breadcumb-menu {
  position: relative;
  max-width: 100%;
  padding: 0;
  list-style-type: none;
  margin: 17px 0 -0.5em 0
  }
  
  .breadcumb-menu li {
  display: inline-block;
  margin-right: 3px;
  padding-right: 5px;
  
  font-weight: 700;
  font-size: 16px;
  line-height: 26px;
  list-style: none;
  position: relative;
  color: #fff;
  }
  
  
  .breadcumb-menu a {
  white-space: normal;
  color: inherit;
  word-break: break-word;
  font-weight: 700;
  font-size: 16px;
  color: #fff;
  text-decoration: none;
  }
  
  .breadcumb-title {
  color:#fff;
  font-weight: 700;
  font-size: 50px;
  line-height: 55px;
  margin: -0.21em 0 -0.14em 0;
  margin-bottom: 10px;
  text-transform: capitalize;
  }
  
  .breadcumb-wrapper {
  position: relative;
  padding: 120px 0 120px 0;
  z-index: 2;
  background: linear-gradient(rgba(0, 0, 0, 0.443),rgba(0, 0, 0, 0.415)),url(../images/bg-ship.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position:center ;
  }
  
  @media (max-width: 1199px) {
  .breadcumb-wrapper {
  padding: 245px 0 120px 0
  }
  
  .breadcumb-menu li,
  .breadcumb-menu a,
  .breadcumb-menu span {
  font-size: 16px
  }
  }
  
  @media (max-width: 991px) {
  .breadcumb-wrapper {
  padding: 255px 0 120px 0
  }
  
  .breadcumb-title {
  margin: -0.21em 0 -0.14em 0
  }
  }
  
  @media (max-width: 640px) {
  .breadcumb-wrapper {
  padding: 200px 0 80px 0
  }
  
  .breadcump-shape {
  display: none
  }
  
  .breadcumb-title {
  margin: -0.3em 0 -0.14em 0
  }
  }
  
  @media (max-width: 575px) {
  .breadcumb-wrapper {
  padding: 80px 0 80px 0
  }
  
  .breadcumb-title {
  font-size: 34px
  }
  }
  
/*   page header end */



/*   topbar start */


.topbar{
  background: linear-gradient(45deg,#324ea1 70% 30%, #D7000F 30% 100%);
  color: #fff;
  padding: 10px;
  z-index: 9999;
}

.topbar .top-bar-Social-icons a{
  font-size: 20px;
  transition: 0.8s;
  color: #fff;
}
.topbar .top-bar-Social-icons a:hover{
  /* font-size: 30px; */
  color: var(--blue);
}



/*   topbar end */


/*   navbar start  */



.navbar-background{
  background: #fff !important;
  padding: 15px;
}

.navbar .navbar-nav .nav-item .nav-link{
  color: var(--blue) !important;
  margin-left: 20px;
  /* margin-bottom: 25px; */
}
.navbar .navbar-nav .nav-item .nav-link:hover{
  color: var(--red) !important;
}
.navbar .navbar-nav .nav-link:hover{
  color: var(--red) !important;
}

.navbar .navbar-brand img{
  width: 250px;
}

@media (max-width:500px){
.navbar .navbar-brand img{
  width: 179px;
}
}


.navbar .navbar-toggler .navbar-toggler-icon{
  color: #000 !important;
  /* font-size: 10px !important; */
}


/*   navbar end  */