/*
Theme Name: BHARAT MAHAKATHA
Text Domain: #
Version: 1.0
Requires at least: 4.7
Requires PHP: 5.2.4
Description: 
Author: Barid Ghosh
Author URI: #
Theme URI: #
 */

@charset "utf-8";
/* CSS Document */
*{margin:0px; padding:0px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
html{ width:100%; height:100%; margin:0px; padding:0px;}
body{ margin:0px; padding:0px; font-family: 'Poppins', sans-serif; font-size:14px; font-weight:400; color:#000; background:#fff; min-height:100%;}
p{ margin:0px; padding:0px 0 20px 0; font-family: 'Poppins', sans-serif; font-size:14px; color:#000; line-height:20px;font-weight:400;}
h1{ margin: 0 0 15px; padding: 0; font-size:25px; line-height:28px; font-family: 'cardobold'; font-weight: normal;letter-spacing: 1px;}
h2{ margin: 0 0 15px; padding: 0; font-size:25px; line-height:28px; font-family: 'cardobold'; font-weight: normal;letter-spacing: 1px;}
h3{ margin: 0 0px 10px; padding: 0; font-size:18px; line-height:25px; font-family: 'cardobold'; font-weight: normal;}
h4{ margin: 0 0px 10px; padding: 0; font-size:14px; line-height:18px; font-family: 'cardobold'; font-weight: normal;}
h5{ margin: 0 0px 15px; padding: 0; font-size:15px; line-height:20px; font-family: 'Poppins', sans-serif; font-weight: 400;}
h6{ margin: 0 0px 10px; padding: 0; font-size: 14px; line-height: 20px; font-family: 'Poppins', sans-serif; font-weight: 600;}

address, blockquote, dd, div, dl, dt, fieldset, form, frame, frameset{ margin:0; padding:0; border: 0px; outline: none; }
label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin:0px; padding:0; outline:none; border:0;}
a{ text-decoration:none; border: 0px; outline: none; transition: all .5s; color: #e37818;}
a:hover, a:focus, a:active{ text-decoration:none; border: 0px; outline: none; transition: all .5s;color:#203444;}

a img{ border:none; outline: none;}
a:focus {outline:none; } 
border{ border-collapse:collapse;}
hr{ height:1px; background:#000; border:none;}
.clear{ clear:both;}
.clearfix:before,
.clearfix:after { content: " "; display: table;}
.clearfix:after { clear: both;}
img {max-width: 100%;height: auto;object-fit: cover; -webkit-object-fit: cover;}

.no-pad { padding:0px !important;}
.no-mag { margin:0px !important;}

/*	Reset style			*/
::-moz-selection { color: #fff; background: #efc06d;}
::selection {  color: #fff; background: #efc06d;}

/* form css */
.form-control::-webkit-input-placeholder, input[type="text"]::-webkit-input-placeholder, input[type="tel"]::-webkit-input-placeholder, input[type="email"]::-webkit-input-placeholder, input[type="password"]::-webkit-input-placeholder, textarea::-webkit-input-placeholder, select::-webkit-input-placeholder, input[type="number"]::-webkit-input-placeholder, input[type="date"]::-webkit-input-placeholder, input[type="search"]::-webkit-input-placeholder {color:#3c3c3c;opacity:1}
.form-control::-moz-placeholder, input[type="text"]::-moz-placeholder, input[type="tel"]::-moz-placeholder, input[type="email"]::-moz-placeholder, input[type="password"]::-moz-placeholder, textarea::-moz-placeholder, select::-moz-placeholder, input[type="number"]::-moz-placeholder, input[type="search"]::-moz-placeholder {color:#3c3c3c;opacity:1}
.form-control:-ms-input-placeholder, input[type="text"]:-ms-input-placeholder, input[type="tel"]:-ms-input-placeholder, input[type="email"]:-ms-input-placeholder, input[type="password"]:-ms-input-placeholder, textarea:-ms-input-placeholder, select:-ms-input-placeholder, input[type="number"]:-ms-input-placeholder, input[type="date"]:-ms-input-placeholder, input[type="search"]:-ms-input-placeholder {color:#3c3c3c;opacity:1}
.form-control:-moz-placeholder, input[type="text"]:-moz-placeholder, input[type="tel"]:-moz-placeholder, input[type="email"]:-moz-placeholder, input[type="password"]:-moz-placeholder, textarea:-moz-placeholder, select:-moz-placeholder, input[type="number"]:-moz-placeholder, input[type="date"]:-moz-placeholder, input[type="search"]:-moz-placeholder {color:#3c3c3c;opacity:1}

.form-control, input[type="text"],input[type="tel"],input[type="email"],textarea,input[type="password"],input[type="number"], input[type="date"], input[type="time"],input[type="search"],select {display: block;width: 100%; font-size: 14px;color: #3c3c3c;height: auto;padding: 15px;margin-bottom: 25px;background: #fff;outline: none;border-radius: 0;box-shadow: none;line-height: normal;border: 1px solid #616161;appearance: none;-webkit-appearance: none;-moz-appearance: none;-ms-appearance: none;-webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;-ms-transition: all 0.3s ease-in-out;-o-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out;position: relative;}
textarea.form-control, textarea {height:100px; resize:none; overflow:hidden;}
.form-control:focus,textarea.form-control:focus {outline:none;box-shadow:none; border: 1px solid #3c3c3c; background-color:#fff; box-shadow: none;}

.date input[type="text"] { display: block; background: url(images/calendar-icon.png) no-repeat  calc(100% - 15px) center; text-align: left; text-align: -webkit-left;}
.date input[type="date"] { display: block; background: url(images/calendar-icon.png) no-repeat  calc(100% - 15px) center; text-align: left; text-align: -webkit-left;}
input[type="date"]::-webkit-calendar-picker-indicator { background: transparent; bottom: 0; color: transparent; cursor: pointer; height: auto; left: 0; position: absolute; right: 0; top: 0; width: auto; }
input[type="time"]::-webkit-calendar-picker-indicator {  display:block; inset: 0; background: #0000; position:absolute; transform: scale(12); width: auto; cursor: pointer; }
.time input[type="text"] { display: block; background: url(images/time-icon.png) no-repeat  calc(100% - 15px) center #fff; text-align: left; text-align: -webkit-left;}
.time input[type="time"] { display: block; background: url(images/time-icon.png) no-repeat  calc(100% - 15px) center #fff; text-align: left; text-align: -webkit-left;}
.date input::-webkit-date-and-time-value, .time input::-webkit-date-and-time-value {text-align: left;}

/* form css */
select{-webkit-appearance: none; -moz-appearance: none; appearance: none; width: 100%; border: 0; border-radius: 0px; box-shadow: none; background-image:url(images/down-arrow.jpg); background-position:right 0; background-repeat: no-repeat;font-weight: 500;font-size: 18px;line-height: 26px; color: #fff;height: auto;padding: 22px 15px; margin-bottom: 0; text-transform: uppercase; cursor: pointer; background-color: #cd6e1a; background-size: 40px 78px;}
select:focus {border:0;outline: none; background-color: #cd6e1a;}
select option {color:#fff; font-size:14px; font-weight:300;}

label {font-size: 18px;color: #000;margin: 0px 0px 15px; padding: 0px;}

/* button css */
.btn { position: relative; font-size:18px; line-height:20px; font-family: 'Poppins', sans-serif; font-weight: 400;padding: 14px 20px;color: #eae5e1;outline: none;border: 0;border-radius: 2px;-webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;-ms-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out;background: #000;text-transform: uppercase;}
.btn:focus, .btn:active:focus { outline:0;box-shadow:none; color:#fff; background-color: #f15b29;} 
.btn:hover { color:#fff; background-color: #f15b29;}

.custom-btn{color:#fff;border-radius:0;padding:10px 25px;background:transparent;cursor:pointer;transition:all .3s ease;position:relative;display:inline-block;outline:none;border: 0;text-transform: uppercase;}

.btn-op{background:#000;border:none;z-index:1}
.btn-op:after{position:absolute;content:"";width:100%;height:0;top:0;left:0;z-index:-1;border-radius:0;background-color:#f15b29;transition:all .3s ease}
.btn-op:hover{color:#fff}
.btn-op:hover:after{top:auto;bottom:0;height:100%}
.btn-op:active{top:2px}
.btn-op:focus {background-color: #f15b29;color: #fff;} 

.btn.white {background-color: #fff;color: #203444;} 
.btn.white:focus, .btn.white:active:focus {background-color: #203444;color: #fff;} 
.btn.white:hover {background-color: #203444;color: #fff;} 

/* own class for css */
.displaytable{display:table;height:100%;width:100%; position:relative;}
.displaycell{display:table-cell;vertical-align:middle}
.displaycellBot { display: table-cell; vertical-align: bottom;}
.tableWidth-full {width:100%;}
.tableWidth-half {width:50%; height:100%}

/* scroll top */
.scrollTop { position: fixed; width: 45px; bottom: 14px; right: 1%; background-color: #f15b29; color: #fff; font-size: 15px; line-height: 45px; opacity: 0; visibility: hidden; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out;-ms-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; z-index: 100; text-align: center; border: none; border-radius: 50px;}
.scrollTop i { position:relative; top:1px;}
.scrollTop:hover, .scrollTop:focus{color:#fff; border:none; background-color: #f15b29; }
.scrollTop.pop{opacity:1; visibility: visible;}

.scrollbar{height:210px;overflow-y:scroll;overflow-x: inherit;margin-left: 100px;margin-right: 100px;}
/* .force-overflow{min-height:450px} */
#style-3::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0.3);background-color:#F5F5F5}
#style-3::-webkit-scrollbar{width:4px;}
#style-3::-webkit-scrollbar-thumb{background-color:#8a521e;}

/*  taitir-upshd */
.taitir-upshd {background: url(images/bg-1.png) no-repeat center 0;background-size: cover;padding: 77px 0 55px;position: relative;z-index: 2;}
.taitir-upshd-lst ul {list-style: none;padding: 0;}
.taitir-upshd-lst ul li {
    /*font-family: 'prataregular'; */
margin-bottom: 10px; width: 50%;font-size: 12px;color: #1f1003;font-weight: 500;padding: 0 10px;line-height: 14px;font-family: 'cardobold';}
/*.taitir-upshd [class*=col-]:nth-child(odd) {background: url(images/d-line.png) repeat-y right top;}*/
.taitir-upshd h2 {text-align: center;color: #1f1003;font-size: 16px;font-weight: 600;font-family: 'Poppins', sans-serif;margin-bottom: 5px;}
.taitir-upshd h2::after {content: '';display: block;width: 240px;height: 1px;background-color: #000;margin: 0px auto 5px;}
.taitir-upshd p {text-align: center;color: #1f1003;font-size: 12px;font-weight: 600;font-family: 'Poppins', sans-serif;margin-bottom: 0;}

.home-banner {position: relative;}
.banner-pic img {width: 100%;}
.middle-home-banner {
  text-align: center;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  bottom: auto;
  position: absolute;
  right: auto;
  top: calc(45%);
  transform: translateY(-50%);
  width: 100%;
  z-index: 1;
}
.btom-home-banner{
  position: absolute;
  transform: translate(-50%,-50%);
  bottom: 0;
  left: 50%;
  width: 100%;
}
.tg-area {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.lft-tg{
  background: url(images/tg-pen.png) no-repeat 18px 12px;
  padding: 8px 10px 8px 45px;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  float: left;
}
.rght-tg{
  background: url(images/tg-calender.png) no-repeat 18px 12px;
  padding: 8px 10px 8px 45px;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  float: left;
}
.lft-tg a, .rght-tg a {color: #fff;font-size: 12px;}
.lft-tg a:hover, .rght-tg a:hover {color: #f15b29;}
.middle-home-banner h2{margin-bottom: 0;color: #fff;text-shadow: 0px 2px 3px rgba(0,0,0,0.6);font-size: 72px;font-weight: bold;line-height: 80px;}
/* .logo {margin: -65px auto 0; width: 100px; position: absolute;left: 0;right: 0;top: 50%;border: 1px solid #f8ffd1a6;border-radius: 50%;} */
.mainHd {position: absolute;top: 0;left: 0;right: 0;z-index: 2;}
.header-top {padding: 0;border-top: 1px solid #ffffff94;}

.welcome-bx {position: relative;text-align: center;padding: 50px 0 15px;}
.welcome-bx::before {content: '';display: block;width: 100%;height: 1px;background-color: #fff;position: absolute;left: 0;top: 15px;}
.welcome-bx::after {content: '';display: block;width: 100%;height: 1px;background-color: #fff;position: absolute;left: 0;bottom: 15px;}
.welcome-bx h1 {margin: 0;text-transform: uppercase;font-size: 33px;line-height: 35px;}
.welcome-bx h4 {text-transform: uppercase;font-family: 'Poppins', sans-serif;font-weight: 500;}

.hm-about {padding: 50px 0;}
.hm-aboutCnt {text-align: center;}
.taitir-upshd-btom {padding: 90px 0 60px;margin-top: -40px;}
.taitir-upshd-icon {background-color: #f15b29;height: 120px;position: relative;margin-bottom: 15px;border-radius: 2px;box-shadow: 0 0 10px #aaa, 0 0 15px #aaa;transition: all .5s;}
.taitir-upshd-icon img {width:70px;}
.taitir-upshd-col:hover .taitir-upshd-icon {transform: scale(1.1);}
.taitir-upshd-col {text-align: center;position: relative;width: 16%;padding: 0 20px 0;}
.taitir-upshd-icon::after {content: '';display: block;border: 1px solid #fcd8cd;position: absolute;left: 10px;top: 10px;right: 10px; bottom: 10px;border-radius: 1px;}
.taitir-upshd-col h4 {text-transform: uppercase;position: relative;z-index: 3;font-size: 13px;}
.taitir-upshd-col h4 a{color: #f15b29;}
.taitir-upshd-col h4 a:hover{color: #000;}
 
.upload-stry{background-color:#ef9922;padding:30px 0}
.upload-stry-cnt{text-align:center}
.upload-stry-cnt h2{text-transform:uppercase;margin-bottom:20px;font-size: 20px;
    line-height: 23px;}
.indic-phil{padding:70px 0;background: url(images/topic-bg.png) no-repeat;}
.indic-phil-img{text-align:center;margin: 0 auto 15px;}
.indic-phil-cnt{text-align:center}
.indic-phil-cnt h3{margin-bottom:0px;text-transform:uppercase;font-size: 14px;
  line-height: 18px;}
.indic-phil-cnt .btn-link{color:#ef9922;font-size:11px;text-transform:uppercase}
.indic-phil-cnt .btn-link:hover{color:#f15b29;text-decoration:underline}
.indic-phil-cnt.indic-phil-cnt-sntn .btn-link{color: #f15b29}
.indic-phil-cnt.indic-phil-cnt-sntn .btn-link:hover{color: #ef9922}
.indic-phil-cnt .btn-link{color: #f15b29}
.indic-phil-cnt .btn-link:hover{color: #ef9922}
.ttle h2{color:#ef9922;margin-bottom:30px;text-transform:uppercase;text-align:center}
.ft-main{background-color:#1b0e00;padding:10px 0;position:relative;z-index: 2;}
.ft-icn{position:absolute;right:0;bottom:0;z-index:1;top:60px}
.ft-icn img{height:100%}
.ft-cnt{border-top:1px solid #a49f99;border-bottom:1px solid #a49f99;padding:60px 0 20px;position:relative;z-index:2}
.ft-logo{width:100px;
  /* border:5px solid #f8ffd1a6; */
  border-radius:50%;margin-bottom: 20px;}
.ft-mnu h5{color:#ffd8a7;text-transform:uppercase;font-family: 'cardobold';}
.ft-tpic h5 {color:#ffd8a7;text-transform:uppercase;font-family: 'cardobold';}
.ft-abt h5{color:#ffd8a7;margin-bottom:10px;text-transform:uppercase;font-family: 'cardobold';}
.ft-abt {padding: 0 110px 0 0;}
.ft-abt p {color: #fff;}
.ft-abt .btn-link {
  color: #fff;
  text-decoration: underline;
  text-transform: uppercase;
  float: right;
}
.ft-abt .btn-link:hover {
  color: #e37818;
  text-decoration: underline;
}
.ft-abt h4{
  background: #f15b29;
  color: #fff;
  font-size: 20px;
  line-height: 22px;
  padding: 10px;
  margin-bottom: 15px;
  display: inline-block;
}
.hd-scl ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
  text-align: right;
}
.hd-scl ul li {
  display: inline-block;
  margin: 6px 0 0 0;
}
.hd-scl ul li a {
  display: block;
    background: #000;
    color: #ef9922;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
}
.hd-scl ul li a:hover{color: #fff;}
.ft-tpic ul {margin: 0;padding-left: 0;list-style: none;}
.ft-tpic ul li a {display: flex;align-items: center; padding-bottom: 15px;}
.ft-tpic ul li a .ft-tpic-img {width: 30%;}
.ft-tpic ul li a .ft-tpic-cnt {width: 70%; padding-left: 15px;}
.ft-tpic-cnt h3 {font-family: 'Poppins', sans-serif; font-weight: 400;color:#fff;transition: all .5s;font-size: 14px;line-height: 18px;}
.ft-tpic-cnt h3:hover {color:#e37818;transition: all .5s;}
.ft-tpic-cnt p {line-height: 18px;font-family: 'Poppins', sans-serif; font-weight: 600;color:#fff; padding: 0 0 0 25px; font-size: 12px;background: url(images/tpc-date.png) no-repeat 0 0;}
.ft-mnu ul{padding-left:0;list-style:none}
.ft-mnu ul li{margin-bottom:10px}
.ft-mnu ul li a{text-transform:uppercase;color:#fff}
.ft-mnu ul li a:hover{color:#e37818}
.ft-frm-area h5{color:#ffd8a7;margin-bottom:30px;text-transform:uppercase}
.ft-frm{display:flex;align-items:center}
.ft-frm .form-control{font-style:italic;padding:5px 10px 10px 0;border:none;border-bottom:1px solid #fff;background-color:transparent;border-radius:0;color:#fff;font-size:14px;margin-bottom:0}
.ft-frm .form-control::-webkit-input-placeholder{color:#fff}
.ft-frm .form-control::-moz-placeholder{color:#fff}
.ft-frm .form-control:-ms-input-placeholder{color:#fff}
.ft-frm .form-control:-moz-placeholder{color:#fff}
.ft-btn{padding:14px;position:relative;font-size:0;border:none;border-bottom:1px solid #fff;background:url(images/paper-plane.png) no-repeat;width:26px;height:27px;display:block;margin-bottom:-8px}
.ft-frm-area{position:relative;height:100%}
.copy-rght{font-size:12px;color:#fff;margin-top: 10px;
  text-align: center;}

.topic-info {padding: 50px 0;background: url(images/topic-bg.png) no-repeat 0 100%;}
.topic-info h2 {text-align: center;margin-bottom: 15px;text-transform: uppercase;}
.topic-info h3 {margin-bottom: 15px;text-transform: uppercase;}
.topic-info-lft-pic {margin-bottom: 20px;}
.topic-info-lft-pic img {height: 100%;width: 100%;}
.date-info ul {list-style: none;padding: 0;}
.date-info ul li {font-size: 13px;font-weight: 500;color: #000;line-height: 17px;padding-bottom: 1px;}
.date-info ul li a {color: #000;}
.date-info ul li a:hover {color: #e37818;}
.date-info ul li.time {background: url(images/date-icon.png) no-repeat 0 0;padding-left: 26px;border-right: 2px solid #000;padding-right: 15px;}
.date-info ul li.hstr {background: url(images/pencil-icon.png) no-repeat 0 0;padding-left: 24px;margin-left: 15px;}
.topic-info-lft-cnt {position: relative;}
.share-info {position: absolute;right: 0;top: 0;}
.share-info ul {list-style: none;}
.share-info ul li {margin: 0 5px;}
.flex-wrap-wrap{ flex-wrap: wrap;}
.topic-info-lft {
    /*padding-right: 25px;border-right: 1px solid #ddd;*/
height: 100%;width: 50%;}
.topic-info-lft-sd {border-right: none;padding-right: 0;
  padding-left: 25px;}
.topic-info-pic {width: 208px;}
.topic-info-cnt {width: calc(100% - 208px);padding-left: 15px;}
.topic-info-cnt .date-info ul {margin: 0;}
.topic-info-cnt .date-info ul li {font-size: 13px; line-height: 20px;}
.topic-info-cnt .date-info ul li.time {padding-right: 8px;}
.date-info ul li.hstr {margin-left: 8px;}
.topic-info-lst {border-bottom: 1px solid #ddd;padding-bottom: 15px;margin-bottom: 15px;}
.topic-info-lst:last-child {border-bottom: 0;padding: 0;}
.hm-aboutCnt p:last-child {padding-bottom: 0;}
.innr-bn {background-color: #ef9922;position: relative;padding: 5px 0;z-index: 9;}
.logo-inr {width: 130px;margin: 0 auto;
  /* border: 2px solid #f4cc79;border-radius: 50%; */
}
.innr-bn .stellarnav > ul > li > a {padding: 20px 0px 10px 3px; font-size: 22px;}
.innr-bn .stellarnav > ul > li > a:hover {color: #fff;}
.innr-bn .stellarnav {text-align: left;width: auto;margin-right: 50px;}
.innr-bn .stellarnav ul ul {background: #f8ffd1;}
.innr-bn .stellarnav ul ul li a {  border-bottom: 1px solid #fadbb1;}
.innr-bn .stellarnav ul ul li:last-child a {  border-bottom: none;}

.brdcm-wrp {background-color: #f8ffd1;padding: 25px 0;}
.breadcrumb {margin: 0;}
.breadcrumb ul {display: flex; flex-wrap: wrap; list-style: none; margin: 0; padding: 0;}
.breadcrumb ul li {font-size: 22px;color: #000;}
.breadcrumb ul li a {color: #0098db;}
.breadcrumb ul li a:hover {color: #000;}
.breadcrumb li:not(:last-child)::after {display: inline-block; margin: 0 10px; content: ">>";color: #0098db;}

.zg-area {padding: 50px 0;background: url(images/topic-bg.png) no-repeat -100px 100%;}
.zg-cnt h2 {text-transform: uppercase;margin-bottom: 15px;}
.zg-area h1 {text-align: center;color: #ef9821;text-transform: uppercase;margin-bottom: 30px;font-size: 33px;
  line-height: 35px;}
.zg-cnt p:last-child {padding-bottom: 0;}

h2 a{color:#fff;}
h2 a:hover{color:#e37818;}

/* About */
.abt-abt{padding:50px 0 0}
.innr-title{margin-bottom:30px;text-align:center}
.innr-title h1{font-size:33px;line-height:35px;color:#ef9821;margin-bottom:0;text-transform:uppercase}
.abt-abt-cnt h2{margin-bottom:15px;text-transform:uppercase}
.abt-abt-cnt p:last-child{padding-bottom:0}
.abt-abt-imagesarea{padding:50px 0 ;position:relative}
.part-logo-icn{position:absolute;left:0;bottom:0;z-index:-1;width:200px}
.abt-abt-images{-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;position:relative;z-index:2;width: 50%;margin: 0 auto;}
.abt-abt-images:hover{transform:scale(1.1)}

/* Contact Us */
.contct-sec1{padding:50px 0;position:relative}
.cnt-cnt{position:relative;z-index:2}
.cntct-title{margin-bottom:25px;text-transform:uppercase}
.cntct-title h6{color:#020202;font-weight:500;font-size:12px;letter-spacing:3px;margin-bottom:5px}
.cnt-lft ul{list-style:none;padding-left:0}
.cnt-lft ul li{display:block;padding:18px 0}
.cnt-lft .icon{width:60px;height:60px;line-height:60px;text-align:center;float:left;color:#fff;font-size:28px;background:#ef9821}
.contact-content{float:right;width:calc(100% - 85px)}
.contact-content h4{font-size:15px;font-weight:600;line-height:20px;margin-bottom:5px;text-transform:uppercase;color:#151414}
.contact-content p{padding-bottom:0;line-height:18px;font-size:13px;color:#151414}
.contact-content a{color:#151414}
.contact-content a:hover{color:#ef9821}
.btn.orange{background-color:#ef9821;color:#fff}
.btn.orange:hover{color:#fff;background-color:#f15b29}

.indic-inner-area{background:none;padding-bottom:0}
.indic-inner-area .zg-nth{margin-bottom:0}
.others-indic h2{color:#000;font-size: 22px;}
.indic-wrapper-area{position:relative}
.indic-middle-icon{position:absolute;transform:translate(-50%,-50%);left:50%;top:50%;z-index:0;opacity:.1}
.innrMdl-wrp,.others-indic{position:relative;z-index:2}

/*  download */
.dwnld-cnt h2 {margin-bottom: 15px;text-transform: uppercase;}
.dwnld-rgt .btn {background-color: #ef9821;border-radius: 0;color: #000;background-image: url(images/pdf-icon.png);background-position: 20px center;background-repeat: no-repeat;padding: 20px 25px 20px 55px;}
.dwnld-rgt .btn:hover {background-color: #f15b29;}
.dwnld-rgt ul {list-style: none;padding: 0;}
.dwnld-rgt ul li {margin: 0 0 14px 14px;}
.dwnld-cnt p:last-child {padding-bottom: 0;}
.dwnl-md-bx .modal-header {border: 0;}
.dwnl-md-bx .modal-title {font-size: 20px;text-transform: uppercase;font-family: 'cardobold';}
.dwnl-md-bx .modal-content {background-color: #fff7ee;padding: 20px;}
.dwnl-md-bx .modal-footer {border: 0;padding-top: 0;}
.dwnl-md-bx .modal-body {padding-bottom: 0;}

.rd-more {color: #f15b29;font-size: 16px;text-transform: uppercase;}
.taitir-upshd-lst.shlk-1 {padding: 0 40px 0 0;}
.taitir-upshd-lst.shlk-2 {padding: 0 0 0 15px;}
.taitir-upshd-lst.shlk-1 {border-right: 1px solid;}
.abt-abt-cnt ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 5px;
}
.abt-abt-cnt ul li {
  padding-left: 20px;
  position: relative;
  padding-bottom: 10px;
  text-align: left;
}
.abt-abt-cnt ul li::before {
  display: block;
  position: absolute;
  left: 0;
  top: -2px;
  font-style:normal;font-variant:normal;text-rendering:auto;-webkit-font-smoothing:antialiased;font-family:"Font Awesome 5 Free";font-weight:900;content:"\f14a";font-size:16px
}
.articles-area {padding: 50px 0;}
.others-indic {
  padding: 45px 0 25px;
}
.force-overflow {margin: 0 70px;}
.mnu-area {
  display: flex;
  align-items: center;
  justify-content: center;
}



.stry-tpic-area .ft-tpic-cnt h3 {color: #000;font-size: 18px;line-height: 22px;}
.stry-tpic-area .ft-tpic-cnt p {color: #000;background: url(images/tpc-date-sd.png) no-repeat 0 0;font-size: 14px; line-height: 18px;}
.stry-sd{background: #fff6e6;padding: 50px 40px 50px 40px;}
.stry-sd h2 {text-transform: uppercase;}
.stry-sd h3 {font-style: italic;letter-spacing: 1px;}
.stry-cnt p{color: #575757;}
.stry-cnt p:last-child{padding-bottom: 0;}

.ft-tpic-area h2{text-transform: uppercase;padding-left: 50px;margin-bottom: 25px;}
.stry-tpic-area .stry-cnt {height:240px;overflow-y:scroll;overflow-x: inherit; padding-right: 25px;}
.stry-tpic-area .ft-tpic{height:370px;overflow-y:scroll;overflow-x: inherit;padding: 0 50px;}
/* .force-overflow{min-height:450px} */
#style-4::-webkit-scrollbar-track{border-radius: 10px;-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0);background-color:#F5F5F5;border: 1px solid #d3b37a;}
#style-4::-webkit-scrollbar{width:8px;}
#style-4::-webkit-scrollbar-thumb{background-color:#d3b37a;border-radius: 10px;}


.foot-sec{position: relative; width: 100%; padding: 20px 0; background: #1b0e00;overflow: hidden;}
.ft-pic { position: absolute; right: 0; bottom: 0; z-index: 1; bottom: 0;}
.footer-main{ border-top: 1px solid #a49f99; border-bottom: 1px solid #a49f99; padding: 20px 0 35px; position: relative; z-index: 2;}
.foot-box{position: relative; width: 100%;text-align: right;}
.foot-box ul{display: flex; align-items: center;flex-wrap: wrap; list-style: none; padding-left: 0; justify-content: end;}
.foot-box li{padding: 0 0 10px 25px; }
.foot-box li a{text-transform: uppercase; font-size: 18px; color: #fff;}
.foot-box li a:hover {color: #e37818;}
.foot-box p{font-size: 12px; padding-bottom: 0;color: #fff; }

.upload-btn {
  background: url(images//downelode-arrow.png) no-repeat center right 15px #f15b29;
  padding: 10px 40px 10px 15px;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  position: fixed;
  bottom: -20px;
  right: 65px;
  z-index: 9;
  opacity: 0;
  transition: all 0.5s ease;
}
.upload-btn:hover, .upload-btn:focus {background:url(images//downelode-arrow.png) no-repeat center right 15px  #000; color: #fff;}

.upload-btn.revealed {
  bottom: 14px;
  opacity: 1;
}

.tpic-pic-sd {
  max-width: max-content;
  float: left;
  margin: 5px 40px 30px 0;
}
.tpic-cntnt-sd{text-align: justify;}

.footer-logo{width: 85px;}

.ubsdarea{position: relative;}
.upload-btn-sd {
  background: url(images//downelode-arrow.png) no-repeat center right 15px #f15b29;
  padding: 10px 40px 10px 15px;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  position: absolute;
  right: 0;
  bottom: 40px;
  z-index: 9;
  transition: all 0.5s ease;
  display: none;
}
.upload-btn-sd:hover, .upload-btn-sd:focus {background:url(/images//downelode-arrow.png) no-repeat center right 15px  #000; color: #fff;}

.ft-cnt .contact-content h4 {
  font-size: 14px;
  color: #fff;
  line-height: 16px;
  margin-bottom: 3px;
}
.ft-cnt .contact-content p, .ft-cnt .contact-content a {
  color: #fff;
}
.ft-cnt .contact-content a:hover{color: #ef9821;}
.ft-cnt .cnt-lft .icon {
  width: 22px;
  height: 22px;
  line-height: 26px;
  text-align: left;
  color: #f15b29;
  font-size: 20px;
  background: transparent;
}
.ft-cnt .contact-content {
  width: calc(100% - 35px);
}
.ft-cnt .cnt-lft ul li {
  padding: 0 0 12px 0;
}

.login-btn-sd {
  background: #f15b29;
  padding: 10px 15px;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  position: absolute;
  right: 0;
  bottom: 40px;
  z-index: 9;
  transition: all 0.5s ease;
}
.login-btn-sd:hover, .login-btn-sd:focus {background: #000; color: #fff;}

.ado-lst ul {list-style:none;display:flex;flex-wrap: wrap;
    justify-content: center;}
.ado-lst ul li {margin:0 5px 10px}


/**	---------------- ==============	 Responsive style start	 ==============	---------------- **/
/***----------------------------------------------------------------------------------------***/
@media only screen and (min-width: 992px) {
.hm-aboutPic {padding-left: 50px;}
.hm-aboutCnt {padding-right: 30px;}
.zg-nth:nth-child(odd) .zg-pic {order: 1!important;}
.zg-nth:nth-child(even) .zg-cnt {padding-left: 30px;}
.zg-nth:nth-child(odd) .zg-cnt {padding-right: 30px;}
}

/*@media (min-width: 1600px){*/
/*.container {width: 1440px;}*/
/*}*/
/*******		end 1600px		*******/

/* @media only screen and (max-width:1769px){
.scrollbar{margin-left: 80px;margin-right: 80px;}  
} */
/*******		end 1600px		*******/ 

@media only screen and (max-width:1439px){
.logo {
    margin: -65px auto 0;
    width: 200px;
}
/* .scrollbar{margin-left: 40px;margin-right: 40px;}   */
}
/*******		end 1339px		*******/ 

@media only screen and (min-width:1400px){
.scrollbar{height:290px;}
.force-overflow {
  margin: 0 100px;
}
.taitir-upshd {
  padding: 120px 0 90px;
}
}
@media only screen and (max-width:1399px){   
.innr-bn .stellarnav > ul > li > a {padding: 18px 0px 8px 3px;font-size: 15px;}
.foot-box li {
  padding: 0 0 10px 20px;
}
.foot-box li a {
  font-size: 16px;
}
}
/*******		end 1299		*******/

@media only screen and (max-width:1199px){
.taitir-upshd-col {padding: 0 15px 0;}
.topic-info-pic {width: 110px;}
.topic-info-cnt {width: calc(100% - 110px);padding-left: 10px;}
.topic-info .topic-info-cnt h3 {margin-bottom: 15px;font-size: 18px;line-height: 24px;}
.stellarnav > ul > li > a {padding: 20px 0 20px 20px;font-size: 19px;}
.innr-bn .stellarnav > ul > li > a {font-size: 15px;}
.innr-bn .stellarnav.desktop li.has-sub a {padding-right: 0;}
.stellarnav li.has-sub > a:after{margin-left: 8px;}
.logo {
  margin: -35px auto 0;
  width: 160px;
}
.scrollbar {
  height: 135px;
}
.middle-home-banner h2 {
  font-size: 60px;
  line-height: 65px;
}
.scrollbar{margin-left: 80px;margin-right: 80px;}  
.taitir-upshd-lst.shlk-2 {
  padding: 0px 0 0 5px;
}
.taitir-upshd-lst.shlk-1 {
  padding: 0 30px 0 0;
}
.stellarnav li {margin: 0 5px;}
.force-overflow {
  margin: 0 30px;
}
.stry-tpic-area .ft-tpic {
  height: 345px;
}
.stry-tpic-area .stry-cnt {
  height: 220px;
}
.foot-box li a {
  font-size: 14px;
}
}
/*******		end 1199px		*******/ 

@media only screen and (max-width: 1140px) {
  
}
/*******		end 1140		*******/

@media only screen and (max-width: 991px) {
.header-top {padding: 5px 0 0;}  
.logo {width: 150px;
  margin: -60px auto 0;border-width: 10px;}
.hm-about {padding: 80px 0 30px;}
.indic-phil-area{margin-bottom: 30px;}  
.taitir-upshd [class*=col-]:nth-child(odd) {background: none;}
.indic-phil {padding: 50px 0 20px;background: none;}
.copy-rght {position: static;text-align: center;}
.ft-frm-area h5 {margin-bottom: 20px;margin-top: 20px;}
.ft-mnu ul li {margin-bottom: 10px;}
.topic-info-lft {padding-right: 0;border-right: 0;height: auto;width:100%;}
.topic-info {padding: 35px 0 30px;background: none;}
p {line-height: 26px;padding-bottom: 15px;}
.stellarnav ul ul li a {color: #000;padding-left: 20px;}
.zg-nth {margin-bottom: 30px;text-align: center;}
.zg-cnt h2 {margin-bottom: 10px;}
.zg-area h1 {margin-bottom: 30px;}
.zg-area {padding: 35px 0 20px;background: none;}
.responsive-order-2{order:2}
.abt-abt-img{text-align:center;margin-bottom:30px}
.abt-abt-cnt{text-align:center}
.abt-abt{padding:50px 0 0}
.innr-title h1{font-size: 30px;line-height: 32px;}
.abt-abt-cnt h2{margin-bottom:10px}
.abt-abt-cnt p{padding:0 0 20px}
.innr-title{margin-bottom:30px}
.abt-abt-imagesarea{padding:50px 0}
.part-logo-icn{display:none}
.contct-sec1{padding:50px 0}
.cntct-title h6{margin-bottom:10px}
.cntct-title{margin-bottom:30px}
.others-indic {padding: 0 0 20px;}
.dwnl-md-bx .modal-content {padding: 20px;}
.stellarnav ul > li > a:hover, .stellarnav ul > li.active > a {color: #060606;}
.taitir-upshd {padding: 100px 0 50px;}
.dwnld-cnt p:last-child {
  padding-bottom: 20px;
}
.zg-pic {margin-bottom: 20px;}
.stellarnav ul ul {
  top: 0;}
.ft-abt {
  padding-right: 0px;
}
.taitir-upshd-lst.shlk-1 {
  border-right: none;
  padding: 0;
}
.taitir-upshd-lst.shlk-2 {
  padding: 0;
}
.middle-home-banner {
  position: static;
  transform: unset;
  background: #ef9821;
  padding: 20px;
}
.middle-home-banner h2 {
  font-size: 50px;
  line-height: 55px;
}
.innr-bn .stellarnav {
  text-align: left;
}
.logo-inr {
  width: 100px;
}
.btom-home-banner {
  position: static;
  transform: unset;
  background: #ef9821;
  padding-bottom: 20px;
}
.tg-area {
  justify-content: center;
}
.lft-tg {
  margin-right: 5px;
}
.rght-tg {
  margin-left: 5px;
}
.taitir-upshd-btom {
  padding: 60px 0 0px;
}
.taitir-upshd-col {
  width: 33%;
  padding: 0 25px 25px;
}
.scrollbar {
  margin-left: 40px;
  margin-right: 40px;
  height: 140px;
}
.hd-scl ul li {
  margin: 0px 0 0 0;
}
.stellarnav .menu-toggle {
  padding: 4px 0 0;
}
.innr-bn .stellarnav > ul > li > a {
  padding-left: 10px;
}
.welcome-bx {
  padding: 30px 0 0;margin-bottom: -15px;
}
.welcome-bx::before,.welcome-bx::after{display: none;}
.mnu-area {justify-content: space-between;}
.stry-tpic-area .ft-tpic {
  padding-left: 0;
  margin-top: 25px;
  margin-right: 37px;
  height: 320px;
}
.ft-tpic-area h2 {
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 25px;
}
.tpic-pic-sd {
  width: 100%;
  float: none;
  margin: 0 auto 30px;
}
.foot-sec .footer-main [class*=col-] {width: 100%;}
.foot-sec .footer-main .footer-logo {
  margin: 0 auto 20px;
  text-align: center;
  max-width: 120px;
}
.foot-box ul{justify-content: center;}
.foot-box li {
  padding: 0 10px 0;
}
.foot-box li a {
  font-size: 12px;
}
.foot-box p{text-align: center;}
.tpic-cntnt-sd{text-align: center;}
.upload-btn-sd{bottom: 30px; font-size: 14px;}
.login-btn-sd{bottom: 30px; font-size: 14px;padding: 8px 14px;}
.ft-logo{margin-top: 15px;}
.upload-btn {
  background: url(images//downelode-arrow.png) no-repeat center right 10px #f15b29;
  padding: 10px 35px 10px 10px;
  font-size: 14px;
  line-height: 14px;
  right: 50px;
}
.upload-btn:hover, .upload-btn:focus {
  background: url(images//downelode-arrow.png) no-repeat center right 10px #000;
}
.scrollTop {
  width: 35px;
  bottom: 13px;
  font-size: 14px;
  line-height: 35px;
}
}
/*******		end 991		*******/

@media only screen and (max-width: 767px) {   
.taitir-upshd-icon {margin-bottom: 15px;}  
.taitir-upshd-btom {
  padding: 0;
  margin-top: -15px;
}
.logo {margin: -50px auto 0;width: 160px;}
h1 {font-size: 22px;line-height: 30px;margin: 0 0 10px;letter-spacing: normal;}
h4 {font-size: 16px;line-height: 20px;}
.hm-about {padding: 30px 0 5px;}
.taitir-upshd-lst ul li {margin-bottom: 0px; width: 100%;font-size: 16px;padding: 0;line-height: 20px;}
.taitir-upshd-lst ul li:nth-child(even) {margin-bottom: 12px;}
.taitir-upshd h2 {margin-bottom: 15px;}
.taitir-upshd p {font-size: 15px;
    line-height: 20px;margin: 0;word-wrap: break-word;}
.taitir-upshd {padding: 130px 0 70px}
.scrollbar{margin-left: 5px;margin-right: 15px;}  
.welcome-bx {padding: 15px 0 0; margin-bottom: -50px;}
.welcome-bx::before, .welcome-bx::after {display: none;}
.ft-cnt {text-align: center;} 
.ft-logo {margin: 0 auto 20px;}  
.ft-mnu h5 {margin-bottom: 15px;}
.ft-icn{display: none;}
.indic-phil {padding: 30px 0 0px;}
.indic-phil-area {margin-bottom: 20px;}
.indic-phil-img {margin-bottom: 15px;}
h2 {font-size: 20px;
    line-height: 26px;letter-spacing: normal;}
.upload-stry {padding: 35px 0;}
.ft-cnt {padding: 20px 0 0;border: none;}
.topic-info h2 {margin-bottom: 15px;}
.topic-info h3 {margin-bottom: 13px;font-size: 16px;}
.date-info ul li {font-size: 13px;line-height: 20px;}
.date-info ul li.time {padding-right: 10px;}
.share-info ul li {margin: 0 3px;}
.topic-info-lft {padding-bottom: 25px;}
.topic-info-pic {width: 80px;}
.topic-info-cnt {width: calc(100% - 70px);}
.topic-info .topic-info-cnt h3 {margin-bottom: 10px; font-size: 15px; line-height: 20px; text-transform: none; line-height: 18px;}
.upload-stry-cnt h2 {margin-bottom: 15px;}
.breadcrumb ul li {font-size: 15px;}
.breadcrumb li:not(:last-child)::after {margin: 0 4px;content: ">";}
.brdcm-wrp {padding: 15px 0;}
.abt-abt{padding:30px 0 0}
.innr-title h1{font-size: 24px;line-height: 28px;}
.innr-title{margin-bottom:20px}
.abt-abt-cnt h2{margin-bottom:10px}
.abt-abt-img{margin-bottom:20px}
.abt-abt-cnt p{padding:0 0 10px;line-height: 24px;}
.abt-abt-images{margin-bottom:20px}
.abt-abt-images:hover{transform:scale(1)}
.abt-abt-imagesarea{padding:30px 0 20px}
.cntct-title{margin-bottom:20px}
.contact-content{width:calc(100% - 70px)}
.cnt-lft .icon{width:50px;height:50px;line-height:50px;font-size:22px}
.contact-content h4{font-size:14px;line-height:16px}
.cntct-title h6{margin-bottom:5px;font-size:12px}
.others-indic {padding: 0;}
.indic-middle-icon{display: none;}
.dwnld-pg h1{margin-bottom:35px;font-size: 24px;line-height: 28px;}
.dwnld-pg{text-align:center}
.dwnld-cnt h2{margin-bottom:15px}
.dwnl-md-bx .modal-content{background-color:#fff7ee;padding:0}
.dwnl-md-bx .modal-title{font-size:22px}
.dwnl-md-bx .mb-3{margin-bottom:0!important}
.dwnl-md-bx .modal-header{padding-bottom:0} 
.zg-area h1 {margin-bottom: 20px;font-size: 24px;line-height: 28px;}
.upload-modal-bx .modal-title {
  font-size: 18px;
}
.topic-info-lft {width: 100%; padding: 0; border: none;margin-bottom: 20px;}
.hm-aboutPic{margin-top: 20px;text-align: center;}
.header-top{
  border: none;
  margin-top: -30px;
  /* padding-bottom: 8px; */
}
.articles-area {padding: 30px 0;}
.ft-abt .btn-link{float: none;}
.ft-abt {
  margin-bottom: 20px;
}
.ft-tpic ul li a .ft-tpic-cnt{text-align: left;}
.middle-home-banner h2 {
  font-size: 35px;
  line-height: 40px;
}
.taitir-upshd-col {
  width: 50%;
  padding: 0 15px 15px;
}
.logo-inr {
  width: 80px;
}
.force-overflow {
  margin: 0 15px;
}
.welcome-bx h1 {
  font-size: 28px;
  line-height: 32px;
}

.footer-main{text-align: center;}
.footer-logo{
  width: 150px;
  margin: 0 auto 25px;
}
.foot-box{text-align: center;}
.foot-box ul{justify-content: center;}
.foot-box li { padding: 0 0 10px 0;display: block;  width: 100%;}

.stry-sd {
  padding: 25px 20px 30px 30px;
}
.stry-tpic-area .stry-cnt{padding-right: 20px;}
.stry-tpic-area .ft-tpic {
  margin-top: 15px;
  margin-right: 20px;
  height: 295px;
  padding-right: 25px;
}
.foot-sec {
  padding: 20px 0 50px;
}
.tpic-pic-sd {margin-bottom: 15px;}
.ubsdarea {
  position: relative;
  text-align: center;
  margin-top: 20px;
}
.upload-btn-sd{position: static;}
.login-btn-sd{position: static;padding: 6px 14px;}
.ft-cnt .cnt-lft .icon {
  float: none;
  margin: 0 auto 10px;
  text-align: center;
}
.ft-cnt .contact-content{width: 100%;}
.upload-btn {right: 45px;}
.copy-rght {
  margin-top: 0;
  padding-bottom: 50px;
}
.cnt-lft ul {
  margin-bottom: 0;
}
}
/*******	 end 767		*******/ 

@media only screen and (max-width: 579px) {  
.innr-bn::before, .innr-bn::after {display: none;}  
}
/*******	 end 579		*******/ 

@media only screen and (max-width: 480px) {  
.logo {margin: -40px auto 0;width: 80px;border-width: 6px;}
.stry-tpic-area .ft-tpic-cnt h3 {
  font-size: 16px;
  line-height: 18px;
}
}
/*******	 end 480		*******/ 