body {
font-family: 'Montserrat', sans-serif;
margin: 0;
position: relative;
overflow-x: hidden;
}
a {
text-decoration: none;
color: #1974ba;
}
ul {
margin: 0;
padding: 0;
list-style: none;
}
header.sticky-header {
    position: fixed;
    z-index: 99;
    width: 100%;
    top: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    background: #fff;
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.15);
    animation: 0.5s ease-in-out 0s normal none 1 running fadeInDown;
}
header {
    position: absolute;
    width: 100%;
    height: auto;
    content: '';
    z-index: 99;
    background: #fff;
    box-shadow: 0 5px 20px 0 rgba(113, 112, 112, 0.15);
}
.top_header {
background-color: #00AEEF;
padding: 15px 0;
font-family: 'Source Sans Pro', sans-serif;
}
.top_header ul.top_cnt {
display: flex;
align-items: center;
justify-content: space-between;
}
.top_header ul.top_cnt li {
color: #fff;
font-size: 14px;
margin-right: 30px;
}
.top_header ul.top_cnt li a {
color: #fff;
}
.top_header .top_cnt .social_ico {
margin: 0;
margin-left: 20px;
}
.top_header .top_cnt .social_ico a {
margin-right: 12px;
font-size: 16px;
}
.top_header ul.top_cnt li:hover a {
color: #fff;
}
.top_header ul.top_cnt li i {
padding-right: 5px;
}
.main_menu .sub_menu_dropdown {
position: absolute;
transition: opacity .2s .1s,visibility .2s .1s,top .2s .1s;
padding: 0px;
width: 280px;
background-color: #f1f2f4;
left: 0;
top: 30px;
z-index: 300;
visibility: hidden;
opacity: 0;
}
.main_menu .menu-item {
position: relative;
margin-right: 24px;
}
.main_menu .menu-item:hover .sub_menu_dropdown {
visibility: visible;
opacity: 1;
}
.main_menu .sub_menu {
display: flex;
/*flex-wrap: wrap;*/
margin-bottom: 0;
padding-left: 0;
justify-content: center;
}
.main_menu .sub_menu li.menu-item a {
padding: 0px 15px;
}
.header_logo {
text-align: left;
}
.header_logo img {
width: 80%;
}
header.main_header {
padding: 10px 0;
border-bottom: solid 1px #ddd;
}
.main_menu .sub_menu>li a {
font-family: 'Montserrat', sans-serif;
}
.main_menu .sub_menu a {
color: #000;
text-transform: uppercase;
font-weight: 700;
font-size: 14px;
transition: 0.3s;
}
.main_menu .sub_menu_dropdown a {
padding: 12px !important;
text-transform: capitalize;
font-weight: 500;
display: block;
border-top: solid 1px #ddd;
padding-left: 25px !important;
border-left: solid 3px transparent;
}
.main_menu .sub_menu a:hover {
color: #016543 !important;
border-left-color: #016543;
background-color: #fff;
}
.main_menu .sub_menu a.active{
color: #00aeef !important;
}
.main_menu li.search_header {
margin-left: 25px;
position: relative;
}
.main_menu li.search_header a {
position: relative;
}
.main_menu li.search_header>a::before{
content: "\f002";
font-family: 'FontAwesome';
font-size: 18px;
transition: 0.3s;
}
.main_menu li.search_header.active>a::before {
content: "\f00d";
}
.minisearch {
position: absolute;
top: 52px;
left: -20px;
padding: 20px;
border: solid 1px #ddd;
background-color: #fff;
width: 280px;
opacity: 0;
visibility: hidden;
transform: translateY(20px);
transition: opacity 0.3s,transform 0.3s;
}
.search_header.active .minisearch {
opacity: 1;
visibility: visible;
-webkit-transform: translateY(0);
transform: translateY(0);
-webkit-transition: opacity 0.5s,-webkit-transform 0.5s;
transition: opacity 0.5s,transform 0.5s;
}
.search_header .minisearch form {
position: relative;
}
.search_header.active .minisearch i {
position: absolute;
right: 0;
top: 0;
bottom: 0;
width: 40px;
height: 40px;
color: #1974ba;
display: flex;
align-items: center;
justify-content: center;
}
.search_header.active .minisearch input {
width: 100%;
height: 40px;
border-radius: 4px;
padding-right: 40px;
font-size: 14px;
padding-left: 10px;
outline: none;
border: solid 1px #ddd;
background-color: #f1f1f1b5;
}
.search_header .minisearch form a {
position: absolute;
right: 0;
width: 40px;
height: 40px;
background-color: transparent !important;
}
/*.home_main_banner {
background-image: url(../images/home_banner_bg.jpg);
width: 100%;
background-size: 100%;
padding: 232px 0;
}*/
.carousel-caption.d-none.d-md-block .banner_cnt {
max-width: 61%;
background-color: #fff;
padding: 35px;
position: relative;
top: -163px;
right: 92px;
text-align: left;
border-radius: 10px;
}
.carousel-caption.d-none.d-md-block .banner_cnt h2 {
    color: #001e4c;
    font-size: 60px;
    margin-bottom: 40px;
    font-weight: 600;
}
.carousel-caption.d-none.d-md-block .banner_cnt h2 span {
display: block;
color: #00AEEF;
font-weight: 200;
font-size: 31px;
}
.carousel-caption.d-none.d-md-block .banner_cnt button {
background-color: #00AEEF;
border: 0;
padding: 13px 15px;
border-radius: 6px;
color: #fff;
font-weight: 500;
text-transform: uppercase;
}
.main_heading {
text-align: center;
background-color: #00AEEF;
color: #fff;
padding: 20px 0;
opacity: 10.1;
}
.main_heading h1 {
margin: 0;
font-size: 32px;
font-weight: 600;
}
.sec_space {
padding: 60px 0;
}
.sec_heading {
text-align: center;
padding-bottom: 40px;
}
.sec_heading h3 {
font-size: 26px;
margin: 0;
color: #222;
font-weight: 600;
}
.commercial {
background-color: #f4f4f4;
}
.commercial_box {
background-color: #fff;
box-shadow: 2px 2px 5px #00000021;
border: solid 1px #ddd;
}
.commercial_box h4 {
margin: 0;
padding: 20px 15px;
text-align: center;
position: relative;
padding-top: 40px;
}
.commercial_box h4 a {
font-size: 14px;
}
.commercial_box h4:before {
content: "";
position: absolute;
top: 25px;
left: 50%;
width: 50px;
height: 1px;
transform: translate(-50%, 0px);
background-color: #1974ba;
}
.Service_slider .owl-dots {
text-align: center;
}
.Service_slider .owl-dots .owl-dot {
background-color: #000 !important;
width: 10px;
height: 10px;
display: inline-block;
opacity: .4;
border-radius: 20px;
margin-left: 5px;
}
.Service_slider .owl-dots button.owl-dot.active {
opacity: 1;
}
.Service_slider .owl-nav {
position: absolute;
top: 50%;
left: -20px;
right: -20px;
display: flex;
align-items: center;
justify-content: space-between;
transform: translate(0px, -50%);
}
.Service_slider .owl-nav button {
background-color: #e7e7e7 !important;
width: 30px;
height: 30px;
border: solid 1px #d0d0d0 !important;
color: #000 !important;
font-size: 28px !important;
display: flex;
align-items: center;
justify-content: center;
}
.owl-stage-outer {
padding-bottom: 15px;
}
.commercial_box img {
height: 280px;
object-fit: cover;
width: 100%;
}
.about_cnt {
text-align: center;
}
.about_cnt p {
font-size: 18px;
color: #8a8a8a;
margin: 0;
line-height: 30px;
}
.sec_heading p {
margin: 0;
margin-top: 15px;
font-size: 14px;
color: #666;
}
.why_choose {
background-color: #f4f4f4;
}
.why_icon_box {
text-align: center;
}
.why_icon_box img {
width: 60px;
}
.why_icon_box h4 {
margin-top: 25px;
margin-bottom: 15px;
font-size: 18px;
text-transform: uppercase;
font-weight: 600;
color: #1974ba;
}
.why_icon_box p {
font-size: 14px;
color: #666;
margin: 0;
}
/*jitendra css  comment */
.Commercial.lawyers {
background-image: url(../images/commercial02.jpg);
width: 100%;
background-size: 100%;
padding: 128px 0;
margin-top: 50px;
}
.Contact-men h1 {
font-style: normal;
font-weight: 700;
font-size: 50px;
line-height: 69px;
text-transform: uppercase;
color: #fff;
}
.Comme_heading h4{
font-style: normal;
font-weight: 700;
font-size: 24px;
line-height: 38px;
text-transform: uppercase;
}
.Comme_heading {
text-align: center;
padding-top: 35px!important;
margin-bottom: 49px;
}
.after-treatment {
padding: 21px 0;
}
.title-black {
font-size: 28px;
line-height: 1.2;
color: #333333;
}
.after-treatment-text .title-black {
padding-bottom: 25px;
}
/*.after-treatment-text p {
font-family: source sans pro;
font-style: normal;
font-weight: 300;
font-size: 24px;
line-height: 37px;
text-transform: none;
}
.styled-subtitle p{
font-family: source sans pro;
font-style: normal;
font-weight: 300;
font-size: 24px;
line-height: 37px;
text-transform: none;   
}*/
.styled-subtitle {
font-family: source sans pro;
font-style: normal;
font-weight: 300;
font-size: 24px;
line-height: 37px;
text-transform: none;
}
.after-treatment-text {
padding-left: 21px;
padding-right: 21px;
text-align: justify; font-size:22px; line-height:28px; color: #878787;
}
.process-sec {
background-color: #f4f6f7;
background-position: center top;
padding: 30px 15px;
border-radius: 5px;
/*box-shadow: 0px 1px 21px #ddd;
border: 0.5px solid transparent;*/
}
.process-sec img {
width: 100px;
height: 100px;
margin-bottom: 20px;
}
.process-sec h4 {
margin-bottom: 4px;
font-style: normal;
font-weight: 700;
font-size: 16px;
line-height: 25px;
text-transform: uppercase;
}
.process-sec p {
font-size: 14px;
}
section.process{
padding: 10px 0px;  
}
.profiles_button a.btn_men {
border: 1px solid #383838;
background-color: transparent;
padding: 7px 19px;
color: #383838;
text-transform: uppercase;
font-size: 14px;
}
.profiles_button a.btn_men:hover{
background-color: #383838;
color: #fff;
}
.profiles_button {
margin-top: 35px;
margin-bottom: 20px;
}
.improved img {
width: 100%;
}
.after_men p{
text-align: justify;
font-size: 22px;
line-height: 28px;
padding-top: 0px;
padding-bottom: 67px;
color: #878787;  
}
.wpb_wrapper h1 span{
font-style: normal;
font-weight: 700;
font-size: 50px;
line-height: 69px;
text-transform: uppercase;
color: #1974ba !important;
}
.wpb_wrapper p{
font-size: 22px;
text-align: center;
font-weight: 400;
color: #383838;
}
.wpb_wrapper a.meeting_dots {
font-size: 21px;
color: #1974ba;
font-weight: 500;
}
.qualified a.free_button {
background-color: #1974ba;
padding: 14px 29px;
color: #fff;
font-weight: 500;
font-size: 19px;
border: 1px solid #1974ba;
border-radius: 5px;
}
.qualified {
text-align: center;
margin-top: 50px;
}
.qualified a.free_button:hover{
background-color: transparent;
border: 1px solid #1974ba;
color: #1974ba;
}
p.free_consultation {
font-size: 15px;
font-weight: 400;
margin-top: 37px;
color: #858383;
}
.serviceBox{
text-align: center;
margin: 20px 0 30px 0;
padding: 40px 0px 36px;
border: 1px solid #f0f3f2;
border-bottom: 5px solid #006442;
}
.serviceBox .service-image > a > img{
width: 180px;
height:auto;
border-radius: 50%;
transition: all 0.2s ease-in-out 0s;
}
.serviceBox .service-content h3{
text-transform: uppercase;
font-size: 17px;
font-weight: bold;
letter-spacing: 1.25px;
margin-bottom: 16px;
color:#373e44;
transition: all 0.21s ease 0s;
}
.serviceBox .service-content p{
padding: 0 35px;
color:#616161;
line-height: 1.7;
}
.serviceBox .read{
margin-top: 20px;
}
.serviceBox .read > a{
text-transform: uppercase;
color:#1974ba;
font-size: 12px;
font-weight: bold;
letter-spacing: 1px;
text-decoration: none;
position: relative;
transition: all 0.16s ease 0s;
}
.serviceBox .read > a:hover:after{
content: "\f061";
font-family: "Font Awesome 5 Free"; font-weight: 900;
font-size: 8px;
position: absolute;
right:-13px;
top:0px;
}
.serviceBox:hover .service-image > a > img{
padding: 8px;
border: 3px solid #006442;
transition: all 0.2s ease-in-out 0s;
}
.serviceBox:hover .service-content h3,
.serviceBox:hover .read > a{
color:#7a4b94;
}
.serviceBox:hover {
background-color: #f0f3f2;
}
.teem_owar {
text-align: center;
padding-top: 46px;
}
.teem_owar h1 {
font-style: normal;
font-weight: 700;
font-size: 36px;
line-height: 53px;
text-transform: uppercase;
}
.service-image {
margin-bottom: 26px;
}
/*jitendra slider*/
section.review-slider.section-padding-100{
background-image: url(../images/back_img.jpg);
background-position: center!important;
background-repeat: no-repeat!important;
background-size: cover!important;
height: 150px;
margin-bottom: 283px;
}
.review-box figure img {
width: 100%;
height: 100%;
object-fit: cover;
object-position: center;
}
.review-carousel .slick-slide.slick-current .review-box figure {
border-color: #C9C9C9;
}
.review-box figure {
width: 78px;
height: 78px;
border-radius: 50%;
overflow: hidden;
display: inline-block;
border: 3px solid #333333;
}
.review-box {
color: #333333;
text-align: center;
padding: 30px;
background-color: #ffff;
border: 1px solid #CCC;
position: relative;
z-index: 1;
top: 48px;
margin-bottom: 50px;
}
.review-carousel .slick-list {
margin-left: -12px;
margin-right: -12px;
}
.review-box::before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.review_slider .owl-dots .owl-dot {
background-color: #000 !important;
width: 10px;
height: 10px;
display: inline-block;
opacity: .4;
border-radius: 20px;
margin-left: 5px;
}
.review_slider .owl-dots {
text-align: center;
}
.review_slider .owl-nav button {
width: 40px;
height: 40px;
border-radius: 50%;
background-color: #333333 !important;
display: inline-flex;
align-items: center;
justify-content: center;
font-size: 32px !important;
line-height: 0;
border: none;
color: #fff !important;
}
.review_slider .owl-nav button {
width: 40px;
height: 40px;
border-radius: 50%;
background-color: #333333 !important;
display: inline-flex;
align-items: center;
justify-content: center;
font-size: 32px !important;
line-height: 0;
border: none;
color: #fff !important;
}
.review_slider .owl-nav {
position: absolute;
top: 50%;
left: -20px;
right: -20px;
display: flex;
align-items: center;
justify-content: space-between;
transform: translate(0px, -50%);
}
.review_slider .owl-nav span {
margin-top: -6px;
}
.menub {
text-align: left;
}
.menub h2{
font-weight: 700;
font-size: 15px;
overflow: hidden;
padding-right: 25px;
white-space: nowrap;
text-overflow: ellipsis;
color: #000;
margin-bottom: 2px;
}
.ratings ul {
display: inline-flex;
}
.review-box_contact p{
font-size: 16px;
}
.ratings ul li {
color:#f6bb06;
margin: 0;
padding-right: 7px;
margin-bottom: 10px;
}
section.letest_news {
margin-bottom: 43px;
}
.business_news a.read_button {
background-color: transparent;
padding: 9px 24px;
color: #fff;
font-size: 17px;
font-weight: 500;
border: 2px solid #1974ba;
color: #1974ba;
}
.business_news {
margin-bottom: 34px;
}
.business_news a.read_button:hover {
background-color: #1974ba;
color: #fff;
}
.commercial_box_redmore h4{
margin: 0;
position: relative;
padding-top: 22px;
margin-bottom: 22px;
font-size: 16px;
/* line-height: unset!important; */
font-weight: 500;
}
.commercial_box_redmore {
background-color: #fff;
box-shadow: 2px 2px 5px #00000021;
border: solid 1px #ddd;
border-bottom: 5px solid #1974ba;
}
.news_contact h2 {
font-style: normal;
font-weight: 700;
font-size: 36px;
line-height: 53px;
text-transform: uppercase;
margin-bottom: 50px !important;
color: #1974ba;
text-align: center;
}
.news_contact {
padding-top: 46px;
}
.veniam_tation {
padding: 10px 18px;
}
p.laoreet {
margin-bottom: 28px;
font-size: 15px;
}
section.vc_column-inner{
margin-bottom: 0!important;
padding-top: 35px!important;
padding-bottom: 35px!important;
background-color: #f0f3f2!important;
}
/*jitendra form css */
.profile .form-control {
border-radius: 0px;
border: 1px solid #ced4da;
min-height: 50px;
}
.mobilenumber {
padding-left: 30px;
}
.profile .form-control {
border-radius: 0px;
border: 1px solid #ced4da;
min-height: 50px;
}
input, select {
box-shadow: none !important;
}
.form-control {
width: 100%;
min-width: unset;
max-width: unset;
height: auto;
min-height: unset;
max-height: unset;
display: block;
margin: 0;
padding: 10px 0 9px;
border-width: 0 0 2px;
border-style: solid;
border-radius: 0;
background-color: transparent!important;
background-image: unset;
line-height: 1.3em;
-webkit-transition: .2s;
transition: .2s;
margin-bottom: 64px;
border-color: #1974ba;
}
.title-h3, h3 {
font-style: normal;
font-weight: 700;
font-size: 28px;
line-height: 42px;
text-transform: uppercase;
}
span.light {
font-weight: 300;
}
.Consultation_free {
margin-top: 32px;
margin-bottom: 50px;
}
label {
display: inline-block;
margin-bottom: 31px;
}
input#forminator-field-text-1 {
width: 100%;
min-width: unset;
max-width: unset;
height: auto;
min-height: unset;
max-height: unset;
display: block;
margin: 0;
padding: 10px 0 9px;
border-width: 0 0 2px;
border-style: solid;
border-radius: 0;
background-color: transparent!important;
background-image: unset;
line-height: 1.3em;
border-color: #1974ba;
}
.form-group_textarea textarea{
width: 100%;
min-height: 140px;
resize: vertical;
display: block;
margin: 0;
padding: 0 9px 9px;
border-width: 2px;
border-style: solid;
border-radius: 2px;
background-image: unset;
line-height: 20px;
-webkit-transition: .2s;
transition: .2s;
border-color:#1974ba;  
background-color: transparent!important;
}
.forminator-button {
text-align: left;
margin-top: 19px;
margin-left: 30px;
}
a.forminator-button-submit {
background-color:#1974ba;
padding: 11px 18px;
color: #fff;
font-size: 16px;
}
figure.zoom {
& img:hover {
opacity: 0;
}
img {
transition: opacity 0.5s;
display: block;
width: 100%;
}
background-position: 50% 50%;
position: relative;
width: 500px;
overflow: hidden;
cursor: zoom-in;
}
/*img salider css start....*/
.five-block-image .img-itm img {
width: 100%;
transition: all .3s ease 0s;
}
.p1 {
overflow: hidden !important;
}
.five-block-image .img-itm {
position: relative;
/* margin-bottom: 30px;*/
}
/*.heading {
padding: 0px 0px 40px;
}*/
.catgoryslider .owl-nav, .bestseller .owl-nav, .allshops .owl-nav, .porticaslider .owl-nav {
position: absolute;
top: 50%;
transform: translateY(-50%);
width: 100%;
display: flex;
justify-content: space-between;
}
.catgoryslider .owl-nav span, .bestseller .owl-nav span, .allshops .owl-nav span, .porticaslider .owl-nav span, .testimonialslider .owl-nav span {
width: 30px;
    background: #ea1d0e;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    font-size: 40px;
    line-height: 0px;
    padding-bottom: 5px;
    color: #fff;
}
.main_heading2 {
text-align: center;
background-color: #434345;
color: #fff;
padding: 20px 0;
opacity: 10.1;
}
.main_heading2 h1 {
margin: 0;
font-size: 32px;
font-weight: 600;
}
.reputation h2 {
    color: #006442;
    font-size: 33px;
    margin-bottom: 10px;
    font-weight: 600;
}
.reputation p {
display: block;
color: #383838;
font-weight: 700;
font-size: 15px;
width: 84%;
}
span.products02 {
font-weight: 500;
}
.reputation {
    padding: 30px 0px 0px;
}
section.our_business6 {
background-color: #f5f6f1;
padding: 100px 0px;
}
.premium.quality {
/*    background-color: #ea1d0e;*/
    padding: 10px 11px;
    color: #fff;
    margin-bottom: 15px;
}
.customers-5 p {
font-size: 15px;
font-weight: 500;
line-height: 25px;
text-align: justify;
}
/*....................*/
.service-media {
position: relative;
overflow: hidden;
height: 100%;
}
.service-img {
width: 100%;
height: 100%;
overflow: hidden;
}
.service-media img {
width: 100%;
height: 100%;
object-fit: cover;
object-position: center;
}
.service-hover {
width: 100%;
position: absolute;
left: 0;
/* bottom: -329px; */
background-color: rgba(0, 0, 0, 0.85);
padding: 0 80px;
padding-bottom: 50px;
transition: 500ms all ease-in-out;
transform: translateY(calc(100% - 92px));
bottom: 0;
}
.service h4 {
font-size: 28px;
line-height: 34px;
color: #FFF;
padding: 29px 0;
border-bottom: 1px solid #FFF;
margin-bottom: 30px;
position: relative;
}
.service-hover-title {
display: inline-block;
}
.service-list {
margin-bottom: 65px;
}
.service-list ul {
margin: -15px 0;
}
.custom-tabs {
border-bottom: 1px solid #E7E6E9;
}
.service-list ul li {
padding: 15px 0;
}
.service-list ul li a {
font-size: 18px;
line-height: 24px;
color: #848484;
}
.service-hover .button {
padding-left: 30px;
padding-right: 30px;
}
.button-bordered {
color: #FFF;
background-color: transparent;
border-color: #FFF;
}
.service-details {
    background-color: #006442;
    height: 100%;
    color: #fff;
    padding: 22px 20px;
}
.service-details.leading {
    background-color: #ea1d0e;
}
/*.premium.quality.upgraded {
    background-color: #006442;
}*/
/*....................*/
section.offer {
}
section.offer .feature-item {
    background: #ea1d0e none repeat scroll 0 0;
    margin-bottom: 30px;
    padding: 40px 25px;
    text-align: center;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    height: 90%;
    text-align: left;
    border-radius: 13px;
    border: 2px dashed rgb(255 255 255);
}
section.offer .feature-item i {
font-size: 48px;
color: #464682;
float: none;
}
section.offer .feature-item h3 {
color: #fff;
font-size: 20px;
font-weight: 600;
margin-bottom: 7px;
margin-top: 15px;
padding-top: 10px;
text-align: center;
text-transform: capitalize;
text-align: left;
}
section.offer .feature-item p {
color: #fff;
font-size: 14px;
margin-bottom: 15px;
line-height: 25px;
}
section.offer .feature-item .btn.btn-primary {
background: transparent none repeat scroll 0 0;
border: 2px solid transparent;
color: #555;
float: none;
font-size: 16px;
font-weight: 600;
margin-top: 0;
padding: 10px 22px;
text-align: center;
text-transform: capitalize;
}
section.offer .feature-item .btn.btn-primary i {
font-size: 16px;
color: #555;
}
section.offer .feature-item:hover {
    background: #006442;
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}
.offer {
background-image: url(../images/home_banner99_bg.jpg);
background-size: 100%;
padding: 100px 50px 55px;
background-repeat: no-repeat;
background-position: top right;
}
.single_image_contant {
padding: 60px 0;
}
.single_contant_inner {
width: 80%;
}
.single_contant_inner h4 {
font-size: 32px;
font-weight: 700;
margin-bottom: 20px;
color: #00AEEF;
}
.single_contant_inner p {
font-weight: 500;
color: #595959;
font-size: 16px;
margin-bottom: 30px;
}
.gallerysimages img:hover {
transform: scale(1.05);
}
/* foter css start... */
.site-footer.style-2 {
background-repeat: no-repeat;
background-position: center;
position: relative;
height: auto !important;
background-color: #0e1b1f;
background-size: contain;
z-index: 1;
}
footer {
color: #fff;
font-size: 15px;
}
.single_image_contant {
/*background-image: url(../images/home-two-about-us.jpg); */
background-image: linear-gradient(90deg, #fbeada47 0%, #fdecdc 100%);
background-repeat: no-repeat;
background-size: 100%;
}  
}
.site-footer.style-2:before {
content: "";
background-image: url(../images/pattern2.png);
background-position: left top;
background-repeat: no-repeat;
background-size: contain;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: -1;
}
.dlab-subscribe.style-1 {
padding: 50px 60px;
background-color: #fff;
z-index: 99;
position: relative;
border-radius: 10px;
box-shadow: 0 0px 30px 0 rgb(0 0 0 / 10%);
background-image: url(../images/pattern3.png);
background-position: bottom;
background-repeat: no-repeat;
background-size: 100%;
}
.align-items-center {
align-items: center !important;
}
.dlab-subscribe.style-1 .title {
font-size: 28px;
font-weight: 700;
color: #000;
}
.form-group {
position: relative;
}
.dlab-subscribe.style-1 form .input-group.shadow {
border-radius: 0.5rem;
box-shadow: 0 0 60px 0 rgb(0 0 0 / 10%) !important;
-webkit-transition: all 1s;
-ms-transition: all 1s;
transition: all 1s;
}
.form-control {
position: relative;
border-radius: 0.25rem !important;
height: 60px;
border: 1px solid #cccccc;
padding: 10px 20px;
font-size: 15px;
font-weight: 400;
color: #888;
transition: all 0.3s ease-in-out;
background: #fff;
margin-bottom: 5px;
}
.input-group > .form-control, .input-group > .form-select {
position: relative;
flex: 1 1 auto;
width: 1%;
min-width: 0;
}
.dlab-subscribe.style-1 form .form-control {
border-radius: 0.5rem 0 0 0.5rem !important;
border: 0;
border: 1px solid #fff;
}
.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
margin-left: -1px;
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
.input-group .btn {
position: relative;
z-index: 2;
}
.site-footer.style-2 .container + .footer-top {
padding-top: 70px;
}
footer .widget {
margin-bottom: 30px;
}
footer .footer-logo {
margin-bottom: 25px;
}
footer .footer-logo img {
max-width: 100%;
}
footer .widget_getintuch ul li {
position: relative;
padding: 8px 0;
display: flex;
align-items: center;
}
footer .widget_getintuch ul li i {
height: 40px;
width: 40px;
min-width: 40px;
line-height: 40px;
margin-right: 10px;
text-align: center;
background-color: #464682;
display: block;
border-radius: 50px;
}
.site-footer.style-2 .footer-bottom {
background-color: #00AEEF;
padding: 10px 0;
}
.align-items-center {
align-items: center !important;
}
.dlab-social-icon li {
display: inline-block;
}
.site-footer.style-2 .dlab-social-icon li a {
background-color: #fff;
color: #464682;
}
.widget.widget_services li a {
color:#9ba0a2;
font-size: 13px;
}
.dlab-social-icon li a {
height: 32px;
width: 32px;
line-height: 32px;
text-align: center;
border-radius: 50px;
font-size: 14px;
color: var(--primary);
background-color: #fff;
-webkit-transition: all 1s;
-ms-transition: all 1s;
transition: all 1s;
margin: 2px;
}
.input-group .btn {
position: relative;
z-index: 2;
}
.input-group > .form-control, .input-group > .form-select {
position: relative;
flex: 1 1 auto;
width: 1%;
min-width: 0;
}
.input-group-addon button {
background-color: #00aeef;
border: 0;
padding: 10px 26px;
}
.single_img_inner {
padding: 8px;
background: var(--color-white);
box-shadow: 0px 10px 45px rgb(0 0 0 / 7%);
border-radius: 10px;
}
.arrow-sign {
margin-bottom: -36px;
}
.arrow-sign img {
position: relative;
right: -235px;
top: -51px;
}
section.preliminary_teemn {
margin-bottom: 100px;
}
h1.jalaj_men {
font-size: 29px;
margin-left: 9px;
color: #fff;
text-transform: uppercase;
}
p.mennn {
color: #fff;
font-size: 14px;
margin-left: 51px;
position: relative;
top: 16px;
}
a.rights_now {
font-size: 16px;
font-weight: 600;
color: #0e1b1f;
}
/*header css start*/
.logo img {
    width: 127px;

}
.header_cls {
display: flex;
padding: 5px 0;
align-items: center;
position: relative;
}
.navbar-nav.mr-auto a.active {
color: #00aeef !important;
}
.menu {
margin-left: auto;
}
.menu ul {
padding-left: 0;
display: flex;
align-items: center;
align-self: center;
margin-bottom: 0;
}
.menu ul li {
display: inline-block;
    padding: 0 34px;
    position: relative;
    margin-right: 15px;
}
.menu ul li a {
    width: 100%;
    color: #000;
    font-size: 16px;
    text-decoration: none;
    padding: 0 !important;
}
.menu ul li a {
position: relative;
transition: all 0.5s;
font-weight: 600;
}
/*.menu ul li a:hover::after {
width: 100%;
}*/
.overlaybox {
display: none;
}
.account_sec button {
margin-left: 10px;
}
header .btn-primary {
height: 38px;
}
.develop_in{
    display: inline-block;
    position: relative;
    float: left;
    width: 100%;
    height: 97%;
    padding: 0;
    margin: 0;
    line-height: 14vw;
    background: #006442;
    text-align: left;
    color: #fff;
    text-align: left; color: #fff;"> <span style="display: inline-block; width: 100%;
   line-height: 1.5vw; font-size: 1vw; padding: 2.5% 4%;"><label style="display: inline-block;
   font-size: 2vw; padding: 2% 0; 
   padding: 19px 17px !important;
   }
   .develop_in h2 {
  font-size: 22px;
    line-height: 7px;
    margin-bottom: -17px;
   }
   .develop_in p {
   font-size: 18px;
   line-height: 31px;
   text-align: justify;
   }
   a.button_more{
   background-color: #fff;
   padding: 8px 23px;
   font-size: 18px;
   font-weight: 600;
   color: #383838;
   border-radius: 5px;
   }
   .trading_now{
   position: relative; float: left; width: 100%; height: 48%; padding: 0; text-align: left; margin: 2% 0 0 0; line-height: 19.2vw; font-size: 1vw; color: #fff;"> <span style="display: inline-block; width: 49%; height: 423px; line-height: 1.5vw; float: left; font-size: 1vw; background: #00aeef; padding: 4%; text-align: justify;
}
.dynamic_now{
display: inline-block; position: relative; width: 100%; height: 423px; line-height: 1.5vw; float: right; font-size: 1vw; background: #001e4c; padding: 4%; text-align: justify;
}
.trading_now {
width: 100%;
}
.trading_now h2 {
font-size: 24px;
}
.dynamic_now p {
    background: #fff;
    display: inline-block;
    padding: 10px;
    padding-bottom: 0;
    height: 100%;
    border: 0px solid #ea1d0e;
    padding: 10px;
}
.dynamic_now h2 {
font-size: 24px;
color: #ffff;
}
.single_img_inner img {
width: 100%;
}
.main-header::after {
content: "";
    position: absolute;
    top: 0px;
    width: 17%;
    width: 27%;
    height: 100%;
    z-index: -1;
    background-color: #fff;
    -webkit-transform: skew(23deg);
    transform: skew(23deg);
    left: -37px;
}
/*.main-header {
 position: fixed;
    width: 100%;
    z-index: 11;
    background-color: #fff;
    padding: 1px 0px;
  box-shadow: 0 0 20px 0 rgb(163 163 163 / 19%);
}*/
.among_in {
    background-color: #006442;
    height: 100%;
    border-radius: 20px 21px 0px 0px;
}

