@import url("https://fonts.googleapis.com/css2?family=Kanit:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
body {
    font-family: Kanit, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #8a8fa3;
    overflow-x: hidden;
}

html {
    scroll-behavior: smooth;
}

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

@font-face {
    font-family: 'Lint McCree BB';
    src: url('../../assets/fonts/Lint/LintMcCreeBB.eot');
    src: url('../../assets/fonts/Lint/LintMcCreeBB.eot?#iefix') format('embedded-opentype'), url('../../assets/fonts/Lint/LintMcCreeBB.woff2') format('woff2'), url('../../assets/fonts/Lint/LintMcCreeBB.woff') format('woff'), url('../../assets/fonts/Lint/LintMcCreeBB.ttf') format('truetype'), url('../../assets/fonts/Lint/LintMcCreeBB.svg#LintMcCreeBB') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.top-header ul {
    display: flex;
    justify-content: end;
    list-style: none;
    background: #103a60;
    padding: 4px 10px;
}

.top-header ul li a {
    color: #fff;
}

.top-header ul li+li {
    margin: 0px 10px;
}

.top-header ul li svg {
    width: 10px;
}

.top-header ul li a:hover {
    color: #33861c;
}

img {
    max-width: 100%;
}

a:focus,
input:focus,
textarea:focus,
button:focus {
    text-decoration: none;
    outline: none;
}

a:hover {
    transition: all 0.5s linear;
}

a:focus,
a:hover {
    text-decoration: none;
}

i,
span,
a {
    display: inline-block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
    color: #32333c;
    margin: 0;
}

h1 {
    font-size: 60px;
}

h2 {
    font-size: 36px;
}

h3 {
    font-size: 28px;
}

h4 {
    font-size: 22px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

ul,
ol {
    margin: 0;
    padding: 0;
}

p {
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    color: #8a8fa3;
    margin: 0;
}

@media (max-width: 767px) {
    p {
        font-size: 15px;
    }
}

.bg_cover {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}

.main-btn {
    display: inline-block;
    font-weight: 500;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid #0d365c;
    padding: 0 40px;
    font-size: 15px;
    line-height: 48px;
    border-radius: 0px;
    color: #fff;
    cursor: pointer;
    z-index: 5;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    -webkit-box-shadow: 0 5px 8px 0 rgba(118, 78, 249, 0.55);
    -moz-box-shadow: 0 5px 8px 0 rgba(118, 78, 249, 0.55);
    box-shadow: 0 2px 5px 0 rgb(255, 255, 255);
    background-color: #0d365c;
    text-transform: uppercase;
}

.main-btn:hover {
    background-color: #fff;
    color: #0d365c;
    border-color: #0d365c;
}

.main-btn.main-btn-2 {
    background-color: transparent;
    color: #fff;
    border-color: #fff;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.main-btn.main-btn-2:hover {
    background-color: #0d365c;
    color: #fff;
    border-color: #0d365c;
}

.section-title .title {
    font-weight: 700;
    font-size: 45px;
    color: #0d365c;
    padding-bottom: 20px;
}

@media (max-width: 767px) {
    .section-title .title {
        font-size: 30px;
    }
}

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    display: table;
    height: 100%;
    width: 100%;
    background: #fff;
    z-index: 99999;
}

.preloader .loader_34 {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.preloader .loader_34 .ytp-spinner {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 64px;
    margin-left: -32px;
    z-index: 18;
    pointer-events: none;
}

.preloader .loader_34 .ytp-spinner .ytp-spinner-container {
    pointer-events: none;
    position: absolute;
    width: 100%;
    padding-bottom: 100%;
    top: 50%;
    left: 50%;
    margin-top: -50%;
    margin-left: -50%;
    -webkit-animation: ytp-spinner-linspin 1568.23529647ms linear infinite;
    -moz-animation: ytp-spinner-linspin 1568.23529647ms linear infinite;
    -o-animation: ytp-spinner-linspin 1568.23529647ms linear infinite;
    animation: ytp-spinner-linspin 1568.23529647ms linear infinite;
}

.preloader .loader_34 .ytp-spinner .ytp-spinner-container .ytp-spinner-rotator {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-animation: ytp-spinner-easespin 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
    -moz-animation: ytp-spinner-easespin 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
    -o-animation: ytp-spinner-easespin 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
    animation: ytp-spinner-easespin 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

.preloader .loader_34 .ytp-spinner .ytp-spinner-container .ytp-spinner-rotator .ytp-spinner-left {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    overflow: hidden;
    right: 50%;
}

.preloader .loader_34 .ytp-spinner .ytp-spinner-container .ytp-spinner-rotator .ytp-spinner-right {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    left: 50%;
}

.preloader .loader_34 .ytp-spinner-circle {
    box-sizing: border-box;
    position: absolute;
    width: 200%;
    height: 100%;
    border-style: solid;
    border-color: #0d365c #0d365c #ddd;
    border-radius: 50%;
    border-width: 6px;
}

.preloader .loader_34 .ytp-spinner-left .ytp-spinner-circle {
    left: 0;
    right: -100%;
    border-right-color: #ddd;
    -webkit-animation: ytp-spinner-left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
    -moz-animation: ytp-spinner-left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
    -o-animation: ytp-spinner-left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
    animation: ytp-spinner-left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

.preloader .loader_34 .ytp-spinner-right .ytp-spinner-circle {
    left: -100%;
    right: 0;
    border-left-color: #ddd;
    -webkit-animation: ytp-right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
    -moz-animation: ytp-right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
    -o-animation: ytp-right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
    animation: ytp-right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

@-webkit-keyframes ytp-spinner-linspin {
    to {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes ytp-spinner-linspin {
    to {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes ytp-spinner-easespin {
    12.5% {
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        -o-transform: rotate(135deg);
        transform: rotate(135deg);
    }
    25% {
        -webkit-transform: rotate(270deg);
        -moz-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
        -o-transform: rotate(270deg);
        transform: rotate(270deg);
    }
    37.5% {
        -webkit-transform: rotate(405deg);
        -moz-transform: rotate(405deg);
        -ms-transform: rotate(405deg);
        -o-transform: rotate(405deg);
        transform: rotate(405deg);
    }
    50% {
        -webkit-transform: rotate(540deg);
        -moz-transform: rotate(540deg);
        -ms-transform: rotate(540deg);
        -o-transform: rotate(540deg);
        transform: rotate(540deg);
    }
    62.5% {
        -webkit-transform: rotate(675deg);
        -moz-transform: rotate(675deg);
        -ms-transform: rotate(675deg);
        -o-transform: rotate(675deg);
        transform: rotate(675deg);
    }
    75% {
        -webkit-transform: rotate(810deg);
        -moz-transform: rotate(810deg);
        -ms-transform: rotate(810deg);
        -o-transform: rotate(810deg);
        transform: rotate(810deg);
    }
    87.5% {
        -webkit-transform: rotate(945deg);
        -moz-transform: rotate(945deg);
        -ms-transform: rotate(945deg);
        -o-transform: rotate(945deg);
        transform: rotate(945deg);
    }
    to {
        -webkit-transform: rotate(1080deg);
        -moz-transform: rotate(1080deg);
        -ms-transform: rotate(1080deg);
        -o-transform: rotate(1080deg);
        transform: rotate(1080deg);
    }
}

@keyframes ytp-spinner-easespin {
    12.5% {
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        -o-transform: rotate(135deg);
        transform: rotate(135deg);
    }
    25% {
        -webkit-transform: rotate(270deg);
        -moz-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
        -o-transform: rotate(270deg);
        transform: rotate(270deg);
    }
    37.5% {
        -webkit-transform: rotate(405deg);
        -moz-transform: rotate(405deg);
        -ms-transform: rotate(405deg);
        -o-transform: rotate(405deg);
        transform: rotate(405deg);
    }
    50% {
        -webkit-transform: rotate(540deg);
        -moz-transform: rotate(540deg);
        -ms-transform: rotate(540deg);
        -o-transform: rotate(540deg);
        transform: rotate(540deg);
    }
    62.5% {
        -webkit-transform: rotate(675deg);
        -moz-transform: rotate(675deg);
        -ms-transform: rotate(675deg);
        -o-transform: rotate(675deg);
        transform: rotate(675deg);
    }
    75% {
        -webkit-transform: rotate(810deg);
        -moz-transform: rotate(810deg);
        -ms-transform: rotate(810deg);
        -o-transform: rotate(810deg);
        transform: rotate(810deg);
    }
    87.5% {
        -webkit-transform: rotate(945deg);
        -moz-transform: rotate(945deg);
        -ms-transform: rotate(945deg);
        -o-transform: rotate(945deg);
        transform: rotate(945deg);
    }
    to {
        -webkit-transform: rotate(1080deg);
        -moz-transform: rotate(1080deg);
        -ms-transform: rotate(1080deg);
        -o-transform: rotate(1080deg);
        transform: rotate(1080deg);
    }
}

@-webkit-keyframes ytp-spinner-left-spin {
    0% {
        -webkit-transform: rotate(130deg);
        -moz-transform: rotate(130deg);
        -ms-transform: rotate(130deg);
        -o-transform: rotate(130deg);
        transform: rotate(130deg);
    }
    50% {
        -webkit-transform: rotate(-5deg);
        -moz-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        -o-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }
    to {
        -webkit-transform: rotate(130deg);
        -moz-transform: rotate(130deg);
        -ms-transform: rotate(130deg);
        -o-transform: rotate(130deg);
        transform: rotate(130deg);
    }
}

@keyframes ytp-spinner-left-spin {
    0% {
        -webkit-transform: rotate(130deg);
        -moz-transform: rotate(130deg);
        -ms-transform: rotate(130deg);
        -o-transform: rotate(130deg);
        transform: rotate(130deg);
    }
    50% {
        -webkit-transform: rotate(-5deg);
        -moz-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        -o-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }
    to {
        -webkit-transform: rotate(130deg);
        -moz-transform: rotate(130deg);
        -ms-transform: rotate(130deg);
        -o-transform: rotate(130deg);
        transform: rotate(130deg);
    }
}

@-webkit-keyframes ytp-right-spin {
    0% {
        -webkit-transform: rotate(-130deg);
        -moz-transform: rotate(-130deg);
        -ms-transform: rotate(-130deg);
        -o-transform: rotate(-130deg);
        transform: rotate(-130deg);
    }
    50% {
        -webkit-transform: rotate(5deg);
        -moz-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        -o-transform: rotate(5deg);
        transform: rotate(5deg);
    }
    to {
        -webkit-transform: rotate(-130deg);
        -moz-transform: rotate(-130deg);
        -ms-transform: rotate(-130deg);
        -o-transform: rotate(-130deg);
        transform: rotate(-130deg);
    }
}

@keyframes ytp-right-spin {
    0% {
        -webkit-transform: rotate(-130deg);
        -moz-transform: rotate(-130deg);
        -ms-transform: rotate(-130deg);
        -o-transform: rotate(-130deg);
        transform: rotate(-130deg);
    }
    50% {
        -webkit-transform: rotate(5deg);
        -moz-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        -o-transform: rotate(5deg);
        transform: rotate(5deg);
    }
    to {
        -webkit-transform: rotate(-130deg);
        -moz-transform: rotate(-130deg);
        -ms-transform: rotate(-130deg);
        -o-transform: rotate(-130deg);
        transform: rotate(-130deg);
    }
}

.navigation {
    -webkit-box-shadow: 0 0 29px 0 rgba(134, 134, 134, 0.25);
    -moz-box-shadow: 0 0 29px 0 rgba(134, 134, 134, 0.25);
    box-shadow: 0 0 29px 0 rgba(134, 134, 134, 0.25);
    padding: 0;
    background-color: #fff;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.navigation.sticky {
    padding: 0;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.navigation .navbar {
    padding: 0;
    position: relative;
}

.navigation .navbar .navbar-brand {
    padding-top: 0;
    padding-bottom: 5px;
}

.navigation .navbar .navbar-toggler {
    padding: 2px 6px;
}

.navigation .navbar .navbar-toggler .toggler-icon {
    width: 30px;
    height: 2px;
    background-color: #32333c;
    margin: 5px 0;
    display: block;
    position: relative;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.navigation .navbar .navbar-toggler.active .toggler-icon:nth-of-type(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 7px;
}

.navigation .navbar .navbar-toggler.active .toggler-icon:nth-of-type(2) {
    opacity: 0;
}

.navigation .navbar .navbar-toggler.active .toggler-icon:nth-of-type(3) {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    top: -7px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .navigation .navbar .navbar-collapse {
        position: absolute;
        top: 101%;
        left: -6px;
        width: 100%;
        background-color: #fff;
        z-index: 99;
        -webkit-box-shadow: 0 10px 15px 0 rgba(134, 134, 134, 0.15);
        -moz-box-shadow: 0 10px 15px 0 rgba(134, 134, 134, 0.15);
        box-shadow: 0 10px 15px 0 rgba(134, 134, 134, 0.15);
        padding: 3px 12px;
    }
}

@media (max-width: 767px) {
    .navigation .navbar .navbar-collapse {
        position: absolute;
        top: 100%;
        left: -8px;
        width: 100%;
        background-color: #fff;
        z-index: 99;
        -webkit-box-shadow: 0 10px 15px 0 rgba(134, 134, 134, 0.15);
        -moz-box-shadow: 0 10px 15px 0 rgba(134, 134, 134, 0.15);
        box-shadow: 0 10px 15px 0 rgba(134, 134, 134, 0.15);
        padding: 3px 12px;
    }
}

.navigation .navbar .navbar-nav .nav-item {
    margin-left: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .navigation .navbar .navbar-nav .nav-item {
        margin: 4px 0;
    }
}

@media (max-width: 767px) {
    .navigation .navbar .navbar-nav .nav-item {
        margin: 4px 0;
    }
}

.navigation .navbar .navbar-nav .nav-item:first-child {
    margin-left: 0;
}

.navigation .navbar .navbar-nav .nav-item a {
    text-transform: uppercase;
    font-size: 16px;
    color: #8a8fa3;
    font-weight: 500;
    position: relative;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

#navbarSupportedContent .nav-item:not(:last-child) {
    margin-right: 20px !important;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .navigation .navbar .navbar-nav .nav-item a::before {
        display: none;
    }
}

@media (max-width: 767px) {
    .navigation .navbar .navbar-nav .nav-item a::before {
        display: none;
    }
}

.navigation .navbar .navbar-nav .nav-item.active a,
.navigation .navbar .navbar-nav .nav-item:hover a {
    color: #10395e;
}

.navigation .navbar .navbar-nav .nav-item.active a::before,
.navigation .navbar .navbar-nav .nav-item:hover a::before {
    height: 45px;
}

.header-content {
    width: 100%;
    position: relative;
    overflow: hidden;
    background-color: #fbfbfb;
}

.header-content .header-shape {
    position: absolute !important;
}

.header-content .header-shape.shape-one {
    top: 0 !important;
    left: 0 !important;
}

@media (max-width: 767px) {
    .header-content .header-shape.shape-one img {
        width: 40px;
    }
}

.header-content .header-shape.shape-tow {
    top: -18px !important;
    left: 20% !important;
}

@media (max-width: 767px) {
    .header-content .header-shape.shape-tow img {
        width: 40px;
    }
}

.header-content .header-shape.shape-three {
    top: 0 !important;
    left: 40% !important;
}

@media (max-width: 767px) {
    .header-content .header-shape.shape-three img {
        width: 100px;
    }
}

.header-content .header-shape.shape-fore {
    top: 28px !important;
    right: 7.6% !important;
    left: auto !important;
}

@media (max-width: 767px) {
    .header-content .header-shape.shape-fore img {
        width: 40px;
    }
}

.header-content .header-shape.shape-five {
    right: 30px !important;
    bottom: 35% !important;
    left: auto !important;
    top: auto !important;
}

@media (max-width: 767px) {
    .header-content .header-shape.shape-five {
        right: 20px !important;
        bottom: 48% !important;
    }
}

@media (max-width: 767px) {
    .header-content .header-shape.shape-five img {
        width: 40px;
    }
}

.header-content .header-shape.shape-six {
    top: 44% !important;
    left: 13% !important;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media (max-width: 767px) {
    .header-content .header-shape.shape-six img {
        width: 40px;
    }
}

.header-content .header-shape.shape-seven {
    left: 30px !important;
    bottom: 50px !important;
    top: auto !important;
}

@media (max-width: 767px) {
    .header-content .header-shape.shape-seven {
        left: 15px !important;
        bottom: 25px !important;
    }
}

@media (max-width: 767px) {
    .header-content .header-shape.shape-seven img {
        width: 100px;
    }
}

.header-content .header-shape.shape-eight {
    left: 90px !important;
    bottom: 140px !important;
    top: auto !important;
}

@media (max-width: 767px) {
    .header-content .header-shape.shape-eight {
        left: 50px !important;
        bottom: 70px !important;
    }
}

@media (max-width: 767px) {
    .header-content .header-shape.shape-eight img {
        width: 100px;
    }
}

.header-content .header-shape.shape-nine {
    left: 50% !important;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 28px !important;
    top: auto !important;
}

@media (max-width: 767px) {
    .header-content .header-shape.shape-nine {
        left: 65% !important;
        bottom: 20px !important;
    }
}

@media (max-width: 767px) {
    .header-content .header-shape.shape-nine img {
        width: 100px;
    }
}

.header-content .header-shape.shape-ten {
    right: 30px !important;
    bottom: 5px !important;
    left: auto !important;
    top: auto !important;
}

@media (max-width: 767px) {
    .header-content .header-shape.shape-ten {
        right: 0 !important;
        bottom: 140px !important;
    }
}

@media (max-width: 767px) {
    .header-content .header-shape.shape-ten img {
        width: 100px;
    }
}

.header-content-right {
    position: relative;
    text-align: right;
    margin-top: 100px;
    margin-right: 100px;
}

.header-content-right .sub-title {
    font-size: 59.1478px;
    color: #163470;
    text-transform: uppercase;
    padding-bottom: 15px;
    font-weight: 400;
    /*font-family: "Lint McCree BB"*/
    ;
    font-family: "";
}

@media (max-width: 767px) {
    .header-content-right .sub-title {
        font-size: 24px;
    }
}

.header-content-right .title {
    text-transform: uppercase;
    padding-bottom: 10px;
    color: #33861c;
    font-weight: 800;
    font-size: 70px;
    font-family: "Kanit";
}

@media (max-width: 767px) {
    .header-content-right .title {
        font-size: 38px;
    }
}

.header-content-right p {
    padding-bottom: 40px;
}

.header-image img {
    position: relative;
    height: 600px;
    object-fit: cover;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about-area {
        padding-top: 90px;
        padding-bottom: 100px;
    }
}

@media (max-width: 767px) {
    .about-area {
        padding-top: 70px;
        padding-bottom: 80px;
    }
}

.about-content .about-title {
    font-size: 18px;
    font-weight: 500;
    padding-bottom: 15px;
}

.about-content ul {
    padding-top: 15px;
}

.about-content ul li {
    width: 50%;
    float: left;
    margin-top: 5px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .about-content ul li {
        width: 100%;
        float: none;
    }
}

@media (max-width: 767px) {
    .about-content ul li {
        width: 100%;
        float: none;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .about-content ul li {
        width: 50%;
        float: left;
    }
}

.about-content .single-info .info-icon i {
    font-size: 16px;
    color: #0d365c;
}

.about-content .single-info .info-text {
    padding-left: 13px;
}

.about-content .single-info .info-text p span {
    color: #32333c;
}

.about-skills .skill-item .skill-header {
    position: relative;
}

.about-skills .skill-item .skill-header .skill-title {
    font-size: 16px;
    font-weight: 400;
}

.about-skills .skill-item .skill-header .skill-percentage {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 16px;
    color: #32333c;
    font-weight: 400;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

.about-skills .skill-item .skill-header .skill-percentage .count-box {
    font-size: 16px;
    color: #32333c;
}

.about-skills .skill-item .skill-bar {
    margin-top: 15px;
}

.about-skills .skill-item .skill-bar .bar-inner {
    width: 100%;
    height: 5px;
    border-radius: 5px;
    background-color: #d9d9d9;
    position: relative;
}

.about-skills .skill-item .skill-bar .bar-inner .progress-line {
    position: absolute;
    top: 0;
    left: 0;
    height: 5px;
    border-radius: 5px;
    background-color: #0d365c;
    -webkit-transition: all 2s ease-out 0s;
    -moz-transition: all 2s ease-out 0s;
    -ms-transition: all 2s ease-out 0s;
    -o-transition: all 2s ease-out 0s;
    transition: all 2s ease-out 0s;
    width: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .services-area {
        padding-top: 90px;
        padding-bottom: 100px;
    }
}

@media (max-width: 767px) {
    .services-area {
        padding-top: 70px;
        padding-bottom: 80px;
    }
}

.single-service {
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 25px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

@media (max-width: 767px) {
    .single-service {
        padding: 15px;
    }
}

.single-service .service-icon i {
    font-size: 60px;
    color: #476cb1;
    line-height: 56px;
}

.single-service .service-content {
    margin-top: 11px;
}

.single-service .service-content .service-title a {
    font-size: 22px;
    font-weight: 600;
    color: #476cb1;
    margin-bottom: 20px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.single-service:hover {
    -webkit-box-shadow: 0 0 21px 0 rgba(152, 152, 152, 0.23);
    -moz-box-shadow: 0 0 21px 0 rgba(152, 152, 152, 0.23);
    box-shadow: 0 0 21px 0 rgba(152, 152, 152, 0.23);
}

.call-to-action {
    position: relative;
    z-index: 9;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {}

@media (max-width: 767px) {
    .call-to-action {
        padding-top: 70px;
        padding-bottom: 80px;
    }
}

.call-to-action::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #33861c;
    z-index: -1;
    opacity: 1;
}

.call-action-content .action-title {
    font-size: 56.8256px;
    font-weight: 900;
    color: #33861c;
    padding-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

#meet .action-title {
    letter-spacing: 0;
    font-size: 52px;
}

@media (max-width: 767px) {
    .call-action-content .action-title {
        font-size: 30px;
    }
}

.call-action-content p {
    color: #33861c;
    padding-bottom: 20px;
    line-height: 1.2;
    font-weight: 400;
    font-size: 19px;
}

.call-action-content ul li {
    margin: auto;
    width: 48%;
    margin-bottom: 12px !important;
    list-style: none;
}

.call-action-content ul li .main-btn {
    width: 100%;
    padding: 0;
}

.call-action-content ul li .main-btn.custom {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background-color: #fff;
    color: #0d365c;
    border-color: #fff;
    font-weight: 700;
    font-size: 18px;
    padding: 6px 0;
    border: 3px solid #fff;
}

.call-action-content ul li .main-btn.custom:hover {
    background-color: rgb(29, 66, 98);
    color: #fff;
    border-color: #fff;
}

.call-action-content ul li .main-btn.custom-2 {
    color: #fff;
    background-color: transparent;
    border-color: #fff;
}

.call-action-content ul li .main-btn.custom-2:hover {
    background-color: rgba(255, 255, 255, 0.5);
    color: #fff;
    border-color: #fff;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .work-area {
        padding-top: 90px;
        padding-bottom: 100px;
    }
}

@media (max-width: 767px) {
    .work-area {
        padding-top: 70px;
        padding-bottom: 80px;
    }
}

.single-work {
    position: relative;
}

.single-work .work-image img {
    width: 100%;
}

.single-work .work-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(12, 53, 91);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.single-work .work-overlay .work-content {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.single-work .work-overlay .work-content .work-title {
    font-size: 22px;
    color: #fff;
    font-weight: 60;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
    margin-bottom: 15px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    opacity: 0;
}

.single-work .work-overlay .work-content ul {
    position: relative;
    padding-top: 20px;
}

.single-work .work-overlay .work-content ul::before {
    position: absolute;
    content: "";
    width: 60px;
    height: 2px;
    background-color: #fff;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 0;
}

.single-work .work-overlay .work-content ul li {
    display: inline-block;
    margin: 0 15px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    opacity: 0;
}

.single-work .work-overlay .work-content ul li a {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 25px;
    color: #fff;
    border-radius: 50%;
    border: 1px solid #fff;
    text-align: center;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.single-work .work-overlay .work-content ul li a:hover {
    background-color: #fff;
    color: #0d365c;
}

.single-work .work-overlay .work-content ul li:nth-of-type(1) {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
}

.single-work .work-overlay .work-content ul li:nth-of-type(2) {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
}

.single-work:hover .work-overlay {
    opacity: 1;
    visibility: visible;
}

.single-work:hover .work-overlay .work-content .work-title {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}

.single-work:hover .work-overlay .work-content ul li {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .pricing-area {
        padding-top: 90px;
        padding-bottom: 100px;
    }
}

@media (max-width: 767px) {
    .pricing-area {
        padding-top: 70px;
        padding-bottom: 80px;
    }
}

.single-pricing .pricing-package {
    background-color: #0d365c;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.single-pricing .pricing-package .package-title {
    font-size: 22px;
    color: #fff;
    padding: 25px;
}

.single-pricing .pricing-body {
    border: 1px solid #ddd;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.single-pricing .pricing-body .pricing-text {
    border-bottom: 1px solid #ddd;
    padding: 20px 25px;
}

.single-pricing .pricing-body .pricing-text .price {
    font-size: 30px;
    font-weight: 600;
    color: #0d365c;
    padding-top: 15px;
}

.single-pricing .pricing-body .pricing-list {
    padding-top: 30px;
}

.single-pricing .pricing-body .pricing-list ul li {
    line-height: 36px;
    color: #32333c;
    font-size: 16px;
}

.single-pricing .pricing-body .pricing-btn {
    padding-top: 25px;
    padding-bottom: 40px;
}

.single-pricing .pricing-body .pricing-btn .main-btn {
    background-color: #fff;
    color: #0d365c;
}

.single-pricing .pricing-body .pricing-btn .main-btn:hover {
    background-color: #0d365c;
    color: #fff;
}

.single-pricing.active {
    -webkit-box-shadow: 0 0 21px 0 rgba(152, 152, 152, 0.23);
    -moz-box-shadow: 0 0 21px 0 rgba(152, 152, 152, 0.23);
    box-shadow: 0 0 21px 0 rgba(152, 152, 152, 0.23);
}

.single-pricing.active .pricing-body .pricing-btn .main-btn {
    background-color: #0d365c;
    color: #fff;
}

.single-pricing.active .pricing-body .pricing-btn .main-btn:hover {
    background-color: #fff;
    color: #0d365c;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .blog-area {
        padding-top: 90px;
        padding-bottom: 100px;
    }
}

@media (max-width: 767px) {
    .blog-area {
        padding-top: 70px;
        padding-bottom: 80px;
    }
}

.single-blog {
    -webkit-box-shadow: 0 0 15px 0 rgba(152, 152, 152, 0.25);
    -moz-box-shadow: 0 0 15px 0 rgba(152, 152, 152, 0.25);
    box-shadow: 0 0 15px 0 rgba(152, 152, 152, 0.25);
    position: relative;
    border-radius: 5px;
    overflow: hidden;
}

.single-blog .blog-image {
    overflow: hidden;
}

.single-blog .blog-image img {
    width: 100%;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.single-blog .blog-content {
    width: 75%;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #fff;
    padding: 25px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

@media (max-width: 767px) {
    .single-blog .blog-content {
        padding: 20px;
    }
}

.single-blog .blog-content .blog-title a {
    font-size: 22px;
    font-weight: 600;
    padding-bottom: 5px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    color: #32333c;
}

@media (max-width: 767px) {
    .single-blog .blog-content .blog-title a {
        font-size: 18px;
    }
}

.single-blog .blog-content span {
    font-size: 16px;
    color: #8a8fa3;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.single-blog:hover .blog-image img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.single-blog:hover .blog-content {
    background-color: #0d365c;
}

.single-blog:hover .blog-content .blog-title a {
    color: #fff;
}

.single-blog:hover .blog-content span {
    color: #fff;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .contact-area {
        padding-top: 90px;
        padding-bottom: 100px;
    }
}

@media (max-width: 767px) {
    .contact-area {
        padding-top: 70px;
        padding-bottom: 80px;
    }
}

.contact-box {
    background-color: #fff;
    border: 1px solid #ddd;
    padding: 30px 35px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .contact-box {
        padding: 30px 25px;
    }
}

@media (max-width: 767px) {
    .contact-box {
        padding: 30px 25px;
    }
}

.contact-box .contact-icon i {
    font-size: 48px;
    color: #0d365c;
}

.contact-box .contact-content {
    margin-top: 15px;
}

.contact-box .contact-content .contact-title {
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 15px;
}

.contact-box:hover {
    -webkit-box-shadow: 0 0 21px 0 rgba(152, 152, 152, 0.23);
    -moz-box-shadow: 0 0 21px 0 rgba(152, 152, 152, 0.23);
    box-shadow: 0 0 21px 0 rgba(152, 152, 152, 0.23);
}

p.form-message.success,
p.form-message.error {
    font-size: 16px;
    color: #333;
    background: #ddd;
    padding: 10px 15px;
    margin-top: 15px;
}

p.form-message.success.form-message.error,
p.form-message.error.form-message.error {
    color: red;
}

.single-form {
    margin-top: 30px;
}

.single-form input,
.single-form textarea {
    width: 100%;
    height: 55px;
    border-radius: 5px;
    border: 1px solid #ddd;
    padding: 0 25px;
    font-size: 16px;
    color: #8a8fa3;
}

.single-form input.placeholder,
.single-form textarea.placeholder {
    opacity: 1;
    color: #8a8fa3;
}

.single-form input:-moz-placeholder,
.single-form textarea:-moz-placeholder {
    opacity: 1;
    color: #8a8fa3;
}

.single-form input::-moz-placeholder,
.single-form textarea::-moz-placeholder {
    opacity: 1;
    color: #8a8fa3;
}

.single-form input::-webkit-input-placeholder,
.single-form textarea::-webkit-input-placeholder {
    opacity: 1;
    color: #8a8fa3;
}

.single-form input:focus,
.single-form textarea:focus {
    border-color: #0d365c;
}

.single-form textarea {
    height: 135px;
    padding-top: 10px;
    resize: none;
}

.contact-map .gmap_canvas iframe {
    width: 100%;
    height: 335px;
    padding: 10px;
    border-radius: 5px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 12px 0 rgba(152, 152, 152, 0.46);
    -moz-box-shadow: 0 0 12px 0 rgba(152, 152, 152, 0.46);
    box-shadow: 0 0 12px 0 rgba(152, 152, 152, 0.46);
}

.footer-widget {
    background-color: #fff;
    padding: 40px 0px 30px;
}

footer .menu-link {
    display: flex;
    justify-content: center;
    margin-bottom: 14px;
    margin-top: 24px;
    list-style: none;
}

footer .menu-link li a {
    color: #000;
    padding-left: 30px;
    font-weight: 600;
    position: relative;
    text-transform: uppercase;
    font-size: 18px;
}

footer .menu-link li a.text-danger {
    color: #33861c !important;
}

footer .menu-link li a:hover {
    color: #476cb1;
}

footer .custom-border {
    border: 1px solid #fff;
    padding: 4px 15px;
}

footer .footer-content>p a {
    color: #000;
    text-decoration: underline;
}

footer .footer-content span {
    border: 1px solid #000;
    padding: 4px 15px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer-widget {
        padding-top: 100px;
        padding-bottom: 100px;
    }
}

@media (max-width: 767px) {
    .footer-widget {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

.footer-content p {
    color: #000;
    margin-top: 20px;
}

.footer-content.center-icon ul {
    margin-bottom: 20px;
    margin-top: 20px;
}

.footer-content ul li {
    display: inline-block;
    margin: 0 14px;
}

@media (max-width: 767px) {
    .footer-content ul li {
        margin: 0 7px;
    }
}

.footer-content ul li a {
    font-size: 30px;
    width: 60px;
    height: 60px;
    line-height: 67px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    background-color: #27445d;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

@media (max-width: 767px) {
    .footer-content ul li a {
        width: 52px;
        height: 50px;
        line-height: 50px;
        font-size: 20px;
    }
}

.footer-content ul li a:hover {
    background: #3a9b20;
    color: #fff;
}

.footer-copyright {
    background-color: #233d54;
}

.footer-copyright .copyright-text p {
    color: #fff;
    font-size: 12px;
}

.back-to-top {
    font-size: 20px;
    color: #fff;
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 50px;
    height: 50px;
    line-height: 46px;
    border-radius: 50%;
    border: 2px solid #586376;
    background-color: #152136;
    text-align: center;
    z-index: 99;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    display: none;
}

.back-to-top:hover {
    color: #fff;
    background-color: #0d365c;
    border-color: #0d365c;
}

.page-banner {
    margin-top: 95px;
    padding-top: 118px;
    padding-bottom: 122px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .page-banner {
        padding-top: 88px;
        padding-bottom: 92px;
    }
}

@media (max-width: 767px) {
    .page-banner {
        padding-top: 73px;
        padding-bottom: 72px;
    }
}

.page-banner-content {
    position: relative;
    z-index: 9;
}

.page-banner-content .page-title {
    font-size: 48px;
    text-transform: uppercase;
    color: #fff;
    padding-bottom: 10px;
}

@media (max-width: 767px) {
    .page-banner-content .page-title {
        font-size: 28px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .page-banner-content .page-title {
        font-size: 38px;
    }
}

.page-banner-content .breadcrumb {
    background: 0 0;
    border-radius: 0;
    padding: 0;
    margin-bottom: 0;
}

.page-banner-content .breadcrumb .breadcrumb-item {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    position: relative;
    padding-left: 26px;
}

.page-banner-content .breadcrumb .breadcrumb-item a {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
}

.page-banner-content .breadcrumb .breadcrumb-item+.breadcrumb-item::before {
    position: absolute;
    content: "";
    width: 10px;
    height: 2px;
    background-color: #fff;
    left: 7px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-blog-page {
        padding-top: 70px;
        padding-bottom: 100px;
    }
}

@media (max-width: 767px) {
    .single-blog-page {
        padding-top: 30px;
        padding-bottom: 80px;
    }
}

.single-blog-post .blog-content {
    padding-top: 32px;
    padding-bottom: 45px;
    border-bottom: 1px solid #ddd;
}

.single-blog-post .blog-content .blog-title {
    font-size: 24px;
    color: #32333c;
    padding-bottom: 10px;
}

@media (max-width: 767px) {
    .single-blog-post .blog-content .blog-title {
        font-size: 18px;
    }
}

.single-blog-post .blog-content .meta li {
    display: inline-block;
    margin-right: 40px;
}

@media (max-width: 767px) {
    .single-blog-post .blog-content .meta li {
        margin-right: 20px;
    }
}

.single-blog-post .blog-content .meta li:last-child {
    margin-right: 0;
}

.single-blog-post .blog-content .meta li a {
    font-size: 16px;
    color: #8a8fa3;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

@media (max-width: 767px) {
    .single-blog-post .blog-content .meta li a {
        font-size: 14px;
    }
}

.single-blog-post .blog-content .meta li a:hover {
    color: #0d365c;
}

.single-blog-post .blog-content .meta li a i {
    color: #0d365c;
    margin-right: 5px;
}

.single-blog-post .blog-content .blockquote {
    margin-bottom: 0;
    padding: 20px 80px;
}

@media (max-width: 767px) {
    .single-blog-post .blog-content .blockquote {
        padding: 20px 25px;
    }
}

.single-blog-post .blog-content .blockquote p {
    color: #32333c;
    font-weight: 500;
    position: relative;
}

.single-blog-post .blog-content .blockquote p .quote-left {
    position: absolute;
    top: 5px;
    left: -30px;
}

.single-blog-post .blog-content .blockquote p .quote-right {
    margin-left: 10px;
}

.single-blog-post .blog-tag-share .blog-tag span {
    text-transform: uppercase;
    color: #32333c;
    font-size: 16px;
    font-weight: 600;
}

.single-blog-post .blog-tag-share .blog-tag .tag li {
    display: inline-block;
    margin-left: 10px;
}

.single-blog-post .blog-tag-share .blog-tag .tag li a {
    text-transform: uppercase;
    color: #8a8fa3;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    font-size: 16px;
}

@media (max-width: 767px) {
    .single-blog-post .blog-tag-share .blog-tag .tag li a {
        font-size: 14px;
    }
}

.single-blog-post .blog-tag-share .blog-tag .tag li a:hover {
    color: #0d365c;
}

.single-blog-post .blog-tag-share .blgo-share span {
    text-transform: uppercase;
    color: #32333c;
    font-size: 16px;
    font-weight: 600;
}

.single-blog-post .blog-tag-share .blgo-share .share li {
    display: inline-block;
    margin-left: 10px;
}

.single-blog-post .blog-tag-share .blgo-share .share li a {
    font-size: 16px;
}

.single-blog-post .blog-tag-share .blgo-share .share li a.color-1 {
    color: #3b5998;
}

.single-blog-post .blog-tag-share .blgo-share .share li a.color-2 {
    color: #55acee;
}

.single-blog-post .blog-tag-share .blgo-share .share li a.color-3 {
    color: #dc4e41;
}

.single-blog-post .blog-tag-share .blgo-share .share li a.color-4 {
    color: #517fa4;
}

.single-blog-post .blog-comment .title {
    font-size: 22px;
    font-weight: 600;
}

.single-blog-post .blog-comment .author-comment ul li {
    margin-top: 25px;
}

@media (max-width: 767px) {
    .single-blog-post .blog-comment .author-comment .single-comment .comment-thumb img {
        width: 80px;
    }
}

.single-blog-post .blog-comment .author-comment .single-comment .comment-content {
    padding-left: 30px;
}

@media (max-width: 767px) {
    .single-blog-post .blog-comment .author-comment .single-comment .comment-content {
        padding-left: 0;
        padding-top: 25px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .single-blog-post .blog-comment .author-comment .single-comment .comment-content {
        padding-left: 30px;
        padding-top: 0;
    }
}

.single-blog-post .blog-comment .author-comment .single-comment .comment-content .author-name {
    font-size: 16px;
}

.single-blog-post .blog-comment .author-comment .single-comment .comment-content span {
    font-size: 14px;
    color: #8a8fa3;
    padding-bottom: 10px;
}

.single-blog-post .blog-comment .author-comment .comment-replay {
    padding-left: 30px;
}

.single-blog-post .blog-comment .comment-form .comment-form-box .single-input {
    margin-top: 30px;
}

.single-blog-post .blog-comment .comment-form .comment-form-box .single-input input,
.single-blog-post .blog-comment .comment-form .comment-form-box .single-input textarea {
    width: 100%;
    height: 55px;
    border: 1px solid #ddd;
    padding: 0 30px;
    border-radius: 5px;
}

.single-blog-post .blog-comment .comment-form .comment-form-box .single-input input.placeholder,
.single-blog-post .blog-comment .comment-form .comment-form-box .single-input textarea.placeholder {
    opacity: 1;
    color: #8a8fa3;
}

.single-blog-post .blog-comment .comment-form .comment-form-box .single-input input:-moz-placeholder,
.single-blog-post .blog-comment .comment-form .comment-form-box .single-input textarea:-moz-placeholder {
    opacity: 1;
    color: #8a8fa3;
}

.single-blog-post .blog-comment .comment-form .comment-form-box .single-input input::-moz-placeholder,
.single-blog-post .blog-comment .comment-form .comment-form-box .single-input textarea::-moz-placeholder {
    opacity: 1;
    color: #8a8fa3;
}

.single-blog-post .blog-comment .comment-form .comment-form-box .single-input input::-webkit-input-placeholder,
.single-blog-post .blog-comment .comment-form .comment-form-box .single-input textarea::-webkit-input-placeholder {
    opacity: 1;
    color: #8a8fa3;
}

.single-blog-post .blog-comment .comment-form .comment-form-box .single-input input:focus,
.single-blog-post .blog-comment .comment-form .comment-form-box .single-input textarea:focus {
    border-color: #0d365c;
}

.single-blog-post .blog-comment .comment-form .comment-form-box .single-input textarea {
    height: 160px;
    padding-top: 20px;
    resize: none;
}

.single-blog-post .blog-comment .comment-form .comment-form-box .single-input .main-btn {
    width: 160px;
}

.blog-sidebar .sidebar-search {
    position: relative;
}

.blog-sidebar .sidebar-search input {
    width: 100%;
    height: 60px;
    border: 1px solid #ddd;
    padding: 0 30px;
    border-radius: 50px;
}

.blog-sidebar .sidebar-search input.placeholder {
    opacity: 1;
    color: #8a8fa3;
}

.blog-sidebar .sidebar-search input:-moz-placeholder {
    opacity: 1;
    color: #8a8fa3;
}

.blog-sidebar .sidebar-search input::-moz-placeholder {
    opacity: 1;
    color: #8a8fa3;
}

.blog-sidebar .sidebar-search input::-webkit-input-placeholder {
    opacity: 1;
    color: #8a8fa3;
}

.blog-sidebar .sidebar-search input:focus {
    border-color: #0d365c;
}

.blog-sidebar .sidebar-search button {
    width: 65px;
    height: 60px;
    text-align: center;
    background-color: #0d365c;
    font-size: 30px;
    color: #fff;
    border: 1px solid #0d365c;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    position: absolute;
    top: 0;
    right: 0;
    line-height: 64px;
    cursor: pointer;
}

.blog-sidebar .sidebar-title {
    font-size: 22px;
    font-weight: 600;
}

.blog-sidebar .sidebar-post {
    padding: 25px 20px;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.blog-sidebar .sidebar-post .single-sidebar-post {
    margin-top: 25px;
}

.blog-sidebar .sidebar-post .single-sidebar-post .post-thumb a img {
    border-radius: 3px;
}

.blog-sidebar .sidebar-post .single-sidebar-post .post-content {
    padding-left: 20px;
}

.blog-sidebar .sidebar-post .single-sidebar-post .post-content .post-title a {
    line-height: 22px;
    font-size: 15px;
    color: #32333c;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

@media (max-width: 767px) {
    .blog-sidebar .sidebar-post .single-sidebar-post .post-content .post-title a {
        font-size: 14px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .blog-sidebar .sidebar-post .single-sidebar-post .post-content .post-title a {
        font-size: 15px;
    }
}

.blog-sidebar .sidebar-post .single-sidebar-post .post-content .post-title a:hover {
    color: #0d365c;
}

.blog-sidebar .sidebar-post .single-sidebar-post .post-content span {
    color: #8a8fa3;
    font-size: 14px;
}

.blog-sidebar .sidebar-category {
    padding: 25px 20px;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.blog-sidebar .sidebar-category ul li a {
    display: block;
    font-size: 16px;
    color: #8a8fa3;
    margin-top: 10px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.blog-sidebar .sidebar-category ul li a span {
    float: right;
}

.blog-sidebar .sidebar-category ul li a:hover {
    color: #0d365c;
}

.blog-sidebar .sidebar-subscribe {
    padding: 25px 20px;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.blog-sidebar .sidebar-subscribe .subscribe-form {
    position: relative;
}

.blog-sidebar .sidebar-subscribe .subscribe-form input {
    width: 100%;
    height: 50px;
    border: 1px solid #ddd;
    padding: 0 30px;
    border-radius: 50px;
    background-color: #f2f2f2;
}

.blog-sidebar .sidebar-subscribe .subscribe-form input.placeholder {
    opacity: 1;
    color: #8a8fa3;
}

.blog-sidebar .sidebar-subscribe .subscribe-form input:-moz-placeholder {
    opacity: 1;
    color: #8a8fa3;
}

.blog-sidebar .sidebar-subscribe .subscribe-form input::-moz-placeholder {
    opacity: 1;
    color: #8a8fa3;
}

.blog-sidebar .sidebar-subscribe .subscribe-form input::-webkit-input-placeholder {
    opacity: 1;
    color: #8a8fa3;
}

.blog-sidebar .sidebar-subscribe .subscribe-form input:focus {
    border-color: #0d365c;
}

.blog-sidebar .sidebar-subscribe .subscribe-form button {
    width: 65px;
    height: 50px;
    text-align: center;
    background-color: #0d365c;
    font-size: 20px;
    color: #fff;
    border: 1px solid #0d365c;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    position: absolute;
    top: 0;
    right: 0;
    line-height: 54px;
    cursor: pointer;
}

.btn-green {
    background: #33861c;
    color: #fff;
    padding: 12px 76px;
    font-weight: 600;
    transition: 0.2s all linear;
    border-radius: 0;
    font-size: 18px;
    border: 3px solid #33861c;
    margin-top: 20px;
}

.btn-green:hover {
    background: #fff;
    color: #33861c;
}

#join .btn-green:hover {
    background-color: #103a5e;
    border: 1px solid #fff;
    color: #fff;
}

.about-area {
    background: #103a5e;
}

/* .about-area p {
    color: #33861c;
    font-size: 20px;
    text-transform: uppercase;
} */

.about-area p {
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
}

.about-area .section-title .title {
    font-weight: 700;
    font-size: 56.8256px;
    color: #fff;
    padding-bottom: 10px;
    text-transform: uppercase;
    font-family: "Kanit";
}
/* .about-area .section-title .title {
    font-weight: 700;
    font-size: 56.8256px;
    color: #33861c;
    padding-bottom: 10px;
    text-transform: uppercase;
    font-family: "Kanit";
} */

.call-action-content ul {
    display: flex;
    flex-wrap: wrap;
}

.btn-block .btn.donate-btn {
    width: 98%;
    background: transparent;
    color: #fff;
    margin-top: 2px;
    border-radius: 0px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
    border: 3px solid #fff;
    padding: 12px 0;
}

.btn.donate-btn:hover {
    background-color: rgb(16, 58, 94);
    color: #fff;
    border-color: #fff;
}

.meet-call.call-to-action::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5) 40%, transparent);
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5) 40%, transparent);
    background: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0.5) 40%, transparent);
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5) 40%, transparent);
}

.more-about ul {
    padding-left: 30px;
}

.more-about ul li {
    font-size: 16px;
    color: #fff;
    list-style: disc;
}

.more-about ul li:not(:last-child) {
    margin-bottom: 18px;
}

.unblock {
    display: none;
}

.soical-link a {
    background: #fff;
    height: 90px;
    width: 125px;
    line-height: 80px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    transition: 0.2s all linear;
}

.soical-link a+a {
    margin-left: 5px;
}

.priorities-section .title {
    color: #fff;
    font-size: 52px;
    padding-bottom: 20px;
    font-weight: 700;
}

.priorities-section .action-title {
    color: #fff;
    padding-bottom: 18px;
    text-decoration: underline;
    font-size: 32px;
}

.priorities-section p {
    color: #fff;
    padding-bottom: 10px;
}

.single-service {
    width: 100%;
}

.meet-call {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

#meet .btn-block a {
    border: 1px solid #0d365c;
    padding: 8px 15px;
    font-weight: 500;
    font-size: 16px;
}

#meet .btn-block a:hover {
    background-color: #0d365c;
    border: 3px solid #fff;
    color: #fff;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .about-section .about-img {
        margin-bottom: 70px;
    }
}

.about-section .about-img .shape {
    position: absolute;
    z-index: -1;
}

.about-section .about-img .shape.shape-1 {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: -70px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .about-section .about-img .shape.shape-1 {
        width: 80%;
    }
}

@media (max-width: 767px) {
    .about-section .about-img .shape.shape-1 {
        width: 70%;
    }
}

.about-section .about-img-2 {
    position: relative;
    z-index: 1;
    padding: 75px 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .about-section .about-img-2 {
        margin-bottom: 70px;
    }
}

.about-section .about-img-2 .shape {
    position: absolute;
    z-index: -1;
}

.about-section .about-img-2 .shape.shape-1 {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: -70px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .about-section .about-img-2 .shape.shape-1 {
        width: 80%;
    }
}

@media (max-width: 767px) {
    .about-section .about-img-2 .shape.shape-1 {
        width: 70%;
    }
}

.about-section .about-content ul li {
    padding-left: 40px;
    font-size: 20px;
    font-weight: 600;
    color: #162447;
    margin-bottom: 25px;
    position: relative;
}

.about-section .about-content ul li::before {
    content: "";
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #5864ff;
    position: absolute;
    left: 0;
    top: 6.5px;
    -webkit-box-shadow: 0px 14px 15px rgba(78, 110, 241, 0.26);
    box-shadow: 0px 14px 15px rgba(78, 110, 241, 0.26);
}

.sign-uptime {
    background-size: cover;
    background-repeat: no-repeat;
    padding: 60px 0;
}

.input-field {
    margin-bottom: 20px;
}

.dollar {
    margin-bottom: 20px;
}

.dollar .currency-page {
    border: none;
    border-bottom: 1px solid #ddd;
    width: 70%;
    margin: auto;
    height: calc(1.2em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 2rem;
}

.check {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    color: #32333c;
}

.check .form-control {
    display: flex;
    align-items: center;
}

.checktick.form-control {
    width: 8%;
    padding: 0;
    height: calc(0.8em + 0.65rem + 3px);
    margin-right: 10px;
}

.uptime-type a {
    color: #fff;
    text-decoration: underline;
}

.statup-form label {
    position: absolute;
    top: 20px;
    left: 40px;
    width: 100%;
    transition: 0.2s all linear;
    cursor: pointer;
    pointer-events: none;
    font-size: 14px;
}

.statup-form input {
    font-size: 14px;
    width: 100%;
    padding: 6px 40px 0;
    box-shadow: none;
    color: #111;
    height: 60px;
}

.statup-form .input-field {
    position: relative;
    width: 100%;
}

.statup-form .input-field:not(:last-child) {
    margin-bottom: 35px;
}

.statup-form input:focus~label {
    font-size: 14px;
    top: 14px;
}

.statup-form input:focus~label,
.statup-form input:valid~label,
.statup-form textarea:focus~label {
    font-size: 12px;
    top: 4px;
}

.statup-form .form-control:focus {
    color: #212529;
    background-color: none;
    border-color: none;
    outline: 0;
    box-shadow: none;
    border-color: #ddd;
}

.input-field i {
    position: absolute;
    top: 19px;
    font-size: 20px;
    left: 10px;
}

.radio-switch {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.radio-switch input {
    display: block;
    width: auto;
    height: auto;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    cursor: pointer;
}

.radio-switch span {
    margin-right: 16px;
    margin-left: 10px;
    font-size: 16px;
    color: #000;
}

.article {
    display: none;
}

.article.on {
    display: block;
}

.input-field select {
    font-size: 14px;
    width: 100%;
    padding: 6px 10px;
    box-shadow: none;
    color: #111;
    height: 60px;
}

.sign-tb .nav-tabs .nav-item.show .nav-link,
.sign-tb .nav-tabs .nav-link.active {
    color: #495057;
    border-color: rgb(22, 98, 245);
    border-radius: 4px;
}

.sign-tb .nav {
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    align-items: center;
    border: none;
    justify-content: center;
}

.sign-tb .nav-link {
    font-size: 14px;
    color: #000;
    padding: 10px 10px;
}

.css-1oaosj1 {
    position: absolute;
    top: 18px;
    right: 6px;
}

.sign-tb .tab-content {
    padding-top: 10px;
}

.btn-block .btn-form {
    transition: border-radius 0.5s ease 0s, width 1s ease 0s;
    background-color: rgb(40, 194, 144) !important;
    color: rgb(255, 255, 255) !important;
    width: 100%;
    padding: 8px 0;
}

.log.statup-form {
    padding: 20px 0 60px;
}

.amnout-text p {
    color: rgb(216, 0, 83);
}

.secure p {
    color: #000;
}

.btn-block .btn-info {
    transition: border-radius 0.5s ease 0s, width 1s ease 0s;
    background-color: #7e7e7e !important;
    color: rgb(255, 255, 255) !important;
    width: 80%;
    padding: 10px 0;
    cursor: not-allowed;
    border: 1px solid #7e7e7e;
}

#tabs-4 .btn-block .btn-info {
    transition: border-radius 0.5s ease 0s, width 1s ease 0s;
    background-color: #f8dc99 !important;
    color: rgb(255, 255, 255) !important;
    width: 80%;
    padding: 10px 0;
    cursor: not-allowed;
    border: 1px solid #f8dc99;
}

.sign-tb a {
    color: #000;
}

.secure a {
    text-decoration: underline;
}

.uptime-type p {
    font-size: 14px;
    color: #000;
}

.btn-block.mt-2 {
    text-align: center;
}

.form-bg {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.4);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
}

.input-field.text-ar textarea.form-control {
    padding: 17px 0px 0 26px;
}

h5.mb-2 {
    font-size: 15px;
    font-weight: 500;
}

.field-wrapper {
    display: block;
    position: relative;
    outline: none;
    width: 100%;
}

.field-wrapper.focused label {
    transition: all 0.2s linear;
    top: -6px;
}

.field-wrapper label {
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    font-size: 14px;
    position: absolute;
    top: 12px;
    display: inline-block;
    margin: 8px 5px;
    line-height: 1.4em;
    padding: 0 10px;
    transition: all 0.2s linear;
    text-transform: capitalize;
    left: 27px;
}

.field-wrapper input[type="text"],
.field-wrapper input[type="email"] {
    padding: 10px;
    width: 100%;
    border: 1px solid #b5b5b5;
    border-radius: 5px;
}

.input-field.field-wrapper #email {
    padding: 4px 0 0 40px;
}

#exampleModalCenter .modal-dialog {
    max-width: 450px;
    margin: 1.75rem auto;
}

#exampleModalCenter .modal-content .close {
    position: absolute;
    right: 10px;
    top: 6px;
    font-size: 30px;
}

.statup-form .input-field.field-wrapper:not(:last-child) {
    margin-bottom: 14px;
}

.btn-block.text-center .btn-sign {
    background: #1faad4;
    color: #fff;
    width: 100%;
    margin-bottom: 14px;
}

.btn-block.text-center a {
    font-size: 14px;
    margin-bottom: 14px;
}

.css-aq::after,
.css-aq::before {
    background-color: rgb(203, 213, 220);
    content: "";
    flex: 1 1 0%;
    height: 1px;
}

.css-aq {
    -moz-box-align: center;
    align-items: center;
    display: flex;
}

.login-with-google-btn {
    transition: background-color 0.3s, box-shadow 0.3s;
    padding: 12px 16px 12px 42px;
    border: none;
    border-radius: 3px;
    box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.04), 0 1px 1px rgba(0, 0, 0, 0.25);
    color: #757575;
    font-size: 14px;
    font-weight: 500;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48cGF0aCBkPSJNMTcuNiA5LjJsLS4xLTEuOEg5djMuNGg0LjhDMTMuNiAxMiAxMyAxMyAxMiAxMy42djIuMmgzYTguOCA4LjggMCAwIDAgMi42LTYuNnoiIGZpbGw9IiM0Mjg1RjQiIGZpbGwtcnVsZT0ibm9uemVybyIvPjxwYXRoIGQ9Ik05IDE4YzIuNCAwIDQuNS0uOCA2LTIuMmwtMy0yLjJhNS40IDUuNCAwIDAgMS04LTIuOUgxVjEzYTkgOSAwIDAgMCA4IDV6IiBmaWxsPSIjMzRBODUzIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz48cGF0aCBkPSJNNCAxMC43YTUuNCA1LjQgMCAwIDEgMC0zLjRWNUgxYTkgOSAwIDAgMCAwIDhsMy0yLjN6IiBmaWxsPSIjRkJCQzA1IiBmaWxsLXJ1bGU9Im5vbnplcm8iLz48cGF0aCBkPSJNOSAzLjZjMS4zIDAgMi41LjQgMy40IDEuM0wxNSAyLjNBOSA5IDAgMCAwIDEgNWwzIDIuNGE1LjQgNS40IDAgMCAxIDUtMy43eiIgZmlsbD0iI0VBNDMzNSIgZmlsbC1ydWxlPSJub256ZXJvIi8+PHBhdGggZD0iTTAgMGgxOHYxOEgweiIvPjwvZz48L3N2Zz4=);
    background-color: white;
    background-repeat: no-repeat;
    background-position: 12px 11px;
}

.login-with-google-btn:hover {
    box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.04), 0 2px 4px rgba(0, 0, 0, 0.25);
}

.login-with-google-btn:active {
    background-color: #eeeeee;
}

.login-with-google-btn:focus {
    outline: none;
    box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.04), 0 2px 4px rgba(0, 0, 0, 0.25), 0 0 0 3px #c8dafc;
}

.login-with-google-btn:disabled {
    filter: grayscale(100%);
    background-color: #ebebeb;
    box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.04), 0 1px 1px rgba(0, 0, 0, 0.25);
    cursor: not-allowed;
}

#navbarSupportedContent .nav-item a {
    position: relative;
    display: flex;
    align-items: center;
}

#navbarSupportedContent .nav-item:not(:last-child)::before {
    content: "";
    position: absolute;
    right: -24px;
    width: 2px;
    height: 20px;
    background: #ed1c24;
    top: 40px;
}

@media (min-width: 992px) {
    #navbarSupportedContent .nav-item a {
        position: relative;
        height: 100px;
        display: flex;
        align-items: center;
        letter-spacing: 1px;
        font-size: 18px;
        font-weight: 400;
        color: #163470;
    }
    #navbarSupportedContent .nav-item.donate-d a {
        font-weight: 700;
    }
    .navbar-expand-lg .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        flex-basis: 100% !important;
    }
    .navbar.navbar-expand-lg .btn-block {
        display: block;
        width: 14%;
        text-align: center;
    }
    .nav-item.donate-d {
        background: #33861c;
        margin-left: 0 !important;
        min-width: 200px;
        text-align: center;
        display: flex;
        justify-content: center;
        border: 3px solid #33861c;
    }
    .nav-item.donate-d a {
        color: #fff !important;
    }
    .nav-item.donate-d:hover {
        background: #fff;
    }
    .nav-item.donate-d:hover a {
        color: #33861c !important;
    }
}

.call-action-content.text-center {
    padding: 0 60px;
}

.btn.btn-md.btn-blue {
    background: #fff;
    padding: 10px 30px;
    font-size: 18px;
    border: 3px solid #fff;
    font-weight: 600;
    margin-top: 10px;
    border-radius: 0;
}

.btn.btn-md.btn-blue:hover {
    background: #103a5e;
    color: #fff;
}

#join .btn.btn-md.btn-blue {
    letter-spacing: 2px;
    font-size: 21px;
    color: #33861c;
}

.unblock .section-title .title {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 20px;
}

.section-title ul li {
    list-style: none;
    font-size: 17px;
}

.section-title ul {
    padding-left: 0;
}

.soical-link a svg {
    fill: #33861c;
}

.soical-link a {
    background: #fff;
    height: 90px;
    width: 125px;
    line-height: 80px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    transition: 0.2s all linear;
    border: 3px solid #fff;
}

.soical-link a:hover {
    background: #103a5e;
    border: 3px solid #fff;
}

.soical-link a:hover svg {
    fill: #fff;
}

.connected.call-to-action::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #103a5e;
    z-index: -1;
    opacity: 1;
}

#meet .btn-block a {
    background: #33861c;
    color: #fff;
    padding: 12px 76px;
    font-weight: 700;
    transition: 0.2s all linear;
    border-radius: 0;
    font-size: 18px;
    border: 3px solid #33861c;
    margin-top: 20px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.btn-block .dropdown-toggle::after {
    display: inline-block;
    margin-left: 1em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
}

.policys {
    background: #0f385d;
    padding: 100px;
}

.policys .banner-caption .ttl {
    color: #fff;
    text-align: center;
}

.entery-content h3,
.entery-content h4,
.entery-content h5 {
    color: #051441;
    margin-bottom: 10px;
}

.seo_features_one {
    padding-top: 20px;
}

.tab-inner-panel .hosting_service_item p {
    font-size: 16px;
    margin-bottom: 20px;
    min-height: 76px;
}

.tab-inner-panel .hosting_service_item .icon {
    width: 70px;
    height: 60px;
    line-height: 60px;
    border-radius: 6px;
    background: transparent;
}

.tab-inner-panel .learn_btn::before {
    content: "";
    width: 100%;
    left: 0;
    bottom: 0;
    height: 1px;
    background: transparent;
    position: absolute;
}

.tab-inner-panel .learn_btn:hover {
    color: #ee3466;
}

.tab-inner-panel .learn_btn:hover::before {
    background: #ee3466 !important;
}

.seo_features_use h6 {
    color: #051441;
}

.entery-content p {
    padding-bottom: 20px;
    color: #113b60;
}

.entery-content li {
    color: #113b60;
}

.entery-content ul {
    list-style: disc;
    padding-left: 36px;
}

.entery-content ol {
    list-style: decimal;
    padding-left: 36px;
}

@media (max-width: 1199px) {}

@media (max-width: 991px) {
    .header-image img {
        position: relative;
        height: auto;
        object-fit: cover;
    }
}

@media screen and (max-width: 1199px) {
    h2 {
        font-size: 44px !important;
    }
    #Join .header-content-right .title {
        font-size: 70px;
    }
    #Join .header-content-right .sub-title {
        font-size: 48px;
    }
    .about-area.pt-60.pb-60.mt-3 {
        padding: 50px 0px;
    }
    .about-area p {
        font-size: 16px;
    }
    #join .btn.btn-md.btn-blue {
        font-size: 16px;
    }
    .call-action-content ul li .main-btn.custom {
        padding: 0px;
    }
}

