:root {
    --yellow: rgba(232, 183, 12, 1);
    --blue: rgba(10, 33, 79, 1);
    --black: #000000;
}

/* html {
    scroll-behavior: smooth;
} */

.cs_ratio {
    display: block;
    position: relative;
}

.cs_ratio::before {
    content: '';
    padding-top: 56.25%;
    display: block;
}

.cs_ratio>img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
}

.ratio_eq::before {
    padding-top: 100%;
}

.z-1 {
    z-index: 1;
}

.hero_section {
    background: rgba(10, 33, 79, 1);
    padding: 0;
    position: relative;
    min-height: 80vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hero_section .container {
    flex: 0 0 100%;
}

.hero_section::after,
.hero_section::before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    background: url(images/hero_line2.png) no-repeat center bottom;
    background-size: 100% auto;
    top: 0;
    pointer-events: none;
    left: 0;
    height: 55%;
}

.hero_section::after {
    background: url(images/hero_lines.png) no-repeat center top;
    background-size: 100% auto;
    opacity: .25;
    top: auto;
    bottom: 0;
}

.hero_title {
    font-size: 41px;
    color: rgba(232, 183, 12, 1);
    line-height: 1.15;
    font-weight: 500;
}

.hero_title span {
    color: #fff;
    font-weight: normal;
    font-weight: 700;
    font-size: 70px;

}

.hero_title span:first-child {
    color: #fff;
    font-size: 50px;
    display: block;

}

video-section {
    position: relative;
    width: 50%
}

.video_wrapper {
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 1
}

.video_wrapper_full {
    padding-bottom: 100%;
    overflow: hidden;
    border-radius: 3rem;
    background-color: rgba(10, 33, 79, 1);
}

.videoIframe {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent
}

.videoPoster {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background-image: url(/wp-content/themes/iris_soft/hiringassets/images/Iris-Hiring_Video-thumbnail.png); */
    background-size: cover;
    background-repeat: no-repeat
}

.videoPoster:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    background-image: url(images/player-play-icon.png);
    width: 86px;
    height: 87px;
    transform: translate(-50%, -50%);
    background-size: cover
}

.videoWrapperActive .videoPoster {
    opacity: 0;
    height: 0;
    -webkit-transition-delay: 0s, .8s;
    -moz-transition-delay: 0s, .8s;
    transition-delay: 0s, .8s
}

.cs_frame button {
    padding: 0;
}