.among_in img {
width: 100% !important;
border-radius: 20px 21px 0px 0px;
height: 320px;
margin-bottom: 20px;
object-fit: fill;
border: 0.5px solid #00aeef;
transition: all 0.5s;
}
.among_in:hover {
    background-color: #ea1d0e;
}
.among_in img:hover {
transform: translateY(-10px);
}
.single_contant_inner {
width: 100%;
padding: 16px;
}
.single_contant_inner h4 {
color: #ffff;
font-weight: 700;
margin-bottom: 15px;
font-size: 22px;
}
.single_contant_inner p {
text-align: justify;
line-height: 28px;
color: #ffff;
font-size: 15px;
}
section.leading_bajra {
padding: 80px 0px;
}
section.our_business5 {
    padding: 20px 0px 20px;
    background-color: #e5f3f3;
}
.policies_in img {
width: 80%;
    border: solid 0.5px #006442;
    object-fit: cover;
}
section.shopcatgory .container {
max-width: 100%;
}
section.poultry_jalaj {
background: url(../images/balok.png);
background-size: cover;
padding: 50px 0px;
}
.quality_for {
margin: 0;
position: relative;
}
.quality_for ul {
margin: 0;
display: flex;
}
.quality_for ul li {
width: calc(100% / 2 - 20px);
margin-right: 30px;
transition: all ease-in-out .1s;
}
.quality_for ul li .nutrition_menu {
    background: #fff;
    display: inline-block;
    padding: 10px;
    padding-bottom: 0;
    height: 100%;
    /* border: 5px solid #ea1d0e; */
    padding: 5px;
}
.nutrition_menu img {
    width: 100%;
}
.specialized_and {
margin-top: 31px;
}
section.box_design {
    padding: 30px 0px;
}


