body {padding-top: 60px;}

html,body {
  height: 100%;
}

@media (max-width: 768px) {
    .h-sm-100 { height: 50vh; }
    }

}


.trademark {font-size:0.8em;}

.dropdown-item:focus, .dropdown-item:hover {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}




.small-header {color:#60686e;font-size: 1.50rem;font-family: 'Montserrat', sans-serif;font-weight:400;font-size:1em;}
.small-blue-header {color:rgb(4, 28, 44);font-family: 'Roboto', sans-serif;font-weight:700;font-size:3em;}
.medium-header {font-family: 'Roboto', sans-serif;font-weight:700;font-size:2;line-height:1;}
.breadcrumb a {color:#3b5f79!important;}
.markets {min-height:500px;height:100%;}
.market-text{z-index: 3!important;position: relative;}

.overlay-text {opacity:0;}
.overlay-text:hover 
{opacity:0.9; 
 filter: alpha(opacity=40);
 background:#3b5f79;
  -webkit-transition: opacity 0.60s, -webkit-transform 0.60s;
  transition: opacity 0.60s, transform 0.60s;
}


.overlay-effect1 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
background-color:rgba(0, 0, 0, 0.43);
  overflow:hidden;
}



.btn-danger {background-color:#e0ac69!important;border-color:#e0ac69!important;}
.btn-success {background-color:rgb(4, 28, 44)!important;border-color:rgb(4, 28, 44)!important;}
.btn-secondary {background-color:#1d4f75!important;border-color:#1d4f75!important;}
.btn-warning {background-color:rgb(4, 28, 44)!important;border-color:rgb(4, 28, 44)!important;color:#fff!important;}




/* The Overlay (background) */
.overlay {
  /* Height & width depends on how you want to reveal the overlay (see JS below) */   
  height: 100%;
  width: 100%;
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  background-color: #3b5f79!important; /* Black fallback color */
  overflow-x: hidden; /* Disable horizontal scroll */

}

.overlay li {list-style: none;}

/* Position the content inside the overlay */
.overlay-content {
  position: relative;
  top: 25%; /* 25% from the top */
  width: 100%; /* 100% width */
  text-align: center; /* Centered text/links */
  margin-top: 30px; /* 30px top margin to avoid conflict with the close button on smaller screens */
}

/* The navigation links inside the overlay */
.overlay a {
  padding: 8px;
  text-decoration: none;
  font-size: 36px;
  color: #fff;
  display: block; /* Display block instead of inline */
}


/* Cover
 ========================================================================== */
 .uk-position-cover {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}


/*
 * Scale
 */
.uk-transition-scale-up {
  transform: scale(1, 1);
}
.uk-transition-scale-down {
  transform: scale(1.1, 1.1);
}
/* Show */
.uk-transition-toggle:hover .uk-transition-scale-up,
.uk-transition-toggle:focus .uk-transition-scale-up,
.uk-transition-active.uk-active .uk-transition-scale-up {
  opacity: 1;
  transform: scale(1.1, 1.1);
}
.uk-transition-toggle:hover .uk-transition-scale-down,
.uk-transition-toggle:focus .uk-transition-scale-down,
.uk-transition-active.uk-active .uk-transition-scale-down {
  opacity: 1;
  transform: scale(1, 1);
}
/* ========================================================================
   Component: Transition
 ========================================================================== */
/* Toggle (Hover + Focus)
 ========================================================================== */
/*
 * 1. Prevent tab highlighting on iOS.
 */
.uk-transition-toggle {
  /* 1 */
  -webkit-tap-highlight-color: transparent;
}
/*
 * Remove outline for `tabindex`
 */
.uk-transition-toggle:focus {
  outline: none;
}


/* Transitions
 ========================================================================== */
/*
 * The toggle is triggered on touch devices by two methods:
 * 1. Using `:focus` and tabindex
 * 2. Using `:hover` and a `touchstart` event listener registered on the document
 *    (Doesn't work on Surface touch devices)
 *
 * Note: Transitions don't work with `uk-postion-center-*` classes because they also use `transform`,
 *       therefore it's recommended to use an extra `div` for the transition.
 */
 .uk-transition-fade,
 [class*='uk-transition-scale'],
 [class*='uk-transition-slide'] {
   transition: 0.3s ease-out;
   transition-property: opacity, transform, filter;
   opacity: 0;
 }
 /*
  * Fade
  */
 .uk-transition-toggle:hover .uk-transition-fade,
 .uk-transition-toggle:focus .uk-transition-fade,
 .uk-transition-active.uk-active .uk-transition-fade {
   opacity: 1;
 }
 /*
  * Scale
  */
 .uk-transition-scale-up {
   transform: scale(1, 1);
 }
 .uk-transition-scale-down {
   transform: scale(1.1, 1.1);
 }
 /* Show */
 .uk-transition-toggle:hover .uk-transition-scale-up,
 .uk-transition-toggle:focus .uk-transition-scale-up,
 .uk-transition-active.uk-active .uk-transition-scale-up {
   opacity: 1;
   transform: scale(1.1, 1.1);
 }
 .uk-transition-toggle:hover .uk-transition-scale-down,
 .uk-transition-toggle:focus .uk-transition-scale-down,
 .uk-transition-active.uk-active .uk-transition-scale-down {
   opacity: 1;
   transform: scale(1, 1);
 }
 /*
  * Slide
  */
 .uk-transition-slide-top {
   transform: translateY(-100%);
 }
 .uk-transition-slide-bottom {
   transform: translateY(100%);
 }
 .uk-transition-slide-left {
   transform: translateX(-100%);
 }
 .uk-transition-slide-right {
   transform: translateX(100%);
 }
 .uk-transition-slide-top-small {
   transform: translateY(-10px);
 }
 .uk-transition-slide-bottom-small {
   transform: translateY(10px);
 }
 .uk-transition-slide-left-small {
   transform: translateX(-10px);
 }
 .uk-transition-slide-right-small {
   transform: translateX(10px);
 }
 .uk-transition-slide-top-medium {
   transform: translateY(-50px);
 }
 .uk-transition-slide-bottom-medium {
   transform: translateY(50px);
 }
 .uk-transition-slide-left-medium {
   transform: translateX(-50px);
 }
 .uk-transition-slide-right-medium {
   transform: translateX(50px);
 }
 /* Show */
 .uk-transition-toggle:hover [class*='uk-transition-slide'],
 .uk-transition-toggle:focus [class*='uk-transition-slide'],
 .uk-transition-active.uk-active [class*='uk-transition-slide'] {
   opacity: 1;
   transform: translate(0, 0);
 }

/*
 * Fix `overflow: hidden` to be ignored with border-radius and CSS transforms in Webkit
 */
 .uk-inline-clip[class*='uk-border-'] {
  -webkit-transform: translateZ(0);
}


.uk-transition-toggle {
  -webkit-tap-highlight-color: transparent;
}
.uk-inline-clip {
  overflow: hidden;
  overflow-x: hidden;
  overflow-y: hidden;
}
[class*='uk-inline'] {
  display: inline-block;
  position: relative;
  max-width: 100%;
  vertical-align: middle;
  -webkit-backface-visibility: hidden;
}

.uk-inline-clip {
  /* 6 */
  overflow: hidden;
}

/* Cover
 ========================================================================== */
.uk-position-cover {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

/* When you mouse over the navigation links, change their color */
.overlay a:hover, .overlay a:focus {
  color: #f1f1f1;
}

/* Position the close button (top right corner) */
.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
}

@media screen and (max-height: 450px) {
  .overlay a {font-size: 20px}
  .overlay .closebtn {
  font-size: 40px;
  top: 15px;
  right: 35px;
  }
}

#arff-tab .bg-light {background-color:#ddd!important;}
.bg-light {background-color:#fff!important;}
.btn:hover,
.btn:focus {
  color: #fff;
  border-color: transparent !important;
  background-color:transparent !important;
}


.btn,.btn-lg a {font-family: 'Roboto', sans-serif;font-weight:700;font-size:1em!important;}
.btn-lg {padding:0.5rem,1rem;}

.btn-outline-light:hover,
.btn-outline-light:focus
{
    border: 2px solid rgb(45, 205, 211) !important;
    color: #fff!important;
}

.btn-round {
  border-radius: 30px!important;padding: 0.8rem 18px!important;
}

.btn-outline-light {border: 2px solid rgb(45, 205, 211) !important;}
.btn-outline-light:focus{box-shadow:0 0 0 .2rem rgba(45, 205, 211,.7)!important;}
.btn-outline-dark {border: 2px solid rgb(45, 205, 211) !important;color:rgb(4,28,44)!}
.btn-outline-dark:hover, .btn-outline-dark:focus, .btn-outline-dark:active, ..btn-outline-dark.active, .open>.dropdown-toggle.btn-outline-dark {
  color: #000!important;
  background-color: rgb(4,28,44)!important;
  border-color: rgb(4,28,44)!important; /*set the color you want here*/
}


.btn-outline-dark:hover,
.btn-outline-dark:focus {color: #000!important;
  background-color: transparent!important;
  border-color: rgb(45, 204, 211) !important;
}

.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus {
  color:rgb(0, 3, 36);
  background-color: rgb(0, 3, 36) !important;
  border-color: rgb(0, 3, 36) !important;
}



.btn-primary {
  background-color: #3b5f79 !important;
  border-color: #3b5f79 !important;
}

.btn-primary:hover,
.btn-primary:focus {
  background-color: #3b5f79 !important;
  border-color: #3b5f79 !important;
}


.btn-success.active.focus, .btn-success.active:focus, .btn-success.active:hover, .btn-success:active.focus, .btn-success:active:focus, .open>.dropdown-toggle.btn-success.focus, .open>.dropdown-toggle.btn-success:focus, .open>.dropdown-toggle.btn-success:hover {
  color:rgb(0, 3, 36);
  background-color:rgb(4, 28, 44)!important;
  border-color:rgb(4, 28, 44)!important;
  box-shadow: none;
}

.btn-success:hover,
.btn-success:active,
.btn-success:focus {
  background-color: rgb(4, 28, 44)!important;
  border-color: rgb(4, 28, 44)!important;
  box-shadow: none;
}

.btn-success {
  color: #fff;
  background-color: rgb(4, 28, 44)!important;
  border-color: rgb(4, 28, 44)!important;
}

.btn-success:hover {
  color: #fff;
  background-color: rgb(4, 28, 44)!important;
  border-color: rgb(4, 28, 44)!important;
}

.btn-success:focus, .btn-success.focus {
  box-shadow: 0 0 0 0 rgba(4, 28, 44, 0.5);
}

.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: rgb(4, 28, 44)!important;
  border-color: rgb(4, 28, 44)!important;
}

.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: rgb(4, 28, 44)!important;
  border-color: rgb(4, 28, 44)!important;
}

.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(4, 28, 44, 0.5);
}

.btn-success:hover {
  color: #fff;
  background-color: rgb(4, 28, 44)!important;
  border-color: rgb(4, 28, 44)!important;
}
/*
*
* ==========================================
* CUSTOM UTIL CLASSES
* ==========================================
*
*/
.custom-scrollbar-js,
.custom-scrollbar-css {
  height:450px;
}


/* Custom Scrollbar using CSS */
.custom-scrollbar-css {
  overflow-y: scroll;
}

/* scrollbar width */
.custom-scrollbar-css::-webkit-scrollbar {
  width: 5px;
}

/* scrollbar track */
.custom-scrollbar-css::-webkit-scrollbar-track {
  background: #eee;
}

/* scrollbar handle */
.custom-scrollbar-css::-webkit-scrollbar-thumb {
  border-radius: 1rem;
  background-color: rgb(45,204,211);
  background-image: linear-gradient(to bottom, rgb(45,204,211) 0%, rgb(4, 28, 44) 100%);
}

.adms-blue-link,
.adms-blue-link:active,
.adms-blue-link:hover,
.adms-blue-link:focus {color:rgb(4, 28, 44)!important;}

.adms-teal-link,
.adms-teal-link:active,
.adms-teal-link:hover,
.adms-teal-link:focus {color:rgb(45,204,211)!important;}

.ats-blue-bg { background: #00043E; opacity:0.5;}

.footer-bg {background-color:#0d152d;}
.btn-round { border-radius: 30px; }
.text-cyan { color: #35bdff; }
.blue { color: rgb(4, 28, 44); }
.black { color: #000; }
.lt-blue {color:#3b5f79;}
.white-text{color:#fff;}
.gr-tiny{color:#3b5f79;font-size: 0.9em;}
.icon-adms-blue {color:rgb(4, 28, 44);}
.icon-adms-teal {color:rgb(45,204,211);}
.fas-lt-blue {color:rgb(45,204,211);}
.light-gray-bg {background-color:#a0a7ab;}

.custom-toggler.navbar-toggler {
  border: none!important;
}
.custom-toggler .navbar-toggler-icon {
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 3, 36)' stroke-width='3' stroke-linecap='square' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.features-5 {
  background-position: center center;
  background-size: cover;
}

.features-5 .info,
.features-5 .title {
  color: #FFFFFF;
}

.features-5 .title:first-of-type {
  padding-top: 50px;
}

.features-5 .info .title {
  padding-top: 20px;
}

.features-5 .container [class*=col-] {
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-top: 0;
  border-left: 0;
}

.features-5 .container [class*=col-]:last-child {
  border-right: 0;
}

.features-5 .bottom-line [class*=col-] {
  border-bottom: 0;
}

.features-5 .filter:after {
  background-color: rgba(0, 0, 0, 0.5);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  width: 100%;
  top: 0;
}

.features-5 .container [class*=col-] {
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-top: 0;
  border-left: 0;
}
}
.features-5 .container [class*=col-]:last-child {
    border-right: 0;   
}

.features-5 .container [class*=col-]:last-child {
  border-right: 0;
}

.features-5 .bottom-line [class*=col-] {
  border-bottom: 0;
}

.section-image {
    background-size: cover;
  repeat:no-repeat;
}

.section-image:before {
  background-color: rgba(0, 0, 0, 0.5);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  z-index: 1;
}

.section-image .container {
  position: relative;
  z-index: 2;
}

.section-dark .card-profile.card-plain .card-title {
  color: #FFFFFF !important;
}

.section-dark .title {
  color: #FFFFFF;
}

.section-image .card-user.card-plain .card-title,
.section-image .card-user.card-plain .card-description {
  color: #FFFFFF;
}

.section {
  padding: 0 0 60px 0;
  position: relative;
  background-color: #FFFFFF;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0,0,0,.175)!important;
}

.black-bg { background: #000; }
.corp-blue-bg {background:#3b5f79;}
.adms-blue { background:rgb(4, 28, 44); }
.adms-teal-bg { background:rgb(45,204,211); }
.adms-lt-blue { background:rgba(4, 28, 44, 0.1); }
.adms-drk-blue { background:rgba(4, 28, 44, 0.8); }
.adms-teal{color:rgb(45,204,211);}

.btn-just-icon.btn-link {background-color:rgb(4, 28, 44);}

.btn-facebook {
  color: #FFFFFF;
  background-color: #3b5998;
  border-color: #3b5998;
  opacity: 0.8;
}

.btn-facebook:hover,
.btn-facebook:focus,
.btn-facebook:active,
.btn-facebook.active,
.open>.btn-facebook.dropdown-toggle {
  background-color: #3b5998 !important;
  border-color: #3b5998 !important;
  color: #FFFFFF;
  opacity: 1;
}

.btn-facebook.btn-border {
  border-color: #3b5998;
  color: #3b5998;
}

.btn-facebook.btn-border:hover,
.btn-facebook.btn-border:focus,
.btn-facebook.btn-border:active,
.btn-facebook.btn-border.active,
.open>.btn-facebook.btn-border.dropdown-toggle {
  background-color: #3b5998;
  border-color: #3b5998;
  color: rgba(255, 255, 255, 0.7);
}

.btn-facebook.btn-border:disabled,
.btn-facebook.btn-border[disabled],
.btn-facebook.btn-border.disabled {
  background-color: transparent;
  border-color: #3b5998;
}

.btn-facebook.btn-link {
  color: #3b5998;
  opacity: 0.8;
}

.btn-facebook.btn-link:hover,
.btn-facebook.btn-link:focus,
.btn-facebook.btn-link:active,
.btn-facebook.btn-link.active,
.open>.btn-facebook.btn-link.dropdown-toggle {
  background-color: transparent !important;
  color: #3b5998;
  opacity: 1;
  border-color: transparent !important;
}

.btn-facebook.btn-link:hover i,
.btn-facebook.btn-link:focus i,
.btn-facebook.btn-link:active i,
.btn-facebook.btn-link.active i,
.open>.btn-facebook.btn-link.dropdown-toggle i {
  color: #3b5998;
  opacity: 1;
}

.btn-twitter {
  color: #FFFFFF;
  background-color: #55acee;
  border-color: #55acee;
  opacity: 0.8;
}

.btn-twitter:hover,
.btn-twitter:focus,
.btn-twitter:active,
.btn-twitter.active,
.open>.btn-twitter.dropdown-toggle {
  background-color: #55acee !important;
  border-color: #55acee !important;
  color: #FFFFFF;
  opacity: 1;
}

.btn-twitter.btn-border {
  border-color: #55acee;
  color: #55acee;
}

.btn-twitter.btn-border:hover,
.btn-twitter.btn-border:focus,
.btn-twitter.btn-border:active,
.btn-twitter.btn-border.active,
.open>.btn-twitter.btn-border.dropdown-toggle {
  background-color: #55acee;
  border-color: #55acee;
  color: rgba(255, 255, 255, 0.7);
}

.btn-twitter.btn-border:disabled,
.btn-twitter.btn-border[disabled],
.btn-twitter.btn-border.disabled {
  background-color: transparent;
  border-color: #55acee;
}

.btn-twitter.btn-link {
  color: #55acee;
  opacity: 0.8;
}

.btn-twitter.btn-link:hover,
.btn-twitter.btn-link:focus,
.btn-twitter.btn-link:active,
.btn-twitter.btn-link.active,
.open>.btn-twitter.btn-link.dropdown-toggle {
  background-color: transparent !important;
  color: #55acee;
  opacity: 1;
  border-color: transparent !important;
}

.btn-twitter.btn-link:hover i,
.btn-twitter.btn-link:focus i,
.btn-twitter.btn-link:active i,
.btn-twitter.btn-link.active i,
.open>.btn-twitter.btn-link.dropdown-toggle i {
  color: #55acee;
  opacity: 1;
}

.btn-linkedin {
  color: #FFFFFF;
  background-color: #0976b4;
  border-color: #0976b4;
  opacity: 0.8;
}

.btn-linkedin:hover,
.btn-linkedin:focus,
.btn-linkedin:active,
.btn-linkedin.active,
.open>.btn-linkedin.dropdown-toggle {
  background-color: #0976b4 !important;
  border-color: #0976b4 !important;
  color: #FFFFFF;
  opacity: 1;
}

.btn-linkedin.btn-border {
  border-color: #0976b4;
  color: #0976b4;
}

.btn-linkedin.btn-border:hover,
.btn-linkedin.btn-border:focus,
.btn-linkedin.btn-border:active,
.btn-linkedin.btn-border.active,
.open>.btn-linkedin.btn-border.dropdown-toggle {
  background-color: #0976b4;
  border-color: #0976b4;
  color: rgba(255, 255, 255, 0.7);
}

.btn-linkedin.btn-border:disabled,
.btn-linkedin.btn-border[disabled],
.btn-linkedin.btn-border.disabled {
  background-color: transparent;
  border-color: #0976b4;
}

.btn-linkedin.btn-link {
  color: #0976b4;
  opacity: 0.8;
}

.btn-linkedin.btn-link:hover,
.btn-linkedin.btn-link:focus,
.btn-linkedin.btn-link:active,
.btn-linkedin.btn-link.active,
.open>.btn-linkedin.btn-link.dropdown-toggle {
  background-color: transparent !important;
  color: #0976b4;
  opacity: 1;
  border-color: transparent !important;
}

.btn-linkedin.btn-link:hover i,
.btn-linkedin.btn-link:focus i,
.btn-linkedin.btn-link:active i,
.btn-linkedin.btn-link.active i,
.open>.btn-linkedin.btn-link.dropdown-toggle i {
  color: #0976b4;
  opacity: 1;
}



  /* Featurettes
  ------------------------- */

  .featurette-divider {
    margin: 2rem 0; /* Space out the Bootstrap <hr> more */
  }
  
  /* Thin out the marketing headings */
  .featurette-heading {
    font-family: 'Roboto', sans-serif!important;font-weight:700!important; font-size:2em;color:#000!important;
    line-height: 1;
    letter-spacing: -.05rem;
  }

.featurette p {font-size:1.1250em; font-family: 'Open Sans', sans-serif;font-weight:400;line-height:1.65em; }
.featurette ul {font-size:1.1250em; font-family: 'Open Sans', sans-serif;font-weight:400;line-height:1.65em; }
.lead {font-size:1.1250em!important; font-family: 'Roboto', sans-serif!important;line-height:1.75em!important; }

/* END FEATURETTE */
h1 {font-family: 'Roboto', sans-serif;font-weight:700;font-size:3.5em;line-height:1;}
h2 {font-family: 'Roboto', sans-serif;font-weight:700;font-size:2.5em;line-height:1;}
h3 {font-family: 'Roboto', sans-serif;font-size:3em;line-height:1;}
h4 {font-family: 'Roboto', sans-serif;font-size:2em;line-height:1;}
h5 {font-family: 'Roboto', sans-serif;font-size:1.5em;line-height:1;}


.small-header {color:#60686e;font-size: 1.50rem;font-family: 'Montserrat', sans-serif;font-weight:400;font-size:1em;}
.medium-header {font-family: 'Roboto', sans-serif;font-weight:700;font-size:2;line-height:1;}
.breadcrumb a {color:#3b5f79!important;}
.markets {min-height:500px;height:100%;}


.img-overlay {background: linear-gradient(rgba(0,0,0,.1), rgba(0,0,0,.1))}

.mission {background: url('images/mission-background-img.png'); background-position: 10% 10%; background-size: cover;
    background-repeat: no-repeat;  min-height: 450px;
  padding-top: 40px;
  padding-bottom: 40px;}


     
.white-background {background: url('images/altitude-phy-title.jpg'); background-size: cover;
    background-repeat: no-repeat;}

.amc-bg {min-height: 497px;background-image:url('images/slide-circles.jpg');background-repeat:no-repeat;}

.gray-text {color: rgba(187,189,191,1);}

/* vex*/

/*--
    feature start
--*/
/*--
    Feature-list start
--*/
.feature-list .btn-main {
  margin-top: 15px;
}

/*--
  Gallery start
--*/
.gallery {
  padding-bottom: 100px;
}

.gallery .owl-item {
  overflow: hidden;
  position: relative;
}

.gallery .block {
  padding: 20px;
}

.gallery .block:hover .gallery-overlay {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}


.card-title {font-family: 'Roboto', sans-serif;font-weight:700;color:#000!important;}

.card-title-light {font-family: 'Roboto', sans-serif;font-weight:600;color:#000!important;font-size:2em!important;}
.card-title-white {font-family: 'Roboto', sans-serif;font-weight:600;color:#fff!important;font-size:1.5em!important;}


.gallery .gallery-overlay {
  position: absolute;
  bottom: 15px;
  left: 15px;
  right: 15px;
  top: 15px;
  background: rgba(255, 255, 255, 0.85);
  text-decoration: none;
  color: inherit;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  transition: all .3s;
  z-index: 2;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.gallery .gallery-overlay .gallery-popup {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #f9a743;
  padding: 5px 10px;
  border-radius: 40px;
  width: 50px;
  height: 50px;
}

/*start small video header */

.small-video-background-holder {
  position: relative;
  background-color: black;
  height: calc(100vh - 400px);
  min-height: 10rem;
  width: 100%;
  overflow: hidden;
}

.small-video-background-holder video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.small-video-background-content {
  position: relative;
  z-index: 2;
}

.small-video-background-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: black;
  opacity: 0.7;
  z-index: 1;
}

/*end small video header */


.video-background-holder {
  position: relative;
  background-color: black;
  height: calc(100vh - 72px);
  min-height: 25rem;
  width: 100%;
  overflow: hidden;
}

.slider-background-holder {
  position: relative;
  background-color: black;
  height: 100%;
  min-height:25rem;
  width: 100%;
  overflow: hidden;
}

.slider-background-holder img {
  position: relative;
  background-color: black;
  height: 100%;
  min-height:25rem;
  width: 100%;
  overflow: hidden;
}


.video-background-holder video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.video-background-content {
  position: relative;
  z-index: 2;
}

.slider-background-content {
  position: absolute;
  margin: 0;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index:5;
}

.slider-background-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: black;
  opacity: 0.7;
  z-index: 1;
}

.video-background-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: black;
  opacity: 0.7;
  z-index: 1;
}

.video-background-overlay-light {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: black;
  opacity: 0.5;
  z-index: 1;
}

.section-header {
  position: relative;
  background-color: rgb(4,28,44);
  height: 70vh;
  min-height: 25rem;
  width: 100%;
  overflow: hidden;
}

.section-header video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.section-header img {width:100%;max-width:260px;}

.section-header .container {
  position: relative;
  z-index: 2;
}

.section-header .overlay-head {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color:rgba(0,0,0,.6);
  z-index: 1;
}

.section-header .content-center {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 3;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  color: #FFFFFF;
  width: 100%;
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
  .section-header .content-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -75%);
  }
}
  /* RESPONSIVE CSS
  -------------------------------------------------- */
@media (max-width: 575.98px) { .featurette h3 {font-size:2em;line-height:1.16;} 
          .featurette-divider {
    margin: 2rem 0; /* Space out the Bootstrap <hr> more */

  }
  .video-background-content img {max-width:200px;}
h3 {font-size:2.5em;}
  h1 {font-family: 'Roboto', sans-serif;font-weight:700;font-size:2.5em;line-height:1;}
    .featurette p {overflow-wrap: break-word;line-height:1.45;font-size:1em;}
    .lead {font-size:1em!important; font-family: 'Roboto', sans-serif!important;font-weight:400!important;line-height:1.45em!important; }
}
@media (min-width: 768px) {

.featurette-divider {
  margin: 4rem 0; /* Space out the Bootstrap <hr> more */
 }
}
  
  @media (min-width: 40em) {
  

    .featurette-heading {
      font-size: 2.5em;
    }
  }
  
  @media (min-width: 62em) {
    .featurette-heading {
      margin-top: 7rem;
    }
  }
  a[href^="tel"] {
    color: inherit; /* Inherit text color of parent element. */
    text-decoration: none; /* Remove underline. */
    /* Additional css `propery: value;` pairs here */
  }
.gallery .gallery-overlay .gallery-popup i {
  color: #fff;
  font-size: 30px;
  line-height: 40px;
  display: inline-block;
}

/*--
    service start
--*/
.testimonials .testimonial-block {
  padding: 0 10px;
}

.testimonials .testimonial-block i {
  font-size: 40px;
  display: inline-block;
  margin-bottom: 20px;
  color: #f9a743;
}

.testimonials .testimonial-block p {
  font-family: "Droid Serif", serif;
  font-size: 14px;
  color: #777;
}

.testimonials .testimonial-block .author-details {
  margin-top: 30px;
}

.testimonials .testimonial-block .author-details img {
  border-radius: 50%;
  width: 50px;
}

.testimonials .testimonial-block .author-details h4 {
  font-weight: 700;
  font-size: 20px;
  margin-top: 10px;
}

/*--
    call-to-action start
--*/
.call-to-action {
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
}

.input-group {
  margin-top: 30px;
  position: relative;
}

.input-group .btn-submit {
  padding: 10.5px 40px !important;
  position: absolute;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  top: 0;
  right: 0;
}

.input-group input {
  height: 50px;
  border-radius: 40px;
  border: none;
  padding-left: 15px;
  box-shadow: none;
  display: table-cell;
}


/* end vex */
.overlay-military{
background: rgba(0,1,23,0.3);
overflow: hidden;
height: 100%;
z-index: 2;}

.overlay-civil{
  background: rgba(56,83,126,0.5);
  overflow: hidden;
  height: 100%;
  z-index: 1;}

.half-circle-right {
    width: 70%;
    min-height: 300px;
    height: 100%;
    background-color: #00043E;
    border-bottom-right-radius: 600px;
    border-top-right-radius: 600px;
    border: 0;    
    
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.breadcrumb {background:none!important;}


  
 /**** PROMO SECTION ****/
  
 #promo {
  width: 100%;
  min-height: 100%;
  background: #070a1f;
  overflow: hidden;
}

 
#promo .promo-container {
    width: 100%;
    height: 50vh;
    max-width: 1440px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }

#promo .content-wrapper {
    flex: 0 0 50%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

#promo .content {
    max-width: 607px;
  }

#promo h1 {
    color: rgba(187,189,191,1);
    text-transform:uppercase;
    font-family: 'Roboto', sans-serif;font-weight:700; font-size:7em;}
  

#promo p {
    color: #ffffff;
  }

#promo .iphone-container {
    flex: 0 0 50%;
    position: relative;
    height: 100vh;
  }

#promo .slider {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 10;
    overflow: hidden;
  }

#promo li[class*="slide-"] {
    position: absolute;
    border: 5px solid transparent;
    transition: all .4s cubic-bezier(.56,.01,0,1.23);
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

#promo li[class*="slide-"] img {
    max-width: 100%;
  }

#promo .slider-nav {
    width: 20px;
    height: auto;
    position: absolute;
    top: 50%;
    right: 1em;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 999;
  }

#promo .bullet {
    border-radius: 50%;
    background: rgba(255,255,255,0.8);
    width: 15px;
    height: 15px;
    margin: 3px 0;
    border: 1px solid transparent;
  }

#promo .bullet:not(.active-bullet):hover {
      cursor: pointer;
      border: 2px solid #ffffff;
      -webkit-transform: scale(1.04);
              transform: scale(1.04);
    }

#promo .active-bullet {
    background: #ffffff !important;
/*     transition: background 1s ease; */
  }

