  body {
    font: 400 15px Lato, sans-serif;
    line-height: 1.8;
    color: #212529;
  }
  /* .container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
} */
.bg-light {
  background-color: #f4f4f4 !important;
}
.site-section {
  padding: 7rem 0;
}
.site-section-text{
  padding: 30px 0px;
}

.site-section-text p{
  color: #000;
  text-align: justify;
    font-family: inherit;
}
.navbar-brand {
  float: left;
  height: 64px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}
  h2 {
    font-size: 24px;
    text-transform: uppercase;
    color: #303030;
    font-weight: 600;
    margin-bottom: 30px;
  }
  h4 {
    font-size: 19px;
    line-height: 1.375em;
    color: #303030;
    font-weight: 400;
    margin-bottom: 30px;
  }  
  .jumbotron {
    background-color: #f4511e;
    color: #fff;
    padding: 100px 25px;
    font-family: Montserrat, sans-serif;
  }
  .container-fluid {
    padding: 60px 50px;
  }
  .bg-grey {
    background-color: #f6f6f6;
  }
  .logo-small {
    color: #f4511e;
    font-size: 50px;
  }
  .logo {
    color: #f4511e;
    font-size: 200px;
  }
  .thumbnail {
    padding: 0 0 15px 0;
    border: none;
    border-radius: 0;
  }
  .thumbnail img {
    width: 100%;
    height: 100%;
    margin-bottom: 10px;
  }
  .item {
    height: 65vh;
    min-height: 350px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  .carousel-control.right, .carousel-control.left {
    background-image: none;
    color: #f4511e;
  }
  .carousel-indicators li {
    border-color: #f4511e;
  }
  .carousel-indicators li.active {
    background-color: #f4511e;
  }
  .item h4 {
    font-size: 19px;
    line-height: 1.375em;
    font-weight: 400;
    font-style: italic;
    margin: 70px 0;
  }
  .item span {
    font-style: normal;
  }
  .panel {
    border: 1px solid #f4511e; 
    border-radius:0 !important;
    transition: box-shadow 0.5s;
  }
  .panel:hover {
    box-shadow: 5px 0px 40px rgba(0,0,0, .2);
  }
  .panel-footer .btn:hover {
    border: 1px solid #f4511e;
    background-color: #fff !important;
    color: #f4511e;
  }
  .panel-heading {
    color: #fff !important;
    background-color: #f4511e !important;
    padding: 25px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
  }
  .panel-footer {
    background-color: white !important;
  }
  .panel-footer h3 {
    font-size: 32px;
  }
  .panel-footer h4 {
    color: #aaa;
    font-size: 14px;
  }
  .panel-footer .btn {
    margin: 15px 0;
    background-color: #f4511e;
    color: #fff;
  }
.nd-welcome{
  padding: 1px 0px !important;
}
.emodel{
  margin: 30px 1px;
}

  .navbar {
    margin-bottom: 0;
    background-color: #f4511e;
    z-index: 9999;
    border: 0;
    font-size: 12px !important;
    line-height: 1.42857143 !important;
    letter-spacing: 0px;
    border-radius: 0;
    font-family: Montserrat, sans-serif;
  }
  .navbar li a, .navbar .navbar-brand {
    color: #000 !important;
  }
  .navbar-nav li a:hover, .navbar-nav li.active a {
    color: #f4511e !important;
    background-color: #fff !important;
  }
  .navbar-default .navbar-toggle {
    border-color: transparent;
    color: #000 !important;
  }
  footer .glyphicon {
    font-size: 20px;
    margin-bottom: 20px;
    color: #f4511e;
  }
  .slideanim {visibility:hidden;}
  .slide {
    animation-name: slide;
    -webkit-animation-name: slide;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    visibility: visible;
  }
  @keyframes slide {
    0% {
      opacity: 0;
      transform: translateY(70%);
    } 
    100% {
      opacity: 1;
      transform: translateY(0%);
    }
  }
  @-webkit-keyframes slide {
    0% {
      opacity: 0;
      -webkit-transform: translateY(70%);
    } 
    100% {
      opacity: 1;
      -webkit-transform: translateY(0%);
    }
  }
  @media screen and (max-width: 768px) {
    .carousel-caption {
      position: absolute;
      padding-top: 0px !important;
      padding-bottom: 20px;
      color: #fff;
      text-shadow: none !important;
  }
    .carousel-caption h3 {
      color: #ffffff;
      font-size: 22px !important; 
      text-transform: capitalize;
      font-weight: 400 !important;
      line-height: 25px !important;
      margin: 1px 0 10px !important;
  }
  .item {
    height: 34vh !important;
    min-height: 212px !important;
}
    .col-sm-4 {
      text-align: center;
      margin: 25px 0;
    }
    .btn-lg {
      width: 100%;
      margin-bottom: 35px;
    }
    .arrow {
      color: #fff;
      background-color: #df8c35;
      /* margin: 5px 0; */
      padding: 4px 20px;
      font-weight: 300 !important;
      font-family: inherit;
      font-size: 16px !important;
  }
  .lib-panel .row, .lib-panel .col-md-6 {
    padding: 0;
    background-color: #fff0 !important;
    border-radius: 0% 0% 0% 0% !important;
}
.lib-panel .lib-row.lib-header {
  background-color: #fff0 !important;
  font-size: 17px;
  padding: 52px 0px 0px 0px !important;
  line-height: 21px;
}
.masthead {
  margin-bottom: 30px !important;
  height: 20vh !important;
}

.masthead .page-heading, .masthead .site-heading {
  text-align: left;
  padding: 35px 0px !important;
}
.masthead .page-heading h1, .masthead .site-heading h1 {
  font-size: 35px !important;
  margin-top: 0;
}

.nd-aboutus {
  padding: 0px 15px;
}

.sol-one {
  text-align: right;
  margin-top: 75% !important;
  font-size: 35px !important ;
  font-weight: bold;
  writing-mode: vertical-rl;
  /* text-orientation: upright; */
  text-transform: capitalize !important;
}
  }
  @media screen and (max-width: 480px) {
    .carousel-caption {
      position: absolute;
      padding-top: 0px !important;
      text-shadow: none !important;
      top: 15px !important;
  }
    .carousel-caption h3 {
      color: #ffffff;
      font-size: 22px !important; 
      text-transform: capitalize;
      font-weight: 400 !important;
      line-height: 25px !important;
      margin: 1px 0 10px !important;
  }
  .item {
    height: 26vh !important;
    min-height: 204px !important;
}
    .logo {
      font-size: 150px;
    }

    .arrow {
      color: #fff;
      background-color: #df8c35;
      /* margin: 5px 0; */
      padding: 4px 20px;
      font-weight: 300 !important;
      font-family: inherit;
      font-size: 16px !important;
  }
  .lib-panel .row, .lib-panel .col-md-6 {
    padding: 0;
    background-color: #fff0 !important;
    border-radius: 0% 0% 0% 0% !important;
}
.lib-panel .lib-row.lib-header {
  background-color: #fff0 !important;
  font-size: 17px;
  padding: 52px 0px 0px 0px !important;
  line-height: 21px;
}
.masthead {
  margin-bottom: 30px !important;
  height: 20vh !important;
}

.masthead .page-heading, .masthead .site-heading {
  text-align: left;
  padding: 35px 0px !important;
}
.masthead .page-heading h1, .masthead .site-heading h1 {
  font-size: 35px !important;
  margin-top: 0;
}

.nd-aboutus {
  padding: 0px 15px;
}

.sol-one {
  text-align: right;
  margin-top: 185% !important;
  font-size: 35px !important ;
  font-weight: bold;
  writing-mode: vertical-rl;
  /* text-orientation: upright; */
  text-transform: capitalize !important;
}

  }

  
/*------------------------------------*\
	Logo
\*------------------------------------*/

#foo {
    display:flex;
    align-items:center;
   }