.cs_frame button img {
    position: absolute;
    width: calc(100% - 48px);
    height: calc(100% - 48px);
    object-fit: cover;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

/* ============================== */
.cs_vdo_border {
    border-radius: 3rem;
    padding: 1.5rem;
    border: 2px solid white;
    position: relative;
}

.spr_1{
    position: absolute;
    width: 6rem;
    height: 6rem;
    left: 0;
    top: 0;
    border-radius: 50%;
    animation: bdpoint1 15s infinite linear;
 }
.spr_1:after{
    content: '';
    position: absolute;
    width: 30px; 
    height: 30px;
    border-radius: 50%;
    left: 0;
    top: 0;
    background: rgba(232, 183, 12, 1);
 }

 /* ============Animation============ */ 
 
@keyframes bdpoint1 { 
    2.5%{
        transform: rotate(45deg);
    }
    2.6%{ 
        left: 0;
        top: 0;
    }
     
    23.5%{
        left: calc(100% - 6rem);
        top: 0;
        transform: rotate(45deg);
    }
    
    27.5%{
        left: calc(100% - 6rem);
        top: 0;
        transform: rotate(135deg);
    }
    
    47.5%{
        left: calc(100% - 6rem);
        top: calc(100% - 6rem);
        transform: rotate(135deg);
    }
    52.5%{
        left: calc(100% - 6rem);
        top: calc(100% - 6rem);
        transform: rotate(225deg);   
    }
    73.5%{
        left: 0;
        top: calc(100% - 6rem);
        transform: rotate(225deg);   
    }
    77.5%{
        left: 0;
        top: calc(100% - 6rem);
        transform: rotate(315deg);   
    }
    97.5%{
        left: 0;
        top: 0;
        transform: rotate(315deg);  
    }
    100%{
        left: 0;
        top: 0;
       transform: rotate(360deg);   
    }
}
/* .cs_vdo_border::after {
    content: '';
    position: absolute;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    bottom: -15px;
    right: 25%;
    background: rgba(232, 183, 12, 1);
    /* animation: bdpoint 15s infinite linear; 
} */

.cs_vdo_frame {
    border-radius: 2rem;
    position: relative;
    overflow: hidden;
    margin-bottom: 0;
}

.cs_vdo_frame image {
    border-radius: 3rem;
}

.cs_play_btn {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #000;
    background: url(images/player-play-icon.png);
    width: 87px;
    height: 87px;
    border: none;
    outline: none;
    box-shadow: none;
}
.cs_play_btn2 {
    position: absolute;
    left: 50%;
    top: 80%;
    transform: translate(-50%, -50%);
    background: #000;
    background: url(images/player-play-icon.png);
    width: 87px;
    height: 87px;
    border: none;
    outline: none;
    box-shadow: none;
}

.scroll_down {
    position: absolute;
    height: 72px;
    width: 72px;
    border-radius: 50%;
    bottom: 40px;
    left: 50%;
    transform: translate(-50%, -50%);
    background: url(images/scroll_down.gif) no-repeat center center/contain;
    z-index: 1;
    border: 0;
    opacity: .35;
}

.scroll_down:hover {

    opacity: .55;
}

/* About Iris */
.about_iris {
    padding: 5vw 0;
    background: var(--yellow);
}

.about_animation_blog {
    padding: 10.5vw 0 0;
    position: relative;
}

.fz_20 {
    font-size: 20px;
}

.a_center_div {
    width: 378px;
    height: 378px;
    margin: 0 auto;
    border-radius: 50%;
    position: relative;
}

.center_div_slider {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.center_div_slider2 {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #fff;
    border-radius: 50%;
    border: 10px solid #000;
    box-shadow: 0 0 0 8px #fff;
}

.center_div_slider2:after {
    content: '';
    width: 100%;
    height: 100%;
    border-radius: 50%;
    left: 0;
    right: 0;
    background: #fff;
    z-index: 1;
    position: absolute;
    opacity: 0.8;
}

.c_bg_img,
.center_div_slider2 .slick-list,
.center_div_slider2 .slick-track,
.center_div_slider2 .slick-track {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    left: 0;
}

.center_div_slider2 img {
    /* opacity: .1 !important; */
}

.center_div_slider {
    max-width: 100%;
    padding-top: 20%;
    z-index: 1;
}

.center_div_slider img {
    object-fit: scale-down;

}

.center_div_slider .cs_ratio {
    width: 50%;
    max-width: 108px;
    margin: 0 auto;
}

.center_div_slider .cs_ratio::before {
    padding-top: 100%;
}

.center_div_slider strong {
    font-size: 52px;
    display: block;
    font-weight: 600;
    padding: .5rem 0 1rem;
}

.center_div_slider figcaption {
    font-size: 32px;
    font-weight: 400;
    line-height: 1;
    padding: 0 20%;
}

.center_div_slider .slick-dots {
    top: 0;
    width: 100%;
    height: 100%;
    transform: rotate(8deg);
}

.center_div_slider .slick-dots.d_1 {
    transform: rotate(50deg);
}

.center_div_slider .slick-dots.d_2 {
    transform: rotate(35deg);
}

.center_div_slider .slick-dots.d_3 {
    transform: rotate(20deg);
}

.center_div_slider .slick-dots.d_5 {
    transform: rotate(352deg);
}

.center_div_slider .slick-dots.d_6 {
    transform: rotate(338deg);
}

.center_div_slider .slick-dots li {
    width: auto;
    position: absolute;
    opacity: .2;
}

.center_div_slider .slick-dots li.slick-active {
    opacity: 1;
}

.center_div_slider .slick-dots li:first-child {
    left: 8%;
    top: 20%;
    transform: rotate(312deg)
}

.center_div_slider .slick-dots li:nth-child(2) {
    left: 25%;
    top: 8%;
    transform: rotate(340deg);
}

.center_div_slider .slick-dots li:nth-child(3) {
    left: 46%;
    top: 6%;
    transform: rotate(370deg);
}

.center_div_slider .slick-dots li:nth-child(4) {
    left: 65%;
    top: 14%;
    transform: rotate(38.4deg);
}

.center_div_slider .slick-dots li:nth-child(5) {
    left: 78%;
    top: 30%;
    transform: rotate(65.9deg);
}

.center_div_slider .slick-dots li:nth-child(6) {
    left: 81.5%;
    top: 50%;
    transform: rotate(95deg);
}

.center_div_slider .slick-dots button {
    width: 71px;
    height: 23px;
    background: transparent;
    margin: 0 auto;
    border-radius: 15px;
    background: url(images/slider_dots.svg) no-repeat center top/contain;
    transform: rotate(15deg);
    opacity: 0.7;
}

.center_div_slider .slick-dots button::before {
    content: none;
}

.animated_img {
    position: absolute;
    width: calc(100% + 16px);
    height: calc(100% + 16px);
    border-radius: 50%;
    left: 0;
    top: 0;
}

/* .animated_img:after{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #fff;
    left: 0;
    top: 0;
    border-radius: 50%;
} */
.animated_img img {
    position: absolute;
    transition: 1s;
    left: 50%;
    top: 50%;

    transform: translate(-50%, -50%);
    max-width: 200px;
    max-height: 150px;
}

/* ============Milestones=============== */
.milestones {
    padding: 5vw 0 0;
    position: relative;
    background: #000;
}

.milestone_bg_slider {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0.5;
}

.milestone_bg_slider {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.milestone_timeline_slider {
    position: relative;
    z-index: 1;
    border-bottom: 3px solid white;
}

.milestone_timeline_slider .yellow_card {
    background: var(--yellow);
    color: #0A214F;
    padding: 1rem 1.5rem;
    position: relative;
    border-radius: 8px;
    height: 100%;
    z-index: 1;
}

.milestone_timeline_slider .yellow_card p {
    margin: 0;
    font-size: 22px;
    line-height: calc(27/22);
}

.milestone_timeline_slider .slick-track {
    display: flex;
    justify-content: center;
    padding-left: 20vw;
}

.milestone_timeline_slider .slick-track>div {
    height: auto;
}

.milestone_section_head {
    margin-bottom: 5vw;
}

.milestone_timeline_slider .item {
    padding-bottom: 15vw;
    margin: 0 30px 6px;
    position: relative;
    z-index: 1;
}

.milestone_timeline_slider .item::after {
    content: '';
    position: absolute;
    width: 2px;
    height: calc(100% - 15px);
    top: 10px;
    left: 0px;
    background: #fff;
}

.milestone_timeline_slider .item::before {
    content: '';
    position: absolute;
    width: 23px;
    height: 23px;
    background: #fff;
    border-radius: 50%;
    left: -11px;
    bottom: 3px;
    box-shadow: 0px 0 0 6px rgba(255, 255, 255, .7);
}

/* ====================our_founder */
.our_founder {
    background: var(--yellow);
    padding: 5vw 0;
}

.radius_2 {
    border-radius: 2.5rem;
}

.radius_1 {
    border-radius: 1.5rem;
}

.cs_h2 {
    font-size: 48px;
    line-height: 1.2;
    color: inherit;
}

.text_dark {
    color: #0A214F;
}

.founder_slider .cs_vdo_frame {
    border: 10px solid var(--yellow);
}

.line_3 {
    position: relative;

}

.line_3::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url(images/line_3.png) no-repeat center center/100% auto;
    opacity: 0.1;
}
.founder_slider{
    margin-top: 20px;
}
.founder_slider .slider_content {
    font-size: 20px;
    line-height: 1.3;
    color: #fff;
    text-align: center;
}

.founder_slider .slider_content strong {
    display: block;
}

.cs_arrow .slick-arrow ,.cs_arrow  .owl-nav button[class]{
    color: #000;
}
.cs_arrow  .owl-nav{
    display: flex;
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
    width: 110px;
}
.arrow_white .slick-arrow {
    color: #fff;
}

.cs_arrow .slick-arrow ,.cs_arrow  .owl-nav button[class]{
    width: 40px;
    height: 40px;
    background: transparent;
    opacity: 1;
    border-radius: 50%;
    border: 1px solid currentColor;
    display: flex;
    justify-content: center;
    align-items: center;
}
.cs_arrow  .owl-nav button[class] span{
    display: none;
}

.cs_arrow .slick-arrow:before ,.cs_arrow  .owl-nav button[class]:before{
    content: none;
}
 
.cs_arrow .slick-arrow::after,.cs_arrow  .owl-nav button[class]:after {
    content: '';
    width: 9px;
    height: 9px;
    border: 2px solid currentColor;
    transform: rotate(45deg);
    border-width: 0 0 2px 2px;
    position: static;
    margin-left: 3px;
    background: transparent !important;
}

.cs_arrow .slick-next::after ,.cs_arrow  .owl-nav  button.owl-next:after {
    border-width: 2px 2px 0 0;
    margin: 0 2.5px 0 0;
}

.cs_arrow .slick-arrow:hover::after ,.cs_arrow  .owl-nav button[class]:hover:after{
    border-color: #fff;
}

.founder_slider .slick-arrow {
    top: 65%;
    opacity: 1;
    left: -5rem;
}

.founder_slider .slick-next {
    left: auto;
    right: -5rem;
}


/* the_irisians */
.p_lg {
    font-size: 24px;
    line-height: 1.5;
}

.background_blue {
    padding: 80px 0 100px;
    background: var(--blue);
    color: #000;
}
.background_yellow {
    padding: 103px 0 50px;
    background: var(--yellow);
    position: relative;
}
.the_irisians {
    padding: 80px 0 100px;
    background: var(--blue);
    color: #000;
}



.iris_s_item figcaption span {
    display: block;
    padding-top: 10px;
}

.irisians_slider .items {
    padding: 50px !important;
    transition: .5s;
    position: relative;
}

.irisians_slider .items::before {
    content: '';
    display: block;
    padding-top: 125%;
}

.irisians_slider .items img {
    filter: grayscale(1);
    transition: .35s;
}

.irisians_slider .cs_play_btn {
    top: 70%;
}

.iris_s_item {
    position: absolute;
    transition: all .35s;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 3rem;
    top: 0;
}

.slick-active .iris_s_item {
    margin: 0 3rem 0 0;
    top: 2rem;
}

.iris_s_item figcaption {
    font-size: 24px;
    padding: 30px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;

}

.irisians_slider .slick-current.slick-active[data-slick-index="3"] {
    /* opacity: 0 !important;  */
}

.irisians_slider .slick-current.slick-active figure {
    left: 0;
    right: 0;
    margin: 0;
    top: 0;
}

.irisians_slider .slick-current.slick-active img {
    filter: grayscale(0);
}

.irisians_slider .ratio_eq::before {
    transition: .5s;
}

.irisians_slider .slick-current.slick-active figure .ratio_eq::before {
    padding-top: 115%;
}

.irisians_slider .slick-current.slick-active+.slick-active figure {
    margin: 0 0 0 3rem;
    top: 5rem;
}

.vdo_modal .modal-dialog {
    width: 100%;
    max-width: 900px;
}

.vdo_modal .close {
    position: absolute;
    top: -2rem;
    right: 0;
    color: #fff;
    font-weight: 100;
    font-size: 33px;
}

.vdo_ratio:before {
    padding-top: 56%;
}

.vdo_ratio iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    background: #000;
    top: 0;
}

.irisians_slider_2 {
    font-size: 24px;
    line-height: calc(36/24);
}

.irisians_slider_2 .slick-arrow,
.arrow_down .slick-arrow {
    bottom: -4.5rem;
    top: auto;
    left: calc(50% - 3rem);
}

.irisians_slider_2 .slick-next,
.arrow_down .slick-next {
    left: auto;
    right: calc(50% - 3rem);
}

/* ==============Testimonials============== */
.testimonials {
    padding: 103px 0 50px;
    background: var(--yellow);
    position: relative;
}
.testimonials::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url(images/line_4.png) no-repeat right -20%/122% auto;
    opacity: .2;
}

