/*
Theme Name: One Click Activate
Author: CoreSwipe Technologies
Version: 2.0.0
*/
 

h1, h2, h3, h4, h5 {
	font-family: inherit;
	word-wrap: break-word;
	  padding: 10px 0px;
}
 
h1, .h1 {
	font-size:28px !important;
	font-weight:400;
}
h2, .h2 {
	font-size:26px;
	font-weight:400;
}
h3, .h3 {
	font-size:24px;
	font-weight:400;
}
h4, .h4 {
	font-size:22px;
	font-weight:400;
}
h5, .h5 {
	font-size:20px;
	font-weight:400;
}
p, li, a {
	font-family: inherit;
	font-size: 19px;
	word-wrap: break-word;
	 
}
/*css for web stories sohan*/
.web_box{
  transition: box-shadow .3s ease-out,transform .3s ease-out;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 8px 0 rgba(53,53,53,.18);
  border-radius: 6px;
  flex-direction: column;
  margin-bottom: 25px;
  border: 1px solid transparent;
  position: relative;
}
.web_box:hover{
  transition: box-shadow .3s ease-out,transform .3s ease-out;
  overflow: hidden;
  background: #fff;
  box-shadow: 0px 0px 11px 0 rgba(53,53,53,.55);
  border-radius: 6px;
  flex-direction: column;
  margin-bottom: 25px;
  border: 1px solid transparent;
  position: relative;
}

.webs_heading{padding: 10px 15px 15px;
font-weight: 600;
font-size: 16px;
line-height: 1.4;
color: #2a2a2a;
display: inline-block;
height: 56px;
overflow: hidden;}

.webdate{font-weight: 400;
font-size: 14px;
line-height: 1.4;
color: #606060;
padding: 0px 10px;}



.box-layout {
    width: 70%;
    max-width: 100%;
    margin: 0 auto;
}

.row {
    margin-right: 0 !important;
    margin-left: 0 !important;
}

img {
    max-width: 100%;
    height: auto;
}

header {
    padding: 20px 0;
    box-shadow: 2px 2px 5px #e3e3e3;
    border-bottom: 1px solid #ddd;
}

header .navigation {
    z-index: 99;
}

header .navigation .mobileToggle {
    display: none;
}

header .navigation ul {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
	float:right;
}

header .navigation ul li {
    position: relative;
	padding:0px 10px;
}

header .navigation a {
    display: block;
    color: #000;
	padding: 8px;
	font-family: inherit;
	font-size: 16px;
}

header .navigation li .fa {
	color: #46d3f5 !important;
}

header .navigation ul.sub-menu {
	display: none;
position: absolute;
z-index: 99;
background: #fff;
min-width: 100%;
width: max-content;
box-shadow: 2px 2px 5px #e3e3e3;
}

header .navigation li.menu-item-has-children:hover ul.sub-menu {
	display: block;
}

header .navigation ul.sub-menu li a:hover {
    display: block;
    background: #4dade2;
    color: #fff;
}

header .navigation li.menu-item-has-children>a::after {
    
    display: inline-flex;
    color: #fff;
    padding-left: 10px;
 
}

.post-details a {
    text-decoration: none;
    color: #000;
}

.home .latest-posts, .home .NH_Sidebar {
    padding: 20px 0;
}

.home .post-single {
    margin-bottom: 20px;
    border-bottom: 1px solid #d8d7d7;
    padding: 10px 0;
}

.home .post-single h2 {
    font-size: 26px;
    font-weight: bold;
}

.home .post-single p {
    font-size: 18px;
    text-align: justify;
}


.home .NH_Sidebar h3 {
    font-size: 22px;
    padding: 10px;
    background: #001b29;
    color: #fff;
}

.home .NH_Sidebar ul {
    list-style: none;
    padding: 0;
}

.home .NH_Sidebar a {
    display: block;
    color: #212529;
    padding-top: 5px;
    padding-left: 2px;
    margin-bottom: 5px;
    text-decoration: none;
    border-bottom: 1px dotted #4dade2;
}

.home .NH_Sidebar a:hover {
   border-bottom: 2px solid red;
 }

footer {
    padding-top: 80px;
    background: #001727;
    border-top: 2px solid #5d5d5d;
}

footer h3 {
	font-size: 20px;
	margin-bottom: 20px;
}

footer p {
    color: #cecece;
    text-align: justify;
}

footer ul {
    list-style: none;
    padding: 0;
}

footer ul li {
    margin-bottom: 10px;
}

footer ul a {
    color: #cecece;
    text-decoration: none;
}

footer a:hover {
    text-decoration: none !important;
    color: #26ace2 !important;
}

footer .FooterWidget-title {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
}

.copyright {
    background: #276286;
    color: #fff;
    padding: 10px;
	margin-top: 25px;
}

.newsletter-form {
    margin-top: 20px;
    padding: 15px;
    background: #f9bf12;
    color: #fff;
}

.tnp.tnp-subscription label {
    color: #cecece;
}

.newsletter-form h3 {
    color: #fff;
}