#searchlight{
    font-weight: 600px;
}
.navbar-brand {
    padding: 0;
}

.navbar-brand .logo, .navbar-brand .logo-alt {
    max-height: 62px;
    display: block;
    /* width: 259px; */
}
/* .navbar {
    position: relative;
    min-height: 70px !important;
    margin-bottom: 20px;
    border: 1px solid transparent;
} */

#nav:not(.nav-transparent):not(.fixed-nav) .navbar-brand .logo-alt {
	display: none;
}

#nav.nav-transparent:not(.fixed-nav) .navbar-brand .logo {
	display: none;
}

#nav.fixed-nav .navbar-brand .logo-alt {
    display: none;
}

@media only screen and (max-width: 767px) {
    #nav.nav-transparent .navbar-brand .logo-alt {
        display: none !important;
    }
    #nav.nav-transparent .navbar-brand .logo {
        display: block !important;
        margin-left: 10%;
    }
}


/*------------------------------------*\
	Navigation
\*------------------------------------*/

#nav {
    padding: 10px 0px;
    background: #FFF;
    -webkit-transition: 0.2s padding;
    transition: 0.2s padding;
    z-index: 999;
}

#nav.navbar {
    border: none;
    border-radius: 0;
    margin-bottom: 0px;
}

#nav.fixed-nav {
    position: fixed;
    left: 0;
    right: 0;
    padding: 0px 0px;
    background-color: #FFF !important;
    border-bottom: 1px solid #EEE;
}

#nav.nav-transparent {
    background: transparent;
}


/* -- default nav -- */

@media only screen and (min-width: 768px) {
    .main-nav li {
        padding: 0px 15px;
    }
    .main-nav li a {
        font-size: 14px;
        -webkit-transition: 0.2s color;
        transition: 0.2s color;
    }
    .main-nav>li>a {
        color: #fff;
        padding: 15px 0px;
    }
    #nav.nav-transparent:not(.fixed-nav) .main-nav>li>a {
        color: #fff;
    }
    .main-nav>li>a:hover, .main-nav>li>a:focus, .main-nav>li.active>a {
        background: #ea7924;
        color: #ea7924;
    }
    .main-nav>li>a:after {
        content: "";
        display: block;
        background-color: #ea7924;
        height: 2px;
        width: 0%;
        -webkit-transition: 0.2s width;
        transition: 0.2s width;
    }
    .main-nav>li>a:hover:after, .main-nav>li.active>a:after {
        width: 100%;
    }

    /* dropdown */
    .has-dropdown {
        position: relative;
    }
    .has-dropdown>a:before {
        font-family: 'FontAwesome';
        content: "\f054";
        font-size: 6px;
        margin-left: 6px;
        float: right;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        -webkit-transition: 0.2s transform;
        transition: 0.2s transform;
    }

    .main-nav ul li a:hover{        
      color: #fff !important;
      background: #ea7924 !important;
    }

    
    .dropdown {
        position: absolute;
        right: -50%;
        top: 0;
        background-color: #ea7924;
        width: 200px;
        padding: 10px 0px;
        -webkit-box-shadow: 0px 5px 5px -5px rgba(53, 64, 82, 0.2);
        box-shadow: 0px 5px 5px -5px rgba(53, 64, 82, 0.2);
        -webkit-transform: translateY(15px) translateX(50%);
        -ms-transform: translateY(15px) translateX(50%);
        transform: translateY(15px) translateX(50%);
        opacity: 0;
        visibility: hidden;
        -webkit-transition: 0.2s all;
        transition: 0.2s all;
    }
    .main-nav>.has-dropdown>.dropdown {
        top: 100%;
        right: 50%;
    }
    .main-nav>.has-dropdown>.dropdown .dropdown.dropdown-left {
        right: 150%;
    }
    .dropdown li a {
        display: block;
        color: #FFF;
        /* border-top: 1px solid rgba(250, 250, 250, 0.1); */
        padding: 10px 0px;
        text-decoration: none;
    }
    .dropdown li:nth-child(1) a {
        border-top: none;
    }
    .has-dropdown:hover>.dropdown {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateY(0px) translateX(50%);
        -ms-transform: translateY(0px) translateX(50%);
        transform: translateY(0px) translateX(50%);
        text-decoration: none;
    }
    .has-dropdown:hover>a:before {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
        
    }
    .nav-collapse {
        display: none;
    }
    .tabs ul li a:hover {
        text-decoration: none;
      }
      .inline li:hover{
        background:#A5A5A5!important;
    }
}


/* -- mobile nav -- */

