@charset "UTF-8";
/* @font-face{font-family:"Open_Sans"; src:url('../fonts/poppins.regular.ttf');}
@font-face{font-family:"Open_Sans_b"; src:url('../fonts/poppins.semibold.ttf');}
 */
/* @font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Regular.ttf') format('truetype'),url('../fonts/Poppins-Light.ttf') format('truetype'),url('../fonts/Poppins-Medium.ttf') format('truetype')
} */

@font-face {
  font-display: swap;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/poppins-v22-latin-regular.woff2') format('woff2'); 
}
*{margin:0px; padding:0px;}
h1,h2,h3,h4,h5,h6,figure{margin:0px;}
img{border:none;}
input:focus,a:focus{outline:none;}
a{text-decoration:none;}
body{font-family: 'Poppins', sans-serif; font-size: 15px; background:#fff7f3; word-spacing: 2px;}

/*-----------------------------------indexpage------------------------------------*/
/*--------------------header--------------------*/
select::before,
select::after {
  position: relative;
  content: '';
  display: block;
  width: 10px;
  height: 1px;
  background: white;
  transition: 0.3s ease-in-out;
}

.topheader{
    width:100%;
    background:#f2f2f2;
    padding:5px 0;
	letter-spacing:.3px;
    font-size: 13px;
    color: #000;
}
.topheader img{
	margin-right:8px;
}
.logo img {
    width: 490px;
}
.side_ref_logo img {
    width: 315px;
}
.linefooter {position: relative;
    top: 12px;width: 100%}
.main-header {
    padding: 5px 0;
    background: #fff;
}
/*.main-header h3 {
    background: url(../images/emblem.png) no-repeat;
    font-size: 15px;
    min-height: 74px;
    padding: 5px 0 0 56px;
    color: #888;*/
    /* letter-spacing: 3.8px;	 */
    /*font-family: "Open_Sans", sans-serif;
}*/
.main-header span {
    font-size: 32px;
    color: #24659d;
    letter-spacing: 0;
    font-weight: bold;
}
.search-bar{position: relative; float: left; width: 50%; margin-top: 18px;}
.search-bar i {
    position: absolute;
    right: 12px;
    top: 10px;
    font-size: 18px;
    color: #b9dfff;
}
.search-bar input:focus {
    border-color: #24659d;
    outline: 0;
	box-shadow:none;
}
.search-bar .form-control{
	font-size:13px;
	padding:8px 10px;}

/*--------------------navbar--------------------*/
.navbar{background:#24659d; padding: 0; border:0; border-radius:0; margin-bottom:0;background: url(../../images/bg2.jpg);}
.navbar .navbar-brand{color:#ffffff;}
.navbar-nav .nav-link{color:#fff; /* font-size:15px; */ padding:14px 14px !important; font-size: 15px;}
.navbar-nav .nav-link:focus, .navbar-nav .nav-link:hover{background:#b9dfff; color:#000;}
.navbar-nav>.active>a, .navbar-nav>.active>a:focus, .navbar-nav>.active>a:hover{background:#b9dfff; color:#fff;}
.dropdown-menu {
    background-color: #f0fcff;
    border-radius: 0;
    border: 0;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    padding: 0;
    margin: 0;
}
.dropdown-menu>li>a{padding:8px 20px; color:#000; font-size: 15px;}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover{background-color: #24659d; color:#fff;}
/* li.dropdown:hover ul.dropdown-menu {display: block;} */
/*--------------------about--------------------*/
.aboutus{
    padding:20px 0 10px;
}
.aboutus .left-part h2{
    position: relative;
    color: #24659d;
    font-weight: 700;
	font-size:28px;
}
.aboutus .left-part h2 span{
    display: block;
    color: #3f3f3f;
    font-size: 15px;
     font-weight: 400;
}
.aboutus .left-part h2::after{
    position: absolute;
    content:'';
    bottom:-13px;
    left:0px;
    background:#24659d;
    width:150px;
    height: 4px;
}
.aboutus .left-part p{
    color: #000000;
    margin: 25px 0 20px;
    text-align: justify;
    line-height: 24px;
}

.aboutus .right-part{
    padding-left: 0px;
	margin-top:50px;
}
.aboutus .right-part .box{
    box-shadow: 0px 0px 2px #555;
    padding: 31px 0 20px;
    margin:0 0 10px 20px;
    min-height: 158px;
    text-align:center;
    background:#f7f7f7;
    cursor:pointer;
}
.aboutus .right-part .box h5{
    color: #3a3b3c;
    margin:12px 0;
}

/*--------------------registration--------------------*/
section.registration{
    width: 100%;
    background: url(../images/regist-enquiry-bg.png) no-repeat center fixed;
    background-size: cover;
    padding: 30px 0;
    position: relative;
	color:#fff;
}
.enquiry{background:#fff; width:330px; border:1px solid #24659d; margin:0 auto;}
.enquiry h2{
    font-size: 21px;
    color: #ffffff;
    text-align: center;
    background: url(../images/regis-heading-bg.png) no-repeat center center;
    padding: 6px 0 28px 0;
    letter-spacing: 1px;
}
.enquiry p{
    /* font-size: 16px; */
	text-align:justify;
    color: #4b4b4b;
    padding:20px;
	margin:0;
    line-height: 22px;
	height:250px;}
.enquiry ul{
	overflow:auto; height:250px; line-height:23px; list-style:decimal; padding:10px 0 10px 20px; margin:5px;
	}
.enquiry .regis-btn{
    background: #b9dfff;
    text-align: center;
    font-size: 18px;
    padding: 5px 0;
    text-decoration: none;
}
.enquiry .regis-btn>a{color:#000;}


/*--------------------process flow--------------------*/
.process-flow .container{padding:0;}

h2.sub-heading{color: #24659d;
    font-size: 28px;
    position: relative;
    padding: 0;
    font-family: "Open_Sans", sans-serif;
}
h2.sub-heading::after {
    background: url(../images/benefit-heading-after.png) no-repeat right center;
    content: "";
    position: absolute;
    top: 7px;
    width: 78px;
    height: 22px;
}
.registration h2.sub-heading{color: #fff;
    font-size: 28px;
    position: relative;
    padding: 0;
    font-family: "Open_Sans", sans-serif;
}
.registration h2.sub-heading::after {
    background: url(../images/benefit-heading-after_w.png) no-repeat right center;
    content: "";
    position: absolute;
    top: 8px;
    width: 74px;
    height: 20px;
}

/*--------------------Benefits--------------------*/
section.benefits{
    width:100%;
    background:url(../images/benefits-bg.jpg) no-repeat center fixed;
    background-size: cover;
    min-height: 400px;
    padding: 30px 0;
    float: left;
}
section.registration ul li{
    line-height:28px;
    padding:0px;
}
section.registration p{margin-bottom:5px; line-height:26px; letter-spacing: .5px;}
section.benefits ul, section.registration ul{
    margin-bottom:5px; padding-left:20px;
}
section.benefits ul li{
    list-style: decimal;
    color: #000000;
    line-height:30px;
    padding:0px;
}
section.benefits p{margin-bottom: 5px;
    line-height: 30px;}

/*--------------------Faqs_Accordian--------------------*/
section.faqs{padding:20px 0;}
.read-btn{
    background: #24659d;
    padding: 5px 12px;
    border-radius: 3px;
    color: #fff;
    margin: 10px 0 0 0;
    display:inline-block;
    text-align: center;
    font-size: 15px;
    transition: all ease-in 0.3s;
    text-decoration: none;
    background: url(../../images/bg2.jpg);
}
.read-btn:hover{
    background: #b9dfff;
    color:#000;
}
.accordion{margin-top:30px;}
.accordion-item{border:0; margin-bottom:5px; border-radius:0;}
.accordion-button{padding: 8px 10px; 
	/* font-size: 16px; */
    color: #fff;
    border-radius: 0;
    background-color: #84addd;
    cursor: pointer;
    background: url(../../images/bg2.jpg);}
.accordion-button:not(.collapsed){color: #fff; background-color: #24659d;}
.accordion-button:focus{box-shadow:none;}
.accordion-body{border:1px solid #ccc; color:#000; padding:8px 15px; line-height:26px; text-align:justify;}
.accordion-btn-icon{background:#ccc;}

/*--------------------contact--------------------*/
section.contact{background:url(../images/contact.jpg) no-repeat center fixed; background-size:cover;  padding-top: 20px; margin-bottom: 60px;}
.contact ul{margin-top: 30px;}
.contact ul li{
    width:100%;
    float: left;
    margin-bottom:12px;
    /* font-size: 15px; */
}

/*--------------------footer--------------------*/
/*.footer-logos {box-shadow: 0 -1px 2px #a2a2a2; position:relative; background:#fff;}
.footer-logos .item {
	float:left;
	width:20%;
	text-align:center;
}
footer{
    background:#24659d;
    padding: 5px 0;
    background: url(../../images/bg2.jpg);
}
footer p{
    font-size: 13px;
    color:#ffffff;
    text-align: center;
    margin:5px 0;
	letter-spacing:.5px;
	line-height: 20px;
} 
.footer{position:fixed; bottom:0; width:100%;background: url(../../images/bg2.jpg);}

*/
/*--------------------RegistrationPage Tab--------------------*/
.bg {background:#fff7f3;}
.register{margin-bottom: 60px;}
.register .col-sm-3{padding-right:0;}
.register .col-sm-9{padding-left:5px;}
.tab{margin-top:10px;}
.register h3{text-align:center; margin:20px 0 12px; color:#24659d; font-family: "Open_Sans", sans-serif;}
.register h4 {
    text-align: center;
    margin: 5px 0;
    background-color: #24659d;
    color: #fff;
    font-family: "Open_Sans", sans-serif;
    font-weight: 400;
    box-shadow: 0 2px 5px 0px #ccc;
}
.alert>h4{box-shadow: 0 0px 0px 0px #ccc;}
.tab button {display: block;background-color: #24659d;	color: #fff;padding: 12px;width: 100%;	border: none;outline: none;	text-align: left;cursor: pointer;transition: 0.3s;
	font-size: 15px;margin-bottom:3px;border-radius:5px;}
.tab i{margin-top:3px; font-size:13px;}
.tab button:hover {background-color: #b9dfff; color:#000;}
.tab button.active {background-color: #b9dfff; color:#000;}
.tab a {display: block;background-color: #24659d;	color: #fff;padding: 12px;width: 100%;	border: none;outline: none;	text-align: left;cursor: pointer;transition: 0.3s;
	font-size: 13px;margin-bottom:3px;border-radius:5px;}
.tab i{margin-top:3px; font-size:13px;}
.tab a:hover {background-color: #b9dfff; color:#000;}
.tab a .active {background-color: #b9dfff; color:#000;}
.tabcontent{/* margin:10px 0 20px 5px; */}
.tabcontent .instructionList {
    background: #fff;
    box-shadow: 0 0 10px #ccc;
    margin-bottom: 65px;
    overflow: auto;
    font-size: 15px;
    padding: 15px 31px 15px 31px;
    letter-spacing: .4px;
    line-height: 25px;
    text-align: justify;
}
.tab-content{ border-top:0; /* font-family: "Open_Sans_b"; */}
.tabcontent .main-box{background:#fff; box-shadow:0 5px 5px 0px #ccc; min-height:370px; letter-spacing:.5px;}
/* .instructionList ol{font-size: 16px; padding:30px 50px; list-style:none;} */
.instructionList ul li i{font-size: 15px; color:#24659d; margin-right:2px;}
.tab-pane ul{font-size: 15px; padding:30px 50px; list-style:none;}
.tab-pane ul li{line-height:26px; text-align:justify;}
.extra-data ul{padding:30px 60px;}
.tab-pane ul li i{font-size:16px; color:#24659d; margin-right:8px;}
.tab-pane ul ul{padding:0 40px 20px;}
.tabbs>li{width:50% !important;}
.actionerror{margin-bottom: 0rem; list-style-type: none;}
.actionmessage{list-style-type: none; margin-bottom: 0px !important; margin-top:0px;}
.actionMessage li span{color: #0f603b}
.errorMessage{margin-bottom: 0rem; padding: 5px 10px;}
.nav-tabs{border:0;}
.nav-tabs>li{width:33.33%; border-right:2px solid #f3f3f3; font-size:18px;}
.nav-tabs-50>li{width:50%;}
.nav-tabs>li:last-child{border-right:0;}
.nav-tabs .nav-link{background:#24659d; color:#fff; border-radius:0; text-align:center;margin:0; border:0; border-top:4px solid #fff7f3; padding:2px 15px;}
.nav-tabs .nav-link.active {
    color: #24659d;
    border: 0;
    border-top: 4px solid #24659d;
}
.nav-tabs>li a:hover{background-color: #b9dfff; color:#000;}
.nav-tabs span{font-size:30px; font-family: "Open_Sans", sans-serif; margin-right:2px;}
#proceedButton {text-align: center; margin: 20px 0;}
#proceedButton a {color: #fff; background: #24659d; padding: 10px 20px; text-decoration: none; font-size:15px;border-radius: 4px;}
#proceedButton button {
    color: #fff;
    width: 100%;
    background: #24659d;
    padding: 8px;
    text-decoration: none;
    font-size: 15px;
    border-radius: 5px;
    border: 2px solid #24659d;
}
.proceedButton {
	color: #fff; 
	background: #24659d; 
	padding: 5px 10px; 
	text-decoration: none; 
	font-size:13px;
	border-radius: 5px;
    border: 2px solid #24659d;
}
.activeMenu {
    background-color: #b9dfff !important;
    color: #000 !important;
}
/*--------------------backtotop--------------------*/
#back-top {
    position: fixed;
    bottom: 7%;
    right:2%;}
#back-top span {
	width: 40px;
	height: 40px;
	display: block;
	margin-bottom: 2px;
	background: #24659d url(../images/up-arrow.png) no-repeat center center;
	-webkit-border-radius: 15px;
	/* -moz-border-radius: 15px; */
	border-radius: 15px;
	/* -webkit-transition: 1s;
	-moz-transition: 1s; */
	transition: 1s;
}
#back-top a:hover span {
	background-color: #b9dfff;
}
#back-top a {
	width: 40px;
	display: block;
	text-align: center;
	font: 10px/100% Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	color: #24659d;
	/* -webkit-transition: 1s;
	-moz-transition: 1s; */
	transition: 1s;
}
#back-top a:hover {
	color: #000;
}
.popuponload .modal-dialog{max-width:1200px; margin:10% auto;}
.popuponload .modal-header{padding:5px 10px;}
.frrocentres th{background:#24659d; color:#fff; font-family: "Open_Sans", sans-serif;}


/*--------------------media query--------------------*/
@media only screen and (max-width: 1200px) {
.tabcontent .main-box{height:auto;}
.footer{position:inherit;}
}
@media (min-width: 992px) and (max-width: 1200px) {
.enquiry{width:300px;}
.tab-pane ul{padding:20px;}
.tab-pane ul ul{padding:20px;}
}
@media (min-width: 768px) and (max-width: 992px) {
.aboutus .right-part .box{margin:0;}
.aboutus .right-part .box h5{font-size: 15px;}
.aboutus .left-part h2{font-size:20px;}
.navbar-nav .nav-link{font-size: 13px; padding: 8px !important;}
.tab-pane ul{padding:15px;}
.tab-pane ul ul{padding:15px;}
}
@media only screen and (max-width: 768px) {
.main-header h3{font-size:12px; letter-spacing:.5px; padding-top:15px;}
.main-header span{font-size:26px;}
.m_center{text-align:center !important;}
.search-bar{float: inherit; width: 100%; margin-top: 6px;}
.tab-pane ul{padding:10px;}
.tab-pane ul ul{padding:10px;}
.enquiry{margin:10px auto;}
h2.sub-heading{font-size:20px;}
h2.sub-heading::after{top:-10px; height:40px;}
footer .col-sm-4{text-align:center !important;}
.footer-logos .item img {width:80%;}
}
@media only screen and (max-width: 576px) {
footer img{width:50%;}
.nav-tabs .nav-link{font-size:15px;}
#proceedButton a{font-size:13px;}
.register h3 {font-size:20px;}
}
select{
	background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%), linear-gradient(to right, #ccc, #ccc);
    background-position: calc(100% - 15px) calc(1em + 0px), calc(100% - 10px) calc(1em + 0px), calc(100% - 2.5em) 0.5em;
    background-size: 5px 5px, 5px 5px, 0px 1.5em;
    background-repeat: no-repeat;
}
label>span{color: red;font-weight: 900;font-size: 15px;}

#foo {
    float: right;
    width: 200px;
    background: #fff;
    margin: 0px 0px 0px 0px;
    display: none;
    position: absolute;
    right: 305px;
    top: 30px;
    box-shadow: 0px 0px 5px #7A7777;
    /* -webkit-box-shadow: 0px 0px 5px #7A7777;
    -moz-box-shadow: 0px 0px 5px #7A7777; */
    z-index: 9999;
}
#foo span {
    position: absolute;
    top: -9px;
    right: 7px;
}
#foo ul {
    list-style: none;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding-left: 10px;
}
img {
    vertical-align: middle;
    border: 0;
}
#foo li {
    list-style: none;
    width: 100%;
    margin: 5px 0px;
    background: #fff;
}
#foo li a {
    background: #fff;
    display: block;
    padding: 5px 8px;
    text-decoration: none;
    line-height: 22px;
    font-family: "Open_Sans", sans-serif;
    color: #303030;
    font-size: 12px;
    text-align: left;
}
#foo li a img {
    vertical-align: middle;
    margin: 0px 5px 0px 0px;
    width: 16px;
}
.titleHeading{
	background-color: #fff;
    padding: 5px 10px;
    text-align: left !important;
    margin-bottom: 5px;
}
.form-control {
    display: block;
    width: 100%;
    padding: 3px 5px;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    font-family: "Open_Sans", sans-serif;
    font-size: 15px;
    margin: 3px 0px;
    font-weight: normal;
    /* text-transform: uppercase; */
}
label {
    display: inline-block;
    margin-bottom: 0.1rem;
    font-family: "Open_Sans", sans-serif;
    font-size: 15px;
    margin-top: 10px;
}
.containerBody{
	background-color: white;
	margin-top: 10px;
}
.btn{
	width: auto;
    background-color: #24659d;
    color: #fff;
    margin-top: 10px;
}
.btn:hover{
	width: auto;
    background-color: #54a1e3;
    color: #fff;
    /* margin-top: 10px; */
}
.h6, h6 {
    font-size: 15px;
    background: #c4e3ff;
    padding: 3px 10px;
    margin: 5px 0px;
}
.red-text{
	color: red;
	font-size: 13px;
}
.form-control:focus {
    color: var(--bs-body-color);
    background-color: var(--bs-body-bg);
    border-color: #d5969c;
    outline: 0;
    box-shadow: 0 0 0 0.25rem #dc354542;
}


.label {
    display: inline;
    padding: 0.2em 0.6em 0.3em;
    font-size: 90%;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25em;
    color: #ffffff;
}
.label-P {
    background-color: #999;
}
.label-U {
    background-color: #999;
}
.label-H {
    background-color: #f0ad4e;
}
.label-O {
    background-color: #ffbfd5;
}
.label-D {
    background-color: #d9534f;
}
.label-G {
    background-color: #70afc4;
}
.label-C {
    background-color: #a8bc7b;
}
.label-X {
    background-color: #d9534f;
}
.label-S {
    background-color: #008000;
}
#about{
	background: #ffffff;
}
#faq{
	background-color: #ffffff;
}
.process-flow{
	background-color: #24659d;
	background: url(../../images/bg2.jpg);
	text-align: center;
}
.img-fluid {
    margin: 20px;
    width: 80%;
}
.fontrisizespan{
	padding: 0px 5px;
	cursor: pointer;
}
.fontrisizespan a{color: #000;}
/* .carousel {
  box-shadow: 0px 1px 10px #555;
} */
table{
	font-size: 15px;
}
/* input[type="text"], input[type="password"], select {
  text-transform: uppercase;
} */
::placeholder {
	color: #d9d4d4;
}
#progressbar {
    margin-bottom: 10px;
    overflow: hidden;
    color: #455A64;
    padding-left: 0px;
    margin-top: 20px;
}
#progressbar li {
    list-style-type: none;
    width: 14.25%;
    float: left;
    position: relative;
    font-weight: 400;
}
#progressbar #step1:before {
    content: "1";
}
#progressbar #step2:before {
    content: "2";
}
#progressbar #step3:before {
    content: "3";
}
#progressbar #step4:before {
    content: "4";
}
#progressbar #step5:before {
    content: "5";
}
#progressbar #step6:before {
    content: "6";
}
#progressbar #step7:before {
    content: "7";
}
#progressbar li:before {
    width: 40px;
    height: 40px;
    line-height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    background: #8d8d8d;
    border-radius: 50%;
    margin: auto;
    color: #fff;
}
#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: #8d8d8d;
    position: absolute;
    left: 0;
    top: 21px;
    z-index: -1;
}
#progressbar li:last-child:after {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    position: absolute;
    left: -50%;
}
#progressbar li:first-child:after {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    position: absolute;
    left: 50%;
}
#progressbar li:last-child:after {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
#progressbar li:first-child:after {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
#progressbar li.active:before,
#progressbar li.active:after {
    background: green;
}
#progressbar li.visit:before,
#progressbar li.visit:after {
    background: #98cb98;
}
#progressbar li.visit{
	font-weight: bold;
}
.lblHeading{
	background: #c4e3ff;
    padding: 6px 15px;
    margin: 10px 0px;
    font-weight: 600;
    font-size: 15px;
}
.right-part{text-align: right;}
.alreadyReg{padding: 21px 68px;
    margin: 13px 20px 40px 0px;}

