@charset "utf-8";
/* CSS Document */
@import url("font-awesome.min.css");
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300i');

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	list-style: none;
	text-decoration: none;
	font-weight: normal;
	outline: none;
	border: none;
	font-family: 'Open Sans', sans-serif;
}
img {
	max-width: 100%;
}
/*==================Header_start================*/
.topbar{ background: rgb(7 12 72); position:relative; padding:10px 0px;}
.topbar ul {margin:0px; padding:0px;}
.topbar ul li { display:inline-block; color:#FFFFFF; margin:5px 30px 0px 0px; font-size:14px; }
.topbar ul li i {margin:0px 10px 0px 0px;color: #00a651;     font-size: 18px;  }
.topbar ul li a { color:#FFFFFF;}
.topbar ul li a:hover { text-decoration: none; color: #1b2dff;}
.socials{ text-align:right;}
.socials{ text-align:right;}
.socials i {margin:0px 10px 0px 0px; color:#FFFFFF; font-size:14px;}
.topbar ul li:last-child a {
    color: #FFFFFF;
    background: #f00;
}
i.fa.fa-envelope.font-36.mb-10.text-theme-colored {
    margin-top: 10px;
    font-size: 26px;
}
.current_affairs {
    padding: 25px 0;
}
.contact-info h5 {
    font-size: 16px;
    color: #070c48;
    font-weight: bold;
}
.contact-info h6 {
    font-size: 15px;
    color: #07bf51;
}
.socials a {
     background: #00a651;
    display: block;
/*    float: right;*/
    margin-right: 5px;
    color: #f90;
    line-height: 30px;
    border-radius: 2px;
    padding: 1px 10px;
}
	.socials a i {
	color: #00a650;
	line-height: 30px;
}
p {
    line-height: 30px;
	
}
.ebook {
    padding: 40px 0;
}
.ebook_box {
    margin: 30px 0;
}
.ebook_box ul {
	margin:0px;
	padding:0px;
}
.ebook_box ul li {
    display: inline-block;
    width: 18%;
    float: left;
    margin: 0 11px;
	margin-bottom:20px;
}
.ebook_box ul li img {
    width: 205px;
    height: 230px;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color: #129830 !important;
}
.nav-pills-custom .nav-link {
    color: #aaa;
    background: #fff;
    position: relative;
}
.gallery_page .nav-pills-custom .nav-link {
    color: #fffefe;
    background: #fff;
    position: relative;
    display: block;
    font-size: 16px;
    margin: 10px 0;
    background: #070c48;
    padding: 7px 15px;
    text-decoration: none;
}
.show { display:none;}
.tab-content>.tab-pane .show {
	display:none;
}
.nav-pills-custom .nav-link.active {
    color: #45b649;
    background: #fff;
}


button.btn.forget {
    margin-top: 15px !important;
}
.topbar ul li:last-child a:hover {
    color: #1b2dff;
}
.responstable th {
    border: 1px solid #FFF;
    background-color: #00a650;
    color: #FFF;
    padding: 1em;
}
.responstable {
    margin: 1em 0;
    width: 100%;
    overflow: hidden;  
    background: $background-color;
    color: $text-color;
    border-radius: $border-radius;
    border: $outer-border;
  
    tr {
      border: $cell-border; 
      &:nth-child(odd) { // highlight the odd rows with a color
        background-color: $highlight-color;
      }  
    }
  
    th {
      //display: inline; // hide all the table header for mobile
      border: $header-border;
      background-color: $header-background-color;
      color: $header-text-color;
      padding: 1em;  
      &:first-child { // show the first table header for mobile
        display: table-cell;
        text-align: center;
      }
      &:nth-child(2) { // show the second table header but replace the content with the data-th from the markup for mobile
        display: table-cell;
        span {display:none;}
        &:after {content:attr(data-th);}
      }
      @media (min-width: $breakpoint) {
        &:nth-child(2) { // hide the data-th and show the normal header for tablet and desktop
          span {display: block;}
          &:after {display: none;}
        }
      }
    }
  
    td {
      display: block; // display the table data as one block for mobile
      word-wrap: break-word;
      max-width: 7em;
      &:first-child { 
        display: table-cell; // display the first one as a table cell (radio button) for mobile
        text-align: center;
        border-right: $cell-border;
      }
      @media (min-width: $breakpoint) {
        border: $cell-border;
      }
    }
  
    th, td {
      text-align: left;
      margin: .5em 1em;  
      @media (min-width: $breakpoint) {
        display: table-cell; // show the table as a normal table for tablet and desktop
        padding: 1em;
      }
    }  
  }    
}

.responstable th, .responstable td {
    text-align: left;
    margin: .5em 1em;
}
.responstable td:first-child {
    display: table-cell;
   border-right: 1px solid #D9E4E6;
    border-left: 1px solid #D9E4E6;
}
.responstable th {
	padding:10px;
	text-align:center;
}
.responstable td {
    display: table-cell;
    padding:0 15px;
	text-align:center;
}
.responstable td {
	display: table-cell;
    border-right: 1px solid #D9E4E6;
	border-bottom: 1px solid #D9E4E6;
}



/* Add indicator arrow for the active tab */
@media (min-width: 992px) {
    .nav-pills-custom .nav-link::before {
        content: '';
        display: block;
        border-top: 8px solid transparent;
        border-left: 10px solid #fff;
        border-bottom: 8px solid transparent;
        position: absolute;
        top: 50%;
        right: -10px;
        transform: translateY(-50%);
        opacity: 0;
    }
}

.nav-pills-custom .nav-link.active::before {
    opacity: 1;
}

/*==================Header_End================*/
/*========================menu_Start============*/
button.btn.forget {
    margin-top: 15px;
}


.logo img {
    width: 120px;
}
.navbar-default { background:none; border-bottom:none;}
.navbar { margin-bottom:0px; margin-top:10px;}
.menu_sec {
    background: rgb(255 255 255 / 90%);
    padding: 10px 0;
    width: 100%;
    border-bottom: 2px solid #fff;
    float: left;
    position: absolute;
    top: 50px;
	z-index:999;
}
.menu_sec .menu {
	float:right;
}
.menu_sec .menu ul { 
	margin:0px;
	padding:0px;
	float:right;
}
.menu_sec .menu li { 
	display:inline-block;
	float:left;
}
.menu_sec .menu li a{ 
	font-size: 15px;
    color: #fafafa;
    padding: 13px 20px;
    text-transform: uppercase;
    display: block;
}
.menu_sec .menu li a:hover{ 
	text-decoration:none;
	color:#ff6600;
} 
.shin_btn {
	width:100%;
	float:left;
	padding:13px 30px;
	background:#ff6600;
	color:#fff;
}
marquee {
    width: 89%;
    background: #070c48;
    padding: 5px;
    color: #fff;
}
marquee ul {
	margin-bottom:0px;
}
marquee ul li {
    display: inline-block;
	 padding-right: 20px;
}
ul.activity {
    margin: 30px 0px;
    padding: 0px;
}
ul.activity li {
    display: block;
    margin: 10px 0;
    position: relative;
    padding: 0 20px;
	line-height:20px;
}
ul.activity li:before {
    font-family: FontAwesome;
    content: "\f00c";
    display: inline-block;
    padding-right: 5px;
    vertical-align: middle;
    position: absolute;
    left: 0px;
    color: #175275;
}
ul.activity li span {
    color: #00a651;
}
/*==================Menu_End================*/
/*==================Banner_Start================*/
.banner {
	padding:0 0 0 0;
}
.banner h2 {
	font-size: 40px;
    color: #ff6600;
    font-weight: normal;
    margin-top: 156px;
    font-family: 'Open Sans', sans-serif;
    font-weight: LIGHTER;
}
.banner h1 {
	font-size: 130px;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
}

.more_btn {
	width: 322px;
    padding: 24px 113px;
    color: #fff;
    font-size: 26px;
    border: 1px solid #fff;
    margin-top: 20px;
	text-decoration:none;
    float: left;
}
.more_btn:hover {
	text-decoration:none;
	color:#2974d4;	
}
<!--Start-slider-->
.fade-carousel {
    position: relative;
    height: 100vh;
}
.fade-carousel .carousel-inner .item {
    height:auto;
}
.fade-carousel .carousel-indicators > li {
    margin: 0 2px;
    background-color: #070c48;
    border-color: #338fff;
    opacity: .7;
}
.fade-carousel .carousel-indicators > li.active {
  width: 10px;
  height: 10px;
  opacity: 1;
}

/********************************/
/*          Hero Headers        */
/********************************/
.hero {
    position: absolute;
    top: 30%;
    left: 33%;
    z-index: 3;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 1px 1px 0 rgba(0,0,0,.75);
    -webkit-transform: translate3d(-50%,-50%,0);
    -moz-transform: translate3d(-50%,-50%,0);
    -ms-transform: translate3d(-50%,-50%,0);
    -o-transform: translate3d(-50%,-50%,0);
    transform: translate3d(-50%,-50%,0);
}
.hero h1 {
    font-size:130px;    
    font-weight: bold;
    margin: 0;
    padding: 0;
	text-align:left;
}
.hero h3 {
	font-size: 40px;
    color: #ff6600;
    text-align: left;
    font-weight: lighter;
    margin-top:90%;
    text-transform: capitalize;
}
.fade-carousel .carousel-inner .item .hero {
    opacity: 0;
    -webkit-transition: 2s all ease-in-out .1s;
       -moz-transition: 2s all ease-in-out .1s; 
        -ms-transition: 2s all ease-in-out .1s; 
         -o-transition: 2s all ease-in-out .1s; 
            transition: 2s all ease-in-out .1s; 
}
.fade-carousel .carousel-inner .item.active .hero {
    opacity: 1;
    -webkit-transition: 2s all ease-in-out .1s;
       -moz-transition: 2s all ease-in-out .1s; 
        -ms-transition: 2s all ease-in-out .1s; 
         -o-transition: 2s all ease-in-out .1s; 
            transition: 2s all ease-in-out .1s;    
}
/*            Overlay           */
.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -3;
    opacity: .7;
}

/********************************/
/*          Custom Buttons      */
/********************************/
.btn.btn-lg {padding: 10px 40px;}
.btn.btn-hero,
.btn.btn-hero:hover,
.btn.btn-hero:focus {
    color: #f5f5f5;
    outline: none;
    margin: 20px auto;
	border:1px solid #fff;
	background:none;
	float:left;
	width:322px;
	padding:23px 0;
	border-radius:none;
	cursor:pointer;
	font-size:26px;
	cursor:pointer;
}
/*       Slides backgrounds     */

.fade-carousel .slides .slide-1, 
.fade-carousel .slides .slide-2,
.fade-carousel .slides .slide-3 {
  	width: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 365px;
    float: left;
}
.carousel-control.left i {
    position: absolute;
    top: 45%;
    z-index: 9999;
    font-size: 50px;
    color: #fff;
}
.carousel-control.right i {
    position: absolute;
    top: 45%;
    z-index: 9999;
    font-size: 50px;
    color: #fff;
}
.fade-carousel .slides .slide-1 {
  background-image:url(../images/banner1.jpg); 
}
.fade-carousel .slides .slide-2 {
  background-image:url(../images/banner2.jpg);
}

.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
}
ul.nav.navbar-nav {
    margin-top: 8px;
}	
.fade-carousel .slides .slide-3 {
  background-image:url(../images/banner3.jpg);
}
/*End-Slider*/
/*Banner_End*/

.marquee-sibling {
    float: left;
    background: #00a651;
    padding: 10px 16px;
    color: #fff;
    font-weight: 600;
}
button.btn.btn-outline-black.waves-effect.filter {
    background: #01a54f;
    color: #fff;
    font-size: 16px;
	}
.Welcome h3 { color: #00a650;}
.Welcome h3 span { color:#000;}
.Welcome h5 { font-size:18px; margin-top:30px; font-weight:600;}
.Welcome h5 span {color: #00a651; font-weight:600;}
.Welcome p span { color: #00a651;
}
.styled-table {
    border-collapse: collapse;
    margin: 25px 0;
    font-size: 0.9em;
    font-family: sans-serif;
    min-width: 400px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
	margin-top:0px;
}
.styled-table thead tr {
    background-color: #00a651;
    color: #ffffff;
    text-align: left;
}

.styled-table td {
    padding: 12px 15px;
	font-size:16px;
}
.styled-table th {
	padding: 12px 15px;
	color:#fff;
	font-size:16px;
}
.odia_magazine {
    margin-bottom: 15px;
}
.odia_magazine_content {
    margin-top: 30px;
}
.styled-table tbody tr { border-bottom: 1px solid #dddddd;}
.add {margin-top: 30px;}
.styled-table tbody tr:nth-of-type(even) {background-color: #f3f3f3;}
.styled-table tbody tr:last-of-type {border-bottom: 2px solid #009879;}
.styled-table tbody tr.active-row {font-weight: bold;color: #009879;}
.footer { background:url(../images/footer_bg.jpg) left no-repeat;padding: 20px 0; position:relative;}
.footer:before {
	position:absolute;
	 background: rgb(0 0 0 / 86%);
	content:"";
	top:0px;
	left:0px;
	width:100%;
	height:100%;
}
.footer_box h3 {color: #fff; margin-bottom: 30px;}
.footer_box p { color:#fff;}
ul.social {
    margin: 0;
    padding: 0;
}
ul.social li {
    display: inline-block;
    padding-right: 10px;
}
ul.social li a {
    display: block;
    color: #fff;
    background: #f90;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
	border-radius:3px;
}
ul.social li:first-child a {
	background:#389ad4;
}
ul.social li:last-child a {
	background:#00bdec;
}
ul.ft_contact {
    margin: 0px;
    padding: 0px;
}
ul.ft_contact li {
    display: block;
    color: #fff;
    padding: 0px 35px;
    position: relative;
    line-height: 2;
}
.subcription_table {
    margin-top: 20px;
	margin-bottom: 40px;
}
ul.ft_contact li i {
    font-size: 20px;
    position: absolute;
    left: 0;
	color: #00a651;
}
ul.important_link {
    margin: 0px;
    padding: 0px;
}
ul.important_link li {display:block;}
ul.important_link li a {
    display: block;
    color: #fff;
    padding: 5px 28px;
    text-decoration: none;
    position: relative;
}
ul.important_link li a:after {
    font-family: FontAwesome;
    content: "\f178";
    display: inline-block;
    padding-right: 5px;
    vertical-align: middle;
    position: absolute;
    left: 0px;
    color: #00a651;
    font-size: 18px;
    top: 5px;
}

.news_banner {
    background: url(../images/inner_banner1.jpg) left top no-repeat;
    background-size: cover;
    min-height: 300px;
	position:relative;
}
.news_banner:after {
    position: absolute;
    content: "";
    background: rgba(0,0,0,0.5);
    left: 0;
    top: 0px;
    width: 100%;
    height: 100%;
}
.copyrights {
    background: #eaeaea;
    padding: 10px 0;
}
.copyrights p {
    margin-bottom: 0;
    color: #00a651;
}
.copy_left { text-align:left;}
.copy_right { text-align:right;}
.col-md-6.copy_right a {
    color: #f10707;
}


.director_msg {
    padding: 30px;
}
.director_content h6 {
      font-size: 14px;
    color: #00a651;
    font-weight: 600;
}
.director_msg p { line-height:30px;}
.news_banner h2 {     
	margin-top: 185px;
    color: #fff;
    position: relative;
    z-index: 99;
    font-weight: 600;
}
.gallery_page {
    padding: 30px 0 50px 0;
}
.presentationmodal .modal-dialog {
    position: relative;
    display: table;
    overflow-y: auto;
    overflow-x: auto;
    width: auto;
    min-width: 300px;
    max-width: 900px;
}
.gallry_content a i {
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    font-size: 34px;
    color: transparent;
    height: 200px;
    margin: 0 auto;
    display: block;
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
    border:none;
    background: #175274 !important;
	}
.gallry_content a i:hover {
    color: #fff;
    -webkit-transition: background-color 3s ease-out;
    -moz-transition: background-color 3s ease-out;
    -o-transition: background-color 3s ease-out;
    transition: background-color 3s ease-out;
}
.gallry_content img {
    margin: 5px;
    position: relative;
	width: 31.8%;
}
a.example-image-link {
    width: 19%;
    position: relative;
    text-align: center;
}	
button.btn.btn-outline-black.waves-effect.filter.active {
    background: #175275;
}
/*---------------------------Gallery_start--------------------*/
.gallery {
	-webkit-column-count: 3;
	-moz-column-count: 3;
	column-count: 3;
	-webkit-column-width: 33%;
	-moz-column-width: 33%;
	column-width: 33%; }
.gallery .pics {
	-webkit-transition: all 350ms ease;
	transition: all 350ms ease; }
.gallery .animation {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1); }
.copy_rights { background:rgb(7 12 72); padding:10px 0;}
.copy_rights p {  margin-bottom:0px;}
.copy_rights a { font-size: 16px; color: #00a651;}
.right p { text-align:right;}
.ebook_box a h6 {
    font-size: 18px;
    color: #00a651;
    text-align: center;
    font-weight: 600;
}
.magazine_title {
    background: #070c48bd;
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 0 20px;
}
button:hover {
    background: #00a651;
}
.magazine_title h4 { color:#fff;}
.odia_magazinebox {  width:100%; float:left; }
.odia_magazinebox ul { margin:0px; padding:0px;}
.odia_magazinebox ul li { display:inline-block; width:18%; margin: 10px 10px; position:relative;}
.odia_magazine .col-md-12 { padding-right: 0;padding-left: 0;}
.subcribe { background:rgba(0,0,0,0.5); position:absolute; bottom:0px; width:100%; padding: 10px 10px; text-align:right;
    }
span.date_yr {
    text-align: right;
    left: 8px;
    position: absolute;
    color: #fff;
    font-size: 17px;
}


a.download_btn {
    background: #ff0a0a;
    color: #fff;
    padding: 5px 10px;
    border-radius: 4px;
    font-weight: 600;
}
.current_affairs_box ul { margin: 20px 0; padding: 0px;}
.current_affairs_box ul li {     display: block;
    margin: 15px 0;
    font-size: 15px;
    padding: 10px 15px;
    text-align: center;
    border: 1px solid #e0e0e0;
	}
.current_affairs_box ul li strong { color: #00a650;}
.current_affairs_box ul li:first-child {background: #00a651;}
.current_affairs_box ul li strong { color: #fff;}
a.click_btn:hover {
    background: #01153a;
    color: #fff;
}
a.click_btn {
    color: #00a651;
    text-decoration: none;
    display: inline-block;
    display: block;
    text-align: center;
    padding: 10px;
}
.contact-page .divider {
    background-repeat: repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    position: relative;
    overflow: hidden;
    width: 100%;
	padding:30px 0px;
}
.contact-page .bg-lighter {
    background-color: #fdfdfd;
}
.contact-page .divider h3{ color:#333; font-size:24px;}
.contact-info i{ font-size:30px; color:#07bf51;}
.contact-info h4{ font-size:30px; color:#202c45; margin:20px 0px 10px 0px; font-size:20px;}
.contact-page .form-control {
    box-shadow: none;
    height: 45px;
    border: 1px solid #d9d9d9;
}

.contact-page textarea.form-control {
    height: 150px !important;
}
.divider.bg-lighter h3 {
    margin-bottom: 20px;
	position:relative;
}
.divider.bg-lighter h3:after {
    bottom: -1px;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 50px;
	background:#07bf51;
}
.map-responsive {
    margin-top: 50px;
}
.btn-style-one{
	position:relative;
	padding:7px 20px;
	color:#fff !important;
	font-size:18px;line-height:30px;
	border:0px solid #0a83a0 !important;
	transition:all 500ms ease;
	display: inline-block;
	-webkit-appearance: none;-webkit-border-radius: 0;
	font-family: 'PoppinsMedium';font-weight:normal;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: #0f75bd;
	white-space:nowrap;
}
.btn-style-one:hover{color:#fff !important;transition:all 500ms ease; text-decoration:none;background: #07bf51;}
.btn-style-one.small{padding:4px 15px;}
.contact-info {text-align: center;}
.contact-info ul { margin:0px; padding:0px;}
.contact-info ul li { display:block; margin: 5px; font-size: 15px;}
.contact-info p { font-size:15px; line-height:26px;}
.objective { padding: 40px 0;}
.objective ul { margin:0px; padding:0px;}
.objective ul li { display:block; padding: 8px 20px; position: relative;}
.objective ul li:before {
    font-family: FontAwesome;
    content: "\f061";
    display: inline-block;
    padding-right: 5px;
    vertical-align: middle;
    position: absolute;
    left: 0px;
    color: #175275;
}
.topbar .socials ul li { margin: 0;}
.ebook_box a {text-decoration: none;}

#customers {
  font-family: Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

#customers td, #customers th {
  border: 1px solid #ddd;
  padding: 8px;
}
#customers tr:nth-child(even){background-color: #f2f2f2;}
#customers tr:hover {background-color: #ddd;}
#customers th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #4CAF50;
  color: white;
}
.interview_table {padding: 30px 0;}
.adviser { padding: 40px 0;}
.adviser_content {border: 6px solid #ececec;}
.adviser_content h6 {
    font-size: 17px;
    text-align: center;
    color: #00a651;
}
.adviser_content ul { margin:0px; padding:0px; text-align:center;}
.adviser_content ul li {display: inline-block; text-align: center; margin-right: 6px;}
.adviser_content img {width: 100%;}
.adviser_content ul li i {
    margin-right: 10px;
    color: #00a651;
}
.english_page {
    padding: 40px 0;
}
.english_page p {
    line-height: 28px;
}
.cart_image {
    padding: 6px;
    background: #efefef;
    width: 300px;
    height: 350px;
}
.cart {
    padding: 40px 0;
}
.cart_image img {
    padding: 6px;
    background: #efefef;
    width: 300px;
    height: 350px;
}
.cart_right h3 {
    font-size: 30px;
    font-weight: 600;
	margin-top:0px;
}
ul.star_rating {
    margin: 0px;
    padding: 0px;
}
ul.star_rating li { display:inline-block;}
ul.star_rating li i {
    color: #00a651;
}
.cart_right h6 { font-size:20px;}
.cart_right h6 {
    font-size: 20px;
    font-weight: bold;
}
.cart_right p {
    font-size: 15px;
    margin-top: 15px;
}
 .quantity span:hover {
    background-color: #b52733;
}
.quantity input[type="number"] {
	width: 120px;
	background: #f1f1f1;
	padding:8px;
}
.quantity {
    margin: 0 0.5em 0 0;
   width: auto;
    height: 2.25em;
    position: relative;
}
.quantity span {
    display: block;
    position: absolute;
    z-index: 1;
    right: 0;
    width: 1.5em;
    height: 50%;
    text-align: center;
    line-height: 1em;
    cursor: pointer;
}
.quantity span.inc { top: 0;}
.quantity span.dec {bottom: 0;}
.quantity span {background-color: #de3241;}
.quantity span.inc:before { content: '\f107';}
.quantity span.dec:before{content: '\f106';}
.quantity { position: relative;}
button.cart_btn {
    padding: 8px;
    border-radius: 4px;
    margin-left: 5px;
    background: #00a651;
    color: #fff;
}
.cart_right {
    padding-bottom: 20px;
}
.cart_catogory ul {
    margin: 0px;
    padding: 0px;
}
.cart_catogory ul li { display:block; margin:10px;}
.cart_catogory {
    margin-top: 25px;
}
button.wishlist {
    background: #070c48;
    padding: 8px;
    border-radius: 4px;
    color: #fff;
    margin-left: 5px;
}
.pegination {
    text-align: center;
}
.ebook {
    padding: 40px 0 0;
}
.pegination {
    text-align: center;
    padding-bottom: 10px;
}
.signuppage{ position:relative; padding:60px 0px 60px 0px; background-color:#f1f1f1;}
.signuppage input[type="text"], 
.signuppage input[type="password"], 
.signuppage textarea, 
.signuppage textarea.form-control {
	height: 40px;
    margin: 0;
    padding: 0 20px;
    vertical-align: middle;
    background: #fff;
    border: 1px solid #e8e7e7;
    font-size: 14px;
    font-weight: 300;
    line-height: 45px; position:relative;
    color: #888;
    -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
    -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
    -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}
.form-group{ position:relative;}
i.logininput_icon{ position: absolute; right:10px; top:13px; font-size:20px;opacity: 0.3;}


.signuppage textarea, 
.signuppage textarea.form-control {
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 30px;
	height:100px;
}

.signuppage input[type="text"]:focus, 
.signuppage input[type="password"]:focus, 
.signuppage textarea:focus, 
.signuppage textarea.form-control:focus {
	outline: 0;
	background: #fafafa;
    border: 1px solid #d7d7d7;
    -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
}

.signuppage input[type="text"]:-moz-placeholder, input[type="password"]:-moz-placeholder, 
.signuppage textarea:-moz-placeholder, textarea.form-control:-moz-placeholder { color: #888; }

.signuppage input[type="text"]:-ms-input-placeholder, input[type="password"]:-ms-input-placeholder, 
.signuppage textarea:-ms-input-placeholder, textarea.form-control:-ms-input-placeholder { color: #888; }

.signuppage input[type="text"]::-webkit-input-placeholder, input[type="password"]::-webkit-input-placeholder, 
.signuppage textarea::-webkit-input-placeholder, textarea.form-control::-webkit-input-placeholder { color: #888; }


.form-top-right {
    float: left;
    width: 25%;
    padding-top: 5px;
    font-size: 66px;
    color: #fff;
    line-height: 100px;
    text-align: right;
    opacity: 0.3;
}
.form-top-right i {
    top: 40px;
    position: absolute;
    right: 35px;
}
.signuppage button.btn {
    height: 40px;
    margin: 0;
    padding: 0 20px;
    vertical-align: middle;
    background: #070c48;
    border: 0;
    font-size: 16px;
    font-weight: 300;
    line-height: 40px;
    color: #fff;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    text-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
    text-transform: uppercase;
    border-radius: 4px;
    font-weight: 600;
}
.signuppage label { font-weight:600;}
span.forget {
    margin: 0 4px;
    padding-left: 5px;
}
span.forget a {
    text-decoration: none;
    color: #00a650;
    margin-right: 7px;
}
.signuppage button.btn:focus{ background: #f18101;opacity: 1;}
.signuppage button.btn:hover { opacity: 0.8; color: #fff; }
.signuppage button.btn:active { outline: 0; opacity: 0.6; color: #fff; -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none; }
.signuppage button.btn:focus { outline: 0; opacity: 0.6; background: #f18101; color: #fff; }
.signuppage button.btn:active:focus, button.btn.active:focus { outline: 0; opacity: 0.6; background: #f18101; color: #fff; }

.form-top {
    overflow: hidden;
    padding: 0 25px 15px 25px;
    background: #05a651;
    -moz-border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
    text-align: left;
}
.form-bottom {
    background: #fff;
    padding: 20px;
}
.form-top-left h3 {
    text-align: center;
    color: #fff;
}
#filters li span:hover {
    background: #00a651;
    color: #fff;
}

@media (max-width: 450px) {
.gallery {
	-webkit-column-count: 1;
	-moz-column-count: 1;
	column-count: 1;
	-webkit-column-width: 100%;
	-moz-column-width: 100%;
	column-width: 100%;
}
}
@media (max-width: 400px) {
.btn.filter {
padding-left: 1.1rem;
padding-right: 1.1rem;
}
}
.col-md-12.d-flex.justify-content-center.mb-5 {
    text-align: center;
    padding: 20px 0;
}

/*---------------------------Start_Responsive--------------------*/

	
@media only screen and (min-width: 992px) and (max-width: 1200px) { }

@media only screen and (min-width: 768px) and (max-width: 991px) { }

	
@media only screen and (min-width: 480px) and (max-width: 767px) {}

@media only screen and (max-width: 479px) { 
.col-sm-2.col-md-2.logo {
    text-align: center;
}

.menu_sec { top: 97px;}
.topbar ul { text-align:center;}

.navbar-toggle {      background: #00a651;
    position: absolute;
    top: -76px;}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: #070c48;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}
.navbar { min-height:0px;}
.nav>li {  border-bottom: 1px solid #bdbdbd;}
marquee {width: 64%;}
.marquee-sibling { padding: 10px 6px;}
.styled-table { min-width:auto !important;}
.add1 {
    margin-bottom: 10px;
}
.topbar ul li { margin: 2px 0 3px 0px; }
.topbar ul li i { margin:0px;}
.navbar-default .navbar-nav .open .dropdown-menu>li>a {
    color: #000;
}
.navbar-nav>li>.dropdown-menu { min-width:100%;}
.menu_sec { z-index:9999;}
.odia_magazinebox ul li {
    display: inline-block;
    width: 95%;
	}
button.btn.btn-outline-black.waves-effect.filter { width:95%; margin-bottom:10px;}

#filters li span { padding: 0px 8px !important;
    font-size: 13px !important;
    height: 40px;
    line-height: 40px; }
.portfolio-image { width:100% !important;}
.portfolio img { width:100% !important;}

.ebook_box ul li {
    width: 100%;
    margin: 0;
    margin-top: 15px;
}
.cart_image {
    background:none;
    width: 100%;
}
.cart_image img {
    width: 100%;
    height: 350px;
}
.cart_right h3 {
    font-size: 26px;
	margin-top:30px;
	}
.ebook_box ul li img {
    width: 100%;
}
.copy_rights {
    text-align: center;
}
.right p { text-align:center;}
.gallry_content img {
	width:100%;
}
.interview_table {
    padding: 30px 0;
    width: 100%;
    overflow: auto;
}
.carousel-control.right i {
    position: absolute;
    top: 53%;
    z-index: 9999;
    font-size: 50px;
    color: #fff;
    right: 20px;
}

.carousel-control.left i {
    position: absolute;
    top: 54%;
	}
iframe {
    width: -webkit-fill-available;
}
.news_banner h2 {
    text-align: center;
}
a.click_btn { padding:10px 0;}
span.forget {
    margin: 0 4px;
    padding-left: 0;
    float: right;
    width: 51%;
}
span.forget a {
    margin-right: 0px;
    display: block;
}


.menu_sec {
    position: inherit;
}}
.nav > li > a{
    padding: 10px 6px;
}
/*---------------------------End_Responsive--------------------*/