.sub_title {
    text-transform: uppercase;
    letter-spacing: 3.5px;
    word-spacing: 8px;
}

.testimonials h2 {
    margin-top: 13px;
    line-height: calc(68/48);
}

.testimonials_slider .item {
    background: #FFFFFF;
    border-radius: 10px;
    padding: 45px 60px;
    margin: 0 1rem;
    font-size: 20px;
    line-height: 1.5;
    position: relative;
    font-family: 'HalyardTextBook';
    font-weight: normal;
    color: var(--blue);
}

.testimonials_slider .slick-track {
    display: flex !important;

}

.testimonials_slider .slick-track>div {
    height: auto;
}

.testimonials_slider .item:before,
.testimonials_slider .item:after {
    width: 32px;
    height: 32px;
    content: '';
    position: absolute;
    left: 1.3rem;
    top: 1.3rem;
    background: url(images/quote_1.1.png) no-repeat left top;
}

.testimonials_slider .item:after {
    left: auto;
    top: auto;
    bottom: 1.3rem;
    right: 1.3rem;
    background: url(images/quote_2.1.png) no-repeat right bottom;
}

.text-black {
    color: #000;
}

/* Images */

@import "../../../../../globalmixin";

.gop_wrapper {
    position: relative;
}

.gop_wrapper::before {
    content: '';
    display: block;
    padding-top: 35%;
}

