:root {
    --primary: #000000;
    --secondary: #000000;
    --tertiary:#000000;
    --fourth:000000;
    --fifth:#000000;
    --footer-bg:var(--fifth);
    --navbar-bg:var(--fourth);
    --navbar-txt:#fff;
    --btn-bg-color: var(--secondary);
    --btn-txt-color:var(--navbar-txt);
    
  }
* {
    margin: 0;
    padding: 0;
    outline: none;
}

html body {
    margin: 0;
    padding: 0;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    background-color: var(--primary);
    position: relative;
    font-size: 15px;
    color: #002e5a;
    font-family: 'Poppins';
    font-weight: 300;
}

label {
    margin-bottom: 0 !important;
}

img {
    margin: 0;
    padding: 0;
    border: none;
    max-width: 100%;
    height: auto;
}

section img {
    max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 10px 0;
    letter-spacing: 1px;
    font-family: 'Poppins';
    color: #000000;
}

p {
    margin: 0 0 15px;
    padding: 0;
    font-size: 15px;
    font-weight: 300;
}

p,
ul li a {
    letter-spacing: 0px;
}

body a {
    text-decoration: none;
    /* color: #002e5a; */
}

a:hover {
    text-decoration: none;
    color: #666;
}

a:focus,
a:hover {
    text-decoration: none !important;
}

ul,
ol {
    margin: 0;
    padding: 0;
}

ul li,
ol li {
    font-size: 14px;
}

:hover {
    -webkit-transition-duration: 1s;
    -moz-transition-duration: 1s;
    -o-transition-duration: 1s;
    transition-duration: 1s;
}

blockquote {
    font-size: 18px;
    font-style: italic;
    max-width: 450px;
    margin: 0.25em 0;
    padding: 0.25em 40px;
    line-height: 1.45;
    position: relative;
    color: #383838;
}

blockquote:before {
    display: block;
    content: "\201C";
    font-size: 80px;
    position: absolute;
    left: 0px;
    top: -10px;
    color: #7a7a7a;
}

blockquote:after {
    display: block;
    content: "\201D";
    font-size: 80px;
    position: absolute;
    right: 0px;
    bottom: -10px;
    color: #7a7a7a;
}

blockquote cite {
    color: #999999;
    font-size: 14px;
    display: block;
    margin-top: 5px;
}

blockquote cite:before {
    content: "\2014 \2009";
}

small {
    font-size: 14px !important;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="phno"],
input[type="password"],
textarea {
    border: 1px solid #424648;
    font-size: 16px;
    padding: 10px 10px;
    height: auto;
    width: 100%;
    background: transparent;
}

section {
    background-size: cover;
    background-repeat: no-repeat;
    padding: 60px 0;
}

select {
    width: 100%;
    padding: 6px;
}

input[type="submit"] {
    padding: 10px 20px;
    font-weight: bold;
    color: #ffffff;
    border: none;
    background-color: #0e54ae;
}

input[type="submit"]:hover {
    cursor: pointer;
}

textarea {
    height: 80px;
}

.screen-reader-text {
    position: absolute;
    top: -9999em;
    left: -9999em;
}

.alignleft,
img.alignleft {
    display: inline;
    float: left;
    margin-right: 20px;
    margin-top: 4px;
    margin-bottom: 10px;
    padding: 0;
    padding: 5px;
}

.alignright,
img.alignright {
    display: inline;
    float: right;
    padding: 5px;
    margin-bottom: 10px;
    margin-left: 25px;
    padding: 5px;
}

.aligncenter,
img.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    padding: 5px;
}

.comment-list .comment-content ul {
    list-style: none;
    margin-left: 15px;
}

.comment-list .comment-content ul li {
    margin: 5px;
}

.toggleMenu {
    display: none;
}

table,
td,
th {
    border: 1px solid black;
}

/*----------------------  index ---------------------------*/

.post-section {
    padding: 20px 0;
}

.postwrapper-box {
    border: 2px solid #eeeeee;
}