@media only screen and (max-width: 767px) {
    #nav {
        padding: 0px 0px;
    }
    #nav.nav-transparent {
        background: #FFF;
    }
    .main-nav {
        position: fixed;
        right: 0;
        height: calc(100vh - 80px);
        -webkit-box-shadow: 0px 80px 0px 0px #1C1D21;
        box-shadow: 0px 80px 0px 0px #1C1D21;
        max-width: 250px;
        width: 0%;
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        transform: translateX(100%);
        margin: 0;
        overflow-y: auto;
        background: #1C1D21;
        -webkit-transition: 0.2s all;
        transition: 0.2s all;
    }
    #nav.open .main-nav {
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%);
        width: 100%;
    }
    .main-nav li {
        border-top: 1px solid rgba(250, 250, 250, 0.1);
    }
    .main-nav li a {
        display: block;
        color: #FFF!important;
        -webkit-transition: 0.2s all;
        transition: 0.2s all;
    }
    .main-nav>li.active {
        border-left: 6px solid #ea7924;
    }
    .main-nav li a:hover, .main-nav li a:focus {
        background-color: #ea7924;
        color: #FFF;
        opacity: 1;
    }
    .has-dropdown>a:after {
        content: "\f054";
        font-family: 'FontAwesome';
        float: right;
        -webkit-transition: 0.2s -webkit-transform;
        transition: 0.2s -webkit-transform;
        transition: 0.2s transform;
        transition: 0.2s transform, 0.2s -webkit-transform;
    }
    .dropdown {
        opacity: 0;
        visibility: hidden;
        height: 0;
        /* background: rgba(250, 250, 250, 0.1); */
    }
    .dropdown li a {
        padding: 6px 10px;
    }
    .has-dropdown.open-drop>a:after {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    }
    .has-dropdown.open-drop>.dropdown {
        opacity: 1;
        visibility: visible;
        height: auto;
        -webkit-transition: 0.2s all;
        transition: 0.2s all;
    }
}

/* -- nav btn collapse -- */
.nav-collapse {
    position: relative;
    float: right;
    width: 40px;
    height: 40px;
    margin-top: 5px;
    margin-right: 5px;
    cursor: pointer;
    z-index: 99999;
}

.nav-collapse span {
    display: block;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
    width: 25px;
}

.nav-collapse span:before, .nav-collapse span:after {
    content: "";
    display: block;
}

.nav-collapse span, .nav-collapse span:before, .nav-collapse span:after {
    height: 4px;
    background: #10161A;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
}

.nav-collapse span:before {
    -webkit-transform: translate(0%, 10px);
    -ms-transform: translate(0%, 10px);
    transform: translate(0%, 10px);
}

.nav-collapse span:after {
    -webkit-transform: translate(0%, -14px);
    -ms-transform: translate(0%, -14px);
    transform: translate(0%, -14px);
}

#nav.open .nav-collapse span {
    background: transparent;
}

#nav.open .nav-collapse span:before {
    -webkit-transform: translateY(0px) rotate(-135deg);
    -ms-transform: translateY(0px) rotate(-135deg);
    transform: translateY(0px) rotate(-135deg);
}

#nav.open .nav-collapse span:after {
    -webkit-transform: translateY(-4px) rotate(135deg);
    -ms-transform: translateY(-4px) rotate(135deg);
    transform: translateY(-4px) rotate(135deg);
}


/*------------------------------------*\
	Header
\*------------------------------------*/

header {
    position: relative;
}

#home {
    /* height: 65vh; */
}

/* #home_inner{
  height: 35vh;
} */

#home .home-wrapper {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
}

.home-content h1 {
  text-transform: capitalize;
}
.home-content button {
  margin-top: 20px;
}

.header-wrapper h2 {
    display: inline-block;
    margin-bottom: 0px;
}

.header-wrapper .breadcrumb {
    float: right;
    background: transparent;
    margin-bottom: 0px;
}

.header-wrapper .breadcrumb .breadcrumb-item.active {
    color: #868F9B;
}

.breadcrumb>li+li:before {
    color: #868F9B;
}


/* --  section header  -- */

.services-text-ec{ 
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-left: 11%;
}
.services-text-ii{ 
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-left: 18%;
}
.services-text-run{ 
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-left: 15%;
}

.section-header {
    position: relative;
    margin-bottom: 0px;

}

.nd-services1{
  margin-top:-10px;
}
.section-header .title {
    text-transform: capitalize;
}

.section-header > h2 {
  display: inline-block;
}
.section-header span a {
  float: right;
  color: #ff9900;
  margin-top: 20px;
}
.title:after {
    content:"";
  	display:block;
  	height:4px;
  	width:40px;
  	background-color: #ea7924;
    margin-top: 20px;
}

.text-center .title:after {
    margin: 20px auto 0px;
}



/*------------------------------------*\
	Events
\*------------------------------------*/
#events{
  padding: 35px 0px;
}

.events{
  position: relative;
  text-align: center;
  padding: 0px 0 25px 0px;
  border: 5px solid #EEE;
  margin: 15px 12px;
  height: 220px;
  background-color: #fff;
    color: #000;
}

.events i {
    font-size: 36px;
    color: #6195FF;
    margin-bottom: 20px;
}

.events:hover {
  background-color:#6B7A8F;
  color:#fff;
}

.events h3 {
    -webkit-transition: 0.2s color;
    transition: 0.2s color;
    text-align: center;
    padding: 2px 11px;
}
.events a {
  color:#ea7924;
}
.events:hover h3 {
    color: #fff;
}
.events:hover p {
  color: #fff;
}
.events:hover ul {
  color: #fff;
}

.events >ul > li{
  text-align: left;
}

.list-unstyle{
  list-style:none; 
  padding-left:0;
}

/*************banner Home Page**************/
/**************** Banner Slider Carousel **************/
.carousel-inner img {
  width: 100%; 
  max-height:500px;
}
.carousel-caption {
  color:#fff;
  top:25px; 
  bottom: auto; 
  text-align:left;
}

.image-overlay {
  overflow: hidden;
  position: relative;
  /* filter: saturate(.7); */
  background: rgba(0, 0, 0, 0.93);
  width: 100%;
  /* margin: 1em auto;*/
}
.image-one-overlay {
	opacity: .5;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 40px;
  padding-bottom: 20px;
  color: #fff;
  text-shadow: none !important;
}

.carousel-caption h3{
  color: #ffffff;
  font-size: 53px;
  text-transform: capitalize;
  font-weight: 700;
  line-height: 45px;
  margin: 30px 0 40px;
}

