*{
    margin: 0;
    padding: 0;
    box-sizing:border-box;
}
html{
  font-size: 1rem;
}

body{
    font-family: 'Source Sans Pro', sans-serif;
    overflow-x: hidden;
}


a:hover{
  text-decoration: none;
}
a:focus{
  text-decoration: none;
}


h1,h2,h3{
  color: #1e2c52;
}
.max-width-85 {
    max-width: 1600px;
    width: 85%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.img-responsive{
  width: 100%;
}
button:focus {
  outline: none !important;
}
h3{
  font-size: 1.6rem;
    font-weight: 600;
}

p{
  font-size: 1.1rem;
}
.section-title {
  position: relative;
  display: flex;
  padding-bottom: 15px;
  flex-direction: column-reverse;
}
.section-title h1 {
  font-weight: 700;
  padding-bottom: 0;
  margin-bottom: 0px;
}
span.section-title-underline {
  display: flex;
  width: 8rem;
  height: 2px;
  background-color: #1E2C53;
}

li.active a {
  background-color: #1E2C53;
  color: #fff !important;
}

@media screen and (max-width: 1380px) {
.max-width-85 {
  max-width: 1600px;
  width: 95%;
}
}


/* ////////////////////scroll///////////////////////// */

/* ///////////////loading///////////////////// */

.loader {
  position: fixed;
  width: 100%;
  height: 100vh;
  background: #1E2C53;
  z-index: 10000;
  overflow: hidden;
}

.loader marquee {
  opacity: 0.2;
  text-transform: uppercase;
  line-height: 180px;
  margin: 0;
  padding: 0;
  color: #646464;
  font-size: 200px;
}

.loader .intro {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.loader .intro h1 {
  font-size: 6rem;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
}

.intro-title .letter {
  display: inline-block;
  line-height: 1em;
}

.page-top-text .letter2 {
  display: inline-block;
  line-height: 1em;
}


@media screen and (max-width: 1380px) {
  .loader .intro h1 {
    font-size: 4rem;
  }
  
}

@media screen and (max-width: 880px) {
  .loader .intro h1 {
    font-size: 2.8rem;
  }
  
}

@media screen and (max-width: 767px) {

  .loader .intro {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
}
  .loader .intro h1 {
    font-size: 2rem;
  }
  
}



.sticky-icon-item-block {
  position: relative;
}
.sticky-icon-item {
  position: fixed;
  right: 0;
  top: 180px;
  z-index:10;
  background-color: #1e2c52;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.sticky-icon {
  width: 50px;
  padding: 8px;
}


/* ////////////////////////navbar/////////////////////////// */

.header-top {
  position: fixed;
  z-index: 10;
  width: 100%;
  background-color: #CCCCCC;
}
.header-top-contact-details {
  display: flex;
  justify-content: flex-end;
  padding: 10px 0;
}
.header-top-contact-number, .header-top-mail-margin {
  padding-right: 25px;
  display: flex;
}
.header-top-contact-details p {
  margin-bottom: 0;
}
.header-top-contact-email {
  display: flex;
}
span.header-icon {
  margin-right: 8px;
}

header#header {
    position: relative;
    height: 80px;
}
.row.header-navbar {
  margin-top: 70px;
}


#header-nav {
    position: fixed;
    top: 0;
    display: block;
    width: 100%;
    background: #fff;
    -webkit-transition: -webkit-transform 0.7s 0.3s ease;
    -moz-transition: -moz-transform 0.7s 0.3s ease;
    -ms-transition: -ms-transform 0.7s 0.3s ease;
    transition: transform 0.7s 0.3s ease;
    z-index: 1;
  }
  #header-nav.hide-nav-bar {
    -webkit-transform: translate(0, -100%);
    -moz-transform: translate(0, -100%);
    -ms-transform: translate(0, -100%);
    transform: translate(0, -100%);
  }
  a.menu-link {
    float: right;
    display: block;
    padding: 1em;
  }
  nav[role=navigation] {
    clear: right;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  .js nav[role=navigation] {
    overflow: hidden;
    max-height: 0;

  }
  nav[role=navigation].active {
    max-height: 25em;

}
  nav[role=navigation] ul {
    margin: 0;
    padding: 0;
    float: left;
    padding: 0.7em 0;
 
  }
  nav[role=navigation] li a {
    display: block;
    padding: 0.6em;
    font-size: 1rem;
    color: #1E2C53;
    font-weight: 600;
    text-transform: uppercase;
    transition: all 0.3s ease-out;
}




nav[role=navigation] li a:hover{
    text-decoration: none;
    color: #caa07e;
    transition: all 0.3s ease-out;
}
  .menu-link {
    height: 30px;
    width: 33px;
    cursor: pointer;
  }
  .bar1,
  .bar2,
  .bar3 {
    margin-top: 3px;
    background: #999;
    width: 33px;
    height: 4px;
    position: absolute;
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
  }
  .bar2 {
    margin-top: 13px;
  }
  .bar3 {
    margin-top: 23px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
  }
  .brand {
    float: left;
    padding: 1em 0;
    max-width: 220px;
}
.brand img {
  width: 100%;
}
  .brand a {
    color: #1E2C53;
    font-size: 1.3rem;
    font-weight: 600;
    text-transform: uppercase;
}

  @media screen and (min-width: 48.25em) {
    a.menu-link {
      display: none;
    }
    .js nav[role=navigation] {
      max-height: none;
    }
    nav[role=navigation] ul {
      margin: 0 0 0 -0.25em;
      border: 0;
      float: right;
    }
    nav[role=navigation] li {
      display: inline-block;
    }
    nav[role=navigation] li a {
      border: 0;
    }
  }
  nav#menu {
    padding-top: 20px;
}

  @media screen and (max-width: 48.25em) {
    nav[role=navigation] {
      width: 100%;
  }
  nav[role=navigation] li a {
    padding-left: 0;
}
nav#menu {
   padding-top: 0px; 
}
  }


  @media screen and (max-width: 1024px) {
    div#header-nav .max-width-85{
      width: 95%;
    }

  }


  @media screen and (max-width: 991px) {
    nav[role=navigation] li a {
      padding: 0.5em;
      font-size: 1rem;
  }
  }

  @media screen and (max-width: 700px) {
  .row.header-navbar {
    margin-top: 70px;
}
      
#header-nav {
    position: absolute;
}    
  }

  @media screen and (max-width: 500px) {
  .header-top-contact-details {
    flex-direction: column;
}
.row.header-navbar {
    margin-top: 0;
}

.header-top {
    display: none;
} 
section#inner-banner-section{
    margin-top: 104px;
}
  }

  /* ////////////////////////navbar ends here/////////////////////////// */


  /* ////////////////////////home banner here/////////////////////////// */

  .homr-banner-image {
    min-height: 85vh;
    overflow: hidden;
}
section#home-banner-section {
  min-height: 85vh;
  overflow: hidden;
  margin-top: 140px;
}