/* Mobile View */
@media only screen and (max-width: 768px){
input[type="text"]{height: 38px !important;}
select{height: 38px !important;}
.m_center{
	display: none;
}
.goi{
	display: none;
}
#foo{
	right: 5px;
}
.dataTables_info{
	display: none;
}
.dataTables_length{
	display: none;
}
#datatable2_wrapper{
	overflow-y: scroll;
}
.datatable2_wrapper{
	overflow-y: scroll !important;
}
#datatable1_wrapper{
	overflow-y: scroll !important;
}
#statusModel>div>div>div.modal-body{
	overflow-y: scroll !important;
}
#docModalUS>div>div.modal-content{
	width: 100%;
}
h2.sub-heading::after {
    display: none;
}
.sideimg1{
	width: 100% !important;
    margin-left: 0px !important;
}
.right-part{margin-top: -20px;}
.wrapper1 {
    width: 100% !important;
    padding: 0px 0px 8px 0px !important;
    border: 0px solid #f4eded !important;
    margin: 0rem !important;
    border-radius: 10px !important;
}
.wrapper2 {
    width: 100% !important;
    padding: 0rem 1rem 2rem 1rem !important;
    border: 1px solid #f4eded !important;
    margin: 1rem 0rem 1rem 0rem !important;
    border-radius: 10px !important;
}
.inputButton{
	width: 100% !important;
	margin: 15px 0px 10px 0px !important;
}
.labelField{
	margin-left: 0px !important;
}
.inputField{
	margin: 5px 0px !important;
}
.inputField1{
	margin-left: 13px !important;
}
h2 {
    margin: 0px 0px 0px 0px !important;
}
.captchaimg{margin-top: 15px !important;}
.captchaimg img{margin-top: 0px !important; margin-left: 15px !important;}
.captchaimg1{margin-top: 15px !important; float: left !important;}
.captchaimg1 img{margin-top: 0px !important; margin-left: 0px !important;}
.captchatxt{padding-right: 25px !important;}
.sideimg{margin-bottom: 20px !important;}
.sideimg1{margin-bottom: 20px !important;}
.alreadyReg{padding: 0px 0px !important; margin: 0px 4px 0px 0px !important;}
.underlineHover{margin-bottom: 20px !important;}
.tabcontent .main-box{min-height: 240px;}
}
/* .alert li{color: #0f603b;} */
.alert {opacity: 1 !important; --bs-alert-padding-x: 0rem; --bs-alert-padding-y: 0rem;}
.alert ul li{list-style-type: none;}
.rightTick {
	border-color: #198754 !important;
    padding-right: calc(1.5em + 0.75rem) !important;
    background-image: url('images/sign.svg');
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
  #scrollButton {
    position: fixed;
    bottom: 70px;
    right: 20px;
    padding: 20px 10px;
    background: #24659d url(../images/up-arrow.png) no-repeat center center;
    background-position: top;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    outline: none;
    display: none;
}
#loading-screen {
    display:    none;
    position:   fixed;
    z-index:    10000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgb(0 0 0 / 58%)
                url('../images/loading.gif') 
                50% 50% 
                no-repeat;
               
}
.closeBtn {
    padding: 0px 7px;
    font-size: 22px !important;
    background: #c90000;
    border-radius: 0px;
    margin-left: 5px;
    color: #fff;
    font-weight: 600;
}
.pptCenter{
	text-align: center;
}
.dobRight{
	text-align: right;
}
@media only screen and (max-width: 1200px) {
.pptCenter{text-align: left;}
.dobRight{text-align: left;}
}
@media (min-width: 992px) and (max-width: 1200px) {
.pptCenter{text-align: left;}
.dobRight{text-align: left;}
}
@media (min-width: 768px) and (max-width: 992px) {
.pptCenter{text-align: left;}
.dobRight{text-align: left;}
.d-step{display: block !important;}
}
@media only screen and (max-width: 768px) {
.pptCenter{text-align: left;}
.dobRight{text-align: left;}
.d-step{display: block !important;}
}
@media only screen and (max-width: 576px) {
.pptCenter{text-align: left;}
.dobRight{text-align: left;}
.d-step{display: block !important;}
}
.logo{font-weight: bold;}