.gop_wrapper .gell_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gop_wrapper .gell_img {
    object-fit: cover;
    border: 8px solid var(--yellow);
    width: 25%;
    position: absolute;
    height: 60%;
    top: 0;
    left: 0;
}

.gop_wrapper .gell_img:nth-child(1),
.gop_wrapper .gell_img:nth-child(2),
.gop_wrapper .gell_img:nth-child(5) {
    left: 0;
    width: 15%;
}

.gop_wrapper .gell_img:nth-child(2),
.gop_wrapper .gell_img:nth-child(4),
.gop_wrapper .gell_img:nth-child(7) {
    bottom: 0;
    top: auto;
}

.gop_wrapper .gell_img:nth-child(3),
.gop_wrapper .gell_img:nth-child(4) {
    left: 15%;
    width: 25%;
}

.gop_wrapper .gell_img:nth-child(5),
.gop_wrapper .gell_img:nth-child(7) {
    left: 40%;
}

.gell_img:before {
    content: '';
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    position: absolute;
    background: #000;
    opacity: 0;
    pointer-events: none;
    z-index: 1;
    transition: .2s ease-in;
}

.gell_img:after {
    transition: .2s ease-in;
    content: '';
    width: 40px;
    height: 40px;
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    pointer-events: none;
    opacity: 0;
    transition: .25s ease-out;
    transform: translate(-50%, -50%);
    margin-top: -25px;
    background: url(images/Plus.png) no-repeat center center;
    z-index: 2;
}

