:root {
    --primarycolor: #67b0d1;
    --primarydark: #2f4d5a;
}

.menu-sp li {
    padding: 20px;
}

.menu-sp li:hover {
    color: #67b0d1;
}

/* .menu-sp li img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    transition: 0.4s;
} */

/* .menu-sp li img:hover {
    opacity: 0.;
    filter: saturate(2);
    transform: scale(0.95);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
} */

.svgim img {
    width: 80%;
    padding-bottom: 15px;
    margin-bottom: 15px;
    transition: all 0.3s;
    filter: saturate(1);
}

.svgim img:hover {
    width: 78%;
    margin-bottom: 25px;
    padding: 5px;
    box-shadow: -15px -15px #315464aa;
    filter: saturate(2);
}

.ficat {
    padding-top: -60px !important;
}

a:link {
    text-decoration: none;
    color: #ffffff;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
    background: #263f49;
    padding: 0 0 30px 0;
    color: #fff;
    font-size: 14px;
}

#footer .footer-top {
    padding: 60px 0 30px 0;
}

#footer .footer-top .footer-info {
    margin-top: -90px;
    margin-bottom: 15px;
    background: white;
    color: #2f4d5a;
    border-top: 4px solid #67b0d1;
    text-align: center;
    padding: 30px 20px;
}

#footer .footer-top .footer-info h3 {
    font-size: 24px;
    margin: 0 0 20px 0;
    padding: 2px 0 2px 0;
    line-height: 1;
    font-weight: 700;
}

#footer .footer-top .footer-info p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
    font-family: "Raleway", sans-serif;
}

#footer .footer-top .social-links a {
    font-size: 18px;
    display: inline-block;
    background: #2f4d5a;
    color: #fff;
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 50%;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
    background: #67b0d1;
    color: #fff;
    text-decoration: none;
}

#footer .footer-top h4 {
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    position: relative;
    text-align: center;
}

#footer .footer-top a h4:hover {
    color: #a2cfe3;
}

#footer .footer-top .footer-links {
    margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#footer .footer-top .footer-links ul i {
    padding-right: 2px;
    color: #b5d9e9;
    font-size: 18px;
    line-height: 1;
}

#footer .footer-top .footer-links ul li {
    padding: 10px 0;
    display: flex;
    align-items: center;
    text-align: center;
}

#footer .footer-top .footer-links ul li:first-child {
    padding-top: 0;
}

#footer .footer-top .footer-links ul a {
    color: #fff;
    transition: 0.3s;
    display: inline-block;
    line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
    color: #a2cfe3;
}

#footer .footer-top .footer-newsletter form {
    margin-top: 30px;
    background: #fff;
    padding: 6px 10px;
    position: relative;
    border-radius: 4;
}

#footer .footer-top .footer-newsletter form input[type=email] {
    border: 0;
    padding: 4px;
    width: calc(100% - 110px);
}

#footer .footer-top .footer-newsletter form input[type=submit] {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    border: 0;
    background: none;
    font-size: 16px;
    padding: 0 20px;
    background: #67b0d1;
    color: #fff;
    transition: 0.3s;
    border-radius: 4;
}

#footer .footer-top .footer-newsletter form input[type=submit]:hover {
    background: #409cc5;
}

#footer .copyright {
    border-top: 1px solid #385b6b;
    text-align: center;
    padding-top: 30px;
}

#footer .credits {
    padding-top: 10px;
    text-align: center;
    font-size: 13px;
    color: #fff;
}

#footer .op {
    opacity: .9;
}

#footer .certificates img {
    display: inline-block;
}

@media (max-width: 575px) {
    #footer .footer-top .footer-info {
        margin: -20px 0 30px 0;
    }
}

li .activ {
    color: #67b0d1;
}

li .activ img {
    filter: saturate(2);
}

li .iactiv img {
    filter: saturate(0.5);
}

#conlo {
    display: none;
}

#olnoc {
    position: absolute;
    margin: auto;
    right: 0;
    top: 100px;
    bottom: 0;
    left: 0;
    height: 600px;
    width: 600px;
}

#olnoc img {
    width: 600px;
}

/* cycle section start */

.cycle_section {
    width: 100%;
    float: left;
    padding-bottom: 90px;
}

.cycle_taital {
    width: 100%;
    float: left;
    font-size: 40px;
    color: var(--primarydark);
    text-align: center;
    font-weight: bold;
}