section.Gallery_mid{
background-image: url(../images/secondga.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    padding: 32px 0 504px;
    position: relative;
}
section.Gallery_mid:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #1d1d1d6b;
}
section.product-section {
    padding: 41px 0px 2px;
    background-color: #e5f3f3;
}
.port-men h2 {
    color: #001e4c;
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 27px;
}
section.product-fmcg {
    padding: 41px 0px 2px;
    background-color: #006442;

}
.product-item img {
    width: 100%;
    border: 10px solid #fff;
}
.product-item {
    margin-bottom: 50px;
}
.Maize_benifits p {
    margin-bottom: 32px;
}
.software a {
    background-color: #ea1d0e;
    padding: 11px 13px;
    font-size: 16px;
    font-weight: 500;
    border-radius: 5px;
    color: #ffffff;
}
.software a:hover {
    background-color: transparent;
    border: 1px solid #ea1d0e;
    color: #ea1d0e;
    border-radius: 5px;
}
.Maize_benifits h4 {
    font-size: 18px;
}

section.Gallery_midmind{
    background-image: url(../images/Grains.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: 130px 0 150px;
    background-position: center bottom;
}
section.Gallery_midmind:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #1d1d1d6b;
}
.product-inner h1 {
    text-align: center;
    color: #fff;
    position: relative;
    font-size: 45px;
    margin-top: 50px;
    /* font-weight: 900; */
}
section.Gallery_doc{
    background-image: url(../images/oill.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: 130px 0 150px;
    background-position: center bottom;
}
section.Gallery_doc:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #1d1d1d6b;
}
.Pulses_in img {
  width: 100%;
    border: 7px solid #006442;
    border-radius: 0px 0px 11px 11px;
}
.gradient_in {
padding: 21px 10px 30px;
    text-align: center;
    background-color: #ffffff;
    width: 88%;
    margin: 0 auto;
    position: relative;
    top: -39px;
    height: 152px;
    box-shadow: 0 0 19px rgb(0 0 0 / 18%);
    border-radius: 12px;
}
.gradient_in h4 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 30px;
}
.software {
    text-align: center;
}