#promo .circles-container {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }

#promo .circles-container div {
      border-radius: 50%;
      position: absolute;
      opacity: 0.35;
      -webkit-transform-origin: center;
              transform-origin: center;
      border:1px solid transparent;
    }

#promo .circles-container .bg-circle-1 {
  border-left-color: #496078;
  border-bottom-color: #496078;
    width: 820px;
    height: 820px;
  }

#promo .circles-container .bg-circle-2 {
      width: 500px;
      height: 500px;
      border-right-color: #496078;
      border-top-color: #496078;
      -webkit-animation: rotate 7s linear infinite;
              animation: rotate 7s linear infinite;
    }

#promo .circles-container .bg-circle-3 {
      width: 600px;
      height: 600px;
      border-right-color: rgba(72, 96, 120, 0.9);
      border-bottom-color: rgba(72, 96, 120, 0.9);
      -webkit-animation: rotate 8s linear infinite;
              animation: rotate 8s linear infinite;
    }

#promo .circles-container .bg-circle-35 {
      width: 450px;
      height: 450px;
      border-bottom-color: #ffffff;
      border-left-color: #ffffff;
      -webkit-animation: rotate-bw 22s linear infinite;
              animation: rotate-bw 22s linear infinite;
    }

#promo .circles-container .bg-circle-4 {
      width: 560px;
      height: 560px;
      border-left-color: rgba(72, 96, 120, 0.5);
      border-top-color: rgba(72, 96, 120, 0.5);
      -webkit-animation: rotate-bw 10s linear infinite;
              animation: rotate-bw 10s linear infinite;
    }

    #promo .circles-container .bg-circle-9 {
      width: 700px;
      height: 700px;
      border-right-color: rgba(72, 96, 120, 0.9);
      border-bottom-color: rgba(72, 96, 120, 0.9);
      -webkit-animation: rotate-bw 10s linear infinite;
              animation: rotate-bw 10s linear infinite;
    }

    #promo .circles-container .bg-circle-10 {
      width: 660px;
      height: 660px;
      border-left-color: rgba(72, 96, 120, 1);
      border-top-color: rgba(72, 96, 120, 1);
      -webkit-animation: rotate-bw 30s linear infinite;
              animation: rotate-bw 30s linear infinite;
    }
    
    #promo .circles-container .bg-circle-8 {
      width: 500px;
      height: 500px;
      border-right-color: rgba(72, 96, 120, 0.5);
      border-bottom-color: rgba(72, 96, 120, 0.5);
      -webkit-animation: rotate-bw 10s linear infinite;
              animation: rotate-bw 10s linear infinite;
    }

    #promo .circles-container .bg-circle-7 {
      width: 300px;
      height: 300px;
      border-right-color: rgba(72, 96, 120, 0.5);
      border-bottom-color: rgba(72, 96, 120, 0.5);
      -webkit-animation: rotate-bw 10s linear infinite;
              animation: rotate-bw 10s linear infinite;
    }

