@import url("https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@400;600;700&family=Rubik:wght@400;500;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600&display=swap");

/*
    font-family: 'Roboto Slab', serif;

    font-family: 'Rubik', sans-serif;*/
.body {
  font-family: "Rubik", sans-serif;
  color: #868298;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
}
body p {
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  line-height: 28px;
}
body a:hover {
  text-decoration: none;
}

/*top*/

.gfpl {
  position: fixed;
  right: 15px;
  bottom: 15px;
  z-index: 999;
}

.gfpl img {
  width: 150px;
  border-radius: 10px;
}

.top {
  position: relative;
  display: block;
  background: #f8f7ff;
  border-bottom: 1px solid #f2f1f9;
  padding: 13px 0 11px;
}
.top-left p {
  color: #9491a2;
  margin: 0;
}
.top-left a {
  color: #ff9800;
}
.top-left i {
  color: #ff9800;
}
.top-left a:hover {
  text-decoration: none;
  color: #9491a2;
}
.top-left img {
  float: left;
  width: 20px;
  margin-right: 10px;
  margin-top: 5px;
}
.top-right {
  float: right;
}
.top-right ul {
  padding: 0;
  margin: 0;
}
.top-right li {
  list-style: none;
  display: inline-block;
}
.top-right ul li a {
  font-size: 15px;
  color: #9491a2;
  margin: 0px 10px;
  font-weight: 400;
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  display: inline-block;
}
.top-right a:hover {
  color: #39345a;
}
.header {
  padding-bottom: 55px;
  padding-top: 15px;
}
.logo {
  text-align: center;
}
.logo img {
  width: 20%;
  float: left;
}
.logo h2 {
  font-family: "Roboto Slab", serif;
  font-weight: 700;
  margin-top: 0px;
  padding-top: 20px;
  border-bottom: 1px solid #bdbbc8;
  display: inline-block;
  padding-bottom: 5px;
  margin-bottom: 0px;
  font-size: 45px;
}
.logo p {
  color: #868298;
  letter-spacing: 1.4;
}
.log-right i {
  color: #ff9800;
  font-size: 30px;
  float: left;
  margin-right: 15px;
  margin-top: 10px;
}
.log-right {
  margin-top: 25px;
}

.log-right .text p {
  color: #9491a2;
  margin-bottom: 4px;
}
.log-right .text h3 {
  color: #4e4e4e;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}
.log-con i {
  float: left;
  margin-right: 15px;
}
.log-con {
  margin-top: 10px;
  border: 1px solid #dbdbdb;
  padding: 15px;
}
.log-con::before {
  content: "\f0da";
  font-family: FontAwesome;
  color: #ff9800;
  font-size: 30px;
  position: absolute;
  top: 30px;
  left: 77px;
}
.log-con i::before {
  width: 50px;
  height: 50px;
  background: #ff9800;
  text-align: center;
  border-radius: 50%;
  color: #ffffff;
  font-size: 23px;
  line-height: 50px;
  display: block;
}
.log-con .text p {
  color: #9491a2;
  margin-bottom: 4px;
}
.log-con .text h3 {
  color: #4e4e4e;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  margin: 0;
}

/*Navbar*/

.menu-bar {
  position: relative;
  display: block;
  background: transparent;
  margin-top: -43px;
  margin-bottom: -42px;
  z-index: 999;
  padding-left: 30px;
  padding-right: 30px;
}
.nav {
  position: relative;
  display: block;
  background: #222;
  padding: 20px;
}
.navbar {
  padding: 0px;
}
.navbar-nav {
  list-style: none;
}
.navbar-expand-lg .navbar-nav .nav-link {
  padding: 10px 20px 10px;
}
.navbar-expand-lg .navbar-nav .active .nav-link {
  color: #ff9800;
}
.nav-link {
  position: relative;
  display: block;
  color: #ffffff;
  font-size: 15px;
  line-height: 15px;
  font-weight: 600;
  text-transform: uppercase;
  opacity: 1;
  padding: 32px 0 32px;
  transition: all 300ms ease;
  font-family: "Rubik", sans-serif;
}
.nav-link:focus,
.nav-link:hover {
  color: #fff;
  text-decoration: none;
}
.navbar-light .navbar-nav .nav-link {
  color: #fff;
}
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: rgb(255, 152, 0);
}
.dropdown-content a:hover {
  color: #f36727;
  padding-left: 45px;
}
.dropdown-content a:hover::before {
  transform: scale(1);
  left: 30px;
}
.dropdown-content a::before {
  position: absolute;
  top: -3px;
  left: 30px;
  bottom: 0;
  right: auto;
  width: 7px;
  height: 7px;
  background: #f36727;
  border-radius: 50%;
  content: "";
  margin: 23px 0;
  opacity: 1;
  transform: scale(0);
  transition: all 500ms ease;
}
.dropdown {
  position: relative;
  /* transition: all 320ms linear 0ms;
    transform: scaleY(0);
    transform-origin: 0 0 0;*/
}

.dropdown-content {
  display: none;
  position: absolute;
  z-index: 1;
}

.dropdown-content a {
  position: relative;
  color: black;
  padding: 12px 34px;
  text-decoration: none;
  border-bottom: 1px solid #f4f4f4;
  display: block;
  transition: all 300ms linear 0ms !important;
  font-size: 15px;
  font-weight: 400;
  transition: all 100ms ease-in-out 0ms;
  font-family: "Rubik", sans-serif;
}
.dropdown:hover .dropdown-content {
  display: block;
}
.dropright:hover .sub-menu {
  display: block;
}
.navbar-expand-lg .navbar-nav .dropdown-menu {
  position: absolute;
  border-bottom: 3px solid #ff9800;
  padding: 0;
}
.search span {
  font-size: 15px;
}
.search i {
  font-size: 20px;
  color: #fff;
  cursor: pointer;
  margin-right: 30px;
}
.search .btn {
  background: #ff9800;
  color: #fff;
  padding: 10px 30px;
  font-family: "Rubik", sans-serif;
}
.search .btn:hover {
  background: #fff;
  color: #ff9800;
}
.banner {
  border-top: 2px solid #f59609;
}
.carousel-caption {
  top: 30%;
  right: 20%;
  left: 20%;
}
.ban-1 h1 {
  color: #ff9800;
}
.ban-1 p {
  color: #222;
}

