﻿@import url('Colors.css');
@import url('Fonts.css');

body {
    line-height: 2;
    font-family: IRANSans;
}

button:focus, input:focus {
    outline: none;
}

@media (min-width:992px) {
    .container-fluid {
        width: 970px;
    }
}

@media (min-width:1200px) {
    .container-fluid {
        width: 95%;
        padding: 0;
    }
}

.container {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}

.base-section {
    background: var(--White);
    padding: 1em 0 4em;
    border-radius: 2em;
    box-shadow: 0px 0px 40px -7px rgb(36 64 255 / 25%);
}

.btn {
    padding: 12px 20px;
    border-radius: 10px;
    font-family: 'Mikhak';
}

.btn-magenta {
    background-color: var(--DarkMagenta);
    color: var(--White) !important;
    font-weight: bold;
}

.btn-transparent {
    color: var(--DGreen) !important;
    font-weight: bold;
}

    .btn-transparent i {
        font-size: 12pt;
        vertical-align: middle;
        color: var(--RadicalRed);
    }

.dividers {
    border-radius: 4px;
    width: 100px;
    height: 4px;
    background: var(--Gray);
}

.top-space {
    margin-top: 3em;
}

.titles {
    font-size: 30px;
    color: var(--LGreen);
    text-align: center;
    font-family: Tak;
}

    .titles span {
        color: var(--RadicalRed);
    }

.title-bg {
    border-radius: 1rem;
}

    .title-bg a {
        color: var(--MatterHorn);
    }

.iq-tw-1 {
    font-weight: 100;
}

.iq-tw-2 {
    font-weight: 200;
}

.iq-tw-3 {
    font-weight: 300;
}

.iq-tw-4 {
    font-weight: 400;
}

.iq-tw-5 {
    font-weight: 500;
}

.iq-tw-6 {
    font-weight: 600;
}

.iq-tw-7 {
    font-weight: 700;
}

.iq-tw-8 {
    font-weight: 800;
}

.iq-tw-9 {
    font-weight: 900;
}

.iq-font-blue {
    color: #047a95;
}

.iq-font-white {
    color: #ffffff;
}

.iq-font-black {
    color: #333333;
}

.iq-font-light {
    color: #666666;
}

.card-body {
    padding: 1rem 1rem 2rem;
    border-radius: 0 !important;
}

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: none;
    border-radius: 3em;
    font-weight: 400;
    border: 0;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
}

    .card .card-body .card-text {
        font-size: 14px;
        font-weight: 400;
        color: #747373;
        line-height: 25px;
    }

.card-title {
    margin-bottom: .75rem;
    color: #01748f;
    font-size: 15px;
}

.card-img, .card-img-top {
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
}

.card-img, .card-img-top, .card-img-bottom {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
}

.view {
    position: relative;
    overflow: hidden;
    cursor: default;
}

    .view img, .view video {
        position: relative;
        display: block;
    }

.fa-lg {
    font-size: 15px !important;
    line-height: .75em;
    vertical-align: -.0667em;
    color: #2590ff;
}

.pl-2, .px-2 {
    padding-left: .5rem !important;
}

