html,
body {
  margin: 0px;
  cursor: default;
  font-family: "Roboto", sans-serif;
}

body a,
body a:hover {
  text-decoration: none !important;
  color: #ffffff;
}

button {
  text-decoration-style: none;
}

.clearfix {
  margin: auto;
  height: 3px;
  width: 20%;
}

/*/////////////NAVBAR/////////////*/

.navbar-expand-lg {
  background-color: #fff !important;
  color: black !important;
}

.navbar {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.navbar-button {
  color: black;
}

nav.scrolled {
  padding: 0px;
  transition: 0.4s;
  font-weight: 300;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16),
    0 2px 10px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12) !important;
}

nav.unscrolled {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

#brand {
  height: 34px;
}

nav .dropdown-menu {
  border: solid 1px #c9c9c9 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12) !important;
}

nav .dropdown-item:hover,
.dropdown-menu li:hover>a {
  color: #ffffff !important;
  background: #23374d;
}

nav .dropdown:hover>.dropdown-menu {
  display: block;
  margin-top: 0;
}

.navbar-nav li:hover>ul.dropdown-menu {
  display: block;
}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu li a {
  width: 100%;
  white-space: normal;
}

.dropdown-submenu>.dropdown-menu {
  top: 0;
  height: auto;
  width: 100%;
  left: 13.1rem;
}

/*Mega-Menu*/
.mega-menu {
  position: relative;
  min-width: 590px !important;
}

.mega-menus {
  margin: auto;
  padding: 0px;
}

.mega-menus img {
  height: 40px;
}

/*mobile-sidebar*/
.clearfix-mobile {
  margin: 2px auto;
  height: 1px;
  background-color: #313131;
  width: 90%;
}

.navbar-toggler {
  position: absolute;
  top: 1;
  right: 10px;
  border: none;
  background: transparent;
  font-size: 1.5rem;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
}

.sidepanel {
  width: 0;
  position: relative;
  z-index: 999999 !important;
  position: fixed;
  z-index: 1;
  height: 100%;
  top: 0;
  right: 0;
  background-color: #23374d;
  overflow: hidden;
  transition: 0.5s;
  padding-top: 60px;
  -webkit-box-shadow: -7px 2px 18px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: -7px 2px 18px 0px rgba(0, 0, 0, 0.75);
  box-shadow: -7px 2px 18px 0px rgba(0, 0, 0, 0.75);
}

.sidepanel a {
  padding: 8px 8px 8px 32px;
  text-decoration: none !important;
  font-size: 18px;
  color: #ffffff !important;
  display: block;
  transition: 0.3s;
}

.sidepanel a:hover {
  color: #ffffff;
}

.sidepanel .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  margin-top: 12px;
  font-weight: bold;
}

.fa-arrow-right {
  font-size: 28px;
}

.sidepanel img {
  display: block;
  width: 220px;
  margin: 20px auto;
}

.openbtn {
  font-size: 20px;
  cursor: pointer;
  background-color: #111;
  color: white;
  padding: 10px 15px;
  border: none;
}

.openbtn:hover {
  background-color: #444;
}

#mySidepanel .active {
  background-color: #009d3f;
  color: white;
}

#mySidepanel .dropdown-container {
  display: none;
  background-color: #262626;
  padding-left: 8px;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: 0.3s;
}

.fa-caret-down {
  float: right;
  padding-right: 8px;
}

/*header-curve section*/
#curve {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  background-color: #23374d;
  color: #ffffff;
}

#curve:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: -5%;
  left: -5%;
  height: 90px;
  background: #fff;
  -webkit-clip-path: ellipse(50% 60% at 50% 100%);
  clip-path: ellipse(50% 60% at 50% 100%);
}

/*solutions page cards section*/
#process img {
  height: 120px;
}

#belief img {
  height: 220px;
}

#belief .row {
  min-height: 490px;
}

/*/////////Features-SECTION/////////*/

#feature-img {
  min-height: 450px;
  background-size: cover;
  box-shadow: 0 0 10px 10px white inset;
}

.feature-box {
  display: block !important;
  max-width: 467px;
  min-height: 210px;
  border-radius: 20px;
  position: relative;
  padding: 30px;
  cursor: pointer;
  margin: 5px 0;
}

.feature-box h3 {
  display: inline !important;
  font-weight: bold;
  font-size: 1.525em;
  letter-spacing: normal;
  line-height: 1.6em;
}

.feature-box i {
  display: block;
}

.feature-box p {
  margin-top: 10px;
  font-size: 1.125em;
  letter-spacing: -0.3px;
  line-height: 1.33333em;
}

.feature-box:hover {
  z-index: 1;
  background-color: white;
  transition: all 0.2s cubic-bezier(0.78, 0, 0.22, 1);
  box-shadow: 0 10px 30px 0 rgba(43, 44, 51, 0.15);
}

/*////////////////////////frame-sol section////////////////////////*/

#solutions .box-dark {
  background-color: #f2f2f2;
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}

#solutions #myTabContent img {
  width: 100%;
  max-height: 100%;
  margin: auto !important;
}

/*All images are in style tag*/

/*Contact page*/

#contact-img {
  background-image: url("../images/burst-kUqqaRjJuw0-unsplash.jpg");
  background-size: cover;
  background-position: bottom;
}

