list-style:none;

}
ul {
    list-style: none;
}

p {
  text-align: justify;
    text-justify: inter-word;

}


body{
  font-family: 'Poppins', sans-serif;

}

h1,h2,h3,h4,h5,h6 {
    color: #ffffff;
    font-family: 'Roboto',sans-serif
}

h1 {
    font-size: 48px;
    line-height: 58px;
    margin-bottom: 25px;
    font-weight: 800
}

h2 {
    font-size: 42px;
    line-height: 48px;
    margin-bottom: 25px;
    font-weight: 800
}

h3 {
    font-size: 35px;
    line-height: 45px;
    margin-bottom: 20px;
    font-weight: 800
}

h4 {
    font-size: 28px;
    line-height: 35px;
    margin-bottom: 15px;
    font-weight: 700
}

h5 {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 10px;
    font-weight: 700
}

h6 {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 10px;
    font-weight: 700
}

p {
    line-height: 24px;
    margin-bottom: 24px
}


html {
  height: 100%; }

body {
  min-height: 100%; }

.main {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  position: relative; }



.btn-blue {
    color: #fff;
    background-color: #0c4da2;
    border-color: #0c4da2;
}

    

.btn-lblue {
    color: #bbddf1;
    background-color: #f5c6d8;
    border-color: #0c4da2;
}