.jarallax {
  position: relative;
  z-index: 0;
  display: flex;
  align-items: flex-end;
}
.homr-banner-text {
  background-color: #1E2C53;
  padding: 30px 35px;
  color: #fff;
  margin-bottom: 10%;
}
.homr-banner-text h2 {
  font-weight: 600;
  color: #fff;
}
.homr-banner-text p {
  font-size: 1.1rem;
}
button.read-more-btn {
  background-color: #fff;
  border: 0;
  padding: 7px 16px;
  font-size: 1.1rem;
  font-weight: 600;
  font-family: 'Source Sans Pro', sans-serif;
  transition: all 0.3s ease-out;
}
button.read-more-btn:hover{
  background-color: #caa07e;
  transition: all 0.3s ease-out;
  color: #fff;
}

.banner-block-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 100px;
}
.banner-block-item {
  background-color: #0c539a;
  padding: 35px 20px;
  width: 19%;
  position: relative;
  transition: all 0.3s ease-out;
}

.banner-block-item::before{
  position: absolute;
  content: "";
  width: 30%;
  height: 3px;
  background-color: #fff;
  top: 0;
  left: 0;
  transition: all 0.3s ease-out;
}
.banner-block-item:hover{
  background-color: #1968b8;
  transition: all 0.3s ease-out;
}