@media screen and (max-width: 991px) {
    #Join .header-content-right .title {
        font-size: 60px;
    }
    #Join .header-content-right .sub-title {
        font-size: 30px;
    }
    #Join .header-content-right {
        text-align: center;
        margin-top: 50px;
        margin-right: 0;
    }
    #Join .col-lg-6.col-md-6.pl-lg-0 {
        padding: 0px !important;
    }
    .call-action-content.text-center {
        padding: 30px 0 !important;
    }
    .call-action-content {
        text-align: center;
    }
    .footer-widget {
        padding-top: 20px !important;
        padding-bottom: 20px !important;
    }
}

@media screen and (max-width: 767px) {
    #Join .header-content-right .title {
        font-size: 50px;
        padding-bottom: 0;
    }
    .call-to-action {
        padding-top: 0px;
        padding-bottom: 60px;
    }
    #call-to-action .col-lg-6.pl-0 {
        padding: 0% !important;
    }
    #call-to-action .col-lg-6.pl-0>img {
        margin-bottom: 20px;
    }
    #meet {
        padding-top: 150px;
        padding-bottom: 60px;
    }
    #meet .call-action-content {
        text-align: center;
    }
    #meet .call-action-content p {
        font-size: 18px;
        padding-bottom: 10px;
    }
    #meet .btn-block a {
        padding: 12px 50px;
        font-weight: 600;
    }
    #Join .header-content-right {
        text-align: center;
        margin-top: 20px;
        margin-right: 0;
    }
}

