@charset "UTF-8";
/*------------------------------------*
    $CONTENTS
*------------------------------------*/
/**
 * BASE
 * - MAIN
 * - NORMALIZE
 * - LAYOUTS
 * - COMPONENTS
 * - TYPOGRAPHY
 * - FORMS
 *
 * COMPONENTS
 * - TOP BAR
 * - HEADER
 * - NAVIGATIONS
 * - LINKS EFFECT
 * - MEGA MENU
 * - SEARCH ICON
 * - DROP DOWN MOBILE
 * - FULL SCREEN MOBILE
 * - PAGE HEADER
 * - BLOG
 * - SIDEBAR
 * - CUSTOM SELECTS
 * - PAGINATION
 * - COMMENT
 * - SEARCH
 * - FOOTER
 * - 404 PAGE
 *
 * PLUGINS
 * - GENERAL
 * - MAGNIFIC POPUP
 * - SIDR
 * - SLICK
 *
 * RESPONSIVE
 */

/*------------------------------------*
	$MAIN
*------------------------------------*/

img {
	max-width: 100%;
	height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	font-weight: 600;
	padding: 0;
}

p {
	font-size: 15px;
	margin-bottom: 0px;
	font-weight: 500;
	font-family:'Montserrat', sans-serif;
    color: #101010;
}
html,
body {
	height: 100%
}

body {
  font-family: "Poppins", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
	line-height: 1.6;
    color: #101010;
    background-color: #fff;
}

img{
    max-width: 100%;
    height: auto;
}

.screen-reader-text{
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
            clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    font-size: 14px !important;
    font-weight: 400;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
    /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    -webkit-clip-path: none;
            clip-path: none;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}

/*Navbar css*/
.navbar.header-fixed.sticky {
	background-color: #fff;
	box-shadow: 0 1px 8px 3px rgba(0, 0, 0, 0.05);
	-webkit-transition: 1s;
	transition: 1s;
	padding: 20px 0;
	position: fixed;
	z-index: 999;
	width: 100%;
	left: 0;
	top: 0;
}

nav.navbar {
    padding: 20px 0;
}

.navbar.header-fixed.sticky li.current a {
	color: #635CDB;

}

nav.navbar.sticky {
	background-color: #fff;
	box-shadow: 0 1px 8px 3px rgba(0, 0, 0, 0.05);
	-webkit-transition: 1s;
	transition: 1s;
	padding: 20px 0;
	z-index: 999;
}

.text-logo {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 2px;
}

h3 .text-logo{
    color: #ffffff;
}

/*dropdown menu animation*/

@media (min-width: 768px) {
    .animate {
      animation-duration: 0.3s;
      -webkit-animation-duration: 0.3s;
      animation-fill-mode: both;
      -webkit-animation-fill-mode: both;
    }
  }
  
@keyframes slideIn {
    0% {
      transform: translateY(1rem);
      opacity: 0;
    }
  
    100% {
      transform: translateY(0rem);
      opacity: 1;
    }
  
    0% {
      transform: translateY(1rem);
      opacity: 0;
    }
}
  
@-webkit-keyframes slideIn {
    0% {
      -webkit-transform: transform;
      -webkit-opacity: 0;
    }
  
    100% {
      -webkit-transform: translateY(0);
      -webkit-opacity: 1;
    }
  
    0% {
      -webkit-transform: translateY(1rem);
      -webkit-opacity: 0;
    }
}
  
.slideIn {
    -webkit-animation-name: slideIn;
    animation-name: slideIn;
}

/*page and post css*/
.updated:not(.published){
    display: none;
}

.entry-meta span {
    display: inline;
}

.page-title {
    text-align: center;
    text-transform: uppercase;
    font-size: 35px;
    position: relative;
    margin-top: 1rem;
}

.page-title::after{
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 8rem;
    height: 1px;
    background-color: #00000029;
    margin-top: 5rem;
}

#main {
    margin-top: 10rem;
}

.post-thumbail {
    text-align: center;
}

.entry-title {
    text-align: center;
}

.entry-title a:hover{
    color: #245F6B !important;
}

