/* Google Fonts
   ========================================================================== */

@import url('https://fonts.googleapis.com/css?family=Roboto:400,500');
@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,600,700');

/* ==========================================================================
   Default CSS
   ========================================================================== */

body {
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    background: #F6F8F8;
    line-height: 24px;
    font-weight: 400;
}

.home {
    position: absolute;
    width: 30px;
    height: auto;
    right: 50px;
    top: 20px;
    cursor: pointer;
}

img {
    width: 100%;
    max-width: 100%;
    height: auto;
}

a {
    text-decoration: none;
    border: none;
    outline: 0;
    color: #333;
    font-family: 'Poppins', sans-serif;
}

a:hover,
a:focus,
a:active,
button:focus {
    text-decoration: none;
    border: none;
    outline: 0;
    font-family: 'Poppins', sans-serif;
    color: #004036;
}

ul,
ol,
li {
    list-style: none;
    margin: 0;
    padding: 0;
}

p {
    padding: 0;
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Poppins', sans-serif;
    color: #333333;
    padding: 0;
    margin: 0;
}

h2 {
    font-size: 35px;
    line-height: 45px;
    font-weight: 500;
}

h3 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
}

h4,
h5,
h6 {
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
}

.section-padding {
    padding: 100px 0px;
}

.section-title {
    text-align: center;
    margin-bottom: 50px;
}

.section-title h2 {
    color: #00473B;
    font-weight: 800;
    font-size: 50px;
}

.section-title p {
    color: #D5D52B;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 3.7px;
    margin-bottom: 5px;
}

.esriSimpleSliderVertical .esriSimpleSliderIncrementButton,
.esriSimpleSliderVertical .esriSimpleSliderDecrementButton,
.esriSimpleSliderVertical .esriSimpleSliderIncrementButton:hover,
.esriSimpleSliderVertical .esriSimpleSliderDecrementButton:hover {
    border-bottom: 1px solid #004036;
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    background: #004036;
    color: #fff;
}

.s-table {
    height: 100%;
    width: 100%;
    display: table;
}

.s-tablec {
    display: table-cell;
    vertical-align: middle;
}

