
    @font-face {
      font-family: 'Myriad Pro Regular';
      font-style: normal;
      font-weight: normal;
      src: local('Myriad Pro Regular'), url('../fonts/MYRIADPRO-REGULAR.woff') format('woff');
      }
      
  
      @font-face {
      font-family: 'Myriad Pro Condensed';
      font-style: normal;
      font-weight: normal;
      src: local('Myriad Pro Condensed'), url('../fonts/MYRIADPRO-COND.woff') format('woff');
      }
      
  
      @font-face {
      font-family: 'Myriad Pro Light';
      font-style: normal;
      font-weight: normal;
      src: local('Myriad Pro Light'), url('../fonts/MyriadPro-Light.woff') format('woff');
      }
      
  
      @font-face {
      font-family: 'Myriad Pro Semibold';
      font-style: normal;
      font-weight: normal;
      src: local('Myriad Pro Semibold'), url('../fonts/MYRIADPRO-SEMIBOLD.woff') format('woff');
      }
  
      @font-face {
      font-family: 'Myriad Pro Bold Condensed';
      font-style: normal;
      font-weight: normal;
      src: local('Myriad Pro Bold Condensed'), url('../fonts/MYRIADPRO-BOLDCOND.woff') format('woff');
      }
      
  
      @font-face {
      font-family: 'Myriad Pro Bold';
      font-style: normal;
      font-weight: normal;
      src: local('Myriad Pro Bold'), url('../fonts/MYRIADPRO-BOLD.woff') format('woff');
      }
html {
  scroll-behavior: smooth;
  height: 100%;
}

body {
  margin: 0;
  padding: 0;
  outline: 0!important;
  background: #fff;
  font-family: 'Myriad Pro Regular';
  height: 100%;
}

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav{
  display: initial;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

h2 {
  font-size: 30px;
}

a, a:hover {
  text-decoration: none;
}

h1 {
  font-size: 30px;
}

h3 {
  font-size: 24px;
}
.flex-cen{
    display: flex;
    justify-content: center;
    align-items: center;
}

/***************/

.p-50 {
  padding: 70px 0;
}

.p-80 {
  padding: 80px 0;
}

.pt-80 {
  padding-top: 80px;
}

.pt-40 {
  padding-top: 40px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-80 {
  padding-bottom: 80px;
}
.top-border {
background: #f07047; /* Old browsers */
background: -moz-linear-gradient(left,  #f07047 0%, #f07047 50%, #006ca7 50%, #006ca7 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  #f07047 0%,#f07047 50%,#006ca7 50%,#006ca7 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  #f07047 0%,#f07047 50%,#006ca7 50%,#006ca7 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f07047', endColorstr='#006ca7',GradientType=1 ); 
width: 100%;
display: inline-block;
}
.h-15 {
  height: 15px;
}
.orange {
  background: #f07047;
}
.blue {
  background: #006ca7;
}
.blue-text {
  color: #006ca7;
}
.black-text {
  color: #1a1a1a;
}
.white {
  background: #fff;
}
.green {
  background: #4f9748;
}
.gray {
  background: #e8e8e8;
    position: relative;
}
.light-gray {
  background: #f0f0f0;
    position: relative;
}

/* ********|| HOME PAGE STARTS ||******** */

.side-quick-contract {
  /* height: 100px; */
  width: auto;
  position: fixed;
  right: 0;
  top: 50%;
  display: flex;
  z-index: 999;
  flex-direction: column;
  justify-content: flex-end;
}

.whats-link {
  background: #008200;
  box-sizing: border-box;
  padding: 6px 10px;
  display: flex;
  width: 43px;
  height: 43px;
  transition: width 0.5s;
  -webkit-transition: width 0.5s;
  -moz-transition: width 0.5s;
  -o-transition: width 0.5s;
  -ms-transition: width 0.5s;
  margin-left: auto;
  overflow: hidden;
  align-items: center;
}

.truckPosition {
  background: #ee872b;
  margin-top: 3px;
}

.logo-text > h4 {
  color: #0056a4;
  font-size: 28px;
  white-space: nowrap;
  margin-bottom: 0;
  font-family: 'Myriad Pro Semibold';
}
.top-icon {
  width: 25px;
  height: 25px;
  border:1px solid #f07047;
  color: #f07047;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.70s;
  -webkit-transition: 0.70s;
  -moz-transition: 0.70s;
  -ms-transition: 0.70s;
  -o-transition: 0.70s;
}
.top-link:hover .top-icon {
  transition: 0.70s;
  -webkit-transition: 0.70s;
  -moz-transition: 0.70s;
  -ms-transition: 0.70s;
  -o-transition: 0.70s;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.top-icon > svg {
  font-size: 12px;
}
.whats-link>svg {
  font-size: 30px;
  color: #fff;
}

.whats-link:hover {
  width: 150px;
  overflow: initial;
}

span.icon-bar {
  color: transparent;
  background: #35b4c4;
  width: 23px;
  height: 3px;
  display: inline-block;
  border-radius: 24px;
  margin: 2px 0;
}

.menu-box .navbar-toggler {
  border: none!important;
}

.menu-box .navbar-toggler:focus {
  box-shadow: none!important;
  border: 0!important;
  outline: 0!important;
}

.top-logo {

  padding: 15px 0 23px;
}

.top-bar a {
  padding: 0px;
  text-decoration: none;
  font-size: 13px;
  font-weight: normal;
    
}

.menu-box .navbar-nav .dropdown-menu {
  top: 23px;
  border-width: 0 0 5px 0!important;
  border-radius: 0!important;
  border-color: #35b4c4;
  border-style: solid;
}

.menu-box .dropdown-toggle::after {
  border-color: #35b4c4;
  border-style: solid;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 2px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}

.menu-box .dropdown-item {
  padding: 5px 15px;
  font-size: 12px;
  color: #5d5d5d;
  text-transform: uppercase;
  font-weight: normal;
  box-sizing: border-box;
}

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

.dropdown>.dropdown-toggle:active {
  pointer-events: none;
}
.brochurBtn {
  padding: 12px 30px 12px 31px;
}
.brochurBtn > h6 {
  font-size: 13px;
  color: #fff;
  margin-top: 5px;
  text-transform: uppercase;
  display: inline-block;
}
.menu-box {
  box-sizing: border-box;
  padding: 0;
  background: #dfdfdf;
  border-top: 1px solid #006ca7;
  box-shadow: 0px 6px 7px 0px rgba(0, 0, 0, 0.8);
  -webkit-box-shadow: 0px 6px 7px 0px rgba(0, 0, 0, 0.8);
  position: relative;
  z-index: 99;
}
.menu-box .navbar-nav .nav-link {
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  box-sizing: border-box;
  padding: 7px 15px;
  height: 100%;
  display: flex;
    align-items: center;
  /* transition: font-size 0.5s;
  -webkit-transition: font-size 0.5s;
  -moz-transition: font-size 0.5s;
  -o-transition: font-size 0.5s;
  -ms-transition: font-size 0.5s; */
}

.menu-box .navbar-nav .nav-link.active, .menu-box .navbar-nav .nav-link:hover {
  background: #005686!important;
}

header.stickyHead .top-bar {
  display: none;
  height: 0px;
}

/***/

@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(.97, .97, .97);
    transform: scale3d(.97, .97, .97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

/***/

header.stickyHead .menu-box .navbar-nav .nav-link {
  font-size: 12px;
}

header.stickyHead .menu-box {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  height: 76px;
  padding: 6px 3%;
  border-bottom: 2px solid #35b4c4;
  /* -webkit-animation-name: sliderDown;

  animation-name: sliderDown; */
}

/*****************/

/* @-webkit-keyframes sliderDown {

  from {

    opacity: 0;

    -webkit-transform: translate3d(0, -100%, 0);

    transform: translate3d(0, -100%, 0);

  }



  to {

    opacity: 1;

    -webkit-transform: translate3d(0, 0, 0);

    transform: translate3d(0, 0, 0);

  }

}

@keyframes sliderDown {

  from {

    opacity: 0;

    -webkit-transform: translate3d(0, -100%, 0);

    transform: translate3d(0, -100%, 0);

  }



  to {

    opacity: 1;

    -webkit-transform: translate3d(0, 0, 0);

    transform: translate3d(0, 0, 0);

  }

} */

/*****************/

header.stickyHead .navbar-brand>img {
  height: 50px;
}

header .navbar-brand>img {
  height: 81px;
  transition: height 0.5s;
  -webkit-transition: height 0.5s;
  -moz-transition: height 0.5s;
  -o-transition: height 0.5s;
}

.main-holder {
  position: relative;
}

.hSlider {
  
  border-bottom: 4px solid #f07047;
}
.hSlider .banner-style{
    position: relative;
}
.hSlider .form-part{
    padding: 30px;
    background-color: #000;
    position: absolute;
    width: 100%;
}
/*
.hSlider .amsFilter {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  z-index: 9;
  width: 100%;
  max-width: 1110px;
  bottom: 0;
  background:rgba(0, 0, 0, 0.79);
  box-sizing: border-box;
  padding: 30px;
}
*/
.hSlider .amsFilter .form-group{
    display: flex;
    margin: 0;
}
.hSlider .amsFilter .form-group .btn-filter{
        padding: 6px 30px;
    color: #fff;
    background-color: #f07047;
    text-decoration: none;
    border: none;
    border-radius: 2px;
    font-weight: 600;
}
.hSlider .amsFilter .form-group .custom-select{
    margin-right: 20px;
    border-radius: 2px;
}
.hSlider .hsText {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  z-index: 9;
  /* width: 100%; */
  max-width: 1110px;
  top: 50%;
}

.hService .left {
  position: relative;
}

.hService .left .sl-text {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  background: rgba(0, 0, 0, 0.3);
  display: flex;
  justify-content: flex-end;
  align-items: center;
  box-sizing: border-box;
  padding: 30px;
}

.hService .left .sl-text>span {
  font-size: 39px;
  color: #fff;
  font-weight: normal;
  position: relative;
  text-transform: uppercase;
}

.hService .left .sl-text>span::before {
  position: absolute;
  content: '';
  width: 60px;
  height: 3px;
  top: 100%;
  right: 0;
  display: inline-block;
  background: #fff;
}

.servicHigjt {
  position: relative;
  min-height: 131px;
}

.hService {
  position: absolute;
  top: -100px;
  z-index: 10;
  width: 100%;
}

.hsText h4 {
  font-size:50px;
  font-weight: normal;
  color: #fff;
  text-transform: uppercase;
  margin: 0;
  line-height: 49px;
  text-align: center;
    position: absolute;
    top: 40%;
    display: block;
    margin: 0 auto;
    width: 100%;
}

.hsText h1 {
  font-size: 74px;
  font-weight: bold;
  font-style: italic;
  color: #fff;
  text-transform: uppercase;
  margin: 0;
  line-height: 68px;
}

.hService .right {
  background: #fff;
  display: inline-block;
  width: 100%;
  /* height: 100%; */
}

#service-carousel {
  position: relative;
  height: 100%;
}

#service-carousel .owl-nav {
  position: absolute;
  right: 0;
  top: calc(50% - 49px);
  top: -webkit-calc(50% - 49px);
  top: -moz-calc(50% - 49px);
  top: -o-calc(50% - 49px);
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0;
}

#service-carousel .owl-nav>button {
  width: 40px;
  height: 40px;
  background: #35b4c4;
  margin: 1px 0;
  border-radius: 0;
}

#service-carousel .owl-nav>button span {
  color: transparent;
}

#service-carousel .owl-nav>button.owl-prev span {
  background: url(../images/left-arrow.png) no-repeat left top;
  display: inline-block;
  width: 18px;
  height: 32px;
}

#service-carousel .owl-nav>button.owl-next span {
  background: url(../images/right-arrow.png) no-repeat left top;
  display: inline-block;
  width: 18px;
  height: 32px;
}

#service-carousel .owl-nav>button:hover {
  background: #000;
}