/* //...Shivam CSS start..../// */


select {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: '';
}

div.dataTables_wrapper div.dataTables_length select {
    width: 50px !important;
    display: inline-block;
    padding: 3px !important;
    
}

.viewsts a{
	
	background: #24659d;
	color: #fff;
	padding: 5px;
	
}

.viewsts{
	
	background: #24659d;
	color: #fff;
	padding: 5px;
	
}

.viewsts1{
	
	background: #008CBA !important;
	color: #fff !important;
	padding: 5px !important;
	
}


.viewsts1:hover{
	
	background: #0479a0 !important;
	color: #fff !important;
	padding: 5px !important;
	
}

.viewsts a:hover{
	
	background: #0479a0;
	color: #fff;
	padding: 5px;
	
}

div.dataTables_wrapper div.dataTables_filter label {
    font-weight: normal;
    white-space: nowrap;
    text-align: left;
    margin-bottom: 10px !important;
}

.theadback{
	
	background: #c0ebff;
}

div.dataTables_wrapper div.dataTables_filter input {
    margin-left: .5em;
    display: inline-block;
    width: auto;
    padding: 3px;
}

.fa-2xl {
    font-size: 2em;
    line-height: .03125em;
    vertical-align: -.1875em;
    color: #24659d;
}

#myModalLabel{
	
	background: #24659d;
	padding: 5px 10px;
	color: #fff;
}