.cat-box {
    background: url(images/cat-icon.png) no-repeat 1px 3px;
    padding: 0 0 0 25px;
    font-style: italic;
    font-weight: bold;
    margin: 15px 0 30px 0;
}

.date-box {
    background: url(images/date.png) no-repeat 1px 3px;
    padding: 0 0 0 25px;
    font-style: italic;
    font-weight: bold;
    margin: 0 0 15px 0;
}

/*------------------Single Post -----------------*/

#single_post .post-slide {
    transform: translateY(0);
    transition: all 0.30s ease 0s;
}

#single_post .post-slide .post-img {
    position: relative;
    overflow: hidden;
}

#single_post .post-slide .post-img:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.0);
    transition: all 0.40s linear 0s;
}

#single_post span.post-date {
    font-size: 14px;
    letter-spacing: 1px;
    font-family: 'Quicksand';
    line-height: 20px;
}

#single_post .post-slide .post-info {
    width: 75%;
    position: absolute;
    color: #fff;
    bottom: -100%;
    margin: 0 auto;
    right: 0;
    left: 0;
    background: #00c3ed;
    text-align: center;
    line-height: 26px;
    padding: 15px;
    transition: bottom 0.40s ease-in-out 0s;
}

#single_post .post-slide:hover .post-img:before {
    background: rgba(0, 0, 0, 0.6);
}

#single_post .post-slide .post-img img {
    width: 100%;
    height: 250px;
}

#single_post .post-slide:hover .post-info {
    bottom: 0;
}

#single_post .post-slide:hover .post-img:before {
    top: 0;
    left: 0;
    background: rgb(253 69 151 / 42%);
}

#single_post .post-slide .post-review {
    border: 1px solid #00c3ed;
    border-top: none;
    padding: 25px;
    background: var(--primary);
    position: relative;
}

#single_post .post-slide .post-bar {
    padding: 0;
    list-style: none;
    margin: 0;
}

#single_post .post-slide .post-bar li {
    display: inline-block;
    font-size: 16px;
    font-family: serif, Arial;
    color: #555;
    margin-right: 20px;
    text-transform: capitalize;
}

#single_post .post-slide .post-bar li i {
    color: #00c3ed;
    margin-right: 8px;
}

#single_post .post-slide .post-title a {
    color: #00c3ed;
    font-weight: bold;
    font-size: 18px;
    font-family: 'Quicksand';
}

#single_post .post-slide .post-description {
    font-size: 15px;
    line-height: 21px;
    color: #808080;
    margin-bottom: 0;
    font-family: "Quicksand";
}

#single_post .post-slide .author {
    font-size: 15px;
    line-height: 21px;
    color: #808080;
    margin-bottom: 0;
    font-family: "Quicksand";
}

#single_post .post-slide .comment {
    font-size: 15px;
    line-height: 21px;
    color: #808080;
    margin-bottom: 0;
    font-family: "Quicksand";
}

/*------------------ Contact Page -----------------*/

.contact-page-details {
    padding-bottom: 30px;
}

h3.contact-page {
    margin-left: 3%;
    font-weight: bold;
    color: #18304c;
    border-bottom: solid 4px #d3da36;
    display: table;
    margin-bottom: 4%;
}

.contac_form input[type='text'],
.contac_form input[type='email'],
.contac_form input[type='url'],
.contac_form input[type='password'],
.contac_form input[type='search'],
.contac_form input[type='number'],
.contac_form input[type='tel'],
.contac_form input[type='range'],
.contac_form input[type='date'],
.contac_form input[type='month'],
.contac_form input[type='week'],
.contac_form input[type='time'],
.contac_form input[type='datetime'],
.contac_form input[type='datetime-local'],
.contac_form input[type='color'],
.contac_form select,
.contac_form textarea,
.contac_form .wpcf7 .wpcf7-form-control-wrap[class*="file-"] {
    background-color: transparent;
    border-color: #ccc;
    color: #2f3357;
    border-radius: 0px;
    box-shadow: none;
    border: 2px solid #cccccc;
    background-color: transparent;
}

