/*================================
Theme Name: Super CMS - Mark 1.0
Version: 1.0.2020
===================================*/ 

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&display=swap');


*/
* {
  outline: none !important;
}

body {
  background-color: #fff;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  line-height: 22px;
}


/*Addational Custom CSS*/
.list-table {
  display: table;
  width: 100%;
}
.list-table > li {
  display: table-cell;
}

textarea {
  resize: none;
}

input {
  margin-bottom: 15px;
}

/*Header*/
header {
  padding: 15px 0px;
  background:rgba(255,255,255, 1);
}

/* Footer * Copyright */
footer {
  background-color: #fff;
  border-top:1.9px solid #eee;
  padding: 50px 0;
}

.copyright {
  text-align: center;
  font-size: 12px;
}

.contact iframe {
  width: 100%;
  height: 300px;
  line-height: 0;
}

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
.wrapflex {
    display: flex;
    flex-wrap: wrap;
}
.sticking {
width: 100%;
z-index: 999;
background:rgba(255,255,255, 1);
}
.not-sticking {
    position:relative !important;
}

/* Enable this if u want a sticky header */

header {
  width: 100%;
  padding: 5px 0px 10px 0px;
  z-index:100;
  position: fixed;
  background:rgba(255,255,255, 1);
}

.sticking {
width: 100%;
z-index: 999;
background:rgba(255,255,255, 1);
}

.international-ff.flex .f-desc-1 a {
    letter-spacing: .5px;
    font-size: 16px;
    font-weight: 600;
}

#primary-menu li > a {
  text-transform: uppercase;
  margin: 0px 22px;
  font-weight: 500;
  letter-spacing: 1px;
  font-size:  15px;
  color:#212529;
}
.sub-menu .dropdown-item.active, .sub-menu .dropdown-item:active {
   background: #153D94;
}
.sub-menu .dropdown-item:hover, .sub-menu .dropdown-item:focus {
   background: #153D94;
  color:#fff !important;
}

#primary-menu li.current-menu-item > a  {
  color: #153D94;
  font-weight: 600;

}

#primary-menu .sub-menu.dropdown-menu {
    border-radius:0px;
    border:0px;
    letter-spacing:1px;
	margin-top: 0px !important;
}

.navbar-default {
  background-color: transparent;
  border:none;
}

.flex-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
}
.flex-header .logo-details {
    grid-column: 2 / 2;
    grid-row: 1 / 2;
    -ms-grid-column: 2;
    -ms-grid-row: 1;
    -ms-grid-column-span: 1;
    -ms-grid-row-span: 1;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0px;
    position: relative;
    z-index: 1;

}
.flex-header .menu-details {
    grid-column: 1 / 1;
    grid-row: 1 / 2;
    -ms-grid-column: 1;
    -ms-grid-row: 1;
    -ms-grid-column-span: 1;
    -ms-grid-row-span: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
}

#logo img {
  width: 240px;
}
.bg-light {
    background-color: #fff !important;
}


.flex-header .show-on-mobile {
  display: none;
}

.container {
    max-width: 1300px;
}
footer .flex .footer-logo-details {
    width: 25%;
}
footer .flex .quicklinks {
    width: 20%;
}
footer .flex .contact-info {
    width: 25%;
    padding-right: 30px;
}
footer .flex .newsletter {
    width: 30%;
}
.copyright{
  background: #153D94;
  color:  #fff;
  padding: 10px;
  letter-spacing:1px;

}

.quicklinks .menu {
    text-decoration: none;
    margin: 0px;
    padding: 0px;
    list-style: none;
}
.quicklinks .menu a {
    color: #212529;
}
.quicklinks .menu li {
    padding-bottom:   5px;
}
.contact-info h6 {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}
footer .company-description {
    width: 70%;
    padding-top: 10px;
}
footer h5 {
  margin-bottom:   10px;
}
.newsletter p {
  margin-bottom:  5px;
}


/*---------------------------------standard css------------------------------------------*/