.cycle_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: var(--primarydark);
    text-align: center;
    margin: 0px;
}

.cycle_section_2 {
    position: relative;
    width: 100%;
    float: left;
}

.box_main {
    width: 100%;
    float: left;
    position: relative;
}

.number_text {
    width: 50px;
    height: 50px;
    font-size: 18px;
    color: #ffffff;
    background-color: var(--primarydark);
    border-radius: 100px;
    text-align: center;
    padding: 10px 0px;
    float: right;
    margin-right: 190px;
    margin-top: 60px;
}

.image_2 {
    width: 100%;
    float: left;
    text-align: center;
    padding-left: 100px;
}

@media (max-width: 575px) {
    .image_2 {
        padding-left: 20px;
    }

    .shr {
        width: 100%;
        display: flex;
        flex-direction: column-reverse;
    }

    .contact {
        padding-bottom: 20px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {

    .image_2 {
        padding-left: 20px;
    }
}

.box_main:after {
    content: '';
    background-color: var(--primarycolor);
    position: absolute;
    width: 420px;
    right: 0px;
    top: 0px;
    margin: 0 auto;
    display: flex;
    height: 600px;
    left: 0;
    z-index: -1;
    clip-path: polygon(0 0, 75% 8%, 75% 80%, 0% 100%);
}

.cycles_text {
    width: 100%;
    float: left;
    font-size: 40px;
    color: var(--primarydark);
    font-weight: bold;
    text-align: right;
    padding-top: 40px;
}

/* .cycles_text:after {
    content: '';
    position: absolute;
    width: 180px;
    height: 1px;
    background-color: var(--primarydark);
    right: 460px;
    left: initial;
    margin: 0 auto;
    top: 116px;
} */

.lorem_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #1c1c1c;
    margin: 0px;
    padding-top: 40px;
}

.btn_main {
    width: 100%;
    display: flex;
    padding-top: 50px;
}

.buy_bt {
    width: fit-content;
    float: left;
}

.buy_bt a {
    width: 100%;
    float: left;
    font-size: 18px;
    color: #ffffff;
    background-color: var(--primarycolor);
    padding: 8px 40px;
    text-align: center;
    font-weight: bold;
    border-radius: 50px;
}

.buy_bt a:hover {
    color: #ffffff;
    background-color: var(--primarydark);
}

.price_text {
    width: 100%;
    float: right;
    text-align: right;
    font-size: 20px;
    color: #222222;
    font-weight: bold;
    padding-top: 8px;
}

.cycle_section_3 {
    width: 100%;
    float: left;
    padding-bottom: 90px;
}

.box_main_3 {
    width: 100%;
    float: left;
    position: relative;
}

.box_main_3:after {
    content: '';
    background-color: var(--primarycolor);
    position: absolute;
    width: 420px;
    right: 0px;
    top: 0px;
    margin: 0 auto;
    display: flex;
    height: 530px;
    left: 0;
    z-index: -1;
    clip-path: polygon(0 0, 65% 8%, 64% 80%, 0% 100%);
}

.number_text_2 {
    width: 50px;
    height: 50px;
    font-size: 18px;
    color: #ffffff;
    background-color: #325662;
    border-radius: 100px;
    text-align: center;
    padding: 10px 0px;
    float: right;
    margin-right: 230px;
    margin-top: 60px;
}

.read_btn_main {
    width: 100%;
    float: left;
    margin-top: 200px;
}

.read_bt {
    width: 170px;
    margin: 0 auto;
    text-align: center;
}

.read_bt a {
    border-radius: 50px;
    width: 100%;
    float: left;
    font-size: 18px;
    color: #ffffff;
    background-color: var(--primarydark);
    padding: 8px 5px;
    text-align: center;
}

.read_bt a:hover {
    color: #ffffff;
    background-color: var(--primarycolor);
}

.cyim img {
    max-width: 100%;
    height: auto;
    float: left;
    text-align: center;
    padding-left: 200px;
}

.marg {
    margin-bottom: 50px;
}

/* cycle section end */

.mima img {
    width: 100%;
}

.becon p {
    font-size: 100px;
}

.deim img {
    width: 100%;
}

.deim p a {
    width: 100%;
}

.portfolio .portfolio-wrap .portfolio-links h4 {
    font-size: 1rem;
    padding: 10px 0px 3px 0px;
}

.portfolio .portfolio-wrap img {
    width: 100%;
    padding-bottom: 40px;
}

.padi {
    padding-top: 24px;
    padding-bottom: 15px;
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team .membo {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-top: 10px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 20px;
    position: relative;
}

.team .membo .pic {
    width: 20%;
    position: relative;
    overflow: hidden;
    left: 0px;
    top: 0;
    bottom: 12px;
    padding: 10px;
    background-color: var(--primarycolor)
}

.team .membo .membo-info {
    position: relative;
    top: 105%;
    left: 0px;
    right: 0px;
    padding-left: 0;
    padding: 0px 0;
    color: #2f4d5a;
    border: 1px solid var(--primarycolor);
    max-height: 100px;
    width: 350px;
    overflow: hidden;
    transition: max-height 0.5s ease-in-out;
    border-radius: 5px;
    transition: 0.4s
}

.team .membo:hover .membo-info {
    transform: scale(1.02);
    background: #cdeefc;
}

.team .membo h4 {
    font-weight: 600;
    font-size: 14px;
    color: #2f4d5a;
    display: flex;
    position: absolute;
    padding-bottom: 0px;
    padding-top: 0px;
    transition: 0.4s;
    padding-left: 80px;
    padding-right: 10px;
    margin-top: auto;
    margin-bottom: auto;
    top: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    justify-content: center;
    align-items: center;
}

.team .membo:hover h4 {
    color: #2f4d5a;
}

.team .membo span {
    font-style: italic;
    display: block;
    font-size: 13px;
}

@media (max-width: 992px) {
    .team .membo {
        margin-bottom: 10px;
    }
}

.team .dunba {
    text-align: center;
    margin-bottom: 80px;
    position: relative;
}

.team .dunba .pic {
    width: 70%;
    display: block;
    position: relative;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    margin-top: auto;
    margin-bottom: auto;
    left: 0;
    top: 0;
    bottom: 12px;
    padding: 10px;
    /* background-color: var(--primarycolor) */
}

.team .dunba .dunba-info {

    color: #2f4d5a;
    /* border: 1px solid var(--primarycolor); */
    height: auto;
    width: 100%;
    overflow: hidden;
    transition: max-height 0.5s ease-in-out;
    border-radius: 5px;
    transition: 0.4s
}

/* .team .dunba:hover .dunba-info {
    transform: scale(1.02);
} */

.team .dunba h4 {
    font-weight: 700;
    margin-bottom: 0px;
    font-size: 16px;
    color: #2f4d5a;
    /* color: white; */
    position: relative;
    padding-bottom: 10px;
    padding-top: 40px;
    transition: 0.4s;
}

.team .dunba:hover h4 {
    color: #2f4d5a;
}

.team .dunba span {
    font-style: italic;
    display: block;
    font-size: 13px;
}

@media (max-width: 992px) {
    .team .dunba {
        margin-bottom: 5px;
    }
}

.ticker {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    margin-top: auto;
    margin-bottom: auto;
}

.ticker i {
    position: relative;
    top: 5px;
    /* color: var(--primarydark); */
    color: green;
    font-size: 30px;
    padding-right: 20px;
}

/*--------------------------------------------------------------
# servoc
--------------------------------------------------------------*/
.servoc {
    margin-bottom: -50px;
}

.servoc .icon-box {
    padding: 10px;
    position: relative;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 0 29px 0 rgba(68, 88, 144, 0.12);
    transition: all 0.3s ease-in-out;
    border-radius: 8px;
    z-index: 1;
}

.servoc .icon-box::before {
    content: "";
    position: absolute;
    background: white;
    right: 0;
    left: 0;
    bottom: 0;
    top: 100%;
    transition: all 0.3s;
    z-index: -1;
}

.servoc .lst {
    margin-top: 40px;
    padding-left: 20px;
    text-align: left;
    margin-bottom: 20px;
    color: var(--primarydark);
}

.servoc .lst li {
    margin-top: 5px;
}

.servoc .icon-box:hover::before {
    background: #67b0d1;
    top: 0;
    border-radius: 0px;
}

.servoc .icon {
    margin-bottom: 15px;
}

.servoc .icon i {
    font-size: 48px;
    line-height: 1;
    color: #67b0d1;
    transition: all 0.3s ease-in-out;
}

.servoc .title {
    text-align: center;
    font-weight: 0;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 26px;
}

.servoc .title a {
    color: #111;
}

.servoc .description {
    font-size: 15px;
    line-height: 28px;
    margin-bottom: 0;
}

.servoc .icon-box:hover .title a,
.servoc .icon-box:hover .lst {
    color: #fff;
}

.servoc .icon-box:hover .icon i {
    color: #fff;
}

@media (max-width: 992px) {
    .servoc {
        margin-bottom: -150px;
    }
}

.teako .dunba {
    text-align: center;
    margin-bottom: 80px;
    position: relative;
}

.teako .dunba .dunba-info p {
    text-align: left;
}

.teako .dunba .pic {
    width: 70%;
    display: block;
    position: relative;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    margin-top: auto;
    margin-bottom: auto;
    left: 0;
    top: 0;
    bottom: 12px;
    padding: 10px;
    /* background-color: var(--primarycolor) */
}

.teako .dunba .dunba-info {
    color: #2f4d5a;
    /* border: 1px solid var(--primarycolor); */
    height: auto;
    width: 100%;
    overflow: hidden;
    transition: max-height 0.5s ease-in-out;
    border-radius: 5px;
    transition: 0.4s;
    display: block;
    margin-top: auto;
    margin-bottom: auto;
}

/* .teako .dunba:hover .dunba-info {
    transform: scale(1.02);
} */

.teako .dunba h3 {
    text-align: left;
    color: var(--primarydark);
    padding-bottom: 30px;
    transition: 0.4s;
}

.teako .dunba:hover h3 {
    color: #2f4d5a;
}

.teako .dunba span {
    font-style: italic;
    display: block;
    font-size: 13px;
}

@media (max-width: 992px) {
    .teako .dunba {
        margin-bottom: 5px;
    }
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.pio .portfolio-item {
    margin-bottom: 30px;
}

.pio #portfolio-flters {
    padding: 0;
    margin: 0 auto 35px auto;
    list-style: none;
    text-align: center;
    background: #ecf5f9;
    border-radius: 50px;
    padding: 2px 15px;
}

.pio #portfolio-flters li {
    cursor: pointer;
    display: inline-block;
    padding: 10px 15px 8px 15px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
    color: #2f4d5a;
    margin-bottom: 5px;
    transition: all 0.3s ease-in-out;
}

.pio #portfolio-flters li:hover,
.pio #portfolio-flters li.filter-active {
    color: #67b0d1;
}

