body,
html {
    font-family: 'avant_garderegular';
    margin: 0;
    padding: 0;
    /* overflow-x: hidden; */
    position: relative
}
.body_overlflow_hidden{
    overflow: hidden;
}
img {
	max-width: 100%;
	max-height: 100%
}

a, .transition {
	transition: all ease .3s;
	-moz-transition: all ease .3s;
	-webkit-transition: all ease .3s;
	-ms-transition: all ease .3s;
	-o-transition: all ease .3s
}

h1,h2,h3,h4,h5,h6,p,span,a{
	margin: 0;
  padding: 0;
}

p{
	line-height: 2;
  letter-spacing: 1px;
  font-family: 'MaisonNeue';
}

a:focus,
a:hover {
	text-decoration: none;
	outline: 0
}
@font-face {
  font-family: 'MaisonNeue';
  src: url('../fonts/MaisonNeue-Medium.eot');
  src: local('☺'), url('../fonts/MaisonNeue-Medium.woff') format('woff'), url('../fonts/MaisonNeue-Medium.ttf') format('truetype'), url('../fonts/MaisonNeue-Medium.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
    font-family: 'avantgardebold';
    src: url('../fonts/avantgarde_bold-webfont.woff2') format('woff2'),
         url('../fonts/avantgarde_bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'libre_baskervilleregular';
    src: url('../fonts/librebaskerville-regular1-webfont.woff2') format('woff2'),
         url('../fonts/librebaskerville-regular1-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'avant_garderegular';
    src: url('../fonts/avant_garde_regular-webfont.woff2') format('woff2'),
         url('../fonts/avant_garde_regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
  font-family: 'Avant Garde Bold';
  src: url('../fonts/Avant Garde Gothic Bold.eot');
  src: local('☺'), url('../fonts/Avant Garde Gothic Bold.woff') format('woff'), url('../fonts/Avant Garde Gothic Bold.ttf') format('truetype'), url('../fonts/Avant Garde Gothic Bold.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
.relative{
    position: relative;
}
.font_14{
	font-size: 14px;
}
.font_16{
	font-size: 16px;
}
.font_18{
	font-size: 18px;
}
.font_20{
    font-size: 20px;
}
.font_24{
	font-size: 24px;
}
.font_25{
    font-size: 25px;
}
.font_28{
    font-size: 28px;
}
.font_35{
	font-size: 35px;
}
.font_40{
    font-size: 40px;
}
.font_50{
	font-size: 50px;
}
.bg_white{
	background: #fff;
}
.main_wraper{
    overflow: hidden;
}
.bg_gradiant{
	background-image: linear-gradient(#EF8498, #F09C7A);
	-webkit-background-image: linear-gradient(#EF8498, #F09C7A);
	-o-background-image: linear-gradient(#EF8498, #F09C7A);
	-ms-background-image: linear-gradient(#EF8498, #F09C7A);
	-moz-background-image: linear-gradient(#EF8498, #F09C7A);
}
.black_color{
	color: #000;
}
.white_color{
	color: #fff;
}
.gray_color{
	color: #7E7E7E;
}
.light_blue_color{
	color: #0295D8;
}
.yellow_color{
	color: #F0A317;
}
.light_green_color{
	color: #55C99A;
}
.purple_color{
	color: #C357A2;
}
.avnta_bold{
	font-family: 'avantgardebold';
    letter-spacing: 0.7px;
}
.white{
    color: #fff;
}
.p-b-10{
	padding-bottom: 10px;
}
.p-b-15{
	padding-bottom: 15px;
}
.p-b-25{
	padding-bottom: 25px;
}
.p-b-40{
	padding-bottom: 40px;
}
.header{
    transition: 0.4s;
}
.header.darkHeader{
  background: #fff;
}

.darkHeader{
  background: #fff;
}
.gray_text {
    color: #505050;
}
.darkHeader .hamburger .line{
  background-color:#19499d;
}


.header.darkHeader .hamburger .line{
  background-color:#19499d;
}

.blue{color:#19499d;}

.darkHeader .white_logo{
  display: block;
}

.darkHeader .logo, .white_logo{
  display: none;
}

/*============ header and footer =============*/
.products-menu {
    /* position: absolute; */
    position: fixed;
    background: #fff;
    width: 800px;
    /*overflow: hidden;*/
    height: 100%;
    opacity: 0;
    visibility: hidden;
    z-index: 10000;
    left: -800px;
    transition: all ease-in-out 0.4s;
    -webkit-transition: all ease-in-out 0.4s;
    -o-transition: all ease-in-out 0.4s;
    -ms-transition: all ease-in-out 0.4s;
    -moz-transition: all ease-in-out 0.4s;
}
.overlay {
    position: fixed;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    background: rgba(0,0,0,0.3);
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
}
.products-menu.active_nav, .overlay.active_nav {
    opacity: 1;
    visibility: visible;
    left: 0px;
}
/* .canvas_move{
    transform: translate3d(0px,0,0);
    -webkit-transition: all ease-in-out 0.4s;
    -o-transition: all ease-in-out 0.4s;
    -ms-transition: all ease-in-out 0.4s;
    -moz-transition: all ease-in-out 0.4s;
} */
.canvas_move.active_canvas_move{
    transform: translate3d(350px,0,0);
}
.split-slideshow{
    position: relative;
    height: 100vh;
    width: 100%;
    float: left;
}

.col {
    display: block;
    float: left;
    padding: 30px;
    border-right: 1px solid rgba(255,255,255,0.2);
    cursor: pointer;
}

/* ALL */

.hamburger .line {
    width: 18px;
    height: 2px;
    border-radius: 0;
    background-color: #ecf0f1;
    display: block;
    margin: 4px auto;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.hamburger:hover{
  cursor: pointer;
}

#hamburger-9{
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  float: left;
}

#hamburger-9.is-active{
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#hamburger-9:before{
  content: "";
  position: absolute;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 60px;
  height: 60px;
  border: 5px solid transparent;
  top: calc(50% - 35px);
  left: calc(50% - 35px);
  border-radius: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#hamburger-9.is-active:before{
  border: 5px solid #ecf0f1;
}

#hamburger-9.is-active .line{
  width: 35px;
}

#hamburger-9.is-active .line:nth-child(2){
  opacity: 0;
}

#hamburger-9.is-active .line:nth-child(1){
  -webkit-transform: translateY(13px);
  -ms-transform: translateY(13px);
  -o-transform: translateY(13px);
  transform: translateY(13px);
}

#hamburger-9.is-active .line:nth-child(3){
  -webkit-transform: translateY(-13px) rotate(90deg);
  -ms-transform: translateY(-13px) rotate(90deg);
  -o-transform: translateY(-13px) rotate(90deg);
  transform: translateY(-13px) rotate(90deg);
}

.menuleft_wraper {
    width: 50%;
    height: 100%;
    float: left;
    padding: 0px 30px;
}
.menuright_wraper{
    width: 50%;
    float: left;   
}
.menuleft_wraper .padd_top_logo{
  padding: 15px 0px;
  margin-bottom: 50px;
}
.menu_title{
    padding-bottom: 30px;
}
.menuleft_wraper ul li {
    font-size: 21px;
    padding: 0px 0 30px 0;
    position: relative;
}
.menuleft_wraper ul li ul li{
    padding: 0px 0 5px 0;

}
.menuleft_wraper ul li a{
    color: #000;
    display: block;
    padding: 5px 0px;
}
.menuleft_wraper li a:hover{
  color: #19499d;
}
/* .toggle_nav .plus_icon::after{
  content: url('../images/home/plus.png');
  position: absolute;
}
.toggle_nav .minus_icon::after{
  content: url('../images/home/minus.png');
  position: absolute;
} */
.menuleft_wraper ul li a:hover{
    padding-left: 7px;
}
.image_wraper img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all ease-in-out 0.4s
}

.image_wraper:hover img {
    transform: scale(1.05);
}

.image_wraper{
    width: 100%;
    height: 50vh;
    float:left;
    overflow: hidden;
}

.transition{
    transition: all ease-in-out 0.3;
    -webkit-transition: all ease-in-out 0.3;
    -o-transition: all ease-in-out 0.3;
    -ms-transition: all ease-in-out 0.3;
    -moz-transition: all ease-in-out 0.3;
}
.image_wraper .img_overlay{
    background: rgba(0,0,0,0.3);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;    
}
.image_wraper .img_text {
    font-size: 21px;
    color: #fff;
    top: 50%;
    left: 50%;
    line-height: 1.4;
    text-align: center;
    position: absolute;
    transform: translate(-50%, -50%);
}
.view_all {
    position: absolute;
    bottom: 33%;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    opacity: 0;
    visibility: hidden;
}
.image_wraper:hover .img_overlay{
    background: rgba(0,0,0,0.5);
}
.image_wraper:hover .view_all{
    opacity: 1;
    visibility: visible;
}
.product_menu {
    cursor: pointer;
    float: left;
    line-height: 1.5;
    padding-left: 16px;
}
.close_icon{
    position: absolute;
    top: 25px;
    right: -46px;
    z-index: 99999;
    width: 20px;
    cursor: pointer;
    -webkit-transform: rotate(0);
    transform: rotate(0);
}
.close_icon:hover{
    opacity: .8;
    -webkit-animation: fade-delay 1.2s,rotation .2s linear;
    animation: fade-delay 1.2s,rotation .2s linear;
}
.slideshow-text .item{
    font-family: 'avantgardebold';
    line-height: 1.2;
    font-size: 60px;
    letter-spacing: 5px;
}
.product_section {
    position: relative;
    overflow: hidden;
}
.product_box {
    height: 50vh;
}
.product_banner img {
    object-fit: cover;
}
.section_two{
  /* height: 100vh; */
}
.no_margin_tb{
  margin-top: 0px!important;
  margin-bottom: 0px!important;
}
/*product*/

.menu_icon{
  display: none;
}
.header-box,
.navigation {
	width: 100%;
	display: inline-block
}

.footer-box,
.header-box {
	font-size: 14px;
	transition: all ease-in-out .1s
}

.header {
    /*padding: 10px 0;*/
    color: #fff;
    background: rgba(0,0,0,.4);
    border-bottom: 1px solid rgba(255,255,255,.2);
    /*-webkit-box-shadow: 3px 2px 14px -1px rgba(0, 0, 0, .75);
    -moz-box-shadow: 3px 2px 14px -1px rgba(0, 0, 0, .75);
    box-shadow: 3px 2px 14px -1px rgba(0, 0, 0, .75);*/
}

.header a {
	color: #fff;
	font-weight: 500;
	font-size: 14px;
}

.navigation a{
	padding: 0 30px;
}

.col-md-11.col-sm-10.col-lg-10.centeredBox {
	max-width: 1366px
}

.navigation a.active,
.navigation a:hover {
	color: rgba(255,255,255,0.6);
}

.navigation {
    padding: 31px 0;
    float: left;
    border-right: 1px solid rgba(255,255,255,0.2);
}

.header-container {
  width: 100%;
  padding: 0 15px;
  position: relative;
}

.logo_wraper{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.main-container {
	width: 75%;
	margin: 0 auto;
}

.header-box {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
}
li ul{
  display: none;
  margin-top:15px; 
}
.header-box.header_move_top {
	margin-top: -164px
}
.pogoda-hld {
	position: relative;
	float: left;
	left: 42px;
	top: 11px;
	height: 55px;
	transition: right .4s;
	z-index: 9999;
	cursor: pointer
}

.pogoda-hld .info-btn.call-btn {
	border-radius: 50%;
	cursor: pointer;
	height: 45px;
	padding: 11px 13px;
	position: absolute;
	right: -12px;
	width: 45px
}

.call_animation {
	-webkit-animation: dot-pulse-idle 4s cubic-bezier(.19, 1, .22, 1) infinite both;
	animation: dot-pulse-idle 4s cubic-bezier(.19, 1, .22, 1) infinite both
}

@-webkit-keyframes dot-pulse-idle {
	0% {
		box-shadow: 0 0 0 0 #04b7f1
	}
	50% {
		box-shadow: 0 0 0 40px rgba(255, 255, 255, 0)
	}
}

@keyframes dot-pulse-idle {
	0% {
		box-shadow: 0 0 0 0 #04b7f1
	}
	50% {
		box-shadow: 0 0 0 40px rgba(255, 255, 255, 0)
	}
}
.mobile_display,
.mobile_menu {
	display: none
}

.none_imp_desktop {
	display: none!important
}

.email_deatils_duplicate {
	display: none
}



#loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 99999999;
    background: rgba(255,255,255,.9);
}

.centerDiv {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
/*============ header and footer =============*/

/* Banner Style */

.slideshow {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.slideshow .slider {
  width: 100vw;
  height: 100vw;
  z-index: 2;
}
.slideshow .slider * {
  outline: none;
}
.slideshow .slider .item {
  height: 100vh;
  width: 100%;
  position: relative;
  overflow: hidden;
  border: none;
}
.slideshow .slider .item .text {
  display: none;
}
.slideshow .slider .item img {
  height: 100%;
  width: 100%;
  min-width: 101%;
  min-height: 101%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.slideshow .slick-dots {
  position: absolute;
  z-index: 100;
  width: 40px;
  /* height: auto; */
  /* bottom: auto; */
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  /* left: auto; */
  color: #fff;
  display: block;
}
.slideshow .slick-dots li {
  display: block;
  width: 100%;
  height: auto;
}
.slideshow .slick-dots li button {
  position: relative;
  width: 20px;
  height: 15px;
  text-align: center;
}
.slideshow .slick-dots li button:before {
  content: '';
  background: #fff;
  color: #fff;
  height: 2px;
  width: 20px;
  border-radius: 0;
  position: absolute;
  top: 50%;
  right: 0;
  left: auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  transition: all .3s ease-in-out;
  opacity: 0.6;
}
.slideshow .slick-dots li.slick-active button:before {
  width: 40px;
  opacity: 1;
}
.slideshow.slideshow-right {
  left: 0;
  z-index: 1;
  width: 50%;
  pointer-events: none;
}
.slideshow.slideshow-right .slider {
  left: 0;
  position: absolute;
}

.slideshow-text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 100;
  font-size: 80px;
  width: 100%;
  text-align: center;
  color: #fff;
  font-weight: 100;
  pointer-events: none;
  text-transform: uppercase;
  letter-spacing: 20px;
  line-height: 0.8;
}
@media (max-width: 767px) {
  .slideshow-text {
    font-size: 40px;
  }
}
/* Banner Style */

/*============ Product Page =============*/
.product_section{
    position: relative;
    overflow: hidden;
}
.product_banner img{
    width: 100%;
    height: 55vh;
}
.no-padding-lr{
    padding-left: 0px;
    padding-right: 0px;
}
.product_box{
    position: relative;
    overflow: hidden;
    margin-bottom: 2px;
    margin-top: 2px
}
.product_box .product_overlay{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    opacity: 1;
    transition: opacity 0.3s;
}
.product_box:hover .product_overlay{
    opacity: 1;
}
.product_box img{
    object-fit: cover;
    height: 100%;
    width: 100%;
    transition: 0.5s;
}

.product_box .product_overlay p{
  font-family: 'Avant Garde Bold';
  text-transform: uppercase;
  line-height: 1.2
}

.product_box:hover img{
    transform: scale(1.1);
}
.product_box {
    cursor: url(../images/product/hover-plus.svg) 30 30, default;
}
.product_box .contant {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
    font-size: 25px;
}

.product_detail {
    z-index: 999;
    /* position: absolute; */
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    background-color: #3C3C3B;
    background-position: top right;
    background-repeat: no-repeat;
    background-size: 415px 100%;
    color: white;
    transition-property: all;
    -webkit-transition-property: all;
    -ms-transition-property: all;
    -moz-transition-property: all;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    /* height: 100vh; */
}
.open_detail{
    right: 0%;
}
body.product_data_shown .product_detail {
    cursor: url(../images/product/hover-minus.svg) 30 30, default;
}
.product_detail.product1 {
    background-color: #3C3C3B;
    background-image: url(../images/product/bg-green-prod-image-right.jpg);
}
.product_detail.product2 {
    background-color: #A65C35;
    background-image: url(../images/product/bg-green-prod-image-right.jpg);
}
.product_detail.product3 {
    background-color: #C59E58;
    background-image: url(../images/product/bg-green-prod-image-right.jpg);
}
.product_detail.product4 {
    background-color: #3c4e39;
    background-image: url(../images/product/bg-green-prod-image-right.jpg);
}
.product_detail.product5 {
    background-color: #63631f;
    background-image: url(../images/product/bg-green-prod-image-right.jpg);
}
.product_detail.product6 {
    background-color: #23230c;
    background-image: url(../images/product/bg-green-prod-image-right.jpg);
}
.product_detail.product7 {
    background-color: #033663;
    background-image: url(../images/product/bg-green-prod-image-right.jpg);
}
.product_detail.product8 {
    background-color: #3a0302;
    background-image: url(../images/product/bg-green-prod-image-right.jpg);
}
.table {
    display: table;
    height: 100%;
    width: 100%;
}
.align {
    display: table-cell;
    vertical-align: middle;
}
.product_detail h2 {
    font-size: 53px;
    line-height: 53px;
    text-transform: uppercase;
    margin: 0;
    font-family: 'Avant Garde Bold';
    font-weight: bold;
    letter-spacing: 8px;
}
.product_detail small {
    font-size: 12px;
    letter-spacing: 4px;
}
.product_detail .content {
    max-width: 420px;
    margin: 0 auto;
    width: 100%;
}
.product_detail .top-section {
    position: relative;
    top: 10px;
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition-delay: 0.7s;
    -webkit-transition-delay: 0.5s;
    -ms-transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
}
.product_detail.open_detail .top-section {
    top: 0;
    opacity: 1;
}
.product_detail .bottom-section {
    position: relative;
    opacity: 0;
    transition: all 0.8s;
    -webkit-transition: all 0.8s;
    -ms-transition: all 0.8s;
    -moz-transition: all 0.8s;
    transition-delay: 0.7s;
    -webkit-transition-delay: 0.7s;
    -ms-transition-delay: 0.7s;
    -moz-transition-delay: 0.7s;
}
.product_detail.open_detail .bottom-section {
    top: 0;
    opacity: 1;
}
.product_detail hr {
    border-top: 2px solid #eee;
    margin: 30px 0;
    width: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition-delay: 0.7s;
    -webkit-transition-delay: 0.5s;
    -ms-transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
}
.product_detail.open_detail hr {
    width: 75px;
}
.product_detail .image-right.image-right-responsive {
    display: none;
}
.product_detail .image-right {
    position: absolute;
    /* top: 40%; */
    top: 50%;
    /* transform: translateY(-40%); */
    transform: translateY(-50%);
    max-width: 500px;
    width: 100%;
    right: 150px;
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition-delay: 0.7s;
    -webkit-transition-delay: 0.5s;
    -ms-transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
}
.product_detail.open_detail .image-right {
    right: 200px;
    opacity: 1;
}
.product_detail .container{
    height: 100vh;
}
/*============ Product Page =============*/

/*============ About Page =============*/
.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}
.about_section_one .intro-text, .section-heading{
  font-size: 90px;
  text-transform: uppercase;
  font-family: 'Avant Garde Bold';
  color: #80a84c;
}
.black{color:#000;}
.about_section_one{
  padding: 200px 0px 50px 0px;
}
.about_section_one .contant{
  margin-top: 50px;
  font-family: 'MaisonNeue';

}
.about_section_two{
  background: url('../images/about/img.jpg');
  padding: 50px 0px;
  background-position: left center;
  background-size: contain;
  background-repeat: no-repeat;

}
.about_section_two_newimg{
  background: url('../images/process/peanut-sapling.png') !important;
  padding: 50px 0px;
  background-position: left center;
  background-size: 45% 100% !important;
  background-repeat: no-repeat !important;

}
.about_section_two .section-heading, .process_section_five .section-heading{
  margin-bottom: 30px;
}
.about_section_two p{
  margin-bottom: 20px;
  line-height: 2;
  font-family: 'MaisonNeue';
}
p strong{
  font-weight: 600;
}
.highlited_color{
  color: #19499d;
}
.section_p  {
    margin-bottom: 20px;
}
/*============ About Page =============*/
/*============ contact us Page =============*/
input, textarea, select {
    border: 1px solid #eaeaea;
    font-size: 14px;
    padding: 8px 15px;
    width: 100%;
    margin: 0 0 20px 0;
    max-width: 100%;
    resize: none;
    border-radius: 4px;
}
input{
    height: 46px;
}
.contact_box{
  padding: 100px 0px;
}
.contact_box h3{
  font-size: 20px;
  font-size: 18px;
  margin-bottom: 30px;
  font-weight: 700;
  text-transform: uppercase;
}
.theme_btn{
  background: #19499d;
  color: #fff;
  padding: 8px 40px;
  border-radius: 4px;
  border: solid 1px transparent;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: 0.5s;
}
.theme_btn:hover{
    background: transparent;
    border: solid 1px #19499d;
    color: #19499d;
}
.contact_box .address, .contact_box .phone,.contact_box .email{
  position: relative;
  padding-left: 30px;
  padding-bottom: 15px;
}
.contact_box .address::before,.contact_box .phone::before,.contact_box .email::before{
  content: "\f041";
  font-family:FontAwesome;
  position: absolute;
  margin-left: -30px;
  font-size: 19px;
  color: #19499d;
  margin-top: -5px;
}

.contact_box .phone::before{
    content: "\f095";
}
.contact_box .email::before{
  content: "\f0e0";
}
.contact_box a{
  color: #333;
}
.contact_box a:hover{
  color: #19499d;
}
.contact_box small{
  font-size: 14px;
  line-height: 22px;
  margin:15px 0px;
  font-family: 'MaisonNeue'; 
}
.contact_box .reached p{
  font-size: 14px;
}
.contact_box p strong{
  font-weight: 600;
}
.margin_top_20{
  margin-top: 20px;
}
/*============ contact us Page =============*/
/* Popup */
.modal-dialog {
  position:absolute;
  top:50% !important;
  left:50% !important;
  transform: translate(-50%, -50%) !important;
  -ms-transform: translate(-50%, -50%) !important;
  -webkit-transform: translate(-50%, -50%) !important;
  /* margin:auto 5%; */
}
#popup .modal-dialog{
    width: 25%!important;
}
#popup h4{
    font-size: 20px;
    text-transform: uppercase;
    color: #0a3560;
}
#popup .modal-title{
    line-height: 32px;
}
#popup .overlay{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0,0,0,0.6);
}
#popup .close{
    font-size: 35px;
    color: #19499d;
    opacity: 1;
    line-height: 32px;
}
#popup .modal-header {
    padding: 15px 15px 10px 15px;
}
/* Popup */
/*============ footer Page =============*/
footer{
  background: #fff;
  padding: 50px 0px;
}
.newsletter .btn{
  position: absolute;
  padding: 12px 15px;
  border-radius: 0px;
}
.newsletter input{
  border-radius: 0px;
}
.newsletter label{
  color: #fff;
  margin-bottom: 20px;
}
.social_media{
  margin-top: 30px;
}
footer a,footer{
    color: #000;
    font-family: 'MaisonNeue'; 
}
footer a:hover{
  color: #19499d;
}
.social_media a{
  padding: 0px 15px;
}
.social_icon{
  display: inline;
}
/*============ footer Page =============*/
.product_banner .banner_text{
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 65px;
  text-transform: uppercase;
  font-family: 'Avant Garde Bold';
  color: #80a84c;
}
.left_padding_2{
  padding-left: 2px;
}
.right_padding_2{
  padding-right: 2px;
}

.padding_40{
  padding: 40px 0;
}

.process_section_five{
  margin:50px 0px 0 0px;
  /*background: #ebebed;*/
  background-image: url("../images/process/11-process.jpg");
  background-repeat: no-repeat;
  background-position: right;
}

.process_section_six .well{
  background-color: #ebebec;
  border: none;
  box-shadow: none;
  border-radius: 0
}
.process_section_six .well img{
  width: 130px;
}
.process_section_three{
  padding: 50px 0px;
}
.process_section_three p strong{
  font-size: 18px;
  text-transform: uppercase;
  font-family: 'Avant Garde Bold';
}
.process_logo_section{
  text-align: center;
}
.process_logo_section img{
  margin-bottom: 30px;
}
.white_bg::before{
  content: '';
  background: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 50%;
}
.gry_bg::before{
  content: '';
  background: #eee;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 50%;
}
.project_saurashtra_logo{
  width: 250px;
}


/**/
.khedut_swiper_social_impact_maindiv {
  position: relative;
  overflow-x: hidden;
  padding-bottom: 50px;
  padding-top: 10px;
}
.khedut_swiper_social_impact_maindiv .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .2;
}
.khedut_swiper_social_impact_maindiv  .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    display: inline-block;
    border-radius: 100%;
    background:#19499d;
    opacity: .2;
}
.khedut_swiper_social_impact_maindiv .swiper-pagination-bullet-active {
    opacity: 1;
    background: #80a84c;
}
.sectionpadding {
  padding: 80px 0;
}

