body, html {
  margin: 0px;
  padding: 0px;
  width: 100%;
  overflow-x: hidden;
}

.gst .border
{
background-color: bisque;
color: brown;
}

.logo_contact_social a {
    font-size: 24px;
    text-decoration: none;
    color: rgb(49, 47, 47);
}

.logo_contact_social .social .fa {
    margin: 8px;
}

.menu_logo .nav-link 
{
    margin: auto 6px;
    padding: 9px;
    color: antiquewhite !important;
    transition: all 1s;
    font-size: 19px;
}

.menu_logo .nav-link:hover 
{
color: gold !important;
transition: all 1s;
}

.menu_logo {
    background-color: rgb(49, 47, 47);
}

.slider-text {
    position: absolute;
    color: antiquewhite;
}

.light-slider-banner h1 {
    text-shadow: 0px 0px 3px saddlebrown;
}

.light-slider-banner h2 {
    color: antiquewhite !important;
    -webkit-text-stroke-width: 1px;
    -webkit-text-fill-color: rgb(49, 45, 45);
    font-weight: bold;
    font-size: 3vw !important;
}

.slider-text h1 {
    transition: 1s all;
}

.slider-text h1:hover
  {
    margin-top: -40px;
    color: rgba(0, 0, 0, 0.5);
    -webkit-text-fill-color: gold;
    cursor: pointer;
    transition: 1s all;
  }

  .slider-text h2 {
    font-size: 2vw;
    font-weight: bold;
  }

  .experienceBlock {
    background-image: url('../images/about.png');
    background-size: cover;
    height: 620px;
  }

  .darkArea {
    color: antiquewhite;
  }

  .title big {
    color: bisque !important;
  }
  .titleBox h2 {
    font-size: 40px !important;
    font-weight: bold;
    color: gold;
  }

  .aboutBlock {
    background-color: #0e0e0c;
  }

  .aboutImage img {
    height: auto;
    width: 80%;
  }

  .counterContent {
    border-radius: 0 !important;
  }
  .counterContentFirst {
    border-radius: 25% 0 0 0 !important;
  }

  .counterContentLast {
    border-radius: 0 25% 0 0 !important;
  }

  .counterNum {
    font-size: 2vw;
    color: bisque;
  }

  .durgaPujaExe {
    border-left: 6px solid brown !important;
  }

  .eventsBlock
  {
    background-image: url('../images/event.png');
    background-repeat: no-repeat;
    background-size: cover;
  }

  .eventContent {
    background-color: rgba(2, 103, 154, 0.5);
  }

  .home p {
    font-size: 21px;
  }

  .eventImages img:hover {
    transform: scale(1.1);
    transition: all 1s;
  }

  .mySwiper .btn {
    font-size: 22px;
    margin-top: 12px;
  }

  .btn:hover {
    transform: scale(1.1);
    transition: 1s all;
  }

  .font-20
  {
    font-size: 20px !important;
  }

.outlines {
  -webkit-text-stroke-width: 1px;
  -webkit-text-fill-color: transparent;
  font-size: 7vw;
  text-transform: uppercase;
}

/* footer */

.footer-section ul {
    margin: 0px;
    padding: 0px;
}
.footer-section {
  background: #151414;
  position: relative;
}
.footer-cta {
  border-bottom: 1px solid #373636;
}
.single-cta i {
  color: #ff5e14;
  font-size: 30px;
  float: left;
  margin-top: 8px;
}
.cta-text {
  padding-left: 15px;
  display: inline-block;
}
.cta-text h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 2px;
}
.cta-text span {
  color: #757575;
  font-size: 15px;
}
.footer-content {
  position: relative;
  z-index: 2;
}
.footer-pattern img {
  position: absolute;
  top: 0;
  left: 0;
  height: 330px;
  background-size: cover;
  background-position: 100% 100%;
}
.footer-logo {
  margin-bottom: 30px;
}
.footer-logo img {
    max-width: 200px;
}
.footer-text p {
  margin-bottom: 14px;
  font-size: 14px;
      color: #7e7e7e;
  line-height: 28px;
}
.footer-social-icon span {
  color: #fff;
  display: block;
  font-size: 20px;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 20px;
}
.footer-social-icon a {
  color: #fff;
  font-size: 16px;
  margin-right: 15px;
}
.footer-social-icon i {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 38px;
  border-radius: 50%;
}
.facebook-bg{
  background: #3B5998;
}
.twitter-bg{
  background: #55ACEE;
}
.google-bg{
  background: #DD4B39;
}
.footer-widget-heading h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 40px;
  position: relative;
}
.footer-widget-heading h3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -15px;
  height: 2px;
  width: 50px;
  background: #ff5e14;
}
.footer-widget ul li {
  display: inline-block;
  float: left;
  width: 50%;
  margin-bottom: 12px;
}
.footer-widget ul li a:hover{
  color: #ff5e14;
}
.footer-widget ul li a {
  color: #878787;
  text-transform: capitalize;
}
.subscribe-form {
  position: relative;
  overflow: hidden;
}
.subscribe-form input {
  width: 100%;
  padding: 5px 18px;
  background: #2E2E2E;
  border: 1px solid #2E2E2E;
  color: #fff;
}
.subscribe-form button {
    /*position: absolute;
    right: 0;*/
    background: #ff5e14;
    padding: 13px 20px;
    border: 1px solid #ff5e14;
    top: 0;
}
.subscribe-form button i {
  color: #fff;
  font-size: 22px;
  transform: rotate(-6deg);
}
.copyright-area{
  background: #202020;
  padding: 25px 0;
}
.copyright-text p {
  margin: 0;
  font-size: 14px;
  color: #878787;
}
.copyright-text p a{
  color: #ff5e14;
}
.footer-menu li {
  display: inline-block;
  margin-left: 20px;
}
.footer-menu li:hover a{
  color: #ff5e14;
}
.footer-menu li a {
  font-size: 14px;
  color: #878787;
}

a {
  text-decoration: none !important;
}

/* above code was common and for home page - below are for contact page */

.contactPage .border h3, .contactPage .border .fa {
  color:brown;
}

.contactPage .border .fa {
  font-size: 32px !important;
}

.contactPage .border big {
  color:#3f3d3d;
}

.connectUs .fa {
  color: #3B5998 !important;
  margin: 12px !important;
  font-size: 38px !important;
}

/* footer */

/* media query */

@media screen and (max-width: 767px) {
   
   header a {
    margin: 8px;
    display: block !important;
    font-size: 18px !important;
   }

   header .social {
    margin: 8px !important;
   }

   header a.fa {
    display: inline !important;
   }

   .menu_logo .col-sm-12 {
    display: flex !important;
   }

   .navbar-toggler {
    color: #fff !important;
   }

   .p-1, .p-2, .p-3, .p-4, .p-5 {
    padding: 10px !important;
   }

   .m-5 {
    margin: 4px !important;
   }

   .counterContent {
    border-radius: 10px !important;
    width: 80% !important;
    margin: 12px auto !important;
   }

   .counterNum {
    font-size: 38px !important;
   }

   .btn {
    margin: 10px auto !important;
    font-size: 16px !important;
   }
   .titleBox h2 {
    font-size: 28px !important;
   }

   .eventImages img {
    margin: 10px auto !important;
   }

   .home p {
    font-size: 16px !important;
   }

   .slider-text h2 {
    font-size: 20px !important;
   }

   .mobileMenu::after {
    content: "☰";
    font-size: 40px;
    margin-left: 20px;
   }
}