/*
Theme Name: Dari Motion
Theme URI: https://wordpress.org/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Theme Description
Version: 1.0
Text Domain: darimotion

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/**
 * Table of Contents
 *
 * 1.0 - Normalize
 * 2.0 - Genericons
 * 3.0 - Typography
 * 4.0 - Elements
 * 5.0 - Forms
 * 6.0 - Navigation
 * 6.1 - Links
 * 6.2 - Menus
 * 7.0 - Accessibility
 * 8.0 - Alignments
 * 9.0 - Clearings
 * 10.0 - Widgets
 * 11.0 - Content
 * 11.1 - Header 
 * 11.2 - Posts and pages
 * 11.3 - Post Formats
 * 11.4 - Comments
 * 11.5 - Sidebar
 * 11.6 - Footer
 * 12.0 - Media
 * 12.1 - Captions
 * 12.2 - Galleries
 * 13.0 - Multisite
 * 14.0 - Media Queries
 * 14.1 - >= 710px
 * 14.2 - >= 783px
 * 14.3 - >= 910px
 * 14.4 - >= 985px
 * 14.5 - >= 1200px
 * 15.0 - Print
 */


/**
 * 1.0 - Normalize
 *
 * Normalizing styles have been helped along thanks to the fine work of
 * Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
 */

 * { box-sizing: border-box; -webkit-font-smoothing: antialiased; font-smoothing: antialiased; text-rendering: optimizeLegibility; } 
 *:focus { outline:none; } 
 ::-moz-focus-inner { border:0; } 
 :root { --primarycolor: #580ADA; --graycolor: #939393; --white: #ffffff; --hoverbtnbg: linear-gradient(180deg, #57CC99 0%, #1B9962 100%); --bodyfont: 'Poppins', sans-serif; --transition: all .4s; } 
 body { margin:0px; font-family:var(--bodyfont); font-weight:400; color:var(--white); font-size:16px; line-height:24px; -webkit-font-smoothing: antialiased; font-smoothing: antialiased; text-rendering: optimizeLegibility; -moz-font-feature-settings: "salt"; -webkit-font-feature-settings: "salt"; font-feature-settings: "salt"; scroll-behavior: smooth; } 
 input { font-family:var(--bodyfont); } 
 strong { font-weight:700; } 
 a { text-decoration:none; transition:var(--transition); } 
 a:hover, a:focus { text-decoration:none; } 
 
 ::-webkit-input-placeholder, input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { opacity:1; } 
 ::-moz-placeholder, input::-moz-placeholder, textarea::-moz-placeholder { opacity:1; } 
 :-ms-input-placeholder, input:-ms-input-placeholder, textarea:-ms-input-placeholder { opacity:1; } 
 :-moz-placeholder, input:-moz-placeholder, textarea:-moz-placeholder { opacity:1; } 
 
 textarea, select, input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"])
 {
 font-family:var(--bodyfont); border-radius:0; color:var(--bodycolor); border:none; padding:13px 17px; margin:0; font-size:15px; font-weight:400; width:calc(100% - 10px); } 
 
 input[type="radio"], input[type="checkbox"] { margin-right: 10px; } 
 input[type="file"] { background-color:#fff; color:#000; } 
 .inputs-list { margin:0 0 15px; } 
 
 
 textarea { resize:none; } 
 p { margin:0 0 15px 0; } 
 p:last-child { margin:0; } 
 h1 { font-size:61px; line-height:61px; color: var(--primarycolor); text-transform: uppercase; margin: 0; font-weight: 700; } 
 h2 { font-size:39px; line-height:43px; color: var(--primarycolor); text-transform: uppercase; margin: 0; font-weight: 600; } 
 h3 { font-size:28px; line-height:32px; color: var(--primarycolor); text-transform: uppercase; margin: 0; font-weight: 600; } 
 h4 { font-size:23px; line-height:30px; text-transform: uppercase; margin: 0; font-weight: 600; } 

 body .container { padding-left:30px; padding-right:30px; } 
 .text-center { text-align:center; } 
 .text-left { text-align:left; } 
 .text-right { text-align:right; } 
 .text-uppercase { text-transform:uppercase; } 
 .container { margin-left:auto; margin-right:auto; padding-left:30px; padding-right:30px; float:none; box-sizing: border-box; } 
 .container:after { clear:both; content:''; display:table; } 

.btn { position: relative; display: inline-block; z-index: 9; } 
.btn a { font-style: normal; font-weight: 600; font-size: 16px; line-height: 24px; color: var(--white); background-color: var(--primarycolor); border-radius: 90px; padding: 11px 25px; min-width: 195px; display: block; text-align: center; position: relative; border: 1px solid var(--primarycolor); } 
/* .btn::before { content: ""; position: absolute; width: 100%; height: 100%; border-radius: 90px; background: linear-gradient(180deg, #57CC99 0%, #1B9962 100%); left: 0; top: 0; } */
.btn a:hover { background-color: #2d0571; border-color: #2d0571; } 
.learn-more-btn { display: inline-block; } 
.learn-more-btn a { font-style: normal; font-weight: 400; font-size: 14px; line-height: 24px; } 
.gray-text-btn a { color: var(--graycolor); } 
.gray-text-btn a:hover, .learn-more-btn a:hover::after { color: var(--primarycolor); } 
.learn-more-btn a::after { content: "\f054"; font-family: 'Font Awesome 5 Free'; font-weight: 600; font-size: 11px; margin-left: 5px; display: inline-block; color: var(--graycolor); } 
 
img { max-width:100%; height:auto; } 
::placeholder { color: var(--bodycolor); } 
.for-mobile { display: none !important; } 
 
 /* Slick css */
 .slick-slider .slick-arrow { background:url("") no-repeat center; border:none; z-index:5; position:absolute; top:50%; transform:translateY(-50%); left:0; width:40px; height:40px; font-size:0px; color:#fff; transition:var(--transition); cursor:pointer; } 
 .slick-slider .slick-arrow.slick-next { left:auto; right:0; transform: translateY(-50%) rotate(180deg); } 
 
 
 .slick-slider .slick-dots { text-align: left; margin: 25px 0 0 0; padding: 0; } 
 .slick-slider .slick-dots li { display:inline-block; margin:0 5px; } 
 .slick-slider .slick-dots li button { width:10px; height:10px; border-radius:100%; background-color:#d6d7f5; border:none; padding:0; text-indent:-9999px; cursor:pointer; transition:400ms; } 
 .slick-slider .slick-dots li.slick-active button,.slick-slider .slick-dots li button:hover { opacity:1; background-color:#0d122e; } 
 
 
 @media (min-width:768px){
 .container, .row-fluid .container[class*="span"] { width:750px; } 
 }
 @media (min-width:992px){
 .container, .row-fluid .container[class*="span"] { width:970px; } 
 }
 @media (min-width:1200px){
 .container, .row-fluid .container[class*="span"] { width:1170px; } 
 }
 
 @media (min-width:768px){
 .flex { display:flex } 
 .flex-reverse { flex-flow:row-reverse; } 
 .align-center { align-items:center; } 
 .align-top { align-items:flex-start; } 
 .align-bottom { align-items:flex-end; } 
 .space-between { justify-content:space-between; } 
 .justify-center { justify-content:center; } 
 .justify-right { justify-content:flex-end; } 
 .justify-left { justify-content:flex-start; } 
 .row-wrap { flex-flow:row wrap; } 
 }
 
 body { background-color: #000; } 
 
 /* ======Header-Start====== */
 
 
header { padding-top: 27px; position: fixed; width: 100%; top: 0; left: 0; z-index: 10; transition: var(--transition); } 
header.fixed { transform: translateY(-100%); } 
.header-wrapper { display: flex; align-items: center; justify-content: space-between; position: relative; } 
.header-wrapper .logo { line-height: 1px; margin-right: 10px; } 
.header-wrapper .header-right .header-menu { display: flex; align-items: center; } 
.header-wrapper .header-right ul { list-style-type: none; margin: 0; padding: 0; } 
.header-wrapper .header-right .header-menu ul.main-menu { display: flex; } 
.header-wrapper .header-right .header-menu ul.main-menu > li > a { font-style: normal; font-weight: 400; font-size: 17px; line-height: 26px; color: var(--white); padding-bottom: 18px; } 
.header-wrapper .header-right .header-menu ul.main-menu li.menu-item-has-children:hover > a, .header-wrapper .header-right .header-menu ul.main-menu > li > a:hover { color: var(--primarycolor); } 
.header-wrapper .header-right .header-menu ul.main-menu > li:not(:last-child) { margin-right: 46px; } 
.header-wrapper .header-right .header-menu ul.main-menu li.menu-item-has-children::after { content: "\f054"; font-family: 'Font Awesome 5 Free'; font-size: 12px; font-weight: 600; display: inline-block; vertical-align: middle; margin-left: 4px; color: var(--white); transition: var(--transition); } 
.header-wrapper .header-right .header-menu ul.main-menu li.menu-item-has-children:hover::after { color: var(--primarycolor); transform: rotate(90deg); } 
.header-wrapper .header-right .header-menu .btn { margin-left: 33px; } 
.header-wrapper .header-right ul.sub-menu { position: absolute; top: calc(100% + 18px); left: 0px; width: max-content; background: var(--primarycolor); box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); border-radius: 9px; opacity: 0; visibility: hidden; transition: var(--transition); padding: 15px; min-width: 230px; } 
.header-wrapper .header-right .header-menu ul.main-menu li.menu-item-has-children:hover ul.sub-menu { opacity: 1; visibility: visible; } 
.header-wrapper .header-right .header-menu ul.main-menu li.menu-item-has-children { position: relative; } 
.header-wrapper .header-right ul.sub-menu li a { font-style: normal; font-weight: 400; font-size: 15px; line-height: 22px; color: #fff; display: block; padding: 5px 0; } 
.header-wrapper .header-right ul.sub-menu li.menu-label { margin: 5px 0 0; }
.header-wrapper .header-right ul.sub-menu li.menu-label a { font-size: 16px; line-height: normal; font-weight: 600; color: #2D0273; text-transform: uppercase; }
.header-wrapper .header-right ul.sub-menu li a:hover { color: var(--graycolor); } 
.badge-wrapper { position: fixed; top: 0; width: 1170px; padding: 0 30px; z-index: 9; margin: 0 auto; left: 0; right: 0; } 
.badge { background: #22577A; border: 1px solid #FFFFFF; color: var(--white); font-size: 14px; line-height: 27px; text-transform: uppercase; text-align: center; padding: 38px 9px 8px; width: max-content; margin: 0 -181px 0 auto; } 
.badge span { display: block; font-style: normal; font-weight: 600; font-size: 37px; line-height: 30px; text-align: center; letter-spacing: -0.03em; text-transform: uppercase; } 
#hemburg { width: 30px; height: 20px; position: relative; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg); -webkit-transition: .5s ease-in-out; -moz-transition: .5s ease-in-out; -o-transition: .5s ease-in-out; transition: .5s ease-in-out; cursor: pointer; z-index: 99; } 
#hemburg span { display: block; position: absolute; height: 4px; width: 100%; background: var(--white); border-radius: 0px; opacity: 1; left: 0; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg); -webkit-transition: .25s ease-in-out; -moz-transition: .25s ease-in-out; -o-transition: .25s ease-in-out; transition: .25s ease-in-out; } 
#hemburg span:nth-child(1) { top: 0px; } 
#hemburg span:nth-child(2),#hemburg span:nth-child(3) { top: 10px; background: var(--white); } 
#hemburg.open span:nth-child(2), #hemburg.open span:nth-child(3) { background: var(--primarycolor); } 
#hemburg span:nth-child(4) { top: 20px; } 
#hemburg.open span:nth-child(1) { top: 18px; width: 0%; left: 50%; } 
#hemburg.open span:nth-child(2) { -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); } 
#hemburg.open span:nth-child(3) { -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); } 
#hemburg.open span:nth-child(4) { top: 18px; width: 0%; left: 50%; } 
.hemburg { display: none; } 
 
 
/* ======Header-End====== */


/* ======Banner-Slider-Start====== */

.site-content { overflow: hidden; }
.banner-hero-section .over-content { top: 0; transform: translateY(22%); position: relative; z-index: 44;  padding: 100px 0; } 
.banner-hero-section { min-height: auto; width: 100%;position: relative; }
.banner-hero-section::after { content: "";width: 1200px;height: 1200px;position: absolute;background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), radial-gradient(50% 50% at 50% 50%, #580ADA 0%, #000000 100%);right: -9%;bottom: -15%;z-index: -1; }
.banner-hero-section .beforeAfter { height: 700px !important;overflow: hidden; }
.banner-hero-section .twentytwenty-container img { right: 0;height: 100%;width: 100%;object-fit: contain;object-position: top right; }
/* .banner-hero-section .beforeAfter > img { width: 100%; height: 100%;  object-fit: cover;object-position: top; } */
.banner-hero-section .twentytwenty-container * { -webkit-box-sizing: border-box !important; -moz-box-sizing: border-box !important; box-sizing: border-box !important; }
.banner-hero-section .twentytwenty-horizontal .twentytwenty-handle::before, .banner-hero-section .twentytwenty-horizontal .twentytwenty-handle::after { width: 4px; background: rgb(255 255 255 / 50%); box-shadow: none;margin-left: -2px; } 
.banner-hero-section .twentytwenty-handle { height: 62px; width: 62px; background-color: transparent; border: 4px solid rgb(255 255 255 / 50%); box-shadow: none;margin-left: -31px;margin-top: -31px; } 
.banner-hero-section .twentytwenty-horizontal .twentytwenty-handle::before { margin-bottom: 31px; } 
.banner-hero-section .twentytwenty-horizontal .twentytwenty-handle::after { margin-top: 31px; } 
.banner-hero-section .twentytwenty-handle .twentytwenty-left-arrow, .banner-hero-section .twentytwenty-handle .twentytwenty-right-arrow { border: none; margin: 0; } 
.banner-hero-section .twentytwenty-handle .twentytwenty-left-arrow::after { content: "\f337"; font-family: 'Font Awesome 5 Free'; font-weight: 600; color: rgb(255 255 255 / 50%); font-size: 27px; } 
.banner-hero-section .twentytwenty-handle .twentytwenty-left-arrow { transform: translate(-50%, -50%); width: auto; height: auto;line-height: 1; } 
.banner-hero-section .banner-caption .banner-content { max-width: 490px;margin-bottom: 35px; }
.banner-hero-section .banner-caption h1 { margin-bottom: 25px; } 
.banner-hero-section .banner-caption h1 span { color: var(--white); }
.banner-hero-section .banner-caption { max-width: 800px; } 
.banner-hero-section .banner-caption .banner-text { margin-bottom: 25px; }
.banner-hero-section .twentytwenty-overlay{display:none;}
.banner-bottom-wrapper .banner-bottom { text-align: center;width: max-content; max-width: 100%; margin: 0 auto; position: relative; }
.banner-bottom-wrapper .banner-bottom .play-btn { position: absolute; left: 50%; top: 50%; line-height: 1px; transform: translate(-50%, -50%); }
.banner-bottom-wrapper .banner-bottom .play-btn circle { transition: var(--transition); }
.banner-bottom-wrapper .banner-bottom a:hover .play-btn circle { fill: #2d0571; }
.banner-bottom-wrapper .banner-bottom img { filter: drop-shadow(0px 4px 50px #580ADA); }


/* ======Banner-Slider-End====== */


/* ======Next-Generation-Start====== */


section.next-generation { padding: 130px 0 143px;position: relative; }
section.next-generation::before { content: "";position: absolute;width: 1200px;height: 1200px;background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), radial-gradient(50% 50% at 50% 50%, #580ADA 0%, #000000 100%);z-index: -1;left: -30%;top: 50%;transform: translateY(-50%); }
.section-header { text-align: center; }
.section-header .section-title { color: var(--white);margin-bottom: 20px; }
.next-generation-wrapper { margin-top: 35px; } 
.next-generation-wrapper .nav-tabs { margin: 0; padding: 0; list-style-type: none; display: flex; align-items: center; border: 1px solid rgb(88 10 218 / 50%); border-radius: 50px; justify-content: space-between; margin: 0 0 78px; } 
.next-generation-wrapper .nav-tabs li.tab a { color: var(--white); display: block; padding: 17px 35px; border-radius: 50px; } 
.next-generation-wrapper .nav-tabs li.tab.active a { background-color: var(--primarycolor); } 
.next-generation-wrapper .nav-tabs li.tab.active a:hover { color: var(--white); }
.next-generation-wrapper .nav-tabs li.tab a:hover { color: var(--primarycolor); }
.next-generation-wrapper .next-generation-inner { display: flex; align-items: center; } 
.next-generation-wrapper .next-generation-inner .left-content { width: calc(100% - 517px); } 
.next-generation-wrapper .next-generation-inner .image-block { width: 495px; margin: 0 0 0 22px;line-height: 1px; } 
.next-generation-wrapper .next-generation-inner .left-content h2 { color: #fff; margin-bottom: 20px; } 
.next-generation-wrapper .next-generation-inner .left-content .text-wrapper { margin-bottom: 35px; }
.next-generation-wrapper .tab-content .tab-pane { display: none; }
.next-generation-wrapper .tab-content .tab-pane.active { display: block !important; }


/* ======Next-Generation-End====== */


/* ======Software-Solution-Section-Start====== */


section.software-solution-section { position: relative; } 
section.software-solution-section::after { content: ""; position: absolute; width: 1200px; height: 1200px; background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), radial-gradient(50% 50% at 50% 50%, #580ADA 0%, #000000 100%); top: -30%; right: -15%; z-index: -1; } 
.real-time-software-wrapper h2 { font-size: 55px; line-height: 63px; margin-bottom: 40px; } 
.real-time-software-wrapper { margin: 80px 0 0; text-align: center; } 
.software-inner { display: flex; align-items: flex-start; justify-content: center;flex-wrap: wrap;margin-bottom: 90px; } 
.software-inner .software-item { width: 225px;margin-bottom: 30px;margin-right: calc((100% - 675px) / 2); } 
.software-inner .software-item .short-des { margin: 20px auto 0; } 
.software-inner .software-item .software-image img{max-height: 55px;width: auto;}
.software-inner .software-item .software-image{ min-height: 56px; width: auto;line-height: 1px;display: flex;align-items: center;justify-content: center; } 
.software-inner .software-item:nth-child(3n), .software-inner .software-item:last-child { margin-right: 0; }


/* ======Software-Solution-Section-End====== */


/* ======Trusted-By-Section-Start====== */


section.trusted-by { padding: 40px 0; text-align: center; } 
section.trusted-by h3 { margin-bottom: 30px; } 
section.trusted-by .customer-logos-wrapper .slick-track { display: flex;align-items: center; }
section.trusted-by .customer-logos-wrapper .customer-logo img { margin: 0 auto; }


/* ======Trusted-By-Section-End====== */


/* ======Captury-Practice-Section-Start====== */


section.captury-practice-section { padding: 130px 0 0; } 
section.captury-practice-section .captury-practice-wrapper { margin-top: 77px; } 
.captury-practice-wrapper .captury-practice-inner { display: flex; text-align: left; align-items: flex-start; padding: 35px 0; border-bottom: 1px solid rgb(88 10 218 / 40%); } 
.captury-practice-wrapper .captury-practice-inner .video-block { line-height: 1px; width: 347px; margin-right: 60px;position: relative; } 
.captury-practice-wrapper .captury-practice-inner .content-block { width: calc(100% - 407px); } 
.captury-practice-wrapper .captury-practice-inner:last-child { border-bottom: none; } 
.captury-practice-wrapper .captury-practice-inner .content-block h4 { margin-bottom: 12px; } 
.captury-practice-wrapper .captury-practice-inner .video-block .play-btn { position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%); }
.captury-practice-wrapper .captury-practice-inner .video-block a:hover circle { fill: #2d0571 } 
.captury-practice-wrapper .captury-practice-inner .video-block a circle { transition: var(--transition); } 
.fancybox-content { background: transparent;line-height: 0;padding: 0;overflow: visible;}
.fancybox-content .fancybox-close-small { color: #ffffff; } 
.fancybox-content .fancybox-close-small svg path { fill: #ffffff; } 
.fancybox-content .fancybox-close-small { padding: 0;top: -44px;right: -10px; } 


/* ======Captury-Practice-Section-End====== */


/* ======Footer-Start====== */


footer { color: var(--white); } 
footer .schedule-demo h2 { font-style: normal; font-weight: 600; font-size: 37px; line-height: 40px; margin: 0 0 18px; padding: 0; color: #ffffff; } 
footer .schedule-demo { display: flex; align-items: flex-end; position: relative; } 
footer .schedule-demo .schedule-demo-image { line-height: 1px; width: 526px; margin-right: 80px; } 
footer .schedule-demo .schedule-demo-image { line-height: 1px; width: 526px; margin-right: 80px; } 
footer .schedule-demo.no-image{display:block;text-align:center;}
footer .schedule-demo.no-image .schedule-demo-text{width:auto;padding:70px 0;}

footer .footer-top { display: flex; flex-wrap: wrap; padding: 16px 0; border-bottom: 1px solid rgb(255 255 255 / 50%); border-top: 1px solid rgb(255 255 255 / 50%); } 
footer .footer-top .footer-address { border-right: 1px solid rgb(255 255 255 / 50%); display: flex; align-items: center; padding: 11px 29px 11px 0; width: 54%; } 
footer .footer-top .footer-address .footer-logo { width: 185px; margin-right: 15px; } 
footer .footer-top .footer-address .footer-logo img { width: 100%; } 
footer .footer-top .footer-address .address-text { width: calc(100% - 200px); } 
footer .footer-top .footer-address .address-text a { color: var(--white); } 
footer .footer-top .vfx-detail { padding: 11px 0 11px 40px; display: flex; align-items: center; width: 46%; } 
footer .footer-top .vfx-detail h6 { font-style: normal; font-weight: 700; font-size: 19px; line-height: 24px; margin: 0 0 10px; } 
footer .footer-top .vfx-detail .captury-logo { width: 142px; margin-left: 15px; } 
footer .footer-top .vfx-detail .vfx-text { width: calc(100% - 157px); } 
footer .footer-bottom { display: flex; justify-content: space-between; padding: 20px 0 68px; } 
footer .footer-bottom .terms-condition { font-size: 14px; line-height: 24px; color: var(--white); } 
footer .footer-bottom .terms-condition a { color: var(--white); }
footer .footer-bottom .terms-condition a:hover { color: var(--primarycolor); } 
footer .footer-top .vfx-detail .vfx-text .learn-more-btn a, footer .footer-top .vfx-detail .vfx-text .learn-more-btn a::after { color: var(--white); }
footer .footer-top .vfx-detail .vfx-text .learn-more-btn a:hover, footer .footer-top .vfx-detail .vfx-text .learn-more-btn a:hover::after { color: var(--primarycolor); }
.social-icons { font-size: 23px; line-height: 1; display: flex; align-items: center; } 
.social-icons a { color: var(--primarycolor); } 
.social-icons a:hover { color: var(--white); } 
.social-icons a:not(:last-child) { margin-right: 19px; } 


/* ======Footer-End====== */

.trial-demo-section { padding: 140px 0 75px; position: relative; }
.trial-demo-section .section-title { text-align: center; margin-bottom: 70px; position: relative; }
.trial-demo-section .section-title:after { content: ''; width: 45px; height: 5px; background-color: var(--primarycolor); position: absolute; left: 0; right: 0; margin: 0 auto; bottom: -30px; }
.trial-demo-section .section-title h6{font-weight:400;font-size:22px;line-height:33px;margin-bottom:20px;margin-top:0;}
.trial-demo-section .section-title h1 {color: #fff;}
.trial-demo-section .section-title h1 span { color:var(--primarycolor); }

.trial-demo-section .section-content .sub-title { text-align:center; margin-bottom: 20px; }
.trial-demo-section .section-content .sub-title h3{color:#fff;font-size:32px;line-height:40px;margin-bottom:10px; text-transform: capitalize;}
.trial-demo-section .section-content .sub-title p{font-size:15px;line-height:24px;}
.trial-demo-section .section-content .list-wrap { margin-bottom: 75px; }
.trial-demo-section .section-content .list-wrap:last-child { margin-bottom: 0; }
.trial-demo-section .section-content .list-wrap ul { padding-left: 0; }
.trial-demo-section .section-content .list-wrap ul li{list-style:none;border:1px solid rgba(255,255,255,0.5);padding:30px 24px;display:flex;align-items:center;justify-content:space-between; margin-bottom: 24px;}
.trial-demo-section .section-content .list-wrap ul li > a{font-weight:600;font-size:20px;line-height:43px;color:#FFFFFF;}

.trial-demo-section:before { content: ''; width: 710px; height: 1200px; background-image: url(../png/ellipse-2.png); position: absolute; left: 0;bottom: 100px;background-repeat: no-repeat;z-index: -1; }
.trial-demo-section:after { content: ''; width: 710px; height: 1200px; background-image: url(../png/bg-gradient.png); position: absolute; right: 0;bottom: -370px;background-repeat: no-repeat;z-index: -1; }

.tut-video-cta-section { position: relative; }
.tut-video-cta-section .cta-box { background: var(--primarycolor);padding: 65px 20px 75px 125px; position: relative; }
.tut-video-cta-section .cta-box .content-wrap { max-width: 540px; }
.tut-video-cta-section .cta-box .content-wrap .icon{display:inline-flex;align-items:center;margin-bottom:20px;}
.tut-video-cta-section .cta-box .content-wrap h2{font-weight:600;font-size:55px;line-height:43px;color:#FFFFFF;text-transform:none; margin-bottom: 10px;}
.tut-video-cta-section .cta-box .content-wrap p{font-weight:400;font-size:15px;line-height:24px;color:#FFFFFF;}
.tut-video-cta-section .cta-box .content-wrap .btn a { border-color:#fff; }
.tut-video-cta-section .cta-box .content-wrap .btn a:hover { background-color: #fff; color: var(--primarycolor); }
.tut-video-cta-section .cta-box .img-wrap{position:absolute;top:0;right:0;height:100%;bottom:0;}
.tut-video-cta-section .cta-box .img-wrap img{height:100%;mix-blend-mode:lighten;display:block;}

.contact-section { padding: 135px 0 0; }
.contact-section .container { display: flex; flex-wrap: wrap; }
.contact-section .left-content-part { width: 60%;}
.contact-section .right-form-part { width: 40%; }
.contact-section .left-content-part h1 { letter-spacing: -0.03em;color: #FFFFFF;margin-bottom: 15px; padding-right: 100px;}
.contact-section .left-content-part h1 span { color: var(--primarycolor) }
.contact-section .left-content-part p { padding-right: 116px; }

.contact-section .right-form-part .pipedriveWebForms iframe input { background-color: #fff; }

.application-section { padding: 166px 0 100px;  position: relative;z-index: 1;}
.application-section .section-title{text-align:center;margin-bottom:70px;position:relative;max-width: 640px; margin: 0 auto 100px;}
.application-section .section-title h6{font-weight:400;font-size:22px;line-height:33px;margin-bottom:20px;margin-top:0;}
.application-section .section-title h1{color:#fff; margin-bottom: 15px;}
.application-section .section-title h1 span{color:var(--primarycolor);}

.application-content-section .single-app-row { display: flex; flex-wrap: wrap;padding-top: 100px;}
.application-content-section .single-app-row:last-child { margin-bottom: 0; }
.application-content-section .single-app-row.flex-row { flex-direction: row; }
.application-content-section .single-app-row.flex-row-reverse { flex-direction: row-reverse; }
.application-content-section .single-app-row .img-wrap { width: 40%; }
.application-content-section .single-app-row .content-wrap { width: 60%; }
.application-content-section .single-app-row.flex-row .content-wrap { padding-left: 40px;}
.application-content-section .single-app-row.flex-row-reverse .content-wrap { padding-left:0px; padding-right: 70px;}
.application-content-section .single-app-row .content-wrap h3{font-weight:600;font-size:32px;line-height:43px;color:#FFFFFF;text-transform:none;margin-bottom:15px;}
.application-content-section .single-app-row .content-wrap p{font-weight:400;font-size:15px;line-height:24px; margin-bottom: 30px;}
.application-content-section .single-app-row .content-wrap h4{font-weight:600;font-size:20px;line-height:30px;color:#FFFFFF;text-transform:none;}
.application-content-section .single-app-row .content-wrap ul{display:flex;padding:0;align-items:center;}
.application-content-section .single-app-row .content-wrap ul li { list-style: none; margin-right: 100px; }
.application-content-section .single-app-row .content-wrap ul li:nth-child(3n) { margin-right: 0; }

.application-section .left-gradient1 { position: absolute;left: 0;top: -200px;z-index: -1;}
.application-section .left-gradient2 { position: absolute;left: 0;bottom: 0;z-index: -1;}
.application-section .right-gradient1 { position: absolute;right: 0;bottom: 250px;z-index: -1;}


.real-time-processing-banner { padding: 156px 0 240px;background-repeat: no-repeat; background-position: bottom right; background-size: contain;}
.real-time-processing-banner .banner-content { max-width: 710px; }
.real-time-processing-banner .banner-content h6{font-weight:400;font-size:22px;line-height:33px;margin-bottom:20px;margin-top:0;}
.real-time-processing-banner .banner-content h1 {color:#fff; margin-bottom: 15px;}
.real-time-processing-banner .banner-content h1 span{color:var(--primarycolor);}

.real-time-software-section .software-nav { position:relative;width: 100%; z-index: 99; }
.real-time-software-section .software-nav:after { content: ''; width: 100%; height: 100%; background: linear-gradient(0deg, #580ADA 0%, rgba(0, 0, 0, 0.08) 100%);position: absolute; left: 0; bottom: 0; z-index: 0;opacity: 0.5;}
.real-time-software-section .software-nav h6{font-weight:400;font-size:20px;line-height:30px;text-align:center;color:#FFFFFF;margin:0 0 25px;}
.real-time-software-section .software-nav ul { padding: 0; display: flex; align-items: center; justify-content: center;}
.real-time-software-section .software-nav ul li { list-style: none; margin: 0px 50px;}
.real-time-software-section .software-nav ul li a { background: rgba(0,0,0,0);border-radius: 23px;display: inline-block; padding: 15px 30px; }
.real-time-software-section .software-nav ul li a img{ opacity: 0.3; max-width: 138px;width: 100%;}
.real-time-software-section .software-nav ul li a:hover { background: rgba(0,0,0,0.3); }
.real-time-software-section .software-nav ul li a:hover img { opacity: 1; }

.real-time-software-section .software-nav.sticky-nav:after { opacity: 1;background: linear-gradient(0deg, #580ADA 0%, rgb(0 0 0) 100%); }

.real-time-software-section { margin-top: -160px; }
.real-time-software-section .container{position:relative;z-index:1;}
.software-detail-section .live-section{border-bottom:1px solid rgba(255,255,255,0.27);padding:100px 0;}
.software-detail-section .live-section .img-content-row{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:space-between;}
.software-detail-section .live-section .img-content-row .content-wrap { width: 50%; }
.software-detail-section .live-section .img-content-row .content-wrap .sw-logo { margin-bottom: 20px;width: 100%;  max-width: 200px; }
.software-detail-section .live-section .img-content-row .content-wrap h2{font-weight:600;font-size:32px;line-height:43px;color:#FFFFFF;text-transform:none; margin-bottom: 15px;}
.software-detail-section .live-section .img-content-row .content-wrap p{font-weight:400;font-size:15px;line-height:24px;}
.software-detail-section .live-section .img-content-row .video-wrap { width: 45%; position: relative;}
.software-detail-section .live-section .img-content-row .video-wrap a { display: inline-block; }
.software-detail-section .live-section .img-content-row .video-wrap .play-btn{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);}

.live-section .features-slider-row .slick-track { display: flex !important;  }
.live-section .features-slider-row .single-box { background: #580ADA; text-align: center;padding: 35px 20px;margin: 0 13px; height: inherit;}
.live-section .features-slider-row .single-box .icon-wrap { text-align: center; margin: 0 auto; }
.live-section .features-slider-row .single-box .icon-wrap img { margin: 0 auto; }
.live-section .features-slider-row .single-box h6{font-weight:700;font-size:26px;line-height:27px;text-align:center;text-transform:capitalize;color:#FFFFFF;margin:25px 0 15px 0;}
.live-section .features-slider-row .slick-dots { text-align: center; }
.live-section .features-slider-row .slick-dots li button { width: 14px; height: 14px; background-color: #fff;}
.live-section .features-slider-row .slick-dots li.slick-active button { width: 20px; height: 20px; background-color: var(--primarycolor);}


.function-row ul.tabs li { font-weight: 400;font-size: 19px;line-height: 52px;text-transform: capitalize;color: #580ADA; list-style: none; padding-left: 30px; cursor: pointer; transition: all ease 0.4s; }
.function-row .tab_last { border-right: 1px solid #333; }
.function-row ul.tabs li:hover { background-color: #580ADA;color: #fff; }
.function-row ul.tabs li.active { background-color: #580ADA;color: #fff; }
.function-row .tab_content { padding-right: 40px; display: none; }
.function-row .tab_drawer_heading { display: none; }
.function-row .tab_content .video-box video	{ width: 100%; height: 430px; }

.function-row h2{font-weight:700;font-size:34px;line-height:43px;color:#FFFFFF;text-transform:none;}
.function-row h2 span { color: var(--primarycolor); }
.function-row{display:flex;flex-direction:row-reverse;margin-top:80px;}
.function-row .tabs-title { display: flex; flex-direction: column; width: 40%;}
.function-row .tabs-title ul {display: flex; flex-direction: column;padding: 0;}
.function-row .tab_container { width: 60%; }
.function-row .tab_container .video-box { position: relative; display: inline-block;}
.function-row .tab_container .video-box .play-btn { position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); transition: all ease 0.4; }
.function-row .tab_container h4{font-weight:600;font-size:27px;line-height:43px;color:#FFFFFF;text-transform: none; margin-bottom: 5px;}
.function-row .tab_container .video-box.play-video .play-btn { opacity: 0; visibility: hidden; }

.real-time-software-section .software-nav.sticky-nav h6 { display: none; } 
.real-time-software-section .software-nav.sticky-nav + .software-detail-section { margin-top: 140px; }

.general-interior-content{background:#fff;margin:115px 0 0;padding:110px 0;color:#000;font-size:15px;line-height:27px;}
.general-interior-content .title-part{}
.general-interior-content h1{margin: 0 0 40px;text-transform: none;}
.general-interior-content h2,
.general-interior-content h3{margin: 0 0 10px;text-transform: none;}
.general-interior-content h4{color:#000;margin: 0 0 10px;text-transform: none;}
.general-interior-content .content-row + .content-row{margin-top:50px;}

/* ======Media-Query-Start====== */
 
 
@media (max-width:1600px) { } 

@media (max-width:1530px) { 
    .banner-hero-section::after { width: 900px; height: 900px; right: -35%; bottom: -7%; } 
    section.next-generation::before { width: 900px; height: 900px; } 
    section.software-solution-section::after { width: 900px; height: 900px; } 
} 
 
@media (max-width:1400px) { 

	

} 
 

@media (max-width:1300px) { } 


@media (max-width:1200px) { 
    h1 { font-size: 50px; line-height: 54px; } 
    .header-wrapper .logo { max-width: 110px; } 
    .header-wrapper .header-right .header-menu ul.main-menu > li:not(:last-child) { margin-right: 25px; } 
    .header-wrapper .header-right .header-menu .btn { margin-left: 25px; } 

    .banner-hero-section .beforeAfter { height: 625px !important; }
    .banner-hero-section .over-content { transform: translateY(12%); }
    .banner-hero-section::after { width: 600px; height: 600px; right: -25%; bottom: 21%; } 

    section.next-generation { padding: 70px 0; }
    section.next-generation::before { width: 600px; height: 600px; left: -25%; top: 60%; } 
    .next-generation-wrapper .nav-tabs li.tab a { padding: 15px; } 
    .next-generation-wrapper .nav-tabs { margin: 0 0 30px; } 
    .next-generation-wrapper .next-generation-inner .image-block { width: calc(45% - 20px); margin: 0 0 0 20px; } 
    .next-generation-wrapper .next-generation-inner .left-content { width: 55%; } 

    section.software-solution-section::after { width: 600px; height: 600px; top: 0%; right: -25%; } 
    section.software-solution-section .section-short-text p br { display: none; }
    .real-time-software-wrapper h2 { font-size: 45px;line-height: 53px;margin-bottom: 30px; }
    .real-time-software-wrapper { margin: 60px 0 0; }
    .software-inner { margin-bottom: 40px; }

    section.trusted-by .customer-logos-wrapper .customer-logo img { max-height: 32px; }

    footer .schedule-demo h2 { font-size: 30px; line-height: 30px; } 
    footer .schedule-demo .schedule-demo-image { width: 50%; margin-right: 35px; } 
    footer .schedule-demo .schedule-demo-text { width: calc(100% - 50% - 35px); padding: 0 0 44px; } 

    .trial-demo-section .section-title h6 { font-size: 20px; line-height: 30px; }

    .trial-demo-section .section-content .sub-title h3 { font-size: 28px; line-height: 34px; }
    .trial-demo-section .section-content .list-wrap ul li > a { font-size: 18px; line-height: 36px; }
    .tut-video-cta-section .cta-box { padding-left: 65px; }

    .contact-section .left-content-part p { padding-right: 70px;}

    .application-content-section .single-app-row .content-wrap h3 { font-size: 28px; line-height:38px; }
    .application-content-section .single-app-row .content-wrap ul li { padding: 0 15px; margin-right: 0; }

    .real-time-processing-banner { padding: 136px 0 190px;}
    .real-time-software-section { margin-top: -155px;}
    .real-time-software-section .software-nav ul li { margin: 0px 30px; }

    .function-row .tab_content .video-box video {  height: 350px;}

	.real-time-software-section .software-nav ul li a img{max-width:118px;}

	.general-interior-content{margin:105px 0 0;}
}

 
 
@media (max-width:991px) { 
	h1 { font-size: 36px; line-height: 40px; } 
    header .container { padding-left: 22px; padding-right: 22px; }
    .hemburg { display: block; } 
    .header-wrapper .header-right .header-menu { display: none; flex-wrap: wrap; position: absolute; left: 0; top: 0; width: 100%; padding-top: 87px; } 
    .header-wrapper .header-right .header-menu ul.main-menu { display: block; width: 100%; background-color: #000; } 
    .header-wrapper .header-right .header-menu .btn { margin: 0; width: 100%; display: block; } 
    .header-wrapper .header-right .header-menu .btn::before { border-radius: 0; } 
    header { padding-top: 24px; } 
    .header-wrapper { position: static; } 
    .header-wrapper .logo { max-width: 103px; } 
    .header-wrapper .header-right .header-menu ul.main-menu > li:not(:last-child) { margin-right: 0; } 
    .header-wrapper .header-right .header-menu ul.main-menu > li > a { display: block; color: #fff; padding: 11px 18px; } 
    .header-wrapper .header-right .header-menu ul.main-menu > li:first-child { border-top: 1px solid var(--primarycolor); } 
    .header-wrapper .header-right .header-menu ul.main-menu li.menu-item-has-children::after { display: none; } 
    .header-wrapper .header-right .header-menu ul.main-menu > li > a { width: calc(100% - 55px); border-right: 1px solid var(--primarycolor); } 
    .header-wrapper .header-right .header-menu ul.main-menu > li { border-bottom: 1px solid var(--primarycolor); } 
    .header-wrapper .header-right .header-menu .btn a { border-radius: 0; padding: 14px 26px; } 
    .header-wrapper .header-right ul.sub-menu { display: none; opacity: 1; visibility: visible; position: static; width: 100%; border-radius: 0; background: var(--primarycolor); box-shadow: none; padding: 15px 0px; transition: none; } 
    .header-wrapper .header-right ul.sub-menu li a { font-size: 17px; line-height: 26px; color: #ffffff; padding: 5px 15px 5px 34px; } 
    .header-wrapper .header-right .header-menu ul.main-menu li.menu-item-has-children.child-open .menu-icon::after { color: #fff; transform: rotate(90deg); display: inline-block; } 
    .header-wrapper .header-right .header-menu ul.main-menu li.menu-item-has-children.child-open > a { color: #fff; } 
    .header-wrapper .header-right ul.sub-menu li a:hover { background-color: transparent; color: var(--primarycolor); } 
    .header-wrapper .header-right .header-menu ul.main-menu li.menu-item-has-children .menu-icon { display: block; width: 55px; height: 48px; position: absolute; right: 0; top: 0; text-align: center; } 
    .header-wrapper .header-right .header-menu ul.main-menu li.menu-item-has-children .menu-icon::after { content: "\f054"; font-family: 'Font Awesome 5 Free'; font-size: 14px; text-align: center; line-height: 50px; color: #fff; font-weight: 600; transition: var(--transition); } 

    .banner-hero-section .beforeAfter { height: 500px !important; }
    .banner-hero-section .over-content { padding: 50px 0; transform: translateY(18%); } 
    .banner-hero-section .banner-caption { max-width: 550px; } 

    section.next-generation { padding: 50px 0; }
    .next-generation-wrapper .nav-tabs.for-desktop { display: none; } 
    .next-generation-wrapper .tabbing-dropdown.for-mobile { display: block !important; } 
    .next-generation-wrapper .tabbing-dropdown-wrapper { text-align: center; background-color: #fff; border-radius: 25px; max-width: 285px; margin: 0 auto 30px;  } 
    .next-generation-wrapper .tabbing-dropdown-wrapper a { font-style: normal; font-weight: 400; font-size: 16px; line-height: 28px; width: 100%; display: block; border-radius: 22px; padding: 10px 20px; position: relative; color: var(--graycolor); } 
    .next-generation-wrapper .tabbing-dropdown-wrapper a.tabs-dropdown::after { content: "\f107";font-family: 'Font Awesome 5 Free';font-weight: 600;position: absolute;right: 22px; }
    .next-generation-wrapper .tabbing-dropdown-wrapper a.tabs-dropdown { background-color: var(--primarycolor); color: var(--white); } 
    .next-generation-wrapper .tabbing-dropdown-wrapper .mobile-tabs { border: none; display: block; margin: 0; } 
    .next-generation-wrapper .tabbing-dropdown-wrapper li.active a { color: var(--primarycolor); }
    .next-generation-wrapper .next-generation-inner .left-content { width: 60%; } 
    .next-generation-wrapper .next-generation-inner .image-block { width: calc(40% - 20px); } 
    .next-generation-wrapper .next-generation-inner .left-content h2 { font-size: 34px; line-height: 38px; margin-bottom: 15px; } 
    .next-generation-wrapper .next-generation-inner .left-content .text-wrapper { margin-bottom: 25px; }  

    .software-inner .software-item { width: 50%;margin-right: 0;padding: 0 15px; }
    .real-time-software-wrapper h2 { font-size: 39px;line-height: 43px; }
    .software-inner { margin-bottom: 10px; }

    section.trusted-by .customer-logos-wrapper .customer-logo img { max-height: 22px; }

    section.captury-practice-section {padding: 70px 0 0;}
    section.captury-practice-section .captury-practice-wrapper { margin-top: 0; }
    .captury-practice-wrapper .captury-practice-inner .video-block {width: 270px;margin-right: 20px;}
    .captury-practice-wrapper .captury-practice-inner .content-block {width: calc(100% - 290px);}

    footer .schedule-demo h2 { font-size: 24px; line-height: 24px; } 
    footer .footer-top .footer-address { width: 100%; border-right: none; flex-direction: column; align-items: center; text-align: center; border-bottom: 1px solid rgb(255 255 255 / 50%); padding: 0 0 23px; margin-bottom: 23px; } 
    footer .footer-top .footer-address .footer-logo { margin-right: 0; margin-bottom: 5px; } 
    footer .footer-top .vfx-detail { width: 100%; padding: 0; flex-direction: column-reverse; text-align: center; } 
    footer .footer-top .vfx-detail .captury-logo { margin-left: 0; margin-bottom: 10px; line-height: 1px; } 
    .social-icons.for-mobile { display: block !important; margin-top: 18px; } 
    .social-icons.for-desktop { display: none; } 
    footer .footer-bottom { justify-content: center;padding: 20px 0; } 
    footer .footer-top { padding: 23px 0; } 
    footer .footer-top .footer-address .address-text, footer .footer-top .vfx-detail .vfx-text { width: 100%; } 


    .trial-demo-section .section-title h6 {font-size: 18px;line-height: 28px;}
    .trial-demo-section .section-content .sub-title h3 { font-size: 24px; line-height: 30px;}
    .trial-demo-section .section-content .list-wrap ul li  { padding: 25px 20px; }

	.trial-demo-section:before{width:570px;height:750px;bottom:400px;background-size:contain;}
	.trial-demo-section:after{width:410px;height:700px;bottom:-370px;background-size:contain;}

	.tut-video-cta-section .cta-box .content-wrap h2 { font-size: 42px; line-height: 44px; }
	.tut-video-cta-section .cta-box {padding-left: 35px;}
	.tut-video-cta-section .cta-box .content-wrap { max-width: 370px;}

	.contact-section .left-content-part p { padding-right: 30px;}
	.contact-section {  padding: 115px 0 0;}

	.trial-demo-section { padding-top: 110px; }

	.application-section { padding: 125px 0 80px;}
	.application-section .section-title { max-width: 100%; margin-bottom: 70px; }
	.application-section .section-title h1 { max-width: 370px; margin: 0 auto 15px; }
	.application-content-section .single-app-row { padding-top: 70px; }
	.application-content-section .single-app-row.flex-row-reverse .content-wrap { padding-right: 40px; }
    .application-content-section .single-app-row .content-wrap ul li { max-width: 33.33%; }

	.application-section .right-gradient1{width:500px;height:840px;bottom:inherit;top:43%;}


	.real-time-processing-banner .banner-content h6 { font-size: 18px; line-height: 28px; }

	.real-time-processing-banner .banner-content { max-width: 480px;}
	.real-time-software-section .software-nav ul li { margin: 0px 20px;}
	.real-time-software-section .software-nav ul li a { padding: 15px 20px; }
	.real-time-software-section { margin-top: -147px;}

	.software-detail-section .live-section { padding: 70px 0; }
	.software-detail-section .live-section .img-content-row .content-wrap h2 {font-size: 28px; line-height: 36px;  }
	.software-detail-section .live-section .img-content-row { margin-bottom: 25px; }


	.function-row ul.tabs li { font-size: 16px; line-height: 40px; padding-left: 20px; }
	.function-row h2 { font-size: 30px;line-height: 38px; }

	.function-row .tab_content .video-box video { height: 260px;}

	.function-row .tab_container h4 { font-size: 24px;line-height: 38px; }


	.real-time-software-section .software-nav ul li a img{max-width:105px;}

	.general-interior-content{margin: 95px 0 0;}


}
 
 
@media (max-width:767px) { 
    h1 { font-size: 28px; line-height: 30px; } 
    h2 { font-size: 25px; line-height: 27px; } 
    h3 { font-size: 22px; line-height: 26px; }
    h4 { font-size: 20px; line-height: 27px; }

    .banner-hero-section::after { width: 400px; height: 400px; bottom: 30%; right: -40%; } 
    .banner-hero-section .beforeAfter { height: 67vh !important;min-height: 560px; } 
    .banner-hero-section .twentytwenty-container img { height: auto; top: auto; bottom: 0; }
    .banner-hero-section .over-content { padding: 30px 0; transform: translateY(70px); display: flex; align-items: flex-end; text-align: center;  } 
    .banner-hero-section .banner-caption { max-width: 100%; }
    .banner-hero-section .banner-caption h1 { font-size: 26px;line-height: 28px;margin-bottom: 20px; }
    .banner-hero-section .banner-caption .banner-content { max-width: 100%;margin-bottom: 25px; }
    .banner-hero-section .banner-caption .btn a { font-size: 14px; line-height: 22px; padding: 10px; min-width: 170px; }
    .banner-hero-section .twentytwenty-handle { width: 30px; height: 30px; border: 2px solid rgb(255 255 255 / 50%); margin-top: 0; bottom: 22%; top: auto; } 
    .banner-hero-section .twentytwenty-handle .twentytwenty-left-arrow::after { font-size: 16px; } 
    .banner-hero-section .twentytwenty-horizontal .twentytwenty-handle::before, .banner-hero-section .twentytwenty-horizontal .twentytwenty-handle::after { width: 2px; margin-left: -1px; } 
    .banner-hero-section .twentytwenty-horizontal .twentytwenty-handle::before { margin-bottom: 15px; height: 150px; } 
    .banner-hero-section .twentytwenty-horizontal .twentytwenty-handle::after { margin-top: 15px; height: 170px; } 

    section.next-generation::before { width: 400px; height: 400px; left: -40%; top: auto; bottom: -25%; } 
    .next-generation-wrapper .next-generation-inner { flex-direction: column-reverse; } 
    .next-generation-wrapper .next-generation-inner .left-content { width: 100%; text-align: center; } 
    .next-generation-wrapper .next-generation-inner .image-block { width: 100%; text-align: center; margin: 0 0 25px; } 
    .next-generation-wrapper .next-generation-inner .left-content h2 { font-size: 25px; line-height: 27px; } 
    .next-generation-wrapper .next-generation-inner .left-content .text-wrapper { margin-bottom: 20px; } 

    section.software-solution-section::after { width: 400px; height: 400px; right: -40%; top: 40%; } 
    .real-time-software-wrapper { margin: 30px 0 0; }
    .real-time-software-wrapper h2 { font-size: 30px;line-height: 38px;margin-bottom: 20px; }
    .software-inner { margin-bottom: 0; }
    .software-inner .software-item { width: 100%;padding: 0; }


    section.captury-practice-section { padding: 40px 0 0; }
    .captury-practice-wrapper .captury-practice-inner { flex-direction: column; padding: 20px 0; } 
    .captury-practice-wrapper .captury-practice-inner .video-block { width: 100%; margin: 0 0 20px 0; max-width: 100%; } 
    .captury-practice-wrapper .captury-practice-inner .video-block img { width: 100%; }
    .captury-practice-wrapper .captury-practice-inner .content-block { width: 100%; } 
    section.trusted-by .customer-logos-wrapper .customer-logo img { max-height: 25px; }

    footer .schedule-demo { display: block;left: 0;right: 0;margin: 0 auto; } 
    footer .schedule-demo .schedule-demo-image { position: relative;margin: 0 auto;width: 100%;max-width: 530px; } 
    footer .schedule-demo .schedule-demo-text { width: 100%; padding: 23px 0; border-top: 1px solid rgb(255 255 255 / 50%); text-align: center; } 
    footer .schedule-demo h2 { font-size: 25px; line-height: 31px;font-weight: 500; }
    footer .footer-top .vfx-detail h6 { font-weight: 500;font-size: 16px;line-height: 23px; }

    .trial-demo-section { padding-top: 95px; padding-bottom: 40px;}
    .trial-demo-section .section-content .list-wrap { margin-bottom: 45px;}

    .tut-video-cta-section .cta-box .img-wrap { display: none; }
    .tut-video-cta-section .cta-box .content-wrap { max-width: 100%; }
    .tut-video-cta-section .cta-box { padding: 35px; }
    .tut-video-cta-section .cta-box .content-wrap h2 { font-size: 36px;line-height: 40px;}

    .contact-section .left-content-part {width: 100%;}
    .contact-section .left-content-part h1 { padding: 0; }
    .contact-section .left-content-part p { padding: 0 }
    .contact-section { padding: 105px 0 0;}

    .contact-section .right-form-part { width: 100%; margin-top: 15px; }

    .application-section { padding: 95px 0 80px;}
	.application-content-section .single-app-row.flex-row{flex-direction:column;}
	.application-content-section .single-app-row.flex-row .content-wrap, .application-content-section .single-app-row.flex-row-reverse .content-wrap{padding-left:0;width:100%;margin-top:20px; padding-right: 0}
	.application-content-section .single-app-row .img-wrap{width:100%;}
	.application-content-section .single-app-row .img-wrap img{width:100%;max-width:510px;}
	
	.application-content-section .single-app-row .content-wrap h3 { font-size: 26px; line-height: 36px;}
	.application-content-section .single-app-row { padding-top: 50px;}
	.application-section .section-title { margin-bottom: 50px; }



	.real-time-processing-banner {    background-size: cover;}
	.real-time-software-section .software-nav ul li { margin: 0px 10px;}
	.real-time-software-section .software-nav ul li a { padding: 15px; }
	.real-time-software-section { margin-top: -142px;}

	.software-detail-section .live-section { padding: 50px 0;}
	.software-detail-section .live-section .img-content-row .content-wrap, .software-detail-section .live-section .img-content-row .video-wrap{width:100%;}

	.function-row { flex-wrap: wrap; }
	.function-row .tabs-title { width: 100%; }
	.function-row .tab_container { width: 100%;}
	.function-row .tab_content { padding-right: 0; }

	.function-row .tabs-title ul.tabs { display: none; }
	.function-row .tab_drawer_heading{color:var(--primarycolor);margin:0;padding:10px 20px;display:block;cursor:pointer;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;font-size:19px;line-height:28px;text-transform:none;font-weight:400; margin-top: 20px; border:1px solid var(--primarycolor); position: relative;}
	.function-row .tab_drawer_heading:before { content: ''; width:2px; height: 10px; background-color: #fff; position: absolute; right: 19px; top: 50%; transform: translateY(-50%); opacity: 1; transition: all ease 0.4s; }
	.function-row .tab_drawer_heading:after { content: ''; width:10px; height: 2px; background-color: #fff; position: absolute; right: 15px; top: 50%; transform: translateY(-50%);  }
	.function-row .d_active { background-color: var(--primarycolor); color: #fff; }
	.function-row .tab_drawer_heading.d_active:before { opacity: 0; }

	.software-detail-section .live-section .img-content-row .content-wrap h2 { font-size: 24px; line-height: 32px;}
	.live-section .features-slider-row .single-box { margin: 0; }
	.function-row h2 { font-size: 26px; line-height: 35px; margin-bottom: 20px;}

	.function-row .tab_content .video-box video { height: 450px;}

	.general-interior-content{padding: 60px 0;}
}


@media(max-width:600px) {
    .banner-hero-section .twentytwenty-handle { bottom: 19%; }
    .banner-hero-section .twentytwenty-horizontal .twentytwenty-handle::before { height: 115px; }
    .banner-hero-section .twentytwenty-horizontal .twentytwenty-handle::after { height: 110px; }
}


@media(max-width:575px) {

	.trial-demo-section .section-content .list-wrap ul li { flex-direction: column;padding: 15px; }
	.trial-demo-section .section-content .list-wrap ul li > a { margin-bottom: 15px; text-align: center;}

	.tut-video-cta-section .cta-box { padding: 20px;}
	.tut-video-cta-section .cta-box .content-wrap h2 { font-size: 30px; line-height: 37px;}

	.application-content-section .single-app-row .content-wrap h3{font-size:24px;line-height:34px;}
	.application-content-section .single-app-row .content-wrap ul { flex-wrap: wrap; }
	.application-content-section .single-app-row .content-wrap ul li{padding:0 15px 15px;width:50%; max-width: unset;}

	.application-content-section .single-app-row{padding-top:30px;}

	.application-section { padding-bottom: 50px; }

	.real-time-processing-banner { padding: 116px 0 58px;}
	.real-time-software-section .software-nav { display: none; }
	.real-time-software-section { margin-top: 0;}

	.function-row .tab_content .video-box video { height: 310px;}

}


@media(max-width:500px) {
    .banner-hero-section .twentytwenty-handle { bottom: 13%; }
    .banner-hero-section .twentytwenty-horizontal .twentytwenty-handle::before { height: 105px; }
    .banner-hero-section .twentytwenty-horizontal .twentytwenty-handle::after { height: 80px; }
}


@media(max-width:400px) {
    .banner-hero-section .twentytwenty-horizontal .twentytwenty-handle::before { height: 75px; }
    .banner-hero-section .twentytwenty-handle { bottom: 11%; }
}
 
/* ======Media-Query-End====== */