
html {
  scroll-behavior: smooth;
}

.main-header {
  box-shadow: 4px 2px 5px #cacaca;
  font-family: "NotoSans-Regular";
  background-color: white;

}
.main-header .logo img {
    margin-top: 25px;
    height: 35px;
}
.main-header .dropdown-item:focus, .main-header .dropdown-item:hover {
  color: #16181b;
  text-decoration: none;
  background-color: #e4e4e4;
}
.main-header .dropdown-divider {
  height: 0;
  margin: 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}
.main-header .dropdown-item {
  display: block;
  width: 100%;
  padding: 15px;
}
.main-header .dropdown-menu {
  padding: 0;
}
.main-header .top-menu {
  position: relative;
  font-family: "NotoSans-Regular";
  right: -65px;
}
.main-header .top-menu .navbar {
  padding-top: 0;
}
.main-header .top-menu .navbar .navbar-nav {
  background-color: #eeeeee;
}
.main-header .top-menu .navbar .navbar-nav a {
  color: #474747;
      text-transform: capitalize;
}
.main-header .top-menu .navbar .navbar-nav .nav-link {
  padding-right: 30px;
  padding-left: 30px;
}
.main-header .top-menu .navbar .navbar-nav .nav-link:hover {
  color: #003366;
  font-weight: bold;
}
.main-header .top-menu .navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  float: right;
  text-align: right;
  position: absolute;
  right: -48px;
  top: 27px;
  z-index: 999;
}
.main-header .bottom-menu .navbar {
  margin-top: 10px;
  margin-bottom: 15px;
}
.main-header .bottom-menu .navbar .navbar-nav {
  padding-right: 30px;
  padding-left: 30px;
}
.main-header .bottom-menu .navbar .navbar-nav a {
  color: #474747;
     text-transform: capitalize;
}
.main-header .bottom-menu .navbar .navbar-nav .nav-link {
  padding-right: 5px;
  margin-left: 10px;
  margin-right: 10px;
  font-size: 1rem;
  padding-left: 5px;
  border-radius: 100px;
}
.main-header .bottom-menu .navbar .navbar-nav .nav-link:hover {
  color: #fbba42;
}
.main-header .bottom-menu .action-btn.action-btn {
  padding-right: 20px !important;
  padding-left: 20px !important;
}
.main-header .bottom-menu .action-btn.action-btn:hover {
  border: none !important;
}
.main-header .bottom-menu .navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  float: right;
  text-align: right;
  position: absolute;
  right: 15px;
  top: 10px;
  z-index: 999;
}

.clear-height {
  height: 130px;
}

@media (min-width: 230px) and (max-width: 992px) {
  .main-header .logo img {
        margin-top: 20px;
        width: auto;
        margin-top: 40px;
  }
  .digital-marketing{
    background-color: #f5f5f5d4 !important;
    margin-bottom: 0;
    padding: 30px 0 !important;

  }
  .banner-overlay {
    padding-top: 15px !important;
    padding-left: 103px;
    padding-left: 8% !important;
    padding-bottom:1px !important;
    position: relative !important;
}
.common-container img {
    width: 100%;
    display: none;
}
.banner-overlay h1{
    font-size: 18px;
}
.banner-overlay p{
    font-size: 12px;
}
}
@media (min-width: 230px) and (max-width: 992px) {
  .main-header {
    background-color: #ffffff;
    height: auto;
    padding-bottom: 35px;
  }

  .left-curve {
    display: none;
  }

  .main-header .top-menu {
    position: inherit;
    right: auto;
  }

  .clear-height {
    height: 90px;
  }

  .main-header .bottom-menu .navbar .navbar-nav {
    padding-right: 0;
    padding-left: 0;
    background-color: #fff;
  }

  .main-header .bottom-menu .navbar {
    margin-top: 10px;
    margin-bottom: 0;
    position: absolute;
    right: 0;
    background-color: #fff;
    z-index: 99;
    top: 75px;
    width: 187%;
    /* left: -148px; */
    right: -15px;
  }
  .main-header .bottom-menu .navbar-toggler {
    position: absolute;
    right: 13px;
    top: -51px;
    z-index: 999;
}
.main-header .bottom-menu .navbar .navbar-nav .nav-link {
    border-top: 1px solid #ebebeb;
    border-radius: 0;
    /* margin-bottom: 10px; */
    padding: 15px 0;
}
.main-header li.nav-item.dropdown:nth-child(5) {
    border-top: 1px solid #ebebeb;
    margin-bottom: 8px;
    padding-top: 10px;
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 10px;
}
.main-header .dropdown-menu {
    padding: 0;
    width: 96%;
}
}
@media (min-width: 992px) and (max-width: 1040px) {
  .clear-height {
    height: 90px;
  }
}
footer {
  border-bottom: 5px solid #003366;
}

footer .top-footer {
  padding: 30px 0 70px;
  background-color: #171a1f;
}

@media (min-width: 576px) {
  footer .top-footer {
    padding: 70px 0 70px;
  }
}
footer .top-footer h5 {
  color: #fff;
  font-size: 32px;
}

footer .top-footer em {
  font-weight: 500;
  color: #fff;
  display: block;
  font-size: 12px;
}

footer .top-footer h5 + p {
  font-size: 15px;
  font-style: italic;
}

footer .top-footer span {
  color: #fff;
}

footer .top-footer p {
  color: #fff;
}

footer .top-footer a {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  color: #fff;
  font-size: 13px;
}

footer .top-footer a:hover {
  color: #fbba42;
}

footer .top-footer .social-media {
  border-top: 1px solid #787e8c;
  padding-top: 28px;
}

footer .top-footer .social-media li .facebook {
  color: #3a5794;
}

footer .top-footer .social-media li .twitter {
  color: #1da1f2;
}

footer .top-footer .social-media li .youtube {
  color: #D2232A;
}

