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

.transition,
a,
.banner .banner-caption h2 span,
.banner .banner-bottom span,
.team .round-wrapper .is--rounded-image img {
    transition: 0.8s;
    -webkit-transition: 0.8s
}

.transitionone {
    transition: 2.0s;
    -webkit-transition: 2.0s
}

*:focus {
    outline: none !important
}

a {
    color: #b20000;
    text-decoration: none
}

a:hover {
    color: #b20000;
    text-decoration: none
}

*:focus {
    outline: none !important
}

li {
    list-style: none
}

ul {
    padding-left: 0;
    margin-bottom: 0
}

img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    height: auto;
    -ms-interpolation-mode: bicubic
}

body {
    font-family: "Comfortaa", cursive, sans-serif;
    line-height: 26px;
    padding: 0 !important;
    color: #303c42;
    font-size: 16px;
    line-height: 25px;
    overflow-x: hidden !important
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 999999999
}

#status {
    position: absolute;
    width: 100%;
    height: 100%
}

.button-wrap {
    display: block;
    -webkit-animation: hue-rotate 10s linear infinite;
    animation: hue-rotate 10s linear infinite;
    margin-top: 40px
}

.button-wrap .button {
    -webkit-font-smoothing: antialiased;
    border: none;
    color: #fff;
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 100;
    text-decoration: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    letter-spacing: 1px;
    color: white;
    padding: 15px 40px;
    border-radius: 40px;
    -webkit-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
    background: -webkit-gradient(linear, left top, right top, color-stop(28%, #000), to(#b50000)) !important;
    background: linear-gradient(to right, #000 28%, #b50000 100%) !important;
    min-width: 230px;
    text-align: center
}

.button-wrap .button:hover {
    background-color: #b20000;
    color: #fff
}

.button-wrap .button:active {
    -webkit-transform: scale(0.95);
    transform: scale(0.95)
}

.button-wrap .button--bubble {
    position: relative;
    z-index: 2;
    color: white;
    background: none
}

.button-wrap .button--bubble:hover {
    background: none
}

.button-wrap .button--bubble:hover+.button--bubble__effect-container .circle {
    background: #600
}

.button-wrap .button--bubble:hover+.button--bubble__effect-container .button {
    background: #600
}

.button-wrap .button--bubble:active+.button--bubble__effect-container {
    -webkit-transform: scale(0.95);
    transform: scale(0.95)
}

.button-wrap .button--bubble__container {
    position: relative;
    display: inline-block
}

.button-wrap .button--bubble__container .effect-button {
    position: absolute;
    width: 50%;
    height: 25%;
    top: 50%;
    left: 25%;
    z-index: 1;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #b20000;
    -webkit-transition: 0.1s ease-out;
    transition: 0.1s ease-out
}

.button-wrap .button--bubble__effect-container {
    position: absolute;
    display: block;
    width: 200%;
    height: 400%;
    top: -150%;
    left: -50%;
    -webkit-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
    pointer-events: none
}

.button-wrap .button--bubble__effect-container .circle {
    position: absolute;
    width: 25px;
    height: 25px;
    border-radius: 15px;
    background: #b20000;
    -webkit-transition: 0.1s ease-out;
    transition: 0.1s ease-out
}

.button-wrap .button--bubble__effect-container .circle.top-left {
    top: 40%;
    left: 27%
}

.button-wrap .button--bubble__effect-container .circle.bottom-right {
    bottom: 40%;
    right: 27%
}

.button-wrap .button--bubble__container {
    top: 50%;
    margin-top: -25px
}

@-webkit-keyframes hue-rotate {
    from {
        -webkit-filter: hue-rotate(0);
        -moz-filter: hue-rotate(0);
        -ms-filter: hue-rotate(0);
        filter: hue-rotate(0)
    }

    to {
        -webkit-filter: hue-rotate(360deg);
        -moz-filter: hue-rotate(360deg);
        -ms-filter: hue-rotate(360deg);
        filter: hue-rotate(360deg)
    }
}

@keyframes hue-rotate {
    from {
        -webkit-filter: hue-rotate(0);
        -moz-filter: hue-rotate(0);
        -ms-filter: hue-rotate(0);
        filter: hue-rotate(0)
    }

    to {
        -webkit-filter: hue-rotate(360deg);
        -moz-filter: hue-rotate(360deg);
        -ms-filter: hue-rotate(360deg);
        filter: hue-rotate(360deg)
    }
}

.banner {
    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
}

.banner .owl-carousel .owl-nav {
    margin: 0px;
    position: absolute;
    bottom: 30px;
    right: 30px
}

.banner .owl-carousel .owl-nav [class*='owl-'] {
    transition: 400ms;
    -webkit-transition: 400ms;
    -o-transition: 400ms;
    -moz-transition: 400ms;
    -ms-transition: 400ms;
    margin: 0px auto;
    margin-right: 10px;
    border: 1px solid #ffffff !important;
    padding: 10px !important;
    border-radius: 0px
}

.banner .owl-carousel .owl-nav [class*='owl-'] img {
    width: 22px
}

.banner .owl-carousel .owl-nav [class*='owl-']:hover {
    background: #000000;
    border: 2px solid #000000
}

.banner .owl-carousel .owl-nav .fa {
    line-height: 25px
}

.banner .banner-caption {
    position: absolute;
    width: 100%;
    text-align: center;
    padding: 0 20px;
    top: 30%
}

.banner .banner-caption h2 {
    margin: 0px auto;
    display: block;
    color: #fefefe;
    text-align: center;
    max-width: 650px;
    width: 100%;
    font-size: 50px;
    font-weight: 700;
    overflow: hidden;
    text-shadow: 1px 2px 4px #333
}

@media (max-width: 767px) {
    .banner .banner-caption h2 {
        font-size: 30px
    }
}

@media (max-width: 420px) {
    .banner .banner-caption h2 {
        font-size: 24px
    }
}

.banner .banner-caption h2 span {
    float: left;
    width: 100%;
    -webkit-transform: translateY(100%);
    transform: translateY(100%)
}

.banner .banner-caption h2.animated span {
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.banner .image {
    width: 100%;
    height: 100vh;
    background-size: cover;
    background-position: center
}

.banner .image.slider-1 {
    background-image: url(../images/baner.jpg)
}

.banner .image.slider-2 {
    background-image: url(../images/baner-2.jpg)
}

.banner .image.slider-3 {
    background-image: url(../images/baner-3.jpg)
}

.banner .banner-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    height: 125px;
    overflow: hidden
}

@media (max-width: 767px) {
    .banner .banner-bottom {
        height: 60px;
        bottom: 120px
    }
}

.banner .banner-bottom h4 {
    font-size: 16px;
    color: #fff;
    font-weight: 700
}

@media (max-width: 767px) {
    .banner .banner-bottom h4 {
        font-size: 14px
    }
}

.banner .banner-bottom span {
    width: 1px;
    height: 98px;
    background: #fff;
    display: inline-block
}

@media (max-width: 767px) {
    .banner .banner-bottom span {
        height: 33px
    }
}

.banner .banner-bottom.animated span {
    height: 0
}

h2 {
    font-weight: 700;
    font-size: 38px;
    margin-bottom: 30px
}

@media (max-width: 991px) {
    h2 {
        font-size: 30px
    }
}

p {
    font-size: 16px
}

.main-wrapper {
    padding: 150px 0;
    max-width: 1440px;
    margin: auto;
    position: relative;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.more {
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    width: 240px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    position: relative;
    z-index: 99;
    text-align: center;
    margin-top: 30px;
    transition: 400ms;
    -webkit-transition: 400ms;
    -o-transition: 400ms;
    -moz-transition: 400ms;
    -ms-transition: 400ms
}

@media (max-width: 767px) {
    .more {
        width: 200px;
        height: 15px;
        line-height: 15px;
        font-size: 14px
    }
}

@media (max-width: 420px) {
    .more {
        width: 160px;
        height: 10px;
        line-height: 12px;
        font-size: 14px
    }
}

.more::before {
    padding: 20px;
    border-radius: 35px;
    background-size: 300% auto;
    background: -webkit-gradient(linear, left top, right top, color-stop(28%, #000), to(#b50000));
    background: linear-gradient(to right, #000 28%, #b50000 100%);
    content: '';
    position: absolute;
    left: 0px;
    right: 0px;
    top: -15px;
    bottom: -15px;
    transition: 200ms;
    -webkit-transition: 200ms;
    -o-transition: 200ms;
    -moz-transition: 200ms;
    -ms-transition: 200ms
}

.more:hover::before {
    -webkit-animation: menu_mover 800ms ease-in-out;
    animation: menu_mover 800ms ease-in-out
}

@-webkit-keyframes menu_mover {
    0% {
        top: -15px;
        bottom: -15px;
        left: 0px;
        right: 0px
    }

    50% {
        top: -20px;
        bottom: -20px;
        left: -5px;
        right: -5px
    }

    100% {
        top: -15px;
        bottom: -15px;
        left: 0px;
        right: 0px
    }
}

@keyframes menu_mover {
    0% {
        top: -15px;
        bottom: -15px;
        left: 0px;
        right: 0px
    }

    50% {
        top: -20px;
        bottom: -20px;
        left: -5px;
        right: -5px
    }

    100% {
        top: -15px;
        bottom: -15px;
        left: 0px;
        right: 0px
    }
}

.more span {
    position: relative;
    z-index: 999
}

.more .bubbles {
    position: absolute;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    background: #b50000;
    left: 20px;
    top: 0px;
    transition: 200ms;
    -webkit-transition: 200ms;
    -o-transition: 200ms;
    -moz-transition: 200ms;
    -ms-transition: 200ms;
    opacity: 0;
    z-index: 2;
    filter: alpha(opacity=0)
}

.more .bubbles::before {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 1px;
    height: 1px;
    border-radius: 50%;
    background: #b50000;
    content: "";
    transition: 1400ms;
    -webkit-transition: 1400ms;
    -o-transition: 1400ms;
    -moz-transition: 1400ms;
    -ms-transition: 1400ms
}

.more .bubbles::after {
    position: absolute;
    right: 50%;
    top: 50%;
    width: 1px;
    height: 1px;
    border-radius: 50%;
    background: #b50000;
    content: "";
    transition: 1400ms;
    -webkit-transition: 1400ms;
    -o-transition: 1400ms;
    -moz-transition: 1400ms;
    -ms-transition: 1400ms
}

.more .bubbles.two {
    left: auto;
    right: 0px;
    -webkit-transform: rotate(20deg);
    transform: rotate(20deg)
}

.more .bubbles.two {
    left: auto;
    right: 25px
}

.more:hover {
    color: #fff
}

.more:hover::before {
    background: #b50000
}

.more:hover .bubbles {
    left: -20px;
    top: -20px;
    -webkit-animation: bubble1 700ms ease-in-out;
    animation: bubble1 700ms ease-in-out
}

@keyframes bubble1 {
    0% {
        opacity: 0;
        filter: alpha(opacity=0)
    }

    20% {
        opacity: 1;
        filter: alpha(opacity=100)
    }

    100% {
        opacity: 0;
        filter: alpha(opacity=0)
    }
}

@-webkit-keyframes bubble1 {
    0% {
        opacity: 0;
        filter: alpha(opacity=0)
    }

    20% {
        opacity: 1;
        filter: alpha(opacity=100)
    }

    100% {
        opacity: 0;
        filter: alpha(opacity=0)
    }
}

.more:hover .bubbles::before {
    left: -15px;
    top: 10px;
    width: 6px;
    height: 6px;
    transition: 1600ms;
    -webkit-transition: 1600ms;
    -o-transition: 1600ms;
    -moz-transition: 1600ms;
    -ms-transition: 1600ms
}

.more:hover .bubbles::after {
    left: -5px;
    top: -10px;
    width: 6px;
    height: 6px;
    transition: 1600ms;
    -webkit-transition: 1600ms;
    -o-transition: 1600ms;
    -moz-transition: 1600ms;
    -ms-transition: 1600ms
}

.more:hover .bubbles.two {
    left: auto;
    right: -20px;
    top: auto;
    bottom: -20px;
    -webkit-transform: rotate(20deg);
    transform: rotate(20deg)
}

.more:hover .bubbles.two::before {
    left: auto;
    right: -15px;
    bottom: 10px;
    top: auto;
    width: 6px;
    height: 6px
}

.more:hover .bubbles.two::after {
    left: auto;
    top: auto;
    right: -5px;
    bottom: -10px;
    width: 6px;
    height: 6px
}

@media (max-width: 991px) {
    .who .main-wrapper {
        padding: 100px 0 100px
    }
}

@media (max-width: 767px) {
    .who .main-wrapper {
        padding: 50px 0 170px
    }
}

@media (max-width: 580px) {
    .who .main-wrapper {
        padding: 50px 0 100px
    }
}

@media (max-width: 420px) {
    .who .main-wrapper {
        padding: 50px 0 50px
    }
}

.who .main-wrapper .who-left {
    padding-right: 250px
}

@media (max-width: 1366px) {
    .who .main-wrapper .who-left {
        padding-right: 15px
    }
}

.who .main-wrapper .who-right {
    padding-right: 80px
}

@media (max-width: 991px) {
    .who .main-wrapper .who-right {
        padding: 150px 15% 200px 10%
    }
}

@media (max-width: 900px) {
    .who .main-wrapper .who-right {
        padding-bottom: 150px
    }
}

@media (max-width: 800px) {
    .who .main-wrapper .who-right {
        padding-bottom: 100px
    }
}

@media (max-width: 767px) {
    .who .main-wrapper .who-right {
        padding-bottom: 0
    }
}

@media (max-width: 767px) {
    .services {
        padding: 0 15px
    }
}

.services .service-wrapper {
    max-width: 1728px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
}

.services .service-wrapper h2 {
    padding: 50px 0 19px 0
}

@media (max-width: 1199px) {
    .services .service-wrapper h2 {
        padding: 0
    }
}

.services .service-wrapper .service-box {
    width: 29%;
    margin: 2%;
    float: left;
    position: relative;
    overflow: hidden;
    padding: 0;
    max-width: 100%;
    -webkit-box-flex: inherit;
    -ms-flex: inherit;
    flex: inherit
}

.services .service-wrapper .service-box.col-lg-12 {
    width: 90%;
    margin: 2% 5%;
    text-align: center
}

@media (max-width: 991px) {
    .services .service-wrapper .service-box {
        width: 46%
    }
}

@media (max-width: 767px) {
    .services .service-wrapper .service-box {
        width: 48%;
        margin: 6px 1%
    }
}

@media (max-width: 580px) {
    .services .service-wrapper .service-box {
        width: 100%;
        margin: 10px 0
    }
}

@media (max-width: 1199px) {
    .services .service-wrapper .service-box p {
        font-size: 12px
    }
}

@media (max-width: 991px) {
    .services .service-wrapper .service-box p {
        font-size: 14px
    }
}

.services .service-wrapper .service-box img {
    -webkit-transition: 400ms;
    transition: 400ms;
    top: 0px;
    width: 100%;
    height: auto;
    position: relative
}

.services .service-wrapper .service-box:hover img {
    transform: translateY(-100%);
    -webkit-transform: translateY(-100%)
}

.services .service-wrapper .service-box .text {
    -webkit-transition: 400ms;
    transition: 400ms;
    top: 79%;
    left: 0px;
    right: 0px;
    height: 100%;
    position: absolute;
    background: #1d1d1b
}

@media (max-width: 1366px) {
    .services .service-wrapper .service-box .text {
        top: 76%
    }
}

@media (max-width: 1199px) {
    .services .service-wrapper .service-box .text {
        top: 72%
    }
}

@media (max-width: 991px) {
    .services .service-wrapper .service-box .text {
        top: 79%
    }
}

@media (max-width: 767px) {
    .services .service-wrapper .service-box .text {
        top: 72%
    }
}

@media (max-width: 580px) {
    .services .service-wrapper .service-box .text {
        top: 85%
    }
}

@media (max-width: 480px) {
    .services .service-wrapper .service-box .text {
        top: 76%
    }
}

@media (max-width: 360px) {
    .services .service-wrapper .service-box .text {
        top: 74%
    }
}

.services .service-wrapper .service-box .text h3 {
    margin-bottom: 100px;
    position: absolute;
    left: 20px;
    right: 0px;
    top: 20px;
    height: 58px;
    padding: 15px;
    font-family: 'Comfortaa', cursive;
    color: #fff
}

@media (max-width: 1480px) {
    .services .service-wrapper .service-box .text h3 {
        font-size: 21px
    }
}

@media (max-width: 1199px) {
    .services .service-wrapper .service-box .text h3 {
        font-size: 17px
    }
}

@media (max-width: 991px) {
    .services .service-wrapper .service-box .text h3 {
        font-size: 14px;
        left: 0
    }
}

.services .service-wrapper .service-box .text a {
    position: absolute;
    left: 0;
    right: 0px;
    bottom: 10px;
    width: 100%;
    padding: 15px 35px;
    color: #fff
}

@media (max-width: 991px) {
    .services .service-wrapper .service-box .text a {
        font-size: 13px;
        padding: 15px 15px
    }
}

.services .service-wrapper .service-box .text a img {
    max-width: 13px;
    float: right;
    top: 0;
    transform: translateY(4px);
    -webkit-transform: translateY(4px)
}

.services .service-wrapper .service-box:hover .text {
    top: 0
}

.services .service-wrapper .service-box:hover:nth-of-type(2n) .text {
    background: #590332
}

.services .service-wrapper .service-box:hover:nth-of-type(3n) .text {
    background: #f4c12b
}

.services .service-wrapper .service-box:hover:nth-of-type(4n) .text {
    background: #39ad4c
}

.services .service-wrapper .service-box:hover:nth-of-type(5n) .text {
    background: #001E74
}

.services .service-wrapper .service-box:hover:nth-of-type(6n) .text {
    background: #E00007
}

.chairman {
    padding: 100px 0
}

@media (max-width: 991px) {
    .chairman {
        padding-bottom: 0
    }
}

@media (max-width: 767px) {
    .chairman {
        padding-top: 50px
    }
}

@media (max-width: 1279px) {
    .chairman .main-wrapper {
        padding: 50px 0
    }
}

@media (max-width: 991px) {
    .chairman .main-wrapper {
        padding: 0
    }
}

.chairman .main-wrapper .chairman-wrapper {
    padding: 0 150px
}

@media (max-width: 1199px) {
    .chairman .main-wrapper .chairman-wrapper {
        padding: 0 20px
    }
}

@media (max-width: 767px) {
    .chairman .main-wrapper .chairman-wrapper {
        padding: 0 15px;
        margin: 0px auto
    }
}

.chairman .main-wrapper .chairman-wrapper .chairman-img {
    -webkit-box-shadow: 0px 4px 12px 1px rgba(4, 36, 49, 0.13);
    box-shadow: 0px 4px 12px 1px rgba(4, 36, 49, 0.13);
    border-radius: 15px;
    overflow: hidden
}

.chairman .main-wrapper .chairman-wrapper .chairman-right {
    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;
    padding-left: 50px
}

@media (max-width: 991px) {
    .chairman .main-wrapper .chairman-wrapper .chairman-right {
        padding-left: 15px;
        padding-top: 50px
    }
}

.chairman .main-wrapper .chairman-wrapper .chairman-right .name {
    margin-top: 30px;
    font-weight: 700;
    color: #b20000;
    font-size: 18px;
    text-decoration: underline
}

@media (max-width: 991px) {
    .chairman .main-wrapper .chairman-wrapper .chairman-right .name {
        margin-top: 0px
    }
}

.team {
    min-height: 100vh
}

@media (max-width: 1279px) {
    .team {
        min-height: inherit
    }
}

.team .main-wrapper {
    min-height: 100vh;
    display: block;
    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
}

@media (max-width: 1279px) {
    .team .main-wrapper {
        min-height: inherit;
        padding-bottom: 100px
    }
}

@media (max-width: 991px) {
    .team .main-wrapper {
        padding-bottom: 0
    }
}

@media (max-width: 767px) {
    .team .main-wrapper {
        padding-top: 50px
    }
}

.team .team-left {
    max-width: 550px
}

@media (max-width: 991px) {
    .team .team-left {
        max-width: 100%
    }
}

.team .round-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: calc(100% + 40px);
    overflow: hidden;
    pointer-events: none
}

@media (min-width: 1280px) {
    .team .round-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        position: absolute;
        right: 0;
        top: 0;
        width: 100%
    }
}

@media (max-width: 1279px) {
    .team .round-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        position: absolute;
        right: 0;
        top: 0;
        width: 100%;
        padding-top: 100px
    }
}

@media (max-width: 991px) {
    .team .round-wrapper {
        position: relative;
        max-height: 490px;
        padding-top: 50px;
        width: 485px
    }
}

@media (max-width: 480px) {
    .team .round-wrapper {
        width: 320px;
        height: 315px
    }
}

.team .round-wrapper .is--rounded-image {
    width: 130px;
    min-height: 130px;
    border-radius: 50%;
    overflow: hidden;
    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
}

.team .round-wrapper .is--rounded-image img {
    width: 0;
    border-radius: 50%
}

.team .round-wrapper .is--rounded-image img.animated {
    width: 100%;
    margin: auto
}

.team .round-wrapper .is--rounded-image:nth-of-type(1) {
    width: 179px;
    min-height: 179px;
    transform: translate(-260px, 0);
    -webkit-transform: translate(-260px, 0)
}

@media (max-width: 991px) {
    .team .round-wrapper .is--rounded-image:nth-of-type(1) {
        transform: translate(-290px, 170px);
        -webkit-transform: translate(-290px, 170px)
    }
}

@media (max-width: 480px) {
    .team .round-wrapper .is--rounded-image:nth-of-type(1) {
        width: 110px;
        min-height: 110px;
        transform: translate(-190px, 170px);
        -webkit-transform: translate(-190px, 170px)
    }
}

.team .round-wrapper .is--rounded-image:nth-of-type(2) {
    width: 334px;
    min-height: 334px;
    transform: translate(-20px, -50px);
    -webkit-transform: translate(-20px, -50px)
}

@media (max-width: 1279px) {
    .team .round-wrapper .is--rounded-image:nth-of-type(2) {
        width: 250px;
        min-height: 280px;
        transform: translate(-20px, -76px);
        -webkit-transform: translate(-20px, -76px)
    }
}

@media (max-width: 991px) {
    .team .round-wrapper .is--rounded-image:nth-of-type(2) {
        transform: translate(-20px, -20px);
        -webkit-transform: translate(-20px, 20px)
    }
}

@media (max-width: 480px) {
    .team .round-wrapper .is--rounded-image:nth-of-type(2) {
        width: 150px;
        min-height: 150px
    }
}

.team .round-wrapper .is--rounded-image:nth-of-type(3) {
    width: 247px;
    min-height: 247px;
    transform: translate(-395px, -330px);
    -webkit-transform: translate(-395px, -330px)
}

@media (max-width: 1279px) {
    .team .round-wrapper .is--rounded-image:nth-of-type(3) {
        width: 166px;
        min-height: 242px;
        transform: translate(-300px, -295px);
        -webkit-transform: translate(-300px, -295px)
    }
}

@media (max-width: 991px) {
    .team .round-wrapper .is--rounded-image:nth-of-type(3) {
        transform: translate(-269px, -100px);
        -webkit-transform: translate(-269px, -100px)
    }
}

@media (max-width: 480px) {
    .team .round-wrapper .is--rounded-image:nth-of-type(3) {
        width: 100px;
        min-height: 100px;
        transform: translate(-160px, -210px);
        -webkit-transform: translate(-160px, -210px)
    }
}

.team .round-wrapper .is--rounded-image:nth-of-type(4) {
    width: 157px;
    min-height: 157px;
    -webkit-transform: translate(-260px, -335px);
    transform: translate(-260px, -335px)
}

@media (max-width: 1279px) {
    .team .round-wrapper .is--rounded-image:nth-of-type(4) {
        display: none
    }
}

.team .round-wrapper .is--rounded-image:nth-of-type(5) {
    width: 199px;
    min-height: 199px;
    -webkit-transform: translate(-530px, -480px);
    transform: translate(-530px, -480px)
}

@media (max-width: 1279px) {
    .team .round-wrapper .is--rounded-image:nth-of-type(5) {
        display: none
    }
}

.team .round-wrapper .is--rounded-image:nth-of-type(6) {
    width: 213px;
    min-height: 213px;
    -webkit-transform: translate(-50px, -600px);
    transform: translate(-50px, -600px)
}

@media (max-width: 1279px) {
    .team .round-wrapper .is--rounded-image:nth-of-type(6) {
        display: none
    }
}

.team .round-wrapper .is--rounded-image:nth-of-type(7) {
    width: 243px;
    min-height: 243px;
    -webkit-transform: translate(-330px, -761px);
    transform: translate(-330px, -761px)
}

@media (max-width: 1279px) {
    .team .round-wrapper .is--rounded-image:nth-of-type(7) {
        display: none
    }
}

.news .main-wrapper {
    padding-bottom: 350px;
    padding-top: 100px
}

@media (max-width: 991px) {
    .news .main-wrapper {
        padding-bottom: 150px
    }
}

@media (max-width: 767px) {
    .news .main-wrapper {
        padding-top: 50px;
        padding-bottom: 80px
    }
}

.news .main-wrapper .news-left {
    position: relative
}

.news .main-wrapper .news-left .top-img {
    max-width: 690px;
    border-radius: 15px;
    overflow: hidden;
    position: relative;
    z-index: 2
}

.news .main-wrapper .news-left .top-img img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    height: auto
}

.news .main-wrapper .news-left .bottom-img {
    max-width: 690px;
    border-radius: 15px;
    overflow: hidden;
    position: absolute;
    top: 100px;
    left: 85px;
    z-index: 1;
    -webkit-transition: 300ms all;
    transition: 300ms all;
    opacity: 1
}

@media (max-width: 767px) {
    .news .main-wrapper .news-left .bottom-img {
        top: 50px
    }
}

.news .main-wrapper .news-left .bottom-img img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    height: auto
}

.news .main-wrapper .news-left .bottom-img.animated {
    top: 0px;
    left: 15px;
    opacity: 0
}

.news .main-wrapper .news-right {
    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
}

@media (max-width: 1199px) {
    .news .main-wrapper .news-right {
        padding-left: 50px
    }
}

@media (max-width: 991px) {
    .news .main-wrapper .news-right {
        padding-left: 15px;
        padding-top: 150px
    }
}

@media (max-width: 767px) {
    .news .main-wrapper .news-right {
        padding-top: 100px
    }
}

.news .main-wrapper .news-right p {
    margin-bottom: 0
}

footer {
    background: -webkit-gradient(linear, left top, right top, color-stop(28%, #000), to(#b50000));
    background: linear-gradient(to right, #000 28%, #b50000 100%)
}

footer .main-wrapper {
    padding: 0
}

@media (max-width: 991px) {
    footer .main-wrapper {
        padding: 50px 0
    }
}

footer .main-wrapper .footer-left {
    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
}

footer .main-wrapper .footer-left ul {
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 0px
}

@media (max-width: 767px) {
    footer .main-wrapper .footer-left ul {
        text-align: center
    }
}

footer .main-wrapper .footer-left ul li {
    margin-right: 15px;
    float: left
}

@media (max-width: 767px) {
    footer .main-wrapper .footer-left ul li {
        float: none;
        display: inline-block
    }
}

footer .main-wrapper .footer-left ul li a {
    color: #fff;
    position: relative
}

footer .main-wrapper .footer-left ul li a::after {
    content: '';
    position: absolute;
    bottom: -4px;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    max-width: 120px;
    height: 1px;
    background: #fefefe;
    -webkit-transform-origin: left center;
    transform-origin: left center;
    -webkit-transform: scale3d(0, 1, 1);
    transform: scale3d(0, 1, 1);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.6, 0.15, 0.4, 1);
    transition-timing-function: cubic-bezier(0.6, 0.15, 0.4, 1)
}

footer .main-wrapper .footer-left ul li a:hover::after {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1)
}

footer .main-wrapper .footer-left ul.policy {
    margin-bottom: 0
    
}

footer .main-wrapper .footer-left ul.policy {
  display: flex;
  align-items: left;
 
  padding: 15px 20px;
  margin-bottom: 0;
  list-style: none;
  color: #fff;
  font-size: 14px;
  width: auto;
}

footer .main-wrapper .footer-right {
    text-align: center
}

footer .main-wrapper .footer-right .footer-image {
    width: 238px;
    height: 55px;
    float: right;
    background: url(../images/main-logo-white.png) 0 0 no-repeat;
    margin-top: 40px;
    margin-bottom: 20px;
    margin-right: 5px
}

@media (max-width: 991px) {
    footer .main-wrapper .footer-right .footer-image {
        margin-top: 35px;
        float: right;
        display: inline-block;
        margin-bottom: 0
    }
}

@media (max-width: 767px) {
    footer .main-wrapper .footer-right .footer-image {
        float: none;
        margin: 0px auto
    }
}

.pre-footer {
    padding: 80px 0 65px;
    background: #f8f8f8;
    text-align: center;
    position: relative
}

@media (max-width: 991px) {
    .pre-footer {
        padding: 50px 0 80px
    }
}

.pre-footer .main-wrapper {
    padding: 0;
    display: block
}

.pre-footer .main-wrapper .social {
    display: inline-block
}

.pre-footer .main-wrapper .social ul li {
    float: left;
    margin: 0 30px
}

@media (max-width: 420px) {
    .pre-footer .main-wrapper .social ul li {
        margin: 0 15px
    }
}

.pre-footer .main-wrapper .social ul li a svg {
    width: 37px;
    height: 37px;
    cursor: pointer
}

.pre-footer .main-wrapper .social ul li a svg path {
    fill: #303c42;
    -webkit-transition: all 0.5s;
    transition: all 0.5s
}

.pre-footer .main-wrapper .social ul li a svg:hover path {
    fill: #667f8c
}

.pre-footer .main-wrapper .address-box {
    right: 20px;
    top: -455px;
    width: 380px;
    height: 280px;
    padding: 10px;
    position: absolute;
    background-color: #fefefe;
    border-radius: 15px;
    -webkit-box-shadow: 0px 5px 20px 2px rgba(10, 10, 10, 0.18);
    box-shadow: 0px 5px 20px 2px rgba(10, 10, 10, 0.18);
    margin: auto;
    z-index: 1;
    padding: 25px;
    text-align: left
}

@media (max-width: 991px) {
    .pre-footer .main-wrapper .address-box {
        position: relative;
        top: 30px;
        right: 0
    }
}

@media (max-width: 420px) {
    .pre-footer .main-wrapper .address-box {
        width: 90%;
        margin: 0 5%
    }
}

.pre-footer .main-wrapper .address-box h3 {
    font-size: 25px;
    margin-bottom: 15px;
    color: #8f222c;
    font-weight: 700
}

.pre-footer .main-wrapper .address-box p {
    font-size: 14px;
    line-height: 23px !important;
    margin-bottom: 5px
}

#search_modal {
    padding: 0px !important
}

#search_modal .modal-dialog {
    max-width: 100%;
    margin: 0;
    height: 100vh
}

#search_modal .modal-dialog .modal-content {
    display: block;
    height: 100vh;
    background: rgba(0, 0, 0, 0.79)
}

