@import url(bootstrap.min.css);
@import url(animate.min.css);
@import url(line-awesome.min.css);
@import url(all.min.css);
@import url(bootstrap-icons.css);
@import url(stellarnav.min.css);
@import url(owl.carousel.min.css);
@import url(owl.theme.default.min.css);
@import url(odometer.min.css);
@import url(fancybox.css);
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Devanagari:wght@200;300;400;500;600;700;800;900&display=swap');
:root {
    --theme_bg_color:#fff;
    --theme_text_color:#202021;
    --theme_heading_color:#111111;
    --theme_link_color:#111111;
    --line_color:#e5eaf5;
    --primary_color:#60babe;
    --border_color:#e0e4ed;
    --gray_color:#222222;
    --theme_font_family: 'Noto Sans Devanagari', sans-serif;
    --fw_600: 600;
    --fw_500: 500;
    --fw_400: 400;
}
*{ margin: 0; padding: 0; }
html,body {scroll-behavior: smooth;}
body {height: 100%;width:100%;margin:0;padding:0;font-size: 15px;font-weight: 400;color: var(--theme_text_color); background-color: var(--theme_bg_color); 
font-family:var(--theme_font_family); line-height: 1.3;font-display: swap;}
a {color: var(--theme_link_color);text-decoration: none;transition: all 400ms ease-in-out 0s; -webkit-transition: all 400ms ease-in-out 0s;
	-moz-transition: all 400ms ease-in-out 0s;
	-o-transition: all 400ms ease-in-out 0s;
	-ms-transition: all 400ms ease-in-out 0s;cursor:pointer;}