.margin1em {
  margin:1em;
}
.nopadding {
  padding: 0px;
}
.nopaddingbot {
  padding-bottom: 0px;
}
.nopaddingtop {
  padding-top: 0px;
}
.nomarginbot {
  margin-bottom: 0px;
}
.marginbot1em {
    margin-bottom:1em;
}
.marginbot2em {
    margin-bottom:2em;
}
.marginbot3em {
    margin-bottom:3em;
}
.marginbot4em {
    margin-bottom:4em;
}
.nomargintop {
  margin-top: 0px;
}
.paddingtop1em {
  padding-top: 1em;
}
.paddingtop2em {
  padding-top: 2em;
}
.paddingtop3em {
  padding-top: 3em;
}
.paddingtop4em {
  padding-top: 4em;
}
.paddingtop5em {
  padding-top: 5em;
}
.paddingtop7em {
  padding-top: 7em;
}
.paddingbot1em {
  padding-bottom: 1em;
}
.paddingbot2em {
  padding-bottom: 2em;
}
.paddingbot3em {
  padding-bottom: 3em;
}
.paddingbot4em {
  padding-bottom: 4em;
}
.paddingbot5em {
  padding-bottom: 5em;
}

.paddingbot7em {
  padding-bottom: 7em;
}
.padding5em {
  padding: 5em;
}
.padding4em {
  padding: 5em 5em 0em 5em;
}
.padding3em {
  padding: 3em;
}
.padding1em {
  padding: 1em;
}
.nomargin {
  margin:0px;
}
.marginleft2em {
    margin-left:2em;
}
.marginright2em { 
    margin-right:2em;
}
strong {
    font-weight: 500;
}
.lh25 {
  line-height: 25px;
}
.col-right {
    float:right; 
    margin: 0 auto;
}

.col-center{
 float: none;
 margin-right: auto;
 margin-left: auto;
}

.allcaps {
  text-transform:   uppercase;
}

.dark-bg {
  background-color: #000;
}
.gray-bg {
   background-color: #2e2e2e; 
}
.white-bg {
  background-color: #fff;
}
.white {
  color: #fff;
}
.gray {
  color: rgba(204, 204, 204, 1)
}
.semi-medium {
  font-weight: 500; 
}
.medium {
  font-weight: 600; 
}

.bold {
  font-weight: 700;
}
.bolder {
  font-weight: 900;
}
.black {
  color: #373737;
}

.left {
  float: left;
}
.italic {
    font-style:italic;
}

.right {
  float: right;
}
.lspace1px {
  letter-spacing: 1px;
}
.width50 {
    width:50%;
}

/* end of standard Css */


/* boilerplate css fixed */
a {
    color: #153D94;
    text-decoration: none !important;
    background-color: transparent;
}
.allcaps {
  text-transform:   uppercase;
}
.bold {
  font-weight: 700;
  letter-spacing: 0.8px;
}
.form-control {
  font-size: 14px;
}
.btn {
  font-size: 14px;
  letter-spacing: .9px;    
}

/* end of boilerplate css fixed */

.btn-primary {
    background-color:#153D94;
    border-color:#153D94;
    font-size: 14px;
    color: #fff;
    padding: 12px 35px;
    
}

.btn-primary:hover {
  background: #212529;
  border-color:#212529;
  color: #fff;
  box-shadow: inset 0 0 0 2px #212529; 
  -moz-transition: all .2s ease-in;
  -o-transition: all .2s ease-in;
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in; 
}
.mc4wp-form-fields .btn-primary {
    padding: 0.375rem 0.75rem;
    
}

#crumbs {
  letter-spacing: 0.5px;
  text-transform: capitalize;
  padding-top: 1em;
  font-size: 13px;

}
#crumbs li:not(:first-child) {
  margin-left:  10px;
}
#crumbs li:last-child {
  color:#212529;

}
.white-wrap {
    padding: 3em 4em;
    background: #fff;
    border-radius: 18px;
    margin: 2em 0em;
}

.tabs [data-toggle="collapse"]:after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  content: "\f0d7";
  transition: all linear 0.25s;
  float:right;
  }   
.tabs [data-toggle="collapse"].collapsed:after {
  content: "\f0d8";

}
.tabs {
  width: 100%;
}

h1.page-title {
    font-weight: 700;
    letter-spacing: 1px;
    color: #153D94;
    margin-bottom: .5em;
}

h1.page-title:before {
    content: '';
    width: 50px;
    height: 4px;
    background: #153D94;
    display: block;
    margin: 22px auto 10px;
    border-radius: 50px;
}
h2.page-title {
    font-weight: 700;
    letter-spacing: 1px;
    color: #153D94;
    margin-bottom: .5em;
}
h2.page-title:before {
    content: '';
    width: 50px;
    height: 4px;
    background: #153D94;
    display: block;
    margin: 22px auto 10px;
    border-radius: 50px;
}
body.page-id-2 h1.page-title:before {
    content: '';
    width: 50px;
    height: 4px;
    background: #153D94;
    display: block;
    margin: 22px 0 10px;
    border-radius: 50px;
}
h2.page-title.leftext:before {
    content: '';
    width: 50px;
    height: 4px;
    background: #153D94;
    display: block;
    margin: 22px 0 10px;
    border-radius: 50px;
}