.ban-3 {
  top: 30%;
  right: 20%;
  left: 20%;
  text-align: center;
}
.ban-3 h1 {
  font-family: "Poppins", sans-serif;
}
.carousel-caption h1 {
  font-size: 55px;
  font-weight: bold;
  line-height: 80px;
  text-transform: uppercase;
}
.carousel-caption h1 span {
  font-weight: normal;
}
.carousel-caption p {
  font-size: 15px;
}
.carousel-caption .btn {
  background: #ff9800;
  color: #fff;
  padding: 15px 35px;
  font-size: 17px;
  line-height: 24px;
  text-align: center;
  border-radius: 0;
  font-size: 16px;
}
.carousel-caption .btn:hover {
  background: #212121;
  color: #fff;
}
.carousel .carousel-item.active .animated1 {
  -webkit-animation: fadeInRight 1s ease-in-out 500ms both;
  animation: fadeInRight 1s ease-in-out 500ms both;
}
.carousel .carousel-item.active .animated2 {
  -webkit-animation: fadeInLeft 2s ease-in-out 500ms both;
  animation: fadeInLeft 2s ease-in-out 500ms both;
}
.carousel .carousel-item.active .animated3 {
  -webkit-animation: fadeInDown 1s ease-in-out 500ms both;
  animation: fadeInDown 1s ease-in-out 500ms both;
}
.carousel .carousel-item.active .animated4 {
  -webkit-animation: fadeInUp 2.2s ease-in-out 500ms both;
  animation: fadeInUp 2.2s ease-in-out 500ms both;
}
.carousel-inner > .carousel-item .carousel-caption {
  z-index: 0;
  opacity: 0;
  -webkit-transition: opacity 500ms;
  -moz-transition: opacity 500ms;
  -o-transition: opacity 500ms;
  transition: opacity 500ms;
}
.carousel .carousel-item.active .carousel-caption {
  z-index: 0;
  opacity: 1;
  -webkit-transition: opacity 100ms;
  -moz-transition: opacity 100ms;
  -o-transition: opacity 100ms;
  transition: opacity 100ms;
}

/*sec1*/

.sec1 {
  padding: 60px 0px;
}
.sec-head h4 {
  color: #222222;
  font-size: 25px;
  line-height: 36px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  z-index: 1;
  position: relative;
  display: inline-block;
}
.sec-head h4:before {
  content: "";
  position: absolute;
  top: 45px;
  height: 1px;
  width: 100%;
  left: 0px;
  background: #d7d7d7;
}
.sec-head h4:after {
  content: "";
  position: absolute;
  top: 45px;
  height: 1px;
  width: 25%;
  left: 0px;
  background: #ff9800;
}
.sec1 h1 {
  padding-top: 30px;
  font-size: 36px;
  line-height: 58px;
  color: #222222;
  font-weight: 600;
  margin: 0;
  font-family: "Poppins", sans-serif;
}
.sec1 p {
  line-height: 28px;
  margin: 25px 0 0;
  padding-bottom: 20px;
  color: #666;
}
.sec1 span {
  font-size: 19px;
  font-family: "Rubik", sans-serif;
}
.btn1 {
  background: #f59609;
  color: #fff;
  padding: 10px 25px;
  font-size: 17px;
  line-height: 24px;
  text-align: center;
  border-radius: 0;
  font-size: 16px;
  margin-top: 20px;
  font-family: "Rubik", sans-serif;
}
.btn1:hover {
  background: #212121;
  color: #fff;
  text-decoration: none;
}
.ab-box:hover {
  box-shadow: 0px 2px 10px 3px #f0eef9;
}
.ab-box {
  position: relative;
  display: block;
  max-width: 370px;
  width: 100%;
  border: 1px solid #f0eef9;
  padding: 24px 28px 22px;
  border-radius: 5px;
  margin-top: 20px;
  transition: all 700ms ease;
}
.ab-box h3 {
  font-family: "Poppins", sans-serif;
  font-size: 20px;
}
.ab-box img {
  float: left;
  margin-right: 30px;
  transition: transform 0.7s ease-in-out;
}
.ab-box:hover img {
  transform: rotateY(360deg);
}

/*sec2*/

.sec2 {
  background: #ff9800;
  padding: 40px;
  color: #fff;
  background-image: url(../images/sec2-bg.jpg);
  position: relative;
  background-position: right;
}
.sec2 h3 {
  font-family: "Rubik", sans-serif;
  font-size: 23px;
  margin-top: 8px;
  margin-bottom: 0;
}
.sec2::before {
  background: rgba(255, 152, 40, 0.9) none repeat scroll 0 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  content: "";
}
.sec2 .btn {
  border: 2px solid #fff;
  font-family: "Rubik", sans-serif;
  font-weight: 600;
  padding: 10px 30px;
  color: #fff;
  float: right;
}

/*sec3*/