.certificate_padding {
    padding: 30px;
}

.certificate_bg_white {
    background: transparent;
    transition: all ease-in-out 0.5s;
    border: 1px solid #19499d;
    border-radius: 8px;
    height: 250px;
}


.font-20 {
  font-size: 20px;
}
.cetificate_outer_block p {
  padding-top: 25px;
}
.homepage_swiper {
  position: relative;
  width: 100%;

}
.homepage_swiper {
  overflow: hidden;
}
.swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: unset;
    left: unset;
    width:3%;
    top: 50%;
    right: 10px !important;
}

/*.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: block;
    border-radius: 100%;
    background: #000;
    opacity: .2;
}*/
.homepage_swiper.swiper-pagination-bullet {
    display: block;

 
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 10px 0px;
}


.homepage_swiper .swiper-pagination-bullet {
    display: block;
    width: 30px;
    border-radius: 0;
    height: 3px;
    margin: 10px 0px 10px 20px !important;
    transition: all ease-in-out 0.5s;
}

.homepage_swiper .swiper-pagination-bullet-active {
    opacity: 1;
    background: #fff;
    width: 49px;
    height: 3px;
    border-radius: 0;
    margin: 10px 0px 10px 0 !important;
    transition: all ease-in-out 0.5s;
}

.homepage_swiper .swiper-slide .item {
    display: block;
    overflow: hidden;
    transform:translateY(100%);
    opacity: 0;
}
.homepage_swiper .slideshow-text  {
  overflow: hidden;
}