.btn-light {
    color: #0c4da2;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}
.text-blue {
    color: #0c4da2!important;
}
.text-white {
    color: #ffffff!important;
}
.text-blue a {
    color: #0c4da2;
    text-decoration: none;
    background-color: transparent;
}
.bg-blue {
    background-color: #0c4da2!important;
}


.bg-purple {
    background-color: #0d4da2;
}
.bg-lpurple {
    background-color: #0d4da2;
}
.bg-lpurplex {
    background-color: #e9edf2;
}
.btn-purple {
    color: #ffffff;
    background-color: #0d4da2;
}
.text-purple {
    color: #0d4da2!important;
}
.text-purple a {
    color: #0d4da2;
    text-decoration: none;
    background-color: transparent;
}
.footer {
    text-align: center;
    font-size: 0.9rem;
}
h1.small,
h2.small {
    font-size: 2.5rem;
    line-height: 52px;
    font-weight: 700;
}
.color-heading {
    color: #949494;
}
.f-18 {
    font-size: 18px;
    line-height: 28px;
}
.mb-50 {
    margin-bottom: 50px;
}
.mt-15 {
    margin-top: 15px;
}
.op-7 {
    opacity: 0.7;
}
.medium {
    font-weight: 500;
}
ul {
    list-style-type: none;
    padding: 0;
}
@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 1.5rem;
        padding-left: 1.5rem;
        font-weight: 400;
        text-transform: uppercase;
    }
}
.navbar-toggler {
    background: none;
    border: none;
}
.navbar-toggler:active,
.navbar-toggler:focus {
    outline: 0;
}
.navbar-toggler .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    margin: 4px 0 4px 0;
    transition: all 0.2s;
}
.navbar-light .navbar-toggler .icon-bar {
    background: #000000;
}
.navbar-toggler .icon-bar:nth-of-type(1) {
    transform: rotate(45deg);
    transform-origin: 10% 10%;
}
.navbar-toggler .icon-bar:nth-of-type(2) {
    opacity: 0;
    filter: alpha(opacity=0);
}
.navbar-toggler .icon-bar:nth-of-type(3) {
    transform: rotate(-45deg);
    transform-origin: 10% 90%;
}
.navbar-toggler.collapsed .icon-bar:nth-of-type(1) {
    transform: rotate(0);
}
.navbar-toggler.collapsed .icon-bar:nth-of-type(2) {
    opacity: 1;
    filter: alpha(opacity=100);
}
.navbar-toggler.collapsed .icon-bar:nth-of-type(3) {
    transform: rotate(0);
}
.navbar {
    width: 100%;
    -webkit-box-shadow: 0px 1px 4px 0px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0px 1px 4px 0px rgb(0 0 0 / 10%);
    box-shadow: 0px 1px 4px 0px rgb(0 0 0 / 10%);
    box-shadow: 0 1px 4px 0 rgb(0 0 0 / 10%);
    color: #333333;
}
.pb-100 {
    padding-bottom: 100px;
}
.pt-120 {
    padding-top: 120px;
}
i,
span,
a {
    display: inline-block;
}
.portfolio-section .portfolio:hover .content .link-btn span {
    transform: translateY(0px);
    opacity: 1;
    visibility: visible;
}
.service-section .service {
    text-align: center;
    padding: 50px 30px;
    border-radius: 10px;
    background: #fff;
    margin-bottom: 30px
}
.service-section .service:hover .icon {
    color: #e9edf2;
}
.service-section .service:hover .icon.color-1 {
    background: #0d4da2;
}
.service-section .service:hover .icon.color-2 {
    background: #0d4da2;
}
.service-section .service:hover .icon.color-3 {
    background: #0d4da2;
}
.service-section .service:hover .icon.color-4 {
    background: #0d4da2;
}
.service-section .service .icon {
    width: 95px;
    height: 95px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    margin-bottom: 30px;
    font-size: 40px;
    color: #313450;
    transition: all .3s ease-out 0s
}
.service-section .service .icon.color-1 {
    background: #e9edf2
}
.service-section .service .icon.color-2 {
    background: #e9edf2
}
.service-section .service .icon.color-3 {
    background: #e9edf2
}
.service-section .service .icon.color-4 {
    background: #e9edf2
}
.service-section .service .content h3 {
    font-size: 24px;
    margin-bottom: 15px
}
a {
    color: #30303c;
    text-decoration: none;
    background-color: transparent
}
a:hover {
    text-decoration: none;
    color: initial;
}
button:focus {
    outline: none!important
}
.icon-with-title {
    text-align: center;
    padding: 20px 0;
    background: #fff;
    border-radius: 14px;
    margin-top: 30px
}
.iwt-icon {
    padding: 0 0 20px 0;
    min-height: 52px
}
.iwt-icon img {
    width: 52px
}
.iwt-icon2 img {
    width: 75px;
    padding: 0 0 20px 0;
}
.iwt-content p {
    font-size: 16px;
    line-height: 26px;
    color: #0d4da2;
}
.workflow {
    width: 90px;
}
html .mb30 {
    margin-bottom: 30px;
}
.industry-workfor {
    background: #e9edf2;
    padding: 15px 20px;
    border-radius: 14px;
    margin-top: 30px;
    display: flex;
    align-items: center;
}
.industry-workfor img {
    width: 55px;
}
.industry-workfor h6 {
    margin: 0 0 0 15px;
}
@media only screen and (max-width: 767px) .industry-workfor h6 {
    margin:10px 0 0 0px;
    font-size:14px;
    line-height:20px;
}
.whatsapp-bg {
    background: #4ee464;
    border: 1px solid #4ee464;
    -webkit-box-shadow: 0 19px 40px -10px rgb(78 228 100 / 30%);
    box-shadow: 0 19px 40px -10px rgb(78 228 100 / 30%);
}
.vcenter {
    align-items: center;
    align-self: center;
}
.hero-content-a p {
    font-size: 21px;
    line-height: 31px;
}
.ul-list-icon li {
    font-size: 19px;
    line-height: 30px;
    text-indent: -18px;
    padding-left: 48px;
}
.ul-list-icon li+li {
    margin-top: 10px;
}
html .mt30 {
    margin-top: 30px;
}
.ul-list-icon li i {
    margin-right: 10px;
}
.ct-sol-img,
.sol-img,
.sol-image {
    border-radius: 14px;
    overflow: hidden;
    width: fit-content;
    margin: 0 auto;
}
@media only screen and (max-width: 767px) {
    .industry-workfor {
        padding: 15px;
        display: block;
        text-align: center;
        margin: 0 auto 15px;
    }
}
@media only screen and (max-width: 767px) {
    .industry-workfor img {
        width: 45px;
    }
    .industry-workfor img {
        width: 55px;
    }
}