.pagination_nav {
    background: #000;
    width: max-content;
    margin: 0 auto;
    padding: 5px 0;
    border-radius: 20px;
    box-shadow: 0 0 2px;
    border: 1px solid #164b9e;
}

.pagination_nav a.page-numbers {
    padding: 5px 10px;
    color: #fff;
}

span.page-numbers.current {
    background: #3483ff;
    color: #fff;
    border: 5px solid #ffffff;
    padding: 10px 15px;
    border-radius: 50%;
}

a.prev.page-numbers, a.next.page-numbers {
    background: #164b9e;
    padding: 10px 15px;
    border-radius: 20px;
}



.home-inner-content, .single-inner, .sidebar{
	    padding: 0 10px 20px;
}

.single-inner img{
    max-width: 100%;
    height: auto;
    padding: 10px 0;
}

.single-inner .featuredImage img{
    width: 100%;
    height: auto;
}

.single-inner p.postMeta, .single-inner p.postMeta a {
    padding: 0;
    margin: 0;
    font-size: 15px;
    color: #276286;
}

.single-inner p.postMeta strong {
    color: #276286;
}

.featured {
    border-bottom: 3px solid #efefef
}

.sidebar h2, .featured-item-small h2 {
	font-size: 19px !important;
}

.home-inner-content h2 {
	font-size: 22px;
}

.home-inner-content h3, .sidebar aside h3 {
	margin-bottom: 20px;
	border-bottom: 2px solid #fff;
}

.single-outer .sidebar aside h3 {
	background: linear-gradient(45deg, #276286, #276286, #59b1c3);
    color: #fff;
    margin-left: -10px;
    margin-right: -10px;
    padding-left: 20px;
}

.sidebar aside .row, .home-inner-content .featured .featured-item-small, .latest-item {
	margin-bottom: 10px;
}

.latest-item {
    border-bottom: 1px solid #efefef;
}

.blog-list-inner a, .blog-list-inner a:hover {
    text-decoration: none;
}

.blog-list-inner p {
    color: #212529;
	word-break: break-word;
}

.blog-list-inner h2 {
    color: #212529;
	word-break: break-word;
}

.blog-list-inner .blog-single {
    padding: 10px;
    margin-bottom: 20px;
}

.single-inner table th {
	background: #59b1c3;
}

.single-inner table td {
    border: 1px solid #59b1c3;
    padding: 10px;
}

.single-inner table tr:nth-child(odd) {
	background: #f0f9fb;
}

.single-outer .sidebar {
 
}

.single-outer .sidebar aside {
    border-bottom: 2px solid #fff;
}

.single-outer .sidebar ul {
    list-style: none;
    padding: 0;
}

.single-outer .sidebar a {
    padding: 10px;
    display: block;
    text-decoration: none;
    color: #212529;
    background-size: 200% 100%;
    background-image: linear-gradient(to right, #52b1c300 50%, #fff 50%);
    transition: background-position 1s;
	border-bottom: 1px solid #59b1c3;
}

.single-outer .sidebar a:hover {
    background: #fff;
	 
    background-position: -100% 0;
	border-bottom: 2px solid #59b1c3;
}

.blog-list-inner, .single-outer {
    padding: 0 30px;
}

.crp_related {
 padding: 20px;
border-radius: 5px;
box-shadow: 4px 4px #c3c3c3;
border: 1px solid #c3c3c3;
}
.single-outer .postComment {
    padding: 20px 10%;
     
}

.alignleft, .alignright {
    display: inline-flex;
    padding: 10px 20px;
    margin: 10px;
    
}

.alignleft a, .alignright a {
    text-decoration: none;
    color: #fff;
}

textarea, input {
    max-width: 100%;
}
.crp_related_widget{box-shadow:none !important; border:none !important}
.breadcrumb_last{font-size:13px !important}


/* p.quick-details-strip {
    text-align: center;
}

p.quick-details-strip a {
    background-color: #4c4c4c;
    border: 1px solid rgb(235, 235, 237);
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    font-size: 17px;
    padding: 10px 15px;
    text-decoration: none;
    transition-duration: 80ms, 80ms, 80ms;
    margin: 10px;
}
 */
@media only screen and (min-width : 320px) and (max-width : 767px){
    .box-layout {
        width: 100%;
    }
    
    p.quick-details-strip a {
        display: block;
    }
	.offset-2 {
  margin-left: 0% !important;
  
}
    
    header .navigation ul {
        display: none;
        position: fixed;
        background: #54c2ff;
        z-index: 99;
        right: 0;
        top: -26px;
        bottom: 0;
        padding-top: 30px;
        width: 60%;
    }
    
    header .navigation li .fa {
        color: #ffffff !important;
    }
    
    header .navigation ul.sub-menu{
		display: block !important;
		position: relative;
		background: unset;
		padding-left: 10%;
	}
    
    header .navigation .mobileToggle {
        display: block;
    }
    
    .blog-list-inner, .single-outer {
        padding: 0 10px;
    }
}
.pe24{font-size:20px;}

.pe13{font-size:14px;}
.searchform{padding:30px 0px;}
.breadcrumbs a{font-size:15px !important;}
.breadcrumbs span{font-size:15px !important;}