#service-carousel .owl-nav>button:focus {
  outline: 0!important;
}

#service-carousel .item {
  position: relative;
  min-height: 230px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  flex-direction: column;
}

#service-carousel .item>h3 {
  font-size: 14px;
  text-transform: uppercase;
  color: #343434;
  text-align: center;
  line-height: 20px;
  margin-top: 10px;
  font-weight: normal;
}

#service-carousel .item::before {
  position: absolute;
  content: '';
  width: 1px;
  height: 154px;
  right: 0;
  top: calc(50% - 72px);
  top: -webkit-calc(50% - 72px);
  top: -moz-calc(50% - 72px);
  top: -o-calc(50% - 72px);
  top: -ms-calc(50% - 72px);
  display: inline-block;
  background: #999999;
}

#service-carousel .item-icon {
  width: 120px;
  height: 120px;
  border: 2px solid #287f86;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  /* vertical-align: middle;

    -webkit-transform: perspective(1px) translateZ(0);

    transform: perspective(1px) translateZ(0);

    box-shadow: 0 0 1px rgba(0, 0, 0, 0);

    position: relative;

    -webkit-transition-duration: 0.3s;

    transition-duration: 0.3s;

    -webkit-transition-property: transform;

    transition-property: transform; */
}

/* #service-carousel .item-icon:before {

    pointer-events: none;

    position: absolute;

    z-index: -1;

    content: '';

    top: 103%;

    left: 5%;

    height: 10px;

    width: 90%;

    opacity: 0;

    background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);

    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);

    

    -webkit-transition-duration: 0.3s;

    transition-duration: 0.3s;

    -webkit-transition-property: transform, opacity;

    transition-property: transform, opacity;

  }

  #service-carousel .item-icon:hover, #service-carousel .item-icon:focus, #service-carousel .item-icon:active {

    -webkit-transform: translateY(-5px);

    transform: translateY(-5px);

    

  }

  #service-carousel .item-icon:hover:before, #service-carousel .item-icon:focus:before, #service-carousel .item-icon:active:before {

    opacity: 1;

    -webkit-transform: translateY(5px);

    transform: translateY(5px);

  } 

  #service-carousel .item-icon:before {

    content: "";

    position: absolute;

    z-index: -1;

    left: 0;

    right: 0;

    bottom: 0;

    border-radius: 100%;

    -webkit-transform: scale(0);

    transform: scale(0);

    -webkit-transition-property: transform;

    transition-property: transform;

    -webkit-transition-duration: 0.6s;

    transition-duration: 0.6s;

    -webkit-transition-timing-function: ease-out;

    transition-timing-function: ease-out;

  }

  #service-carousel .item-icon:hover, #service-carousel .item-icon:focus, #service-carousel .item-icon:active {

    color: white;

  }

  #service-carousel .item-icon:hover:before, #service-carousel .item-icon:focus:before, #service-carousel .item-icon:active:before {

    -webkit-transform: scale(1);

    transform: scale(1);

  }*/

.servicIcon-one {
  background: url(../images/Services-blue-01.svg) no-repeat center top;
  width: 82px;
  height: 65px;
  display: inline-block;
}

.servicIcon-two {
  background: url(../images/Services-blue-02.svg) no-repeat center top;
  width: 82px;
  height: 65px;
  display: inline-block;
}

.servicIcon-third {
  background: url(../images/Services-blue-03.svg) no-repeat center top;
  width: 82px;
  height: 65px;
  display: inline-block;
}

.servicIcon-fourth {
  background: url(../images/Services-blue-04.svg) no-repeat center top;
  width: 82px;
  height: 65px;
  display: inline-block;
}

.servicIcon-fivth {
  background: url(../images/Services-blue-05.svg) no-repeat center top;
  width: 82px;
  height: 65px;
  display: inline-block;
}

.servicIcon-sixth {
  background: url(../images/Services-blue-06.svg) no-repeat center top;
  width: 82px;
  height: 65px;
  display: inline-block;
}

.servicIcon-seventh {
  background: url(../images/Services-blue-07.svg) no-repeat center top;
  width: 82px;
  height: 65px;
  display: inline-block;
}

.servicIcon-eighth {
  background: url(../images/Services-blue-08.svg) no-repeat center top;
  width: 82px;
  height: 65px;
  display: inline-block;
}

.servicIcon-ninth {
  background: url(../images/Services-blue-09.svg) no-repeat center top;
  width: 82px;
  height: 65px;
  display: inline-block;
}

.servicIcon-tenth {
  background: url(../images/Services-blue-10.svg) no-repeat center top;
  width: 82px;
  height: 65px;
  display: inline-block;
}

.process ul.p-list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

.process ul li.p-item {
  width: 50%;
  min-height: 229px;
  display: inline-flex;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  background: #35b4c4;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.process ul li.p-item:nth-child(2), .process ul li.p-item:nth-child(3) {
  box-sizing: border-box;
  padding: 20px;
}

.process ul li.p-item>h3 {
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-weight: normal;
}

.process ul li.p-item>a {
  text-align: center;
  font-size: 12px;
  color: #fff;
  font-weight: normal;
  background: #000;
  box-sizing: border-box;
  padding: 2px 8px;
  text-decoration: none;
  border-radius: 10px;
  margin-top: 8px;
}

.process ul li.p-item:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.process ul li.p-item:hover>h3, .process ul li.p-item:focus>h3, .process ul li.p-item:active>h3 {
  color: #35b4c4;
}

.process ul li.p-item:hover:before, .process ul li.p-item:focus:before, .process ul li.p-item:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

/* About Us */

.about-box .top h3 {
  color: #287f86;
  text-transform: uppercase;
  font-weight: normal;
}

.about-box .top p {
  font-size: 13px;
  color: #231f20;
  font-weight: normal;
}

.about-box .top>a {
  text-align: center;
  font-size: 12px;
  color: #fff;
  font-weight: normal;
  background: #35b4c4;
  box-sizing: border-box;
  padding: 5px 0;
  text-decoration: none;
  border-radius: 20px;
  margin-top: 8px;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  min-width: 100px;
}

.about-box .top>a:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  /* W3C */
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform, opacity;
  transition-property: transform, opacity;
}

.about-box .top>a:hover, .about-box .top>a:focus, .about-box .top>a:active {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}

.about-box .top>a:hover:before, .about-box .top>a:focus:before, .about-box .top>a:active:before {
  opacity: 1;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
}

hr {
  border-bottom: 1px solid #999999;
  margin: 0;
}

hr.innerBorder {
  max-width: 1115px;
  margin: 0 auto;
  width: 100%;
  border-bottom: 1px solid #cecece;
}

.about-box .bottom li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  padding: 27px 0;
}

.about-box .bottom li:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #35b4c4;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.v-icon {
  transition: margin 0.3s;
  -webkit-transition: margin 0.3s;
  -moz-transition: margin 0.3s;
  -o-transition: margin 0.3s;
}

.about-box .bottom li:hover .v-text h4, .about-box .bottom li:focus .v-text h4, .about-box .bottom li:active .v-text h4, .about-box .bottom li:hover .v-text p, .about-box .bottom li:focus .v-text p, .about-box .bottom li:active .v-text p {
  color: white;
  font-weight: normal;
}

.about-box .bottom li:hover:before, .about-box .bottom li:focus:before, .about-box .bottom li:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.about-box .bottom li:hover .v-icon, .about-box .bottom li:focus .v-icon, .about-box .bottom li:active .v-icon {
  margin-left: 10px;
}

.about-box .bottom li span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 100px;
  background: #fff;
  margin-right: 20px;
  border-radius: 100%;
}

.v-eye {
  background: url(../images/eye.png) no-repeat left top;
  width: 60px;
  height: 60px;
  display: inline-block;
}

.v-target {
  background: url(../images/target.png) no-repeat left top;
  width: 60px;
  height: 60px;
  display: inline-block;
}

.v-text {
  padding-right: 104px;
}

.v-text h4 {
  font-size: 24px;
  color: #287f86;
  text-transform: uppercase;
  font-weight: normal;
}

.v-text p {
  font-size: 13px;
  color: #231f20;
  font-weight: normal;
}

/* why */

.whyus {
  position: relative;
  overflow: hidden;
  /* display: flex;

      justify-content: center; */
}

.whyus .why-text {
  background: url(../images/why-bg.jpg) no-repeat center center;
  background-attachment: fixed;
  background-size: cover;
  /* position: absolute;

      width: 100%;

      top:0;

      left:50%;

      transform: translate(-50%, 0);

      -webkit-transform: translate(-50%, 0);

      -moz-transform: translate(-50%, 0);

      -o-transform: translate(-50%, 0);

      -ms-transform: translate(-50%, 0);

      max-height: 500px;

      max-width: 1170px;

      height: 100%;*/
}

.why-text h1 {
  color: #fff;
  text-transform: uppercase;
  font-weight: normal;
  text-align: center;
  margin-bottom: 50px;
}

.why-icon-one {
  background: url(../images/w-icon3.png) no-repeat left top;
  width: 32px;
  height: 32px;
  display: inline-block;
}

.why-icon-two {
  background: url(../images/w-icon2.png) no-repeat left top;
  width: 32px;
  height: 32px;
  display: inline-block;
}

.why-icon-third {
  background: url(../images/w-icon1.png) no-repeat left top;
  width: 32px;
  height: 32px;
  display: inline-block;
}

.wtext-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}

.wtext-box>span {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 68px;
  width: 68px;
  border: 1px solid #35b4c4;
  border-radius: 100%;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}

.wtext-box:hover span {
  background: #35b4c4;
}

.wtext-box span:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  top: 120%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  background: none;
  /* background: -webkit-radial-gradient(center, ellipse, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0) 60%);

        background: radial-gradient(ellipse at center, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0) 60%); */
  /* W3C */
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform, opacity;
  transition-property: transform, opacity;
}

.wtext-box:hover span:before {
  opacity: 1;
}

.wtext-box:hover span, .wtext-box:focus span, .wtext-box:active span {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}

.wtext-box:hover:before span, .wtext-box:focus:before span, .wtext-box:active:before span {
  opacity: 1;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
}

.why-text h3 {
  color: #fff;
  text-transform: uppercase;
  font-weight: normal;
  text-align: center;
  margin: 30px 0;
}

.why-text p {
  color: #fff;
  font-weight: normal;
  text-align: center;
  font-size: 13px;
  line-height: 20px;
  padding: 0 20px;
}

.why-text a {
  text-align: center;
  font-size: 12px;
  color: #35b4c4;
  font-weight: normal;
  /* background: #35b4c4; */
  box-sizing: border-box;
  padding: 5px 0;
  text-decoration: none;
  border-radius: 20px;
  margin-top: 8px;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  min-width: 100px;
}

.why-text a:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  background: -webkit-radial-gradient(center, ellipse, rgba(255, 255, 255, 0.35) 0%, rgba(255, 255, 255, 0) 80%);
  background: radial-gradient(ellipse at center, rgba(255, 255, 255, 0.35) 0%, rgba(255, 255, 255, 0) 80%);
  /* W3C */
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform, opacity;
  transition-property: transform, opacity;
}

.why-text a:hover, .why-text a:focus, .why-text a:active {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}

.why-text a:hover:before, .why-text a:focus:before, .why-text a:active:before {
  opacity: 1;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
}

/* Team Member */

.team {
  background: #fff;
}

.teamNember h1 {
  color: #287f86;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 50px;
}

.team-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.titem-img {
  width: 200px;
  height: 200px;
  border-radius: 100%;
  padding: 6px;
}

.team-item h5 {
  font-size: 20px;
  color: #313131;
  margin-top: 12px;
  text-transform: capitalize;
}

.team-item span {
  font-size: 12px;
  color: #313131;
  margin: 0;
  text-transform: capitalize;
}