footer .top-footer .social-media li .linkedin {
  color: #0270ad;
}

footer .top-footer .social-media li .instagram {
  color: #D2232A;
}

footer .top-footer h6 {
  color: #fff;
  font-size: 20px;
  position: relative;
}

footer .top-footer h6::after {
  width: 72px;
  content: "";
  height: 3px;
  background-color: #003366;
  position: absolute;
  left: 0;
  bottom: 0;
}

footer .top-footer .pdf li a {
  text-decoration: none;
}

footer .top-footer .pdf li a:hover span {
  color: #003366;
}

footer .top-footer .pdf li a span {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  font-size: 15px;
}

footer .top-footer .pdf li a span:first-child {
  font-weight: 600;
}

footer .top-footer .pdf li a span:last-child {
  font-size: 12px;
}

footer .bottom-footer {
  padding: 20px 0;
  background-color: #0c0e12;
}

footer .bottom-footer p {
  color: #fff;
  margin-bottom: 0;
}

footer .bottom-footer a {
  color: #fff;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

footer .bottom-footer a:hover {
  color: #003366;
}

.chat-icon {
  position: fixed;
  cursor: pointer;
  right: 35px;
  z-index: 999;
  bottom: 35px;
}

.primary-btn {
  color: #fff !important;
  background-color: #003366;
  border-color: #003366;
  padding: 10px 25px;
  font-weight: bold;
  display: inline-block;
  border-radius: 10px;
}
.primary-btn:hover {
  background-color: #003366;
  color: #ffffff;
  text-decoration: none;
}

.secondary-btn {
  color: #003366;
  background-color: #ffffff;
  border: 1px solid #003366;
  padding: 6px 25px;
  display: inline-block;
  border-radius: 100px;
}
.secondary-btn:hover {
  background-color: #003366;
  color: #ffffff;
  border: 1px solid #003366;
}

.background-red {
  background-color: #003366 !important;
}

.background-gray {
  background-color: whitesmoke;
}

.background-darkgray {
  background-color: #e6e6e6;
}

.background-lightgray {
  background-color: #F6F6F6;
  padding-top: 50px;
  padding-bottom: 50px;
}

.background-extragray {
  background-color: #7d7d7d;
}

.form-control {
  border-radius: 0;
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #003366;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0);
}

.form-check-input {
  position: absolute;
  margin-top: 0.2rem;
  margin-left: -1.25rem;
}

.textarea {
  border-radius: 20px;
}

.line {
  height: 3px;
  width: 70px;
  background-color: #003366;
  float: right;
  display: block;
  width: 10%;
  margin-bottom: 15px;
  border-radius: 0px 0px 5px 5px;
}

input[type=checkbox] {
  background-color: #003366;
  border: #7f83a2 1px solid;
}

/* Scroll css style */
/*::-webkit-scrollbar {*/
/*  width: 5px;*/
/*}*/

/*::-webkit-scrollbar-track {*/
/*  background: #ccc;*/
/*}*/

/*::-webkit-scrollbar-thumb {*/
/*  background: #ccc;*/
/*}*/

/*::-webkit-scrollbar-thumb:hover {*/
/*  background: #ccc;*/
/*}*/

/*.modal-content {*/
/*  border-radius: 10px !important;*/
/*}*/

.mt-6 {
  margin-top: 150px;
}

.view-all.view-all:hover {
  background-color: #003366 !important;
  color: #ffffff !important;
  text-decoration: none !important;
}

.common-container img {
  width: 100%;
  height:100px;
}
.common-container h1{
    display:none;
}
.common-container p{
    display:none;
}

.images-container {
  padding: 80px 0;
  padding-right: 20px;
}
.images-container img {
  width: 100%;
}

.detail-container {
  padding: 80px 0;
}
.detail-container h1 {
  font-size: 26px;
  text-transform: uppercase;
}

.contact-left {
  float: left;
  border: 1px solid #d8d8d8;
  box-shadow: 0 0 8px -2px #d6d6d6;
  padding-bottom: 13px;
  border-radius: 10px;
  width: 100%;
  background-color: #fff;
  padding-top: 25px;
  margin-top: 80px;
}

.contact-right {
  float: left;
  border: 1px solid #d8d8d8;
  box-shadow: 0 0 8px -2px #d6d6d6;
  padding-bottom: 13px;
  border-radius: 10px;
  width: 100%;
  background-color: #fff;
  padding-top: 25px;
  margin-top: 20px;
  margin-bottom: 80px;
}

.contact-form {
  background-color: #ffffff !important;
  padding: 15px;
  box-shadow: none;
  padding-bottom: 13px;
}

.inner-left {
  text-align: center;
  padding: 20px 20px;
  border-bottom: 1px solid #f2f2f2;
}

.inner-left img {
  height: 35px;
}

.inner-left p {
  margin-bottom: 0;
}

.inner-left .map {
  width: 100%;
  height: 300px;
}

.inner-left .glyphicon {
  font-size: 18px;
  margin-top: 8px;
  color: #003366;
}

.inner-left i {
  font-size: 18px;
  margin-top: 8px;
  color: #003366;
}

.contact-right .area-height {
  height: 80px !important;
}

.form-control2 {
  display: block !important;
  width: 100% !important;
  height: 40px !important;
  padding: 6px 12px !important;
  font-size: 14px !important;
  line-height: 1.42857143 !important;
  color: #555 !important;
  border: 1px solid #d8d8d8 !important;
  background-image: none !important;
  border-radius: 3px !important;
  height: 35px;
  border-radius: 10px;
  margin-bottom: 15px;
}

.btn-default-pm {
  color: #333;
  background-color: #003366;
  border-color: #003366;
  width: 100%;
  padding: 12px;
  color: #fff;
}

.btn-default-pm {
  color: #333;
  background-color: #003366;
  border-color: #003366;
  width: 100%;
  padding: 10px !important;
  color: #fff;
}

.btn-default-pm:hover {
  color: #fff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}

.imp-points {
  float: left;
  list-style: none;
}

.imp-points li {
  float: left;
  padding: 10px;
  color: #003366;
  border:1px solid #003366;
  margin-right: 15px;
  border-radius: 5px;
  margin-bottom: 15px;
}

.main-slider {
  padding: 0;
}
.main-slider img {
    width: 100%;
    height: 700px;
}
.main-slider .carousel-caption {
  position: absolute;
  right: 15%;
  display: none;
  bottom: 75px;
  left: 7%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: left !important;
  background-color: #fbba42de;
  width: 45%;
  padding-left: 25px;
  padding-bottom: 35px;
  border-radius: 10px;
}
.main-slider .carousel-caption h1 {
  color: #000000;
  margin-bottom: 15px;
  text-transform: uppercase;
  font-size: 36px;
}
.main-slider .carousel-caption p {
  color: #000000;
}
.main-slider .carousel-caption strong {
  font-family: "NotoSans-Bold";
}
.main-slider .carousel-caption-right {
  position: absolute;
  right: 0;
  padding: 30px;
  bottom: 0;
  left: 70%;
  z-index: 10;
  background-color: #000000e0;
  top: 0;
}
.main-slider .carousel-caption-right h2 {
  color: #ffffff99;
  line-height: 45px;
  font-family: "NotoSans-ExtraLight";
  margin-bottom: 35px;
}
.main-slider .carousel-caption-right b {
  color: #ffffff99;
  font-size: 1.125rem;
  font-family: "NotoSans-ExtraLight";
  margin-bottom: 20px;
  display: block;
}
.main-slider .carousel-caption-right .client-details strong {
  color: #ffffff;
  display: block;
  margin-bottom: 8px;
}
.main-slider .carousel-caption-right .client-details img {
  height: 50px;
  border-radius: 100px;
}
.main-slider .carousel-caption-right .client-details p {
  color: #DCDCDC;
  font-size: 0.8125rem;
  font-family: "NotoSans-ExtraLight";
  margin-bottom: 0;
}
.main-slider .carousel-caption-right hr {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.main-slider .carousel-caption-right .client-image {
  text-align: center;
}
.main-slider .carousel-caption-right .client-image img {
  height: 50px;
}

.counts-container {
  background: url("../images/home/count-background.jpg");
  background-size: cover;
  padding: 80px 0;
}
.counts-container .counts b {
  font-size: 45px;
  color: #ffffff;
}
.counts-container .counts p {
  color: #ffffff;
  font-size: 1rem;
}
.counts-container .logo {
  margin-top: 45px;
}
.counts-container .logo img {
  height: 80px;
}
.counts-container .name-1 {
  color: #ffffff;
  font-weight: bold;
}
.counts-container .name-2 {
  color: #ffffff;
  margin-bottom: 0px;
  position: relative;
  bottom: 10px;
}
.counts-container .number {
  color: #ffffff;
  font-size: 45px;
  font-weight: bold;
  margin-bottom: 0;
  line-height: 52px;
}

.testimonial-container {
  background-color: #f6f6f6;
  /* padding-bottom: 50px !important; */
  padding: 40px 0;
  background: url(../images/home/bg-img.png)  #f6f6f6;
  background-size: 99%;
  background-repeat: no-repeat;
}
.testimonial-container .testimonial-heading {
  width: 100%;
  margin-bottom: 15px;
  text-align: center;
  font-family: "NotoSans-ExtraLight";
}
.testimonial-container .testimonial-heading b {
  color: #474747;
  font-size: 1.125rem;
}
.testimonial-container .testimonial-heading h2 {
  color: #003366;
  font-size: 36px;
  margin-top: 15px;
}
.testimonial-container .testimonial-heading p {
  color: #474747;
  font-weight: bold;
  padding: 5px 5px;
}
.testimonial-container .testimonial-details {
  text-align: center;
  padding-bottom: 80px;
}
.testimonial-container .testimonial-details b {
  font-size: 1.125rem;
  color: #762e2e;
}
.testimonial-container .testimonial-details .client-image img {
  height: 80px;
  border-radius: 100%;
  width: 80px;
}

.carousel {
  position: relative;
  width: 100%;
}

.carousel-indicators .active {
  background-color: #036 !important;
}

.carousel-indicators li {
  background-color: #00336657 !important;
}

.top-company-container {
  background: url("../images/home/world-map.png");
  background-size: cover;
  padding: 60px 0;
}
.top-company-container h4 {
  text-align: center;
  display: block;
  font-size: 1.25rem;
  font-weight: bold;
  width: 100%;
  margin-bottom: 30px;
  text-transform: uppercase;
}
.top-company-container .company-logo {
  text-align: center;
}
.top-company-container .company-logo span {
  width: 100px;
  height: 100px;
  border: 1px solid #dddddd;
  display: inline-flex;
  background-color: #ffffff;
  border-radius: 100px;
  margin-bottom: 30px;
  padding: 15px;
}
.top-company-container .company-logo span img {
  border-radius: 100px;
  height: 45px !important;
  margin-top: 10px;
}
.top-company-container .company-btn {
  background-color: #f8efef;
  padding: 6px 12px;
  border-radius: 5px;
  cursor: pointer;
  color: #b32b30 !important;
  font-weight: bold;
  float: right;
  margin-top: 35px;
}
.top-company-container .company-btn:hover {
  background-color: #e8d9d9;
  text-decoration: none;
}

.location-container {
  background-color: #f6f6f6;
  padding: 60px 0;
}
.location-container .location-heading {
  width: 100%;
  margin-bottom: 20px;
  text-align: center;
}
.location-container .location-heading b {
  color: #474747;
  font-size: 1.125rem;
}
.location-container .location-heading h2 {
  color: #003366;
  font-family: "NotoSans-ExtraLight";
  font-size: 36px;
  margin-top: 15px;
}
.location-container .location-heading p {
  color: #474747;
  font-weight: bold;
  padding: 5px 5px;
  margin-bottom:0;
}
.location-container .location-details .location {
  position: relative;
}
.location-container .location-details .location img {
  width: 100%;
  height: 250px;
}
.location-container .location-details .location .city {
  background: url("../images/home/shade.svg");
  background-size: cover;
  position: absolute;
  bottom: 1px;
  width: 100%;
  padding: 10px;
  text-align: center;
  color: #ffffff;
  font-size: 1.375rem;
}
.location-container .location-details .pd-1 {
  padding: 10px;
}

.hover-effect-1 .image {
  display: block;
  width: 100%;
  height: auto;
}
.hover-effect-1 .overlay {
  position: absolute;
  top: 0;
  cursor: pointer;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: 0.5s ease;
  background-color: #901519e0;
}
.hover-effect-1 .overlay .line {
  display: block;
  margin: auto;
  width: 100%;
  border: 0px solid white;
  padding: 0;
  background-color: white;
  margin-bottom: 10px;
  border-radius: 0;
}
.hover-effect-1 .effect-container:hover .overlay {
  opacity: 1;
}
.hover-effect-1 .text {
  color: white;
  font-size: 14px;
  position: absolute;
  top: 50%;
  left: 30%;
  -webkit-transform: translate(-18%, -50%);
  -ms-transform: translate(-18%, -50%);
  transform: translate(-18%, -50%);
  text-align: center;
}
.hover-effect-1 .text .hover-city {
  font-size: 18px;
  display: block;
  margin-bottom: 10px;
  width: 100%;
  text-align: center;
}

.hover-effect-2 .image {
  display: block;
  width: 100%;
  height: auto;
}
.hover-effect-2 .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  cursor: pointer;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: 0.5s ease;
  background-color: #901519e0;
}
.hover-effect-2 .overlay .line {
  display: block;
  margin: auto;
  width: 100%;
  border: 0px solid white;
  padding: 0;
  background-color: white;
  margin-bottom: 10px;
  border-radius: 0;
}
.hover-effect-2 .effect-container:hover .overlay {
  opacity: 1;
}
.hover-effect-2 .text {
  color: white;
  font-size: 14px;
  position: absolute;
  top: 50%;
  left: 30%;
  -webkit-transform: translate(-18%, -50%);
  -ms-transform: translate(-18%, -50%);
  transform: translate(-18%, -50%);
  text-align: center;
}
.hover-effect-2 .text .hover-city {
  font-size: 18px;
  display: block;
  margin-bottom: 10px;
  width: 100%;
  text-align: center;
}

.hover-effect-3 .image {
  display: block;
  width: 100%;
  height: auto;
}
.hover-effect-3 .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  cursor: pointer;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: 0.5s ease;
  background-color: #901519e0;
}
.hover-effect-3 .overlay .line {
  display: block;
  margin: auto;
  width: 100%;
  border: 0px solid white;
  padding: 0;
  background-color: white;
  margin-bottom: 10px;
  border-radius: 0;
}
.hover-effect-3 .effect-container:hover .overlay {
  opacity: 1;
}
.hover-effect-3 .text {
  color: white;
  font-size: 14px;
  position: absolute;
  top: 50%;
  left: 30%;
  -webkit-transform: translate(-18%, -50%);
  -ms-transform: translate(-18%, -50%);
  transform: translate(-18%, -50%);
  text-align: center;
}
.hover-effect-3 .text .hover-city {
  font-size: 18px;
  display: block;
  margin-bottom: 10px;
  width: 100%;
  text-align: center;
}

.hover-effect-4 .image {
  display: block;
  width: 100%;
  height: auto;
}
.hover-effect-4 .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  cursor: pointer;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: 0.5s ease;
  background-color: #901519e0;
}
.hover-effect-4 .overlay .line {
  display: block;
  margin: auto;
  width: 100%;
  border: 0px solid white;
  padding: 0;
  background-color: white;
  margin-bottom: 10px;
  border-radius: 0;
}
.hover-effect-4 .effect-container:hover .overlay {
  opacity: 1;
}
.hover-effect-4 .text {
  color: white;
  font-size: 14px;
  position: absolute;
  top: 50%;
  left: 30%;
  -webkit-transform: translate(-18%, -50%);
  -ms-transform: translate(-18%, -50%);
  transform: translate(-18%, -50%);
  text-align: center;
}
.hover-effect-4 .text .hover-city {
  font-size: 18px;
  display: block;
  margin-bottom: 10px;
  width: 100%;
  text-align: center;
}