.aboutus.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    align-items: top;
}
.aboutus.flex .image-holder {
    width: 50%;
}

.aboutus.flex .description-holder {
    width: 50%;
    padding-left: 4em;
    display: flex;
    align-items: center;
    justify-content: center;
}
.blue {
  color:#153D94;
}
.black {
  color:#212121;
}
.milestones.flex {
  display: flex;
  align-items: center;
  justify-content: center;
  padding:  0em 3em; 
}
.milestones.flex .milestone-holder:nth-child(2){
    height: 453px;
    background: #fbfbfb;
}
.milestone-holder {
  background:   #F3F3F3;
  padding: 2em 3em;

}
.milestone-holder {
  background:   #F3F3F3;
  padding: 2em 3em;

}
.milestone-holder h5 {
  padding: 5px 0px;

}

body.home .milestone-holder {
    margin: 10px;
}

body.home .milestones.flex .milestone-holder:nth-child(2){
    height: auto;
    background:   #F3F3F3;
}

body.home .milestone-holder h5 {
    height: 51px;
    margin-top: 15px;
}

.services.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    align-items: top;
}
.services.flex .f-image-1 {
    width: 50%;
}

.services.flex .f-desc-1 {
    width: 50%;
    padding: 4em;
    display: flex;
    align-items: center;
    justify-content: center;
    background:   #F3F3F3;
}
.services.flex .f-image-2 {
    width: 50%;
}

.services.flex .f-desc-2 {
    width: 50%;
    padding: 4em;
    display: flex;
    align-items: center;
    justify-content: center;
    background:   #F3F3F3;
}
.services.flex .f-image-3 {
    width: 50%;
}

.services.flex .f-desc-3 {
    width: 50%;
    padding: 4em;
    display: flex;
    align-items: center;
    justify-content: center;
    background:   #F3F3F3;
}

.international-ff.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    align-items: top;
}
.international-ff.flex .f-image-1 {
    width: 50%;
}

.international-ff.flex .f-desc-1 {
    width: 50%;
    padding: 4em;
    display: flex;
    align-items: center;
    justify-content: center;
}
.railway.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    align-items: top;
}
.railway.flex .f-image-1 {
    width: 50%;
}

.railway.flex .f-desc-1 {
    width: 50%;
    padding: 0em 4em 4em 4em; 
    display: flex;
    align-items: center;
    justify-content: center;
}

.logistics.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    align-items: top;
}
.logistics.flex .f-image-1 {
    width: 50%;
}

.logistics.flex .f-desc-1 {
    width: 50%;
    padding: 0em 4em 4em 4em; 
    display: flex;
    align-items: center;
    justify-content: center;
}
.ecommerce.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    align-items: top;
}
.ecommerce.flex .f-image-1 {
    width: 50%;
}

.ecommerce.flex .f-desc-1 {
    width: 50%;
    padding: 0em 4em 4em 4em; 
    display: flex;
    align-items: center;
    justify-content: center;
}

.tabs > ul li a {
    background: #ddd;
    padding: 14px 25px;
    color: #222;
} 
.tabs > ul li.active a {
    background: #153D94;
    padding: 14px 25px;
    color: #fff;
} 
.tabs > ul li.list-inline-item {
    margin-right: -3px;
} 
.tabs .panel-tab-content {
  background: #fff;
  padding: 30px 20px;
}
.card-header{
    border-radius: 0px;
}
.card .card-header a{
    color: #222;
}
.card {

    border-radius: 0px;
    margin-bottom: 10px;
}


.career.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    align-items: top;
}
.career.flex .f-image-1 {
    width: 50%;
}

.career.flex .f-desc-1 {
    width: 50%;
    padding: 4em;
    display: flex;
    align-items: center;
    justify-content: center;
    background:   #F3F3F3;
}
.career.flex .f-image-2 {
    width: 50%;
}

