@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Yantramanav:wght@100;300;400;500;700;900&display=swap");

*::-moz-selection {
    background: #59e3a7;
    color: #fff;
    text-shadow: none
}

::-moz-selection {
    background: #59e3a7;
    color: #fff;
    text-shadow: none
}

::selection {
    background: #59e3a7;
    color: #fff;
    text-shadow: none
}

button {
    background: transparent;
    border: 0;
    padding: 0;
    outline: 0
}

a {
    text-decoration: none
}

a:focus {
    text-decoration: none;
    outline: 0
}

a:hover {
    text-decoration: none;
    color: #fbbb
}

img {
    max-width: 100%;
    transition: all linear 0.5s
}

:focus {
    outline: 0
}

ul {
    padding: 0;
    margin: 0
}

li {
    list-style: none
}

a,
button {
    transition: all 0.3s ease 0s
}

p:last-child {
    margin-bottom: 0
}

.high-light {
    color: #636363;
    font-family: "Metropolis Semi Bold";
    font-size: 18px
}

@media screen and (max-width: 991px) {
    .high-light {
        font-size: 16px
    }
}

@media screen and (min-width: 992px) {
    .ml-n2 {
        margin-left: -20px
    }
}

@media screen and (min-width: 992px) {
    .mr-n2 {
        margin-right: -20px
    }
}

.fw-semi-bold {
    font-weight: 600
}

.font-size18 {
    font-size: 18px
}

.section-py {
    padding: 70px 0px 70px 0px;
}

.section-py.custom-padding {
    padding: 120px 0px 70px 0px;
}

@media screen and (min-width: 1200px) {
    .section-py,
    .section-py.custom-padding {
        padding: 140px 0px 80px 0;
    }
}

.section-pt {
    padding-top: 70px
}

@media screen and (min-width: 1200px) {
    .section-pt {
        padding-top: 140px
    }
}

.section-pb {
    padding-bottom: 70px
}

@media screen and (min-width: 1200px) {
    .section-pb {
        padding-bottom: 140px
    }
}

.section-mt {
    margin-top: 70px
}

@media screen and (min-width: 1200px) {
    .section-mt {
        margin-top: 140px
    }
}

.pagination-hr {
    display: inline-block;
    height: 1px;
    background: #59e3a7;
    width: 60px;
    position: relative;
    top: -6px
}

.swiper-button-disabled {
    display: none
}

label {
    margin-bottom: 10px
}

.success {
    color: #59e3a7
}

.error {
    color: red
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    br {
        display: none
    }
}

.copyright-info i {
    color: red
}

#scrollUp {
    width: 50px;
    height: 50px;
    color: #fff;
    font-size: 25px;
    background: #59e3a7;
    right: 50px;
    bottom: 40px;
    text-align: center;
    line-height: 55px;
    border-radius: 50%
}

.header-section {
    position: fixed;
    width: 100%;
    top: 0px;
    background-color: #f0fff4;
  	box-shadow: 0px 3px 14px -6px rgba(0, 0, 0, 0.2);
    padding: 15px 0;
    left: 0;
    z-index: 15;
}

.is-sticky {
    padding: 15px 0px;
    background: #fff;
    transition: all 0.3s;
    animation: fadeInDown 0.5s ease-in-out;
    box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.2)
}

.main-menu ul li {
    position: relative
}

.main-menu ul li:hover>a,
.main-menu ul li.active>a {
    color: #59e3a7
}

.main-menu ul li+li {
    margin-left: 60px
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .main-menu ul li+li {
        margin-left: 40px
    }
}

.main-menu ul li a {
    font-family: "Metropolis Semi Bold";
    line-height: 2.3;
    color: #181c51;
    font-size: 20px;
    text-transform: capitalize
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .main-menu ul li a {
        font-size: 18px
    }
}

.toggle {
  	position: absolute;
    top: 50%;
    right: 15px;
  	transform: translateY(-50%);
}

@media screen and (min-width: 992px) {
    .toggle {
        display: none;
        outline: 0
    }
}

.toggle span {
    position: relative;
    display: block;
    overflow: hidden;
    width: 24px;
    height: 2px
}

.toggle span+span {
    margin-top: 6px
}

.toggle span::after,
.toggle span::before {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    -webkit-flex: 1 0 100%;
    flex: 1 0 100%;
    width: 100%;
    height: 100%;
    content: "";
    background-color: #263238
}

.toggle span.icon-bottom::before,
.toggle span.icon-top::before {
    -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
    transition: -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
    -o-transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s, -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s, -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
    -webkit-transform: scaleX(1) translateZ(0);
    transform: scaleX(1) translateZ(0);
    -webkit-transform-origin: right;
    -ms-transform-origin: right;
    transform-origin: right
}

.toggle span.icon-bottom::after,
.toggle span.icon-top::after {
    -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transform: scaleX(0) translateZ(0);
    transform: scaleX(0) translateZ(0);
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left
}

.toggle span.icon-middle::before {
    -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
    transition: -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
    -o-transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s, -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s, -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
    -webkit-transform: scaleX(1) translateZ(0);
    transform: scaleX(1) translateZ(0);
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left
}

.toggle span.icon-middle::after {
    -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transform: scaleX(0) translateZ(0);
    transform: scaleX(0) translateZ(0);
    -webkit-transform-origin: right;
    -ms-transform-origin: right;
    transform-origin: right
}

.toggle:hover span::after,
.toggle:hover span::before {
    background-color: #59e3a7
}

.toggle:hover span.icon-bottom::before,
.toggle:hover span.icon-top::before {
    -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transform: scaleX(0) translateZ(0);
    transform: scaleX(0) translateZ(0)
}

.toggle:hover span.icon-bottom::after,
.toggle:hover span.icon-top::after {
    -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
    transition: -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
    -o-transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s, -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s, -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
    -webkit-transform: scaleX(1) translateZ(0);
    transform: scaleX(1) translateZ(0)
}

