/*------------------------------------------------------------------
[Master Stylesheet]

Project:  FutureAi
-------------------------------------------------------------------*/
/*------------------------------------------------------------------
[Table of contents]

1. Body
2. Header
3. Banner Section
4. About us  Section
5. Services Section
6. Who we are Section
7. What we do Section
8. Pricing  Section
9. Choice Section
10. Testimonials Section
11. Blog Section
12. Contact Section
13. Footer Section
*/


@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@300;400;500;600;700&family=Bree+Serif&family=Inter:wght@300;400;500;600;700&display=swap');

:root {
    --e-global-color-primary: #ffffff;
    --e-global-color-secondary: #162834;
    --e-global-color-text: #9b9b9e;
    --e-global-color-accent: #2b9ff1;
    --e-global-color-white: #ffffff;
    --e-global-color-black: #000000;
    --e-global-color-very-dark-blue:#0d2434;
    --e-global-color-very-dark-desaturated-blue: #0f1e5d;
    --e-global-color-very-dark-mostly-black-blue: #061a28;
    --e-global-color-bright-blue: #2b9ef0;
    --e-global-color-very-dark-grayish-blue: #3b4b55;
    --e-global-color-light-cyan: #55ffff;
    --e-global-color-light-gray: #cccccc;
    --e-global-color-dark-desaturated-blue: #1f313e;
    --e-global-color-dark-blue:#114264;
    --e-global-color-very-dark-gray:#555555;
    --e-global-color-very-light-gray: #e9e9e9;
    --e-global-color-very-dark-mostly-black-violet: #1f1029;
    --e-global-color-vivid-violet: #b318ff;
    --e-global-color-very-dark-gray-mostly-black: #222222;
    --e-global-color-soft-blue: #7966f9;
    --e-global-color-bright-cyan: #2ecaed;
    --e-global-color-dark-mostly-black-violet: #1b0c25;
    --e-global-color-very-dark-desaturated-violet: #36283f;
    --e-global-color-very-dark-violet: #4c126a;
    --e-global-color-dark-grayish-violet: #a8a5aa;
    --e-global-color-very-dark-grayish-violet: #5a4f61;
    --e-global-color-very-pale-violet: #f0d1ff;
    --e-global-color-very-vivid-violet: #a52bff;
    --e-global-color-vivid-cyan: #20ddeb;
    --e-global-color-light-grayish-cyan: #d5f5fb;
    --e-global-color-light-dark-grayish-violet: #403449;
    --e-global-color-dark-violet: #2e113f;
    --e-global-color-dark-desaturated-violet: #4c315c;
    --e-global-color-grayish-violet: #bbb7be;
    --e-global-color-light-violet: #ca5eff;
    --e-global-color-very-bright-blue: #0e2461;
    --e-global-color-bright-vivid-violet: #a019ed;
    --e-global-color-dark-cyan: #1ab0b0;
    --e-global-color-very-pale-mostly-white-cyan: #f6ffff;
    --e-global-color-light-orange: #ff7443;
    --e-global-color-very-soft-cyan: #b6e7e7;
    --e-global-color-dark-mostly-black-blue: #111328;
    --e-global-color-bright-orange: #f67041;
    --e-global-color-dark-gray: #999999;
    --e-global-color-gray: #bdbdbd;
    --e-global-color-very-light-grayish-cyan: #c0eaea;
    --e-global-color-very-soft-blue: #bfe2fb;
}

body{
    font-family: 'Barlow', sans-serif;
}

.h1, h1 {
    font-size: 80px;
    line-height: 88px;
    font-weight: 600;
    color: var(--e-global-color-white);
}
.h2, h2 {
    font-size: 60px;
    line-height: 70px;
    font-weight: 700;
    color: var(--e-global-color-secondary);
}
.h3, h3{
    font-size: 34px;
    line-height: 38px;
    font-weight: 700;
}
.h4, h4 {
    font-size: 24px;
    line-height: 28px;
    font-weight: 600;
}
.h5, h5 {
    font-size: 22px;
    line-height: 28px;
    font-weight: 600;
}
.h6, h6 {
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    font-family: 'Inter', sans-serif;
    color: var(--e-global-color-accent);
}
p {
    font-size: 20px;
    line-height: 28px;
    font-weight: 400;
    font-family: 'Inter', sans-serif;
    color: var(--e-global-color-text);
}
.text-size-18 {
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    font-family: 'Inter', sans-serif;
}
.text-size-16 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    font-family: 'Inter', sans-serif;
}
.text-size-14 {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    font-family: 'Inter', sans-serif;
}

/* Home Page Style */

.future_of_robotics{
    background: var(--e-global-color-very-dark-blue);
    position: relative;
}
.future_of_robotics .banner-leftlayer{
    position: absolute;
    top: 38px;
    left: -7px;
}
.future_of_robotics .banner-toprightlayer{
    position: absolute;
    right: -62px;
    top: -114px;
}
.future_of_robotics .banner-rightlayer{
    position: absolute;
    right: -10px;
    bottom: -70px;
}
.future_of_robotics .header {
    position: relative;
    z-index: 5;
}
.future_of_robotics .navbar-collapse ul{
    align-items: center; 
    display: inherit; 
}
.future_of_robotics .navbar-nav .nav-item a{
    font-size: 16px;
    line-height: 16px;
    font-weight: 500;
    font-family: 'Inter', sans-serif;
    position: relative;
    text-transform: uppercase;
    color: var(--e-global-color-white) !important;
    transition: all 0.3s ease-in-out;
}
.future_of_robotics .navbar-nav .nav-item a:hover{
    color: var(--e-global-color-accent) !important;
    background-color: transparent;
}
.future_of_robotics .navbar-nav .active > a{
    color: var(--e-global-color-accent) !important;
}
.future_of_robotics .navbar-brand{
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
}
.future_of_robotics .navbar{
    position: relative;
    padding: 30px 0;
    z-index: 1;
}
.future_of_robotics .navbar-nav li{
    margin: 0 21px;
    position: relative;
}
.future_of_robotics .navbar-nav li::after {
    content: "";
    height: 2px;
    width: 13px;
    background-color: var(--e-global-color-white);
    position: absolute;
    top: 14px;
    left: -25px;
    transform: rotate(90deg);
    bottom: 0;
}
.future_of_robotics .navbar-nav{
    margin-top: -5px;
}
.future_of_robotics .navbar-nav li:first-child{
    margin-left: 0;
}
.future_of_robotics .navbar-nav li:first-child::after {
    display: none;
}
.future_of_robotics .navbar-nav li:last-child {
    margin-right: 0px;
    padding: 0;
    margin-left: 0;
}
.future_of_robotics .navbar-nav li:last-child::after {
    display: none;
}
.future_of_robotics .navbar-nav .nav-item .lets_talk {
    font-size: 18px;
    line-height: 18px;
    font-weight: 500;
    font-family: 'Inter', sans-serif;
    text-transform: capitalize;
    padding: 6px 3px 7px 37px;
    text-align: center;
    display: inline-block;
    border-radius: 30px;
    color: var(--e-global-color-white) !important;
    background: var(--e-global-color-bright-blue);    
    transition: all 0.3s ease-in-out;
}
.future_of_robotics .navbar-nav .nav-item .circle {
    background: var(--e-global-color-white);
    border-radius: 100px;
    height: 48px;
    width: 48px;
    line-height: 48px;
    text-align: center;
    margin: 0 3px 0 18px;
    display: inline-block;
    font-size: 18px;
    font-family: 'FontAwesome';
    transition: all 0.3s ease;
    color: var(--e-global-color-secondary);
}
.future_of_robotics .navbar-nav .nav-item .lets_talk:hover {
    transform: translateY(-5px);
    color: var(--e-global-color-bright-blue) !important;
    background: var(--e-global-color-white);
}
.future_of_robotics .navbar-nav .nav-item .lets_talk:hover .circle {
    background-color: var(--e-global-color-bright-blue);
    color: var(--e-global-color-white);
}
.future_of_robotics .navbar-nav .active > .lets_talk {
    color: var(--e-global-color-bright-blue) !important;
    background: var(--e-global-color-white);
}
.future_of_robotics .navbar-nav .active > .lets_talk .circle {
    background-color: var(--e-global-color-bright-blue);
    color: var(--e-global-color-white);
}
.future_of_robotics .navbar-nav .nav-item .dropdown-item{
    color: var(--e-global-color-black) !important;
    transition: all 0.3s ease-in-out;
}
.future_of_robotics .navbar-nav .nav-item .dropdown-item:hover{
    color: var(--e-global-color-white) !important;
    background-color: var(--e-global-color-accent) !important;
    transition: all 0.3s ease-in-out;
}
.future_of_robotics .navbar-nav .drop-down-pages .active > a{
    color: var(--e-global-color-white) !important;
    background-color: var(--e-global-color-accent) !important;
}
.future_of_robotics .navbar-nav .drop-down-pages li::after {
    display: none;
}
.future_of_robotics .navbar-collapse .drop-down-pages {
    text-align: left;
    margin-left: 0;
}
.future_of_robotics .navbar-nav .dropdown-menu {
    background-color: var(--e-global-color-white);
    position: absolute;
    left: 0;
    top: 40px;
    padding: 0;
    border: none;
    border-radius: 0;
    box-shadow: 1px 1px 30px rgb(0 0 0 / 10%);
}
.future_of_robotics .navbar-nav .drop-down-pages li{
    margin: 0;
}
.future_of_robotics .navbar-nav .drop-down-pages .nav-item a {
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    font-family: 'Inter', sans-serif;
    text-transform: uppercase;
    padding: 12px 32px;
    margin-top: 0;
}
.future_of_robotics .navbar-expand-lg .drop-down-pages .nav-link {
    padding-left: 0;
}
.future_of_robotics .navbar-nav .drop-down-pages li:last-child{
    margin-left: 0;
}
.future_of_robotics .navbar-nav .dropdown li i {
    font-size: 12px;
    top: 16px;
    left: 12px;
    font-family: 'FontAwesome';
    display: inline-block;
    color: var(--e-global-color-black);
    position: absolute;
    z-index: 1;
    transition: all 0.3s ease-in-out;
}
.future_of_robotics .navbar-nav .dropdown li:hover > i {
    color: var(--e-global-color-white);
}
.future_of_robotics .navbar-nav .dropdown li.active > i {
   color: var(--e-global-color-white);
}
.future_of_robotics .banner-section .video-icon{
    z-index: 1;
    display: inline-block;
    transform: rotate(90deg);
    top: 232px;
    left: -238px;
}
.future_of_robotics .banner-section .video-icon .icon{
    position: relative;
    display: inline-block;
    padding-right: 82px;
}
.future_of_robotics .banner-section .video-icon .icon::after{
    content: "";
    height: 2px;
    width: 74px;
    background-color: var(--e-global-color-very-dark-grayish-blue);
    position: absolute;
    top: 21px;
}
.future_of_robotics .banner-section .video-icon span {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: var(--e-global-color-white);
    text-transform: uppercase;
    letter-spacing: 1.8px;
}
.future_of_robotics .banner-section .video-icon .text {
    position: relative;
    top: -4px;
}
.future_of_robotics .banner-section .video-icon .banner-sidelineimage{
    position: absolute;
    top: -11px;
    left: 103px;
    transform: rotate(90deg);
}
.future_of_robotics .banner-section .play-icon {
    background: var(--e-global-color-accent);
    border-radius: 100px;
    height: 48px;
    width: 48px;
    line-height: 48px;
    text-align: center;
    margin: 0 22px 0 9px;
    display: inline-block;
    transition: all 0.3s ease-in-out;
    transform: rotate(30deg);
}
.future_of_robotics .banner-section .play-icon:before {
    font-size: 18px;
    position: relative;
    left: 2px;
    font-family: 'FontAwesome';
    color: var(--e-global-color-white);
    transition: all 0.3s ease-in-out;
}
.future_of_robotics .banner-section a:hover .play-icon{
    background-color: var(--e-global-color-white);
}
.future_of_robotics .banner-section a:hover .play-icon:before {
    color: var(--e-global-color-accent);
}
.future_of_robotics .banner-section {
    position: relative;
    padding: 208px 0 235px;
}
.future_of_robotics .banner-section .banner-image{
    position: absolute;
    bottom: -236px;
    right: -214px;
}
.future_of_robotics .banner-section .banner_content{
    position: relative;
}
.future_of_robotics .banner-section .banner_content h6{
    color: var(--e-global-color-black);
    background: var(--e-global-color-white);
    padding: 5px 29px;
    border-radius: 20px;
    margin-bottom: 31px;
    display: inline-block;
}
.future_of_robotics .banner-section .banner_content h1{
    margin-bottom: 28px;
    letter-spacing: -1.2px;
}
.future_of_robotics .banner-section .banner_content span{
    font-size: 110px;
    line-height: 114px;
    font-weight: 600;
    padding: 0 16px;
}
.future_of_robotics .banner-section .banner_content h4{
    font-weight: 400;
    font-family: 'Inter', sans-serif;
    border-left: 5px solid var(--e-global-color-accent);
    padding-left: 10px;
    margin-bottom: 45px;
}
.future_of_robotics .banner-section .banner_content .explore {
    font-size: 18px;
    line-height: 18px;
    font-weight: 500;
    font-family: 'Inter', sans-serif;
    padding: 6px 3px 7px 33px;
    text-align: center;
    display: inline-block;
    border-radius: 30px;
    color: var(--e-global-color-white) !important;
    background: var(--e-global-color-bright-blue);
    transition: all 0.3s ease-in-out;
}
.future_of_robotics .banner-section .banner_content .explore .circle {
    background: var(--e-global-color-white);
    border-radius: 100px;
    height: 48px;
    width: 48px;
    line-height: 48px;
    text-align: center;
    margin: 0 3px 0 18px;
    display: inline-block;
    transition: all 0.3s ease-in-out;
    font-size: 18px;
    font-family: 'FontAwesome';
    transition: all 0.3s ease;
    color: var(--e-global-color-secondary);
}
.future_of_robotics .banner-section .banner_content .explore:hover {
    color: var(--e-global-color-bright-blue) !important;
    background: var(--e-global-color-white);
}
.future_of_robotics .banner-section .banner_content .explore:hover .circle {
    background-color: var(--e-global-color-bright-blue);
    color: var(--e-global-color-white);
}
.future_of_robotics .banner-section .banner_wrapper{
    position: relative;
}
.future_of_robotics .banner-section .banner_wrapper .banner-upperdot {
    position: absolute;
    top: -10px;
    left: -64px;
}
.future_of_robotics .banner-section .banner_wrapper .banner-lowerdot {
    position: absolute;
    top: 612px;
    left: 100px;
}

/* Logos */

.logo-section{
    background: var(--e-global-color-secondary);
    padding: 77px 0 80px;
    text-align: center;
}
.logo-section h4 {
    color: var(--e-global-color-white);
    margin-bottom: 45px;
    padding: 0 420px;
}
.logo-section ul{
    display: flex;
    justify-content: center;
}
.logo-section ul li {
    display: inline-block;
    margin: 0 40px;
}
.logo-section ul li:first-child {
    margin-left: 0;
}
.logo-section ul li:last-child {
    margin-right: 0;
}
.logo-section ul li figure{
    transition: all 0.3s ease-in-out;
}
.logo-section ul li figure:hover{
    filter: brightness(0.5) invert(1);
    transform: translateY(-5px);
}

/* About Us */

.about-section{
    position: relative;
    padding: 160px 0 120px;
}
.about-section .about_wrapper{
    position: relative;
}

.about-section .about_wrapper .about-image{
    position: absolute;
    background: var(--e-global-color-light-cyan);
    border-radius: 10px;
    left: -200px;
}
.about-section .about_wrapper .about-image img{
    border-radius: 10px;
    opacity: 90%;
}
.about-section .about_wrapper .box {
    background: var(--e-global-color-white);
    box-shadow: 0px 0px 50px rgb(0 0 0 / 15%);
    border-radius: 10px;
    position: absolute;
    top: 53px;
    right: 4px;
    width: 330px;
    padding: 22px 30px;
    z-index: 1;
}
.about-section .about_wrapper .box .year {
    position: relative;
    z-index: 1;
}
.about-section .about_wrapper .year .number{
    float: left;
    margin-right: 13px;
}
.about-section .about_wrapper .box .year .value {
    font-size: 60px;
    line-height: 60px;
    font-weight: 700;
    display: inline-block;
    color: var(--e-global-color-accent);
}
.about-section .about_wrapper .box .year .plus {
    font-size: 34px;
    line-height: 34px;
    font-weight: 700;
    display: inline-block;
    color: var(--e-global-color-accent);
    left: -4px;
    top: -20px;
}
.about-section .about_wrapper .box .year .text {
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    text-transform: uppercase;
    display: block;
    padding-top: 7px;
}
.about-section .about_content h6{
    color: var(--e-global-color-white);
    background: var(--e-global-color-bright-blue);
    padding: 5px 32px;
    border-radius: 5px;
    margin-bottom: 36px;
    display: inline-block;
}
.about-section .about_content h2{
    margin-right: 30px;
    margin-bottom: 30px;
}
.about-section .about_content .text1{
    font-weight: 600;
    color: var(--e-global-color-black);
    margin-bottom: 31px;
}
.about-section .about_content .text2{
    font-style: italic;
    padding-left: 9px;
    border-left: 5px solid var(--e-global-color-bright-blue);
    margin-bottom: 30px;
}
.about-section .about_content .text3{
    margin-bottom: 32px;
}
.about-section .about_content .read_more {
    font-size: 18px;
    line-height: 18px;
    font-weight: 400;
    font-family: 'Inter', sans-serif;
    padding: 6px 3px 7px 50px;
    text-align: center;
    display: inline-block;
    border-radius: 30px;
    color: var(--e-global-color-white) !important;
    background: var(--e-global-color-bright-blue);
    transition: all 0.3s ease-in-out;
}
.about-section .about_content .read_more .circle {
    background: var(--e-global-color-white);
    border-radius: 100px;
    height: 48px;
    width: 48px;
    line-height: 48px;
    text-align: center;
    margin: 0 3px 0 18px;
    display: inline-block;
    transition: all 0.3s ease-in-out;
    font-size: 18px;
    font-family: 'FontAwesome';
    transition: all 0.3s ease;
    color: var(--e-global-color-secondary);
}
.about-section .about_content .read_more:hover {
    color: var(--e-global-color-white) !important;
    background: var(--e-global-color-secondary);
}
.about-section .about_content .read_more:hover .circle {
    background-color: var(--e-global-color-bright-blue);
    color: var(--e-global-color-white)
}
.about-section .lower-column{
    padding-top: 106px;
}
.about-section .lower-column h3{
    font-size: 34px;
    line-height: 42px;
    padding-left: 20px;
    padding-top: 10px;
}
.about-section .lower-column .content{
    transition: all 0.3s ease-in-out;
}
.about-section .lower-column .content:hover{
    transform: translateY(-5px);
}
.about-section .lower-column .content1{
    padding-left: 46px;
}
.about-section .lower-column .content3{
    padding-left: 68px;
}
.about-section .lower-column .content .value {
    color: var(--e-global-color-secondary);
    font-size: 34px;
    line-height: 38px;
    font-weight: 700;
    margin-bottom: 8px;
    display: inline-block;
}
.about-section .lower-column .content .plus {
    color: var(--e-global-color-secondary);
    font-size: 30px;
    line-height: 30px;
    font-weight: 700;
    display: inline-block;
    top: -2px;
    left: -2px;
}
.about-section .lower-column .content .heading {
    color: var(--e-global-color-bright-blue);
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    display: block;
}
.about-section .lower-column .content .heading {
    color: var(--e-global-color-bright-blue);
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    font-family: 'Inter', sans-serif;
    display: block;
    margin-bottom: 20px;
}
.about-section .lower-column .content .text1 {
    margin-right: 65px;
}
.about-section .lower-column .content .text2 {
    margin-right: 10px;
}
.about-section .lower-column .content .text3 {
    margin-right: 40px;
}

/* Service */