/****************/
/*Navbar*/
/****************/
.header {
    background-color: #fff;
    z-index: 3;
    padding: 20px 0 0;
    margin-bottom: 15px;
}

    .header ul {
        margin: 0;
        padding: 0;
        list-style: none;
        overflow: hidden;
        background-color: #fff;
    }

    .header li a {
        display: block;
        font-weight: bold;
        padding: 10px 20px;
        text-decoration: none;
        color: var(--DimGray);
    }

        .header li a:hover,
        .header .menu-btn:hover {
            background-color: #fff;
            color: var(--RadicalRed);
        }

    .header .logo {
        color: var(--LGreen);
        display: block;
        float: right;
        font-size: 2em;
        padding: 2px 0 2px 0;
        text-decoration: none;
        margin-left: 1em;
        font-family: Tak;
    }

    .header .menu {
        clear: both;
        max-height: 0;
        margin-top: 1rem;
        transition: max-height .2s ease-out;
    }

        .header .menu #register {
            color: var(--LGreen);
            border-radius: 1.7rem;
            padding-left: 3rem;
            padding-right: 3rem;
            border: 2px solid var(--LGreen);
        }

            .header .menu #register:hover {
                color: var(--RadicalRed);
                border: 2px solid var(--RadicalRed);
            }

    .header .menu-icon {
        cursor: pointer;
        display: inline-block;
        float: left;
        padding: 28px 20px;
        position: relative;
        user-select: none;
    }

        .header .menu-icon .navicon {
            background: #333;
            display: block;
            height: 2px;
            position: relative;
            transition: background .2s ease-out;
            width: 18px;
        }

            .header .menu-icon .navicon:before,
            .header .menu-icon .navicon:after {
                background: #333;
                content: '';
                display: block;
                height: 100%;
                position: absolute;
                transition: all .2s ease-out;
                width: 100%;
            }

            .header .menu-icon .navicon:before {
                top: 5px;
            }

            .header .menu-icon .navicon:after {
                top: -5px;
            }

    .header .menu-btn {
        display: none;
    }

        .header .menu-btn:checked ~ .menu {
            max-height: 240px;
        }

        .header .menu-btn:checked ~ .menu-icon .navicon {
            background: transparent;
        }

            .header .menu-btn:checked ~ .menu-icon .navicon:before {
                transform: rotate(-45deg);
            }

            .header .menu-btn:checked ~ .menu-icon .navicon:after {
                transform: rotate(45deg);
            }

        .header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
        .header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
            top: 0;
        }

@media (min-width: 875px) {
    .header li {
        float: right;
    }

    .header .menu {
        clear: none;
        max-height: none;
    }

    .header .menu-icon {
        display: none;
    }
}

@media(max-width: 480px) {
    .header .menu li {
        margin: 0 1rem;
    }

    .header .logo {
        margin-right: 1rem;
    }
}

.fixed {
    z-index: 9999;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: var(--White);
    animation: smoothScroll 1s forwards;
    padding-bottom: .5rem;
}

@keyframes smoothScroll {
    0% {
        transform: translateY(-40px);
    }

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

.header ul ul#drop-down {
    display: none;
    position: absolute;
    top: 70px;
}

.header ul li:hover > ul#drop-down {
    display: inherit;
}

.header ul ul#drop-down li {
    width: 170px;
    float: none;
    display: list-item;
    position: relative;
}

.header li > a:after {
    font-family: fontawesome-webfont;
    content: "\f107";
    padding-right: 5px;
}

.header li > a:only-child:after {
    content: "";
}

#site-type div {
    display: inline-block;
}

    #site-type div:first-child {
        text-align: center;
        font-size: 20px;
        border: 2px solid var(--Gray);
        padding: 10px 30px;
        border-radius: 1.7rem;
        color: var(--MatterHorn);
    }

    #site-type div ul li {
        display: inline-block;
        list-style: disc;
    }
/****************/
/*Header*/
/****************/
.bg-header {
    background-image: url('../Images/MyImages/TakBanner.jpg');
    background-position: center center;
    background-size: cover;
    border-radius: 2rem 2rem 6em 6em;
}

    .bg-header div {
        max-width: 800px;
        width: 100%;
        margin: auto;
        padding: 10em 0;
    }

        .bg-header div h1 {
            color: #fff;
            text-align: center;
            font-family: Tak;
        }

            .bg-header div h1 span {
                color: var(--LGreen);
            }

        .bg-header div p {
            line-height: 3rem;
            margin-top: 2em;
            color: #c9c7c7;
        }

        .bg-header div a {
            color: var(--White);
            background: var(--DarkMagenta);
        }

            .bg-header div a:hover {
                color: var(--White);
                background: #76006d;
            }

/****************/
/*options*/
/****************/
.icon {
    font-size: 3.5rem;
    vertical-align: middle;
    width: 65px;
    height: 65px;
    color: var(--RadicalRed);
    background: #ffe9ee;
    text-align: center;
    padding-top: 2px;
    border-radius: 50%;
    margin-left: 1rem;
    float: right;
}

.options {
    line-height: 15px;
    margin-top: 12px;
    padding-top: 1rem;
    color: var(--DGreen);
}

    .options p {
        font-size: 1em;
        font-weight: bold;
    }

        .options p span {
            font-size: 1.2rem;
            font-weight: bold;
            word-spacing: 3px;
            color: var(--DimGray);
            font-family: Mikhak;
        }

/****************/
/*Service*/
/****************/