.entry-title a{
    text-decoration: none !important;
    transition: all 0.5s;
}

.entry-meta {
    text-align: center;
}

.my-button{
    text-align: center;
}

.my-button a{
    border: 2px solid rgba(158, 158, 158, 0.432);
    padding: 10px 15px;
    text-decoration: none !important;
    color: black;
    text-transform: uppercase;
    font-weight: bold;
    transition: all 0.3s;
}

.my-button a:hover{
    color: #245F6B;
    border: 2px solid #245F6B;
}

.single-post-content {
    border-right: 2px solid #cbcbcb;
}

/*pagination css*/

span.page-numbers.current {
    color: #245F6B;
    font-size: 25px;
}

a.page-numbers{
    color: #070707;
    font-size: 18px;
}



/*sidebar and footer widget css*/

.edit-button a{
    color: #000000;
    font-weight: 500;
}

.single_post{
    text-align: left;
}

.widget ul li a{
    text-decoration: none;
}

.widget{
    padding: 5px 0;
}

.wp-block-calendar, 
.wp-block-calendar tbody tr td, 
.widget caption,
.wp-calendar-table caption{
    color: #ffffff;
}


.header-social a:hover,
.single-footer ul li a:hover,
.copyright ul li a:hover {
	color: #635CDB;
}
.footer-area {
	background-position: center;
	position: relative;
    background-repeat: no-repeat;
    background-size: cover;
	z-index: 2;
    background-color: #000000;
}

.copyright p, .copyright h6{
    color: #f1f1f1;
}

.nav-item:hover .dropdown-menu:not(.show){
	display: block;
}

.footer-area:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: rgba(0, 0, 0, 0.178);
	z-index: -1;
	opacity: .85;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
}

.widget h2, 
.widget h3,
.widget h4,
.widget h5,
.widget h6 {
	text-transform: uppercase;
	font-weight: 700;
	margin: 20px 0;
    color: #FFFFFF;
}

.single-footer.footer-logo, .single-footer p{
    color: #fff;
}

aside .widget h2,
aside .widget h3,
aside .widget h4,
aside .widget h5,
aside .widget h6{
	text-transform: capitalize;
	font-size: 18px;
	margin-bottom: 15px;
    margin-top: 20px;
}

aside .widget ul{
    list-style: none;
    display: contents;
}

aside .widget ul li a{
    color: #070707;
}


.single-footer .widget h2,
.single-footer .widget h3,
.single-footer .widget h4,
.single-footer .widget h5,
.single-footer .widget h6{
	text-transform: capitalize;
	font-size: 18px;
	margin-bottom: 15px;
    margin-top: 20px;
}

.single-footer.footer-logo {
	margin-top: 40px;
	text-align: center;
}

.single-footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
    display: contents;
}

.single-footer h4 {
	position: relative;
	padding-bottom: 15px;
}

.single-footer h4:before {
	position: absolute;
	content: "";
	background-color: #635CDB;
	width: 40px;
	height: 2px;
	left: 0;
	bottom: 0;
}

.single-footer ul li {
	position: relative;
	padding-left: 15px;
	padding: 5px 0;
	padding-left: 15px;
}

.single-footer ul li:before {
	content: ">";
	position: absolute;
	left: 0;
	top: 5px;
}

.single-footer ul li a {
	color: #fff;
	font-size: 14px;
	font-weight: 400;
}

.single-footer ul li span {
	float: right;
	width: 50%;
}

.single-footer img {
	width: 33%;
	float: left;
	padding: 3px;
}

.copyright {
    border-top: 1px solid #ffffff80;
    margin-top: 25px;
    padding-top: 25px;
}

.copyright ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.copyright ul li {
	display: inline-block;
}

.copyright ul li a {
	color: #fff;
	padding: 0px 10px;
	display: block;
}

/*Comment css*/
textarea#comment {
    width: 100%;
}

input#author {
    width: 100%;
}

input#email {
    width: 100%;
}

input#url {
    width: 100%;
}

input#submit {
    background: whitesmoke;
    outline: none;
    padding: 10px 13px;
}