.btn-danger{
	
	background: #c90000 !important;
	color: #fff !important;
}
.modal-title{
	background: #24659d;
    padding: 5px 10px;
    color: #fff;
}
.accordion-button::before {
	padding-right: 5px;
	/* content:"+"; */
	content: "\2795";
}
.accordion-button:not(.collapsed)::before {
	padding-right: 5px;
	/* content:"-"; */
	 content: "\2796";
}
@media (min-width: 576px){
.modal {
    --bs-modal-margin: 1.75rem;
    --bs-modal-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    /* background: url(images/ui-bg.png) !important; */
}
}
@media (min-width: 576px){
	.modal {
	    --bs-modal-margin: 1.75rem;
	    --bs-modal-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
	    /* background: url(images/ui-bg.png) !important; */
	}
}
.modal {
    --bs-modal-width: 85%;
 }
 
 .carousel-control-prev-icon {
   	background-color: #979797;
}
.carousel-control-next-icon{
	background-color: #979797;
}
.carousel-control-prev,
.carousel-control-next {
  outline: none;
  box-shadow: none;
}

.carousel-control-prev:hover,
.carousel-control-next:hover {
  outline: none;
  box-shadow: none;
}
#ratingComments{
	width: 50%;
}
#OCI_Process_Flow_Mobile{display: none;}
#OCI_Process_Flow{display: block;}

#misc_flow{display: block;}
#misc_flow_mobile{display: none;}

@media (max-width: 576px) {
.alert{
	opacity: 1;
	padding: 10px;
	float: left;
	
    width: 100% !important;
    }
    .navbar .dropdown:hover .dropdown-menu {
	    display: block;
	}
  
  	.rate {
	    padding: 0 2px !important;
	}

	.form-check {
	    padding-left: 0px;
	}
	#rateIssue{
		width: 335px;
	}
	#ratingComments{
		width: 100% !important;
	}
	.text-start{
		text-align: center !important;
	}
	.text-end {
	    text-align: center !important;
	}
	.modal-content {
	    width: 100% !important;
	    margin: 0px auto;
	}
	.cr-boundary{
		width: 100% !important;
	}
	.register {
	    margin-bottom: 0px !important;
	}
	
	#OCI_Process_Flow_Mobile{display: block;}
	#OCI_Process_Flow{display: none;}
	
	#misc_flow{display: none;}
	#misc_flow_mobile{display: block;}
	
}


@media (max-width: 768px) {
.alert{
	opacity: 1;
	padding: 10px;
	float: left;
	
    width: 100% !important;
    }
    .navbar .dropdown:hover .dropdown-menu {
	    display: block;
	  }
  
	.rate {
	     padding: 0 2px !important;
	}

	.form-check {
	    padding-left: 0px;
	}
	#rateIssue{
		width: 335px;
	}
	#ratingComments{
		width: 100% !important;
	}
	.text-start{
		text-align: center !important;
	}
	.text-end {
	    text-align: center !important;
	}
	.modal-content {
	    width: 100% !important;
	    margin: 0px auto;
	}
	.cr-boundary{
		width: 100% !important;
	}
	.register {
	    margin-bottom: 0px !important;
	}
	#OCI_Process_Flow_Mobile{display: block;}
	#OCI_Process_Flow{display: none;}
	
	#misc_flow{display: none;}
	#misc_flow_mobile{display: block;}
}

@media (max-width: 992px) {

.alert{
	opacity: 1;
	padding: 10px;
	float: left; 
    width: 100% !important;
    }
    
    .navbar .dropdown:hover .dropdown-menu {
    display: block;
  }
  
  .rate {
	     padding: 0 2px !important;
	}

	.form-check {
	    padding-left: 0px;
	}
	#rateIssue{
		width: 335px;
	}
	
	#ratingComments{
		width: 100% !important;
	}
    .text-start{
		text-align: center !important;
	}
	.text-end {
	    text-align: center !important;
	}
	.modal-content {
	    width: 100% !important;
	    margin: 0px auto;
	}
	.cr-boundary{
		width: 100% !important;
	}
	.register {
	    margin-bottom: 0px !important;
	}
	#OCI_Process_Flow_Mobile{display: block;}
	#OCI_Process_Flow{display: none;}
	
	#misc_flow{display: none;}
	#misc_flow_mobile{display: block;}
}	
.text-start{
	text-align: left;
}
.text-end {
    text-align: right;
}
.alert-success {
    display: flex;
    flex-direction: column;
    padding: 1rem;
    word-break: break-word;
}
.actionMessage {
    padding-left: 1rem;
}


@keyframes blink {
  0%, 100% {background-color:#8B0000;}
  50% {background-color: #8EDDBE;}
}
#blinking-button {
  background-color: #8EDDBE;
  color: white;
  animation: blink 1s linear infinite;
}

#bank_options{

    font-weight: bold;
    font-size: 1rem;
    color: #000;
    line-height: 1;
}

.bordered-box {
  border: 1px dashed #24659d;
  padding: 1rem;
  margin-top: 1rem;
  background-color: #e9f5f9;
}
   .btn-custom {
  width: 150px;
}

.texth5 h5{
  color: #24659d;
}



.section_comman {
    padding: 20px 0 10px;
    background: white
}

    .section_comman h2 {
        position: relative;
        color: #24659d;
        font-weight: 700;
        font-size: 28px;
    }

        .section_comman h2 span {
            display: block;
            color: #3f3f3f;
            font-size: 15px;
            font-weight: 400;
        }

    .section_comman h2::after {
        position: absolute;
        content: '';
        bottom: -13px;
        left: 0px;
        background: #24659d;
        width: 150px;
        height: 4px;
    }

    .section_comman p {
        color: #000000;
        margin: 25px 0 20px;
        text-align: justify;
        line-height: 24px;
    }

.bottom_heading {
    text-align: center;
    padding: 10px;
    border: 0;
    border-radius: 0;
    margin-bottom: 0;
    background: url(../../images/bg2.jpg);
}
.bottom_heading h2 {
    color: white
}
.footer-top-area {
    padding-top: 35px;
    padding-bottom: 20px;
}

.footer-widget {
    margin-bottom: 60px;
}

.footer-logo {
    position: relative;
    top: -10px;
}

.footer-title {
    font-size: 20px;
    margin-bottom: 25px;
    color: white;
}

/* ----------------------------------------------------
    Footer About Widget
---------------------------------------------------- */
footer {
    background: #1c1e33;
}
/* footer-address */
.footer-address ul {
    margin: 0;
    padding: 0;
}

    .footer-address ul li {
        list-style: none;
        display: block;
        margin-top: 8px;
    }

        .footer-address ul li:after {
            display: block;
            clear: both;
            content: "";
        }

        .footer-address ul li .footer-address-icon {
            float: left;
            margin-right: 15px;
        }

        .footer-address ul li .footer-address-info {
            overflow: hidden;
        }

            .footer-address ul li .footer-address-info p {
                margin-bottom: 0;
            }

/* ----------------------------------------------------
    Footer Menu Widget
---------------------------------------------------- */
/* footer-menu */
.subtitleColor {
    color: #5e68a6 !important;
}

.footer-menu ul {
    margin: 0;
    padding: 0;
}

    .footer-menu ul li {
        list-style: none;
        margin-top: 0px;
        margin-bottom: 2px;
        position: relative;
    }

        .footer-menu ul li a {
            position: relative;
            color: white;
        }

            .footer-menu ul li a::before {
                position: absolute;
                content: "//";
                left: 0;
                top: 50%;
                -webkit-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                transform: translateY(-50%);
                -webkit-transition: inherit;
                -o-transition: inherit;
                transition: inherit;
                opacity: 0;
                visibility: hidden;
                margin-left: -20px;
                color: var(--ltn__secondary-color);
            }

        .footer-menu ul li:hover a {
            padding-left: 20px;
        }

            .footer-menu ul li:hover a::before {
                opacity: 1;
                visibility: visible;
                margin-left: 0;
            }

    .footer-menu ul ul {
        margin-left: 15px;
    }

/* footer-menu-widget-2-column */
.footer-menu-widget-2-column {
    padding-left: 30px;
}

    .footer-menu-widget-2-column .footer-menu {
        width: 50%;
        float: left;
    }

        .footer-menu-widget-2-column .footer-menu:nth-child(odd) {
            padding-left: 20px;
        }

    .footer-menu-widget-2-column ul {
        margin: 0;
    }

        .footer-menu-widget-2-column ul li {
            font-weight: 600;
        }

/* ----------------------------------------------------
    Footer Newsletter Widget
---------------------------------------------------- */
.footer-newsletter form {
    position: relative;
}

.footer-newsletter input[type="email"] {
    margin: 0;
    padding-right: 50px;
}

.footer-newsletter .btn-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    height: 100%;
}

    .footer-newsletter .btn-wrapper .btn {
        padding: 0 18px;
        height: 100%;
    }

/* ----------------------------------------------------
    Footer Timeline Widget
---------------------------------------------------- */
.ltn__footer-timeline-widget {
    padding: 50px 50px 40px;
    border-bottom: 5px solid;
    border-color: var(--border-color-5);
    margin-top: -92px;
}

    .ltn__footer-timeline-widget .footer-title {
        font-size: 36px;
    }

    .ltn__footer-timeline-widget ul {
        margin: 0;
        padding: 0;
    }

        .ltn__footer-timeline-widget ul li {
            list-style: none;
            font-family: var(--ltn__heading-font);
            font-weight: 700;
            border-bottom: 1px solid;
            border-color: var(--border-color-6);
            padding-bottom: 10px;
            margin-top: 10px;
        }

            .ltn__footer-timeline-widget ul li:last-child {
                border-bottom: 0;
                padding-bottom: 0;
            }

                .ltn__footer-timeline-widget ul li:last-child span {
                    font-weight: 700;
                }

            .ltn__footer-timeline-widget ul li span {
                float: right;
                font-weight: 600;
            }