.team-item img {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  filter: grayscale(100%);
  border-radius: 100%;
  width: 100%;
  display: block;
  border: 6px solid #287f86;
  transition: filter 0.3s, box-shadow 0.3s;
  -webkit-transition: filter 0.3s, -webkit-filter 0.3s, box-shadow 0.3s;
  -moz-transition: filter 0.3s, -webkit-filter 0.3s, box-shadow 0.3s;
  -o-transition: filter 0.3s, -webkit-filter 0.3s, box-shadow 0.3s;
  -ms-transition: filter 0.3s, -webkit-filter 0.3s, box-shadow 0.3s;
}

.team-item:hover img {
  -webkit-filter: none;
  -moz-filter: none;
  -o-filter: none;
  -ms-filter: none;
  filter: none;
}

#team-carousel .owl-nav [class*='owl-']:hover {
  background: none!important;
  color: #FFF;
  text-decoration: none!important;
}

.owl-theme .owl-nav [class*='owl-']:focus {
  outline: 0!important;
  box-shadow: none;
}

/* Testimonial */

.testimonial {
  position: relative;
}

.testimon-bg {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  width: 100%;
  /* max-height: 592px; */
  height: 100%;
}

.white-bg {
  background: #fff;
}

.testimon-bg .tb-left {
  width: 50%;
  /*background: #f3f3f3;

         max-height: 592px; */
  height: 100%;
}

.testimon-bg .tb-right {
  width: 50%;
  background: #35b4c4;
  /* max-height: 592px; */
  height: 100%;
}

.tLeft {
  padding-right: 50px;
}

.clientlist ul {
  text-align: right;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin-bottom: 0;
  list-style: none;
}

.clientlist ul li {
  width: 120px;
  height: 120px;
  background: #fff;
  /* border: 1px solid #777; */
  margin: 0 0 10px 10px;
}

.clientlist ul li>a {
  width: 100%;
  height: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
}

.clientlist ul li>a:before {
  content: '';
  position: absolute;
  border: #adadad solid 1px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: top, right, bottom, left;
  transition-property: top, right, bottom, left;
}

.clientlist ul li:hover>a:before {
  border: #35b4c4 solid 4px;
}

.clientlist ul li>a:hover:before, .clientlist ul li>a:focus:before, .clientlist ul li>a:active:before {
  top: -8px;
  right: -8px;
  bottom: -8px;
  left: -8px;
}

.clientlist ul li:nth-child(4n + 1) {
  margin-left: 0!important;
}

.tLeft h1 {
  color: #287f86;
  text-transform: uppercase;
  text-align: right;
  margin-bottom: 50px;
}

.testimon-text .tRight {
  padding-left: 50px;
}

.testimon-text .tRight h1 {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 50px;
}

.testi-box .tBox-img {
  width: 120px;
  height: 120px;
  border-radius: 100%;
  border: 7px solid #eaeaea;
}

.testi-box .tBox-img>img {
  border-radius: 100%;
}

.testi-box p {
  font-size: 13px;
  color: #000;
  margin: 25px 0;
  line-height: 20px;
  padding-right: 15%;
  box-sizing: border-box;
}

.testi-box h5 {
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 3px;
}

.testi-box h6 {
  font-size: 13px;
  color: #fff;
}

#testimonial-carousel .owl-nav {
  text-align: left!important;
  margin-top: 25px;
  display: flex;
  align-items: center;
}

#testimonial-carousel .owl-nav button {
  width: 50px;
  height: 50px;
  background: #b5dec8;
  margin: 0 1px;
  border-radius: 0;
  outline: 0!important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

#testimonial-carousel .owl-nav button.owl-prev>span {
  color: transparent;
  background: url(../images/right-arrow.png) no-repeat left top;
  display: inline-block;
  width: 18px;
  height: 32px;
}

#testimonial-carousel .owl-nav button.owl-next>span {
  color: transparent;
  background: url(../images/left-arrow.png) no-repeat left top;
  display: inline-block;
  width: 18px;
  height: 32px;
}

#testimonial-carousel .owl-nav button:hover {
  background: #000!important;
}

.contactBg .map-address .right {
  background: #35b4c4;
  padding: 50px 0 35px 50px;
}

/* Map */

.map-address .left {
  background: #b5dec8;
}

.map-address .right {
  background: #35b4c4;
  padding: 35px;
}

.contactBg .map-address .right h3 {
  color: #fff;
  text-transform: uppercase;
  /* margin-bottom: 9px; */
}

.map-address .right h4 {
  font-size: 19px;
  color: #fff;
  /* margin-bottom: 9px; */
}

.map-address .right h6 {
  font-size: 14px;
  color: #fff;
  margin: 9px 0;
}

.map-address .right a {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 13px;
}

.map-address .right a:last-child {
  margin-left: 36px;
}

.map-address .right a:hover span {
  background: #fff;
}

.map-address .right a:hover span>svg {
  color: #287f86;
}

iframe {
  display: block;
}

.map-address .right a span {
  height: 32px;
  width: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #fff;
  border-radius: 100%;
  margin-left: 10px;
}

.map-address .right a span>svg {
  font-size: 13px;
  color: #fff;
}

.hContact {
  background: #fff;
  height: 100%;
}

.hContact {
  padding: 50px;
}

.hContact form {
  margin-top: 36px;
}

.hContact input, .hContact textarea {
  border-width: 0 0 1px 0;
  border-color: #000;
  border-style: solid;
  border-radius: 0;
  background: none;
  color: #000!important;
  font-size: 12px;
  margin-bottom: 25px;
  padding: 0 10px 10px 0!important;
}


@media (min-width: 992px){
  .hContact form {
    margin-top: 86px;
  }
  .contcLeft input,
  .contcLeft textarea{
    margin-bottom: 35px;
  }
}

.hContact textarea {
  resize: none;
  min-height: 80px;
}

::-webkit-input-placeholder {
  /* Edge */
  color: #000!important;
  font-size: 12px;
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #000!important;
  font-size: 12px;
}

::placeholder {
  color: #000!important;
  font-size: 12px;
}

.btn-contact {
  background: #35b4c4;
  color: #fff!important;
  border-radius: 0;
  border: 0;
  padding: 10px 0;
  width: 110px;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}

.btn-contact:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform, opacity;
  transition-property: transform, opacity;
}

.btn-contact:hover, .btn-contact:focus, .btn-contact:active {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}

.btn-contact:hover:before, .btn-contact:focus:before, .btn-contact:active:before {
  opacity: 1;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
}

.hContact h3 {
  color: #35b4c4;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.hContact p {
  font-size: 13px;
  color: #6f6f6f;
  font-weight: normal;
  line-height: 20px;
}

/* Truck range*/

.trackRange {
  background: url(../images/trackrange.jpg) no-repeat left top;
  background-size: cover;
  box-sizing: border-box;
  padding: 40px;
  height: 100%;
}

.truck-img {
  border: 4px solid #35b4c4;
  height: 100px;
  width: 100px;
  border-radius: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 10px;
  background: rgba(0, 0, 0, 0.7);
}

#truck-range .truck-box {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

#truck-range .truck-box h4 {
  font-size: 13px;
  color: #fff;
  font-weight: normal;
  line-height: 20px;
  text-align: center;
  margin-top: 5px;
}

#truck-range .owl-nav {
  position: absolute;
  top: calc(36% - 20px);
  top: -webkit-calc(36% - 10px);
  top: -moz-calc(36% - 20px);
  top: -o-calc(36% - 20px);
  top: -ms-calc(36% - 20px);
  margin: 0;
  height: 20px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#truck-range .owl-nav [class*='owl-']:hover {
  background: none!important;
  color: transparent;
}

#truck-range .owl-nav button.owl-prev {
  left: -30px;
  position: absolute;
}

#truck-range .owl-nav button.owl-prev>span {
  color: transparent;
  background: url(../images/right-arrow.png) no-repeat left top;
  display: inline-block;
  width: 18px;
  height: 32px;
}

#truck-range .owl-nav button.owl-next {
  right: -30px;
  position: absolute;
}

#truck-range .owl-nav button.owl-next>span {
  color: transparent;
  background: url(../images/left-arrow.png) no-repeat left top;
  display: inline-block;
  width: 18px;
  height: 32px;
}

#truck-range .owl-nav button:focus {
  outline: 0!important;
  box-shadow: none!important;
}

.trackRange h3 {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 14px;
  text-align: center;
}

.trackRange p {
  font-size: 13px;
  color: #fff;
  font-weight: normal;
  line-height: 20px;
  text-align: center;
  width: 70%;
  margin: 0 auto 20px;
}

/***************/

.ourAchiev {
  background: #35b4c4;
  box-sizing: border-box;
  padding: 40px;
}

.ourAchiev .truck-img {
  border: 4px solid #1a5a62;
  height: 100px;
  width: 100px;
  border-radius: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 20px;
  background: none;
}

#achievements .truck-box {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

#achievements .truck-box h4 {
  font-size: 13px;
  color: #fff;
  font-weight: normal;
  line-height: 20px;
  text-align: center;
  margin-top: 5px;
}

#achievements .owl-nav {
  position: absolute;
  top: calc(36% - 20px);
  top: -webkit-calc(36% - 10px);
  top: -moz-calc(36% - 20px);
  top: -o-calc(36% - 20px);
  top: -ms-calc(36% - 20px);
  margin: 0;
  height: 20px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#achievements .owl-nav [class*='owl-']:hover {
  background: none!important;
  color: transparent;
}

#achievements .owl-nav button.owl-prev {
  left: -30px;
  position: absolute;
}

#achievements .owl-nav button.owl-prev>span {
  color: transparent;
  background: url(../images/right-arrow.png) no-repeat left top;
  display: inline-block;
  width: 18px;
  height: 32px;
}

#achievements .owl-nav button.owl-next {
  right: -30px;
  position: absolute;
}

#achievements .owl-nav button.owl-next>span {
  color: transparent;
  background: url(../images/left-arrow.png) no-repeat left top;
  display: inline-block;
  width: 18px;
  height: 32px;
}

#achievements .owl-nav button:focus {
  outline: 0!important;
  box-shadow: none!important;
}

.ourAchiev h3 {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 14px;
  text-align: center;
}

.ourAchiev p {
  font-size: 13px;
  color: #fff;
  font-weight: normal;
  line-height: 20px;
  text-align: center;
  width: 70%;
  margin: 0 auto 20px;
}

/* About page */

.aVision .left {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #b5dec8;
  padding: 35px 20px;
}

.aVision .left.right {
  background: #0eadaf;
}

.v-icon span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 100px;
  background: #fff;
  margin-right: 20px;
  border-radius: 100%;
}

/* Service page */

.service-list ul {
  margin: 0;
  list-style: none;
}

.service-list ul>li {
  display: flex;
  box-sizing: border-box;
  padding: 25px 0;
  border-bottom: 1px solid #d1d1d1;
}

.service-list ul>li .sLeft {
  display: flex;
  align-items: flex-start;
}

.service-list ul>li:first-child {
  padding-top: 0;
}

.sLeft>span {
  background: #35b4c4;
  width: 120px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  box-sizing: border-box;
}

.service-list ul>li .sRight {
  box-sizing: border-box;
  padding-left: 30px;
}

.sRight h3 {
  color: #287f86;
  text-transform: uppercase;
  line-height: 30px;
  margin-bottom: 14px;
}

.sRight p {
  color: #231f20;
  font-size: 13px;
  line-height: 18px;
  margin-top: 6px;
}

/* Team member **/

.team-img {
  border: 8px solid #35b4c4;
}

.team-img>img {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
}

.team-text h3 {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}

.team-text h3>span {
  font-size: 20px;
  color: #595959;
  font-weight: normal;
  padding-right: 25px;
  line-height: 20px;
}

.team-text h3>small {
  font-size: 13px;
  color: #747474;
  font-weight: bold;
  padding-top: 2px;
  position: relative;
}