ul {padding:0;margin:0;list-style-type:none}
p {font-size: 16px;line-height:24px}
h1, h2, h3, h4, h5, h6 {color: var(--theme_heading_color);font-family:var(--theme_font_family)}
button, input, optgroup, select, textarea {outline:none}
img {image-rendering: -webkit-optimize-contrast;}
.img-fluid {image-rendering: -webkit-optimize-contrast;}
 .gread_btn {
  padding: 5px 20px;
  text-align: center;
  transition: 0.5s;
  background-size: 200% auto;
  color: #fff;
  border-radius: 25px;    font-size: 16px;
  font-weight: 500;
  background-image: linear-gradient(to right, #00993d 0%, #002d19 51%, #ff8f04 100%);border: 0;display: inline-block;
 } 
 .gread_btn.shade_2 {background-image: linear-gradient(to right, #005cbb 0%, #d92800 51%, #3c8b0b 100%);}
 
.gread_btn:hover, .gread_btn.shade_2:hover, .gread_btn:focus, .gread_btn.shade_2:focus  {
  background-position: right center;color: #fff; /* change the direction of the change here */
}

.btn_gread2 {
    display: inline-block;
    padding: 5px 15px;
    border-radius: 7px;
    background: linear-gradient(to right, #3c3434 0%, #008134 51%, #257d3b 100%);
    border: 2px solid #ffdfdf;
    outline: none;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
}
.btn_gread3 {
    display: inline-block;
    padding: 5px 15px;
    border-radius: 7px;
    background: linear-gradient(to right, #3c3434 0%, #a11709 51%, #c55e07 100%);
    border: 2px solid #ffdfdf;
    outline: none;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
}
.btn_gread2:hover, .btn_gread3:hover, .btn_gread2:focus, .btn_gread3:focus  {
  background-position: right center;color: #fff; /* change the direction of the change here */
}
.btn_gread4 {
    display: inline-block;
    padding: 5px 15px 5px;
    border-radius: 7px;
    background: linear-gradient(to right, #198754 0%, #ff7207 51%, #dc3545 100%);
    border: 2px solid #ffdfdf;
    outline: none;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
}


header {position: relative;}
.search_div {position: relative;display: flex;}
.input-group {align-items: center;}

.top_header {position: relative;background: #ededed; color: #fff}
.whtie_theme {padding: 1px 5px;background: #fff;border: 1px solid;border-radius: 0px;}
.theme_bg {background: #257d3b;padding: 2px 6px;border-radius: 0px;color:#fff}
.black_theme {padding: 2px 6px;background: #020202; border-radius: 0px;color:#fff}
.black_theme:hover {color:#fff}
.theme_bg:hover {color:#fff}
.selection_elements { text-align: right;}
.select_list {position:relative}
.select_list > li > a {font-size: 13px;font-weight: 400;}
.select_list_control.left_control .select_list > li > a:hover {color: #ffecba;font-weight:500;} 
.select_list > li > a.black_theme:hover {color: #fff;background:#eb8320}
 
.select_list > li > a.whtie_theme {color: #002d19;}
/* .hindi_select .select_list > li:nth-child(2) > a:first-child {color:#111} */
.select_list > li{  position: relative; display: inline-block; padding: 0px 5px 2px 5px;}
.select_list li:last-child:after{display: none;}
.select_list li:last-child{padding-right: 0;}
.select_list .nice-select {background:transparent;height: unset; line-height: unset; border: solid 1px #2a2525; border-radius: 0;padding-top: 2px; padding-bottom: 2px;}
.middle_header {position: relative; background: #ffffff;padding:10px 0;}
.logo_inline {display: flex; position: relative;    align-items: center;}
.logo_inline .logo_box {max-width: 100px; }
.logo_inline a h2 {
    font-size: 24px;
    color: #257d3b;
    line-height: 1.0;
    font-weight: 600;margin-bottom: 5px;text-transform: uppercase;
}
.logo_inline a h4 {
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
     margin-bottom: 0;position:relative;text-align:center
}
.logo_inline a h4 span {position:relative;background: #fff; padding: 0px 10px;}
.logo_text {position:relative;text-align: center;width: 100%;}
.logo_text img {max-width:180px}
.rishi_img {margin-left:auto;max-width:100px}
/* .logo_inline a h4:before {position:absolute;content:'';height:2px;top: 40%;left:0;right:0;background:#00993d;width: 96%;margin: 0 auto;} */
.search_menu {text-align:right} 
.menu_control .card-body {padding:0;border: 0;}
.menu_open[aria-expanded=true] .fa-bars:before {content: "\f00d";}
.center_intro {text-align:center}
.center_intro h1 {margin-bottom: 0;}
.center_intro h4 {}
.animate_img1 {position:absolute;bottom: 6%;left: 0;max-width: 280px;z-index: -1;opacity: 0.8;}
.animate_img1 img {-webkit-animation: movedelement 8s linear infinite; animation: movedelement 8s linear infinite;}
.animate_img2 {position:absolute;bottom: 0px;right: 10px; z-index:-1;opacity:0.3}
.animate_img2 img {-webkit-animation: movedelement 8s linear infinite; animation: movedelement 8s linear infinite;}
.animate_img3 {position:absolute;bottom: 0px;right: 10px; }
.animate_img3 img {-webkit-animation: movedelement 8s linear infinite; animation: movedelement 8s linear infinite;}
.animate_img4 {position:absolute;top: 0;right: 10px;max-width: 280px; opacity: 0.9;}
.animate_img4 img {-webkit-animation: movedelement 8s linear infinite; animation: movedelement 8s linear infinite;}
.animate_img6 {position:absolute;bottom: 0;left: 10px;max-width: 280px; opacity: 0.9;    z-index: -1;}
.animate_img6 img {-webkit-animation: movedelement 8s linear infinite; animation: movedelement 8s linear infinite;}

@keyframes movedelement {
    0% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
    25% {
        -webkit-transform: translate(10px, 10px);
        transform: translate(10px, 10px);
    }
    50% {
        -webkit-transform: translate(5px, 5px);
        transform: translate(5px, 5px);
    }
    75% {
        -webkit-transform: translate(10px, -5px);
        transform: translate(10px, -5px);
    }
    to {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
}

@keyframes movedelement2 {
    0% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
    25% {
        -webkit-transform: translate(-10px, -10px);
        transform: translate(-10px, -10px);
    }
    50% {
        -webkit-transform: translate(-5px, -5px);
        transform: translate(-5px, -5px);
    }
    75% {
        -webkit-transform: translate(-10px, 5px);
        transform: translate(-10px, 5px);
    }
    to {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
}

@keyframes movedelement3 {
    0% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
    25% {
        -webkit-transform: translate(15px, 15px);
        transform: translate(15px, 15px);
    }
    50% {
        -webkit-transform: translate(8px, 8px);
        transform: translate(8px, 8px);
    }
    75% {
        -webkit-transform: translate(15px, -8px);
        transform: translate(15px, -8px);
    }
    to {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
}

@keyframes movedelement4 {
    0% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
    25% {
        -webkit-transform: translate(-15px, -15px);
        transform: translate(-15px, -15px);
    }
    50% {
        -webkit-transform: translate(-8px, -8px);
        transform: translate(-8px, -8px);
    }
    75% {
        -webkit-transform: translate(-15px, 8px);
        transform: translate(-15px, 8px);
    }
    to {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
}
.row_mg0 {margin:0} 
.col_pd0 {padding:0;} 
.col_pd5 {padding:0 5px} 
.bg_span {background: #ff8d2a;
    padding: 4px 15px;
    border-radius: 2px;
    color: #fff;
    font-weight: 500;
    position: absolute;
    top: 15px;
    right: 20px;
} 
 
.sticky-header.sticky {
  position: fixed;
  z-index: 99;
  width: 100%;
  top: 0;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.11);
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-duration: 900ms;
  animation-duration: 900ms;
  -webkit-animation-timing-function: cubic-bezier(0.2, 1, 0.22, 1);
  animation-timing-function: cubic-bezier(0.2, 1, 0.22, 1);
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-fill-mode: none;
  animation-fill-mode: none;
  -webkit-animation-play-state: running;
  animation-play-state: running;
  border-bottom: 0;
  display: block;background:#fff;
}

/* New Edition */
 
.select_list > li {padding: 5px 2px 5px 2px;}
.select_list > li > a.top_fb {background: transparent;  color: #1865c5; font-size: 20px; padding: 0;margin-left: 3px;    vertical-align: middle;}
.select_list > li > a.top_twitter {background: transparent;  color: #03a9f4; font-size: 20px; padding: 0;margin-left: 3px;    vertical-align: middle;}
.select_list > li > a.top_linkdin {background: transparent;  color: #0078d4; font-size: 20px; padding: 0;margin-left: 3px;    vertical-align: middle;}
.with_bg2 .list_control .list-item li:first-child { line-height:1.5}
 
/* backtoup */
.progress-wrap {
    position: fixed;
    right: 15px;
    bottom: 50px;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    box-shadow: inset  0 0 0 2px rgba(119, 119, 119, 0.2);
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
    transform: translateY(15px);
    -webkit-transform: translateY(15px);
    -moz-transform: translateY(15px);
    -ms-transform: translateY(15px);
    -o-transform: translateY(15px);
}
.progress-wrap.active-progress {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.progress-wrap::after {
    position: absolute;
    content: '\f30c';
    font-family: "Font Awesome 5 Free";
    text-align: center;
    line-height: 46px;
    font-size: 20px;
    color: #020202;
    left: 0;
    top: 0;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    z-index: 1;font-weight: 900;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
.progress-wrap svg path {fill: #ffcb0f; }
.progress-wrap svg.progress-circle path {
    stroke: #257d3b;
    stroke-width: 4;
    box-sizing:border-box;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
 
 /* =========================== New Edition for AYUSH ================  #90c3732b */
/* .top_header {background: #002d19;} */
.stellarnav.dark ul ul li a {font-size:16px;color:#011009; font-weight: 400; border-bottom: 1px solid #eeeeee45;}
.stellarnav.mobile, .stellarnav.mobile.fixed {position: relative;}
.stellarnav.dark ul li ul, .stellarnav>ul>li ul {background:#fff;box-shadow:0px 2px 10px -7px}
.stellarnav>ul>li:hover ul {background:#fff;}
.stellarnav.mobile.dark ul {background: #002d19;} 
.stellarnav.mobile.dark ul ul li a {color:#fff}
.middle_header {background-size:cover; } /* background:rgb(251, 245, 211, 0.67) */
.menu_control {box-shadow:0 5px 15px #eee} 
.stellarnav.dark, .stellarnav.dark ul ul {background: #257d3b;}
.stellarnav.dark a, .stellarnav.dark li a {color:#fff;}
.stellarnav>ul>li>a {font-size: 17px;padding:12px 20px;text-transform: uppercase;} 
.stellarnav li.has-sub>a:after {border-top:6px solid #fff} 
.logo_inline a h2 {margin-bottom: 10px;margin-top:5px;}
.logo_inline a h4 {font-size:14px;margin-bottom:0;letter-spacing:0.6px;    font-weight: 500; }
.logo_inline a h4 span {padding:5px 15px 2px;background: rgb(255 155 53 / 78%); border-radius: 15px;color: #020202;} 
/* .stellarnav li.drop-right ul li:last-child a, .stellarnav li.drop-left ul li:last-child a {margin-bottom:0;} */
.stellarnav.dark ul ul li a:hover {background:#cf6d08;color:#fff} 
.stellarnav li li.has-sub>a:after {border-left: 6px solid #011009;    right: -5px;}
.stellarnav li li.has-sub>a:hover::after {border-left: 6px solid #fff;}
.stellarnav li.drop-left li.has-sub>a:after { border-right: 6px solid #011009;}
.stellarnav.dark ul li.drop-left ul li a:hover::after { border-right: 6px solid #fff;}
.stellarnav li.drop-left li.has-sub>a:after {margin-left: 0px;right: unset;}
.stellarnav li.drop-left li.has-sub>a:hover::after {border-left:0}
.stellarnav.dark .menu-toggle span.bars span {background: #002d19;}
.stellarnav.dark a.close-menu {color:#fff}
.stellarnav.dark.mobile a, .stellarnav.dark.mobile li a {color:#fff}
.stellarnav.dark.mobile a.menu-toggle, .stellarnav.dark.mobile li a.menu-toggle {color:#252424;font-weight:400}
.stellarnav li.drop-right ul li:last-child a, .stellarnav li.drop-left ul li:last-child a {margin-bottom: 0;}
.stellarnav>ul>li.active a {background:#ffc800; color: #020202;}
.stellarnav>ul>li a:hover {background:#ffc800; color: #020202;}
.stellarnav ul ul li a i {font-size:13px;}




.select_list > li > a i {margin-right: 2px; }
.left_control .select_list > li > a {font-size:15px; }
.select_list_control.left_control .select_list > li {margin-right: 10px;} 
.search_div {position:relative}
.input-serch-box {
    background-color: #ffffffa6;
    color: #011009;
    border: 2px solid #fff;
    border-radius: 0;
    height: 56px;
    padding: 0 35px;
    font-size: 14px;
}
/*
.input-serch-box{
    background-color: transparent;
   color: #fff;
    border: 2px solid #011009;
    border-radius: 99px!important;
    height: 56px;
    padding: 0 35px;
    font-size: 14px;
} */




.input-serch-box:focus{background-color: #ffffff75;/* color: #ffffff!important; */border: 2px solid #d90000!important;} 
.input-serch-box::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
color: #011009;font-size: 14px;
}
.search_button{
    background-color: transparent;
    border: 0;
    padding: 0;
    position: absolute;
    right: 0;
    cursor: pointer;
	top:0;
    height: 100%;
    width: 70px;
    font-size: 20px;color:#011009;
    }
/* .search_div .form-control {box-shadow:none;} */
.search_div .form-control {    box-shadow: -2px 2px 2px rgb(169 169 169);
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;    border-radius: 7px 7px 0;}
	
.search_div .form-control:focus {box-shadow: -2px 2px 2px rgb(217, 0, 0, 0.50);}
.table_control h5 {font-size:18px}
.table_control h5, .table_control h6 {margin-bottom:0}
.table_control .table>thead {background: #5da832;border-color: #5da832;}
.table_control .table>thead h5 {color:#fff;}
.zoom_img {position: relative;overflow:hidden}
.zoom_img img {position: relative; transition: all 400ms ease-in-out 0s;
	-webkit-transition: all 400ms ease-in-out 0s;
	-moz-transition: all 400ms ease-in-out 0s;
	-o-transition: all 400ms ease-in-out 0s;
	-ms-transition: all 400ms ease-in-out 0s;}
.zoom_img img:hover {transform:scale(1.02)}

.banner_section {
    position: relative;
    padding: 70px 0 100px;
    overflow: hidden; 
}
.banner_section:before {
	position:absolute;content:'';left:0;right:0;top:0;bottom:0;
    background: url(../images/front_bg_new.jpg);
    background-size: cover;
    background-position: center;
}


#main_slider.owl-carousel.owl-theme .owl-nav [class*=owl-] {font-size: 30px;color: #fff;background: rgb(2 0 0 / 14%); border-radius: 50%;    width: 40px;
    height: 40px;
    line-height: 50px;}
#main_slider.owl-carousel.owl-theme:hover .owl-nav [class*=owl-] {background: rgb(2 0 0 / 100%);-webkit-transition: all 0.5s;
-moz-transition: all 0.5s; -ms-transition: all 0.5s; -o-transition: all 0.5s; transition: all 0.5s; }
#main_slider.owl-carousel .owl-nav button.owl-prev { position: absolute; top: 45%; left: 25px;}
#main_slider.owl-carousel .owl-nav button.owl-next { position: absolute; top: 45%; right: 25px;}
#main_slider.owl-carousel .owl-item img {border-radius: 10px;}
.list_icons {
    position: relative;
    overflow: hidden;
    background: #fff;
    padding: 30px 15px;
    display: block;z-index:1;text-align: center;
    align-items: center;border-radius:7px;
    transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
    box-shadow: 0px 30px 60px 0px rgb(0,0,0,0.1);height:100%;
}
/*
.list_icons::before {
    content: "";
    position: absolute;
    width: 60px;
    height: 60px;
    border: solid 5px #fff;
    border-radius: 100%;
    top: -60px;    background: rgb(45, 128, 1, 0.48);
    right: -60px;z-index:-1;
    transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s; 
}
.list_icons:hover.list_icons::before {
    top: -20px;
    right: -20px;
    transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s; 
}*/
.list_icons:hover {
    transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
    box-shadow: 0px 30px 60px 0px rgb(0,0,0,0.2);
	transform: translateY(-7px);
}
.list_icons:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #d80000;
    transform: scale(0,1);
    transform-origin: center;
    transition: transform 500ms ease;
}
.list_icons:hover::after{transform:scale(1,1);transform-origin:center}
.icon_box {
    background-color: #343c55;   border-radius: 30px;margin:10px 0; padding:5px 15px;display:inline-block
}
.icon_box span {
 font-size: 20px;
    color: #fff;
}
.list_icons:hover .icon_box i {transform: rotateY(180deg);transition: all 0.5s cubic-bezier(0.98, 0.57, 1, 1) 0s;}
.icon_content p { margin-bottom: 0;}
.list_icons a h3 {font-size:18px; transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;}
.list_icons:hover a h3 {color: #002d19;transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;}  

 
 
#currentYear {color:#fff;font-weight:400}

 .close_modal {
    position: absolute;
    right: 5px;
    top: 0;
    background: #f8d7da;
    text-align: center;
    padding-top: 0px;
    color: #020202;
    font-size: 12px;
}
.close_modal button {background: transparent; border: 0; color: #020202;}

.close_modal_success {
    position: absolute;
    right: 5px;
    top: 0;
    background: #d1e7dd;
    text-align: center;
    padding-top: 0px;
    color: #020202;
    font-size: 12px;
}
.close_modal_success button {background: transparent; border: 0; color: #020202;}







.download_btn {display:inline-block;background:#fff;align-items:center;padding: 3px 10px 1px 5px;font-weight: 500;position:relative; overflow: hidden;
    vertical-align: middle;z-index:1}
.download_btn:first-child:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0px;
    height:3px;
    width: 25px;
    border-radius: 0;
    background:#ffc800;
    -webkit-animation: heading-move 12s infinite linear;
    animation: heading-move 12s infinite linear;z-index:-1;
}
@-webkit-keyframes heading-move{0%{transform:translateX(-1px)}50%{transform:translateX(120px)}100%{transform:translateX(-1px)}}@keyframes heading-move{0%{transform:translateX(-1px)}50%{transform:translateX(112px)}100%{transform:translateX(-1px)}}

.download_btn:hover {background: #257d3b;color:#fff}

.front_boxes {position:relative;z-index:1}
.fbox_view {position: relative;}.fbox_view .fbox_view_img {border-radius: 0px;margin-bottom: 0;overflow: hidden;margin: 0;}.fbox_view .fbox_view_img img{transition: transform 650ms ease-in-out,filter 650ms ease-in-out; overflow: hidden}
.fbox_view:hover .fbox_view_img img{transform: scale3d(1.05,1.05,1.05)}
.fbox_view .fbox_view_img .mask {content: ' ';position: absolute;z-index: 0;top: 0;left: 0;right: 0;bottom: 0;pointer-events: none;-webkit-transition: all 0.5s ease;transition: all 0.5s ease;background:rgba(0,0,0,.3);opacity: 1; border-radius:0px}
.fbox_view .fbox_view_content {position: absolute;padding:20px;bottom:0px;width: 100%;text-align: center;-webkit-transition: all 0.5s ease;transition: all 0.5s ease;color:#fff}.fbox_view .fbox_view_content h5{font-size:34px; color:#fff;text-shadow:2px 2px 0px rgb(115 103 103 / 40%)}.fbox_view a .fbox_view_content {color: #fff;} 
.fbox_view:hover .fbox_view_content {bottom:20px} .fbox_view:hover .fbox_view_img img{transform: scale3d(1.05,1.05,1.05)}
.fbox_view:hover .fbox_view_img .mask{background:rgba(0,0,0,.75)} .fbox_view:hover .read_more{opacity:1}
.fbox_view .fbox_view_content h4 {color:#020202;font-weight: 600;font-size: 18px;margin-top:10px;}
 .read_more{opacity: 0;background: #fff;color: #232323;border: 2px solid #020202;letter-spacing: .5px;line-height: inherit;border-radius: 0;width: auto;font-weight: 500;transition-duration: 0.3s;padding: 5px 25px;transition-timing-function: ease-in-out;font-size: 14px} .read_more:hover {border: 2px solid #257d3b;background: #257d3b;color: #fff}

.overley_bg {position:relative;margin-top:-280px}
.overley_bg2 {position:relative;margin-top:-150px;max-height: 160px;}



.figure_section {position:relative;padding:50px 0}
.figure_section .col .list_icons:after {
    transform: scale(1,1);
    transform-origin: center;
}
.figure_section .col:nth-child(1) .list_icons:after, .figure_section .col:nth-child(1) .list_icons .icon_box {background-color: #d85000;}
.figure_section .col:nth-child(2) .list_icons:after, .figure_section .col:nth-child(2) .list_icons .icon_box {background-color: #1fa117;}
.figure_section .col:nth-child(3) .list_icons:after, .figure_section .col:nth-child(3) .list_icons .icon_box {background-color: #00d8b0;}
.figure_section .col:nth-child(4) .list_icons:after, .figure_section .col:nth-child(4) .list_icons .icon_box {background-color: #7100d8;}
.figure_section .col:nth-child(5) .list_icons:after, .figure_section .col:nth-child(5) .list_icons .icon_box {background-color: #f56fd2;}

.abs_img {position:absolute;top:0;left:0;z-index:-1;opacity:.8;transition-duration: 0.3s;}
.figure_section .col .list_icons:hover .abs_img {transform:scale(1.2)}



.yojna_section {position:relative;padding:50px 0 150px;background:url(../images/front_bg2.jpg);} 
 
 .yojna_section h2 {color:#fff}
 .yojna_section p {color:#f9e50c}
 
 
 .single-img {
  position: relative;
  margin-right: 30px;
  margin-bottom: 30px;text-align:justify;z-index: 1; 
}
.single-img img {
border-radius:15px;box-shadow: 0 30px 60px #eeeeee96;
}

@media (max-width: 576px) {
.single-img img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (max-width: 576px) {
.single-img {
    margin-right: 0px;
    margin-bottom: 0px;
  }
}
.single-img::after {
  content: "";
  position: absolute;
  right: -20px;
  top: -20px;
  bottom: 20px;
  border: 1px solid #fff;
  width: 100%;
  height: 96%;
  z-index: -1;
  opacity: 1;
  transition: 0.35s;
  transform: scale(1);border-radius:15px;
  transform-origin: left bottom;background:#fff;
}
.single-img .overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  transition: 0.35s;
  transform: scale(0.6);border-radius:15px;
  transform-origin: bottom;
}

.single-img .gallery-content {
  background-color: #fff;
  width: 100%;
  padding: 10px 10px;
  position: absolute;
  bottom: 0;text-align:center;box-shadow:0 5px 5px #eee;
}
.single-img .gallery-content h4 {line-height:1.0}
.single-img .gallery-content h4 a {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.0;
  color: #0b134c;
  margin-bottom: 0;
  transition: 0.35s;
}
.single-img .gallery-content h4 a:hover {
  color: ;
}
.single-img .gallery-content span {
  font-weight: 500;
  font-size: 14px;
  line-height: 30px;
  color: #fff;
}
.single-img:hover .overlay {
  opacity: 1;
  transform: scale(1); background:linear-gradient(to top, #000000ef, #0000006e, #00000000, #00000000);
}
.single-img:hover::after {
  opacity: 1;
  transform: scale(1);
}
.single-img.one {
  margin-top: 20px;
}
 
 
 .client_section {position: relative; padding:20px 0 70px}
.owl-carousel .owl-item img {background: #fff;border-radius: 7px;}
.owl-carousel .owl-item {border: 1px solid #ddd;border-radius: 7px;}


/*
.single-img img {position:relative}

.single-img img:before {position: absolute;
    top: 0;
    left: -100%;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(165, 197, 255, 0.56)));
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(165, 197, 255, 0.56) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
    z-index: 2;}
.single-img img:hover:before {
    -webkit-animation: shine 1.3s;
    animation: shine 1.3s;
} */
@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}
@keyframes shine {
	100% {
		left: 125%;
	}
}











 
  /* =========================- Footer -========================*/
.footer_bg {position: relative;color: #eee;z-index:1;background: url(../images/natural_farming_bg.jpg); background-size:cover;font-weight: 500;}
.footer-logo { margin-bottom: 25px;}
.footer_bg .widget .widget-title { 
    font-weight: 500;
    font-size: 21px;
    line-height: 25px;
    margin-bottom: 15px;    margin-top: 30px;
    display: inline-block;
    position: relative;color: #fff;
}
.footer_bg .widget ul{
    margin: 0;
    padding: 0;
    list-style: none;
} 
/* second-footer */
.second-footer {border-bottom: 1px solid rgb(218, 218, 218, 0.15);    }
.widget-area {position:relative}
.second-footer .widget-area:not(:first-child):after {
    width: 1px;
    height: 100%;
    content: '';
    position: absolute;
    left: -25px;
    background-color: rgba(255,255,255,.1);
    top: 0;
}
/* .second-footer .widget-area .widget {padding: 40px 0px 20px;} */
.second-footer>div>.row .widget-area .widget:not(:first-child) {margin-top: -60px;margin-bottom: 20px;}
/** menu-footer-service-link **/
.widget ul#menu-footer-service-link li a{color: #eee;font-size: 15px;}
.widget ul#menu-footer-service-link li:before {
    position: absolute;
    font-family: 'Font Awesome 5 Free';
    content: "\f0da";
    top: 0;
    left: 0;
    font-size: 12px;font-weight:900;color: #eee;-webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}
.widget ul#menu-footer-service-link li:hover::before {left:3px;color:#e7efff}
.widget ul#menu-footer-service-link li {
    display: inline-block;
    padding: 0 0 11px 15px;
    position: relative;
    width: calc(50% - 2px);
    float: none;position:relative;-webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}
.widget ul#menu-footer-service-link li:nth-last-child(-n+1){ padding-bottom: 15px; }





/*  ===============================================
    SocialIcon / TooltipTop
------------------------*/
ul.social-icons{margin: 0;padding: 0;}
.social-icons li {display: inline-block;border: none;z-index: 1;position: relative;}
.social-icons li{margin: 0 2px;}
.social-icons li:last-child{margin-right: 0px;}
.social-icons li a{display: block;min-width: 26px;text-align: center;}
.social-icons.circle li>a {
    border-width: 1px ;
    border-style: solid;
    height: 33px;
    width: 33px;
    line-height: 33px;
    text-align: center;
    display: block;
    background-color: transparent;
    font-size: 13px;
    border-radius: 50%;
}
.social-icons.square li{margin: 0 0px;}
.social-icons.square li a {
    font-size: 14px;
    width: 36px;
    height: 36px;
    line-height: 36px;
    color: inherit;
    margin-right: 8px;
    border: 1px solid #e7e7e7;
}
/* social-icons */
.footer_bg .social-icons li>a {
    width: 37px;
    height: 37px;
    line-height: 30px;
    border-radius: 0;
    border: 1px solid rgba(255,255,255,.1);
    margin: 0 1px;
    background-color: transparent;
    font-size: 14px;color: #fff;
}
.footer_bg .social-icons li>a:hover {background-color: #fff;}
/** copyright **/
.copyright {
    padding-top: 20px;
    padding-bottom: 15px;
    font-size: 14px;
}
.copyright ul.list-inline{ margin: 0; }
/** Footer-nav-menu **/
.footer_list .list-item { padding: 0; list-style-type: none;margin-bottom: 10px;}
.footer_list .list-item i {
    float: left;
    padding: 0;
    margin-top: 2px;
    color: #ffd22f;
    font-size: 16px;
    text-align: left;
}
.footer_list .list-item li {
    padding-left: 30px;
    padding-bottom: 15px;font-weight: 300;
    line-height: unset; 
    letter-spacing: 0.5px; font-size: 15px;text-align: left;
}
.footer_list .list-item li a {font-size:13px;color: #fff;font-weight: 500;}
.footer_list h5 {font-size:16px;color:#fff5c3;    margin-bottom: 0;}
.footer_list p {color:#fff;font-size:15px;margin-bottom:10px;    line-height: 1.3;font-weight: 500;}
.copyright_div {padding:15px 0 10px;}
.copyright_div p {margin-bottom:0;color:#fff;font-size: 13px;}
.copyright_div p a {color:#fff;font-size: 13px;}
.copyright_div p a:hover {color:#0065d0;}
.text_left {text-align:left}
.text_center {text-align:center}
.text_right {text-align:right}
/* .overlay_one {background: rgb(17, 17, 17, 0.72);} */
 
 
.footer_bg:before {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0; background: rgb(2, 44, 0, 0.86);
    z-index:-1;  
}
 
.overley_sticybg {
    position: absolute;
    bottom: 0;
}
 
 
 
 
 
 
 .important_news {position:relative;padding:25px; z-index:1;background: url(../images/bg21.jpg); background-size: cover;border-radius: 0 10px 10px 0;}
 
 .important_news:before {position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0; z-index:-1;background: rgb(228, 255, 241, 0.84);border-radius: 0 10px 10px 0;} 
 
.sideview_head {position: relative;height:100%;z-index: 1;  background: #ffdf6c; border-radius: 10px 0 0 10px; }
.listing {max-height: 220px;overflow-y: auto;margin-bottom: 15px;}
/* .listing ul {max-height: 220px;overflow-y: auto;padding:5px;margin-bottom: 15px;} */
.listing ul {position: relative;padding:5px;}
.listing ul li {position: relative;line-height: 1.6;padding-left: 30px;padding-bottom: 10px;font-size: 15px;text-align: left;font-size:16px;}


.listing::-webkit-scrollbar {
  background-color: #ffdf6c;
  width: 7px;border-radius:10px;
}
.listing::-webkit-scrollbar-thumb {
  background-color: #257d3b;
}
.align_head {position: absolute;top: 20%;left: 0;right: 0;text-align: center;}
.icon_head {font-size:60px;color: #257d3b;}
.spl_stickyimg {z-index: -1;position: absolute;max-width: 250px;left: -100px;bottom: 0;}
.spl_stickyimg img {-webkit-animation: movedelement 8s linear infinite; animation: movedelement 8s linear infinite;}
 .listing ul li:before  {
	 font-size: 16px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    position: absolute;
    top: 0px;
    text-align: center;
    background: #257d3b;
    border-radius: 30px;
    content: '\F272';
    font-family: bootstrap-icons;
    left: 0;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    color: #fff;
	}
 
 .listing ul li:hover:before {background:#020202;color:#fff;transform:scale(1.1)}
 .align_head h2 {font-weight: 600}
 #fixed_calendar {
    position: fixed;
    z-index: 1000;
    top: 45%;
    right: -150px;
    transition: all 0.5s;
    cursor: pointer;
    display: inline-block;font-weight: 500;
}
.titles_cls {
    background: #0e9931;
    color: #fff;font-weight:500;
    padding: 5px 4px;
    font-size: 14px;
    border-radius: 6px 0 0 6px;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    display: inline-block;
    text-align: center;
    line-height: 20px;
    text-transform: uppercase;
    height: 205px;
}
#fixed_calendar a {
 display: inline-block; text-align: left; vertical-align:top;margin-left:-4px;
 }
 #fixed_calendar a img {
    display: block;
 
}
#fixed_calendar a span.style_span {
 display: block; text-align: center;margin-top:-40px;
  }
 #fixed_calendar:hover {
    right: 0px;
}




/* ==================================== */
.help_support_panel {
    position: absolute;
    z-index: 99999;
    top: 50%;
    left: -205px;
    transition: all 0.5s;
    cursor: pointer;
    display: inline-block;
	}
	.help_support_panel:hover{left:0px;}
	 .title_text {
    background: #ffb42c;
    color: #020202;
    padding: 5px 10px;
    font-size: 15px;
        border-radius: 0px 5px 5px 0px;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    display: inline-block;
    text-align: center;
    line-height: 20px;
    text-transform: uppercase;
   height: 201px;
    border: 0;
}
.title_text i {
    display: inline-block;
    padding-bottom: 2px;
}
 .help_support_panel .panel_content {
    display: inline-block;
    width: 200px;padding:10px;font-weight:400;   background: #ffdf6c;float:left;color: #020202;font-size: 11px;  
  }
 .help_support_panel .panel_content span { 
  display: block; 
   padding: 0 5px;
    color: #070707;
    font-weight: 600;    border-left: 2px solid #f10c0c;
    font-size: 15px;margin-bottom:5px;
  }
  .help_support_panel .title_text small {
      -webkit-transform: rotate(-90deg);
    transform: rotate(-180deg);
    display: inline-block; font-size: 15px;font-weight:600;
	}
	.help_support_panel .title_text small i {
	    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg); 
	}
.help_support_panel hr {margin:0 0 5px}	 
.help_support_panel p {margin-bottom:5px;}
.white_bg {
    border: 1px solid #ddd;
    text-align: center;
    line-height: 1.5;
    margin-bottom: 7px;
    border-radius: 5px;
    background: #fff;
}
.panel_content a {text-decoration:none;color:#020202;position:relative}
.panel_content a:after {
content: '';
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 1px;
background-color: #2d8001;
transform: scale(0,1);
transform-origin: center;
transition: transform 500ms ease;
}
.panel_content a:hover::after{transform:scale(1,1);transform-origin:center}
.style_span .btn {font-size:12px;}
.widget ul#menu-footer-service-link li a:hover {color:#fff}

.video_icon {position: fixed; bottom:1%;left:3%;  z-index: 1;} 
.video_icon a {
	height: 50px;
	width: 50px;
	border-radius: 50%;
	color: #f2fffb;
	text-align: center;
	line-height: 50px;
	font-size: 24px;
	 display: block;
    margin: 0 auto;background: #ff8f04;
	position: relative;
	border: 2px solid rgb(255 255 255);    margin-bottom: 10px;
}
 
.video_icon .ripple:before {
    position: absolute;
    left: -10px;
    top: -10px;
    right: -10px;
    bottom: -10px;
    content: '';
    border: 2px solid rgb(221 246 239 / 0.25);
    border-radius: 50%;    background: #06440145;
    z-index: -1;
}
.video_icon .ripple:after {
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 50%;
	-webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.14);
	-ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.14);
	-o-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.14);
	box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.14);
	-webkit-animation: ripple 3s infinite;
	animation: ripple 3s infinite;
}
.video_icon .ripple:after {
	-webkit-animation-delay: .6s;
	animation-delay: .6s;
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
}

@-webkit-keyframes ripple {
	70% {
		-webkit-box-shadow: 0 0 0 70px rgba(244, 68, 56, .0);
		        box-shadow: 0 0 0 70px rgba(244, 68, 56, .0);
	}
	100% {
		-webkit-box-shadow: 0 0 0 0 rgba(244, 68, 56, .0);
		        box-shadow: 0 0 0 0 rgba(244, 68, 56, .0);
	}
}

@keyframes ripple {
	70% {
		-webkit-box-shadow: 0 0 0 70px rgba(244, 68, 56, .0);
		        box-shadow: 0 0 0 70px rgba(244, 68, 56, .0);
	}
	100% {
		-webkit-box-shadow: 0 0 0 0 rgba(244, 68, 56, .0);
		        box-shadow: 0 0 0 0 rgba(244, 68, 56, .0);
	}
}

.navtab_control .nav.nav-tabs {
    text-align: center;
    justify-content: center;
    margin: 0 auto;
    width: 100%;
    background: #fff;
    padding: 10px;border:0;
     /* box-shadow: 0px 5px 40px #eee;
  border-left: 2px solid #2e8254;
    border-right: 2px solid #2e8254;
    border-top: 2px solid #2e8254;
    border-radius: 7px 7px 0 0; */
}
    .navtab_control .nav.nav-tabs .nav-link {
        transition: 0.15s ease-in;
        border: 1px;
        position: relative;
        border-radius: 12px 2px;
        padding: 15px 25px 10px;
        font-size: 18px;
        font-weight: 500;
        color: #020202;
        background: #bbb9ae;
        margin: 5px;
    }
.navtab_control .nav.nav-tabs .nav-link.active {
    background: #257d3b;font-weight: 600;color:#fff

}
.navtab_control .tab-content {padding:25px;background: #fff;}


.navtab_control .nav-tabs .nav-link.active:after, .navtab_control .nav-tabs .nav-link.active:before {
    content: '';
    height: 0;
    position: absolute;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    width: 0;
}
.navtab_control .nav-tabs .nav-link.active:after {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #2b804d;
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 100%;
}





/* Breadcumbs */
.breadcrumb {
  margin-bottom: 0;
 text-align: center;
     background: rgb(0, 0, 0, 0.40);
    display: inline-flex;
    padding: 7px 20px 5px 10px;
    border-radius: 0 15px 15px 15px;
}

.pagebanner_area {
  position: relative;
  overflow: hidden;  background-position: top;
  background-image: url(../images/page_banner.png); background-attachment:fixed
}

.banner_overlay {padding: 30px 0px 30px 0px;
    background: radial-gradient(72.92% 173.32% at 9.71% -40.53%,rgb(0 163 65) 0%,rgba(111,255,227,.005) 89.48%),radial-gradient(60.42% 165.53% at 14.5% 93.07%,#003c298c 18.3%,rgba(234,239,250,0) 100%),radial-gradient(60.19% 93.98% at 57.44% -40.09%,#ffffff00 6.8%,rgba(172,234,254,0) 100%),#00968800

}
.pagebanner_area .banner_title {
  color: #fff;
  font-size: 28px;
  margin-bottom: 0;font-weight:700
}
.pagebanner_area li {
  position: relative;
  padding: 0 10px;
  color: #ffb42c;
}
.pagebanner_area li a {
  color: #ffbd0a;
  font-weight: 600;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.pagebanner_area li a:hover {
  color: #fff93b;
}
.pagebanner_area li:not(:last-child):after {
  content: "";
  position: absolute;
  top: calc(50% - 7px);
  right: 0px;
  width: 1px;
  height: 12px;
  background: #ffbd0a;
}
.pagebanner_area .banner-img {
  position: absolute;
left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: 100%; 
}
.breadcrumb>li+li:before {
   display:none;
}

.common_page {position:relative;padding:50px 0}
.form-label {font-weight:600;margin-bottom:2px}
.form-check-label {vertical-align: -webkit-baseline-middle;}
.formview_control {
position: relative;
    border: 2px solid #ffb42c;
    padding: 25px 25px;
    border-radius: 20px; 
}

.sticky_textbox {position:absolute;background:#fff;top: -15%;right: 3%;border-radius: 10%;padding: 20px;height: 150px; width:200px;text-align: center;}
.sticky_textbox i {font-size:50px;display: block;    color: #257d3b;}
.form_img {position: relative;text-align:right;margin-right:-5%;margin-top:-10%;}
.form_group {position: relative;z-index:1}
.sticky_imgbox {position:absolute;background:#fff;top: -38%;right: 2%;border-radius: 50%;padding: 20px;max-width: 200px;text-align: center;}

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
/* ==================  Landing_page CSS Edition ================= */ 
 
.landing_page {position:relative;background:url(../images/color_bg.jpg);background-size:cover;background-position:center;min-height:92vh}
.landing_page .middle_header {background:transparent}
.landing_header {position:relative}
.landing_page .single-img::after {display:none} 
.landing_page .single-img {margin:0}
.landing_page .single-img img {box-shadow:none}
.align_bottom {position:absolute;bottom:15%;width:100%;} 
.single-img .overlay {transform: scale(0.8);}
.single-img .gallery-content {background:-webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 28%, white 29%, white 75%, rgba(255, 255, 255, 0) 100%);
background: linear-gradient(to right, rgb(255, 255, 255, 0.95) 0%, white 28%, white 29%, white 75%, rgb(255, 255, 255, 0.95) 100%);box-shadow: none;    border-bottom: 5px solid #ff8100;
}
.top_5 {margin-top:50px;} 


.landing_block_box .one_block{
  position: relative;
  display: block;
  overflow: hidden;
  background: #FFFFFF;
  box-shadow: 0px 4px 20px rgba(194, 194, 194, 0.1);
    border-radius: 15px 7px;
padding: 30px 5px 0;
  z-index: 1;text-align:center;    border: 2px solid #f38f07;
}

.landing_block_box .one_block:before{
  position: absolute;
  content: '';
  background: #257d3b;
  width: 100%;
  height: 0%;
  left: 0px;
  top: 0px;
  z-index: -1;
  transition: all 500ms ease;
}

.landing_block_box .one_block:hover:before{
  height: 100%;
}

.landing_block_box .one_block .img_blockbox{
  position: relative;
  display: block;
  border-radius: 154.5px;
  overflow: hidden;    width: 100px;
    height: 100px;
    background: #c5f7c6;
    margin: 0 auto;transition: all 500ms ease;
}

.landing_block_box .one_block .img_blockbox img{
   
  border-radius: 154.5px;
  transition: all 500ms ease;
}

.landing_block_box .one_block:hover .img_blockbox img{
  transform: scale(1.05);
}

.landing_block_box .one_block .title_content{
  position: relative;
  display: block;
  padding: 20px 15px 20px 15px;
}

.landing_block_box .one_block .title_content h3{
  display: block;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 700;
  margin-bottom: 3px;
}

.landing_block_box .one_block .title_content h3 a{
  display: inline-block;
  color: #111; 
}

.landing_block_box .one_block:hover .title_content h3 a{
  color: #fff;
}

.landing_block_box .one_block .title_content .designation{
  position: relative;
  display: block;
  transition: all 500ms ease;
}

.landing_block_box .one_block:hover .title_content .designation{
  color: #fff;
}

.landing_block_box.bdr_c1 .one_block{border-color: #d85000;}
.landing_block_box.bdr_c2 .one_block{border-color: #00d8b0;}
.landing_block_box.bdr_c3 .one_block{border-color: #ffc905;}
.landing_block_box.bdr_c1 .one_block:before{background:#d85000}
.landing_block_box.bdr_c2 .one_block:before{background:#00d8b0}
.landing_block_box.bdr_c3 .one_block:before{background:#ffc905}

.landing_block_box.bdr_c1 .img_blockbox {background: #fff0e6;}
.landing_block_box.bdr_c2 .img_blockbox {background: #d3ffeb;}
.landing_block_box.bdr_c3 .img_blockbox {background: #fffcd5;}


.landing_block_box .one_block:hover .img_blockbox {background:#fff}


.formstep_section {position:relative;padding:50px 0}

.form-group {position:relative;margin-bottom:1rem}
.step_heading { background: #257d3b; display: inline-block; padding: 7px 15px 5px; font-size: 18px; color: #fff; border-left: 5px solid #ffcb0f; box-shadow: 0 10px 15px #eee; border-radius: 0 15px 15px 15px; }
/* .step_heading {font-weight:600;font-size:18px;display:block;    padding: 5px 5px 2px; border-left: 3px solid #ffb42c;color: #257d3b;} */
.step_number {font-weight:500;font-size:18px;text-align:right;display:block}
.step_fname {font-weight:500;font-size:18px;text-align:center;display:block}
.inline_flex_item {display: inline-flex; width: 32.33%;}
.tab_nav_box .tab-content {padding:30px 15px;box-shadow:0 5px 10px #eee;   background: #fffbef;}
.tab_nav_box nav {position: relative;display: flow-root;}
.tab_nav_box {position:relative; }
.tab_nav_box .nav-tabs {display:block; border: 0;  position: relative;}
.icon_style {display:block;font-size: 40px;    color: #838383;}
.title_text {display:block; font-size: 18px;   /* margin-top: 5px;*/}
.tab_nav_box .nav-tabs .nav-link {border: 0;background: #f3f3f3;position:relative; height: 100%;color: #2e2e2e;   box-shadow: 0 1px 1px #ddd;text-align: center;display: inline-block; width: 33%; float: left; margin: .16%; font-size: 20px; font-weight: 600; padding: 15px 15px 10px;}
.tab_nav_box .nav-tabs .nav-link h3 {font-weight:400}
.tab_nav_box .nav-tabs .nav-item.show .nav-link, .tab_nav_box .nav-tabs .nav-link.active {color: #020202; background-color: #ffcb0f;    box-shadow: 0 1px 1px #fff;}
.tab_nav_box .nav-tabs .nav-item.show .nav-link, .tab_nav_box .nav-tabs .nav-link.active h3{font-weight:500}
.tab_nav_box .nav-tabs .nav-item.show .nav-link, .tab_nav_box .nav-tabs .nav-link.active .icon_style {color: #5a0000;}
.tab_nav_box .nav-tabs .nav-link.active:after, .tab_nav_box .nav-tabs .nav-link.active:before {
    content: '';
    height: 0;
    position: absolute;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    width: 0;
}
.tab_nav_box .nav-tabs .nav-link.active:after {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #020202;
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 100%;
}
.tab_nav_box .nav-tabs .nav-link.active:before {
    content: '';
    height: 0;
    position: absolute;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    width: 0;
}
.icon_img {
	position:relative;
	display: block;
    width: 80px;
    height: 80px;
    line-height: 80px;
    background: #fff;
    border-radius: 50%;
    margin: 0 auto;
    box-shadow: 0 0 15px #ddd;    margin-bottom: 10px;
	}
	
.dark_icon {color:#068325}	
	
	

.honers_box {
    position: relative;
    padding: 7px;
    background: #f5f5f5;
    z-index: 1;
    border-radius: 5px;
    overflow: hidden;
    display: flex;
    margin-bottom: 20px;    align-items: center;
}
.honers_img {width: 30%;    position: relative;text-align: center;}
.honers_img img {border-radius: 50%; border: 3px solid #fff;}
.honers_box.mb_0 {
    margin-bottom: 0;
}
.namination {
    position: relative;
    padding: 20px 20px 0;
   width: 100%;
}
.honers_box:before {
    position: absolute;
    top: 0;
    left: -100%;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3)));
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
    z-index: 2;
}
.honers_box:hover::before {
    -webkit-animation: shine 1.3s;
    animation: shine 1.3s;
}
@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}
@keyframes shine {
    100% {
        left: 125%;
    }
}
.namination h4 {
    font-size: 16px;
    font-weight: 600;
}
.namination h5 {
    font-size: 14px;
    line-height: 1.3;
}

.center_clickhead {position:relative;font-size:20px;font-weight:500;text-align:center}
.center_clickhead span a {position:relative; padding: 7px 20px 5px;display: inline-block;background:#ffc82c;color:#020202;border-radius: 30px;}
.center_clickhead:before {position:absolute;content:'';height:2px;top: 50%;left:0;right:0;background:#257d3b;width: 100%;margin: 0 auto;}


.center_clickhead span a[aria-expanded="true"] .bi-caret-down::before {
content: "\F238";}



.honers_img a {
position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: #f75353;
    border-radius: 50%;
    border: 5px solid #fff;
    top: 10%;
    right: 5px;padding-top: 8px
}
.honers_img a .bi {
    position: relative;
    display: inline-block;
    font-size: 16px;
    color: #fff;
}




.aadhar_verification_section {position:relative;padding:50px 0}
.payment_gateway_section {position:relative;padding:50px 0}
.cprofile_section {position:relative;padding:50px 0}

.left_head {}
.right_head {text-align:right;}
.center_head {text-align:center;}
.border_left {border-left:1px solid #ddd;height:100%;}
.ml_left {margin-left:auto}
.common_section {position:relative;padding:50px 0}





.input-group .input-group-text {width:15%;background: #ffb161; position: relative; height: 100%;display:block;padding: 3px;}
.input-group .input-group-text i {font-size:20px;}
sup {color: #e90e03;}


.instruction_box_bg {position:relative;padding: 50px;height:100%;background: url(../images/krishi.jpg);background-size:cover}
.instruction_box_bg:before {position:absolute;content:'';top:0;left:0;right:0;bottom:0; }


.instruction_box {position:relative;background: rgb(255, 255, 255, 0.90);height: 100%;border-radius: 10px;padding: 25px;}
.instruction_box h3 {
    background: #257d3b;
    display: inline-block;
    padding: 5px 15px;
    font-size: 18px;
    color: #fff;
    border-left: 5px solid;
    box-shadow: 0 10px 15px #eee;
    border-radius: 0 15px 15px 15px;
}

ul.common_listing {position:relative}
ul.common_listing li {position: relative;line-height: 1.6;padding-left: 30px;padding-bottom: 5px;font-size: ;text-align: left;font-size:16px;}
ul.common_listing li:before  {
	 font-size: 16px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    position: absolute;
    top: 0px;
    text-align: center;
    background: #257d3b;
    border-radius: 30px;
    content: '\F272';
    font-family: bootstrap-icons;
    left: 0;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    color: #fff;
	}
ul.common_listing li:hover:before {background:#020202;color:#fff;transform:scale(1.1)}
ul.common_listing li ul {margin-top:10px;}
ul.common_listing li ul li:before {content: '\F234';font-size: 13px;width: 16px;height: 16px;line-height: 16px;top: 2px;}
.login_box {position:relative;background: #f7f5f2;padding: 50px;height:100%;}
.login_head {position:relative; font-size: 18px;  padding: 8px 0 10px; text-align:center; margin-bottom: 5px; }

.login_head:before {
	position:absolute;content:'';
    background: -webkit-gradient(linear, right top, left top, from(#ffbb40), to(#fff));
    background: linear-gradient(to left, #ffbb40 0%, #f7f5f2 100%);
    left: 0;width:50px;height: 2px;top:45%;
}
.login_head:after {
	position:absolute;content:'';
    background: -webkit-gradient(linear, left top, right top, from(#ffbb40), to(#fff));
    background: linear-gradient(to right, #ffbb40 0%, #f7f5f2 100%);
    right: 0;width:50px;height: 2px;top:45%;
}

.login_icon_circle {
position: absolute; width: 60px; height: 60px; line-height: 60px; background: #f7f5f2; border-radius: 50%; text-align: center; font-size: 30px; box-shadow: 0 10px 15px #eee; top: -15px; left: 0; right: 0; margin: 0 auto; border: 2px solid #fff;
}

#CaptchaInputText {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.375rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}



.tablinks_section {padding:40px 0}
.tab_box {position: relative;text-align:center}
.tab_box a{position: relative; display: block; font-size: 20px;  padding: 10px 5px;-webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: transform;
    transition-property: transform;z-index:1;height:100%;}

.tab_box a:before {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: '';
    top: 100%;
    left: 0;
    height: 10px;
    width: 100%;
    opacity: 0;
    background: radial-gradient(ellipse at center,#fb970026 0,transparent 100%);
    background: radial-gradient(ellipse at center,#fb970026 0,transparent 100%);
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: transform,opacity;
    transition-property: transform,opacity;
}
.tab_box a:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);color:#020202
}
.tab_box a:hover:before {opacity:1}
.bg_box_div {padding:15px;background:#f7f5f2;border-radius:7px}
.bg_box_div h3 {
    background: #257d3b;
    display: inline-block;
    padding: 10px 15px 7px;
    font-size: 20px;
    color: #fff;
    border-left: 5px solid;
    box-shadow: 0 10px 15px #eee;
    border-radius: 0 15px 15px 15px;margin-bottom:20px;
}
.inner_div {position: relative;padding: 15px;background: #fff;}
.inner_div h6 {font-size:18px} 
.font_500 {font-weight:500}
.inner_div ul.common_listing li{margin-bottom:10px}
.inner_div ul.common_listing li ul li {margin-bottom:0}
.hr_mg5 {margin: 5px 0 10px;}
.big_b {font-weight:600;font-size:16px;}
.head_color_setting .table {font-size:15px;}
.head_color_setting .table .green_tr {background:#336600}
.head_color_setting .table .green_tr td {color:#fff;font-size:16px;font-weight:500}




.product_box {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 7px;
    text-align: center;
}

.product_img {
    position: relative;
    display: block;overflow: hidden;border-radius: 7px;
    text-align: center;
    cursor:pointer;
}
 
.product_img:before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background:linear-gradient(135deg,rgb(19 20 17 / 11%) 0,rgb(139 24 29 / 8%) 40%,rgb(40 33 33 / 12%) 65%,rgb(21 24 68 / 6%) 100%);
    content: "";
    border-radius: 7px;
    z-index: 1;transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);opacity:0;
}
.product_img:hover:before {height: 100%;background:rgb(253, 74, 54, 0.75);opacity:1;}
.product_img::after {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    display: block;
    content: '';
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, .2);
    border-radius: 0%;
    transform: translate(-50%, -50%);
    border-radius: 7px;
    opacity: 0;
}

.product_img:hover:after {
    -webkit-animation: circle .95s;
    animation: circle .95s;
}



.product_img img {
    width: 100%;
    transform: scale(1);
    transition: all 0.7s ease 0s;
}

.product_img:hover img {
    transform: scale(1.02);
}
.product_title {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    padding:12px 5px;
    z-index: 3;    background: rgb(16, 0, 0, 0.65)
}
.product_title h4 {font-size:18px;color:#fff;font-weight: 500;margin-bottom:0}
.product_title p {color:#eee;    margin-bottom: 0; }

.small_fontheaed .product_title {padding:7px 5px;}
.small_fontheaed .product_title h4 {font-size:13px;font-weight:500}
.underconstruction_img {position: relative;text-align: center;background: #fff;}
.underconstruction_img h3 {font-size: 30px;font-weight: 600;text-transform: uppercase;color: #175f3a;}
.underconstruction_img p {text-align: center;font-size: 18px;}




/*======================== Search Modal ===================== */
.search_modal{
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
background: rgb(255 255 255 / 96%);
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: url(../images/cancel2.png), auto;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
    z-index: 999;
    overflow: hidden
}
.search_modal.show {
    /* height: 200px; */
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
}
.search_control {
    width: 80%;
    position: relative;
    text-align: end;
    -webkit-transform: translateY(200px); 
    -moz-transform: translateY(200px);
    -ms-transform: translateY(200px);
    -o-transform: translateY(200px);
    transform: translateY(200px);
     visibility: hidden;
}
.search_modal.show .search_control {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
    visibility: visible;
    -webkit-transition: all 2s;
    -moz-transition: all 2s;
    -ms-transition: all 2s;
    -o-transition: all 2s;
    transition: all 2s;
}
.search_box {width: 100%;position: relative;height: 50px;}
.search_box input {
    width: 100%;
    height: 50px;
    padding: 5px 50px 5px 15px;
    border: none;
    border-radius: 0;
    background: transparent;
    border-bottom: 2px solid rgb(14 153 49);
    color: #252424;
}
.search_box input:focus {outline:none}
.search_box input::placeholder {color: #252424;opacity: 1;}
.search_box input:-ms-input-placeholder { color: #252424;}
.search_box input::-ms-input-placeholder { color: #252424;}
.search_box button {
    position: absolute;
    right: 5px;
    top: 0;
    bottom: 0;
    margin: auto;
    background: transparent;
    box-shadow: none;
    border: 0; 
}
.search_close {font-size:24px}
#Instruction_Modal .modal-header {padding: 10px 15px 7px;background: #ffc23a;}
#Instruction_Modal .modal-footer {padding: 5px 15px}
.scroll_content {max-height:500px;overflow-y:auto}
.scroll_content::-webkit-scrollbar {
  background-color: #ddd;
  width: 3px;border-radius:10px; 
}
.scroll_content::-webkit-scrollbar-thumb {
  background-color: #257d3b;
}

.footer_list .list-item li.pd_left {padding-left:15px;}



/* Responsive Media Code */

@media (max-width:1400px) {
h2 {font-size:28px;}
h3 {font-size:24px;}
.facility_box {min-height: 310px;}
}
@media (min-width:1200px) and (max-width:1400px) {
.middle_header .container-fluid {padding: 0 15px;}
}
@media (max-width:1320px) {
.logo_inline a h2 {font-size:24px}
}

@media (min-width:1101px) and (max-width:1250px) {
.stellarnav>ul>li>a {padding: 15px 12px}
.logo_inline a h2 {font-size:24px}
}

@media (min-width:1024px) and (max-width:1100px) {
.stellarnav>ul>li>a {padding: 15px 10px;font-size: 16px;}
.logo_inline a h2 {font-size:22px}
}

@media (max-width:1024px) {
.menu_control .collapse:not(.show) {display: block;}
.facility_box {min-height: unset;} 
.logo_inline a h2 {font-size:20px}
.logo_inline a h4 {font-size:16px}
.stellarnav.dark.mobile li.active a {color:#020202}
.stellarnav .icon-close {color:#fff}
.stellarnav.dark .menu-toggle span.bars span {background: #fff;}
.stellarnav.dark.mobile a.menu-toggle {color:#fff}
.stellarnav.mobile.dark ul {background: #0d380a;}
.landing_page {min-height:100vh;}
.align_bottom {bottom:30%;}
}
@media (max-width:990px) {
.table_control .table-responsive {    padding: 10px;}
.stellarnav.dark, .stellarnav.dark ul ul {box-shadow:none}
.stellarnav .dd-toggle {width: 36px; height: 36px;}
.animate_img1 {opacity: 0.1;bottom:0}
.stellarnav.mobile>ul>li>a {padding: 7px 15px;}
.figure_section .col {flex: 1 0 33.33%;}
.fbox_view .fbox_view_content {bottom: 20%;}
.fbox_view:hover .fbox_view_content {bottom: 22%}
.read_more { opacity: 1;}

/* New Update */
.instruction_box_bg, .login_box {padding:15px;}
.login_head:before, .login_head:after {width:30px;} 
.login_icon_circle {width: 40px;height: 40px;line-height: 40px;font-size: 20px;top: -25px;}


}

@media (max-width:768px) {
.order_control {order:-1;}
.selection_elements {text-align: center;}
.logo_inline a h2 { font-size: 18px; padding: 0px 5px 0px;    text-align: center;}
.logo_inline a h4 { font-size: 12px;}
.menu_control .collapse:not(.show) {display: block;}
.top_header .col-12 {padding:0} 
.text_left {text-align:center}
.text_right {text-align:center}
.copywrite_div  {padding: 10px 0;}
.copywrite_div p {padding: 3px 0 0;}

/* .select_list > li.hide_on_small {display:none} */
.select_list_control {text-align:center}
#main_slider.owl-carousel.owl-theme .owl-item.active .banner_heading {font-size:24px;margin-bottom: 0;}
.animate_img4 { opacity: 0.05;}
.animate_img6 {opacity: 0.05;}
.logo_inline .logo_box {max-width: 15%;}
.logo_text img {max-width: 110px;}

.app_book {text-align:center}
.banner_section {padding: 15px 0 50px;}
.fbox_view {height: 100%;}
.fbox_view .fbox_view_content h4 {font-size: 15px;}
.fbox_view:hover .fbox_view_content {bottom: 0;}
.fbox_view .fbox_view_img {display: none;}
.fbox_view .fbox_view_content {position:relative}
.overley_bg {margin-top: -75px;}
.figure_section .col {flex: 1 0 50%;}
.overley_bg2 {margin-top: -50px;}
.client_section {padding: 20px 0 30px;}
.yojna_section {padding:50px 0 50px}
.fbox_view .fbox_view_content {padding: 10px 10px 20px; }
.fbox_view_content h4 {  font-size: 14px;}
.fbox_view_content p {  font-size: 13px;  line-height: 16px;}
.fbox_view {margin-bottom: 0;background: #fff;border-radius: 7px;height: 100%;}
.read_more {padding:2px 10px;font-size: 12px;    opacity: 1;}
.sideview_head {border-radius: 10px 10px 0 0;}
.align_head {position: relative;top: unset;padding: 25px;}
.listing {border-radius: 0 0 10px 10px;}
.listing:before {border-radius: 0 0 10px 10px;}
.fbox_view .fbox_view_content {bottom: 0;}
.video_icon a {height: 36px;width: 36px;line-height:36px;font-size:18px;}
.figure_section {padding:50px 0 20px}
.footer_bg .widget-area:nth-child(2) .widget .widget-title{margin-top:10px}
.footer_bg .widget-area:nth-child(3) .widget .widget-title{margin-top:10px}
.navtab_control .tab-content {padding: 25px 0;}
.rishi_img {max-width: 70px;}
.sticky_textbox {position:relative;height:unset;width:unset;background: transparent;top: unset; right: unset;padding: 0;}
.sticky_textbox i {font-size:unset;display: unset;}
.form_img {margin-right:0;margin-top:0;}
.landing_page {min-height:100vh;}
.align_bottom {position:relative;bottom:0;padding:5% 0}
.top_5 {margin-top: unset;}
.sticky_imgbox {
    position: relative;
    background: #f0ffed;
    top: 0;
    right: 0;
    border-radius: 50%;
    padding: 20px;
    max-width: 100%;
    text-align: center;
}

.pagebanner_area .banner_title {text-align: center;font-size:24px;}
.breadcrumb {justify-content: center;margin-top: 5px;}
.tab_nav_box .nav-tabs .nav-link {font-size:16px;padding: 15px 5px 10px;}

/* New Update */
.navtab_control .nav.nav-tabs .nav-link {padding: 10px 15px 10px;font-size: 15px;border-radius: 7px 2px}
.instruction_box_bg, .login_box {padding:25px;}
.login_head:before, .login_head:after {width:50px;} 
.banner_overlay {text-align:center}
ul.common_listing li {font-size: 15px; padding-left: 25px;}
.login_icon_circle { top: -15px;}

 
}

@media (max-width:590px) {
.footer_list .list-item li.pd_left {padding-left:30px;}
.xs_none {display:none}
}


@media (max-width:480px) {
h2 {font-size:24px;}
h3 {font-size:20px;}
.selection_elements {text-align: center;    padding-top: 3px; border-bottom: 1px solid #ddd;}
.select_list .nice-select {font-size: 12px; padding-left: 10px; padding-right: 25px;}
.logo_inline a h2 { font-size: 14px; padding: 0px 5px 0px;margin-bottom: 7px}
.logo_inline .logo_box { max-width: 15%;}
.select_list > li {    padding: 3px 5px 3px 0px;}
.animate_img1 {top: 0;bottom:unset;opacity: 0.1;}
#main_slider.owl-carousel.owl-theme .owl-nav [class*=owl-] {     width: 30px; height: 30px;   font-size: 20px;line-height: 35px;}
#main_slider.owl-carousel.owl-theme .owl-item.active .banner_text {font-size:14px;margin-bottom:10px;} 
.gread_btn {font-size: 12px;}
.logo_inline a h4 {font-size: 8px;}
.logo_inline a h4 span {font-size: 12px;}
.spl_stickyimg {max-width: 70px;left: 0;}
.figure_section {padding:25px 0}
.icon_box span {font-size: 16px;font-weight:600}
.list_icons a h3 {font-size: 16px;}
.rishi_img {max-width: 60px;}
.pagebanner_area .banner_title {font-size:21px;}
.breadcrumb {margin-top: 5px;}
.pagebanner_area li {font-size:14px;}
.step_heading {font-size: 14px;}
.step_number {font-size: 14px;}
.honers_box {display: block;}
.honers_img {width: 100%; }
.honers_img a {right: 10%;}
 


/* New Update */
.navtab_control .nav.nav-tabs {padding:0;}
.navtab_control .nav.nav-tabs .nav-link {padding:7px 15px 5px;font-size: 13px;margin:3px;}

}



@media (max-width:410px) {
.logo_inline a h4 {font-size: 8px;}
.logo_inline a h4 span {font-size: 9px;padding: 3px 10px 2px;}
.stellarnav .menu-toggle {padding: 7px 15px;}
.tab_nav_box .nav-tabs .nav-link {font-size:13px;padding: 10px 5px 5px;}

}
@media (max-width:375px) {
.select_list > li > a {font-size: 12px;}
.logo_inline a h4:before {display:none}
.navtab_control .nav.nav-tabs .nav-link {margin: 2px;}
.navtab_control .nav.nav-tabs .nav-link {padding:7px 8px 5px;font-size: 12px;margin:2px;}
}
@media (max-width:350px) {
.logo_inline a .english_font h4 span {padding: 3px 10px;}
}
 