@import url(bootstrap.min.css);
@import url(animate.min.css);
@import url(bootstrap-icons.min.css);
@import url(all.min.css);
@import url(owl.carousel.min.css);
@import url(owl.theme.default.min.css);
@import url(fancybox.css);
@import url(odometer.min.css);
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,300;0,400;0,700;0,900;1,400&family=Noto+Sans+Devanagari:wght@400;500;600;700;800&display=swap');
*{ margin: 0; padding: 0; }
html,body {scroll-behavior: smooth;}
body {height: 100%;width:100%;margin:0;padding:0;font-size: 18px;font-weight: 400;color: #202021; background-color: #fff; 
font-family:'Noto Sans Devanagari', sans-serif;; line-height: 1.3;font-display: swap;}
a {color: #111111;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;}
p {font-size: 18px;line-height: 1.6;}
ul {padding:0;margin:0;list-style-type:none}
h1, h2, h3, h4, h5, h6 {color: #111111;}
button, input, optgroup, select, textarea {outline:none}
img {image-rendering: -webkit-optimize-contrast;}
.btn.btn-sm {line-height: 1.2;padding: 5px 7px 2px;}
.img-fluid {image-rendering: -webkit-optimize-contrast;}
.btn.btn-sm {line-height: 1.2;padding: 3px 7px 3px;}
.marquee-sticker{font-weight:bold;    color: #4e16f3;}
.tagline p{
  margin-top: 30px;
  border: 1px solid #e4e4e4;
  padding: 5px 10px;
  background-color: #f9f9f9;
      text-align: center;
    font-style: italic;
}
#sp-home-slider {position:relative}
#sp-home-slider .row {margin:0}
#sp-slider {padding: 0;}
#sp-top3 {padding: 0; background: #ffc107;}
 
/*============== Header Design CSS ====================== */

.whtie_theme {padding: 1px 5px;background: #fff;border: 1px solid;border-radius: 0px;}
.black_theme {padding: 2px 6px;background: #002d19; border-radius: 0px;color:#fff}
.black_theme:hover {color:#fff}
.selection_elements { text-align: right;}
.select_list {position:relative}
.select_list > li > a {font-size: 14px;font-weight: 500;    color: #fff; }
.select_list_control.left_control .select_list > li > a:hover {color: #141211; } 
.select_list > li > a.black_theme:hover {color: #fff;background:#035e1f}
.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;padding:5px 0; } 
.logo_inline {display: flex; position: relative;    align-items: center;    justify-content: space-between;}
.logo_inline .logo_box {max-width: 100px; }
.logo_inline h2 {
    font-size: 20px;
    padding: 0 10px 0px;
    line-height: 1.0;
    font-weight: 700;margin-bottom: 5px;text-transform: uppercase;color: #ff880e; 
}
.logo_inline h4 {
	position:relative;text-align:center;
font-size: 14px;
    margin-bottom: 0;
    letter-spacing: 0.6px;
    margin-top: 7px;
}
.logo_inline h4 span {position:relative; padding: 0px 10px;font-size:13px;}
.logo_text {  text-align: center; } /* width: 60%;  */
.hindi_font { font-weight:600;font-size: 32px;  display: block;margin-bottom: 5px;color: #489b0a}
.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;
}



 @keyframes spin {

  0% {
    transform: rotate3d(0, 1, 0, 0);
  }

  100% {
    transform: rotate3d(0, 1, 0, 360deg);
  }

}
.rishi_img {
 transform-style: preserve-3d;
 /* cursor: pointer; 
 margin-left:auto;
 */
 position:relative;
 overflow: hidden;
 /* animation: spin 10s 0s linear infinite; */
}
.rishi_img img {display:unset}
.mplogo {max-width: 90px;margin-left: 100px;}
.rishi_img:after, .rishi_img:before {
	content:'';left:0;right:0;top:0;bottom:0;
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  box-shadow: 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff;
  -moz-animation: 1s bang ease-out infinite backwards, 1s gravity ease-in infinite backwards, 5s position linear infinite backwards;
  -webkit-animation: 1s bang ease-out infinite backwards, 1s gravity ease-in infinite backwards, 5s position linear infinite backwards;
  -o-animation: 1s bang ease-out infinite backwards, 1s gravity ease-in infinite backwards, 5s position linear infinite backwards;
  -ms-animation: 1s bang ease-out infinite backwards, 1s gravity ease-in infinite backwards, 5s position linear infinite backwards;
  animation: 1s bang ease-out infinite backwards, 1s gravity ease-in infinite backwards, 5s position linear infinite backwards;
}

.rishi_img:after {
  -moz-animation-delay: 1.25s, 1.25s, 1.25s;
  -webkit-animation-delay: 1.25s, 1.25s, 1.25s;
  -o-animation-delay: 1.25s, 1.25s, 1.25s;
  -ms-animation-delay: 1.25s, 1.25s, 1.25s;
  animation-delay: 1.25s, 1.25s, 1.25s;
  -moz-animation-duration: 1.25s, 1.25s, 6.25s;
  -webkit-animation-duration: 1.25s, 1.25s, 6.25s;
  -o-animation-duration: 1.25s, 1.25s, 6.25s;
  -ms-animation-duration: 1.25s, 1.25s, 6.25s;
  animation-duration: 1.25s, 1.25s, 6.25s;
}

@-webkit-keyframes bang {
  to {
    box-shadow: -65px -155.6666666667px #c8ff00, -28px -364.6666666667px #ff0900, -69px -357.6666666667px #ff2600, 210px -188.6666666667px #e600ff, 45px -95.6666666667px #ff0040, 206px 13.3333333333px #d500ff, -182px -185.6666666667px #00aeff, -90px -225.6666666667px #59ff00, -103px -68.6666666667px #00fffb, 53px 64.3333333333px #ff0048, -29px 22.3333333333px #40ff00, -121px -46.6666666667px #5100ff, 113px 18.3333333333px #ff00d9, -53px -284.6666666667px #f2ff00, -142px 16.3333333333px #0dff00, 24px -43.6666666667px #77ff00, -22px 68.3333333333px #2f00ff, -162px -69.6666666667px #6fff00, 102px -314.6666666667px #00c4ff, 112px -298.6666666667px #5500ff, 224px 27.3333333333px #22ff00, 245px -158.6666666667px #6a00ff, 25px 49.3333333333px #ff4400, -81px -22.6666666667px #0066ff, -209px -174.6666666667px #00ff8c, 186px -50.6666666667px #00ff3c, -224px -161.6666666667px #00fff2, 139px -373.6666666667px #00ff2b, -135px 53.3333333333px #002bff, -188px -142.6666666667px #ff8400, -36px -111.6666666667px #00ff62, 244px 46.3333333333px #ff6f00, -33px -90.6666666667px #ff7300, 186px -177.6666666667px #ff000d, 161px -171.6666666667px #1a00ff, -8px -83.6666666667px #00ff8c, -5px -24.6666666667px #00ff7b, -186px 54.3333333333px #8000ff, -53px -377.6666666667px #ff0077, 105px -314.6666666667px #ff0077, -62px -140.6666666667px #ff4d00, -200px -273.6666666667px #40ff00, 116px -44.6666666667px #4800ff, -120px -257.6666666667px #aaff00, -248px -201.6666666667px #ff007b, 25px -1.6666666667px #0004ff, -49px -288.6666666667px #ff2b00, 210px -289.6666666667px #00ffbf, 170px -165.6666666667px #00a6ff, -162px -361.6666666667px #b300ff, -51px -223.6666666667px #00ffbb;
  }
}
@-moz-keyframes bang {
  to {
    box-shadow: -65px -155.6666666667px #c8ff00, -28px -364.6666666667px #ff0900, -69px -357.6666666667px #ff2600, 210px -188.6666666667px #e600ff, 45px -95.6666666667px #ff0040, 206px 13.3333333333px #d500ff, -182px -185.6666666667px #00aeff, -90px -225.6666666667px #59ff00, -103px -68.6666666667px #00fffb, 53px 64.3333333333px #ff0048, -29px 22.3333333333px #40ff00, -121px -46.6666666667px #5100ff, 113px 18.3333333333px #ff00d9, -53px -284.6666666667px #f2ff00, -142px 16.3333333333px #0dff00, 24px -43.6666666667px #77ff00, -22px 68.3333333333px #2f00ff, -162px -69.6666666667px #6fff00, 102px -314.6666666667px #00c4ff, 112px -298.6666666667px #5500ff, 224px 27.3333333333px #22ff00, 245px -158.6666666667px #6a00ff, 25px 49.3333333333px #ff4400, -81px -22.6666666667px #0066ff, -209px -174.6666666667px #00ff8c, 186px -50.6666666667px #00ff3c, -224px -161.6666666667px #00fff2, 139px -373.6666666667px #00ff2b, -135px 53.3333333333px #002bff, -188px -142.6666666667px #ff8400, -36px -111.6666666667px #00ff62, 244px 46.3333333333px #ff6f00, -33px -90.6666666667px #ff7300, 186px -177.6666666667px #ff000d, 161px -171.6666666667px #1a00ff, -8px -83.6666666667px #00ff8c, -5px -24.6666666667px #00ff7b, -186px 54.3333333333px #8000ff, -53px -377.6666666667px #ff0077, 105px -314.6666666667px #ff0077, -62px -140.6666666667px #ff4d00, -200px -273.6666666667px #40ff00, 116px -44.6666666667px #4800ff, -120px -257.6666666667px #aaff00, -248px -201.6666666667px #ff007b, 25px -1.6666666667px #0004ff, -49px -288.6666666667px #ff2b00, 210px -289.6666666667px #00ffbf, 170px -165.6666666667px #00a6ff, -162px -361.6666666667px #b300ff, -51px -223.6666666667px #00ffbb;
  }
}
@-o-keyframes bang {
  to {
    box-shadow: -65px -155.6666666667px #c8ff00, -28px -364.6666666667px #ff0900, -69px -357.6666666667px #ff2600, 210px -188.6666666667px #e600ff, 45px -95.6666666667px #ff0040, 206px 13.3333333333px #d500ff, -182px -185.6666666667px #00aeff, -90px -225.6666666667px #59ff00, -103px -68.6666666667px #00fffb, 53px 64.3333333333px #ff0048, -29px 22.3333333333px #40ff00, -121px -46.6666666667px #5100ff, 113px 18.3333333333px #ff00d9, -53px -284.6666666667px #f2ff00, -142px 16.3333333333px #0dff00, 24px -43.6666666667px #77ff00, -22px 68.3333333333px #2f00ff, -162px -69.6666666667px #6fff00, 102px -314.6666666667px #00c4ff, 112px -298.6666666667px #5500ff, 224px 27.3333333333px #22ff00, 245px -158.6666666667px #6a00ff, 25px 49.3333333333px #ff4400, -81px -22.6666666667px #0066ff, -209px -174.6666666667px #00ff8c, 186px -50.6666666667px #00ff3c, -224px -161.6666666667px #00fff2, 139px -373.6666666667px #00ff2b, -135px 53.3333333333px #002bff, -188px -142.6666666667px #ff8400, -36px -111.6666666667px #00ff62, 244px 46.3333333333px #ff6f00, -33px -90.6666666667px #ff7300, 186px -177.6666666667px #ff000d, 161px -171.6666666667px #1a00ff, -8px -83.6666666667px #00ff8c, -5px -24.6666666667px #00ff7b, -186px 54.3333333333px #8000ff, -53px -377.6666666667px #ff0077, 105px -314.6666666667px #ff0077, -62px -140.6666666667px #ff4d00, -200px -273.6666666667px #40ff00, 116px -44.6666666667px #4800ff, -120px -257.6666666667px #aaff00, -248px -201.6666666667px #ff007b, 25px -1.6666666667px #0004ff, -49px -288.6666666667px #ff2b00, 210px -289.6666666667px #00ffbf, 170px -165.6666666667px #00a6ff, -162px -361.6666666667px #b300ff, -51px -223.6666666667px #00ffbb;
  }
}
@-ms-keyframes bang {
  to {
    box-shadow: -65px -155.6666666667px #c8ff00, -28px -364.6666666667px #ff0900, -69px -357.6666666667px #ff2600, 210px -188.6666666667px #e600ff, 45px -95.6666666667px #ff0040, 206px 13.3333333333px #d500ff, -182px -185.6666666667px #00aeff, -90px -225.6666666667px #59ff00, -103px -68.6666666667px #00fffb, 53px 64.3333333333px #ff0048, -29px 22.3333333333px #40ff00, -121px -46.6666666667px #5100ff, 113px 18.3333333333px #ff00d9, -53px -284.6666666667px #f2ff00, -142px 16.3333333333px #0dff00, 24px -43.6666666667px #77ff00, -22px 68.3333333333px #2f00ff, -162px -69.6666666667px #6fff00, 102px -314.6666666667px #00c4ff, 112px -298.6666666667px #5500ff, 224px 27.3333333333px #22ff00, 245px -158.6666666667px #6a00ff, 25px 49.3333333333px #ff4400, -81px -22.6666666667px #0066ff, -209px -174.6666666667px #00ff8c, 186px -50.6666666667px #00ff3c, -224px -161.6666666667px #00fff2, 139px -373.6666666667px #00ff2b, -135px 53.3333333333px #002bff, -188px -142.6666666667px #ff8400, -36px -111.6666666667px #00ff62, 244px 46.3333333333px #ff6f00, -33px -90.6666666667px #ff7300, 186px -177.6666666667px #ff000d, 161px -171.6666666667px #1a00ff, -8px -83.6666666667px #00ff8c, -5px -24.6666666667px #00ff7b, -186px 54.3333333333px #8000ff, -53px -377.6666666667px #ff0077, 105px -314.6666666667px #ff0077, -62px -140.6666666667px #ff4d00, -200px -273.6666666667px #40ff00, 116px -44.6666666667px #4800ff, -120px -257.6666666667px #aaff00, -248px -201.6666666667px #ff007b, 25px -1.6666666667px #0004ff, -49px -288.6666666667px #ff2b00, 210px -289.6666666667px #00ffbf, 170px -165.6666666667px #00a6ff, -162px -361.6666666667px #b300ff, -51px -223.6666666667px #00ffbb;
  }
}
@keyframes bang {
  to {
    box-shadow: -65px -155.6666666667px #c8ff00, -28px -364.6666666667px #ff0900, -69px -357.6666666667px #ff2600, 210px -188.6666666667px #e600ff, 45px -95.6666666667px #ff0040, 206px 13.3333333333px #d500ff, -182px -185.6666666667px #00aeff, -90px -225.6666666667px #59ff00, -103px -68.6666666667px #00fffb, 53px 64.3333333333px #ff0048, -29px 22.3333333333px #40ff00, -121px -46.6666666667px #5100ff, 113px 18.3333333333px #ff00d9, -53px -284.6666666667px #f2ff00, -142px 16.3333333333px #0dff00, 24px -43.6666666667px #77ff00, -22px 68.3333333333px #2f00ff, -162px -69.6666666667px #6fff00, 102px -314.6666666667px #00c4ff, 112px -298.6666666667px #5500ff, 224px 27.3333333333px #22ff00, 245px -158.6666666667px #6a00ff, 25px 49.3333333333px #ff4400, -81px -22.6666666667px #0066ff, -209px -174.6666666667px #00ff8c, 186px -50.6666666667px #00ff3c, -224px -161.6666666667px #00fff2, 139px -373.6666666667px #00ff2b, -135px 53.3333333333px #002bff, -188px -142.6666666667px #ff8400, -36px -111.6666666667px #00ff62, 244px 46.3333333333px #ff6f00, -33px -90.6666666667px #ff7300, 186px -177.6666666667px #ff000d, 161px -171.6666666667px #1a00ff, -8px -83.6666666667px #00ff8c, -5px -24.6666666667px #00ff7b, -186px 54.3333333333px #8000ff, -53px -377.6666666667px #ff0077, 105px -314.6666666667px #ff0077, -62px -140.6666666667px #ff4d00, -200px -273.6666666667px #40ff00, 116px -44.6666666667px #4800ff, -120px -257.6666666667px #aaff00, -248px -201.6666666667px #ff007b, 25px -1.6666666667px #0004ff, -49px -288.6666666667px #ff2b00, 210px -289.6666666667px #00ffbf, 170px -165.6666666667px #00a6ff, -162px -361.6666666667px #b300ff, -51px -223.6666666667px #00ffbb;
  }
}
@-webkit-keyframes gravity {
  to {
    transform: translateY(200px);
    -moz-transform: translateY(200px);
    -webkit-transform: translateY(200px);
    -o-transform: translateY(200px);
    -ms-transform: translateY(200px);
    opacity: 0;
  }
}
@-moz-keyframes gravity {
  to {
    transform: translateY(200px);
    -moz-transform: translateY(200px);
    -webkit-transform: translateY(200px);
    -o-transform: translateY(200px);
    -ms-transform: translateY(200px);
    opacity: 0;
  }
}
@-o-keyframes gravity {
  to {
    transform: translateY(200px);
    -moz-transform: translateY(200px);
    -webkit-transform: translateY(200px);
    -o-transform: translateY(200px);
    -ms-transform: translateY(200px);
    opacity: 0;
  }
}
@-ms-keyframes gravity {
  to {
    transform: translateY(200px);
    -moz-transform: translateY(200px);
    -webkit-transform: translateY(200px);
    -o-transform: translateY(200px);
    -ms-transform: translateY(200px);
    opacity: 0;
  }
}
@keyframes gravity {
  to {
    transform: translateY(200px);
    -moz-transform: translateY(200px);
    -webkit-transform: translateY(200px);
    -o-transform: translateY(200px);
    -ms-transform: translateY(200px);
    opacity: 0;
  }
}
@-webkit-keyframes position {
  0%, 19.9% {
    margin-top: 10%;
    margin-left: 40%;
  }
  20%, 39.9% {
    margin-top: 40%;
    margin-left: 30%;
  }
  40%, 59.9% {
    margin-top: 20%;
    margin-left: 70%;
  }
  60%, 79.9% {
    margin-top: 30%;
    margin-left: 20%;
  }
  80%, 99.9% {
    margin-top: 30%;
    margin-left: 80%;
  }
}
@-moz-keyframes position {
  0%, 19.9% {
    margin-top: 10%;
    margin-left: 40%;
  }
  20%, 39.9% {
    margin-top: 40%;
    margin-left: 30%;
  }
  40%, 59.9% {
    margin-top: 20%;
    margin-left: 70%;
  }
  60%, 79.9% {
    margin-top: 30%;
    margin-left: 20%;
  }
  80%, 99.9% {
    margin-top: 30%;
    margin-left: 80%;
  }
}
@-o-keyframes position {
  0%, 19.9% {
    margin-top: 10%;
    margin-left: 40%;
  }
  20%, 39.9% {
    margin-top: 40%;
    margin-left: 30%;
  }
  40%, 59.9% {
    margin-top: 20%;
    margin-left: 70%;
  }
  60%, 79.9% {
    margin-top: 30%;
    margin-left: 20%;
  }
  80%, 99.9% {
    margin-top: 30%;
    margin-left: 80%;
  }
}
@-ms-keyframes position {
  0%, 19.9% {
    margin-top: 10%;
    margin-left: 40%;
  }
  20%, 39.9% {
    margin-top: 40%;
    margin-left: 30%;
  }
  40%, 59.9% {
    margin-top: 20%;
    margin-left: 70%;
  }
  60%, 79.9% {
    margin-top: 30%;
    margin-left: 20%;
  }
  80%, 99.9% {
    margin-top: 30%;
    margin-left: 80%;
  }
}
@keyframes position {
  0%, 19.9% {
    margin-top: 10%;
    margin-left: 40%;
  }
  20%, 39.9% {
    margin-top: 40%;
    margin-left: 30%;
  }
  40%, 59.9% {
    margin-top: 20%;
    margin-left: 70%;
  }
  60%, 79.9% {
    margin-top: 30%;
    margin-left: 20%;
  }
  80%, 99.9% {
    margin-top: 30%;
    margin-left: 80%;
  }
}
 

/*============== Header Design CSS ====================== */

#sp-logo {
   /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f9fff3+1,ffffff+100 */
background: #f9fff3; /* Old browsers */
background: -moz-linear-gradient(top, #f9fff3 1%, #ffffff 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #f9fff3 1%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #f9fff3 1%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9fff3', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
background: #fff;
}

#sp-header{
    background: #ff880e;height: auto;
} 
.sp-megamenu-parent > li > a {
font-size:17px; padding: 15px 10px;line-height: normal;  font-weight: 600;}
.sp-megamenu-parent>li.active>a {font-weight: 600;}
#sp-top-header {background-color: #e7f7d7!important;}
#sp-top-header a {color: #3d6411!important;}
#sp-menu>.sp-column.justify-content-end {justify-content: center!important;}
.sp-megamenu-parent>li:last-child>a {padding: 15px 20px;}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a {
    color: #252525;
    font-size: 16px!important;
    padding: 5px 0 7px;    line-height: 1.3;
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
    padding: 10px 15px;
}
body.ltr .sp-megamenu-parent>li.sp-has-child>a:after, body.ltr .sp-megamenu-parent>li.sp-has-child>span:after {margin-top:3px; font-size: 13px; margin-left: 3px;}

.nav-top-menu li{
  margin:0px 10px;
  font-size:14px;
  line-height: 24px;
}
.menu-quick-links{
  background-color: #0087cb;
  padding: 0 15px;
  display: inline-block;
}
.theme-default .nivoSlider {
    margin-bottom: 0px!important;
    -webkit-box-shadow:none!important;
    -moz-box-shadow: none!important;
    box-shadow:none!important;
}
.nav-top-links li {
     width: 25%;
    background: #efefef;
    text-align: center;
    border-right: 5px solid #fff;
  display:block;
}
.nav-top-links li:hover {
  background-color:#ffffff;
  border-right: 5px solid #fafafa;
}
.nav-top-links li:last-child{border-right: none;}
.nav-top-links li a{
  text-align:center;
  font-size:18px;
  display: block;
  padding: 20px 0px;
  
}
.nav-top-links li a img{
    display: inline-block;
    margin: auto 10px;
}

.imp-notice h4{
  background: #ffffff url(../images/icon-latestupdates.png) 12px 8px no-repeat;
  padding-left: 50px!important;
} 

.latest-news h4{
  background: #ffffff url(../images/icon-tenders.png) 12px 8px no-repeat;
  padding-left: 50px!important;
}

.imp-notice, .latest-news{
background: #f4f4f4; /* Old browsers */
background: -moz-linear-gradient(top, #f4f4f4 5%, #ffffff 15%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #f4f4f4 5%,#ffffff 15%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #f4f4f4 5%,#ffffff 15%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

.latest-news .sp-module-title, .imp-notice .sp-module-title, .vc-desk .sp-module-title{
  color: #f35202;
  border: 1px solid #e6e6e6;
  margin-bottom: 0px;
  padding: 10px 5px 5px 10px;
  font-size: 20px;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
}

.latest-news .sp-module-content, .imp-notice .sp-module-content, .vc-desk .sp-module-content
{
    background-color: #ffffff;
    border: 1px solid #f3f3f3;
    height: 205px;
    padding: 10px;
    box-shadow: 0px 2px 1px 0px #ececec;
    border-top: 1px solid #739849;
    overflow-y: auto;
}

.latest-news .sp-module-content::-webkit-scrollbar-thumb, .imp-notice .sp-module-content::-webkit-scrollbar-thumb{
    border-radius: 10px;
    background-color: #FFF;
    background-image: -webkit-gradient(linear, 40% 0%, 75% 84%, from(#ed9440), to(#ea9238), color-stop(.6,#ffc798));
}

.latest-news .sp-module-content::-webkit-scrollbar-track, .imp-notice .sp-module-content::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.1);
    background-color: #F5F5F5;
    border-radius: 10px;
    margin: 2px auto;
}
.latest-news .sp-module-content::-webkit-scrollbar, .imp-notice .sp-module-content::-webkit-scrollbar {
    width: 10px;
    background-color: #F5F5F5;
}





.latest-news .sp-module-content ul li{
    background: #ffffff url(../images/blt-01.png) 0 8px no-repeat;
    padding-left: 15px;
    font-size: 14px;
    border-bottom: 1px dashed #cce2b2;
}

.imp-notice .sp-module-content ul li{
    background: #ffffff url(../images/blt-02.png) 0 7px no-repeat;
    padding-left: 15px;
    font-size: 14px;
    border-bottom: 1px dashed #cce2b2;
}

.vc-desk .sp-module-content
{font-size: 14px;    text-align: justify;
}
.vc-desk .sp-module-content img{margin-right:5px;}


#sp-latest-updates {
    padding: 20px 0 20px 0;
    border-top: 3px solid #c9eca0b5;
}
.home-page .page-header h1 {
    text-align: center;
    font-size: 26px;
    margin: 0;
    border-top: 1px solid #e6e6e6;
    padding-top: 20px;
}

.slider-photogallery .sp-module-title{
  color:#0e8192;
  font-weight: 400;
  text-align: center;
      margin-bottom: 20px;
}
.slider-photogallery .sp-module-content{
    border: 5px solid #424147;
    background-color: #424147;
    border-radius: 3px;
  
}
.bottom-menus .sp-module-content .menu{margin:0;padding:0; list-style:none;}
/*
  .bottom-menus .sp-module-content::before {
    border: 2px solid #007fc2;
    margin-left: -16px;
    content: ' ';
    border: 2px solid #77a048;
} */

.bottom-menus .sp-module-content .menu{
 
}

.bottom-menus .sp-module-content .menu li a{color: #ddd;font-size: 16px;}
.bottom-menus .sp-module-content .menu li a:hover{color:#fff;}
.bottom-menus .sp-module-content .menu 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;
}
.bottom-menus .sp-module-content .menu li:hover::before {left:3px;color:#e7efff}
.bottom-menus .sp-module-content .menu li {
    padding: 0 0 11px 15px;
    position:relative;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}
.bottom-menus .sp-module-content .menu li:nth-last-child(-n+1){ padding-bottom: 15px; }
.top_links_footer {
    border-bottom: 1px solid rgb(255, 249, 249, 0.35);
	/* border-top: 1px solid rgb(255, 249, 249, 0.35); */
     
}




.social-icons li a .fa{text-shadow: 2px 2px 0px #00000052; font-size:20px;}
.social-icons li a:hover .fa{text-shadow:none;}
.social-icons li a{ 
  color: #fff;
  background: #24b6e4;
  padding: 5px 14px 5px 12px;
  height: 40px;
  width: 40px;
  display: block;
  line-height: 35px;
  border-radius: 99px;
    
}
.social-icons li a:hover{
    color: #0087cb!important;
    background: #fff;
}
blockquote::before {
    content: "\f10d";
    font-size: 30px;
    font-family: 'fontawesome';
    padding-right: 20px;
    float: left;
    margin-top: -15px;
}
blockquote {
    margin: 0 0 1rem;
    font-style: italic;
    font-size: 16px;
    color: #0e71ad;
}
#sp-bottom-links {
      /* background: #3c2207; */
    position: relative;
    margin-top: 0;
    z-index: 1;
}
#sp-bottom-links:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(../../../images/bg_1.jpg);
    z-index: -1;
	    background-attachment: fixed;
    background-size: cover;
    background-blend-mode: overlay;
    background-color: #3c2207;
}
#sp-bottom1, #sp-bottom2, #sp-bottom3  {position: relative;}
.bottom-menus {
    padding: 30px 10px 0;
}

#sp-bottom2:not(:first-child):after, #sp-bottom3:not(:first-child):after {
    width: 1px;
    height: 100%;
    content: '';
    position: absolute;
    left: -15px;
    background-color: rgb(255, 249, 249, 0.35);
    top: 0;
}

.bottom-menus .sp-module-title {color: #fff;}
#sp-footer {
    background-color: #3c2207;
}


.article-header h1{ 
    color: #fb8b5e;
    font-size: 1.5rem!important;
    border-bottom: 1px solid #e8e8e8;
    margin-top: 10px;}

.mod-login{margin-top: 50px;
    border: 1px solid #c2ebff;
    padding: 30px;
    border-radius: 3px;
    background-color: #f9f9f9;}
.mod-login .login-title{
    margin: 0 0 0px;
    padding-bottom: 20px;
    font-size: 22px;
    font-weight: 400;
    color: #047cc2;
border-bottom: 1px solid #f3f3f3;}


.btn-orange {
  color: #fff!important;
  background-color: #f35202;
  border-color: #eb4e00;
  text-shadow: 0px 1px 2px #0000008a;
}
.btn-orange:hover {
  color: #f35202!important;
  background-color: #ffffff;
  text-shadow: 0px 0px 0px #ffffff;
}


.btn-green {
  color: #fff!important;
  background-color: #949628;
  border-color: #85871d;
  text-shadow: 0px 1px 2px #0000008a;
}
.btn-green:hover {
  color: #949628!important;
  background-color: #ffffff;
  text-shadow: 0px 0px 0px #ffffff;
}

.btn-purple {
  color: #fff!important;
  background-color: #a678fb;
  border-color: #5d30b0;
  text-shadow: 0px 1px 2px #0000008a;
}
.btn-purple:hover {
  color: #6f42c1!important;
  background-color: #ffffff;
  text-shadow: 0px 0px 0px #ffffff;
}

.btn-yellow {
  color: #fff!important;
  background-color: #fa8708;
  border-color: #f28206;
  text-shadow: 0px 1px 2px #0000008a;
}
.btn-yellow:hover {
  color: #fa8708!important;
  background-color: #ffffff;
  text-shadow: 0px 0px 0px #ffffff;
}

.btn-orange:hover img,
.btn-green:hover img,
.btn-purple:hover img,
.btn-yellow:hover img{  
  animation-name: spZoomIn;
  animation-delay: 100ms;
  animation-duration: 1s;
}

.highlight-links img{margin-bottom: 10px;}
.highlight-links img:hover{  
    animation-name: spZoomIn;
    animation-delay: 100ms;
  animation-duration: 1s;
}
.market-index{background-color: #f7f7f773;
    padding: 10px;} 
.market-index .nav-pills .nav-link.active, .market-index .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #f96922;
}

.market-index .nav-pills .nav-link {
    border-radius: .25rem;
    background-color: #f7f7f7;
    border-bottom: 1px solid #d0d0d0;
  padding: .25rem 0.50rem;
}
.daily-rates .sp-module-content, .facility-available .sp-module-content{
  background-color:#ffffff;
  border:1px solid #f1f1f1;
      box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.11);
  padding: 10px 15px;
      height: 350px;
    overflow-y: auto;
}
.facility-available .sp-module-content{text-align: center;}
.facility-available .sp-module-content img{display:inline-block;}
.facility-available .sp-module-content .col{padding: 0 6px;}
.facility-available .sp-module-content .col a{
    display:block;
    border: 1px solid #d2e1c1;
    margin-top: 15px;
    width: 100%;
    padding: 5px 0 5px 0;
}

.main-testimonial-slider .header-module {
    margin: 20px auto 20px auto!important;   
    font-size: 20px!important;
      font-weight: bold;
  color: #b3e47b!important;
    text-shadow: 2px -1px 8px #00000063!important;
}
.slider-item h1{    font-size: 14px;
    margin-top: 10px;}

.slider-item p{ font-size: 18px;
    margin: 0px;
}
.navigator {
    width: 45px!important;
    height: 45px!important;
    font-size: 42px!important;
    line-height: 36px!important;
   
}
.main-testimonial-slider .tab-box+div{display:none;}
.tab-active, .tab-active:hover {
    background: #6ab315!important;
}
.slider-item>p::before {
    content: '~';
    padding-right: 4px;
}
.main-testimonial-slider img {
border: 5px solid #ffffff70;
    
}
main#sp-component {
    padding: 15px 15px;
}

.slider-links{
    position: absolute;
    z-index:5;
    left: 0;
    bottom: 50px;
    padding: 20px;
    background-color: #ffffffa6;
    box-shadow: 0px 0px 4px 3px #00000030;
}

@media (max-width: 767px)
{
.thumbnails > li {
    float: left!important;
    margin-left: 10px!important;
}
}
.sp-module-content ul.latest-news li a {font-size:12px;}

@media (max-width:375px){
.slider-links {
    position: unset !important;
	    margin-top: 30px;
    margin-bottom: 30px;
}


.custom.highlight-links img {
    margin-left: 48px;
    width: 100%;
}
div#sp-position2 {
    margin-top: 18px;
    margin-bottom: 18px;
}
}

@media (max-width:414px){
.slider-links {
    position: unset !important;
	    margin-top: 30px;
    margin-bottom: 30px;
}



.custom.highlight-links img {
    margin-left: 48px;
    width: 100%;
}
div#sp-position2 {
    margin-top: 18px;
    margin-bottom: 18px;
}
}

.sp-scroll-up {

    bottom: 60px!important;

}
.pg-mark-stats table td h6{font-size: 1rem;
    background-color: #ffefd6;
    padding: 10px;
    border-left: 5px solid #a72215;
    width: 100%;}
.pg-mark-stats table td h5{text-align: left;
    padding-bottom: 5px;
    margin-bottom: 0px;
  margin-top: 15px;
}
.mod-fac1 a{
  font-size: 16px;
    padding: 10px;
    background-color: #ffefa3;
    text-align: center;
    margin-bottom: 10px;
    font-weight: 700;
    color: #650;
    border-radius: 3px;
    border: 1px solid #f2df82;
  display: block;
}

.mod-fac2 a{
  font-size: 16px;
    padding: 10px;
    background-color: #ffefa3;
    text-align: center;
    margin-bottom: 10px;
    font-weight: 700;
    color: #650;
    border-radius: 3px;
    border: 1px solid #f2df82;
  display: block;
}
.page-header {padding-bottom: 0;}
.mod-fac1 a:hover, .mod-fac2 a:hover{color: #000; background-color: #fdec5a;}
#archive-items h2  {line-height:1.3;}
#archive-items h2 a {font-size: 14px; display: block; padding: 5px 0 10px; border-bottom: 1px solid #eee;}

.table h5 {font-size:18px}
 

.big {font-size:larger}
.table tbody tr th {font-weight: 600;text-align:center;vertical-align:middle}
tbody, td, tfoot, th, thead, tr {vertical-align:middle}
/* .table.tdstriped tbody tr td:first-child {background: #e0fcf1;} */
.bg-secondary h5 {text-align:center;font-size:22px;}
.tr_bg th, .tr_bg td {background: #f6f6e1;}
.tr_bg2 td, .tr_bg2 {background: #fffcdf;}
.boldhead h1, .boldhead h2, .boldhead h3, .boldhead h4, .boldhead h5, .boldhead h6 {font-weight:600} 
table {font-size:15px;} 
.table_flex_view {display:flex;position:relative;} 
.yojnabox {text-align:center;position:relative;background:#fcefa7;padding:50px 15px;border-radius:7px;height: 100%;} 
.table_flex_view {display:flex;position:relative;border-bottom: 1px solid #ddd;font-size: 16px;margin-bottom:7px;padding: 1px 15px;    align-items: center;} 
.table_flex_view:last-child {border:0} 
.sr_num {font-weight:500;    width: 20%;}
.yojnabox i {font-size: 50px; opacity: .5; color: #3f8807; }
.yojnapage_view {position: relative; border: 2px solid #198754; border-radius: 7px;margin-bottom:25px;    background: #fcffee;}
.download_icon  { }
.download_icon a {display:inline-block;margin-bottom:5px;}
.bg_heading { 
position:relative; display: inline-block; background: #49a901; color: #fff; padding: 7px 20px 3px 10px; border-bottom: 3px solid #198754; 
}
.table_flex_content {position: relative; width: 80%; padding: 20px 0; text-align: justify;}
.table h4 {font-size: 21px;}
.sp-page-title { 
    position: relative;
    overflow: hidden;
    z-index: 1;
   padding:40px 0;
 background-image: url(../../../images/page_banner.jpg); background-attachment:fixed;background-size: cover;background-position: center;
}
.sp-page-title:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';z-index:-1;
    background: linear-gradient(0deg,rgb(7 13 3 / 59%) 0%,rgb(18 13 10 / 42%) 66%,rgb(255 136 14 / 8%) 85%);
}
.sp-page-title .sp-page-title-heading {font-weight: 600;}
ol {padding-left:20px;} 
ol li {font-size:16px;margin-bottom:7px; } 
ol li:last-child { margin-bottom:0; }
ol li::marker {font-weight:600} 
.btn.float-end {position: fixed; right: 0; top: 50%;padding-top: 70px;}
.btn.float-end:before {
font-size: 50px;
    position: absolute;
    top: 0px;
    text-align: center;
    content: '\f3e5';
    font-family: "Font Awesome 6 Free";
    left: 0;
    right: 0;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    display: block;
    color: #1a47af;
}
.inner_page_listing ul {position:relative;padding:0}
.inner_page_listing ul li{
  position: relative;
    display: block;
    padding: 10px 15px 5px;
    font-size: 15px;
    font-weight: 500;
    border-bottom: 1px solid #ddd;
    padding-left: 30px;
}
.inner_page_listing ul li:before {
    position: absolute;
    content: '';
    background: url(../../../images/check-mark.png);
    width: 20px;
    height: 24px;
    top: 10px;
    left: 2px;
}
.inner_page_listing ul li:last-child {border:0}
.bordering_view {position: relative;padding: 10px 15px; border: 2px solid #23a444; border-radius: 7px;}
 
#sp-main-body {position: relative;padding: 30px 0;}
.itemid-101 #sp-main-body {padding: 0;}

.archive {position: relative; padding: 15px; border: 1px solid #f3f3f3; border-radius: 7px;}
#archive-items {padding: 15px; background: #f6f6f68c; margin-bottom: 25px; border-radius: 7px; box-shadow: 0 5px 15px #ddd;}

.honers_box {
    position:relative;
    padding: 20px 15px;
    z-index: 1;
    border-radius: 100px 5px 5px 5px;
    overflow:hidden;
    background: #fffdf1;
    height:100%;
    align-items:center;
    border: 1px solid #ddd;
    box-shadow: 0 5px 15px #eee;
    -webkit-transition: all 0.5s linear 0s;
    -moz-transition: all 0.5s linear 0s;
    -ms-transition: all 0.5s linear 0s;
    -o-transition: all 0.5s linear 0s;
    transition: all 0.5s linear 0s;    min-height: 670px;
    }
	
.flex_profile {display:flex;align-items:center}	
	
.honers_img {width: 120px; height: 120px; line-height: 120px;font-size: 50px;background: #fffdf1; color: #fff;border-radius: 120px;       margin-right: 2%;margin-bottom: 10px; border: 2px solid #a6cd39;text-align: center;position: relative;overflow: hidden;}
	/* box-shadow: 0 5px 10px #ddd;  */
.honers_box.mb_0 {margin-bottom:0}
.honers_box.bg_color2 {background:#8bc34a} 
.honers_box.bg_color3 {background:#06c3ba} 
.honers_box.bg_color4 {background:#f38161} 
.namination {position:relative;padding: 5px 10px 0; width:calc(100% - 120px) }
.namination h4 {font-size:16px;     font-weight: 600;    margin-bottom: 0;-webkit-transition: all 0.5s linear 0s;
    -moz-transition: all 0.5s linear 0s;
    -ms-transition: all 0.5s linear 0s;
    -o-transition: all 0.5s linear 0s;
    transition: all 0.5s linear 0s;}
.namination h3 {color: #489b0a;font-weight: 600;}
.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;
}
.honers_box.green_active {background:#035e1f}
.honers_box.green_active .namination h4 {color:#fff}
.honers_box p {text-align:justify;}
.honers_box p:last-child {margin-bottom:0}

@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}
@keyframes shine {
	100% {
		left: 125%;
	}
}

.article-details .honers_img img {margin: 0 auto;}
.pagination {align-items: center;}
.pagination p{margin-bottom: 30px;  margin-right: 10px;}
.block_links {position:relative;padding:20px 30px 0;background:#ffc107;height: 100%;}
.block_links li {
   /* display: inline-block;
    padding: 0 0 7px 15px;
    width: calc(50% - 2px);
    float: none;height:100%; */
    position: relative;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
    vertical-align: middle;
}
.block_links li a {
  position:relative;
  padding:7px 5px;
  display:block;
  font-size:16px;
  font-weight:500;
  background: #fffdf1; 
  margin-bottom:10px;
  height:100%;
  text-align:center;
  border:1px solid #ff880e;
  border-radius:30px;-webkit-transition: all 0.35s ease;transition: all 0.35s ease;
}

.block_links li a:hover {background:#020202;color:#fff;border-color:#020202}



/*-----------------------------
	News Ticker
------------------------------*/
.acme-news-ticker {
  background: #fff;
  position: relative;
  height: 45px;    border-bottom: 1px solid #ddd; }
 
  .acme-news-ticker-label {
    background: #ff740e;
    padding: 10px 10px 0;
    width: auto;
    float: left;
    margin-right: 5px;
    line-height: normal;
    height: 100%;
    color: #fff;    font-size: 16px;
    font-weight: 600;  }
    @media (max-width: 575px) {
      .acme-news-ticker-label {
        position: absolute;
        top: -45px; } }
  .acme-news-ticker-box {
    height: 100%;
    padding-top: 15px;
    overflow: hidden; }
    @media (max-width: 575px) {
      .acme-news-ticker-box {
        padding-left: 10px;
        padding-right: 120px; } }
    .acme-news-ticker-box ul {
      width: 100%;
      list-style-type: none !important;
      padding: 0;
      margin: 0; }
      .acme-news-ticker-box ul li {
        text-decoration: none;font-weight: 500;
        font-size: 15px;
        color: #666;position:relative;padding-left:20px; }
  .acme-news-ticker-controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    height: 100%;
    right: 0;
    top: 0; }
    .acme-news-ticker-controls button {
      height: 100%;
      background: #020202;
      padding: 0;
      width: 40px;border:none;
      border-width: 0 0 0 1px;
      cursor: pointer;
      display: inline-block;color:#fff }
      .acme-news-ticker-controls button:hover {
        background: #5d9f44; }
      .acme-news-ticker-controls button.acme-news-ticker-arrow {
        margin: 0;
        display: inline-block;
        position: relative; }
        .acme-news-ticker-controls button.acme-news-ticker-arrow:after {
          border-color: #999;
          border-bottom-style: solid;
          border-bottom-width: 2px;
          border-right-style: solid;
          border-right-width: 2px;
          content: '';
          display: inline-block;
          height: 8px;
          left: 50%;
          position: absolute;
          top: 50%;
          width: 8px; }
      .acme-news-ticker-controls button.acme-news-ticker-pause {
        position: relative;
        display: inline-block; }
       /* .acme-news-ticker-controls button.acme-news-ticker-pause:before {
          position: absolute;
          content: "";
          width: 10px;
          height: 10px;
          border-color: #999;
          border-style: solid;
          border-width: 0 2px 0;
          -webkit-transform: translate(-50%, -50%);
              -ms-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%);
          left: 50%;
          top: 50%; } */
    .acme-news-ticker-controls.acme-news-ticker-horizontal-controls button.acme-news-ticker-prev:after {
      -webkit-transform: translate(-50%, -50%) rotate(135deg);
          -ms-transform: translate(-50%, -50%) rotate(135deg);
              transform: translate(-50%, -50%) rotate(135deg); }
    .acme-news-ticker-controls.acme-news-ticker-horizontal-controls button.acme-news-ticker-next:after {
      -webkit-transform: translate(-50%, -50%) rotate(315deg);
          -ms-transform: translate(-50%, -50%) rotate(315deg);
              transform: translate(-50%, -50%) rotate(315deg); }
    .acme-news-ticker-controls.acme-news-ticker-vertical-controls button.acme-news-ticker-prev:after {
      -webkit-transform: translate(-50%, -50%) rotate(225deg);
          -ms-transform: translate(-50%, -50%) rotate(225deg);
              transform: translate(-50%, -50%) rotate(225deg); }
    .acme-news-ticker-controls.acme-news-ticker-vertical-controls button.acme-news-ticker-next:after {
      -webkit-transform: translate(-50%, -50%) rotate(405deg);
          -ms-transform: translate(-50%, -50%) rotate(405deg);
              transform: translate(-50%, -50%) rotate(405deg); }

.acme-news-ticker-box ul li:before {position:absolute; top:-2px;left:0;content:"\F518";font-family:'bootstrap-icons'; font-size:15px;font-weight:600;color:#020202 }
.acme-news-ticker-box ul li:hover {color:#c38504}
.acme-news-ticker-box ul li .bi-caret-down {color:#ed1c25}
.acme-news-ticker-box ul li .bi-caret-up {color:#489b0a}
/*# sourceMappingURL=style.css.map */



.whats_new {position:relative;border: 1px solid #489b0a;border-radius: 7px;background: #fffdf1;padding: 15px;}
.whats_new .sp-module-title {margin-bottom:0}
.news_ticker ul li{position:relative;display: block; font-weight: 500; font-size: 15px; letter-spacing: 0.6px; padding: 10px 10px 10px;padding-left:30px;color:#020202;    border-bottom: 1px solid #0096882e;text-align:justify}
.news_ticker ul li a{display:block}
.ablock .news_ticker ul li a{display:unset}
.news_ticker ul li:last-child {border-bottom:0}
.news_ticker ul li:before {position:absolute; top:10px;left:7px;content:"\F141";font-family:'bootstrap-icons'; font-size:15px;font-weight:600; color:#0e8013 }
.news_ticker ul li:hover {color:#004fb1}
.news_ticker ul li:hover:before {color:#020202}
.news_ticker hr {margin:5px 0}
.news_ticker {position:relative;border: 1px solid #ddd;background:#fff;border-radius:7px;}
.news_ticker ul.mod-list {
	position:relative;
    overflow-y: scroll;
    max-height: 290px;
}

.news_ticker .sp-module-title {
	position:relative;
	background:#ff880e;
	border-radius: 7px 7px 0 0px;
    font-size: 24px;
    font-weight: 600;
    color: #fff;
  padding: 10px 10px 10px 35px;margin-bottom: 0;
}
.news_ticker .sp-module-title:before {
    content: "\f195";
	position:absolute;font-size:24px;left:5px;font-family:bootstrap-icons;font-weight:400;
}



.news_ticker ul li p {margin-bottom:5px;line-height: 1.3; font-size: 14px;}
/* .news_ticker ul li:hover {background:#268204} */
/* .news_ticker ul li:hover a {color:#fff; } */
.mod-articles-category-date {padding: 2px 10px;font-size:13px;border: 1px solid #666;display: inline-block;border-radius: 15px;color: #000;}
.news_ticker ul li:hover .mod-articles-category-date {
color: #5d9f44;border-color: #5d9f44
}


/*============== End News Ticker =================*/
.theme_head {font-size:28px;font-weight:600}
.intro_side {position:relative;padding:0; border-radius:7px;z-index: 1;}
.intro_side h1 {position:relative;}
.intro_side p {text-align: justify;}
.theme_green {color: #5d9f44;}
.modal_darkbg { background: #32231f;}
.modal_fbg { background: #f8cb59;}
.book_icon {position:relative;  background: url(../../../images/booklet_bg.jpg); background-size: cover;
 z-index:1;padding:30px 15px;border-radius:10px;transition:.4s ease;    height: 100%;}
.book_icon:before {position:absolute;content:'';left:0;right:0;top:0;bottom:0;background:linear-gradient(135deg,rgb(255 142 55) 0,rgb(31 31 5 / 12%) 40%,rgb(4 32 9 / 40%) 60%,rgb(0 0 0 / 81%) 100%);z-index:-1;border-radius:10px}
.book_icon.icon_bg2 {background: url(../../../images/bhopal_mandi.jpg);    background-size: cover;}
.icon_round {
	position:relative;
     width:110px;
	 height:110px;line-height:110px;
     margin: 0 auto;
     background: #ffffff;
     border-radius:50%;
     color:#ff740e;
     margin-bottom:20px;font-size:50px; 
     box-shadow: 0 10px 15px #afafaf;
     border: 1px solid #ddd;transition:.4s ease
}
.icon_round img {transition:.4s ease}
.book_icon:hover .icon_round img {transform: scale(0.9);}
.book_icon h4 {position:relative; color:#fff;font-weight:600;font-size: 20px;}
.hoverline {position:relative;}
.hoverline:after {
content: '';
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 2px;
background: #ffc511;
transform: scale(0,1);
transform-origin: center;
transition: transform 500ms ease;
}
.book_icon:hover .hoverline:after{transform:scale(1,1);transform-origin:center}
.icon_round:before {
    position: absolute;
    left: -15px;
    top: -15px;
    right: -15px;
    bottom: -15px;
    content: '';
    border: 2px solid rgb(221 246 239 / 0.25);
    border-radius: 50%;
}
.icon_round:after {
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 50%;
	-webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.40);
	-ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.40);
	-o-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.40);
	box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.40);
	-webkit-animation: ripple 3s infinite;
	animation: ripple 3s infinite;
}
.icon_round:after {
	-webkit-animation-delay: .6s;
	animation-delay: .6s;
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
}

.flex_animate {display:flex;position:relative;padding: 2px 2px;align-items:center;border-bottom:1px solid #ddd;margin-bottom:10px;background:#fff;border-radius:50px; }
.animate_head img { border-radius: 50%; border: 5px solid #fffff3; box-shadow: 0 5px 5px #eee;}
.animate_head {transition: 2s;font-weight: 600;margin-bottom:0;text-align: center;background: #fff;position: relative;border-radius: 50px;}

.book_icon.bg_jublee {background: url(../../../images/booklet_bg_3.jpg);}
.book_icon.bg_farm {background: url(../../../images/bg_farm.jpg);}


 
/* .animate_icon span {font-size: 40px;transition: 2s;    display: block;} 
.flex_animate:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0;z-index:-1;
    transition: ease-out 0.5s;
    background: #cb7b5f;border-radius:10px;
}
.flex_animate:hover::before {width: 100%;}*/
.static_details {width:calc(100% - 90px);    padding-left: 15px;}
.static_details h5 {font-size: 20px;font-weight: 600;margin-bottom:0;line-height: 1.2;color:#fff; }
.static_details span.readmore {position:absolute;bottom:-50px;transition: ease-out 0.5s;}
.animate_head h4 {font-size: 20px;font-weight: 600;width: 45px;height: 45px;line-height: 45px;margin-bottom: 0;border-radius: 50%;}
.animate_head .duration, .animate_icon .annual {display: block;font-size: 12px;}
.flex_animate:last-child {border:0}
.flex_animate:hover .static_details span.readmore {bottom:10px}
.flex_animate.red_theme {background: #ed1c25;}
.flex_animate.dark_orange {background: #f58120;}
.flex_animate.musterd_yellow {background: #faa41a;}
.flex_animate.light_green {background: #a6cd39;}
.center_dhead {position:relative;}
.center_dhead h3 {
    display: inline-block;
    border: 1px solid #ddd;
    padding: 10px 25px 7px;
    border-radius: 30px;
    background:#fff;
    font-size: 20px;
}

.flex_animate:before {position:absolute;content:'';height: 260px;width:2px;z-index: -1;}
.flex_animate.red_theme:before {left: 40%;transform: rotate(100deg);background:#ed1c25;bottom: -151px;}
.flex_animate.dark_orange:before {right: 40%;transform: rotate(-100deg);background:#f58120;bottom: -151px;}
.flex_animate.musterd_yellow:before {left: 40%;transform: rotate(-100deg);background:#faa41a;top: -151px;}
.flex_animate.light_green:before {right: 40%;transform: rotate(100deg);background:#a6cd39;top: -151px;}
 

.itemid-101 #sp-main-body {padding:30px 0 30px;}
#sp-golden-fifty-years {padding: 30px 0 0;}
.one_slide {position:relative; border-radius: 7px;background:#489b0a}
.one_slide.owl-theme .owl-dots .owl-dot span, .yojnaslide.owl-theme .owl-dots .owl-dot span {width:8px;height:8px;    outline: 1px solid #a6cd39; outline-offset: 2px;background: #489b0a;}
.one_slide.owl-carousel.owl-theme .owl-dots .owl-dot.active span {background: #ff880e;outline:1px solid #489b0a}
.one_slide.owl-theme .owl-dots {position: absolute;left: 0px;right: 0px;bottom: 5px;}
.owl-theme .owl-nav.disabled+.owl-dots {margin: 0;}


.group_box {position:relative; padding: 15px; background: #fff7ea; height: 100%;    border-radius: 7px; border:1px solid #489b0a}
.group_box ul li a h5{position:relative;font-size:18px;margin-bottom:5px;padding: 6px 10px; border-radius: 20px;transition:.3s ease;z-index:1}
.group_box ul li a h5:hover {color:#fff}
.group_box ul li a h5:after {
position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 0;
    height: 100%;
    background: #489b0a;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: .4s;
    transition: .4s;z-index:-1;border-radius:20px
}
.group_box ul li a h5:hover:after {
    width: 100%;
    visibility: visible;
    opacity: 1;
}
.group_box ul li {position:relative;padding-left:20px}
.group_box ul li:last-child {border-bottom:0}
.group_box ul li:before {position:absolute; top:7px;left:0;content:"\f192";font-family:"Font Awesome 6 Free"; font-size:15px;  color:#0e8013 }
.group_box ul li:hover {color:#004fb1}
.group_box ul li:hover:before {color:#020202}
.group_box.cbg2 {background:#fff9cb}
.group_box.cbg3 {background:#e8efae}
.group_box.cbg4 {background:#fffdf1}


#carouselbanner-wrp-186 .banneritem .banneritem-inner {background: #fff;}
.portal_div { 
position:relative;
    background: #ff880e;
    padding: 25px;
    border-radius: 7px; 
}
#sp-important-portal-links {position:relative;padding: 50px 0;}

.check_list {position:relative;}
.check_list ul {position:relative;max-height:410px;overflow-y:auto;overflow-x:hidden;background:#fffdf1 }  
.check_list ul li {position:relative;}  
.check_list ul li a {display:block;padding: 12px 15px 7px; font-size: 18px; font-weight:500; border-bottom:1px solid #ddd;padding-left:30px;}
.check_list ul li a:before {position:absolute;content:'';background:url(../../../images/check-mark.png);width:20px;height:24px;top:12px;left:2px;}

.check_list ul li a:hover { transform:scale(1.01);border-bottom:1px solid #5d9f44;}
.check_list ul li:last-child a {border:0}
 .check_list::-webkit-scrollbar {
  background-color: #ddd;
  width: 7px;border-radius:0;
}
.check_list::-webkit-scrollbar-thumb {
  background-color: #5cb61a;
}
.vcount_p p {margin-bottom:10px;}
.text_yellow {color: #ffeb3b;font-weight: 600;}
.visit_count {text-align:center;  } 
.vcount_number {background: #ffb100;color: #070707;font-weight: 500;border-radius: 2px;padding: 2px 5px;}
.copyright {text-align:center;color: #fffbed;padding-top: 15px;
/* border-top: 1px solid rgb(255, 249, 249, 0.35); */
/* border-top: 1px solid #ddddddad;    background: #035e1f; */
}
.visit_count  p {margin-bottom:0}
.copyright p {font-size:15px;font-weight: 500;}
.copyright span {
    font-weight: 500;
}
.copyright a {color:#fff}
#sp-footer .copyright a:hover, #sp-footer .copyright a:focus {color:#ff880e}
#sp-footer .container-inner {
    padding: 0;border:0;
}
.body-innerwrapper {position:relative;z-index: 1;}
.body-innerwrapper:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(../../../images/bg6.jpg);
    background-size: cover;
    opacity: 0.7;
    z-index: -1;
}
#sp-latest-notices-and-circulars {position: relative;background: #fff; padding: 50px 0 30px;} 
#sp-events-and-achievements {position: relative;padding: 50px 0 0;} 
.mfp_carousel_skin_card .mfp_block_title {display:none}
.mfp_carousel_skin_card {margin-top: -25px;}
.mfp_carousel_skin_card .mfp_carousel_item .mfp_carousel_title a {
    font-weight: 500 !important;
    font-size: 18px !important;
}
/* =================  Help Support Sticky  =================== */
.help_support_panel {
    position: fixed;
    z-index: 99999;
    top: 50%;
    left: -225px;
    transition: all 0.5s;
    display: inline-block;
	}
.help_support_panel:hover{left:0px;}
.title_text {
    background: #489b0a;
    color: #fff;
    padding: 5px 7px;
    font-size: 16px;
    border-radius: 5px 0px 0px 5px;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    display: inline-block;
    text-align: center;
    line-height: 20px;
    text-transform: uppercase;
   height: 130px;
    border: 0;
}
.title_text i {
    display: inline-block;
    padding-bottom: 2px;
}
 .help_support_panel .panel_content {
    display: inline-block;
    width: 220px;padding:5px;font-weight:400;   background: #ffc107;float:left;color: #020202;font-size: 13px;  
  }
 .help_support_panel .panel_content span { 
  display: block; 
   padding: 5px 5px 2px;
    color: #070707;
    font-weight: 600;    
    font-size: 16px;margin-bottom:0;
  }
  .help_support_panel .title_text {
      -webkit-transform: rotate(-90deg);
    transform: rotate(-180deg);
    display: inline-block; font-size: 16px;font-weight:600;
	}
	.help_support_panel .title_text 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;
    margin-bottom: 2px;
    border-radius: 5px;
    background: #fff;padding: 7px;
}
.panel_content a {text-decoration:none;color:#020202;position:relative;    margin-bottom: 2px;display:inline-block;margin-right:5px;font-size:15px;padding: 2px 10px;    font-size: 15px;}
.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}
.panel_content a.black_theme {color:#fff}
.panel_content hr {margin:2px;border-color:#ddd}

/* =================  Help Support Sticky  =================== */ 

.calender_panel {
    position: fixed;
    z-index: 99999;
    top: 25%;
    left: -150px;
    transition: all 0.5s;
    display: inline-block;
	}
.calender_panel:hover{left:0px;}
.calender_panel .calender_content {
display: inline-block;width: 150px;padding:0;font-weight:400;   background: #ffc107;float:left;color: #020202;font-size: 13px;  
}
.calender_panel .title_text {
      -webkit-transform: rotate(-90deg);
    transform: rotate(-180deg);
    display: inline-block; font-size: 16px;font-weight:600;
	 background: #8d0100;
	    height: 160px;padding: 5px 5px;
	}
	.calender_panel .title_text i {
	    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg); 
	}



 

/*
  #fixed_calendar {
    position: fixed;
    z-index: 1;
    top: 30%;
    left: -132px;
    transition: all 0.5s;
    cursor: pointer;
    display: inline-block;font-weight: 500; 
}
.titles_cls {
background: #8d0100;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    border-radius: 0px 0px 5px 5px;
    display: inline-block;
    left: -75px;
    text-align: center;
    text-transform: uppercase;
    transform: rotate(270deg);
    width: 175px;
    position: relative;
    height: 36px;
    padding-top: 7px;
  
  
}
#fixed_calendar a {
 display: inline-block; text-align: left; vertical-align:middle; 
 }
 #fixed_calendar a img {
    display: block;
    height: 174px;
 
}
#fixed_calendar a span.style_span {
 display: block; text-align: center; 
  }
 #fixed_calendar:hover {
    left: 0px;
}
*/


.welcome_content {position: relative; padding-left: 40px; text-align: justify;}
.center_dhead h3 {width: 45%;}

.check_list ul::-webkit-scrollbar, .news_ticker ul::-webkit-scrollbar {
  background-color: #eee;
  width: 7px;
}
.check_list ul::-webkit-scrollbar-thumb, .news_ticker ul::-webkit-scrollbar-thumb {background-color: #ff880e;}


.icon_design_box {
  padding: 15px 10px 0;    background: #fff;
  -webkit-box-shadow: 0 0 70px rgba(0, 0, 0, 0.08);
          box-shadow: 0 0 70px rgba(0, 0, 0, 0.08);
  text-align: center;
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  position: relative;
  z-index: 1;height: 100%;
}

.icon_design_box::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  background: #fff082;
  z-index: -1;
}

.boxd_icons {
  position: relative;
}
.boxd_icons img {margin: 0 auto;}

.boxd_content {
  position: relative;
  padding-top: 15px;
  margin-top: 20px;
}

.boxd_content::after {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100px;
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  height: 1px;
  background: #ededed;
}
.boxd_content h3 {font-size:18px;}
.boxd_content h3 a {
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  display: inline-block;
  margin-bottom: 20px;
}
.icon_design_box:hover::after {
  height: 100%;
}
.icon_design_box:hover .boxd_content::after {
  width: 140px;
  background: #f6b720;
}

#sp-header .container {max-width: 96%;}











/*=================  Responsive Media Code ======================= */

@media (min-width:1400px) {
.bottom_line {bottom: 49%;}
.container {max-width:90%}

}

@media (min-width:1600px) {
  .hindi_font {font-size: 32px;}
  .logo_inline h2 {font-size: 24px;}

}

@media (max-width:1400px) {
h2 {font-size:28px;}
h3 {font-size:24px;}
.facility_box {min-height: 310px;}
}
@media (min-width:1600px) {
  .sp-megamenu-parent > li > a {font-size: 18px;  padding: 15px 25px;}
  .news_ticker ul.mod-list {max-height: 390px;}
}

@media (min-width:1800px) {
  .sp-megamenu-parent > li > a {font-size: 20px;}

}








@media (min-width:1200px) and (max-width:1400px) {
.container {max-width:90%}

}
@media (max-width:1250px) {
.rishi_img img {max-width: 100px;}
.flex_animate.dark_orange:before {right: 45%;}
.flex_animate.red_theme:before {left: 45%;}
.flex_animate.light_green:before {right: 45%;}
.flex_animate.musterd_yellow:before {left: 45%;}

}

@media (max-width:1200px) {
.flex_animate:before {height: 200px;}
.rishi_img img {max-width: 80px;}
#sp-header .container {max-width:100%;} 
.flex_animate.dark_orange:before {transform: rotate(-107deg);bottom: -125px;}
.flex_animate.red_theme:before {transform: rotate(107deg);bottom: -125px;}
.flex_animate.light_green:before {transform: rotate(107deg);top: -125px;}
.flex_animate.musterd_yellow:before {transform: rotate(-107deg);top: -125px;}
.rishi_img {margin-left:auto;}
.mplogo {margin-left: 0;}
.block_links {    padding: 10px 10px 0;}


}


@media (max-width:990px) {
footer {position: relative;}
.copywrite_div p {text-align:center}
.welcome_content {padding-left: 0;}
.flex_animate:before {display:none;}
.center_dhead h3 {width: 70%;}
div#n2-ss-2 .n2-ss-slider-1 {min-height:350px !important;}
#sp-logo .container {max-width: 96%;}
body.ltr #offcanvas-toggler.offcanvas-toggler-right {margin-left: 0;}
}


@media (max-width:768px) {
.logo_inline .logo_box { max-width: 100%;}
.login_img {height: unset;display:none}
.sm_d_none {display:none}
.logo_inline h2 .hindi_font {font-size: 24px;}	
.logo_inline h2 {font-size: 18px;}
.rishi_img img {width: 60px;}
.xs_order_one {order:-1}
.welcome_content {margin-top:50px;}
.one_slide.owl-theme .owl-dots {    bottom: 0px}
.honers_box {min-height: 100%;}
.check_list ul, .news_ticker ul.mod-list {max-height:350px;}
.rishi_img img.golden_years {display:none}
.rishi_img {overflow:inherit;text-align: right;}
.rishi_img:after, .rishi_img:before {display:none}
#offcanvas-toggler {height: 40px;line-height: 40px;}
div#n2-ss-2 .n2-ss-slider-1 {min-height:250px !important;}
.block_links li {display: inline-block; width: 49%;}


}



@media (max-width: 575px) {
.logo_inline {padding:5px 0 0}
.logo_box img {max-width: 65px;}
.logo_inline h2 .hindi_font {font-size: 16px;}	
.logo_inline h2 {font-size: 14px;}
.acme-news-ticker-controls {    height: 45%;}
.acme-news-ticker-box {background: #ffff;height: 50px;padding:unset;    padding-top: 15px;}
.acme-news-ticker-label {position: relative; top: unset; padding: 10px 10px;width: auto; float: none;
}
div#sp-position2 {
    margin-top: 0;
    margin-bottom: 0;
}
main#sp-component {
    padding: 0 15px 15px;
}

.one_slide.owl-theme .owl-dots {bottom: -30px;}
.acme-news-ticker {    height: auto;}
.title_text {padding: 5px 4px; font-size: 14px;}
.calender_panel .title_text {padding: 5px 2px; font-size: 14px;}
.center_dhead h3 {width: 100%;}
.help_support_panel .title_text {font-size: 14px;}
.copyright p {font-size: 13px;}
div#n2-ss-2 .n2-ss-slider-1 {min-height:200px !important;}
.block_links li a {font-size: 15px;}

}

@media (max-width:420px) {
.logo_inline h2 {font-size: 12px;}
div#n2-ss-2 .n2-ss-slider-1 {min-height:170px !important;}
.block_links li {display: block; width: 100%;}
 }

@media (max-width:375px) {
.logo_inline .logo_box { max-width:100%;}
}

@media (max-width:350px) {
.logo_inline h2 {font-size: 12px;}
}


.list-published.label{
  display:none!important;
}