/*--------------------------------------------------------------------- File Name: style.css ---------------------------------------------------------------------*/

/*--------------------------------------------------------------------- import Fonts ---------------------------------------------------------------------*/

@import url("https://fonts.googleapis.com/css?family=Rajdhani:300,400,500,600,700");
@import url("https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i");
@font-face {
  font-family: "Righteous";
  src: url("../fonts/BalooChettan-Regular.ttf");
  src: url("../fonts/BalooChettan-Regular.ttf");
}

/*****---------------------------------------- 1) font-family: 'Rajdhani', sans-serif;
 2) font-family: 'Poppins', sans-serif;
 ----------------------------------------*****/

/*--------------------------------------------------------------------- import Files ---------------------------------------------------------------------*/

@import url(animate.min.css);
@import url(normalize.css);
@import url(icomoon.css);
@import url(css/font-awesome.min.css);
@import url(meanmenu.css);
@import url(owl.carousel.min.css);
@import url(swiper.min.css);
@import url(slick.css);
@import url(jquery.fancybox.min.css);
@import url(jquery-ui.css);
@import url(nice-select.css);

/*--------------------------------------------------------------------- skeleton ---------------------------------------------------------------------*/

* {
  box-sizing: border-box !important;
  transition: ease all 0.5s;
}

html {
  scroll-behavior: smooth;
}

body {
  color: #666666;
  font-size: 14px;
  line-height: 1.80857;
  font-weight: normal;
  overflow-x: hidden;
  background-image: url(../images/body-bg.png);
  height: auto;
  background-size: cover;
  background-repeat: no-repeat;
  font-family: "Open Sans", sans-serif;
}

a {
  color: #77a01d;
  text-decoration: none !important;
  outline: none !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  letter-spacing: 0;
  font-weight: normal;
  position: relative;
  padding: 0 0 10px 0;
  font-weight: normal;
  line-height: normal;
  color: #111111;
  margin: 0;
}

h1 {
  font-size: 24px;
}

h2 {
  font-size: 22px;
  margin-top: 50px;
}

h3 {
  font-size: 18px;
  margin-top: 30px;
}

h4 {
  font-size: 16px;
}

h5 {
  font-size: 14px;
}

h6 {
  font-size: 13px;
}

*,
*::after,
*::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #212121;
  text-decoration: none !important;
  opacity: 1;
}

button:focus {
  outline: none;
}

p {
  margin: 20px;
  font-weight: 300;
  font-size: 15px;
  line-height: 24px;
}

a {
  text-decoration: none;
  outline: none !important;
}

a,
.btn {
  text-decoration: none !important;
  outline: none !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

img {
  max-width: 100%;
  height: auto;
}

:focus {
  outline: 0;
}

.paddind_bottom_0 {
  padding-bottom: 0 !important;
}

.btn-custom {
  margin-top: 20px;
  background-color: transparent !important;
  border: 2px solid #ddd;
  padding: 12px 40px;
  font-size: 16px;
}

.lead {
  font-size: 18px;
  line-height: 30px;
  color: #767676;
  margin: 0;
  padding: 0;
}

.form-control:focus {
  border-color: #ffffff !important;
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.25);
}

.navbar-form input {
  border: none !important;
}

.badge {
  font-weight: 500;
}

blockquote {
  margin: 20px 0 20px;
  padding: 30px;
}

button {
  border: 0;
  margin: 0;
  padding: 0;
  cursor: pointer;
}

.full {
  float: left;
  width: 100%;
}

.layout_padding {
  padding-top: 90px;
  padding-bottom: 0px;
}

.padding_0 {
  padding: 0px;
}

/* header section start */

.header_section {
  width: 100%;
  float: left;
  background-image: url(../images/home-banner.jpg);
  background-size: 100%;
  background-repeat: no-repeat;
  height: 1000px;
  margin-bottom: 70px;
}
.header_section1 {
  width: 100%;
  float: left;
  background-image: url(../images/blog1-banner.jpg);
  background-size: 100%;
  background-repeat: no-repeat;
  height: 1000px;
  margin-bottom: 70px;
}
.header_section2 {
  width: 100%;
  float: left;
  background-image: url(../images/blog2-banner.jpg);
  background-size: 100%;
  background-repeat: no-repeat;
  height: 1000px;
  margin-bottom: 70px;
}
.bg-light {
  background-color: transparent !important;
}

.logo {
  width: 27%;
  float: left;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding-right: 20px;
  padding-left: 20px;
  font-size: 18px;
  color: #77a01d;
  margin-left: 10px;

  border: 2px solid #77a01d;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: #ffffff;
  background-color: #77a01d;
}

.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show > .nav-link {
  color: #77a01d;
  background-color: #fefefd;
}

.navbar {
  padding: 30px 0px 30px 0px;
}

/* header section end */

/* banner section start */