#promo .circles-container .bg-circle-5 {
      width: 760px;
      height: 760px;
      border-right-color: rgba(72, 96, 120, 0.5);
      border-bottom-color: rgba(72, 96, 120, 0.5);
      -webkit-animation: rotate-bw 10s linear infinite;
              animation: rotate-bw 10s linear infinite;
    }


  
    #promo .circles-container .bg-circle-13 {
      width: 960px;
      height: 960px;
      border-right-color: rgba(72, 96, 120, 0.5);
      border-bottom-color: rgba(72, 96, 120, 0.5);
      -webkit-animation: rotate 20s linear infinite;
              animation: rotate 20s linear infinite;
    }

    #promo .circles-container .bg-circle-12 {
      width: 1100px;
      height: 1100px;
      border-right-color: rgba(72, 96, 120, 1);
      border-bottom-color: rgba(72, 96, 120, 1);
      -webkit-animation: rotate 40s linear infinite;
              animation: rotate 40s linear infinite;
    }


#promo .circles-container .bg-circle-6 {
      width: 1200px;
      height: 1200px;
      border-right-color: rgba(72, 96, 120, 0.9);
      border-bottom-color: rgba(72, 96, 120, 0.9);
      -webkit-animation: rotate 10s linear infinite;
              animation: rotate 10s linear infinite;
    }

@media screen and (max-width: 1200px) {
  #promo {
    padding-top: 3em;
  }
    
    #promo .promo-container {
      flex-direction: column;
      height: auto;
    }
    
    #promo .content {
      text-align: center;
    }
    
    #promo .circles-container {
/*       display: none; */
    }
}

@media screen and (max-width: 600px) {
    
    #promo .slider-nav,
    #promo .circles-container {
      display: none;
    }
}

  #headercirclecont {
    display: absolute;
    top: 0;
    width: 100%;
    height: 100%;
  }

  #headerwhitecircle {
    width: 100%;
    height: 100%;
    min-height: 250px;
    max-height: 700px;
  }

  #headercontent {
    position: absolute;
    top: 0;
    height: 100%;
    display: flex;
    align-items: center; 
  }

  #headerparent {
    margin: 0 auto;
  }

  #logo {
    width: 100%;
    max-width: 600px;
    z-index: 1;
  }

  #headsocials {
    width: 100%;
    height: 40px;
    display: flex;
  }


  #cir-back {background-image: url('images/circle-background.png');
background-repeat: no-repeat;
background-position: center center;
background-attachment: fixed; 

-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover; 


background-size: cover; }

#cir-back h1 { font-family: 'Montserrat', sans-serif;font-size:5em;color:gray;}

#cir {max-height:auto;background-image:url('images/circle-background.png');background-repeat:no-repeat;background-size: cover;}

.circlecont {
background:rgb(0, 3, 36);
height: 50vh;
width: 100vw;
display:flex;
align-items:center;
justify-content:center; 

}
.circlecont h1{ font-family: 'Montserrat', sans-serif;font-size:5em;color:gray;}

.cirback {align-items:center;justify-content:center; }
.cirback h1 { font-family: 'Montserrat', sans-serif;font-size:5em;color:gray;}

.semicircle {
    background:white;
    height:600px;
    border-radius:700px  0 0  700px ;
  
}


#test-header{
position: relative;
width:100%;
height:50vh;
display:flex;
justify-content::center;
align-items:center;
overflow:hidden;
}

#test-header:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width:100%;
    height:100%;
    background:rgb(0, 3, 36);
    border-radius: 0 0 100% 100%;
    transform: scaleX(1.5);
    border: double 10px #fff;
}

#test-header .content {
 position: relative;
 z-index:1;
 margin: 0 auto;
 max-width: 900px;
 text-align:center;

}

#test-header .content h2 {

    margin:0;
    padding:0;
    font-family: 'Montserrat', sans-serif;
    font-size:5em;color:gray;
}

#test-header .content p {

    margin:0;
    padding:0;
    color:#fff;
    font-size:1.5em;
}

.circle{
  position:relative;
  width:50%;
  padding-bottom:50%;
  background:white;
  border-radius:50%;
}
.circle h3{
  position:absolute;
  top:50%; left:50%;
  transform: translate(-50%, -50%);
  margin:0;
}
* {
    box-sizing: border-box;
  }
  
  .page-banner {
    position: relative;
  background-color:#fff;
    width: 100%;
    overflow: hidden;         /* hide overflowing bits of circle */
    min-height: 300px;        /* just give enough height to fit text at smallest screen width size */
  }
  
   /*.circle {
    background-color:#00043E;   use rgba for transparent effect 
    color: white;
    transform: translate(-70%, -70%);            move the circle left 50% of it's own width and up 50% of it's own height
    border-radius: 60%;
    padding-top: 100%;                          this gives us a responsive square
    position: absolute;
    top:50%;                                     this vertically centers the circle
    left:0;
    width:100%;
    min-width:600px;                              this is the miniimum dimensions to allow circle to fill smaller screens 
    min-height:300px;
  }*/
  
  .page-banner-text {
    position: absolute;                           /* just positions the text on the right of the cirecle */
    left: 50%;
    top: 50%;
    transform: translateY(-50%);
    padding:2em;
    width:40%;
  }

.overlay-civil{
    background: rgba(56,83,126,0.5);
    overflow: hidden;
    height: 100%;
    z-index: 1;}


#amc {background-color:#13274f;}


#amti {background-color:rgb(0, 3, 36);}