.career.flex .f-desc-2 {
    width: 50%;
    padding: 4em;
    display: flex;
    align-items: center;
    justify-content: center;
    background:   #F3F3F3;
}
.bg-bottom-content {
  background: #ffffff url('../supercms/images/bottom-bg.jpg')
}
.bg-bottom-content-global {
  background: #ffffff url('../supercms/images/bottom-bg-global.jpg')
}
.btn-text {
      font-weight: 700;
    letter-spacing: 1px;
}


.why-we-are.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    align-items: top;
}
.why-we-are.flex .content-left {
    width: 40%;
    padding-right: 3em;
}

.why-we-are.flex .content-right {
    width: 60%;
    display: flex;
    align-items: center;
    justify-content: center;
    
}

.why-we-are.flex div.flex {
    display: flex;
    flex-wrap: wrap;
}
.why-we-are-holder {
  width: 50%;
}
.why-img {
  width: 30%;
}
.why-desc {
  width: 70%;
}

.links.flex div.flex {
    display: flex;
    flex-wrap: wrap;
}
.wrapflex a {
    width: 45%;
    border: 2px solid #FF6018;
    padding: 10px;
    border-radius: 12px;
    background: #eee;
    margin-bottom: 2em;
    margin-right: 5%;
}
.links-img {
  width: 30%;
}
.links-desc {
  width: 70%;
}

.global.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    align-items: top;
}
.global.flex  .content-left {
    width: 50%;
    padding-right: 3em;
}

.global.flex .content-right {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    
}
.paddingbotcustom {
  padding-bottom: 20em;
}
.paddingtopcutomem {
  padding-top: 13em;
}
.qoute {
    position: absolute;
    margin-top: -18em;
    width: 100%;
    z-index: 1;
}
.qoutehead {
    background: #153D94;
    padding: 10px 20px;
}
.form-white {
  padding:2em;
}
span.qoutetext {
    font-size: 35px;
    font-weight: 600;
    line-height: 45px;
}
.qn h5 {
  font-size: 50px;
}
.qn > p {
  letter-spacing: 1px;
  font-weight:600;
  font-size: 16px;
}
.spot {
  font-size: 150px;
}
.qn-contain span:last-child {
  display: none;
}
.top-head {
    border-bottom:1px solid #eee;
    padding-bottom: 5px;
}
.top-head ul {
    margin-bottom: 0px;
    padding: 0px;
    font-size: 12px;
    font-weight: 500;
}

.dropdown:hover>.dropdown-menu {
  display: block;
}

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {



}

/* Medium Devices, Desktops */
@media only screen and (max-width : 991px) {
.flex-header {
    display: block;
    justify-content: space-between;
    align-items: center;
}

.flex-header .hide-on-mobile {
  display: none;
}
.flex-header .show-on-mobile {
  display: block;
}

}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
.menu li {
  display: block !important;
  padding-top: 10px;
  text-align: left;
  padding-left: 0px;
}

.nopaddingmobile {
  padding: 0px ;
}
.centeronmobile {
  text-align: center;
}
header {
  position: relative;
}
.product-img {
  margin: 0 auto;
}
.pull-left {
  float: none !important;
}
.pull-right {
  float: none !important;
}
.copyright {
  text-align: center;
}
.designby {
  text-align: center;
}
.aboutus.flex {
  display: block;
}
.aboutus.flex .image-holder {
    width: 100%;
}
.aboutus.flex .description-holder {
    width: 100%;
    padding-left: 0em;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 1em;
}
.paddingtop5em {
    padding-top: 3em;
}
.paddingtop4em {
    padding-top: 2em;
}
.milestones.flex {
    display: block;
    align-items: center;
    justify-content: center;
    padding: 0em 3em;
}
.career.flex {
   display: block;
}
.career.flex .f-image-1 {
    width: 100%;
}

.career.flex .f-desc-1 {
    width: 100%;
    padding: 4em;
    display: flex;
    align-items: center;
    justify-content: center;
    background:   #F3F3F3;
}
.career.flex .f-image-2 {
    width: 100%;
}

.career.flex .f-desc-2 {
    width: 100%;
    padding: 4em;
    display: flex;
    align-items: center;
    justify-content: center;
    background:   #F3F3F3;
}

.services.flex {
    display: block;
}
.services.flex .f-image-1 {
    width: 100%;
}

.services.flex .f-desc-1 {
    width: 100%;
    padding: 4em;
    display: flex;
    align-items: center;
    justify-content: center;
    background:   #F3F3F3;
}
.services.flex .f-image-2 {
    width: 100%;
}