.map-responsive iframe {
  overflow: hidden;
  min-height: 280px;
  width: 100%;
}

/*infrastructure-page*/
#minicons img {
  height: 60px;
}

/*team-photos*/

#teampic img {
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}

#teampic img:hover {
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  -webkit-filter: drop-shadow(8px 8px 8px gray);
  filter: drop-shadow(8px 8px 8px gray);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

/*///////////////////////////FOOTER///////////////////////////*/
#banner-dark,
#banner-dark span,
#banner-dark p,
#banner-dark h4 {
  color: #ffffff;
}

footer {
  background: #23374d;
}

footer div {
  color: #ffffff;
}

ul {
  list-style: none;
}

footer li,
footer p,
footer a,
#terms {
  font-size: 0.76rem;
  color: #ffffff;
}

#brand2 {
  height: 36px;
}

.clearfix2 {
  margin: auto;
  height: 1px;
  width: 50px;
}

footer li a:hover {
  color: #ff3547 !important;
}

.seperator {
  border: 0 4px 0 0 solid;
  margin: 0 20px 0 20px;
  background: #dc3545;
  width: 1px;
  min-height: 24px;
}

/*widget section*/

.chat-close {
  border-radius: 50%;
  color: #fff;
  display: block;
  float: right;
  font-size: 18px;
  height: 22px;
  margin: 2px 0 0 0;
  text-align: center;
}

#live-chat {
  bottom: 0;
  font-size: 16px;
  right: 24px;
  position: fixed;
  width: 400px;
  -webkit-box-shadow: 0px 0px 19px -10px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 19px -10px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 19px -10px rgba(0, 0, 0, 0.75);
}

#live-chat header {
  background: #4d4d4d;
  border-radius: 5px 5px 0 0;
  color: #fff;
  cursor: pointer;
  padding: 10px 22px;
}

.chat {
  background: #f4f4f4;
  display: none;
}

.chat .chat-cite {
  font-size: 14px;
  color: black;
}

/*//////////////////////////////////////////////////////MEDIA QUERIES//////////////////////////////////////////////////////*/

/*Phones- 600px and low*/
@media only screen and (max-width: 600px) {
  #brand {
    height: 34px;
  }

  .display-4 {
    font-size: 2.5rem;
  }

  nav {
    padding: 5px 15px 5px 15px !important;
  }

  .frame-img {
    height: 160px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }

  .sol-img {
    height: 260px;
    width: 100%;
    background-size: contain;
    background-repeat: no-repeat;
  }

  #img-flow {
    max-width: 100%;
    height: auto;
  }

  #global-text {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  /*solutionspage*/
  #feature-img {
    min-height: 250px;
  }

  #brand-footer {
    justify-content: center;
  }

  #quote {
    border-top: 1px solid red;
    padding-top: 5px;
  }

  footer li,
  footer p,
  footer a,
  #terms {
    font-size: 1.2rem;
    color: #ffffff;
  }

  footer .list-group,
  #quote,
  footer .col-sm-12 {
    font-size: 1.6rem;
  }

  #live-chat {
    display: none !important;
  }
}

/*Tablets- 600px and above*/
@media only screen and (min-width: 601px) {
  .display-4 {
    font-size: 3rem;
  }

  .frame-img {
    height: 460px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }

  .sol-img {
    height: 360px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }

  #img-flow {
    max-width: 90%;
    height: auto;
  }

  footer li,
  footer p,
  footer a,
  #terms {
    font-size: 0.76rem;
    color: #ffffff;
  }

  footer .list-group,
  #quote,
  footer .col-sm-12 {
    font-size: 1rem;
  }
}

/*Laptops/screens- 768px and above*/
@media only screen and (min-width: 768px) {
  #solutions .container {
    width: 100%;
    max-width: 1600px;
  }

  /*custom-scrollbar*/
  body::-webkit-scrollbar {
    width: 15px;
  }

  body::-webkit-scrollbar:hover {
    opacity: 0;
  }

  body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  }

  body::-webkit-scrollbar-thumb {
    border-radius: 50px;
    background-color: #23374d;
    border: 1px solid #fff;
  }

  #img-flow {
    max-width: 75%;
    height: auto;
  }

  /*solutionspage*/
  #feature-img {
    min-height: 450px;
  }

  .display-4 {
    font-size: 3.5rem;
  }
}

@media only screen and (min-width: 993px) {
  #in-btn:hover {
    color: #0077B5 !important;
    background: none !important;
  }

  #fb-btn:hover {
    color: #1877F2 !important;
    background: none !important;
  }

  #tweet-btn:hover {
    color: #1DA1F2 !important;
  }

  #insta-btn:hover {
    color: #E4405F !important;
  }

  #yt-btn:hover {
    color: #FF0000 !important;
  }
}

/* ==========================================================================
   BACK TO TOP BUTTON
   ========================================================================== */
#backToTop {
  position: fixed;
  bottom: 24px;
  right: 24px;
  width: 48px;
  height: 48px;
  border: none;
  outline: none;
  border-radius: 50%;
  background: #23374d;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
  z-index: 999;
}

#backToTop:focus,
#backToTop:active {
  outline: none;
  border: none;
}

#backToTop.show {
  opacity: 1;
  visibility: visible;
}

#backToTop:hover {
  transform: translateY(-3px);
}