.footer a, .footer p {color:#fff;}

.footer-title {color:#bbbdbf;font-weight:bold;}

.footer a, .footer p, .footer-title {font-family: 'Roboto', sans-serif;font-size:1em;}

.title {
  font-family: 'Roboto', sans-serif;
  margin-top: 20px;

  min-height: 20px;
}

.features-1 .title {
  padding-top: 50px!important;
}

.card {
  border-radius: 12px;
  box-shadow: 0 6px 10px -4px rgba(0, 0, 0, 0.15);
  background-color: #FFFFFF;
  color: #333333;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
  border: 0 none;
  -webkit-transition: transform 300ms cubic-bezier(0.34, 2, 0.6, 1), box-shadow 200ms ease;
  -moz-transition: transform 300ms cubic-bezier(0.34, 2, 0.6, 1), box-shadow 200ms ease;
  -o-transition: transform 300ms cubic-bezier(0.34, 2, 0.6, 1), box-shadow 200ms ease;
  -ms-transition: transform 300ms cubic-bezier(0.34, 2, 0.6, 1), box-shadow 200ms ease;
  transition: transform 300ms cubic-bezier(0.34, 2, 0.6, 1), box-shadow 200ms ease;
}

.card:not(.card-plain):hover {
  box-shadow: 0px 12px 19px -7px rgba(0, 0, 0, 0.3);
  transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
}

.card.no-transition:hover,
.card.page-carousel:hover,
.card.card-refine:hover,
.card.card-register:hover {
  box-shadow: 0 6px 10px -4px rgba(0, 0, 0, 0.15);
  transform: none;
  -webkit-transform: none;
  -ms-transform: none;
  -moz-transform: none;
}

.card a:not(.btn) {
  color: #444444;
}

.card a:not(.btn):hover,
.card a:not(.btn):focus {
  color: #333333;
}

.card .card-description {
  font-family: 'Open Sans', sans-serif;
  font-size: 0.9em;
  color: #66615b;
  margin:10px;
}

.card img {
  max-width: 100%;
  height: auto;
  border-radius: 0;
}

.card[data-radius="none"] {
  border-radius: 0px;
}

.card[data-radius="none"] .header {
  border-radius: 0px 0px 0 0;
}

.card[data-radius="none"] .header img {
  border-radius: 0px 0px 0 0;
}

.card.card-plain {
  background-color: transparent;
  box-shadow: none;
  border-radius: 0;
}

.card.card-plain .card-body {
  padding-left: 5px;
  padding-right: 5px;
}

.card.card-plain img {
  border-radius: 12px;
}

.card .card-link {
  color: #FFFFFF;
}

.card .card-background-image ul li {
  color: #FFF;
  border-color: rgba(255, 255, 255, 0.3);
}

.card.card-blog,
.card.card-testimonial .card-description+.card-title {
  margin-top: 30px;
}

.card.card-blog .card-image .img,
.card.card-testimonial .card-description+.card-title .card-image .img {
  border-radius: 0;
}

.card.card-blog .card-image-sm .img,
.card.card-testimonial .card-description+.card-title .card-image-sm .img {
  border-radius: 30px;
}


.card.card-blog .card-image .card-title,
.card.card-testimonial .card-description+.card-title .card-image .card-title {
  text-align: center;
}

.card.card:not(.card-plain) .card-image .img {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

.card.card:not(.card-plain) .card-image-sm .img {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

.card.card-blog {
  margin-top: 5px;
}

.card.card-blog .btn {
  margin: 0 auto;
}

.card .author {
  display: inline-block;
}

.card .author .avatar {
  width: 30px;
  height: 30px;
  overflow: hidden;
  border-radius: 50%;
  margin-right: 5px;
}

.card .author .avatar-big {
  width: 100px;
  height: 100px;
  border-radius: 50% !important;
  position: relative;
  margin-bottom: 15px;
}

.card .author .avatar-big.border-white {
  border: 4px solid #FFFFFF;
}

.card .author .avatar-big.border-gray {
  border: 4px solid #ccc;
}

.card .clearfix+.author {
  margin-top: 15px;
}

.card .stats {
  display: inline-block;
  float: right;
  color: #9A9A9A;
  font-size: 12px;
  margin-top: 6px;
}

.card .stats i {
  font-size: 16px;
  position: relative;
  text-align: center;
  top: 1px;
  margin-left: 5px;
  margin-top: -1px;
  opacity: .6;
}

.card .card-category {
  color: #9A9A9A;
}

.card .category-social .fa {
  font-size: 24px;
  position: relative;
  margin-top: -4px;
  top: 2px;
  margin-right: 5px;
}

.card .card-title-uppercase {
  text-transform: uppercase;
}

.card .header {
  position: relative;
  border-radius: 3px 3px 0 0;
  z-index: 3;
}

.card .header.header-with-icon {
  height: 150px;
}

.card .header img {
  width: 100%;
}

.card .header .card-category {
  padding: 15px;
}

.card .card-body .card-footer {
  padding: 0;
}

.card .card-body .card-description+.card-footer {
  padding-top: 10px;
}

.card .more {
  float: right;
  z-index: 4;
  display: block;
  padding-top: 10px;
  padding-right: 10px;
  position: relative;
}

.card .filter,
.card .header .actions {
  position: absolute;
  z-index: 2;
  background-color: rgba(4, 28, 44, 0.8);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  opacity: 0;
}

.card .header .actions {
  background-color: transparent;
  z-index: 3;
}

.card .header .actions .btn {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.card:hover .filter {
  opacity: .7;
}

.card:hover .header .social-line,
.card:hover .header .actions {
  opacity: 1;
}

.card .card-category i,
.card .label i {
  font-size: 15px;
}

.card>.card-title {
  margin: 0;
  padding: 30px 0 0;
}

.card .card-body {
  padding: 20px;
}

.card .card-body .card-title {
  margin: 5px 0 0 0;
}

.card .card-body .card-category~.card-title {
  margin-top: 5px;
}

.card .card-text {
  font-size: 15px;
  color: #66615b;
  padding-bottom: 15px;
}

.card h6 {
  font-size: 12px;
  margin: 0;
}

.card .card-footer {
  padding: 15px;
  background: transparent;
  border-top: 0 none;
}

.card .card-footer .social-line .btn:first-child {
  border-radius: 0 0 0 6px;
}

.card .card-footer .social-line .btn:last-child {
  border-radius: 0 0 6px 0;
}

.card.card-separator:after {
  height: 100%;
  right: -15px;
  top: 0;
  width: 1px;
  background-color: #DDDDDD;
  content: "";
  position: absolute;
}

.card .card-icon {
  display: block;
  margin: 0 auto;
  position: relative;
  text-align: center;
  padding: 30px 0 10px;
}



.circle-border { 
  border-radius: 0!important;
    background-color: #FFFFFF;
  
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
    border: 0 none;
    -webkit-transition: transform 300ms cubic-bezier(0.34, 2, 0.6, 1), box-shadow 200ms ease;
    -moz-transition: transform 300ms cubic-bezier(0.34, 2, 0.6, 1), box-shadow 200ms ease;
    -o-transition: transform 300ms cubic-bezier(0.34, 2, 0.6, 1), box-shadow 200ms ease;
    -ms-transition: transform 300ms cubic-bezier(0.34, 2, 0.6, 1), box-shadow 200ms ease;
    transition: transform 300ms cubic-bezier(0.34, 2, 0.6, 1), box-shadow 200ms ease;
  }

  
.circle-border:not(.card-plain):hover {

  transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
}

.card .card-icon i {
  font-size: 40px;
  width: 105px;
  border: 2px solid #ccc;
  border-radius: 50%;
  height: 105px;
  line-height: 105px;
}

.col-lg-4 .card .card-icon i {
  font-size: 80px;
  padding: 22px;
}

.card.card-with-border .card-body {
  padding: 15px 15px 25px 15px;
}

.card.card-with-border .card-footer {
  padding-bottom: 25px;
}

.card.card-with-border:after {
  position: absolute;
  display: block;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  content: "";
  top: 5px;
  left: 5px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  z-index: 1;
  border-radius: 5px;
}

.card.card-just-text .card-body {
  padding: 50px 65px;
  text-align: center;
}

.card.card-just-text #dLabel {
  float: right;
}

.card.card-just-text #dLabel i {
  font-size: 20px;
}

.card.card-just-text .dropdown-menu {
  margin-top: 55px;
}

.card[data-background="image"] {
  background-position: center center;
  background-size: cover;
  text-align: center;
}

.card[data-background="image"] .card-body {
  position: relative;
  z-index: 2;
  min-height: 280px;
  padding-top: 40px;
  padding-bottom: 40px;
  max-width: 440px;
  margin: 0 auto;
  text-align: center;
}

.card[data-background="image"] .card-title {
  color: #FFF;
  margin-top: 10px;
}

.card[data-background="image"]:after {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: block;
  left: 0;
  top: 0;
  content: "";
  background-color: rgba(0, 0, 0, 0.35);
  border-radius: 12px;
}

.card[data-background="image"] .card-category {
  color: #FFFFFF;
}

.card[data-background="image"] .image,
.card[data-background="color"] .image,
.card[data-color] .image {
  border-radius: 12px;
}

.card[data-background="image"] .filter,
.card[data-background="color"] .filter,
.card[data-color] .filter {
  border-radius: 12px;
}

.card[data-background="image"] .card-description,
.card[data-background="color"] .card-description,
.card[data-color] .card-description {
  color: rgba(255, 255, 255, 0.8);
}

.card[data-background="image"] .card-title,
.card[data-background="image"] .card-category,
.card[data-background="image"] .card-text,
.card[data-background="image"] .card-body,
.card[data-background="image"] .card-footer,
.card[data-background="image"] .stats,
.card[data-background="image"] small,
.card[data-background="image"] [class*="text-"],
.card[data-background="image"] ul li b,
.card[data-background="image"] a:not(.btn),
.card[data-background="color"] .card-title,
.card[data-background="color"] .card-category,
.card[data-background="color"] .card-text,
.card[data-background="color"] .card-body,
.card[data-background="color"] .card-footer,
.card[data-background="color"] .stats,
.card[data-background="color"] small,
.card[data-background="color"] [class*="text-"],
.card[data-background="color"] ul li b,
.card[data-background="color"] a:not(.btn),
.card[data-color] .card-title,
.card[data-color] .card-category,
.card[data-color] .card-text,
.card[data-color] .card-body,
.card[data-color] .card-footer,
.card[data-color] .stats,
.card[data-color] small,
.card[data-color] [class*="text-"],
.card[data-color] ul li b,
.card[data-color] a:not(.btn) {
  color: #FFFFFF !important;
}

.card[data-background="image"] a:not(.btn):hover,
.card[data-background="image"] a:not(.btn):focus,
.card[data-background="color"] a:not(.btn):hover,
.card[data-background="color"] a:not(.btn):focus,
.card[data-color] a:not(.btn):hover,
.card[data-color] a:not(.btn):focus {
  color: #FFFFFF;
}

.card[data-background="image"] .card-icon i,
.card[data-background="color"] .card-icon i,
.card[data-color] .card-icon i {
  color: #FFFFFF;
  border: 2px solid rgba(255, 255, 255, 0.3);
}

.card[data-background="image"].card-with-border:after,
.card[data-background="color"].card-with-border:after,
.card[data-color].card-with-border:after {
  border: 1px solid rgba(255, 255, 255, 0.45);
}

.card[data-background="image"] .filter {
  opacity: 0.55;
  filter: alpha(opacity=55);
}

.card[data-background="image"]:hover .filter {
  opacity: 0.75;
  filter: alpha(opacity=75);
}

.card[data-color="blue"] {
  background: #6ec7e0;
}

.card[data-color="green"] {
  background: #86d9ab;
}

.card[data-color="yellow"] {
  background: #fcd27b;
}

.card[data-color="brown"] {
  background: #e4c4a1;
}

.card[data-color="purple"] {
  background: #cc90cc;
}

.card[data-color="orange"] {
  background: #f7765f;
}

.btn-center {
  text-align: center;
}

.card-big-shadow {
  max-width: 320px;
  position: relative;
}

.card-big-shadow:before {
  background-image: url("http://static.tumblr.com/i21wc39/coTmrkw40/shadow.png");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  bottom: -12%;
  content: "";
  display: block;
  left: -12%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
}

.card-image-sm.card-big-shadow {
  max-width: 100%;
}

.card-image-sm .card {
  background-size: cover;
  min-height: 300px;
  width: 100%;
}

.card-image-sm .img-raised {
  margin-top: -20px;
}

.card-image.card-big-shadow {
  max-width: 100%;
}

.card-image .card {
  background-size: cover;
  min-height: 300px;
  width: 100%;
}

.card-image .img-raised {
  margin-top: -20px;
}

.page-header .card-pricing.card-plain .card-category,
.page-header .card-pricing.card-plain .card-title {
  color: #FFFFFF;
}

.card-plain .card-avatar {
  margin-top: 0;
}

.card-refine .panel-title {
  font-size: 1em;
}

.card-background {
  background-position: center center;
  background-size: cover;
  text-align: center;
}

.card-background .card-body {
  position: relative;
  z-index: 2;
  min-height: 370px;
  max-width: 530px;
  margin: 0 auto;
  padding-top: 60px;
  padding-bottom: 60px;
}

.card-background.card-background-product .card-body {
  max-width: 400px;
}

.card-background.card-background-product .card-body .card-title {
  margin-top: 30px;
}

.card-background .stats {
  color: #FFFFFF;
}

.card-background .card-footer .stats-link>a {
  color: #FFFFFF;
  line-height: 1.9;
}

.card-background .category,
.card-background .card-description,
.card-background small {
  color: #fff;
}

.card-background .card-title {
  color: #FFFFFF;
  margin-top: 130px;
}

.card-background:not(.card-pricing) .btn {
  margin-bottom: 0;
}

.card-background:after {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: block;
  left: 0;
  top: 0;
  content: "";
  background-color: rgba(0, 0, 0, 0.63);
  border-radius: 6px;
}

.card-blog .row .category {
  margin-bottom: 0;
}

.card-blog .card-image+.category {
  margin-top: 20px;
}

.card-blog .card-image-sm+.category {
  margin-top: 20px;
}

.card-blog a .title-uppercase {
  margin-bottom: 10px;
}
.blog-posts .article .card-blog .btn {
  margin-bottom: 20px;
}

.card.card-blog [class*=col-] .card-image .img {
  border-radius: 12px;
}

.card.card-blog [class*=col-] .card-image-sm .img {
  border-radius: 12px;
}

.card.card-blog .card-category {
  padding-top: 10px;
}

.blog-1 .card-blog {
  margin-bottom: 80px;
}

.blog-3 .card-blog {
  margin-bottom: 40px;
}

.card-contact .card-header {
  margin: 15px;
  border-radius: 3px;
  padding: 15px 0 0 0;
  background-color: #FFFFFF;
  border: 0;
}

.card-contact .card-header .card-title {
  color: #66615B;
  margin-top: 0px;
  padding-bottom: 25px;
  border-bottom: 1px solid #DDDDDD;
}

.card-contact .card-body .card-icon {
  float: left;
  margin-top: 24px;
  margin-right: 10px;
  border: 0;
}

.card-contact .card-body .card-icon i {
  font-size: 30px;
  padding: 25px;
  width: 50px;
  border: 0;
  border-radius: 50%;
  height: 110px;
}

.card-image-sm .details-center .author {
  position: relative;
  display: inline-block;
  text-align: left;
  margin: 20px auto 0;
}

.card-image-sm .details-center .author img {
  position: absolute;
  top: 0;
  left: -50px;
}

.card-image-sm .details-center .author .name {
  color: #66615b;
  font-size: 1.1em;
  font-weight: bold;
  line-height: 1.15;
  max-width: 11em;
  overflow: hidden;
  padding-top: 3px;
  text-overflow: ellipsis;
}

.card-image-sm .card-body {
  min-height: 50px;
  padding: 0 4px 0.5em;
  position: relative;
}

.card-image-sm .card-body .author img {
  height: 40px;
  width: 40px;
  margin-bottom: 5px;
  border-radius: 50%;
}

.card-image-sm .card-body .name {
  color: #66615b;
  font-size: 1.2em;
  font-weight: bold;
  line-height: 1.15;
  max-width: 14em;
  overflow: hidden;
  padding-top: 3px;
  text-overflow: ellipsis;
}

.card-image-sm .card-body .name:hover,
.card-image-sm .card-body .name:active,
.card-image-sm .card-body .name:focus {
  color: #403D39;
}

.card-image-sm .card-body .meta {
  color: #A49E9E;
  font-size: 0.8em;
}

.card-image-sm .card-body .actions {
  float: right;
  font-size: 0.875em;
  line-height: 2.6;
  position: absolute;
  right: 4px;
  top: 36px;
  z-index: 1;
}

.card-image-sm .card-body .actions .btn.btn-simple {
  padding-left: 2px;
}

.card-image-sm .card-body-center {
  text-align: center;
}

.card-image-sm .card-body-center .author {
  position: relative;
  display: inline-block;
  text-align: left;
  margin: 20px auto 0;
}

.card-image-sm .card-body-center .author img {
  position: absolute;
  left: 0;
  top: 0;
}

.card-image-sm .card-body-center .author .text {
  padding-left: 50px;
}

.card-image .details-center .author {
  position: relative;
  display: inline-block;
  text-align: left;
  margin: 20px auto 0;
}

.card-image .details-center .author img {
  position: absolute;
  top: 0;
  left: -50px;
}

.card-image .details-center .author .name {
  color: #66615b;
  font-size: 1.1em;
  font-weight: bold;
  line-height: 1.15;
  max-width: 11em;
  overflow: hidden;
  padding-top: 3px;
  text-overflow: ellipsis;
}

.card-image .card-body {
  min-height: 50px;
  padding: 0 4px 0.5em;
  position: relative;
}

.card-image .card-body .author img {
  height: 40px;
  width: 40px;
  margin-bottom: 5px;
  border-radius: 50%;
}

.card-image .card-body .name {
  color: #66615b;
  font-size: 1.2em;
  font-weight: bold;
  line-height: 1.15;
  max-width: 14em;
  overflow: hidden;
  padding-top: 3px;
  text-overflow: ellipsis;
}

.card-image .card-body .name:hover,
.card-image .card-body .name:active,
.card-image .card-body .name:focus {
  color: #403D39;
}

.card-image .card-body .meta {
  color: #A49E9E;
  font-size: 0.8em;
}

.card-image .card-body .actions {
  float: right;
  font-size: 0.875em;
  line-height: 2.6;
  position: absolute;
  right: 4px;
  top: 36px;
  z-index: 1;
}

.card-image .card-body .actions .btn.btn-simple {
  padding-left: 2px;
}

.card-image .card-body-center {
  text-align: center;
}

.card-image .card-body-center .author {
  position: relative;
  display: inline-block;
  text-align: left;
  margin: 20px auto 0;
}

.card-image .card-body-center .author img {
  position: absolute;
  left: 0;
  top: 0;
}

.card-image .card-body-center .author .text {
  padding-left: 50px;
}

.card-register {
  background-color: #FF8F5E;
  border-radius: 8px;
  color: #fff;
  max-width: 350px;
  margin: 20px 0 70px;
  min-height: 400px;
  padding: 30px;
}

.card-register label {
  margin-top: 15px;
}

.card-register .card-title {
  color: #B33C12;
  text-align: center;
}

.card-register .btn {
  margin-top: 30px;
}

.card-register .forgot {
  text-align: center;
}

.card-plain {
  background-color: transparent;
  box-shadow: none;
  border-radius: 0;
}

.card-plain .card-body {
  padding-left: 5px;
  padding-right: 5px;
}

.card-plain img {
  border-radius: 12px;
}

.card-pricing {
  text-align: center;
}

.card-pricing .card-body {
  padding: 15px !important;
}

.card-pricing .card-category {
  margin: 10px 0 10px;
  color: #333333;
}

.card-pricing .card-icon {
  padding: 35px 0 5px;
  transform: translateY(0%);
  color: #333333;
}

.card-pricing .card-icon.icon-info {
  color: #51bcda;
}

.card-pricing .card-icon.icon-danger {
  color: #f5593d;
}

.card-pricing .card-icon.icon-primary {
  color: #51cbce;
}

.card-pricing .card-icon.icon-success {
  color: #6bd098;
}

.card-pricing .card-icon.icon-warning {
  color: #fbc658;
}

.card-pricing .card-title {
  margin-top: 30px !important;
}

#vehicle .card-pricing .card-title {
  margin-top: 0px!important;
}

.card-pricing ul {
  list-style: none;
  padding: 0;
  max-width: 240px;
  margin: 20px auto;
}

.card-pricing ul li {
  padding: 5px 0;
  list-style-type: none;
}

.card-pricing ul li b {
  font-weight: 600;
  color: #333333;
}

.card-pricing .btn-neutral {
  color: #66615B;
}

.card-pricing .btn-neutral:hover,
.card-pricing .btn-neutral :focus {
  color: #403D39;
}

.card-pricing.card-background-image ul li {
  color: #FFFFFF;
  text-align: center;
  border-color: rgba(255, 255, 255, 0.3);
}

.card-pricing.card-background-image ul li b {
  color: #FFFFFF !important;
}

.card-pricing.card-background-image .card-description {
  color: #FFFFFF !important;
}

.card-pricing.card-background-image .card-title small {
  color: rgba(255, 255, 255, 0.6);
}

.card-pricing.card-plain .card-category,
.card-pricing.card-plain .card-title {
  color: #333333;
}

.card-pricing.card-plain ul li b {
  font-weight: 600;
  color: #333333;
}

.card-profile {
  margin-top: 30px;
  margin-right:-10px!important;
  text-align: center;
}

.card-profile .card-cover {
  height: 200px;
  background-position: center center;
  background-size: cover;
  border-radius: 12px 12px 0 0;
}

.card-profile .card-body .card-title {
  margin-top: 5px !important;
}

.card-profile .card-body .card-category {
  margin-bottom: 5px;
  margin-top: 5px;
}

.card-profile .card-avatar {
  max-width: 120px;
  max-height: 120px;
  margin: -60px auto 0;
  border-radius: 50%;
  overflow: hidden;
}

.card-profile .card-avatar.border-white {
  border: 4px solid #FFFFFF;
}

.card-profile .card-avatar.border-gray {
  border: 4px solid #ccc;
}

.card-product .card-body .card-description .name {
  margin-top: 20px;
}

.card-product .card-body .card-text {
  display: inline-block;
  margin-right: 65px;
}

.card-product .card-body .actions h5 {
  color: #403D39;
}

.card-product .image-plain {
  height: 0;
  margin-top: 110px;
}

.card-product .author {
  text-align: center;
  text-transform: none;
  margin-top: -65px;
}

.card-product .author .card-title {
  color: #403D39;
  line-height: 24px;
  margin-bottom: 5px !important;
  margin-top: 0;
}

.card-product .author .card-title small {
  color: #ccc;
}

.card-product .author .card-category {
  margin-bottom: 15px;
}

.card-product .card-img-top {
  background-color: transparent;
  box-shadow: none !important;
}

.card-product .btn-just-icon.btn-link {
  padding: 0 !important;
}

.card-signup {
  max-width: 350px;
  margin: 0 auto;
}

.card-signup .card-header {
  margin: 0 20px;
  padding: 30px 0;
}

.card-signup .card-title {
  margin-top: 30px;
  font-weight: 700;
  margin-bottom: 15px;
}

.card-signup .card-body {
  padding-top: 0px;
  padding-bottom: 0px;
  min-height: auto;
}

.card-signup .form-check,
.card-signup .form-check.form-check-radio {
  margin-top: 20px;
}

.card-signup .form-check label,
.card-signup .form-check.form-check-radio label {
  margin-left: 17px;
  color: initial;
}

.card-signup .card-description {
  margin-top: 15px;
  margin-bottom: 20px;
}

.card-signup .social-line {
  margin-top: 20px;
  text-align: center;
}

.card-signup .social-line .btn.btn-icon,
.card-signup .social-line .btn.btn-icon .btn-icon {
  margin-left: 5px;
  margin-right: 5px;
  margin-top: 0;
  margin-bottom: 0;
  box-shadow: 0px 5px 50px 0px rgba(0, 0, 0, 0.2);
}

.card-signup .card-footer {
  margin-bottom: 10px;
  margin-top: 24px;
  padding: 24px 0;
}

.card-testimonial {
  margin-top: 30px;
  text-align: center;
}

.card-testimonial .card-icon {
  padding: 0;
}

.card-testimonial .card-icon i {
  font-size: 30px;
  border: 0;
  display: block;
  line-height: 100px;
  margin: 0px auto;
  margin-bottom: 30px;
}

.card-testimonial .card-body {
  padding: 15px 30px;
  margin-top: -70px;
}

.card-testimonial .card-body .card-description {
  font-style: italic;
}

.card-testimonial .card-body .card-category {
  margin-bottom: 20px;
}

.card-testimonial .card-avatar {
  margin-top: 0;
}

.card-testimonial .card-avatar .img {
  border-radius: 50%;
  width: 100px;
  height: 100px;
}

.card-testimonial .card-footer .card-title {
  color: #333333;
  text-align: center;
}

.card-testimonial .card-footer .card-category {
  color: #9A9A9A;
}

.card-testimonial .card-footer .card-avatar {
  margin-top: 20px;
}

.card-testimonial .card-footer .card-avatar .img {
  border-radius: 50%;
  width: 60px;
  height: 60px;
}

.info {
  padding: 30px 0 30px;
  text-align: center;
  max-width: 400px;
  margin: 0 auto;
}

.info img {max-width:130px;}

.info .icon {
  margin-top: 0;
  font-size: 1em;
}

.info .icon.icon-sm {
  font-size: 1.2em;
}

.info .icon .fa {
  width: 48px;
}

.info h6 {
  margin-top: 15px;
  margin-bottom: 15px;
}

.info h4,
.info .h4 {
  margin-top: 15px;
  margin-bottom: 15px;
}

.info-horizontal {
  margin-top: 0;
}

.info-horizontal .icon {
 
  margin-top: 5px;
  margin-right: 20px;
  font-size: 2.5em;
}

.info-horizontal .icon .fa {
  width: 48px;
}

.info-horizontal .description {
  overflow: hidden;
}

.info-horizontal .btn {
  margin-left: -19px;
}

.info .info-title {
  margin: 25px 0 15px;
  padding: 0 15px;
  color: #2c2c2c;
}

.info p {
color:#000;    
  padding: 0 15px;
  font-size:1.125em; font-family: 'Open Sans', sans-serif;font-weight:400;line-height:1.65em; }
}

.info-horizontal {
  text-align: left !important;
}

.info-horizontal .icon {

  margin-top: 23px;
  margin-right: 10px;
}

.info-horizontal .icon>i {
  font-size: 2em;
}

.info-horizontal .icon.icon-circle {
  width: 65px;
  height: 65px;
  max-width: 65px;
  margin-top: 8px;
}

.info-horizontal .icon.icon-circle i {
  display: table;
  margin: 0 auto;
  line-height: 3.5;
  font-size: 1.9em;
}

.info-horizontal .description {
  overflow: hidden;
}

.info h3 {font-size:2.4em;line-height:1.2em;}

.info {
  max-width: 360px;
  margin: 0 auto;
  padding: 50px 0 30px;
  text-align: center;

}

.info.info-hover .info-title {
  transition: color .4s;
}

.info.info-hover:hover .icon {
  -webkit-transform: translate3d(0, -0.5rem, 0);
  -moz-transform: translate3d(0, -0.5rem, 0);
  -o-transform: translate3d(0, -0.5rem, 0);
  -ms-transform: translate3d(0, -0.5rem, 0);
  transform: translate3d(0, -0.5rem, 0);
}

.info.info-hover:hover .icon.icon-primary.icon-circle {
  box-shadow: 0px 15px 30px 0px rgba(249, 99, 50, 0.35);
}

.info.info-hover:hover .icon.icon-info.icon-circle {
  box-shadow: 0px 15px 35px 0px rgba(44, 168, 255, 0.35);
}

.info.info-hover:hover .icon.icon-success.icon-circle {
  box-shadow: 0px 15px 35px 0px rgba(24, 206, 15, 0.35);
}

.info.info-hover:hover .icon.icon-warning.icon-circle {
  box-shadow: 0px 15px 35px 0px rgba(255, 178, 54, 0.35);
}

.info.info-hover:hover .icon.icon-danger.icon-circle {
  box-shadow: 0px 15px 35px 0px rgba(255, 54, 54, 0.35);
}

.info.info-hover:hover .icon.icon-info+.info-title {
  color: #2CA8FF;
}

.info.info-hover:hover .icon.icon-warning+.info-title {
  color: #FFB236;
}

.info.info-hover:hover .icon.icon-danger+.info-title {
  color: #FF3636;
}

.info.info-hover:hover .icon.icon-primary+.info-title {
  color: #f96332;
}

.info.info-hover:hover .icon.icon-success+.info-title {
  color: #18ce0f;
}

.info .icon {
  color: #888888;
  transition: transform .4s, box-shadow .4s;
}

.info .icon>i {
  font-size: 3em;
}

.info .icon.icon-circle {
  max-width: 80px;
  width: 80px;
  height: 80px;
  margin: 0 auto;
  border-radius: 50%;
  box-shadow: 0px 9px 35px -6px rgba(0, 0, 0, 0.3);
  font-size: 0.7142em;
  background-color: #FFFFFF;
  position: relative;
}

.info .icon.icon-circle i {
  line-height: 2.7;
}

.info-title {font-family: 'Monteserrat', sans-serif;}

.info .info-title {
  margin: 25px 0 15px;
  padding: 0 15px;
  color: #2c2c2c;
}

.info-horizontal .icon {
  margin-top: 23px;
  margin-right: 10px;
}

.info-horizontal .icon>i {
  font-size: 2em;
}

.info-horizontal .icon.icon-circle {
  width: 65px;
  height: 65px;
  max-width: 65px;
  margin-top: 8px;
}

.info-horizontal .icon.icon-circle i {
  display: table;
  margin: 0 auto;
  line-height: 3.5;
  font-size: 1.9em;
}

.info-horizontal .description {
  overflow: hidden;
}

.icon.icon-primary {
  color: #f96332;
}

.icon.icon-primary.icon-circle {
  box-shadow: 0px 9px 30px -6px rgba(249, 99, 50, 0.3);
}

.icon.icon-info {
  color: #2CA8FF;
}

.icon.icon-info.icon-circle {
  box-shadow: 0px 9px 30px -6px rgba(44, 168, 255, 0.3);
}

.icon.icon-success {
  color: #18ce0f;
}

.icon.icon-success.icon-circle {
  box-shadow: 0px 9px 30px -6px rgba(24, 206, 15, 0.3);
}

.icon.icon-warning {
  color: #FFB236;
}

.icon.icon-warning.icon-circle {
  box-shadow: 0px 9px 30px -6px rgba(255, 178, 54, 0.3);
}

.icon.icon-danger {
  color: #FF3636;
}

.icon.icon-danger.icon-circle {
  box-shadow: 0px 9px 30px -6px rgba(255, 54, 54, 0.3);
}

.icon.icon-white {
  color: #FFFFFF;
}

h4+.category,
h4.title+.category,
.h4+.category,
.h4.title+.category {
  margin-top: -5px;
}



.title.title-up {
  text-transform: uppercase;
}

.title.title-up a {
  color: #2c2c2c;
  text-decoration: none;
}

.title+.category {
  margin-top: -25px;
}

.description,
.card-description,
.footer-big p {
  color: #66615b;
  font-weight: 300;
}

.separator-line.separator-primary {
    background-color: #e0ac69;
}

.separator-line {
    height: 3px;
    width: 50px;
    background-color: #e0ac69;
    margin: 20px auto;
}



.features-5 .info {
  max-width: none;
  margin: 0 auto;
  padding: 10px 0 0px;
}

.features-5 .phone-container {
  max-width: 200px;
  margin: 0 auto;
}

.tablet-container {
  margin-top: 40px;
}


.info-title h4 {
    font-size: 1.5em;
    line-height: 1.45em;
}

.description {
  font-size: 14px;
}

.description-sm {
  font-size: 14px;
}

.description-sm a{
  font-size: 16px;
  color:rgb(45,204,211);
}


.carousel-control.right,
.carousel-control.left {
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  transition: all 300ms linear;
}

.carousel-control {
  background-color: rgb(45,204,211);!important;
  border-radius: 50%;
  opacity: 1;
  text-shadow: none!important;
}

.carousel-control:hover,
.carousel-control:focus {
  opacity: 1!important;
  background-color: rgb(45,204,211);!important;
}

.carousel-control.left {
  height: 30px;
  top: 50%;
  width: 30px;
  left: 25px;
  opacity: 0;
}

.carousel-control.right {
  height: 30px;
  right: 25px;
  top: 50%;
  width: 30px;
  opacity: 0;
}

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .fas,
.carousel-control .fas,
.carousel-control .fa,
.carousel-control .fa {
  display: inline-block;
  z-index: 5;
}

.carousel-indicators>li {
  background-color: rgba(204, 204, 204, 0.49);
  border: 0 none;
}

.carousel-indicators .active {
  background-color: rgb(45,204,211);!important;
}


.page-header {
  background-color: #B2AFAB;
  background-position: center center;
  background-size: cover;
  min-height: 70vh;
  max-height: 999px;
  overflow: hidden;
  position: relative;
  width: 100%;
  z-index: 1;
}

.page-header.page-header-small {
  min-height: 65vh !important;
  max-height: 700px;
}

.page-header.page-header-xs {
  min-height: 40vh !important;
}

.page-header .page-header-image {
  position: absolute;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.page-header .content-center {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 3;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  color: #FFFFFF;
  width: 100%;
}

.page-header .motto {
  color: #FFFFFF;
  text-align: center;
  z-index: 2;
  position: relative;
}

.page-header .filter::after {
  background-color: rgba(0, 0, 0, 0.5);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}

.page-header .filter.filter-primary::after {
  background-color: rgba(52, 181, 184, 0.5);
}

.page-header .filter.filter-info::after {
  background-color: rgba(43, 169, 205, 0.5);
}

.page-header .filter.filter-success::after {
  background-color: rgba(68, 196, 125, 0.5);
}

.page-header .filter.filter-warning::after {
  background-color: rgba(250, 181, 38, 0.5);
}

.page-header .filter.filter-danger::after {
  background-color: rgba(243, 48, 13, 0.5);
}

.page-header .container {
  color: #FFFFFF;
  position: relative;
  z-index: 3;
}

.page-header .description {
  color: #FFFFFF;
}
.v-centered {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  z-index: 20;
}

.page-header .page-title {
  font-size: 27px;
  font-size: 1.6875rem;
  line-height: 32px;
  line-height: 2rem;
  margin: 0;
  padding: 0;
  position: relative;
  text-align: center;
  text-transform: uppercase
}

.about-title {
  line-height: 32px;
  line-height: 2.7rem;
  margin: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
  text-align: center;
  text-transform: uppercase
}

@media screen and (min-width:64.0625em) {
  .page-header .page-title {
      font-size: 2.75rem;
      line-height: 3rem;
      padding-bottom: 0;
      text-align: right
  }
}

.page-hero .filter-color {
  background-color: transparent;
  background-image: linear-gradient(0deg, transparent, rgba(0, 0, 0, .98));
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  opacity: .6
}

.page-header .filter-color {
  background: rgba(4, 28, 44, .75)
}

.page-header .filter-color {
  background: #041c2c;
  opacity: .75
}

@media screen and (max-width:64.0525em) {
  .page-header .page-title {
      margin-bottom: 1rem;
      padding-bottom: 1rem
  }
  .page-header .page-title:after {
    background-color: rgb(45, 204, 211);
    background-image: linear-gradient(90deg, rgb(45, 204, 211), rgb(45, 204, 211));
      bottom: 0;
      content: "";
      display: block;
      height: .1875rem;
      left: 0;
      margin: 0 auto;
      position: absolute;
      right: 0;
      width: 100px
  }
}

@media screen and (min-width:64.0625em) {
  .page-header .col-md-7:before {
    background-color: rgb(45, 204, 211);
    background-image: linear-gradient(90deg, rgb(45, 204, 211), rgb(45, 204, 211));
      bottom: 0;
      content: "";
      display: block;
      height: 100%;
      margin: 0;
      position: absolute;
      right: auto;
      top: 0;
      width: .1875rem
  }
}

.page-header .page-header-content {
  position: relative;
  text-align: center
}

.page-header .page-header-content p {
  margin-bottom: 0
}

@media screen and (min-width:64.0625em) {
  .page-header .page-header-content {
      text-align: left
  }
  .page-header .page-header-content .content-wrapper {
      padding-left: 3rem;
      padding-right: 3rem
  }
}

.page-header p {
  color: #fff
}

.page-header .filter {
  background: rgba(67, 164, 197, .75)
}

.page-hero {
  background-position: 0% 10%; 
  background-size: cover;
    background-repeat: no-repeat;
  height: 500px;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-background-size: cover
}

.page-hero:after {
  clear: both;
  content: "";
  display: table
}

.page-hero .copy {
  padding: 0 30px;
  padding: 0 1.875rem
}

.page-hero .copy h1 {
  color: #fff;
  letter-spacing: .05em;
  line-height: 40px;
  line-height: 2.5rem;
  position: relative;
  text-align: center
}

@media screen and (max-width:64.0525em) {
  .page-hero .copy h1 span {
      display: block
  }
}

.page-hero .filter-color {
  background-color: transparent;
  background-image: linear-gradient(0deg, transparent, rgba(4, 28, 44, .98));
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  opacity: .6
}



@media screen and (max-width:64.0525em) {
  .page-hero.blog-hero {
      height: auto
  }
}

.page-hero .hero-bg-img {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  filter: blur(3px);
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 0
}

.inner-container {
  margin: 0 auto;
  max-width: 71.25em;
  padding-left: 15px;
  padding-left: .9375rem;
  padding-right: 15px;
  padding-right: .9375rem;
  width: 100%
}

.inner-container:after {
  clear: both;
  content: "";
  display: table
}

@media screen and (min-width:46.25em) {
  .inner-container {
      padding-left: 1.875rem;
      padding-right: 1.875rem
  }
}

.page-header .page-title {
  font-size: 27px;
  font-size: 1.6875rem;
  line-height: 32px;
  line-height: 2rem;
  margin: 0;
  padding: 0;
  position: relative;
  text-align: center;
  text-transform: uppercase
}

@media screen and (min-width:64.0625em) {
  .page-header .page-title {
      font-size: 2.75rem;
      line-height: 3rem;
      padding-bottom: 0;
      text-align: right
  }
}

@media screen and (max-width:64.0525em) {
  .page-header .page-title {
      margin-bottom: 1rem;
      padding-bottom: 1rem
  }
  .page-header .page-title:after {
      background-color: rgb(45, 204, 211);
      background-image: linear-gradient(90deg, rgb(45, 204, 211), rgb(45, 204, 211));
      bottom: 0;
      content: "";
      display: block;
      height: .1875rem;
      left: 0;
      margin: 0 auto;
      position: absolute;
      right: 0;
      width: 100px
  }
}

@media screen and (min-width:64.0625em) {
  .page-header .col-md-7:before {
    background-color: rgb(45, 204, 211);
      background-image: linear-gradient(90deg, rgb(45, 204, 211), rgb(45, 204, 211));
      bottom: 0;
      content: "";
      display: block;
      height: 100%;
      margin: 0;
      position: absolute;
      right: auto;
      top: 0;
      width: .1875rem
  }
}

.page-header .page-header-content {
  position: relative;
  text-align: center
}

.page-header .page-header-content p {
  margin-bottom: 0
}

@media screen and (min-width:64.0625em) {
  .page-header .page-header-content {
      text-align: left
  }
  .page-header .page-header-content .content-wrapper {
      padding-left: 3rem;
      padding-right: 3rem
  }
}


.header-video.state-play .filter::after {
  opacity: 0;
}

.header-video.state-play .video-text {
  opacity: 0;
}

.header-video.state-play .btn {
  opacity: 0;
}

.header-video.state-play:hover .btn {
  opacity: 1;
}

video {
  position: absolute;
  width: 102%;
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
  .page-header .content-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -75%);
  }
  .page-header .presentation-title {
    background: none !important;
  }
  .subscribe-line .form-group .form-control {
    line-height: 50px !important;
    height: 50px !important;
  }
  .nav-tabs .nav-item .active.nav-link::before {
    bottom: 2px !important;
  }
  .nav-tabs .nav-item .active.nav-link::after {
    bottom: 1px !important;
  }
  .nav-stacked .active.nav-link::before {
    right: 0 !important;
    bottom: 7px !important;
  }
  .nav-stacked .active.nav-link::after {
    right: -2px !important;
    bottom: 0 !important;
    top: 13px !important;
  }
  .buy-product .page-carousel .carousel-inner {
    max-height: 570px !important;
  }
}

