html {
  font-size: 12px;
}
 body {
  font-family: 'Roboto', sans-serif;
  background-color: #f0f0f0;
  color: #404448;
}


@media (min-width: 768px) {
  html {
    font-size: 14px;
  }
}

h1 {
    font-size: 60px;
}

h1 {
  font-family: 'Work Sans', sans-serif;
  font-weight: bold;
}

h2 {
  font-family: 'Work Sans', sans-serif;
  font-weight: bold;
  font-size: 42px;
}

li {
    padding-left: -30px;
}

ul {
    padding-left: -30px;
}

footer < h5 {
  text-transform: uppercase;
}

.section-with-padding {
    padding-top: 50px;
    padding-bottom: 70px;
}

.main-illustration h1 {
    padding-top:2.7em;
    text-align: left;
    font-size: 60px;

}


.carousel-control-next,
.carousel-control-prev {
    filter: invert(100%);
}


.bg-gradient {

background: rgb(225,0,25);
background: linear-gradient(90deg, rgba(225,0,25,1) 0%, rgba(0,123,255,1) 100%);
/*background: rgb(83,201,223);
background: linear-gradient(90deg, rgba(83,201,223,1) 0%, rgba(0,123,255,1) 100%);*/
    font-size: 10px;
}

.bg-white {
    background-color: #f6f8fa;

}


.sticky.is-sticky {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1000;
    width: 100%;
    height: 85px;
    padding-top: 0px;
 /*     background-image: url('../img/dot_gradient.png');
    background-repeat: repeat-x;
    background-position: bottom;  */
  background: rgb(255,255,255);
    background: linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 28%, rgba(255,255,255,1) 100%);
}



.container {
  max-width: 1200px;
}

.main-illustration {

    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    height: auto;
    min-height: 770px; 
    max-height: 1200px;
    
}

.border-5 {
    border-bottom: 5px solid #dc3545;
}

.border-dotted{
  border-style: dotted;
 }

a.typewrite:hover {
  text-decoration: none;
}



.technologies-section-bg-1 {
    background-image: url('../img/technologies_section_bg_1.jpg');
    /*max-height: 550px; */
    min-height: 500px;
    background-repeat: no-repeat;
    background-position: right;
    background-color: #050609;
}

.technologies-section-bg-2 {
    background-color: #282838;
}


.btn {
    border-radius: 5px;
    padding: 10px 15px;
    font-weight: bold;
    font-size: 16px;
}

.btn-outline-primary {
   border-width: 1px;
   font-weight: normal;
}

.bg-black {
  background-color: #242424;

}

.header {
  max-width: 1200px;



}

.card-deck .card {
  min-width: 220px;
}



.counter {
    /*background-color:#f5f5f5;*/
    padding: 10px 0;
    border-radius: 5px;
    color: #FFF;
}

.count-title {
    font-size: 30px;
    font-weight: normal;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
}

.count-text {
    font-size: 13px;
    font-weight: bold;
    margin-top: 7px;
    margin-bottom: 0;
    text-align: center;
}

.fa-2x {
    margin: 0 auto;
    float: none;
    display: table;
    color: #fff;
}

.progress-tab {
  background-color: #CCC;
  font-weight: bold;
  width: 50px;
  height: 50px;
  margin: 5px auto;
  padding: 12px 17px;
  border-radius: 25px;

}

.progress-tab-done {
  background-color: #5cb85c;
}




@media (min-width: 1500px) {
  .carousel-bg-1 {
    background-image: url('../img/slide_1.jpg'); 
    background-repeat: no-repeat; 
    background-position: right;
    background-color: #f0f0f0;
  }
  .carousel-bg-2 {
    background-image: url('../img/slide_2.jpg'); 
    background-repeat: no-repeat; 
    background-position: right;
    background-color: #f0f0f0;
  }
}

@media (max-width: 1499px) {
  .carousel-bg-1 {
    background-image: none; 
    background-repeat: no-repeat; 
    background-position: right;
  }
  .carousel-bg-2 {
    background-image: none; 
    background-repeat: no-repeat; 
    background-position: right;
  }
}



a.anchor {
  display: block;
  position: relative;
  top: -100px;
  visibility: hidden;
}






/* ----------------------------------------  */


.technologyButton {
  display: block;
  background-color: #EEE;
  margin: 10px 30px;
  padding: 10px 10px;
  color: #333;
  text-decoration: none;
  white-space: normal;
  overflow: hidden;
  min-width: 20%;
  width: 100px;
}

.technologyButton:hover {
 text-decoration: none;
 /*color: #FFF;*/
 background-color: #DDD;
}

.technologyButton:active, .technologyButton:visited, .technologyButton:link {
  text-decoration: none;
 }







/*@import('https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.0/css/bootstrap.min.css') 
*/



.stepwizard-step p {
  margin-top: 10px;
}

