.pull-right {
    float: right;
}

.pull-left {
    float: left;
}
.row-invert {
    flex-direction: row-reverse;
}

.hide {
    display: none;
}

.align-center {
    text-align: center;
}
.align-left {
    text-align: left;
	margin-left: 0px;
	margin-right: 0px;
}
.align-right {
    text-align: right;
	margin-left: 0px;
	margin-right: 0px;
}
.v-align-center {
    align-items: center;
}
/* Mobile (phones, 0 - 480px) */
@media only screen and (max-width: 480px) {
  .hidden-xs {display: none !important;} 
}

/* Tablet (portrait, 481px - 767px) */
@media only screen and (min-width: 481px) and (max-width: 767px) {
  .hidden-sm {display: none !important;}
}

/* Tablet (landscape) and small desktops (769px - 1024px) */
@media only screen and (min-width: 769px) and (max-width: 1024px)  {
  .hidden-md {display: none !important;}
}

@media (min-width: 768px) and (max-width: 1023px) and (orientation: portrait) {
	.hidden-mdp {display: none !important;}
}

/* Desktop (1025px and up) */
@media only screen and (min-width: 1025px)  and (max-width: 1368px) {
    .hidden-lg {display: none !important;}
}

/* Desktop (1180 and up) */
@media only screen and (min-width: 1369px) {
    .hidden-lgx {display: none !important;}
}

/* ===== Orientation: Portrait ===== */
@media (orientation: portrait) {
  .hidden-portrait {
    display: none !important;
  }
  .visible-portrait {
    display: block !important;
  }
}

/* ===== Orientation: Landscape ===== */
@media (orientation: landscape) {
  .hidden-landscape {
    display: none !important;
  }
  .visible-landscape {
    display: block !important;
  }
}

@media (min-width:320px) and (max-width:480px) {
.home_header:before {
    background-image: none;
}
.home_header .header-container {
    padding: 15px;
}
.tb_padd3 {
    padding-top: 50px;
    padding-bottom: 50px;
}    
    .h1_head1 {
        font-size: 36px;
        line-height: 37px;
    }
    .h1_head2 {
        font-size: 36px;
        line-height: 37px;
    }
    .h3_head1 {
        font-size: 30px;
        line-height: 36px;
    }
    .h3_head2 {
        font-size: 30px;
        line-height: 36px;
    }
    .h3_head3 {
        font-size: 30px;
        line-height: 36px;
    }
    .h4_head1 {
        font-size: 22px;
        line-height: 30px;
    }
    
.right-content {
    padding-left: 0px;
} 

.left-content {
    padding-right: 0px;
}

.content-img {
    padding-top: 30px;
}

.accordion-container {
    padding-bottom: 50px;
}

.article-container {
    padding-left: 30px !important;
    padding-right: 30px !important;
}
.home_banner .banner_contant {
    z-index: 99;
    padding: 0px 10%;
    top: 75%;
}
    .home_banner .rslides img {
        height: 100%;
        width: 100%;
        max-width: 100%;
        max-height: 100%;
        object-fit: cover;
        right: 0px;
        top: 0px !important;
        transform: none;
    }
    .home_banner .rslides li:after { 
        background: linear-gradient(180deg,rgba(255, 255, 255, 0) 30%, rgba(2, 4, 30, 1) 100%);
        z-index: 89;
        transition: ease 0s;
        height: 100%;
        width: 100%;
        bottom: 0px;
        
    }
    .home_banner .banner_contant > .banner-head {
        padding-bottom: 15px;
        font-size: 25px;
    font-weight: 300;
    line-height: 40px;
    }
    .home_banner .banner_contant > .banner-sub {
        font-size: 45px;
        padding-bottom: 15px;
    }
    .home_banner .banner_contant > .banner-details {
        padding: 15px 0px;
    }
    .home_banner .banner_contant > .banner-action {
        flex-wrap: wrap;
    }
    .home_banner .banner_contant > .banner-action .get-demo-btn {
        margin: 0px 50px 30px 0px;
    }
    .box-container1 > li > .box-inner-container::before {
        background: linear-gradient(90deg, rgba(255, 106, 1, 0) 0%, rgba(255, 106, 1, 1) 53%, rgba(205, 62, 6, 0) 100%);
        bottom: 0px;
        height: 1px;
        width: 100%;
    }
.sub-banner {
    height: 250px;
}
.sub-banner .banner-content {
    left: 0px;
    top: auto;
    bottom: 50px;
    transform: translate(0px, 0px);
    padding: 0px 50px;
}

.sub-banner .banner-content h3 {
    font-size: 45px;
    line-height: 45px;
}
.video_player_conatiner {
    margin: 30px auto 0px;
    padding-bottom: 56.4%;
    width: 100%;
}    

.content-img.content-img-left.img-oval > img {
    border-radius: 20px 150px;
}
.content-img.content-img-right.img-oval > img {
    border-radius: 150px 20px;
}

.dot-pattern-l-bg::before,
.dot-pattern-r-bg::before {
    opacity: 0.2;
}

#contactForm .left-content {
    padding-right: 0px;

}
#contactForm_section > .tb_padd3 {
    padding-bottom: 0px;
}
.contactus-form-container {
    margin: 0px -30px;
    border-radius: 0px;
    padding: 50px 50px;
    box-shadow: 0px 60px 40px -60px #000621, 0px -60px 40px -60px #000621;

}
.contactus-form-container > h3 {
    font-size: 30px;
    text-align: center;
}
.contactus-form-container > p {
    text-align: center;
}