.banner_section {
  width: 100%;
  float: left;
  padding: 90px 0px 160px 0px;
}

.banner_taital_main {
  width: 54%;
  float: left;
}

.banner_taital {
  width: 100%;
  float: left;
  font-size: 60px;
  color: #fefefe;
  font-weight: bold;
  padding-bottom: 0px;
  line-height: 70px;
  margin-top: 100px;
}

.banner_text {
  width: 100%;
  float: left;
  font-size: 20px;
  color: #ffffff;
  padding-top: 30px;
  margin: 0px;
}

.btn_main {
  width: 100%;
  display: flex;
  background-color: #77a01d;
  position: relative;
}

.started_text {
  width: 180px;
  margin-right: 20px;
  margin-top: 30px;
}

.started_text a {
  width: 100%;
  float: left;
  /* padding: 10px 10px; */

  color: #fefefd;
  /* background-color: #77a01d; */
  text-align: center;
  font-size: 24px;
  text-transform: none;
  position: absolute;
  margin-left: 500px;
}

.started_text.active a {
  color: #fefefd;
  background-color: #202420;
}

.carousel-inner,
.carousel,
.carousel-item,
.container,
.fill {
  width: 100%;
  background-position: center center;
  background-size: cover;
}

.slide-wrapper {
  display: inline;
}

.slide-wrapper .container {
  padding: 0;
}

/*------------------------------ vertical bootstrap slider----------------------------*/

.banner_section .carousel-inner > .carousel-item.carousel-item-next,
.banner_section .carousel-inner > .carousel-item.active.carousel-item-right {
  transform: translate3d(0, 100%, 0);
  -webkit-transform: translate3d(0, 100%, 0);
  -ms-transform: translate3d(0, 100%, 0);
  -moz-transform: translate3d(0, 100%, 0);
  -o-transform: translate3d(0, 100%, 0);
  top: 0;
}

.banner_section .carousel-inner > .carousel-item.carousel-item-prev,
.banner_section .carousel-inner > .carousel-item.active.carousel-item-left {
  transform: translate3d(0, -100%, 0);
  -webkit-transform: translate3d(0, -100%, 0);
  -moz-transform: translate3d(0, -100%, 0);
  -ms-transform: translate3d(0, -100%, 0);
  -o-transform: translate3d(0, -100%, 0);
  top: 0;
}

.banner_section .carousel-inner > .carousel-item.next.carousel-item-left,
.banner_section
  .carousel-inner
  > .carousel-item.carousel-item-prev.carousel-item-right,
.banner_section .carousel-inner > .carousel-item.active {
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  top: 0;
}

/*------------------------------- vertical carousel indicators ------------------------------*/