.team-text h3>small::before {
  content: '';
  position: absolute;
  top: calc(50% - 1px);
  top: -webkit-calc(50% - 1px);
  top: -moz-calc(50% - 1px);
  top: -o-calc(50% - 1px);
  top: -ms-calc(50% - 1px);
  left: -16px;
  width: 8px;
  height: 2px;
  background: #747474;
}

.team-text p {
  font-size: 13px;
  color: #231f20;
  line-height: 18px;
  margin-top: 7px;
}

.team-row {
  padding-bottom: 30px;
  border-bottom: 1px solid #cecece;
  margin-bottom: 30px;
}

#team-carousel {
  position: relative;
}

#team-carousel .owl-nav {
  position: absolute;
  top: calc(40% - 17px);
  top: -webkit-calc(40% - 17px);
  top: -moz-calc(40% - 17px);
  top: -o-calc(40% - 17px);
  top: -ms-calc(40% - 17px);
  z-index: 99;
  width: 100%;
  margin: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#team-carousel .owl-nav button.owl-prev>span {
  color: transparent;
  background: url(../images/black-prev--arrow.png) no-repeat left top;
  display: inline-block;
  width: 18px;
  height: 32px;
}

#team-carousel .owl-nav button.owl-next>span {
  color: transparent;
  background: url(../images/black-arrow.png) no-repeat left top;
  display: inline-block;
  width: 18px;
  height: 32px;
}

/***************************************/