.toggle:hover span.icon-middle::before {
    -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transform: scaleX(0) translateZ(0);
    transform: scaleX(0) translateZ(0)
}

.toggle:hover span.icon-middle::after {
    -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
    transition: -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
    -o-transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s, -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s, -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
    -webkit-transform: scaleX(1) translateZ(0);
    transform: scaleX(1) translateZ(0)
}

.offcanvas-modal.modal.fade .modal-dialog {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%)
}

.offcanvas-modal.modal.show .modal-dialog {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

.offcanvas-dialog {
    position: absolute;
    top: 0;
    right: 0;
    width: 300px;
    height: 100%;
    margin: 0
}

.offcanvas-dialog .modal-content {
    height: 100%;
    border-radius: 0;
    border: 0
}

.offcanvas-header {
    padding: 20px 15px;
    border-bottom: 1px solid #cccccc
}


.offcanvas-menu {
    position: relative;
    z-index: 1;
    height: 100%
}

.offcanvas-menu::before {
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    background-color: #fff
}

.offcanvas-menu ul ul {
    display: none
}

.offcanvas-menu>ul>li>ul li {
    border-bottom: 0px
}

.offcanvas-menu>ul>li>ul li a {
    font-family: "Metropolis Regular", sans-serif;
    border-top: 1px solid #cccccc;
    padding-left: 30px
}

.offcanvas-menu ul>li {
    border-bottom: 1px solid #cccccc
}

.offcanvas-menu li.active>ul {
    display: block
}

.offcanvas-menu li a {
    font-family: "Metropolis Semi Bold";
    display: block;
    text-transform: capitalize;
    color: #181c51;
    padding: 15px;
    position: relative;
    font-size: 16px
}

.offcanvas-menu ul li.active>a,
.offcanvas-menu ul li a:hover {
    background: #fff
}

.offcanvas-menu a:not(:only-child):after {
    content: "\ea99";
    font-family: "IcoFont";
    position: absolute;
    right: 10px;
    top: 15px
}

.offcanvas-menu .active>a:not(:only-child):after {
    content: "\eab9"
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
    .hero-slide-content {
        padding-top: 50px
    }
}

.hero-slider {
    position: relative;
    padding-top: 160px;
    overflow: hidden
}

@media screen and (min-width: 1200px) {
    .hero-slider {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        height: 600px
    }
}

@media screen and (min-width: 1500px) {
    .hero-slider {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        height: 800px
    }
}

.hero-slider .title {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s
}

.hero-slider .delay1 {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s
}

.hero-slider .delay2 {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-delay: 2s;
    animation-delay: 2s
}

.hero-slider .hero-img img {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
    -webkit-animation-delay: 2.5s;
    animation-delay: 2.5s
}

.hero-slide-content .title {
    font-weight: 700;
    font-size: 55px;
    line-height: 1.2;
    margin-bottom: 3.75rem
}

@media screen and (min-width: 1500px) {
    .hero-slide-content .title {
        font-size: 60px
    }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .hero-slide-content .title {
        font-size: 45px
    }
}

@media screen and (max-width: 767px) {
    .hero-slide-content .title {
        font-size: 35px;
        line-height: 1.4
    }
}

@media screen and (max-width: 480px) {
    .hero-slide-content .title {
        font-size: 30px
    }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
    .hero-slide-content .title {
        font-size: 45px
    }
}

.hero-img {
    max-width: 904px
}

@media screen and (min-width: 1200px) {
    .hero-img {
        position: absolute;
        bottom: 0px;
        right: 0
    }
}

@media screen and (min-width: 1200px) and (max-width: 1499px) {
    .hero-img {
        max-width: 700px
    }
}

@media screen and (min-width: 1500px) and (max-width: 1800px) {
    .hero-img {
        max-width: 48%
    }
}

@media screen and (min-width: 1200px) {
    .negative-margin {
        margin-top: 100px
    }
}

.hero-shape1 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1
}

@media screen and (min-width: 1500px) {
    .hero-shape1 {
        max-width: 1007px
    }
}

@media screen and (min-width: 1200px) {
    .hero-shape1 {
        max-width: 55%
    }
}

.hero-shape2 {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
    max-width: 878px
}

@media screen and (min-width: 1500px) and (max-width: 1800px) {
    .hero-shape2 {
        max-width: 735px
    }
}

@media screen and (max-width: 1499px) {
    .hero-shape2 {
        max-width: 735px
    }
}

@media screen and (max-width: 1199px) {
    .hero-shape2 {
        display: none
    }
}

@media screen and (max-width: 1199px) {
    .hero-shape2 {
        top: auto;
        bottom: 0
    }
}

.btn {
    font-family: "Metropolis Semi Bold";
    text-transform: capitalize
}