.card-pricing {
  text-align: center;
}

.card-pricing .card-body {
  padding: 15px !important;
}

.card-pricing .card-category {
  margin: 10px 0 10px;
  color: #333333;
}

.card-pricing .card-icon {
  padding: 35px 0 5px;
  transform: translateY(0%);
  color: #333333;
}

.card-pricing .card-icon.icon-info {
  color: #51bcda;
}

.card-pricing .card-icon.icon-danger {
  color: #f5593d;
}

.card-pricing .card-icon.icon-primary {
  color: #51cbce;
}

.card-pricing .card-icon.icon-success {
  color: #6bd098;
}

.card-pricing .card-icon.icon-warning {
  color: #fbc658;
}

.card-pricing .card-title {
  margin-top: 30px !important;
}

.card-pricing ul {
  list-style: none;
  padding: 0;
  max-width: 240px;
  margin: 20px auto;
}

.card-pricing ul li {
  padding: 5px 0;
  list-style-type: none;
}

.card-pricing ul li b {
  font-weight: 600;
  color: #333333;
}

.card-pricing .btn-neutral {
  color: #66615B;
}

.card-pricing .btn-neutral:hover,
.card-pricing .btn-neutral :focus {
  color: #403D39;
}

.card-pricing.card-background-image ul li {
  color: #FFFFFF;
  text-align: center;
  border-color: rgba(255, 255, 255, 0.3);
}