.service-section{
    position: relative;
    padding-bottom: 152px;
    overflow: hidden;
}
.service-section .service-logoimage{
    position: absolute;
    right: 35px;
    bottom: 0;
}
.service-section .end-logo{
    position: relative;
    text-align: center;
}
.service-section .end-logo::before{
    content: "";
    position: absolute;
    width: 43%;
    height: 1px;
    background: var(--e-global-color-light-gray);
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.service-section .end-logo::after{
    content: "";
    position: absolute;
    width: 43%;
    height: 1px;
    background: var(--e-global-color-light-gray);
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.end-logo img {
    -webkit-animation: mover 1s infinite  alternate;
    animation: mover 1s infinite  alternate;
}
@-webkit-keyframes mover {
    0% { transform: translateX(0); }
    100% { transform: translateX(-5px); }
}
.service-section .content {
    padding-top: 130px;
}
.service-section .service_content h6{
    color: var(--e-global-color-white);
    background: var(--e-global-color-bright-blue);
    padding: 5px 22px;
    border-radius: 5px;
    margin-bottom: 16px;
    display: inline-block;
}
.service-section .service_content h2{
    margin-bottom: 64px;
}
.service-section .service_content .service_contentbox .upper-row{
    margin-bottom: 104px;
}
.service-section .service_contentbox .service-box {
    display: inline-block;
    transition: all 0.3s ease-in-out;
}
.service-section .service-box span{
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
    display: block;
    margin-bottom: 12px;
}
.service-section .service-box p{
    font-size: 16px;
    line-height: 28px;
    font-family: 'Inter', sans-serif;
    margin-bottom: 21px;
    color: var(--e-global-color-text);
    margin-right: 42px;
}
.service-section .service-box .text3{
    margin-right: 45px;
}
.service-section .service-box .text4{
    margin-right: 32px;
}
.service-section .service-box:hover span{
    color: var(--e-global-color-accent);
}
.service-section .service_contentbox .service-box figure {
    background: var(--e-global-color-white);
    border-radius: 10px;
    height: 90px;
    width: 90px;
    line-height: 90px;
    text-align: center;
    margin-bottom: 18px;
    display: inline-block;
    transition: all 0.3s ease-in-out;
    box-shadow: 1px 21px 46px rgb(0 0 100 / 10%);
}
.service-section .service_contentbox .service-box figure:hover {
    transform: translateY(-5px);
}
.service-section .service-box:hover figure{
    background: var(--e-global-color-accent);
}
.service-section .service-box:hover img{
    filter: brightness(0) invert(1);
}
.service-section .service_contentbox .service-box .read_more {
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    font-family: 'Inter', sans-serif;
    color: var(--e-global-color-secondary);
    transition: all 0.3s ease-in-out;
}
.service-section .service_contentbox .service-box .read_more i {
    display: inline-block;
    margin-left: 6px;
    font-size: 12px;
}
.service-section .service_contentbox .service-box:hover .read_more {
    color: var(--e-global-color-accent);
}
.service-section .service_contentbox .service-box .read_more:hover  {
    color: var(--e-global-color-secondary);
}
.service-section .service_wrapper{
    position: relative;
    padding-top: 56px;
}
.service-section .service_wrapper .service-image1{
    position: absolute;
    top: 90px;
    left: -100px;
}
.service-section .service_wrapper .service-image2{
    position: relative;
    top: 130px;
    right: -170px;
    display: inline-block;
}

/* Choose */

.choose-section {
    background: var(--e-global-color-secondary);
    position: relative;
    padding: 185px 0;
    border-radius: 10px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 90%;
}
.choose-section .choose-backgroundimage1{
    position: absolute;
    top: 2px;
    left: 0;
}
.choose-section .choose-backgroundimage2{
    position: absolute;
    top: 2px;
    right: 4px;
}
.choose-section .choose-image{
    position: absolute;
    bottom: -185px;
    left: -128px;
}
.choose-section .content{
    padding-left: 33px;
    position: relative;
    z-index: 1;
}
.choose-section .content h6 {
    color: var(--e-global-color-secondary);
    background: var(--e-global-color-white);
    padding: 4px 28px;
    border-radius: 5px;
    margin-bottom: 26px;
    display: inline-block;
}
.choose-section .content h2 {
    margin-bottom: 30px;
    color: var(--e-global-color-white);
}
.choose-section .content p {
    font-weight: 400;
    font-family: 'Inter', sans-serif;
    margin-bottom: 40px;
    margin-right: 120px;
    color: var(--e-global-color-white);
}
.choose-section .content .read_more {
    font-size: 18px;
    line-height: 18px;
    font-weight: 500;
    font-family: 'Inter', sans-serif;
    padding: 6px 3px 7px 38px;
    text-align: center;
    display: inline-block;
    border-radius: 30px;
    color: var(--e-global-color-secondary) !important;
    background: var(--e-global-color-white);
    transition: all 0.3s ease-in-out;
}
.choose-section .content .read_more .circle {
    background: var(--e-global-color-secondary);
    border-radius: 100px;
    height: 48px;
    width: 48px;
    line-height: 48px;
    text-align: center;
    margin: 0 3px 0 13px;
    display: inline-block;
    transition: all 0.3s ease-in-out;
    font-size: 18px;
    font-family: 'FontAwesome';
    transition: all 0.3s ease;
    color: var(--e-global-color-white);
}
.choose-section .content .read_more:hover {
    color: var(--e-global-color-white) !important;
    background: var(--e-global-color-bright-blue);
}
.choose-section .content .read_more:hover .circle {
    background-color: var(--e-global-color-white);
    color: var(--e-global-color-secondary);
}

/* Portfolio */

.portfolio-section {
    position: relative;
    padding: 162px 0 130px;
    overflow: hidden;
}
.portfolio-section .portfolio-leftlayer{
    position: absolute;
    top: 72px;
    left: -6px;
}
.portfolio-section .portfolio-rightlayer{
    position: absolute;
    bottom: -30px;
    right: 0;
}
.portfolio-section .portfolio_content {
    text-align: center;
}
.portfolio-section .portfolio_content h6 {
    color: var(--e-global-color-white);
    background: var(--e-global-color-bright-blue);
    padding: 4px 40px;
    border-radius: 5px;
    margin-bottom: 27px;
    display: inline-block;
}
.portfolio-section .portfolio_content h2 {
    margin-bottom: 70px;
    padding: 0 210px;
}
.portfolio-section .image{
    position: relative;
    transition: all 0.3s ease-in-out;
    margin-bottom: 30px;
    cursor: pointer;
}
.portfolio-section .overlay:hover figure {
    border-radius: 10px;
    opacity: 1;
    background: var(--e-global-color-secondary);
}
.portfolio-section .image figure img{
    width: 100%;
    border-radius: 10px;
}
.portfolio-section .overlay:hover img {
    opacity: 0.4;
}
.portfolio-section .image .box-content{
    position: absolute;
    margin: 0 auto;
    padding: 15px;
    top: 110px;    
    left: 0;
    right: 0;
    transition: all 0.3s ease-in-out;
    text-align: center;
    display: none;
}
.portfolio-section .image .box-content i{
    font-size: 30px;
    margin-bottom: 6px;
    position: relative;
    color: var(--e-global-color-white);
    transition: all 0.3s ease-in-out;
}
.portfolio-section .image .box-content p{
    font-weight: 700;
    font-family: 'Barlow', sans-serif;
    color: var(--e-global-color-white);
}
.portfolio-section .image:hover .box-content{
    display: block;
}

/* Portfolio PopUp Style */

.portfolio-content .modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    overflow: hidden;
    outline: 0;
}
.portfolio-content .fade {
    opacity: 0;
    transition: opacity .15s linear;
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}
.portfolio-content .fade.show {
    opacity: 1;
    background-color: transparent;
}
[tabindex="-1"]:focus {
    outline: 0!important;
}
.portfolio-content .modal.fade .modal-dialog {
    transition: transform .3s ease-out,-webkit-transform .3s ease-out;
    transform: translate(0,-25%);
}
.portfolio-content .modal-dialog {
    max-width: 48%;
    margin: 1.75rem auto;
    position: relative;
    width: auto;
    pointer-events: none;
}
.portfolio-content .modal.show .modal-dialog {
    transform: translate(0,0);
}
.portfolio-content .modal.fade .modal-dialog {
    transition: transform .3s ease-out,-webkit-transform .3s ease-out;
}
.portfolio-content .modal-content {
    position: relative;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    width: 100%;
    height: 100vh;
    pointer-events: auto;
    background-clip: padding-box;
    outline: 0;
    background-color: var(--e-global-color-white);
    box-shadow: 1px 21px 46px rgb(0 0 100 / 25%);
    border-radius: 0;
    border: none;
}
.portfolio-content .modal-header {
    display: flex;
    -webkit-box-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding: 16px;
    border-bottom: none;
}
.portfolio-content .btn-close:not(:disabled):not(.disabled) {
    cursor: pointer;
    opacity: 1 !important;
}
.portfolio-content .modal-header .btn-close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto;
}
.portfolio-content .modal-header button {
    background: var(--e-global-color-accent);
    opacity: 1;
    position: absolute;
    right: 7px;
    top: 0;
    width: 15px;
    height: 15px;
    display: flex;
    align-items: center;
    border-radius: 50%;
    justify-content: center;
    outline: none;
}
.portfolio-content .btn-close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
}
.portfolio-content button.btn-close {
    border: 0;
    -webkit-appearance: none;
}
.portfolio-content button {
    text-transform: none;
    overflow: visible;
}
.portfolio-content .modal-header button i {
    color: var(--e-global-color-white);
    font-size: 18px;
    line-height: 18px;
    padding: 5px 5px;
    outline: none;
}
.portfolio-content .fa-x:before {
    content: "\58";
}
.portfolio-content .blog-model-con .modal-body {
    overflow-y: auto;
    padding-top: 0;
}
.portfolio-content .modal-body {
    position: relative;
    -webkit-box-flex: 1;
    flex: 1 1 auto;
    padding: 1rem;
    padding-left: 30px;
    padding-right: 30px;
}
.portfolio-content .modal-body .blog-box-item {
    border-radius: 0;
}
.portfolio-content .blog-box-item {
    background: var(--white-color);
    overflow: hidden;
}
.portfolio-content .modal-body .blog-img figure {
    position: relative;
    text-align: center;
}
.portfolio-content .modal-body img {
    width: 85%;
    height: 515px;
}
.portfolio-content .img-fluid {
    max-width: 100%;
    height: auto;
}
.portfolio-content .modal-content .project_content{
    padding: 25px 0;
}
.portfolio-content .modal-content .project_content h3{
    margin-bottom: 20px;
    color: var(--e-global-color-secondary);
}
.portfolio-content .modal-content .project_content .text{
    display: block;
    margin-bottom: 20px;
    color: var(--e-global-color-text);
}
.portfolio-content .modal-content .project_content .text1{
    margin-bottom: 30px;
}
.portfolio-content .modal-content .project_content .properties{
    display: flex;
    margin-bottom: 20px;
}
.portfolio-content .modal-content .project_content .properties .first-list{
    margin-right: 70px;
}
.portfolio-content .modal-content .project_content .properties li {
    margin-bottom: 6px;
    color: var(--e-global-color-text);
}
.portfolio-content .modal-content .project_content .properties ul{
    padding-left: 20px;
}
.portfolio-content .modal-content .project_content .properties ul li .circle {
    position: relative;
    border: 2px solid var(--e-global-color-accent);
    border-radius: 100px;
    height: 14px;
    width: 14px;
    line-height: 14px;
    text-align: center;
    display: inline-block;
    transition: all 0.3s ease-in-out;
    border-right-style: none;
    top: 1px;
    left: -16px;
}
.portfolio-content .modal-content .project_content .properties ul li .circle:before {
    font-size: 14px;
    position: absolute;
    left: 3px;
    margin-top: -3px;
    font-family: 'FontAwesome';
    transition: all 0.3s ease;
    color: var(--e-global-color-accent);
}
.portfolio-content .modal-content .project_content .properties ul li:hover {
    color: var(--e-global-color-accent);
}
.portfolio-content .modal-content .project_content .contact_us {
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    font-family: 'Inter', sans-serif;
    padding: 15px 25px;
    border-radius: 30px;
    color: var(--e-global-color-white);
    background: var(--e-global-color-bright-blue);
    border: 2px solid var(--e-global-color-bright-blue);
    text-align: center;
    transition: all 0.3s ease-in-out;
}
.portfolio-content .modal-content .project_content .contact_us i {
    display: inline-block;
    margin-left: 10px;
    font-size: 12px;
    color: var(--e-global-color-white);
}
.portfolio-content .modal-content .project_content .contact_us:hover {
    color: var(--e-global-color-bright-blue);
    background: var(--e-global-color-white);
    border: 2px solid var(--e-global-color-bright-blue);
}
.portfolio-content .modal-content .project_content .contact_us:hover i{
    color: var(--e-global-color-bright-blue);
}

/* Testimonial */