.stepwizard-row {
  display: table-row;
}

.stepwizard {
  display: table;
  width: 100%;
  position: relative;
}

.stepwizard-step button[disabled] {
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
  background-color: #CCC;
}

.stepwizard-row:before {
  top: 14px;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 100%;
  height: 2px;
  background-color: #ccc;
  z-index: 0;
}

.stepwizard-step {
  display: table-cell;
  text-align: center;
  position: relative;
}

.btn-circle {
width: 30px;
height: 30px;
text-align: center;
padding: 6px 0;
font-size: 12px;
line-height: 1.428571429;
border-radius: 15px;
}






/* ==========================================================================
   #FORM
   ========================================================================== */
input {
  outline: none;
  margin: 0;
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  width: 100%;
  font-size: 14px;
  font-family: inherit;
}

.input--style-4 {
  line-height: 50px;
  background: #fafafa;
  -webkit-box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.08);
  box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.08);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 0 20px;
  font-size: 16px;
  color: #666;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.input--style-4::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #666;
}

.input--style-4:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #666;
  opacity: 1;
}

.input--style-4::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #666;
  opacity: 1;
}

.input--style-4:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #666;
}

.input--style-4:-ms-input-placeholder {
  /* Microsoft Edge */
  color: #666;
}

.label {
  font-size: 16px;
  color: #555;
  text-transform: capitalize;
  display: block;
  margin-bottom: 5px;
}

.radio-container {
  display: inline-block;
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  font-size: 16px;
  color: #666;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.radio-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.radio-container input:checked ~ .checkmark {
  background-color: #e5e5e5;
}

.radio-container input:checked ~ .checkmark:after {
  display: block;
}

.radio-container .checkmark:after {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 12px;
  height: 12px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #57b846;
}

.checkmark {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #e5e5e5;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.08);
  box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.08);
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.input-group {
  position: relative;
  margin-bottom: 22px;
}

.input-group-icon {
  position: relative;
}

.input-icon {
  position: absolute;
  font-size: 18px;
  color: #999;
  right: 18px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
}





hr {
    background-color: #fff;
    border-top: 1px dashed #DDD;
}





.carousel-item {
  height: auto;
  min-height: 750px;
  max-height: 1200px;
  background: no-repeat center right scroll;

}



.btn.dropdown-toggle ~ .dropdown-menu, 
ul.nav li.dropdown ul.dropdown-menu {
    background-color: rgb(244, 244, 244);
  background-color: rgb(255, 255, 255);
  border: 0 solid rgb(66, 133, 244);
  box-shadow: 0px 0px 3px rgba(25, 25, 25, 0.3);
  top: 0px;
  margin: 0px;
    padding: 0px;
}
ul.nav li.dropdown ul.dropdown-menu {
    position: absolute;
    width: 100%;
}
.dropdown-menu .dropdown-plus-title {
  width: 100%;
  color: rgb(51, 51, 51);
  padding: 6px 12px;
  font-weight: 800;
  border: 0 solid rgb(173, 173, 173);
  border-bottom-width: 2px;
  cursor: pointer;
}

ul.nav li.dropdown ul.dropdown-menu .dropdown-plus-title {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
}

.btn.dropdown-toggle.btn-primary ~ .dropdown-menu .dropdown-plus-title {
    border-color: rgb(53, 126, 189);
}
.btn.dropdown-toggle.btn-success ~ .dropdown-menu .dropdown-plus-title {
    border-color: rgb(76, 174, 76);
}
.btn.dropdown-toggle.btn-info ~ .dropdown-menu .dropdown-plus-title {
    border-color: rgb(70, 184, 218);
}
.btn.dropdown-toggle.btn-warning ~ .dropdown-menu .dropdown-plus-title {
    border-color: rgb(238, 162, 54);
}
.btn.dropdown-toggle.btn-danger ~ .dropdown-menu .dropdown-plus-title {
    border-color: rgb(212, 63, 58);
}

@media (min-width: 768px) {
    ul.nav li.dropdown ul.dropdown-menu .dropdown-plus-title {
        padding-top: 15px;
        padding-bottom: 15px;
    }
}
@media (min-width: 768px) {
    ul.nav li.dropdown ul.dropdown-menu {
        width: auto;
    }
}




@media (max-width: 767px) {
  .hide-on-small-screen {
    display: none;
  }
  .nav-item {
    background-color: #FFFFFF;
}

  .hide-on-large-screen {
    display: contents;
  }

}



@media (min-width: 768px) {
  .hide-on-small-screen {
    display: contents;
  }

  .hide-on-large-screen {
    display: none;
  }

}




/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  display: none;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
}

.back-to-top i {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  width: 40px;
  height: 40px;
  border-radius: 5px;
  background: #007bfe;
  color: #fff;
  transition: all 0.4s;
  text-decoration: none;

}

