@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800&family=PT+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap');
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'PT Sans', sans-serif;
    font-size: 16px;
    color: #727272;
    font-weight: 400;
   line-height: 20px;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
}
.padding-60{
	padding: 60px 0px;
}
.margin-b-30{
	margin-bottom: 30px;
}
.margin-b-15{
	margin-bottom: 15px;
}
.main-title{
	font-size: 36px;
    font-weight: 700;
    padding-bottom: 20px;
    margin-bottom: 60px;
    position: relative;
    font-family: 'Montserrat', sans-serif;
}
.main-title:before{
	content: "";
    position: absolute;
    left: 47%;
    bottom: 0;
    width: 60px;
    height: 3px;
    background: #34ccff;
}
.title-1 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 18px;
}
.title-2{
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 18px;
}
.logo-title::after {
    content: "";
    display: block;
    width: 45px;
    height: 3px;
    background-color: rgb(74, 185, 207);
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
}
.main-btn {
    background-color: rgb(74, 185, 205);
    color: rgb(255, 255, 255);
    border-radius: 4px;
    font-weight: 600;
    letter-spacing: 1px;
    transition: 0.3s ease-in-out;
}
.main-btn:hover{
	background-color: #1f425d;
	 color: rgb(255, 255, 255);
}
.main-btn-width{
	width: 150px;
}
.text-size{
	font-size: 16px;
}
.color-1{
	color: #1f425d;
}
.color-2{
	color: #4ab9cf
}

.padding-lr-60{
	padding-left: 60px;
	padding-right: 60px;
}
.client-info-1{
	display: inline-block;
	margin-right: -4px;
	width: 25%;
	vertical-align: middle;
}
.client-info-2{
	display: inline-block;
	margin-right: -4px;
	width: 75%;
	vertical-align: middle;
}
.main-logo img{
  width: 150px;
}
/* ----client testimonial section start------ */
.testimonial{
	background-image: url('../img/05-06-20-img-3.jpg');
	background-size: cover;
	padding: 100px 0;
	background-repeat: no-repeat;
}

.testimonial-inner{
	background-color: #fff;
	border-radius: 5px;
	padding: 30px 15px;
}

.client-img{
	width: 66px;
	height: 66px;
	border-radius: 50%;
	border: 3px solid #4ab9cf;
	
}
.client-img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	  border-radius: 50%;
}
.testimonial-text{
	 font-family: 'Montserrat', sans-serif;
	 font-size: 15px;
}
.quote-icon{
	color: #1f425d;
	font-size: 30px;
}
.testimonial-outer .slick-dots{
bottom: -55px;
}
.testimonial-outer .slick-dots li button{
	background-color: #4ab9cf;
	width: 10px;
	height: 10px;
	border-radius: 50px;
}
.testimonial-outer .slick-dots li {
	 margin: 0 0.25rem;
    display: inline-block;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.testimonial-outer .slick-dots li button:before{
	content: '' !important;
}
.testimonial-outer .slick-dots li.slick-active button {
		background-color: #1f425d;
		border-radius: 100%;
		width: 18px;
    	height: 18px;
    	border: 2px solid #4ab9cf;
} 
/* ----client testimonial section end------ */
/* ---news section start---- */
.news-hover{
	position: relative;
}
.news-image img{
	 display: block;
  width: 100%;
  height: auto;
}

.news-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: hsla(0,0%,100%,.9);
  overflow: hidden;
  width: 100%;
  height: 0;
  transition: .5s ease;
}
.news-hover:hover .news-overlay{
  height: 100%;
}
.news-hover:hover .news-main-title{
	display: none;
}
.text {
  text-align: center;
}
.text h2{
	font-size: 18px;
	font-weight: 500;
	font-family: 'Montserrat', sans-serif;
}
.news-text{
	position: absolute;
	top: 0;
	left: 0;
	 background: rgba(0,0,0,0.5);
	 bottom: 0;
  right: 0;
  color: #fff;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.news-main-title{
	position: absolute;
	bottom: 0;
  width: 100%;
}
.news-main-title h2{
	font-size: 18px;
	font-weight: 500;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	padding: 20px 15px;
	border-bottom: 1px solid #eee
}
.news-main-title a{
	font-size: 16px;
	padding: 0px 15px;
	font-family: 'Montserrat', sans-serif;
}
.news-main-title p{
	padding: 15px 0px;
}
.border-left{
	border-left: 1px solid #fff;
}
.border-left-2{
	border-left: 1px solid #727272;
}
.business-position{
	position: absolute;
	bottom: 0;
	text-align: center;
	left: 0;
	right: 0;
}
.business-position a{
	font-size: 16px;
	padding: 0px 15px;
	font-family: 'Montserrat', sans-serif;
	color: #1f425d

}
.business-position p{
	padding: 15px 0px;
	border-top: 1px solid #1f425d
}
.text h2{
	font-size: 20px;
	color: #1f425d;
	font-family: 'Montserrat', sans-serif;
	padding: 20px 15px;
	font-weight: 500;
}
.text p,
.text a{
	font-size: 16px;
	line-height: 20px;
}
.text a{
	font-family: 'Montserrat', sans-serif;
	color: #1f425d
}
.newsletter{
	background: #f5f5f5;
}