.hover-effect-5 .image {
  display: block;
  width: 100%;
  height: auto;
}
.hover-effect-5 .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  cursor: pointer;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: 0.5s ease;
  background-color: #901519e0;
}
.hover-effect-5 .overlay .line {
  display: block;
  margin: auto;
  width: 100%;
  border: 0px solid white;
  padding: 0;
  background-color: white;
  margin-bottom: 10px;
  border-radius: 0;
}
.hover-effect-5 .effect-container:hover .overlay {
  opacity: 1;
}
.hover-effect-5 .text {
  color: white;
  font-size: 14px;
  position: absolute;
  top: 50%;
  left: 30%;
  -webkit-transform: translate(-18%, -50%);
  -ms-transform: translate(-18%, -50%);
  transform: translate(-18%, -50%);
  text-align: center;
}
.hover-effect-5 .text .hover-city {
  font-size: 18px;
  display: block;
  margin-bottom: 10px;
  width: 100%;
  text-align: center;
}

.hover-effect-6 .image {
  display: block;
  width: 100%;
  height: auto;
}
.hover-effect-6 .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  cursor: pointer;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: 0.5s ease;
  background-color: #901519e0;
}
.hover-effect-6 .overlay .line {
  display: block;
  margin: auto;
  width: 100%;
  border: 0px solid white;
  padding: 0;
  background-color: white;
  margin-bottom: 10px;
  border-radius: 0;
}
.hover-effect-6 .effect-container:hover .overlay {
  opacity: 1;
}
.hover-effect-6 .text {
  color: white;
  font-size: 14px;
  position: absolute;
  top: 50%;
  left: 30%;
  -webkit-transform: translate(-18%, -50%);
  -ms-transform: translate(-18%, -50%);
  transform: translate(-18%, -50%);
  text-align: center;
}
.hover-effect-6 .text .hover-city {
  font-size: 18px;
  display: block;
  margin-bottom: 10px;
  width: 100%;
  text-align: center;
}