/*********Banner button******/
a.button {
  font-size: 20px;
  float: left;
}
.arrow {
  color: #fff;
  background-color: #df8c35;
  margin: 5px 0;
  padding: 12px 23px;
  font-weight: 300;
    font-family: inherit;
}
.arrow::after {
  display: inline-block;
  padding-left: 8px;
  content: "\0279E";
  -webkit-transition: transform 0.3s ease-out;
  -moz-transition: transform 0.3s ease-out;
  -ms-transition: transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.arrow:hover {
  color: #000;
  background-color: #df8c35;
  text-decoration: none;
}
.arrow:hover::after {
  -webkit-transform: translateX(4px);
  -moz-transform: translateX(4px);
  -ms-transform: translateX(4px);
  -o-transform: translateX(4px);
  transform: translateX(4px);
}




/*------------------------------------*\
	Services
\*------------------------------------*/

.services {
    position: relative;
    text-align: center;
    padding: 10px 15px;
    /* border: 1px solid #EEE;
    margin: 15px 0px; */
}

.services i {
    font-size: 36px;
    color: #6195FF;
    margin-bottom: 20px;
}

.services h3 {
    -webkit-transition: 0.2s color;
    transition: 0.2s color;
}

.lib-panel {
    margin-bottom: 20Px;
}
.lib-panel img {
    width: 135px;
    background-color: transparent;
}

.lib-panel .row,
.lib-panel .col-md-6 {
    padding: 0;
    background-color: #FFFFFF;
    border-radius: 63% 0% 0% 63%;
}


.lib-panel .lib-row {
    padding: 0 20px 0 20px;
}

.lib-panel .lib-row.lib-header {
  background-color: #FFFFFF;
    font-size: 20px;
    padding: 29px 1px 0 1px;
    line-height: 25px;
}

.lib-panel .lib-row.lib-header .lib-header-seperator {
    height: 2px;
    width: 26px;
    background-color: #d9d9d9;
    margin: 7px 0 7px 0;
}

.lib-panel .lib-row.lib-desc {
    position: relative;
    height: 100%;
    display: block;
    font-size: 13px;
}
.lib-panel .lib-row.lib-desc a{
    position: absolute;
    width: 100%;
    bottom: 10px;
    left: 20px;
}

.row-margin-bottom {
    margin-bottom: 20px;
}

.box-shadow {
    -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,.10);
    box-shadow: 0 0 10px 0 rgba(0,0,0,.10);
}

.no-padding {
    padding: 0;
}

/******************Event box**************8*/
.box-a {
  cursor: pointer;
  height: 300px;
  position: relative;
  overflow: hidden;
  width: 400px;
}

.box-a img {
  position: absolute;
  left: 0;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  -ms-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}

.box-a .overbox-a {
  background-color: #304562;
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  z-index: 100;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  -ms-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  opacity: 0;
 width: 100%;
    height: 100%;
  padding: 130px 20px;
}

.box-a:hover .overbox-a { opacity: 1; }

.box-a .overtext {
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  -ms-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  transform: translateY(40px);
  -webkit-transform: translateY(40px);
}

.box-a .title {
  font-size: 2.5em;
  text-transform: uppercase;
  opacity: 0;
  transition-delay: 0.1s;
  transition-duration: 0.2s;
}

.box-a:hover .title,
.box-a:focus .title {
  opacity: 1;
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
}

.box-a .tagline {
  font-size: 0.8em;
  opacity: 0;
  transition-delay: 0.2s;
  transition-duration: 0.2s;
}

.box-a:hover .tagline,
.box-a:focus .tagline {
  opacity: 1;
  transform: translateX(0px);
  -webkit-transform: translateX(0px);
}

/*------------------------------------*\
	solutions
\*------------------------------------*/
#solutions {
  margin-top: 25px;
}
.solutions {
    position: relative;
    text-align: center;
    padding: 40px 20px;
    border: 1px solid #EEE;
    margin: 15px 0px;
}


.container-one {
    display: grid;
    grid-template-areas:
      "one two two"
      "one three four"
      "one five six"
      "one seven eight";
  }
  
  .box{
    min-height: 100px;
  }
  .box a{
      text-decoration: none;
      color: #fff;
      font-style: inherit;
  }
  .one {
    background: #dc7e1de3;
    color: #fff;
    grid-area: one;
    text-align: center;
  }

/* .one :hover{
    background-color: #000;
} */

  .sol-one{
    text-align: center;
    margin-top: 35%;
    font-size: 45px;
    font-weight: bold;
  }
  .two {
    background: #6B7A8F;
    color: #fff;
    grid-area: two;
  }
  .two:hover{
    background-color: rgb(77, 75, 75);
}
  .sol-two{
    text-align: center;
    margin-top: 4.5%;
    font-size: 15px;
    font-weight: 400;
  }
  .three {
    background: #F7C331;
    color: #fff;
    grid-area: three;
  }
  .three:hover{
    background-color: rgb(77, 75, 75);
}
  .sol-three{
    text-align: center;
    margin-top: 9%;
    font-size: 15px;
    font-weight: 400;
  }
  .four {
    background: #F7882F ;
    color: #fff;
    grid-area: four;
  }
  .four:hover{
    background-color: rgb(77, 75, 75);
}
  .sol-four{
    text-align: center;
    margin-top: 9%;
    font-size: 15px;
    font-weight: 400;
  }
  .sol-five{
    text-align: center;
    margin-top: 9%;
    font-size: 15px;
    font-weight: 400;
  }
  .five {
    background: #DCC7AA;
    color: #fff;
    grid-area: five;
  }
  .five:hover{
    background-color: rgb(77, 75, 75);
}
  .sol-six{
    text-align: center;
    margin-top: 9%;
    font-size: 15px;
    font-weight: 400;
  }
  .six {
    background: #faa51a;
    color: #fff;
    grid-area: six;
  }
.six:hover{
    background-color: rgb(77, 75, 75);
}
  .sol-six{
    text-align: center;
    margin-top: 9%;
    font-size: 15px;
    font-weight: 400;
  }
  
  .seven {
    background: #6B7A8F;
    color: #fff;
    grid-area: seven;
  }
  .seven:hover{
    background-color: rgb(77, 75, 75);
}
  .sol-seven{
    text-align: center;
    margin-top: 9%;
    font-size: 15px;
    font-weight: 400;
  }
  .eight {
    background: #f04e24;
    color: #fff;
    grid-area: eight;
  }
  .eight:hover{
    background-color: rgb(77, 75, 75);
}
  .sol-eight{
    text-align: center;
    vertical-align: middle;
    margin-top: 9%;
    font-size: 15px;
    font-weight: 400;
    position: relative;
    display: flex;
    justify-content: center;
    text-align: center;
    vertical-align:middle;
  }

/*------------------------------------*\
	Clients Section
\*------------------------------------*/


#clients {
    padding: 40px 0;
    
  }
  
  #clients img {
    max-width: 100%;
    opacity: 0.5;
    transition: 0.3s;
    padding: 15px 0;
  }
  
  #clients img:hover {
    opacity: 1;
  }
  
  #clients .owl-nav,
  #clients .owl-dots {
    margin-top: 5px;
    text-align: center;
  }
  
  #clients .owl-dot {
    display: inline-block;
    margin: 0 5px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #ddd;
    display: none;
  }
  
  #clients .owl-dot.active {
    background-color: #3398cc;
  }
  .client_list a {
    float: right;
    color: #ff9900;
}

