.custom-toggler.navbar-toggler {
    border-color: rgb(255,255,255) !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(255,255,255, 0.7)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E") !important;
}

.custom-toggler:active, .custom-toggler:visited {
    border: 1px solid white !important;
}

.navbar .dropdown-menu div[class*="col"] {
       margin-bottom:1rem;
    }

    .navbar .dropdown-menu {
      color:black!important;
      border:none;
      background-color:#ff!important;
    }

    @media screen and (min-width: 992px) {
    .navbar {
      padding-top:0px;
      padding-bottom:0px;
    }

    .navbar .nav-item {
      padding:.5rem .5rem;
      margin:0 .25rem;
    }

    .navbar .dropdown {position:static;}

    .navbar .dropdown-menu {
      width:100%;
      left:0;
      right:0;
      top:80px;
    }
      
    .navbar .dropdown:hover .dropdown-menu, .navbar .dropdown .dropdown-menu:hover {
      display:block!important;
    }
      
    .navbar .dropdown-menu {
        border: 1px solid rgba(0,0,0,.15);
        background-color: #fff;
      }

    }

.nav_margin {
   margin-right: 230px;
}

.dropdown-toggle::after {
    display:none
}
.form-control {
    color: #fff!important;
    background-color: transparent!important;
    border-top:  0px!important;
    border-left:  0px!important;
    border-right:  0px!important;
    border-bottom:  1px solid #fff!important;
    border-radius: 0rem!important;
    
}
input::-webkit-input-placeholder {
  color: #fff !important;
}

input::-moz-placeholder {
  color: #fff !important;
}

input:-ms-input-placeholder {
  color: #fff !important;
}

input::placeholder {
  color: #fff !important;
}

body{
    padding-bottom:100px;
  }
  .main-content{
    /*min-height:200vh;*/
    position: relative;
    background:#fff;
    z-index:1;
  }

footer{
    position:fixed;
    bottom:0;
    left:0;
    width:100%;
    /*height:550px;*/
    background:#000;
    color:#fff;
    z-index:0;
  }
/*#footer_space {
    height: 80px;
}*/
  #myFooter {
  background-color: #373a48;
  color:white;
  position: fixed;
  bottom: 0;
}

#myFooter .footer-copyright{
  background-color: #373a48;
  padding-top:3px;
  padding-bottom:3px;
  text-align: center;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
}

#myFooter .footer-copyright p{
  margin:10px;
  color: #ccc;
}

#myFooter ul{
  list-style-type: none;
    padding-left: 0;
    line-height: 1.7;

}

#myFooter h5{
  font-size: 18px;
    color: white;
    font-weight: bold;
    margin-top: 30px;
}

#myFooter a{
  color:#d2d1d1;
  text-decoration: none;
}

#myFooter a:hover, #myFooter a:focus{
  text-decoration: none;
  color:white;
}


@media screen and (max-width: 767px){
  #myFooter {
    text-align: center;
  }
}

#myFooter{
  flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
}

.carousel-indicators li {
    width: 15px !important;
    height: 15px!important;
    border-radius: 100%;
    border: 1px solid #fff;
    background: 0 0;
}

.carousel-caption1 {
    position: absolute;
    right: 15%;
    top:33%;
    /*bottom: 33% !important;*/
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: left!important;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
}

.carousel-caption2 {
    position: absolute;
    right: 15%;
    top:33%;
    /*bottom: 33% !important;*/
    left: 15%;
    z-index: 10;
    padding-top: 250px;
    
    color: #fff;
    text-align: left!important;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
}

.carousel-caption3 {
    position: absolute;
    right: 15%;
    top:33%;
    /*bottom: 33% !important;*/
    left: 35%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: left!important;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
}

.display-4 {
    font-size: 1.5rem!important;
}

li {
    margin-bottom: 10px;
}

.cool-link {
    display: inline-block;
    color: #fff;
    text-decoration: none;
}

@media screen and (max-width: 992px) {
    .cool-link {
        width: 80px;
    }
}

.cool-link::after {
    content: '';
    display: block;
    width: 0;
    height: 5px;
    background: #fff;
    transition: width .3s;
}

.cool-link:hover::after {
    width: 100%;
}

.inner-addon { 
    position: relative; 
}

/* style icon */
.inner-addon .fa {
  position: absolute;
  padding: 10px;
  pointer-events: none;
}

/* align icon */
.left-addon .fa  { left:  160px;}
.right-addon .fa { right: 0px;}

/* add padding  */
.left-addon input  { padding-left:  0px; }
.right-addon input { padding-right: 30px; }



/*solution*/
.content-section {
    padding-top: 150px;
    padding-bottom: 150px;
}

.go-top {
  position: fixed;
  bottom: 2em;
  right: 2em;
  text-decoration: none;
  color: white;
  background-color: rgba(0, 0, 0, 0.3);
  font-size: 12px;
  padding: 1em 1.5em;
  display: none;
  z-index:1;
}