.sec3 {
  padding: 60px 0;
}
.sec3 span {
  color: #fff;
  font: 400 60px/38px "FontAwesome";
  float: left;
  margin: 30px 15px 0px 0;
}
.sec3 h5 {
  font-family: "Poppins", sans-serif;
  color: #666;
  font-size: 18px;
}
.box-img {
  border: 1px solid #e2e2e2;
  padding: 10px 80px;
  color: #222;
  position: relative;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  line-height: 49px;
  transition: all 240ms linear 0ms;
  z-index: 1;
}
.sec3-box {
  position: relative;
  display: block;
  margin-top: 50px;
}
.sec3-box .img-holder {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1;
}
.sec3-box .img-holder::before {
  background: rgba(255, 152, 40, 0.85);
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  content: "";
  position: absolute;
  transition: all 0.5s ease-in-out 0s;
  transform-style: preserve-3d;
  transform: perspective(1200px) rotateX(-90deg) translateZ(0px);
}
.sec3-box:hover .img-holder::before {
  transform: perspective(1200px) rotateX(0deg) translateZ(0px);
  transition-delay: 0.1s;
}
.sec3-box .img-holder img {
  width: 100%;
  transition: 0.5s ease;
}
.sec3-box .text-box {
  position: relative;
  display: block;
  border: 1px solid #f0eef9;
  padding: 24px 19px 23px;
  transition: all 700ms ease;
}
.sec3-box .inner {
  position: relative;
  display: block;
  padding-left: 80px;
}
.sec3-box:hover .text-box {
  -webkit-box-shadow: 0px 2px 10px 3px #f0eef9;
  box-shadow: 0px 2px 10px 3px #f0eef9;
}
.sec3-box .text-holder {
  position: relative;
  display: block;
}
.sec3-box .text-holder h3 {
  font-family: "Roboto Slab", serif;
  font-size: 20px;
  font-weight: 600;
}
.sec3-box .text-holder p {
  margin: 0;
  color: #666;
}
.sec3-box .text-holder a {
  font-family: "Poppins", sans-serif;
  color: #ff9800;
  padding: 0;
  font-size: 14px;
}
.sec3-box .sec3-icon {
  position: absolute;
  top: 5px;
  left: 0;
  width: 65px;
  height: 130px;
  text-align: center;
  z-index: 1;
  transition: all 500ms ease;
  transition-delay: 0.3s;
}
.sec3-box .sec3-icon:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 40px;
  height: 130px;
  border: 4px solid #f8f7ff;
  content: "";
  z-index: -1;
  margin: 0 auto;
  opacity: 0;
  transition: all 500ms ease;
}
.sec3-box:hover .sec3-icon:before {
  opacity: 1;
}
.sec3-box .sec3-icon i:before {
  position: relative;
  top: 0;
  color: #222;
  font-size: 28px;
  line-height: 64px;
  transition: all 500ms ease;
  transition-delay: 0.2s;
  width: 65px;
  height: 65px;
  display: block;
  border: 1px solid #f0eef9;
  border-radius: 50%;
  background: #ffffff;
}
.sec3-box:hover .sec3-icon i:before {
  top: 30px;
  color: #ffffff;
  border-color: #ff9800;
  background: #ff9800;
}

/*sec4*/

.sec4 {
  position: relative;
  display: block;
  background: #f5f5f5;
  padding: 60px 0px;
}
.counter img {
  float: left;
  margin-right: 15px;
}
.counter h2 {
  font-family: "Rubik", sans-serif;
  font-size: 40px;
  margin-bottom: 0px;
}
.counter p {
  color: #666;
  margin: 0;
}

/*sec5*/

.sec5 {
  padding: 60px 0px;
  background: url(../images/sec5-bg.jpg) fixed;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  text-align: center;
}
.sec5::before {
  background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  content: "";
}
.sec5 h2 {
  color: #fff;
  font-family: "Rubik", sans-serif;
  font-size: 40px;
}
.sec5 span {
  color: #ff9800;
  font-size: 16px;
  line-height: 30px;
  margin: 0;
  font-family: "Rubik", sans-serif;
}
.sec5-box {
  position: relative;
  display: block;
  background: #39345a;
  padding: 50px 15px 50px;
  color: #fff;
  margin-top: 40px;
}
.sec5-box img {
  margin-bottom: 15px;
}
.one-b {
  background: #222;
}
.sec5-box .btn {
  color: #fff;
  padding: 0;
  font-size: 14px;
}
.two-b {
  background: #fff;
  color: #222;
}
.sec5-box h3 {
  font-size: 23px;
  font-family: "Rubik", sans-serif;
}
.two-b h3 {
  font-size: 23px;
  color: #222;
}
.two-b .btn {
  color: #222;
  padding: 0;
  font-size: 14px;
}
.three-b {
  background: #ff9800;
}

/*sec6*/

.sec6 {
  padding: 60px 0px;
}
.sec6 .pro-img {
  margin-top: 40px;
  position: relative;
  text-align: center;
}
.pro-img img {
  text-align: center;
  /*border: 1px solid #cacaca;*/
  border: 1px solid #e8e8e8;
  display: inline-block !important;
}

/*footer*/