.footer-container {
    padding: 0px 10px;
}

.footer-container > div {
    padding-bottom: 30px;
}

.footer-container > div:last-child {
    padding-bottom: 0;
}

footer > .tb_padd1 {
    padding-left: 30px;
    padding-right: 30px;
}
.foot-text {
    width: 100%;
}
footer .footer-bottom .footer-bottom-content {
    padding-left: 15px;
    padding-right: 15px;
}
footer .footer-bottom .footer-bottom-content .copyrights {
    display: table;
    width: 100%;
    text-align: center;
    padding: 0px 0px 5px 0px;
}
footer .footer-bottom .footer-bottom-content .poweredby {
    display: table;
    width: 100%;
    text-align: center;
}


.aciton-btn-container {
    flex-wrap: wrap;
}
.mobile-content-l .align-center {
    text-align: left;
}
.mobile-content-l .aciton-btn-container {
    justify-content: left !important;
    padding-top: 0px;
}

/* --box Conteiner-- */
.box-container1 > li > .box-inner-container {
        padding: 30px 30px;
}

/* .box-container4 > li > .box-inner-container {
    padding: 30px;
} */
 .box-container4 li {
    padding-left: 15px;
    padding-right: 15px;
 }
.box-container4 > li > .box-inner-container > .box-icon {
    margin-bottom: 15px;
}
.box-container4_1 > li {
    padding-bottom: 0px;
}
/* --box Conteiner-- */

.our-partners-list div.partner-list {
    width: 50%;
}

.our-services-list.grid-list {
    grid-template-columns: repeat(1, 1fr);
}

.our-services-list.box-container2 li .box-inner-container::before {
    display: none;
}
 .our-services-list.box-container2 li:nth-last-child(-n+3) .box-inner-container::after {
        display: block;
    }
 .our-services-list.box-container2 li:last-child .box-inner-container::after {
    display: none;
 }
     .capabilities-list.box-container6 li .box-inner-container .box-content h4 strong {
        display: block;
    }
.newsletter-list.box-container9 li {
    padding: 0px 15px 75px;
}
.white-black-gradient {
    background: linear-gradient(180deg, #ffffff 0%, #e5ebed 50%, #060e1a 50%, #060e1a 100%) !important;
}
.mission-vision-container {}
.mission-vision-container .vision-content {
    padding-bottom: 50px;
}
.mission-vision-container .mission-content {
    padding-top: 50px;
}
.contact-page .contact-form .contactus-img.contactus-img-left {
    display: none !important;
}
}
@media (min-width:481px) and (max-width:932px) {
}