.iq-fancy-boxnew {
    padding: 30px;
    overflow: hidden;
    position: relative;
    background: #fff;
    margin-bottom: 20px;
    border-bottom: 4px solid transparent;
}

    .iq-fancy-boxnew:hover {
        background: #f5f7fb;
        border-radius: 1.7rem;
        border-bottom: 4px solid var(--RadicalRed);
        transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
    }

    .iq-fancy-boxnew .iq-icon {
        border-radius: 90px;
        display: inline-block;
        height: 86px;
        width: 86px;
        line-height: 86px;
        text-align: center;
        color: #fff;
        background: #047a95;
        -webkit-transition: all 0.5s ease-out 0s;
        -moz-transition: all 0.5s ease-out 0s;
        -ms-transition: all 0.5s ease-out 0s;
        -o-transition: all 0.5s ease-out 0s;
        transition: all 0.5s ease-out 0s;
    }

        .iq-fancy-boxnew .iq-icon i {
            font-size: 40px;
        }

    .iq-fancy-boxnew .fancy-content h5 {
        z-index: 9;
        position: relative;
        text-align: center;
        font-family: Mikhak;
    }

    .iq-fancy-boxnew .fancy-content p {
        margin-bottom: 0;
        font-family: Lato;
        color: var(--DGreen);
    }

.fancy-content {
    margin-top: 2em;
}

.iq-works-imgs {
    width: 100%;
}

.iq-fancy-boxnew.text-center .icon-bg {
    text-align: center;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 100px;
    margin: auto;
    position: relative;
    background-color: var(--RadicalRed);
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    box-shadow: 15px 15px 50px rgba(0, 0, 0, 0.2);
    animation: one-animated 10s infinite;
    overflow: hidden;
}

@keyframes one-animated {
    0% {
        border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    }

    25% {
        border-radius: 58% 42% 75% 25% / 76% 46% 54% 24%;
    }

    50% {
        border-radius: 50% 50% 33% 67% / 55% 27% 73% 45%;
    }

    75% {
        border-radius: 33% 67% 58% 42% / 63% 68% 32% 37%;
    }
}

/****************/
/*Customer*/
/****************/
.slick-slide {
    margin: 0px 20px;
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

    .slick-list:focus {
        outline: none;
    }

    .slick-list.dragging {
        cursor: pointer;
        cursor: hand;
    }

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    padding: 1em 0;
}

    .slick-track:before,
    .slick-track:after {
        display: table;
        content: '';
    }

    .slick-track:after {
        clear: both;
    }

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
    background: var(--White);
    border-radius: 2em;
    box-shadow: 0px 0px 20px -5px rgb(36 64 255 / 25%);
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
    width: 100%;
    padding: 1rem;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

#s {
    display: contents;
}

    #s .b {
        width: 100%;
        margin-bottom: 3rem;
    }

/****************/
/*Work Sample*/
/****************/
.card-columns .card {
    margin-bottom: 3rem;
}

.card-columns .card {
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%);
    transition: 0.3s;
    border: none;
}

.card-columns .card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 3rem;
}

.card-columns .card-img-top {
    width: 100%;
    border-radius: calc(3rem - 1px);
    border: 3px solid var(--White);
}

.card-columns .card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.8rem;
}

.card-columns .card-title {
    font-weight: bold;
    margin-bottom: 0.75rem;
    line-height: 3.5rem;
}

.card-columns .card-text {
    color: var(--Nero);
    line-height: 2.4rem;
}

    .card-columns .card-text:last-child {
        margin-bottom: 0;
    }

.card-columns .card {
    box-shadow: 2px 2px 8px 0 rgb(0 0 0 / 10%);
    transition: 0.3s;
    border: none;
}

    .card-columns .card:hover {
        box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.4);
    }

    .card-columns .card a:hover {
        text-decoration: none;
    }

    .card-columns .card .text-muted i {
        margin: 0 10px;
    }

    .card-columns .card .read {
        margin-top: 1em;
        text-align: left;
    }

        .card-columns .card .read a {
            background: var(--Wattle);
        }