.footer-main {
    padding: 30px 0 0px;
    background-color: #006442;
}
.foot-container {
    max-width: 100%;
    padding: 0 80px;
}
.footer-info h2 {
    font-size: 21px;
    line-height: 26px;
    color: #FFFFFF;
    margin-bottom: 15px;
}
.social-links ul {

    display: inline-flex;
    margin: 0 -5px;
}
ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.social-links ul li {
    padding: 0 5px;
}
.social-links ul li a {
    display: inline-block;
    height: 26px;
    line-height: 26px;
    font-size: 16px;
}
.social-links ul li .icon {
display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: -4px;
    color: #ffffff;
    font-size: 16px;
    /* border: 1px solid #FFF; */
    transition: 400ms ease;
    background-image: linear-gradient(180deg,#ea1d0e 0%,#ea1d0e 100%);
}
.footer-link ul li {
    padding-bottom: 15px;
}
.footer-link ul li a {
    color: #FFF;
    display: inline-block;
    font-size: 16px;
    line-height: 24px;
    text-decoration: none;
    transition: all ease .4s;
}
.men_membar {
    margin: 0;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}
.footer-office span.icon {
 display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: -4px;
    color: #ffffff;
    font-size: 16px;
    /* border: 1px solid #FFF; */
    transition: 400ms ease;
    background-image: linear-gradient(180deg,#ea1d0e 0%,#ea1d0e 100%)
}
.dis_not {
    margin: 0;
    width: calc(99% - 51px);
}
.dis_not h6 {
    color: #ffff;
    font-size: 15px;
    position: relative;
    top: 3px;
    font-weight: 400;
}
span.icon a {
    text-decoration: none;
    color: #fff;
}
section.Gallery_About{
    background-image: url(../images/abouts-img.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: 130px 0 150px;
    background-position: center bottom;
}
section.Gallery_About:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #1d1d1d6b;
}
  .Maize_design .col-lg-3 {
    margin-bottom: 20px;

   }
   .port-fmcg h2 {
    color: #fff;
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 27px;
}

ul.sub_menu {
    position: absolute;
    display: block;
    left: 0;
    background-color: #ffffff;
    padding: 10px 0;
    top: 61px;
    transition: all 0.4s;
   /* overflow: hidden;*/
    transform-origin: top center;
    transform: scale(1, 0);
    left: 0px;
    min-width: 230px;
    border-top: 5px solid #006442;
}
ul.sub_menu li {
    display: block;
    border-bottom: 1px dotted #80b500;
    padding: 9px;
}
ul.sub_menu li a {
    font-size: 16px !important;
    font-weight: 500 !important;
    color: #071c1f !important;
}
.menu ul li.nav-item:hover ul {
transform: scale(1);
}

.navbar-nav.mr-auto a.active {
    color: #ffffff !important;
}
.menu ul li a.active {
    background-color: #006442;
    padding: 13px 23px !important;
    font-weight: 600;
    border-radius: 35px;
}
section.product-fmcg{
background-image: url(../images/banner-n.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    position: relative;
    padding: 203px 0px 3px;
}
section.Our.Customers{
    background-image: url(../images/bg_pattern.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    /* padding: 203px 0px 3px; */
    background-position: initial;
    padding: 51px 0px;
}
.quality.products img {
    width: 100%;
}
.quality.products {
    text-align: center;
    border: 2px dashed #006442;
    padding: 11px;
    /* margin-bottom: 30px; */
}
.men_our h2 {
    color: #000 !important;
    font-size: 30px;
    /* text-transform: uppercase; */
    font-weight: 700 !important;
    line-height: normal;
    margin-bottom: -16px;
}

.men_our p {
    font-size: 16px;
    color: #000;
    line-height: 28px;
}

section.box_design {
    background-image: url(../images/bg-lifco-patternb.jpg);
    background-repeat: no-repeat;
    position: relative;
     padding: 203px 0px 3px; 
    background-position: initial;
    padding: 66px 0px;
    background-repeat: repeat;
    background-position: center top;
}
.Facilities-in h2 {
        color: #000 !important;
    font-size: 30px;
    font-weight: 700 !important;
    line-height: normal;
    text-align: center;
    margin-bottom: 40px;
}
section.Our-Facilities {
    padding: 44px 0px;
    background-color: #f7f7f7;
}
.facilities_men {
    text-align: center;
    padding: 15px;
    margin: 0 auto;
    background:#429a13;
    margin-bottom: 30px;
    transition: all 0.5s;
}
.facilities-text {
    box-shadow: 0px 0px 4px 0px #c5c5c5;
    height: 366px;
    padding: 10px;
    overflow: hidden;
    border: 2px dashed #ffffff;
}
.facilities-img img {
    width: 47%;
    margin-top: 8px;
    margin-bottom: 2px;
}
.facilities-text h3{
color: #fff;
    font-size: 15px;
    font-weight: 600;
    text-transform: capitalize;
    margin: 10px 0px;
    line-height: 25px;
}
.facilities-text p{
    font-size: 13px;
    line-height: 24px;
    text-align: justify;
    color:#fff;
    letter-spacing: 0px;
}

.facilities_men:hover {
    background-color: #ea1d0e;
    transform: translateY(-10px);
}
.depending-in {
    text-align: center;
}
section.simply-in {
    padding: 44px 0px;
}

.work_item {
    position: relative;
    margin-bottom: 30px;
    min-height: 150px;
    display: inline-block;
}

.work_item {
  position: relative;
  margin-bottom: 30px;
  min-height: 150px;
  display: inline-block;
}
.work_item .work_hover_mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 30px;
  opacity: 0;
  background-color: rgba(33, 32, 33, 0.9);
  transition: opacity .5s;
  display: flex;
  align-items: center;
}
.work_item .work_hover_mask:before {
  content: '';
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  width: calc(100% - 60px);
  height: calc(100% - 60px);
  position: absolute;
  left: 30px;
  top: 30px;
  z-index: 1;
  transform: scale(0, 1);
  transition: transform .5s;
}
.work_item .work_hover_mask:after {
  content: '';
  border-right: 1px solid #fff;
  border-left: 1px solid#fff;
  width: calc(100% - 60px);
  height: calc(100% - 60px);
  position: absolute;
  left: 30px;
  top: 30px;
  z-index: 1;
  transform: scale(1, 0);
  transition: transform .5s;
}
.work_item .work_hover_mask .mask-container {
  z-index: 5;
  padding: 0px 15px;
  transition: all .5s;
}
.work_item .work_hover_mask .mask-container h4 {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 20px;
  transform: translateY(-10px);
  transition: all 0.5s ease 0s;
}
.work_item .work_hover_mask .mask-container .divider-border {
  border-bottom: 1px solid #fff;
  width: 60%;
  margin: 15px auto 11px;
}
.work_item .work_hover_mask .mask-container p {
    margin: 0 0 17px;
    color: #fff;
    transform: translateY(10px);
    transition: all .5s;
    font-size: 13px;
}
.work_item .work_hover_mask .btn-default {
 transform: translateY(20px);
    transition: all 0.5s ease 0s;
    background-color: #fff;
    border-radius: 35px;
    color: #f05907 !important;
    padding: 8px 17px;
}
.work_item .work_hover_mask .btn-default:hover, .work_item .work_hover_mask .btn-default:focus {
  color: #000 !important;
  background-color: #FFBA00;
}
.work_item:hover .work_hover_mask {
  opacity: 1;
}
.work_item:hover .work_hover_mask:before {
  transform: scale(1, 1);
}
.work_item:hover .work_hover_mask:after {
  transform: scale(1, 1);
}
.work_item:hover .work_hover_mask .mask-container h4 {
  transform: translateY(0);
}
.work_item:hover .work_hover_mask .mask-container p {
  transform: translateY(0);
}
.work_item:hover .work_hover_mask .mask-container .btn-default {
  transform: translateY(0);
}

@keyframes fadeInDown{
    0% {
        opacity: 0;
      -webkit-transform: translate3d(0, -100%, 0);
      transform: translate3d(0, -100%, 0);
    }
    100% {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
}
section.men_contact {
    background-image: url(../images/contact-big.jpg);
    background-repeat: no-repeat;
    position: relative;
    padding: 301px 0px 57px;
    background-repeat: no-repeat;
    background-size: 100%;
}
.contact-our {
    margin: -81px 0px 0px 0px;
    padding: 0px 100px 0px 100px;
    text-align: center;
}

.contact-our h2 {
    font-size: 45px;
    color: #fff;
    font-weight: 600;
}
.contact-our p {
    color: #fff;
    font-size: 16px;
    line-height: 23px;
}
.tj-single-info {
    background: #6c757d12;
    -webkit-box-shadow: 0px 0px 35px 0px var(--tj-shadow-5);
    box-shadow: 0px 0px 35px 0px var(--tj-shadow-5);
    margin-bottom: 30px;
    height: 400px;
}
.tj-single-info .tj-info-head {
    height: 120px;
    -webkit-clip-path: polygon(100% 0, 100% 65%, 50% 100%, 0 65%, 0 0);
    clip-path: polygon(100% 0, 100% 65%, 50% 100%, 0 65%, 0 0);
    background-color: #001e4c;
    -webkit-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
}
.tj-single-info .tj-body {
    padding: 0px 30px 35px 30px;
}
.tj-single-info .tj-body .icon-thumb {
    position: relative;
    margin-top: -50px;
    margin-bottom: 25px;
}
.tj-single-info .tj-body .icons {
    width: 120px;
    height: 120px;
    margin: 0 auto;
    border-radius: 120px;
    border: 3px solid #006442;
    background: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 45px;
    line-height: 45px;
    -webkit-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
}
.tj-single-info .tj-body .content .title {
    font-size: 25px;
}
.tj-single-info .tj-body .content a {
    display: block;
    color: #787878;
    font-size: 18px;
    text-decoration: none;
    margin-bottom: 5px;
}
.tj-single-info:hover .tj-info-head {
    background-color: #da281c;
}
.tj-single-info:hover .icons {
    border: 3px solid #da281c;
    color: #da281c;
}
.section-bottom {
    padding-bottom: 90px;
    position: relative;
}
.contact-wrapper .contact-map {
    width: 100%;
    height: 600px;
}
.contact-wrapper .contact-map iframe {
    width: 100%;
    height: 600px;
}
.contact-wrapper .contact-widget {
      position: relative;
    margin-top: -250px;
    background: #ffffff;
    -webkit-box-shadow: 0px 0px 35px 0px var(--tj-shadow-5);
    box-shadow: 0px 0px 35px 0px var(--tj-shadow-5);
    padding: 61px 124px 48px;
    margin-bottom: 30px;
}
.wpcf7 .screen-reader-response {
    position: absolute;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    word-wrap: normal !important;
}
form {
    position: relative;
}
.from-group {
    margin: 10px 0px 10px 0px;
}
.wpcf7-form-control-wrap {
    position: relative;
}
.contact-wrapper .contact-widget .from-group input {
    height: 55px;
}
.from-group .tj-btn-primary {
    margin-top: 20px;
}
.from-group button.submit_inn {
    background-color: #da281c;
    border: 0;
    padding: 13px 41px;
    font-size: 18px;
    color: #fff;
    font-weight: 500;
}

button.submit_inn i {
    margin-left: 6px;
}
.from-group button.submit_inn:hover {
      background-color: #006442;
    color: #fff;
}
.Management_about h2 {
    text-align: center;
}
section.our-dolor-contact {
    padding: 80px;
}
.tj-single-info .tj-info-head {
    height: 120px;
    -webkit-clip-path: polygon(100% 0, 100% 65%, 50% 100%, 0 65%, 0 0);
    clip-path: polygon(100% 0, 100% 65%, 50% 100%, 0 65%, 0 0);
    background-color: #006442;
    -webkit-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
}
textarea.wpcf7-form-control.wpcf7-textarea.form-control {
    margin-bottom: 0px;
}
section.loction-in {
    padding: 70px 0px;
}
section.loction-in {
    background-image: url(../images/men-cotact-bigi.jpg);
    background-repeat: no-repeat;
    position: relative;
    padding: 61px 0px 42px 0px;
    background-repeat: no-repeat;
    background-size: 100%;
}
section.loction-in:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #1d1d1d6b;
}
div#contact-form {
    background-color: #fffffffc;
    padding: 15px 29px;
    /* border-radius: 16px; */
    border: 2px dashed #da281c;
}
.content-mep {
    position: relative;
}

/*countre css */
/*section.Partners-big{
    background-image: url(../images/shape.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    position: relative;
      padding: 90px 0px;
}
section.Partners-big:before, section.Partners-big:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.3);
}
.counter {
    color: #ffffff;
    text-align: center;
    width: 210px;
    margin: 0 auto;
}
.counter.green .counter-value {
    border-color: #b7d952;
}
.counter .counter-value {
    font-size: 30px;
    font-weight: 600;
    line-height: 120px;
    width: 130px;
    height: 130px;
    margin: 0 auto 20px;
    border: 8px solid #c60505;
    border-radius: 100px;
    display: block;
    position: relative;
    z-index: 1;
}
.counter.green .counter-value:before, .counter.green .counter-value:after {
    background: linear-gradient(to top left,#b7d952,#429a13);
}
.counter .counter-value:before, .counter .counter-value:after {
    content: "";
    background: linear-gradient(to top left,#c60505,#510101);
    width: 85%;
    height: 85%;
    border-radius: 50%;
    transform: translateX(-50%) translateY(-50%);
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
}
.counter.green .counter-value:before, .counter.green .counter-value:after {
    background: linear-gradient(to top left,#b7d952,#429a13);
}
.counter .counter-value:after {
    transform: translateX(-50%) translateY(-50%) rotate(180deg);
    width: 75%;
    height: 75%;
}
.counter.green .counter-content {
    background: linear-gradient(to right,#b7d952,#429a13);
}
.counter .counter-content {
    background: linear-gradient(to right,#c60505,#510101);
    padding: 33px 10px 23px;
    border-radius: 0 0 50px 50px;
    position: relative;
}

.counter.green .counter-content:before {
    background: #429a13;
}
.counter .counter-content:before {
    content: "";
    background: #780304;
    width: 100%;
    height: 30px;
    border-radius: 50%;
    position: absolute;
    top: -15px;
    left: 0;
}
.counter .counter-icon {
    font-size: 40px;
    line-height: 40px;
    margin: 0 0 13px;
}
.counter h3 {
    font-size: 15px;
    font-weight: 500;
    text-transform: capitalize;
    letter-spacing: 0.5px;
    margin: 0;
    color: #ffffff;
}
.counter.orange .counter-value {
    border-color: #f75700;
}
.counter .counter-value {
    font-size: 18px;
    font-weight: 600;
    line-height: 120px;
    width: 130px;
    height: 130px;
    margin: 0 auto 20px;
    border: 8px solid #c60505;
    border-radius: 100px;
    display: block;
    position: relative;
    z-index: 1;
}
.counter.orange .counter-value:before, .counter.orange .counter-value:after {
    background: linear-gradient(to top left,#f75700,#ec3305);
}
.counter .counter-value:before, .counter .counter-value:after {
    content: "";
    background: linear-gradient(to top left,#c60505,#510101);
    width: 85%;
    height: 85%;
    border-radius: 50%;
    transform: translateX(-50%) translateY(-50%);
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
}
.counter.orange .counter-value:before, .counter.orange .counter-value:after {
    background: linear-gradient(to top left,#f75700,#ec3305);
}
.counter.orange .counter-content:before {
    background: #ec3305;
}
.counter.orange .counter-content {
    background: linear-gradient(to right,#f75700,#ec3305);
}
.counter.blue .counter-value {
    border-color: #3dd9f2;
}
.counter.blue .counter-value:before, .counter.blue .counter-value:after {
    background: linear-gradient(to top left,#3dd9f2,#0d70ce);
}
.counter.blue .counter-value:after {
    background: linear-gradient(to top left,#3dd9f2,#0d70ce);
}
.counter.blue .counter-content {
    background: linear-gradient(to right,#3dd9f2,#0d70ce);
}
.counter.blue .counter-content:before {
    background: #0d70ce;
}*/

.single-featuer-box {
position: relative;
    top: -44px;
    z-index: 1;
    overflow: hidden;
    transition: .5s;
    border-radius: 5px;
    box-shadow: 0 0 20px rgb(0 0 0 / 10%);
    padding: 0px 0px 0px;
}
.feature-title {
    /* margin-bottom: -10px; */
    margin-bottom: 10px;
    text-align: center !important;
}

.feature-title {
    margin-bottom: -10px;
}
.feature-thumb {
    position: relative;
}
.feature-title h2 {
font-size: 22px;
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    text-align: center;
    letter-spacing: 1px;
    color: #255946;
    text-transform: capitalize;
    background: #fff;
    padding: 83px 0px 0px;
    position: relative;
    z-index: 1;
    transition: .5s;
    margin-bottom: 30px;
    margin-top: 10px;
}
.feature-title {
    margin-bottom: -10px;
    text-align: center;
}
/*.feature-title h2::before {
content: "";
    position: absolute;
    left: 50%;
    top: 114%;
    z-index: -1;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-top: 20px solid #fff;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    transition: .5s;
    background: radial-gradient(black, transparent);
}*/
section.business-big {
    padding: 80px 0px;
}
.feature-title span {
    padding: 23px 22px;
    border: 2px solid #87c03d;
    border-radius: 5px;
    margin-right: 22px;
    font-size: 20px;
    font-weight: 700;
    position: relative;
    z-index: 10;
    top: 50px;
    border: 2px dashed #87c03d;
}
.feature-thumb img {
    width: 100%;
}
.main-header {
    padding: 15px 0px;
}

section.egg_About{
    background-image: url(../images/egg-back.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: 130px 0 150px;
    background-position: center bottom;
}

section.egg_About:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #1d1d1d6b;
}
section.egg-big {
    padding: 65px 0px;
}

.Product-big img {
    width: 100%;
    border: 11px solid #006442;
}

section.Feed-Additives {
    padding: 40px 0px;
}
.text-big p {
    font-size: 16px;
    text-align: justify;
    margin-top: 30px;
    margin-bottom: 20px;
    color: #000;
}   
ul.Attractive {
    margin-bottom: 20px;
}


ul.Attractive li {
    display: flex;
    align-items: center;
    gap: 19px;
    font-weight: 600;
    margin-bottom: 4px;
}

ul.Attractive li img {
    width: 20px;
}
.considerable-big span {
    font-size: 17px;
    font-weight: 800;
    line-height: 40px;
}
.considerable-big {
    margin-bottom: 60px;
}

.feed-big h2 {
    font-size: 34px;
    font-weight: 600;
    margin-bottom: 21px;
}

.menu-main>li ul:not(.trawell-soc-menu) ul {
    left: 100%;
    top: -25px;
}







.text-desigh h2 {
    font-size: 15px;
    margin-top: 15px;
    margin-bottom: 2px;
}
.text-desigh p {
 font-size: 16px;

}