.read-more a{
  /* float: right; */
  color:#ff9900;
  text-decoration: none;
}
/*------------------------------------*\
  9d_partner Section
\*------------------------------------*/


#partners {
  padding: 40px 0;
  
}

#partners img {
  max-width: 100%;
  opacity: 0.5;
  transition: 0.3s;
  padding: 15px 0;
}

#partners img:hover {
  opacity: 1;
}

#partners .owl-nav,
#partners .owl-dots {
  margin-top: 5px;
  text-align: center;
}

#partners .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd;
  display: none;
}

#partners .owl-dot.active {
  background-color: #3398cc;
}

/*------------------------------------*\
	ninth_dimention_award
\*------------------------------------*/

.award-section-header {
  position: relative;
  margin-top: -40px;
}

.award-section-header .title {
  text-transform: capitalize;
}

.award-section-header > h2 {
display: inline-block;
color:#fff;
}
.award-section-header span a {
float: right;
color: #ff9900;
margin-top: 20px;
}
.title:after {
  content:"";
  display:block;
  height:4px;
  width:40px;
  background-color: #ea7924;
  margin-top: 20px;
}

.text-center .title:after {
  margin: 20px auto 0px;
}


.ninth_dimention_award {
    text-align: center;
    margin: 0px 0px;
}

.ninth_dimention_award img{
    max-width: 150px;
    max-height: 120px;
}

.ninth_dimention_award i {
    color: #6195FF;
    font-size: 36px;
    margin-bottom: 20px;
}

.ninth_dimention_award h3 {
    font-size: 36px;
    margin-bottom: 10px;
}

/* --  background image section  -- */

.bg-overlay {
    background: linear-gradient(rgba(0,0,0,.7), rgba(0,0,0,.7)), url("/10D/img/award_bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    color: #fff;
    height: 350px;
    padding-top: 50px;
}

/*------------------------------------*\
	Footer
\*------------------------------------*/
.col_white_amrc { color:#FFF;}
footer { 
  width:100%; 
  background-color:#263238; 
  min-height:150px; 
  padding:10px 0px 25px 0px ;
}
.pt2 { 
  padding-top:40px ; 
  margin-bottom:20px ;
}
footer p { 
  font-size:10px; 
  color:#6d6a6a;; 
  padding-bottom:0px;
  margin-bottom:8px;
}
.mb10 { 
  padding-bottom:15px;
}
.footer_ul_amrc { 
  margin:0px ; 
  list-style-type:none ; 
  font-size:10px; 
  padding:0px 0px 10px 0px ; 
}
.footer_ul_amrc li {padding:0px 0px 5px 0px;}
.footer_ul_amrc li a{ color:#CCC;}
.footer_ul_amrc li a:hover{ color:#fff; text-decoration:none;}
.fleft { float:left;}
.padding-right { padding-right:10px; }

.footer_ul2_amrc {margin:0px; list-style-type:none; padding:0px;}
.footer_ul2_amrc li p { display:table; }
.footer_ul2_amrc li a:hover { text-decoration:none;}
.footer_ul2_amrc li i { margin-top:5px;}

.bottom_border { border-bottom:1px solid #323f45; padding-bottom:20px;}
.foote_bottom_ul_amrc {
	list-style-type:none;
	padding:0px;
	display:table;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
.foote_bottom_ul_amrc li { display:inline;}
.foote_bottom_ul_amrc li a { 
    color: #ca7534;
    margin: 0 6px;
    font-size: 14px;
}
.ninth_dimension_social{
  align-items: center !important;
  margin-left: -35px;
}
.social_footer_ul { display:table; margin:15px auto 0 auto; list-style-type:none;  }
.social_footer_ul li { padding-left:20px; padding-top:10px; float:left; }
.social_footer_ul li a { color:#CCC; border:1px solid #CCC; padding:8px;border-radius:50%;}
.social_footer_ul li i {  width:20px; height:20px; text-align:center;}

.iwt{
  display:block;
  }

/*------------------------------------*\
	Back to top
\*------------------------------------*/

#back-to-top {
    display:none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #ea7924;
    border-radius:3px;
    color: #FFF;
    z-index: 9999;
  -webkit-transition: 0.2s opacity;
  transition: 0.2s opacity;
    cursor: pointer;
}

#back-to-top:after {
  content: "\f106";
  font-family: 'FontAwesome';
}

#back-to-top:hover {
  opacity: 0.8;
}

/*--------------------------------------------------------------------*\
                      inner pages style
\*--------------------------------------------------------------------*/

.masthead {
  margin-bottom:50px;
  background:no-repeat center center;
  background-color:#868e96;
  background-attachment:scroll;
  position:relative;
  -webkit-background-size:cover;
  -moz-background-size:cover;
  -o-background-size:cover;
  background-size:cover;
  height: 35vh;
 }
 .masthead .overlay {
  position:absolute;
  top:0;
  left:0;
  height:100%;
  width:100%;
  background-color:#212529;
  opacity:0.5
 }
 .masthead .page-heading,
 .masthead .post-heading,
 .masthead .site-heading {
  padding:200px 0 150px;
  color:white
 }
 @media only screen and (min-width: 768px) {
  .masthead .page-heading,
  .masthead .post-heading,
  .masthead .site-heading {
   padding:200px 0
  }
 }
 .masthead .page-heading,
 .masthead .site-heading {
  text-align:left;
  padding: 70px 0px;
 }
 .masthead .page-heading h1,
 .masthead .site-heading h1 {
  font-size:50px;
  margin-top:0
 }
 .masthead .page-heading .subheading,
 .masthead .site-heading .subheading {
  font-size:24px;
  font-weight:300;
  line-height:1.1;
  display:block;
  margin:10px 0 0;
  font-family:'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif
 }
 @media only screen and (min-width: 768px) {
  .masthead .page-heading h1,
  .masthead .site-heading h1 {
   font-size:50px
  }
 }
 .masthead .post-heading h1 {
  font-size:35px
 }
 .masthead .post-heading .meta,
 .masthead .post-heading .subheading {
  line-height:1.1;
  display:block
 }
 .masthead .post-heading .subheading {
  font-size:24px;
  font-weight:600;
  margin:10px 0 30px;
  font-family:'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif
 }
 .masthead .post-heading .meta {
  font-size:20px;
  font-weight:300;
  font-style:italic;
  font-family:'Lora', 'Times New Roman', serif
 }
 .masthead .post-heading .meta a {
  color:#fff
 }
 @media only screen and (min-width: 768px) {
  .masthead .post-heading h1 {
   font-size:55px
  }
  .masthead .post-heading .subheading {
   font-size:30px
  }
 }

 .about_services{
  background: #f6f5f5;
  padding: 13px 25px;
  line-height: 20px;
 }
 .about_services p{
   text-align: justify;
   text-align: justify;
    font-family: inherit;
    padding: 20px 0px;
}

.ss-text a {
    color: #000 !important;
	font-family: inherit;
}
.tab-content p {
    font-family: inherit;
    text-align: justify;
}
.lib-panel a {
    
    text-decoration: none;
    color: #000;
}

.free_infra_assmnt{
  background: #f6f5f5;
  /* padding: 1px 1px; */
  max-width: 100%;
 /* height: 287px;*/
}
.free_infra_assmnt_ebrs{
  background: #f6f5f5;
  /* padding: 1px 1px; */
  max-width: 100%;
  height: 168px;
}
.nd_solutions{
  position: relative;
  text-align: center;
 padding: 0px 0px;
  /* border: 1px solid #EEE; */
  margin: 0px 0px;
}
.nd_solutions_ebrs{
  position: relative;
  text-align: center;
  padding: 48px 20px;
  /* border: 1px solid #EEE; */
  margin: 0px 0px;
}
.ss_card{
  background: #f6f5f5;
  margin: 13px 0px;
}
.ss-img {
  display: table-cell;
  vertical-align: middle;
  width: 30%;
  padding-right: 1em;
}
.ss-img img {
  display: block;
  width: 100%;
  height: auto;
}
.ss-text {
  display: table-cell;
  vertical-align: middle;
  width: 70%;
}
.li-head {
  margin: 0;
}
.li-sub {
  margin: 0;
}

.nd_success_stories{
background: #F7882F;
color: #fff;
padding: 11px 23px;
}

.nd_knowledge_center{
  background: #6B7A8F;
  color: #fff;
  padding: 11px 23px;
}

.ss_about_services{
  padding: 43px 0px;
  line-height: 24px;
  text-align: justify;
}

/*contact form*/

.c-form-box select.form-control {
  height: 50px;
  margin: 0;
  padding: 0 20px;
  vertical-align: middle;
  background: #fff;
  border: 3px solid #fff;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 50px;
  color: #888;
  font-style: italic;
  -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
  -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
  -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}

.c-form-box select.form-control:focus {
  outline: 0; background: #fff; border: 3px solid #e8643e;
  -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
}

label {
  color: #333;
}

.btn-send {
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  margin-bottom: 20px;
}

.help-block.with-errors {
  color: #ff5050;
  margin-top: 5px;
}

.nd_contact_us{
background: #f6f5f5;
    padding: 10px 40px;
    text-align: left;
  }

.nd_contact_us h1{

text-align: center;
}



/*--------------------------------------------------------------------*\
                     About us page
\*--------------------------------------------------------------------*/
.nd-aboutus p{
text-align: justify;
}

/*Teams*/
.nd-advisory{
  background-color: #fff;
  padding: 50px;
}

#nd-management{
  background-color:#FFF;
  padding: 50px;
  padding-top: 0px;
}
#nd-management-mng1{
  background-color:#FFF;
  padding: 50px;
  padding-top: 0px;
}
#nd-management-mng2{
  background-color: #f6f5f5;
  padding: 50px;
}
#nd-management h2{
  text-transform: none;
  font-weight: 300;
  font-family: inherit;
}
#nd-management-mng1 h2{
  text-transform: none;
  font-weight: 300;
  font-family: inherit;
}
#nd-management-mng2 h2{
  text-transform: none;
  font-weight: 300;
  font-family: inherit;
}
#nd-management-mng1 p{
  color: #212529;
  font-family: inherit;
}
#nd-management-mng2 p{
  color: #212529;
  font-family: inherit;
}
#nd-management h1 {
  margin-top: 0px;
}
#nd-management-mng1 h1 {
  margin-top: 0px;
}
#nd-management-mng2 h1 {
  margin-top: 0px;
}