.gell_img:hover:before {
    opacity: .5;
    left: 10px;
    top: 10px;
    bottom: 10px;
    right: 10px;
}

.gell_img:hover:after {
    margin-top: 0;
    opacity: 1;
}

/* .gop_wrapper .gell_img:nth-child(5),
.gop_wrapper .gell_img:nth-child(3) {
    left: 75%;
    height: 38%;
} */
.gop_wrapper .gell_img:nth-child(2) {
    height: 40%;
}

.gop_wrapper .gell_img:nth-child(3) {
    top: 0;
    height: 40%;
}

.gop_wrapper .gell_img:nth-child(6) {
    left: auto;
    right: 22%;
    bottom: 0;
    top: 0;
    width: 23%;
}

.gop_wrapper .gell_img:nth-child(7) {
    left: auto;
    right: 22%;
    bottom: 0;
    top: auto;
    width: 38%;
    height: 40%;
}

.gop_wrapper .gell_img:last-child {
    left: auto;
    top: 0;
    right: 0;
    width: 22%;
    height: 100%;
}

.dialog-widget.dialog-lightbox-widget,.fancybox-thumbs{
    display: none !important;
} 
.fancybox-stage .fancybox-slide--image { 
    background: rgba(0,0,0,0.8);
}

/*==========================================
===============Responsive===================
==========================================*/
@media all and (min-width:1024px) {
    .testimonials_slider_count {
        position: absolute;
        bottom: 0;
        left: 1rem;
    }
   
}

/* =========================== */
@media all and (min-width:1200px) {

    .about_iris:hover .animated_img img:first-child {
        top: -20%;
        left: 27vw;
        transition-delay: .1s;
    }

    .about_iris:hover .animated_img img:nth-child(2) {
        top: 18%;
        left: 44vw;
        transition-delay: .2s;
    }

    .about_iris:hover .animated_img img:nth-child(3) {
        top: 65%;
        left: 41.5vw;
    }

    .about_iris:hover .animated_img img:nth-child(4) {
        left: 38vw;
        top: 100%;
        transition-delay: .15s;
    }

    .about_iris:hover .animated_img img:nth-child(5) {
        left: -12vw;
        top: 88%;
        transition-delay: .05s;
    }

    .about_iris:hover .animated_img img:nth-child(6) {
        left: -18vw;
        top: 48%;
    }

    .about_iris:hover .animated_img img:nth-child(7) {
        left: -15vw;
        top: 0%;
        transition-delay: .1s;
    }

    .about_iris:hover .animated_img img:nth-child(8) {
        top: -20%;
        left: -2vw;
        transition-delay: .05s;
    }
    .cs_arrow  .owl-nav{
        display: flex;
        justify-content: space-between;
        position: absolute;
        width: calc(100% + 10rem);
        left: -5rem;
        top: 50%;
    }
    .growth_story h1{
        font-size: 36px; 
    }

}

@media all and (min-width:1600px) {
    .about_iris:hover .animated_img img:first-child {
        left: 24vw;
    }

    .about_iris:hover .animated_img img:nth-child(2) {
        left: 35vw;
    }
}

/* ============================= */
@media all and (max-width:1439px) and (min-width:1200px) {
    .hero_title {
        font-size: 40px!important;font-family: 'p22_Mackinac_pro' !important;font-weight: bold !important;
    }

    .hero_title span:first-child {
        font-size: 45px;
    }

    .hero_title span {
        font-size: 55px;
    }

    .cs_h2 {
        font-size: 38px;
    }

    .hero_section {
        min-height: calc(85vh - 77px);
        padding: 0;
    }

    .a_center_div {
        width: 220px;
        height: 220px;
    }

    .center_div_slider2 {
        border-width: 4px;
        box-shadow: 0 0 0 3px #fff;
    }

    .animated_img img {
        max-width: 135px;
        max-height: 110px;
    }

    .about_animation_blog {
        padding-top: 10vw;
    }

    .fz_20 {
        font-size: 16px;
    }

    .about_iris:hover .animated_img img:first-child {
        left: 22vw;
        top: -27%;
    }

    .about_iris:hover .animated_img img:nth-child(2) {
        left: 36vw;
    }

    .about_iris:hover .animated_img img:nth-child(3) {
        left: 32vw;
        top: 70%;
    }

    .about_iris:hover .animated_img img:nth-child(4) {
        left: 27vw;
        top: 110%;

    }

    .about_iris:hover .animated_img img:nth-child(5) {
        max-width: 65px;
        top: 100%;
    }

    .about_iris:hover .animated_img img:nth-child(8) {
        top: -26%;
        left: -3vw;
    }

    .about_iris:hover .animated_img img:nth-child(7) {
        left: -13vw;
        top: 0%;
    }

    .center_div_slider .cs_ratio {
        width: 65px;
        height: 65px;
    }

    .center_div_slider figure {
        margin-bottom: 5px;
    }

    .center_div_slider figcaption {
        font-size: 15px;
    }

    .center_div_slider strong {
        font-weight: 500;
        font-size: 30px;
        padding-bottom: 0em;
    }

    .center_div_slider .slick-dots button {
        width: 40px;
        height: 18px;
        background: url(images/slider_dots.svg) no-repeat center center/94% auto;
    }

    .milestone_timeline_slider .yellow_card p {
        font-size: 18px;
    }

    .founder_slider .slider_content,
    .p_lg {
        font-size: 20px;
    }

    .testimonials_slider .item {
        font-size: 15px;
    }

    .sub_title {
        letter-spacing: 2.5px;
        word-spacing: 4px;
    }

}