.NHP-btn {
    display: inline-block;
    background: #D5D52B;
    text-transform: uppercase;
    font-weight: 500;
    color: #003c20;
    font-size: 14px;
    padding: 14px 35px;
    border-radius: 25px;
    -webkit-transition: 0.4s;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.NHP-btn:hover {
    background: #242A3E;
    color: #fff;
}

.NHP-btn:active,
.NHP-btn:focus {
    color: #fff;
}

.plr-0 {
    padding-left: 0px;
    padding-right: 0px;
}

.pb-0 {
    padding-bottom: 0px;
}

.pl-0 {
    padding-left: 0px;
}

.pr-0 {
    margin-right: 0px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-60 {
    margin-bottom: 60px;
}


/* ==========================================================================
   Main Menu CSS
   ========================================================================== */

.logo {
    padding: 5px 10px;
}

.menu-btn {
    margin-top: 5px;
    text-align: right;
}

.main-menu {
    padding: 0px 0px;
}

.menu-right ul {
    text-align: center;
}

.menu-right ul li {
    display: inline-block;
    margin-right: 30px;
    padding: 10px 0px;
    position: relative;
}

.menu-right ul li:last-child {
    margin-right: 0px;
}

.menu-right ul li a {
    font-size: 13px;
    font-weight: 500;
    color: #333;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.menu-right ul li a i {
    margin-left: 2px;
    vertical-align: middle;
}

.menu-right ul li a:hover,
.menu-right ul li a:active {
    a: hover, a: focus, a: active, button: focus
}

.menu-right li ul {
    background: #fff;
    border-top: 3px solid #330066;
    left: -20px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    position: absolute;
    text-align: left;
    top: 120px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    visibility: hidden;
    width: 230px;
    z-index: -1;
}

.menu-right ul li:hover ul {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
    top: 45px;
    z-index: 99;
}

.menu-right li ul li {
    display: block;
    padding-top: 0;
    margin-right: 0;
}

.menu-right li ul li a {
    padding-bottom: 13px;
    padding-top: 10px;
    display: block;
    text-transform: none;
    padding-left: 20px;
    border-bottom: 1px solid #ddd;
}

.menu-right li ul li:last-child a {
    border: none;
}

.menu-right li li {
    padding: 0;
}

#responsive-menu {
    display: none;
}

.slicknav_nav a {
    font-size: 16px;
}


/* ==========================================================================
   Banner CSS
   ========================================================================== */

.NHP-header {
    position: absolute;
    left: 0;
    top: 0;
    width: 80%;
    z-index: 99;
    background: #fff;
    margin: 0 10%;
    border-radius: 0px 0px 30px 30px;
}

.NHP-header h1 {
    font-family: 'Poppins', sans-serif;
    color: #037261;
    padding: 0;
    margin: 0;
    font-weight: 800;
}

.banner {
    background-position: center bottom;
    position: relative;
    padding: 295px 0px 170px 0px;
    background-repeat: no-repeat;
}

.banner-content h4 {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 3.7px;
    color: #D5D52B;
}

.banner-content h2 {
    color: #330066;
    font-size: 50px;
    font-weight: 700;
    line-height: 65px;
    margin-top: 20px;
    margin-bottom: 17px;
}

.banner-content p {
    margin-bottom: 30px;
}


/* ==========================================================================
   Features CSS
   ========================================================================== */

.features {
    position: relative;
    padding-top: 100px;
}

.features .object-2 {
    border: 45px solid #01383012;
    border-bottom: none;
}

.features-item {
    text-align: center;
    background: #f5f6ff;
    padding: 50px 20px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 0 20px #00000021;
    border-radius: 11px;
    display: block;
}

.features-item img {
    width: auto;
    max-width: 100%;
    height: 100px;
    z-index: 99;
    position: relative;
}

.features-item:before {
    position: absolute;
    background: #004036;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    left: -30px;
    content: "";
    bottom: -30px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.features-item:hover:before {
    background: #004036;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    content: "";
    border-radius: 0px;
}

.features-item:hover img {
    filter: contrast(0.5);
}

.features-item i:before {
    margin: 0;
    color: #D5D52B;
    font-size: 50px;
    line-height: 50px;
    display: block;
    vertical-align: middle;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.features-item:hover h3,
.features-item:hover p,
.features-item:hover i:before {
    color: #fff;
    opacity: 0.9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
}

.features-item h3 {
    margin-top: 20px;
    margin-bottom: 15px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.features-item p {
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.step-point {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 30px;
    font-weight: 500;
    color: #330066;
    opacity: 0.1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
    font-family: 'Poppins', sans-serif;
}

.map {
    margin-top: 100px !important;
    height: 600px;
}


/* ==========================================================================
   About CSS
   ========================================================================== */

.about {
    background: #004036;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center left;
    position: relative;
}

.about-right {
    background: url(../img/globe.png) no-repeat center center;
}

.about-right {
    width: 450px;
    height: 450px;
    border-radius: 50%;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

.about-right::after {
    content: "";
    width: 450px;
    height: 450px;
    display: block;
    background: rgb(0, 64, 54);
    background: linear-gradient(4deg, rgba(0, 64, 54, 1) 0%, rgba(0, 64, 54, 0) 100%);
}

.object-1 {
    border: 46px solid #d5d52b;
    position: absolute;
    top: 50%;
    left: 72%;
    height: 100px;
    width: 200px;
    border-radius: 150px 150px 0 0;
    background-color: transparent;
    border-bottom: none;
    z-index: 99;
    transform: rotate(-132deg);
}

.object-2 {
    border: 45px solid #013830;
    position: absolute;
    top: 0%;
    left: 10%;
    height: 100px;
    width: 200px;
    border-radius: 150px 150px 0 0;
    background-color: transparent;
    border-bottom: none;
    z-index: 99;
    transform: rotate(180deg);
}

.about-left h4 {
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0px;
    color: #ffffff;
    margin-bottom: 5px;
    line-height: 22px;
    background: #005345;
    padding: 14px;
    font-style: italic;
    border-radius: 13px;
}

.about-left h2 {
    color: #ffffff;
}

.about-left p {
    margin-top: 20px;
    margin-bottom: 30px;
    color: #ffffff;
}


/* ==========================================================================
   Media CSS
   ========================================================================== */

.media {
    background: #2B3734;
}

.media .section-title h2 {
    color: #fff;
}

.blog-masonry .card .card-top {
    position: relative;
    padding: 15px 20px;
}

.blog-masonry .card .card-top .avtar {
    height: 30px;
    width: 30px;
    margin-right: 10px;
    position: relative;
    border-radius: 100%;
}

.blog-masonry .card .card-top:after {
    content: "";
    position: absolute;
    left: 25px;
    top: 100%;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #fff;
    clear: both;
    z-index: 1;
}

.review {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.review-item {
    background: #fff;
    text-align: center;
}

.review-item {
    position: relative;
}

.quote-right {
    position: absolute;
    right: 20px;
    bottom: 15px;
}

.quote-right i:before {
    font-size: 65px;
    margin: 0;
    opacity: 0.2;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
}

.review-item h4 {
    font-size: 13px;
}

.review-item h3 {
    color: #D5D52B;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 28px;
}

.review-item .card-title {
    font-size: 15px;
    font-weight: 600;
    line-height: 23px;
    margin-bottom: 9px;
    display: block;
}

.review-item p {
    font-size: 12px;
    line-height: 23px;
}


/* ==========================================================================
   media CSS
   ========================================================================== */


/* ==========================================================================
   gallery CSS
   ========================================================================== */

.gallery {
    background: url(../img/bg-galley.png) no-repeat center center;
}

.gallery-item img {
    width: 100%;
    height: auto;
    display: block;
}

.image-item img {
    border-radius: 10px;
    cursor: pointer;
}

.modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.9);
}

.modal-content {
    margin: auto;
    display: block;
    max-width: 90%;
    max-height: 90%;
}

.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}


/* ==========================================================================
   gallery CSS
   ========================================================================== */


/* ==========================================================================
   Footer CSS
   ========================================================================== */

.footer {
    background-color: #2C2E2E;
    padding-top: 100px;
    padding-bottom: 0px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.footer-widget h3 {
    color: #fff;
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
}

.widget {
    margin-top: 20px;
}

.about-info {
    color: #fff;
}

.footer .logo {
    width: auto;
    height: 100px;
}

.footer h1 {
    color: #0B957E;
}

.footer h3 {
    color: #D5D52B;
    font-size: 26px;
    font-weight: 600;
}

.footer h4 {
    color: #ffffff;
    font-size: 21px;
    margin-bottom: 15px;
}


/* ==========================================================================
   Copyright CSS
   ========================================================================== */

.footer-copyright {
    background: #2C2E2E;
    padding: 30px 0px;
}

.copyright-content {
    text-align: center;
}

.copyright-content h4 {
    color: #fff;
    font-size: 16px;
}

.copyright-content h4 a {
    color: #D5D52B;
}

.eyeshow {
    background: url(../img/eyeshow.svg) no-repeat !important;
    width: 20px;
    height: 20px;
    background-size: cover;
    display: inline-block;
}

.eyeshide {
    background: url(../img/eyehide.svg) no-repeat;
    width: 20px;
    height: 20px;
    background-size: cover;
    display: inline-block;
}

.toggle-password {
    position: absolute;
    right: 70px;
    margin-top: -39px;
    opacity: .5;
}


/* ==========================================================================
   Scroll Top CSS
   ========================================================================== */

.scroll-top {
    background: #fd0707;
    bottom: 44px;
    position: fixed;
    right: 1px;
    z-index: 9;
    cursor: pointer;
    display: none;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    border-radius: 0px 30px 30px 0px;
}

.scroll-top span {
    color: #fff;
    font-size: 13px;
    line-height: 23px;
    font-weight: 600;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    display: block;
    padding: 10px 30px;
}

.scroll-up:hover {
    color: #fff;
}


/* ==========================================================================
   Home 02 CSS
   ========================================================================== */

.h2-banner {
    background-image: url(img/home2-banner.jpg);
    background-position: center center;
    position: relative;
    z-index: 1;
}

.h2-banner:after {
    position: absolute;
    background: rgba(0, 0, 0, 0.8);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: -1;
}

.h2-topleft li,
.h2-topright li a,
.h2-menuright ul li a,
.h2-bancontent h2,
.h2-bancontent p {
    color: #fff;
}

.h2-menuright li ul li a {
    color: #333;
}

.h2-menuright li ul {
    border-top: 3px solid #D5D52B;
}

.h2-topbar {
    border-bottom: 1px solid #666;
}

.h2-blog {
    background: #f3f6ff;
}

.h2-blogitem {
    background: #fff;
    border: none;
}


/* ==========================================================================
   Home 03 CSS
   ========================================================================== */

.h3-banner1 {
    background-image: url(../img/slider.png);
    background-position: center center;
    position: relative;
    z-index: 1;
}

.h3-banner2 {
    background-image: url(../img/slider.png);
    background-position: center center;
    position: relative;
    z-index: 1;
}

.h3-banner1:after,
.h3-banner2:after {
    position: absolute;
    background: #023c336e;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: -1;
}

.h3-bancontent h2,
.h3-bancontent p {
    color: #fff;
}

.type-banner {
    background-image: url(img/type-bg.jpg);
    background-position: center center;
    position: relative;
    z-index: 1;
}

.type-banner:after {
    position: absolute;
    background: rgba(0, 0, 0, 0.6);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: -1;
}

.typed-cursor {
    font-weight: 400;
    margin-left: 10px;
}

.is-sticky .onepage-head {
    background: #fff;
    -webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
}


/* ==========================================================================
   Page Header CSS
   ========================================================================== */

.page-header {
    background-color: #33416f;
    z-index: 1;
    position: relative;
    padding-top: 230px;
    padding-bottom: 100px;
}

.page-header:after {
    position: absolute;
    background: rgba(19, 21, 54, 0.6);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: -1;
}

.page-title h2 {
    color: #fff;
    font-size: 55px;
    line-height: 65px;
    margin-bottom: 15px;
}

.page-title ul li {
    display: inline-block;
    margin-right: 10px;
    color: #fff;
}

.page-title ul li:last-child {
    margin-right: 0;
}

.page-title ul li:last-child a {
    color: #D5D52B;
}

.page-title li:last-child:before {
    content: "|";
    margin-right: 10px;
    color: #fff;
    font-weight: 500;
}

.page-title li a {
    font-size: 18px;
    color: #fff;
}


/* ==========================================================================
   Contact Page CSS
   ========================================================================== */

.contact-item {
    text-align: center;
    border: 1px solid #f2f6ff;
    padding: 40px 10px;
}

.contact-item h3 {
    margin-top: 20px;
    margin-bottom: 15px;
}

.contact-item i:before {
    margin: 0;
    font-size: 35px;
    color: #fff;
    vertical-align: middle;
    display: inline-block;
    background: #D5D52B;
    height: 60px;
    width: 60px;
    line-height: 60px;
    border-radius: 50%;
}

.contact-left li a:hover i {
    background: #D5D52B;
    color: #fff;
}

.contact-left li a i {
    background: #242a3e;
    color: #fff;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    font-size: 18px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.contact-left li {
    display: inline-block;
    margin-right: 15px;
}

.contact-left li:last-child {
    margin: 0;
}

.contact-left h2 {
    margin-bottom: 30px;
}

.contact-left p {
    margin: 25px 0px;
}

.contact-left h3 {
    margin-bottom: 30px;
}

.contact-left {
    margin-top: 50px;
}


/* ==========================================================================
   Form Design CSS
   ========================================================================== */

.contact-form {
    padding-bottom: 100px;
}

.form-group {
    margin-bottom: 30px;
}

.form-group input {
    width: 100%;
    height: 50px;
    border: 1px solid #ccc;
    padding-left: 25px;
    background-color: #f2f6ff;
    border-radius: 3px;
}

.form-group button {
    border: none;
}

.form-group textarea {
    border: 1px solid #ccc;
    padding: 20px;
    width: 100%;
    padding-left: 25px;
    resize: none;
    height: 230px;
    background-color: #f2f6ff;
}

.form-group input:hover,
.form-group input:focus,
.form-group textarea:hover {
    outline: none;
}

input[type="text"]:focus,
input[type="email"]:focus {
    border-color: #ccc;
}

textarea:focus {
    border-color: #ccc;
}

.form-group.button {
    margin-bottom: 0px;
}


/* ==========================================================================
  Project Signle CSS
   ========================================================================== */

.project-meta {
    margin-top: 30px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 30px;
    margin-bottom: 25px;
}

.project-meta li {
    display: inline-block;
    margin-right: 15px;
}

.project-meta li:last-child {
    margin: 0;
}

.project-meta li a {
    color: #D5D52B;
}

.project-meta li i {
    margin-right: 5px;
    color: #D5D52B;
}

.project-single-img img {
    width: 100%;
}

.pro-single-content {
    margin-top: 0px;
}

.pro-single-content h3 {
    margin-bottom: 20px;
}

.pro-single-content p {
    margin-bottom: 20px;
}

.pro-single-content p:last-child {
    margin-bottom: 0;
}

.project-sidebar {
    background: #f5f6ff;
    padding: 30px;
    margin-top: 85px;
}

.project-sidebar li {
    margin-bottom: 30px;
}

.project-sidebar li:last-child {
    margin: 0;
}

.project-sidebar li span {
    color: #333;
    font-weight: 500;
    margin-right: 5px;
}

.project-sidebar li span i {
    color: #D5D52B;
    font-size: 14px;
    margin-right: 4px;
}

.project-sidebar li a {
    color: #677286;
}

.pro-single-btn {
    background: #D5D52B;
    display: block;
    text-align: center;
    padding: 10px 0px;
    font-weight: 500;
    border-radius: 4px;
}

.project-sidebar li:last-child a {
    color: #fff;
}

.project-next-prev li a {
    color: #666;
    background: #ccc;
    padding: 7px 25px;
    display: block;
    font-weight: 500;
    border-radius: 2px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.project-next-prev li:first-child a,
.project-next-prev li a:hover {
    background: #D5D52B;
    color: #fff;
}

.project-next-prev li {
    display: inline-block;
    margin-right: 15px;
}

.project-next-prev li:last-child {
    margin-right: 0px;
}

.project-next-prev {
    margin-top: 40px;
}


/* ==========================================================================
  Blog Sidebar CSS
   ========================================================================== */

.side-widget {
    border-radius: 15px;
    padding: 30px;
    border: 1px solid #f5f6ff;
    margin-bottom: 30px;
}

.side-widget h3 {
    margin-bottom: 30px;
}

.side-search {
    margin-bottom: 30px;
}

.side-search form.search-box {
    position: relative;
    width: 100%;
}

.search-box input[type="text"] {
    color: #666;
    display: block;
    height: 60px;
    padding-left: 20px;
    padding-right: 60px;
    font-size: 14px;
    position: relative;
    width: 100%;
    background: #f5f6ff;
    border: none;
}

.search-box button {
    display: block;
    cursor: pointer;
    height: 60px;
    width: 80px;
    padding: 11px 0px;
    position: absolute;
    right: 0px;
    text-align: center;
    top: 0px;
    background: #D5D52B;
    border: none;
    color: #fff;
    font-size: 20px;
}

.form-control:focus {
    color: #666699;
    background-color: #D5D52B;
    border-color: #cff;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.about-me b {
    color: #333;
    font-weight: 600;
    margin-top: 20px;
    display: block;
    margin-bottom: 10px;
}

.about-me img {
    width: 100%;
}

.cat-list li a {
    color: #666;
    font-weight: 500;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.cat-list li {
    margin-bottom: 30px;
}

.cat-list li:last-child {
    margin: 0;
}

.cat-list li a:hover {
    color: #D5D52B;
}

.cat-list li a:hover span {
    background: #D5D52B;
    color: #fff;
}

.cat-list li a span {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    float: right;
    background: #f5f6ff;
    color: #D5D52B;
    display: block;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    line-height: 28px;
    text-align: center;
}

.follow-social li {
    display: inline-block;
    margin-right: 15px;
}

.follow-social li a {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    color: #33416f;
    background: #f3f6ff;
    height: 45px;
    width: 45px;
    display: block;
    line-height: 45px;
    text-align: center;
    font-size: 20px;
}

.follow-social li:last-child {
    margin: 0;
}

.follow-social li a:hover {
    background: #D5D52B;
    color: #fff;
}

.blog-archive li a {
    color: #666;
    font-weight: 500;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.blog-archive li {
    margin-bottom: 20px;
}

.blog-archive li i {
    margin-right: 5px;
    color: #D5D52B;
}

.blog-archive li:last-child {
    margin: 0;
}

.blog-archive li a:hover {
    color: #D5D52B;
}

.bg-newsletter {
    background: #33416f;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1;
    height: auto;
    position: relative;
    border-radius: 15px;
    border: none;
}

.bg-newsletter:after {
    position: absolute;
    background: rgba(19, 21, 54, 0.9);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: -1;
    border-radius: 15px;
}

.bg-newsletter h3 {
    color: #fff;
}

.newsletter input {
    width: 100%;
    margin-bottom: 30px;
    border: none;
    background: #fff;
    height: 50px;
    padding-left: 25px;
    font-size: 14px;
    font-weight: 500;
    color: #233d63;
    border-radius: 30px;
}

.newsletter button {
    width: 100%;
    border: none;
    background: #D5D52B;
    color: #fff;
    font-weight: 600;
    height: 50px;
    border-radius: 30px;
    text-transform: uppercase;
}

.blog-tags li a {
    display: inline-block;
    background: #ccc;
    padding: 0px 15px;
    float: right;
    margin-right: 15px;
    color: #330066;
    border-radius: 30px;
    font-weight: 500;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    padding-top: 7px;
    padding-bottom: 10px;
}

.blog-tags li a:hover {
    color: #fff;
    background: #D5D52B;
}

.blog-tags li {
    display: inline-block;
}

.blog-tags li:last-child a {
    margin: 0;
}


/* ==========================================================================
  Blog List CSS
   ========================================================================== */

.blog-pagination {
    margin-top: 40px;
    text-align: center;
}

.bloglist-content h2 {
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 40px;
}

.bloglist-content {
    padding: 30px;
}

.bloglist-content {
    border: 1px solid #f5f6ff;
    border-top: none;
}

.bloglist-content h2 a {
    color: #330066;
}

.bloglist-content>a {
    color: #D5D52B;
    font-weight: 600;
    margin-top: 20px;
    display: block;
}

.bloglist-content a span {
    margin-left: 8px;
}

.bloglist-img img {
    width: 100%;
}

.bloglist-meta {
    border: 1px solid #f5f6ff;
    border-top: 0;
    padding: 30px;
}

.bloglist-meta li a {
    color: #D5D52B;
}

.bloglist-meta li i {
    color: #D5D52B;
    margin-right: 8px;
}

.bloglist-meta li {
    margin-right: 15px;
    font-size: 14px;
    display: inline-block;
}

.bloglist-meta li:last-child {
    margin: 0;
}

.blog-pagination li {
    display: inline-block;
    margin-right: 15px;
}

.blog-pagination li a {
    color: #33416f;
    background: #f3f6ff;
    display: block;
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 5;
    font-weight: 600;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.blog-pagination li:last-child {
    margin: 0;
}

.blog-pagination li .active,
.blog-pagination li a:hover {
    background: #D5D52B;
    color: #fff;
}

.side-widget:last-child {
    margin: 0;
}


/* ==========================================================================
  Single Blog CSS
   ========================================================================== */

.single-blog-content h2 {
    font-size: 35px;
    line-height: 45px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.single-blog-content p {
    margin-bottom: 20px;
}

.blog-con-meta {
    margin-bottom: 30px;
}

.blog-con-meta li a {
    color: #D5D52B;
}

.blog-con-meta li i {
    color: #D5D52B;
    margin-right: 8px;
}

.blog-con-meta li {
    margin-right: 15px;
    display: inline-block;
    font-size: 14px;
}

.blog-con-meta li:last-child {
    margin: 0;
}

.related-tag span {
    display: block;
    font-weight: 500;
    float: left;
    overflow: hidden;
    margin-right: 10px;
}

.related-tag li {
    overflow: hidden;
    display: inline-block;
    margin-right: 5px;
}

.related-tag li a {
    color: #330066;
}

.related-tag li a:hover {
    color: #D5D52B;
}

.related-tag {
    margin-top: 5px;
}

.related-share li {
    display: inline-block;
}

.related-share li a {
    color: #000;
}

.related-share {
    text-align: right;
}

.related-share li a {
    color: #fff;
    height: 40px;
    display: block;
    width: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
}

.related-share li {
    margin-right: 15px;
}

.related-share li:last-child {
    margin: 0;
}

.sfb {
    background: #336699;
}

.stwi {
    background: #6699ff;
}

.sin {
    background: #cc3366;
}


/* ==========================================================================
  Comment list CSS
   ========================================================================== */

.comt-user {
    float: left;
    margin-top: 8px;
}

.comt-detail {
    overflow: hidden;
    padding-left: 30px;
}

.comtuser-name p {
    margin: 0;
    color: #333;
    font-size: 14px;
}

.comtuser-name {
    position: relative;
    overflow: hidden;
}

.comtuser-name a {
    position: absolute;
    top: 0;
    color: #D5D52B;
    font-weight: 600;
    right: 0;
}

.comtuser-name h3 {
    font-size: 16px;
    font-weight: 600;
    color: #330066;
}

.comt-user img {
    width: 95px;
    height: 95px;
    border-radius: 50%;
}

.comment-count {
    margin: 30px 0px;
    border-top: 1px solid #ccc;
    padding-top: 30px;
}

.comtuser-name a i {
    margin-right: 5px;
    color: #D5D52B;
}

.comt-sub {
    margin-left: 48px;
}

.comment-temp li {
    margin-bottom: 15px;
}

.comment-temp li:last-child {
    margin: 0;
}

.comment-form-title {
    margin-bottom: 30px;
}


/* ==========================================================================
  Preloader CSS
   ========================================================================== */

.spinner {
    width: 80px;
    height: 80px;
    position: relative;
    margin: 100px auto;
}

.double-bounce1,
.double-bounce2 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #fff;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
    animation: sk-bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

@-webkit-keyframes sk-bounce {
    0%,
    100% {
        -webkit-transform: scale(0.0)
    }
    50% {
        -webkit-transform: scale(1.0)
    }
}

@keyframes sk-bounce {
    0%,
    100% {
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
    }
    50% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
    }
}

.NHP-loader {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #004036;
    z-index: 9999;
}

.NHP-loader .spinner {
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
}


/* ==========================================================================
Login page
   ========================================================================== */

.login {
    background: url(../img/login.png) no-repeat center center;
    background-size: cover;
    height: 100vh;
}

.login::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100vh;
    background: #1b3901b5;
}

.logotop {
    background: rgb(169, 251, 251);
    background: linear-gradient(4deg, rgba(169, 251, 251, 1) 0%, rgba(255, 255, 255, 1) 100%);
    z-index: 2;
    position: relative;
    width: 100px;
    padding-top: 14px;
    border-radius: 0px 0px 10px 10px;
}

.heading {
    color: #fff;
    position: fixed;
    bottom: 100px;
    font-size: 27px;
    width: 400px;
    line-height: 41px;
    left: 1%;
}

.loginbox {
    background: #ffffffc9;
    width: 350px;
    border-radius: 10px;
    box-shadow: 0 0 20px 1px #00000040;
    float: right;
    margin-right: 32px;
    padding: 15px;
    margin-top: 5%;
}

.rain {
    width: 257px;
    margin: 0 auto;
    display: block;
    margin-top: -125px;
}

.loginlogo {
    width: 130px;
    display: block;
    margin: 0 auto;
}

.loginbox h1 {
    color: #1A75BC;
    text-align: center;
    display: block;
    margin: 10px;
    /* text-transform: uppercase; */
    font-size: 15px;
    font-weight: 800;
}

.loginbox h3 {
    margin: 10px;
    text-align: center;
}

.loginbox .form-control {
    font-size: .8rem;
    margin-bottom: 10px;
    background: #fff;
    padding: 10px;
}

.login-btn {
    background-color: #E67925;
    color: #ffffff;
    text-align: center;
    border-radius: 42px;
    display: block;
    border: none;
    padding: 5px 50px;
    margin: 15px auto;
}

.loginbox a {
    text-align: center;
    display: block;
    font-size: 12px;
    margin-bottom: 10px;
}

.accordion-button:not(.collapsed) {
    color: #f8fbff;
    background-color: #087665;
}

.accordion-button {
    color: #ffffff;
    background-color: #087665;
    padding: 5px 15px;
}

.accordion-item {
    border: none !important;
    margin-bottom: 7px;
    border-radius: 10px;
    background-color: #ffffffe8;
}

.accordion-button::after {
    filter: invert(1);
}

.owl-item .card-body {
    min-height: 133px;
}

.owl-prev {
    position: absolute;
    left: -63px;
    width: 55px;
    top: 45%;
    background: #086758;
}
 
.owl-next {
    position: absolute;
    right: -63px;
    width: 55px;
    top: 45%;
    background: #086758;
}

@media (-webkit-device-pixel-ratio: 1.50) {
     :root {
        zoom: 0.75;
    }
    h3 {
        font-size: 16px;
    }
    .banner {
        padding: 156px 0px 170px 0px;
    }
    .login::before {
        height: 133vh;
    }
}