a {
    text-decoration: none;
    font-family: yb-rg;
}

@font-face {
    font-family: yb-rg;
    src: url('../fonts/Yekan-Bakh.ttf');
}

@font-face {
    font-family: yb-md;
    src: url('../fonts/Yekan-Bakh-Medium.ttf');
}

@font-face {
    font-family: yb-bd;
    src: url('../fonts/Yekan-Bakh-Bold.ttf');
}

@font-face {
    font-family: yb-lt;
    src: url('../fonts/Yekan-Bakh-Light.ttf');
}


@font-face {
    font-family: 'icomoon';
    src:  url('../fonts/icomoon.eot?jmj9j9');
    src:  url('../fonts/icomoon.eot?jmj9j9#iefix') format('embedded-opentype'),
      url('../fonts/icomoon.ttf?jmj9j9') format('truetype'),
      url('../fonts/icomoon.woff?jmj9j9') format('woff'),
      url('../fonts/icomoon.svg?jmj9j9#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
  }
  
  [class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
  
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  
  .icon-play-button:before {
    content: "\e90d";
    color: #7d7866;
  }
  .icon-recycle:before {
    content: "\e907";
    color: #fab73a;
  }
  .icon-windows:before {
    content: "\e906";
    color: #fab73a;
  }
  .icon-windows-2:before {
    content: "\e904";
    color: #fab73a;
  }
  .icon-work-time:before {
    content: "\e903";
    color: #fab73a;
  }
  .icon-calendar:before {
    content: "\e908";
    color: #fff;
  }
  .icon-twitter:before {
    content: "\e90a";
    color: #02aa9d;
  }
  .icon-facebook:before {
    content: "\e901";
    color: #f5f5f5;
  }
  .icon-inistagram:before {
    content: "\e902";
    color: #f5f5f5;
  }
  .icon-linkedin:before {
    content: "\e909";
    color: #f5f5f5;
  }
  .icon-phone-call:before {
    content: "\e905";
    color: #eee;
  }

:root {
    --ado-blue: #0C5EA6;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: yb-rg;
    background-color: #fff;
    overflow-x: hidden;
}


/* header start */
.header-ado-p {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    z-index: 9999;
    padding: 35px 0px;
}

.nav-ado-p {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.menu-ado-p {
    display: flex;
    gap: 50px;
}

.contact-p {
    display: flex;
    align-items: center;
    gap: 5px;
}

.menu-list-p {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 52px;
    padding: 0;
    margin: 0;
}

.menu-list-p li a {
    font-size: 14px;
    line-height: 24px;
    font-family: 'yb-md';
    color: #fff;
}

.contact-p span::before {
    font-size: 18px;
}

.contact-p a {
    color: #fff;
    font-family: 'yb-md';
    font-size: 14px;
    line-height: 21px;
    padding-top: 5px;
}

/* headr end */

/* components start */
.subtitle-ado {
    font-size: 14px;
    line-height: 22px;
    color: #0C5EA7;
    font-family: 'yb-md';
    display: inline-block;
    margin-bottom: 24px;
}

.title-bold {
    font-size: 34px;
    line-height: 46px;
    font-family: 'yb-bd';
    color: #212121;
    margin-bottom: 16px;
}

.title-ado {
    font-size: 34px;
    line-height: 46px;
    font-family: 'yb-lt';
    color: #212121;
}

.sec-prg p {
    font-size: 14px;
    line-height: 24px;
    color: #757575;
    margin-bottom: 16px;
}

.btn-play-ado {
    background-color: transparent;
    border: none;
}

.ado-xmark {
    background-color: transparent;
    border: none;
    position: absolute;
    top: 50px;
    left: 50px;
}


.ado-xmark span {

    width: 30px;
    height: 30px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: rotate(45deg);
}

.ado-xmark span::after {
    content: '';
    width: 100%;
    height: 2px;
    position: absolute;
    background-color: #fff;
}

.ado-xmark span::before {
    content: '';
    width: 2px;
    height: 100%;
    position: absolute;
    background-color: #fff;
}

.modal-ado-pop {
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.6);
    position: fixed;
    z-index: 101010;
    top: 0;
    right: 0;
    align-items: center;
    justify-content: center;
    display: none;
}

.modal-ado-popup {
    display: flex;
}

.read-more {
    font-size: 16px;
    line-height: 21px;
    font-family: 'yb-md';
    color: #27282E;
}

.read-more:hover::after {
    margin-right: 10px;
}

.read-more::after {
    content: '';
    width: 9px;
    height: 9px;
    border-bottom: 1px solid #27282E;
    border-left: 1px solid #27282E;
    transform: rotate(45deg);
    display: inline-block;
    margin-right: 5px;
    transition: .3s;
}

.ado-bars {
    border: none;
    background-color: transparent;
    width: 30px;
    height: 30px;
    border-radius: 5px;
    position: absolute;
    left: 0;
    display: none;
}

.ado-bars span {
    width: 20px;
    height: 2px;
    background-color: #fff;
    border-radius: 5px;
    position: relative;
    top: -5px;
    left: 0;
    display: inline-block;
}

.ado-bars span::before {
    content: '';
    display: inline-block;
    background-color: #fff;
    width: 20px;
    height: 2px;
    border-radius: 5px;
    position: absolute;
    top: 8px;
    left: 0;
}

.ado-bars span::after {
    content: '';
    display: inline-block;
    background-color: #fff;
    width: 20px;
    height: 2px;
    border-radius: 5px;
    position: absolute;
    bottom: 8px;
    left: 0;
}

.calendar-ado {
    background-color: #FEC330;
    padding: 12px;
}

.icon-calendar::before {
    font-size: 24px;
}


/* components end */



.fixed-section {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
  }


/* hero start  */
.hero-ado {
    
    width: 100%;
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    margin-bottom: 125px;
    /* filter: blur(6px);
    -webkit-filter: blur(6px); */
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    z-index: -1;
    /* transition: 0.3s; */
}

.menu-ado-p .ado-xmark {
    display: none;
}

.hero-ado .subtitle-ado {
    color: #F8F8F8;
    margin-bottom: 33px;
}

.hero-ado .title-ado {
    color: #F8F8F8 !important;
    margin-bottom: 33px;
}

.hero-ado .title-bold {
    color: #F8F8F8;
}

.hero-ado .sec-prg {
    color: #F8F8F8;
    margin-bottom: 20px;
}

.hero-content-ado {
    height: 100vh;
    display: flex;
    align-items: start;
    justify-content: center;
    flex-direction: column;
}

.hero-ado .read-more {
    color: #F8F8F8;
}

.hero-ado .read-more::after {
    border-color: #F8F8F8;
}

.btn-play-ado span::before {
    color: #F8F8F8;
    font-size: 30px;
}

.btn-play-ado {
    position: absolute;
}

.modal-ado {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal-pic {
    width: 520px;
    height: 390px;
    object-fit: cover;
}

.modal-play-p {
    position: absolute;
}



/* hero end */

/* first section start */
.first-sec .sec-head-ado {
    text-align: center;
    margin-bottom: 60px;
}

/* .first-sec .ado-comp-p {
    transform: translate(0 , 200px);
} */

.first-sec {
    background-color: #fff;
    /* padding-top: 80px; */
    margin-top: 100vh;
    height: 100vh;
    display: flex;
    align-items: center;
    /* margin-bottom: 180px; */
    position: relative;
    z-index: 99;
    /* transform: translate(0 , -200px); */
    /* transition: 0.3s; */
}

.about-adopen {
    width: 100%;
}

.info-comp-title {
    font-size: 18px;
    line-height: 21px;
    font-family: 'yb-bd';
    color: #212121;
    margin-bottom: 16px;
    margin-top: 22px;
}

.info-comp-ado .sec-prg {
    line-height: 21px;
    text-align: center;
}

.info-comp-ado span::before {
    font-size: 42px;
}

.info-comp-ado {
    display: flex;
    flex-direction: column;
    align-items: center;
    border-bottom: 1px solid #d9d9d9;
    border-top: 1px solid #d9d9d9;
    border-left: 1px solid #d9d9d9;
    padding: 20px 33px;
    min-height: 243px;
}

.sec-content-date {
    display: flex;
    gap: 30px;
    align-items: center;
}

.sec-cont-ado {
    color: #12131A;
    font-size: 14px;
    line-height: 24px;
}

.sec-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sec-pic {
    height: 100%;
}

.comp-logo {
    margin-bottom: 30px;
    display: inline-block;
    width: 150px;
}

.comp-logo img {
    width: 100%;
}

.adopen-companies {
    /* margin-top: 100vh */
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    min-height: 100vh;
    background-color: #fff;
}

.adopen-company {
    min-width: 100vw;
}

.adopen-company .sec-head-ado {
    margin-bottom: 32px;
}

.adopen-company .sec-head-ado .title-ado {
    margin-bottom: 25px;
}


.sec-content {
    padding: 70px 30px;
    border: 1px solid #d9d9d9;
    background-color: #fff;
}

/* .doortech-sec {
    margin-bottom: 100px;
} */

/* wintech section end */

/* blog section start */
.blog-ado-content-detail {
    padding: 20px 0px;
}

.blog-img {
    margin: 0px;
    overflow: hidden;
}

.blog-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .3s;
}

.blog-ado-content-header a {
    font-size: 16px;
    line-height: 25px;
    font-family: 'yb-md';
    color: #12131A;
    display: block;
    margin-bottom: 16px;
    transition: .2s;
}

.blog-ado-content-category,
.blog-ado-content-date {
    font-size: 14px;
    line-height: 18px;
    color: #88898C;
    margin-left: 15px;
}

.blog-ado-content-date {
    position: relative;
}

.blog-ado-content-date::after {
    content: '';
    width: 1px;
    height: 15px;
    background-color: #88898C;
    display: inline-block;
    position: absolute;
    top: 1px;
    left: -8px;
}

.blog-ado .subtitle-ado {
    color: #FEC330;
    margin-bottom: 16px;
}

.blog-sec-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 45px;
    background-color: #fff;
}

.blog-ado-content:hover .blog-img img {
    transform: scale(1.2) rotate(2deg);
}

.blog-ado .read-more::after {
    display: none;
}

.blog-ado {
    margin-bottom: 150px;
    margin-top: 50px;
}

/* blog section end */

/* brand section start */

.brands {
    padding: 50px 0;
    background-color: #fff;
}
.brands-swiper {
    margin-bottom: 65px;
    border-top: 1px solid #D9D9D9;
    border-bottom: 1px solid #D9D9D9;
    padding: 40px 0px;
}

.brand-img {
    display: flex;
    justify-content: center;
    align-items: center;
    filter: grayscale(100%);
    transition: .3s;
}

.brand-img:hover {
    filter: grayscale(0%);
}

/* brands section end */

/* footer */

.icon-inistagram::before,
.icon-twitter::before,
.icon-facebook::before,
.icon-linkedin::before {
    color: var(--ado-blue);
    font-size: 24px;
    transition: .4s;
}

.icon-inistagram:hover::before,
.icon-twitter:hover::before,
.icon-facebook:hover::before,
.icon-linkedin:hover::before {
    color: var(--red-drt);
}

.social-media {
    display: flex;
    align-items: center;
    gap: 23px;
    justify-content: center;
}

.footer-head-ado {
    background-color: #F7F7F7;
    padding: 60px 0px;
}

.footer-list {
    list-style: none;
    margin: 0px;
    padding: 0px 0px 0px;
}

.footer-list li a {
    color: #383838;
    font-size: 16px;
    font-size: 14px;
    line-height: 26px;
    display: inline-block;
    transition: .4s;
    margin-bottom: 16px;
}

.footer-list li a:hover {
    color: var(--red-drt);
}

.footer-content {
    background-color: #F7F7F7;
    padding: 0px 0px 60px;
}

.footer-content-header {
    color: #212121;
    font-size: 16px;
    line-height: 26px;
    font-family: 'yb-bd';
    margin-bottom: 30px;
}

.footer-content-prg p {
    color: #757575;
    font-size: 14px;
    line-height: 26px;
}

.email-for-news {
    position: relative;
}

.email-for-news input[type="email"] {
    min-width: 500px;
    background-color: #fff;
    border: 1px solid #fff;
    padding: 11px 0px;
    color: #fff;
    padding-left: 100px;
}

.email-for-news input[type="email"]:focus {
    outline: none;
    border-color: #A2A2A2;
}

.email-for-news input[type="submit"] {
    color: #fff;
    text-align: center;
    border: none;
    position: absolute;
    top: 5px;
    left: 5px;
    padding: 7px 30px;
}

.footer-copyright span {
    font-size: 14px;
    line-height: 26px;
    color: #212121;
    text-align:center;
    display:block;
    margin-bottom:15px;
}

.footer-copyright a {
    font-size: 14px;
    line-height: 26px;
    color: #212121;
    text-align:center;
    display:block;
}

.footer-copyright {
    background-color: #E9E9E9;
    padding: 20px 0px;
}

.btn-ado-blue {
    background-color: var(--ado-blue) !important;
    font-size: 14px;
    line-height: 24px;
    font-family: 'yb-md';
    padding: 10px 30px;
    color: #fff !important;
    transition: .4s;
    display: inline-block;
}

.form-footer-ado {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.form-footer-ado .footer-content-header {
    margin: 0px;
}

/* footer ends */

/* responsive mdia start */
@media only screen and (max-width : 1200px) {
    .modal-pic {
        width: 430px;
    }

    .info-comp-ado {
        min-height: 290px;
    }
}

@media only screen and (max-width : 992px) {
    
    body {
        overflow-x: hidden !important;
    }

    .modal-pic {
        width: 100%;
    }

    .info-comp-ado {
        min-height: 290px;
    }

    /* header start */
    .menu-ado-p {
        width: 300px;
        height: 100vh;
        position: fixed;
        top: 0;
        right: -100%;
        background-color: var(--ado-blue);
        padding: 30px 20px;
        flex-direction: column;
        transition: .3s;
    }

    .menu-show {
        right: 0;
    }

    .menu-list-p {
        display: block;
    }

    .menu-list-p li {
        margin-bottom: 15px;
    }

    .menu-list-p li a {
        font-size: 18px;
    }

    .contact-p a {
        font-size: 18px;
    }

    .contact-p span::before {
        font-size: 24px;
    }

    .ado-bars {
        display: block;
    }

    .nav-ado-p {
        position: relative;
        display: flex;
        justify-content: start;
    }

    .menu-ado-p .ado-xmark {
        position: static;
        margin-right: auto;
    }

    .menu-ado-p .ado-xmark {
        display: block;
    }

    /* header end */

    .hero-ado {
        position: relative;
    }

    .info-comp-ado {
        border-top: none;
    }

    .first-sec {
        height: auto;
        margin-top: 0;
        margin-bottom: 80px;
    }

    .adopen-companies {
        flex-wrap: wrap;
        min-height: auto;
    }

    .adopen-company {
        margin-bottom: 50px;
    }

    .social-media {
        margin-bottom: 40px;
    }

    .form-footer-ado {
        flex-direction: column;
    }

    .footer-content-header {
        margin-bottom: 20px !important;
    }

    /* load animation start */
    .load-animate {
        opacity: 0;
        transition: 1s all ease;
    }

    .load-top {
        transform: translateY(-150px);
    }

    .load-bottom {
        transform: translateY(150px);
    }

    .load-right {
        transform: translateX(150px);
    }

    .load-left {
        transform: translateX(-150px);
    }

    .load-animate.load-active {
        opacity: 1;
        transform: translate(0, 0);
    }

    /* load animation end */
}

@media only screen and (max-width:768px) {
    .info-comp-ado {
        border-left: none !important;
        min-height: 200px;
    }

    .hero-ado {
        padding-top: 150px;
        height: auto;
    }

    .hero-content-ado {
        height: auto;
        margin-bottom: 50px;
    }
}

@media only screen and (max-width:576px) {
    .blog-ado .swiper {
        padding: 15px;
    }

    .form-footer-ado input[type="email"] {
        width: 100%;
        min-width: auto;
    }

    .blog-ado {
        margin-bottom: 50px;
    }
    
    .title-ado , .title-bold{
        font-size:24px;
        line-height:38px;
    }
    
    .hero-ado{
        padding-bottom:50px;
    }
}

/* responsive media end */