.banner-block-item:hover.banner-block-item::before{
  width: 100%;
  transition: all 0.3s ease-out;
}


.banner-block-item h3 {
  font-size: 1.3rem;
  font-weight: 600;
}
.banner-block-item h3 {
  font-size: 1.3rem;
  font-weight: 600;
  margin-top: 15px;
  color: #fff;
}




@media screen and (max-width: 1024px) {

  .homr-banner-text {
    margin-bottom: 6%;
    margin-top: 5%;
}
  .banner-block-row {
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-bottom: 50px;
}

.banner-block-item {
  width: 31%;
  margin-right: 2%;
  margin-bottom: 2%;
}
}


  /* ///////////////////////home banner ends here/////////////////////////// */


  /* ///////////////////////home about here/////////////////////////// */

  section#about-section {
    padding-top: 100px;
    position: relative;
    padding-bottom:60px;
}


.about-text-block {
  position: relative;
  height: 100%;
  padding: 30px 0;
}
.row.about-text-block-inner {
  height: 100%;
  position: relative;
}

h2.sub-text {
  font-weight: 700;
  font-size: 2rem;
  padding-bottom: 10px;
}
.about-image-block {
  overflow: hidden;
}

@media screen and (max-width: 576px) {

.verticle-text-container h2 {
  writing-mode: horizontal-tb;
  font-weight: 700;
  padding: 0;
  transform: rotate(0deg);
  text-align: left;
  padding-bottom: 10px;
}

}

  /* ///////////////////////home about ends here///////////////////////////
 */


    /* //////////////////////home-divisions here///////////////////////////
 */


 section#home-divisions-section {
  position: relative;
  padding: 80px 0 0;
}

section#home-divisions-section::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 40%;
  top: 0;
  left: 0;
  background-color: #EFEFEF;
}
.division-text {
  display: flex;
  justify-content: space-between;
}

button.read-more {
  background-color: #000000;
  color: #fff;
  padding: 6px 12px;
  border: 0;
  height: max-content;
  font-weight: 600;
  border-radius: 5px;
}
.division-text p {
  width: 80%;
  border-right: 1px solid #313131;
}

.row.home-divisions-title-block {
  padding-bottom: 20px;
}
.home-divisions-item-img {
  z-index: 0;
  position: relative;
}
.home-divisions-item {
  margin-bottom: 20px;
  transition: all 0.3s ease-out;
}

.home-divisions-item:hover {
  opacity: 1 !important;
  box-shadow: rgba(45,45,45,0.05) 0px 2px 2px, rgba(49,49,49,0.05) 0px 4px 4px, rgba(42,42,42,0.05) 0px 8px 8px, rgba(32,32,32,0.05) 0px 16px 16px, rgba(49,49,49,0.05) 0px 32px 32px, rgba(35,35,35,0.05) 0px 64px 64px;
  transform: translate(0, -4px);
  z-index: 999;
  transition: all 0.3s ease-out;
}
.home-divisions-item-text {
  width: 95%;
  margin: 0px auto;
  margin-top: -40px;
  background-color: #fff;
  padding: 20px 15px;
  position: relative;
  box-shadow: 0 2px 20px 0 rgba(0,0,0,0.08);
    transition: box-shadow .3s ease-out, transform .3s ease-out, opacity .2s ease-out;
    transition-delay: .1s;
    transform: translateZ(0);
}
.home-divisions-item-text h3 {
  font-size: 1.6rem;
  font-weight: 600;
}
.row.logi-department-block {
  padding: 60px 0 80px;
}
.logi-department-block-item {
  border-left: 2px solid #313131;
  padding-left: 20px;
}