/* ---news section end---- */
/* ----footer section start---- */
.site-footer{
	background: #1f425d;
color: #9bb3c7;
font-size: 15px;
}
.footer-title{
	font-size: 17px;
font-family: 'Montserrat';
}
.logo-icon {
    color: #4ab9cf;
}
.social li a {
    display: block;
    height: 45px;
    width: 45px;
    background: #fff;
    color: #9bb3c7;
    line-height: 45px;
    border-radius: 50%;
    text-align: center;
    margin-right: 10px;
    -webkit-transition: all .3s;
    transition: all .3s;
    margin-top: 5px;
}
.social li a:hover{
	background: #9bb3c7;
	color: #1f425d
}
.site-footer a {
    color: #9bb3c7;
}
.add-icon {
    width: 20%;
    display: inline-block;
    margin-right: -4px;
    vertical-align: middle;
    text-align: center;
}
.footer-add {
    width: 80%;
    display: inline-block;
    margin-right: -4px;
    vertical-align: middle;
}
.sub-footer{
	border-top: 1px solid #9bb3c7;
	padding: 10px 0px;
}
/* ----footer section end---- */



/* ------form section  start--------- */

.wpo-counter-area {
    padding: 135px 0 0;
    background: url(../img/06-06-img-1.jpg) no-repeat top/cover;
    position: relative;
    background-attachment: fixed;
}
 .wpo-counter-area:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(20,36,64,.8);
}
.wpo-counter-content {
    background: #4ab9cf;
    padding: 44px 80px 94px 70px;
    margin-bottom: -70px;
    max-height: 450px;
    position: relative;
}
.wpo-counter-content h2 {
    font-size: 30px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 25px;
    font-family: Montserrat,sans-serif;
}
.wpo-counter-content p {
    color: #fff;
        line-height: 30px;
    font-size: 16px;
}

.wpo-counter-content .form-control {
	border: 1px solid #fff;
	border-radius: 0px;
}


.btn-style.btn-style-3 a {
    background: rgba(31, 66, 93, 1);
    color: #fff;
    font-weight: 700;
    font-size: 15px;
    padding: 10px 28px;
    border: 2px solid transparent;
    text-transform: capitalize;
    display: inline-block;
}

.btn-style.btn-style-3 a:hover {
    background: rgba(31, 66, 93,.8);
    color: #fff;
	text-decoration: none;
}


.counter-style-2 .wpo-counter-grids, .wpo-counter-area .wpo-counter-grids {
    overflow: hidden;
    position: relative;
    padding-left: 50px;
}
.wpo-counter-area .wpo-counter-grids .grid {
    width: 48%;
    float: left;
    padding: 0 0 35px;
    margin-right: 5px;
    margin-bottom: 5px;
}
.counter-style-2 .wpo-counter-grids .grid p, .wpo-counter-area .wpo-counter-grids .grid p {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    margin-top: 20px;
}
 .wpo-counter-area .wpo-counter-grids .grid h2 {
    font-size: 36px;
    font-weight: 700;
    color: #fff;
    margin: 0;
    line-height: 70px;
    padding-bottom: 10px;
    position: relative;
    font-family: Montserrat,sans-serif;
}
.wpo-counter-area .wpo-counter-grids .grid h2:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 60px;
    height: 3px;
    background: #4ab9cf;
}