.testimonial-section {
    position: relative;
    padding: 0 0 182px;
    overflow: hidden;
}
.testimonial-section .testimonial-logoimage{
    position: absolute;
    right: 95px;
    top: 105px;
}
.testimonial-section .end-logo{
    position: relative;
    text-align: center;
}
.testimonial-section .end-logo::before{
    content: "";
    position: absolute;
    width: 43%;
    height: 1px;
    background: var(--e-global-color-light-gray);
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.testimonial-section .end-logo::after{
    content: "";
    position: absolute;
    width: 43%;
    height: 1px;
    background: var(--e-global-color-light-gray);
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.testimonial-section .content{
    padding: 132px 0 72px;
}
.testimonial-section .testimonial_content {
    text-align: center;
}
.testimonial-section .testimonial_content h6 {
    color: var(--e-global-color-white);
    background: var(--e-global-color-bright-blue);
    padding: 4px 22px;
    border-radius: 5px;
    margin-bottom: 27px;
    display: inline-block;
}
.testimonial-section .testimonial_content h2 {
    margin-bottom: 62px;
    padding: 0 255px;
}
.testimonial-section .testimonial-quoteimage{
    position: absolute;
    top: 64px;
    left: 140px;
}
.testimonial-section .testimonial_carousel {
    text-align: center;
    padding: 0 95px;
    overflow: hidden;
}
.testimonial-section .carousel-indicators {
    position: relative;
    top: 0;
    margin-bottom: 70px;
}
.testimonial-section .carousel-indicators li {
    opacity: 1;
    width: 40px;
    background: none;
    text-indent: 1px;
    margin-right: 14px;
}
.testimonial-section .carousel-indicators li figure {
    border-radius: 100px;
}
.testimonial-section .carousel-indicators li img {
    filter: grayscale(1);
    border-radius: 100px;
}
.testimonial-section .carousel-indicators .active img {
    width: 60px;
    filter: none;
    transform: scale(1.5);
}
.testimonial-section .carousel-inner {
    overflow: visible;
  }
.testimonial-section .carousel-inner .carousel-item .paragarph{
    font-size: 24px;
    line-height: 40px;
    font-weight: 400;
    font-family: 'Inter', sans-serif;
    color: var(--e-global-color-very-dark-gray);
    margin-bottom: 56px;
}
.testimonial-section .carousel-inner .carousel-item .heading{
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    color: var(--e-global-color-secondary);
    display: block;
}
.testimonial-section .carousel-inner .carousel-item .post{
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
    font-family: 'Inter', sans-serif;
    color: var(--e-global-color-text);
}
.testimonial-section .carousel-control-prev {
    left: -110px;
    top: 24px;
    width: auto;
    opacity: 1;
}
.testimonial-section .carousel-control-next {
    right: -130px;
    top: 24px;
    width: auto;
    opacity: 1;
}
.testimonial-section .carousel-control-prev .previous {
    font-size: 14px;
    line-height: 14px;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
    color: var(--e-global-color-bright-blue);
    position: relative;
    left: -28px;
    top: -10px;
}
.testimonial-section .carousel-control-next .next {
    font-size: 14px;
    line-height: 14px;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
    color: var(--e-global-color-bright-blue);
    position: relative;
    right: 56px;
    top: -10px;
}
.testimonial-section .carousel-control-next:hover{
    filter: brightness(0.5);
}
.testimonial-section .carousel-control-prev:hover{
    filter: brightness(0.5);
}
.testimonial-section .carousel-control-next:hover .next{
    color: var(--e-global-color-bright-blue);
}
.testimonial-section .carousel-control-prev:hover .previous{
    color: var(--e-global-color-bright-blue);
}

/* Partner */

.testimonial-section .partner-section .partner_box {
    padding: 32px 0;
    position: relative;
    text-align: center;
    border-top: 1px solid var(--e-global-color-very-light-gray);
    border-bottom: 1px solid var(--e-global-color-very-light-gray);
}
.testimonial-section .partner-section .partner_box li {
    position: relative;
    display: inline-block;
    margin-right: 86px;
}
.testimonial-section .partner-section .partner_box li::before {
    content: "";
    position: absolute;
    background: var(--e-global-color-very-light-gray);
    width: 1px;
    height: 160px;
    right: -50px;
    top: -60px;
}
.testimonial-section .partner-section .partner_box li:first-child {
    margin-left: 0;
}
.testimonial-section .partner-section .partner_box li:first-child::after {
    content: "";
    position: absolute;
    background: var(--e-global-color-very-light-gray);
    width: 1px;
    height: 160px;
    left: -50px;
    top: -60px;
}
.testimonial-section .partner-section .partner_box li:last-child {
    margin-right: 0;
}
.testimonial-section .partner-section .partner_box .partner {
    color: var(--e-global-color-light-gray);
}
.testimonial-section .partner-section .partner_box .partner img{
    opacity: 20%;
    transition: all 0.3s ease-in-out;
}
.testimonial-section .partner-section .partner_box .partner img:hover {
    opacity: 100%;
}

/* Contact */

.contact-section {
    background: var(--e-global-color-secondary);
    position: relative;
    padding: 160px 0 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 90.5%;
}
.contact-section .contact-backgroundimage1{
    position: absolute;
    bottom: 0;
    left: 0;
}
.contact-section .contact-backgroundimage2{
    position: absolute;
    top: 0;
    right: 0;
}
.contact-section .content{
    padding-left: 6px;
    position: relative;
}
.contact-section .content h6 {
    color: var(--e-global-color-secondary);
    background: var(--e-global-color-white);
    padding: 4px 24px;
    border-radius: 5px;
    margin-bottom: 23px;
    display: inline-block;
}
.contact-section .content h2 {
    margin-bottom: 40px;
    color: var(--e-global-color-white);
}
.contact-section .content input::-webkit-input-placeholder {
    color: var(--e-global-color-white);
}
.contact-section .content textarea::-webkit-input-placeholder {
    color: var(--e-global-color-white);
}
.contact-section .content .input1 {
    float: left;
    margin-right: 25px;
}
.contact-section .content input {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    font-family: 'Inter', sans-serif;
    background: transparent;
    color: var(--e-global-color-white);
    border: 2px solid var(--e-global-color-white);
    border-radius: 10px;
    padding: 16px 18px;
    margin-bottom: 30px;
    overflow: visible;
    outline: none;
    width: 48%;
}
.contact-section .content textarea {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    font-family: 'Inter', sans-serif;
    background: transparent;
    color: var(--e-global-color-white);
    border: 2px solid var(--e-global-color-white);
    border-radius: 10px;
    padding: 16px 18px;
    margin-bottom: 23px;
    width: 100%;
    height: 140px;
    resize: none;
    outline: none;
    overflow: auto;
}
.contact-section .content .send_now {
    font-size: 16px;
    line-height: 16px;
    font-weight: 500;
    font-family: 'Inter', sans-serif;
    padding: 6px 3px 6px 26px;
    text-align: center;
    display: inline-block;
    border-radius: 30px;
    color: var(--e-global-color-white) !important;
    background: var(--e-global-color-bright-blue);
    transition: all 0.3s ease-in-out;
    border: none;
}
.contact-section .content .send_now .circle {
    border-radius: 100px;
    height: 48px;
    width: 48px;
    line-height: 48px;
    text-align: center;
    margin: 0 3px 0 6px;
    display: inline-block;
    font-size: 18px;
    font-family: 'FontAwesome';
    transition: all 0.3s ease-in-out;
    color: var(--e-global-color-bright-blue);
    background: var(--e-global-color-white);
}
.contact-section .content .send_now:hover {
    color: var(--e-global-color-bright-blue) !important;
    background: var(--e-global-color-white);
}
.contact-section .content .send_now:hover .circle {
    background-color: var(--e-global-color-bright-blue);
    color: var(--e-global-color-white);
}
.contact-section .contact-image{
    position: relative;
    left: 30px;
    z-index: 1;
}
.contact-section .contact_wrapper{
    text-align: center;
    margin-top: -110px;
}
.contact-section .contact_wrapper .circle{
    position: absolute;
    border-radius: 100px;
    height: 72px;
    width: 72px;
    line-height: 72px;
    text-align: center;
    font-size: 22px;
    font-family: 'FontAwesome';
    transition: all 0.3s ease-in-out;
    color: var(--e-global-color-white);
    background: var(--e-global-color-bright-blue);
    z-index: 2;
}
.contact-section .contact_wrapper a:hover{
    color: var(--e-global-color-bright-blue);
    background: var(--e-global-color-white);
}
.contact-section .contact_wrapper .icon1{
    position: absolute;
    right: 90px;
    top: 240px;
}
.contact-section .contact_wrapper .icon1::after{
    content: "";
    position: absolute;
    width: 2px;
    height: 60px;
    background: var(--e-global-color-bright-blue);
    top: 53px;
    transform: rotate(45deg);
    left: -10px;
}
.contact-section .contact_wrapper .icon2::after{
    content: "";
    position: absolute;
    width: 2px;
    height: 140px;
    background: var(--e-global-color-bright-blue);
    top: 50px;
    transform: rotate(331deg);
    left: 72px;
}
.contact-section .contact_wrapper .icon2{
    position: absolute;
    left: 135px;
    top: 154px;
}
.contact-section .contact_wrapper a:hover .circle{
    color: var(--e-global-color-bright-blue);
    background: var(--e-global-color-white);
}
.contact-section .contact_wrapper .contact-circle{
    position: absolute;
    bottom: 110px;
    left: 58px;
}

/* FAQ */

.faq-section {
    padding: 162px 0 130px;
}
.faq-section .faq_content {
    text-align: center;
}
.faq-section .faq_content h6 {
    color: var(--e-global-color-white);
    background: var(--e-global-color-bright-blue);
    padding: 4px 26px;
    border-radius: 5px;
    margin-bottom: 27px;
    display: inline-block;
}
.faq-section .faq_content h2 {
    margin-bottom: 66px;
}
.faq-section .accordion-item {
    border: none;
    background: transparent;
}
.faq-section .accordion-item .accordion-header .accordion-button{
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
    position: relative;
    display: inline-block;
    color: var(--e-global-color-secondary);
    box-shadow: none;
    text-decoration: none;
    box-shadow: 0px 0px 100px rgba(0 0 0 / 10%);
    background: var(--e-global-color-white);
    width: 100%;
    border-radius: 15px;
    margin-bottom: 30px;
    padding: 26px 30px 23px;
    transition: all 0.3s ease-in-out;
}
.faq-section .accordion-item .accordion-header .accordion-button.collapsed.btn-link {
    color: var(--e-global-color-secondary);
    background-color: var(--e-global-color-white);
}
.faq-section .accordion-item .accordion-header .accordion-button.btn-link {
    color: var(--e-global-color-white);
    background-color: var(--e-global-color-secondary);
}
.faq-section .accordion-item .accordion-header .accordion-button::before {
    content: "\f078";
    position: absolute;
    text-align: center;
    right: 20px;
    top: 18%;
    width: 46px;
    height: 46px;
    line-height: 46px;
    font-family: 'FontAwesome';
    display: inline-block;
    vertical-align: middle;
    background: var(--e-global-color-bright-blue);
    color: var(--e-global-color-white);
    font-size: 14px;
    border-radius: 100px;
}
.faq-section .accordion-item .accordion-header .collapsed::before {
    content: "\f054";
    width: 46px;
    height: 46px;
    line-height: 46px;
    background: var(--e-global-color-secondary);
    color: var(--e-global-color-white);
    border-radius: 100px;
    text-align: center;
}
.faq-section .accordion-item .accordion-body {
    padding: 0px 28px 20px;
    margin-top: -6px;
}

/* Footer */

.robotics_footer_portion .contact_portion {
    background: var(--e-global-color-secondary);
    position: relative;
    padding: 84px 0;
    border-radius: 10px;
    margin-bottom: -226px;
    z-index: 1;
}
.robotics_footer_portion .contact_portion .contactportion-backgroundimage{
    position: absolute;
    top: 2px;
    left: 6px;
}
.robotics_footer_portion .contact_portion .contactportion-image{
    position: absolute;
    bottom: 0;
    left: 70px;
}
.robotics_footer_portion .contact_portion .content{
    padding-left: 60px;
    position: relative;
    z-index: 1;
}
.robotics_footer_portion .contact_portion h6 {
    color: var(--e-global-color-white);
    background: var(--e-global-color-bright-blue);
    padding: 5px 15px;
    border-radius: 5px;
    margin-bottom: 23px;
    display: inline-block;
}
.robotics_footer_portion .contact_portion h2 {
    margin-right: 68px;
    margin-bottom: 30px;
    color: var(--e-global-color-white);
}
.robotics_footer_portion .contact_portion .contact_us {
    font-size: 18px;
    line-height: 18px;
    font-weight: 500;
    font-family: 'Inter', sans-serif;
    padding: 6px 3px 7px 50px;
    text-align: center;
    display: inline-block;
    border-radius: 30px;
    color: var(--e-global-color-secondary) !important;
    background: var(--e-global-color-white);
    transition: all 0.3s ease-in-out;
}
.robotics_footer_portion .contact_portion .contact_us .circle {
    font-size: 18px;
    height: 48px;
    width: 48px;
    line-height: 48px;
    text-align: center;
    margin: 0 3px 0 18px;
    display: inline-block;
    border-radius: 100px;
    transition: all 0.3s ease-in-out;
    font-family: 'FontAwesome';
    color: var(--e-global-color-white);
    background: var(--e-global-color-bright-blue);
}
.robotics_footer_portion .contact_portion .contact_us:hover {
    color: var(--e-global-color-white) !important;
    background: var(--e-global-color-bright-blue);
}
.robotics_footer_portion .contact_portion .contact_us:hover .circle {
    background-color: var(--e-global-color-white);
    color: var(--e-global-color-secondary);
}
.robotics_footer_portion .footer-section{
    background: var(--e-global-color-very-dark-mostly-black-blue);
    padding-top: 326px;
    position: relative;
}
.robotics_footer_portion .footer-section .middle-portion{
    padding: 0 0 80px;
}
.robotics_footer_portion .footer-section .middle-portion .footer-logo{
    margin-bottom: 16px;
    position: relative;
}
.robotics_footer_portion .footer-section .middle-portion .footer-text{
    font-size: 18px;
    line-height: 30px;
    margin-right: 68px;
    margin-bottom: 24px;
    color: var(--e-global-color-white);
}
.robotics_footer_portion .footer-section .middle-portion .social-icons li{
    display: inline-block;
    margin-right: 5px;
}
.robotics_footer_portion .footer-section .middle-portion .social-icons li:first-child{
    margin-left: 0;
}
.robotics_footer_portion .footer-section .middle-portion .social-icons li:last-child{
    margin-right: 0;
}
.robotics_footer_portion .footer-section .middle-portion .social-icons i{
    font-size: 16px;
    border-radius: 10px;
    border: 2px solid var(--e-global-color-dark-desaturated-blue);
    height: 46px;
    width: 46px;
    line-height: 43px;
    text-align: center;
    margin: 0 2px;
    transition: all 0.3s ease-in-out;
}
.robotics_footer_portion .footer-section .middle-portion .social-icons a{
    color: var(--e-global-color-white);
}
.robotics_footer_portion .footer-section .middle-portion .social-icons a:hover{
    color: var(--e-global-color-bright-blue);
}
.robotics_footer_portion .footer-section .middle-portion .social-icons a:hover i{    
    border: 2px solid var(--e-global-color-accent);
    transform: translateY(-5px);
}
.robotics_footer_portion .footer-section .middle-portion .links{
    padding-top: 77px;
}
.robotics_footer_portion .footer-section .middle-portion .links .text-size-16 {
    position: relative;
    margin-left: 15px;
    font-weight: 400;
    font-family: 'Inter', sans-serif;
    top: 2px;
    color: var(--e-global-color-white);
    transition: all 0.3s ease-in-out;
}
.robotics_footer_portion .footer-section .middle-portion .links li{
    margin-bottom: 12px;
    transition: all 0.3s ease-in-out;
}
.robotics_footer_portion .footer-section .middle-portion .links li i {
    font-size: 6px;
    position: relative;
    transition: all 0.3s ease;
    color: var(--e-global-color-accent);
    margin-right: -3px;
}
.robotics_footer_portion .footer-section .middle-portion ul li:hover .text{
    color: var(--e-global-color-accent);
}
.robotics_footer_portion .footer-section .middle-portion .icon .text-size-16 {
    color: var(--e-global-color-white);
    font-family: 'Inter', sans-serif;
}
.robotics_footer_portion .footer-section .middle-portion .icon .text1 {
    margin-right: 45px;
}
.robotics_footer_portion .footer-section .middle-portion .icon {
    padding-top: 77px;
}
.robotics_footer_portion .footer-section .middle-portion .icon li {
    padding-left: 31px;
    margin-bottom: 14px;
    position: relative;
}
.robotics_footer_portion .footer-section .middle-portion .icon .footer-location{
    color: var(--e-global-color-accent);
    position: absolute;
    font-size: 14px;
    left: 2px;
    margin-top: 5px;
    transition: all 0.3s ease-in-out;
}
.robotics_footer_portion .footer-section .middle-portion .icon .footer-location:hover{
    transform: translateY(-5px);
}
.robotics_footer_portion .footer-section .middle-portion .email-form{
    padding-top: 80px;
}
.robotics_footer_portion .footer-section .middle-portion .email-form input {
    position: relative;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    font-family: 'Inter', sans-serif;
    color: var(--e-global-color-text);
    background-color: var(--e-global-color-white);
    border: none;
    border-radius: 8px;
    padding: 16px 20px;
    margin-bottom: 20px;
    width: 92%;
    overflow: visible;
    outline: none;
}
.robotics_footer_portion .footer-section .middle-portion .email-form button {
    font-size: 16px;
    color: var(--e-global-color-white);
    background: var(--e-global-color-accent);
    border-radius: 100px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border: none;
    float: right;
    position: absolute;
    top: 6px;
    right: 30px;
    overflow: visible;
    outline: none;
    transition: all 0.3s ease-in-out;
}
.robotics_footer_portion .footer-section .middle-portion .email-form button:hover {
    color: var(--e-global-color-very-dark-blue);
}
.robotics_footer_portion .footer-section .middle-portion .email-form .check-box{
    padding-left: 33px;
}
.robotics_footer_portion .footer-section .middle-portion .email-form .check-box input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}  
.robotics_footer_portion .footer-section .middle-portion .email-form .check-box label {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    font-family: 'Inter', sans-serif;
    color: var(--e-global-color-white);
    position: relative;
    cursor: pointer;
    margin-right: 15px;
}  
.robotics_footer_portion .footer-section .middle-portion .email-form .check-box label:before {
    content:'';
    -webkit-appearance: none;
    background-color: var(--e-global-color-secondary);
    border-radius: 5px;
    padding: 2px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: -21px;
    width: 20px;
    height: 20px;
    top: 3px;
    left: -32px;
}  
.robotics_footer_portion .footer-section .middle-portion .email-form .check-box input:checked + label:after{
    content: '';
    display: block;
    position: absolute;
    top: 6px;
    left: -25px;
    width: 6px;
    height: 12px;
    border: solid var(--e-global-color-accent);
    border-width: 0 2px 2px 0;
    transform: rotate(50deg);
}
.robotics_footer_portion .footer-section .copyright {
    text-align: center;
    padding: 35px 0px 60px;
    border-top: 1px solid var(--e-global-color-dark-blue);
}
.robotics_footer_portion .footer-section .copyright p{
    color: var(--e-global-color-white);
}

/*-------- Home PAGES 2 ------------ */

.power_of_ai{
    padding: 30px 0 0;
    background: var(--e-global-color-very-dark-mostly-black-violet);
    position: relative;
    overflow: hidden;
}
.power_of_ai .header {
    position: relative;
    z-index: 5;
}
.power_of_ai .navbar-collapse ul{
    align-items: center; 
    display: inherit; 
}
.power_of_ai .navbar-nav .nav-item a{
    font-size: 16px;
    line-height: 16px;
    font-weight: 500;
    font-family: 'Inter', sans-serif;
    position: relative;
    color: var(--e-global-color-very-dark-mostly-black-violet) !important;
    transition: all 0.3s ease-in-out;
}
.power_of_ai .navbar-nav .nav-item a:hover{
    color: var(--e-global-color-vivid-violet) !important;
    background-color: transparent;
}
.power_of_ai .navbar-nav .active > a{
    color: var(--e-global-color-vivid-violet) !important;
}
.power_of_ai .navbar-brand{
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
}
.power_of_ai .navbar {
    position: relative;
    padding: 15px 12px 15px 22px;
    z-index: 1;
    background: var(--e-global-color-white);
    border-radius: 10px;
}
.power_of_ai .navbar-nav li{
    margin: 0 10px;
    position: relative;
}
.power_of_ai .navbar-nav{
    margin-top: -5px;
}
.power_of_ai .navbar-nav li:first-child{
    margin-left: 0;
}
.power_of_ai .navbar-nav li:last-child {
    margin-right: 0px;
}
.power_of_ai .last_list{
    margin-left: 15px;
}
.power_of_ai .last_list .login {
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
    font-family: 'Inter', sans-serif;
    padding: 17px 28px;
    text-align: center;
    display: inline-block;
    border-radius: 30px;
    color: var(--e-global-color-very-dark-gray-mostly-black) !important;
    border: 1px solid var(--e-global-color-very-dark-gray-mostly-black);
    background: transparent;    
    transition: all 0.3s ease-in-out;
    margin-right: 7px;
}
.power_of_ai .last_list .login:hover {
    transform: translateY(-5px);
    color: var(--e-global-color-white) !important;
    border: 1px solid transparent;
    background-image: linear-gradient(to right, var(--e-global-color-vivid-violet) 0%, var(--e-global-color-soft-blue) 50%, var(--e-global-color-bright-cyan) 100%);
}
.power_of_ai .last_list .try_free {
    font-size: 18px;
    line-height: 18px;
    font-weight: 400;
    font-family: 'Inter', sans-serif;
    padding: 5px 30px 5px 5px;
    text-align: center;
    display: inline-block;
    border-radius: 30px;
    color: var(--e-global-color-white) !important;
    background-image: linear-gradient(to right, var(--e-global-color-vivid-violet) 0%, var(--e-global-color-soft-blue) 50%, var(--e-global-color-bright-cyan) 100%);
    transition: all 0.3s ease-in-out;
}
.power_of_ai .last_list .circle {
    font-size: 18px;
    border-radius: 100px;
    height: 44px;
    width: 44px;
    line-height: 44px;
    text-align: center;
    margin-right: 16px;
    display: inline-block;
    font-family: 'FontAwesome';
    transition: all 0.3s ease;
    color: var(--e-global-color-secondary);
    background: var(--e-global-color-white);
}
.power_of_ai .last_list .try_free:hover {
    transform: translateY(-5px);
    background-image: linear-gradient(to right, var(--e-global-color-bright-cyan) 0%, var(--e-global-color-vivid-violet) 50%, var(--e-global-color-soft-blue) 100%);
}
.power_of_ai .last_list .try_free:hover .circle {
    color: var(--e-global-color-vivid-violet);
}
.power_of_ai .navbar-nav .nav-item .dropdown-item{
    color: var(--e-global-color-black) !important;
    transition: all 0.3s ease-in-out;
}
.power_of_ai .navbar-nav .nav-item .dropdown-item:hover{
    color: var(--e-global-color-white) !important;
    background-color: var(--e-global-color-vivid-violet) !important;
    transition: all 0.3s ease-in-out;
}
.power_of_ai .navbar-nav .dropdown-menu .active > a{
    color: var(--e-global-color-white) !important;
    background-color: var(--e-global-color-vivid-violet) !important;
}
.power_of_ai .navbar-collapse .dropdown-menu {
    text-align: left;
    margin-left: 0;
}
.power_of_ai .navbar-nav .dropdown-menu {
    background-color: var(--e-global-color-white);
    position: absolute;
    left: 0;
    top: 40px;
    padding: 0;
    border: none;
    border-radius: 0;
    box-shadow: 1px 1px 30px rgb(0 0 0 / 10%);
}
.power_of_ai .navbar-nav .dropdown-menu li{
    margin: 0;
}
.power_of_ai .navbar-nav .dropdown-menu .nav-item a {
    font-size: 14px;
    line-height: 14px;
    font-weight: 500;
    font-family: 'Inter', sans-serif;
    color: var(--e-global-color-very-dark-mostly-black-violet);
    transition: all 0.3s ease-in-out;
    text-transform: uppercase;
    padding: 12px 32px;
    margin-top: 0;
}
.power_of_ai .navbar-expand-lg .dropdown-menu .nav-link {
    padding-left: 0;
}
.power_of_ai .navbar-nav .dropdown-menu li:last-child{
    margin-left: 0;
}
.power_of_ai .navbar-nav .dropdown li i {
    font-size: 12px;
    top: 13px;
    left: 12px;
    font-family: 'FontAwesome';
    display: inline-block;
    color: var(--e-global-color-very-dark-mostly-black-violet);
    position: absolute;
    z-index: 1;
    transition: all 0.3s ease-in-out;
}
.power_of_ai .navbar-nav .dropdown li:hover > i {
    color: var(--e-global-color-white);
}
.power_of_ai .navbar-nav .dropdown li.active > i {
   color: var(--e-global-color-white);
}
.power_of_ai .banner-section {
    position: relative;
    padding: 128px 0 240px;
}
.power_of_ai .banner-section .banner_content{
    position: relative;
}
.power_of_ai .banner-section .banner_content h6{
    color: var(--e-global-color-black);
    background: var(--e-global-color-white);
    padding: 5px 29px;
    border-radius: 20px;
    margin-bottom: 31px;
    display: inline-block;
}
.power_of_ai .banner-section .banner_content h1{
    margin-bottom: 32px;
    margin-right: 205px;
}
.power_of_ai .banner-section .banner_content span{
    font-size: 80px;
    line-height: 88px;
    font-weight: 600;
    color: var(--e-global-color-vivid-violet);
    display: inline-block;
    padding-left: 18px;
}

/* Text type style */

.power_of_ai .banner-section .banner_content .type-text {
    position: relative;
}
.power_of_ai .banner-section .banner_content .type-text::after {
    content: '';
    display: block;
    position: absolute;
    right: -5px;
    top: 0;
    height: 100%;
    width: 2px;
    background-color: #b318ff;
    animation: text-type .5s infinite;
    -webkit-animation: text-type .5s infinite;
}
@-webkit-keyframes text-type {
    0% {
        opacity: 1;
    }

    50% {
        opacity: .5;
    }

    100% {
        opacity: 0;
    }
}
@keyframes text-type {
    0% {
        opacity: 1;
    }

    50% {
        opacity: .5;
    }

    100% {
        opacity: 0;
    }
}
.power_of_ai .banner-section .banner_content .paragraph{
    font-size: 24px;
    line-height: 38px;
    color: var(--e-global-color-white);
    margin-bottom: 37px;
    margin-right: 130px;
}
.power_of_ai .banner-section .banner_content .form-group{
    margin-bottom: 49px;
}
.power_of_ai .banner-section .banner_content input {
    position: relative;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    font-family: 'Inter', sans-serif;
    color: var(--e-global-color-dark-grayish-violet);
    background-color: var(--e-global-color-white);
    border: none;
    border-radius: 35px;
    padding: 26px 29px;
    width: 73%;
    overflow: visible;
    outline: none;
}
.power_of_ai .banner-section .banner_content .try_free {
    font-size: 18px;
    line-height: 18px;
    font-weight: 400;
    font-family: 'Inter', sans-serif;
    padding: 5px 28px 5px 5px;
    text-align: center;
    display: inline-block;
    border-radius: 30px;
    color: var(--e-global-color-white) !important;
    background: var(--e-global-color-vivid-violet);
    position: absolute;
    top: 11px;
    right: 118px;
    float: right;
    border: none;
    overflow: visible;
    outline: none;
    transition: all 0.3s ease-in-out;
}
.power_of_ai .banner-section .banner_content .try_free .circle {
    font-size: 16px;
    border-radius: 100px;
    height: 40px;
    width: 40px;
    line-height: 40px;
    margin-right: 12px;
    text-align: center;
    display: inline-block;
    font-family: 'FontAwesome';
    transition: all 0.3s ease;
    color: var(--e-global-color-secondary);
    background: var(--e-global-color-white);
}
.power_of_ai .banner-section .banner_content .try_free:hover {
    background-image: linear-gradient(to right, var(--e-global-color-bright-cyan) 0%, var(--e-global-color-vivid-violet) 50%, var(--e-global-color-soft-blue) 100%);
}
.power_of_ai .banner-section .banner_content .try_free:hover .circle {
    color: var(--e-global-color-vivid-violet);
}
.power_of_ai .banner-section .banner_content .tags .heading{
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    font-family: 'Inter', sans-serif;
    padding: 3px 10px;
    border-radius: 5px;
    display: inline-block;
    text-align: center;
    color: var(--e-global-color-white);
    background: var(--e-global-color-vivid-violet);
    margin-bottom: 15px;
}
.power_of_ai .banner-section .banner_content .tags .list{
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    font-family: 'Inter', sans-serif;
    color: var(--e-global-color-very-dark-grayish-violet);
    display: block;
    padding: 0;
}
.power_of_ai .banner-section .banner_wrapper{
    position: relative;
}
.power_of_ai .banner-section .banner_wrapper figure img{
    border-radius: 10px;
}
.power_of_ai .banner-section .banner_wrapper .banner-arrow{
    position: relative;
    top: 12px;
    left: -165px;
}
.power_of_ai .banner-section .banner_wrapper .banner-image1{
    position: absolute;
    top: -12px;
    right: -40px;
}
.power_of_ai .banner-section .banner_wrapper .banner-image2{
    position: relative;
    top: -11px;
    left: 30px;
}
.power_of_ai .banner-section .banner_wrapper .banner-image3{
    position: relative;
    bottom: -32px;
    left: -20px;
}
.power_of_ai .banner-section .banner_wrapper .banner-image4{
    position: absolute;
    top: 40px;
    right: -230px;
}
.power_of_ai .banner-section .banner_wrapper .banner-image5{
    position: absolute;
    bottom: 52px;
    right: -252px;
}

/* Logos2 */

.logo-section2{
    background: var(--e-global-color-dark-mostly-black-violet);
    padding: 50px 0;
    text-align: center;
}
.logo-section2 ul{
    display: flex;
    justify-content: center;
}
.logo-section2 ul li {
    display: inline-block;
    margin: 0 40px;
}
.logo-section2 ul li:first-child {
    margin-left: 0;
}
.logo-section2 ul li:last-child {
    margin-right: 0;
}
.logo-section2 ul li figure{
    transition: all 0.3s ease-in-out;
}
.logo-section2 ul li figure:hover{
    filter: brightness(0.5) invert(1);
    transform: translateY(-5px);
}

/* Possibility */

.possibility-section{
    position: relative;
    padding: 156px 0;
    background: var(--e-global-color-very-dark-mostly-black-violet);
}
.possibility-section .content{
    text-align: center;
}
.possibility-section .content h2 {
    font-weight: 600;
    color: var(--e-global-color-white);
    padding: 0 160px;
    margin-bottom: 192px;
}
.possibility-section .possibility_wrapper{
    position: relative;
}
.possibility-section .possibility_wrapper .possibility-image {
    position: absolute;
    top: -100px;
    left: 10px;
}
.possibility-section .possibility_wrapper .possibility-image img{
    border-radius: 10px;
}
.possibility-section .possibility_content {
    padding: 92px 92px 100px 78px;
    background-image: linear-gradient(to left, var(--e-global-color-light-grayish-cyan) 0%, var(--e-global-color-very-pale-violet) 40%);
    border-radius: 10px;
    width: 720px;
    margin-left: 20px;
    position: relative;
    z-index: 1;
}
.possibility-section .possibility_content h3{
    color: var(--e-global-color-black);
    margin-bottom: 38px;
}
.possibility-section .possibility_content p{
    color: var(--e-global-color-very-dark-gray);
    margin-bottom: 42px;
}
.possibility-section .possibility_content .try_free {
    font-size: 18px;
    line-height: 18px;
    font-weight: 400;
    font-family: 'Inter', sans-serif;
    padding: 5px 36px 5px 5px;
    text-align: center;
    display: inline-block;
    border-radius: 30px;
    color: var(--e-global-color-white) !important;
    background: var(--e-global-color-vivid-violet);
    transition: all 0.3s ease-in-out;
}
.possibility-section .possibility_content .try_free .circle {
    font-size: 16px;
    border-radius: 100px;
    height: 40px;
    width: 40px;
    line-height: 40px;
    margin-right: 15px;
    text-align: center;
    display: inline-block;
    font-family: 'FontAwesome';
    transition: all 0.3s ease;
    color: var(--e-global-color-secondary);
    background: var(--e-global-color-white);
}
.possibility-section .possibility_content .try_free:hover {
    background-image: linear-gradient(to right, var(--e-global-color-bright-cyan) 0%, var(--e-global-color-vivid-violet) 50%, var(--e-global-color-soft-blue) 100%);
}
.possibility-section .possibility_content .try_free:hover .circle {
    color: var(--e-global-color-vivid-violet);
}

/* Feature */

.feature-section{
    position: relative;
    padding: 0 0 58px;
    background: var(--e-global-color-very-dark-mostly-black-violet);
}
.feature-section .content{
    text-align: center;
}
.feature-section .content h2 {
    font-weight: 600;
    color: var(--e-global-color-white);
    padding: 0 200px;
    margin-bottom: 92px;
}
.feature-section .box-top{
    padding-top: 40px;
}
.feature-section .feature-box {
    position: relative;
    display: inline-block;
    transition: all 0.3s ease-in-out;
    background: var(--e-global-color-very-dark-mostly-black-violet);
    border: 1px solid var(--e-global-color-light-dark-grayish-violet);
    padding: 40px 31px 38px;
    width: 96%;
    z-index: 1;
}
.feature-section .feature-box figure {
    margin-bottom: 32px;
    display: inline-block;
    transition: all 0.3s ease-in-out;
}
.feature-section .feature-box span{
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    display: block;
    margin-bottom: 27px;
    color: var(--e-global-color-white);
}
.feature-section .feature-box p{
    color: var(--e-global-color-white);
}
.feature-section .feature-box:hover{
    background-image: linear-gradient(to top left, var(--e-global-color-vivid-violet) 0%, var(--e-global-color-very-vivid-violet) 74%, var(--e-global-color-vivid-cyan) 98%);
    transform: translateY(-5px);
}
.feature-section .feature-box figure:hover {
    transform: translateY(-5px);
}
.feature-section .feature-box:hover img{
    filter: brightness(0) invert(1);
}
.feature-section .circle-image .feature-circleimage{
    position: absolute;
    bottom: -26px;
    right: -4px;
}

/* Generator Heading */

.generatorheading-section{
    position: relative;
    padding: 92px 0;
    background: var(--e-global-color-very-dark-mostly-black-violet);
}
.generatorheading-section .content{
    text-align: center;
}
.generatorheading-section .content h2 {
    font-weight: 600;
    color: var(--e-global-color-white);
    margin-bottom: 22px;
}
.generatorheading-section .content p {
    color: var(--e-global-color-white);
    margin-bottom: 0;
}

/* Generator */

.generator-section {
    background: var(--e-global-color-vivid-violet);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: 100px 0 0;
}
.generator-section::before {
    content: "";
    position: absolute;
    background: url(../images/generator-backgroundimage.png);
    width: 100%;
    height: 100%;
    opacity: 90%;
    top: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.generator-section .generator_content{
    padding: 92px 60px 60px 62px;
    background-image: linear-gradient(to left, var(--e-global-color-light-grayish-cyan) 0%, var(--e-global-color-very-pale-violet) 40%);
    border-radius: 10px 10px 0 0;
    margin-left: 10px;
    position: relative;
    z-index: 1;
}
.generator-section .generator_content .generator_wrapper{
    position: relative;
}
.generator-section .generator_content .generator_wrapper::before{
    content: "";
    position: absolute;
    top: -26px;
    left: 25px;
    width: 2px;
    height: 484px;
    background: var(--e-global-color-vivid-violet);
}
.generator-section .generator_content .content{
    margin-bottom: 26px;
}
.generator-section .generator_content .number{
    float: left;
    width: 8%;
}
.generator-section .generator_content span{
    font-size: 20px;
    font-weight: 600;
    position: relative;
    top: -9px;
    width: 48px;
    height: 48px;
    line-height: 48px;
    display: inline-block;
    text-align: center;
    background: var(--e-global-color-white);
    border-radius: 100px;
    transition: all 0.3s ease-in-out;
}
.generator-section .generator_content .heading_text{
    display: inline-block;
    width: 92%;
    padding-left: 40px;
}
.generator-section .generator_content h5{
    font-size: 20px;
    line-height: 24px;
    color: var(--e-global-color-black);
    margin-bottom: 18px;
    transition: all 0.3s ease-in-out;
}
.generator-section .generator_content p{
    color: var(--e-global-color-very-dark-gray);
}
.generator-section .generator_wrapper{
    margin-bottom: 40px;
}
.generator-section .generator_content .content:hover span{
    color: var(--e-global-color-white);
    background-image: linear-gradient(to top left, var(--e-global-color-soft-blue) 0%, var(--e-global-color-vivid-violet) 100%);
}
.generator-section .generator_content .content:hover h5{
    color: var(--e-global-color-vivid-violet);
}
.generator-section .generator_content .try_free {
    font-size: 18px;
    line-height: 18px;
    font-weight: 400;
    font-family: 'Inter', sans-serif;
    padding: 5px 36px 5px 5px;
    text-align: center;
    display: inline-block;
    border-radius: 30px;
    color: var(--e-global-color-white) !important;
    background: var(--e-global-color-vivid-violet);
    transition: all 0.3s ease-in-out;
}
.generator-section .generator_content .try_free .circle {
    font-size: 16px;
    border-radius: 100px;
    height: 40px;
    width: 40px;
    line-height: 40px;
    margin-right: 15px;
    text-align: center;
    display: inline-block;
    font-family: 'FontAwesome';
    transition: all 0.3s ease;
    color: var(--e-global-color-secondary);
    background: var(--e-global-color-white);
}
.generator-section .generator_content .try_free:hover {
    background-image: linear-gradient(to right, var(--e-global-color-bright-cyan) 0%, var(--e-global-color-vivid-violet) 50%, var(--e-global-color-soft-blue) 100%);
}
.generator-section .generator_content .try_free:hover .circle {
    color: var(--e-global-color-vivid-violet);
}

/* Digital */

.digital-section{
    position: relative;
    padding: 152px 0 160px;
    background: var(--e-global-color-very-dark-mostly-black-violet);
}
.digital-section .content{
    text-align: center;
}
.digital-section .content h2 {
    font-weight: 600;
    color: var(--e-global-color-white);
    margin-bottom: 22px;
}
.digital-section .content p {
    color: var(--e-global-color-white);
    margin-bottom: 78px;
}
.digital-section .images {
    column-width: 300px;
    column-gap: 5px;
    padding: 5px;
}
.digital-section .images img{
    position: relative;
    border-radius: 20px;
    padding: 10px;
    margin: 0;
    width: 100%;
    cursor: pointer;
}
.digital-section .lightbox {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  display: none;
  background: var(--e-global-color-grayish-violet);
  left: 0;
  z-index: 5;
}
.digital-section .filter {
  position: absolute;
  width: 100%;
  height: 100%;
  filter: blur(20px);
  opacity: 0.5;
  background-position: center;
  background-size: cover;
}
.digital-section .lightbox img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotateY(0deg);
  max-height: 95vh;
  max-width: calc(95vw - 100px);
  transition: 0.8s cubic-bezier(0.7, 0, 0.4, 1);
  transform-style: preserve-3d;
}

[class^="arrow"] {
  height: 100px;
  width: 50px;
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}

[class^="arrow"]:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  width: 15px;
  height: 15px;
}
.digital-section .arrowr {
  right: 0;
}
.digital-section .arrowr:after {
  border-right: 1px solid white;
  border-bottom: 1px solid white;
}
.digital-section .arrowl {
  left: 0;
}
.digital-section .arrowl:after {
  border-left: 1px solid white;
  border-top: 1px solid white;
}
.digital-section .close {
  position: absolute;
  right: 0;
  width: 45px;
  height: 45px;
  background: rgba(0, 0, 0, 0.4);
  margin: 20px;
  cursor: pointer;
}
.digital-section .close:after,
.digital-section .close:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 3px;
  height: 65%;
  background: var(--e-global-color-white);
}
.digital-section .close:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.digital-section .close:before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.digital-section .title {
  font-size: 20px;
  color: #000;
  z-index: 1000;
  position: absolute;
  top: 0;
  left: 0;
}