section#investment-division-section {
  background-color: #EFEFEF;
  padding: 80px 0;
  margin-top: 80px;
}



@media screen and (max-width: 991px) {
  .division-text {
    flex-direction: column;
}
button.read-more {
  width: max-content;
}
.division-text p {
  width: 100%;
  border-right: 0px;
}


}

  /* ///////////////////////home CLIENTS SPEAK-section here/////////////////////////// */


 section#client-speak-section {
  padding-top: 60px;
  position: relative;
  margin-top: 50px;
}
section#client-speak-section::before {
  position: absolute;
  content: "";
  left: 0;
  width: 19%;
  height: 100%;
  background-color: #485169;
  top: 0;
}

section#client-speak-section::after {
  position: absolute;
  content: "";
  background-image: url(../svg/dot_01-01.svg);
  width: 250px;
  height: 150px;
  right: 0;
  top: 0;
  background-repeat: no-repeat;
  z-index: 7;
}

.row.client-speak-block {
  padding-top: 60px;
}
.client-speak-item {
  background-color: #F1F1FA;
  padding: 40px 40px 20px 70px;
  position: relative;
  margin-bottom: 80px;
}
.client-speak-quotation-mark-name {
  display: flex;
  margin-top: -70px;
}
.client-speak-name {
  padding-left: 40px;
}
.client-speak-name h3 {
  font-weight: 700;
  font-size: 1.6rem;
}
.client-speak-text {
  padding-top: 15px;
}
.client-speak-text::before {
  content: "";
  position: absolute;
  width: 50px;
  height: 2px;
  background-color: #1E2C53;
  left: 0;
  top: 78px;
}


@media screen and (max-width: 460px) {

.client-speak-quotation-mark-name {
  flex-direction: column;
}
.client-speak-name {
  padding-left: 0;
  padding-top: 10px;
}
.client-speak-item {
  padding: 30px 30px 30px 30px;
}
.client-speak-text::before {
  top: 123px;
}
}


    /* ///////////////////////home CLIENTS SPEAK-section ends here///////////////////////////
 */

 
    /* ///////////////////////home CLIENTS section here///////////////////////////
 */


 section#clients-section {
  padding: 100px 0;
  position: relative;
}
.client-logo {
  width: 180px;
  padding-bottom: 50px;
}
.client-logo img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  transition: filter .5s ease-in-out;
}
.client-logo img:hover {
  transition: filter .5s ease-in-out;
  -webkit-filter: grayscale(0%); /* Ch 23+, Saf 6.0+, BB 10.0+ */
  filter: grayscale(0%); /* FF 35+ */
}




    /* ///////////////////////home contact wrapper section here///////////////////////////
 */


section#contact-wrapper-section {
  padding: 80px 0;
  position: relative;
}
.contact-wrapper-text h4 {
  font-size: 1.5rem;
  font-weight: 600;
  width: 90%;
}
.contact-wrapper-text p {
  padding-top: 15px;
  width: 90%;
}
button.contact-wrapper-button {
  background-color: #fff;
  border: 0;
  font-size: 1.4rem;
  font-weight: 600;
  height: 55px;
  display: flex;
  align-items: center;
  padding-left: 15px;
  box-shadow: 0 10px 20px 0 rgba(0,0,0,0.08);
  transition: box-shadow .3s ease-out, transform .3s ease-out, opacity .2s ease-out;
  transition-delay: .1s;
  transform: translateZ(0);
  margin-top: 30px;
  transition: .5s ease-in-out;
}
span.contact-wrapper-button-icon {
  background-color: #1E2C53;
  height: 55px;
  margin-left: 15px;
  display: flex;
  padding: 13px 5px;
  transition: .5s ease-in-out;
}