.services.flex .f-desc-2 {
    width: 100%;
    padding: 4em;
    display: flex;
    align-items: center;
    justify-content: center;
    background:   #F3F3F3;
}
.services.flex .f-image-3 {
    width: 100%;
}

.services.flex .f-desc-3 {
    width: 100%;
    padding: 4em;
    display: flex;
    align-items: center;
    justify-content: center;
    background:   #F3F3F3;
}

.international-ff.flex {
    display: block;
}
.international-ff.flex .f-image-1 {
    width: 100%;
}

.international-ff.flex .f-desc-1 {
    width: 100%;
    padding: 4em;
    display: flex;
    align-items: center;
    justify-content: center;
}
.railway.flex {
    display: block;
}
.railway.flex .f-image-1 {
    width: 100%;
}

.railway.flex .f-desc-1 {
    width: 100%;
    padding: 4em 4em 4em 4em; 
    display: flex;
    align-items: center;
    justify-content: center;
}

.logistics.flex {
    display: block;

}
.logistics.flex .f-image-1 {
    width: 100%;
}

.logistics.flex .f-desc-1 {
    width: 100%;
    padding: 4em 4em 4em 4em; 
    display: flex;
    align-items: center;
    justify-content: center;
}
.ecommerce.flex {
    display: block;
}
.ecommerce.flex .f-image-1 {
    width: 100%;
}

.ecommerce.flex .f-desc-1 {
    width: 100%;
    padding: 4em 4em 4em 4em; 
    display: flex;
    align-items: center;
    justify-content: center;
}
.tabs > ul li a {
  line-height: 50px;
}
footer .flex {
  display: block;
  text-align: center;
}
footer .flex .footer-logo-details {
    width: 100%;
}
footer .flex .quicklinks {
    width: 100%;
    padding-top: 15px;
}
footer .flex .contact-info {
    width: 100%;
    padding-right: 0px;
    padding-top: 15px;
}
footer .flex .newsletter {
    width: 100%;
    padding-top: 15px;
}
footer .company-description {
    width: 100%;
    padding-top: 10px;
}
footer .menu li {
    display: block !important;
    padding-top: 10px;
    text-align: center;
    padding-left: 0px;
}

footer {
    padding: 30px 0;
}
footer form {
    width: 50%;
    margin: 0 auto;
}
.menu-details .navbar {
  padding: 0px
}
#primary-menu li > a {
  text-align: center;
  font-size: 18px;
}
.sub-menu.dropdown-menu {
    position: static;
    float: none;
    text-align: center;
    border: 0px;
    margin-top: 0px;
}
.why-we-are.flex {
  display: block;
}

.why-we-are.flex .content-left {
    width: 100%;
    padding: 3em;
}

.why-we-are.flex .content-right {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 3em;
}
.nopaddingtoponmob {
  padding-top: 0em;
}

.wrapflex a {
    width: 100%;
    border: 2px solid #FF6018;
    padding: 10px;
    border-radius: 12px;
    background: #eee;
    margin-bottom: 2em;
    margin-right: 0%;
}

}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {
footer form {
    width: 100%;
    margin: 0 auto;
}
.qoute {
    position: relative;
    margin-top: 0px;
    width: 100%;
    z-index: 1;
}
.global.flex {
    display: block;
}
.global.flex .content-left {
    width: 100%;
    padding-right: 0em;
}
.global.flex .content-right {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 2em;
}
.qn h5 {
    font-size: 40px;
}
.qn > p {
    letter-spacing: 1px;
    font-weight: 600;
    font-size: 13px;
}
.paddingtopcutomem {
    padding-top: 0em;
}
.spot {
    font-size: 100px;
}
.paddingbotcustom {
    padding-bottom: 5em;
}
.milestones.flex {
    display: block;
    align-items: center;
    justify-content: center;
    padding: 0em 0em;
}
.why-we-are.flex .content-right > .flex {
     display: block;
    flex-wrap: wrap; 
}
.why-img {
    width: 30%;
}
.why-desc {
    width: 70%;
}
.why-we-are-holder {
    width: 100%;
    padding-bottom: 1em;
}
.why-we-are.flex .content-right {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2em;
}

#logo img {
    width: 165px;
}

footer #logo img {
    width: 265px;
}

#primary-menu {
  padding-top: 15px;
}


}

/* Custom, iPhone Retina */ 
@media only screen and (max-width : 320px) {
    
}



/*# sourceMappingURL=style.css.map */

/*# sourceMappingURL=style.css.map */