.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: none !important;
}

.animated {
    animation: up-down 2s ease-in-out infinite alternate-reverse both;
}
.workflow-content {
    -webkit-transition: all 1s;
    -ms-transition: all 1s;
    transition: all 1s;
}
.workflow-content:hover {
    transform: translateY(-15px);
}
.float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    background-color: #4FCE5D;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 1px 1px 5px 0px #000;
    z-index: 100;
}

.float:hover {

    color: #fff;

}

.my-float {
    margin-top: 16px;
}

.card-notify-year {
    position: absolute;
    right: -10px;
    top: -20px;
    background: #adadf3;
    border-radius: 50%;
    text-align: center;
    color: #0d4da2;
    font-size: 20px;
    width: 50px;
    height: 50px;
    font-weight: 800;
    padding: 10px 0 0 0;
}












.logogrid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  grid-auto-rows: 75px;
  /* grid-gap: 4rem; */
  
  padding: 0px;
}
.logogrid__item {
  display: flex;
  align-items: center;
  /* justify-content: center; */
}
.logogrid__img {
  object-fit: cover;
  max-width: 120px;
  max-height: 60px;
/*  filter: grayscale(100%) contrast(25%);
*/  transition: filter 0.3s ease;
}
.logogrid__img:hover {
/*  filter: grayscale(0) contrast(100%);
*/}



.ptb-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.ptb-70 {
  padding-top: 70px;
  padding-bottom: 70px;
}