/* ----------------------------------------------------
    Footer Blog Widget
---------------------------------------------------- */
.ltn__footer-blog-item {
    border-bottom: 1px solid;
    border-color: var(--border-color-6);
    margin-bottom: 20px;
}

    .ltn__footer-blog-item:last-child {
        border-bottom: 0;
        margin-bottom: 0;
    }

    .ltn__footer-blog-item .ltn__blog-meta {
        margin-bottom: 5px;
    }

        .ltn__footer-blog-item .ltn__blog-meta i {
            color: var(--ltn__secondary-color);
            margin-right: 5px;
        }

    .ltn__footer-blog-item .ltn__blog-title {
        font-size: 20px;
    }

/* ----------------------------------------------------
    Copyright Area
---------------------------------------------------- */
.ltn__copyright-area {
    padding-top: 25px;
    padding-bottom: 25px;
}

    .ltn__copyright-area .payment-method {
        text-align: right;
    }

.ltn__copyright-design h6, .ltn__copyright-design h4 {
    font-size: 14px;
    font-family: var(--ltn__body-font);
    font-weight: 700;
}

.ltn__copyright-design p {
    margin-bottom: 0;
    color: white;
}

.ltn__copyright-menu ul {
    margin: 0;
    padding: 0;
}

    .ltn__copyright-menu ul li {
        list-style: none;
        display: inline-block;
        margin-top: 0;
        margin-right: 20px;
        font-size: 14px;
        font-family: var(--ltn__heading-font);
        font-weight: 600;
    }

        .ltn__copyright-menu ul li:last-child {
            margin-right: 0;
        }

        .ltn__copyright-menu ul li a {
            margin: 0;
        }

/* ----------------------------------------------------
    Responsive
---------------------------------------------------- */
@media (max-width: 991px) {
    .ltn__footer-timeline-widget {
        padding: 50px 25px 40px;
    }

    .ltn__copyright-area {
        text-align: center;
    }

        .ltn__copyright-area .payment-method {
            text-align: center;
            margin-top: 15px;
        }

        .ltn__copyright-area .site-logo-wrap {
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
        }

        .ltn__copyright-area .ltn__copyright-menu {
            text-align: center !important;
        }

    #scrollUp {
        font-size: 16px;
        height: 30px;
        width: 30px;
        bottom: 50px;
    }

        #scrollUp i {
            line-height: 30px;
        }
}

@media (max-width: 767px) {
    .ltn__footer-timeline-widget {
        padding: 50px 25px 40px;
    }

    .footer-menu-widget-2-column {
        padding-left: 0;
    }

    .ltn__copyright-menu {
        margin-top: 25px;
    }

    .ltn__footer-2 .footer-widget p,
    .ltn__footer-2 .footer-widget li {
        font-size: 14px;
    }

    .ltn__footer-2 .footer-widget .ltn__blog-meta li,
    .footer-widget .ltn__blog-meta li {
        font-size: 12px;
    }

    .ltn__footer-2 .footer-menu ul li {
        margin-bottom: 20px;
    }

    .ltn__footer-blog-item .ltn__blog-title {
        font-size: 18px;
    }
}

@media (max-width: 575px) {
    .ltn__footer-timeline-widget {
        padding: 50px 25px 40px;
    }

    .footer-menu-widget-2-column .footer-menu {
        width: 100%;
    }

        .footer-menu-widget-2-column .footer-menu:nth-child(odd) {
            padding-left: 0px;
        }

    .ltn__copyright-menu {
        margin-top: 25px;
    }
}
#toTop {
    display: none !important;    
}
.footer-menu p {
    color: #ffffff; 
}

.news-section-start {
    /*  margin-top: 116px;
    margin-bottom: 80px;*/
}

    .news-section-start.home-three {
        background: #F8F8FF;
        padding: 115px 0px 92px 0px;
    }

    .news-section-start .section-title .subtitle .icon {
        margin-top: -26px;
        color: #f36523;
    }

        .news-section-start .section-title .subtitle .icon i + i {
            margin-left: 5px;
        }

.our-speeches-section {
    margin-top: 106px;
}