.desc-sample {
    box-shadow: 1px 1px 20px -5px #cdcdcd;
    padding: 2em;
    border-radius: 2em;
}

    .desc-sample h2 {
        font-family: mikhak;
        font-weight: bold;
        color: var(--DimGray);
        padding-bottom: 2rem;
        border-bottom: 1px solid var(--Gray);
    }

    .desc-sample h3 {
        font-family: mikhak;
        font-weight: bold;
        color: var(--Gray);
    }

    .desc-sample ul {
        color: var(--Navy);
        font-weight: bold;
        margin-top: 1em;
        line-height: 3;
    }

.sample-img {
    border-radius: 2em;
	width: 100%;
    box-shadow: 1px 1px 20px -5px #cdcdcd;
}

@media (min-width: 576px) {
    .card-columns {
        -webkit-column-count: 4;
        -moz-column-count: 4;
        column-count: 4;
        -webkit-column-gap: 1.25rem;
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem;
    }

        .card-columns .card {
            display: inline-block;
            width: 100%;
        }
}

/****************/
/*Topic*/
/****************/

.main-timeline {
    font-family: Mikhak;
}

    .main-timeline:after {
        content: '';
        display: block;
        clear: both;
    }

    .main-timeline .timeline {
        width: calc(50% + 30px);
        margin: 0 0 30px;
        float: left;
    }

    .main-timeline .timeline-content {
        color: #555;
        min-height: 147px;
        padding: 20px 75px 20px 20px;
        box-shadow: 0 0 30px -10px rgba(0,0,0,0.5);
        display: block;
        position: relative;
        z-index: 1;
        background: var(--White);
    }

        .main-timeline .timeline-content:hover {
            text-decoration: none;
        }

        .main-timeline .timeline-content:before,
        .main-timeline .timeline-content:after {
            content: '';
            background-color: var(--Torbo);
            height: 100%;
            width: 60px;
            position: absolute;
            right: 0;
            top: 0;
        }

        .main-timeline .timeline-content:after {
            height: 42px;
            width: 42px;
            transform: rotate(45deg);
            top: calc(100% - 21px);
            right: 9px;
            clip-path: polygon(0% 0%, 0% 100%, 20% 100%, 20% 20%, 80% 20%, 80% 80%, 20% 80%, 20% 100%, 100% 100%, 100% 0%);
        }

    .main-timeline .timeline-year {
        color: #fff;
        font-size: 30px;
        font-weight: 600;
        line-height: 28px;
        letter-spacing: 0.5px;
        transform: translateY(-50%) rotate(-90deg);
        position: absolute;
        right: 20px;
        top: 50%;
    }

    .main-timeline .title {
        color: var(--Torbo);
        font-size: 22px;
        font-weight: 700;
        letter-spacing: 1px;
        text-transform: uppercase;
        margin: 0 0 8px;
    }

    .main-timeline .timeline-icon {
        color: #ffdb57;
        font-size: 45px;
        text-align: center;
        line-height: 70px;
        height: 70px;
        width: 70px;
        vertical-align: top;
        display: initial;
    }

    .main-timeline .description {
        color: #777;
        font-size: 13px;
        font-weight: 400;
        letter-spacing: 0.5px;
        line-height: 18px;
        width: calc(100% - 75px);
        margin: 0;
        display: inline-block;
    }

    .main-timeline .timeline:nth-child(even) {
        float: right;
    }

        .main-timeline .timeline:nth-child(even) .timeline-content {
            padding: 20px 20px 20px 75px;
        }

            .main-timeline .timeline:nth-child(even) .timeline-content:before {
                right: auto;
                left: 0;
            }

            .main-timeline .timeline:nth-child(even) .timeline-content:after {
                right: auto;
                left: 9px;
            }

        .main-timeline .timeline:nth-child(even) .timeline-year {
            right: auto;
            left: 20px;
        }

    .main-timeline .timeline:nth-child(4n+2) .timeline-content:before,
    .main-timeline .timeline:nth-child(4n+2) .timeline-content:after {
        background-color: var(--DarkMagenta);
    }

    .main-timeline .timeline:nth-child(4n+2) .title {
        color: var(--DarkMagenta);
    }

    .main-timeline .timeline:nth-child(4n+2) .timeline-icon {
        color: #cd78c6;
    }

    .main-timeline .timeline:nth-child(4n+3) .timeline-content:before,
    .main-timeline .timeline:nth-child(4n+3) .timeline-content:after {
        background-color: var(--LGreen);
    }

    .main-timeline .timeline:nth-child(4n+3) .title {
        color: var(--LGreen);
    }

    .main-timeline .timeline:nth-child(4n+3) .timeline-icon {
        color: #56e1ad;
    }

    .main-timeline .timeline:nth-child(4n+4) .timeline-content:before,
    .main-timeline .timeline:nth-child(4n+4) .timeline-content:after {
        background-color: var(--RadicalRed);
    }

    .main-timeline .timeline:nth-child(4n+4) .title {
        color: var(--RadicalRed);
    }

    .main-timeline .timeline:nth-child(4n+4) .timeline-icon {
        color: #F85686;
    }

    .main-timeline .timeline:nth-child(4n+5) .timeline-content:before,
    .main-timeline .timeline:nth-child(4n+5) .timeline-content:after {
        background-color: var(--Navy);
    }

    .main-timeline .timeline:nth-child(4n+5) .title {
        color: var(--Navy);
    }

    .main-timeline .timeline:nth-child(4n+5) .timeline-icon {
        color: #6f63af;
    }