/* ======================================== */
@media all and (max-width:1199px) {


    .about_iris .animated_img img:first-child {
        top: -20%;
        left: 38vw;
        transition-delay: .1s;
    }

    .about_iris .animated_img img:nth-child(2) {
        top: 18%;
        left: 52vw;
    }

    .about_iris .animated_img img:nth-child(3) {
        top: 62%;
        left: 55vw;
    }

    .about_iris .animated_img img:nth-child(4) {
        left: 50vw;
        top: 100%;
    }

    .about_iris .animated_img img:nth-child(5) {
        left: -14vw;
        top: 88%;
    }

    .about_iris .animated_img img:nth-child(6) {
        left: -18vw;
        top: 48%;
    }

    .about_iris .animated_img img:nth-child(7) {
        left: -21vw;
        top: -4%;
    }

    .about_iris .animated_img img:nth-child(8) {
        top: -22%;
        left: 0vw;
    }

    /* ==================================== */


    .about_animation_blog {
        padding-top: 17vw;
    }

    .milestone_timeline_slider .item {
        margin: 0 15px;
    }

    .irisians_slider .items {
        padding: 25px !important;
    }

    .irisians_slider .items {
        padding: 25px !important;
    }

    .iris_s_item figcaption {
        font-size: 15px;
    }

    .iris_s_item figcaption span {
        padding-top: 4px;
    }

    .testimonials_slider_count {
        position: relative;
        margin-left: auto;
        right: 1.5rem;
        left: auto;
        margin-left: auto;
    }

    .gop_wrapper .gell_img {
        border-width: 2px;
    }

    .milestone_timeline_slider .item {
        padding-bottom: 18vw;
    }

    .milestone_section_head {
        margin-bottom: 10vw;
    }

    .milestone_bg_slider .cs_ratio:before{
        padding-top: 75%;
    }

    .growth_story h1{
        font-size: 22px !important;
        text-align: left;
    }
}