#search_modal .modal-dialog .modal-content .close {
    position: relative;
    width: 50px;
    height: 50px;
    text-align: center;
    font-size: 30px;
    font-weight: 100;
    line-height: 50px;
    color: #fff;
    text-shadow: none;
    opacity: 1;
    padding: 15px !important;
    border: 1px solid #ababab !important;
    border-radius: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 9999;
    margin: 6px
}

#search_modal .modal-dialog .modal-content .modal-body {
    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;
    height: 80vh;
    padding: 0px;
    margin: 0px;
    width: 100%
}

#search_modal .modal-dialog .modal-content .modal-body input.search {
    width: 100%;
    max-width: 600px;
    background: transparent;
    border: none;
    border-bottom: 1px solid #b90100;
    padding: 15px 0;
    color: #fff
}

.banner_inner {
    min-height: 400px;
    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;
    padding-top: 100px
}

.banner_inner h1 {
    color: #fff;
    text-align: center
}

.inner_body {
    padding: 80px 0;
    min-height: 200px;
    font-size: 14px
}

.inner_body h4 {
    color: #b50000;
    font-size: 23px;
    padding-bottom: 10px;
    padding-top: 20px;
    border-bottom: 1px dashed #ddd;
    margin-bottom: 20px
}

.inner_body h4.faq {
    border: none
}