@media screen and (max-width:767px) {
    .main-timeline .timeline {
        width: 100%;
    }
}

@media screen and (max-width:576px) {
    .main-timeline .timeline-content,
    .main-timeline .timeline:nth-child(even) .timeline-content {
        padding: 75px 20px 20px;
    }

        .main-timeline .timeline-content:before,
        .main-timeline .timeline:nth-child(even) .timeline-content:before {
            width: 100%;
            height: 60px;
        }

        .main-timeline .timeline-content:after,
        .main-timeline .timeline:nth-child(even) .timeline-content:after {
            display: none;
        }

    .main-timeline .timeline-year,
    .main-timeline .timeline:nth-child(even) .timeline-year {
        transform: translateX(-50%) translateY(0) rotate(0);
        left: 50%;
        right: auto;
        top: 17px;
    }
}

@media (max-width: 480px) {
    .main-timeline .title {
        font-size: 15px;
        margin: 0 0 15px;
    }
}

/****************/
/*Reason*/
/****************/
.optionBox {
    padding: 30px 0;
}

    .optionBox .option-icon {
        background: #ffe9ee;
        height: 70px;
        width: 70px;
        border-radius: 50%;
        text-align: center;
        float: right;
    }

        .optionBox .option-icon.red {
            background: #F35958;
        }

        .optionBox .option-icon.blue {
            background: #02A2DD;
        }

        .optionBox .option-icon.purple {
            background: #9F84C4;
        }

        .optionBox .option-icon.darkCyan {
            background: #008B8B;
        }

        .optionBox .option-icon.strongcyan {
            background: #1ABC9C;
        }

        .optionBox .option-icon i {
            font-size: 30px;
            color: var(--RadicalRed);
            line-height: 70px;
        }

    .optionBox .option-content {
        margin-right: 95px;
        margin-top: 2em;
    }

        .optionBox .option-content h3 {
            color: hsl(0, 0%, 20%);
            font-size: 18px;
            font-weight: 600;
            margin-top: 0;
            text-align: center;
        }

        .optionBox .option-content p {
            color: hsl(0, 0%, 47%);
            line-height: 1.6em;
        }

    .optionBox .read {
        color: #61D3E2;
        text-decoration: none;
    }

        .optionBox .read i {
            font-size: 16px;
            margin-left: 10px;
        }

@media (max-width: 480px) {
    .optionBox .option-content h3 {
        font-size: 15px;
    }
}

/****************/
/*Proposal*/
/****************/
.Proposal {
    font-size: 18px;
    padding: 2em;
}

.phone1 {
    border: 2px solid var(--RadicalRed);
    padding: 1rem;
    border-radius: 1rem;
    color: var(--RadicalRed);
    margin-left: 1rem;
}

.phone2 {
    border: 2px solid var(--LGreen);
    padding: 1rem;
    border-radius: 1rem;
    color: var(--LGreen);
}

    .phone1 span, .phone2 span {
        vertical-align: middle;
    }

@media (max-width: 480px) {
    .Proposal {
        font-size: 15px;
    }
}

/****************/
/*Post*/
/****************/
.content {
    margin-top: 6em;
}