@media (min-width: 230px) and (max-width: 1200px) {
  .main-slider img {
    width: 100%;
    height: auto;
  }
  .top-space1.top-space1{
          padding-top: 25px !important;
    padding-bottom: 15px !important;
    margin-bottom: 0;
  }
  .our-main.our-main {
    margin-top: 0;
    text-align: center;
    background-color: #fff;
    padding-top: 0;
    padding-bottom: 0;
  }
  .top-space.top-space{
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    margin-bottom: 25px;
  }
  .website-plans .img-fluid{
          height: 150px;
  }
   .website-plans .img-fluid{
      margin-bottom: 15px !important;
   }
  .imp-points {
    float: left;
    list-style: none;
    width: 100%;
  }

.website-plans .pricing {
    padding-left: 1.5rem;
    text-align: center;
    padding-left: 0;
}
  .contact-left {
    margin-top: 20px;
  }

  .contact-right {
    margin-bottom: 20px;
  }

  .gallery-tabs .nav-pills .nav-link {
    padding: 10px;
    text-align: center !important;
  }

  .our-services-box img {
    padding: 5px;
    height: 60px !important;
  }

  .gallery-container .gallery-image img {
    width: 100%;
    border: 1px solid #d4d4d4;
    border-radius: 10px;
    height: auto !important;
    cursor: pointer;
  }

  .images-container {
    padding: 20px 20px;
    padding-bottom: 0;
  }

  .detail-container {
    padding: 20px 20px;
  }

  .location-container .location-details .location img {
    width: 100%;
    height: auto;
  }

  .location-container .location-heading h2 {
    color: #003366;
    font-family: "NotoSans-ExtraLight";
    font-size: 28px;
    margin-top: 15px;
  }

  .testimonial-container .testimonial-heading h2 {
    color: #003366;
    font-size: 28px;
    margin-top: 15px;
  }

  .counts-container .counts b {
    font-size: 28px;
    color: #ffffff;
  }

  .testimonial-container {
    background-color: #f6f6f6;
    padding-bottom: 10px !important;
    padding: 15px 0;
    background: url(../images/home/client-curve.png) #f6f6f6;
    background-size: 99%;
    background-repeat: no-repeat;
    background-position: bottom;
  }

  .counts-container {
    background: url(../images/home/count-background.png);
    background-size: cover;
    padding: 15px 0;
  }

  .main-slider .carousel-caption-right {
    display: none !important;
  }

  .main-slider .carousel-caption h1 {
    color: #474747;
    font-size: 1.5rem;
  }

  .main-slider .carousel-caption {
    position: absolute;
    padding-bottom: 15px;
    width: 80%;
  }
}
@media (min-width: 1200px) and (max-width: 1360px) {
  .main-slider img {
    width: 100%;
    height: 550px;
  }
}
@media (min-width: 992px) and (max-width: 1040px) {
  .register-container .register-image img {
    position: absolute;
    top: 17px;
    z-index: 99;
    height: 219px;
    left: -260px;
  }
}
@media (min-width: 200px) and (max-width: 992px) {
  .register-container .register-image img {
    width: 100%;
    position: inherit;
    left: 0;
  }

.counts-container {
    padding-bottom: 0;
        text-align: center;
}
.testimonial-container .testimonial-heading h2{
        font-weight: bold;
}
  .register-container .step {
    text-align: left;
  }

  .register-container .red {
    text-align: left;
  }

  .register-container .register-image {
    padding-left: 0;
    margin-bottom: 50px;
  }

  .email-apply {
    background-size: cover;
    height: auto;
    position: absolute;
    right: 0;
    top: -17px;
    padding: 30px;
    width: 45%;
    border-top: 0;
    border-right: 0;
    padding-bottom: 20px;
  }

  .counts-container .logo {
    margin-top: 45px;
    text-align: left !important;
  }

  .counts {
    margin-bottom: 0;
  }

  .program-container {
    background-color: #f6f6f6;
    padding: 15px 0;
    background: #F6F6F6;
    margin-bottom: 15px;
  }

  .mba-program-container .course-btn {
    padding: 10px 10px;
  }

  .mba-program-container .apply-btn {
    padding: 10px 10px;
  }

  .register-container .number {
    text-align: left;
  }

  .register-container .pl-7 {
    padding-left: 15px;
  }
}
.our-main {
  margin-top: 0;
  text-align: center;
  background-color: #fff;
  padding-top: 80px;
  padding-bottom: 80px;
}