button.contact-wrapper-button:hover{
  background-color:#1E2C53;
  color: #fff;
  transition: .5s ease-in-out;
}
span.contact-wrapper-button-icon:hover{
  background-color: #e4d4c6;
  transition: .5s ease-in-out;
}



    /* ///////////////////////home footer section here///////////////////////////
 */


#footer-details-section {
  padding: 60px 0;
  background-color: #E6E6E6;
  position: relative;
  color: #606060;
}

.footer-logo img {
  width: 100%;
}
.footer-logo {
  width: 210px;
  margin-bottom: 18px;
}

.row.contact-details-block {
  padding-top: 25px;
}
.contact-details-block-item h3 {
  font-weight: 600;
  padding-bottom: 10px;
  color: #606060;
}
.contact-details-block-item ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.contact-details-block-item ul li {
  display: flex;
  padding-bottom: 5px;
  font-size: 1.1rem;
}
i.contact-icon {
  padding-right: 15px;
}

.contact-details-block-item ul li a{
  color: #606060;
  transition: .3s ease-in-out;
}
.contact-details-block-item ul li :hover{
  color: #000;
  transition: .3s ease-in-out;
}



footer#page-footer {
  padding: 30px 0;
}

.footer-brand {
  min-width: 100px;
  max-width: 200px;
}
.footer-brand img{
  width:100%;
}
ul.social-media-block {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: flex-end;
}
li.social-media-link {
  padding-top: 16px;
  padding-right: 20px;
}
.copywrite-text p {
  padding-top: 11px;
  font-size: 1rem;
  color: #A3A0A0;
}
.copywrite-text a {
  font-size: 1rem;
  color: #313131;
}

@media screen and (max-width: 767px) {
h1{
  font-size: 2rem;
}
h2{
  font-size: 1.5rem;
}

.contact-details-block-item {
  padding-top: 20px;
}

}

/* 
//////////////////////////////////about page//////////////////////////////////// */



  /* ////////////////////////home banner here/////////////////////////// */

  section#page-main-text{
    margin-top: 125px;
  }
  section#page-main-text h1 {
    font-size: 2.6rem;
    font-weight: 700;
    padding-right: 25%;
}

  .inner-banner-image {
    min-height: 60vh;
    overflow: hidden;
}
section#inner-banner-section {
  min-height: 60vh;
  margin-top: 140px;
  position: relative;
}

.inner-banner-image.jarallax{
  width: 100%;
  float: right;
}
#inner-banner-section img.jarallax-img {
  width: 100% !important;
  right: 0 !important;
  left: auto !important;
}

.jarallax {
  position: relative;
  z-index: 0;
  display: flex;
  align-items: flex-end;
}
.inner-banner-text h1 {
  font-size: 5rem;
  font-weight: 700;
  color: #ededed;
  margin-bottom: 50px;
  line-height: .8;
}




#banner-block-md {
  display: none;
}


@media screen and (max-width: 600px) {
  .banner-block-row.md-none {
    display: none;
}
.homr-banner-text {
  margin-bottom: 50%;
}

.banner-block-row {
  margin-top: -25%;
  z-index: 1;
  position: relative;
  margin-bottom: 0;
}
#banner-block-md {
  display: block;
}
.banner-block-item {
  width: 48%;
  margin-right: 2%;
  margin-bottom: 2%;
}
}

@media screen and (max-width: 400px) {
  .banner-block-item {
    width: 100%;
    margin-right: 0%;
    margin-bottom: 2%;
  }
}


/* //////////////about inner block///////////////// */

section#csr-division-section {
    background-color: #EFEFEF;
    padding: 80px 0;
}
.csr-division-img {
  padding-bottom: 15px;
}

.two-column-text {
  column-count: 2;
}
section#about-inner-block-text {
  padding: 50px 0 0;
}
.row.our-vision-mission-block {
  padding: 60px 0;
}
.inner-what-makeus-special-item {
  display: flex;
  margin-top: 25px;
}
section#about-what-makeus-special-section {
  position: relative;
  background-color: #EFEFEF;
  padding: 80px 0 0;
}