.text-orange {
  color: #ea7924;
}
.text-blue {
  color: #3061ca;
}
/*modal*/

.modal .modal-header {
  border-bottom: none;
  position: relative;
}
.modal .modal-header .btn {
  position: absolute;
  top: 0;
  right: 0;
  margin-top: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
}
.modal .modal-footer {
  border-top: none;
  padding: 0;
}
.modal .modal-footer .btn-group > .btn:first-child {
  border-bottom-left-radius: 0;
}
.modal .modal-footer .btn-group > .btn:last-child {
  border-top-right-radius: 0;
}


.modal {
  text-align: left;
}
.modal-content {
  border: none;
  border-radius: 2px;
      box-shadow: 0 16px 28px 0 rgba(0,0,0,0.22),0 25px 55px 0 rgba(0,0,0,0.21);
}
.modal-header{
  border-bottom: 0;
  padding-top: 15px;
  padding-right: 26px;
  padding-left: 26px;
  padding-bottom: 0px;
}
.modal-title {
  font-size: 24px;
}
.modal-body{
  border-bottom: 0;
  padding-top: 5px;
  padding-right: 26px;
  padding-left: 26px;
  padding-bottom: 10px;
  font-size: 15px;
}
.modal-footer {
  border-top:0;
  padding-top: 0px;
  padding-right:26px;
  padding-bottom:26px;
  padding-left:26px;
}
.btn-default,.btn-primary {
    border: none;
    border-radius: 2px;
    display: inline-block;
    color: #424242;
    background-color: #FFF;
    text-align: center;
    height: 36px;
    line-height: 36px;
    outline: 0;
    padding: 0 2rem; 
    vertical-align: middle;
    -webkit-tap-highlight-color: transparent;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
    letter-spacing: .5px;
    transition: .2s ease-out;
}
.btn-default:hover{
  background-color: #FFF;
  box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18),0 4px 15px 0 rgba(0,0,0,0.15);
}
.btn-primary {
  color: #FFF;
  background-color: #2980B9;
}
.btn-primary:hover{
  background-color: #2980B9;
  box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18),0 4px 15px 0 rgba(0,0,0,0.15);
}
/*extra code need to remove*/
.half-txt {
  width: 60%;
  margin: 0 auto;
  display: inline-block;
  line-height: 25px;
  color: #7e7e7e;
}
.text-uppercase {
  text-transform: uppercase;
}

