.navbar>.container {
    display: flex;
    flex-wrap: inherit;
    align-items: center;
    padding: 20px 0px 0px 0px;
    justify-content: space-between;
}

.container {
    position: relative;
}

.hero-section>row {
    align-items: center;
}

h1,
h2,
h3,
h4,
h5,
h6,
span {
    font-family: 'Montserrat', sans-serif;
}

p {
    font-family: 'Roboto', sans-serif;
}

.hero-bg {
    position: relative;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, #3ba6b9, #117182);
}

.hero-bg:before {
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background-image: url(../images/hero_bg_pattern.png);
}

.hero-section {
    padding: 170px 0px 100px 0px;
}

.navbar {
    position: absolute;
    z-index: 1;
    width: 100%;
}

.navbar-nav li {
    margin-right: 50px;
}

.navbar-nav .show {
    box-shadow: 1px 1px 15px 1px rgb(68 67 73 / 10%);
    color: #117182;
    border-radius: 6px;
    background: #fff;
}

.navbar-nav .nav-item:hover {
    box-shadow: 1px 1px 15px 1px rgb(68 67 73 / 10%);
    border-radius: 6px;
    background: #fff;
}

.navbar-nav .nav-link:hover {
    color: #117182;
}

.nav-link:focus {
    color: #fff;
}

.navbar-nav li a {
    font-size: 16px;
    color: #fff;
    font-weight: 500;
}

.hero-content span {
    font-size: 55px;
    font-weight: 600;
    color: #fff;
    line-height: 45px;
}

.hero-content h1 {
    font-size: 65px;
    font-weight: 700;
    color: #fff;
}

.hero-content p {
    padding-top: 30px;
    font-size: 22px;
    line-height: 22px;
    color: #fff;
    padding: 40px 0px 40px 0px;
}

.bg-pattern {
    background-image: url("../images/bg-pattern1.png");
    background-size: cover;
    background-position: center;
}

.bg-pattern2 {
    background-image: url("../images/bg-pattern2.png");
    background-size: cover;
    background-position: center;
}

.bg-pattern3 {
    background-image: url("../images/bg-pattern3.png");
    background-size: cover;
    background-position: top;
}

.hero-content a {
    color: #fff;
    font-size: 18px;
    text-decoration: none;
    font-weight: 600;
}

.hero-content .btn-layout {
    border: 5px solid #fff;
    padding: 10px 30px;
    border-radius: 50px;
    display: inline-block;
}

.hero-content .btn-layout:hover {
    border: 5px solid transparent;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 12px 28px 0px, rgba(0, 0, 0, 0.1) 0px 2px 4px 0px, rgba(255, 255, 255, 0.05) 0px 0px 0px 1px inset;
}

.hero-content a:hover {
    background: #fff;
    color: #117182;
    padding: 10px 30px;
    border-radius: 50px;
}

.hero-content .line-layout {
    position: relative;
    width: 175px;
    height: 10px;
    background: #80c5cd;
    border-radius: 50px;
    overflow: hidden;
}

.hero-content .line-layout:before {
    content: "";
    position: absolute;
    left: 1px;
    height: 10px;
    width: 140px;
    background: #fff;
    overflow: hidden;
    border-radius: 50px 0px 0px 50px;
}

.about-us,
.services,
.latest-extensions,
.featured-extensions {
    padding: 50px 0px;
}

.section-title h2 {
    position: relative;
    text-align: center;
    color: #117182;
    font-size: 45px;
    font-weight: 700;
}

.sectionin {
    padding: 50px 0px;
}

.about-us-content h5 {
    color: #117182;
    font-size: 18px;
    font-weight: 600;
}

.about-us-content h2 {
    font-size: 35px;
    font-weight: 700;
    padding-bottom: 12px;
}

.about-us-content p {
    color: #3ba6b9;
    font-size: 16px;
}

.about-us-content a {
    color: #117182;
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
}

.about-us-content .btn-layout {
    border: 5px solid #3ba6b9;
    padding: 8px 30px;
    border-radius: 50px;
    display: inline-block;
    margin-top: 15px;
}

.about-us-content a:hover {
    color: #fff;
}

.about-us-content .btn-layout:hover {
    background: #3ba6b9;
}

.snservice-bg {
    border-radius: 25px;
    position: relative;
    background: #ffffff9e;
    overflow: hidden;
}

.snservice-bg:hover {
    box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
}

.snservice-bg .circle:before {
    content: "";
    position: absolute;
    height: 180px;
    width: 180px;
    background: #c3e4eb;
    left: 0;
    right: 0;
    top: -85px;
    margin: auto;
    border-radius: 90px;
    z-index: 0;
}

.snservice-bg:hover .bottom-border:after {
    content: "";
    height: 20px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0px;
    right: 0px;
    transition: 300ms all linear 0ms;
    background: #c3e4eb;
}

.snservice-bg .service-icon {
    display: flex;
    justify-content: center;
    padding-top: 40px;
    position: relative;
}

.snservice-bg:hover .service-icon img {
    animation: flip-icon 1s ease-in-out;
}