.btn:focus {
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-primary {
    border-color: #59e3a7;
    background-color: #59e3a7;
    color: #fff
}

.btn-hover-primary:hover {
    border-color: #59e3a7;
    background-color: #59e3a7;
    color: #fff
}

.btn-secondary {
    border-color: #fbfbfb;
    background-color: #fbfbfb;
    color: #181c51;
    background: transparent;
    border-color: transparent;
    text-decoration: underline
}

.btn-hover-secondary:hover {
    border-color: #fbfbfb;
    background-color: #fbfbfb;
    color: #fff;
    background: #59e3a7;
    border-color: #59e3a7
}

.btn-success {
    border-color: #198754;
    background-color: #198754;
    color: #fff
}

.btn-hover-success:hover {
    border-color: #198754;
    background-color: #198754;
    color: #fff
}

.btn-info {
    border-color: #0dcaf0;
    background-color: #0dcaf0;
    color: #fff
}

.btn-hover-info:hover {
    border-color: #0dcaf0;
    background-color: #0dcaf0;
    color: #fff
}

.btn-warning {
    border-color: #ffc107;
    background-color: #ffc107;
    color: #fff
}

.btn-hover-warning:hover {
    border-color: #ffc107;
    background-color: #ffc107;
    color: #263238
}

.btn-danger {
    border-color: #dc3545;
    background-color: #dc3545;
    color: #fff
}

.btn-hover-danger:hover {
    border-color: #dc3545;
    background-color: #dc3545;
    color: #fff
}

.btn-light {
    border-color: #f7f7f7;
    background-color: #f7f7f7;
    color: #fff
}

.btn-hover-light:hover {
    border-color: #f7f7f7;
    background-color: #f7f7f7;
    color: #263238
}

.btn-dark {
    border-color: #263238;
    background-color: #263238;
    color: #fff
}

.btn-hover-dark:hover {
    border-color: #263238;
    background-color: #263238;
    color: #fff;
    background: #59e3a7;
    border-color: #59e3a7
}

@media screen and (max-width: 1024px) {

    .btn-lg,
    .btn-group-lg>.btn {
        padding: 1rem;
        font-size: 1rem
    }
}

@media screen and (max-width: 767px) {

    .btn-lg,
    .btn-group-lg>.btn {
        padding: 0.9375rem;
        font-size: 14px
    }
}

.form-control {
	margin: 0 0 15px 0;
}

.form-control:focus {
    color: #6c6e75;
    background-color: #fff;
    border-color: #acf1d3;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.form-control::-webkit-input-placeholder {
    color: #aaabbf;
    opacity: 1
}

.form-control::-moz-placeholder {
    color: #aaabbf;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #aaabbf;
    opacity: 1
}

.form-control::-ms-input-placeholder {
    color: #aaabbf;
    opacity: 1
}

.form-control::placeholder {
    color: #aaabbf;
    opacity: 1
}

textarea.form-control {
    max-height: 270px
}

@media screen and (max-width: 767px) {
    textarea.form-control {
        max-height: 170px
    }
}

.title-section .title {
    color: #263238;
    font-weight: 700;
    line-height: 1.19;
    font-size: 42px;
    margin-bottom: 1.6rem
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .title-section .title {
        font-size: 40px
    }
}

@media screen and (max-width: 991px) {
    .title-section .title {
        font-size: 30px;
        margin-bottom: 1rem
    }
}

@media screen and (max-width: 767px) {
    .title-section .title {
        font-size: 30px
    }
}

.title-section .sub-title {
    font-family: "Open Sans", sans-serif;
    color: #aaabbf;
    display: block;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 2.777;
    margin-bottom: 0.125rem;
    font-size: 18px
}

.sub-section-title .title {
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 30px
}

.card-shape {
    position: absolute;
    display: block;
    width: 170px;
    height: 170px;
    border-radius: 50%
}

.card-shape-light {
    background: #e0fae7;
    top: -100%;
    right: -100%;
    z-index: 1;
    -webkit-transition: ease-in-out 0.5s;
    -o-transition: ease-in-out 0.5s;
    transition: ease-in-out 0.5s
}

.card-shape-dark {
    top: -100%;
    right: -100%;
    background: #d3f6dd;
    z-index: 2;
    -webkit-transition: ease-in-out 0.8s;
    -o-transition: ease-in-out 0.8s;
    transition: ease-in-out 0.8s
}

.grid-item .feature-card {
    position: relative;
    overflow: hidden;
    padding: 2.8125rem 1.875rem;
    border-radius: 6px;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .grid-item .feature-card {
        padding: 25px
    }
}

.grid-item .feature-card.bg-light:hover,
.grid-item .feature-card.bg-light.active {
    background-color: #f0fff4 !important;
    -webkit-box-shadow: 0px 16px 27px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 16px 27px 0px rgba(0, 0, 0, 0.08)
}

.grid-item .feature-card .title {
    color: #181c51;
    text-transform: capitalize;
    font-weight: 600;
    line-height: 1.25;
    font-size: 24px
}

.grid-item .feature-card .title a {
    color: inherit
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .grid-item .feature-card .title {
        font-size: 18px
    }
}

@media screen and (max-width: 767px) {
    .grid-item .feature-card .title {
        font-size: 20px
    }
}

.grid-item .feature-card:hover .card-shape-light,
.grid-item .feature-card.active .card-shape-light {
    top: -50px;
    right: -50px
}

.grid-item .feature-card:hover .card-shape-dark,
.grid-item .feature-card.active .card-shape-dark {
    top: -65px;
    right: -55px
}

.service-card {
    padding: 2.1875rem 1.875rem;
    border-radius: 6px;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .service-card {
        padding: 25px
    }
}

.service-card.bg-light:hover,
.service-card.bg-light.active {
    background-color: #f0fff4 !important;
    -webkit-box-shadow: 0px 16px 27px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 16px 27px 0px rgba(0, 0, 0, 0.08)
}

.service-card .title {
    color: #181c51;
    text-transform: capitalize;
    font-weight: 600;
    line-height: 1.25;
    margin-top: 1.875rem;
    margin-bottom: 1.25rem;
    font-size: 24px
}

.service-card .title a {
    color: inherit
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .service-card .title {
        font-size: 18px
    }
}

@media screen and (max-width: 767px) {
    .service-card .title {
        font-size: 20px
    }
}

@media screen and (max-width: 991px) {
    .grid {
        margin-top: 30px
    }
}

.grid-item {
    float: left;
    width: 33.333%
}

@media screen and (min-width: 576px) and (max-width: 991px) {
    .grid-item {
        width: 50%
    }
}

@media screen and (max-width: 575px) {
    .grid-item {
        width: 100%
    }
}

@media screen and (min-width: 576px) {
    .card-mt-75 {
        margin-top: 50px
    }
}

@media screen and (min-width: 992px) {
    .card-mt-75 {
        margin-top: 80px
    }
}

.single-brand {
    text-align: center
}

.single-brand .thumb {
    display: block
}

@media screen and (min-width: 1440px) {
    .custom-container {
        max-width: 1240px
    }
}

.path-img {
    position: absolute;
    left: 0;
    bottom: 150px;
    z-index: -1
}

.about-shape {
    position: absolute;
    top: -100px;
    right: 0;
    z-index: -1
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .about-shape {
        top: -130px
    }
}

.date-meta {
    display: block;
    font-family: "Open Sans", sans-serif;
    color: #181c51;
    line-height: 2.083;
    text-transform: capitalize;
    margin-bottom: 1.25rem;
    font-size: 24px
}

@media screen and (max-width: 991px) {
    .date-meta {
        margin-bottom: 1rem;
        font-size: 20px
    }
}

.hr {
    display: inline-block;
    width: 63px;
    height: 1px;
    background: #080b1a;
    position: relative;
    top: -6px;
    margin-left: 10px
}

.path-img2 {
    position: absolute;
    left: 0;
    bottom: -5%;
    z-index: -1
}

.service-shape {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1
}

@media screen and (min-width: 992px) {
    .service-shape {
        top: 255px
    }
}

@media screen and (min-width: 1200px) {
    .service-img {
        margin-left: -90px
    }
}

.service-thumb {
    padding: 35px 0px;
    margin-bottom: 40px;
    border-radius: 6px
}

.single-service-list {
    margin-bottom: 60px
}

@media screen and (min-width: 992px) {
    .single-service-list {
        margin-bottom: 80px
    }
}

.single-service-list p {
    color: #263238;
    margin-bottom: 0.8rem
}

.single-service-list p i {
    margin-right: 15px
}

.sub-section-mb {
    margin-bottom: 60px
}

@media screen and (min-width: 992px) {
    .sub-section-mb {
        margin-bottom: 80px
    }
}

.sub-section-mb70 {
    margin-bottom: 60px
}

@media screen and (min-width: 992px) {
    .sub-section-mb70 {
        margin-bottom: 70px
    }
}

.sidbar-menu ul {
    margin-bottom: -15px
}

.sidbar-menu ul li {
    margin-bottom: 15px
}

.sidbar-menu ul li:nth-child(9) {
    margin-top: 50px;
    margin-bottom: 0
}

.sidbar-menu ul li:nth-child(9) a {
    border-bottom: 1px solid #e1e1e1;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px
}

.sidbar-menu ul li:last-child a {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px
}

.sidbar-menu ul li a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: "Open Sans", sans-serif;
    text-transform: capitalize;
    font-weight: 600;
    color: #263238;
    line-height: 1.666;
    background: #f7f7f7;
    padding: 22px 25px;
    font-size: 18px;
    -webkit-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    transition: all ease-in-out 0.5s;
    border-radius: 6px
}