.team-member, .team-member .team-img {
  position: relative;
}
.team-member {
  overflow: hidden;
  background-color: #fff;
  padding: 15px 20px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.team-member, .team-member .team-img {
  position: relative;
}

.team-hover {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: 0;
  border: 20px solid rgba(0, 0, 0, 0.1);
  background-color: rgba(255, 255, 255, 0.90);
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.team-member:hover .team-hover .desk {
  top: 35%;
}
.team-member:hover .team-hover, .team-member:hover .team-hover .desk, .team-member:hover .team-hover .s-link {
  opacity: 1;
}
.team-hover .desk {
  position: absolute;
  top: 0%;
  width: 100%;
  opacity: 0;
  -webkit-transform: translateY(-55%);
  -ms-transform: translateY(-55%);
  transform: translateY(-55%);
  -webkit-transition: all 0.3s 0.2s;
  transition: all 0.3s 0.2s;
  padding: 0 20px;
}
.desk, .desk h4, .team-hover .s-link a {
  text-align: center;
  color: #222;
}
.team-member:hover .team-hover .s-link {
  bottom: 10%;
}
.team-member:hover .team-hover, .team-member:hover .team-hover .desk, .team-member:hover .team-hover .s-link {
  opacity: 1;
}
.team-hover .s-link {
  position: absolute;
  bottom: 0;
  width: 100%;
  opacity: 0;
  text-align: center;
  -webkit-transform: translateY(45%);
  -ms-transform: translateY(45%);
  transform: translateY(45%);
  -webkit-transition: all 0.3s 0.2s;
  transition: all 0.3s 0.2s;
  font-size: 35px;
}
.desk, .desk h4, .team-hover .s-link a {
  text-align: center;
  color: #222;
}
.team-member .s-link a {
  margin: 0 10px;
  color: #333;
  font-size: 16px;
}
.team-title {
  position: static;
  padding: 20px 0;
  display: inline-block;
  letter-spacing: 2px;
  width: 100%;
}
.team-title h5 {
  margin-bottom: 0px;
  display: block;
  text-transform: uppercase;
}
.team-title span {
  font-size: 12px;
  text-transform: uppercase;
  color: #a5a5a5;
  letter-spacing: 1px;
}


.separador-vertical{
  border-right:1px solid #bfbdbd;
  }
  
  .titulo-equipo{
  margin-top:0px;
      
    }
    
  .equipo-item{
    border:	1px solid #D1CFCF ;
        padding: 10px;
    border-radius:10px;
  margin-bottom:25px;
      }

 /*=============== team ===============*/
 .cnt-block{ 
  float:left; 
  width:100%; 
  background:#fff; 
  padding:30px 20px; 
  text-align:center; 
  border:2px solid #d5d5d5;
  margin: 0 0 28px;
}

.equal-hight figure img {
  transform: scale(1);
  transition: .3s ease-in-out;
  height: 300;
  width: 200;  			
}
.equal-hight figure:hover img {
transform: scale(1.3);
}

.nd_solutions {
  position: relative;
  text-align: center;
  color: white;
}
.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.centered a {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size:25px;
  color:#fff;
}

.nd-location{
	margin-top: 10px;
}

/*------------------------------------*\
	Preloader
\*------------------------------------*/


#preloader {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: #FFF;
    z-index: 99999;
}

.preloader {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}
.preloader span {
    display: inline-block;
    background-color: #6195FF;
    width: 25px;
    height: 25px;
    -webkit-animation: 1s preload ease-in-out infinite;
            animation: preload 1s ease-in-out infinite;
    -webkit-transform: scale(0);
        -ms-transform: scale(0);
            transform: scale(0);
    border-radius:50%;
}

.preloader span:nth-child(1) {
    -webkit-animation-delay: 0s;
            animation-delay: 0s;
}

.preloader span:nth-child(2) {
    -webkit-animation-delay: 0.1s;
            animation-delay: 0.1s;
}

.preloader span:nth-child(3) {
    -webkit-animation-delay: 0.15s;
            animation-delay: 0.15s;
}

.preloader span:nth-child(4) {
    -webkit-animation-delay: 0.2s;
            animation-delay: 0.2s;
}

@-webkit-keyframes preload {
	0% {
	   -webkit-transform:scale(0);
	           transform:scale(0);
	}
  50% {
    -webkit-transform:scale(1);
            transform:scale(1);
  }
  100% {
    -webkit-transform:scale(0);
            transform:scale(0);
  }
}

@keyframes preload {
	0% {
	   -webkit-transform:scale(0);
	           transform:scale(0);
	}
  50% {
    -webkit-transform:scale(1);
            transform:scale(1);
  }
  100% {
    -webkit-transform:scale(0);
            transform:scale(0);
  }
}

.c-form-top {
    overflow: hidden;
    padding: 0 0px 2px 0 !important;
    border-color: rgba(255, 255, 255, 0.8);
    text-align: center;
}

/* ----------- Non-Retina Screens ----------- */
@media screen 
  and (min-device-width: 1200px) 
  and (max-device-width: 1600px) 
  and (-webkit-min-device-pixel-ratio: 1) { 
 
}

/* ----------- Retina Screens ----------- */
@media screen 
  and (min-device-width: 1200px) 
  and (max-device-width: 1600px) 
  and (-webkit-min-device-pixel-ratio: 2)
  and (min-resolution: 192dpi) { 
  .carousel-caption h3 {
    color: #ffffff;
    font-size: 50px;
    text-transform: capitalize;
    font-weight: 700;
    line-height: 45px;
    margin: 30px 0 40px;
}
}

/*------------------------------------*\
	Preloader
\*------------------------------------*/


/* #preloader {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: #FFF;
  z-index: 99999;
} */

#preloader {
  position: fixed;
  background-color: #fff;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index:10000 !important;
}