@keyframes flip-icon {
    0% {
        transform: rotateY(0deg);
    }

    100% {
        transform: rotateY(360deg);
    }
}

.service-content h2 {
    font-size: 30px;
    font-weight: 600;
    line-height: 30px;
    color: #117182;
    padding-top: 30px;
}

.service-content p {
    font-size: 16px;
    padding: 22px 32px 30px 32px;
}

.snin {
    padding-top: 30px;
}

.oc-bg {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 80px 0px 60px 0px;
    background: linear-gradient(to right, #3ba6b9, #117182);
}

.oc-bg:before {
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background-image: url(../images/hero_bg_pattern.png);
    z-index: 0;
}

.oc-logo img {
    padding-bottom: 20px;
}

.oc-btn {
    position: relative;
    z-index: 1;
    display: block;
    margin: auto;
    padding: 12px;
    background: #fff;
    color: #fff;
    border: 3px solid #fff;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
}

.oc-btn:before {
    content: " ";
    position: absolute;
    height: 100%;
    width: 55%;
    background: #3ba6b9;
    top: 0;
    left: 0;
    border-radius: 5px;
    z-index: -1;
    transition: all 0.5s ease-out;
}

.oc-btn:after {
    content: " ";
    position: absolute;
    height: 100%;
    width: 55%;
    right: 0;
    top: 0;
    background: #3ba6b9;
    border-radius: 5px;
    z-index: -1;
    transition: all 0.5s ease-out;
}

.oc-btn:hover:before {
    width: 0;
}

.oc-btn:hover:after {
    width: 0;
}

.oc-btn:hover {
    cursor: pointer;
    color: #117182;
    border: 3px solid #3ba6b9;
    border-radius: 8px;
}

.swiper-slide .swiper-img img {
    border: 10px solid #c3e4eb;
    border-radius: 10px;
}

.swiper-img img {
    width: 100%;
}

.swiper-slide.swiper-slide-active .swiper-img {
    position: relative;
    overflow: hidden;
    padding: 40px 20px;
}

.swiper-slide.swiper-slide-active .swiper-img:before {
    content: "";
    position: absolute;
    top: 20px;
    height: 55px;
    width: 100%;
    border-radius: 50px;
    background: #3ba6b9;
    z-index: -1;
    right: 0px;
    left: 0;
}

.swiper-slide.swiper-slide-active .swiper-img:after {
    content: "";
    position: absolute;
    bottom: 20px;
    height: 55px;
    width: 100%;
    border-radius: 50px;
    background: #3ba6b9;
    z-index: -1;
    right: 0px;
}

.swiper-slide .swiper-img {
    padding: 40px 20px;
}

.swiper-slide .swiper-img img {
    transform: scale(0.9);
}

.swiper-slide.swiper-slide-active .swiper-img img {
    border: 10px solid transparent;
    transform: scale(1);
}

.featured-bg {
    background: #e4f6f8;
    width: 100%;
    height: 100%;
}

.featured-extensions a {
    color: #117182;
    text-decoration: none;
    font-size: 18px;
    font-weight: 700;
}

.extensions>div {
    padding: 15px;
}



.section-title h2 {
    position: relative;
    text-align: center;
    color: #117182;
    font-size: 45px;
    font-weight: 700;
}

.section-title h2:before {
    content: "";
    position: absolute;
    bottom: 4px;
    background: #c4e5eb;
    width: 200px;
    height: 14px;
    right: 0;
    left: 0;
    margin: auto;
    z-index: 1;
}

.section-title h2 span {
    position: relative;
    z-index: 2;
}

.contact-bg {
    background: #3ba6b9;
}

.curve-pattern {
    position: relative;
    bottom: -1px;
    width: 100%;
}

.curve-pattern img {
    width: 100%;
}

.contact-content h2 {
    color: #fff;
    font-size: 45px;
    font-weight: 700;
    margin: 0;
}

.contact-content h5 {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    padding-bottom: 20px;
}

.contact-content p,.contact-content a {
    color: #fff;
    font-size: 18px;
}


.contact-content {
    margin-right: 100px;
    padding: 30px 0px;
}

.mail-box-manage {
    position: relative;
}

.mail-area:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: url("../images/mail-pattern.png");
}

.mail-area {
    background: #117182;
    width: 100%;
    border-radius: 30px;
    padding: 45px;
    position: absolute;
    margin-top: -180px;
    overflow: hidden;
    z-index: 3;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}

.mail-area>* {
    position: relative;
}

.form-layout {
    background: #fff;
    padding: 18px;
    border-radius: 30px;
    color: #3ba6b9;
    font-size: 16px;
    margin: 20px 0px;
}

.mail-area .btn-layout {
    background: #3ba6b9;
    border: none;
    padding: 10px 40px;
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    border-radius: 10px;
    margin-top: 35px;
}

.mail-area .btn-layout:hover {
    background: #41b7cc;
}

.form-control::placeholder {
    color: #117182 !important;
}

.footer-bg {
    position: relative;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, #3ba6b9, #117182);
}