.sidbar-menu ul li a:hover,
.sidbar-menu ul li a.active {
    background: #f0fff4;
    -webkit-box-shadow: 0px 2px 27px 0px rgba(0, 0, 0, 0.09);
    box-shadow: 0px 2px 27px 0px rgba(0, 0, 0, 0.09)
}

.sidbar-menu ul li a img {
    margin-right: 15px
}

@media screen and (min-width: 1200px) {
    .media-spacing-right {
        padding-left: 30px
    }
}

@media screen and (min-width: 1200px) {
    .media-spacing-left {
        padding-right: 30px
    }
}

@media screen and (min-width: 1200px) {
    .service-media-img {
        margin: 0 -20px
    }
}

.service-media {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-bottom: 55px;
    margin-bottom: 55px;
    border-bottom: 1px solid #e8e8e8
}

.service-media:last-child {
    padding-bottom: 0px;
    margin-bottom: 0px;
    border-bottom: 0
}

.service-media .logo {
    margin-right: 30px
}

.service-media .title {
    color: #181c51;
    text-transform: capitalize;
    font-weight: 600;
    line-height: 1.25;
    margin-bottom: 1.25rem;
    font-size: 24px
}

.service-media .title:hover {
    color: #59e3a7
}

.service-media .title a {
    color: inherit
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .service-media .title {
        font-size: 18px
    }
}

@media screen and (max-width: 767px) {
    .service-media .title {
        font-size: 20px
    }
}

.service-media-body {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .testimonial-section {
        margin-bottom: 70px
    }
}

.happy-customer {
    margin-bottom: 2.15rem;
    font-weight: 400;
    font-size: 24px
}

@media screen and (max-width: 767px) {
    .happy-customer {
        font-size: 20px
    }
}

.testimonial-text {
    font-size: 18px
}

.quote {
    color: #151515;
    font-size: 50px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.avater-profile {
    margin-right: 1.25rem
}

.avater-profile img {
    border: 50%
}

.avater-info p {
    font-family: "Metropolis Semi Bold";
    color: #636363;
    margin-bottom: 0;
    line-height: 1;
    font-size: 18px
}

.avater-info span {
    font-family: "Metropolis Light";
    color: #636363;
    font-weight: 300;
    font-size: 15px
}

.testimonial-carousel .swiper-button-prev,
.testimonial-carousel .swiper-button-next {
    top: auto;
    margin-top: 0;
    bottom: -80px;
    color: #59e3a7;
    text-transform: capitalize;
    text-decoration: underline
}

.testimonial-carousel .swiper-button-prev {
    width: auto;
    left: 0
}

.testimonial-carousel .swiper-button-next {
    width: 80px;
    left: 60px
}

.testimonial-carousel .swiper-button-next::after,
.testimonial-carousel .swiper-button-prev::after {
    display: none
}

.tetimonial-shape {
    position: absolute;
    top: 5%;
    left: 0;
    z-index: -1
}

@media screen and (min-width: 992px) {
    .tetimonial-shape {
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%)
    }
}

.fanfact .title {
    color: #263238;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 0px;
    font-size: 60px
}

.fanfact .title:hover {
    color: #59e3a7
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .fanfact .title {
        font-size: 40px
    }
}