/* .preloader{
  width: 58px;
  height: 58px;
  margin: 100px auto;
  position: relative;
} */
.preloader div{
  display: block;
  width: 12px;
  height: 12px;
  background: #dc7e1de3;
  opacity: 0;
  position: absolute;
  -webkit-animation: loading-1 4.6s ease-in-out infinite;
  animation: loading-1 4.6s ease-in-out infinite;
}
.preloader .box-1{
  top: 0;
  left: 0;
  animation-delay: 1.06s;
}
.preloader .box-2{
  top: 0;
  left: 16px;
  animation-delay: 0.97s;
}
.preloader .box-3{
  top: 0;
  left: 31px;
  animation-delay: 0.87s;
}
.preloader .box-4{
  top: 0;
  left: 47px;
  animation-delay: 0.78s;
}
.preloader .box-5{
  top: 16px;
  left: 0;
  animation-delay: 0.69s;
}
.preloader .box-6{
  top: 16px;
  left: 16px;
  animation-delay: 0.6s;
}
.preloader .box-7{
  top: 16px;
  left: 31px;
  animation-delay: 0.51s;
}
.preloader .box-8{
  top: 16px;
  left: 47px;
  animation-delay: 0.41s;
}
.preloader .box-9{
  top: 31px;
  left: 0;
  animation-delay: 0.32s;
}
.preloader .box-10{
  top: 31px;
  left: 16px;
  animation-delay: 0.23s;
}
.preloader .box-11{
  top: 31px;
  left: 31px;
  animation-delay: 0.14s;
}
.preloader .box-12{
  top: 31px;
  left: 47px;
  animation-delay: 0.05s;
}
.preloader .box-13{
  top: 47px;
  left: 0;
  animation-delay: -0.05s;
}
.preloader .box-14{
  top: 47px;
  left: 16px;
  animation-delay: -0.14s;
}
.preloader .box-15{
  top: 47px;
  left: 31px;
  animation-delay: -0.23s;
}
.preloader .box-16{
  top: 47px;
  left: 47px;
  animation-delay: -0.32s;
}
@-webkit-keyframes loading-1{
  0%{
      opacity: 0;
      -webkit-transform: translateY(-97px);
  }
  15%{
      opacity: 0;
      -webkit-transform: translateY(-97px);
  }
  30%{
      opacity: 1;
      -webkit-transform: translateY(0);
  }
  70%{
      opacity: 1;
      -webkit-transform: translateY(0);
  }
  85%{
      opacity: 0;
      -webkit-transform: translateY(97px);
  }
  100%{
      opacity: 0;
      -webkit-transform: translateY(97px);
  }
}
@keyframes loading-1{
  0%{
      opacity: 0;
      transform: translateY(-97px);
  }
  15%{
      opacity: 0;
      transform: translateY(-97px);
  }
  30%{
      opacity: 1;
      transform: translateY(0);
  }
  70%{
      opacity: 1;
      transform: translateY(0);
  }
  85%{
      opacity: 0;
      transform: translateY(97px);
  }
  100%{
      opacity: 0;
      transform: translateY(97px);
  }
}


/* .preloader{
  width: 100px;
  height: 70px;
  margin: 50px auto;
  position: relative;
}
.preloader span{
  display: block;
  width: 5px;
  height: 10px;
  background: #e47d14;
  position: absolute;
  bottom: 0;
  animation: loading-1 2.25s  infinite ease-in-out;
}
.preloader span:nth-child(2){
  left: 11px;
  animation-delay: .2s;
}
.preloader span:nth-child(3){
  left: 22px;
  animation-delay: .4s;
}
.preloader span:nth-child(4){
  left: 33px;
  animation-delay: .6s;
}
.preloader span:nth-child(5){
  left: 44px;
  animation-delay: .8s;
}
.preloader span:nth-child(6){
  left: 55px;
  animation-delay: 1s;
}
.preloader span:nth-child(7){
  left: 66px;
  animation-delay: 1.2s;
}
.preloader span:nth-child(8){
  left: 77px;
  animation-delay: 1.4s;
}
.preloader span:nth-child(9){
  left: 88px;
  animation-delay: 1.6s;
}
@-webkit-keyframes loading-1{
  0%{
      height: 10px;
      transform: translateY(0px);
      background: #393737;
  }
  25%{
      height: 60px;
      transform: translateY(15px);
      background: #e37c13;
  }
  50%{
      height: 10px;
      transform: translateY(-10px);
      background: #393737;
  }
  100%{
      height: 10px;
      transform: translateY(0px);
      background: #.loader{
  width: 100px;
  height: 70px;
  margin: 50px auto;
  position: relative;
}
.preloader span{
  display: block;
  width: 5px;
  height: 10px;
  background: #e47d14;
  position: absolute;
  bottom: 0;
  animation: loading-1 2.25s  infinite ease-in-out;
}
.preloader span:nth-child(2){
  left: 11px;
  animation-delay: .2s;
}
.preloader span:nth-child(3){
  left: 22px;
  animation-delay: .4s;
}
.preloader span:nth-child(4){
  left: 33px;
  animation-delay: .6s;
}
.preloader span:nth-child(5){
  left: 44px;
  animation-delay: .8s;
}
.preloader span:nth-child(6){
  left: 55px;
  animation-delay: 1s;
}
.preloader span:nth-child(7){
  left: 66px;
  animation-delay: 1.2s;
}
.preloader span:nth-child(8){
  left: 77px;
  animation-delay: 1.4s;
}
.preloader span:nth-child(9){
  left: 88px;
  animation-delay: 1.6s;
}
@-webkit-keyframes loading-1{
  0%{
      height: 10px;
      transform: translateY(0px);
      background: #393737;
  }
  25%{
      height: 60px;
      transform: translateY(15px);
      background: #e37c13;
  }
  50%{
      height: 10px;
      transform: translateY(-10px);
      background: #393737;
  }
  100%{
      height: 10px;
      transform: translateY(0px);
      background: #393737;
  }
}
@keyframes loading-1{
  0%{
      height: 10px;
      transform: translateY(0px);
      background: #3061ca;
  }
  25%{
      height: 60px;
      transform: translateY(15px);
      background: #f5820d;
  }
  50%{
      height: 10px;
      transform: translateY(-10px);
      background: #e29013;
  }
  100%{
      height: 10px;
      transform: translateY(0px);
      background: #7d9cdd;
  }
};
  }
}
@keyframes loading-1{
  0%{
      height: 10px;
      transform: translateY(0px);
      background: #3061ca;
  }
  25%{
      height: 60px;
      transform: translateY(15px);
      background: #f5820d;
  }
  50%{
      height: 10px;
      transform: translateY(-10px);
      background: #e29013;
  }
  100%{
      height: 10px;
      transform: translateY(0px);
      background: #7d9cdd;
  }
} */

/* .preloader {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.preloader span {
  display: inline-block;
  background-color: #ea7924;
  width: 25px;
  height: 25px;
  -webkit-animation: 1s preload ease-in-out infinite;
          animation: preload 1s ease-in-out infinite;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  border-radius:50%;
}

.preloader span:nth-child(1) {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}

.preloader span:nth-child(2) {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}

.preloader span:nth-child(3) {
  -webkit-animation-delay: 0.15s;
          animation-delay: 0.15s;
}

.preloader span:nth-child(4) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

@-webkit-keyframes preload {
0% {
   -webkit-transform:scale(0);
           transform:scale(0);
}
50% {
  -webkit-transform:scale(1);
          transform:scale(1);
}
100% {
  -webkit-transform:scale(0);
          transform:scale(0);
}
}

@keyframes preload {
0% {
   -webkit-transform:scale(0);
           transform:scale(0);
}
50% {
  -webkit-transform:scale(1);
          transform:scale(1);
}
100% {
  -webkit-transform:scale(0);
          transform:scale(0);
}
} */