.contact-box .wpcf7 input[type="text"],
.contact-box .wpcf7 input[type="email"] {
    font-size: 16px;
    padding: 10px 10px;
    margin: 0 12px 46px 0;
    height: auto;
    border: 2px solid #cccccc;
    background-color: transparent;
}

.contact-box .wpcf7 input[type="text"]::placeholder {
    font-family: "Poppins";
}

.contact-box .wpcf7 input[type="email"]::placeholder {
    font-family: "Poppins";
}

.contact-box .wpcf7 textarea::placeholder {
    font-family: "Poppins";
}

.contact-box .contac_form input[type="submit"] {
    border-radius: 40px;
    font-family: "Poppins";
    padding: 12px 20px;
    margin-top: 20px;
}

section#contact-box {
    padding: 0;
    margin: 0;
}

.contact-info {
    font-size: 14px;
    line-height: 26px;
    padding: 20px;
    width: 100%;
}

.contac_form h3 {
    text-align: center;
}

.contact-info .head {
    color: #000;
}

.contact-address,
.contact-email,
.contact-phone {
    margin: 7px 0;
}

.c_content span {
    font-size: 18px;
}

.c_content p {
    font-size: 16px;
}

.contac_form .fancy-title {
    width: 250px;
    margin: 0 auto;
}

.contac_form label {
    width: 100%;
}

.c_content {
    color: #ffffff;
}

.contact-page-details .contact-address {
    text-align: center;
    border: 2px solid #cccccc;
    padding: 11px;
}

.contact-page-details .contact-email {
    text-align: center;
    border: 2px solid #cccccc;
    padding: 11px;
}

.contact-page-details .contact-phone {
    text-align: center;
    border: 2px solid #cccccc;
    padding: 11px;
}

.contact-page-details span {
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 15px;
    color: #0e54ae;
    font-family: "Poppins";
}

.contact-page-details .inner-cont i {
    font-size: 35px;
    color: #0e54ae;
    padding: 14px 0;
}

.contact-page-details .inner-cont p {
    font-family: Poppins, sans-serif;
    color: #000;
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
}

.contact-color-bg h3 {
    font-size: 36px;
    color: #0e54ae;
    font-family: "Poppins";
    font-weight: bold;
    padding-bottom: 30px;
}

.contact-color-bg {
    text-align: center;
}

.contact-color-bg form textarea {
    margin-right: 10px;
}

.contact-box .google-map {
    padding-top: 30px !important;
    margin-bottom: 30px !important;
}

/*---------------- Banner ----------------------*/

.inner_banner img,
.title-box img {
    width: 100%;
}

.main_title {
    margin-top: 20px;
}

.main_title h1 {
    padding-top: 20px;
    margin-bottom: 22px;
    font-size: 36px;
    color: #2d3b3e;
    font-family: "Poppins";
    font-weight: bold;
}

/* --------- Social Icon Widget ------- */

.social_widget a {
    color: #ffffff;
    padding: 7px 7px;
    margin-right: 7px;
    display: inline-block;
    margin-bottom: 5px;
    border-radius: 50%;
}

.social_widget a i {
    font-size: 13px;
    letter-spacing: 3px;
    width: 20px;
    text-align: center;
}

.social_widget a:hover {
    background: #0e54ae;
    border: 1px solid #0e54ae;
}

/* --------- Blog Page ------- */

.postbox-content .post-text {
    font-size: 18px;
    color: #8fa3aa;
    font-family: "Source Sans Pro";
    line-height: 28px;
}

.postbox h3 {
    font-weight: normal;
    font-size: 35px;
    text-align: center;
}

.blogimg-full img {
    width: 100%;
}

.read-more-icon {
    text-align: center;
    margin: -55px 0 0 0;
    z-index: 999;
}

.read-more-icon a:hover {
    opacity: 0.9;
}

.continue-read a {
    color: rgba(19, 10, 138, 0.6);
    font-weight: bold;
    text-align: center;
    margin: 0 auto;
    border: solid 1px #bbb;
    padding: 10px 20px 10px 20px;
    border-radius: 6px;
    display: block;
    background: var(--primary);
}