.pt-100 {
  padding-top: 100px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pt-70 {
  padding-top: 70px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pb-40 {
  padding-bottom: 40px;
}

.mt-100 {
  margin-top: 100px;
}

.about-img {
    margin-bottom: 30px;
}

img {
    max-width: 100%;
 
}

.bg-color {
    background-color: #f9fbfe;
}

.section-title {
    max-width: 750px;
    margin: -6px auto 50px;
    text-align: center;
    position: relative;
}

.section-title span {
    font-size: 16px;
    color: #f76649;
    display: block;
    margin-bottom: 15px;
}

.section-title h2:last-child {
    margin-bottom: 0;
}

.section-title h2 {
    font-size: 40px;
    margin-bottom: 20px;
    position: relative;
    margin-top: -11px;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    color: #1f2428;
    font-weight: bold;
    font-family: "Barlow", sans-serif;
}

.services-box:hover h3 a {
    color: #f76649;
}

a:hover {
    text-decoration: none;
    color: #f76649;
}

a {
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    text-decoration: none;
    color: #1f2428;
}

.services-box p {
    margin-bottom: 10px;
}
p {
    font-size: 15px;
    margin-bottom: 15px;
    line-height: 1.8;
}

.services-area.services-area-style-three .services-box {
    text-align: center;
}
.services-area.services-area-style-two .services-box {
    padding: 0;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-align: left;
}
.services-box {
    text-align: center;
    -webkit-box-shadow: 0 0 20px 3px rgb(0 0 0 / 5%);
    box-shadow: 0 0 20px 3px rgb(0 0 0 / 5%);
    padding: 20px;
    margin-bottom: 30px;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

.services-box h3 {
    font-size: 22px;
    margin-top: -10px;
    margin-bottom: 10px;
}

h3 {
    line-height: 1.5;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    color: #1f2428;
    font-weight: bold;
    font-family: "Barlow", sans-serif;
}

.logistics-solutions-area.logistics-solutions-area-style-two .logistics-solutions ul {
    background-color: transparent;
    margin-right: 0;
    padding: 0;
}
.logistics-solutions ul {
    list-style-type: none;
    padding: 30px;
    margin: 0;
    background-color: #ffffff;
    position: relative;
    z-index: 1;
    padding-left: 0;
    margin-right: -100px;
}

.logistics-solutions-area.logistics-solutions-area-style-three .logistics-solutions ul li {
    background-color: transparent;
    border: none;
    padding: 0;
    padding-left: 95px;
}
.logistics-solutions-area.logistics-solutions-area-style-two .logistics-solutions ul li {
    background-color: #ffffff;
}
.logistics-solutions ul li {
    border: 1px solid #ebebeb;
    position: relative;
    padding: 20px;
    padding-left: 135px;
    border-radius: 4px;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    margin-bottom: 20px;
}

.logistics-solutions-area.logistics-solutions-area-style-three .logistics-solutions ul li i {
    top: 0;
    width: auto;
    height: auto;
    background-color: transparent;
    color: #1f2428;
    padding: 0;
    line-height: 1;
    z-index: 1;
}

.logistics-solutions ul li i {
    background-color: #1f2428;
    display: inline-block;
    width: 100px;
    height: 100px;
    line-height: 100px;
    color: #ffffff;
    text-align: center;
    font-size: 50px;
    border-radius: 50%;
    position: absolute;
    top: 16px;
    left: 20px;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

.logistics-solutions-area.logistics-solutions-area-style-three .logistics-solutions ul li i::after {
    content: "";
    position: absolute;
    top: -15px;
    left: -15px;
    background-color: #f4f4f4;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    z-index: -1;
}


    

.home-hero-a {
    position: relative;
    height: 100vh;
    align-items: center;
    display: grid;
    background-image: url(../img/main.jpg);
    background-position: center;
    background-size: cover;
}


.navbar {

    padding: 0rem 1rem;
}


.page-title-area {
    padding-top: 20vh;
    padding-bottom: 100px;
    background-color: #f9fbfe;
    position: relative;
    z-index: 1;
}

.page-title-area .shape.shape-1 {
    bottom: 0;
    left: 0;
}

.page-title-area .shape {
    position: absolute;
    z-index: -1;
}

.page-title-area .page-title-content h2 {
    margin-bottom: 15px;
    font-size: 45px;
}


.page-title-area .page-title-content {
    position: relative;
    margin-top: -6px;
}

.page-title-area .page-title-content ul {
    padding-left: 0;
    list-style-type: none;
    margin-top: 10px;
    margin-bottom: -5px;
}

.page-title-area .page-title-content ul li:first-child {
    margin-left: 0;
}
.page-title-area .page-title-content ul li {
    display: inline-block;
    position: relative;
    font-size: 16px;
}

.page-title-area .page-title-content ul li:last-child {
    padding-right: 0;
}
.page-title-area .page-title-content ul li.active {
    color: #0c4da2;
}
.page-title-area .page-title-content ul li {
    display: inline-block;
    position: relative;
    font-size: 16px;
}
.page-title-area .shape.shape-2 {
    bottom: 0;
    right: 0;
}
.page-title-area .shape {
    position: absolute;
    z-index: -1;
}





.header-area .info-bar {
    background-color: #183650;
    width: 100%;
    color: #fff;
    padding: 6px 0px;
}

.header-area .info-bar .right-content {
    text-align: right;
}

.info-bar ul.social-links {
    list-style-type: none;
    padding-left: 0px;
    margin: 0px;
}

.info-bar ul.social-links li {
    display: inline-block;
    margin-right: 20px
}

.info-bar ul.social-links li a {
    color: #fff;
    font-size: 14px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.info-bar ul.social-links li a:hover {
    color: #58bed3;
}






.language a {
    font-size: 1rem;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.language a:hover {
    color: #58bed3;
}



.support-bar {
    position: relative;
    background-color: #0c4da2;
    color: #fff;
    padding: 30px 0px;
    border-bottom: 2px solid #274a69;
}

.support-bar::before {
    content: "";
    position: absolute;
    left: -47px;
    background-color: #0c4da2;
    border-bottom: 2px solid #274a69;
    width: 100px;
    height: 102%;
    top: 0px;
    -webkit-transform: skewX(37deg);
    -ms-transform: skewX(37deg);
    transform: skewX(37deg);
}

.support-bar::after {
    position: absolute;
    content: "";
    right: -50%;
    top: 0px;
    width: 50%;
    height: 102%;
    background-color: #0c4da2;
    border-bottom: 2px solid #274a69;
}

.support-bar .support-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.support-bar .support-info .right-content {
    display: table;
}

.support-bar .support-info .right-content-inner {
    display: table-cell;
    vertical-align: center;
}

.support-bar .support-info i {
    font-size: 30px;
    margin-right: 15px;
    color: #58bed3;
}

.support-bar .support-info h5 {
    font-size: 18px;
    font-weight: 600;
    margin: 0px;
}

.support-bar .support-info p {
    font-size: 14px;
    margin: 0px;
}

.support-bar a.boxed-btn {
    float: right;
}

.sticky-navbar {
    border: none;
    -webkit-animation: navFadeIn 1s;
    animation: navFadeIn 1s;
}

@-webkit-keyframes navFadeIn {
    from {
        opacity: 0;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
    }
}

@keyframes navFadeIn {
    from {
        opacity: 0;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
    }
}

.header-area.sticky-navbar .support-nav-area {
    background-color: #fff;
}

.ftco-section {
    padding: 3em 0;
    position: relative;
}
.bg-light {
    background-color: #f8f9fa !important;
}
figcaption, figure, footer, header, main, nav, section {
    display: block;
}





 .feature .icon-wrapper {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
} 

.feature:hover .icon-wrapper {
   -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
}

.feature:last-child {
    margin-bottom: 0px;
}

.feature i {
    font-size: 45px;
    color: #0c4da2;
}

 .feature-details {
    margin-left: 30px;
    z-index: 1;
}


.jarallax {
    position: relative;
    z-index: 0;
}
.jarallax > .jarallax-img {
    position: absolute;
    object-fit: cover;
    /* support for plugin https://github.com/bfred-it/object-fit-images */
    font-family: 'object-fit: cover;';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}


.google-map iframe {
    width: 100%;
    border: inherit;
    margin-bottom: -10px;
}


.bg-lblue {
    background-color: #bbddf1!important;
}




    .topbar{
      background-color: #183650;
      padding: 0;
    }



    .topbar .container .row .col-md-12 { 
      padding:0;
    }

    .topbar p{
      margin:0;
      display:inline-block;
      font-size: 13px;
      color: #f1f6ff;
    }

    .topbar p > i{
      margin-right:5px;
    }
    .topbar p:last-child{
      text-align:right;
    } 

    header .navbar {
        margin-bottom: 0;
    }

    .topbar li.topbar {
        display: inline;
        padding-right: 18px;
        line-height: 52px;
        transition: all .3s linear;
    }

    .topbar li.topbar:hover {
        color: #1bbde8;
    }

    .topbar ul.info i {
        color: #131313;
        font-style: normal;
        margin-right: 8px;
        display: inline-block;
        position: relative;
        top: 4px;
    }

    .topbar ul.info li {
        float: right;
        padding-left: 30px;
        color: #ffffff;
        font-size: 13px;
        line-height: 44px;
    }

    .topbar ul.info i span {
        color: #aaa;
        font-size: 13px;
        font-weight: 400;
        line-height: 50px;
        padding-left: 18px;
    }

    ul.social-network {
      border:none;
      margin:0;
      padding:0;
    }

    ul.social-network li {
      border:none;  
      margin:0;
    }

    ul.social-network li i {
      margin:0;
    }

    ul.social-network li {
        display:inline;
        margin: 0 5px;
        border: 0px solid #2D2D2D;
        padding: 5px 0 0;
        width: 32px;
        display: inline-block;
        text-align: center;
        height: 32px;
        vertical-align: baseline;
        color: #000;
    }

    ul.social-network {
      list-style: none;
      margin: 5px 0 10px -25px;
      float: right;
    }
    .mx-background-top-linear {
        background: -webkit-linear-gradient(
    45deg
    , #043061 48%, #1b1e21 48%);
        background: -webkit-linear-gradient(left, #043061 48%, #1b1e21 48%);
        background: linear-gradient(
    45deg
    , #ffffff 35%, #0c4da2  35%);
    }

@media only screen and (max-width: 575px) {

    .mx-background-top-linear {
        background: #ffffff;
    }


    .features {
    background-color: #fafbfc;
    padding: 0;
    position: relative;
}



    .display-4 {
    font-size: 2.0rem;
    font-weight: 300;
    line-height: 1.2;
}

.navbar-light .navbar-nav .nav-link {
    color: rgb(12 77 162)!important;
}


.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: rgb(12 77 162)!important;
}

.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
    color: rgb(12 77 162)!important;
}

.dropdown-item:focus, .dropdown-item:hover {
    color: #fff!important;
    text-decoration: none;
    background-color: transparent;
}

.shape-2, .shape-1{
    display: none;
    background-color: ;
}

    .navbar-dark .navbar-nav .nav-link {
    color: #0d4da2;
}

.feature-bg {
    background-image:none;
}

}




    .contact_info {
    width: 100%;
    padding-top: 70px
}

.contact_info_item {
    width: calc((100% - 30px) / 3);
    height: 100px;
    border: solid 1px #e8e8e8;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
    padding-left: 32px;
    padding-right: 15px
}

.contact_info_image {
    width: 35px;
    height: 35px;
    text-align: center
}

.contact_info_image img {
    max-width: 100%
}

.contact_info_content {
    padding-left: 17px
}

.contact_info_title {
    font-size: 1.5rem;
    font-weight: 500
}

.contact_info_text {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.5)
}

.contact_form {
    padding-top: 85px
}

.contact_form_container {}

.contact_form_title {
    font-size: 3.5rem;
    font-weight: 500;
    margin-bottom: 37px
}

.contact_form_inputs {
    margin-bottom: 30px
}

.input_field {
    width: calc((100% - 60px) / 3);
    height: 50px;
    padding-left: 25px;
    border: solid 2px #0d4da2;
    border-radius: 5px;
    outline: none;
    color: #0e8ce4;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease
}

.input_field:focus,
.text_field:focus {
    border-color: #0d4da2   
}

.input_field:hover,
.text_field:hover {
    border-color: #0d4da2
}

.input_field::-webkit-input-placeholder,
.text_field::-webkit-input-placeholder {
    font-size: 16px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.3)
}

.input_field:-moz-placeholder,
.text_field:-moz-placeholder {
    font-size: 16px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.3)
}

.input_field::-moz-placeholder,
.text_field::-moz-placeholder {
    font-size: 16px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.3)
}

.input_field:-ms-input-placeholder,
.text_field:-ms-input-placeholder {
    font-size: 16px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.3)
}

.input_field::input-placeholder,
.text_field::input-placeholder {
    font-size: 16px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.3)
}

.text_field {
    width: 100%;
    height: 160px;
    padding-left: 25px;
    padding-top: 15px;
    border: solid 2px #0d4da2;
    border-radius: 5px;
    color: #0e8ce4;
    outline: none;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease
}

.contact_submit_button {
    padding-left: 35px;
    padding-right: 35px;
    color: #FFFFFF;
    font-size: 18px;
    border: none;
    outline: none;
    cursor: pointer;
    margin-top: 24px
}

.panel {
    width: 100%;
    height: 50px;
    background: #fafafa;
    margin-top: 120px
}

@media only screen and (max-width: 991px) {
    .contact_info_item {
        width: 100%;
        margin-bottom: 30px
    }

    .contact_info_item:last-child {
        margin-bottom: 0px
    }
}

@media only screen and (max-width: 767px) {
    .input_field {
        margin-bottom: 30px;
        width: 100%
    }

    .input_field:last-child {
        margin-bottom: 0px
    }
}

@media only screen and (max-width: 575px) {
    .contact_submit_button {
        font-size: 13px;
        padding-left: 25px;
        padding-right: 25px
    }
}





html *,
html *:before,
html *:after {
  box-sizing: border-box;

      -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s ease-in-out;
}
html i, html em,
html b, html strong,
html span {
  transition: none;
}

*:before,
*:after {
  z-index: -1;
}


[class^=dropdown-item] {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 3rem;
  max-width: 350px;
}

.dropdown-menu {

    background-color: #0c4da2;
 border:none; 
    border-radius: 0;
        white-space: inherit;
            padding: 0;

}



.dropdown-item:focus, .dropdown-item:hover {
    color: #0c4da2;
    text-decoration: none;
    background-color: transparent;
}

.dropdown-item {
  color: #fff;
      padding-top: 0.8rem;
}
.dropdown-item:before, .dropdown-item:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.dropdown-item:before {
  right: -50px;
  border-right: 50px solid transparent;
  border-bottom: 80px solid #ffffff;
  transform: translateX(-100%);
}
.dropdown-item:after {
  left: -50px;
  border-left: 50px solid transparent;
  border-top: 80px solid #ffffff;
  transform: translateX(100%);
}

.dropdown-item:hover:before {
  transform: translateX(-49% );
}
.dropdown-item:hover:after {
  transform: translateX(49%);
}


.dropdown:hover>.dropdown-menu {
  display: block;
}

.dropdown>.dropdown-toggle:active {

    pointer-events: none;
}





[class^=btn-cut] {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 3rem;
  max-width: 13rem;
 background-color: #0d4da2;
  z-index: 2;
  padding-top: 0.5rem;

}




.btn-cut {
  color: #ffffff;
}
.btn-cut:before, .btn-cut:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}


