@import url("https://fonts.googleapis.com/css?family=Lora:300,400,500,600,700&display=swap" rel="stylesheet");

@import url("https://fonts.googleapis.com/css2?family=Readex+Pro:wght@200;300;500;600;700&amp;family=Spline+Sans:wght@300;400;500;600;700&amp;display=swap");

/*---------------------------------
            General Styles
-----------------------------------*/
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

:focus,
button:focus,
.btn:focus {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

a,
button,
input[type="submit"] {
    cursor: pointer;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

a {
    color: #000;
    text-transform: inherit;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

a:hover,
a :focus {
    text-decoration: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #000;
}

a:focus {
    outline: 0 solid;
}

img {
    max-width: 100%;
    height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    line-height: 1.4;
    color: #000;
    font-family: "Readex Pro", sans-serif;
}

body {
    font-size: 1.2rem;
    font-family: "Lora", sans-serif;
    color: #000;
}

p {
    font-size: 16px;
    line-height: 1.8;
    color: #666666;
}

select {
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(../img/down-arrow.png);
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: calc(100% - 18px) 50%;
}

.ptb-100 {
    padding-top: 50px;
    padding-bottom: 100px;
}

.mb-40 {
    margin-bottom: 40px !important;
}

.z-0 {
    z-index: 0;
    position: relative;
}
.list-style {
    margin: 0;
    padding: 0;
    list-style: none;
}

.list-style li {
    list-style: none;
}

a.navbar-brand {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 24px;
}

.header-wrap .navbar .navbar-nav .nav-item:last-child {
    margin-right: 0;
}

.hero-wrap.style1 .hero-content {
    padding: 60px 0;
}

.revert.style1 .about-shape-one {
    right: auto;
    left: 50px;
}

.revert.style1 .about-shape-two {
    left: 20%;
    right: auto;
}

.revert.style1 .about-shape-three {
    left: 0;
    right: auto;
}

.list-style li a:hover {
    color: #338F7A;
}

/*---------------------------------
          Mixins & Animation CSS
-----------------------------------*/
.social-profile.style1 li a,
.header-wrap .header-top .header-top-left,
.header-wrap .header-top .header-top-left .contact-info,
.header-wrap .header-top .header-top-left .contact-info li,
.header-wrap .header-top .header-top-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.social-profile.style1 li a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.header-wrap .header-top .header-top-left,
.header-wrap .header-top .header-top-left .contact-info,
.header-wrap .header-top .header-top-left .contact-info li,
.header-wrap .header-top .header-top-right {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
}

.header-wrap .header-top .header-top-right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
/*---------------------------------
     Back To Top Button CSS
-----------------------------------*/
.back-to-top {
    font-size: 24px;
    width: 45px;
    height: 45px;
    line-height: 42px;
    text-align: center;
    display: none;
    position: fixed;
    bottom: 230px;
    right: 20px;
    z-index: 999;
    border-radius: 5px;
    background: #338F7A;
    -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.back-to-top.open {
    bottom: 30px;
}

.back-to-top i {
    color: #fff;
}

/*---------------------------------
     Preloader CSS
-----------------------------------*/
.loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 20000;
    overflow-x: hidden !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.loader div {
    width: 12px;
    height: 12px;
    margin: 0 10px 0 0;
    border-radius: 50px;
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    display: inline-block;
    -webkit-animation: bouncing 1.4s linear infinite;
    animation: bouncing 1.4s linear infinite;
}

.loader div:last-child {
    margin: 0;
}

.loader div:nth-child(1) {
    background: rgba(1, 148, 70, 0.9);
}

.loader div:nth-child(2) {
    background: rgba(1, 148, 70, 0.7);
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.loader div:nth-child(3) {
    background: rgba(1, 148, 70, 0.5);
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

@-webkit-keyframes bouncing {

    0%,
    100% {
        -webkit-transform: translateY(0) scale(1, 1);
        transform: translateY(0) scale(1, 1);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    45% {
        -webkit-transform: translateY(80px) scale(1, 1);
        transform: translateY(80px) scale(1, 1);
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
    }

    50% {
        -webkit-transform: translateY(80px) scale(1.5, 0.5);
        transform: translateY(80px) scale(1.5, 0.5);
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
    }

    55% {
        -webkit-transform: translateY(80px) scale(1, 1);
        transform: translateY(80px) scale(1, 1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
}

@keyframes bouncing {

    0%,
    100% {
        -webkit-transform: translateY(0) scale(1, 1);
        transform: translateY(0) scale(1, 1);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    45% {
        -webkit-transform: translateY(80px) scale(1, 1);
        transform: translateY(80px) scale(1, 1);
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
    }

    50% {
        -webkit-transform: translateY(80px) scale(1.5, 0.5);
        transform: translateY(80px) scale(1.5, 0.5);
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
    }

    55% {
        -webkit-transform: translateY(80px) scale(1, 1);
        transform: translateY(80px) scale(1, 1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
}

/*---------------------------------
       Button & Link CSS
----------------------------------*/
.btn {
    display: inline-block;
    line-height: 26px;
    font-weight: 400;
    border-radius: 5px;
    text-align: center;
    -webkit-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
    position: relative;
    z-index: 1;
    border: none;
    padding: 15px 30px 15px;
    border-radius: 0;
    color: #fff;
    overflow: hidden;
    white-space: nowrap;
}

.btn i {
    position: relative;
    top: 3px;
    font-size: 16px;
    margin-left: 7px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.btn:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 50%;
    height: 0;
    visibility: hidden;
    opacity: 0;
    z-index: -1;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.btn:after {
    position: absolute;
    bottom: 0;
    right: 0;
    content: "";
    width: 50%;
    height: 0;
    visibility: hidden;
    opacity: 0;
    z-index: -1;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.btn:hover {
    color: #fff;
}

.btn:hover:after,
.btn:hover:before {
    width: 100%;
    height: 100%;
    visibility: visible;
    opacity: 1;
}

.btn.style2 {
    background-color: #F59946;
    border-radius: 15px 0 15px 0;
    color: #fff;
    border-radius: 10px 0 10px 0;
}

.btn.style2:after,
.btn.style2:before {
    background: #000;
}

.btn.style2:hover {
    color: #fff;
}
/*--------------------------------------
    Section Title,Overlay & Shape CSS
----------------------------------------*/
.section-title,
.content-title {
    position: relative;
}

.section-title h2,
.content-title h2 {
    font-size: 40px;
    margin: 0;
}
.content-title h2 a:hover{
    color: #338F7A;
}
.section-title p,
.content-title p {
    margin: 12px 0 0;
}

.section-title span,
.content-title span {
    display: inline-block;
    font-weight: 700;
    margin: 0 0 10px;
    position: relative;
    z-index: 1;
    line-height: 1;
    color: #338F7A;
    padding-bottom: 18px;
}

.section-title span img,
.content-title span img {
    position: absolute;
    bottom: 0;
    left: 50%;
    min-width: 150px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.section-title.style2 span,
.content-title.style2 span {
    color: rgba(255, 255, 255, 0.8);
}

.section-title.style2 h2,
.content-title.style2 h2 {
    color: #fff;
}

.section-title.style3 span,
.content-title.style3 span {
    display: block;
    color: #F59946;
    padding-bottom: 10px;
}

.section-title.style3 span.bl-text,
.content-title.style3 span.bl-text {
    position: absolute;
    top: 42%;
    right: 20px;
    font-size: 65px;
    font-weight: 800;
    width: 100%;
    color: rgba(0, 0, 0, 0.08);
    line-height: 1;
    -webkit-text-stroke: 1px rgba(0, 0, 0, 0.09);
    -webkit-text-fill-color: transparent;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.section-title.style4 span,
.content-title.style4 span {
    display: block;
    color: #F59946;
}

.section-title.style4 span.bl-text,
.content-title.style4 span.bl-text {
    position: absolute;
    top: 42%;
    right: 20px;
    font-size: 65px;
    font-weight: 800;
    width: 100%;
    color: rgba(255, 255, 255, 0.095);
    line-height: 1;
    -webkit-text-stroke: 1px rgba(255, 255, 255, 0.08);
    -webkit-text-fill-color: transparent;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.section-title.style4 h2,
.content-title.style4 h2 {
    color: #fff;
}

.section-title.style4 p,
.content-title.style4 p {
    color: rgba(255, 255, 255, 0.8);
}

.section-title.style5 span,
.content-title.style5 span {
    display: block;
    color: #F59946;
    padding-bottom: 0;
}

.section-title.style5 h2,
.content-title.style5 h2 {
    color: #fff;
}

.section-title.style5 p,
.content-title.style5 p {
    color: rgba(255, 255, 255, 0.8);
}

.bg-transparent {
    background-color: transparent;
}

.bg-black {
    background-color: #000;
}

.bg-sand {
    background-color: #F5F5F5;
}

.bg-f {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #ddd;
}

.bounce {
    -webkit-animation: float 1500ms infinite ease-in-out;
    animation: float 1500ms infinite ease-in-out;
}

.moveHorizontal {
    -webkit-animation: moveHorizontal 3000ms infinite ease-in-out;
    animation: moveHorizontal 3000ms infinite ease-in-out;
}

.moveVertical {
    -webkit-animation: moveVertical 3000ms infinite ease-in-out;
    animation: moveVertical 3000ms infinite ease-in-out;
}

.moveHorizontal_reverse {
    -webkit-animation: moveHorizontal_reverse 3000ms infinite ease-in-out;
    animation: moveHorizontal_reverse 3000ms infinite ease-in-out;
}

.animationFramesTwo {
    -webkit-animation: animationFramesTwo 20000ms infinite ease-in-out;
    animation: animationFramesTwo 20000ms infinite ease-in-out;
}

.flyLeft {
    -webkit-animation: flyLeft 30000ms infinite linear;
    animation: flyLeft 30000ms infinite linear;
}

.flyRight {
    -webkit-animation: flyRight 30000ms infinite linear;
    animation: flyRight 30000ms infinite linear;
}

.flyUp {
    -webkit-animation: flyUp 15000ms infinite linear;
    animation: flyUp 15000ms infinite linear;
}

.moveLeft {
    -webkit-animation: moveLeft 30000ms infinite linear;
    animation: moveLeft 30000ms infinite linear;
}

.moveRight {
    -webkit-animation: moveRight 20000ms infinite linear;
    animation: moveRight 20000ms infinite linear;
}

.waving_left {
    -webkit-animation: waving_left 5s infinite linear;
    animation: waving_left 5s infinite linear;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.waving_right {
    -webkit-animation: waving_right 7s infinite linear;
    animation: waving_right 7s infinite linear;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.rotate {
    -webkit-animation: rotation 20s infinite linear;
    animation: rotation 20s infinite linear;
}

.rotate {
    -webkit-animation: rotation 20s infinite linear;
    animation: rotation 20s infinite linear;
}

@-webkit-keyframes waving_left {
    0% {
        -webkit-transform: rotate(0deg);
    }

    25% {
        -webkit-transform: rotate(5deg);
    }

    50% {
        -webkit-transform: rotate(7deg);
    }

    75% {
        -webkit-transform: rotate(-5deg);
    }

    100% {
        -webkit-transform: rotate(0deg);
    }
}

@keyframes waving_left {
    0% {
        -webkit-transform: rotate(0deg);
    }

    25% {
        -webkit-transform: rotate(5deg);
    }

    50% {
        -webkit-transform: rotate(7deg);
    }

    75% {
        -webkit-transform: rotate(-5deg);
    }

    100% {
        -webkit-transform: rotate(0deg);
    }
}

@-webkit-keyframes waving_right {
    0% {
        -webkit-transform: rotate(0deg);
    }

    25% {
        -webkit-transform: rotate(-3deg);
    }

    50% {
        -webkit-transform: rotate(-6deg);
    }

    75% {
        -webkit-transform: rotate(-3deg);
    }

    100% {
        -webkit-transform: rotate(0deg);
    }
}

@keyframes waving_right {
    0% {
        -webkit-transform: rotate(0deg);
    }

    25% {
        -webkit-transform: rotate(-3deg);
    }

    50% {
        -webkit-transform: rotate(-6deg);
    }

    75% {
        -webkit-transform: rotate(-3deg);
    }

    100% {
        -webkit-transform: rotate(0deg);
    }
}

@-webkit-keyframes moveLeft {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    50% {
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes moveLeft {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    50% {
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@-webkit-keyframes float {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }

    50% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }

    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

@keyframes float {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }

    50% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }

    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

@-webkit-keyframes rotation {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(359deg);
    }
}

@keyframes rotation {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(359deg);
    }
}

@-webkit-keyframes animationFramesTwo {
    0% {
        -webkit-transform: translate(0px, 0px) rotate(0deg);
    }

    20% {
        -webkit-transform: translate(73px, -1px) rotate(36deg);
    }

    40% {
        -webkit-transform: translate(141px, 72px) rotate(72deg);
    }

    60% {
        -webkit-transform: translate(83px, 122px) rotate(108deg);
    }

    80% {
        -webkit-transform: translate(-40px, 72px) rotate(144deg);
    }

    100% {
        -webkit-transform: translate(0px, 0px) rotate(0deg);
    }
}

@keyframes animationFramesTwo {
    0% {
        -webkit-transform: translate(0px, 0px) rotate(0deg);
    }

    20% {
        -webkit-transform: translate(73px, -1px) rotate(36deg);
    }

    40% {
        -webkit-transform: translate(141px, 72px) rotate(72deg);
    }

    60% {
        -webkit-transform: translate(83px, 122px) rotate(108deg);
    }

    80% {
        -webkit-transform: translate(-40px, 72px) rotate(144deg);
    }

    100% {
        -webkit-transform: translate(0px, 0px) rotate(0deg);
    }
}

@-webkit-keyframes moveHorizontal {
    0% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }

    50% {
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px);
    }

    100% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
}

@keyframes moveHorizontal {
    0% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }

    50% {
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px);
    }

    100% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
}

@-webkit-keyframes moveHorizontal_reverse {
    0% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }

    50% {
        -webkit-transform: translateX(20px);
        transform: translateX(20px);
    }

    100% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
}

@keyframes moveHorizontal_reverse {
    0% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }

    50% {
        -webkit-transform: translateX(20px);
        transform: translateX(20px);
    }

    100% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
}

@-webkit-keyframes moveVertical {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }

    50% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

@keyframes moveVertical {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }

    50% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

@-webkit-keyframes flyLeft {
    0% {
        -webkit-transform: translate(0, 0) rotate(0deg);
    }

    20% {
        -webkit-transform: translate(-25vw, 50px) rotate(25deg);
    }

    40% {
        -webkit-transform: translate(-50vw, -52px) rotate(40deg);
    }

    60% {
        -webkit-transform: translate(-65vw, 82px) rotate(30deg);
    }

    80% {
        -webkit-transform: translate(-80vw, -72px) rotate(15deg);
    }

    100% {
        -webkit-transform: translate(-100vw, 0px) rotate(0deg);
    }
}

@keyframes flyLeft {
    0% {
        -webkit-transform: translate(0, 0) rotate(0deg);
    }

    20% {
        -webkit-transform: translate(-25vw, 50px) rotate(25deg);
    }

    40% {
        -webkit-transform: translate(-50vw, -52px) rotate(40deg);
    }

    60% {
        -webkit-transform: translate(-65vw, 82px) rotate(30deg);
    }

    80% {
        -webkit-transform: translate(-80vw, -72px) rotate(15deg);
    }

    100% {
        -webkit-transform: translate(-100vw, 0px) rotate(0deg);
    }
}

@-webkit-keyframes flyRight {
    0% {
        -webkit-transform: translate(0, 0) rotate(0deg);
    }

    20% {
        -webkit-transform: translate(25vw, 50px) rotate(25deg);
    }

    40% {
        -webkit-transform: translate(50vw, -52px) rotate(40deg);
    }

    60% {
        -webkit-transform: translate(65vw, 82px) rotate(30deg);
    }

    80% {
        -webkit-transform: translate(80vw, -72px) rotate(15deg);
    }

    100% {
        -webkit-transform: translate(100vw, 0px) rotate(0deg);
    }
}

@keyframes flyRight {
    0% {
        -webkit-transform: translate(0, 0) rotate(0deg);
    }

    20% {
        -webkit-transform: translate(25vw, 50px) rotate(25deg);
    }

    40% {
        -webkit-transform: translate(50vw, -52px) rotate(40deg);
    }

    60% {
        -webkit-transform: translate(65vw, 82px) rotate(30deg);
    }

    80% {
        -webkit-transform: translate(80vw, -72px) rotate(15deg);
    }

    100% {
        -webkit-transform: translate(100vw, 0px) rotate(0deg);
    }
}

@-webkit-keyframes flyUp {
    0% {
        -webkit-transform: translate(0px, 0px);
        transform: translate(0px, 0px);
    }

    25% {
        -webkit-transform: translate(50px, -50px);
        transform: translate(50px, -50px);
    }

    50% {
        -webkit-transform: translate(100px, 60px);
        transform: translate(100px, 60px);
    }

    75% {
        -webkit-transform: translate(-50px, -25px);
        transform: translate(-50px, -25px);
    }

    100% {
        -webkit-transform: translate(0px, 0px);
        transform: translate(0px, 0px);
    }
}

@keyframes flyUp {
    0% {
        -webkit-transform: translate(0px, 0px);
        transform: translate(0px, 0px);
    }

    25% {
        -webkit-transform: translate(50px, -50px);
        transform: translate(50px, -50px);
    }

    50% {
        -webkit-transform: translate(100px, 60px);
        transform: translate(100px, 60px);
    }

    75% {
        -webkit-transform: translate(-50px, -25px);
        transform: translate(-50px, -25px);
    }

    100% {
        -webkit-transform: translate(0px, 0px);
        transform: translate(0px, 0px);
    }
}

/*-------------------------------
     Social Link  CSS
-------------------------------*/
.social-profile li {
    display: inline-block;
    margin: 0 4px;
}

.social-profile li:first-child {
    margin-left: 0;
}

.social-profile li:last-child {
    margin-right: 0;
}

.social-profile li:last-child {
    margin-right: 0;
}

.social-profile li a {
    display: block;
    text-align: center;
    border: 1px solid transparent;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.social-profile li a i {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-size: 16px;
    line-height: 0.8;
}

.social-profile li a:hover {
    border-color: transparent;
    color: #338F7A;
}

.social-profile.style1 li a{
    width: 35px;
    height: 35px;
    text-align: center;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.social-profile.style1 li a {
    background: #fff;
    border-radius: 50%;
    -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

.social-profile.style1 li a i {
    color: #338F7A;
}

.social-profile.style1 li a:hover {
    background-color: #338F7A;
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
}

.social-profile.style1 li a:hover i {
    color: #fff;
}


.social-profile.style1 li a,
.header-wrap .header-top .header-top-left,
.header-wrap .header-top .header-top-left .contact-info,
.header-wrap .header-top .header-top-left .contact-info li,
.header-wrap .header-top .header-top-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.social-profile.style1 li a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.header-wrap .header-top .header-top-left,
.header-wrap .header-top .header-top-left .contact-info,
.header-wrap .header-top .header-top-left .contact-info li,
.header-wrap .header-top .header-top-right{
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
}

.header-wrap .header-top .header-top-right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

/*---------------------------------
        Header CSS
-----------------------------------*/
@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

@-webkit-keyframes toBottomFromTop10 {
    49% {
        -webkit-transform: translateY(-10%);
        transform: translateY(-10%);
    }

    50% {
        opacity: 0;
        -webkit-transform: translateY(10%);
        transform: translateY(10%);
    }

    51% {
        opacity: 1;
    }
}

@keyframes toBottomFromTop10 {
    49% {
        -webkit-transform: translateY(-10%);
        transform: translateY(-10%);
    }

    50% {
        opacity: 0;
        -webkit-transform: translateY(10%);
        transform: translateY(10%);
    }

    51% {
        opacity: 1;
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

.header-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.header-wrap.sticky {
    position: fixed;
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    -webkit-transition: 0.4s;
    transition: 0.4s;
    background: #fff;
    -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
    width: 100%;
    top: -54px;
    -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.1);
}

.header-wrap .header-top {
    padding: 12px 0 12px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.header-wrap .header-top .header-top-left .contact-info li {
    margin-right: 20px;
    padding-right: 20px;
    position: relative;
    border-right: 1px solid rgba(0, 0, 0, 0.2);
}

.header-wrap .header-top .header-top-left .contact-info li:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}

.header-wrap .header-top .header-top-left .contact-info li i {
    font-size: 16px;
    line-height: 0.8;
    color: #338F7A;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.header-wrap .header-top .header-top-left .contact-info li a,
.header-wrap .header-top .header-top-left .contact-info li p {
    display: inline-block;
    margin-left: 8px;
    margin-bottom: 0;
    font-size: 15px;
    color: #666666;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.header-wrap .header-top .header-top-left .contact-info li a:hover,
.header-wrap .header-top .header-top-left .contact-info li p:hover {
    color: #338F7A;
}

.header-wrap .header-top .header-top-right .social-profile {
    text-align: right;
    margin-left: 15px;
    position: relative;
    padding-left: 15px;
    border-left: 1px solid rgba(0, 0, 0, 0.19);
}

.header-wrap .header-top .header-top-right .social-profile:before {
    position: absolute;
    top: 50%;
    left: -2px;
    content: "";
    width: 1px;
    height: 25px;
    background-color: rgba(255, 255, 255, 0.35);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.header-wrap .header-top .header-top-right .social-profile li a {
    width: 30px;
    height: 30px;
    background-color: rgba(0, 0, 0, 0.2);
}

.header-wrap .header-top .header-top-right .social-profile li a i {
    font-size: 14px;
    color: #fff;
}

.header-wrap .header-top .header-top-right .social-profile li a:hover {
    background-color: #338F7A;
}

.header-wrap .header-bottom {
    background-color: #fff;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    -webkit-box-shadow: 0 15px 15px rgba(0, 0, 0, 0.05);
    box-shadow: 0 15px 15px rgba(0, 0, 0, 0.05);
}

.header-wrap .header-bottom .container {
    position: relative;
}

@media only screen and (max-width: 767px) {
    .hero-wrap.style1 .hero-content {
        padding: 30px 0 !important;
    }

    .revert .about-img-wrap {
        margin-top: 25px;
    }

    .revert .row {
        flex-flow: column-reverse;
    }

    .header-wrap .header-top .header-top-left .contact-item p,
    .header-wrap .header-top .header-top-left .contact-item a {
        font-size: 14px !important;
    }

    .header-wrap.sticky {
        top: -171px;
    }

    .header-wrap .navbar-brand img {
        max-width: 120px;
    }

    .header-wrap .header-top {
        padding: 15px 0;
        background-color: rgba(51, 143, 122, 0.09);
        border: none;
    }

    .header-wrap .header-top .header-top-left {
        margin-bottom: 10px;
    }

    .header-wrap .header-top .header-top-left .contact-info {
        width: 100%;
    }

    .header-wrap .header-top .header-top-left .contact-info li {
        text-align: center;
        margin-bottom: 10px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%;
        border: none;
    }

    .header-wrap .header-top .header-top-left .contact-info li span {
        top: 0px;
        width: 25px;
        height: 25px;
    }

    .header-wrap .header-top .header-top-left .contact-info li span i {
        font-size: 14px;
    }

    .header-wrap .header-top .header-top-left .contact-info li a,
    .header-wrap .header-top .header-top-left .contact-info li p {
        font-size: 14px;
    }

    .header-wrap .header-top .header-top-right {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .header-wrap .header-top .header-top-right .social-profile li a {
        width: 34px;
        height: 34px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header-wrap.sticky {
        top: -55px;
    }

    .header-wrap .header-top .header-top-left .contact-info li i {
        font-size: 15px;
    }

    .header-wrap .header-top .header-top-left .contact-info li a,
    .header-wrap .header-top .header-top-left .contact-info li p {
        font-size: 14px;
    }

    .header-wrap .header-bottom .other-options .btn {
        font-size: 15px;
        padding: 12px 20px;
    }

    .header-wrap .navbar .navbar-nav .nav-item {
        margin: 0 9px !important;
    }

    .header-wrap .navbar .navbar-nav .nav-item a {
        font-size: 16px !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-wrap.sticky {
        top: -50px;
    }

    .header-wrap .header-top {
        padding: 12px 0;
    }

    .header-wrap .header-top .header-top-left .contact-info li {
        margin-right: 8px;
        padding-right: 8px;
        border-right: none;
    }

    .header-wrap .header-top .header-top-left .contact-info li i {
        font-size: 12px;
    }

    .header-wrap .header-top .header-top-left .contact-info li a,
    .header-wrap .header-top .header-top-left .contact-info li p {
        font-size: 13px;
        margin-left: 5px;
    }

    .header-wrap .header-top .header-top-right .social-profile {
        margin-left: 10px;
        padding-left: 10px;
    }

    .header-wrap .header-top .header-top-right .social-profile li {
        margin: 0 3px;
    }

    .header-wrap .header-top .header-top-right .social-profile li a {
        width: 25px;
        height: 25px;
    }

    .header-wrap .header-top .header-top-right .social-profile li a i {
        font-size: 13px;
    }

    .header-wrap .header-top .header-top-left,
    .header-wrap .header-top .header-top-right {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .header-wrap .navbar-brand img {
        max-width: 140px;
    }
}

@media only screen and (max-width: 991px) {
    .header-wrap .header-top {
        display: none;
    }

    .hero-wrap {
        margin-top: 25px !important;
    }

    .header-wrap .header-top .header-top-left .contact-item {
        width: 100%;
        margin: 0 0 15px;
    }

    .header-wrap .header-top .header-top-left .contact-item p,
    .header-wrap .header-top .header-top-left .contact-item a {
        color: #000;
        font-size: 14px;
        font-weight: 400;
    }

    .header-wrap .header-bottom .container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .header-wrap .header-bottom .navbar .navbar-collapse {
        -webkit-box-align: start;
        -ms-flex-align: start;
        -ms-grid-row-align: flex-start;
        align-items: flex-start;
    }

    .header-wrap .header-bottom .navbar .navbar-nav {
        width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .header-wrap .header-bottom .navbar .navbar-nav .nav-item {
        position: relative;
    }

    .header-wrap .header-bottom .navbar .navbar-nav .nav-item .menu-expand {
        position: absolute;
        right: 0;
        top: 14px;
        cursor: pointer;
    }

    .header-wrap .header-bottom .navbar .navbar-nav .nav-item .menu-expand i {
        color: #000;
        font-size: 18px;
        line-height: 1;
        position: relative;
        top: 7px;
    }

    .header-wrap .header-bottom .navbar .navbar-nav .nav-item a {
        border-bottom: 1px solid rgba(0, 0, 0, 0.15);
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .header-wrap .header-bottom .navbar .navbar-nav .nav-item a i {
        display: none;
    }

    .header-wrap .header-bottom .navbar .navbar-nav .nav-item a.active {
        color: #338F7A;
    }

    .header-wrap .header-bottom .navbar .navbar-nav .nav-item a.btn {
        display: inline-block;
        padding: 10px 30px 10px;
        color: #fff;
        margin-top: 15px;
        font-weight: 500;
        font-size: 14px;
    }

    .header-wrap .header-bottom .navbar .navbar-nav .nav-item a.btn i {
        display: inline-block;
        top: 6px;
    }

    .mobile-bar-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        text-align: right;
        position: relative;
        top: 4px;
    }

    .menu-close {
        position: absolute;
        top: 13px;
        right: 16px;
    }

    .menu-close i {
        color: #000;
        font-size: 25px;
    }

    .mobile-menu {
        text-align: right;
        margin-left: 20px;
    }

    .mobile-menu a {
        width: 38px;
        height: 38px;
        border-radius: 62% 38% 46% 54% / 60% 63% 37% 40%;
        text-align: center;
        background-color: #338F7A;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .mobile-menu a i {
        font-size: 22px;
        color: #fff;
        margin: 0 auto;
    }

    .mobile-menu {
        display: inline-block;
        position: relative;
        top: -5px;
    }

    .mobile-top-bar {
        display: inline-block;
        margin-right: 6px;
        cursor: pointer;
        position: relative;
        top: 0px;
    }

    .mobile-top-bar span {
        display: block;
        width: 20px;
        height: 2px;
        background-color: #000;
        border-radius: 20px;
        margin: 5.9px 0;
    }

    .mobile-top-bar span:nth-child(1) {
        margin-top: 0;
    }

    .mobile-top-bar span:nth-child(2) {
        width: 12px;
        margin-left: 8px;
    }

    .main-menu-wrap {
        width: 100%;
        position: fixed;
        background: #EDF5F3;
        z-index: 999;
        top: 0;
        height: 100vh;
        -webkit-transition: 0.5s;
        transition: 0.5s;
        left: -100%;
        padding: 55px 20px 30px;
        overflow-y: auto;
        -webkit-transition: 0.4s;
        transition: 0.4s;
    }

    .main-menu-wrap.open {
        left: 0;
    }

    .main-menu li {
        position: relative;
    }

    .main-menu li:last-child {
        margin: 0;
    }

    .main-menu li>span.menu-expand {
        position: absolute;
        right: 0;
        top: 13px;
        cursor: pointer;
    }

    .main-menu li>span.menu-expand i {
        color: #000;
        font-size: 18px;
    }

    .main-menu li>span.menu-expand:hover {
        color: #000;
    }

    .main-menu li a.active {
        color: #338F7A;
    }

    .main-menu li>a {
        font-size: 14px;
        font-weight: 400;
        color: #000;
        text-transform: capitalize;
        display: block;
        padding: 12px 0;
        border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    }

    .main-menu li>a:hover {
        color: #000;
    }

    .main-menu li>ul.sub-menu {
        padding-left: 20px;
    }

    .header-wrap .header-bottom .main-menu-wrap #menu>ul>li>a::after {
        display: none;
    }

    .main-menu li a.active {
        font-weight: 600;
        color: #000;
        border-color: rgba(0, 0, 0, 0.3);
    }
}

@media only screen and (min-width: 992px) {
    .menu-expand i {
        display: none;
    }

    .header-wrap .navbar {
        padding: 0;
    }

    .header-wrap .navbar .navbar-brand {
        padding: 0 20px 0 0;
    }

    .header-wrap .navbar ul {
        padding-left: 0;
        list-style-type: none;
        margin-bottom: 0;
    }

    .header-wrap .navbar .navbar-nav {
        margin-left: auto;
    }

    .header-wrap .navbar .navbar-nav .nav-item {
        position: relative;
        margin: 0 10px;
    }

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

    .header-wrap .navbar .navbar-nav .nav-item a {
        color: #000;
        font-weight: 500;
        padding: 20px 0;
        -webkit-transition: 0.4s;
        transition: 0.4s;
        position: relative;
    }

    .header-wrap .navbar .navbar-nav .nav-item a:hover,
    .header-wrap .navbar .navbar-nav .nav-item a:focus,
    .header-wrap .navbar .navbar-nav .nav-item a.active {
        color: #338F7A;
    }

    .header-wrap .navbar .navbar-nav .nav-item a i {
        font-size: 16px;
        line-height: 1;
        position: relative;
        top: 4px;
        display: inline-block;
        margin-left: -3px;
        -webkit-transition: 0.4s;
        transition: 0.4s;
    }

    .header-wrap .navbar .navbar-nav .nav-item a:hover i {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .navbar-brand img {
        max-width: 140px;
    }
}

@media only screen and (min-width: 1400px) {
    .header-wrap .navbar .navbar-nav .nav-item {
        margin: 0 15px;
    }

    .header-wrap .navbar .navbar-nav .nav-item a {
        font-size: 16px;
    }
}

@media only screen and (min-width: 1600px) {
    .header-wrap .container {
        max-width: 1520px;
    }
}

.content-wrapper {
    margin-top: 139px;
}

.br-1 {
    background-image: url(../img/breadcrumb/breadcrumb-1.jpg);
}

.content-feature-list {
    margin: 0 0 28px 0;
}

.content-feature-list li {
    position: relative;
    padding-left: 25px;
    margin: 0 0 18px;
}

.content-feature-list li:last-child {
    margin-bottom: 0;
}

.content-feature-list li i {
    position: absolute;
    top: 6px;
    left: 0;
    color: #338F7A;
    font-size: 17px;
    line-height: 0.8;
}

/*-------------------------------
    Hero  Section CSS
-------------------------------*/
.hero-wrap {
    position: relative;
    z-index: 1;
    margin-top: 0px;
}

.hero-wrap .hero-content span {
    color: #338F7A;
    display: block;
    font-weight: 500;
    margin-bottom: 5px;
}

.hero-wrap .hero-content h1 {
    font-size: 48px;
    font-weight: 800;
    margin-bottom: 15px;
}

.hero-wrap .hero-content p {
    margin-bottom: 30px;
}

.hero-wrap.style1 {
    background-color: #F5F5F5;
    padding: 50px 0 0;
    overflow: hidden;
}

.hero-wrap.style1 .hero-shape-one,
.hero-wrap.style1 .hero-shape-two,
.hero-wrap.style1 .hero-shape-three,
.hero-wrap.style1 .hero-shape-four,
.hero-wrap.style1 .hero-shape-five,
.hero-wrap.style1 .hero-shape-six,
.hero-wrap.style1 .hero-skull-shape {
    position: absolute;
    z-index: -1;
}

.hero-wrap.style1 .hero-shape-one {
    bottom: 0;
    right: 0;
}

.hero-wrap.style1 .hero-shape-two {
    bottom: 0;
    left: 10px;
}

.hero-wrap.style1 .hero-shape-three {
    top: 40px;
    left: 40px;
}

.hero-wrap.style1 .hero-shape-four {
    top: 30px;
    right: 50px;
}

.hero-wrap.style1 .hero-shape-five {
    top: 50px;
    left: 0;
    height: 100%;
    width: 100%;
}

.hero-wrap.style1 .hero-shape-six {
    bottom: 0;
    right: -10px;
}

.hero-wrap.style1 .hero-skull-shape {
    bottom: -8px;
    right: 40%;
}

.hero-wrap.style1 .hero-content {
    padding: 140px 0;
}

.hero-wrap.style1 .hero-img-wrap {
    position: relative;
    bottom: -15px;
}

.hero-wrap.style2 {
    position: relative;
}


@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 50%, 0);
        transform: translate3d(0, 50%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 50%, 0);
        transform: translate3d(0, 50%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

/*-------------------------------
    About  Section CSS
-------------------------------*/
.about-wrap {
    position: relative;
    z-index: 1;
}

.about-wrap .about-content .content-title {
    margin-bottom: 25px;
}

.about-wrap .about-content .content-feature-list {
    margin-bottom: 30px;
}

.about-wrap.style1 .about-shape-one,
.about-wrap.style1 .about-shape-two,
.about-wrap.style1 .about-shape-three {
    position: absolute;
    z-index: -1;
}

.about-wrap.style1 .about-shape-one {
    bottom: 0;
    right: 50px;
}

.about-wrap.style1 .about-shape-two {
    bottom: 180px;
    right: 20%;
}

.about-wrap.style1 .about-shape-three {
    bottom: 0;
    right: 0;
}

.about-wrap.style1 .about-img-wrap {
    position: relative;
    height: 550px;
    border-radius: 10px;
}

.about-wrap.style1 .about-img-wrap .about-quote {
    position: absolute;
    bottom: 30px;
    left: 50%;
    width: calc(100% - 60px);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #338F7A;
    border-radius: 10px;
    padding: 30px;
}

.about-wrap.style1 .about-img-wrap .about-quote i {
    color: #F59946;
    position: absolute;
    top: 35px;
    left: 25px;
    font-size: 38px;
    line-height: 0.8;
}

.about-wrap.style1 .about-img-wrap .about-quote p {
    color: #fff;
    margin: 0;
    font-size: 18px;
    font-weight: 500;
    padding-left: 44px;
}

/*-------------------------------
    Event  Section CSS
-------------------------------*/
.social-profile.style1 li a,
.header-wrap .header-top .header-top-left,
.header-wrap .header-top .header-top-left .contact-info,
.header-wrap .header-top .header-top-left .contact-info li,
.header-wrap .header-top .header-top-right{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.header-wrap .header-top .header-top-left,
.header-wrap .header-top .header-top-left .contact-info,
.header-wrap .header-top .header-top-left .contact-info li,
.header-wrap .header-top .header-top-right {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
}

/*---------------------------------
        Footer CSS
-----------------------------------*/
.footer-wrap {
    position: relative;
    background-color: #338F7A;
}
.footer-wrap .footer-bottom {
    /*background-color: #000;*/
}

.footer-bottom {
    padding: 18px 10px;
}

.footer-bottom .copyright-text {
    margin: 0;
    color: #fff;
}

.footer-bottom .copyright-text i {
    position: relative;
    top: 2px;
    margin-right: 2px;
}

.footer-bottom .copyright-text span {
    color: #338F7A;
}

.footer-bottom .copyright-text a {
    color: #338F7A;
    font-weight: 500;
}

.footer-bottom .copyright-text a:hover {
    text-decoration: underline;
}

.footer-bottom .social-profile {
    text-align: right;
}

.footer-bottom .social-profile li a {
    background-color: #338F7A;
    color: #fff;
    font-size: 18px;
}

.footer-bottom .social-profile li a i {
    color: #000;
}

.footer-bottom .social-profile li a:hover {
    background-color: #F59946;
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
}

.footer-bottom .social-profile li a:hover i {
    color: #fff;
}

@media only screen and (max-width: 575px) {
    .footer-wrap .footer-bottom .copyright-text {
        margin-bottom: 15px;
    }

    .footer-wrap .footer-bottom .copyright-text,
    .footer-wrap .footer-bottom .social-profile {
        text-align: center;
    }
}

@media only screen and (max-width: 767px) {
    .footer-wrap .footer-bottom .social-profile li a {
        width: 30px;
        height: 30px;
    }

    .footer-wrap .footer-bottom .social-profile li a i {
        font-size: 14px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {

    .footer-menu li a,
    .comp-desc {
        font-size: 15px;
    }
}

.about-wrap.revert .about-shape-three {
left: 300px;
}