.news-single-items {
    margin-bottom: 30px;
}

    .news-single-items.style-01 {
        position: relative;
        z-index: 0;
    }

        .news-single-items.style-01 .tropics .date {
            position: absolute;
            font-size: 14px;
            line-height: 32px;
            font-weight: 400;
            color: #fff;
            top: 25px;
            right: 20px;
        }

        .news-single-items.style-01 .content {
            bottom: 60px;
        }

    .news-single-items.home-six .news-bg {
        border-radius: 0px;
    }

        .news-single-items.home-six .news-bg::before {
            border-radius: 0px;
        }

    .news-single-items.home-six .even {
        border-radius: 0px;
        left: 0px;
    }

    .news-single-items .news-bg {
        background-size: cover;
        background-repeat: no-repeat;
        background-position: top;
        min-height: 425px;
        width: 100%;
        position: relative;
        border-radius: 10px;
    }

        .news-single-items .news-bg.speeches-bg::before {
            background: transparent -webkit-gradient(linear, left top, left bottom, from(rgba(4, 7, 46, 0)), to(#04072E));
            background: transparent linear-gradient(180deg, rgba(4, 7, 46, 0) 0%, #04072E 100%);
        }

        .news-single-items .news-bg::before {
            content: "";
            position: absolute;
            height: 100%;
            width: 100%;
            background: linear-gradient(160deg, rgba(4, 7, 46, 0) 20%, rgb(4, 7, 46) 100%);
            border-radius: 10px;
            z-index: 0;
        }

    .news-single-items .even {
        font-size: 14px;
        font-weight: 500;
        line-height: 28px;
        color: #fff;
        background: #f36523;
        padding: 0px 15px;
        border-radius: 5px;
        position: absolute;
        left: 20px;
        top: 25px;
    }

    .news-single-items .content {
        position: absolute;
        bottom: 15px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%;
        padding: 0px 30px;
    }

        .news-single-items .content .title {
            font-size: 20px;
            line-height: 32px;
            font-weight: 700;
            font-family: var(--body-font);
            color: #fff;
            cursor: pointer;
            -webkit-transition: 0.5s all ease;
            transition: 0.5s all ease;
        }

            .news-single-items .content .title:hover {
                color: var(--main-color-one);
            }

        .news-single-items .content .author-meta {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
        }

            .news-single-items .content .author-meta .author-name {
                font-size: 14px;
                line-height: 32px;
                font-weight: 400;
                font-family: var(--body-font);
                color: #fff;
                margin-right: 40px;
            }

            .news-single-items .content .author-meta p {
                font-size: 14px;
                line-height: 32px;
                font-weight: 400;
                font-family: var(--body-font);
                color: #fff;
            }

.news-single-items-two {
    margin-bottom: 30px;
}

    .news-single-items-two.department-two:hover .thumbnail .icon {
        background: #fff;
        color: var(--main-color-one);
    }

    .news-single-items-two.department-two:hover .content .title {
        color: var(--main-color-one);
    }

    .news-single-items-two.department-two .thumbnail .icon {
        width: 72px;
        height: 72px;
        line-height: 65px;
        text-align: center;
        background: var(--main-color-one);
        color: #fff;
        font-size: 41px;
        position: absolute;
        bottom: -20px;
        left: 20px;
        -webkit-transition: 0.3s all ease;
        transition: 0.3s all ease;
    }

    .news-single-items-two.department-two .content .title {
        margin-top: 10px;
        -webkit-transition: 0.3s all ease;
        transition: 0.3s all ease;
    }

    .news-single-items-two .thumbnail {
        position: relative;
        z-index: 0;
    }

        .news-single-items-two .thumbnail .tag {
            display: inline-block;
            font-size: 14px;
            line-height: 1.72;
            font-weight: 400;
            color: #fff;
            background: var(--main-color-one);
            padding: 3px 10px;
            text-transform: uppercase;
            position: absolute;
            left: 0;
            top: 20px;
        }

    .news-single-items-two .content {
        border: 1px solid rgba(204, 204, 204, 0.5);
        border-top: 0;
        padding: 20px;
    }

        .news-single-items-two .content .tag {
            display: inline-block;
            font-size: 14px;
            line-height: 1.72;
            font-weight: 400;
            color: #fff;
            background: var(--main-color-one);
            padding: 3px 10px;
            text-transform: uppercase;
            margin-bottom: 18px;
        }

        .news-single-items-two .content .post-meta {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            margin-bottom: 12px;
        }

            .news-single-items-two .content .post-meta .author {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                margin-right: 20px;
            }

                .news-single-items-two .content .post-meta .author .icon {
                    width: 26px;
                    height: 26px;
                    line-height: 26px;
                    text-align: center;
                    background: #282828;
                    border-radius: 50%;
                    margin-right: 10px;
                }

                .news-single-items-two .content .post-meta .author p {
                    margin-bottom: 0;
                    font-size: 14px;
                    line-height: 2;
                    font-weight: 400;
                    color: #505050;
                }

            .news-single-items-two .content .post-meta .post-date {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
            }

                .news-single-items-two .content .post-meta .post-date p {
                    margin-bottom: 0;
                    font-size: 14px;
                    line-height: 2;
                    font-weight: 400;
                    color: #505050;
                    margin-left: 10px;
                }

        .news-single-items-two .content .title {
            font-size: 21px;
            line-height: 1.5;
            font-weight: 600;
            color: var(--heading-color);
            margin-bottom: 15px;
        }

        .news-single-items-two .content p {
            font-size: 16px;
            line-height: 1.8;
            font-weight: 400;
            color: #505050;
            margin-bottom: 0px;
        }

        .news-single-items-two .content .btn-wrapper {
            border-top: 1px solid rgba(204, 204, 204, 0.5);
            margin-top: 15px;
            padding-top: 20px;
        }

            .news-single-items-two .content .btn-wrapper .event-btn {
                font-size: 14px;
                font-weight: 500;
                text-transform: uppercase;
            }

                .news-single-items-two .content .btn-wrapper .event-btn i {
                    font-size: 14px;
                    margin-right: 8px;
                }

.news-single-list {
    list-style: none;
    border: 1px dashed #cccccc;
    border-radius: 10px;
    margin: 0;
    padding: 19px;
}

    .news-single-list.home-six {
        border: none;
        border-radius: 0;
        padding: 0;
    }

        .news-single-list.home-six .news-single-list-items {
            margin-bottom: 25px;
        }

            .news-single-list.home-six .news-single-list-items + li {
                border-top: 1px solid rgba(14, 17, 90, 0.2);
                padding-top: 25px;
            }

            .news-single-list.home-six .news-single-list-items .thumb img {
                border-radius: 0px;
            }

    .news-single-list .news-single-list-items {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 20px;
    }

        .news-single-list .news-single-list-items:last-child {
            margin-bottom: 0;
        }

        .news-single-list .news-single-list-items + li {
            border-top: 1px dashed #CCCCCC;
            padding-top: 20px;
        }

        .news-single-list .news-single-list-items .thumb img {
            border-radius: 10px;
            margin-right: 17px;
            width: 100px;
            height: 100px;
        }

        .news-single-list .news-single-list-items .content {
            -webkit-box-flex: 1;
            -ms-flex: 1;
            flex: 1;
        }

            .news-single-list .news-single-list-items .content .date {
                font-size: 14px;
                line-height: 32px;
                font-weight: 400;
                font-family: var(--body-font);
                color: #747474;
            }

            .news-single-list .news-single-list-items .content .title {
                font-size: 18px;
                line-height: 28px;
                font-weight: 700;
                font-family: var(--body-font);
                color: var(--heading-color);
                -webkit-transition: 0.5s all ease;
                transition: 0.5s all ease;
            }

                .news-single-list .news-single-list-items .content .title:hover {
                    color: var(--main-color-one);
                }


.services-style1 {
    position: relative;
    display: block;
    background: #F6F6F6;
    padding: 120px 0px 90px;
    overflow: hidden;
    z-index: 1;
}

    .services-style1 .shape1 {
        position: absolute;
        top: -150px;
        left: -60px;
        width: 372px;
        height: 372px;
        border-radius: 50%;
        border: 1px solid rgba(var(--thm-black-rgb), 0.1);
        z-index: -1;
    }

    .services-style1 .shape2 {
        position: absolute;
        top: 70px;
        left: 77px;
        z-index: -1;
    }

    .services-style1 .shape3 {
        position: absolute;
        bottom: 250px;
        right: -20px;
        z-index: -1;
    }

    .services-style1 .shape4 {
        position: absolute;
        left: 0;
        bottom: 0;
        right: 0;
        z-index: -1;
    }

.services-style1__single {
    position: relative;
    display: block;
    overflow: hidden;
    margin-bottom: 30px;
    z-index: 1;
}

.services-style1__single-content {
    position: relative;
    display: block;
    background: #FFFFFF;
    border-radius: 15px;
    overflow: hidden;
    z-index: 1;
}

    .services-style1__single-content::before {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        background: var(--thm-base);
        box-shadow: 0px 0px 46px 0px rgb(0, 0, 0, 0.08);
        content: "";
        transform: scaleX(0.7) rotateX(0deg);
        transition: all 0.4s linear;
        border-radius: 15px;
        z-index: -1;
        opacity: 0;
    }

.services-style1__single:hover .services-style1__single-content::before {
    transform: scaleX(1.0) rotateX(0deg);
    transition: all 0.4s linear;
    opacity: 1;
}

.services-style1__single-icon {
    position: relative;
    display: block;
    width: 90px;
    height: 70px;
    background: rgba(var(--thm-base-rgb), 0.1);
    border-radius: 0px 0px 40px 40px;
    margin: 0 auto;
    text-align: center;
}

    .services-style1__single-icon:before {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        content: "";
        background: rgba(255, 255, 255, .20);
        transition-delay: 0.6s;
        transition: .7s;
        border-radius: 0px 0px 40px 40px;
        opacity: 1;
        -webkit-transform: perspective(400px) rotateX(-90deg) scale(0.2);
        -ms-transform: perspective(400px) rotateX(-90deg) scale(0.2);
        transform: perspective(400px) rotateX(-90deg) scale(0.2);
        -webkit-transform-origin: top;
        -ms-transform-origin: top;
        transform-origin: top;
        z-index: 1;
    }

.services-style1__single:hover .services-style1__single-icon:before {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateX(0deg) scale(1.0);
    -ms-transform: perspective(400px) rotateX(0deg) scale(1.0);
    transform: perspective(400px) rotateX(0deg) scale(1.0);
}

.services-style1__single-icon span::before {
    position: relative;
    display: inline-block;
    color: var(--thm-base);
    font-size: 40px;
    line-height: 70px;
    z-index: 2;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.services-style1__single:hover .services-style1__single-icon span::before {
    color: #ffffff;
}

.rs-breadcrumbs {
    position: relative;
}

    .rs-breadcrumbs .breadcrumbs-img img {
        width: 100%;
    }

    .rs-breadcrumbs .breadcrumbs-text {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
        text-align: center;
    }

        .rs-breadcrumbs .breadcrumbs-text .page-title {
            font-size: 48px;
            margin-bottom: 20px;
            color: #ff5421;
        }

        .rs-breadcrumbs .breadcrumbs-text ul {
            padding: 0;
        }

            .rs-breadcrumbs .breadcrumbs-text ul li {
                color: #505050;
                display: inline-block;
                font-size: 16px;
                font-weight: 400;
            }

                .rs-breadcrumbs .breadcrumbs-text ul li a {
                    position: relative;
                    padding-right: 30px;
                    -webkit-transition: 0.3s;
                    transition: 0.3s;
                    color: #505050;
                }

                    .rs-breadcrumbs .breadcrumbs-text ul li a:before,
                    .rs-breadcrumbs .breadcrumbs-text ul li a:after {
                        background-color: #505050;
                        content: "";
                        height: 15px;
                        width: 2px;
                        position: absolute;
                        right: 7px;
                        top: 2px;
                        transform: rotate(26deg);
                    }

                    .rs-breadcrumbs .breadcrumbs-text ul li a:before {
                        right: 13px;
                    }

                    .rs-breadcrumbs .breadcrumbs-text ul li a:hover {
                        color: #ff5421;
                    }

        .rs-breadcrumbs .breadcrumbs-text.white-color .page-title {
            color: #ffffff;
        }

        .rs-breadcrumbs .breadcrumbs-text.white-color ul li {
            color: #ffffff;
        }

            .rs-breadcrumbs .breadcrumbs-text.white-color ul li a {
                color: #ffffff;
            }

                .rs-breadcrumbs .breadcrumbs-text.white-color ul li a:before,
                .rs-breadcrumbs .breadcrumbs-text.white-color ul li a:after {
                    background-color: #ffffff;
                }

                .rs-breadcrumbs .breadcrumbs-text.white-color ul li a:before {
                    right: 13px;
                }

                .rs-breadcrumbs .breadcrumbs-text.white-color ul li a:hover {
                    color: #ff5421;
                }

        .rs-breadcrumbs .breadcrumbs-text.padding {
            padding-top: 100px;
        }

.breadcrumbs-overlay:after {
    content: '';
    position: absolute;
    background-color: rgba(17, 17, 17, 0.8);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.breadcrumbs1 {
    background-image: url(https://msmeandagriculturepromotioncouncilindia.com/assets/images/breadcrumbs/2.jpg);
    background-size: cover;
    background-position: center;
    background-position: center top;
}
.rs-blog.home9-style .blog-item {
    border-radius: 3px;
    overflow: hidden;
    border: 1px solid #dfe9eb;
}

    .rs-blog.home9-style .blog-item .image-part {
        overflow: hidden;
        height: 100%;
    }

        .rs-blog.home9-style .blog-item .image-part a img {
            transition: all 0.5s;
            transform: scale(1);
            height: 100%;
            width: 100%;
        }

    .rs-blog.home9-style .blog-item .blog-content {
        padding: 10px 20px 0px 30px;
    }

        .rs-blog.home9-style .blog-item .blog-content .title {
            margin-bottom: 14px;
            font-size: 24px;
            line-height: 34px;
        }

            .rs-blog.home9-style .blog-item .blog-content .title a {
                color: #101010;
            }

                .rs-blog.home9-style .blog-item .blog-content .title a:hover {
                    color: #f4bf00;
                }

        .rs-blog.home9-style .blog-item .blog-content .txt {
            font-size: 16px;
            color: #505050;
            font-weight: 400;
            margin: 0;
        }

        .rs-blog.home9-style .blog-item .blog-content .blog-meta {
            margin-bottom: 11px;
        }

            .rs-blog.home9-style .blog-item .blog-content .blog-meta li {
                position: relative;
                margin-right: 5px;
                padding-right: 15px;
                display: inline-block;
                font-size: 16px;
                color: #505050;
                font-weight: 400;
            }

                .rs-blog.home9-style .blog-item .blog-content .blog-meta li i {
                    padding-right: 3px;
                    font-size: 14px;
                }

                    .rs-blog.home9-style .blog-item .blog-content .blog-meta li i:before {
                        color: #f4bf00;
                        padding-right: 5px;
                    }

                        .rs-blog.home9-style .blog-item .blog-content .blog-meta li i:before:last-child {
                            padding-right: 0;
                        }

                .rs-blog.home9-style .blog-item .blog-content .blog-meta li a {
                    color: #505050;
                }

                .rs-blog.home9-style .blog-item .blog-content .blog-meta li:last-child {
                    margin: 0;
                    padding: 0;
                }

    .rs-blog.home9-style .blog-item:hover .image-part a img {
        transform: scale(1.07);
    }

.rs-blog.home9-style .events-short-top {
    position: relative;
    display: flex;
    align-items: center;
    overflow: hidden;
    border: 1px solid #dfe9eb;
    padding: 25px 39px 38px 25px;
    align-items: flex-start;
    background: #ffffff;
}

    .rs-blog.home9-style .events-short-top .date-part {
        background: #1C335F;
        min-width: 100px;
        text-align: center;
        padding: 11px 0 22px;
        border-radius: 3px;
        margin-right: 25px;
        transition: all 500ms ease;
    }

        .rs-blog.home9-style .events-short-top .date-part .month {
            margin-bottom: 10px;
            display: block;
            color: #ffffff;
        }

        .rs-blog.home9-style .events-short-top .date-part .date {
            font-size: 50px;
            color: #f4bf00;
            font-weight: 700;
            line-height: 25px;
        }

        .rs-blog.home9-style .events-short-top .date-part:hover {
            transform: translateY(-10px);
        }

    .rs-blog.home9-style .events-short-top .content-part .categorie a {
        color: #505050;
    }

        .rs-blog.home9-style .events-short-top .content-part .categorie a:hover {
            color: #ff5421;
        }

    .rs-blog.home9-style .events-short-top .content-part .title {
        line-height: 1.5;
        font-weight: 700;
        font-size: 24px;
        margin-bottom: 6px;
    }

        .rs-blog.home9-style .events-short-top .content-part .title a {
            color: #101010;
        }

            .rs-blog.home9-style .events-short-top .content-part .title a:hover {
                color: #f4bf00;
            }

    .rs-blog.home9-style .events-short-top .content-part .txt {
        font-size: 16px;
        color: #505050;
        margin: 0;
    }

.rs-blog.home9-style .short {
    position: relative;
    display: flex;
    overflow: hidden;
    background: #ffffff;
    padding: 30px;
    border: 1px solid #dfe9eb;
    border-radius: 3px;
}

    .rs-blog.home9-style .short .date-part {
        position: absolute;
        background: #1c335f;
        width: 100px;
        text-align: center;
        padding: 11px 0 22px;
        border-radius: 3px;
    }

        .rs-blog.home9-style .short .date-part .month {
            margin-bottom: 10px;
            display: block;
        }

        .rs-blog.home9-style .short .date-part .date {
            font-size: 50px;
            font-family: 'Nunito', sans-serif;
            color: #21a7d0;
            font-weight: 700;
        }

    .rs-blog.home9-style .short .content-part {
        padding-left: 120px;
    }

        .rs-blog.home9-style .short .content-part .categorie a {
            color: #505050;
        }

            .rs-blog.home9-style .short .content-part .categorie a:hover {
                color: #21a7d0;
            }

        .rs-blog.home9-style .short .content-part .title {
            line-height: 1.5;
        }

            .rs-blog.home9-style .short .content-part .title a {
                color: #111111;
            }

                .rs-blog.home9-style .short .content-part .title a:hover {
                    color: #21a7d0;
                }

.rs-blog.orange-color .blog-item .blog-content .title a:hover {
    color: #ff5421;
}

.rs-blog.orange-color .blog-item .blog-content .readon-arrow:hover {
    color: #ff5421;
}

    .rs-blog.orange-color .blog-item .blog-content .readon-arrow:hover:after {
        color: #ff5421;
    }

.rs-blog.orange-color .events-short .content-part .title a:hover {
    color: #ff5421;
}

.rs-blog.gym-home .blog-item {
    transition: all 500ms ease;
    border-radius: 5px;
}

    .rs-blog.gym-home .blog-item .blog-content {
        border-style: solid;
        border-width: 1px 1px 1px 1px;
        border-color: #252525;
        background-color: #1D0E15;
        padding: 26px 26px 30px 26px;
    }

        .rs-blog.gym-home .blog-item .blog-content .post-categories li {
            margin-bottom: 10px;
        }

            .rs-blog.gym-home .blog-item .blog-content .post-categories li a {
                font-size: 15px;
                color: #ff5421;
                text-transform: uppercase;
                margin-bottom: 8px;
            }

        .rs-blog.gym-home .blog-item .blog-content .title {
            font-size: 24px;
            font-weight: 700;
            margin-bottom: 18px;
        }

            .rs-blog.gym-home .blog-item .blog-content .title a {
                color: #ffffff;
            }

                .rs-blog.gym-home .blog-item .blog-content .title a:hover {
                    color: #ff5421;
                }

        .rs-blog.gym-home .blog-item .blog-content .blog-meta {
            font-size: 14px;
            color: #ffffff;
            display: flex;
            justify-content: space-between;
        }

            .rs-blog.gym-home .blog-item .blog-content .blog-meta li i {
                padding-right: 3px;
                font-size: 14px;
                color: #ff5421;
            }

                .rs-blog.gym-home .blog-item .blog-content .blog-meta li i.fa-calendar {
                    padding-right: 7px;
                }

    .rs-blog.gym-home .blog-item:hover {
        transform: translateY(-10px);
    }

.rs-inner-blog .blog-item {
    background: #fff;
    box-shadow: 0 6px 25px rgba(0, 0, 0, 0.07);
}

    .rs-inner-blog .blog-item .blog-content {
        padding: 40px 46px 45px;
        overflow: hidden;
    }

        .rs-inner-blog .blog-item .blog-content .blog-title {
            margin: 4px 0 10px;
            font-size: 26px;
            line-height: 35px;
        }

            .rs-inner-blog .blog-item .blog-content .blog-title a {
                color: #111111;
            }

                .rs-inner-blog .blog-item .blog-content .blog-title a:hover {
                    color: #21a7d0;
                }

        .rs-inner-blog .blog-item .blog-content .blog-meta .btm-cate {
            overflow: hidden;
            margin: 0 0 5px;
            padding: 0 0 12px;
            font-size: 13px;
            display: flex;
            align-items: center;
        }

            .rs-inner-blog .blog-item .blog-content .blog-meta .btm-cate li {
                margin-right: 15px;
            }

                .rs-inner-blog .blog-item .blog-content .blog-meta .btm-cate li .blog-date {
                    display: inline-block;
                    font-weight: 400;
                    font-size: 13px;
                    color: #505050;
                }

                    .rs-inner-blog .blog-item .blog-content .blog-meta .btm-cate li .blog-date i {
                        color: #21a7d0;
                        margin-right: 3px;
                    }

                .rs-inner-blog .blog-item .blog-content .blog-meta .btm-cate li .author {
                    display: inline-block;
                    padding: 0;
                    margin-right: 0;
                    line-height: normal;
                    color: #555;
                }

                    .rs-inner-blog .blog-item .blog-content .blog-meta .btm-cate li .author i {
                        color: #21a7d0;
                        margin-right: 3px;
                    }

                .rs-inner-blog .blog-item .blog-content .blog-meta .btm-cate li .tag-line {
                    position: relative;
                    padding-left: 2px;
                    color: #555;
                }

                    .rs-inner-blog .blog-item .blog-content .blog-meta .btm-cate li .tag-line i {
                        margin-right: 3px;
                        color: #21a7d0;
                    }

                        .rs-inner-blog .blog-item .blog-content .blog-meta .btm-cate li .tag-line i:before {
                            font-size: 14px;
                            font-weight: 600;
                        }

                    .rs-inner-blog .blog-item .blog-content .blog-meta .btm-cate li .tag-line a {
                        color: #555;
                    }

        .rs-inner-blog .blog-item .blog-content .blog-desc {
            font-size: 16px;
            line-height: 27px;
            font-weight: 400;
            color: #505050;
            margin-bottom: 35px;
        }

.rs-inner-blog .widget-area .widget-title {
    color: #111111;
    font-size: 20px;
    line-height: 26px;
    font-weight: 600;
    position: relative;
    z-index: 1;
    padding-bottom: 12px;
}

    .rs-inner-blog .widget-area .widget-title:before {
        content: "";
        position: absolute;
        border: 0;
        width: 50px;
        height: 2px;
        background: #ff5421;
        z-index: 1;
        margin-left: 0;
        bottom: 0;
        left: 0;
    }

.rs-inner-blog .widget-area .search-widget {
    background: #fff;
    padding: 40px 30px 40px;
    box-shadow: 0 6px 25px rgba(0, 0, 0, 0.07);
}

    .rs-inner-blog .widget-area .search-widget .search-wrap {
        position: relative;
    }

        .rs-inner-blog .widget-area .search-widget .search-wrap [type=search] {
            border: 1px solid #ddd;
            color: #444444;
            padding: 12px 17px;
            width: 100%;
            border-radius: 5px;
            position: relative;
        }

        .rs-inner-blog .widget-area .search-widget .search-wrap button {
            background: transparent;
            border: medium none;
            color: #505050;
            padding: 11px 15px 12px;
            position: absolute;
            display: block;
            right: 0px;
            top: 0;
            z-index: 10;
            font-size: 20px;
            border-radius: 0 5px 5px;
        }

            .rs-inner-blog .widget-area .search-widget .search-wrap button i:before {
                font-weight: 600;
                font-size: 18px;
            }

            .rs-inner-blog .widget-area .search-widget .search-wrap button:hover {
                color: #21a7d0;
            }

.rs-inner-blog .widget-area .recent-posts {
    background: #fff;
    padding: 40px 30px 40px;
    box-shadow: 0 6px 25px rgba(0, 0, 0, 0.07);
}

    .rs-inner-blog .widget-area .recent-posts ul li {
        margin-top: 13px;
        padding-top: 13px;
        border-top: 1px solid rgba(0, 0, 0, 0.06);
        font-weight: 400;
        font-size: 16px;
    }

        .rs-inner-blog .widget-area .recent-posts ul li a {
            color: #505050;
        }

            .rs-inner-blog .widget-area .recent-posts ul li a:hover {
                color: #21a7d0;
            }

.rs-inner-blog .widget-area .recent-posts-widget {
    background: #fff;
    padding: 40px 30px 40px;
    box-shadow: 0 6px 25px rgba(0, 0, 0, 0.07);
}

    .rs-inner-blog .widget-area .recent-posts-widget .show-featured {
        display: flex;
        align-items: center;
        border-bottom: 1px solid rgba(0, 0, 0, 0.06);
        padding-bottom: 15px;
        margin-bottom: 15px;
    }

        .rs-inner-blog .widget-area .recent-posts-widget .show-featured .post-img {
            max-width: 150px;
            padding-right: 15px;
            border-radius: 3px;
            overflow: hidden;
        }

        .rs-inner-blog .widget-area .recent-posts-widget .show-featured .post-desc a {
            font-size: 15px;
            line-height: 22px;
            color: #111111;
            font-weight: 400;
        }

            .rs-inner-blog .widget-area .recent-posts-widget .show-featured .post-desc a:hover {
                color: #21a7d0;
            }

        .rs-inner-blog .widget-area .recent-posts-widget .show-featured .post-desc .date {
            font-size: 12px;
            line-height: 20px;
            color: #21a7d0;
            font-weight: 400;
            display: block;
        }

            .rs-inner-blog .widget-area .recent-posts-widget .show-featured .post-desc .date i {
                font-size: 12px;
                line-height: 12px;
                color: #21a7d0;
                font-weight: 400;
            }

        .rs-inner-blog .widget-area .recent-posts-widget .show-featured:last-child {
            margin: 0;
            padding: 0;
            border: none;
        }

.rs-inner-blog .widget-area .widget-archives {
    background: #fff;
    padding: 40px 30px 40px;
    box-shadow: 0 6px 25px rgba(0, 0, 0, 0.07);
}
li {
    list-style: none;
}
.rs-inner-blog ul {
    margin: 0;
    padding: 0; 
}
.rs-inner-blog .widget-area .widget-archives ul li {
    border: none;
    position: relative;
    padding: 6px 0px 6px 14px;
    margin: 0;
    font-size: 16px;
    list-style: none;
}

        .rs-inner-blog .widget-area .widget-archives ul li a {
            color: #505050;
        }

            .rs-inner-blog .widget-area .widget-archives ul li a:after {
                content: "\f105";
                font-family: FontAwesome;
                font-style: normal;
                font-weight: normal;
                text-decoration: inherit;
                position: absolute;
                left: 0;
                top: 6px;
                color: #273c66;
            }

            .rs-inner-blog .widget-area .widget-archives ul li a:hover {
                color: #ff5421;
            }

.rs-inner-blog .blog-deatails {
    background: #fff;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
    margin-bottom: 0;
}

    .rs-inner-blog .blog-deatails .blog-full {
        padding: 40px 45px 40px;
    }

        .rs-inner-blog .blog-deatails .blog-full .single-post-meta {
            display: flex;
            align-items: center;
            padding: 0 0 30px;
        }

            .rs-inner-blog .blog-deatails .blog-full .single-post-meta li .p-date {
                color: #555;
                font-size: 14px;
                margin-right: 8px;
            }

                .rs-inner-blog .blog-deatails .blog-full .single-post-meta li .p-date i {
                    font-size: 13px;
                    margin-right: 3px;
                    color: #21a7d0;
                }

                    .rs-inner-blog .blog-deatails .blog-full .single-post-meta li .p-date i:before {
                        margin-right: 5px;
                    }

            .rs-inner-blog .blog-deatails .blog-full .single-post-meta .Post-cate {
                list-style: none;
                display: inline-block;
                padding-right: 10px;
                color: #555;
                font-size: 14px;
            }

                .rs-inner-blog .blog-deatails .blog-full .single-post-meta .Post-cate .tag-line i {
                    color: #21a7d0;
                    margin-right: 3px;
                }

                    .rs-inner-blog .blog-deatails .blog-full .single-post-meta .Post-cate .tag-line i:before {
                        margin-right: 4px;
                    }

                .rs-inner-blog .blog-deatails .blog-full .single-post-meta .Post-cate .tag-line a {
                    font-weight: 400;
                    color: #555;
                    font-size: 14px;
                }

                    .rs-inner-blog .blog-deatails .blog-full .single-post-meta .Post-cate .tag-line a:hover {
                        color: #21a7d0;
                    }

            .rs-inner-blog .blog-deatails .blog-full .single-post-meta .post-comment {
                color: #555;
                font-size: 14px;
            }

                .rs-inner-blog .blog-deatails .blog-full .single-post-meta .post-comment i:before {
                    color: #21a7d0;
                }

        .rs-inner-blog .blog-deatails .blog-full .blog-desc p {
            font-size: 16px;
            font-weight: 400;
            color: #505050;
        }

        .rs-inner-blog .blog-deatails .blog-full .title {
            color: #111111;
            font-size: 36px;
            font-weight: 700;
            line-height: 40px;
        }

        .rs-inner-blog .blog-deatails .blog-full .sm-title {
            font-size: 20px;
            font-weight: 700;
            line-height: 28px;
            color: #111111;
        }

        .rs-inner-blog .blog-deatails .blog-full .unorder-list li {
            display: block;
            position: relative;
            padding-left: 25px;
            padding-bottom: 15px;
            font-weight: 500;
            line-height: 25px;
        }

            .rs-inner-blog .blog-deatails .blog-full .unorder-list li:before {
                position: absolute;
                top: 0;
                left: 0;
                content: "\f105";
                font-family: FontAwesome;
                color: #21a7d0;
                font-size: 20px;
            }

.rs-inner-blog .ps-navigation {
    border-top: 1px solid rgba(170, 170, 170, 0.25);
    border-bottom: 1px solid rgba(170, 170, 170, 0.25);
    padding: 30px 0;
    margin: 60px 0 0;
}

    .rs-inner-blog .ps-navigation ul li {
        text-align: right;
    }

        .rs-inner-blog .ps-navigation ul li a {
            display: inline-block;
        }

            .rs-inner-blog .ps-navigation ul li a .next-link {
                text-transform: uppercase;
                color: #909090;
                margin-top: 0;
                display: block;
            }

                .rs-inner-blog .ps-navigation ul li a .next-link:hover {
                    color: #21a7d0;
                }

                .rs-inner-blog .ps-navigation ul li a .next-link i:before {
                    font-size: 16px;
                    font-style: normal;
                    color: #505050;
                }

            .rs-inner-blog .ps-navigation ul li a .link-text {
                font-size: 16px;
                font-weight: 500;
                color: #1c1b1b;
            }

                .rs-inner-blog .ps-navigation ul li a .link-text:hover {
                    color: #21a7d0;
                }

.rs-inner-blog .comment-area .comment-full .reply-title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 30px;
    margin-top: 45px;
    position: relative;
    padding: 0 0 12px;
    color: #111111;
}
 

@media only screen and (max-width: 600px) {
    .logo img {
        width: 100%;
    }

    .side_ref_logo img {
        width: 100%;
    }
    }
 