.btn-cut:before {
  right: -50px;
  border-right: 50px solid transparent;
  border-bottom: 80px solid #bbddf1;
  transform: translateX(-100%);
}
.btn-cut:after {
  left: -50px;
  border-left: 50px solid transparent;
  border-top: 80px solid #bbddf1;
  transform: translateX(100%);
}
.btn-cut:hover {
  color: #0d4da2;
           border: 1px solid currentColor;

}
.btn-cut:hover:before {
  transform: translateX(-49%);
}
.btn-cut:hover:after {
  transform: translateX(49%);
}








#faq {
       margin:20px auto;
  overflow: hidden;
  max-width: 1000px;
}

#faq #faq-list {
  padding: 0;
  list-style: none;
}



#faq #faq-list a {
  padding: 22px 0;
  display: block;
  position: relative;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  line-height: 1;
  font-weight: 600;
  padding-right: 20px;
}

#faq #faq-list i {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 20px;
}

#faq #faq-list p {
  margin-bottom: 20px;
}

#faq #faq-list a.collapse {
  color: #1bb1dc;
}

#faq #faq-list a.collapsed {
  color: #0c4da2;
}

#faq #faq-list a.collapsed i::before {
  content: "\f067" !important;
  color: #0c4da2;
}

.industry-workfor {
    background: #d3f3eb;
    padding: 20px 20px;
    border-radius: 14px;
    margin-top: 30px;
    align-items: center;
    color: #d3f3eb !important;
}
.industry-workfor img {
    width: 55px;
}
.industry-workfor h5 {
    margin: 0 0 0 0px;
  color: #0c4da2 !important;
  font-size: 1.2rem;

}