.achive-box .achive-image {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

.achive-box .achive-image:before {
  content: "";
  position: absolute;
  z-index: 99;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(../images/zoom.png) no-repeat center center rgba(11, 255, 255, 0.5);
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.achive-box .achive-image:hover, .achive-box .achive-image:focus, .achive-box .achive-image:active {
  color: white;
}

.achive-box .achive-image:hover:before, .achive-box .achive-image:focus:before, .achive-box .achive-image:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.achive-title {
  margin: 20px 0;
}

.achive-title h3 {
  color: #595959;
  text-align: center;
  margin-bottom: 15px;
  font-weight: bold;
}

.achive-title h6 {
  color: #595959;
  text-align: center;
  margin-bottom: 0;
  font-size: 13px;
  font-weight: bold;
}

/***************************************************/

.wuOption {
  box-sizing: border-box;
  padding: 45px 30px;
  height: 100%;
}

.wuOption>span {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 68px;
  width: 68px;
  border: 1px solid #fff;
  background: #fff;
  border-radius: 100%;
}

.wuOption h4 {
  font-size: 22px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  margin: 37px 0;
}

.wuOption p {
  color: #fff;
  text-align: center;
  font-size: 13px;
  line-height: 18px;
}

.light-blue {
  background: #35b4c4;
}

.dark-blue {
  background: #287f86;
}

.wu-icon-one {
  background: url(../images/wu-icon1.png) no-repeat left top;
  width: 32px;
  height: 32px;
  display: inline-block;
}

.wu-icon-two {
  background: url(../images/wu-icon2.png) no-repeat left top;
  width: 32px;
  height: 32px;
  display: inline-block;
}

.wu-icon-third {
  background: url(../images/wu-icon3.png) no-repeat left top;
  width: 32px;
  height: 32px;
  display: inline-block;
}

.track_rnge {
  background: url(../images/trucks.jpg) no-repeat left top;
  background-size: cover;
  background-attachment: fixed;
}

.track_rnge h1 {
  color: #fff;
  text-transform: uppercase;
  margin: 0;
}

.track_rnge p {
  color: #fff;
  font-size: 13px;
  line-height: 18px;
}

.trucCircbox {
  margin-top: 50px;
}

.track_rnge h5 {
  font-size: 20px;
  color: #fff;
  font-weight: normal;
  line-height: 26px;
  margin: 21px 0 28px;
}

.trucCircale .truck-img {
  border: 4px solid #35b4c4;
  height: 100px;
  width: 100px;
  border-radius: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 10px;
  background: rgba(0, 0, 0, 0.7);
}

.trucCircale {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  /* border-right: 1px solid #afaeae; */
  min-height: 200px;
}

.trucCircale h4 {
  font-size: 13px;
  color: #fff;
  font-weight: normal;
  line-height: 20px;
  text-align: center;
  margin-top: 5px;
}

.contactBg {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f8f8f8+0,f8f8f8+50,eeeeee+50,eeeeee+100 */
  background: #f8f8f8;
  /* Old browsers */
  background: -moz-linear-gradient(left, #f8f8f8 0%, #f8f8f8 50%, #eeeeee 50%, #eeeeee 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #f8f8f8 0%, #f8f8f8 50%, #eeeeee 50%, #eeeeee 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #f8f8f8 0%, #f8f8f8 50%, #eeeeee 50%, #eeeeee 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#eeeeee', GradientType=1);
  /* IE6-9 */
  position: relative;
}

.contAddbg {
  position: absolute;
  width: 50%;
  top: 0;
  right: 0;
  height: 179px;
  background: #35b4c3;
  z-index: 0;
}

.hContact.contcLeft {
  background: none;
  padding: 50px 50px 80px 0;
}

.branchOffice {
  padding: 25px 0 25px 50px;
}

.branchOffice h3 {
  color: #287f86;
  font-weight: normal;
  line-height: 33px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.branchOffice ul li{
  list-style-type: none;
  padding: 5px 0;
  /* margin-right: 30px;
  width: calc(100% / 2 - 30px); */
}

.branchOffice p,
.branchOffice li {
  font-size: 14px;
  color: #555555;
  line-height: 22px;
}

.branchOffice a {
  /* display: flex;
  align-items: center; */
  color: #287f86;
  font-weight: 600;
}

.hr-border,
.branchOffice ul li:not(:last-child) {
  border-bottom: 1px solid #c0c0c0;
  display: block;
}

.branchOffice a span {
  height: 32px;
  width: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #35b4c4;
  border-radius: 100%;
  margin-right: 10px;
}

.branchOffice a span>svg {
  font-size: 13px;
  color: #35b4c4;
}

.hContact.contcLeft input, .hContact.contcLeft textarea {
  border-color: #c1c1c1;
}

/** Footer **/

.footer-section {
  background: #000000;
  padding: 65px 0 30px;
    border: 10px solid #333;
}

.foot-social {
  margin-top: 26px;
}

.foot-social a {
  margin-right: 20px;
}

.foot-social a:last-child {
  margin-right: 0;
}

.foot-social a svg {
  font-size: 21px;
  color: #808080;
}

.foot-social a:hover svg {
  color: #fff;
}

ul.quick-link {
  list-style: none;
  margin: 0;
  padding: 0;
}

ul.quick-link li {
  margin-bottom: 15px;
}

ul.quick-link li a {
  font-size: 14px;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}

ul.quick-link li a:hover, ul.quick-link li a:focus, ul.quick-link li a:active {
  -webkit-transform: translateX(8px);
  transform: translateX(8px);
  color: #35b4c4;
}

.foot-address {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.foot-address h6 {
  color: #fff;
  font-size: 14px;
  margin-bottom: 7px;
}

.address-link {
  list-style: none;
  padding: 0;
}

.address-link li {
  margin-bottom: 15px;
}

.address-link li a span {
  height: 32px;
  width: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #fff;
  border-radius: 100%;
  margin-right: 10px;
}

.address-link li a span>svg {
  font-size: 13px;
  color: #fff;
}

.address-link li a {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 13px;
}

.address-link li a:last-child {
  margin-left: 36px;
}

.address-link li a:hover span {
  background: #fff;
}

.address-link li a:hover span>svg {
  color: #287f86;
}

.foot-bottom {
  background: #35b4c4;
  padding: 10px 0;
}

.foot-bottom .left span {
  color: #000;
  font-size: 13px;
}

.foot-bottom .right span {
  color: #fff;
  font-size: 13px;
}

.foot-bottom .right a {
  color: #000!important;
  font-size: 13px;
  text-decoration: none;
}























/********why iim Amritsar ends*******/
header .menu-bar{
    background-color: #dfdfdf;
}
header .menu-bar .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 {
    background-color: #005686;
    color: #fff;
    height: 70px;
    width: 86px;
}
header .menu-bar .navbar-light .navbar-nav .nav-link{
     background-color: #006ca7;
    color: #fff;
    height: 70px;
    text-transform: uppercase;
    align-items: center;
    display: flex;
    justify-content: center;
    transition: ease 0.3s;
}
header .menu-bar .navbar-light .navbar-nav .nav-link:hover{
    background-color: #005686;
}
header .menu-bar .navbar{
    padding: 0;
}
header .menu-bar .navbar-expand-lg .navbar-collapse{
    justify-content: center;
}
header .menu-bar .navbar-light .navbar-toggler {
    color: #006ca7;
/*    background-color: #006ca7;*/
/*    border-radius: 0;*/
    font-size: 24px;
    padding: 3px 12px;
    border: none;
}
header .menu-bar button:focus{
    outline: none;
}
header .menu-bar .navbar-expand-lg .navbar-nav .nav-link{
        padding: 0px 18px;
}

/********why iim Amritsar ends*******/

/********why iim Amritsar starts*******/

.title{
    color: #006ca9;
    font-size: 30px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
        padding-bottom: 20px;
}
.about-sec{
    margin: 10px 0px;
    position: relative;
}
.about-sec:after{
       position: absolute;
    content: '';
    background-image: url(../images/style.png);
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    background-size: cover;
    top: 0;
    left: 0;
    z-index: -1;
        background-position: center;
    background-attachment: fixed;
}

.about-sec .about-inner{
    padding-bottom: 40px;
    background-color: #f07047;
    margin: 40px 0px;
}
.about-sec .about-inner .about-info .title{
    text-align: left;
    position: relative;
        z-index: 1;
    padding-bottom: 14px;
}
/*
.about-sec .about-inner .about-info{
    position: relative;
}
*/
.about-sec .about-inner .about-info .title:after{
   position: absolute;
    content: '';
    background-color: #fff;
    width: 80%;
    height: 60px;
    top: 0;
    left: 0;
    z-index: -1;
}
.about-sec .about-inner .about-text .about-content{
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    padding-bottom: 30px;
    text-align: justify;
}
.about-sec .about-inner .about-text{
    padding-top: 54px;
        padding-right: 30px;
}
.about-sec .about-inner .about-text .about-action .more-btn{
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
}
.about-sec .about-inner .about-body{
    background-color: #fff;
    margin: 40px 40px 0px 40px;
    padding: 10px 30px;
}
.about-sec .about-inner .about-body .about-content{
    color:#000;
    font-size: 16px;
    font-weight: 500;
    padding-bottom: 20px;
    border-bottom: 1px solid #bebebe;
}
.about-sec .about-inner .about-body .about-content:last-child{
    border: 0;
}
.about-sec .about-inner .about-body .about-content span{
    font-size: 36px;
    padding-right: 10px;
}
/********why iim Amritsar ends*******/

/********course starts*******/
.course-sec{
    background-image: linear-gradient(to right, #006ca7 , #4f9748);
    padding: 40px 0px;
}
.course-sec .course-inner .title{
    color: #fff;
}
.course-sec .nav-tabs .nav-item.show .nav-link{
     color: #fff;
    border: none;
    background-color: transparent;
}
.course-sec .nav-tabs .nav-link.active{
    position: relative;
     color: #fff;
    border: 1px solid transparent;
    background-color: transparent;
}
.course-sec .nav-tabs .nav-link.active:after{
   position: absolute;
    content: '';
    background-color: #fff;
    clip-path: polygon(0 50%, 100% 50%, 50% 100%, 0% 50%);
    height: 15px;
    width: 15px;
    top: 33px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.course-sec .nav-tabs .nav-link.active:before{
   position: absolute;
    content: '';
    background-color: #fff;
    height: 1px;
    width: 100%;
    top: 40px;
    left: 0;
    right: 0;
    margin: 0 auto;
    }
.course-sec .nav-tabs{
    border: none;
}
.course-sec .nav-tabs .nav-link:after{
    position: absolute;
    content: '';
    background-color: #000;
    height: 1px;
    width: 100%;
    top: 40px;
    left: 0;
}
.course-sec .nav-tabs .nav-link{
    color: #000;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
}
.course-sec .nav-tabs .nav-link:focus, .course-sec .nav-tabs .nav-link:hover{
    border: 1px solid transparent;
}
.course-sec .nav-tabs .nav-link.active:hover{
    border: 1px solid transparent;
}

.course-sec .course-inner ul{
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
}
.course-sec .course-inner ul li{
/*    display: inline-block;*/
    padding: 0px 10px;
    width: 219px;
    text-align: center;
        padding-top: 20px;
}
.course-sec .course-inner ul li .course-content{
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    padding-top: 10px;
    font-weight: 500;
}


.course-sec .graduation-inner{
    background-color: #fff;
    padding: 20px;
    height: 600px;
}
.course-sec .graduation-inner .graduation-icon i{
    color: #006ba6;
    font-size: 60px;
    border: 4px solid #f07047;
    border-radius: 50%;
    height: 100px;
    width: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.course-sec .graduation-inner .graduation-icon{
     display: flex;
    align-items: center;
    justify-content: center;
}
.course-sec .graduation-inner .graduation-info{
    color: #f07047;
    font-size: 18px;
    text-align: center;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    padding: 8px 0px;
}
.course-sec .graduation-inner .graduation-content{
    font-size: 16px;
    color: #000;
    font-weight: 400;
    border-top: 1px solid #4f9748;
    border-bottom: 1px solid #4f9748;
    line-height: 1.2;
    padding: 8px 0px 10px 0px;
    text-align: center;
}
.course-sec .graduation-inner .graduation-action{
    text-align: center;
    padding-top: 20px;
}
.course-sec .graduation-inner .graduation-action .more-btn{
    color: #006ca7;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
}
/********course ends*******/

/********Webinar starts*******/
.webinar-sec{
    padding: 40px 0px 60px 0px;
    background-color: #f2f2f2;
}
.webinar-sec .webinar-inner .webinar-img img{
    display: block;
    margin: 0 auto;
}
.webinar-sec .webinar-inner .webinar-content{
    font-size: 16px;
    color: #000;
    font-weight: 400;
    line-height: 1.2;
    padding: 20px 0px;
    text-align: center;
}
.webinar-sec .webinar-inner .webinar-action{
    text-align: center;
    padding-top: 20px;
}
.webinar-sec .webinar-inner .webinar-action .webinar-btn{
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    background-color: #f07047;
    padding: 14px 20px;
    text-transform: uppercase;
    letter-spacing: 0.3px;
}
/********Webinar ends*******/

/********student starts*******/
.student-sec{
    padding: 40px 0px;
}
.student-sec .owl-theme .owl-nav{
    position: absolute;
    display: flex;
    justify-content: space-between;
    width: 105%;
    top: 50%;
    font-size: 40px;
    left: -28px;
    z-index: -1;
}
.student-sec .student-inner .student-img .student-new{
     width: 150px;
    height: 150px;
    border: 6px solid #f07047;
    border-radius: 50%;
    overflow: hidden;
    transition: ease 0.3s;
}
.student-sec .student-inner .student-img img{
/*
    width: 150px;
    height: 150px;
    border: 6px solid #f07047;
    border-radius: 50%;
*/
    display: block;
    margin: 0 auto;
    transition: ease 0.3s;
}
.student-sec .student-inner .student-img{
    padding-top: 40px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    display: flex;
    justify-content: center;
}
.student-sec .student-inner:hover .student-img .student-new{
    border: 6px solid #fff;
    
}
.student-sec .student-inner:hover{
    background-color: #fff;
    box-shadow: 0px 2px 8px 1px #c6c6c6
}
.student-sec .student-inner{
    background-color: #f1f1f1;
    z-index: -1;
    transition: ease 0.3s;
/*    margin: 10px;*/
    height: 550px;
    margin-top: 30px;
}
.student-sec .student-inner .student-img:after{
       position: absolute;
    content: '';
    background-color: #006ca7;
    height: 130px;
    width: 109%;
    top: -58px;
    left: -17px;
    border-radius: 50%;
        z-index: -1;
    transition: ease 0.3s;

}
.student-sec .student-inner:hover .student-img:after{
       position: absolute;
    content: '';
    background-color: #f07047;
    height: 130px;
    width: 109%;
    top: -58px;
    left: -17px;
    border-radius: 50%;
        z-index: -1;
}

.student-sec .student-inner .student-name{
    color: #006ca9;
    font-size: 18px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
    padding-top: 20px;
}
.student-sec .student-inner .student-year{
    color: #f07047;
    font-size: 18px;
    text-align: center;
    font-weight: 400;
}
.student-sec .student-inner .profile-inner{
    padding: 20px;
}

.student-sec .student-inner .profile-inner .read-action .read-btn i{
    color: #006ca9;
    font-size: 24px;
    padding-right: 4px;
}
.student-sec .student-inner .profile-inner .read-action .read-btn{
    color: #006ca9;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    display: flex;
/*    justify-content: flex-end;*/
    align-items: center;
}
.student-sec .student-inner .student-info{
    display: flex;
    justify-content: space-around;
    height: 210px;
}
.student-sec .student-inner .student-info .student-area ul{
    padding: 0;
    margin: 0;
    list-style: none;
}
.student-sec .student-inner .student-info .student-area ul li{
    font-size: 16px;
    color: #000;
    font-weight: 400;
}
.student-sec .student-inner .student-info .student-area{
    padding-right: 10px;
    border-right: 1px solid #f07047;
    width: 210px;
}
.student-sec .student-inner .student-info .student-area .area-title{
    color: #f07047;
    font-size: 16px;
    font-weight: 600;
}
.student-sec .student-inner .student-info .student-box{
    padding-left: 10px;
}
.student-sec .student-inner .student-info .student-box .student-course{
    color: #000;
    font-size: 16px;
    font-weight: 500;
}
.student-sec .student-inner .student-info .student-box .student-clg{
    color: #000;
    font-size: 16px;
    font-weight: 700;
    padding-bottom: 10px;
}
.student-sec .student-inner .student-info .student-box .experience{
    color: #f07047;
    font-size: 16px;
    font-weight: 700;
    padding-top: 10px;
    border-top: 1px dashed #5d5d8f;
}
.student-sec .student-inner .student-info .student-box .clg-box{
    color: #000;
    font-size: 16px;
    font-weight: 700;
}
.student-sec .owl-theme .owl-nav [class*='owl-']:hover {
    background: none;
    color: #000;
    text-decoration: none;
}
.student-sec .title-body{
    display: flex;
    justify-content: space-between;
    align-items: center;
        border-bottom: 1px solid #8d8d8d;
}
.student-sec .title-body .student-body{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.student-sec .title-body .student-body .student-action #export{
        background: #f07047;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
    padding: 10px 20px;
    border: none;
    display: inline-block;
    font-size: 16px;
    border-radius: 2px;

}
.student-sec .title-body .student-body .student-no{
    color: #000;
    font-size: 16px;
    font-weight: 500;
    padding-right: 10px;
}
.student-sec ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
/*
.student-sec ul li{
    padding: 0px 4px;
    font-size: 16px;
    color: #006ca9;
    display: inline-block;
    margin-bottom: 10px;
}
*/
.student-sec .searchPerametere li{
    border: 1px solid #006ca9;
    border-radius: 2px;
    padding: 0px 4px;
    font-size: 16px;
    color: #006ca9;
    display: inline-block;
    margin-bottom: 10px;
    margin-top: 20px;
}
/********student ends*******/

/********DIRECTOR STARTS*******/
.director-sec{
    padding: 40px 0px;
    border-top: 1px solid #f07047;
    border-bottom: 1px solid #f07047;
    position: relative;
    background-color: #f4f4f4;
    z-index: -1;
}
.director-sec:before {
    position: absolute;
    content: '';
    height: 100%;
    width: 50%;
    top: 0;
    left: 0;
    background-color: rgb(205 205 205 / 54%);
}
.director-sec .director-img img{
    z-index: 1;
}
.director-sec .director-img .img-part{
    position: relative;
    padding-bottom: 30px;
    display: flex;
    justify-content: center;
}
.director-sec .director-img .img-part:after {
        position: absolute;
    content: '';
    background-color: #f07047;
    height: 100px;
    width: 188px;
    /* z-index: -1; */
    bottom: 18px;
}
.director-sec .director-img .director-icon i{
    font-size: 80px;
    color: #469648;
    transform: rotate(
180deg);
}
.director-sec .director-img .director-icon{
    text-align: center;
} 
/*
.director-sec .director-inner{
    position: relative;
    padding-left: 15px; 
}
*/
.director-sec:after {
    background-image: url(../images/logo.svg);
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    content: '';
    height: 656px;
    width: 464px;
    top: 100px;
    left: 0;
    right: 0;
    margin: 0 auto;
    opacity: 0.1;
    z-index: -1;
}
.director-sec .director-img .director-info{
    font-size: 16px;
    color: #000;
    font-weight: 700;
}
.director-sec .director-img .director-content{
    font-size: 16px;
    color: #000;
    font-weight: 400;
    padding-bottom: 20px;
    text-align: justify;
} 
.director-sec .director-img .prof{
    font-size: 16px;
    color: #000;
    font-weight: 700;
}
.director-sec .director-img .director-warm{
    font-size: 16px;
    color: #000;
    font-weight: 400;
}

.director-sec .director-img .warm{
    font-size: 18px;
    color: #000;
    font-weight: 400;
}
.director-sec .director-inner .img-part{
    display: flex;
    justify-content: center;
    position: relative;
    margin-bottom: 30px;
}
.director-sec .director-inner .img-part img{
    padding: 0px 4px;
    z-index: 1;
}
.director-sec .director-inner .img-part:after {
      position: absolute;
    content: '';
    background-color: #006ca7;
    height: 100px;
    width: 360px;
    /* z-index: -1; */
    bottom: -12px;
}
.director-sec .director-inner .director-icon {
    text-align: center;
}
.director-sec .director-inner .director-icon i {
    font-size: 80px;
    color: #469648;
    transform: rotate( 
180deg);
}
.director-sec .director-inner .director-info{
    font-size: 16px;
    color: #000;
    font-weight: 700;
}
.director-sec .director-inner .director-content{
    font-size: 16px;
    color: #000;
    font-weight: 400;
    padding-bottom: 20px;
    text-align: justify;
} 
.director-sec .director-inner .prof{
    font-size: 18px;
    color: #000;
    font-weight: 700;
}
.director-sec .director-inner .warm{
    font-size: 18px;
    color: #000;
    font-weight: 400;
}
/********DIRECTOR ENDS*******/

/********NETWORK STARTS*******/
.network-sec{
    padding: 40px 0px;
}
.network-sec .network-inner img{
    display: flex;
    align-items: center;
}
.network-sec ul{
    list-style: none;
}





.recruitersBox {
    display: block;
    width: 100%;
    margin: 50px 0 93px;
}
.recruitersBox .slider2 {
    padding: 0 110px;
    position: relative;
}
.recruitersBox .slider2 .leftArrow2 {
    background: url(../images/sliderArrow2.png) no-repeat 0 0;
    width: 27px;
    height: 53px;
    position: absolute;
    left: 55px;
    top: 0;
    bottom: 0;
    margin: auto;
    cursor: pointer;
}
.recruitersBox ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0;
    list-style: none;
}
.recruitersBox ul li img{
    height: 60px;
}
.slick-track {
    display: flex;
    align-items: center;
}

/********NETWORK ENDS*******/

/********FOOTER STARTS*******/
.footerMenuBox{
    background-image: url(../images/footer.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 40px 0px;
    border-top: 6px solid #f07047;
}
.footer-sec{
    background-image: url(../images/footer.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 40px 0px;
    border-top: 6px solid #f07047;
}
.footer-sec .link-title{
    font-size: 18px;
    color: #fff;
    font-weight: 700;
    padding-bottom: 20px;
} 
.footer-sec .link-inner ul{
    padding: 0;
    margin: 0;
    list-style: none;
}
.footer-sec .link-inner ul li .popular-link.active{
    font-size: 16px;
    color: #f07047;
    font-weight: 400;
} 
.footer-sec .link-inner ul li .popular-link{
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    padding-left: 10px;
    text-transform: uppercase;
} 
.footer-sec .link-inner ul li i{
   font-size: 16px;
    color: #fff; 
}
.footerMenuBox .con-info{
    display: flex;
    justify-content: space-between;
}
.footerMenuBox .con-info .address-inner .address-info{
    display: flex;
}
.footerMenuBox .con-info .address-inner .address-info .add-icon{
    color: #fff;
    font-size: 24px;
    padding-right: 10px;
}
.footerMenuBox .con-info .address-inner{
    padding-left: 30px;
}
.footerMenuBox .con-info .address-inner .address-info .add-part .add-info{
        font-size: 18px;
    color: #f07047;
    font-weight: 700;
    text-transform: uppercase;
}
.footerMenuBox .con-info .address-inner .address-info .add-part .add-contact{
     font-size: 16px;
    color: #fff;
    font-weight: 400;
    padding-bottom: 30px;
}
/*
.footerMenuBox .con-info .con-img img{
    height: 100%;
    width: 100%;
}
*/
.footerMenuBox .con-info .con-img{
    padding-right: 30px;
}
.footerMenuBox .con-info .address-inner .tel .tel-link{
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
}
.footerMenuBox .con-info .address-inner .tel span{
    color: #fff;
    font-size: 16px;
}
.footerMenuBox .con-info .address-inner .tel{
     font-size: 16px;
    color: #fff;
    font-weight: 400;
}
/********FOOTER ENDS*******/

/* ********|| COPYRIGHT ENDS ||******** */
.copy-sec{
   background-color: #469648;
} 
.copy-sec .copy-inner{
    display: flex;
    justify-content: space-between;
    padding: 15px 0px;
}
.copy-sec .copy-inner .design{
    color: #fff;
    font-size: 16px;
    font-weight: 400;
}
.copy-sec .copy-inner .copy-info span{
    color: #faaf4f;
}
.copy-sec .copy-inner .copy-info{
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    
}
/* ********|| COPYRIGHT ENDS ||******** */

/* ********|| HOME PAGE ENDS ||******** */

/***********************************************************/

/* ********|| ABOUT US PAGE STARTS ||******** */

/* ********|| about us starts ||******** */

.aboutus-sec{
    padding: 60px 0px;
    position: relative;
}
.aboutus-sec:after{
       position: absolute;
    content: '';
    background-image: url(../images/style.png);
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    background-size: cover;
    top: 0;
    left: 0;
    z-index: -1;
        background-position: center;
    background-attachment: fixed;
}
.aboutus-sec .about-text .about-sec-inner{
    padding: 30px;
       height: 274px;
        margin-bottom: 30px;
    border-radius: 4px;
}
.aboutus-sec .about-text .about-sec-inner:last-child{
    margin-bottom: 0px;
}
.aboutus-sec .about-text .about-sec-inner .about-info{
    display: flex;
    align-items: flex-end;
}
.aboutus-sec .about-text .about-sec-inner .about-info .vision-img img{
    height: 90px;
}
.aboutus-sec .about-text .about-sec-inner .about-info .vision-title{
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    padding-left: 30px;
    letter-spacing: 0.3px;
}
.aboutus-sec .about-text .about-sec-inner .vision-content{
    color: #fff;
    font-size: 16px;
    font-weight: 400;
        padding-top: 20px;
}
.aboutus-sec .title{
    text-align: left;
}
.aboutus-sec .about-info .about-sec-content{
    font-size: 16px;
    color: #000;
    font-weight: 400;
    line-height: 1.2;
    padding-bottom: 20px;
    text-align: justify;
}
.aboutus-sec .about-info .about-sec-content:last-child{
    padding-bottom: 0px;
}
/* ********|| about us ends ||******** */

/* ********|| institute starts ||******** */
.institute-sec{
    background-color: #f0f0f0;
    padding: 60px 0px;
    border-bottom: 1px solid #f07047;
}
.institute-sec .institute-inner .institute-body .institute-info{
    display: flex;
    width: 530px;
    align-items: center;
}
.institute-sec .institute-inner .institute-body{
    display: flex;
    justify-content: space-between;
}
.institute-sec .institute-inner .institute-body .institute-info.blue-sec{
    border: 8px solid #006ca9;
    border-radius: 70px;
    padding: 6px 16px;
    height: 118px;
    background-color: #fff;
}
.institute-sec .institute-inner .institute-body .institute-info.blue-sec .institute-no{
    color: #fff;
    font-size: 20px;
    font-weight: 400;
   position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 20px;
    height: 82px;
}
.institute-sec .institute-inner .institute-body .institute-info.blue-sec .institute-no:after{
    position: absolute;
    content: '';
    background-color: #006ca9;
    border-radius: 50%;
    height: 60px;
    width: 60px;
     margin-right: 18px;
    left: 0;
    top: 12px;
    z-index: -1;
}
.institute-sec .institute-inner .institute-body .institute-info.blue-sec .institute-content{
    font-size: 16px;
    color: #000;
    font-weight: 400;
    line-height: 1.2;
    padding-left: 10px;
        padding-left: 38px;
}




.institute-sec .institute-inner .institute-body .institute-info.green-sec{
    border: 8px solid #4f9748;
    border-radius: 70px;
     padding: 6px 16px;
    height: 118px;
    background-color: #fff;
}
.institute-sec .institute-inner .institute-body .institute-info.green-sec .institute-no{
    color: #fff;
    font-size: 20px;
    font-weight: 400;
   position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 20px;
    height: 82px;
}
.institute-sec .institute-inner .institute-body .institute-info.green-sec .institute-no:after{
    position: absolute;
    content: '';
    background-color: #4f9748;
    border-radius: 50%;
    height: 60px;
    width: 60px;
     margin-right: 18px;
    left: 0;
    top: 12px;
    z-index: -1;
}
.institute-sec .institute-inner .institute-body .institute-info.green-sec .institute-content{
    font-size: 16px;
    color: #000;
    font-weight: 400;
    line-height: 1.2;
    padding-left: 10px;
        padding-left: 38px;
}





.institute-sec .institute-inner .institute-body .institute-info.orange-sec{
    border: 8px solid #f07047;
    border-radius: 70px;
     padding: 6px 16px;
    height: 118px;
    background-color: #fff;
}
.institute-sec .institute-inner .institute-body .institute-info.orange-sec .institute-no{
    color: #fff;
    font-size: 20px;
    font-weight: 400;
   position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 20px;
    height: 82px;
}
.institute-sec .institute-inner .institute-body .institute-info.orange-sec .institute-no:after{
    position: absolute;
    content: '';
    background-color: #f07047;
    border-radius: 50%;
    height: 60px;
    width: 60px;
     margin-right: 18px;
    left: 0;
    top: 12px;
    z-index: -1;
}
.institute-sec .institute-inner .institute-body .institute-info.orange-sec .institute-content{
    font-size: 16px;
    color: #000;
    font-weight: 400;
    line-height: 1.2;
    padding-left: 10px;
        padding-left: 38px;
}
.institute-sec .institute-inner .institute-body .institute-info{
    margin-bottom: 40px;
}
/* ********|| institute ends ||******** */

/* ********|| ABOUT US PAGE ENDS ||******** */

/***************************************************/

/* ********|| COURSES PAGE STARTS ||******** */
/********course starts*******/
.offered-sec{
    background-image: linear-gradient(to right, #006ca7 , #4f9748);
    padding: 40px 0px;
}
.offered-sec .course-inner .title{
    color: #fff;
}
.offered-sec .nav-tabs .nav-item.show .nav-link{
     color: #fff;
    border: none;
    background-color: transparent;
}
.offered-sec .nav-tabs .nav-link.active{
    position: relative;
     color: #fff;
    border: 1px solid transparent;
    background-color: transparent;
    height: 62px;
}
.offered-sec .nav-tabs .nav-link.active:after{
   position: absolute;
    content: '';
    background-color: #fff;
    clip-path: polygon(0 50%, 100% 50%, 50% 100%, 0% 50%);
    height: 15px;
    width: 15px;
    top: 55px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.offered-sec .nav-tabs .nav-link.active:before{
   position: absolute;
    content: '';
    background-color: #fff;
    height: 1px;
    width: 101%;
    top: 62px;
    left: 0;
    right: 0;
    margin: 0 auto;
    }
.offered-sec .nav-tabs{
    border: none;
}
.offered-sec .nav-tabs .nav-link:after{
    position: absolute;
    content: '';
    background-color: #000;
    height: 1px;
    width: 101%;
    top: 62px;
    left: 0;
}
.offered-sec .nav-tabs .nav-link{
    color: #000;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
    height: 62px;
}
.offered-sec .nav-tabs .nav-link:focus, .offered-sec .nav-tabs .nav-link:hover{
    border: 1px solid transparent;
}
.offered-sec .nav-tabs .nav-link.active:hover{
    border: 1px solid transparent;
}
.offered-sec .course-inner .offered-inner{
    display: flex;
    align-items: center;
        padding-top: 40px;
}
.offered-sec .course-inner .offered-info{
    padding-left: 30px;
/*    padding-top: 40px;*/
}
.offered-sec .course-inner .offered-info .course-title{
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
}
.offered-sec .course-inner .offered-info .course-content{
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    position: relative;
    padding-left: 8px;
}
.offered-sec .course-inner .offered-info .course-content:after{
    position: absolute;
    content: '';
    background-color: #fff;
    height: 4px;
    width: 4px;
    border-radius: 50%;
    bottom: 10px;
    left: 0;
}
.offered-sec .course-inner .course-img{
    width: 100px;
}
.offered-sec .course-no{
    color: #fff;
    font-size: 60px;
    font-weight: 600;
    border: 5px solid #fff;
    border-radius: 50%;
    height: 100px;
    width: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.offered-sec .course-inner .course-new{
    display: flex;
    padding-top: 40px;
}
.offered-sec .course-inner .course-new .no-part{
    width: 100px;
}

.flex-end{
    display: flex;
    justify-content: flex-end;
}
.offered-sec .course-inner .offered-boxes{
    padding-left: 30px;
    padding-top: 67px;
}
.offered-sec .course-inner .offered-new-sec{
    padding-top: 40px;
}

.offered-sec .course-inner .offered-new-sec .course-content {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    position: relative;
    padding-left: 8px;
}
.offered-sec .course-inner .offered-new-sec .course-content:after {
    position: absolute;
    content: '';
    background-color: #fff;
    height: 4px;
    width: 4px;
    border-radius: 50%;
    bottom: 10px;
    left: 0;
}

.offered-sec .course-inner .offered-boxes .course-content {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    position: relative;
    padding-left: 8px;
}
.offered-sec .course-inner .offered-boxes .course-content:after {
    position: absolute;
    content: '';
    background-color: #fff;
    height: 4px;
    width: 4px;
    border-radius: 50%;
    bottom: 10px;
    left: 0;
}
/********course ends*******/
/* ********|| COURSES PAGE ENDS ||******** */

/*****************************************************/

/* ********|| CONTACT US PAGE STARTS ||******** */
/********placement starts*******/
.placement-sec {
    padding-top: 60px;
}
.placement-sec .placement-inner .placement-body{
    display: flex;
    justify-content: space-around;
}
.placement-sec .placement-inner .placement-info{
    text-align: center;
}
.placement-sec .placement-inner{
    padding: 40px 0px;
}
.placement-sec .gray:after{
    position: absolute;
    content: '';
    background-color: #e8e8e8;
    height: 20px;
    width: 20px;
    transform: rotate( 
45deg);
    top: -10px;
    left: 50%;
}
.placement-sec .light-gray:after{
    position: absolute;
    content: '';
    background-color: #f0f0f0;
    height: 20px;
    width: 20px;
    transform: rotate( 
45deg);
    top: -10px;
    left: 50%;
}
.placement-sec .placement-inner .placement-info .placement-img.orange{
    border: 5px solid #f07047;
    border-radius: 50%;
    height: 160px;
    width: 160px;
    overflow: hidden;
    display: block;
    margin: 0 auto;
}
.placement-sec .placement-inner .placement-info .placement-img.blue{
    border: 5px solid #006ca7;
    border-radius: 50%;
    height: 160px;
    width: 160px;
    overflow: hidden;
    display: block;
    margin: 0 auto;
}
.placement-sec .placement-inner .placement-info .placement-img.green{
    border: 5px solid #4f9748;
    border-radius: 50%;
    height: 160px;
    width: 160px;
    overflow: hidden;
    display: block;
    margin: 0 auto;
}
.placement-sec .placement-inner .placement-info .placement-name{
    color: #333;
    font-size: 16px;
    font-weight: 600;
    padding-top: 10px;
}
.placement-sec .placement-inner .placement-info .placement-position{
    color: #333;
    font-size: 16px;
    font-weight: 400;
}
.placement-sec .placement-inner .placement-info .placement-ph{
    color: #000;
    font-size: 16px;
    font-weight: 400;
}
.placement-sec .placement-inner .placement-info .placement-mail{
    color: #2e7eb2;
    font-size: 16px;
    font-weight: 400;
    padding-bottom: 15px;
}
.placement-sec .technology-sec{
    padding: 60px 0px;
}
.placement-sec .technology-sec .technology-content{
    color: #000;
    font-size: 16px;
    font-weight: 400;
    width: 348px;
    text-align: center;
    display: block;
    margin: 0 auto;
}
.placement-sec .technology-sec .technology-mail .technology-link{
    color: #2e7eb2;
    font-size: 16px;
    font-weight: 600;
    padding-top: 10px;
    letter-spacing: 0.3px;
}
.placement-sec .technology-sec .technology-mail{
    text-align: center;
    padding-top: 15px;
}
/********placement ends*******/
/* ********|| CONTACT US PAGE ENDS ||******** */

/******************************************************/

/* ********|| BATCH PAGE STARTS ||******** */

/********batch form starts*******/
.batch-form{
    background-color: #4f9748;
    padding: 30px;
}
.batch-form .form-group{
    display: flex;
    margin: 0;
}
.batch-form .form-group .custom-select {
    margin-right: 20px;
    border-radius: 2px;
}
.batch-form .form-group .btn-filter {
    padding: 6px 30px;
    color: #fff;
    background-color: #f07047;
    text-decoration: none;
    border: none;
    border-radius: 2px;
    font-weight: 600;
}
.batch-form .form-part{
    background-color: #000;
    padding: 30px; 
}
   
/********batch form ends*******/

/* ********|| BATCH PAGE ENDS ||******** */

/*****************************************************/

/* ********|| PLACEMENT PAGE STARTS ||******** */

/********salary starts*******/
.salary-sec{
    padding-top: 60px;
}
.salary-sec .salary-m-img{
    display: none!important;
}
hr{
        margin: 50px 0;
    border-width: 1px 0 0 0;
    border-style: solid;
    border-color: #39397c;
}
/********salary ends*******/

/********domain starts*******/
.domain-sec ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.domain-sec ul li {
    width: calc(100% / 8);
    padding: 15px;
    text-align: center;
    font-size: 14px;
}
.domain-sec ul li img {
    margin-bottom: 10px;
}
.domain-sec ul li span{
    font-size: 14px;
    color: #333;
    font-weight: 400;
}
.batch_eduction_background.domain-sec ul li {
    width: calc(100% / 5);
    padding: 25px;
}
/********domain ends*******/

/********ctc starts*******/
.ctc-sec .ctc-img img{
    display: block;
    margin: 0 auto;
}
.ctc-sec .ctc-m-img{
    display: none!important;
}
/********ctc ends*******/

/********prominent starts*******/
.prominent-sec ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.prominent-sec ul li {
    width: calc(100% / 4 - 10px);
    background: #f5f5f5;
    margin: 5px;
    text-transform: uppercase;
    font-weight: bold;
    color: #39397c;
    letter-spacing: 1px;
    font-size: 16px;
    line-height: 23px;
    padding: 7px;
    text-align: center;
}
/********prominent ends*******/

/* ********|| PLACEMENT PAGE ENDS ||******** */






/***************************************************/




/* ********|| BATCH PAGE STARTS ||******** */

/* ********|| salary STARTS ||******** */
.batch-sec .batch-1{
/*    width: 160px; */
    padding-bottom: 80px;
}
.batch-sec{
/*    padding: 60px 0px;*/
    padding-top: 60px;
}
.batch-content{
    color: #f07047;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    padding-bottom: 40px;
    padding-top: 20px;
}
.work-sec .work-inner{
    display: flex;
    justify-content: center;
    align-items: center;
}
.work-sec .work-inner .work-img img{
    height: 166px;
}
.work-sec .work-inner .work-img{
    padding-top: 1px;
}
.work-sec .work-inner .work-img:first-child{
    padding-top: 2px;
}
/* ********|| salary ENDS ||******** */

/* ********|| BATCH PAGE ENDS ||******** */

/***************************************************/

/* ********|| PROFILES PAGE STARTS ||******** */

/********top band starts*******/
.top-band{
    padding: 15px 0;
    border-bottom: 1px solid #006ca9;
}
.top-band ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.top-band ul li {
    font-size: 16px;
    color: #39397c;
}
.top-band a i {
    font-size: 30px;
}
.top-band a, .top-band form #export {
    background: #e0e0e0;
    text-transform: uppercase;
    font-weight: bold;
    color: #000;
    padding: 15px 20px;
    display: inline-block;
    font-size: 16px;
}
/********top band ends*******/

/********profile starts*******/
.armedforcesBatch {
    /* float: left; */
    display: block;
    width: 100%;
    margin: 50px 0 0 0;
}
.profileDetailsPage {
    color: #2f2f2f;
    font-size: 15px;
    line-height: 25px;
}
.profileDetailsPage .img-wrapper {
   border: 6px solid #f07047;
    width: 180px;
    height: 180px;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 50%;
}
.profileDetailsPage .img-wrapper img {
    width: 100%;
    height: auto;
}
.name-exep {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}
.armedforcesBatch h2 {
    font-size: 30px;
    line-height: normal;
    color: #006ca9;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    padding: 0;
    margin-right: auto;
}
.pdfSection {
    padding: 25px 0;
    border-bottom: 1px solid #006ca9;
}
.profileDetailsPage h4 {
    color: #006ca9;
    font-size: 20px;
    margin-bottom: 13px;
    font-weight: 700;
}
.pdfSection-content, .capsule h3{
    padding-left: 38px;
}
.capsule ul{
    padding-left: 55px;
}

.pdfSection-content.pillsLi ul li {
    display: inline-block;
    margin: 3px 2px;
    background: #f07047;
    color: #fff;
    border-radius: 3px;
    padding: 2px 10px;
}
.profileDetailsPage {
    color: #2f2f2f;
    font-size: 15px;
    line-height: 25px;
}
.capsule {
    padding: 25px 0;
    border-bottom: 1px dotted #f07047;
}
.capsule h3 {
    margin-bottom: 10px;
     font-size: 18px;
    color: #2f2f2f;
    font-weight: 700;
}
.pdfSection.border-none{
    border: none;
}
.pdfSection-content ul{
    list-style: none;
}
/********profile ends*******/

/* ********|| PROFILES PAGE ENDS ||******** */

.banner-wrapper {
/*    float: left;*/
    width: 100%;
    position: relative;
/*    padding-bottom: 52px;*/
/*    border-bottom: 6px solid #faaf4f;*/
}

.banner-wrapper .banner {
    border-bottom: 4px solid #f07047;
}

.banner-wrapper .banner ul {}

.banner-wrapper .banner ul li {
    width: 100%;
/*    height: 480px;*/
    position: relative;
    background-size: cover;
}

.banner-wrapper .banner ul li .bannerText {
    position: absolute;
    left: 0;
    right: 0;
    top: 55%;
    text-align: center;
    transform: translate(0, -50%);
}

.banner-wrapper .banner ul li .bannerText article {
    font-size: 32px;
    line-height: 32px;
    font-weight: 400;
    color: #FFFFFF;
    font-family: Arial, sans-serif;
    text-transform: uppercase;
    margin: 0 auto;
    display: inline-block;
    position: relative;
    padding: 90px 155px 0;
}

.banner-wrapper .banner ul li .bannerText article:before {
    content: '';
    background: url(../images/wingsLeft.png) no-repeat 0 0;
    width: 155px;
    height: 122px;
    position: absolute;
    left: 1px;
    top: 3px;
}

.banner-wrapper .banner ul li .bannerText article:after {
    content: '';
    background: url(../images/wingsRight.png) no-repeat 0 0;
    width: 155px;
    height: 122px;
    position: absolute;
    right: 3px;
    top: 3px;
}

.banner-wrapper .banner ul li .bannerText article aside {
    font-size: 37px;
    line-height: 37px;
    font-weight: 400;
    color: #FFFFFF;
    font-family: Arial, sans-serif;
    text-transform: uppercase;
    padding-bottom: 8px;
}

.banner-wrapper .banner ul li .bannerText article aside:after {
    content: '';
    background: #aa1d24;
    width: 200px;
    height: 5px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.banner-wrapper .banner ul li .bannerText h2 {
    font-size: 30px;
    line-height: 36px;
    font-weight: 400;
    color: #FFFFFF;
    font-family: 'MyriadPro-Regular';
    text-transform: uppercase;
    margin: 0 auto;
    position: relative;
    padding: 0 0 2px;
}
.banner-wrapper .banner ul li .bannerText h2 strong{
    font-family: 'MyriadPro-Bold';
}

.banner-wrapper .banner ul li .bannerText span {
    font-size: 30px;
    line-height: 36px;
    font-weight: 400;
    color: #FFFFFF;
    font-family: 'MyriadPro-Regular';
    text-transform: uppercase;
    margin: 0 auto;
    position: relative;
}

.banner-wrapper .inside_banner {
    border-bottom: 6px solid #faaf4f;
}

.banner-wrapper .inside_banner ul {}

.banner-wrapper .inside_banner ul li {
    width: 100%;
/*    height: 386px;*/
    position: relative;
    background-size: cover;
}

.banner-wrapper .inside_banner ul li .bannerText {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 137px;
    text-align: center;
}

.banner-wrapper .inside_banner ul li .bannerText article {
    font-size: 36px;
    line-height: 33px;
    font-weight: 400;
    color: #FFFFFF;
    font-family: Arial, sans-serif;
    text-transform: uppercase;
    margin: 0 auto;
    display: inline-block;
    position: relative;
    padding: 90px 155px 0;
}

.banner-wrapper .inside_banner ul li .bannerText article:before {
    content: '';
    background: url(../images/wingsLeft.png) no-repeat 0 0;
    width: 155px;
    height: 122px;
    position: absolute;
    left: 1px;
    top: 3px;
}

.banner-wrapper .inside_banner ul li .bannerText article:after {
    content: '';
    background: url(../images/wingsRight.png) no-repeat 0 0;
    width: 155px;
    height: 122px;
    position: absolute;
    right: 3px;
    top: 3px;
}

.banner-wrapper .inside_banner ul li .bannerText article aside {
    font-size: 43px;
    line-height: 41px;
    font-weight: 400;
    color: #FFFFFF;
    font-family: Arial, sans-serif;
    text-transform: uppercase;
    padding-bottom: 8px;
}

.banner-wrapper .inside_banner ul li .bannerText article aside:after {
    content: '';
    background: #aa1d24;
    width: 231px;
    height: 5px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.banner-wrapper .inside_banner ul li .bannerText h2 {
    font-size: 35px;
    line-height: 40px;
    font-weight: 400;
    color: #FFFFFF;
    font-family: 'MyriadPro-Regular';
    text-transform: uppercase;
    margin: 0 auto;
    position: relative;
    padding: 14px 0 2px;
}

.banner-wrapper .inside_banner ul li .bannerText span {
    font-size: 35px;
    line-height: 40px;
    font-weight: 400;
    color: #FFFFFF;
    font-family: 'MyriadPro-Regular';
    text-transform: uppercase;
    margin: 0 auto;
    position: relative;
}

@media (min-width: 1024px){
    .banner-wrapper .searchBox{
        position: absolute;        
    }
}
.searchBox {
    bottom: 4px;
    left: 0;
    width: 100%;
}

.searchBox .search {
/*    background: #FFF;*/
/*    height: 117px;*/
/*    margin: 0 -15px;*/
/*    border-top-left-radius: 10px;*/
/*    border-top-right-radius: 10px;*/
}

.searchBox .search .searchbox {
    padding: 15px 0;
}

.searchBox .search .searchbox .searchBoxbg {
   background: rgb(0 0 0 / 80%);
    width: 100%;
    padding: 30px 174px 30px 24px;
    position: relative;
    z-index: 9;
}

.searchBox .search .searchbox .searchBoxbg .searchBtn {
    font-size: 22px;
    color: #FFFFFF;
    padding: 0 30px;
    height: 51px;
    line-height: 52px;
    width: auto;
    border-radius: 3px;
    cursor: pointer;
    background: #f07047;
/*    font-weight: 600;*/
    text-transform: uppercase;
    position: absolute;
    right: 15px;
    top: 15px;
}

.searchBox .search .searchbox .searchBoxbg .searchBoxRow {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.searchBox .search .searchbox .searchBoxbg .searchBoxRow .searchBoxCol {
    width: 31.3333333333%;
    float: left;
    padding: 0px 0px 0 20px;
    cursor: pointer;
    
}

.searchBox .search .searchbox .searchBoxbg .registerSelect {
    border-radius: 3px;
    background: #FFF;
}

.searchBox .search .searchbox .searchBoxbg .searchBoxRow .searchBoxCol strong {
    height: 51px;
}

.searchBox .search .searchbox .searchBoxbg .searchBoxRow .searchBoxCol strong samp {
    font-size: 16px;
    line-height: 34px;
    color: #454545;
    
    font-style: italic;
}

.krisSelectWrap {
    position: relative;
    width: 100%;
/*    z-index: 0 !important;*/
}
@media (max-width: 1023px){
    #slidingNav{
        z-index: 5;
    }
}
.krisSelectWrap select {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

.krisSelectWrap strong {
    position: relative;
    z-index: 2;
    display: block;
    width: 100%;
    height: 51px;
    text-align: left;
    padding: 9px 25px 12px 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    line-height: 34px;
    font-weight: 400;
    color: #454545;
    background: url(../images/downArrow4.png) no-repeat 100% 17px;
}

.krisSelectWrap strong samp:not(:first-of-type):before {
    content: ', '
}

.krisSelectWrap .selectDropMenu {
    position: absolute;
    left: 0;
    top: 44px;
    background: #FFF;
    width: 100%;
    z-index: 999;
}

.krisSelectWrap .selectDropMenuScroll {}

.krisSelectWrap .selectDmList {}

.krisSelectWrap .selectDmList li {
    text-align: left;
    position: relative;
    border-bottom: 1px solid #DDD;
    padding: 10px 15px;
    cursor: pointer;
    font-size: 16px;
}

.krisSelectWrap .selectDmList li:last-child {
    border-bottom: 0 solid #DDD;
}

.krisSelectWrap .selectDmList li:hover {
    background: #eee;
}

.krisSelectWrap .selectDmList.multiselect li {
    padding: 10px 15px 10px 35px;
}

.krisSelectWrap .selectDmList.multiselect li:before {
    content: '';
    line-height: 17px;
    font-weight: bold;
    padding-left: 3px;
    width: 18px;
    height: 18px;
    border: 1px solid #DDD;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 10px;
    margin: auto;
    border-radius: 3px;
}

.krisSelectWrap .selectDmList.multiselect li.msActive:before {
    content: '';
    color: #FFF;
    background: #0d95df url(../images/right2.png) no-repeat 50% 50%;
}
.center {
    width: 94%;
    max-width: 1140px;
    margin: 0 auto;
    position: relative;
}
.searchBox .search .searchbox .searchBoxbg .btn-filter{
    position: absolute;
    right: 80px;
    top: 30px;
    padding: 6px 35px;
    color: #fff;
    background-color: #f07047;
    text-decoration: none;
    border: none;
    border-radius: 2px;
    font-weight: 600;
    margin-right: 10px;
}
.searchBox .search .searchbox .searchBoxbg .refresh-action .refresh-btn{
    position: absolute;
    right: 24px;
    top: 30px;
    padding: 0px 10px;
    color: #fff;
    background-color: #f07047;
    text-decoration: none;
    border: none;
    border-radius: 2px;
    font-weight: 600;
    margin-right: 10px;
    font-size: 24px;
}
.searchBox .search .searchbox .searchBoxbg .custom-select{
    border-radius: 2px;
}



/************header*************/


.topPanel{
       background-color: #dfdfdf;
}   
      }
.navbar-brand {
    max-width: 150px;
    padding: 15px 0;
}

.header-top-band {
    background: #c6d957;
}

.header-top-band ul li:last-child {
    background: #0a55a4;
}

.header-top-band ul li a {
    padding: 10px 15px;
    display: flex;
    color: #000;
    align-items: center;
    font-size: 15px;
}

.header-top-band ul li a > img {
    max-width: 14px;
    margin-right: 7px;
}

.header-top-band ul li a > i.fa {
    font-size: 22px;
    margin-right: 7px;
}

.header-top-band ul li a > span {
    /* white-space: nowrap; */
    /* padding-right: 13px; */
    display: inline-block;
    min-width: 165px;
    color: #fff;
}
.ctf-block .bottom > span > img, .ctf-details .bottom .left span > img {
    width: 37px;
}
/* .ctf-details .bottom .left span {
    margin: 3px 0 10px!important;
} */
.ctf-block .bottom > span {
    margin: 5px 0 10px 0!important;
}
.topPanel nav {
    padding: 0;
}
.top-band > .container-fluid {
    padding-left: 0;
}
nav[class*="navbar-expand"] .navbar-nav .nav-link {
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    background-color: #006ca7;
    padding: 0 16px;
    position: relative;
    height: 100% !important;
    align-items: center;
    display: flex;
}
nav[class*="navbar-expand"] .navbar-nav .nav-link > span {
    text-transform: lowercase;
}

/* ANIMATED X */

.navbar-toggler.x:not(.collapsed) {
    padding: 5px 0px 5px 5px;
    transition: all 0.2s;
}

.navbar-light .navbar-toggler {
    padding: 7px;
    border: none;
    background: #006ca9;
    border-radius: 0;
}

.navbar-toggler .icon-bar + .icon-bar {
    margin-top: 4px;
}

.navbar-toggler .icon-bar {
    width: 22px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;

    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    background: #fff;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover{
    color: #fff;
}
.navbar-brand{
    margin: 0;
}

/* ANIMATED X */
.navbar-toggler.x .icon-bar:nth-of-type(1) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: 10% 10%;
    -ms-transform-origin: 10% 10%;
    transform-origin: 10% 10%;
}

.navbar-toggler.x .icon-bar:nth-of-type(2) {
    opacity: 0;
    filter: alpha(opacity=0);
}

.navbar-toggler.x .icon-bar:nth-of-type(3) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 10% 90%;
    -ms-transform-origin: 10% 90%;
    transform-origin: 10% 90%;
}

/* ANIMATED X COLLAPSED */
.navbar-toggler.x.collapsed .icon-bar:nth-of-type(1) {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
}

.navbar-toggler.x.collapsed .icon-bar:nth-of-type(2) {
    opacity: 1;
    filter: alpha(opacity=100);
}

.navbar-toggler.x.collapsed .icon-bar:nth-of-type(3) {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
}

/* END ANIMATED X */

.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: #fff;
        background-color: #005686;
}

@media (max-width: 991px) {
    nav[class*="navbar-expand"] .navbar-nav .nav-link {
        font-size: 16px;
        padding: 10px 20px;
    }

    nav[class*="navbar-expand"] .navbar-nav li.active a:after {
        left: 10px;
        right: 10px;
    }
}

@media (min-width: 1200px) {
    .topPanel nav .h-md-100 {
        height: 100% !important;
    }
}

@media (max-width: 1199px) {
    .container {
        max-width: 100%;
    }

    .topPanel nav {
        padding: 0 15px;
    }
}

@media (max-width: 991px) {
    .footerMenuBox .fmenuRow .fMenucol .address ul {
        display: block;
    }

    .footerMenuBox .fmenuRow .fMenucol .address ul li {
        float: none;
    }
}

@media (max-width: 767px) {
    .footerMenuBox .fmenuRow .fMenucol .address ul {
        display: block;
    }
}

/***********footer*************/


.footerMenuBox h2 {
    font-size: 20px;
    color: #f07047;
    font-weight: bold;
    text-transform: uppercase;
    padding-bottom: 20px;
}
.footerMenuBox ul li > a {
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    font-weight: normal;
    position: relative;
    padding-left: 22px;
    display: block;
}
.footerMenuBox ul li i{
    color: #fff;
}







.footerMenuBox .fmenuRow .fMenucol .leftMenuRow .leftMenuCol ul {}

.footerMenuBox .fmenuRow .fMenucol .leftMenuRow .leftMenuCol ul li {
    padding-bottom: 7px;
    display: flex;
}


.footerMenuBox ul li > a > span { text-transform: capitalize;}
.footerMenuBox ul li a:hover,
.footerMenuBox ul li.active a{
    color: #f07047;
}

.footerMenuBox .fmenuRow .fMenucol .leftMenuRow .leftMenuCol ul li a:before {
    content: '';
    background: url(../images/arrow.png) no-repeat 0 0;
    width: 10px;
    height: 8px;
    position: absolute;
    left: 0;
    top: 6px;
    
/*    filter: brightness(0) invert(1);*/
}

.footerMenuBox .fmenuRow .fMenucol .address ul {
    display: flex;
/*
    flex-wrap: wrap;
    margin: 0 -20px;
*/
}

.footerMenuBox .fmenuRow .fMenucol .address ul li {
/*    width: 50%;*/
    float: left;
    padding: 0 15px 0;
    position: relative;
}

.footerMenuBox .fmenuRow .fMenucol .address ul li aside {
    font-size: 15px;
    line-height: 21px;
    color: #252525;
    font-weight: normal;
    display: block;
    padding-left: 30px;
    position: relative;
    margin-bottom: 30px;
}
.footerMenuBox .fmenuRow .fMenucol .address ul li aside > p{
    margin: 0;
}

.footerMenuBox .fmenuRow .fMenucol .address ul li aside:before {
    content: '';
    background: url(../images/mapIcon.svg) no-repeat 0 0;
    width: 13px;
    height: 21px;
    position: absolute;
    left: 0;
    top: 0;
/*    filter: brightness(0) invert(1);*/
}

.footerMenuBox .fmenuRow .fMenucol .address ul li .number {
/*    position: absolute;*/
    bottom: 0;
    left: 20px;
}

.footerMenuBox .fmenuRow .fMenucol .address ul li .number span {
    font-size: 17px;
    line-height: 21px;
    color: #252525;
    font-weight: normal;
    display: block;
    padding-left: 30px;
}

.footerMenuBox .fmenuRow .fMenucol .address ul li .number span a {
    font-size: 17px;
    line-height: 21px;
    color: #252525;
    font-weight: normal;
    display: inline-block;
}

.footerMenuBox .fmenuRow .fMenucol .address ul li .number span a:hover {
    color: #000;
}