.pio #portfolio-flters li:last-child {
    margin-right: 0;
}

.pio .portfolio-wrap {
    transition: 0.3s;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.pio .portfolio-wrap::before {
    content: "";
    background: #67b3d13d;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    transition: all ease-in-out 0.3s;
    z-index: 2;
    opacity: 0;
}

.pio .portfolio-wrap .portfolio-links {
    opacity: 1;
    left: 0;
    right: 0;
    bottom: 0px;
    z-index: 3;
    position: absolute;
    transition: all ease-in-out 0.3s;
    display: flex;
    justify-content: center;
}

.pio .portfolio-wrap .portfolio-links a {
    color: #fff;
    font-size: 28px;
    text-align: center;
    background: #67b0d1f2;
    transition: 0.3s;
    width: 100%;
}

.pio .portfolio-wrap .portfolio-links a:hover {
    background: #67b0d1f2;
}

.pio .portfolio-wrap img {
    transition: all 0.3s;
}

.pio .portfolio-wrap img:hover {
    transform: scale(0.95);
    opacity: 0.8;
}

.pio .portfolio-wrap .portfolio-links a+a {
    border-left: 1px solid #8ec4dd;
}

.pio .portfolio-wrap:hover::before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 1;
}

.pio .portfolio-wrap:hover .portfolio-links {
    opacity: 1;
    bottom: 0;
}