@media (min-width:540px) and (max-width:720px) and (orientation: portrait) {
 .container {
     max-width: calc(100% - 50px);
 }
.home_header .header-container {
    padding: 15px 15px;
    }
.home_banner {
        height: 550px;
    }
    .home_banner .rslides {
        height: 100%;
    }
    .home_banner .rslides li {
        height: 100%;
    }
    .home_banner .banner_contant {
    z-index: 99;
    padding: 0px 10%;
    top: 80%;
}
.home_banner .rslides img.mobile-img {
    display: none !important;
}
    .home_banner .rslides img {
        height: 100%;
        width: 100%;
        max-width: 100%;
        max-height: 100%;
        object-fit: cover;
        right: 0px;
        top: 0px !important;
        transform: none;
    }
    .home_banner .rslides li:after { 
        background: linear-gradient(180deg,rgba(255, 255, 255, 0) 30%, rgba(2, 4, 30, 1) 100%);
        z-index: 89;
        transition: ease 0s;
        height: 100%;
        width: 100%;
        bottom: 0px;
    }
    .home_banner .banner_contant > .banner-head {
        padding-bottom: 15px;
        font-size: 25px;
    font-weight: 300;
    line-height: 30px;
    }
    .home_banner .banner_contant > .banner-sub {
        font-size: 45px;
        padding-bottom: 15px;
    }
.right-content {
    padding-left: 0px;
}
.left-content {
    padding-right: 0px;
}

.box-container1 > li > .box-inner-container::before {
    background: linear-gradient(90deg, rgba(255, 106, 1, 0) 0%, rgba(255, 106, 1, 1) 53%, rgba(205, 62, 6, 0) 100%);
    position: absolute;
    right: 0px;
    height: 1px;
    width: 100%;
    bottom: 0px;
}
.our-services-list.grid-list {
    grid-template-columns: repeat(1, 1fr);
}

.our-services-list.box-container2 li .box-inner-container::before {
    display: none;
}
 .our-services-list.box-container2 li:nth-last-child(-n+3) .box-inner-container::after {
        display: block;
    }
 .our-services-list.box-container2 li:last-child .box-inner-container::after {
    display: none;
 }
 .contactus-form-container {
    padding: 50px;
 }
  .content-img {
     padding-top: 30px;
 }
 .content-img.content-img-left.img-oval > img {
    border-radius: 20px 160px;
}
 .content-img.content-img-right.img-oval > img {
    border-radius: 160px 20px;
}
    .white-black-gradient {
        background: linear-gradient(180deg, #ffffff 0%, #e5ebed 50%, #060e1a 50%, #060e1a 100%) !important;
    }
    .mission-vision-container {}
    .mission-vision-container .vision-content {
        padding-bottom: 50px;
    }
    .mission-vision-container .mission-content {
        padding-top: 50px;
    }
.contact-page .contact-form .contactus-img.contactus-img-left {
    display: none;
}   
.our-partners-list div.partner-list {
    width: 33.33%;
} 
.our-partners-list div.partner-list > .partner-image {
    height: 100px;
}

    .dot-pattern-l-bg::before {
        background-position-y: bottom !important;
        background-position-x: 20px !important;
        background-size: 200% auto !important;
        background-attachment: scroll !important;
    }
    .dot-pattern-r-bg::before {
        background-position-y: bottom !important;
        background-position-x: -515px !important;
        background-size: 200% auto !important;
        background-attachment: scroll !important;
    }   

}
@media (min-width:540px) and (max-width:720px) and (orientation: landscape) {
 .container {
     max-width: calc(100% - 50px);
 }    
.home_header .header-container {
    padding: 15px 15px;
    }
.home_banner {
        height: 540px;
    }
    .home_banner .rslides {
        height: 100%;
    }
    .home_banner .rslides li {
        height: 100%;
    }
    .home_banner .banner_contant {
    z-index: 99;
    padding: 0px 10%;
    top: 80%;
}
.home_banner .rslides img.mobile-img {
    display: none !important;
}
.home_banner .rslides img.ipad-img {
    display: block !important;
}
    .home_banner .rslides img {
        height: 100%;
        width: 100%;
        max-width: 100%;
        max-height: 100%;
        object-fit: cover;
        right: 0px;
        top: 0px !important;
        transform: none;
    }
    .home_banner .rslides li:after { 
        background: linear-gradient(180deg,rgba(255, 255, 255, 0) 30%, rgba(2, 4, 30, 1) 100%);
        z-index: 89;
        transition: ease 0s;
        height: 100%;
        width: 100%;
        bottom: 0px;
    }
    .home_banner .banner_contant {
        padding: 30px 10%;   
        top: 75%;
        background: linear-gradient(123deg, rgba(1, 13, 35, 0.5) 28%, rgba(255, 255, 255, 0) 100%);
    }
    .home_banner .banner_contant > .banner-head {
        padding-bottom: 15px;
        font-size: 25px;
    font-weight: 300;
    line-height: 30px;
    }
    .home_banner .banner_contant > .banner-sub {
        font-size: 45px;
        padding-bottom: 15px;
    }    
.right-content {
    padding-left: 0px;
}
.left-content {
    padding-right: 0px;
}    
.box-container1 > li > .box-inner-container::before {
    background: linear-gradient(90deg, rgba(255, 106, 1, 0) 0%, rgba(255, 106, 1, 1) 53%, rgba(205, 62, 6, 0) 100%);
    position: absolute;
    right: 0px;
    height: 1px;
    width: 100%;
    bottom: 0px;
}
.our-services-list { 
    grid-template-columns: repeat(2, 1fr);
}
.box-container2.our-services-list li:nth-last-child(2n + 1) .box-inner-container::before {
        display: none;
     }
.box-container2.our-services-list li:nth-last-child(2n) .box-inner-container::before { 
    display: block;
}
.box-container2 li:nth-last-child(-6n+3) .box-inner-container::after {
   display: block !important;
}
  .content-img {
     padding-top: 30px;
 }
     .white-black-gradient {
        background: linear-gradient(180deg, #ffffff 0%, #e5ebed 50%, #060e1a 50%, #060e1a 100%) !important;
    }
    .mission-vision-container {}
    .mission-vision-container .vision-content {
        padding-bottom: 50px;
    }
    .mission-vision-container .mission-content {
        padding-top: 50px;
    }
.contact-page .contact-form .contactus-img.contactus-img-left {
    display: none;
}    
.contact-page .contact-form .contactus-img.contactus-img-left {
    display: none;
}   
.our-partners-list div.partner-list {
    width: 25%;
} 
.our-partners-list div.partner-list > .partner-image {
    height: 100px;
}  

    .dot-pattern-l-bg::before {
        background-position-y: bottom !important;
        background-position-x: 20px !important;
        background-size: 200% auto !important;
        background-attachment: scroll !important;
    }
    .dot-pattern-r-bg::before {
        background-position-y: bottom !important;
        background-position-x: -515px !important;
        background-size: 200% auto !important;
        background-attachment: scroll !important;
    } 

}

@media (min-width:320px) and (max-width:480px) {
}
@media (min-width: 768px) and (max-width: 1023px) and (orientation: portrait) {
.mobile-menu-container .mobile-menu-content {
    width: 340px;
}
    .home_banner {
        height: 680px;
    }
    .home_banner .rslides {
        height: 100%;
    }
    .home_banner .rslides li {
        height: 100%;
    }
    .home_banner .rslides img {
        height: 100%; 
    }


    .home_banner .banner_contant {
    z-index: 99;
    padding: 0px 10%;
    top: 80%;
}
    .home_banner .rslides img {
        height: 100%;
        width: 100%;
        max-width: 100%;
        max-height: 100%;
        object-fit: cover;
        right: 0px;
        top: 0px !important;
        transform: none;
    }
    .home_banner .rslides li:after { 
        background: linear-gradient(180deg,rgba(255, 255, 255, 0) 30%, rgba(2, 4, 30, 1) 100%);
        z-index: 89;
        transition: ease 0s;
        height: 100%;
        width: 100%;
        bottom: 0px;
    }
    .home_banner .banner_contant > .banner-head {
        padding-bottom: 15px;
        font-size: 25px;
    font-weight: 300;
    line-height: 30px;
    }
    .home_banner .banner_contant > .banner-sub {
        font-size: 45px;
        padding-bottom: 15px;
    }

    .content-img.content-img-left.img-oval > img {
    border-radius: 20px 100px;
}
.content-img.content-img-right.img-oval > img {
    border-radius: 100px 20px;
}
    .dot-pattern-l-bg::before {
        background-position-x: -140px !important;
        background-size: 100% auto !important;
        background-attachment: scroll !important;
    }
    .dot-pattern-r-bg::before {
        background-position-x: 120px !important;
        background-size: 108% auto !important;
        background-attachment: scroll !important;
    }   
        .video_player_conatiner {
        padding-bottom: 60%;
        width: 100%;
    }
    #contactForm  .left-content {
        padding-left: 100px;
        padding-right: 100px;
    }
    #contactForm .contactus-form-container {
        padding: 50px 100px 50px;
        margin-top: 50px;
        border-top: 1px solid rgb(255 255 255 / 20%);
        border-left: none;
    }

    .ipad-content-p-f .right-content {
    padding-left: 0px !important;
    padding-bottom: 30px !important;
}
/* --box content-- */
.box-container1 > li > .box-inner-container {
    padding: 30px;
}
.box-container1 > li > .box-inner-container::before {
    background: linear-gradient(90deg, rgba(255, 106, 1, 0) 0%, rgba(255, 106, 1, 1) 53%, rgba(205, 62, 6, 0) 100%);
    bottom: 0px;
    height: 1px;
    width: 100%;
}



/* --box content-- */
.our-partners-list div.partner-list {
    width: 33.33%;
}
    .foot-text {
        width: 100%;
    }

.our-services-list { 
    grid-template-columns: repeat(2, 1fr);
}
.box-container2.our-services-list li:nth-last-child(2n + 1) .box-inner-container::before {
        display: none;
     }
.box-container2.our-services-list li:nth-last-child(2n) .box-inner-container::before { 
    display: block;
}
.box-container2 li:nth-last-child(-6n+3) .box-inner-container::after {
   display: block !important;
}

    .box-container6 li .box-inner-container .box-content h4 strong {
        display: block;
    }
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    /* .product-home-list.box-container1 > li {
        width: 50% !important;
    } */

     .home_banner .rslides img {
        height: 60% !important; 
    }
    .home_banner .rslides li.rslides1_on img.desktop-img {
        right: -80px !important;
    }
    .home_banner .rslides li.rslides1_on:after {
        right: -500px !important;
    }
    .home_banner .banner_contant {
        top: 60% !important;
    }
    .contactus-form-container {
        padding: 50px;
    }

}
@media (min-width:768px) and (max-width:1023px) {


}
@media (min-width:1024px) and (max-width:1199px) {
    .mobile-menu-container .mobile-menu-content {
    width: 340px;
}

    .contactus-form-container > h3 {
        font-size: 38px;
    }
    /* --box content-- */
    .box-container2 > li > .box-inner-container > .box-content > h4 {
        font-size: 26px;
    }
    .box-container5_1 > li > .box-inner-container {
        padding: 30px;
    }
    /* --box content-- */
.cc-bg1::before {
    background-size: auto 235px !important;
    background-position-y: bottom !important;
    background-position-x: calc(100% + 80px) !important;
}
.cc-bg1 .article-container {
    padding-right: 160px !important;
}
    .foot-text {
        width: 100%;
    }


}
@media (min-width:1024px) and (max-width:1199px) and (orientation: landscape) { 
    .product-home-list.box-container1 > li > .box-inner-container {
        padding: 50px 30px;
    }

    .content-img.content-img-left.img-oval > img {
        border-radius: 20px 100px;
    }
    .content-img.content-img-right.img-oval > img {
        border-radius: 100px 20px;
    }

    .dot-pattern-l-bg::before {
        background-position-x: 82% !important ;
    }
    .dot-pattern-r-bg::before {
        background-position-x: 8% !important;
    }
}