.card-item {
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 18px 40px -16px rgba(36, 64, 255, 0.25);
    transition: ease 0.4s;
}

    .card-item .color-back-img {
        width: 100%;
        position: absolute;
        margin: 25px;
        border-radius: 15px;
        z-index: 0;
    }

    .card-item .img-card {
        position: relative;
        width: 100%;
        left: 0;
        right: 0;
        padding: 0 1em;
        margin: -60px auto 0;
    }

    .card-item .title {
        padding: 15px 35px 15px 35px;
        font-weight: 500;
        color: #707070;
        font-size: 20px;
        text-align: center;
    }

    .card-item .text-body {
        font-weight: 300;
        color: #707070;
        font-size: 13px;
        line-height: 22px;
        padding: 0 35px 30px;
    }

    .card-item .card-footer {
        text-align: center;
        padding: 0 35px 2rem 35px;
    }

        .card-item .card-footer ul {
            margin-right: -40px;
        }

            .card-item .card-footer ul li {
                margin-left: 15px;
                display: inline-block;
                color: var(--DarkMagenta);
            }

                .card-item .card-footer ul li i {
                    color: var(--LGreen);
                }

        .card-item .card-footer a {
            cursor: pointer;
        }

            .card-item .card-footer a:hover {
                color: var(--White);
                text-decoration: none;
            }

        .card-item .card-footer img {
            width: 40px;
        }

        .card-item .card-footer .btn-card {
            text-align: center;
            padding: 1rem 2rem;
            font-size: 19px;
            border-radius: 2em;
        }

.btn-1 {
    background: #f3d7f1;
    color: var(--DarkMagenta);
}

.btn-2 {
    background: #ffdbe3;
    color: var(--RadicalRed);
}

.btn-3 {
    background: #cffbea;
    color: var(--LGreen);
}

.btn-4 {
    background: #e2deff;
    color: #8168ff;
}

.btn-5 {
    background: linear-gradient(to left, var(--DarkMagenta) 0%, var(--RadicalRed) 100%);
    color: var(--White);
}

    .btn-5:hover {
        background: linear-gradient(to right, var(--DarkMagenta) 0%, var(--RadicalRed) 100%);
    }

.more {
    color: var(--Navy);
    font-weight: bold;
    font-size: 2rem;
}

#btnDisplayMoreData i {
    vertical-align: middle;
    font-size: 1.5em;
    color: var(--LGreen);
}

.subject-post {
    padding: 0px 25px 11px;
    color: var(--RadicalRed);
    font-weight: bold;
    font-size: 25px;
}

    .subject-post span {
        color: var(--LGreen);
    }

.desc-post {
    padding: 0px 25px;
    line-height: 35px;
    color: #5a5959;
}

.list-inline-post {
    padding-bottom: 12px;
    color: #9a9a9a;
}

@media (max-width: 849px) {
    .wrapper {
        width: 100%;
        height: 100%;
        flex-direction: column;
    }

        .wrapper .card-item {
            margin: 65px 0 30px;
        }
}

@media (max-width: 480px) {
    .card-item {
        margin-top: 6em;
        border-radius: 14px;
    }

        .card-item .color-back-img {
            margin: 15px;
            border-radius: 10px;
        }

        .card-item .title {
            font-size: 18px;
        }

        .card-item .text-body {
            font-size: 12px;
            line-height: 17px;
            padding: 0 20px 15px;
        }

        .card-item .card-footer .btn-card {
            padding: 9px;
            font-size: 14px;
        }
}

@media (min-width: 576px) {
    .content {
        -webkit-column-count: 4;
        -moz-column-count: 4;
        column-count: 4;
        -webkit-column-gap: 1.25rem;
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem;
    }
}

/****************/
/*Map*/
/****************/
.world_map_area {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    font-size: larger;
}

.world_map_inner {
    text-align: center;
    position: relative;
}