/* Create */

.create-section{
    position: relative;
    padding: 110px 0 295px;
    background: var(--e-global-color-very-dark-mostly-black-violet);
    overflow: hidden;
}
.create-section .create_content h2 {
    font-weight: 600;
    color: var(--e-global-color-white);
    margin-bottom: 35px;
}
.create-section .create_content .video-button p {
    position: relative;
    color: var(--e-global-color-white);
    margin-bottom: 42px;
}
.create-section .create_content .video-button p::after {
    content: "";
    height: 1px;
    width: 82px;
    background-color: var(--e-global-color-very-dark-grayish-violet);
    position: absolute;
    top: 14px;
    left: -110px;
}
.create-section .create_content .video-button{
    padding-left: 114px;
}
.create-section .create_content .video-button .video-icon .play-icon {
    font-size: 18px;
    background: var(--e-global-color-vivid-violet);
    color: var(--e-global-color-white);
    border-radius: 100px;
    height: 58px;
    width: 58px;
    line-height: 58px;
    text-align: center;
    margin-right: 18px;
    display: inline-block;
    transition: all 0.3s ease-in-out;
}
.create-section .create_content .video-button .video-icon .play-icon:hover {
    transform: translateY(-10px);
    background-image: linear-gradient(to right, var(--e-global-color-bright-cyan) 0%, var(--e-global-color-soft-blue) 100%);
}
.create-section .create_content .video-button .video-icon span{
    color: var(--e-global-color-white);
}
.create-section .create_wrapper{
    position: relative;
}
.create-section .create_wrapper .create-image1{
    position: absolute;
    top: -110px;
    right: 12px;
}
.create-section .create_wrapper .create-image2{
    position: relative;
    top: 130px;
    left: 112px;
}
.create-section .create_wrapper figure img{
    border-radius: 10px;
}
.create-section .create_wrapper .box {
    background: var(--e-global-color-vivid-violet);
    border-radius: 10px;
    position: absolute;
    top: 52px;
    left: 0;
    padding: 32px 40px 42px 40px;
    z-index: 1;
}
.create-section .create_wrapper .box .year {
    position: relative;
    z-index: 1;
    text-align: center;
}
.create-section .create_wrapper .box .year .number{
    margin-bottom: 10px;
}
.create-section .create_wrapper .box .year .value {
    font-size: 60px;
    line-height: 60px;
    font-weight: 600;
    display: inline-block;
    color: var(--e-global-color-white);
}
.create-section .create_wrapper .box .year .plus {
    font-size: 52px;
    line-height: 52px;
    font-weight: 600;
    display: inline-block;
    color: var(--e-global-color-white);
    position: relative;
    right: 0;
    top: -4px;
}
.create-section .create_wrapper .box .year .text {
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    display: block;
    color: var(--e-global-color-white);
}

/* Using */

.using-section{
    position: relative;
    background: var(--e-global-color-very-dark-mostly-black-violet);
}
.using-section .using-box{
    background-image: linear-gradient(to left, var(--e-global-color-light-grayish-cyan) 0%, var(--e-global-color-very-pale-violet) 40%);
    display: inline-block;
    transition: all 0.3s ease-in-out;
    position: relative;
    border-radius: 10px;
}
.using-section .using-box .using_wrapper{
    position: relative;
}
.using-section .using-box .using_wrapper .using-image{
    position: relative;
    top: 0;
    left: 0;
}
.using-section .using-box .using_wrapper h3{
    font-weight: 600;
    position: absolute;
    bottom: -8px;
    right: -12px;
    padding: 45px 35px;
    width: 50%;
    height: 33%;
    margin-bottom: 0;
    color: var(--e-global-color-white);
    background: var(--e-global-color-vivid-violet);
}
.using-section .using-box .using_wrapper .using-image img{
    border-radius: 10px 0 0 10px;
}
.using-section .using-box .using_content {
    padding: 74px 80px 74px 60px;
}
.using-section .using-box .using_content h3{
    margin-bottom: 30px;
    letter-spacing: 1.8px;
}
.using-section .using-box .using_content p{
    color: var(--e-global-color-very-dark-gray);
    margin-bottom: 36px;
}
.using-section .using_content .properties{
    display: flex;
    margin-bottom: 32px;
}
.using-section .using_content .properties ul{
    padding-left: 12px;
}
.using-section .using_content .properties .first-list{
    margin-right: 45px;
}
.using-section .using_content .properties li {
    font-weight: 600;
    font-family: 'Inter', sans-serif;
    display: block;
    margin-bottom: 10px;
    color: var(--e-global-color-very-dark-mostly-black-violet);
    transition: all 0.3s ease-in-out;
}
.using-section .using_content .properties ul li .circle {
    position: relative;
    border: 2px solid var(--e-global-color-vivid-violet);
    border-radius: 100px;
    height: 20px;
    width: 20px;
    line-height: 20px;
    text-align: center;
    display: inline-block;
    transition: all 0.3s ease-in-out;
    border-right-style: none;
    top: 6px;
    left: -13px;
}
.using-section .using_content .properties ul li .circle:before {
    font-size: 14px;
    position: absolute;
    left: 3px;
    margin-top: -2px;
    font-family: 'FontAwesome';
    transition: all 0.3s ease;
    color: var(--e-global-color-vivid-violet);
}
.using-section .using_content .properties ul li:hover {
    color: var(--e-global-color-vivid-violet);
}
.using-section .using_content .image_wrapper {
    display: inline-flex;
}
.using-section .using_content .image_wrapper .apple_image {
    margin-right: 16px;
}

/* Video Heading */

.videoheading-section{
    position: relative;
    padding: 154px 0 92px;
    background: var(--e-global-color-very-dark-mostly-black-violet);
}
.videoheading-section .content{
    text-align: center;
}
.videoheading-section .content h2 {
    font-weight: 600;
    color: var(--e-global-color-white);
    margin-bottom: 22px;
}
.videoheading-section .content p {
    color: var(--e-global-color-white);
    margin-bottom: 0;
}

/* Video */

.video-section {
    background-image: linear-gradient(to right, var(--e-global-color-very-bright-blue) 0%, var(--e-global-color-bright-vivid-violet) 40%);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding-top: 100px;
}
.video-section::before {
    content: "";
    position: absolute;
    background: url(../images/video-backgroundimage.jpg);
    width: 100%;
    height: 100%;
    top: 0;
    opacity: 50%;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
}
.video-section .video_wrapper{
    position: relative;
    text-align: center;
}
.video-section .video_wrapper iframe { 
    border-radius: 10px 10px 0 0;
    border: none;
    margin-bottom: -6px;
}
.video-section .video_wrapper img{
    border-radius: 15px 15px 0 0;
}

/* Visualize */

.visualize-section{
    position: relative;
    padding: 274px 0 220px;
    background: var(--e-global-color-very-dark-mostly-black-violet);
}
.visualize-section .visualize_content{
    position: relative;
    text-align: center;
}
.visualize-section .visualize_content h2 {
    font-weight: 600;
    color: var(--e-global-color-white);
    margin-bottom: 26px;
}
.visualize-section .visualize_content p {
    color: var(--e-global-color-white);
    margin-bottom: 32px;
}
.visualize-section .visualize_content .try_free {
    font-size: 18px;
    line-height: 18px;
    font-weight: 400;
    font-family: 'Inter', sans-serif;
    padding: 5px 24px 5px 5px;
    text-align: center;
    display: inline-block;
    border-radius: 30px;
    color: var(--e-global-color-white) !important;
    background: var(--e-global-color-vivid-violet);
    transition: all 0.3s ease-in-out;
}
.visualize-section .visualize_content .try_free .circle {
    font-size: 16px;
    border-radius: 100px;
    height: 40px;
    width: 40px;
    line-height: 40px;
    margin-right: 15px;
    text-align: center;
    display: inline-block;
    font-family: 'FontAwesome';
    transition: all 0.3s ease-in-out;
    color: var(--e-global-color-secondary);
    background: var(--e-global-color-white);
}
.visualize-section .visualize_content .try_free:hover {
    background-image: linear-gradient(to right, var(--e-global-color-bright-cyan) 0%, var(--e-global-color-vivid-violet) 50%, var(--e-global-color-soft-blue) 100%);
}
.visualize-section .visualize_content .try_free:hover .circle {
    color: var(--e-global-color-vivid-violet);
}
.visualize-section .visualize_wrapper{
    position: relative;
}
.visualize-section .visualize_wrapper figure{
    transition: all 0.3s ease-in-out;
}
.visualize-section .visualize_content figure{
    transition: all 0.3s ease-in-out;
}
.visualize-section .visualize_wrapper figure:hover{
    transform: translateX(-5px);
}
.visualize-section .visualize_content figure:hover{
    transform: translateX(-5px);
}
.visualize-section .visualize_wrapper figure img{
    border-radius: 10px;
}
.visualize-section .visualize_content figure img{
    border-radius: 10px;
}
.visualize-section .visualize_wrapper .visualize-image1{
    position: relative;
    top: -83px;
    left: -48px;
}
.visualize-section .visualize_content .visualize-image2{
    position: absolute;
    bottom: -190px;
    left: -186px;
}
.visualize-section .visualize_wrapper .visualize-image3{
    position: relative;
    top: -102px;
    right: 2px;
}
.visualize-section .visualize_content .visualize-image4{
    position: absolute;
    bottom: -220px;
    right: -88px;
}

/* Testimonial */

.testimonial-section2{
    position: relative;
    padding: 154px 0 0;
    background: var(--e-global-color-very-dark-mostly-black-violet);
}
.testimonial-section2 .content{
    text-align: center;
}
.testimonial-section2 .content h2 {
    font-weight: 600;
    color: var(--e-global-color-white);
    margin-bottom: 22px;
}
.testimonial-section2 .content p {
    color: var(--e-global-color-white);
    margin-bottom: 92px;
}
.testimonial-section2 .testimonial-box {
    background-image: linear-gradient(to left, var(--e-global-color-light-grayish-cyan) 0%, var(--e-global-color-very-pale-violet) 40%);
    display: inline-block;
    transition: all 0.3s ease-in-out;
    position: relative;
    border-radius: 10px;
    width: 100%;
}
.testimonial-section2 .testimonial-box .content_testimonial {
    padding: 100px 84px;
}
.testimonial-section2 .testimonial_wrapper {
    position: relative;
}
.testimonial-section2 .testimonial_wrapper .testimonial-image {
    position: relative;
    right: -47px;
}
.testimonial-section2 .testimonial_wrapper .testimonial-image img {
    border-radius: 0 10px 10px 0;
    width: 89%;
}
.testimonial-section2 .carousel-inner {
    width: 109%;
}
.testimonial-section2 .testimonial_content{
    padding: 40px 32px 34px 40px;
    border-radius: 10px;
    background: var(--e-global-color-white);
    transition: all 0.3s ease-in-out;
    width: 348px;
}
.testimonial-section2 .testimonial_content .image {
    margin-bottom: 22px;
}
.testimonial-section2 .testimonial_content .image img{
    border-radius: 10px;
}
.testimonial-section2 .testimonial_content .heading{
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    color: var(--e-global-color-black);
    display: block;
    margin-bottom: 6px;
}
.testimonial-section2 .testimonial_content .post{
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    font-family: 'Inter', sans-serif;
    color: var(--e-global-color-very-dark-gray);
}
.testimonial-section2 .testimonial_content p{
    color: var(--e-global-color-very-dark-gray);
}
.testimonial-section2 .carousel-control-prev {
    left: -54px;
    top: 6px;
    width: auto;
    opacity: 1;
}
.testimonial-section2 .carousel-control-prev .circle{
    font-size: 14px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    opacity: 1;
    text-align: center;
    border-radius: 100px;
    color: var(--e-global-color-very-dark-mostly-black-violet);
    background: var(--e-global-color-white);
    box-shadow: 0px 0px 50px rgba(179 24 255 / 30%);
    transition: all 0.3s ease-in-out;
}
.testimonial-section2 .carousel-control-next {
    right: -108px;
    top: 2px;
    width: auto;
    opacity: 1;
}
.testimonial-section2 .carousel-control-next .circle{
    font-size: 14px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    opacity: 1;
    text-align: center;
    border-radius: 100px;
    color: var(--e-global-color-very-dark-mostly-black-violet);
    background: var(--e-global-color-white);
    box-shadow: 0px 0px 50px rgba(179 24 255 / 30%);
    transition: all 0.3s ease-in-out;
}
.testimonial-section2 .carousel-control-next .circle:hover{
    color: var(--e-global-color-white);
    background: var(--e-global-color-very-dark-mostly-black-violet);
}
.testimonial-section2 .carousel-control-prev .circle:hover{
    color: var(--e-global-color-white);
    background: var(--e-global-color-very-dark-mostly-black-violet);
}

/* FAQ 2 */