.continue-read a:hover {
    background: #18304c;
    color: #fff;
}

.continue-read {
    margin: -22px auto 0 auto;
    display: table;
}

.metabox img {
    border-radius: 50%;
    margin-left: 30%;
}

.postbox {
    margin-bottom: 39px;
    border: none;
    border-radius: 6px;
}

.postbox h2 {
    margin: 0 0 5px;
    font-weight: bold;
}

a.post-readmore {
    font-size: 18px;
    border-bottom: 1px solid;
}

a.post-readmore i {
    margin-left: 8px !important;
    font-size: 18px;
    border-bottom: 1px solid #ffffff;
    padding-bottom: 2px;
}

.widget_recent_entries li {
    padding: 10px 0;
}

.postbox a.blogbutton {
    background: none;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    padding: 6px 25px;
    border: 1px solid #000;
    color: #000;
    font-size: 18px;
    text-transform: uppercase;
    margin: 25px 0 0 0;
    display: table;
}

.blogbutton-small {
    background: none;
    font-size: 12px;
    font-weight: bold;
    padding: 6px 25px;
    border: 1px solid #000;
    color: #000;
    font-size: 14px;
    text-transform: uppercase;
    margin: 14px 0 0 0;
    display: table;
}

#comment-nav-above .nav-links {
    width: 100%;
    float: left;
    margin-bottom: 17px;
}

/* ----------------------- POST---------------------- */

#blog {
    padding-top: 0;
    margin-top: 0;
}

.blog-post h5 {
    text-transform: uppercase;
    color: #000;
}

.blog-icon i {
    font-size: 20px;
    background: #bbb;
    border-radius: 50%;
    padding: 10px 14px 12px 15px;
    color: #fff;
    margin-right: 1%;
}

.blog-icon i:hover {
    background: #d3da36;
    color: #fff;
}

.blog-icon i.fa-google-plus {
    padding: 12px 10px 12px 11px
}

aside#search-3 {
    padding: 0 !important;
}

.feature-image-box img {
    width: 100%;
}

.feature-image-box img a:hover {
    opacity: 0.8;
}

.post-singlepage {
    border: solid 1px #bbb;
    box-shadow: 0 0 1px #bbb;
}

.bradcrumbs {
    padding: 30px 0;
}

.bradcrumbs a {
    background: #f1f1f1;
    color: #000;
    padding: 5px 15px;
    margin-right: 5px;
}

.bradcrumbs span {
    background: #dddddd;
    color: #000;
    padding: 5px 15px;
}

/*------------------ Comments BOX ------------------*/

#comments {
    float: left;
    width: 100%;
    margin-top: 10px;
}

#comments h2.comments-title {
    font-size: 20px;
    font-weight: bold;
}

#comments h3.comment-reply-title {
    font-size: 20px;
    font-weight: bold;
    clear: both;
}

#comments input[type="text"],
#comments input[type="email"] {
    padding: 12px 10px;
    font-size: 18px;
}

#comments textarea {
    height: 150px;
    background-color: var(--primary);
    border-color: var(--primary);
    border-radius: 0 30px 0 30px;
}

#comments input[type="submit"].submit {
    background: #00c3ed;
    color: white;
    border: unset;
    font-weight: 600;
    padding: 6px 12px;
    font-family: 'Roboto';
}

#comments a time {
    color: #000;
    font-weight: bold;
    font-size: 12px;
}

#comments .reply {
    text-align: right;
}

#comments .comment-metadata {
    width: 90%;
    float: left;
    padding: 1% 0 0 0;
}

#comments .comment-content {
    width: 90%;
    text-align: left;
    margin-left: 7%;
}

#comments .comment-author {
    margin-bottom: 1em;
}

#comments h2#reply-title {
    display: inline-table;
    font-family: "Poppins";
}

#comments .comment-author.vcard img {
    padding: 2px;
}

/*--------------- Sidebar -----------------*/

/* Sidebar */