a {
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    color: #0c4da2;
}

a:hover {
    color: #0c4da2;
    text-decoration: none;
}


dl, ol, ul {
    margin-top: 0;
     margin-bottom: 0rem; 
}

header {
  position: relative;
  background-color: black;
  height: 100vh;
  min-height: 25rem;
  width: 100%;
  overflow: hidden;
}

header video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

header .container {
  position: relative;
  z-index: 2;
}

header .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color:transparent;
  opacity: 0.5;
  z-index: 1;
}

@media (pointer: coarse) and (hover: none) {
  header {
    background: url('../img/background.png') black no-repeat center center scroll;
  }
  header video {
    display: none;
  }
}


.industry-workfor {
    background: #bbddf1;
    padding: 20px 20px;
    border-radius: 14px;
    margin-top: 30px;
    align-items: center;
    color: #0c4da2 !important;
}
.industry-workfor img {
    width: 55px;
}
.industry-workfor h5 {
    margin: 0 0 0 0px;
  color: #0c4da2 !important;
  font-size: 1.2rem;

}
.navbar-toggler {
    background: none;
    border: none;
}
.navbar-toggler:active,
.navbar-toggler:focus {
    outline: 0;
}
.navbar-toggler .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    margin: 4px 0 4px 0;
    transition: all 0.2s;
}
.navbar-light .navbar-toggler .icon-bar {
    background: #000000!important;
}
.navbar-toggler .icon-bar:nth-of-type(1) {
    transform: rotate(45deg);
    transform-origin: 10% 10%;
}
.navbar-toggler .icon-bar:nth-of-type(2) {
    opacity: 0;
    filter: alpha(opacity=0);
}
.navbar-toggler .icon-bar:nth-of-type(3) {
    transform: rotate(-45deg);
    transform-origin: 10% 90%;
}
.navbar-toggler.collapsed .icon-bar:nth-of-type(1) {
    transform: rotate(0);
}
.navbar-toggler.collapsed .icon-bar:nth-of-type(2) {
    opacity: 1;
    filter: alpha(opacity=100);
}
.navbar-toggler.collapsed .icon-bar:nth-of-type(3) {
    transform: rotate(0);
}