.our-main .our-services-box {
  background-color: #fff;
  padding-top: 15px;
  padding-bottom: 15px;
  box-shadow: none !important;
}

.our-services-box img {
    padding: 5px;
    /* height: 80px; */
    margin-top: 15px;
}

.our-services-box1 span {
  font-weight: bold;
  margin-left: 13px;
  text-transform: uppercase;
  display: block;
  font-size: 16px;
  text-align: center;
  margin-top: 0%;
  color: #333;
}

.our-services-box p {
  color: #6a6a6a;
  margin-top: 15px;
}

.clearnw {
  clear: both;
  margin: 0 auto;
}

.about-tabs {
  background-color: #eeeeee;
}
.about-tabs .nav-pills .nav-link.active {
  background-repeat: no-repeat;
  color: #474747;
  background-color: #dbdbdb;
  font-weight: bold;
  color: #d2232a;
  border-radius: 0;
  font-size: 18px;
  border-bottom: 2px solid #d2232a;
  padding: 30px 100px;
}
.about-tabs .nav-pills .nav-link {
  color: #a0a0a0;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: bold;
  padding: 30px 80px;
}
.about-tabs .drop-icon {
  position: absolute;
  left: 17.5%;
}

.about-container {
  margin-top: 30px;
  margin-bottom: 30px;
}
.about-container h1 {
  color: #003366;
  font-size: 18px;
}
.about-container p {
  color: #474747;
}
@media (min-width: 992px) and (max-width: 2992px) {
     .call-icon1 {
         display:none;
     }
     .ftr-call-icon1{
          display:none;
     }
}
@media (min-width: 200px) and (max-width: 992px) {
  .about-tabs .nav-item {
    width: 100%;
    text-align: center;
  }
 
  .call-icon1 {
    height: 49px;
    width: 50%;
    bottom: 0 !important;
    position: fixed;
    z-index: 999;
    /* left: -42px; */
    /* background-color: rgba(255, 255, 255, 0.44); */
    padding: 0px;
    border-radius: 0;
    border-radius: 0 !important;
    background-color: #ecac34;
    color: #fff;
    padding-top: 10px;
    color: #fff;
    text-decoration: none;
    padding-left: 1px;
    font-size: 14px;
    border: 0;
    padding-top: 0;
    /* box-shadow: 3px 6px 35px 13px #202020; */
    -ms-transform: rotate(90deg);
    /* -webkit-transform: rotate(90deg); */
    /* transform: rotate(90deg); */
    bottom: 0;
    bottom: 0;
    left: 0;
    top: auto;
        text-align: center;
    font-size: 18px;
    padding-top: 15px;
    box-shadow: 19px 10px 19px 10px #000000;
    height: 55px;
    
    box-sizing: border-box;
}
  .call-icon1 :hover{
      color:#ffffff  !important;
      text-decoration: none !important;
  }
  .ftr-call-icon1 :hover{
      color:#ffffff  !important;
      text-decoration: none  !important;
  }
  a:hover {
    color: #ffffff;
    text-decoration: none;
}
.ftr-call-icon1 {
    position: fixed;
    z-index: 999;
    padding-bottom: 10px;
    bottom: 0;
    /* left: 0; */
    width: 50%;
    background-color: #3f3f3f;
    box-shadow: 19px 10px 19px 10px #000000;
    /* background: rgb(253, 49, 50); */
    text-align: center;
    padding-top: 15px;
    font-size: 18px;
    color: #fff;
    /* border-bottom: 1px solid white; */
    float: left;
    box-sizing: border-box;
    right: 0;
    height: 55px;
    
    box-sizing: border-box;
}
}
.gallery-tabs .nav-pills .nav-link.active {
  color: #fbba42;
  background-color: #dbdbdb00;
  font-weight: bold;
  border-radius: 0;
  border-bottom: 2px solid #fbba42;
  font-size: 16px;
  padding: 18px;
  padding-bottom: 10px;
}
.gallery-tabs .nav-pills .nav-link {
  color: #a0a0a0;
  text-align:center;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
  padding: 18px;
}
.gallery-tabs .drop-icon {
  position: absolute;
  left: 17.5%;
}