.carousel-indicators {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 20px;
  right: 10px;
  left: auto;
  width: auto;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

.carousel-indicators li {
  display: block;
  margin-bottom: 5px;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background-color: #d6d4d4;
}

.carousel-indicators li.active {
  margin-bottom: 5px;
  background: #1b2018;
}

/* banner section end */

/*year section start */

.year_section {
  width: 100%;
  float: left;
  position: relative;
  top: -70px;
}

.year_section_2 {
  width: 80%;
  margin: 0 auto;
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0px 0px 20px 10px #e9e9e9;
  padding: 40px;
}

.client_taital_main {
  width: 100%;
  float: left;
}

.client_taital_main:hover {
}

.year_taital {
  width: 100%;
  float: left;
  font-size: 40px;
  color: #a8a7a7;
  padding: 0px;
  text-transform: uppercase;
  line-height: 30px;
}

.year_text {
  width: 100%;
  float: left;
  font-size: 14px;
  color: #a8a7a7;
  margin: 0px;
  line-height: 20px;
}

.year_taital:hover {
  color: #4a8216;
}

.year_text:hover {
  color: #4a8216;
}

.year_taital.active {
  color: #4a8216;
}

.year_text.active {
  color: #4a8216;
}

/* year section end */

/* services section start */

.services_section {
  width: 100%;
  float: left;
  background-image: url(../images/service-bg.png);
  height: auto;
  background-size: 100%;
  padding-bottom: 90px;
}

.services_taital {
  width: 100%;
  float: left;
  font-size: 40px;
  color: #252525;
  font-weight: bold;
  text-align: center;
}

.services_text {
  width: 80%;
  font-size: 16px;
  margin: 0px;
  color: #3d3d3d;
  padding-top: 20px;
}

.services_section_2 {
  width: 100%;
  margin: 0 auto;
  padding-top: 30px;
}

.box_main {
  width: 100%;
  background-color: transparent;
  height: auto;
  padding: 20px 20px 30px 20px;
}

.box_main:hover {
  background-color: #ffffff;
  box-shadow: 0px 0px 50px 10px #e9e9e8;
}

.box_main.active {
  background-color: #ffffff;
  box-shadow: 0px 0px 50px 10px #e9e9e8;
}

.service_img {
  width: 100%;
  line-height: 55px;
}

.development_text {
  width: 100%;
  font-size: 24px;
  color: #3d3d3d;
  font-weight: bold;
  padding: 20px 0px 0px 0px;
}

.readmore_bt {
  width: 200px;
  padding-top: 20px;
  margin-left: 200px;
}

.readmore_bt a {
  width: 100%;
  font-size: 16px;
  color: #77a01d;
  padding: 10px;
  margin-top: 10px;
  font-weight: bold;
  border: 2px solid #77a01d;
}

.readmore_bt a:hover {
  color: #ffffff;
  background-color: #77a01d;
}

/* services section end */

/* about section start */

.about_section {
  width: 100%;
  float: left;
  background-image: url(../images/about-bg.png);
  height: auto;
  background-size: 100% 100%;
  padding: 100px 0px;
}

.about_taital {
  width: 100%;
  float: left;
  font-size: 40px;
  color: #fefefd;
  font-weight: bold;
  padding-top: 20px;
}

.about_text {
  width: 100%;
  float: left;
  font-size: 16px;
  color: #fefefd;
  margin-left: 0px;
}

.read_bt_1 {
  width: 180px;
  float: left;
  margin-top: 20px;
}

.read_bt_1 a {
  width: 100%;
  float: left;
  font-size: 16px;
  text-align: center;
  background-color: #85a900;
  color: #fefefd;
  padding: 10px 0px;
}

.read_bt_1 a:hover {
  background-color: #fefefd;
  color: #252525;
}

.about_img {
  width: 100%;
  display: none;
}

/* about section end */

/* client section start */

.client_section {
  width: 100%;
  float: left;
}

.client_taital {
  width: 100%;
  float: left;
  font-size: 40px;
  color: #242323;
  font-weight: bold;
  text-align: center;
}

.client_section_2 {
  width: 100%;
  float: left;
  height: auto;
  background-size: 100%;
  padding-top: 30px;
}

.client_section .item img {
  transform: scale(0.7);
}

.client_section .owl-item.active.center img {
  transform: scale(1);
  padding-bottom: 30px;
}

.owl-item.active.center {
  top: -15px;
}

.client_box {
  width: 100%;
  background-color: #85a900;
  height: auto;
  padding: 20px;
  border-radius: 10px;
  margin-top: 70px;
}

.looking_text {
  width: 100%;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: #ffffff;
  padding-bottom: 0px;
}

.dummy_text {
  width: 100%;
  text-align: center;
  font-size: 16px;
  color: #ffffff;
  margin: 0px;
  padding-top: 20px;
}

.client_img {
  width: 50%;
  margin: 0 auto;
  position: relative;
  top: -70px;
}

.client_section.layout_padding .owl-carousel .owl-nav button.owl-next,
.client_section.layout_padding .owl-carousel .owl-nav button.owl-prev {
  background-color: #ffffff;
  margin: 0px 0px;
  width: 55px;
  height: 55px;
}

.owl-carousel .owl-nav button.owl-next span,
.owl-carousel .owl-nav button.owl-prev span {
  display: none;
}

.client_section.layout_padding .owl-carousel .owl-nav button.owl-next {
  background-image: url(../images/right-arrow1.png);
  background-size: 12px;
  background-repeat: no-repeat;
  background-position: center;
}

.client_section.layout_padding .owl-carousel .owl-nav button.owl-prev {
  background-image: url(../images/left-arrow1.png);
  background-size: 12px;
  background-repeat: no-repeat;
  background-position: center;
}

.client_section.layout_padding .owl-carousel .owl-nav button.owl-next:hover {
  background-size: 12px;
  background-image: url(../images/right-arrow.png);
  background-color: #85a900;
}

.client_section.layout_padding .owl-carousel .owl-nav button.owl-prev:hover {
  background-size: 12px;
  background-image: url(../images/left-arrow.png);
  background-color: #85a900;
}

.owl-nav {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

.owl-dots {
  display: none;
}

/* client section end */

/* contact section start */

.contact_section {
  width: 100%;
  float: left;
  padding: 90px 0px 0px 0px;
}

.contact_taital {
  width: 100%;
  float: left;
  font-size: 40px;
  color: #353434;
  font-weight: bold;
  padding-bottom: 50px;
  text-align: center;
}

.contact_section_2 {
  width: 60%;
  margin: 0 auto;
  text-align: center;
}

.mail_section {
  width: 100%;
  float: left;
}

.mail_text {
  width: 100%;
  float: left;
  font-size: 16px;
  color: #c4c4c3;
  background-color: transparent;
  padding: 14px 15px;
  margin-top: 20px;
  border: 1px solid #c4c4c3;
}

input.mail_text::placeholder {
  color: #c4c4c3;
}

.massage-bt {
  color: #c4c4c3;
  width: 100%;
  height: 57px;
  font-size: 16px;
  background-color: transparent;
  padding: 10px 15px 0px 15px;
  margin-top: 20px;
  border: 1px solid #c4c4c3;
}

textarea#comment.massage-bt::placeholder {
  color: #c4c4c3;
}

.send_bt {
  width: 170px;
  margin: 0 auto;
  text-align: center;
}

.send_bt a {
  width: 100%;
  text-align: center;
  font-size: 18px;
  color: #fefefd;
  background-color: #85a900;
  padding: 10px;
  text-transform: uppercase;
  margin-top: 30px;
  display: block;
  border-radius: 40px;
}

.send_bt a:hover {
  color: #fefefd;
  background-color: #252525;
}

/* contact section end */

/* blog section start */

.blog_section {
  width: 100%;
  float: left;
  padding: 90px 0px;
}

.blog_taital {
  width: 100%;
  float: left;
  font-size: 40px;
  color: #353434;
  font-weight: bold;
  padding-bottom: 50px;
  text-align: center;
}

.blog_section_2 {
  width: 100%;
  float: left;
  background-image: url(../images/blog-img.png);
  height: auto;
  background-size: 100%;
  padding: 0px 0px 0px 0px;
}

.video_bt {
  width: 100%;
  padding: 155px 0px;
}

.play_icon img {
  width: 80px;
}

.play_icon {
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 5;
  text-align: center;
}

.play_icon::before {
  content: "";
  position: absolute;
  top: 40px;
  left: 90px;
  width: 90px;
  height: 90px;
  transform: translate(-50%, -50%);
  background-color: rgb(133, 169, 0, 0.5);
  border-radius: 100%;
  animation: fadeEffect 1.3s infinite ease;
  box-shadow: 0px 0px 10px 0px;
  right: 0px;
  margin: 0 auto;
  z-index: -1;
}

@keyframes fadeEffect {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(1.2);
    opacity: 0;
  }
}