/* Caption */
.wp-caption,
.gallery-caption {
    color: #666;
    font-size: 13px;
    font-size: 0.8125rem;
    font-style: italic;
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption .wp-caption-text {
    color: #8c888c;
    font-size: 16px;
    font-size: 1rem;
    margin: 0.9375em 0;
    font-style: italic;
}

.wp-caption.aligncenter {
    margin: 0 auto 15px;
}

.entry-content .wp-caption {
    width: auto;
    text-align: center;
}

.entry-content .wp-caption img {
    background: none;
    border: 0 none;
}

.entry-content .fullimg .wp-caption.aligncenter {
    margin-bottom: 0;
}

.entry-content .fullimg .aligncenter {
    margin-bottom: 0;
}

.entry-content .fullimg p {
    margin-bottom: 0;
}

/*--------------------------------------------------------------
3.0 Alignments
--------------------------------------------------------------*/
.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-block-image .aligncenter > figcaption,
.wp-block-image .alignleft > figcaption,
.wp-block-image .alignright > figcaption,
.wp-block-image.is-resized > figcaption {
    display: block;
    margin-top: 0;
    font-size: 14px;
}

.entry-content .wp-block-image img,
.entry-content img.alignnone,
.entry-content img.aligncenter,
.entry-content img.alignleft,
.entry-content img.alignright,
.entry-content img.attachment-fullsize {
    margin-bottom: 20px;
    max-width: 100%;
    height: auto;
}

figure {
    margin: 0;
}

.wp-block-image.alignfull, .wp-block-image.alignwide {
    max-width: none;
}

.wp-block-image.alignfull img, .wp-block-image.alignwide img {
    width: 100%;
}



.bypostauthor {
    padding: 2em;
    margin-bottom: 1em;
}

.bypostauthor .bypostauthor {
    background: transparent;
    margin-bottom: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-top: 0;
}

.bypostauthor li {
    background: transparent;
    margin-bottom: 0;
    padding: 0 0 0 2em;
}


/* Search Page css*/

h2.card-title {
    text-align: center;
}

.search-card-container {
    text-align: center;
}

/*archive page*/

.arichive{
    border-bottom: 1px solid rgb(173, 173, 173);
}

/*======================================
	wordpress css
========================================*/
.editor-styles-wrapper .wp-block {
    margin-bottom: 30px;
    margin-top: 30px;
    max-width: 810px;
    color: #444;
    font-family: Inter,sans-serif;
    font-size: 31px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1.8;
}

/*======================================
	Error 404 CSS
========================================*/
.error-area {
	height: 100vh;
	text-align: center;
	width: auto;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
	position: relative;
  }
  
  .d-table {
	width: 100%;
	height: 100%;
  }
  
  .d-table {
	display: table !important;
  }
  
  .d-table-cell {
	vertical-align: middle;
  }
  
  .d-table-cell {
	display: table-cell !important;
  }
  
  .error-area .error-content h1 {
	font-size: 100px;
	color: #33ddbe;
	margin-bottom: 25px;
	font-weight: 800;
	line-height: 100px;
  }
  
  @media only screen and (min-width: 768px) and (max-width: 991px) {
	.error-area .error-content h1 {
	  font-size: 60px;
	  line-height: 50px;
	}
  }
  
  @media (max-width: 767px) {
	.error-area .error-content h1 {
	  font-size: 45px;
	  line-height: 30px;
	}
  }
  
  .error-area .error-content h2 {
	font-size: 25px;
	margin-bottom: 10px;
	color: #081828;
	font-weight: 700;
  }
  
  @media only screen and (min-width: 768px) and (max-width: 991px) {
	.error-area .error-content h2 {
	  font-size: 22px;
	}
  }
  
  @media (max-width: 767px) {
	.error-area .error-content h2 {
	  font-size: 18px;
	}
  }
  
  .error-area .error-content p {
	font-weight: 400;
	margin-bottom: 40px;
	color: #888;
}

@media (max-width: 557px) {
	aside#side-nav {
		margin-left: 0px;
		border-left: none;
		padding-left: 0px;
	}
}