.poio {
    display: flex;
    justify-content: center;
}

.iga {
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
}

.poio img {
    transition: all 0.3s;
    width: 95%;
    height: 100%;
    border: 15px solid transparent;
    border-image: url(/assets/images/gold.webp) 1% round;
    border-radius: 4px;
}

.poio img:hover {
    width: 100%;
    border-radius: 4px;
    background-color: white;
    box-shadow: 0 5px 20px 0 rgb(84, 197, 250), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.lorem_text {
    text-align: justify;
}

.banim {
    width: 100%;
    height: auto;
    padding-right: 0;
}

.primarytext {
    color: #385b6b;
}

.carousel {
    position: relative;
}

.carousel-inner {
    position: relative;
    width: 100%;
    height: 100%;
}

.carousel-inner>.item {
    position: relative;
    display: none;
    -webkit-transition: .6s ease-in-out left;
    -o-transition: .6s ease-in-out left;
    transition: .6s ease-in-out left
}

.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
    line-height: 1;
}

@media all and (transform-3d),
(-webkit-transform-3d) {
    .carousel-inner>.item {
        -webkit-transition: -webkit-transform .6s ease-in-out;
        -o-transition: -o-transform .6s ease-in-out;
        transition: -webkit-transform .6s ease-in-out;
        transition: transform .6s ease-in-out;
        transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out, -o-transform .6s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        perspective: 1000px
    }

    .carousel-inner>.item.active.right,
    .carousel-inner>.item.next {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        left: 0
    }

    .carousel-inner>.item.active.left,
    .carousel-inner>.item.prev {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        left: 0
    }

    .carousel-inner>.item.active,
    .carousel-inner>.item.next.left,
    .carousel-inner>.item.prev.right {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        left: 0
    }
}