.margin-b-15{
	margin-bottom: 15px;
}


/* ------form section  end--------- */

/* ----featured section start----- */
.wpo-features-area {
	position: relative;
	padding: 70px 0;
}

.wpo-features-area::before {
	content: "";
	position: absolute;
	left: 22%;
	top: 27%;
	width: 53%;
	height: 64%;
	background: url("../img/2.dc460752.png") no-repeat 50%/cover;
	z-index: -2;
}

.wpo-section-title span {
	font-size: 16px;
	color: #4ab9cf;
}

.wpo-section-title h2 {
	font-size: 36px;
	font-weight: 700;
	color: #727272
	padding-bottom: 20px;
	margin-bottom: 60px;
	position: relative;
}

.wpo-section-title h2::before {
	content: "";
	position: absolute;
	left: 47%;
	bottom: 0;
	width: 60px;
	height: 3px;
	background: #4ab9cf;
}

.wpo-features-item-2 {
	text-align: right;
}

.wpo-features-text h3 {
	font-size: 25px;
}

.wpo-features-text h5 {
	font-size: 18px;
	color: #1f425d;
	margin-bottom: 0px;
}

.wpo-features-text p {
	padding-top: 10px;
	    color: #727272
    line-height: 30px;
    font-size: 16px;
}

.wpo-feature-wrap {
	margin-bottom: 35px;
}

.wpo-features-area .feature-icon3, .wpo-features-area .wpo-features-icon, .wpo-features-area .wpo-features-icon2 {
	width: 90px;
	height: 90px;
	background: #4ab9cf;
	border-radius: 50%;
	line-height: 75px;
	text-align: center;
	color: #fff;
	border: 6px solid #d4f1fa;
}

.wpo-features-icon2 {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	display: inline-block;
}

.wpo-features-area .feature-icon3, .wpo-features-area .wpo-features-icon, .wpo-features-area .wpo-features-icon2 {
	line-height: 75px;
	text-align: center;
	color: #fff;
	font-size: 34px;
}

.wpo-features-area .wpo-feature-img {
	text-align: center;
}

.wpo-features-area .feature-icon3 {
	display: inline-block;
}
.blank-space{
	padding: 25px;
}
/* -----featured section end------ */

/* ----service section start---- */
.our-service{
	background: #f5f5f5;
}
.service-image{
	margin: 0 auto;
  width: 100%;
  overflow: hidden;
  font-size: 0;
  height: 225px;
}
.service-image img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
  transition: transform 0.3s ease-in-out;
}
.service-image:hover img {
  transform: scale(1.2);
  cursor: pointer;
}
.service-position{
	position: relative;
	height: 300px;
}
.service-title-bg{
	position: absolute;
	/* background-color: #1f425d; */
   background-color: #fff; 
  box-shadow: 0px 3px 6px rgba(0,0,0,.1);
	width: 250px;
	padding: 20px 0px;
	bottom: 37px;
	left: 50%;
	 transform: translateX(-50%);

}

.service-title-bg h2{
	margin: 0px;
}
.service-title-bg h2 a{
	transition: 0.3s ease-in-out;
	text-decoration: none;
  color: #4ab9cf;
}

.service-title-bg h2 a:hover{
	 color: #1f425d;

}
/* ----service section end---- */

/* -----about section start---- */
.about-position{
	position: relative;
}
.ply-btn{
	position: absolute;
	right: 0px;
	top: 50%;
	transform: translateY(-50%);
}
.video-play-button {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  box-sizing: content-box;
  display: block;
  width: 32px;
  height: 44px;
  /* background: #fa183d; */
  border-radius: 50%;
  padding: 18px 20px 18px 28px;
}