#sidebar h3,
#sidebar h2 {
    font-size: 19px;
    color: rgb(0, 0, 0);
    font-weight: 600;
    font-family: Roboto;
    position: relative;
}

#sidebar h3::before,
#sidebar h2::before {
    content: "";
    display: block;
    width: 60px;
    height: 2px;
    background: #00c3ed;
    position: absolute;
    bottom: 10px;
}

#sidebar h3::after,
#sidebar h2::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: var(--primary);
    margin-top: 7px;
}

#sidebar .post-thumb img {
    border-radius: 50%;
}

#sidebar form {
    text-align: center;
}

#sidebar input[type="search"] {
    background: var(--primary);
    padding: 12px 10px;
    border: none;
    font-size: 15px;
    color: rgb(84, 83, 83);
    width: auto;
    font-family: 'roboto';
    font-weight: 400;
}

#sidebar label {
    display: none;
}

#sidebar .widget_search button[type="submit"] {
    border-color: transparent;
    color: rgb(255, 255, 255);
    background: #00c3ed;
    padding: 6px 12px;
    position: relative;
    right: 0px;
    margin-left: 0;
}

#sidebar aside {
    margin-bottom: 30px;
    padding: 25px 30px 30px;
    border: 1px solid rgb(236, 236, 236);
}

#sidebar ul li a {
    color: rgb(68, 67, 67);
    font-size: 16px;
    font-family: 'Roboto';
    text-decoration: none;
    font-weight: 400;
}

#sidebar ul {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 17px;
}

#sidebar ul li {
    margin: 10px 0;
}

/*------------- Title Banner -----------------*/

.above_title {
    background-repeat: no-repeat;
    width: 100%;
    height: 200px;
    margin: 25px 0;
}

.title-box h1 {
    color: #463c3c;
    font-weight: 800;
    text-shadow: 0 2px 2px rgba(255, 255, 255, 0.58);
    font-size: 40px;
    font-family: 'Quicksand', sans-serif;
    text-align: center;
    position: relative;
    top: 30%;
}

.middle-content {
    padding-bottom: 20px;
}

/*---------------- Pagination ----------------*/

.navigation_pagination {
    margin: 50px 0;
    text-align: center;
}

.navigation_pagination span.page-numbers.current {
    background: #00c3ed;
    border: 1px solid #00c3ed;
    color: #fff;
}

.navigation_pagination a,
.navigation_pagination span {
    border-radius: 5px;
    border: 1px solid #00c3ed;
    background: var(--primary);
    margin: 0 1px 0 0;
    display: inline-block;
    line-height: 1.2em;
    text-decoration: none;
    color: #00c3ed;
    padding: 10px 14px;
    margin-right: 8px;
    transition: all 0.5s ease;
    cursor: pointer;
}

.navigation_pagination a.page-numbers:hover {
    background: #00c3ed;
    color: #fff;
}

/* ------------- Category --------------------*/

.category-page h4 {
    text-align: left !important;
}

ul.post-categories {
    list-style: none;
    margin: 0;
}

ul.post-categories a {
    color: #333333;
}

/*-------------- Single post content ---------------*/

.feature-box img {
    width: 100%;
}

.content_boxes .entry-date,
.entry-author a,
.entry-comments {
    font-family: 'Roboto';
    font-size: 15px;
    color: black;
    text-decoration: none;
}

.single-post-content p {
    color: #2e2e30;
    font-family: 'Roboto';
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 400;
    line-height: 25px;
    text-decoration: none;
}

p.social_share a i {
    padding: 11px;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    font-size: 16px;
    color: #fff;
    background: #00c3ed;
    line-height: 9px;
}

.post_ctg {
    display: flex;
}

.post_ctg span,
.post_ctg ul a {
    font-family: 'roboto';
    color: black;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
}

.nav-previous a,
.nav-next a {
    text-decoration: none;
    color: black;
    font-family: 'roboto';
    font-weight: 600;
    font-size: 14px;
}

/* ----------- Unit Testing ------------- */

.outer_dpage table {
    text-align: center;
}

.outer_dpage table th {
    text-align: center;
}