@media screen and (max-width: 575px) {
    .call-action-content.text-center {
        padding: 0 0px;
    }
    #meet {
        padding: 40px 0 !important;
    }
    h2 {
        font-size: 36px !important;
    }
    .priorities-section .action-title {
        color: #fff;
        padding-bottom: 18px;
        text-decoration: underline;
        font-size: 26px;
    }
    #priorities {
        padding: 60px 0 !important;position: relative;
        z-index: 99;
    }
    .bg_cover {
        background-position: 65% 100%;
    }
    #priorities::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(38, 38, 38, 0.5);
        z-index: -1;
      }

      #meet{position: relative;
        z-index: 99;}
        #meet::after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(38, 38, 38, 0.5);
            z-index: -1;
          }
}

@media screen and (max-width: 480px) {
    #Join .header-content-right .sub-title {
        font-size: 26px !important;
    }
    .soical-link a {
        background: #fff;
        height: 80px;
        width: 80px;
    }
    .soical-link a svg {
        fill: #33861c;
        width: 50px !important;
    }
    .call-action-content .action-title {
        font-size: 26px !important;
    }
    #meet .btn-block a {
        padding: 10px 36px;
        font-weight: 600;
        font-size: 14px;
    }
    #meet .call-action-content p {
        font-size: 15px;
        padding-bottom: 10px;
    }
    .priorities-section .title {
        color: #fff;
        font-size: 30px !important;
        padding-bottom: 20px;
        font-weight: 700;
    }
    footer .menu-link {
        display: flex;
        justify-content: center;
        margin-bottom: 14px;
        margin-top: 24px;
        list-style: none;
        flex-direction: column;
    }
    footer .menu-link li a {
        color: #000;
        padding-left: 0;
        font-weight: 600;
        position: relative;
        text-transform: uppercase;
        font-size: 18px;
    }
    .navbar-brand img {
        width: 110px;
    }
    .ft-logo img {
        width: 110px;
    }
    .footer-content p {
        color: #000;
        margin-top: 10px;
    }
    .sign-tb .nav-link {
        font-size: 13px;
        color: #000;
        padding: 5px 2px;
    }
    .sign-uptime {
        background-size: cover;
        background-repeat: no-repeat;
        padding: 20px 0;
    }
    .btn-block .btn-form {
        width: 100%;
        padding: 10px 0;
        font-size: 16px;
    }
    .btn-block .btn-info,
    #tabs-4 .btn-block .btn-info {
        width: 100%;
        padding: 10px 0;
    }
    .dollar .currency-page {
        width: 100%;
    }
    .sign-tb .nav-link svg {
        width: 50px;
    }
    .btn-block .btn-info img,
    #tabs-4 .btn-block .btn-info img {
        width: 160px;
    }
}

@media screen and (max-width: 360px) {
    #Join .header-content-right .title {
        font-size: 42px;
        padding-bottom: 0;
    }
    #join .btn.btn-md.btn-blue {
        font-size: 14px;
    }
    .soical-link a {
        background: #fff;
        height: 60px;
        width: 60px;
        border-radius: 10px;
    }
    .soical-link a svg {
        fill: #33861c;
        width: 42px !important;
    }
    h2 {
        font-size: 24px !important;
    }
    .box-width .title {
        font-size: 26px !important;
    }
    .priorities-section .action-title {
        font-size: 22px;
    }
    .box-width {
        text-align: center;
    }
}




.needed-img img {height: 400px;object-fit: cover;object-position: 30% 37%;}