/* blog section end */

/* footer section start */

.footer_section {
  width: 100%;
  float: left;
  background-color: #181818;
  height: auto;
}

.footer_section_2 {
  width: 100%;
  float: left;
}

.useful_text {
  width: 100%;
  font-size: 24px;
  color: #ffffff;
  font-weight: bold;
}

.lorem_text {
  width: 100%;
  float: left;
  font-size: 16px;
  color: #ffffff;
  margin: 0px;
}

.location_text {
  width: 100%;
  float: left;
}

.location_text a {
  width: 100%;
  float: left;
  color: #ffffff;
  font-size: 16px;
}

.location_text a:hover {
  color: #85a900;
}

.footer_menu {
  width: 100%;
  float: left;
}

.footer_menu ul {
  margin: 0px;
  padding: 0px;
}

.footer_menu li a {
  font-size: 16px;
  color: #ffffff;
}

.footer_menu li.active a {
  color: #85a900;
}

.footer_menu li a:hover {
  color: #85a900;
}

span.padding_left_15 {
  padding-left: 15px;
}

.social_icon {
  width: 100%;
  float: left;
}

.social_icon ul {
  margin: 0px;
  padding: 0px;
  display: inline-block;
}

.social_icon li {
  float: left;
}

.social_icon li a {
  float: left;
  padding: 5px 10px;
  color: #ffffff;
  font-size: 22px;
  width: auto;
  margin-top: 10px;
}

.social_icon li a:hover {
  color: #85a900;
}

.update_mail {
  color: #ffffff;
  width: 100%;
  height: 55px;
  font-size: 18px;
  padding: 10px 20px 0px 20px;
  background-color: transparent;
  border: 1px solid #ffffff;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
  display: block;
  margin-top: 20px;
}

textarea#comment.update_mail::placeholder {
  color: #ffffff;
}

.subscribe_bt {
  width: 140px;
  float: left;
  padding-top: 30px;
}

.subscribe_bt a {
  width: 100%;
  float: left;
  color: #ffffff;
  font-size: 14px;
  padding: 5px 0px;
  background-color: transparent;
  border: 1px solid #ffffff;

  text-align: center;
  margin-left: 494px;
}

.subscribe_bt a:hover {
  color: #85a900;
  background-color: transparent;
}

/* footer section end */

/* copyright section start */

.copyright_section {
  width: 100%;
  float: left;
  background-color: #1a1919;
  height: auto;
}

.copyright_text {
  width: 100%;
  float: left;
  font-size: 16px;
  margin: 15px 0px;
  color: #ffffff;
  text-align: center;
  margin-right: 20px;
}

.copyright_text a {
  color: #ffffff;
}

.copyright_text a:hover {
  color: #85a900;
}

/* copyright section end */

.margin_top90 {
  margin-top: 90px;
}