/* ======================================== */
@media all and (max-width:1023px) {
    .cs_h2 {
        font-size: 35px;
    }

    .cs_vdo_border{
        border-radius: 2rem; 
    }
    .spr_1{
        width: 4rem;
        height: 4rem;
    }
    .spr_1:after{
        width: 20px;
        height: 20px;
        left: -1px;
        top: -1px;
    }
    @keyframes bdpoint1 { 
        2.5%{
            transform: rotate(45deg);
        }
        2.6%{ 
            left: 0;
            top: 0;
        }
         
        23.5%{
            left: calc(100% - 4rem);
            top: 0;
            transform: rotate(45deg);
        }
        
        27.5%{
            left: calc(100% - 4rem);
            top: 0;
            transform: rotate(135deg);
        }
        
        47.5%{
            left: calc(100% - 4rem);
            top: calc(100% - 4rem);
            transform: rotate(135deg);
        }
        52.5%{
            left: calc(100% - 4rem);
            top: calc(100% - 4rem);
            transform: rotate(225deg);   
        }
        73.5%{
            left: 0;
            top: calc(100% - 4rem);
            transform: rotate(225deg);   
        }
        77.5%{
            left: 0;
            top: calc(100% - 4rem);
            transform: rotate(315deg);   
        }
        97.5%{
            left: 0;
            top: 0;
            transform: rotate(315deg);  
        }
        100%{
            left: 0;
            top: 0;
           transform: rotate(360deg);   
        }
    }

    .hero_section {
        min-height: 75vw;
        padding: 3px 0 57px 0;
    }

    .hero_title span:first-child {
        font-size: 35px;
    }

    .hero_title span {
        font-size: 50px;
    }

    .hero_title {
        font-size: 22px;
    }

    .scroll_down {
        bottom: 0;
    }

    .about_iris .animated_img img:first-child {
        top: -20%;
        left: 46vw;
    }

    .about_iris .animated_img img:nth-child(2) {
        left: 60vw;
    }

    .about_iris .animated_img img:nth-child(3) {
        left: 62vw;
    }

    .animated_img img {
        max-width: 150px;
        max-height: 125px;
    }

    .about_iris .animated_img img:nth-child(4) {
        left: 56vw;
    }

    .about_iris .animated_img img:nth-child(5) {
        left: -15vw;
    }

    .about_iris .animated_img img:nth-child(6) {
        left: -14vw;

    }

    .about_iris .animated_img img:nth-child(7) {
        left: -13vw;
        top: 10%;
    }

    .about_iris .animated_img img:nth-child(8) {
        top: -21%;
    }

    .iris_s_item {
        margin: 0 1rem;
    }

    .slick-active .iris_s_item {
        margin: 0 1rem 0 0;
        top: 1rem;
    }

    .iris_s_item figcaption {
        font-size: 13px;
        padding: 1rem;
    }

    .irisians_slider .slick-current.slick-active+.slick-active figure {
        margin: 0 0 0 1rem;
        top: 3rem;
    }

    .irisians_slider .slick-current.slick-active figure {
        left: 0;
        right: 0;
        margin: 0;
        top: 0;
    }

    .milestone_timeline_slider .yellow_card p {
        font-size: 18px;
    }

    .milestones {
        padding-top: 50px;
    }

    .p_lg,
    .fz_20 {
        font-size: 18px;
    }

    .founder_slider .slider_content {
        font-size: 18px;
    }

    .testimonials_slider .item {
        font-size: 15px;
        padding: 30px 45px;
        margin: 0 .75rem;

    }

    .testimonials_slider .item:before,
    .testimonials_slider .item:after {
        width: 25px;
        height: 25px;
        background-size: contain;
    }

    .cs_play_btn {

        width: 50px;
        height: 50px;
        background-size: contain;
    }

    .milestone_timeline_slider .slick-track {
        padding-left: 0;
    }
}

/* ======================================= */
@media all and (max-width:767px) {
    .hero_section {
        text-align: center;
        padding-bottom: 76px;
    }

    .hero_logo_img {
        max-width: 137px;
        margin: 0 auto 30px;
    }

    .hero_title span:first-child {
        font-size: 30px;
    }

    .hero_title {
        font-size: 32px;
    }

    .cs_vdo_border {
        padding: 1rem;
    }

    .scroll_down {
        display: none;
    }

    .about_iris {
        padding-top: 50px;
    }

    .a_center_div {
        width: 145px;
        height: 145px;
    }

    .center_div_slider2 {
        border-width: 4px;
        box-shadow: 0 0 0 3px #fff;
    }

    .animated_img img {
        max-width: 90px;
        max-height: 65px;
    }

    .about_animation_blog {
        padding-top: 25vw;
    }

    .about_iris .animated_img img:first-child {
        top: -27%;
        left: 24vw;
    }

    .about_iris .animated_img img:nth-child(2) {
        left: 37vw;
    }

    .about_iris .animated_img img:nth-child(3) {
        left: 42vw;
        top: 65%;
    }

    .about_iris .animated_img img:nth-child(4) {
        left: 38vw;
        top: 100%;

    }

    .about_iris .animated_img img:nth-child(5) {
        max-width: 65px;
    }

    .about_iris .animated_img img:nth-child(8) {
        top: -26%;
    }

    .about_iris .animated_img img:nth-child(7) {
        left: -13vw;
        top: 0%;
    }

    .center_div_slider .cs_ratio {
        width: 28px;
        height: 28px;
    }

    .center_div_slider figure {
        margin-bottom: 5px;
    }

    .center_div_slider figcaption {
        font-size: 15px;
    }

    .center_div_slider strong {
        font-weight: 500;
        font-size: 30px;
        padding-bottom: 0em;
    }

    .center_div_slider .slick-dots button {
        width: 22px;
        height: 15px;
        background: url(images/slider_dots.svg) no-repeat center center/94% auto;
    }

    .footer_base {
        height: 95px;
    }

    .milestone_bg_slider .cs_ratio:before {
        padding-top: 175%;
    }

    .irisians_slider {
        width: 80%;
        max-width: 400px;
        margin: 0 auto !important;
    }

    .founder_slider .slick-arrow {

        left: calc(50% - 50px);
        top: auto;
        bottom: -5rem;
    }

    .founder_slider .slick-next {
        left: auto;
        right: calc(50% - 50px);

    }

}