@media screen and (min-width: 576px) and (max-width: 991px) {
    .fanfact .title {
        font-size: 30px
    }
}

@media screen and (max-width: 575px) {
    .fanfact .title {
        font-size: 30px
    }
}

.fanfact .sub-title {
    color: #263238;
    font-weight: 400;
    line-height: 2.083;
    margin-bottom: 0;
    font-size: 24px
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .fanfact .sub-title {
        font-size: 20px
    }
}

@media screen and (min-width: 576px) and (max-width: 991px) {
    .fanfact .sub-title {
        font-size: 18px
    }
}

@media screen and (max-width: 575px) {
    .fanfact .sub-title {
        font-size: 15px
    }
}

.funfact-svg {
    position: absolute;
    top: -95px;
    left: 0px;
    width: 100%;
    height: 535px;
    z-index: -1
}

.funfact-path {
    fill: none;
    stroke: #e1e1e1;
    stroke-width: 1px;
    fill-rule: evenodd;
    opacity: 0.55
}

.tam-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -30px
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .tam-grid {
        margin-right: -15px;
        padding-left: 50px
    }
}

@media screen and (min-width: 1200px) {
    .tam-grid {
        padding-left: 1.875rem
    }
}

@media screen and (max-width: 767px) {
    .tam-grid {
        margin-right: 0px
    }
}

.team-grid-item {
    width: 240px;
    margin-right: 30px;
    margin-right: 15px
}

@media screen and (max-width: 575px) {
    .team-grid-item {
        text-align: center
    }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .team-grid-item {
        width: 230px
    }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
    .team-grid-item {
        width: 40%
    }
}

@media screen and (max-width: 575px) {
    .team-grid-item {
        width: 100%
    }
}

@media screen and (max-width: 575px) {
    .team-grid-item {
        margin-right: 0px
    }
}

.team-grid-item:nth-child(1) {
    margin-left: 40px;
    margin-right: 45px
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .team-grid-item:nth-child(1) {
        margin-left: 20px;
        margin-right: 25px
    }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
    .team-grid-item:nth-child(1) {
        margin-left: 20px;
        margin-right: 30px
    }
}

@media screen and (max-width: 575px) {
    .team-grid-item:nth-child(1) {
        margin-left: 0px;
        margin-right: 0px
    }
}

.team-grid-item:nth-child(2) {
    margin-top: 5.625rem
}

@media screen and (max-width: 575px) {
    .team-grid-item:nth-child(2) {
        margin-top: 0rem
    }
}

@media screen and (max-width: 575px) {
    .team-grid-item {
        text-align: center
    }
}

.team-grid-item:last-child {
    margin-left: -40px
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .team-grid-item:last-child {
        margin-left: -20px
    }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
    .team-grid-item:last-child {
        margin-left: -20px
    }
}

@media screen and (max-width: 575px) {
    .team-grid-item:last-child {
        margin-left: 0px
    }
}

.team-card {
    text-align: center;
    padding: 35px;
    border: 1px solid #59e3a7;
    background-color: #fbfbfb;
    border-radius: 85px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s
}

.team-card:hover,
.team-card.active {
    border-color: #263238;
    -webkit-box-shadow: 0px 9px 35px 0px rgba(0, 0, 0, 0.09);
    box-shadow: 0px 9px 35px 0px rgba(0, 0, 0, 0.09)
}

.team-card .thumb a {
    display: block
}

.team-card .content {
    padding: 1.25rem 0rem
}

.team-card .content .title {
    color: #181c51;
    line-height: 1.666;
    font-weight: 600;
    margin-bottom: 0;
    font-size: 18px
}

.team-card .content .title:hover {
    color: #59e3a7
}

.team-card .content .title a {
    color: inherit
}

.new-team-members {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: -2.1875rem
}

@media screen and (max-width: 991px) {
    .new-team-members {
        margin-top: 50px
    }
}

.new-team-members-list {
    text-align: center;
    padding: 35px;
    border: 1px solid #59e3a7;
    background-color: #fbfbfb;
    border-radius: 85px;
    margin-bottom: 2.1875rem;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s
}

.new-team-members-list:hover {
    border-color: #263238;
    -webkit-box-shadow: 0px 9px 35px 0px rgba(0, 0, 0, 0.09);
    box-shadow: 0px 9px 35px 0px rgba(0, 0, 0, 0.09)
}

@media screen and (min-width: 576px) and (max-width: 1199px) {
    .new-team-members-list {
        min-width: 240px
    }
}

.new-team-members-list img {
    margin-bottom: 25px
}

.new-team-members-list .title {
    color: #181c51;
    line-height: 1.666;
    font-weight: 600;
    margin-bottom: 0;
    font-size: 18px
}

.new-team-members-list .title:hover {
    color: #59e3a7
}

.new-team-members-list .title a {
    color: inherit
}

@media screen and (min-width: 576px) {
    .new-team-members-list:nth-child(2) {
        margin-left: -30px
    }
}

@media screen and (min-width: 576px) {
    .new-team-members-list:nth-child(3) {
        margin-left: -30px
    }
}

/*-------------------------- top content --------------------- */

.top-content {
	padding: 20px 0;
}

.top-content h1 {
	font-size: 40px;
    line-height: 1.4;
  	margin: 0 0 10px 0;
}

@media screen and (max-width: 768px) {
	.top-content h1 {
        font-size: 36px;
    }
}

.top-content h2 {
	font-size: 36px;
    line-height: 1.4;
  	margin: 0 0 15px 0;
}

@media screen and (max-width: 768px) {
	.top-content h2 {
        font-size: 30px;
        margin: 0 0 10px 0;
    }
}

.top-content p {
	line-height: 1.4;
}

/*------------------------- top content end ----------------- */

.blog-card {
	margin: 0 0 30px 0;
}

.blog-card .thumb {
    overflow: hidden;
    padding: 30px 30px;
    border-radius: 6px
}