.card-pricing.card-background-image ul li b {
  color: #FFFFFF !important;
}

.card-pricing.card-background-image .card-description {
  color: #FFFFFF !important;
}

.card-pricing.card-background-image .card-title small {
  color: rgba(255, 255, 255, 0.6);
}

.card-pricing.card-plain .card-category,
.card-pricing.card-plain .card-title {
  color: #333333;
}

.card-pricing.card-plain ul li b {
  font-weight: 600;
  color: #333333;
}

.with-chevron[aria-expanded='true'] i {
  display: block;
  transform: rotate(180deg) !important;
}


/* With arrow tabs */

#arff-tab .with-arrow .nav-link.active {
  position: relative;
}

#arff-tab .with-arrow .nav-link.active::after {
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #2b90d9;
  position: absolute;
  bottom: -6px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
}


/* started featured tabs */
.with-chevron[aria-expanded='true'] i {
  display: block;
  transform: rotate(180deg) !important;
}

/*end featured tabs */

/* Rounded tabs */

@media (min-width: 576px) {
 #vehicle-tabs .rounded-nav {
    border-radius: 50rem !important;
  }
}

@media (min-width: 576px) {
  #vehicle-tabs .rounded-nav .nav-link {
    border-radius: 50rem !important;
  }
}

/* With arrow tabs */

.with-arrow .nav-link.active {
  position: relative;
}

.with-arrow .nav-link.active::after {
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #2b90d9;
  position: absolute;
  bottom: -6px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
}

/* lined tabs */

#arff-tab .lined .nav-link {
  border: none;
  border-bottom: 3px solid transparent;
}

#arff-tab .lined .nav-link:hover {
  border: none;
  border-bottom: 3px solid transparent;
}

#arff-tab .lined .nav-link.active {
  background-color: none;
  color: #555;
  border-color: #2b90d9;
}

/* end featured tabs */


#expand-arff .text-container, #expand-airbase .text-container, #expand-drive .text-container, #expand-erds .text-container, #expand-alts .text-container, #expand-pump .text-container {
	font-family: Helvetica, Arial, sans-serif;
	line-height: 1.75rem;
	max-height: 450px;
	overflow: hidden;
	padding: 10px 30px 60px 30px;
	transition: max-height .5s ease;
}