/* ======================================= */
@media all and (max-width:479px) {
    .cs_h2 {
        font-size: 32px;
    }

    .about_iris .animated_img img:first-child {
        top: -27%;
        left: 36vw;
    }

    .about_iris .animated_img img:nth-child(2) {
        left: 55vw;
        top: 12px;
    }

    .about_iris .animated_img img:nth-child(3) {
        left: 55vw;
        top: 57%;
    }

    .about_iris .animated_img img:nth-child(4) {
        left: 55vw;
        top: 100%;

    }

    .milestone_section_head .cs_ratio {
        margin: 0 auto 28px;
    }

    .milestone_timeline_slider .item {
        padding-bottom: 35vw;
    }

    .milestone_section_head {
        margin-bottom: 12vw;
    }

    .our_founder {
        padding: 85px 0;
    }

    .the_irisians {
        padding: 65px 0 80px;
    }

    .testimonials_slider .item:before,
    .testimonials_slider .item:after {
        left: 1rem;
        top: 1rem;
    }

    .testimonials_slider .item {
        padding: 2.5rem 2rem 2rem;
    }

    .testimonials_slider .item:after {
        left: auto;
        top: auto;
        bottom: 1rem;
        right: 1rem;
    }

    .gop_wrapper .gell_img {
        border-width: .5px;
    }

    .testimonials {
        padding: 50px 0px 25px;
    }

    .sub_title {
        letter-spacing: 2.5px;
    }

    .testimonials_slider_count {
        margin: 2rem auto;
        left: 0;
        right: 0;
    }

    .animated_img img {
        max-width: 80px;
        max-height: 60px;
    }

    .about_iris .fz_20 {
        font-size: 15px;
    }

    .milestone_timeline_slider .yellow_card p {
        font-size: 14px;
    }

    .milestone_timeline_slider .yellow_card h3 {
        font-size: 20px;
        line-height: 1.3;
    }

    .gop_wrapper::before {
        padding-top: 150%;
    }

    .gop_wrapper .gell_img {
        height: 30%;
        width: 35%;
    }

    .gop_wrapper .gell_img:nth-child(1) {
        height: 30%;
        width: 35%;
    }
    .gop_wrapper .gell_img:nth-child(2) {
        height: 20%;
        top: 30%;
        width: 35%;
    }

    .gop_wrapper .gell_img:nth-child(3) {
        width: 65%;
        height: 20%;
        right: 0;
        left: auto;
        top: 0; 
    }
    .gop_wrapper .gell_img:nth-child(4) {
        width: 65%;
        height: 30%;
        right: 0;
        left: auto;
        top: 20%; 
    }
    .gop_wrapper .gell_img:nth-child(5) {   
        width: 37%;   
        height: 30%; 
        left: 0;  
        top: 50%;         
    }
    .gop_wrapper .gell_img:nth-child(6) {   
        width: 63%;    
        height: 30%; 
        right: 0;
        left: auto; 
        top: 50%;  
    }
    .gop_wrapper .gell_img:nth-child(7) {   
        width: 70%;    
        height: 20%; 
        left: 0; 
        top: 80%;  
    }
    .gop_wrapper .gell_img:nth-child(8) {   
        width: 30%;    
        height: 20%; 
        left: auto; 
        top: 80%;  
        right: 0;
    }
    .gop_wrapper .gell_img {
        border-width: 3px; 
    }

    .background_blue {
        padding: 80px 0 60px;
    }
}
.loading{
    top:0;
    bottom: 0;
    right: 0;
    left: 0;
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    z-index: 99;
}

.loading span{
        background-image: url("images/Preloader-Icon.gif");
        background-repeat: no-repeat;
        background-position: center center;
        width: 47px;
        height: 47px;
  }



/* .page-template-anniversary-template{
    overflow: hidden;
} */

.core_values{
    padding:75px 0; 
}
.bg_yellow{
    background: var(--yellow);
}
.cs_btn,
.cs_btn2 {
    text-decoration: none;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 125%;
    letter-spacing: 0.005em;
    color: #FFFFFF !important;
    padding: 3px 10px;
    border-radius: 15px;
    border: 1px solid #fff;
    display: inline-flex;
}

.cs_btn2 {
    border-radius: 6px;
    font-size: 16px;
    font-family: var(--e-global-typography-secondary-font-family);
    background: var(--blue);
    color: #fff !important;
    border-color: var(--blue);
    padding: 0.7rem 1.2rem;
}

.cs_btn2:hover {
    background: #fff;
    border-color: var(--blue);
    color: var(--blue) !important;
}
.btn_radius,.btn_radius:hover,.btn_radius:focus{
    border-radius:25px;
}
.moments_section{
    border-bottom: 10px solid var(--yellow);
}