/* /////////////////////inner-divisions-section///////////////////////// */

#inner-divisions-section{
  background-color: #EFEFEF;
  padding: 80px 0 0px;
}
section#inner-divisions-section01 {
  padding: 20px 0 0px;
  position: relative;
}
section#inner-divisions-section01::before {
  position: absolute;
  content: "";
  height: 10%;
  width: 100%;
  left: 0;
  top: 0;
  background-color: #EFEFEF;
}
.row.inner-division-block {
  padding: 40px 0;
  border-bottom: 1px solid #313131;
  position: relative;
}
div#absolute-transportation-systems .inner-division-block-text {
  padding-right: 20px;
}
div#absolute-transportation-systems::before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 80%;
  background-color: #fff;
  height: 100%;
}
.row.inner-division-block.no-border {
  border-bottom: 0;
  padding-bottom: 0px;
}
div#absolute-agricultural-systems {
  margin-bottom: 60px;
}

div#absolute-energy-systems::before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 80%;
  background-color: #fff;
  height: 100%;
}

div#absolute-energy-systems .inner-division-block-text{
  padding-right: 20px;
}

@media screen and (max-width: 767px) {
.inner-division-block-img {
  padding-top: 20px;
}
div#absolute-transportation-systems,#absolute-agricultural-systems,#absolute-energy-systems,#absolute-electronics-digital-media-systems {
  flex-direction: column-reverse;
}
.investment-division-text {
  padding-top: 20px;
}
div#absolute-energy-systems::before {
  width: 100%;
}
div#absolute-transportation-systems::before {
  width: 100%;
}
}

    /* ///////////////////////contact form section here///////////////////////////
 */

 section#contact-form-section {
  padding: 60px 0;
  position: relative;
}
.demoInputBox {
  margin-bottom: 10px;
  border: 0;
  border-bottom: 1px solid #313131;
  border-radius: 0;
  padding: 10px 0;
  background-color: transparent;
}
textarea#content {
  height: 210px;
  border: 1px solid #313131;
  padding: 20px;
}
.row.form-group-wrapper {
  padding-top: 20px;
}
button.submit-btn {
  font-size: 1.2rem;
  font-weight: 600;
  background-color: transparent;
  border: 0;
  border-bottom: 2px solid #313131;
}

.demoInputBox:focus {
  outline: none !important;
  box-shadow: none !important;
}
.contact-form-block {
  width: 92%;
}

.contact-form-details-block ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.contact-form-details-block {
  background-color: #485169;
  padding: 60px 50px;
  color: #fff;
}
.contact-form-details-block ul li {
  font-size: 1.1rem;
  display: flex;
}
.contact-form-details-block ul li p {
  display: flex;
  flex-direction: column;
  color: #fff;
  font-weight: 600;
}
.contact-form-details-block ul li p span {
  margin-top: 5px;
  font-size: 1.2rem;
  color: #fff;
  font-weight: 500;
}
section#location-map {
  margin-bottom: -6px;
}



@media screen and (max-width: 1400px) {
  .contact-form-details-block {
    padding: 60px 25px;
}

.contact-form-details-block ul li p {
  overflow-wrap: break-word;
}
}

@media screen and (max-width: 767px) {

section#page-main-text h1 {
  padding-right: 0;
}

}

@media screen and (max-width: 576px) {
  .two-column-text {
    column-count: 1;
}
}


/* ///////////////////scroll to top////////////////////// */





.scrollToTop{
	width:48px; 
	height:48px;
	padding:0px; 
	text-align:center; 
	background: whiteSmoke;
	font-weight: bold;
	color: #444;
	text-decoration: none;
	position:fixed;
	bottom:30px;
	right:40px;
	display:none;
	background: url('../img/arrow_up.png') no-repeat 0px 0px;
}
.scrollToTop:hover{
	text-decoration:none;
}