.portfolio-container {
  margin-top: 60px;
  margin-bottom: 60px;
}
.portfolio-container p {
  color: #474747;
}
.portfolio-container b {
  width: 100%;
  text-align: center;
  display: block;
  margin-bottom: 18px;
  font-size: 18px;
  text-align: center;
}
.portfolio-container h1 {
  color: #fbba42;
  font-family: "NotoSans-ExtraLight";
  font-size: 36px;
  text-align: center;
  margin-top: 15px;
}

.gallery-container {
  margin-top: 20px;
}
.gallery-container .pd-1 {
  padding: 10px;
}
.gallery-container .gallery-image {
  margin-bottom: 0px;
}
.gallery-container .gallery-image img {
  width: 100%;
  border: 1px solid #d4d4d4;
  border-radius: 10px;
  height: 300px;
  cursor: pointer;
}

@media (min-width: 200px) and (max-width: 992px) {
  .gallery-tabs li.nav-item {
    width: 100%;
  }

  .gallery-tabs .nav-pills .nav-link {
    padding: 10px;
  }

  .gallery-tabs .nav-pills .nav-link.active {
    padding: 10px;
  }
}
body {
  background-color: #ffffff;
  font-size: 0.875rem;
  overflow-x: hidden;
  font-family: "NotoSans-Regular";
  font-style: normal;
  overflow-x:hidden;
}