.go-top:hover {
  background-color: rgba(0, 0, 0, 0.6);
  text-decoration: none;
  color: white;
}

#sidePanelButton {
  position: fixed;
  top: 50vh;
  right: 2vw;
  background-color: #0577af;
  border: 1px solid grey;
  border-radius: 5% !important;
  color: white;
  opacity:0.5;
  z-index: 1;
}

#sidePanelButton:hover {
  opacity:0.9 !important;
}

.solution_background {
  background-size: cover;
  background-position: center;
  min-height:100vh;
}

.padding_description {
  padding-top: 300px;
}

.navigate_solution {
  font-weight: bold;
  color: white;
  position: fixed;
  top: 17vh;
  left: 4vw;
  z-index: 1;
}

@media screen and (max-width: 767px) {
    .carousel-caption2 {
      padding-top: 20px !important;
    }
    .carousel-caption3 {
      left: 10%;
    }
    .padding_description {
      padding-top: 270px;
    }
    .navigate_solution {
      font-size: 14px;
    }
    .map {
      max-width: 300px !important;
    } 
    body {
      padding-bottom:270px;
    }
    footer{
      height:350px;
    }
    #footer_space {
      height: 100px;
    }
}

@media screen and (max-width: 413px) {
    .display-4 {
        font-size: 1.3rem!important;
    }
}

@media screen and (max-width: 576px) {
    .navigate_solution {
      padding-left: 20px;
    }

    .nav_margin {
       margin-right: 0px;
    }
}

@media screen and (max-width: 320px){
    .carousel-caption1 {
      padding-top: 0px !important;
      margin-top: -60px;
    }
    .carousel-caption3 {
      left: 15%;
    }
    .padding_description {
      padding-top: 130px;
    }
    .navigate_solution {
      font-size: 14px;
    }
    .map {
      max-width: 250px !important;
    } 
}

/*Consultancy, screen and (max-height: 480px) */
.jumbo_style {
  border-radius: 20px !important;
  background-color: rgba(255, 255, 255, 0.5) !important;
  padding-top: 20px !important;
  padding-bottom: 20px !important;
  font-style: italic;
}

.consultancy_description {
  font-size: 16px;
}

/*Training*/

/*Animation*/
@keyframes jump { 0% { right: 0; } 50% { right: 50px; } 100% { right: 0; } }

/*Button Arrow*/
#arrow-right { position: absolute; margin-right: 50px; text-align: right; animation: jump 5s infinite;
  i { content: '\f0a8'; font-family: 'FontAwesome'; font-size: 180px !important;}
  i:hover { color: #FFAAAA !important; }
}

.map {
    max-width: 400px;
    max-height: 200px;
    width: 100%;
    height: 100%;
}

.infoPadding {
  padding: 10px 0;
}

.input_field_design {
  height: 35px !important; 
  font-size:10pt !important;
  border-top:  1px solid rgb(168, 170, 173)!important;
  border-left:  1px solid rgb(168, 170, 173)!important;
  border-right:  1px solid rgb(168, 170, 173)!important;
  border-bottom:  1px solid rgb(168, 170, 173)!important;
  border-radius: .25rem!important;
  background-color: rgba(168, 170, 173,0.6)!important;
  color: white!important;
}

.input_field_design_message {
  height: 205px !important; 
  font-size:10pt !important;
  border-top:  1px solid rgb(168, 170, 173)!important;
  border-left:  1px solid rgb(168, 170, 173)!important;
  border-right:  1px solid rgb(168, 170, 173)!important;
  border-bottom:  1px solid rgb(168, 170, 173)!important;
  border-radius: .25rem!important;
  background-color: rgba(168, 170, 173,0.6)!important;
}

/*available_course*/
.mytable {
  border-collapse: collapse; 
  width:100%; 
  background-color:transparent;
  margin-bottom:0;
  padding-bottom:0;
}

.mytable-body td{
  background-color: rgba(255,255,255,0.6);
  padding-left: 5px;
}
.first_td {
  border-bottom: none !important; 
  padding-left: 5px;
}

.second_td {
  border-top: none !important; 
  border-right: none !important;
  background-color:transparent !important;
}

.font_border {
  /*text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;*/
  text-shadow: 2px 2px 7px #000;
}

.help-block {
  display: block;
  font-size: 12px;
  margin-top: 5px;
  /*margin-bottom: 5px;*/
  color: red;
}
input.gsc-input {
    background: none !important;
    height: 100%;
    color: #fff !important;
    background-color: transparent !important;
    border: 0px !important;
    border-radius: 0rem !important;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    background-clip: padding-box;
    margin-right: 2.6rem !important;
  }
  input.gsc-input:focus {
      outline:none !important;
  }

.gsc-input-box {
    height: 100%;color: #fff !important;background-color: transparent !important;border-top: 0px !important;border-left: 0px !important;border-right: 0px !important;border-bottom: 1px solid #fff !important;border-radius: 0rem !important;
}