.inner_body h4 span.big {
    font-weight: 800;
    width: 50px;
    background: #990000;
    display: inline-table;
    text-align: center;
    height: 50px;
    position: relative;
    top: -1px;
    color: #fff;
    line-height: 49px;
    border-radius: 50%;
    font-size: 19px;
    background: -webkit-gradient(linear, left top, right top, color-stop(28%, #000), to(#b50000));
    background: linear-gradient(to right, #000 28%, #b50000 100%)
}

.inner_body p {
    font-size: 14px
}

.inner_body .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 1460px
}

.inner_body .container .full_width {
    padding-bottom: 25px
}

.inner_body .container .inner_page_img {
    border-radius: 15px;
    overflow: hidden
}

.inner_body .container .vision {
    margin: 80px 0
}

.inner_body .container .vision.vis {
    text-align: right;
    position: relative
}

.inner_body .container .vision.vis::after {
    position: absolute;
    content: "";
    width: 1px;
    background: #e8e8e8;
    right: 0px;
    top: 20px;
    bottom: 20px;
    z-index: -1
}

.inner_body .container .vision.vis::before {
    position: absolute;
    content: "";
    width: 11px;
    height: 11px;
    background: #e8e8e8;
    border-radius: 50%;
    right: -5px;
    top: 49%;
    bottom: 50%;
    z-index: -1
}

.inner_body .container .vision .pad {
    border-radius: 15px;
    padding: 1px
}

.inner_body .container .vision .pad .whi {
    padding: 35px 25px;
    border-radius: 13px
}

.inner_body .container .vision .pad h3 {
    color: #b50000;
    font-size: 23px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #ddd;
    margin-bottom: 17px
}

.inner_body .container .vision .pad p {
    font-size: 14px
}

.inner_body .container.chairman_msg_wrap {
    margin-top: 30px
}

.inner_body .container.chairman_msg_wrap .chairman_msg {
    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
}

.inner_body .container.chairman_msg_wrap .chairman_msg h3 {
    color: #303c42;
    font-size: 25px;
    padding-bottom: 10px;
    margin-bottom: 7px
}

.inner_body .container.chairman_msg_wrap .chairman_msg p {
    font-size: 14px
}

.inner_body .container.chairman_msg_wrap .inner_page_img {
    position: relative;
    overflow: visible
}

.inner_body .container.chairman_msg_wrap .inner_page_img::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: #f3f3f3;
    border-radius: 15px;
    left: -50px;
    top: 50px
}

.inner_body .container.chairman_msg_wrap .inner_page_img img {
    border-radius: 15px;
    z-index: 1;
    position: relative
}

.inner_body .container.bod {
    display: flow-root
}

.inner_body .container.bod .dob_box {
    float: left
}

.inner_body .container.bod .dob_box img {
    width: 100%
}

.inner_body .container.bod .dob_box h4 {
    font-size: 17px;
    padding: 15px 0 0px 0;
    color: #b60000
}

.inner_body .container.bod .dob_box p {
    font-size: 14px;
    padding: 0px 0 6px 0;
    border-bottom: 1px dashed #dadada;
    margin-bottom: 31px
}

.inner_body .main-wrapper {
    min-height: 300px;
    padding: 120px 0px
}

.inner_body .main-wrapper .whowe {
    position: relative
}

.inner_body .main-wrapper .whowe::before {
    position: absolute;
    content: "";
    width: 750px;
    height: 750px;
    background: rgba(255, 232, 233, 0.32);
    border-radius: 50%;
    left: -100%;
    top: 60%;
    z-index: -1
}

.inner_body .main-wrapper .whowe::after {
    position: absolute;
    content: "";
    width: 250px;
    height: 250px;
    background: #fff;
    border-radius: 50%;
    left: -20%;
    top: 60%;
    z-index: -1;
    -webkit-box-shadow: 0px 0px 55px rgba(0, 0, 0, 0.0509804);
    box-shadow: 0px 0px 55px rgba(0, 0, 0, 0.0509804)
}

.inner_body .main-wrapper .round-wrapper {
    overflow: visible
}

.inner_body .main-wrapper .round-wrapper::before {
    position: absolute;
    content: "";
    width: 850px;
    height: 850px;
    background: #f5f5f5;
    border-radius: 50%;
    right: -40%;
    top: -80px;
    z-index: 0
}

.inner_body .vision_wrap {
    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
}

.inner_body.serv .main-wrapper {
    padding: 0px;
    -webkit-box-orient: inherit;
    -webkit-box-direction: inherit;
    -ms-flex-direction: inherit;
    flex-direction: inherit;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start
}

.inner_body.serv .main-wrapper .left_content,
.inner_body.serv .main-wrapper .right_img_wrap {
    max-width: inherit
}

.inner_body.serv .main-wrapper .left_content h4 {
    color: #b50000;
    font-size: 23px;
    padding-bottom: 10px;
    padding-top: 20px;
    border-bottom: 1px dashed #ddd;
    margin-bottom: 20px
}

.inner_body.serv .main-wrapper .left_content ul {
    margin: 0px;
    padding: 0px;
    font-size: 1 px;
    list-style: none
}

.inner_body.serv .main-wrapper .left_content ul li {
    list-style: none;
    padding-left: 25px;
    margin: 0px 0 15px 0;
    position: relative
}

.inner_body.serv .main-wrapper .left_content ul li::before {
    position: absolute;
    content: "\f07c";
    width: 30px;
    height: 30px;
    left: 0px;
    top: 3px;
    z-index: 0;
    color: #b50000;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.inner_body.serv .main-wrapper .left_content ul li ul {
    margin-top: 20px
}

.inner_body.serv .main-wrapper .left_content ul li ul li {
    padding-left: 20px
}

.inner_body.serv .main-wrapper .left_content ul li ul li::before {
    content: "\f122"
}

.inner_body.serv .main-wrapper .right_img_wrap {
    position: relative
}

.inner_body.serv .main-wrapper .right_img_wrap::before {
    position: absolute;
    content: "";
    width: 150px;
    height: 150px;
    border-radius: 50%;
    right: 82px;
    bottom: 0px;
    z-index: 0;
    background: #b40000 url(../images/ser1.png) center center;
    border: 15px solid #fff
}

.inner_body.serv .main-wrapper .right_img_wrap img {
    border-radius: 50%
}

.inner_body.faq hr {
    margin-top: 30px
}

footer .footer-image.inner {
    margin-top: 50px !important;
    margin-bottom: 55px !important
}

@media (max-width: 991px) {
    .inner_body .container {
        display: block
    }

    .inner_body .vision_wrap {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .inner_body .container.chairman_msg_wrap .chairman_msg h3 {
        margin-top: 50px
    }

    .inner_body .main-wrapper .round-wrapper::before {
        display: none
    }

    .inner_body .main-wrapper {
        padding: 0px 0px
    }

    .inner_body .main-wrapper .round-wrapper {
        margin: 0 auto
    }
}

@media (max-width: 580px) {
    .inner_body .container .vision {
        margin: 0px 0 0 0
    }

    .inner_body .vision_wrap {
        display: block !important
    }

    .inner_body .container .vision.vis {
        text-align: left;
        position: static
    }
}
.logo img {
    width: 400px;
}