.faq-section2{
    position: relative;
    padding: 154px 0 0;
    background: var(--e-global-color-very-dark-mostly-black-violet);
}
.faq-section2 .content{
    text-align: center;
}
.faq-section2 .content h2 {
    font-weight: 600;
    color: var(--e-global-color-white);
    margin-bottom: 22px;
}
.faq-section2 .content p {
    color: var(--e-global-color-white);
    margin-bottom: 92px;
}
.faq-section2 .faq_content{
    padding: 100px 85px 85px;
    border-radius: 10px;
    background: var(--e-global-color-dark-violet);
    border: 2px solid var(--e-global-color-dark-desaturated-violet);
}
.faq-section2 .accordion-item {
    border: none;
    background: transparent;
}
.faq-section2 .accordion-item .accordion-header .accordion-button{
    font-size: 20px;
    line-height: 26px;
    font-weight: 600;
    position: relative;
    display: inline-block;
    color: var(--e-global-color-very-dark-gray);
    box-shadow: none;
    text-decoration: none;
    background: var(--e-global-color-white);
    width: 100%;
    border-radius: 10px;
    margin-bottom: 10px;
    padding: 36px 40px 42px;
    transition: all 0.3s ease-in-out;
}
.faq-section2 .accordion-item .accordion-header .accordion-button.collapsed.btn-link {
    color: var(--e-global-color-very-dark-gray);
    background-color: var(--e-global-color-white);
}
.faq-section2 .accordion-item .accordion-header .accordion-button.btn-link {
    color: var(--e-global-color-white);
    background-color: var(--e-global-color-vivid-violet);
}
.faq-section2 .accordion-item .accordion-header .accordion-button::before {
    content: "\f054";
    position: absolute;
    text-align: center;
    right: 52px;
    top: 28%;
    width: 48px;
    height: 48px;
    line-height: 45px;
    font-family: 'FontAwesome';
    display: inline-block;
    vertical-align: middle;
    background: transparent;
    color: var(--e-global-color-white);
    border: 2px solid var(--e-global-color-light-violet);
    font-size: 14px;
    border-radius: 100px;
}
.faq-section2 .accordion-item .accordion-header .collapsed::before {
    content: "\f078";
    width: 48px;
    height: 48px;
    line-height: 45px;
    background: transparent;
    color: var(--e-global-color-very-dark-mostly-black-violet);
    border: 2px solid var(--e-global-color-grayish-violet);
    border-radius: 100px;
    text-align: center;
}
.faq-section2 .accordion-item .accordion-body {
    padding: 30px 50px 42px 38px;
}
.faq-section2 .accordion-item .accordion-body p{
    color: var(--e-global-color-white);
}

/* Articles */

.article-section{
    position: relative;
    padding: 156px 0;
    background: var(--e-global-color-very-dark-mostly-black-violet);
}
.article-section .content{
    text-align: center;
}
.article-section .content h2 {
    font-weight: 600;
    color: var(--e-global-color-white);
    margin-bottom: 22px;
}
.article-section .content p {
    color: var(--e-global-color-white);
    margin-bottom: 92px;
}
.article-section .article_content{
    padding: 34px 40px 40px;
    border-radius: 10px;
    background: var(--e-global-color-white);
    transition: all 0.3s ease-in-out;
    margin-bottom: 100px;
}
.article-section .article_content span{
    font-weight: 500;
    color: var(--e-global-color-vivid-violet);
    display: block;
    margin-bottom: 8px;
    word-spacing: 3.8px;
    transition: all 0.3s ease-in-out;
}
.article-section .article_content .text{
    font-weight: 600;
    font-family: 'Barlow', sans-serif;
    color: var(--e-global-color-very-dark-mostly-black-violet);
    border-left: 2px solid var(--e-global-color-vivid-violet);
    padding-left: 20px;
    margin-bottom: 26px;
    transition: all 0.3s ease-in-out;
}
.article-section .article_content .text2{
    font-size: 16px;
    line-height: 30px;
    color: var(--e-global-color-very-dark-gray);
    margin-bottom: 14px;
    transition: all 0.3s ease-in-out;
}
.article-section .article_content .read_more {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    font-family: 'Inter', sans-serif;
    color: var(--e-global-color-vivid-violet);
    border-bottom: 2px solid var(--e-global-color-vivid-violet);
    padding-bottom: 2px;
    transition: all 0.3s ease-in-out;
}
.article-section .article_content .read_more:hover {
    color: var(--e-global-color-vivid-cyan) !important;
    border-bottom: 2px solid var(--e-global-color-vivid-cyan) !important;
}
.article-section .article_content:hover{
    background: var(--e-global-color-vivid-violet);
}
.article-section .article_content:hover span{
    color: var(--e-global-color-white);
}
.article-section .article_content:hover .text{
    color: var(--e-global-color-white);
    border-left: 2px solid var(--e-global-color-white);
}
.article-section .article_content:hover .text2{
    color: var(--e-global-color-white);
}
.article-section .article_content:hover .read_more{
    color: var(--e-global-color-white);
    border-bottom: 1px solid var(--e-global-color-white);
}
.article-section .button {
    text-align: center;
}
.article-section .view_more {
    font-size: 18px;
    line-height: 18px;
    font-weight: 400;
    font-family: 'Inter', sans-serif;
    padding: 5px 52px 5px 5px;
    text-align: center;
    display: inline-block;
    border-radius: 30px;
    color: var(--e-global-color-very-dark-mostly-black-violet);
    background: var(--e-global-color-white);
    transition: all 0.3s ease-in-out;
    box-shadow: 0px 10px 20px rgba(179 24 255 / 20%);
}
.article-section .view_more .circle {
    font-size: 16px;
    border-radius: 100px;
    height: 40px;
    width: 40px;
    line-height: 40px;
    margin-right: 24px;
    text-align: center;
    display: inline-block;
    font-family: 'FontAwesome';
    transition: all 0.3s ease;
    color: var(--e-global-color-very-dark-mostly-black-violet);
    background: var(--e-global-color-vivid-violet);
}
.article-section .view_more:hover {
    color: var(--e-global-color-white);
    background: var(--e-global-color-vivid-violet);
}
.article-section .view_more:hover .circle{
    color: var(--e-global-color-vivid-violet);
    background: var(--e-global-color-white);
}

/* Follow */

.follow-section {
    background: var(--e-global-color-very-dark-mostly-black-violet);
}
.follow-section h2{
    font-weight: 600;
    text-align: center;
    color: var(--e-global-color-white);
    margin-bottom: 90px;
}
.follow-section .image figure {
    background: var(--e-global-color-very-dark-mostly-black-violet);
}
.follow-section .image figure img {
    transition: all 0.3s ease-in-out;
}
.follow-section .image:hover figure img {
    opacity: 0.5;
}

/* Footer 2 */

.power_footer_portion .footer-section{
    background: var(--e-global-color-very-dark-mostly-black-violet);
    padding-top: 170px;
    position: relative;
}
.power_footer_portion .footer-section .middle-portion{
    padding: 0 0 56px;
}
.power_footer_portion .footer-section a{
    color: var(--e-global-color-white);
}
.power_footer_portion .footer-section .middle-portion .footer-logo{
    margin-bottom: 14px;
    position: relative;
}
.power_footer_portion .footer-section .middle-portion .footer-text{
    font-size: 18px;
    line-height: 30px;
    margin-right: 40px;
    margin-bottom: 34px;
    color: var(--e-global-color-white);
}
.power_footer_portion .footer-section .middle-portion .social-icons li{
    display: inline-block;
    margin-right: 5px;
}
.power_footer_portion .footer-section .middle-portion .social-icons li:first-child{
    margin-left: 0;
}
.power_footer_portion .footer-section .middle-portion .social-icons li:last-child{
    margin-right: 0;
}
.power_footer_portion .footer-section .middle-portion .social-icons i{
    font-size: 16px;
    border-radius: 10px;
    border: 2px solid var(--e-global-color-very-dark-desaturated-violet);
    height: 46px;
    width: 46px;
    line-height: 43px;
    text-align: center;
    margin: 0 2px;
    transition: all 0.3s ease-in-out;
}
.power_footer_portion .footer-section .middle-portion .social-icons a{
    color: var(--e-global-color-white);
}
.power_footer_portion .footer-section .middle-portion .social-icons a:hover{
    color: var(--e-global-color-vivid-violet);
}
.power_footer_portion .footer-section .middle-portion .social-icons a:hover i{    
    border: 2px solid var(--e-global-color-vivid-violet);
    transform: translateY(-5px);
}
.power_footer_portion .footer-section .middle-portion .links{
    padding-top: 74px;
}
.power_footer_portion .footer-section .middle-portion .links .text-size-16 {
    position: relative;
    margin-left: 15px;
    font-weight: 400;
    font-family: 'Inter', sans-serif;
    top: 2px;
    color: var(--e-global-color-white);
    transition: all 0.3s ease-in-out;
}
.power_footer_portion .footer-section .middle-portion .links li{
    margin-bottom: 12px;
    transition: all 0.3s ease-in-out;
}
.power_footer_portion .footer-section .middle-portion .links li i {
    font-size: 6px;
    position: relative;
    transition: all 0.3s ease;
    color: var(--e-global-color-vivid-violet);
    margin-right: 13px;
    top: -4px;
}
.power_footer_portion .footer-section .middle-portion ul li:hover .text{
    color: var(--e-global-color-vivid-violet);
}
.power_footer_portion .footer-section .middle-portion .icon .text-size-16 {
    color: var(--e-global-color-white);
    font-family: 'Inter', sans-serif;
}
.power_footer_portion .footer-section .middle-portion .icon .text1 {
    margin-right: 45px;
    color: var(--e-global-color-white);
}
.power_footer_portion .footer-section .middle-portion .icon {
    padding-top: 77px;
}
.power_footer_portion .footer-section .middle-portion .icon li {
    padding-left: 31px;
    margin-bottom: 14px;
    position: relative;
}
.power_footer_portion .footer-section .middle-portion .icon .footer-location{
    color: var(--e-global-color-vivid-violet);
    position: absolute;
    font-size: 14px;
    left: 2px;
    margin-top: 5px;
    transition: all 0.3s ease-in-out;
}
.power_footer_portion .footer-section .middle-portion .icon .footer-location:hover{
    transform: translateY(-5px);
}
.power_footer_portion .footer-section .middle-portion .email-form{
    padding-top: 80px;
}
.power_footer_portion .footer-section .middle-portion .email-form input {
    position: relative;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    font-family: 'Inter', sans-serif;
    color: var(--e-global-color-text);
    background-color: var(--e-global-color-white);
    border: none;
    border-radius: 8px;
    padding: 16px 20px;
    margin-bottom: 20px;
    width: 92%;
    overflow: visible;
    outline: none;
}
.power_footer_portion .footer-section .middle-portion .email-form button {
    font-size: 16px;
    color: var(--e-global-color-white);
    background: var(--e-global-color-vivid-violet);
    border-radius: 100px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border: none;
    float: right;
    position: absolute;
    top: 6px;
    right: 30px;
    overflow: visible;
    outline: none;
    transition: all 0.3s ease-in-out;
}
.power_footer_portion .footer-section .middle-portion .email-form button:hover {
    color: var(--e-global-color-very-dark-blue);
}
.power_footer_portion .footer-section .middle-portion .email-form .check-box{
    padding-left: 33px;
}
.power_footer_portion .footer-section .middle-portion .email-form .check-box input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}  
.power_footer_portion .footer-section .middle-portion .email-form .check-box label {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    font-family: 'Inter', sans-serif;
    color: var(--e-global-color-white);
    position: relative;
    cursor: pointer;
    margin-right: 5px;
}  
.power_footer_portion .footer-section .middle-portion .email-form .check-box label:before {
    content:'';
    -webkit-appearance: none;
    background-color: var(--e-global-color-vivid-violet);
    border-radius: 5px;
    padding: 2px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: -21px;
    width: 20px;
    height: 20px;
    top: 3px;
    left: -32px;
}  
.power_footer_portion .footer-section .middle-portion .email-form .check-box input:checked + label:after{
    content: '';
    display: block;
    position: absolute;
    top: 6px;
    left: -25px;
    width: 6px;
    height: 12px;
    border: solid var(--e-global-color-white);
    border-width: 0 2px 2px 0;
    transform: rotate(50deg);
}
.power_footer_portion .footer-section .copyright {
    text-align: center;
    padding: 38px 0px 60px;
    border-top: 1px solid var(--e-global-color-very-dark-violet);
}
.power_footer_portion .footer-section .copyright p{
    color: var(--e-global-color-white);
}

/*-------- Home PAGES 3 ------------ */

.customer_service{
    background-image: linear-gradient(to bottom, var(--e-global-color-dark-cyan) -60%, var(--e-global-color-very-pale-mostly-white-cyan) 38%);
    position: relative;
    overflow: hidden;
}
.customer_service .header {
    position: relative;
    z-index: 5;
}
.customer_service .navbar-collapse ul{
    align-items: center; 
    display: inherit; 
}
.customer_service .navbar-nav .nav-item a{
    font-size: 16px;
    line-height: 16px;
    font-weight: 600;
    font-family: 'Inter', sans-serif;
    position: relative;
    color: var(--e-global-color-very-dark-mostly-black-violet) !important;
    transition: all 0.3s ease-in-out;
}
.customer_service .navbar-nav .nav-item a:hover{
    color: var(--e-global-color-light-orange) !important;
    background-color: transparent;
}
.customer_service .navbar-nav .active > a{
    color: var(--e-global-color-light-orange) !important;
}
.customer_service .navbar-brand{
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
}
.customer_service .navbar {
    position: relative;
    padding: 30px 14px 30px 0;
    z-index: 1;
}
.customer_service .navbar-nav li{
    margin: 0 12px;
    position: relative;
}
.customer_service .navbar-nav li:first-child{
    margin-left: 0;
}
.customer_service .navbar-nav li:last-child {
    margin-right: 0px;
}
.customer_service .last_list{
    margin-left: 30px;
}
.customer_service .last_list a{
    position: relative;
}
.customer_service .last_list .cart-box {
    font-size: 18px;
    top: 3px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    margin-right: 7px;
    border-radius: 6px;
    position: relative;
    color: var(--e-global-color-black) !important;
    border: 1px solid var(--e-global-color-black);
    background: transparent;
    text-align: center;
    display: inline-block; 
    transition: all 0.3s ease-in-out;
}
.customer_service .last_list span{
    font-size: 10px;
    font-weight: 700;
    font-family: 'Inter', sans-serif;
    position: absolute;
    top: -18px;
    right: 0;
    width: 20px;
    height: 20px;
    line-height: 20px;
    border-radius: 50px;
    text-align: center;
    color: var(--e-global-color-white);
    background: var(--e-global-color-black);
    transition: all 0.3s ease-in-out;
}
.customer_service .last_list .search-box {
    font-size: 18px;
    top: 3px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    margin-right: 7px;
    border-radius: 6px;
    position: relative;
    color: var(--e-global-color-black) !important;
    border: 1px solid var(--e-global-color-black);
    background: transparent;
    text-align: center;
    display: inline-block; 
    transition: all 0.3s ease-in-out;
}
.customer_service .last_list .cart-box:hover {
    transform: translateY(-5px);
    color: var(--e-global-color-light-orange) !important;
    border: 1px solid var(--e-global-color-light-orange);
}
.customer_service .last_list a:hover span{
    transform: translateY(-5px);
    background: var(--e-global-color-light-orange);
}
.customer_service .last_list .search-box:hover {
    transform: translateY(-5px);
    color: var(--e-global-color-light-orange) !important;
    border: 1px solid var(--e-global-color-light-orange);
}
.customer_service .last_list .lets_talk {
    font-size: 16px;
    line-height: 16px;
    font-weight: 500;
    font-family: 'Inter', sans-serif;
    padding: 17px 20px;
    text-align: center;
    display: inline-block;
    border-radius: 6px;
    color: var(--e-global-color-white) !important;
    background: var(--e-global-color-dark-cyan);
    transition: all 0.3s ease-in-out;
}
.customer_service .last_list .lets_talk:hover {
    transform: translateY(-5px);
    background: var(--e-global-color-light-orange);
}
.customer_service .navbar-nav .nav-item .dropdown-item{
    color: var(--e-global-color-black) !important;
    transition: all 0.3s ease-in-out;
}
.customer_service .navbar-nav .nav-item .dropdown-item:hover{
    color: var(--e-global-color-white) !important;
    background-color: var(--e-global-color-dark-cyan) !important;
    transition: all 0.3s ease-in-out;
}
.customer_service .navbar-nav .dropdown-menu .active > a{
    color: var(--e-global-color-white) !important;
    background-color: var(--e-global-color-dark-cyan) !important;
}
.customer_service .navbar-collapse .dropdown-menu {
    text-align: left;
    margin-left: 0;
}
.customer_service .navbar-nav .dropdown-menu {
    background-color: var(--e-global-color-white);
    position: absolute;
    left: 0;
    top: 40px;
    padding: 0;
    border: none;
    border-radius: 0;
    box-shadow: 1px 1px 30px rgb(0 0 0 / 10%);
}
.customer_service .navbar-nav .dropdown-menu li{
    margin: 0;
}
.customer_service .navbar-nav .dropdown-menu .nav-item a {
    font-size: 14px;
    line-height: 14px;
    font-weight: 600;
    font-family: 'Inter', sans-serif;
    color: var(--e-global-color-very-dark-mostly-black-violet);
    transition: all 0.3s ease-in-out;
    text-transform: uppercase;
    padding: 12px 32px;
    margin-top: 0;
}
.customer_service .navbar-expand-lg .dropdown-menu .nav-link {
    padding-left: 0;
}
.customer_service .navbar-nav .dropdown-menu li:last-child{
    margin-left: 0;
}
.customer_service .navbar-nav .dropdown li i {
    font-size: 12px;
    top: 14px;
    left: 12px;
    font-family: 'FontAwesome';
    display: inline-block;
    color: var(--e-global-color-very-dark-mostly-black-violet);
    position: absolute;
    z-index: 1;
    transition: all 0.3s ease-in-out;
}
.customer_service .navbar-nav .dropdown li:hover > i {
    color: var(--e-global-color-white);
}
.customer_service .navbar-nav .dropdown li.active > i {
   color: var(--e-global-color-white);
}
.customer_service .banner-section {
    position: relative;
    padding: 105px 0 150px;
}
.customer_service .banner-section .banner_content{
    position: relative;
}
.customer_service .banner-section .banner_content h6{
    color: var(--e-global-color-black);
    background: var(--e-global-color-white);
    padding: 5px 29px;
    border-radius: 20px;
    margin-bottom: 31px;
    display: inline-block;
}
.customer_service .banner-section .banner_content h1{
    margin-bottom: 32px;
    color: var(--e-global-color-black);
}
.customer_service .banner-section .banner_content .heading{
    color: var(--e-global-color-light-orange);
    display: inline-block;
    padding-left: 18px;
}
.customer_service .banner-section .banner_content .paragraph{
    font-size: 24px;
    line-height: 38px;
    font-weight: 400;
    font-family: 'Inter', sans-serif;
    color: var(--e-global-color-very-dark-gray);
    margin-bottom: 37px;
}
.customer_service .banner-section .banner_content .form-group{
    margin-bottom: 24px;
}
.customer_service .banner-section .banner_content input {
    position: relative;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    font-family: 'Inter', sans-serif;
    color: var(--e-global-color-very-dark-gray);
    background-color: var(--e-global-color-white);
    border: 1px solid var(--e-global-color-dark-cyan);
    border-radius: 10px;
    padding: 24px 18px;
    width: 86%;
    overflow: visible;
    outline: none;
}
.customer_service .banner-section .banner_content .arrow {
    font-size: 16px;
    color: var(--e-global-color-white);
    background: var(--e-global-color-dark-cyan);
    border-radius: 10px;
    width: 60px;
    height: 50px;
    line-height: 40px;
    border: none;
    float: right;
    position: absolute;
    right: 100px;
    overflow: visible;
    outline: none;
    transition: all 0.3s ease-in-out;
}
.customer_service .banner-section .banner_content .arrow i{
    transform: rotate(325deg);
}
.customer_service .banner-section .banner_content .arrow:hover {
    background: var(--e-global-color-light-orange);
}
.customer_service .banner-section .banner_content .text{
    color: var(--e-global-color-very-dark-gray);
    margin-bottom: 146px;
}
.customer_service .banner-section .banner_content .number{
    font-weight: 600;
    color: var(--e-global-color-black);
    padding: 0 6px;
}
.customer_service .banner-section .banner_content ul {
    display: flex;
}
.customer_service .banner-section .banner_content ul li {
    border-left: 5px solid var(--e-global-color-light-orange);
    padding: 0 100px 0 8px;
    transition: all 0.3s ease-in-out;
}
.customer_service .banner-section .banner_content ul li:hover {
    transform: translateY(-5px);
}
.customer_service .banner-section .banner_content ul li:last-child {
    padding-right: 0;
}
.customer_service .banner-section .banner_content ul .value {
    color: var(--e-global-color-black);
    font-size: 30px;
    line-height: 30px;
    font-weight: 600;
    margin-bottom: 8px;
    display: inline-block;
}
.customer_service .banner-section .banner_content ul .plus {
    color: var(--e-global-color-black);
    font-size: 30px;
    line-height: 30px;
    font-weight: 600;
    display: inline-block;
    top: 0;
}
.customer_service .banner-section .banner_content ul .name {
    color: var(--e-global-color-black);
    font-size: 30px;
    line-height: 30px;
    font-weight: 600;
    display: inline-block;
}
.customer_service .banner-section .banner_content ul .text {
    color: var(--e-global-color-text);
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    font-family: 'Inter', sans-serif;
    color: var(--e-global-color-very-dark-gray);
    display: block;
}
.customer_service .banner-section .banner_wrapper{
    position: relative;
}
.customer_service .banner-section .banner_wrapper .banner3-image{
    position: relative;
    top: 8px;
    right: -80px;
    z-index: 1;
}
.customer_service .banner-section .banner_wrapper .banner3-image img {
    border-radius: 20px;
    border: 10px solid var(--e-global-color-white);
    box-shadow: 1px 1px 100px rgb(0 0 0 / 20%);
}
.customer_service .banner-section .banner_wrapper h5{
    font-size: 20px;
    line-height: 22px;
    font-weight: 400;
    font-family: 'Inter', sans-serif;
    color: var(--e-global-color-white);
    background: var(--e-global-color-light-orange);
    border-radius: 5px;
    position: absolute;
    top: 35px;
    left: 60px;
    padding: 10px 20px;
    z-index: 1;
}
.customer_service .banner-section .banner_wrapper .banner3-circleimage{
    position: absolute;
    bottom: -50px;
    right: -40px;
}