footer {
  background: #222;
  padding: 50px 0px;
}
.footer-ab .log-con i {
  color: #f59609;
  font-size: 30px;
  float: left;
  margin-right: 15px;
}
.footer-ab {
  margin-top: 21px;
  padding: 15px;
  background: #000;
}
.footer-ab::before {
  content: "\f0da";
  font-family: FontAwesome;
  color: #ff9800;
  font-size: 30px;
  position: absolute;
  left: 77px;
  bottom: 38px;
}
.footer-ab i {
  float: left;
  margin-right: 15px;
}
.footer-ab i::before {
  width: 50px;
  height: 50px;
  background: #ff9800;
  text-align: center;
  border-radius: 50%;
  color: #ffffff;
  font-size: 20px;
  line-height: 50px;
  display: block;
}
.footer-ab .text {
  padding-left: 65px;
}
.footer-ab .text p {
  color: #9491a2;
  margin-bottom: -6px;
}
.footer-ab .text h3 {
  color: #ff9800;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  margin: 0;
  padding: 0;
  border: none;
}
footer p {
  line-height: 28px;
  font-size: 15px;
  color: #fffbf4;
  font-family: "Rubik", sans-serif;
}
footer h3 {
  color: #ff9800;
  font-size: 22px;
  line-height: 36px;
  font-weight: 700;
  text-transform: capitalize;
  font-family: "Poppins", sans-serif;
  z-index: 1;
  position: relative;
  padding-bottom: 6px;
  border-bottom: 1px solid #3c3a3a;
  margin-bottom: 10px;
}
footer ul {
  padding-left: 20px;
}
footer ul li {
  list-style: none;
}
footer ul li a {
  color: #fffbf4;
  line-height: 35px;
  transition: all 500ms ease;
  position: relative;
  display: block;
  font-family: "Rubik", sans-serif;
  font-size: 15px;
}
footer ul li a::before {
  position: absolute;
  top: -1px;
  left: -15px;
  content: "\f105";
  font-family: FontAwesome;
  color: #ff9800;
  font-size: 15px;
  transition: all 0.3s ease-in-out 0.1s;
}
footer ul li a:hover {
  padding-left: 15px;
  text-decoration: none;
  color: #ff9800;
}
footer ul li a:hover::before {
  left: 0px;
  color: #ff9800;
}
footer ul li i {
  transition: all 0.3s ease-in-out 0.1s;
}

/*inner-pages*/

