body {
  font-family: "Poppins";
}

img {
  max-width: 100%;
}

@font-face {
  font-family: "Poppins";
  src: url("Poppins-Black.woff2") format("woff2"),
    url("Poppins-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("Poppins-Bold.woff2") format("woff2"),
    url("Poppins-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("Poppins-BlackItalic.woff2") format("woff2"),
    url("Poppins-BlackItalic.woff") format("woff");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("Poppins-BoldItalic.woff2") format("woff2"),
    url("Poppins-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("Poppins-ExtraBold.woff2") format("woff2"),
    url("Poppins-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("Poppins-ExtraBoldItalic.woff2") format("woff2"),
    url("Poppins-ExtraBoldItalic.woff") format("woff");
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("Poppins-ExtraLight.woff2") format("woff2"),
    url("Poppins-ExtraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("Poppins-Italic.woff2") format("woff2"),
    url("Poppins-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("Poppins-ExtraLightItalic.woff2") format("woff2"),
    url("Poppins-ExtraLightItalic.woff") format("woff");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("Poppins-Light.woff2") format("woff2"),
    url("Poppins-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("Poppins-Medium.woff2") format("woff2"),
    url("Poppins-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("Poppins-LightItalic.woff2") format("woff2"),
    url("Poppins-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("Poppins-MediumItalic.woff2") format("woff2"),
    url("Poppins-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("Poppins-Regular.woff2") format("woff2"),
    url("Poppins-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("Poppins-SemiBold.woff2") format("woff2"),
    url("Poppins-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("Poppins-SemiBoldItalic.woff2") format("woff2"),
    url("Poppins-SemiBoldItalic.woff") format("woff");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("Poppins-Thin.woff2") format("woff2"),
    url("Poppins-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("Poppins-ThinItalic.woff2") format("woff2"),
    url("Poppins-ThinItalic.woff") format("woff");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

.bg-light {
  background: #fff !important;
}

.topcontact {
  position: absolute;
  right: 0;
  padding: 0 24px;
  z-index: 1;
  top: 5px;
  margin-top: 0px;
  display: flex;
}

.cart {
  font-size: 24px;
  font-family: "Poppins";
  font-size: 15px;
  color: #000;
  margin: 10px 10px 0 0;
}

.cart a {
  color: #000;
  text-decoration: none;
}

.cart a:hover {
  color: #1CB3C8;
}

.topcall {
  color: #00aeef;
}

header {
  background: #fff;
  /*box-shadow: 0px 0px 10px 0px #f1f1f1;*/
}

#navbarNav {
  background: #1CB3C8;
  padding: 5px;
  margin-top: 40px;
}

.navbar {
  background-color: #fff;
  /* background color */
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  /* box shadow */
}

.navbar-brand {
  font-weight: bold;
  margin-top: 8px;
  /* font weight */
}

.navbar-nav .nav-link {
  font-weight: bold;
  padding-left: 20px !important;
  padding-right: 20px !important;
  margin: 0 5px;
  /* font weight */
}

.dropdown-menu {
  background-color: #fff;
  /* background color */
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  /* box shadow */
}

.navbar-expand-lg .navbar-nav .nav-link {
  color: #fff;
  font-family: "Poppins";
  padding: 5px;
  font-weight: 400;
  text-transform: uppercase;
}

.nav-link:focus,
.nav-link:hover {
  background: #fff;
  border-radius: 100px;
  color: #1CB3C8 !important;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
  background: #000;
}

.topsocial {
  text-align: right;
  margin: 5px 3px 0 3px;
}

.topsocial img {
  width: 22px;
  margin: 0 0px;
}

.navbar-brand img {
  width: 205px !important;
}

.desktopslider {
  margin-top: 100px;
}

.topcall img {
  width: 19px;
  margin-top: -5px;
}

ul.dropdown-menu li a.dropdown-item {
  font-family: "Poppins";
  font-weight: 300;
}


#makeMeScrollable {
  width: 100%;
  height: 100px;
  position: relative;
}

/* Replace the last selector for the type of element you have in
		   your scroller. If you have div's use #makeMeScrollable div.scrollableArea div,
		   if you have links use #makeMeScrollable div.scrollableArea a and so on. */

#makeMeScrollable div.scrollableArea img {
  position: relative;
  float: left;
  margin: 0;
  padding: 0;
  /* If you don't want the images in the scroller to be selectable, try the following
			   block of code. It's just a nice feature that prevent the images from
			   accidentally becoming selected/inverted when the user interacts with the scroller. */
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}

#makeMeScrollable img {
  height: 50px;
  background: #fff;
  margin: 0 26px !important;
}

.map{width: 100%; margin: 100px 0 0 0;}


@media (max-width: 991px) {
  .navbar-collapse {
    background-color: #fff;
    /* background color */
  }

  .navbar-nav .nav-link {
    color: #fff;
    /* text color */
  }
}

.formobile {
  display: none;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
  border-radius: 100px;
  color: #1CB3C8;
  background: #fff;
}

.carousel-caption h5 {
  font-size: 50px;
  color: #fff;
  font-weight: bold;
}

.carousel-caption p {
  font-size: 20px;
  color: #fff;
}

.carousel-caption {
  bottom: 20%;
}

.keypoints {
  background: #1CB3C8;
  width: 90%;
  border-radius: 20px;
  margin: 0 auto;
  padding: 20px;
  margin-top: -55px;
  z-index: 2;
  position: relative;
  color: #fff;
  /* justify-content:space-evenly;
  display: flex; */
}

.keypoints img {
  height: 40px;
}


footer {
  margin: 100px 0 0 0;
  background: url(../images/footbg.svg) no-repeat bottom center;
  padding: 390px 0 30px 0;
  background-size: cover;
  position: relative;
}

.footlogo img {
  width: 300px;
}

.footlinks {
  text-align: center;
  margin: 20px 0;
}

.footlinks ul {
  list-style-type: none;
  padding: 0;
}

.footlinks ul li {
  list-style-type: none;
  display: inline-block;
}

.footlinks ul li a {
  color: #fff;
  text-decoration: none;
  padding: 5px 15px;
  text-transform: uppercase;
  font-size: 14px !important;
}

.footlinks ul li a:hover {
  background: #fff;
  border-radius: 100px;
  color: #6A38B3;
}

.footlinks ul li a.active {
  background: #fff;
  border-radius: 100px;
  color: #6A38B3;
}

.footcontact {
  text-align: center;
  margin: 20px 0;
}

.footcontact ul {
  list-style-type: none;
  padding: 0;
}

.footcontact ul li {
  list-style-type: none;
  display: inline-block;
  color: #fff;
  text-decoration: none;
  padding: 5px 15px;
  font-size: 16px !important;
}

.footcontact ul li span {
  font-size: 16px;
}

.footsocial {
  text-align: center;
  margin: 20px 0;
}

.footsocial ul {
  list-style-type: none;
  padding: 0;
}

.footsocial ul li {
  list-style-type: none;
  display: inline-block;
  color: #fff;
  text-decoration: none;
  padding: 5px 15px;
  font-size: 16px !important;
}

.footsocial ul li a {
  color: #fff;
  text-decoration: none;
}

.footsocial ul li a img {
  height: 28px;
}

.copyright {
  color: #fff;
  font-size: 16px;
  text-align: center;
}

.foottower {
  position: absolute;
  bottom: 0;
  left: 200px;
}

.welcome {
  background: url(../images/welcome.jpg) no-repeat top center;
  background-size: cover;
  padding: 200px 100px 700px 100px;
  margin-top: -60px;
}

.welcome p {
  color: #fff;
}

.highlights {
  justify-content: space-around;
  display: flex;
  margin-top: 35px;
}

.dedication {
  background: #5C4EB1;
  border-radius: 100px;
  height: 150px;
  width: 150px;
  align-items: center;
  display: flex;
  justify-content: center;
}

.impact {
  background: #6A38B3;
  border-radius: 100px;
  height: 150px;
  width: 150px;
  align-items: center;
  display: flex;
  justify-content: center;
}

.collaboration {
  background: #407BBB;
  border-radius: 100px;
  height: 150px;
  width: 150px;
  align-items: center;
  display: flex;
  justify-content: center;
}

.innovation {
  background: #1CB3C8;
  border-radius: 100px;
  height: 150px;
  width: 150px;
  align-items: center;
  display: flex;
  justify-content: center;
}

.businessarea {
  margin-top: 50px;
}

.businessarea h2 {
  font-size: 50px;
  color: #6A38B3;
  font-weight: 700;
  text-transform: uppercase;
}

.points {
  text-align: center;
}

.pointhead {
  margin-top: 15px;
  font-size: 18px;
}

.Optical {
  background: #6A38B3;
  border-radius: 20px;
  overflow: hidden;
  padding: 0 0 40px 0;
}

.Optical h3 {
  color: #fff;
  font-weight: 700;
  font-size: 22px;
  padding: 30px 0;
}

.Optical a {
  border-radius: 10px;
  border: 1px solid #fff;
  color: #fff;
  text-decoration: none;
  padding: 10px 20px;
  display: inline-block;
}

.Optical a:hover {
  color: #6A38B3;
  background: #fff;
}

.Optical img {
  border-radius: 20px 20px 0 0;
}

.solutions {
  background: #1CB3C8;
  border-radius: 20px;
  overflow: hidden;
  padding: 30px 0 0 0;
}

.solutions h3 {
  color: #fff;
  font-weight: 700;
  font-size: 22px;
  padding: 15px 0;
}

.solutions a {
  border-radius: 10px;
  border: 1px solid #fff;
  color: #fff;
  text-decoration: none;
  padding: 10px 20px;
  display: inline-block;
  margin-bottom: 40px;
}

.solutions a:hover {
  color: #1CB3C8;
  background: #fff;
}

.solutions img {
  border-radius: 0 0 20px 20px;
}

.power {
  background: #F99242;
  border-radius: 20px;
  overflow: hidden;
  padding: 0 0 40px 0;
}

.power h3 {
  color: #fff;
  font-weight: 700;
  font-size: 22px;
  padding: 30px 0;
}

.power a {
  border-radius: 10px;
  border: 1px solid #fff;
  color: #fff;
  text-decoration: none;
  padding: 10px 20px;
  display: inline-block;
}

.power a:hover {
  color: #F99242;
  background: #fff;
}

.power img {
  border-radius: 20px 20px 0 0;
}

.telecom {
  background: #407BBB;
  border-radius: 20px;
  overflow: hidden;
  padding: 30px 0 0 0;
}

.telecom h3 {
  color: #fff;
  font-weight: 700;
  font-size: 22px;
  padding: 15px 0;
}

.telecom a {
  border-radius: 10px;
  border: 1px solid #fff;
  color: #fff;
  text-decoration: none;
  padding: 10px 20px;
  display: inline-block;
  margin-bottom: 40px;
}

.telecom a:hover {
  color: #407BBB;
  background: #fff;
}

.telecom img {
  border-radius: 0 0 20px 20px;
}

.infrastructure {
  background: url(../images/infrastructure.jpg) no-repeat top center;
  background-size: cover;
  margin: 100px 0;
  padding: 600px 30px 50px 30px;
}

.infraslogan {
  background: #6A38B3;
  display: flex;
  justify-content: center;
  border-radius: 20px;
  padding: 20px;
}

.infraslogan h5 {
  text-align: center;
  color: #fff;
  font-weight: 600;
  font-size: 30px;
}

.professional {
  background: url(../images/professional.jpg) no-repeat center center;
  background-size: cover;
  margin: 30px;
  border-radius: 20px;
  padding: 50px;
  text-align: center;
}

.professional h6 {
  font-size: 30px;
  color: #fff;
  font-weight: 600;
}

.integrity {
  margin: -230px 0 0 0;
}

.integrity h4 {
  font-size: 40px;
  font-weight: 600;
  color: #fff;
}

/* Inner Pages */
.innerpages {
  margin-top: 100px;
}

.abouttop {
  background: url(../images/about.jpg) no-repeat top center;
  background-size: cover;
  justify-content: center;
  display: flex;
  position: relative;
  height: 600px;
}

.contacttop {
  background: url(../images/contact.jpg) no-repeat top center;
  background-size: cover;
  justify-content: center;
  display: flex;
  position: relative;
  height: 600px;
}

.circlepagehead {
  background: #6A38B3;
  border-radius: 100%;
  height: 250px;
  width: 250px;
  bottom: -120px;
  position: absolute;
  align-items: center;
  justify-content: center;
  display: flex;
}

.circlepagehead h3 {
  text-align: center;
  color: #fff;
  font-weight: 700;
  font-size: 50px;
  align-items: center;
  display: flex;
  justify-content: center;
}

.content{background: #F4F4F4; border-radius: 30px; padding: 30px;}

.content p{font-size: 16px; font-weight: 300; text-align: justify;}

.contactdetails{margin-top: 200px;}
.contactdetails p i{color: #1CB3C8;}
.contactdetails h5{font-weight: 600;}
.contactdetails h5 span{color: #1CB3C8;}

@media all and (min-width: 240px) and (max-width: 320px) {}

@media all and (min-width: 320px) and (max-width: 480px) {
  .mobtophide {
    display: none;
  }

  #navbarNav {
    margin: auto;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    padding-left: 20px;
  }

  .navbar-brand img {
    width: 150px !important;
  }

  .ourservices {
    padding: 0 0px;
  }


  .mobilemenucontainer {
    margin-top: 25px;
    position: relative;
  }


  .topcall img {
    width: 16px;
    margin-top: -8px;
  }

  #navbarNav {
    border-radius: 16px;
    overflow: hidden;
  }

  .navbar-nav .dropdown-menu {
    margin: 10px 16px 16px 16px;
  }

  .formobile {
    display: block !important;
    z-index: 999999 !important;
    width: 100%;
    margin-top: 0px;
    padding: 0 10px;
  }

  .cart {
    font-weight: 300;
    float: left;
    font-size: 14px;
  }

  .welcome {
    margin-top: 50px !important;
    padding: 55px 50px 695px 50px;
  }

  .keypoints p {
    font-size: 14px;
  }

  .highlights {
    margin-top: 100px;
  }

  .dedication {
    height: 90px;
    width: 90px;
  }

  .impact {
    height: 90px;
    width: 90px;
  }

  .collaboration {
    height: 90px;
    width: 90px;
  }

  .innovation {
    height: 90px;
    width: 90px;
  }

  .dedication img {
    width: 50px !important;
  }

  .impact img {
    width: 50px !important;
  }

  .collaboration img {
    width: 50px !important;
  }

  .innovation img {
    width: 50px !important;
  }

  .pointhead {
    font-size: 14px;
  }

  img.logoicon {
    width: 200px;
  }

  .welcome p {
    text-align: justify;
  }

  .businessarea h2 {
    font-size: 40px;
  }

  .infraslogan h5 {
    font-size: 20px;
  }

  footer {
    padding: 150px 0 30px 0;
  }

  .professional h6 {
    font-size: 24px;
  }

  .footlinks ul li a {
    padding: 5px 20px;
  }

  .footlinks ul li {
    display: inline-grid;
  }

  .footsocial ul li {
    padding: 5px 8px;
  }

  .footlinks ul {
    margin: 0 0 0 0;
  }

  .integrity h4 {
    font-size: 30px;
  }

  .foottower {
    display: none;
  }

}

@media all and (min-width: 481px) and (max-width: 567px) {}

@media all and (min-width: 568px) and (max-width: 767px) {}

@media all and (min-width: 768px) and (max-width: 900px) {}

@media all and (min-width: 901px) and (max-width: 1024px) {}

@media all and (min-width: 1025px) and (max-width: 1280px) {}