/*=================BASIC===================*/
body 
{
    margin: 0;
	font-family:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.8;
	color: #666666;
	text-align: left;
	background-color: #fff;
}

.fa 
{
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 11px!important;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	
}
.fa-chevron-down:before, .fa-chevron-down
{
	margin-top:auto;
	margin-bottom:auto;
	margin-left:0;
	margin-right:0;
}
.menu-wrapper
{
	width:100%;
	overflow-y:scroll;
	max-height:300px;
	padding-right:10px;
}
.menu-wrapper ul li i 
{
    float: right;
}
::-webkit-scrollbar {
  width: 2px;
}

/* Track */
::-webkit-scrollbar-track {
  background: silver; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: green; 
}

p {
    margin-top: 0;
    margin-bottom: 0rem;
}
.align-items-center
{
	-webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}
.p {
    margin: 0;
    
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.8;
     color: #666666;
    text-align: left;
    background-color: #fff;
}
*,
*::before,
*::after 

{
  -webkit-box-sizing: border-box;
  box-sizing: border-box; 
}


article, aside, figcaption, figure, footer, header, hgroup, main, nav, section 
{
  display: block; 
}

a {
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    color: #1eafed;
}

a {
    
    text-decoration: none;
    background-color: transparent;
}
.sub
{
	font-family:"Times New Roman", Times, serif;
	font-size:1rem;
	font-style: oblique;
	color: rgba(0,0,0,.9);
}
.f
{
	font-size:25px!important;
}
.container 
{
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.container-fluid 
{
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.d-flex 
{
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

 
.row 
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

/*==================HEADING================*/

h1, h2, h3, h4, h5, .h1, .h2, .h3, .h4, .h5 
{
    line-height: 1.5;
    color: rgba(0, 0, 0, 0.8);
    font-weight: normal;
    font-family: "Lora", Arial, serif;
	margin-top:0;
}
h1, .h1
{
	 font-size: 1.75rem;
	 
}
h2, .h2
{
	font-size: 1.5rem;
}
h3, .h3 
{
    font-size: 1.75rem;
}
.text-2 a
{
	color: #666666!important;
}
/*====================PADDING======================*/

.no-pb 
{
    padding-bottom: 0!important;
}
.no-pt 
{
    padding-top: 0!important;
}

.pb-5, .py-5 
{
    padding-bottom: 3rem !important;
}
.pt-5, .py-5 
{
    padding-top: 4.5rem !important;
}


.pb-4, .py-4 
{
    padding-bottom: 1.5rem !important;
}
.pt-4, .py-4 
{
    padding-top: 1.5rem !important;
}
.p-4 
{
    padding: 1.5rem !important;
}
.p-5 
{
    padding: 3rem !important;
}
.pl-5, .px-5 
{
    padding-left: 3rem !important;
}
.pr-5, .px-5 
{
    padding-right: 3rem !important;
}
.pb-3, .py-3 
{
    padding-bottom: 1rem !important;
}
.pt-3, .py-3 
{
    padding-top: 1rem !important;
}
.pl-0, .px-0 
{
    padding-left: 0 !important;
}
.pr-0, .px-0 
{
    padding-right: 0 !important;
}

/*====================MARGIN=====================*/

.mb-4, .my-4 
{
    margin-bottom: 2.5rem !important;
}

.mb-2, .my-2 
{
    margin-bottom: 0.5rem !important;
}

.mr-2, .pl-2 
{
    margin-right: 0.5rem !important;
}
.mb-4, .my-4 
{
    margin-bottom: 1.5rem !important;
}

.mr-4, .mx-4 
{
    margin-right: 1.5rem !important;
}

.mt-2, .my-2 
{
    margin-top: 0.5rem !important;
}
.mb-5, .my-5 
{
    margin-bottom: 3rem !important;
}

.mt-4
{
	margin-top:13.5rem!important;	
}
.ml-2 {
    margin-left:2rem;
}
.mx-auto
{
	margin-left:auto;
	margin-right:auto;
}
.d-block
{
	display:block;
}
/*====================BODY========================*/

body.toggle 
{
    overflow-x: hidden; 
}
body.toggle #aside 
{
	-moz-transform: translateX(0);
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
	width: 320px;
	background: #fff;
	z-index: 999;
	position: fixed; 
}
body.toggle #main-body, body.toggle .nav-toggle 
{
	top: 0;
	-moz-transform: translateX(270px);
	-webkit-transform: translateX(270px);
	-ms-transform: translateX(270px);
	-o-transform: translateX(270px);
	transform: translateX(270px); 
}

#main-page
{
	width: 100%;
    overflow: hidden;
    position: relative;
}


/*==============NAVBAR-TOGGLER===================*/
.nav-toggle 
{
	cursor: pointer;
	text-decoration: none; 
}
.nav-toggle.active i::before, .nav-toggle.active i::after 
{
    background: #000000; 
}
.nav-toggle.dark.active i::before, .nav-toggle.dark.active i::after 
{
    background: #000000; 
}
.nav-toggle:hover, .nav-toggle:focus, .nav-toggle:active 
{
	outline: none;
	border-bottom: none !important; 
}
.nav-toggle i 
{
	position: relative;
	display: inline-block;
	width: 20px;
	height: 2px;
	color: #000000;
	font: bold 14px/.4 Helvetica;
	text-transform: uppercase;
	text-indent: -55px;
	background: #000000;
	-webkit-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out; 
}
.nav-toggle i::before, .nav-toggle i::after 
{
	content: '';
	width: 20px;
	height: 2px;
	background: #000000;
	position: absolute;
	left: 0;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease; 
}
.nav-toggle.dark i 
{
    position: relative;
    color: #000000;
    background: #000000;
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out; 
}
.nav-toggle.dark i::before, .nav-toggle.dark i::after 
{
  background: #000000;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease; 
}

.nav-toggle i::before 
{
  top: -7px; 
}

.nav-toggle i::after 
{
  bottom: -7px; 
}

.nav-toggle:hover i::before 
{
  top: -9px; 
}

.nav-toggle:hover i::after 
{
  bottom: -9px; 
}

.nav-toggle.active i 
{
  background: transparent; 
}

.nav-toggle.active i::before 
{
  top: 0;
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(45deg); 
}

.nav-toggle.active i::after 
{
  bottom: 0;
  -webkit-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
  -o-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg); 
}

.nav-toggle 
{
	width:100%;
	background:rgb(255,255,255);
	padding: 18px;
	left: 2px;
	position: fixed;
	top: 0px;
	z-index: 9999;
	cursor: pointer;
	opacity: 1;
	visibility: hidden;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease; 
	
}
 


/*===========MAIN NAVBAR===============*/

#aside 
{
    padding-top: 5em;
    padding-bottom: 40px;
    padding-left: 2em;
    padding-right: 2em;
    width: 25%;
    position: fixed;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1001;
    background: #fff;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    border-right: 1px solid #e6e6e6;
}
 aside,footer, header, nav, section 
{
    display: block;
}
#aside #main-menu ul 
{
    margin: 0;
    padding: 0;
}
#aside #main-menu ul li.active 
{
    font-weight: 600;
}
#aside #main-menu ul li 
{
    margin: 0 0 5px 0;
    padding: 0;
    list-style: none;
    font-size: 16px;
    font-weight: 500;
}
#aside #main-menu ul li.active a 
{
    color: #1eafed;
}

#aside #main-menu ul li a
{
    color: rgba(0, 0, 0, 0.7);
    text-decoration: none;
    position: relative;
    padding: 0;
    font-family: "Poppins", Arial, sans-serif;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#aside #main-menu ul li a:after
{
    content: "";
    position: absolute;
    height: 2px;
    bottom: 0px;
    left: 0;
    right: 0;
    background-color: #1eafed;
    visibility: hidden;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -moz-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -ms-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -o-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
#aside #main-menu ul li.active a:after 
{
    visibility: visible;
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1);
}
#aside #main-menu ul li a:hover 
{
	text-decoration: none;
	color: black; 
}
#aside #main-menu ul li a:hover:after
{
	visibility: visible;
	-webkit-transform: scaleX(1);
	-moz-transform: scaleX(1);
	-ms-transform: scaleX(1);
	-o-transform: scaleX(1);
	transform: scaleX(1); 
}
#aside #main-menu ul li.active 
{
    font-weight: 600; 
}
#aside #main-menu ul li.active a 
{
    color: #1eafed; 
}
#aside #main-menu ul li.active a:after 
{
	visibility: visible;
	-webkit-transform: scaleX(1);
	-moz-transform: scaleX(1);
	-ms-transform: scaleX(1);
	-o-transform: scaleX(1);
	transform: scaleX(1); 
}

#aside .footer 
{
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    padding: 0 20px;
    font-size: 17px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.6); 
}

.pfooter 
{
    font-size: 10px;
}
#aside #logo 
{
    display: block;
    width: 100%;
    font-weight: normal;
    font-size: 40px;
    line-height: .8;
    font-family: "Abril Fatface", cursive;
}

#aside #logo a 
{
    display: inline-block;
    text-align: left;
    color: #fff;
    overflow: hidden;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-background-clip: text;
    -moz-text-fill-color: transparent;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
#aside .footer a 
{
    color: #000000;
}

/*=========Dropdown Submenu===========*/

.dropdown
{
	margin-left:20px;
}
.dropdown li 
{
	
	margin-bottom:0px!important;
	padding-top:0!important;
}
.dropdown li a
{
	font-size:13px;
	color:#595959!important;
	margin-bottom:2px!important;
	padding:0!important;
}
.dropdown li.active a
{
	color:#1eafed!important;
}

/*===============SUBMENU===========*/
.text-black
{
    font-size:18px!important;
    color: #595959!important;
}
.lst_relatedtopics 
{
    list-style:none;
    
    margin:0!important;
    padding:0!important;
    
}
.lst_relatedtopics li {
    display: inline-block !important;
    border: 2px solid #b3b3b3 !important;
    padding: .15rem .50rem !important;
    margin-top: .25rem !important;
    margin-bottom: .25rem !important;
    border-radius: .6rem !important;
}

.lst_relatedtopics li a {
    font-size: 14px !important;
    color: #666666 !important;
    font-weight: 400!important;
}
.lst_relatedtopics li:hover {
    background-color: #b3b3b3 !important;
    color: #fff !important;
}
.lst_relatedtopics li a:hover
{
    color:#fff!important;
    font-weight:400;
}
/*========ABOUT SECTION==============*/

.author-img, .hero-wrap, .img, .blog-img, .insta-img, .user-img 
{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.section 
{
    padding: 5em 0;
    position: relative;
}

.about .img 
{
    width: 100%;
    display: block;
}

.align-self-stretch 
{
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
}
.align-items-center 
{
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}

.about .text h2 
{
    font-size: 30px;
    font-family: font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-weight: 400;
    line-height: 1.2;
    color: #000000;
}

.about .text h2 span 
{
    font-weight: 900;
    color: #1eafed;
}


/*=================BODY SECTION================*/
#main-body 
{
    width: 100%;
    float: right;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.section 
{
    padding: 5em 0;
    position: relative;
}


.paragraph-ayurveda
{
	text-indent: 50px;
	text-align: justify;
	letter-spacing: 3px;
}

.animate 
{
    opacity: 0;
    visibility: hidden;
}
.hidden
{
	display:none;
}
.blog-entry 
{
    width: 100%;
    margin-bottom: 1em;
}

.fadeInUp 
{
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
.animated 
{
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.blog-entry .img 
{
    display: block;
    height: 150px;
    width: 150px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}
.blog-entry .text 
{
    position: relative;
    z-index: 0;
    width: 100%;
    width: calc(100% - 150px); 
}
    
.blog-entry .text h3 
{
	font-weight: 400;
	font-size: 30px; 
}
.blog-entry .text h3 a 
{
    color: #000000;
}
.blog-entry .text .meta-wrap 
{
	width: 100%;
	display: block; 
}
.blog-entry .text .meta-wrap .meta span 
{
	font-size: 14px;
	margin: 0 10px 0 0;
	color: #bfbfbf; 
}
.blog-entry .text .meta-wrap .meta span a 
{
	color: #000000; 
}
.author-img, .hero-wrap, .img, .blog-img, .insta-img, .user-img 
{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}


/*=================PAGINATION===============*/
.col 
{
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}
.pagination ul 
{
  padding: 0;
  margin: 0; 
}
.pagination ul li 
{
    display: inline-block;
    margin-bottom: 4px;
    font-weight: 400; 
}
.pagination ul li a, .pagination ul li span 
{
  border: 1px solid #1eafed;
  text-align: center;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%; 
 
}

.pagination ul li.active a, .pagination ul li.active span 
{
  background: #1eafed;
  color: #fff;
  border: 1px solid transparent; 
}*/

/*===========SECOND SIDEBAR==============*/
.bg-light 
{
    background: #f8f9fa !important;
}


.sidebar-box 
{
    margin-bottom: 40px;
    padding: 0 25px;
    font-size: 15px;
    width: 100%;
}
.search-form 
{
    background: #fafafa;
    padding: 10px;
}
.search-form .form-group 
{
    position: relative;
    margin-bottom: 0;
}
.search-form .icon 
{
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
input:focus
{
	outline:0;
}
[class^="icon-"], [class*=" icon-"] 
{
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icon-search:before 
{
    content: "\f002";
}
.search-form .form-group input 
{
    padding-right: 50px;
    font-size: 14px;
}
.form-control 
{
    height: 52px !important;
    background: #fff !important;
    color: #000000 !important;
    border-radius: 0px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
	display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-weight: 400;
    line-height: 1.5;
    border: 1px solid #ced4da;
    
    -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

button, input 
{
    overflow: visible;
}
input
{
	margin: 0;
    font-family: inherit;
}
.sidebar-box h3.sidebar-heading 
{
    font-size: 20px;
    font-weight: normal;
    font-style: italic;
    margin-bottom: 30px;
}
.categories 
{
    padding: 0;
}
ol, ul, dl 
{
    margin-top: 0;
    margin-bottom: 1rem;
    list-style:none;
}
.categories li
{
    display:inline-block!important;
}

.categories li a {
    text-transform: uppercase;
    display: inline-block;
    padding: 4px 8px;
    margin-bottom: 5px;
    margin-right: 1px;
    border-radius: 4px;
    color: #000000;
    border: 1px solid #ccc;
    font-size: 11px;
    font-weight: 500 !important;
}
.categories li a:hover 
{
    border: 1px solid #000;
}

/*.categories li a span, .sidelink li a span 
{
    position: absolute;
    right: 0;
    top: 0;
   
}*/

/*===============POPULAR ARTICLE===============*/
.sidebar-box 
{
    margin-bottom: 40px;
    padding: 0 25px;
    font-size: 15px;
    width: 100%;
}
.sidebar-box h3.sidebar-heading 
{
    font-size: 20px;
    font-weight: normal;
    font-style: italic;
    margin-bottom: 30px;
}

a:not([href]):not([tabindex]) 
{
    color: inherit;
    text-decoration: none;
}
.block-21 .blog-img 
{
    display: block;
    height: 80px;
    width: 80px;
}
.blog-img, .insta-img, .user-img 
{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.block-21 .text 
{
    width: calc(100% - 100px);
}
.block-21 .text .heading 
{
    font-size: 16px;
}
.block-21 .text .heading a 
{
    color: #000000;
}
.block-21 .text .meta > div 
{
    display: inline-block;
    font-size: 12px;
    margin-right: 5px;
}
.block-21 .text .meta > div a 
{
    color: gray;
}

/*=========SUBSCRIBE===========*/
.subs-wrap 
{
    display: block;
    /* width: 100%; */
    color: rgba(255, 255, 255, 0.7);
    position: relative;
    z-index: 0;
}
.img, .blog-img, .insta-img, .user-img 
{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.sidebar-box h3.sidebar-heading 
{
    font-size: 20px;
    font-weight: normal;
    font-style: italic;
    margin-bottom: 30px;
}
.subs-wrap h3 
{
    color: #fff;
}

.subs-wrap .overlay 
{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: .6;
    background: #000000;
    z-index: -1;
}
.subscribe-form .form-group 
{
    position: relative;
    margin-bottom: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
}
.subscribe-form .form-group .form-control 
{
    bordeR: 1px solid rgba(255, 255, 255, 0.2);
    font-weight: 500;
}
.subscribe-form .form-group input 
{
    background: transparent !important;
   
    color: rgba(255, 255, 255, 0.7) !important;
    font-size: 16px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
}
.subscribe-form .form-group .submit 
{
    color: #000000 !important;
    display: block;
    width: 100%;
    height: 52px;
    font-size: 16px;
    background: #fff !important;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
}
.form-control 
{
    height: 52px !important;
   display: block;
    width: 100%;
    box-shadow: none !important;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    padding: 0.375rem 0.75rem;
	line-height: 1.5;
}
.subscribe-form .form-group input 
{
	border: 1px solid transparent;
	outline:0!important;
}

/*===============BTN=================*/
.btn 
{
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
/*==============COLUMN=============*/
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto
{
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}
.offset-1 
{
    margin-left: 8.333333%;
}
.offset-2 
{
    margin-left: 16.666667%;
}
/*=========Contact=============*/

.contact-section .contact-info p a 
{
  color: #1a1a1a; 
}

.contact-section .info 
{
  width: 90%; 
}

.contact-section .contact-form 
{
  width: 100%; 
}

.w-100 
{
    width: 100% !important;
}

.bg-light {
    background: #f8f9fa !important;
}

.bg-white
{
	
    background: #fff !important;
}

.form-group 
{
    margin-bottom: 1rem;
}

.block-9 .form-control 
{
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    font-size: 15px;
}

.form-control 
{
    height: 52px !important;
    background: #fff !important;
    color: #000000 !important;
    /* font-size: 18px; */
    border-radius: 0px;
    /* -webkit-box-shadow: none !important; */
    /* box-shadow: none !important; */
}

.btn.btn-primary 
{
    background: #1eafed;
    border: 1px solid #1eafed;
    color: #fff;
}

.btn 
{
	border-radius: 30px;
	box-shadow: none !important;
	display: inline-block;
    font-weight: 400;
	text-align: center;
    vertical-align: middle;
	user-select: none;
	font-size: 1rem;
    line-height: 1.5;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

/*=====================RESPONSIVE MEDIA QUERY=============================*/
@media (max-width: 991.98px)
{
	.nav-toggle 
	{
		opacity: 1;
		visibility: visible;
	}
}
@media (min-width: 992px)
{
	#aside 
	{
		width: 25%;
	}
	.pl-2
	{
		margin-left:0!important;
	}
	
}
@media (max-width: 991.98px)
{
	#aside 
	{
		width: 320px;
		-moz-transform: translateX(-320px);
		-webkit-transform: translateX(-320px);
		-ms-transform: translateX(-320px);
		-o-transform: translateX(-320px);
		transform: translateX(-320px);
		padding-top: 2em;
		background: rgba(0, 0, 0, 0.04);
	}
	.img-fluid
	{
		width:100%;
		height:auto;
	}
}
@media (min-width: 992px)
{
	#main-body
	{
		width: 75%;
	}
	.img-fluid
	{
		width:100%;
		height:auto;
	}
}

@media (min-width: 1200px)
{
	.container 
	{
		max-width: 1140px;
	}
	
}
@media (min-width: 768px)
{
	.pl-md-5, .px-md-5 
	{
		padding-left: 3rem !important;
	}
	.img-fluid
	{
		width:100%;
		height:auto;
	}
}

@media (min-width: 1200px)
{
	.col-xl-8 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 66.66667%;
		flex: 0 0 66.66667%;
		max-width: 66.66667%;
	}
}

@media (min-width: 768px)
{
	.col-md-12 
	{
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
}
@media (min-width: 768px)
{
	.d-md-flex 
	{
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
	}
}


@media (max-width: 767.98px) 
{
	.blog-entry .img 
	{
		margin: 0 auto;
        margin-bottom: 20px; 
	} 
}
@media (max-width: 767.98px) 
{
	.blog-entry .text 
	{
		width: 100%;
		text-align: center; 
	} 
}

@media (min-width: 768px)
{
	.pt-md-4, .py-md-4 
	{
		padding-top: 1.5rem !important;
	}
	
}
@media (min-width: 1200px)
{
	.col-xl-4 
	{
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.33333%;
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}
	.bg-light 
	{
		background: #f8f9fa !important;
	}
	
	
}

@media (min-width: 768px)
{
	.pl-md-4, .px-md-4 
	{
		padding-left: 1.5rem !important;
	}
}
@media (min-width: 768px)
{
	.pr-md-4, .px-md-4 
	{
		padding-right: 1.5rem !important;
	}
}

@media (min-width: 768px)
{
	.col-md-12 
	{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
	}
}

@media (min-width: 768px)
{
	.col-md-6 
	{
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
}

@media (min-width: 1200px)
{
	.col-xl-3 
	{
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
}

@media (min-width: 992px)
{
	.col-lg-6 
	{
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.img-fluid
	{
		width:100%;
		height:auto;
	}
}
@media (min-width: 768px)
{
	.col-md-6 
	{
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
}

@media (min-width: 768px)
{
	.pr-md-5, .px-md-5 
	{
		padding-right: 3rem !important;
	}
}

@media (min-width: 768px)
{
	.pl-md-4, .px-md-4
	{
		padding-left: 1.5rem !important;
	}
}
@media (min-width: 768px)
{
	.pr-md-4, .px-md-4 
	{
		padding-right: 1.5rem !important;
	}
}

@media (min-width: 768px)
{
	.pt-md-0, .py-md-0 
	{
		padding-top: 0 !important;
	}
	.img-fluid
	{
		width:100%;
		height:auto;
	}
}

@media (max-width: 767.98px)
{
	.sidebar-box 
	{
		padding: 0;
	}
	.img-fluid
	{
		width:100%;
		height:auto;
	}
}



/*=========BADGE TESTING=============*/

.badge {
    display: inline-block;
    padding: 0.25em 0.4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .badge {
        transition: none;
    }
}

a.badge:focus,
a.badge:hover {
    text-decoration: none;
}

.badge:empty {
    display: none;
}

.btn .badge {
    position: relative;
    top: -1px;
}

.badge-pill {
    padding-right: 0.6em;
    padding-left: 0.6em;
    border-radius: 10rem;
}

.badge-primary {
    color: #fff;
    background-color: #007bff;
}

a.badge-primary:focus,
a.badge-primary:hover {
    color: #fff;
    background-color: #0062cc;
}

a.badge-primary.focus,
a.badge-primary:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.badge-secondary {
    color: #fff;
    background-color: #6c757d;
}

a.badge-secondary:focus,
a.badge-secondary:hover {
    color: #fff;
    background-color: #545b62;
}

a.badge-secondary.focus,
a.badge-secondary:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.badge-success {
    color: #fff;
    background-color: #28a745;
}

a.badge-success:focus,
a.badge-success:hover {
    color: #fff;
    background-color: #1e7e34;
}

a.badge-success.focus,
a.badge-success:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.badge-info {
    color: #fff;
    background-color: #17a2b8;
}

a.badge-info:focus,
a.badge-info:hover {
    color: #fff;
    background-color: #117a8b;
}

a.badge-info.focus,
a.badge-info:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.badge-warning {
    color: #212529;
    background-color: #ffc107;
}

a.badge-warning:focus,
a.badge-warning:hover {
    color: #212529;
    background-color: #d39e00;
}

a.badge-warning.focus,
a.badge-warning:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.badge-danger {
    color: #fff;
    background-color: #dc3545;
}

a.badge-danger:focus,
a.badge-danger:hover {
    color: #fff;
    background-color: #bd2130;
}

a.badge-danger.focus,
a.badge-danger:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.badge-light {
    color: #212529;
    background-color: #f8f9fa;
}

a.badge-light:focus,
a.badge-light:hover {
    color: #212529;
    background-color: #dae0e5;
}

a.badge-light.focus,
a.badge-light:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.badge-dark {
    color: #fff;
    background-color: #343a40;
}

a.badge-dark:focus,
a.badge-dark:hover {
    color: #fff;
    background-color: #1d2124;
}

a.badge-dark.focus,
a.badge-dark:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

/*================SEARCH RESULTS=================*/

/*.topiclink {
    font-size: 1rem;
    font-weight: 400;
   
    float:left;
}

.topicdescription 
{
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    float: left;
}
.topicsearchheading {
    font-size: 22px!important;
    font-weight: 500;
    color: #666666;
    float: left;

}
.topicsearchvalue 
{
    font-size: 22px !important;
    font-weight: 500;
    color: #666666;
    float: left;
    font-style:italic!important;
}*/