.blog-card .thumb a {
    display: block
}

.blog-card .thumb a img {
    width: 100%;
    border-radius: 6px
}

.blog-card:hover .blog-content {
    background: #f0fff4
}

.blog-card:hover img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05)
}

.blog-content {
    max-width: 95%;
    background: #fbfbfb;
    padding: 35px 20px;
    margin: -40px auto auto;
    position: relative;
    z-index: 2;
    border-radius: 6px;
    transition: all 0.5s ease-in-out;
  	box-shadow: 0px 3px 14px -6px rgba(0, 0, 0, 0.2);
}

@media screen and (min-width: 576px) and (max-width: 767px) {
    .blog-content {
        padding: 35px 20px
    }
}

.blog-content .blog-meta {
    display: inline-block;
    font-family: "Metropolis Light";
    color: #aaabbf;
    line-height: 1.5;
    margin-bottom: 0.3125rem;
    font-size: 16px
}

@media screen and (min-width: 576px) and (max-width: 767px) {
    .blog-content .blog-meta {
        font-size: 14px
    }
}

.blog-content .title {
    color: #181c51;
    font-weight: 600;
    line-height: 1.25;
    margin: 0 0 10px 0;
    font-size: 24px
}

@media screen and (min-width: 576px) {
    .blog-content .title {
       min-height: 60px;
    }
}

.blog-content .title:hover {
    color: #59e3a7;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .blog-content .title {
        font-size: 20px;
    }
}

@media screen and (max-width: 767px) {
    .blog-content .title {
        font-size: 20px;
    }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
    .blog-content .title {
        font-size: 18px
    }
}