@media (min-width:768px) and (max-width:1199px)  {
    
}
@media (min-width:1024px) and (max-width:1366px) and (orientation: portrait) {
    .mobile-menu-container .mobile-menu-content {
        width: 400px;
    }
    .home_banner {
        height: 680px;
    }
    .home_banner .rslides {
        height: 100%;
    }
    .home_banner .rslides li {
        height: 100%;
    }
    .home_banner .rslides img {
        height: 100%; 
    }
        .home_banner .banner_contant {
    z-index: 99;
    padding: 0px 10%;
    top: 80%;
}
    .home_banner .rslides img {
        height: 100%;
        width: 100%;
        max-width: 100%;
        max-height: 100%;
        object-fit: cover;
        right: 0px;
        top: 0px !important;
        transform: none;
    }
    .home_banner .rslides li:after { 
        background: linear-gradient(180deg,rgba(255, 255, 255, 0) 30%, rgba(2, 4, 30, 1) 100%);
        z-index: 89;
        transition: ease 0s;
        height: 100%;
        width: 100%;
        bottom: 0px;      
    }
    .home_banner .banner_contant > .banner-head {
        padding-bottom: 15px;
        font-size: 25px;
    font-weight: 300;
    line-height: 30px;
    }
    .home_banner .banner_contant > .banner-sub {
        font-size: 45px;
        padding-bottom: 15px;
    }
    .video_player_conatiner {
        padding-bottom: 60%;
        width: 100%;
    }
    .foot-text {
        width: 100%;
    }
    .box-container2 > li { 
        width: 100%;
    }
    .content-img.content-img-left.img-oval > img {
        border-radius: 20px 100px;
    }
    .content-img.content-img-right.img-oval > img {
        border-radius: 100px 20px;
    }
    .dot-pattern-l-bg::before {
        background-position-x: -140px !important;
        background-size: 100% auto !important;
        background-attachment: scroll !important;
    }
    .dot-pattern-r-bg::before {
        background-position-x: 120px !important;
        background-size: 108% auto !important;
        
        background-attachment: scroll !important;
    }
    .contactus-form-container {
        padding: 50px;
    }

.our-services-list { 
    grid-template-columns: repeat(2, 1fr);
}
.box-container2.our-services-list li:nth-last-child(2n + 1) .box-inner-container::before {
        display: none;
     }
.box-container2.our-services-list li:nth-last-child(2n) .box-inner-container::before { 
    display: block;
}
.box-container2 li:nth-last-child(-6n+3) .box-inner-container::after {
   display: block !important;
}
}
@media (min-width:1024px) and (max-width:1366px) and (orientation: landscape) { 
    .logo {
        height: 50px;
    }
    nav.menu-container {
        right: 15px;
        transform: translate(0%, -50%);
    }
    .home_banner .rslides img {
        height: 100% !important;
        object-position: right;
        right: -1000px !important;
    }
    .home_banner .rslides li.rslides1_on img {
        right: -100px !important;
    }

    .home_banner .rslides li:after {
        background: linear-gradient(180deg, rgba(255, 255, 255, 0) 30%, rgba(2, 4, 30, 1) 100%);
        z-index: 89;
        transition: ease 0s;
        height: 100%;
        width: 100%;
        bottom: 0px;
    }
    .home_banner .rslides li.rslides1_on:after {
        right: 0px;
    }
    .home_banner .banner_contant {
        padding: 0 5%;
        top: 70% !important;
        z-index: 99;
    }
    .home_banner .banner_contant > .banner-head {
        font-size: 40px;
        line-height: 50px;
        padding: 0px 0px 10px 0px;
    }
    .home_banner .banner_contant > .banner-sub {
        font-size: 50px;
    }
    .container {
        max-width: 95%;
    }


    
}
@media (min-width:1200px) and (max-width:1366px) {
        .dot-pattern-l-bg::before {
        background-position-x: 52% !important;
    }
    .dot-pattern-r-bg::before {
        background-position-x: 40% !important;
    }
}
@media (min-width:1200px) and (max-width:8000px) {
    .Choose-GenAgno > li {
        width: 20%;
    }

}