.video-play-button:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: #ba1f24;
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
}

.video-play-button:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: #fa183d;
  border-radius: 50%;
  transition: all 200ms;
}

.video-play-button:hover:after {
  background-color: darken(#fa183d, 10%);
}

.video-play-button img {
  position: relative;
  z-index: 3;
  max-width: 100%;
  width: auto;
  height: auto;
}

.video-play-button span {
  display: block;
  position: relative;
  z-index: 3;
  width: 0;
  height: 0;
  border-left: 32px solid #fff;
  border-top: 22px solid transparent;
  border-bottom: 22px solid transparent;
}

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
/* -----about section end---- */

/* -----navbar section start----- */
.top-bar{
	background-color: rgba(31, 66, 93, 0.5);
	padding: 10px 0px;
}
.details a {
    color: #fff;
    display: inline-block;
    margin-right: 15px;
}
.navbar{
	padding-top: 20px !important;
	padding-bottom: 20px !important;
	
}

nav ul .nav-item {
    padding: 0px 10px;
}
nav ul .nav-link {
    font-family: 'Montserrat';
    text-transform: uppercase !important;
    color: #fff !important;
}
.bg-scrolling {
    background-color: rgba(31, 66, 93, 1);
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    transition: 0.3s ease-in-out;
}
.bg-scrolling-2{
	display: none !important;
  transition: 0.3s ease-in-out;
}
/* -----navbar section end----- */
/* ----main slider section start----- */
.main-slider-inner{
	background-size: cover;
	background-repeat: no-repeat;
	height: 100vh;
}
.slider-title{
	 font-family: 'Montserrat';
	white-space: nowrap;
    font-size: 46px;
    line-height: 48px;
    font-weight: 700;
    color: rgb(255, 255, 255);
    transition: none 0s ease 0s;
    text-align: left;
    letter-spacing: 2px;
}
.slider-text{
	font-family: 'Montserrat';
	white-space: nowrap;
    line-height: 24px;
    font-weight: 400;
    color: rgb(255, 255, 255);
    transition: none 0s ease 0s;
    text-align: left;
    font-size: 17px;
}
.btn-w-100{
	width: 140px;
}
.main-slider{
	position: relative;
}
.pull-left{
	background: rgba(0,0,0,0.5);
    width: 40px;
    height: 40px;
    color: #fff;
    font-size: 20px;
    border: none;
     position: absolute;
     top: 50%;
     z-index:1;
     transform: translateY(-50%);
     left: 0;
}
.pull-left:hover,
.pull-right:hover{
	background: rgba(0,0,0,1);
	cursor: pointer;
}
.pull-right{
background: rgba(0,0,0,0.5);
    width: 40px;
    height: 40px;
    color: #fff;
    font-size: 20px;
    border: none;
     position: absolute;
     top: 50%;
     z-index:1;
     transform: translateY(-50%);
     right: 0;
}

/* ----main slider section end----- */
/* ----------------logo slider start------- */
.logo-slider{
 /*  background: url(../img/06-06-img-5.jpg) no-repeat top/cover; */
  padding: 75px 0px;
    position: relative;
}
  .logo-slider:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #9bb3c7;
    opacity: .9;
}
.logo-img img{
  /* -webkit-filter: grayscale(100%);
  filter: grayscale(100%);*/
  display: block;
  margin: 0 auto;
  transition: 0.5s ease-in-out;
}
/*.logo-img img:hover{
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
  cursor: pointer;
}*/
/* ----------------logo slider end------- */
/* ---------main about us page start---------- */
.breadcumb-area {
    background: url(../img/06-06-img-5.jpg) no-repeat top/cover;
    min-height: 350px;
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
  .breadcumb-area:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #000;
    opacity: .8;
}
.breadcumb-wrap {
    padding-top: 95px;
}
.breadcumb-wrap h2 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 13px;
    color: #fff;
    position: relative;
    margin-top: 0;
    line-height: 35px;
    font-family: Montserrat,sans-serif;
}
.breadcumb-wrap ul li {
    display: inline-block;
    padding: 0 5px;
    color: #fff;
    position: relative;
}
.breadcumb-wrap ul li a {
    color: #fff;
    font-size: 18px;
    -webkit-transition: all .3s;
    transition: all .3s;
    position: relative;
}
.breadcumb-wrap ul li:after {
    content: "/";
    position: relative;
    left: 7px;
}
.breadcumb-wrap ul li:last-child,
 .breadcumb-wrap ul li a:hover {
    color: #4ab9cf;
     content: " " !important;
     text-decoration: none;
}
.breadcumb-wrap ul li:last-child::after {
     content: " " !important;
}
.wpo-section-style-2, 
.wpo-section-style-3 {
    background: #fff;
}
.wpo-section-item-2 {
    padding: 25px 0 50px;
}
.wpo-section-style-2 .wpo-section-icon{
    margin-top: 0;
    float: left;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.wpo-section-style-2 .wpo-section-icon i.fi {
    padding: 0;
    width: 90px;
    height: 90px;
    background: #4ab9cf;
    border-radius: 50%;
    line-height: 75px;
    text-align: center;
    margin-right: 20px;
    color: #fff;
    border: 6px solid #d4f1fa;
    font-size: 30px;
}
.wpo-section-style-2 .wpo-section-content{
    padding-right: 24px;
}
.wpo-section-content p {
    font-size: 24px;
    font-weight: 400;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.wpo-section-style-2 .wpo-section-content p a:hover {
    color: #4ab9cf !important;
}
.wpo-section-content p a {
    -webkit-transition: all .5s;
    transition: all .5s;
    text-decoration: none;
  }

  .wpo-about-style-2 {
    background: url(../img/06-06-img-6.jpg) no-repeat top/cover;
}
.wpo-about-style-2 .about-wrap {
    background: rgba(20,36,64,.8);
    padding: 50px;
    float: left;
}
.wpo-about-content .wpo-about-icon i {
    color: #4ab9cf;
}
.wpo-about-content .wpo-about-icon i:before {
    font-size: 60px;
}
.wpo-about-content h2 {
    font-size: 30px;
    font-weight: 700;
    position: relative;
    padding-bottom: 8px;
    margin-bottom: 30px;
    color: #fff;
     font-family: Montserrat,sans-serif;
}
.wpo-about-content h2:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 5px;
    background: #4ab9cf;
}
.wpo-about-content p {
    margin-bottom: 30px;
    color: #fff;
}
.wpo-about-content span {
    display: block;
    padding-left: 30px;
    padding-bottom: 20px;
    position: relative;
    color: #fff;
}
.wpo-about-content span:before {
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    width: 15px;
    height: 15px;
    background: #4ab9cf;
}
.signature-section {
    overflow: hidden;
}
.si-text {
    float: left;
    margin-top: 20px;
}
/* ------------our mision secion start---- */
.wpo-service-single {
    position: relative;
    overflow: hidden;
    -webkit-transition: all .3s;
    transition: all .3s;
    margin-bottom: 30px;
}
.wpo-service-single:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(31, 66, 93, 0.2);
}
.service-content {
    position: absolute;
    left: 0;
    top: 68%;
    width: 100%;
    height: 100%;
    padding: 29px 40px 20px 100px;
    background: rgba(31, 66, 93, 1);
    -webkit-transition: all .3s;
    transition: all .3s;
    opacity: .8;
}
.service-content h3 {
    font-size: 22px;
    position: relative;
    color: #fff;
    margin-bottom: 20px;
}
.service-content h3:before {
    content: ' ';
    position: absolute;
    left: -78px;
    top: -3px;  
    background-size: 35px 35px;
    width: 35px;
    height: 35px;
    background-repeat: no-repeat;  
}
.truck-icon:before{
  content: ' ';
  background-image: url('../img/truck.svg');
} 
.ship-icon:before{
  content: ' ';
  background-image: url('../img/ship.svg');
} 
.plane-icon:before{
  content: ' ';
  background-image: url('../img/aircraft.svg');
} 
.service-content a {
    color: #4ab9cf;
    transition: all .2s;
}
.service-style-1 .service-content{
  top: 76%;
}
.wpo-service-single:hover .service-content{
  top: 0;
}
/* ------------our mision secion end---- */