.back-to-top i:hover {
  background: #0a22f6;
  color: #fff;
  text-decoration: none;
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}



/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  transition: all 0.5s;
  z-index: 997;
  padding: 15px 0;
  top: 40px;
  /*box-shadow: 0px 2px 15px rgba(25, 119, 204, 0.1);*/
  background: #FFF;
}

#header.header-scrolled {
  top: 0;
  background: #FFF;
}

#header .logo {
  font-size: 32px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.5px;
  font-family: "Poppins", sans-serif;
}

#header .logo a {
  color: #2c4964;
}

#header .logo img {
  max-height: 40px;
}

@media (max-width: 992px) {
  #header {
    top: 0;
  }
  #header .logo {
    font-size: 28px;
  }
}

#headerVideo {
  position: absolute;
  right: 0;
  top: 0;
  min-width: 100%;
  min-height: 50%;
  z-index: 0;
}


/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/



/* Desktop Navigation */
.nav-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu > ul {
  display: flex;
}

.nav-menu > ul > li {
  position: relative;
  white-space: nowrap;
  padding: 8px 0 8px 20px;
}

.nav-menu a {
  display: block;
  position: relative;
  color: #000;
  transition: 0.3s;
  font-size: 14px;
  font-weight: normal;
  font-family: "Open Sans", sans-serif;
  padding: 5px 2px;
  /*border-bottom: 2px solid #444444;*/
}

.nav-menu a:hover, .nav-menu .active > a, .nav-menu li:hover > a {
  color: #007bfe;
  border-color: #007bfe;
  text-decoration: none;
}

.nav-menu .drop-down ul {
  display: block;
  position: absolute;
  left: 400px;
  -webkit-transform: translateX(-60%);
  transform: translateX(-60%)

  top: calc(100% + 30px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  /*transition: 0.3s;*/
}

.nav-menu .drop-down:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.nav-menu .drop-down li {
  width: 800px;
  max-width: 800px;
  position: relative;
}

.nav-menu .drop-down ul a {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  color: #082744;
  border: none;
  float: left;
  margin: 0 auto;

}

.nav-menu .drop-down ul a:hover, .nav-menu .drop-down ul .active > a, .nav-menu .drop-down ul li:hover > a {
  color: #007bfe;
  transform: scale(1.08);
}

.nav-menu .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 5px;
}

.nav-menu .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 30px);
}

.nav-menu .drop-down .drop-down:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
}

.nav-menu .drop-down .drop-down > a {
  padding-right: 35px;
}

.nav-menu .drop-down .drop-down > a:after {
  content: "\eaa0";
  font-family: IcoFont;
  position: absolute;
  right: 15px;
}

@media (max-width: 1366px) {
  .nav-menu .drop-down .drop-down ul {
    left: -90%;
  }
  .nav-menu .drop-down .drop-down:hover > ul {
    left: -100%;
  }
  .nav-menu .drop-down .drop-down > a:after {
    content: "\ea9d";
  }
}


/* Get Started Button */
.signin-btn {
  margin-left: 25px;
  background: #FFF;
  color: #555;
  border-radius: 5px;
  padding: 8px 25px;
  white-space: nowrap;
  transition: 0.3s;
  font-size: 14px;
  display: inline-block;
    -webkit-filter: drop-shadow(3px 3px 5px #ddd) drop-shadow(-2px -2px 2px #eee);
    filter: drop-shadow(3px 3px 5px #ddd) drop-shadow(-2px -2px 2px #eee);
}

.signin-btn:hover {
  background: #017bff;
  color: #fff;
  text-decoration: none;
}

@media (max-width: 768px) {
  .signin-btn {
    margin: 0 48px 0 0;
    padding: 6px 18px;
  }
}

/* Mobile Navigation */
.mobile-nav-toggle {
  position: fixed;
  right: 15px;
  top: 15px;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}

.mobile-nav-toggle i {
  color: #28b6ae;
}

.mobile-nav {
  position: fixed;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  z-index: 9999;
  overflow-y: auto;
  background: #fff;
  transition: ease-in-out 0.2s;
  opacity: 0;
  visibility: hidden;
  border-radius: 10px;
  padding: 10px 0;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
  display: block;
  position: relative;
  color: #2c4964;
  padding: 10px 20px;
  font-weight: 500;
  outline: none;
}

.mobile-nav a:hover, .mobile-nav .active > a, .mobile-nav li:hover > a {
  color: #28b6ae;
  text-decoration: none;
}

.mobile-nav .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}

.mobile-nav .active.drop-down > a:after {
  content: "\eaa1";
}

.mobile-nav .drop-down > a {
  padding-right: 35px;
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-down li {
  padding-left: 20px;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(28, 47, 65, 0.6);
  overflow: hidden;
  display: none;
  transition: ease-in-out 0.2s;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  opacity: 1;
  visibility: visible;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
} 