.inner-ban {
  padding: 40px 0px;
  background-image: url(../images/inner-ban.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  background-position: 50% 80%;
}
.inr-text h1 {
  font-family: "Rubik", sans-serif;
  color: #222;
  border-bottom: double #ff9800;
  display: inline-block;
  margin-top: 50px;
  font-weight: 600;
}
.inr-text ul {
  padding: 0;
  margin: 0;
}
.inr-text ul li {
  list-style: none;
  display: inline-block;
  font-family: "Poppins", sans-serif;
  color: #222;
}
.inr-text ul li a {
  color: #ff9800;
  font-size: 15px;
}
.about {
  padding: 40px 0px;
}

.about h1 {
  font-size: 36px;
  line-height: 58px;
  color: #222222;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  padding-top: 20px;
  margin: 0;
}
.about p {
  color: #666;
}
.about-2 span {
  color: #d2d2d2;
  font-size: 18px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}
.about-2 p {
  color: #666;
}
.about-2 h3 {
  color: #ff9800;
  font-size: 22px;
  line-height: 36px;
  font-weight: 700;
  text-transform: capitalize;
  font-family: "Poppins", sans-serif;
  border-bottom: 1px solid #dbdbdb;
}
.about2-img {
  position: relative;
}
.about2-img::before {
  content: "";
  position: absolute;
  background-image: url(../images/ab-side.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 120%;
  height: 500px;
  top: 0;
  left: -121px;
}
.about-3 {
  padding: 40px 0px;
}
.about-3 p {
  color: #666;
}
.about-3 h3 {
  color: #ff9800;
  font-size: 22px;
  line-height: 36px;
  font-weight: 700;
  text-transform: capitalize;
  font-family: "Poppins", sans-serif;
  border-bottom: 1px solid #dbdbdb;
}
.about-3 span {
  color: #222;
  font-size: 15px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  margin-top: 20px;
}
.prog-bar {
  padding-top: 20px;
  position: relative;
}
.prog-bar::before {
  position: absolute;
  content: "";
  color: #222;
  bottom: 15px;
  right: 0;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}
.bar-1::before {
  content: "88%";
}
.bar-2::before {
  content: "60%";
}
.bar-3::before {
  content: "90%";
}
.inner-matter {
  padding: 40px 0px;
}
.inner-matter h2 {
  font-family: "Rubik", sans-serif;
  color: #ff9800;
  position: relative;
  display: inline-block;
}
.inner-matter h4 {
  font-family: "Rubik", sans-serif;
  font-size: 22px;
  color: #f59609;
  margin-bottom: 5px;
}
.inner-matter p {
  color: #666;
}
.inner-matter h2:before {
  content: "";
  position: absolute;
  top: 45px;
  height: 1px;
  width: 100%;
  left: 0px;
  background: #d7d7d7;
}
.inner-matter h2:after {
  content: "";
  position: absolute;
  top: 45px;
  height: 1px;
  width: 25%;
  left: 0px;
  background: #ff9800;
}
.infra {
  padding: 0;
}
.infra li {
  list-style: none;
  border: 1px solid #f0f0f0;
  padding: 10px;
  margin-bottom: 20px;
  font-family: "Poppins", sans-serif;
  color: #666;
}
.infra li span {
  margin-right: 10px;
  color: #ff9800;
}
.q-box {
  text-align: center;
  color: #222;
  position: relative;
  margin-top: 40px;
  display: block;
}
.q-box p {
  font-size: 20px;
  text-transform: uppercase;
  margin-top: 10px;
}
.q-box::before {
  position: absolute;
  font-family: FontAwesome;
  content: "";
  width: 80px;
  height: 80px;
  top: 40px;
  right: 40px;
  background: #ff9800;
  color: #fff;
  border-radius: 50%;
  line-height: 80px;
  font-size: 30px;
}
.q-1::before {
  content: "\f0ad";
}
.q-2::before {
  content: "\f0c1";
}
.q-3::before {
  content: "\f0e4";
}
.q-4::before {
  content: "\f200";
}
.q-5::before {
  content: "\f132";
}

.q-box img {
  width: 100%;
}

.gly-spin {
  /*-webkit-animation: spin 2s infinite linear;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;*/
  animation: spin 10s infinite linear;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}

.inner-matter h3 {
  text-align: center;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  position: relative;
}
.inner-matter h3::before {
  content: "";
  position: absolute;
  top: 45px;
  height: 1px;
  width: 200px;
  left: 40%;
  background: #d7d7d7;
}
.inner-matter h3:after {
  content: "";
  position: absolute;
  top: 44px;
  height: 3px;
  width: 90px;
  left: 45%;
  background: #ff9800;
}
.certi-box {
  margin-top: 40px;
}
.pro-box {
  border: 1px solid #ddd;
  margin: 30px 0px 0px;
  text-align: center;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  box-shadow: 0px 2px 10px 3px #f0eef9;
}
.pro-box a {
  display: block;
  color: #fff;
  text-decoration: none;
}
.pro-box p {
  font-family: "Manrope", sans-serif;
  margin-bottom: 0px;
  font-weight: 600;
  font-size: 15px;
  padding: 5px 0px;
  color: #fff;
  background: #ff9800;
}
.pro-box a i {
  top: -45px;
  color: #fff;
  border: 2px solid #ff9800;
  border-radius: 100%;
  background: #ff9800;
  font-size: 15px;
  margin-bottom: 0;
  opacity: 0;
  padding: 12px;
  position: absolute;
  right: -43px;
  text-align: center;
  transition: all 0.5s ease-out;
  z-index: 11;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 45px;
}
.pro-box:hover a i {
  top: 40%;
  left: 0;
  margin: 0 auto;
  opacity: 1;
  right: 0;
}
.pro-box img {
  transition: 0.4s;
  -webkit-transition: 0.4s;
}
.pro-box a::before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  width: 100%;
  height: 223px;
  background: rgba(0, 0, 0, 0.25);
  z-index: 9;
  opacity: 0;
  /*border-radius: 0px 0px 50px;*/
  transition: 0.4s;
  -webkit-transition: 0.4s;
}
.pro-box:hover a::before {
  opacity: 1;
}
.con-form {
  font-family: "Poppins", sans-serif;
  margin-top: 25px;
}
.con-form i {
  position: absolute;
  font-size: 16px;
  color: #ff9800;
  padding: 13px;
}
.con-form input {
  height: 45px;
  border-radius: 0px;
  margin-bottom: 30px;
  padding-left: 40px;
  border: 1px solid #ececec;
}
.con-form textarea {
  border-radius: 0px;
  padding-left: 40px;
  padding-top: 10px;
  margin-bottom: 30px;
  border: 1px solid #ececec;
}
.con-form select {
  height: 45px;
  border-radius: 0px;
  padding-left: 40px;
  padding-top: 10px;
  margin-bottom: 30px;
  border: 1px solid #ececec;
}
.sendbtn {
  background: #ff9800;
  color: #fff;
  padding: 0 20px;
  height: 40px;
  border: 0;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-weight: 500;
  width: 100%;
}
.con-box {
  height: 185px;
}
.con-box h4 {
  margin: 0;
  padding: 0 0 15px;
  border-bottom: 1px solid #eee;
  font-size: 25px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 20px;
  font-family: "Rubik", sans-serif;
  color: #ff9800;
  display: inline-block;
}
.con-box p {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  color: #666;
}
.con-box img {
  float: left;
  margin-top: 30px;
  margin-right: 15px;
}
.map h2 {
  margin: 25px 0px;
}
.table {
  margin-top: 20px;
}
.table tr th {
  background: #ff9800;
  color: #fff;
  padding: 10px;
  border: 1px solid #d1d1d1;
  text-align: center;
  font-family: "Rubik", sans-serif;
}
.table tr td {
  padding: 10px;
  border: 1px solid #d1d1d1;
  text-align: center;
  color: #666;
  font-family: "Poppins", sans-serif;
}

/* Mobile Responsive*/

@media only screen and (min-width: 300px) and (max-width: 599px) {
  body p {
    font-size: 13px;
  }
  .top-left {
    text-align: center;
  }
  .top-left p {
    font-size: 13px;
  }
  .top-left img {
    margin-right: 5px;
    margin-top: 5px;
  }
  .top-right {
    text-align: center;
    float: none;
  }
  .logo {
    display: inline-block;
  }
  .logo img {
    text-align: center;
    float: none;
    width: 28%;
  }
  .logo h2 {
    padding-top: 10px;
    font-size: 25px;
  }
  .logo p {
    font-size: 13px;
  }
  .log-right {
    margin-top: 5px;
  }
  .log-right i {
    font-size: 25px;
    margin-right: 10px;
  }
  .log-right .text p {
    font-size: 14px;
  }
  .log-right .text h3 {
    font-size: 16px;
  }
  .log-con i::before {
    width: 35px;
    height: 35px;
    font-size: 18px;
    line-height: 35px;
  }
  .log-con i {
    margin-right: 10px;
  }
  .log-con-p {
    padding-left: 0;
    padding-right: 8px;
  }
  .log-con {
    margin-top: 0;
    padding: 10px;
  }
  .log-con .text p {
    font-size: 14px;
  }
  .log-con .text h3 {
    font-size: 15px;
  }
  .log-con i {
    margin-top: 7px;
  }
  .log-con::before {
    font-size: 24px;
    top: 18px;
    left: 43px;
  }
  .navbar-toggler {
    background: #ff9800;
    color: #fff;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    font-size: 13px;
  }
  .dropdown-content a {
    font-size: 13px;
  }
  .navbar-light .navbar-toggler {
    color: #fff;
  }
  .navbar-toggler-icon i {
    font-size: 22px;
    color: #222;
  }
  .carousel-caption {
    top: 20%;
    right: 10%;
    left: 10%;
  }
  .carousel-caption h1 {
    font-size: 22px;
    line-height: 30px;
  }
  .carousel-caption p {
    display: none;
  }
  .carousel-caption .btn {
    padding: 3px 10px;
    font-size: 14px;
  }
  .search {
    display: block;
    width: 100%;
    margin-top: 10px;
  }
  .search .btn {
    padding: 7px 30px;
    width: 100%;
  }
  .menu-bar {
    margin: 0;
    padding: 0;
  }
  .nav {
    padding: 15px;
    margin-bottom: 15px;
  }
  .nav-link {
    font-size: 14px;
    line-height: 28px;
  }
  .dropdown-content a {
    padding: 8px 10px;
  }
  .dropright .dropdown-menu {
    margin-left: -35px;
  }
  .dropdown-content a::before {
    top: -7px;
  }
  .sec1 h1 {
    padding-top: 20px;
    font-size: 30px;
    line-height: 38px;
  }
  .sec-head h4 {
    font-size: 20px;
  }

  .sec1 span {
    font-size: 18px;
  }
  .sec1 p {
    margin: 10px 0 0;
  }

  .sec2 {
    text-align: center;
    padding: 20px;
    background-position: center;
  }
  .sec2 h3 {
    font-size: 18px;
  }
  .sec2 .btn {
    float: none;
    padding: 8px 10px;
    margin-top: 15px;
  }
  .sec3-box {
    margin-top: 30px;
  }
  .sec3 h5 {
    font-size: 15px;
    margin-top: 20px;
  }
  .sec3-box .sec3-icon::before {
    width: 30px;
    height: 100px;
  }
  .sec3-box .sec3-icon i::before {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
  }
  .sec3-box .sec3-icon i:hover::before {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
  }
  .sec4 {
    text-align: center;
  }
  .count-m {
    margin-bottom: 30px;
  }
  .counter img {
    width: 24%;
    margin-right: 0px;
  }
  .counter h2 {
    font-size: 30px;
  }
  .counter p {
    font-size: 11px;
  }
  .sec5 {
    background-position: center;
  }
  .sec5 span {
    font-size: 15px;
    line-height: 28px;
  }
  .sec5 h2 {
    font-size: 28px;
  }
  .sec6 .slick-prev {
    right: 50px;
  }
  .sec6 .slick-prev,
  .slick-next {
    width: 40px;
    height: 40px;
  }
  .sec6 .slick-next {
    width: 40px;
    height: 40px;
  }
  .footer-ab::before {
    left: 76px;
    bottom: 25px;
  }
  .footer-ab {
    margin-top: 15px;
  }
  .footer-ab .text {
    padding-left: 75px;
  }
  footer h3 {
    font-size: 20px;
  }
  footer ul li a {
    font-size: 13px;
  }
  .inr-text ul li {
    font-size: 13px;
  }
  .inr-text ul li a {
    font-size: 13px;
  }
  .inr-text h1 {
    font-size: 28px;
    margin-top: 0;
  }
  .inner-matter h2 {
    font-size: 25px;
  }
  .inner-matter h3 {
    font-size: 18px;
    margin-bottom: 35px;
  }
  .inner-matter h3::after {
    top: 34px;
    left: 40%;
  }
  .inner-matter h3::before {
    top: 35px;
    left: 25%;
  }
  .inner-matter h2::before {
    top: 35px;
  }
  .inner-matter h2::after {
    top: 35px;
  }
  .about h1 {
    font-size: 30px;
    line-height: 50px;
  }
  .about2-img::before {
    width: 100%;
    height: 280px;
    left: 0;
  }
  .about2-img {
    padding-bottom: 300px;
  }
  .ab-box {
    padding: 35px 38px 35px;
  }
  .about-2 p {
    margin: 0;
  }
  .q-box img {
    width: 50%;
  }
  .q-box::before {
    width: 50px;
    height: 50px;
    top: 20px;
    right: 64px;
    line-height: 50px;
    font-size: 20px;
  }
  .q-box p {
    font-size: 13px;
  }
  .q-box {
    margin-top: 0px;
  }
  .infra li {
    padding: 5px;
    margin-bottom: 15px;
    font-size: 13px;
  }
  .con-box h4 {
    padding: 0 0 8px;
    font-size: 20px;
  }
  .sec3-box .text-box {
    padding: 24px 5px 23px;
  }
  .sec3-box .inner {
    padding-left: 73px;
  }
  .con-box {
    height: 155px;
  }
  .form-control::placeholder {
    font-size: 13px;
  }
  .con-form select {
    font-size: 13px;
  }
  .con-form input {
    font-size: 13px;
  }
  .con-form i {
    font-size: 13px;
  }

  .pro-box p {
    font-size: 13px;
    padding: 5px 0px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .top-left img {
    width: 17px;
    margin-right: 10px;
  }
  .top-left p {
    font-size: 12px;
  }
  .top-right ul li a {
    font-size: 12px;
  }
  .log-right {
    margin-top: 5px;
  }
  .log-right .text p {
    font-size: 12px;
  }
  .log-right .text h3 {
    font-size: 15px;
  }
  .log-right i {
    font-size: 20px;
    margin-right: 7px;
    margin-top: 14px;
  }
  .logo p {
    letter-spacing: 0.4;
    font-size: 12px;
    margin: 0;
  }
  .logo h2 {
    padding-top: 5px;
    font-size: 20px;
  }
  .log-con {
    margin-top: 5px;
    padding: 5px;
  }
  .log-con::before {
    font-size: 18px;
    top: 17px;
    left: 49px;
  }
  .log-con i::before {
    width: 30px;
    height: 30px;
    font-size: 12px;
    line-height: 30px;
    margin-top: 7px;
  }
  .log-con .text p {
    font-size: 10px;
  }
  .log-con .text h3 {
    font-size: 11px;
  }
  .log-con i {
    margin-right: 5px;
  }
  .search .btn {
    padding: 5px 10px;
    font-size: 13px;
  }
  .inner-ban {
    margin-top: 15px;
  }
  .nav {
    padding: 5px;
  }
  .search span {
    font-size: 13px;
  }
  .banner {
    margin-top: 15px;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding: 10px 6px 10px;
    font-size: 11px;
  }
  .dropdown-content a {
    padding: 12px 20px;
    font-size: 13px;
  }
  .carousel-caption h1 {
    font-size: 28px;
    line-height: 50px;
  }
  .carousel-caption {
    top: 18%;
  }
  .ban-3 {
    top: 25%;
  }
  .carousel-caption p {
    font-size: 13px;
  }
  .carousel-caption .btn {
    padding: 5px 30px;
  }
  .ban-3 h1 {
    line-height: 55px;
  }
  .sec-head h4 {
    font-size: 18px;
  }
  .sec1 h1 {
    padding-top: 25px;
    font-size: 30px;
    line-height: 45px;
  }
  .sec1 span {
    font-size: 15px;
  }
  .sec1 p {
    font-size: 13px;
    margin-top: 20px;
  }
  .ab-box img {
    margin-right: 10px;
    width: 30px;
  }
  .ab-box h3 {
    font-size: 14px;
  }
  .ab-box {
    padding: 18px 10px 18px;
  }
  .sec2 {
    padding: 30px;
  }
  .sec2 .btn {
    padding: 10px 18px;
    font-size: 13px;
  }
  .sec2 h3 {
    font-size: 14px;
    margin-top: 12px;
  }
  .sec3 h5 {
    font-size: 13px;
  }
  .sec3-box {
    margin-top: 30px;
  }
  .sec3-box .sec3-icon i::before {
    font-size: 18px;
    line-height: 50px;
    width: 50px;
    height: 50px;
  }
  .sec3-box .sec3-icon::before {
    width: 25px;
    height: 105px;
  }
  .sec3-box .text-holder a {
    font-size: 13px;
  }
  .sec3-box .text-box {
    padding: 23px 9px 23px;
  }
  .sec3-box .inner {
    padding-left: 70px;
  }
  .sec3-box .text-holder p {
    font-size: 13px;
  }
  .counter h2 {
    font-size: 30px;
  }
  .counter p {
    font-size: 12px;
  }
  .counter img {
    width: 23%;
  }
  .sec5 h2 {
    font-size: 35px;
  }
  .sec5 span {
    font-size: 13px;
    line-height: 25px;
  }
  .sec5-box h3 {
    font-size: 17px;
  }
  .sec5-box img {
    width: 50px;
  }
  .sec5-box p {
    font-size: 11px;
  }
  .slick-prev,
  .slick-next {
    width: 40px;
    height: 40px;
  }
  .pro-img img {
    width: 90%;
  }
  footer h3 {
    font-size: 17px;
  }
  footer p {
    line-height: 25px;
    font-size: 13px;
  }
  footer ul li a {
    line-height: 30px;
    font-size: 13px;
  }
  .footer-ab i::before {
    width: 30px;
    height: 30px;
    font-size: 13px;
    line-height: 30px;
    margin-top: 6px;
  }
  .footer-ab::before {
    font-size: 20px;
    left: 52px;
    bottom: 29px;
  }
  .footer-ab i {
    margin-right: 5px;
  }
  .footer-ab .text {
    padding-left: 30px;
  }
  .footer-ab .text h3 {
    font-size: 11px;
  }
  .footer-ab .text p {
    font-size: 10px;
  }
  .footer-ab {
    margin-top: 15px;
    padding: 10px;
  }
  .inr-text h1 {
    font-size: 30px;
    margin-top: 40px;
  }
  .inr-text ul li {
    font-size: 13px;
  }
  .inr-text ul li a {
    font-size: 13px;
  }
  .about2-img::before {
    left: -39px;
  }
  .about h1 {
    font-size: 29px;
    line-height: 45px;
  }
  .about p {
    font-size: 13px;
  }
  .about-2 span {
    font-size: 15px;
  }
  .about-2 h3 {
    font-size: 20px;
  }
  .about-2 p {
    font-size: 13px;
    margin: 0;
  }
  .about-3 {
    padding: 20px 0px;
  }
  .about-3 h3 {
    font-size: 20px;
  }
  .about-3 p {
    font-size: 13px;
  }
  .inner-matter h2 {
    font-size: 25px;
  }
  .inner-matter h2::before {
    top: 35px;
  }
  .inner-matter h2::after {
    top: 35px;
  }
  .inner-matter p {
    font-size: 13px;
  }
  .inner-matter h3 {
    font-size: 20px;
  }
  .inner-matter h3::before {
    top: 35px;
  }
  .inner-matter h3::after {
    top: 34px;
  }
  .q-box img {
    width: 90%;
  }
  .q-box::before {
    width: 50px;
    height: 50px;
    top: 15px;
    right: 21px;
    line-height: 50px;
    font-size: 20px;
  }
  .q-box p {
    font-size: 13px;
  }
  .infra li {
    margin-bottom: 15px;
    font-size: 13px;
  }
  .form-control::placeholder {
    font-size: 13px;
  }
  .con-form i {
    font-size: 13px;
  }
  .sendbtn {
    font-size: 13px;
  }
  .con-box {
    height: 150px;
  }
  .con-box h4 {
    padding: 0 0 8px;
    font-size: 20px;
  }
  .con-form select {
    font-size: 13px;
  }
  .con-form input {
    font-size: 13px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .top-left img {
    width: 17px;
    margin-right: 10px;
  }
  .top-left p {
    font-size: 13px;
  }
  .top-right ul li a {
    font-size: 13px;
  }
  .log-right {
    margin-top: 15px;
  }
  .log-right .text p {
    font-size: 13px;
  }
  .log-right .text h3 {
    font-size: 18px;
  }
  .log-right i {
    font-size: 25px;
    margin-right: 7px;
    margin-top: 15px;
  }
  .logo p {
    letter-spacing: 1.4;
    font-size: 13px;
    margin: 0;
  }
  .logo h2 {
    padding-top: 10px;
    font-size: 25px;
  }
  .log-con {
    margin-top: 9px;
    padding: 8px;
  }
  .log-con::before {
    font-size: 18px;
    top: 30px;
    left: 57px;
  }
  .log-con i::before {
    width: 35px;
    height: 35px;
    font-size: 14px;
    line-height: 35px;
    margin-top: 7px;
  }
  .log-con .text p {
    font-size: 13px;
  }
  .log-con .text h3 {
    font-size: 15px;
  }
  .log-con i {
    margin-right: 10px;
  }
  .search .btn {
    padding: 8px 10px;
    font-size: 14px;
  }
  .inner-ban {
    margin-top: 15px;
  }
  .search span {
    font-size: 13px;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding: 10px 15px 10px;
    font-size: 13px;
  }
  .dropdown-content a {
    padding: 12px 20px;
    font-size: 13px;
  }
  .carousel-caption h1 {
    font-size: 40px;
  }
  .carousel-caption {
    top: 18%;
  }
  .carousel-caption .btn {
    padding: 10px 35px;
  }
  .ban-3 h1 {
    line-height: 55px;
  }
  .sec-head h4 {
    font-size: 22px;
  }
  .sec1 h1 {
    padding-top: 25px;
    font-size: 30px;
    line-height: 45px;
  }
  .sec1 span {
    font-size: 15px;
  }
  .sec1 p {
    font-size: 13px;
    margin-top: 20px;
  }
  .ab-box img {
    margin-right: 15px;
    width: 50px;
  }
  .ab-box h3 {
    font-size: 17px;
  }
  .sec2 {
    padding: 30px;
  }
  .sec2 h3 {
    font-size: 18px;
    margin-top: 11px;
  }
  .sec3 h5 {
    font-size: 15px;
  }
  .sec3-box {
    margin-top: 30px;
  }
  .sec3-box .sec3-icon i::before {
    font-size: 20px;
    line-height: 55px;
    width: 55px;
    height: 55px;
  }
  .sec3-box .text-box {
    padding: 23px 9px 23px;
  }
  .sec3-box .inner {
    padding-left: 70px;
  }
  .sec3-box .text-holder p {
    font-size: 13px;
  }
  .counter h2 {
    font-size: 35px;
  }
  .counter p {
    font-size: 12px;
  }
  .counter img {
    width: 23%;
  }
  .sec5 h2 {
    font-size: 35px;
  }
  .sec5 span {
    font-size: 15px;
    line-height: 25px;
  }
  .sec5-box p {
    font-size: 13px;
  }
  .slick-prev,
  .slick-next {
    width: 40px;
    height: 40px;
  }
  .pro-img img {
    width: 90%;
  }
  footer h3 {
    font-size: 20px;
  }
  footer p {
    line-height: 25px;
    font-size: 13px;
  }
  footer ul li a {
    line-height: 30px;
    font-size: 13px;
  }
  .footer-ab i::before {
    width: 40px;
    height: 40px;
    font-size: 16px;
    line-height: 40px;
    margin-top: 6px;
  }
  .footer-ab::before {
    font-size: 25px;
    left: 62px;
    bottom: 29px;
  }
  .footer-ab .text {
    padding-left: 50px;
  }
  .footer-ab .text h3 {
    font-size: 14px;
  }
  .footer-ab {
    margin-top: 15px;
    padding: 10px;
  }
  .inr-text h1 {
    font-size: 30px;
    margin-top: 40px;
  }
  .about h1 {
    font-size: 30px;
    line-height: 45px;
  }
  .about p {
    font-size: 13px;
  }
  .about-2 span {
    font-size: 15px;
  }
  .about-2 p {
    font-size: 13px;
  }
  .about-3 {
    padding: 20px 0px;
  }
  .about-3 h3 {
    font-size: 20px;
  }
  .about-3 p {
    font-size: 13px;
  }
  .inner-matter h2 {
    font-size: 25px;
  }
  .inner-matter h2::before {
    top: 35px;
  }
  .inner-matter h2::after {
    top: 35px;
  }
  .inner-matter p {
    font-size: 13px;
  }
  .inner-matter h3 {
    font-size: 20px;
  }
  .inner-matter h3::before {
    top: 35px;
  }
  .inner-matter h3::after {
    top: 34px;
  }
  .q-box img {
    width: 90%;
  }
  .q-box::before {
    width: 70px;
    height: 70px;
    top: 22px;
    right: 30px;
    line-height: 70px;
    font-size: 25px;
  }
  .q-box p {
    font-size: 13px;
  }
  .infra li {
    margin-bottom: 15px;
    font-size: 13px;
  }
  .form-control::placeholder {
    font-size: 13px;
  }
  .con-form i {
    font-size: 13px;
  }
  .sendbtn {
    font-size: 13px;
  }
  .con-box h4 {
    padding: 0 0 8px;
    font-size: 20px;
  }
  .con-form select {
    font-size: 13px;
  }
  .con-form input {
    font-size: 13px;
  }
}