.bd-callout {
    text-align: right;
    position: absolute;
    right: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    max-width: 550px;
    width: 100%;
    background: #fff;
    -webkit-box-shadow: 0px 0px 46px 15px rgb(0 0 0 / 15%);
    -moz-box-shadow: 0px 0px 46px 15px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 46px 15px rgb(0 0 0 / 15%);
    border-left: 8px;
    border-style: solid;
    border-image: -moz-linear-gradient(top, var(--DarkMagenta) 0%, var(--RadicalRed) 100%);
    -webkit-border-image: -webkit-linear-gradient(top, var(--DarkMagenta) 0%, var(--RadicalRed) 100%);
    border-image: -webkit-linear-gradient(top, var(--DarkMagenta) 0%, var(--RadicalRed) 100%);
    -o-border-image: -o-linear-gradient(top, var(--DarkMagenta) 0%, var(--RadicalRed) 100%);
    border-image: -webkit-gradient(linear, left top, left bottom, from(var(--DarkMagenta)), to(var(--RadicalRed)));
    border-image: linear-gradient(to bottom, var(--DarkMagenta) 0%, var(--RadicalRed) 100%);
    border-image-slice: 1;
    border-top: 0px;
    border-bottom: 0px;
    border-right: 0px;
    padding-right: 22px;
    padding-top: 15px;
    padding-bottom: 15px;
}

    .bd-callout h3 {
        font-size: 15px;
        font-weight: bold;
        padding-bottom: 0;
        color: var(--MatterHorn);
    }

    .bd-callout p {
        color: #7c8d93;
        font-size: 15px;
        font-weight: 500;
        line-height: 28px;
        display: inline-block;
    }

    .bd-callout h4 {
        display: inline-block;
        padding-left: 50px;
    }

        .bd-callout h4 a {
            display: inline-block;
            color: #7c8d93;
            font-size: 15px;
            font-weight: 500;
            line-height: 28px;
            text-decoration: none;
        }

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

@media (max-width: 480px) {
    .bd-callout {
        right: 0;
    }
}

/****************/
/*Team*/
/****************/

.carousel {
    margin: auto;
    padding: 0px 15px;
}

    .carousel .item {
        color: #747d89;
        min-height: 325px;
        text-align: center;
        overflow: hidden;
    }

    .carousel .thumb-wrapper {
        margin-bottom: 10px;
        background: #fff;
        border-radius: 6px;
        text-align: center;
        position: relative;
        padding-bottom: 5rem;
        box-shadow: 0 0 12px rgb(0 0 0 / 12%);
    }

        .carousel .thumb-wrapper .link {
            float: left;
            margin-left: 1em;
        }

    .carousel .item .img-box {
        margin-bottom: 20px;
        width: 100%;
        position: relative;
    }

    .carousel .item img {
        max-width: 100%;
        max-height: 100%;
        display: inline-block;
        border-radius: 6px 6px 0 0;
        bottom: 0;
        margin: 0 auto;
        left: 0;
        right: 0;
		padding: 1em;
    }

    .carousel .item h4 {
        font-size: 18px;
    }

    .carousel .item h4, .carousel .item p, .carousel .item ul {
        margin-bottom: 5px;
    }

    .carousel .thumb-content .btn {
        color: #7ac400;
        font-size: 11px;
        text-transform: uppercase;
        font-weight: bold;
        background: none;
        border: 1px solid #7ac400;
        padding: 6px 14px;
        margin-top: 5px;
        line-height: 16px;
        border-radius: 20px;
    }

        .carousel .thumb-content .btn:hover, .carousel .thumb-content .btn:focus {
            color: #fff;
            background: #7ac400;
            box-shadow: none;
        }

        .carousel .thumb-content .btn i {
            font-size: 14px;
            font-weight: bold;
            margin-left: 5px;
        }

    .carousel .carousel-control {
        height: 44px;
        width: 40px;
        background: var(--LGreen);
        margin: auto 0;
        border-radius: 4px;
        opacity: 0.8;
    }

        .carousel .carousel-control:hover {
            background: var(--DGreen);
            opacity: 1;
        }

        .carousel .carousel-control i {
            font-size: 36px;
            position: absolute;
            top: 50%;
            display: inline-block;
            margin: -19px 0 0 0;
            z-index: 5;
            left: 0;
            right: 0;
            color: #fff;
            text-shadow: none;
            font-weight: bold;
        }

        .carousel .carousel-control.left i {
            margin-left: -2px;
        }

        .carousel .carousel-control.right i {
            margin-right: -4px;
        }

    .carousel .carousel-indicators {
        bottom: -50px;
    }

.carousel-indicators li, .carousel-indicators li.active {
    width: 10px;
    height: 10px;
    margin: 4px;
    border-radius: 50%;
    border: none;
}

.carousel-indicators li {
    background: rgb(109 211 214 / 46%);
}

    .carousel-indicators li.active {
        background: #3694aa;
    }