.blog-content .title a {
    color: inherit;
  	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.short-description {
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

.news-letter-form {
    position: relative
}

.news-letter-form .form-control {
    height: 70px;
    padding: 0.6975rem 8rem 0.9375rem 0.9375rem;
    border-radius: 50px
}

@media screen and (max-width: 767px) {
    .news-letter-form .form-control {
        height: 60px
    }
}

@media screen and (min-width: 992px) {
    .news-letter-form .form-control {
        padding: 0.6975rem 11rem 0.9375rem 0.9375rem
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .news-letter-form .form-control {
        padding: 0.6975rem 11rem 0.9375rem 0.9375rem
    }
}

.news-letter-form .search-btn {
    position: absolute;
    top: 0;
    right: 0;
    width: 160px;
    height: 100%;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    background: #263238;
    color: #fff;
    text-transform: capitalize;
    text-align: center;
    font-weight: 600;
    font-size: 20px
}

@media screen and (max-width: 767px) {
    .news-letter-form .search-btn {
        width: 120px
    }
}

.news-letter-form .search-btn:hover {
    background: #59e3a7
}

@media screen and (max-width: 767px) {
    .news-letter-form .search-btn {
        font-size: 16px
    }
}

.banner-section {
  	background-color: #f0fff4;
    padding: 190px 0 40px 0;
}

@media screen and (max-width: 991px) {
    .banner-section {
        padding: 160px 0 20px 0;
    }
}

.banner-content .title {
    color: #263238;
    font-weight: 700;
    line-height: 1.058;
    margin-bottom: 2rem;
    font-size: 40px;
}

@media screen and (max-width: 1199px) {
    .banner-content .title {
        font-size: 36px;
    }
}

.banner-content p {
    font-size: 18px
}

@media screen and (max-width: 991px) {
    .banner-content p {
        font-size: 16px
    }
}

@media screen and (min-width: 1500px) {
    .banner-img {
        margin-right: -150px
    }
}

@media screen and (min-width: 1920px) {
    .banner-img {
        margin-right: -215px
    }
}

@media screen and (min-width: 1701px) {
    .banner-padding {
        padding-top: 145px
    }
}

@media screen and (min-width: 1500px) and (max-width: 1700px) {
    .banner-padding {
        padding-top: 140px
    }
}

@media screen and (min-width: 1200px) and (max-width: 1499px) {
    .banner-padding {
        padding-top: 60px
    }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .banner-padding {
        padding-top: 30px
    }
}

.contact-title-section {
    padding-bottom: 55px
}

.contact-title-section .title {
    font-weight: 700;
    color: #263238;
    line-height: 1.916;
    padding-bottom: 5px;
    font-size: 24px
}

.contact-title-section p {
    color: #263238
}

.contact-address {
    padding: 40px;
    background: #f0fff4;
    border-radius: 6px
}

@media screen and (min-width: 1200px) {
    .contact-address {
        padding: 70px
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .contact-address {
        padding: 70px 180px
    }
}

.address-list .title {
    font-weight: 600;
    color: #263238;
    line-height: 1.25;
    text-decoration: underline;
    margin-bottom: 25px;
    font-size: 24px
}

@media screen and (max-width: 767px) {
    .address-list .title {
        margin-bottom: 15px;
        font-size: 18px
    }
}

.address-list .phone-number,
.address-list .mailto {
    color: #6c6e75
}

.address-list .phone-number:hover,
.address-list .mailto:hover {
    color: #59e3a7
}

.accordion-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start;
    font-weight: 700;
    line-height: 2;
    font-size: 16px;
    text-align: left;
    padding: 0px 0px;
    color: #263238;
    background-color: transparent;
    border: 0px;
    border-radius: 0
}

@media screen and (min-width: 1200px) {
    .accordion-button {
        font-size: 24px
    }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .accordion-button {
        font-size: 18px
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .accordion-button {
        font-size: 17px
    }
}

.accordion-button.collapsed {
    border-bottom-width: 0
}

.accordion-button:not(.collapsed) {
    color: #50cc96;
    background-color: transparent
}

.accordion-button:not(.collapsed)::after {
    display: none
}

.accordion-button::after {
    display: none
}

.accordion-header {
    margin-bottom: 0
}

.accordion-item {
    margin-bottom: 30px
}

.accordion-item:last-child {
    margin-bottom: 0
}

.accordion-item:first-of-type .accordion-button {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px
}

.accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-width: 0px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px
}

.accordion-item:last-of-type .accordion-collapse {
    border-bottom-width: 0px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px
}

.accordion-collapse {
    border: solid rgba(0, 0, 0, 0.125);
    border-width: 0 0px
}

.accordion-body {
    padding: 22px 0px 0px 40px
}

.accordion-flush .accordion-button {
    border-right: 0;
    border-left: 0;
    border-radius: 0
}

.accordion-flush .accordion-collapse {
    border-width: 0
}

.accordion-flush .accordion-item:first-of-type .accordion-button {
    border-top-width: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.accordion-flush .accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-width: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.question-tag {
    display: inline-block;
    margin-right: 15px;
    color: #263238
}

.pagination {
  	column-gap: 7px;
	padding: 30px 0;
}


.page-item.active .page-link {
    color: #59e3a7;
    background: transparent
}

.page-link {
    font-weight: 600;
    font-size: 18px;
    color: #6c6e75;
    background-color: #fff
}

.page-link:focus {
    background-color: transparent
}

@media screen and (min-width: 1600px) {
    .widget-wrapper-nl {
        margin-left: -20px
    }
}

@media screen and (min-width: 1600px) {
    .widget-wrapper-nr {
        margin-right: -20px
    }
}

.sidebar-widget {
    margin-bottom: 60px
}

.sidebar-widget:last-child {
    margin-bottom: 0
}

.widget-title {
    font-weight: 600;
    color: #263238;
    line-height: 1.1666;
    text-transform: capitalize;
    font-size: 24px;
    margin-bottom: 35px
}

.widget-sub-title {
    color: #263238;
    font-weight: 600;
    line-height: 1.444;
    font-size: 16px
}

@media screen and (min-width: 1920px) {
    .widget-sub-title {
        font-size: 18px
    }
}

.widget-sub-title a {
    color: inherit
}

.widget-sub-title a:hover {
    color: #59e3a7
}

.widget-search {
    position: relative
}

.widget-search .form-control {
    padding: 8px 50px 8px 15px;
    border-radius: 50px
}

.widget-search .widget-search-btn {
    position: absolute;
    top: 50%;
    right: 4px;
    background-color: #59e3a7;
    color: #fff;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.widget-post-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 30px
}

.widget-post-list:last-child {
    margin-bottom: 0
}

.post-thumb {
    display: block;
    margin-right: 20px
}

.post-thumb img {
    border-radius: 3px
}

.widget-post-content {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.post-meta {
    color: #6c6e75;
    font-size: 14px
}

.widget-tags {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: -15px
}

.widget-tag-link {
    font-family: "Yantramanav", sans-serif;
    text-transform: capitalize;
    color: #263238;
    display: block;
    padding: 7px 20px;
    line-height: 1;
    margin-right: 5px;
    margin-bottom: 15px;
    font-size: 16px;
    border: 1px solid transparent;
    border-color: #e1e1e1;
    border-radius: 4px
}

.widget-tag-link:hover {
    color: #263238;
    background: #59e3a7;
    border-color: #59e3a7
}

.list-group-item {
    font-family: "Metropolis Light"
}

.list-group-item:first-child {
    padding-top: 0
}

.list-group-item:last-child {
    padding-bottom: 0
}

.blog-details-thumb {
    margin-bottom: 45px
}

.blog-details-thumb img {
    border-radius: 6px
}

.blog-details-meta {
    font-family: "Metropolis Light";
    color: #aaabbf;
    line-height: 1.333;
    margin-bottom: 10px;
    font-size: 18px
}

.blog-details-title {
    font-weight: 700;
    color: #263238;
    line-height: 1.142;
    margin-bottom: 40px;
    font-size: 42px
}

@media screen and (max-width: 767px) {
    .blog-details-title {
        font-size: 30px
    }
}

.blog-details-list P {
    color: #263238;
    margin-bottom: 10px
}

.blog-details-list P:last-child {
    margin-bottom: 0
}

.blog-details-list I {
    margin-right: 10px;
    display: inline-block
}

.blog-qutation {
    position: relative;
    background: #f0fff4;
    padding: 45px 40px 25px;
    margin: 50px 0px;
    border-bottom: 6px solid #263238
}

.blog-qutation P {
    color: #263238;
    line-height: 1.777;
    font-size: 18px
}

.blog-qutation I {
    color: #263238;
    position: absolute;
    right: 30px;
    bottom: 20px;
    font-size: 50px
}

@media screen and (max-width: 991px) {
    .blog-details-grid .col {
        min-width: 100%
    }
}

.blog-details-grid img {
    border-radius: 4px
}

@media screen and (min-width: 1500px) {
    .blog-details-grid img {
        margin-left: 64px
    }
}

/*------------------------ blog-post-styles ------------------------*/

.single-post-text img {
	margin: 15px 0 10px 0;
}

.single-post-text h2 {
    font-size: 28px;
	margin-top: 15px;
    margin-bottom: 10px;
}

.single-post-text h3 {
    font-size: 24px;
	margin-top: 15px;
    margin-bottom: 10px;
}

.single-post-text p {
	margin: 0 0 10px 0;
}

.single-post-text a{
    color: #ff0606;
}

.single-post-text ol {
	padding-left: 15px;
}

.single-post-text ol li {
	padding: 5px 0;
}

.single-post-text ul {
	list-style: none;
  	padding-left: 15px;
}

.single-post-text ul li {
	padding: 5px 0;
}

.single-post-text ul li,
.single-post-text ul li a {
	color: #000;
}

.single-post-text blockquote {
  	font-style: italic;
	padding: 10px 20px;
    margin: 10px 0 20px 0;
    font-size: 17.5px;
    border-left: 5px solid #ddd;
}

.single-post-text table {
	width: 100%;
  	border: 1px solid #ddd;
  	background-color: #fff;
  	border-collapse: collapse;
  	margin: 15px 0;
}

.single-post-text table,
.single-post-text td,
.single-post-text th {
	border: 1px solid #ddd;
    border-collapse: collapse;
  	padding: 10px 15px;
}

.single-post-text td,
.single-post-text th {
	border: 1px solid #ddd;
    border-collapse: collapse;
  	padding: 10px 15px;
}

/*---------------------- blog-post-styles end ----------------------*/

/*---------------------- post-tags ----------------------*/

.post-tags-wrap {
	display: flex;
  	flex-wrap: wrap;
  	column-gap: 5px;
    padding: 10px 0;
  	margin-bottom: 30px;
}

.post-tags-wrap .post-tags-title {
	display: block;
    font-weight: 600;
  	font-size: 18px;
  	color: #263238;
  	line-height: 1.4;
    margin: 0;
}

.post-tags-wrap .post-tags-item {
  	display: inline-block;
	text-decoration: none;
  	font-size: 14px;
  	color: #263238;
    line-height: 1.2;
  	border-radius: 4px;
  	border: 1px solid #59e3a7;
  	background-color: #59e3a7;
  	padding: 5px 10px;
  	margin-bottom: 5px;
  	transition: all .3s ease;
}

.post-tags-wrap .post-tags-item:hover {
	color: #263238;
  	border: 1px solid #e1e1e1;
  	background-color: #fff;
}

/*-------------------- post-tags end --------------------*/

.social-links li+li {
    margin-left: 10px
}

.social-links li.share {
    font-size: 18px;
    color: #181c51
}

.social-links li a {
    color: #263238;
    font-size: 18px
}

.social-links li a:hover {
    color: #59e3a7
}

.social-links li a i {
    margin: 0
}

.blog-comments {
    margin-bottom: 55px
}

.blog-comments p {
    color: #263238;
    line-height: 1.75
}

.blog-comment-title {
    font-weight: 600;
    line-height: 1.9166;
    margin-bottom: 10px;
    color: #263238
}

.authors {
    margin-bottom: -75px
}

.author-list {
    margin-bottom: 75px
}

.author-profile {
  	width: 100px;
  	height: auto;
    margin-right: 20px;
    border-radius: 50%;
}

.author-info {
    flex: 1;
}

.author-title {
    font-weight: 600;
    color: #263238;
    font-size: 18px;
    margin-bottom: 14px
}

.author-meta {
    color: #59e3a7;
    line-height: 1;
    font-size: 14px
}

.replay {
    font-weight: 600;
    font-size: 14px;
    color: #263238;
    line-height: 1 !important
}

.blog-pt-55 {
    padding-top: 55px
}

.sub-menu {
    position: absolute;
    z-index: 9999;
    top: 100%;
    right: 0;
    visibility: hidden;
    width: 230px;
    margin-top: 30px;
    margin-bottom: 0;
    padding: 18px 0;
    list-style: none;
    -webkit-transition: all 0.4s ease 0.2s;
    -o-transition: all 0.4s ease 0.2s;
    transition: all 0.4s ease 0.2s;
    opacity: 0;
    border-bottom: 4px solid #59e3a7;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 29px rgba(0, 0, 0, 0.05);
    box-shadow: 0 2px 29px rgba(0, 0, 0, 0.05)
}

@media screen and (min-width: 1200px) {
    .sub-menu {
        left: 0
    }
}

.sub-menu li+li {
    margin-left: 0px !important
}

.sub-menu .sub-menu-link {
    font-family: "Metropolis Regular";
    text-align: left;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.375;
    display: block;
    padding: 8px 30px
}

.main-menu li:hover .sub-menu {
    visibility: visible;
    margin-top: 15px;
    opacity: 1;
}

.footer-section {
	background-color: #f0fff4;
}

.footer-top {
   padding: 70px 0px;
}

.footer-widget {
	margin: 0 0 30px 0;
}

.footer-widget .title {
    color: #253138;
    font-weight: 600;
    line-height: 1.25;
    margin-bottom: 25px;
    font-size: 24px
}

@media screen and (max-width: 767px) {
    .footer-widget .title {
        margin-bottom: 15px
    }
}

.footer-widget p {
    margin-bottom: 12px
}

.footer-logo {
    display: inline-block;
  	margin: 0 0 30px 0;
}

.footer-logo img {
	width: 150px;
  	max-width: 100%;
  	height: auto;
}

.footer-social-links {
    display: flex;
    padding-top: 5px
}

.footer-social-links li {
    margin-right: 20px
}

.footer-social-links li .footer-social-link {
    color: #263238;
    font-size: 16px
}

.footer-social-links li .footer-social-link:hover {
    color: #59e3a7
}

.footer-menu li {
    margin-bottom: 10px
}

.footer-menu li:last-child {
    margin-bottom: 0
}

.footer-menu li a {
    color: #59e3a7;
}

.footer-menu li .footer-link:hover {
    color: #59e3a7
}

.address li:nth-child(2) {
    margin-bottom: 10px
}

.address li .address-link {
    color: #6c6e75
}

.address li .address-link:hover {
    color: #59e3a7
}

.copy-right-section {
  	background-color: #fff;
    padding: 25px 0px;
}

.copyright-info p {
    font-size: 14px
}

.copyright-info p a {
    color: #6c6e75
}

.copyright-info p a:hover {
    text-decoration: underline;
    color: #59e3a7
}

.footer-svg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 696px;
    z-index: -1
}

.offcanvas-logo,
.footer-logo,
.header-logo a {
    font-family: "Metropolis Regular", sans-serif;
    font-weight: 700;
    color: #263238;
    font-size: 28px;
    line-height: 1.2;
    margin: 0;
}

.header-logo a img {
	width: 300px;
  	max-width: 100%;
  	height: auto;
}

.offcanvas-logo img {
	width: 150px;
  	max-width: 100%;
  	height: auto;
}
