@import url('https://fonts.googleapis.com/css2?family=Poppins: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;1,900&display=swap');
@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/svg-fonts/icomoon.eot?ms7qfw');
  src:  url('../fonts/svg-fonts/icomoon.eot?ms7qfw#iefix') format('embedded-opentype'),
  url('../fonts/svg-fonts/icomoon.ttf?ms7qfw') format('truetype'),
  url('../fonts/svg-fonts/icomoon.woff?ms7qfw') format('woff'),
  url('../fonts/svg-fonts/icomoon.svg?ms7qfw#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-all:before {
  content: "\e900";
}
.icon-124839:before {
  content: "\e901";
}
.icon-496203:before {
  content: "\e902";
}
.icon-1:before {
  content: "\e903";
}
.icon-496215:before {
  content: "\e904";
}
.icon-496225:before {
  content: "\e905";
}
.icon-496239:before {
  content: "\e906";
}
.icon-496240:before {
  content: "\e907";
}
.icon-496242:before {
  content: "\e908";
}
.icon-12:before {
  content: "\e909";
}
.icon-1119980:before {
  content: "\e90a";
}
.icon-1185967:before {
  content: "\e90b";
}
.icon-597255555:before {
  content: "\e90c";
}
.icon-facebook-letter-logo:before {
  content: "\e90d";
}
.icon-footer-logo:before {
  content: "\e90e";
  color: #fff;
}
.icon-left-arrow:before {
  content: "\e90f";
}
.icon-logo .path1:before {
  content: "\e910";
  color: rgb(24, 30, 74);
}
.icon-logo .path2:before {
  content: "\e911";
  margin-left: -2.517578125em;
  color: rgb(234, 43, 48);
}
.icon-logo .path3:before {
  content: "\e912";
  margin-left: -2.517578125em;
  color: rgb(234, 43, 48);
}
.icon-logo .path4:before {
  content: "\e913";
  margin-left: -2.517578125em;
  color: rgb(234, 43, 48);
}
.icon-logo .path5:before {
  content: "\e914";
  margin-left: -2.517578125em;
  color: rgb(234, 43, 48);
}
.icon-logo .path6:before {
  content: "\e915";
  margin-left: -2.517578125em;
  color: rgb(234, 43, 48);
}
.icon-message:before {
  content: "\e916";
}
.icon-phone-call:before {
  content: "\e917";
}
.icon-placeholder:before {
  content: "\e918";
}
.icon-telephone:before {
  content: "\e919";
}
.icon-twitter-logo-silhouette:before {
  content: "\e91a";
}

.f-light {
  font-family: "Poppins", sans-serif;
  font-weight:300;
}

.f-sm-bold {
  font-family: "Poppins", sans-serif;
  font-weight:700;
}

body{
  background: #fff;
  overflow-x: hidden;
  font-family: "Poppins", sans-serif;
}
a{
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  text-decoration: none;
}
a:focus, a:hover{
  text-decoration: none;
}
.navbar-default {
  background-color: transparent;
  border: 0;
  margin-bottom: 0;
}
.navbar-brand .icon-logo{
  font-size: 51px;
}
.navbar-brand {
  height: auto;
  padding: 5px 0;
}
.navbar-default .navbar-nav>li>a {
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  font-weight:600;
  color: rgb(24, 30, 74);
}
.nav>li>a {
  position: relative;
  display: block;
  padding: 25px 0px;
  margin: 0 15px;
}
.navbar-nav>li>a:hover:after {
  width: 100%;
}
.navbar-nav>li>a.active:after {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 0;
  height: 4px;
  background-color: #ea2b30;
  content: "";
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.navbar-nav>li>a.active:after {
  width: 100%;
}

.navbar-nav>li>a:after {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 0;
  height: 4px;
  background-color: #ea2b30;
  content: "";
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
  color: rgb(24, 30, 74);
  background-color: transparent;
}
.navbar-nav>li:last-child a{
  color: rgb(255, 255, 255);
  border-radius: 14px;
  background-color: rgb(234, 43, 48);
  padding: 5px 15px;
  margin-top: 20px;
  margin-right: 0;
  margin-left: 0;
}
.navbar-nav>li:last-child a:after{
  display: none;
}
.navbar-nav>li:last-child:hover a{
  background: rgb(24, 30, 74) !important;
  color: #fff !important;
}

.navbar-nav .dropdown-menu li>a {
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  font-weight:300;
  color: rgb(24, 30, 74);
  display: block;
  padding: 10px 20px;
  transition: all 0.3s ease-in-out;
}

.navbar-nav .dropdown-menu li>a:hover {
  color: rgb(234, 43, 48);

}

.carousel-control.left{
  background-image: none;
}
.carousel-control.right{
  background-image: none;
}
.carousel-control .icon-left-arrow{
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
}
.carousel-control .icon-left-arrow, .carousel-control .icon-prev {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-right-arrow, .carousel-control .icon-next {
  right: 50%;
  margin-right: -10px;
  transform: rotate(180deg);
}
.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 30px;
  color: #fff;
  text-align: center;
  text-shadow: none;
  background-color: rgba(0,0,0,0);
  opacity: 1;
}
.carousel-caption {
  right: 23%;
  left: 23%;
  padding: 30px 50px;
  width: 35%;
  text-align: left;
  bottom: 0;
  top: 40%;
  background: #0006;
  height: 200px;
}
.carousel-caption span{
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  font-weight:300;
  color: rgb(255, 255, 255);
  text-transform: uppercase;
}
.carousel-caption h2{
  font-size: 56px;
  font-family: "Poppins", sans-serif;
  font-weight:700;
  color: rgb(255, 255, 255);
  margin-top: 0;
}

.carousel .item .carousel-caption {
 display: block;
 transform: translateY(-100%);
 opacity: 0;
 transition: all 0.5s ease-in-out;
}


.carousel .item h2 {
  display: block;
  transform: translateY(-100%);
  opacity: 0;
  transition: all 0.7s ease-in-out;
}

.carousel .item .sub-title {
  display: block;
  transform: translateY(-100%);
  opacity: 0;
  transition: all 0.8s ease-in-out;
}

.carousel .item.active .sub-title,
.carousel .item.active h2,
.carousel .item.active .carousel-caption {
 transform: translateY(0%);
 opacity: 1;
}

/*.carousel .item h2 {
   transform: translateY(0%);
  opacity: 0;
  transition: all 0.3s ease-in-out;
}*/

.arrow-container {
  display: block;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 55%;

}

#lead-carousel .carousel-control {
  width: 5%;
}