/* Motto */

.motto-section {
    position: relative;
    padding: 144px 0 100px;
}
.motto-section .motto-leftlineimage img{
    position: absolute;
    top: -92px;
    left: -212px;
}
.motto-section .motto-rightlineimage img{
    position: absolute;
    top: 66px;
    right: -212px;
}
.motto-section .content {
    text-align: center;
}
.motto-section .content h4 {
    color: var(--e-global-color-dark-cyan);
    margin-bottom: 20px;
}
.motto-section .content h2 {
    font-weight: 600;
    color: var(--e-global-color-black);
    margin-bottom: 92px;
    padding: 0 310px;
}
.motto-section .motto_content{
    position: relative;
    text-align: center;
}
.motto-section .motto_content .image{
    position: relative;
    margin-bottom: 46px;
    transition: all 0.3s ease-in-out;
}
.motto-section .motto_content .image .icon {
    width: 150px;
    height: 150px;
    line-height: 150px;
    text-align: center;
    border-radius: 100px;
    color: var(--e-global-color-white);
    background: var(--e-global-color-dark-cyan);
    display: inline-block;
    transition: all 0.3s ease-in-out;
}
.motto-section .motto_content h4 {
    margin-bottom: 28px;
    color: var(--e-global-color-black);
}
.motto-section .motto_content p {
    margin-bottom: 36px;
    padding: 0 30px;
    color: var(--e-global-color-very-dark-gray);
}
.motto-section .motto_content .circle {
    font-size: 16px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 100px;
    color: var(--e-global-color-very-dark-gray);
    border: 1px solid var(--e-global-color-very-dark-gray);
    transition: all 0.3s ease-in-out;
}
.motto-section .motto_content:hover .image .icon{
    background: var(--e-global-color-light-orange);
}
.motto-section .motto_content:hover .circle{
    color: var(--e-global-color-white);
    background: var(--e-global-color-light-orange);
    border: 1px solid var(--e-global-color-light-orange);
}
.motto-section .motto_content .motto-middleimage1{
    position: absolute;
    top: 36px;
    right: -138px;
}
.motto-section .motto_content .motto-middleimage2{
    position: absolute;
    top: 74px;
    right: -138px;
}

/* About */

.customer-about-section{
    padding: 116px 0 152px;
}
.customer-about-section .about_wrapper {
    position: relative;
}
.customer-about-section .about_wrapper .box{
    position: absolute;
    top: -76px;
    left: -120px;
    width: 360px;
    height: 554px;
    border-radius: 10px;
    background: var(--e-global-color-dark-cyan);
}
.customer-about-section .about_wrapper .about3-image {
    position: absolute;
    top: -56px;
    left: -100px;
}
.customer-about-section .about_wrapper .about3-image img{
    border-radius: 20px;
    border: 10px solid var(--e-global-color-white);
    box-shadow: 1px 1px 100px rgb(0 0 0 / 20%);
}
.customer-about-section .about_wrapper .box-content{
    position: relative;
    top: -8px;
    right: -282px;
    padding: 25px 44px 25px 28px;
    margin-bottom: 26px;
    width: 45%;
    z-index: 1;
    border-radius: 10px;
    background: var(--e-global-color-white);
    box-shadow: 1px 1px 50px rgb(0 0 0 / 10%);
}
.customer-about-section .about_wrapper .box-content span{
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    display: block;
    margin-bottom: 16px;
    color: var(--e-global-color-light-orange);
} 
.customer-about-section .about_wrapper .box-content p{
    font-size: 18px;
    line-height: 24px;
    color: var(--e-global-color-very-dark-gray);
}
.customer-about-section .about_content h4 {
    color: var(--e-global-color-dark-cyan);
    margin-bottom: 18px;
}
.customer-about-section .about_content h2 {
    font-weight: 600;
    color: var(--e-global-color-black);
    margin-bottom: 30px;
    margin-right: 90px;
}
.customer-about-section .about_content p{
    font-size: 18px;
    line-height: 36px;
    margin-right: 82px;
    color: var(--e-global-color-very-dark-gray);
}
.customer-about-section .about_content .text1{
    margin-bottom: 35px;
}
.customer-about-section .about_content .text2{
    margin-bottom: 40px;
}
.customer-about-section .about_content .discover {
    font-size: 16px;
    line-height: 16px;
    font-weight: 500;
    font-family: 'Inter', sans-serif;
    padding: 22px 27px;
    text-align: center;
    display: inline-block;
    border-radius: 6px;
    color: var(--e-global-color-white) !important;
    background: var(--e-global-color-dark-cyan);
    transition: all 0.3s ease-in-out;
}
.customer-about-section .about_content .discover:hover {
    background: var(--e-global-color-light-orange);
}

/* Work */

.customer-work-optimizer{
    background-image: linear-gradient(to bottom, var(--e-global-color-dark-cyan) -90%, var(--e-global-color-very-pale-mostly-white-cyan) 32%);
    padding: 144px 0 210px;
}
.work-section {
    position: relative;
}
.work-section .work-leftlineimage img{
    position: absolute;
    top: -92px;
    left: -212px;
}
.work-section .work-rightlineimage img{
    position: absolute;
    top: 66px;
    right: -212px;
}
.work-section .content {
    text-align: center;
    padding: 0 280px;
}
.work-section .content h4 {
    color: var(--e-global-color-dark-cyan);
    margin-bottom: 20px;
}
.work-section .content h2 {
    font-weight: 600;
    color: var(--e-global-color-black);
    margin-bottom: 32px;
}
.work-section .content p {
    color: var(--e-global-color-very-dark-gray);
    margin-bottom: 106px;
}
.work-section .work_content{
    position: relative;
    text-align: center;
}
.work-section .work_content .image{
    position: relative;
    margin-bottom: 46px;
    transition: all 0.3s ease-in-out;
}
.work-section .work_content .image .icon {
    width: 150px;
    height: 150px;
    line-height: 150px;
    text-align: center;
    border-radius: 100px;
    color: var(--e-global-color-white);
    background: var(--e-global-color-dark-cyan);
    display: inline-block;
    transition: all 0.3s ease-in-out;
}
.work-section .work_content .image .number{
    font-size: 24px;
    font-weight: 600;
    position: absolute;
    top: -18px;
    right: 112px;
    width: 70px;
    height: 70px;
    line-height: 62px;
    text-align: center;
    border-radius: 100px;
    color: var(--e-global-color-white);
    background: var(--e-global-color-light-orange);
    border: 5px solid var(--e-global-color-white);
    transition: all 0.3s ease-in-out;
}
.work-section .work_content h4 {
    margin-bottom: 28px;
    color: var(--e-global-color-black);
}
.work-section .work_content p {
    margin-bottom: 36px;
    padding: 0 65px;
    color: var(--e-global-color-very-dark-gray);
}
.work-section .work_content .circle {
    font-size: 16px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 100px;
    color: var(--e-global-color-very-dark-gray);
    border: 1px solid var(--e-global-color-very-dark-gray);
    transition: all 0.3s ease-in-out;
}
.work-section .work_content:hover .image .icon{
    background: var(--e-global-color-light-orange);
}
.work-section .work_content:hover .image .number{
    background: var(--e-global-color-black);
}
.work-section .work_content:hover .circle{
    color: var(--e-global-color-white);
    background: var(--e-global-color-light-orange);
    border: 1px solid var(--e-global-color-light-orange);
}
.work-section .work_content .work-middleimage1{
    position: absolute;
    top: 36px;
    right: -138px;
}
.work-section .work_content .work-middleimage2{
    position: absolute;
    top: 74px;
    right: -138px;
}

/* Optimize */

.optimize-section{
    padding-top: 218px;
}
.optimize-section .optimize_content h4 {
    color: var(--e-global-color-dark-cyan);
    margin-bottom: 18px;
}
.optimize-section .optimize_content h2 {
    font-weight: 600;
    color: var(--e-global-color-black);
    margin-bottom: 30px;
}
.optimize-section .optimize_content p{
    font-size: 18px;
    line-height: 36px;
    margin-bottom: 22px;
    margin-right: 82px;
    color: var(--e-global-color-very-dark-gray);
}
.optimize-section .optimize_content .properties {
    display: flex;
    margin-bottom: 28px;
}
.optimize-section .optimize_content .properties .first-list {
    margin-right: 30px;
}
.optimize-section .optimize_content ul{
    padding-left: 14px;
}
.optimize-section .optimize_content ul li {
    margin-bottom: 15px;
    color: var(--e-global-color-very-dark-gray);
    transition: all 0.3s ease-in-out;
}
.optimize-section .optimize_content ul li:hover {
    color: var(--e-global-color-dark-cyan);
}
.optimize-section .optimize_content ul li .circle {
    position: relative;
    top: 5px;
    left: -13px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    background: var(--e-global-color-dark-cyan);
    border-radius: 100px;  
    text-align: center;
    display: inline-block;
    transition: all 0.3s ease-in-out;
}
.optimize-section .optimize_content ul li .circle:before {
    font-size: 14px;
    position: absolute;
    left: 4px;
    font-family: 'FontAwesome';
    transition: all 0.3s ease-in-out;
    color: var(--e-global-color-white);
}
.optimize-section .optimize_content .pricing_plan {
    font-size: 16px;
    line-height: 16px;
    font-weight: 500;
    font-family: 'Inter', sans-serif;
    padding: 22px 34px;
    text-align: center;
    display: inline-block;
    border-radius: 6px;
    color: var(--e-global-color-white) !important;
    background: var(--e-global-color-dark-cyan);
    transition: all 0.3s ease-in-out;
}
.optimize-section .optimize_content .pricing_plan:hover {
    background: var(--e-global-color-light-orange);
}
.optimize-section .optimize_wrapper {
    position: relative;
}
.optimize-section .optimize_wrapper .box{
    position: absolute;
    top: -79px;
    right: -15px;
    width: 339px;
    height: 554px;
    border-radius: 10px;
    background: var(--e-global-color-bright-orange);
}
.optimize-section .optimize_wrapper .optimize-image1 {
    position: absolute;
    top: -60px;
    right: 5px;
    display: inline-block;
}
.optimize-section .optimize_wrapper .optimize-image1 img{
    border-radius: 20px;
    border: 10px solid var(--e-global-color-white);
    box-shadow: 1px 1px 100px rgb(0 0 0 / 20%);
}
.optimize-section .optimize_wrapper .optimize-image2 {
    position: relative;
    top: 104px;
    left: -9px;
}
.optimize-section .optimize_wrapper .optimize-image2 img{
    border-radius: 10px;
    border: 5px solid var(--e-global-color-white);
    box-shadow: 1px 1px 100px rgb(0 0 0 / 20%);
}
.optimize-section .optimize_wrapper .comment{
    font-size: 20px;
    top: -22px;
    left: 97px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    position: absolute;
    border-radius: 10px;
    color: var(--e-global-color-white);
    background: var(--e-global-color-dark-cyan);
    display: inline-block;
    font-family: 'FontAwesome';
    transition: all 0.3s ease-in-out;
}
.optimize-section .optimize_wrapper .comment:hover{
    background: var(--e-global-color-light-orange);
}
.optimize-section .optimize_wrapper .comment::after{
    border-left: 2px dashed var(--e-global-color-gray);
    content: "";
    position: absolute;
    height: 54px;
    top: 72px;
    left: 28px;
}
.optimize-section .optimize_wrapper .cart{
    font-size: 20px;
    bottom: -230px;
    left: 27px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    position: absolute;
    border-radius: 10px;
    color: var(--e-global-color-white);
    background: var(--e-global-color-light-orange);
    display: inline-block;
    font-family: 'FontAwesome';
    transition: all 0.3s ease-in-out;
}
.optimize-section .optimize_wrapper .cart:hover{
    background: var(--e-global-color-dark-cyan);
}
.optimize-section .optimize_wrapper .cart::after{
    border-left: 2px dashed var(--e-global-color-gray);
    content: "";
    position: absolute;
    height: 54px;
    top: -65px;
    left: 28px;
}

/* Integration */

.customer-integration-approach {
    background-image: linear-gradient(to bottom, var(--e-global-color-dark-cyan) -90%, var(--e-global-color-very-pale-mostly-white-cyan) 32%);
    padding: 144px 0 190px;
}
.integration-section{
    position: relative;
    padding: 0 80px;
}
.integration-section .content{
    text-align: center;
}
.integration-section .content h4 {
    color: var(--e-global-color-dark-cyan);
    margin-bottom: 20px;
}
.integration-section .content h2 {
    font-weight: 600;
    color: var(--e-global-color-black);
}
.integration-section .integration-box{
    position: relative;
}
.integration-section .integration-box .icon{
    top: -50px;
    left: 40px;
    width: 100px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    position: absolute;
    border-radius: 10px;
    color: var(--e-global-color-white);
    background: var(--e-global-color-dark-cyan);
    display: inline-block;
    transition: all 0.3s ease-in-out;
}
.integration-section .integration-box:hover .icon{
    background: var(--e-global-color-light-orange);
}
.integration-section .integration-box .content-box{
    width: 92%;
    padding: 103px 39px 48px;
    background: transparent;
    border-radius: 10px;
    border: 1px solid var(--e-global-color-very-light-grayish-cyan);
    transition: all 0.3s ease-in-out;
}
.integration-section .integration-box:hover .content-box{
    background: var(--e-global-color-white);
    border: 1px solid var(--e-global-color-light-orange);
}
.integration-section .integration-box .content-box h4{
    margin-bottom: 40px;
    color: var(--e-global-color-black);
}
.integration-section .integration-box .content-box p{
    margin-bottom: 32px;
    color: var(--e-global-color-very-dark-gray);
}
.integration-section .integration-box .content-box .circle {
    font-size: 16px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 100px;
    color: var(--e-global-color-very-dark-gray);
    border: 1px solid var(--e-global-color-very-dark-gray);
    transition: all 0.3s ease-in-out;
}
.integration-section .integration-box:hover .circle {
    color: var(--e-global-color-white);
    border: 1px solid var(--e-global-color-light-orange);
    background: var(--e-global-color-light-orange);
}

.integration-section .owl-carousel .owl-stage-outer {
    padding-top: 128px;
}
.integration-section .owl-carousel.owl-drag .owl-item{
    margin-bottom: 12px;
}
.integration-section .owl-carousel .owl-item img {
    display: inline-block;
    width: auto;
}
.integration-section .owl-carousel .owl-dots {
    display: block !important;
    margin-top: 68px !important;
    line-height: 0;
}
.integration-section .owl-carousel .owl-dots .owl-dot span {
    background: var(--e-global-color-light-grayish-cyan);
    width: 10px;
    height: 10px;
    margin: 0 5px;
    transition: all 0.3s ease-in-out;
}
.integration-section .owl-carousel .owl-dots .owl-dot:hover span {
    background: var(--e-global-color-dark-cyan);
}
.integration-section .owl-carousel .owl-dots .owl-dot.active span {
    background: var(--e-global-color-dark-cyan);
}
.integration-section .owl-carousel .owl-dots .owl-dot:focus {
    outline: none;
}

/* Approach */

.approach-section{
    padding-top: 204px;
}
.approach-section .approach_wrapper {
    position: relative;
}
.approach-section .approach_wrapper .box{
    position: absolute;
    top: -64px;
    right: 70px;
    width: 339px;
    height: 554px;
    border-radius: 10px;
    background: var(--e-global-color-bright-orange);
}
.approach-section .approach_wrapper .approach-image1 {
    position: absolute;
    top: -44px;
    right: 90px;
}
.approach-section .approach_wrapper .approach-image1 img{
    border-radius: 20px;
    border: 10px solid var(--e-global-color-white);
    box-shadow: 1px 1px 100px rgb(0 0 0 / 20%);
}
.approach-section .approach_wrapper .approach-image2 {
    position: relative;
    top: 120px;
    left: -92px;
}
.approach-section .approach_wrapper .approach-image2 img{
    border-radius: 10px;
    border: 5px solid var(--e-global-color-white);
    box-shadow: 1px 1px 100px rgb(0 0 0 / 20%);
}
.approach-section .approach_wrapper .pen-square{
    font-size: 20px;
    top: -7px;
    left: 12px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    position: absolute;
    border-radius: 10px;
    color: var(--e-global-color-white);
    background: var(--e-global-color-dark-cyan);
    display: inline-block;
    font-family: 'FontAwesome';
    transition: all 0.3s ease-in-out;
}
.approach-section .approach_wrapper .pen-square:hover{
    background: var(--e-global-color-light-orange);
}
.approach-section .approach_wrapper .pen-square::after{
    border-left: 2px dashed var(--e-global-color-gray);
    content: "";
    position: absolute;
    height: 54px;
    top: 72px;
    left: 28px;
}
.approach-section .approach_wrapper .robot{
    font-size: 20px;
    bottom: -245px;
    left: -56px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    position: absolute;
    border-radius: 10px;
    color: var(--e-global-color-white);
    background: var(--e-global-color-light-orange);
    display: inline-block;
    font-family: 'FontAwesome';
    transition: all 0.3s ease-in-out;
}
.approach-section .approach_wrapper .robot:hover{
    background: var(--e-global-color-dark-cyan);
}
.approach-section .approach_wrapper .robot::after{
    border-left: 2px dashed var(--e-global-color-gray);
    content: "";
    position: absolute;
    height: 54px;
    top: -65px;
    left: 28px;
}
.approach-section .approach_content h4 {
    color: var(--e-global-color-dark-cyan);
    margin-bottom: 18px;
}
.approach-section .approach_content h2 {
    font-weight: 600;
    color: var(--e-global-color-black);
    margin-bottom: 30px;
    margin-right: 60px;
}
.approach-section .approach_content p{
    font-size: 18px;
    line-height: 36px;
    margin-bottom: 22px;
    margin-right: 82px;
    color: var(--e-global-color-very-dark-gray);
}
.approach-section .approach_content ul{
    padding-left: 14px;
    margin-bottom: 40px;
}
.approach-section .approach_content ul li {
    margin-bottom: 10px;
    color: var(--e-global-color-very-dark-gray);
    transition: all 0.3s ease-in-out;
}
.approach-section .approach_content ul li:hover {
    color: var(--e-global-color-dark-cyan);
}
.approach-section .approach_content ul li .circle {
    position: relative;
    top: 5px;
    left: -13px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    background: var(--e-global-color-dark-cyan);
    border-radius: 100px;  
    text-align: center;
    display: inline-block;
    transition: all 0.3s ease-in-out;
}
.approach-section .approach_content ul li .circle:before {
    font-size: 14px;
    position: absolute;
    left: 4px;
    font-family: 'FontAwesome';
    transition: all 0.3s ease-in-out;
    color: var(--e-global-color-white);
}
.approach-section .approach_content .discover {
    font-size: 16px;
    line-height: 16px;
    font-weight: 500;
    font-family: 'Inter', sans-serif;
    padding: 22px 27px;
    text-align: center;
    display: inline-block;
    border-radius: 6px;
    color: var(--e-global-color-white) !important;
    background: var(--e-global-color-dark-cyan);
    transition: all 0.3s ease-in-out;
}
.approach-section .approach_content .discover:hover {
    background: var(--e-global-color-light-orange);
}

/* Pricing */

.pricing-section{
    position: relative;
    padding-top: 144px;
}
.pricing-section .content{
    text-align: center;
}
.pricing-section .content h4 {
    color: var(--e-global-color-dark-cyan);
    margin-bottom: 20px;
}
.pricing-section .content h2 {
    font-weight: 600;
    color: var(--e-global-color-black);
    margin-bottom: 88px;
}
.pricing-section .price_content{
    padding: 50px 48px;
    border-radius: 10px;
    background: var(--e-global-color-white);
    border: 1px solid var(--e-global-color-very-light-gray);
    transition: all 0.3s ease-in-out;
}
.pricing-section .price_content:hover{
    background: var(--e-global-color-white);
    box-shadow: 0px 20px 100px rgba(0 0 0 / 10%);
    border: 1px solid var(--e-global-color-white);
}
.pricing-section .price_content .pricing-icon{
    width: 80px;
    height: 80px;
    line-height: 80px;
    margin-bottom: 30px;
    text-align: center;
    border-radius: 10px;
    background: var(--e-global-color-white);
    border: 1px solid var(--e-global-color-very-light-gray);
    transition: all 0.3s ease-in-out;
}
.pricing-section .price_content .pricing-icon:hover{
    transform: translateY(-5px);
}
.pricing-section .price_content:hover .pricing-icon{
    background: var(--e-global-color-white);
    box-shadow: 0px 20px 100px rgba(0 0 0 / 10%);
    border: 1px solid var(--e-global-color-white);
}
.pricing-section .price_content h4{
    font-size: 30px;
    line-height: 34px;
    margin-bottom: 20px;
    color: var(--e-global-color-black);
}
.pricing-section .price_content span{
    font-size: 30px;
    line-height: 34px;
    font-weight: 600;
    display: block;
    margin-bottom: 37px;
    color: var(--e-global-color-dark-cyan);
}
.pricing-section .price_content:hover span{
    color: var(--e-global-color-light-orange);
}
.pricing-section .price_content ul{
    padding-left: 20px;
    margin-bottom: 40px;
}
.pricing-section .price_content ul li {
    margin-bottom: 10px;
    color: var(--e-global-color-very-dark-gray);
    transition: all 0.3s ease-in-out;
}
.pricing-section .price_content ul li:hover {
    color: var(--e-global-color-dark-cyan);
}
.pricing-section .price_content ul li .circle {
    position: relative;
    top: 5px;
    left: -18px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    background: var(--e-global-color-dark-cyan);
    border-radius: 100px;  
    text-align: center;
    display: inline-block;
    transition: all 0.3s ease-in-out;
}
.pricing-section .price_content ul li .circle:before {
    font-size: 14px;
    position: absolute;
    left: 4px;
    font-family: 'FontAwesome';
    transition: all 0.3s ease-in-out;
    color: var(--e-global-color-white);
}
.pricing-section .price_content ul .not_available{
    color: var(--e-global-color-text);
}
.pricing-section .price_content ul .not_available .circle{
    background: var(--e-global-color-light-orange);
}
.pricing-section .price_content ul .not_available .circle:before{
    left: 6px;
}
.pricing-section .price_content .request_demo {
    font-size: 16px;
    line-height: 16px;
    font-weight: 500;
    font-family: 'Inter', sans-serif;
    padding: 22px 38px;
    text-align: center;
    display: inline-block;
    border-radius: 6px;
    color: var(--e-global-color-white) !important;
    background: var(--e-global-color-dark-cyan);
    transition: all 0.3s ease-in-out;
}
.pricing-section .price_content:hover .request_demo{
    background: var(--e-global-color-light-orange);
}
.pricing-section .price_content .request_demo:hover {
    background: var(--e-global-color-very-bright-blue);
}