.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
    color: rgb(255 255 255);
}

.navbar-light .navbar-nav .nav-link {
    color: rgb(187 221 241);
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: rgb(187 221 241);
}

.text-shadow{
    text-shadow: 1px 1px 1px rgba(0, 0, 0);
}

    

 .card-1 {
     border-left: 3px solid #0c4da2 !important;
     border-radius: 0
 }

footer{
    background-color: #bbddf1;
}

.bg-footer{
    background-color: rgba(0, 0, 0, 0.2);
    color: rgba(255, 255, 255, 0.6);
    overflow: hidden;
}




.cta-2-area .cta-content .cta-text {
    position: relative;
    z-index: 1;
    margin-bottom: 50px;
}

.cta-2-area {
    position: relative;
    z-index: 1;
    background-color: #003679;
    padding-top: 50px;
}


@media only screen and (max-width: 767px){

.cta-2-area .cta-content .cta-btn {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
}
}

.btn:hover {
    color: #ffffff;
    text-decoration: none;
}

#button {
  display: inline-block;
  background-color: #0c4da2;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
#button::after {
  content: "\f077";
  font-family: "Font Awesome 5 Free";
font-weight: 900; 
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #fff;
}
#button:hover {
  cursor: pointer;
  background-color: #333;
}
#button:active {
  background-color: #555;
}
#button.show {
  opacity: 1;
  visibility: visible;
}



@media (min-width: 500px) {
  .content {
    width: 43%;
  }
  #button {
    margin: 30px;
  }
}
.content h1 {
  margin-bottom: -10px;
  color: #03a9f4;
  line-height: 1.5;
}
.content h3 {
  font-style: italic;
  color: #96a2a7;
}