.carousel-inner>.active,
.carousel-inner>.next,
.carousel-inner>.prev {
    display: block
}

.carousel-inner>.active {
    left: 0
}

.carousel-inner>.next,
.carousel-inner>.prev {
    position: absolute;
    top: 0;
    width: 100%
}

.carousel-inner>.next {
    left: 100%
}

.carousel-inner>.prev {
    left: -100%
}

.carousel-inner>.next.left,
.carousel-inner>.prev.right {
    left: 0
}

.carousel-inner>.active.left {
    left: -100%
}

.carousel-inner>.active.right {
    left: 100%
}

.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
    background-color: rgba(0, 0, 0, 0);
    filter: alpha(opacity=50);
    opacity: .5
}

.imind {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 25%;
    font-size: 0px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
    /* background-color: rgba(0, 0, 0, 0); */
    /* filter: alpha(opacity=50); */
    opacity: .7;
}

.carousel-control.left {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .1) 0, rgba(0, 0, 0, .0001) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .1) 0, rgba(0, 0, 0, .0001) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .1)), to(rgba(0, 0, 0, .0001)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .1) 0, rgba(0, 0, 0, .0001) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    background-repeat: repeat-x
}

.carousel-control.right {
    right: 0;
    left: auto;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .1) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .1) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .1)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    background-repeat: repeat-x
}

.carousel-control:focus,
.carousel-control:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    filter: alpha(opacity=90);
    opacity: .9
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next,
.carousel-control .icon-prev {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    margin-top: -10px
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
    left: 50%;
    margin-left: -10px
}

.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
    right: 50%;
    margin-right: -10px
}

.carousel-control .icon-next,
.carousel-control .icon-prev {
    width: 20px;
    height: 20px;
    font-family: serif;
    line-height: 1
}

.carousel-control .icon-prev:before {
    content: "\2039"
}

.carousel-control .icon-next:before {
    content: "\203a"
}

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none
}

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000/9;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid gray;
    border-radius: 10px;
}

.carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #66afd1;
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6)
}

.carousel-caption .btn {
    text-shadow: none
}

.carousel-caphead {
    position: absolute;
    right: 15%;
    top: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6)
}

.carousel-caphead .btn {
    text-shadow: none
}

@media screen and (min-width:768px) {

    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next,
    .carousel-control .icon-prev {
        width: 30px;
        height: 30px;
        margin-top: -10px;
        font-size: 30px
    }

    .carousel-control .glyphicon-chevron-left,
    .carousel-control .icon-prev {
        margin-left: -10px
    }

    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next {
        margin-right: -10px
    }

    .carousel-caption {
        right: 20%;
        left: 20%;
        padding-bottom: 30px
    }

    .carousel-caphead {
        right: 20%;
        left: 20%;
        padding-bottom: 30px
    }

    .carousel-indicators {
        bottom: 20px
    }

}

@media (max-width: 360px) {

    .carousel .item,
    .carousel .item .resim {
        width: 100%;
        object-fit: cover;
        height: 500px;
    }

    .carousel .item .banhead,
    .carousel .item .banhead1 {
        font-size: 30px;
        font-weight: bold;
        padding-bottom: 30px;
        text-transform: uppercase;
        text-shadow: 2px 2px 30px #000000;
    }

    .carousel .item .banhead1 {
        padding-top: 100px;
    }

    .carousel .item .lef {
        margin-left: 0px;
        margin-top: 0;
    }

    .carousel .item .rig {
        margin-right: 0px;
    }

    .banim {
        width: 50%;
        height: auto;
        padding-right: 0;
    }
}