.footer-bg:before {
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background-image: url(../images/hero_bg_pattern.png);
}

.footer-padding {
    padding: 130px 0px 0px 0px;
}

.footer-menu {
    padding: 30px 0;
}

.footer-menu a {
    color: #fff;
    text-decoration: none;
    font-size: 20px;
    margin: 0px 40px 0px 40px;
    font-weight: 600;
}

.footer-menu a:hover {
    color: #c4e5eb;
}

.footer-content {
    padding: 0px 250px;
}

.footer-content p {
    color: #fff;
}

.social-media {
    padding: 20px 0px;
}

.social-media a {
    color: #fff;
    font-size: 22px;
    margin: 8px 12px;
}

.social-media a:hover {
    color: #c4e5eb;
}

.copyright {
    color: #fff;
    border-top: 1px solid;
    padding: 15px 0px;
}

.copyright a {
    color: #fff;
    text-decoration: none;
}

.copyright a:hover {
    color: #c4e5eb;
}

.flex-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.flex-row>div {
    padding: 15px;
}

.typed-cursor {
    display: none;
}

.form-group textarea {
    height: 210px;
}

.inner-pages .navbar.navbar-expand-sm {
    background: #117182;
    opacity: 0.9;
}

.inner-pages .featured-extensions {
    padding: 150px 0px 30px 0px;
    background: #e4f6f8;
}

.inner-pages .extension-img {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
    transition: all 0.3s;
}

.inner-pages .price-area {
    position: relative;
}

.inner-pages .price {
    position: absolute;
    background: #fff;
    padding: 12px 22px;
    right: -15px;
    bottom: 15px;
    border-radius: 5px;
    color: #117182;
    font-size: 25px;
    font-weight: 700;
    box-shadow: rgb(0 0 0 / 7%) 0px 1px 2px, rgb(0 0 0 / 7%) 0px 2px 4px, rgb(0 0 0 / 7%) 0px 4px 8px, rgb(0 0 0 / 7%) 0px 8px 16px, rgb(0 0 0 / 7%) 0px 16px 32px, rgb(0 0 0 / 7%) 0px 32px 64px;
}

.inner-pages .extensions>div {
    padding: 30px 20px;
}

.inner-pages .featured-extensions .btn-layout {
    display: none;
}

.inner-pages .extension-img img {
    transition: all 0.3s;
}

.inner-pages .buy {
    background: #11718280;
    position: absolute;
    bottom: 0;
    height: 100%;
    width: 100%;
    left: 0;
    right: 0;
    transition: all 0.3s;
    opacity: 0;
}

.inner-pages .buy-btn {
    color: #fff;
    position: absolute;
    height: 60px;
    width: 60px;
    border-radius: 50px;
    border: 5px solid #fff;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}

.inner-pages .buy-btn:hover {
    border-color: #e4f6f8;
}

.inner-pages .buy-btn i {
    font-size: 25px;
    line-height: 50px;
}

.inner-pages .buy-btn i:hover {
    color: #e4f6f8;
}

.inner-pages .extension-img:hover .buy {
    opacity: 1;
}

.inner-pages .doc-wrapper {
    padding: 150px 0px 50px 0px;
}

.inner-pages .doc-header h2 {
    position: relative;
    text-align: center;
    color: #117182;
    font-size: 45px;
    font-weight: 700;
}

.inner-pages .doc-header h2:before {
    content: "";
    position: absolute;
    bottom: 4px;
    background: #c4e5eb;
    width: 200px;
    height: 14px;
    right: 0;
    left: 0;
    margin: auto;
    z-index: 0;
}

.inner-pages .doc-header h2 span {
    position: relative;
    z-index: 0;
}

.inner-pages .doc-header p {
    font-size: 18px;
    color: #3ba6b9;
}

.inner-pages .content-inner p {
    font-size: 32px;
    color: #117182;
    font-weight: 600;
}

.inner-pages .section-title {
    position: relative;
    color: #117182;
    font-size: 45px;
    font-weight: 700;
}

.inner-pages .section-title:before {
    content: "";
    position: absolute;
    bottom: -3px;
    background: #c4e5eb;
    width: 60px;
    height: 5px;
    z-index: -1;
    border-radius: 10px;
    left: -10px;
}

.inner-pages .section-block ul {
    padding: 0px;
}

.inner-pages .section-block ul li {
    list-style: none;
    padding-top: 10px;
}

.inner-pages .section-block ul li i {
    font-size: 20px;
    color: #117182;
    margin-right: 12px;
}

.inner-pages .section-block ul li a {
    color: #3ba6b9;
    text-decoration: none;
    font-size: 20px;
}

.inner-pages .section-block ul li:hover a {
    color: #666a6b;
}

.inner-pages .content-inner .link {
    font-size: 28px;
    color: #117182;
    font-weight: 600;
    text-align: center;
    padding-top: 20px;
}

.inner-pages .content-inner .link a {
    color: #3ba6b9;
    text-decoration: none;
}

.inner-pages .content-inner .link a:hover {
    color: #666a6b;
}
.oc-logo a{
    width: 20%;
    text-decoration: none;
}