/* ----our team section start----- */
.wpo-team-area-2 {
    background: #f5f5f5;
}
.wpo-team-single {
    margin-bottom: 30px;
}
.wpo-team-img {
    position: relative;
    overflow: hidden;
    height: 388px;
}
.wpo-team-img:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: #4ab9cf;
    opacity: 0;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
}
.wpo-team-img img {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.social-1st {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    z-index: 2;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    opacity: 0;
}
.social-1st ul {
    text-align: center;
    justify-content: center;
    display: flex;
}
.social-1st li a {
    display: block;
    height: 45px;
    width: 45px;
    background: #fff;
    color: #4ab9cf;
    line-height: 45px;
    border-radius: 50%;
    text-decoration: none;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.social-1st li a:hover{
  background: rgba(31, 66, 93, 1);
  color: #fff;
}
.wpo-team-area-2 .wpo-team-content {
    background: #fff;
    text-align: center;
    padding: 30px 0;
}
.wpo-team-content h4 {
    font-size: 20px;
    font-weight: 500;
    cursor: pointer;
    -webkit-transition: all .3s;
    transition: all .3s;
    font-family: Montserrat,sans-serif;
    color: rgba(31, 66, 93, 1);
}
.wpo-team-content span {
    font-size: 14px;
    font-weight: 400;

}
.wpo-team-single:hover .wpo-team-img:before {
  opacity: 0.5;
}
.wpo-team-single:hover .wpo-team-img img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
}
.wpo-team-single:hover .social-1st {
    opacity: 1;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
}
.social-1st ul li{
  margin: 0px 15px;
}
/* ----our team section end----- */


/* ---------main about us page end---------- */

/* ------main contact us page start------------ */
.contact-page-item h2 {
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 30px;
    font-family: Montserrat,sans-serif;
}
.contact-page-item .adress,
 .contact-page-item .phone {
    margin-bottom: 20px;
}
.contact-page-item h3 {
    font-size: 24px;
    color: #666;
    margin-bottom: 10px;
}
.contact-page-item span {
    display: block;
    padding-bottom: 10px;
}
.contact-area.contact-area-2.contact-area-3 {
    padding-top: 0;
    padding-bottom: 0;
}
.contact-area.contact-area-2.contact-area-3 h2 {
    margin-bottom: 40px;
    font-size: 30px;
}
.contact-area form {
    overflow: hidden;
    margin: 0 -15px;
}
.contact-area form div {
    padding: 0 15px 15px;
}
.contact-area form input, .contact-area form textarea {
    background: #f5f5f5;
    height: 50px;
    padding: 6px 15px;
    color: #727272;
    border: 2px solid #ddd;
    border-radius: 0;
    box-shadow: none;
    border: 1px solid rgba(192,181,150,.5);
    width: 100%;
}
.contact-form p {
    color: red;
}
.contact-area form textarea {
    height: 150px;
    padding: 15px;
}
.theme-btn {
    background: #4ab9cf;
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    padding: 9px 25px;
    border: 1px solid #4ab9cf;
    text-transform: capitalize;
    display: inline-block;
    -webkit-transition: all .3s;
    transition: all .3s;
    cursor: pointer;
}
.contact-page-area .contact-map {
    height: 450px;
    margin-top: 100px;
    cursor: pointer;
}
.contact-page-area .contact-map iframe {
    width: 100%;
    height: 100%;
    border: 0;
    outline: 0;
}
.contact-page-item .adress,
 .contact-page-item .phone,
 .contact-page-item .email{
  position: relative;
  padding-left: 40px;
 }
.contact-page-item .adress:before,
 .contact-page-item .phone:before,
 .contact-page-item .email:before{
  content: '';
position: absolute;
width: 20px;
height:20px;
background-size: 20px 20px;
left: 0;
top: 4px;
 }
.contact-page-item .adress:before{
  background-image: url('../img/location.svg');
}
.contact-page-item .phone:before{
  background-image: url('../img/phone.svg');
}
.contact-page-item .email:before{
  background-image: url('../img/mail.svg');
}

/* ------main contact us page end------------ */

/* ------main service  page start------------ */
.service-icon{
  display: inline-block;
  margin-right: -4px;
  width: 30%;
  vertical-align: middle;
}
.service-text{
  display: inline-block;
  margin-right: -4px;
  width: 70%;
  vertical-align: middle;
}
.section-wrap {
    padding: 30px 10px 30px;
    background: #f5f5f5;
}

.service-icon .service-icon-inner {
    padding: 0;
    width: 90px;
    height: 90px;
    background: #4ab9cf;
    border-radius: 50%;
    line-height: 75px;
    text-align: center;
    margin-right: 20px;
    color: #fff;
    border: 6px solid #d4f1fa;
    font-size: 35px;
}

.service-text p {
    font-size: 24px;
    font-weight: 400;
    -webkit-transition: all .5s;
    transition: all .5s;
    margin-bottom: 10px;
}
.service-text p a{
  text-decoration: none;
  -webkit-transition: all .5s;
    transition: all .5s;
}
.service-text p a:hover{
   color: #4ab9cf !important;
}
.tr-wrap {
    padding-left: 30px;
}
.t-text h2 {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 30px;
    font-family: Montserrat,sans-serif;
}
.t-text p {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 30px;
}
.tr-s span {
    font-size: 16px;
    display: block;
    padding-bottom: 10px;
    padding-left: 25px;
    position: relative;
}
.tr-s span:before {
    content: "";
    position: absolute;
    left: 0;
    top: 7px;
    width: 10px;
    height: 10px;
    background: #4ab9cf;
    border-radius: 50%;
}
.service-bg{
  background: #f5f5f5;
}
.service-height{
  height: 236px !important;
}
.service-height img{
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}
.service-bg .service-content{
  top: 68%;
}
.logistic-icon:before{
      background-image: url(../img/container.svg);
}
.packaging-icon:before{
   background-image: url(../img/product.svg);
}
.warehousing-icon:before{
   background-image: url(../img/factory.svg);
}
.service-video{
    padding: 100px 0 70px;
    background: url(../img/08-06-img-6.jpg) no-repeat;
    background-size: cover;
    background-position:right; 
    background-attachment: fixed;
    position: relative
}
.service-video:before{
content: '';
position: absolute;
background-color: rgba(31, 66, 93, 0.5);
top: 0;
left: 0;
right: 0;
bottom: 0;
}
.wpo-track-section {
    padding: 50px 0px;
    /* background: url(../img/08-06-img-6.jpg) no-repeat 50%/cover; */
     background: #f5f5f5;
}
.track h3 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 40px;
    color: #333;
}
.wpo-track-section .track form {
    position: relative;
}
.wpo-track-section .track input {
    background: #fff;
    height: 50px;
    font-size: 17px;
    color: #333;
    padding: 6px 80px 6px 30px;
    border: 0;
    box-shadow: none;
}
.wpo-track-section .track button {
    background: #4ab9cf;
    color: #fff;
    border: 0;
    outline: 0;
    position: absolute;
    left: 15px;
    top: 0;
    width: 200px;
    height: 50px;
    -webkit-transition: all .3s;
    transition: all .3s;
    cursor: pointer;
}
.service-tab ul li a{
  padding-top: 20px;
  padding-bottom: 20px;
  transition: 0.3s ease;
	margin: 1px 0px;
}
.service-tab ul li a:hover{
   background-color: rgba(31, 66, 93, 1) !important;
  color: #fff !important;
  border-radius: 5px;
}
.service-tab ul li img{
  width: 35px;
  display: inline-block;
  margin-right: 20px;
}
.service-tab ul li .active{
  background-color: rgba(31, 66, 93, 1) !important;
  color: #fff !important;
}
.tr-wrap img{
  width: 100%;
  height: 400px;
  object-fit: cover;
  object-position: center;
	margin-bottom: 20px !important;
}
/* ------main service  page end------------ */