/* Trust */

.trust-section{
    padding: 194px 0 110px;
}
.trust-section .trust_wrapper {
    position: relative;
}
.trust-section .trust_wrapper .box{
    position: absolute;
    top: -52px;
    right: 30px;
    width: 485px;
    height: 386px;
    border-radius: 10px;
    background: var(--e-global-color-bright-orange);
}
.trust-section .trust_wrapper .trust-image {
    position: relative;
    top: -32px;
    left: 6px;
}
.trust-section .trust_wrapper .trust-image img{
    border-radius: 20px;
    border: 10px solid var(--e-global-color-white);
    box-shadow: 1px 1px 100px rgb(0 0 0 / 20%);
}
.trust-section .trust_wrapper .video-icon{
    height: 120px;
    width: 120px;
    line-height: 120px;
    border: 2px solid rgba(255, 255, 255, 60%);
    border-radius: 100px;
    position: absolute;
    text-align: center;
    top: 152px;
    left: 236px;
    transition: all 0.3s ease-in-out;
}
.trust-section .trust_wrapper .video-icon i{
    font-size: 24px;
    height: 95px;
    width: 95px;
    line-height: 95px;
    color: var(--e-global-color-black);
    background: var(--e-global-color-white);
    border-radius: 100px;
    transition: all 0.3s ease-in-out;
}
.trust-section .trust_content h4 {
    color: var(--e-global-color-dark-cyan);
    margin-bottom: 18px;
}
.trust-section .trust_content h2 {
    font-weight: 600;
    color: var(--e-global-color-black);
    margin-bottom: 30px;
}
.trust-section .trust_content p{
    font-size: 18px;
    line-height: 36px;
    margin-bottom: 22px;
    margin-right: 82px;
    color: var(--e-global-color-very-dark-gray);
}
.trust-section .trust_content ul{
    padding-left: 14px;
}
.trust-section .trust_content ul li {
    margin-bottom: 15px;
    color: var(--e-global-color-very-dark-gray);
    transition: all 0.3s ease-in-out;
}
.trust-section .trust_content ul li:hover {
    color: var(--e-global-color-dark-cyan);
}
.trust-section .trust_content ul li .circle {
    position: relative;
    top: 5px;
    left: -13px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    background: var(--e-global-color-dark-cyan);
    border-radius: 100px;  
    text-align: center;
    display: inline-block;
    transition: all 0.3s ease-in-out;
}
.trust-section .trust_content ul li .circle:before {
    font-size: 14px;
    position: absolute;
    left: 4px;
    font-family: 'FontAwesome';
    transition: all 0.3s ease-in-out;
    color: var(--e-global-color-white);
}

/* Feature 3 */

.customer-feature-article{
    background-image: linear-gradient(to bottom, var(--e-global-color-dark-cyan) -90%, var(--e-global-color-very-pale-mostly-white-cyan) 32%);
    padding: 144px 0 150px;
}
.customer-feature-section{
    position: relative;
}
.customer-feature-section .content{
    text-align: center;
}
.customer-feature-section .content h4 {
    color: var(--e-global-color-dark-cyan);
    margin-bottom: 20px;
}
.customer-feature-section .content h2 {
    font-weight: 600;
    color: var(--e-global-color-black);
    margin-bottom: 88px;
    padding: 0 200px;
}
.customer-feature-section .feature_contentbox .upper-row{
    padding-bottom: 50px;
}
.customer-feature-section .feature_contentbox .feature-box .feature-icon{
    margin-bottom: 26px;
    transition: all 0.3s ease-in-out;
}
.customer-feature-section .feature_contentbox .feature-box .feature-icon:hover{
    transform: translateY(-5px);
}
.customer-feature-section .feature_contentbox .feature-box h4{
    color: var(--e-global-color-black);
    margin-bottom: 21px;
}
.customer-feature-section .feature_contentbox .feature-box p{
    color: var(--e-global-color-very-dark-gray);
    margin-right: 40px;
    margin-bottom: 24px;
}
.customer-feature-section .feature_contentbox .feature-box .circle{
    font-size: 16px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 100px;
    color: var(--e-global-color-very-dark-gray);
    border: 1px solid var(--e-global-color-very-dark-gray);
    transition: all 0.3s ease-in-out;
}
.customer-feature-section .feature_contentbox .feature-box:hover .circle{
    color: var(--e-global-color-white);
    border: 1px solid var(--e-global-color-dark-cyan);
    background: var(--e-global-color-dark-cyan);
}
.customer-feature-section .feature_contentbox .feature-box2{
    padding-left: 10px;
}
.customer-feature-section .feature_wrapper {
    position: relative;
}
.customer-feature-section .feature_wrapper .box{
    position: absolute;
    top: -28px;
    right: -10px;
    width: 525px;
    height: 488px;
    border-radius: 10px;
    background: var(--e-global-color-bright-orange);
}
.customer-feature-section .feature_wrapper .feature3-image {
    position: relative;
    top: -10px;
    right: -2px;
}
.customer-feature-section .feature_wrapper .feature3-image img{
    border-radius: 20px;
    border: 10px solid var(--e-global-color-white);
    box-shadow: 1px 1px 100px rgb(0 0 0 / 20%);
}

/* Article 3 */

.customer-article-section{
    position: relative;
    padding-top: 127px;
}
.customer-article-section .content{
    text-align: center;
}
.customer-article-section .content h4 {
    color: var(--e-global-color-dark-cyan);
    margin-bottom: 20px;
}
.customer-article-section .content h2 {
    font-weight: 600;
    color: var(--e-global-color-black);
    margin-bottom: 86px;
}
.customer-article-section .article_boxcontent{
    margin-bottom: 100px;
    width: 100%;
    border-radius: 10px;
    background: var(--e-global-color-white);
    box-shadow: 0px 20px 100px rgba(0 0 0 / 10%);
    transition: all 0.3s ease-in-out;
}
.customer-article-section .article_boxcontent:hover{
    background: var(--e-global-color-very-bright-blue);
}
.customer-article-section .article_boxcontent:hover .lower_portion_wrapper span{
    color: var(--e-global-color-white);
}
.customer-article-section .article_boxcontent:hover .lower_portion_wrapper h4{
    color: var(--e-global-color-white);
}
.customer-article-section .article_boxcontent:hover .lower_portion_wrapper p{
    color: var(--e-global-color-white);
}
.customer-article-section .article_boxcontent .upper_portion{
    position: relative;
}
.customer-article-section .article_boxcontent .upper_portion figure img{
    border-radius: 10px 10px 0 0;
    width: 100%;
}
.customer-article-section .article_boxcontent .lower_portion_wrapper {
    padding: 24px 35px 26px 30px;
}
.customer-article-section .article_boxcontent .lower_portion_wrapper span{
    color: var(--e-global-color-very-dark-gray);
    display: inline-block;
    margin-bottom: 20px;
    transition: all 0.3s ease-in-out;
}
.customer-article-section .article_boxcontent .lower_portion_wrapper .dash{
    padding: 0 5px;
}
.customer-article-section .article_boxcontent .lower_portion_wrapper h4 {
    color: var(--e-global-color-black);
    margin-bottom: 20px;
    transition: all 0.3s ease-in-out;
}
.customer-article-section .article_boxcontent .lower_portion_wrapper p {
    color: var(--e-global-color-very-dark-gray);
    transition: all 0.3s ease-in-out;
}

.customer-article-section .button {
    text-align: center;
}
.customer-article-section .view_more {
    font-size: 16px;
    line-height: 16px;
    font-weight: 500;
    font-family: 'Inter', sans-serif;
    padding: 22px 42px;
    text-align: center;
    display: inline-block;
    border-radius: 10px;
    color: var(--e-global-color-white) !important;
    background: var(--e-global-color-dark-cyan);
    transition: all 0.3s ease-in-out;
}
.customer-article-section .view_more:hover {
    background: var(--e-global-color-light-orange);
}

/* FAQ 3 */

.customer-faq-section{
    position: relative;
    padding: 144px 0 116px;
}
.customer-faq-section .content{
    text-align: center;
}
.customer-faq-section .content h4 {
    color: var(--e-global-color-dark-cyan);
    margin-bottom: 20px;
}
.customer-faq-section .content h2 {
    font-weight: 600;
    color: var(--e-global-color-black);
    margin-bottom: 86px;
}
.customer-faq-section .faq_content{
    padding: 0 7px;
}
.customer-faq-section .accordion-item {
    background: var(--e-global-color-white);
    border: 2px solid var(--e-global-color-very-light-gray);
    box-shadow: none;
    width: 100%;
    border-radius: 10px;
    margin-bottom: 30px;
    padding: 35px 46px;
    transition: all 0.3s ease-in-out;
    box-shadow: 0px 20px 100px rgba(0 0 0 / 10%);
}
.customer-faq-section .accordion-item.active {
    border-color: var(--e-global-color-light-orange);
}
.customer-faq-section .accordion-item .accordion-header .accordion-button{
    font-size: 24px;
    line-height: 28px;
    font-weight: 600;
    position: relative;
    display: inline-block;
    color: var(--e-global-color-black);
    padding: 0;
    text-decoration: none;
    background: transparent;
    box-shadow: none;
}
.customer-faq-section .accordion-item .accordion-header .accordion-button:not(.collapsed) {
    color: var(--e-global-color-light-orange);
    border: none;
}
.customer-faq-section .accordion-item .accordion-body {
    padding: 28px 0 0;
}
.customer-faq-section .accordion-item .accordion-body p{
    color: var(--e-global-color-very-dark-gray);
}

/* Footer 3 */

.custom_footer_portion .contact_portion {
    background: url(../images/footer3contactportion-image.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    padding: 95px 0 110px;
    border-radius: 10px;
    margin-bottom: -224px;
    z-index: 1;
}
.custom_footer_portion .contact_portion .contactportion-image img{
    border-radius: 10px;
}
.custom_footer_portion .contact_portion .content{
    padding-left: 116px;
    position: relative;
    z-index: 1;
}
.custom_footer_portion .contact_portion h6 {
    color: var(--e-global-color-white);
    background: var(--e-global-color-bright-blue);
    padding: 5px 15px;
    border-radius: 5px;
    margin-bottom: 23px;
    display: inline-block;
}
.custom_footer_portion .contact_portion h2 {
    margin-right: 20px;
    margin-bottom: 40px;
    color: var(--e-global-color-white);
}
.custom_footer_portion .contact_portion .discover {
    font-size: 16px;
    line-height: 16px;
    font-weight: 500;
    font-family: 'Inter', sans-serif;
    padding: 22px 42px;
    text-align: center;
    display: inline-block;
    border-radius: 10px;
    color: var(--e-global-color-white) !important;
    background: var(--e-global-color-dark-cyan);
    transition: all 0.3s ease-in-out;
}
.custom_footer_portion .contact_portion .discover:hover {
    background: var(--e-global-color-light-orange);
}
.custom_footer_portion .footer-section{
    background-image: linear-gradient(to bottom, var(--e-global-color-dark-cyan) -90%, var(--e-global-color-very-pale-mostly-white-cyan) 100%);
    padding-top: 326px;
    position: relative;
}
.custom_footer_portion .footer-section .middle-portion{
    padding: 0 0 56px;
}
.custom_footer_portion .footer-section .middle-portion .footer-logo{
    margin-bottom: 26px;
    position: relative;
}
.custom_footer_portion .footer-section .middle-portion .footer-text{
    font-size: 16px;
    line-height: 30px;
    margin-right: 68px;
    margin-bottom: 24px;
    color: var(--e-global-color-very-dark-gray);
}
.custom_footer_portion .footer-section .middle-portion .social-icons li{
    display: inline-block;
    margin-right: 5px;
}
.custom_footer_portion .footer-section .middle-portion .social-icons li:first-child{
    margin-left: 0;
}
.custom_footer_portion .footer-section .middle-portion .social-icons li:last-child{
    margin-right: 0;
}
.custom_footer_portion .footer-section .middle-portion .social-icons i{
    font-size: 16px;
    border-radius: 10px;
    border: 2px solid var(--e-global-color-dark-cyan);
    height: 46px;
    width: 46px;
    line-height: 43px;
    text-align: center;
    margin: 0 2px;
    transition: all 0.3s ease-in-out;
}
.custom_footer_portion .footer-section .middle-portion .social-icons a{
    color: var(--e-global-color-dark-cyan);
}
.custom_footer_portion .footer-section .middle-portion .social-icons a:hover{
    color: var(--e-global-color-white);
}
.custom_footer_portion .footer-section .middle-portion .social-icons a:hover i{    
    background: var(--e-global-color-dark-cyan);
    border: 2px solid var(--e-global-color-dark-cyan);
    transform: translateY(-5px);
}
.custom_footer_portion .footer-section .middle-portion .links{
    padding-top: 75px;
}
.custom_footer_portion .footer-section .middle-portion .links .text-size-16 {
    position: relative;
    margin-left: 15px;
    font-weight: 400;
    font-family: 'Inter', sans-serif;
    top: 2px;
    color: var(--e-global-color-very-dark-gray);
    transition: all 0.3s ease-in-out;
}
.custom_footer_portion .footer-section .middle-portion .links li{
    margin-bottom: 12px;
    transition: all 0.3s ease-in-out;
}
.custom_footer_portion .footer-section .middle-portion .links li i {
    font-size: 6px;
    position: relative;
    transition: all 0.3s ease;
    color: var(--e-global-color-dark-cyan);
    margin-right: -3px;
    top: -2px;
}
.custom_footer_portion .footer-section .middle-portion ul li:hover .text{
    color: var(--e-global-color-dark-cyan);
}
.custom_footer_portion .footer-section .middle-portion .icon .text-size-16 {
    color: var(--e-global-color-very-dark-gray);
    font-family: 'Inter', sans-serif;
}
.custom_footer_portion .footer-section .middle-portion .icon .text1 {
    margin-right: 45px;
}
.custom_footer_portion .footer-section .middle-portion .icon {
    padding-top: 75px;
}
.custom_footer_portion .footer-section .middle-portion .icon li {
    padding-left: 31px;
    margin-bottom: 14px;
    position: relative;
}
.custom_footer_portion .footer-section .middle-portion .icon .footer-location{
    color: var(--e-global-color-dark-cyan);
    position: absolute;
    font-size: 14px;
    left: 2px;
    margin-top: 5px;
    transition: all 0.3s ease-in-out;
}
.custom_footer_portion .footer-section .middle-portion .icon .footer-location:hover{
    transform: translateY(-5px);
}
.custom_footer_portion .footer-section .middle-portion .email-form{
    padding-top: 80px;
}
.custom_footer_portion .footer-section .middle-portion .email-form input {
    position: relative;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    font-family: 'Inter', sans-serif;
    color: var(--e-global-color-very-dark-gray);
    background-color: var(--e-global-color-white);
    border: 1px solid var(--e-global-color-dark-cyan);
    border-radius: 8px;
    padding: 16px 20px;
    margin-bottom: 20px;
    width: 92%;
    overflow: visible;
    outline: none;
}
.custom_footer_portion .footer-section .middle-portion .email-form button {
    font-size: 16px;
    color: var(--e-global-color-white);
    background: var(--e-global-color-dark-cyan);
    border-radius: 10px;
    width: 40px;
    height: 40px;
    line-height: 36px;
    border: none;
    float: right;
    position: absolute;
    top: 6px;
    right: 30px;
    overflow: visible;
    outline: none;
    transition: all 0.3s ease-in-out;
}
.custom_footer_portion .footer-section .middle-portion .email-form button:hover {
    color: var(--e-global-color-very-dark-blue);
}
.custom_footer_portion .footer-section .middle-portion .email-form .check-box{
    padding-left: 33px;
}
.custom_footer_portion .footer-section .middle-portion .email-form .check-box input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}  
.custom_footer_portion .footer-section .middle-portion .email-form .check-box label {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    font-family: 'Inter', sans-serif;
    color: var(--e-global-color-very-dark-gray);
    position: relative;
    cursor: pointer;
    margin-right: 15px;
}  
.custom_footer_portion .footer-section .middle-portion .email-form .check-box label:before {
    content:'';
    -webkit-appearance: none;
    background-color: var(--e-global-color-dark-cyan);
    border-radius: 5px;
    padding: 2px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: -21px;
    width: 20px;
    height: 20px;
    top: 3px;
    left: -32px;
}  
.custom_footer_portion .footer-section .middle-portion .email-form .check-box input:checked + label:after{
    content: '';
    display: block;
    position: absolute;
    top: 7px;
    left: -25px;
    width: 6px;
    height: 12px;
    border: solid var(--e-global-color-white);
    border-width: 0 2px 2px 0;
    transform: rotate(50deg);
}
.custom_footer_portion .footer-section .copyright {
    text-align: center;
    padding: 38px 0px 60px;
    border-top: 1px solid var(--e-global-color-very-soft-cyan);
}
.custom_footer_portion .footer-section .copyright p{
    color: var(--e-global-color-very-dark-gray);
}


/*-------- Sub Banner ------------ */


.sub-banner .banner-section {
    padding: 122px 0 140px;
}
.sub-banner .banner-toprightlayer {
    position: absolute;
    right: 0;
    top: 0;
}
.sub-banner .banner-section .banner_content {
    padding-top: 0;
    text-align: center;
    position: relative;
}
.sub-banner .banner-section .banner_content .box {
    padding: 3px 8px;
    text-align: center;
    background-color: var(--e-global-color-bright-blue);
    color: var(--e-global-color-white);
    display: inline-block;
    transition: all 0.3s ease-in-out;
    border-radius: 5px;
    margin-bottom: 28px;
}
.sub-banner .banner-section .banner_content .box span {
    font-size: 20px;
    line-height: 24px;
    font-weight: 400;
    font-family: 'Bree Serif', serif;
    display: inline-block;
    color: var(--e-global-color-black);
    padding: 0;
}
.sub-banner .banner-section .banner_content .box .tilde{
    display: inline-block;
    margin: 0 5px;
}
.sub-banner .banner-section .banner-upperdot {
    position: absolute;
    top: -70px;
    left: 282px;
}
.sub-banner .banner-section .banner-lowerdot {
    position: absolute;
    bottom: -60px;
    right: 282px;
}

/* Contact Page */