#expand-helicopter .text-container {
	font-family: Helvetica, Arial, sans-serif;
	line-height: 1.75rem;
	max-height: 450px;
	overflow: hidden;
	padding: 10px 30px 60px 30px;
	transition: max-height .5s ease;
}

#expand-helicopter .gradient::before {
	content:'';  height:200px; position:absolute; bottom:0px; left:0; width:100%; background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 70%); transition:height .25s ease;
}
#expand-helicopter .show.gradient::before { height:30px;}


#expand-helicopter .text-container.show{
  max-height: 100%;
 
}

#expand-arff .text-container.show{
  max-height: 100%;
 
}
#expand-airbase .text-container.show{
  max-height: 100%;
 
}
#expand-drive .text-container.show{
  max-height: 100%;
 
}
#expand-erds .text-container.show{
  max-height: 100%;
 
}
#expand-alts .text-container.show{
  max-height: 100%;
 
}
#expand-pump .text-container.show{
  max-height: 100%;
 
}

#expand-arff .gradient::before, #expand-airbase .gradient::before, #expand-drive .gradient::before, #expand-erds .gradient::before, #expand-alts .gradient::before, #expand-pump .gradient::before {
	content:'';  height:300px; position:absolute; bottom:0px; left:0; width:100%; background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 70%); transition:height .25s ease;
}
#expand-arff .show.gradient::before, #expand-airbase .show.gradient::before, #expand-drive .show.gradient::before, #expand-erds .show.gradient::before, #expand-alts .show.gradient::before, #expand-pump .show.gradient::before { height:50px;}

#expand-arff .show-btn, #expand-helicopter .show-btn, #expand-airbase .show-btn, #expand-drive .show-btn, #expand-erds .show-btn, #expand-alts .show-btn, #expand-pump .show-btn {
		background-color:rgb(4, 28, 44);
	border: none;
	border-radius: 100%;
	bottom: 5px;
	color: rgb(45, 204, 211);
	cursor: pointer;
  height: 40px;
  left: 50%;
  text-align: center;
	margin-left: -20px;
	position: absolute;
	transition: background-color .25s ease;
	width: 40px;
	font-size:10px;
}

#expand-arff .show-btn:hover, #expand-helicopter .show-btn:hover, #expand-airbase .show-btn:hover, #expand-drive .show-btn:hover, #expand-erds .show-btn:hover, #expand-alts .show-btn:hover, #expand-pump .show-btn:hover {
	background-color: rgb(4, 28, 44);
}

#expand-arff .show-btn.fa.rotate, #expand-helicopter .show-btn.fa.rotate, #expand-airbase .show-btn.fa.rotate, #expand-drive .show-btn.fa.rotate, #expand-erds .show-btn.fa.rotate, #expand-alts .show-btn.fa.rotate, #expand-pump .show-btn.fa.rotate {transform:rotate(180deg); }
/* Rounded tabs */

@media (min-width: 576px) {
  #arff-tab .rounded-nav {
    border-radius: 50rem !important;
  }
}

@media (min-width: 576px) {
  #arff-tab .rounded-nav .nav-link {
    border-radius: 50rem !important;
  }
}

#arff-tab .nav > li.disabled > a {
  color: #777;
}
#arff-tab .nav > li.disabled > a:hover,
#arff-tab .nav > li.disabled > a:focus {
  color: #777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}
#arff-tab .nav .open > a,
#arff-tab .nav .open > a:hover,
#arff-tab .nav .open > a:focus {
  background-color: #eee;
  border-color: #337ab7;
}
#arff-tab .nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
#arff-tab .nav > li > a > img {
  max-width: none;
}
#arff-tab .nav-tabs {
  border-bottom: 1px solid #ddd;
}
#arff-tab .nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
#arff-tab .nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
#arff-tab .nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd;
}
#arff-tab .nav-tabs > li.active > a,
#arff-tab .nav-tabs > li.active > a:hover,
#arff-tab .nav-tabs > li.active > a:focus {
  color: #fff;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}
#arff-tab .nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
#arff-tab .nav-tabs.nav-justified > li {
  float: none;
}
#arff-tab .nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
#arff-tab .nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  #arff-tab .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  #arff-tab .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
#arff-tab .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
#arff-tab .nav-tabs.nav-justified > .active > a,
#arff-tab .nav-tabs.nav-justified > .active > a:hover,
#arff-tab .nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  #arff-tab .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  #arff-tab .nav-tabs.nav-justified > .active > a,
  #arff-tab .nav-tabs.nav-justified > .active > a:hover,
  #arff-tab .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
#arff-tab .nav-pills > li {
  float: left;
}
#arff-tab .nav-pills > li > a {
  border-radius: 4px;
}
#arff-tab .nav-pills > li + li {
  margin-left: 2px;
}
#arff-tab .nav-pills > li.active > a,
#arff-tab .nav-pills > li.active > a:hover,
#arff-tab .nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #337ab7;
}
#arff-tab .nav-stacked > li {
  float: none;
}
#arff-tab .nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
#arff-tab .nav-justified {
  width: 100%;
}
#arff-tab .nav-justified > li {
  float: none;
}
#arff-tab .nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
#arff-tab .nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  #arff-tab .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  #arff-tab .nav-justified > li > a {
    margin-bottom: 0;
  }
}
#arff-tab .nav-tabs-justified {
  border-bottom: 0;
}
#arff-tab .nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
#arff-tab .nav-tabs-justified > .active > a,
#arff-tab .nav-tabs-justified > .active > a:hover,
#arff-tab .nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  #arff-tab .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  #arff-tab .nav-tabs-justified > .active > a,
  #arff-tab .nav-tabs-justified > .active > a:hover,
  #arff-tab .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
#arff-tab .tab-content > .tab-pane {
  display: none;
}
#arff-tab .tab-content > .active {
  display: block;
}
#arff-tab .nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}


/* lined tabs */

#arff-tab .lined .nav-link {
  border: none;
  border-bottom: 3px solid transparent;
}

#arff-tab .lined .nav-link:hover {
  border: none;
  border-bottom: 3px solid transparent;
}

#arff-tab .lined .nav-link.active {
  background: none;
  color: #555;
  border-color: rgb(45,204,211);
}

#test-tab h1 {
  padding: 50px;
}

#test-tab .nav-tabs {
  border-bottom: none;
}
#test-tab .nav-tabs > li > a img {
  width:250px;
}
#test-tab .nav > li > a {
  padding: 0;
}
#test-tab .tab-content img {
  box-shadow: 0 0px 10px rgba(0, 0, 0, 0.5);
}




#vehicle-menu {z-index:100;margin-top:-100px;}

#arff-tab .nav-tabs .nav-item .nav-link.active,
#arff-tab .nav-tabs .nav-item .nav-link.active:hover,
#arff-tab .nav-tabs .nav-item .nav-link.active:focus {

  background-color: rgb(4, 28, 44);
  border: 0 none;
}

#arff-tab .nav-tabs .nav-item .nav-link.active:after,
#arff-tab .nav-tabs .nav-item .nav-link.active:hover:after,
#arff-tab .nav-tabs .nav-item .nav-link.active:focus:after {
  border:none;
  display: inline-block;
  position: absolute;
  right: 40%;
  bottom: 0px;
}




/* Rounded tabs */

@media (min-width: 576px) {
  #arff-tabs .rounded-nav {
    border-radius: 0 !important;
  }
}

@media (min-width: 576px) {
  #arff-tabs .rounded-nav .nav-link {
    border-radius: 0 !important;
  }
}

/* With arrow tabs */

#arff-tabs .with-arrow .nav-link.active {
  position: relative;
}

#arff-tabs .with-arrow .nav-link.active::after {
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #2b90d9;
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
}

#arff-tab .nav-tabs .nav-item .nav-link.active:before, 
#arff-tab .nav-tabs .nav-item .nav-link.active:hover:before, 
#arff-tab .nav-tabs .nav-item .nav-link.active:focus:before {

  border:0 none;
  display: inline-block;
  position: absolute;
  right: 40%;
  bottom:0px;
}

/* lined tabs */

#arff-tabs .lined .nav-link {
  border: none;
  border-bottom: 3px solid transparent;
}

#arff-tabs .lined .nav-link:hover {
  border: none;
  border-bottom: 3px solid transparent;
}

#arff-tabs .lined .nav-link.active {
  background: none;
  color: #555;
  border-color: #2b90d9;
}





.section-testimonials {
  background-image: none;
}

.section-testimonials .our-clients {
  margin-top: 135px;
}

.section-testimonials .our-clients img {
  width: 100%;
  max-width: 140px;
  display: inline-block;
}

.section-testimonials .card-profile .card-title,
.section-testimonials .card-profile .card-description {
  text-align: left !important;
}

.section-testimonials .card {
  margin: 0 auto;
  max-width: 460px;
  padding-bottom: 30px;
}

.section-testimonials .card.card-testimonial .card-body {
  margin-top: 0;
  padding: 15px 50px;
}

.section-testimonials .page-carousel {
  margin-top: 60px;
}


#testimonials .testimonials-1 .title {
  margin-top: 40px;
}

/* Slider */

.slick-slide {
  margin: 0px 20px;
}

.slick-slide img {
  width: 100%;
}