.sidea {
    position: relative;
    display: inline;
    top: 50%;
    justify-content: center;
    width: 40%;
}

.banhead1 {
    font-size: 50px;
    font-weight: bold;
    padding-top: 120px;
    text-transform: uppercase;
    text-shadow: 2px 2px 30px #000000;
}

.banhead {
    font-size: 50px;
    font-weight: bold;
    padding-bottom: 50px;
    text-transform: uppercase;
    text-shadow: 2px 2px 30px #000000;
}

.bancap {
    font-size: 25px;
}

.jbox {
    border-style: solid;
    border-color: rgb(233, 231, 231);
    border-width: 1px;
    background-color: #f9fbfc;

}

.jbox:hover {
    border-style: solid;
    border-width: 1px;
    border-color: rgb(219, 217, 217);
    box-shadow: rgba(17, 17, 26, 0.05) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
}

.img-pt {
    min-height: 50vh;
    width: 100%;
}

.ptcntr {
    position: absolute;
    bottom: 8rem;
    left: 4rem;
    z-index: 1;
    width: 70%;
    background: rgb(29, 28, 26);
    background: linear-gradient(142deg, rgba(29, 28, 26, 1) 0%, rgba(65, 61, 57, 0.6643032212885154) 100%);
}

.ptcntr>h3 {
    color: #e8e8e8;
}

.ptcntr>p {
    color: #e8e8e8;
}

.lef {
    margin-left: 250px;
    margin-top: 50;
}

.rig {
    margin-right: 200px;
}

.dk:hover {
    color: #ffffff;
}

.font-c {
    font-size: calc(1rem + .3vw);
}

.carousel {
    position: relative;
}

.carousel-inner {
    position: relative;
    width: 100%;
    height: 100%;
}

.carousel-inner>.item {
    position: relative;
    display: none;
    -webkit-transition: .6s ease-in-out left;
    -o-transition: .6s ease-in-out left;
    transition: .6s ease-in-out left
}

.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
    line-height: 1;
}

@media all and (transform-3d),
(-webkit-transform-3d) {
    .carousel-inner>.item {
        -webkit-transition: -webkit-transform .6s ease-in-out;
        -o-transition: -o-transform .6s ease-in-out;
        transition: -webkit-transform .6s ease-in-out;
        transition: transform .6s ease-in-out;
        transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out, -o-transform .6s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        perspective: 1000px
    }

    .carousel-inner>.item.active.right,
    .carousel-inner>.item.next {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        left: 0
    }

    .carousel-inner>.item.active.left,
    .carousel-inner>.item.prev {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        left: 0
    }

    .carousel-inner>.item.active,
    .carousel-inner>.item.next.left,
    .carousel-inner>.item.prev.right {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        left: 0
    }
}

.carousel-inner>.active,
.carousel-inner>.next,
.carousel-inner>.prev {
    display: block
}

.carousel-inner>.active {
    left: 0
}

.carousel-inner>.next,
.carousel-inner>.prev {
    position: absolute;
    top: 0;
    width: 100%
}

.carousel-inner>.next {
    left: 100%
}

.carousel-inner>.prev {
    left: -100%
}

.carousel-inner>.next.left,
.carousel-inner>.prev.right {
    left: 0
}

.carousel-inner>.active.left {
    left: -100%
}

.carousel-inner>.active.right {
    left: 100%
}

.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
    background-color: rgba(0, 0, 0, 0);
    filter: alpha(opacity=50);
    opacity: .5
}

.imind {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 25%;
    font-size: 0px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
    /* background-color: rgba(0, 0, 0, 0); */
    /* filter: alpha(opacity=50); */
    opacity: .7;
}

.carousel-control.left {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .1) 0, rgba(0, 0, 0, .0001) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .1) 0, rgba(0, 0, 0, .0001) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .1)), to(rgba(0, 0, 0, .0001)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .1) 0, rgba(0, 0, 0, .0001) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    background-repeat: repeat-x
}

.carousel-control.right {
    right: 0;
    left: auto;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .1) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .1) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .1)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    background-repeat: repeat-x
}

.carousel-control:focus,
.carousel-control:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    filter: alpha(opacity=90);
    opacity: .9
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next,
.carousel-control .icon-prev {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    margin-top: -10px
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
    left: 50%;
    margin-left: -10px
}

