.owl-item > div:after {
  font-family: sans-serif;
  font-size: 24px;
  font-weight: bold;
}
.owl-item.active.center {
	-moz-transform: scale(1.6);
	-webkit-transform: scale(1.6);
	-o-transform: scale(1.6);
	-ms-transform: scale(1.6);
	transform: scale(1.6);
  position: relative;
  z-index: 9;
  cursor: pointer;
}
.owl-carousel .owl-stage-outer
{
    height: 760px;
}
.owl-carousel .owl-stage {
    /*height: 700px;*/
    top: 150px;
}
.owl-carousel .owl-item .embed-responsive {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    z-index: 99;
    background-color: #000;
}
.owl-carousel .owl-item img {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.owl-carousel .owl-item .caption {
    display: none;
}
.owl-carousel .owl-item.active.center .caption {
    display: block;
}
.owl-theme .owl-controls .owl-nav [class*='owl-']
{
    position: absolute;
    top: 100px;
    background-color: transparent !important;
    color: #707070 !important;
    width: 25%;
    height: 325px;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    border-radius: 0;
    font-size: 15px;
    opacity: 1;
}
.sector-nav-next-pre {
    background-color: #fff;
    color: #707070;
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    z-index: 9999;
    border-radius: 50px;
}
.owl-theme .owl-controls .owl-nav .owl-prev {
    left: -35px;
}
.owl-theme .owl-controls .owl-nav .owl-next {
    right: -35px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #FFC100 !important;
}
.owl-theme .owl-controls .owl-nav [class*='owl-']:hover
{
    background-color: transparent;
}
.owl-theme .owl-controls .owl-nav .owl-next {
    justify-content: flex-end;
}
.owl-theme .owl-controls .owl-nav .owl-prev {
    justify-content: start;
}
.owl-dots {
    position: absolute;
    width: 100%;
    bottom: 0;
}



@media (min-width: 1700px)
{
    .owl-theme .owl-controls .owl-nav [class*='owl-'] {
        top: 130px !important;
        height: 37vh;
    }
    .owl-carousel .owl-stage-outer {
        height: 90vh;
    }
}

@media only screen and (max-width:1000px)
{
    .owl-carousel .owl-stage-outer {
        height: initial;
    }
    .owl-carousel .owl-stage {
        top: initial;
    }
    .ik-caption-text-plzceer
    {
        position: static;
        padding-bottom: 60px;
    }
    .embed-content-fax p {
        font-size: 15px;
    }
    .owl-theme .owl-controls .owl-nav .owl-prev {
        left: -0px;
    }
    .owl-theme .owl-controls .owl-nav .owl-next {
        right: -0px;
    }
    .owl-theme .owl-controls .owl-nav [class*='owl-'] {
        position: absolute;
        top: 0;
        background-color: transparent !important;
        color: #707070 !important;
        width: 25%;
        height: 100%;
        display: inline-flex !important;
        align-items: center;
        justify-content: center;
        border-radius: 0;
        font-size: 15px;
        opacity: 1;
    }
    .sector-nav-next-pre {
        margin: 0 !important;
    }
    .home-h3 {
        font-size: 2rem;
        margin-bottom: 30px;
    }
    .ik-investor-wap
    {
        margin-bottom: 25px;
    }
}