.carousel-caption h2 span {
  font-family: "Poppins", sans-serif;
  font-weight:300;
  font-size: 56px;
  color: rgb(255, 255, 255);
  text-transform:capitalize;
}
.carousel-indicators li {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.678);
  border: 0px solid rgba(255, 255, 255, 0.678);
  border-radius: 50%;
}
.carousel-indicators .active {
  width: 18px;
  height: 18px;
  margin: 0;
  background-color: rgb(234, 43, 48);
}
.carousel-indicators {
  width: 100%;
  text-align: center;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.we-offer-section{
  background: url("../images/we-offer.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  text-align: center;
  padding: 50px 15px 25px;
  background-attachment: fixed;
}
.we-offer-section h2{
  font-size: 35px;
  font-family: "Poppins", sans-serif;
  font-weight:400;
  color: rgb(255, 255, 255);
  margin: 0;
}
.we-offer-section p {
  font-size: 18px;
  font-family: "Poppins", sans-serif;
  font-weight:300;
  color: rgb(255, 255, 255);
  margin: 0 0 30px;
}
.offer-listing p {
 font-family: "Poppins", sans-serif;
 font-weight:600;
 margin-top: 30px;
}
.offer-listing span{
  display: inline-block;
  color: #fff;
  font-size: 70px;
  background: #161b44;
  border-radius: 50%;
  background-color: rgb(4, 66, 114);
  padding: 35px;
  border: 10px solid #c82833;
  text-align: center;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
}


.we-offer-section .col-lg-3:nth-of-type(3) .offer-listing span{
  font-size: 80px;
  padding: 30px;
}

.we-offer-section .owl-theme .owl-nav {
  width: 100%;
  position: absolute;
  top: 20%;
}

.we-offer-section .owl-theme .owl-nav [class*=owl-],
.we-offer-section .owl-theme .owl-nav [class*=owl-]:hover {
  color: #FFF;
  font-size: 35px;
  margin: 0;
  padding: 0;
  background: transparent;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}

.we-offer-section .owl-theme .owl-prev {
  position: absolute;
  left: 0;
}

.we-offer-section .owl-theme .owl-next {
  position: absolute;
  right: 0;
}

.offer-listing{
  /*margin-top: 60px;*/
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
}
.offer-listing:hover span{
  color: rgb(22, 27, 68);
  background-color: #fff;
}
.img-center{
  margin: 0 auto;
  display: block;
  clear: both;
}
.content h2{
 font-size: 60px;
 font-family: "Poppins", sans-serif;
 font-weight:700;
 color: rgb(4, 66, 114);
 margin-bottom: 10px;
}

.sticky {
  position: sticky;
  top: 100px;
}


.content span {
 font-family: "Poppins", sans-serif;
 font-weight:300;
}
.content p{
  font-size: 17px;
  font-family: "Poppins", sans-serif;
  font-weight:400;
  color: rgb(149, 149, 152);
  line-height: 1.483;
  margin-bottom: 25px;
}
.about-div img {
  margin-top: 50px;
}
.content .btn{
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  font-weight:600;
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  background-color: rgb(234, 43, 48);
  border: 5px solid #f8b9bb;
  border-radius: 50px;
  margin-top: 10px;
  padding: 8px 26px;
  text-align: center;
}
.content-container{
  padding: 80px 15px;
}
.content .btn:hover, .content .btn:focus, .content .btn:active{
  background-color: #f8b9bb;
  border: 5px solid rgb(234, 43, 48);
  color: rgb(234, 43, 48);
}
.btn{
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
}
.quality-container{
  text-align: center;
  padding-bottom: 90px;
}
.quality-container p{
  font-size: 18px;
  font-family: "Poppins", sans-serif;
  font-weight:300;
  color: rgb(22, 27, 68);
  margin-bottom: 0;
  margin-top: 25px;
}
.quality-container h5{
 font-family: "Poppins", sans-serif;
 font-weight:600;
 font-size: 18px;
 color: rgb(22, 27, 68);
 margin-top: 0;
}
.quality-container span{
  color: #ea2b30;
  font-size: 70px;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
}
.quality-container .col-lg-2e{
  width: 20%;
  float: left;
}
.quality-container .quality-listing:hover span{
  color: rgb(22, 27, 68);
}
.top-footer .col-lg-2e{
  width: 20%;
  float: left;
}
.top-footer .about-sm {
  width: 15%;
}
.top-footer .footer-contact-info {
  width: 25%;
}
.top-footer{
  background: #044272;
  padding-top: 25px;
}
.top-footer h2{
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  font-weight:600;
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 15px;
}
.top-footer ul li{
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  font-weight:300;
  color: #b6b9cf;
  padding-bottom: 10px;
}
.top-footer ul li a{
  color: #b6b9cf;
}
.top-footer p{
  font-size: 18.31px;
  font-family: "Poppins", sans-serif;
  font-weight:300;
  color: rgb(255, 255, 255);
  margin-bottom: 0;
  padding-left: 43px;
}
.top-footer p a{
  font-size: 22.89px;
  color: rgb(234, 43, 48);
}
.footer-logo span{
  font-size: 65px;
  margin-bottom: 35px;
}
.top-footer p a:hover{
  color: #fff;
}
p.call-us{
  margin-top: 35px;
}
.call-contact:before{
  content: "\e919";
  position: absolute;
  font-family: 'icomoon';
  font-size: 35px;
  color: rgb(147, 149, 165);
  left: 0;
  top: 0;
}
.call-contact{
  position: relative;
}
.top-footer ul li a:hover{
  color: #fff;
}
.footer-contact-info ul li{
  position: relative;
  padding-left: 34px;
}
.footer-contact-info ul li:nth-of-type(1):before{
  content: "\e918";
  position: absolute;
  font-family: 'icomoon';
  font-size: 20px;
  color: #ea2b30;
  left: 0;
  top: 0;
}
.footer-contact-info ul li:nth-of-type(2):before{
  content: "\e916";
  position: absolute;
  font-family: 'icomoon';
  font-size: 20px;
  color: #ea2b30;
  left: 0;
  top: -6px;
}
.footer-contact-info ul li:nth-of-type(3):before{
  content: "\e917";
  position: absolute;
  font-family: 'icomoon';
  font-size: 20px;
  color: #ea2b30;
  left: 0;
  top: -2px;
}
.footer-logo{
  background: url("../images/footer-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  height: 211px;
  background-position: 100% 100%;
}
.down-footer{
  background: #033962;
  padding-top: 15px;
  padding-bottom: 15px;
}
.down-footer p{
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  font-weight:300;
  color: rgb(255, 255, 255);
  margin-bottom: 0;
}
.down-footer ul li span,
.footer-logo ul li span{
  color: #fff;
  font-size: 18px;
  transition: all 0.3s linear;
}
.down-footer ul li{
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  font-weight:300;
  color: rgb(255, 255, 255);
  padding: 0px;
}

.footer-logo ul li {
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  font-weight:300;
  color: rgb(255, 255, 255);
  padding: 10px;
  /*padding-right: 15px;*/
  /*float: left;*/
}
.down-footer ul li a,
.footer-logo ul li a {
  color: rgb(255, 255, 255);
}
.down-footer ul {
  float: right;
  margin-bottom: 0;
}
.down-footer ul li a:hover,
.down-footer .sitemap:hover,
.sitemap .m-menu,
.sitemap .s-menu{
  color: #dc2d31;
}

.footer-logo ul li a .icon-facebook-letter-logo:hover {
  color: #4867aa;
}

.footer-logo ul li a .icon-twitter-logo-silhouette:hover {
  color: #1da1f2;
}

/*.down-footer ul li a:hover span,
.footer-logo ul li a:hover span {
  color: #ea2738;
}*/

header{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  background: #fff;
  box-shadow: 0px 0px 1px #ccc;
}
#lead-carousel{
  margin-top: 66px;
  z-index: 1;
}

/*about page css*/
.breadcrumb-container{
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
  height: 245px;
  position: relative;
  margin-top: 60px;

}
.breadcrumb-about{
  background: url("../images/about-bread.jpg");
}
.breadcrumb-service{
  background: url("../images/service-bread.jpg");
}
.breadcrumb-contact{
  background: url("../images/contact-bread.jpg");
}
.breadcrumb-title{
  position: absolute;
  top: 50%;
  color: #fff;
  left: 0;
  transform: translateY(-50%);
  right: 0;
  margin: 0 auto;
  text-align: center;
}
.breadcrumb-title h2{
  margin: 0;
  font-size: 68px;
  font-family: "Poppins", sans-serif;

  color: rgb(255, 255, 255);
  animation: 0.5s 0.5s fadeInUp both;
}

.dmk-about-content h2 span{
  margin-bottom: 20px !important;
  display: inline-block !important;
}
.about-para-container{
  background: url("../images/para.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 60px 15px;
}
.about-para-container ul li span{
  display: block;
  text-align: center;
  font-size: 65px;
  color: #fff;
}
.about-para-container ul li {
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  color: rgb(245, 243, 244);
  text-align: center;
  background: #161b44;
  border-radius: 50%;
  width: 116px;
  height: 116px;
}
.about-para-container ul li a{
  color: rgb(245, 243, 244);
  transition: 0.2s  all linear;
  border-radius: 50%;
  width: 116px;
  height: 116px;
  margin: 0;
  padding: 15px;
}
.about-para-container .nav-pills>li.active>a, .about-para-container .nav-pills>li.active>a:focus, .about-para-container .nav-pills>li.active>a:hover {
  color: #161b44;
  background-color: #fff;
  border-radius: 50%;
  width: 116px;
  height: 116px;
}
.about-para-container .nav-pills>li.active span{
  color: #161b44;
}
.about-para-container .nav>li>a:focus, .about-para-container .nav>li>a:hover {
  text-decoration: none;
  background-color: #fff;
  border-radius: 50%;
  width: 116px;
  height: 116px;
}
.about-para-container .nav>li>a:focus span, .about-para-container .nav>li>a:hover span {
 color: #161b44;
}
.about-para-container .nav li:hover a, .about-para-container .nav li:focus a{
  color: #161b44;
}
.about-para-container ul.nav{
  float: right;
  position: relative;
  right: 50%;
}
.about-para-container ul.nav li{
  float: left;
  position: relative;
  left: 50%;
  margin-right: 60px;
}
.about-para-container ul.nav li:last-child{
  margin-right: 0;
}
.about-para-container .tab-content{
  float: left;
  width: 100%;
  text-align: center;
  font-size: 22px;
  font-family: "Poppins", sans-serif;
  color: rgb(245, 243, 244);
  line-height: 1.486;
  padding-top: 50px;
}
.about-para-container ul.nav li:after{
  content: "............";
  position: absolute;
  /*right: 50%;*/
  left: 77%;
  top: 40%;
  width: 100%;
  height: 3px;
}
.about-para-container ul.nav li:last-child:after{
  display: none;
}

.about-para-container p {
  font-size: 22px;
}
.quality-container h2{
  font-size: 35px;
  font-family: "Poppins", sans-serif;
  font-weight:400;
  color: rgb(22, 27, 68);
  margin-bottom: 35px;
}

/*service page css*/
.service-container ul li{
  font-size: 19px;
  font-family: "Poppins", sans-serif;
  font-weight:600;
  color: rgb(22, 27, 68);
  float: none;
  display: block;
}
.service-container ul li a{
  color: rgb(22, 27, 68);
  margin: 0;
}
.service-container ul li a span{
  font-size: 45px;
  color: rgb(234, 43, 48);
  vertical-align: middle;
  margin-right: 10px;
}
.service-container h5,
.our-team h5 {
  font-size: 30.54px;
  font-family: "Poppins", sans-serif;
  font-weight:600;
  color: rgb(4, 66, 114);
  margin-top: 0;
}


.service-container{
  margin-top: 60px;
}
.service-container .nav-pills>li.active>a, .service-container .nav-pills>li.active>a:focus, .service-container .nav-pills>li.active>a:hover {
  color: rgb(22, 27, 68);
  background-color: #f7f7f8;
}
.service-container .nav>li>a{
  padding: 15px 15px;
  border-bottom: 1px solid #e7e7e9;
  font-size: 19px;
}
.service-container .nav li:last-child a{
  border-bottom: 0;
}
.service-container .nav{
  margin-top: 50px;
  margin-bottom: 30px;
}
.service-container .tab-content{
  margin-bottom: 60px;
}
.service-container .tab-content h3{
  font-size: 50px;
  font-family: "Poppins", sans-serif;
  font-weight:600;
  color: rgb(234, 43, 48);
  margin-top: 0;
  margin-bottom: 45px;
}
.service-container .tab-content h3 span{
  color: #fff;
  font-size: 45px;
  border-radius: 50%;
  background-color: rgb(22, 27, 68);
  padding: 13px;
}
.service-container .tab-content p{
  font-size: 18px;
  font-family: "Poppins", sans-serif;
  font-weight:300;
  color: rgb(149, 149, 152);
  line-height: 1.705;
  margin-bottom: 20px;
}

.service-container .tab-content h4 {
  color: #044272;
  font-size: 25px;
  font-family: "Poppins", sans-serif;
  font-weight:600;
  margin: 0 0 10px;
}
.nav-pills>li>a {
  border-radius: 0px;
}
.service-container .tab-para{
  border-left: 6px solid #eaebed;
  padding-left: 25px;
  margin-bottom: 50px;
}
.service-contact-detail{
  background: #f7f7f8;
  padding: 30px 35px;
}
.service-contact-detail p a{
  font-size: 20px;
  font-family: "Poppins", sans-serif;
  font-weight:600;
  color: rgb(234, 43, 48);
  padding-left: 25px;
  transition: all 0.3s ease-in-out;
}
.service-contact-detail p a:hover {
  color: rgb(22, 27, 68);
}

.service-contact-detail p span{
  border-radius: 50%;
  background-color: rgb(234, 43, 48);
  font-size: 25px;
  color: #fff;
  padding: 10px;
  vertical-align: middle;
  vertical-align: middle;
  position: absolute;
  left: 0;
  margin-top: -8px;
}
.service-contact-detail hr{
  border-top: 1px solid #e7e7e9
}

/*contact page css*/
.captcha-box button {
  position: absolute;
  right: 16px;
  bottom: 1px;
  border: 0;
  font-size: 21px;
  color: #423284;
  background: #eaeaeb;
}
.contact-container h2{
  font-size: 30px;
  font-family: "Poppins", sans-serif;
  font-weight:400;
  color: rgb(0, 58, 111);
  margin: 0 0 30px;
}
.contact-container{
  margin-top: 80px;
  margin-bottom: 70px;
}
.contact-container label{
 font-size: 18px;
 font-family: "Poppins", sans-serif;
 font-weight:400;
 color: rgb(154, 155, 156) !important;
 text-align: left !important;
 font-weight: normal !important;
}
.contact-container .form-control{
  border: 0;
  border-bottom: 1px solid rgb(211, 212, 214);
  border-radius: 0;
  box-shadow: none;
  font-size: 20px;
  color: rgb(0, 0, 0) !important;
}


.contact-container .btn{
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  font-weight:600;
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  background-color: rgb(234, 43, 48);
  border: 5px solid #f8b9bb;
  border-radius: 50px;
  margin-top: 10px;
  padding: 6px 30px;
  text-align: center;
  margin-right: 15px;
}
.contact-container .btn:hover, .contact-container .btn:focus, .contact-container .btn:active{
  background-color: #161b44;
  border: 5px solid #b2b4c1;
  color: rgb(255, 255, 255);
}
.contact-container .pull-right .btn:last-child{
  margin-right: 0;
}
.contact-container h3{
  font-size: 25px;
  font-family: "Poppins", sans-serif;
  font-weight:700;
  color: rgb(234, 43, 48);
}
.contact-container h3 span{
 font-family: "Poppins", sans-serif;
 font-weight:300;
}
.contact-container p{
  font-size: 20px;
  font-family: "Poppins", sans-serif;
  font-weight:400;
  color: rgb(140, 141, 142);
  margin-bottom: 35px;
  transition: all 0.3s linear;
}
.contact-container p a{
  color: rgb(140, 141, 142);
  padding-left: 15px;
}
.contact-container .contact-no p{
  display: inline-block;
  padding-right: 25px;
}
.contact-container .contact-no p:last-child{
  padding-right: 0px;
}
.contact-form-address i{
  border-radius: 50%;
  background-color: rgb(234, 43, 48);
  font-size: 22px;
  padding: 10px;
  color: #fff;
  vertical-align: middle;
}
.contact-pad{
  padding-left: 63px;
}
.contact-container p a:hover{
  color: #ea2b30;
}
input:focus, textarea:focus{
  border-bottom: 1px solid #ea2b30;
}
textarea:focus, select:focus, input:focus, .uneditable-input:focus {   
  border-color: #ea2b30 !important;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgb(30, 32, 92);
  box-shadow: inset 0 0px 0px rgba(0,0,0,.075), 0 0 0px rgb(30, 32, 92);
  outline: none !important;
}
.contact-container .icon-placeholder{
  margin-right: 15px;
}

.clients {
  background: #f2f5f8;
  padding: 50px 0;
}

.clients .img-wrapp img {
  display: block;
  margin: 0 auto;
}

.clients .owl-theme .owl-nav [class*=owl-],
.clients .owl-theme .owl-nav [class*=owl-]:hover {
  color: #0c0000;
  font-size: 25px;
  margin: 0;
  padding: 0;
  background: transparent;
  display: inline-block;
  cursor: pointer;
  border-radius: 0;
}

.tfm-right {
  transform: rotate(180deg);
  display: block;
}

.clients .owl-theme .owl-nav .disabled {
  display: none;
}

.clients .owl-theme .owl-nav .owl-prev {
  position: absolute;
  left: 0;
}

.clients .owl-theme .owl-nav .owl-next {
  position: absolute;
  right: 0;
}

.clients .owl-theme .owl-nav {
  margin-top: 10px;
  width: 100%;
  margin: 0;
  position: absolute;
  top: 40%;
}

.top-footer .link-sm {
  padding-left: 50px;
}

.pricing {
  background: #dc2d31;
  padding: 30px 0 5px;
}

.pricing .price-box {
  width: 25%;
  float: left;
  color: #fff;
}
.pricing .price-box .style-icon {
  display: inline-block;
  font-size:75px;
}

.pricing .price-box:nth-child(1) {
  width: 28%;
}
.pricing .price-box:nth-child(2) {
  width: 24%;
}

.pricing .price-box:nth-child(3) {
  width: 28%;
}

.pricing .price-box:nth-child(4) {
  width: 20%;
}


.pricing .price-box:nth-child(1) .style-icon {
  font-size: 100px;
  position: relative;
  bottom: 10px;
}

.pricing .price-box h5 {
  font-size: 35px;
  margin: 0;
  display: inline-block;
  font-family: "Poppins", sans-serif;
  font-weight:600;
}

.pricing .price-box .plus {
  display: inline-block;
  font-size: 36px;
  line-height: 1;
  font-family: "Poppins", sans-serif;
  font-weight:600;
} 

.pricing .price-box p {
  font-size: 18px;
  display: block;
  margin: 0;
}

.pricing .price-box .text-box {
  display: inline-block;
  padding-left: 20px;
  vertical-align: text-bottom;
}

.pricing .price-box:nth-child(1) .text-box {
  position: relative;
  bottom: 25px;
  padding-left: 0px;
}

.our-team {
  padding: 80px 0;
}

.our-team h5 {
  text-align: center;
}

.our-team h6 {
  font-size: 18px;
  font-family: "Poppins", sans-serif;
  font-weight:300;
  color: rgb(122, 122, 126);
  text-align: center;
  margin: 0 0 50px;
}

.team-wrapp h4 {
  font-size: 21px;
  color: rgb(24, 25, 25);
  margin: 0px;
} 
.team-wrapp p {
 font-size: 19px;
 margin: 0px;
}

.our-team .owl-theme .owl-nav {
  margin-top: 10px;
  width: 100%;
  margin: 0;
  position: absolute;
  top: 35%;
}

.our-team .img-box {
  border-radius: 10px;
  overflow: hidden;
  margin-bottom:15px;
}

.career-div .img-box {
 border-radius: 5px;
 overflow: hidden;
 margin-bottom:30px;
}

.our-team .img-box img,
.our-work .wrapp .img-box img,
.career-div .img-box img {
  transition: all 0.3s ease-in-out;
}

.our-team .team-wrapp:hover img,
/*.our-work .wrapp .img-box:hover img,*/
.career-div .img-box:hover img {
  transform: scale(1.1);
}

.our-team .owl-theme .owl-nav [class*=owl-],
.our-team .owl-theme .owl-nav [class*=owl-]:hover {
  color: #000;
  font-size: 35px;
  margin: 0;
  padding: 0;
  background: transparent;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}

.our-team .owl-theme .owl-prev {
  position: absolute;
  left: 0;
}

.our-team .owl-theme .owl-next {
  position: absolute;
  right: 0;
}


.downloads {
  padding: 80px 0;
}

.downloads .title-box {
  background: #044272;
  padding: 15px 30px;
}

.downloads .i-style {
  display: inline-block;
  font-size: 30px;
  color: #fff;
  margin-right: 10px;
}

.downloads h5 {
  display: inline-block;
  font-size: 29px;
  margin: 0;
  color: #fff;
}

.downloads .list-item {
  display: block;
}

.downloads .wrapp {
  box-shadow: 0px 5px 27.84px 1.16px rgba(0, 1, 6, 0.13);
  border-top-left-radius: 30px;
  overflow: hidden;
  min-height: 400px;
}

.downloads .list-box {
  padding: 30px;
}

.downloads .list-item {
  font-family: "Poppins", sans-serif;
  font-weight:400;
  color: #636466;
  position: relative;
  font-size: 18px;
  display: block;
  padding: 10px 5px;
  transition: all 0.3s ease-in-out;
}


.downloads .list-item:before {
  content: "\e907";
  font-family: 'new-icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #63646694;
  transition: all 0.3s ease-in-out;

}
.downloads .list-item:hover,
.downloads .list-item:hover:before {
  color: #b92429;
}


.our-work {
  padding: 80px 0 30px;
}

.our-work .wrapp .img-box {
  position: relative;
  overflow: hidden;
  box-shadow: 0px 3px 32px 0px rgba(0, 0, 0, 0.11);
}

.our-work .wrapp .img-box img {
  width: 100%;
}


.our-work .wrapp {
  padding: 0 15px;
  cursor: pointer;
  margin-bottom: 50px;
  position: relative;
}

.our-work .wrapp .img-box {
  position: relative;
}

.our-work .wrapp .img-box:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background: #00000038;
  transition: all 0.5s ease-in-out;
}

.our-work .wrapp:hover .img-box:before {
 background: transparent;
}

.our-work .wrapp p {
  display: none;
  color: #3f3f3e;
  font-size: 18px;
  margin: 10px 0;
  font-family: "Poppins", sans-serif;
  font-weight:400;
}

.contact-container .s-icon {
  display: inline-block;
}

.contact-container p.follow {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 0;
}

.contact-container .s-icon i {
  background: transparent;
  color: #000;
  font-size: 30px;
  transition: all 0.3s ease-in-out;
}

.contact-container .s-icon i:hover {
  color: rgb(234, 43, 48);
}

.career-div h5 {
  font-family: "Poppins", sans-serif;
  font-weight:600;
  color: #044272;
  font-size: 18px;
  margin:0 0 10px;
}

.career-div p {
  font-family: "Poppins", sans-serif;
  font-weight:400;
  color: #8c8d8f;
  font-size: 16px;
  margin:0;
}


/*useful tools page css */

.container-dimnsn, 
.convertions, 
.tracking, 
.incoterms {
  margin: 30px 0px;
}
#colms {
  background-color: #FFF;
  padding: 5px 00px 5px 30px;
  min-height: 400px;
}
#colms .left {
  width: 100%;
  float: left;
  margin-right: 18px;
}
.comparisonTable {
  margin-left: -25px;
  background: #eaeaea;
  background: -moz-linear-gradient(top, #eaeaea 0%, #fbfbfb 100%);
  background: -webkit-linear-gradient(top, #ffffff 0%,#fbfbfb 100%);
  background: -webkit-linear-gradient(top, #ffffff 0%,#ffffff 100%);
  background: -o-linear-gradient(top, #eaeaea 0%,#fbfbfb 100%);
  background: -ms-linear-gradient(top, #eaeaea 0%,#fbfbfb 100%);
  background: linear-gradient(top, #eaeaea 0%,#fbfbfb 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeaea', endColorstr='#fbfbfb',GradientType=0 );
}
.comparisonTable table {
  width: 100%;
  margin-bottom: 20px;
  text-align: left;
  border: 1px solid #e4e4e4;
  background: transparent;
  background: -moz-linear-gradient(top, #fff 0%, #fdfdfd 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff), color-stop(100%,#fdfdfd));
  background: -webkit-linear-gradient(top, #fff 0%,#fdfdfd 100%);
  background: -o-linear-gradient(top, #fff 0%,#fdfdfd 100%);
  background: -ms-linear-gradient(top, #fff 0%,#fdfdfd 100%);
  background: linear-gradient(top, #fff 0%,#fdfdfd 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#fdfdfd',GradientType=0 );
}
.comparisonTable table tbody {
  color: #4e4c4c;
  font-size: 15px;
}
.comparisonTable table td {
  padding: 12px;
  text-align: center;
  border: 1px dotted #e4e4e4;
  font-family: "Poppins", sans-serif;
  font-weight:300;
  /* color: rgb(67, 66, 66); */
}

.comparisonTable .textR strong {
  color: #008dd2;
  text-transform: uppercase;
  color: #262f5a;
  font-size: 30px;
  font-family: "Poppins", sans-serif;
  font-weight:300;
}

.comparisonTable table th {
 font-family: "Poppins", sans-serif;
 font-weight:600;
 padding: 15px;
 text-align: center;
 font-weight: normal;
 background: #f5f5f5;
 background: -moz-linear-gradient(top, #f7f7f7 0%, #efefef 100%);
 background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7f7f7), color-stop(100%,#efefef));
 background: -webkit-linear-gradient(top, #f7f7f7 0%,#efefef 100%);
 background: -o-linear-gradient(top, #f7f7f7 0%,#efefef 100%);
 background: -ms-linear-gradient(top, #f7f7f7 0%,#efefef 100%);
 background: linear-gradient(top, #f7f7f7 0%,#efefef 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#efefef',GradientType=0 );
 -webkit-box-shadow: inset 0 1px 0 #fff;
 -moz-box-shadow: inset 0 1px 0 #fff;
 box-shadow: inset 0 1px 0 #fff;
}

.convertions .head_styl {
  font-size: 20px;
  color: rgb(24, 30, 74);
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  font-weight:700;
}

.comparisonTable .buttn {
  background-color: #181e4a;
  border: none;
  padding: 5px 10px;
  color: #FFF;
  cursor: pointer;
  font-size: 14px;
  border: 1px solid #181e4a;
  transition: all 300ms ease-in-out;
  font-family: "Poppins", sans-serif;
  font-weight:300;
}

.comparisonTable .buttn:hover {
  background-color: #ea2b30;
  border: 1px solid #ea2b30;
}

.tracking .trk_title, .tracking .trk_title_2 {
  display: table;
  margin: 0 0 31px;
  overflow: hidden;
}

.tracking .trk_title h2, 
.tracking .trk_title_2 h2, 
.incoterms .trk_title h2, 
.incoterms .trk_title_2 h2 {
  float: left;
  font-size: 16px !important;
  margin: 0 !important;
  padding: 0 8px 0 0 !important;
  display: table-cell;
  white-space: pre;
  color: rgb(24, 30, 74);
  font-family: "Poppins", sans-serif;
  font-weight:700;
}

.trk_title .trk_title_line, 
.tracking .trk_title_line_2, 
.incoterms .trk_title_line_2 {
  display: table-cell;
  height: 6px;
  position: relative;
  vertical-align: middle;
  width: 100%;
}

.trk_title .trk_title_line .title-liner, 
.tracking .title-liner_2, 
.incoterms .title-liner_2 {
  border-bottom: 1px solid #E7E6E6;
  border-top: 1px solid #E7E6E6;
  display: block;
  height: 3px;
  position: relative;
  width: 100%;
}

.tracking .trk_list li {
  float: left;
  width: 270px;
  padding: 3px 5px 3px 15px;
  background: url(../images/tracking-arrow.jpg) 0 center no-repeat;
}

.tracking .trk_list li a {
  color: #666;
  text-decoration: none;
  font-family: "Poppins", sans-serif;
  font-weight:300;
}

.incoterms .content p {
  clear: both;
  margin: 10px 0;
  font-size: 16px;
}

.inco li strong {
  color: rgb(24, 30, 74);
  font-family: "Poppins", sans-serif;
  font-weight:300;
}

.inco li {
  font-size: 16px;
  margin-bottom: 10px;
}

.lg-backdrop {
  background-color: #000000ba !important;
}

button:focus,
a:focus {
  outline: 0 !important;
  box-shadow: none;
}

.parallax-container {
  position: relative;
  overflow: hidden;
}

.parallax-parent {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.parallax-content {
  position: absolute;
  left: 50%;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.error-page {
  text-align: center;
  padding: 80px 0;
}
.error-page h1 {
 font-family: "Poppins", sans-serif;
 font-weight:300;
 font-size: 50px;
 color: rgb(4, 66, 114);
}

.error-page.content h2 {
  font-size: 30px;
}

.content .btn {
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  background-color: rgb(234, 43, 48);
  border: 5px solid #f8b9bb;
  border-radius: 50px;
  margin-top: 10px;
  padding: 8px 26px;
  text-align: center;
}

.content-wrapp {
  padding: 80px 0px;
}
.content-wrapp .title {
  font-size: 40px;
  color: rgb(4, 66, 114);
  margin: 0 0 50px;
  font-family: "Poppins", sans-serif;
  font-weight:600;
}

.sitemap .m-menu,
.sitemap p {
  color: rgb(4, 66, 114);
  font-size: 20px;
  display: block;
  font-family: "Poppins", sans-serif;
  font-weight:600;
  margin: 0 0 15px;
  transition: all 0.3s ease-in-out;
}

.sitemap .s-menu {
  font-family: "Poppins", sans-serif;
  font-weight:400;
  color: rgb(149, 149, 152);
  margin: 0 0 10px;
  font-size: 17px;
  display: block;
  transition: all 0.3s ease-in-out;

}

.down-footer .sitemap {
  padding-left: 10px;
  border-left: 1px solid rgb(255, 255, 255);
  text-decoration: none;
  display: inline-block;
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  font-weight:300;
  color: rgb(255, 255, 255);
  line-height: 1;
  margin-left: 5px;
  transition: all 0.3s ease-in-out;
}