.team {
    padding-bottom: 2em;
}

    .team .card {
        background-color: #fff;
        width: 300px;
        margin-top: 1em;
        overflow: hidden;
        border-radius: 3em;
        position: relative;
        display: inline-block;
        box-shadow: 0 18px 40px -16px rgb(36 64 255 / 25%);
    }

        .team .card:before {
            content: "";
            position: absolute;
            transition: 300ms;
            top: -80px;
            left: -100%;
            right: -100%;
            margin: auto;
            height: 400px;
            width: 400px;            
            border-radius: 50%;
            background-position: center;
            background-size: cover;
            box-shadow: inset -1em -0.5em 0 var(--LGreen);
        }

        .team .card:hover:before {
            height: 100%;
            top: 0;
            border-radius: 0;
            opacity: 0.6;
        }

.bottom {
    margin-top: calc(120px + -80px);
    padding: 1em;
    position: relative;
    z-index: 2;
    text-align: center;
}

    .bottom .name {
        font-family: Mikhak;
        color: var(--RadicalRed);
    }

.profession {
    font-size: 1em;
    margin-top: 0.5em;
}

.team .btn {
    height: 2em;
    width: 2em;
    border: 2px solid var(--RadicalRed);
    box-sizing: content-box;
    padding: 0.5em;
    border-radius: 50%;
    transition: 200ms;
    cursor: pointer;
}

    .team .btn svg {
        transform: translateX(50%) rotate(180deg);
        transition: 200ms;
    }

    .team .btn:hover {
        background: var(--RadicalRed);
        fill: #fff;
    }

        .team .btn:hover svg {
            transform: translateX(-50%) rotate(180deg) !important;
        }


.footer-area {
    background: #f3f3f3;
    margin-top: 8em;
}

.top-footer {
    margin-top: -65px;
    background: var(--White);
    padding: 1em;
    padding: 1em 3em;
    border-radius: 3em;
    box-shadow: 1px -1px 20px -6px #d9d9d9;
}

    .top-footer h3 {
        color: var(--RadicalRed);
        font-family: 'Tak';
    }

        .top-footer h3 span {
            color: var(--LGreen);
        }

    .top-footer p {
        font-family: 'Mikhak';
        font-size: 1.1em;
        font-weight: bold;
    }

.contact {
    text-align: left;
    margin-top: 2em;
    letter-spacing: 1px;
    text-transform: uppercase;
}

    .contact i {
        width: 45px;
        height: 45px;
        vertical-align: middle;
        font-size: 1.8em;
        background: var(--RadicalRed);
        text-align: center;
        padding-top: 10px;
        border-radius: 1em;
        color: var(--White);
        margin-right: 15px;
    }

.link-list {
    list-style: none;
    line-height: 35px;
    display: inline-block;
}

    .link-list li a {
        font-size: 15px;
        font-family: Mikhak;
        color: var(--Gray);
    }

        .link-list li a:hover {
            text-decoration: none;
        }

.link-title {
    font-weight: bold;
    margin-bottom: 20px;
}

.address {
    color: var(--Gray);
    font-family: 'Mikhak';
    font-size: 15px;
}

.news p {
    color: var(--Gray);
    font-family: 'Mikhak';
    font-size: 15px;
}

.news div {
    padding: 1em 0;
    border-radius: 2em;
    background: var(--White);
}

    .news div input {
        width: 80%;
        border: none;
        color: var(--Gray);
        font-family: Mikhak;
        padding-right: 1.5em;
    }

    .news div button {
        padding: 0.8rem 3rem;
        background: var(--LGreen);
        border: none;
        color: var(--White);
        font-size: 20px;
        border-radius: 1.7rem;
        font-family: 'Mikhak';
        font-weight: bold;
    }

.end-footer {
    background: var(--RadicalRed);
    padding: 1em 1em 0;
}

    .end-footer ul {
        text-align: left;
    }

        .end-footer ul li {
            display: inline-block;
        }

            .end-footer ul li a img {
                width: 40px;
                background: var(--White);
                padding: 5px;
                border-radius: 3em;
            }

    .end-footer p {
        padding-top: 5px;
        font-family: 'Mikhak';
        font-size: 15px;
        font-weight: bold;
        color: var(--Black);
    }

        .end-footer p a {
            color: var(--White);
            font-weight: bold;
        }