.contactinfo-section {
    position: relative;
    padding: 162px 0 110px;
}
.contactinfo-section .contact3-logoimage {
    position: absolute;
    left: 0;
    bottom: -22px;
}
.contactinfo-section .contactinfo_content{
    text-align: center;
}
.contactinfo-section .contactinfo_content h6 {
    color: var(--e-global-color-white);
    background: var(--e-global-color-bright-blue);
    padding: 4px 30px;
    border-radius: 5px;
    margin-bottom: 27px;
    display: inline-block;
}
.contactinfo-section .contactinfo_content h2 {
    margin-bottom: 60px;
}
.contactinfo-section .info-content label {
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    font-family: 'Inter', sans-serif;
    display: block;
    margin-bottom: 10px;
    color: var(--e-global-color-secondary);
}
.contactinfo-section .info-content input {
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    font-family: 'Inter', sans-serif;
    color: var(--e-global-color-secondary);
    background-color: var(--e-global-color-white);
    border: 1px solid var(--e-global-color-very-light-gray);
    border-radius: 10px;
    padding: 18px;
    margin-bottom: 22px;
    width: 100%;
    overflow: visible;
    outline: none;
}
.contactinfo-section .info-content textarea {
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    font-family: 'Inter', sans-serif;
    color: var(--e-global-color-secondary);
    background-color: var(--e-global-color-white);
    border: 1px solid var(--e-global-color-very-light-gray);
    border-radius: 10px;
    padding: 18px;
    width: 100%;
    height: 172px;
    margin-bottom: 48px;
    resize: none;
    outline: none;
    overflow: auto;
}
.contactinfo-section .info-content .send_now {
    font-size: 18px;
    line-height: 18px;
    font-weight: 500;
    font-family: 'Inter', sans-serif;
    padding: 22px 30px;
    text-align: center;
    display: inline-block;
    position: relative;
    border-radius: 30px;
    color: var(--e-global-color-white) !important;
    background: var(--e-global-color-bright-blue);
    transition: all 0.3s ease-in-out;
    display: block;
    text-align: center;
    outline: none;
    border-style: none;
    width: 100%;
}
.contactinfo-section .info-content .send_now .circle {
    background: var(--e-global-color-white);
    border-radius: 100px;
    height: 48px;
    width: 48px;
    line-height: 48px;
    right: 8px;
    top: 6px;
    position: absolute;
    text-align: center;
    display: inline-block;
    transition: all 0.3s ease-in-out;
    font-size: 18px;
    font-family: 'FontAwesome';
    color: var(--e-global-color-secondary);
}
.contactinfo-section .info-content .send_now:hover {
    color: var(--e-global-color-white) !important;
    background: var(--e-global-color-secondary);
}
.contactinfo-section .info-content .send_now:hover .circle {
    background-color: var(--e-global-color-bright-blue);
    color: var(--e-global-color-white);
}
.contactpage-section .end-logo {
    position: relative;
    text-align: center;
}
.contactpage-section .end-logo::before {
    content: "";
    position: absolute;
    width: 43%;
    height: 1px;
    background: var(--e-global-color-light-gray);
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.contactpage-section .end-logo::after {
    content: "";
    position: absolute;
    width: 43%;
    height: 1px;
    background: var(--e-global-color-light-gray);
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.contactpage-section .content {
    padding: 130px 0 158px;
}
.contactpage-section .contact-box {
    background: var(--e-global-color-white);
    border: 2px solid var(--e-global-color-very-light-gray);
    border-radius: 15px;
    padding: 38px 50px 38px 38px;
    display: inline-block;
    transition: all 0.3s ease-in-out;
    width: 100%;
}
.contactpage-section .contact-box .box-image {
    float: left;
    width: 20%;
}
.contactpage-section .contact-box .box-image .icon {
    background: var(--e-global-color-secondary);
    border-radius: 10px;
    height: 64px;
    width: 64px;
    line-height: 64px;
    text-align: center;
    transition: all 0.3s ease-in-out;
    margin-bottom: 0;
}
.contactpage-section .contact-box .box-content {
    position: relative;
    padding-left: 15px;
    display: inline-block;
    width: 80%;
}
.contactpage-section .contact-box .box-content p {
    font-weight: 600;
    margin-bottom: 2px;
    color: var(--e-global-color-secondary);
}
.contactpage-section .contact-box .box-content a {
    font-weight: 600;
    color: var(--e-global-color-secondary);
    transition: all 0.3s ease-in-out;
}
.contactpage-section .contact-box .box-content a:hover {
    color: var(--e-global-color-bright-blue);
}
.contactpage-section .contact-box:hover {
    box-shadow: 0px 0px 100px rgba(0 0 0 / 10%);
    background: var(--e-global-color-white);
    border: 2px solid var(--e-global-color-white);
}
.contactpage-section .contact-box:hover .icon{
    background: var(--e-global-color-bright-blue);
}
.contact_map_section {
    padding-bottom: 160px;
}
.contact_map_section iframe {
    width: 100%;
    height: 500px;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    border: 5px solid var(--e-global-color-white) !important;
    box-shadow: 0px 0px 50px rgb(0 0 0 / 15%);
    border-radius: 10px;
}
.contact_map_section iframe:hover {
    filter: none;
}

/* Service Page */

.servicepage-section .content {
    padding-top: 160px;
}

/* Choose */
.servicepage-choosesection {
    position: relative;
    padding-bottom: 80px;
    overflow: hidden;
}
.servicepage-choosesection .choose-logoimage {
    position: absolute;
    right: 0;
    bottom: 0;
}
.servicepage-choosesection .end-logo {
    position: relative;
    text-align: center;
}
.servicepage-choosesection .end-logo::before {
    content: "";
    position: absolute;
    width: 43%;
    height: 1px;
    background: var(--e-global-color-light-gray);
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.servicepage-choosesection .end-logo::after {
    content: "";
    position: absolute;
    width: 43%;
    height: 1px;
    background: var(--e-global-color-light-gray);
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.servicepage-choosesection .content {
    padding-top: 170px;
}
.servicepage-choosesection .choose_wrapper{
    position: relative;
}
.servicepage-choosesection .choose_wrapper .choose2-image1 {
    position: absolute;
    top: -136px;
    left: -90px;
}
.servicepage-choosesection .choose_wrapper .choose2-image2 {
    position: relative;
    top: 20px;
    right: -178px;
    display: inline-block;
}
.servicepage-choosesection .choose_content{
    position: relative;
    z-index: 1;
}
.servicepage-choosesection .choose_content h6 {
    color: var(--e-global-color-white);
    background: var(--e-global-color-bright-blue);
    padding: 5px 27px;
    border-radius: 5px;
    margin-bottom: 32px;
    display: inline-block;
}
.servicepage-choosesection .choose_content h2 {
    margin-right: 30px;
    margin-bottom: 60px;
}
.servicepage-choosesection .choose_content .lower-content{
    padding-left: 80px;
}
.servicepage-choosesection .choose_content .lower-content ul{
    border-left: 5px solid var(--e-global-color-bright-blue);
    padding-left: 32px;
}
.servicepage-choosesection .choose_content .lower-content li{
    border-bottom: 1px solid var(--e-global-color-very-soft-blue);
    margin-bottom: 12px;
    width: 48%;
}
.servicepage-choosesection .choose_content .lower-content li:last-child{
    border-bottom: none;
}
.servicepage-choosesection .choose_content .lower-content span{
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
    color: var(--e-global-color-bright-blue);
    display: inline-block;
    margin-right: 2px;
    margin-bottom: 18px;
}
.servicepage-choosesection .choose_content .lower-content h4{
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    color: var(--e-global-color-black);
    display: inline-block;
    transition: all 0.3s ease-in-out;
}
.servicepage-choosesection .choose_content .read_more {
    font-size: 18px;
    line-height: 18px;
    font-weight: 400;
    font-family: 'Inter', sans-serif;
    padding: 6px 3px 7px 54px;
    text-align: center;
    display: inline-block;
    border-radius: 30px;
    color: var(--e-global-color-white) !important;
    background: var(--e-global-color-bright-blue);
    transition: all 0.3s ease-in-out;
}
.servicepage-choosesection .choose_content .read_more .circle {
    background: var(--e-global-color-white);
    border-radius: 100px;
    height: 48px;
    width: 48px;
    line-height: 48px;
    text-align: center;
    margin: 0 3px 0 18px;
    display: inline-block;
    transition: all 0.3s ease-in-out;
    font-size: 18px;
    font-family: 'FontAwesome';
    transition: all 0.3s ease;
    color: var(--e-global-color-secondary);
}
.servicepage-choosesection .choose_content .lower-content li:hover h4{
    color: var(--e-global-color-bright-blue);
}
.servicepage-choosesection .choose_content .read_more:hover {
    color: var(--e-global-color-white) !important;
    background: var(--e-global-color-secondary);
}
.servicepage-choosesection .choose_content .read_more:hover .circle {
    background-color: var(--e-global-color-bright-blue);
    color: var(--e-global-color-white);
}

/* About Page */

.value-section {
    position: relative;
    padding-bottom: 166px;
    overflow: hidden;
}
.value-section .end-logo{
    position: relative;
    text-align: center;
}
.value-section .end-logo::before{
    content: "";
    position: absolute;
    width: 43%;
    height: 1px;
    background: var(--e-global-color-light-gray);
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.value-section .end-logo::after{
    content: "";
    position: absolute;
    width: 43%;
    height: 1px;
    background: var(--e-global-color-light-gray);
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.value-section .content{
    padding-top: 132px;
}
.value-section .value_content {
    text-align: center;
}
.value-section .value_content h6 {
    color: var(--e-global-color-white);
    background: var(--e-global-color-bright-blue);
    padding: 4px 38px;
    border-radius: 5px;
    margin-bottom: 27px;
    display: inline-block;
}
.value-section .value_content h2 {
    margin-bottom: 65px;
    padding: 0 255px;
}
.value-section .value-box {
    padding: 40px 45px;
    border-radius: 10px;
    text-align: center;
    transition: all 0.3s ease-in-out;
}
.value-section .value-box:hover {
    background: var(--e-global-color-white);
    box-shadow: 1px 21px 46px rgb(0 0 100 / 10%);
}
.value-section .value-box span{
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    display: block;
    margin-bottom: 8px;
}
.value-section .value-box p{
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 16px;
    color: var(--e-global-color-text);
}
.value-section .value-box:hover span{
    color: var(--e-global-color-accent);
}
.value-section .value-box figure {
    background: var(--e-global-color-white);
    border-radius: 10px;
    height: 90px;
    width: 90px;
    line-height: 90px;
    text-align: center;
    margin-bottom: 22px;
    display: inline-block;
    transition: all 0.3s ease-in-out;
    box-shadow: 1px 21px 46px rgb(0 0 100 / 10%);
}
.value-section .value-box figure:hover {
    transform: translateY(-5px);
}
.value-section .value-box:hover figure{
    background: var(--e-global-color-accent);
}
.value-section .value-box:hover img{
    filter: brightness(0) invert(1);
}
.value-section .value-box .read_more {
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    font-family: 'Inter', sans-serif;
    color: var(--e-global-color-secondary);
    transition: all 0.3s ease-in-out;
}
.value-section .value-box .read_more i {
    display: inline-block;
    margin-left: 6px;
    font-size: 12px;
}
.value-section .value-box:hover .read_more {
    color: var(--e-global-color-accent);
}
.value-section .value-box.read_more:hover  {
    color: var(--e-global-color-secondary);
}

/* Team */

.team-section {
    background: var(--e-global-color-secondary);
    position: relative;
    padding: 160px 0;
    border-radius: 10px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 90%;
}
.team-section .team-backgroundimage{
    position: absolute;
    text-align: center;
    top: 0;
    left: 0;
    right: 0;
}
.team-section .team-leftlayer {
    position: absolute;
    top: -88px;
    left: -98px;
}
.team-section .team-rightlayer {
    position: absolute;
    bottom: -48px;
    right: -95px;
}
.team-section .team_content{
    position: relative;
    z-index: 1;
    text-align: center;
}
.team-section .team_content h6 {
    color: var(--e-global-color-white);
    background: var(--e-global-color-bright-blue);
    padding: 4px 28px;
    border-radius: 5px;
    margin-bottom: 27px;
    display: inline-block;
}
.team-section .team_content h2 {
    margin-bottom: 68px;
    padding: 0 370px;
    color: var(--e-global-color-white);
}
.team-section .image {
    position: relative;
    margin-bottom: 80px;
    border-radius: 10px;
    transition: all 0.3s ease-in-out;
    overflow: hidden;
    display: block;
}
.team-section .image2{
    padding-top: 50px;
}
.team-section .image .team-image img{
    width: 100%;
    border-radius: 10px;
}
.team-section .image .box-content {
    position: absolute;
    padding: 20px 15px 12px;
    bottom: 0;
    margin: 0 auto;
    text-align: center;
    border-radius: 0 0 10px 10px;
    background: var(--e-global-color-white);
    box-shadow: 1px 1px 100px rgb(0 0 0 / 40%);
    transition: all 0.3s ease-in-out;
    width: 100%;
    height: auto;
    transform: translateY(100%);
    transition: transform .5s;
}
.team-section .image:hover .box-content {
    transform: translateY(0);
}
.team-section .box-content li{
    display: inline-block;
}
.team-section .box-content li i {
    font-size: 16px;
    height: 32px;
    width: 32px;
    line-height: 32px;
    margin-bottom: 9px;
    border-radius: 5px;
    color: var(--e-global-color-secondary);
    background: var(--e-global-color-white);
    border: 1px solid var(--e-global-color-secondary);
    transition: all 0.3s ease-in-out;
}
.team-section .box-content li i:hover {
    transform: translateY(-5px);
    color: var(--e-global-color-bright-blue);
    border: 1px solid var(--e-global-color-bright-blue);
}
.team-section .box-content h4{
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    margin-bottom: 5px;
}
.team-section .button {
    text-align: center;
}
.team-section .view_more {
    font-size: 18px;
    line-height: 18px;
    font-weight: 500;
    font-family: 'Inter', sans-serif;
    padding: 6px 3px 7px 58px;
    text-align: center;
    display: inline-block;
    border-radius: 30px;
    color: var(--e-global-color-secondary) !important;
    background: var(--e-global-color-white);
    transition: all 0.3s ease-in-out;
}
.team-section .view_more .circle {
    border-radius: 100px;
    height: 48px;
    width: 48px;
    line-height: 48px;
    text-align: center;
    margin: 0 3px 0 39px;
    display: inline-block;
    font-size: 18px;
    font-family: 'FontAwesome';
    transition: all 0.3s ease;
    color: var(--e-global-color-white);
    background: var(--e-global-color-bright-blue);
    transition: all 0.3s ease-in-out;
}
.team-section .view_more:hover {
    color: var(--e-global-color-white) !important;
    background: var(--e-global-color-bright-blue);
}
.team-section .view_more:hover .circle {
    background-color: var(--e-global-color-white);
    color: var(--e-global-color-secondary);
}

/* Technology */

.technology-section {
    position: relative;
    padding: 192px 0 60px;
    overflow: hidden;
}
.technology-section .technology-logoimage {
    position: absolute;
    left: 26px;
    bottom: 0;
}
.technology-section .technology_wrapper{
    position: relative;
}
.technology-section .technology_wrapper .technology-image1 {
    position: absolute;
    top: -128px;
    left: -92px;
}
.technology-section .technology_wrapper .technology-image2 {
    position: relative;
    top: 28px;
    right: -178px;
    display: inline-block;
}
.technology-section .technology_content{
    position: relative;
    z-index: 1;
}
.technology-section .technology_content h6 {
    color: var(--e-global-color-white);
    background: var(--e-global-color-bright-blue);
    padding: 5px 24px;
    border-radius: 5px;
    margin-bottom: 32px;
    display: inline-block;
}
.technology-section .technology_content h2 {
    margin-right: 35px;
    margin-bottom: 22px;
}
.technology-section .technology_content p{
    margin-right: 5px;
}
.technology-section .technology_content .text1 {
    font-weight: 600;
    padding-left: 20px;
    margin-bottom: 24px;
    margin-right: 145px;
    color: var(--e-global-color-black);
    border-left: 5px solid var(--e-global-color-bright-blue);
}
.technology-section .technology_content .text2 {
    margin-bottom: 32px;
}
.technology-section .technology_content .text3 {
    margin-bottom: 32px;
}
.technology-section .technology_content .read_more {
    font-size: 18px;
    line-height: 18px;
    font-weight: 400;
    font-family: 'Inter', sans-serif;
    padding: 6px 3px 7px 54px;
    text-align: center;
    display: inline-block;
    border-radius: 30px;
    color: var(--e-global-color-white) !important;
    background: var(--e-global-color-bright-blue);
    transition: all 0.3s ease-in-out;
}
.technology-section .technology_content .read_more .circle {
    background: var(--e-global-color-white);
    border-radius: 100px;
    height: 48px;
    width: 48px;
    line-height: 48px;
    text-align: center;
    margin: 0 3px 0 18px;
    display: inline-block;
    transition: all 0.3s ease-in-out;
    font-size: 18px;
    font-family: 'FontAwesome';
    transition: all 0.3s ease;
    color: var(--e-global-color-secondary);
}
.technology-section .technology_content .read_more:hover {
    color: var(--e-global-color-white) !important;
    background: var(--e-global-color-secondary);
}
.technology-section .technology_content .read_more:hover .circle {
    background-color: var(--e-global-color-bright-blue);
    color: var(--e-global-color-white);
}

/* PRELOADER */ 

.js {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    overflow: visible;
    background: #162834;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
}
.js div#preloader {
    width: 8vmax;
    height: 8vmax;
    border-right: 4px solid #ffffff;
    border-radius: 100%;
    -webkit-animation: spinRight 800ms linear infinite;
    animation: spinRight 800ms linear infinite;
}
#preloader:before, #preloader:after {
    content: "";
    width: 6vmax;
    height: 6vmax;
    display: block;
    position: absolute;
    top: calc(50% - 3vmax);
    left: calc(50% - 3vmax);
    border-left: 3px solid #ffffff;
    border-radius: 100%;
    -webkit-animation: spinLeft 800ms linear infinite;
    animation: spinLeft 800ms linear infinite;
}
#preloader:after {
    width: 4vmax;
    height: 4vmax;
    top: calc(50% - 2vmax);
    left: calc(50% - 2vmax);
    border: 0;
    border-right: 2px solid #ffffff;
    -webkit-animation: none;
            animation: none;
}
@-webkit-keyframes spinLeft {
    from {
      transform: rotate(0deg);
    }
    to {
      transform: rotate(720deg);
    }
} 
@keyframes spinLeft {
    from {
      transform: rotate(0deg);
    }
    to {
      transform: rotate(720deg);
    }
}
@-webkit-keyframes spinRight {
    from {
      transform: rotate(360deg);
    }
    to {
      transform: rotate(0deg);
    }
}
@keyframes spinRight {
    from {
      transform: rotate(360deg);
    }
    to {
      transform: rotate(0deg);
    }
}

/* SEARCH FORM */ 

#search {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    -webkit-transition: all 0.5s ease-in-out;
       -moz-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
	       -o-transition: all 0.5s ease-in-out;
            transition: all 0.5s ease-in-out;
    -webkit-transform: translate(0px, -100%) scale(0, 0);
	     -moz-transform: translate(0px, -100%) scale(0, 0);
	      -ms-transform: translate(0px, -100%) scale(0, 0);
         -o-transform: translate(0px, -100%) scale(0, 0);
	          transform: translate(0px, -100%) scale(0, 0);    
    opacity: 0;
    display: none;
}
#search.open {
    -webkit-transform: translate(0px, 0px) scale(1, 1);
       -moz-transform: translate(0px, 0px) scale(1, 1);
    	  -ms-transform: translate(0px, 0px) scale(1, 1);
	       -o-transform: translate(0px, 0px) scale(1, 1);
	           transform: translate(0px, 0px) scale(1, 1); 
    opacity: 1;
    z-index: 106;
    display: block;
}
#search input[type="search"] {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -51px;
    width: 60%;
    margin-left: 20%;
    color: rgb(255, 255, 255);
  	background: transparent;
  	border-top: none;
  	border-bottom: 2px solid rgba(255, 255, 255, .5);
  	border-left: 0px solid transparent;
  	border-right: 0px solid transparent;
    font-size: 40px;
    font-weight: 400;
    text-align: center;
    outline: none;
  	padding: 10px;
}
#search input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
    appearance: none;
    height: 20px;
    width: 20px;
    content: "\f00d";
    background-image: url('../images/close.png');
}
#search .close {
    position: fixed;
    top: 15px;
    right: 15px;
	opacity: 1;
	font-size: 27px;
  	color: #fff;
}
#search .close:hover{
  color: var(--e-global-color-accent);
  cursor: pointer;
  text-shadow: none;
}

/* Login Form Page Style  */

.login-form {
    min-height: 100vh;
    background: var(--e-global-color-very-dark-blue);
}
.login-form .login-form-title {
    margin-bottom: 40px;
}
.login-form .login-page-logo {
    margin-bottom: 25px;
}
.login-form .login-form-box {
    width: 450px;
    margin: 0 auto;
    position: relative;
}
.login-form .login-card {
    padding: 30px;
    margin-bottom: 30px;
    line-height: 0.8;
    border: 1px solid var(--e-global-color-very-light-gray);
    background: var(--e-global-color-secondary);
    border-radius: 5px;
}
.login-form .login-card label {
    font-size: 16px;
    line-height:20px;
    font-weight: 700;
    margin-bottom: 13px;
}
.login-form .login-card .input-field {
    font-size: 16px;
    font-weight: 500;
    height: 61px;
    width: 100%;
    line-height: 61px;
    padding: 0 21px;
    border-radius: 5px;
    background: transparent;
    color: var(--e-global-color-very-pale-mostly-white-cyan);
    border: 2px solid var(--e-global-color-white);
}
.login-form .login-card .input-field:focus {
    outline: none;
    box-shadow: none;
}
.login-form .login-card .form-group{
    margin-bottom: 16px;
}
.login-form .login-card .btn-primary {
    font-size: 18px;
    line-height: 18px;
    font-weight: 500;
    padding: 20px 15px;
    margin-bottom: 16px;
    width: 100%;
    border: none;
    border-radius: 100px;
    text-decoration: none;
    display: inline-block;
    color: var(--e-global-color-white);
    background: var(--e-global-color-bright-blue);
}
.login-form .login-card .btn-primary:hover {
    color: var(--e-global-color-bright-blue);
    background: var(--e-global-color-white);
}
.login-form .login-card .forgot-password {
    color: var(--e-global-color-white);
    font-size: 18px;
    line-height: 20px;
    text-decoration: none;
}
.login-form .login-card .forgot-password:hover {
    text-decoration: underline;
}
.login-form .login-form-box .join-now-outer a {
    font-size: 18px;
    line-height: 18px;
    color: var(--e-global-color-secondary);
    text-decoration: underline;
}
.login-form .login-form-box .join-now-outer a:hover {
    text-decoration: underline;
}
.login-form .login-card .select-option option {
    font-size: 16px;
    color: black;
}
.login-form .form_style::placeholder { 
    color: var(--createform-border-color);
    opacity: 1;
}
.login-form .form_style:-ms-input-placeholder { 
    color: var(--createform-border-color);
}
.login-form .form_style::-ms-input-placeholder {
    color: var(-);
}

/* Join-Now Form Page Style */

.sign-up-form {
    padding: 70px 0;
}
.sign-up-form .login-form-box {
    width: 700px;
}
.sign-up-form .login-card label small {
    font-size: 14px;
}
.sign-up-form .login-card .select-option {
    padding: 0 40px 0 21px;
    -webkit-appearance: none;
    background-repeat: no-repeat !important;
    background-position: 96.5% 26px !important;
    background-image: url('../images/dropdown-arrow.png') !important;
}
.sign-up-form .login-card .select-option:focus {
    outline: none;
    box-shadow: none;
}

/* Back to top button */

#button {
    display: inline-block;
    background-color: var(--e-global-color-bright-blue);
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s, 
      opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 3;
}
#button::after {
    content: "\f077";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 32px;
    color: #fff;
}
#button:hover {
    cursor: pointer;
    background-color: #333;
}
#button:active {
    background-color: #555;
}
#button.show {
    opacity: 1;
    visibility: visible;
}