@font-face {
  font-family: "NotoSans";
  src: url("../fonts/NotoSans.ttf");
  src: local("../fonts/NotoSans.ttf"), local("../fonts/NotoSans.ttf"), url("NotoSans.eot?#iefix") format("embedded-opentype"), url("../fonts/NotoSans.ttf") format("ttf"), url("../fonts/NotoSans.ttf") format("ttf"), url("../fonts/NNotoSans.ttf") format("truetype");
}
@font-face {
  font-family: "NotoSans-Bold";
  src: url("../fonts/NotoSans-Bold.ttf");
  src: local("../fonts/DINOffc.woff"), local("../fonts/NotoSans-Bold.ttf"), url("../fonts/NotoSans-Bold.ttf") format("ttf"), url("../fonts/DNotoSans-Bold.ttf") format("ttf"), url("../fonts/NotoSans-Bold.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "NotoSans-Regular";
  src: url("../fonts/NotoSans-Regular.ttf");
  src: local("../fonts/NotoSans-Regular.woff"), local("../fonts/NotoSans-Regular.ttf"), url("../fonts/NotoSans-Regular.ttf") format("ttf"), url("../fonts/NotoSans-Regular.ttf") format("ttf"), url("../fonts/NotoSans-Regular.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "NotoSans-ExtraLight";
  src: url("../fonts/NotoSans-ExtraLight.ttf");
  src: local("../fonts/NotoSans-ExtraLight.ttf"), local("../fonts/NotoSans-ExtraLight.ttf"), url("../fonts/NotoSans-ExtraLight.ttf") format("ttf"), url("../fonts/NotoSans-ExtraLight.ttf") format("ttf"), url("../fonts/NotoSans-ExtraLight.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
}

/*# sourceMappingURL=style.css.map */


.common-container{
        position: relative !important;
}
.banner-overlay{
    color: #ffffff;
    position: absolute;
    top: 12px;
    left: 122px;
    top: 50px;
    text-transform: uppercase;
    left: 0;
    background-color: #003366ed;
    top: 0;
    bottom: 0;
    right: 0;
    padding-top: 50px;
    padding-left: 103px;
    padding-left: 10%;
}

.detail-container ul{
    list-style: none;
    padding-left: 0 !important;
    line-height: 26px;
}
.digital-marketing.digital-marketing .our-services-box{
        box-shadow: none !important;
    background-color: transparent  !important;
}





.btncolor{
  background-color: #b923ff;
  border-radius: 55555px;
  padding: 1rem 2rem!important;
  color: #ffff;
  margin-bottom: 2rem;
  
}


.package{
  list-style-type: none;
}

.pricing{
    padding-left: 0;
    text-align: center;
}

.parent{
  height: 300px;
  display: flex;
  border:2px solid yellow;
}

.child{
  background-color: red;
  margin-bottom: auto;
  margin-left: auto;
  margin-right: auto;
  color: white;
}

.icon-color
{
  color:#1f38fa;

}

.our-main {
    margin-top: 0;
    text-align: center;
    background-color: #f5f5f5;
    padding-top: 80px;
    padding-bottom: 80px;
    padding: 80px 0 !important;
    margin-bottom: 80px;
}
.our-main .our-services-box {
    margin-bottom: 15px;
        border-radius: 10px;
            box-shadow: 0px 1px 3px 3px #e7e7e7 !important;
}

.secondary-btn {
    color: #003366 !important;
    background-color: transparent;
    border-color: #003366;
    padding: 10px 25px;
    font-weight: bold;
    display: inline-block;
    border-radius: 100px;
}


.website-plans .card-title{
    font-size: 18px;
}
/*.digital-img img{*/
/*    width:auto  !important;*/
/*}*/

.secondary-btn:hover {
    background-color: #003366;
    color: #ffffff !important;
    border: 1px solid #003366;
}
.digital-marketing img {
    padding: 5px;
    height: 58px;
    margin-top: 15px;
}

.home-main{
     background-color: transparent;
    padding-bottom: 0 !important;
}
.home-main .our-services-box{
    box-shadow: none !important;
  
}

.home-main .our-services-box img {padding: 5px;height: 80px;margin-top: 15px;margin-bottom: 15px;padding: 8px;border-radius: 100px;}

.home-main .our-services-box1 .img1 {
    /* border: 1px solid #3dd9eb; */
}

.home-main  .our-services-box1 .img2 {
    /* border: 1px solid #dd352e; */
}

.home-main  .our-services-box1 .img3 {
    /* border: 1px solid #54ad31; */
}
.col-12.col-lg-12.client-overview {
    width: 53%;
    background-color: #003366;
    margin-top: 20px;
    padding-top: 0;
    padding-bottom: 20px;
    border-radius: 15px;
    margin: 0 auto;
    max-width: 75%;
    margin-top: 20px;
    border: 1px solid #d6d6d6;
}

.our-services-box a {
    background-color: transparent;
    color: #fbba42;
    border: 1px solid #fbba42;
    border-radius: 5px;
    padding: 6px 15px;
    margin-top: 10px;
    display: inline-block;
    text-decoration: none;
}
.our-services-box a:hover {
    background-color: transparent;
    color: #ffffff;
    background-color:#003366;
    border: 1px solid #003366;
    border-radius: 5px;
    padding: 6px 15px;
    margin-top: 10px;
    display: inline-block;
    text-decoration: none;
}
/*.main-slider .carousel-item {*/
/*    position: relative;*/
/*}*/
.slider-text {
    position: absolute;
    z-index: 999;
    top: 40px;
    text-align: left;
    width: 35%;
    top: 29%;
    color: #ffffff;
    left: 9%;
    box-sizing: border-box;
}
.slider-text h5 {
    font-size: 48px;
    color: #ffffff;
    text-transform: uppercase;
}
.slider-text p {
    margin-top: 0;
    margin-bottom: 1rem;
    color: #ffffff;
}
.p-btn{
    background-color: transparent;
    color: #fbba42;
    border: 1px solid #fbba42;
    border-radius: 5px;
    padding: 10px 25px;
    margin-top: 10px;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
}
.p-btn:hover{
    background-color: transparent;
    color: #fbba42;
    border: 1px solid #fbba42;
    border-radius: 5px;
    padding: 10px 25px;
    margin-top: 10px;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
}
.s-btn{
       color: #fff !important;
       background-color:#fbba42;
       border-color:#fbba42;
       padding: 12px 25px;
       font-weight: bold;
       display: inline-block;
       border-radius: 5px;
       text-transform: uppercase;
       font-size: 14px;
}

.dark-overlay{
    width: 100%;
    background-color: #003366c2;
    position: absolute;
    z-index: 99;
    left: 0;
    right: 0;
    height: 100%;
    width: 52%\
    box-sizing: border-box;
}


.slider-text {
    position: absolute;
    z-index: 999;
    top: 40px;
    text-align: center;
    width: 60%;
    top: 35%;
    color: #ffffff;
    left: 19%;
    box-sizing: border-box;
}
.gallery-tabs li.nav-item {
    width: 33.33%;
}
.location-point {
    position: absolute;
    right: 140px;
    top: 14px;
    background-color: #fbba42;
    padding: 28px 12px;
    text-transform: uppercase;
    font-weight: bold;
    top: -39px;
    border-radius: 3px;
    border: 2px solid #ffffff;
    color: #252525;
    border-radius: 100px;
}
.client-overview {
        background-color: #003366;
}
.testimonial-container .testimonial-details b {
    font-size: 1.125rem;
    color:#ffffff;
}
.client-overview p {
    color: white;
}
.client-overview strong {
    color: white;
}
/*.top-header{*/
/*    display:none;*/
/*}*/
   .top-header{
                    background-color:#003366;
                    text-align:left;
                    padding: 6px 0;
                }
                .textleft{
                    text-align:left;
                }
                .textright{
                    text-align:right;
                }
                .top-header p{
                    margin-bottom:0;
                    color:#ffffff;
                }
                
                .team-description {
    background-color: #ffffff;
    padding: 20px;
    border-radius: 0 0 5px 4px;
}

.team-description  p {
    font-size: 18px;.project-container img
    margin-bottom: 5px;
}
.team-description span {
    font-size: 16px;
    color: #003467;
}
.location-container .location-details .location img {
    width: 100%;
    height: 250px;
    border-radius: 5px 5px 0 0;
}
.location-container .location-details .location {
    position: relative;
    box-shadow: 0px 2px 4px -3px #a7a7a7;
}
.project-container {
    padding: 60px 0;
}
.project-container img{
    width: 100%;
    min-height: 200px;
    border-radius: 10px;
    margin-bottom: 15px;
    padding: 5px;
    background-color: #f5f5f5;
    border-radius: 10px;
}

.main-heading  {
    width: 100%;
    margin-bottom: 40px;
    text-align: center;
}
.main-heading  h2 {
    color: #003366;
    font-family: "NotoSans-ExtraLight";
    font-size: 36px;
    margin-top: 15px;
}
.main-heading  p {
    color: #474747;
    font-weight: bold;
    padding: 5px 5px;
    margin-bottom: 0;
}
.team-description p {
    margin-bottom: 10px;
    display:none;
}

.top-footer img {
    height: 50px;
    background-color: #ffffff;
    padding: 10px;
    border-radius: 5px;
}
@media (min-width: 230px) and (max-width: 768px) {
    .top-none{
        display:none;
    }
    .dark-overlay {
    width: 100% !important;
    background-color: #003366c4;
    position: absolute;
    z-index: 99;
    left: 0;
    right: 0;
    height: 100%;
    /* width: 52%; */
    box-sizing: border-box;
}
.textright {
    text-align: center;
}
.location-point {
    position: absolute;
    right: 118px;
    top: 14px;
    background-color: #fbba42;
    padding: 28px 12px;
    text-transform: uppercase;
    font-weight: bold;
    top: 65px;
    border-radius: 3px;
    border: 2px solid #ffffff;
    color: #252525;
    border-radius: 100px;
}
.main-slider img {
    width: 100%;
    height: 230px !important;
}
    .slider-text {
    position: absolute;
    z-index: 999;
    top: 40px;
    text-align: left;
    width: 87%;
    top: 15%;
    color: #ffffff;
    left: 13%;
    box-sizing: border-box;
}
.slider-text h5 {
    font-size: 22px;
        text-transform: uppercase;
    color: #ffffff;
}
.p-btn {
    background-color: transparent;
    color: #fbba42;
    border: 1px solid #fbba42;
    border-radius: 5px;
    padding: 10px 25px;
    margin-top: 10px;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
}
.s-btn {
    color: #fff !important;
    background-color: #fbba42;
    border-color: #fbba42;
    padding: 10px 15px;
    font-weight: bold;
    display: inline-block;
    border-radius: 5px;
    text-transform: uppercase;
    font-size: 14px;
}
.main-header .bottom-menu .action-btn.action-btn {
    width: 93%;
    padding-right: 20px !important;
    padding-left: 20px !important;
}
.gallery-tabs li.nav-item {
    width: 33.33%;
}
.gallery-tabs .nav-pills .nav-link {
    padding: 10px;
    font-size: 15px !important;
}
.gallery-tabs .nav-pills .nav-link.active {
    padding: 10px;
    font-size: 15px !important;
}
.gallery-tabs .nav-pills .nav-link {
    color: #242424;
    font-size: 18px;
    background-color: #fbba42;
    border-radius: 0;
    border-right: 1px solid #e2a535;
}
.gallery-tabs .nav-pills .nav-link.active {
    background-color: #002e5b;
    padding-bottom: 9px  !important;
}
.gallery-tabs ul#pills-tab {
    padding-right: 0 !important;
}
.gallery-tabs {
    width: 92%;
    margin: 0 auto;
}
.gallery-container .gallery-image img {
    border: 2px solid #fbba42;
}
.gallery-container {
    margin-top: 0px;
}
.project-container img {
    width: 100%;
    min-height: 100px;
    border-radius: 10px;
    margin-bottom: 5px;
    padding: 5px;
    background-color: #f5f5f5;
    border-radius: 10px;
}
.location-container .location-details .location img {
    width: 100%;
    height: 100px;
}
.team-description p {
    font-size: 14px;
    margin-bottom: 5px;
}
.team-description span {
    font-size: 16px;
    color: #003467;
}
.project-container img {
    width: 100%;
    min-height: 100px;
}
.projects:nth-child(9) {
    display: none !important;
}
.main-heading {
    display: none;
}
.top-footer img {
    height: 45px;
    margin-bottom: 15px;
    background-color: #ffffff;
    padding: 10px;
    border-radius: 5px;
}
}


