.homepage_swiper .swiper-slide.swiper-slide-active .item{
  
  transform:translateY(0%);
  overflow: visible;
  transition: all ease-in-out 0.5s;
  opacity: 1;
}

.homepage_swiper .swiper-slide-prev .item {
    display: block;
    overflow: hidden;
    transform:translateY(-100%);
    opacity: 0;
}
.homepage_swiper .swiper-slide-next .item {
  display: block;
    overflow: hidden;
    transform:translateY(100%);
    opacity: 0;
} 
/*.swiper-slide-next*/


 .main_flex {
  /*  display: flex;
  */  align-items: center;
    
}
.sidenumber_text {
/*    display: flex;
    align-items: center;*/
}
.font65 {
    font-size: 41px;
    font-weight: bold;
}
 .rich_text {
    margin: 5% 0 0 0%;
    text-align: center;
    line-height: 1;
}
.rich_text p {
  line-height: 1.2;
} 
.font28 {
    font-size: 20px;
}

.homepage_width {
  width: 80%;
  margin: 0 auto;
}

.numbers h1 {
  font-size: 22px;
  text-align: center;
  color: #000;
  font-weight: 800;
  font-family: 'avantgardebold';
}
.numbers span {
  display: block;
  font-size :50px;
  margin-bottom: 10px;

}
.sidenumber_text {
    padding: 25px 0px;
}



  .bulletul .circle {
      position: relative;
      padding: 5px 0 5px 25px;
      color: #000;
  }
  .circle:before {
      position: absolute;
      content: "";
      height: 10px;
      width: 10px;
      background: #19499d;
      left: 0;
      border-radius: 25px;
      top: 11px;
  }

  .contact_page {
    padding-bottom: 30px;
    padding-top: 120px;
  }

  .make_inquiery {
    padding: 80px 0;
    background: #f4f4f4;
   
  }