.slick-slider
{
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
          user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
      touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list
{
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus
{
  outline: none;
}
.slick-list.dragging
{
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
  -webkit-transform: translate3d(0, 0, 0);
     -moz-transform: translate3d(0, 0, 0);
      -ms-transform: translate3d(0, 0, 0);
       -o-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.slick-track
{
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.slick-track:before,
.slick-track:after
{
  display: table;
  content: '';
}
.slick-track:after
{
  clear: both;
}
.slick-loading .slick-track
{
  visibility: hidden;
}

.slick-slide
{
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide
{
  float: right;
}
.slick-slide img
{
  display: block;
}
.slick-slide.slick-loading img
{
  display: none;
}
.slick-slide.dragging img
{
  pointer-events: none;
}
.slick-initialized .slick-slide
{
  display: block;
}
.slick-loading .slick-slide
{
  visibility: hidden;
}
.slick-vertical .slick-slide
{
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}


.container-icons {
  max-width: 1335px;
  margin: 0 auto;
}

.grid-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.grid-item {
  height: 480px;
  -ms-flex-preferred-size: 20%;
      flex-basis: 20%;
  -ms-flex: auto;
  width: 259px;
  position: relative;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.grid-row a {
  text-decoration: none;
}

.wrapping-link {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 2;
  color: currentColor;
}

.grid-item-wrapper {
  -webkit-box-sizing: initial;
  box-sizing: initial;
  background: #ececec;
  margin: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
  -webkit-transition: padding 0.15s cubic-bezier(0.4,0,0.2,1), margin 0.15s cubic-bezier(0.4,0,0.2,1), box-shadow 0.15s cubic-bezier(0.4,0,0.2,1);
  -webkit-transition: padding 0.15s cubic-bezier(0.4,0,0.2,1), margin 0.15s cubic-bezier(0.4,0,0.2,1), -webkit-box-shadow 0.15s cubic-bezier(0.4,0,0.2,1);
  transition: padding 0.15s cubic-bezier(0.4,0,0.2,1), margin 0.15s cubic-bezier(0.4,0,0.2,1), -webkit-box-shadow 0.15s cubic-bezier(0.4,0,0.2,1);
  -o-transition: padding 0.15s cubic-bezier(0.4,0,0.2,1), margin 0.15s cubic-bezier(0.4,0,0.2,1), box-shadow 0.15s cubic-bezier(0.4,0,0.2,1);
  transition: padding 0.15s cubic-bezier(0.4,0,0.2,1), margin 0.15s cubic-bezier(0.4,0,0.2,1), box-shadow 0.15s cubic-bezier(0.4,0,0.2,1);
  transition: padding 0.15s cubic-bezier(0.4,0,0.2,1), margin 0.15s cubic-bezier(0.4,0,0.2,1), box-shadow 0.15s cubic-bezier(0.4,0,0.2,1), -webkit-box-shadow 0.15s cubic-bezier(0.4,0,0.2,1);
  position: relative;
}

.grid-item-container {
  height: 100%;
  width: 100%;
  position: relative;
}

.grid-image-top {
  height: 50%;
  width: 120%;
  background-size: cover;
  position: relative;
  background-position: 50% 50%;
  left: -10.5%;
  top: -4.5%;
}

.grid-image-top .centered {
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 54.5%;
  left: 50%;
  width: 60%;
  height: 60%;
  background-position: center;
}

.grid-image-top.rex-ray {
  background: -o-linear-gradient(#007DB8,#00447C);
  background: webkit-gradient(linear,left top, left bottom,from(#007DB8),to(#00447C));
  background: linear-gradient(#007DB8,#00447C);
}

.rex-ray-image {
  background-image: url(images/adms-mission.jpg); background-position: 35% 60%; background-size: cover;
  background-repeat: no-repeat;
}

.grid-image-top.sputnik {
  background: -o-linear-gradient(#1AA9FB,#1785C4);
  background: -webkit-gradient(linear,left top, left bottom,from(#1AA9FB),to(#1785C4));
  background: linear-gradient(#1AA9FB,#1785C4);
}

.sputnik-image {
  background-image: url(images/adms-fire.jpg); background-position: 35% 60%; background-size: cover;
  background-repeat: no-repeat;
}

.grid-image-top.edgex {
  background: -o-linear-gradient(#952f4c,#3e1a51);
  background: -webkit-gradient(linear,left top, left bottom,from(#952f4c),to(#3e1a51));
  background: linear-gradient(#952f4c,#3e1a51);
}

.edgex-image {
  background-image: url(https://thecodeteam.com/wp-content/uploads/2017/08/edge-x-300x287.png);
}

.grid-image-top.openswitch {
  background: -o-linear-gradient(#2db89a,#00793d);
  background: -webkit-gradient(linear,left top, left bottom,from(#2db89a),to(#00793d));
  background: linear-gradient(#2db89a,#00793d);
}

.openswitch-image {
  background-image: url(https://thecodeteam.com/wp-content/uploads/2017/08/open-switch-300x207.png);
}

.grid-image-top.scaleio {
  background: -o-linear-gradient(#2e96dd,#326de6);
  background: -webkit-gradient(linear,left top, left bottom,from(#2e96dd),to(#326de6));
  background: linear-gradient(#2e96dd,#326de6);
}

.scaleio-image {
  background-image: url(https://thecodeteam.com/wp-content/uploads/2017/08/K8s_ScaleIO_Color-white-thumb-221x300.png);
}

.grid-image-top.csi {
  background: -o-linear-gradient(#464646,#000000);
  background: -webkit-gradient(linear,left top, left bottom,from(#464646),to(#000000));
  background: linear-gradient(#464646,#000000);
}

.csi-image {
  background-image: url(https://thecodeteam.com/wp-content/uploads/2017/08/csi-1-300x99.png);
}

.grid-image-top.kubernetes {
  background: -o-linear-gradient(#09C1D1,#326DE6);
  background: -webkit-gradient(linear,left top, left bottom,from(#09C1D1),to(#326DE6));
  background: linear-gradient(#09C1D1,#326DE6);
}

.kubernetes-image {
  background-image: url(https://thecodeteam.com/wp-content/uploads/2017/08/kubernetes-300x293.png);
}

.grid-image-top.grpc {
  background: -o-linear-gradient(#0CC1C8,#2E838C);
  background: -webkit-gradient(linear,left top, left bottom,from(#0CC1C8),to(#2E838C));
  background: linear-gradient(#0CC1C8,#2E838C);
}

.grpc-image {
  background-image: url(https://thecodeteam.com/wp-content/uploads/2017/08/grpc-300x105.png);
}

.grid-image-top.envoy {
  background: -o-linear-gradient(#290B54,#130229);
  background: -webkit-gradient(linear,left top, left bottom,from(#290B54),to(#130229));
  background: linear-gradient(#290B54,#130229);
}

.envoy-image {
  background-image: url(https://thecodeteam.com/wp-content/uploads/2017/08/envoy_logo-5028052-300x91.png);
}

.grid-image-top.istio {
  background: -o-linear-gradient(#4A73C0,#466BB0);
  background: -webkit-gradient(linear,left top, left bottom,from(#4A73C0),to(#466BB0));
  background: linear-gradient(#4A73C0,#466BB0);
}

.istio-image {
  background-image: url(https://thecodeteam.com/wp-content/uploads/2017/08/istio-203x300.png);
}

.grid-item-content {
  padding: 0 20px 20px 20px;
}

.item-title {
  font-size: 24px;
  line-height: 26px;
  font-weight: 700;
  margin-bottom: 18px;
  display: block;
}

.item-category {
  text-transform: uppercase;
  display: block;
  margin-bottom: 20px;
  font-size: 14px;
}

.item-excerpt {
  margin-bottom: 20px;
  display: block;
  font-size: 14px;
}

.more-info {
  position: absolute;
  bottom: 0;
  margin-bottom: 25px;
  padding-left: 0;
  -webkit-transition-duration: .5s;
       -o-transition-duration: .5s;
          transition-duration: .5s;
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.more-info i {
  padding-left: 5px;
  -webkit-transition-duration: .5s;
       -o-transition-duration: .5s;
          transition-duration: .5s;
}

.grid-item:hover .more-info i {
  padding-left: 20px;
  -webkit-transition-duration: .5s;
       -o-transition-duration: .5s;
          transition-duration: .5s;
}

.more-info i::before {
  font-size: 16px;
}

.grid-item:hover .grid-item-wrapper {
  padding: 2% 2%;
  margin: -2% -2%;
}

@media(max-width: 1333px) {
  .grid-item {
    -ms-flex-preferred-size: 33.33%;
        flex-basis: 33.33%;
  }
}

@media(max-width: 1073px) {
   .grid-item {
    -ms-flex-preferred-size: 33.33%;
        flex-basis: 33.33%;
  }
}

@media(max-width: 815px) {
  .grid-item {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
}

@media(max-width: 555px) {
  .grid-item {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }

  #arff-tab .rounded-nav {
    border-radius: 0 !important;
  }
}

#contact-us .contactus-1.section-image .card-contact {
  margin-bottom: 30px;
  margin-top: 50px;
}

#contact-us .contactus-1.section-image .title {
  margin-top: 15%;
}

#contact-us .contactus-1 .info-horizontal {
  margin-left: 0;
}

#contact-us .contactus-1 .description,
#contact-us .contactus-1 .info-title {
  color: #333333 !important;
}

#contact-us .contactus-1+.contactus-2 {
  padding-top: 0;
}

#contact-us .contactus-2 {
  position: relative;
}

#contact-us .contactus-2 .card {
  top: 60px;
}

#contact-us .contactus-2 .big-map {
  width: 100%;
  height: 100%;
  position: absolute;
}

#contact-us .card-contact .card-body .checkbox {
  margin-top: 5px;
}

.section-contactus {
  padding-bottom: 0;
}

.card-contact .card-header {
  margin: 15px;
  border-radius: 3px;
  padding: 15px 0 0 0;
  background-color: #FFFFFF;
  border: 0;
}

.card-contact .card-header .card-title {
  color: #66615B;
  margin-top: 0px;
  padding-bottom: 25px;
  border-bottom: 1px solid #DDDDDD;
}

.card-contact .card-body .card-icon {
  float: left;
  margin-top: 24px;
  margin-right: 10px;
  border: 0;
}

.card-contact .card-body .card-icon i {
  font-size: 30px;
  padding: 25px;
  width: 50px;
  border: 0;
  border-radius: 50%;
  height: 110px;
}

.form-group-lg .bootstrap-select.form-control,
.form-group-sm .bootstrap-select.form-control {
  padding: 0;
}

.form-group-lg .bootstrap-select.form-control .dropdown-toggle,
.form-group-sm .bootstrap-select.form-control .dropdown-toggle {
  height: 100%;
  font-size: inherit;
  line-height: inherit;
  border-radius: inherit;
}

.bootstrap-select.form-control-sm .dropdown-toggle,
.bootstrap-select.form-control-lg .dropdown-toggle {
  font-size: inherit;
  line-height: inherit;
  border-radius: inherit;
}

.bootstrap-select.form-control-sm .dropdown-toggle {
  padding: 0.25rem 0.5rem;
}

.bootstrap-select.form-control-lg .dropdown-toggle {
  padding: 0.5rem 1rem;
}

.form-inline .bootstrap-select .form-control {
  width: 100%;
}

.input-group .bootstrap-select.form-control .dropdown-toggle {
  border-radius: inherit;
}

.bs-searchbox .form-control {
  margin-bottom: 0;
  width: 100%;
  float: none;
}

.from-check,
.form-check-radio {
  margin-bottom: 12px;
  position: relative;
}

.form-check {
  padding-left: 0;
  margin-bottom: .5rem;
}

.form-check .form-check-label {
  display: inline-block;
  position: relative;
  cursor: pointer;
  padding-left: 35px;
  line-height: 26px;
  margin-bottom: 0;
}

.form-check .form-check-sign::before,
.form-check .form-check-sign::after {
  content: " ";
  display: inline-block;
  position: absolute;
  width: 24px;
  height: 24px;
  left: 0;
  cursor: pointer;
  border-radius: 6px;
  top: 0;
  background-color: rgb(45,204,211);
  -webkit-transition: opacity 0.3s linear;
  -moz-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  -ms-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}

.form-check .form-check-sign::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f00c";
  top: 0;
  text-align: center;
  font-size: 15px;
  opacity: 0;
  color: #FFF;
  border: 0;
  background-color: rgb(45,204,211);
  -webkit-transition: opacity 0.3s linear;
  -moz-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  -ms-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}

.form-check.disabled .form-check-label {
  color: #9A9A9A;
  opacity: .5;
  cursor: not-allowed;
}

.form-check input[type="checkbox"],
.form-check-radio input[type="radio"] {
  opacity: 0;
  position: absolute;
  visibility: hidden;
}

.form-check input[type="checkbox"]:checked+.form-check-sign::after {
  opacity: 1;
}

.form-control input[type="checkbox"]:disabled+.form-check-sign::before,
.checkbox input[type="checkbox"]:disabled+.form-check-sign::after {
  cursor: not-allowed;
}

.form-check .form-check-label input[type="checkbox"]:disabled+.form-check-sign,
.form-check-radio input[type="radio"]:disabled+.form-check-sign {
  pointer-events: none !important;
}

.form-check-radio {
  margin-left: -3px;
}

.form-check-radio .form-check-label {
  padding-left: 2rem;
}

.form-check-radio.disabled .form-check-label {
  color: #9A9A9A;
  opacity: .5;
  cursor: not-allowed;
}

.form-check-radio .form-check-sign::before {
  font-family: 'FontAwesome';
  content: "\f10c";
  font-size: 22px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  position: absolute;
  opacity: .50;
  left: 5px;
  top: -5px;
}

.form-check-label input[type="checkbox"]:checked+.form-check-sign:before {
  background-color: #66615B;
}

.form-check-radio input[type="radio"]+.form-check-sign:after,
.form-check-radio input[type="radio"] {
  opacity: 0;
  -webkit-transition: opacity 0.3s linear;
  -moz-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  -ms-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
  content: " ";
  display: block;
}

.form-check-radio input[type="radio"]:checked+.form-check-sign::after {
  font-family: 'FontAwesome';
  content: "\f192";
  top: -5px;
  position: absolute;
  left: 5px;
  opacity: 1;
  font-size: 22px;
}

.form-check-radio input[type="radio"]:checked+.form-check-sign::after {
  opacity: 1;
}

.form-check-radio input[type="radio"]:disabled+.form-check-sign::before,
.form-check-radio input[type="radio"]:disabled+.form-check-sign::after {
  color: #9A9A9A;
}
.form-control:focus+.input-group-text {
  border: 1px solid black;
}

.form-control {
  background-color: #FFFFFF;
  border: 1px solid #DDDDDD;
  border-radius: 4px;
  color: #66615b;
  font-size: 14px;
  transition: background-color 0.3s ease 0s;
  padding-right: 0 !important;
  padding: 7px 12px;
  height: 40px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.form-control:focus {
  background-color: #FFFFFF;
  border: 1px solid #ccc;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: 0 !important;
}

.form-control:focus+.input-group-prepend .input-group-text,
.form-control:focus+.input-group-append .input-group-text {
  border: 1px solid #ccc;
  border-left: none;
}

.form-control.no-border {
  border: medium none !important;
}

.form-control.no-border:focus+.input-group-prepend .input-group-text,
.form-control.no-border:focus+.input-group-append .input-group-text {
  border: none;
}

.has-success .form-control,
.has-error .form-control,
.has-success .form-control:focus,
.has-error .form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.has-success .form-control {
  border: 1px solid #ccc;
  color: #66615b;
}

.has-success .form-control.form-control-success {
  padding-right: 2.5em !important;
}

.has-success .form-control:focus {
  border: 1px solid #6bd098;
  color: #6bd098;
}

.has-danger .form-control {
  background-color: #FFC0A4;
  border: 1px solid #f5593d;
  color: #f5593d;
}

.has-danger .form-control.form-control-danger {
  padding-right: 2.5em !important;
}

.has-danger .form-control:focus {
  background-color: #FFFFFF;
  border: 1px solid #f5593d;
}

.form-control+.form-control-feedback {
  border-radius: 6px;
  font-size: 14px;
  color: #f5593d;
  font-size: .8rem;
  position: absolute;
  top: 100%;
  padding-left: 12px;
  vertical-align: middle;
}

.open .form-control {
  border-radius: 4px 4px 0 0;
  border-bottom-color: transparent;
}

.form-control.form-control-lg {
  height: 55px;
  padding: 11px 13px;
  font-size: 1.25rem;
  line-height: 1.5;
}

.form-control.form-control-sm {
  padding: .25rem .5rem;
  font-size: .875rem;
  line-height: 1.5;
  height: 31px;
}

.has-error .form-control-feedback,
.has-error .control-label {
  color: #f5593d;
}

.has-success .form-control-feedback,
.has-success .control-label {
  color: #6bd098;
}

.input-group-text {
  background-color: #FFFFFF;
  border-radius: 4px;
  border: 1px solid #DDDDDD;
}

.has-success .input-group-text,
.has-error .input-group-text {
  background-color: #FFFFFF;
}

.has-error .form-control:focus+.input-group-text {
  color: #f5593d;
}

.has-success .form-control:focus+.input-group-text {
  color: #6bd098;
}

.form-control:focus+.input-group-text,
.form-control:focus~.input-group-text {
  background-color: #FFFFFF;
}

.input-group.no-border .input-group-text {
  border: 0;
}

.input-group .form-control:first-child,
.input-group:not(.input-group-text):first-child,
.input-group-btn:first-child>.dropdown-toggle,
.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle) {
  border-right: 0 none;
}

.input-group .form-control:last-child,
.input-group-text:last-child,
.input-group-btn:last-child>.dropdown-toggle,
.input-group-btn:first-child>.btn:not(:first-child) {
  border-left: 0 none;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #E3E3E3;
  color: #66615B;
  cursor: not-allowed;
}

.input-group[disabled] .input-group-text {
  background-color: #E3E3E3;
  cursor: not-allowed;
  border-color: #DDDDDD;
}

.input-group-btn .btn {
  border-width: 1px;
  padding: 9px 18px;
}

.input-group-btn .btn-default:not(.btn-fill) {
  border-color: #DDDDDD;
}

.input-group-btn:last-child>.btn {
  margin-left: 0;
}

textarea.form-control {
  padding: 10px 18px;
  height: auto;
}

.form-group {
  position: relative;
}

.register-form .form-control {
  border: 1px solid transparent !important;
}

#inputs .input-group {
  margin-bottom: 1rem;
}

.card-form-horizontal .card-body .form-group {
  margin-bottom: 0;
}


.dropdown-item:focus, .dropdown-item:hover {
  background-color: none!important;
}