.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
    right: 50%;
    margin-right: -10px
}

.carousel-control .icon-next,
.carousel-control .icon-prev {
    width: 20px;
    height: 20px;
    font-family: serif;
    line-height: 1
}

.carousel-control .icon-prev:before {
    content: "\2039"
}

.carousel-control .icon-next:before {
    content: "\203a"
}

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none
}

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000/9;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid gray;
    border-radius: 10px;
}

.carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #66afd1;
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6)
}

.carousel-caption .btn {
    text-shadow: none
}

.carousel-caphead {
    position: absolute;
    right: 15%;
    top: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6)
}

.carousel-caphead .btn {
    text-shadow: none
}

@media screen and (min-width:768px) {

    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next,
    .carousel-control .icon-prev {
        width: 30px;
        height: 30px;
        margin-top: -10px;
        font-size: 30px
    }

    .carousel-control .glyphicon-chevron-left,
    .carousel-control .icon-prev {
        margin-left: -10px
    }

    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next {
        margin-right: -10px
    }

    .carousel-caption {
        right: 20%;
        left: 20%;
        padding-bottom: 30px
    }

    .carousel-caphead {
        right: 20%;
        left: 20%;
        padding-bottom: 30px
    }

    .carousel-indicators {
        bottom: 20px
    }

}



@media (max-width: 360px) and (min-width: 900px),
(max-width:1200px) {

    .carousel .item,
    .carousel .item .resim {
        width: 100%;
        object-fit: cover;
        height: 500px;
    }

    .carousel .item .banhead,
    .carousel .item .banhead1 {
        font-size: 30px;
        font-weight: bold;
        padding-bottom: 50px;
        text-transform: uppercase;
        text-shadow: 2px 2px 30px #000000;
    }

    .carousel .item .lef {
        margin-left: 0px;
        margin-top: 0;
    }

    .carousel .item .rig {
        margin-right: 0px;
    }

    .banim {
        width: 40%;
        height: auto;
        padding-right: 0;
    }
}
.vhero {
    width: 100%;
    height: 100vh;
    background-image: linear-gradient(rgba(5, 119, 128, 0.5), rgba(39, 66, 88, 0.5));
    position: relative;
    padding: 0 5%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.vcontent {
    text-align: center;
}

.vcontent h1 {
    font-size: 7em;
    color: #fff;
    font-weight: 700;
}

.back-video {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    right: 0;
    bottom: 0;
    z-index: -1;
}

@media (min-width: 1024px) {
    #hero {
        background-attachment: fixed;
    }
}


@media (min-width: 1401px) {
    .navbar a,
    .navbar a:focus {
      font-size: 15px;
    }
    #main {
      margin-top: 87px;
    }
    }
  
  @media (max-width: 1400px) {
    .navbar a,
    .navbar a:focus {
      font-size: 16px;
    }
    #main {
      margin-top: 69px;
    }
    }
  
  @media (min-width: 991px) and (max-width: 1200px) {
    .navbar a,
    .navbar a:focus {
      font-size: 9px;
    }
    #main {
      margin-top: 56px;
  }
  .banim {
    width: 100%;
    height: auto;
    padding-right: 0;
}
  }
  
  @media (min-width: 1201px) and (max-width: 1399px) {
    .navbar a,
    .navbar a:focus {
      font-size: 12px;
    }
    #main {
      margin-top: 72px;
  }
  }

  @media (max-width: 990px) {
    .navbar a,
    .navbar a:focus {
      font-size: 16px;
    }
    #main {
      margin-top: 106px;
    }
}

@media (max-width: 767px){

    #main {
        margin-top: 88px;
      }
}

@media (min-width: 300px) and (max-width: 500px){

    #main {
        margin-top: 57px;
      }
}

@media (min-width: 200px) and (max-width: 300px){

    #main {
        margin-top: 42px;
      }
}
@media only screen and (min-width: 280px) {
    .vcontent h1 {
        font-size: 2em;
    }
    
}

@media only screen and (min-width: 576px) {
    .vcontent h1 {
        font-size: 3em;
    }
    
}

@media only screen and (min-width: 768px) {
    .vcontent h1 {
        font-size: 4em;
    }
    
}

@media only screen and (min-width: 992px) {
    .vcontent h1 {
        font-size: 4.5em;
    }
    
}

@media only screen and (min-width: 1200px) {
    .vcontent h1 {
        font-size: 5em;
    }
    
}


