/*
 Theme Name:     Astra Child
 Theme URI:      https://yourwebsite.com/astra-child/
 Description:    Astra Child Theme
 Author:         Your Name
 Author URI:     https://yourwebsite.com/
 Template:       astra
 Version:        1.0.0
 Text Domain:    astra-child
*/



@import url("../astra/style.css");

/*font-family: 'MyriadProRegular';

font-family: 'MyriadProBold';

font-family: 'MyriadProBlack';

font-family: 'MyriadProLight';*/

/*html {overflow-x:inherit !important;margin-top:0 !important;font-size:100% !important;}*/
html {overflow-x:hidden !important;}



:root {

    --bg-black: #000000;

    --bg-dark: #1d1d1d;

    --bg-light:#f1f1f1;

    --bg-gray:#777777;

    --bg-dark-gray:#343434;

    --bg-white: #ffffff;

    --bg-primary:#87d7dd;

    --bg-secondary:#6877d2;

    --bg-light-blue:#f6fafd;

    --bg-blue:#387FF3;



    --color-primary:#87d7dd;

    --color-secondary:#6877d2;



    --border-color:#e0e9ec;



    --btn-primary:#2A2A2A;



    --color-white:#ffffff;

    --color-black:#000000;

    --color-gray:#555555;

    --color-dark-gray:#2A2A2A;

    --color-light2:#F7F7F7;

    --color-gradiant:linear-gradient(90deg, rgba(92,139,216,1) 0%, rgba(76,217,222,1) 100%);
    
     --text-color-dark:#2a2a2a;
    --dark-theme:#011C3F;
    --text-color-light:#F7F7F7;
    --btn-gradiant-color:linear-gradient(90deg, rgba(92,139,216,1) 0%, rgba(76,217,222,1) 100%);
    --abs-gradiant-color:linear-gradient(90deg, rgba(92,139,216,0.3) 0%, rgba(76,217,222,0.3) 100%);
    

}

body{

    font-family: 'MyriadProRegular' , sans-serif !important;font-size:calc(0.58rem + 0.58vw) !important;overflow-x:hidden;overflow-x:hidden;
    background:var(--dark-theme) !important;
    color:var(--text-color-light);

}
/* scroller theme customize */
::-webkit-scrollbar {width:10px;height:10px;}
.animate-move-top {transition:margin-top 0.2s linear;}
::-webkit-scrollbar-button:start:decrement,
::-webkit-scrollbar-button:end:increment {height: 1px;display: block;background-color:transparent;}
::-webkit-scrollbar-button:horizontal:start:decrement,
::-webkit-scrollbar-button:horizontal:end:increment {height: 1px;display: block;background-color:transparent;}
::-webkit-scrollbar-track-piece {background-color:transparent;}
::-webkit-scrollbar-thumb:vertical,
::-webkit-scrollbar-thumb:horizontal {background-color: #D9D9D9; border: 1px solid #D9D9D9;-webkit-border-radius:8px;}
::-webkit-scrollbar-thumb:vertical:hover,
::-webkit-scrollbar-thumb:horizontal:hover {background-color: #D9D9D9;border: 1px solid #D9D9D9;-webkit-border-radius:8px;}

.bg-light-blue{

    background:var(--bg-light-blue);

}
#masthead .ast-container, .site-header-focus-item + .ast-breadcrumbs-wrapper{
    max-width: 100% !important;
        width:100% !important;
        padding:0  !important;
}

.ast-container {
        max-width: 100% !important;
        width:100% !important;
        padding:0 5vw;
}

/*wp header style*/
.site-header {
    display: flex;
    padding: 0 5vw;
    align-items: center;
}
#ast-mobile-header,
#ast-desktop-header {
    flex: 1 auto;
}
.ast-desktop .ast-primary-header-bar .main-header-menu > .menu-item {
    line-height:1.5;
}
.ast-mobile-header-wrap .ast-primary-header-bar, .ast-primary-header-bar .site-primary-header-wrap{
    min-height:0px;
}
.select2-hidden-accessible{
    display:none;
}
.select2-results__option{
    color:#000000;
}
body .site-header#masthead  {
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
}
body.admin-bar .site-header#masthead  {
        top:30px;
}

a{

    color:var(--color-primary);

}

a>*{

    color:inherit;

}

a.color-inherit{
    color:inherit;
}

.fw-bold{

    font-family: 'MyriadProBold' , sans-serif;

}

.ff-black{

    font-family: 'MyriadProBlack' , sans-serif;

}
form.form{
    position:relative;
}
.email-sendingloading {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.emailsending .form-group{
    opacity:0.5;
}

.fw-light{

    font-family: 'MyriadProLight' , sans-serif;

}




.color-white{color:var(--color-white)  !important}

.color-black{color:var(--color-black)  !important}

.bg-light2{
    background:var(--color-light2) !important;
    color:var(--color-dark-gray) !important;
}
.color-dark-gray{
    color:var(--color-dark-gray) !important;
}

.bg-black{background:var(--bg-black)  !important}

.bg-dark{background:var(--bg-dark)  !important}

.bg-light{background:var(--bg-light)  !important}

.bg-gray{background:var(--bg-gray)  !important}

.bg-dark-gray{background:var(--bg-dark-gray)  !important}



.bg-light{background:var(--bg-light)  !important;}

.btn{transition:all 0.3s ease;}

.btn:hover {

    box-shadow: 4px 4px 10px rgba(0,0,0,0.2);

}

.btn-primary{

    background:var(--btn-primary);color:var(--color-white);border-color: var(--btn-primary);

}

.btn-primary.outline{

    background:transparent;color:var(--color-dark-gray);border-color: var(--btn-primary);

}

.btn-pirmary.outline:hover{

    background:var(--btn-primary);color:var(--color-dark-gray);border-color: var(--btn-primary);

}

.btn-primary:hover{

    background:var(--btn-primary);color:var(--color-white);border-color: var(--btn-primary);

}

.btn-secondary{

    background:var(--bg-black);color:var(--color-white);border-color:var(--bg-black);

}



.btn-secondary:hover{

    background:var(--bg-secondary); color:var(--color-white);border-color:var(--bg-secondary);

}

.btn-outline.border-white{

    color:#ffffff;

}

.btn-outline.border-white:hover{

    background:var(--bg-white);color:var(--color-black);



}

.form-control:focus,

.form-control:active{

    box-shadow:none !important;outline:none !important;

}

a{text-decoration:none;}

i{display:inline-block;vertical-align:middle;}

.f-sm{font-size:80%}

.intro-text .heading .f-sm{font-size:16px}

.no-radius{border-radius:0;}

.border{

    border:1px solid var(--border-color);  

}

.border-right{

    border-right:1px solid var(--border-color);

}

.border-left{

    border-left:1px solid var(--border-color);

}

.border-top{

    border-top:1px solid var(--border-color);

}

.border-bottom{

    border-bottom:1px solid var(--border-color);

}

.border-white{

    border-color:var(--color-white);

}

.h1, h1 {

    font-size:calc(3.5rem + 3.5vw) !important;

}

.h2, h2 {

    font-size:calc(2rem + 2.2vw) !important;

}

.h3, h3 {

    font-size:calc(1.2rem + 1.2vw) !important;

}

.h4, h4 {

    font-size:calc(1rem + 0.8vw) !important;

}

.h5, h5 {

    font-size:calc(0.9rem + 0.5vw) !important;

}



.p-relative{

    position:relative;

}

section{

    width:100%;min-height:100vh;position:relative;

}



section.h-auto{

    min-height:auto;

}



.section-gutter{

    padding:0 5vw;

}

.section-gutter.gutter-left{

    padding-left:5vw;padding-right:0;

}

.gutter-left{

    padding-left:5vw;

}

.section-gutter.gutter-right{

    padding-right:5vw;padding-left:0px;

}

.gutter-right{

    padding-right:5vw;

}

.section-gutter.gutter-right-top{

    padding-right:5vw;padding-top:70px;padding-bottom: 0px !important;padding-left: 0px;

}

.gutter-top-bottom{

    padding-top:100px;padding-bottom:100px;

}

.gutter-top{

    padding-top:100px;

}

.gutter-bottom{

    padding-bottom:100px;

}



.section-subheading{

    font-size:27px;

}

.section-heading-wrapper{

    margin-bottom:40px;

}

.sec{

    position:relative;

}

.sec .section-content,

.sec.shadow-top .section-content,

.sec.shadow-right .section-content,

.sec.shadow-left .section-content{

    position:relative;z-index:2;

}

.sec.shadow-left:after{

    content:'';display:block;position:absolute;left:0;top:0;background:url('img/blur-shadow.png') no-repeat;height:100%;width:100%;background-size:contain;background-position:left;z-index:1;

}

.sec.shadow-top:after{

    content:'';display:block;position:absolute;top:0;background:url('img/blur-shadow-top.png') no-repeat;height:100%;width:100%;background-size:100%;background-position:top;z-index:1;

}

.sec.shadow-right:after{

    content:'';display: block;position:absolute;right:0;top:0;background:url(img/blur-shadow.png) no-repeat;height: 100%;width: 100%;background-size: contain;background-position: left;z-index: 1;transform: rotate(-180deg);

}

.bg-grd{

    background: rgb(92,139,216) !important;background: linear-gradient(90deg, rgba(92,139,216,1) 0%, rgba(76,217,222,1) 100%) !important;

}

.opacity-0{opacity:0;}

.opacity-01{opacity:0.1;}

.opacity-02{opacity:0.2;}

.opacity-03{opacity:0.3;}

.opacity-04{opacity:0.4;}

.opacity-05{opacity:0.5;}

.opacity-06{opacity:0.6;}

.opacity-07{opacity:0.7;}

.opacity-08{opacity:0.8;}

.opacity-09{opacity:0.9;}

.opacity-1{opacity:1;}

.list{list-style:none;padding:0;margin:0;}

/*letter spacing*/

.l-spac-7{

    letter-spacing: 0.7px;

}

.l-spac-8{

    letter-spacing: 0.8px;

}

.l-spac-9{

    letter-spacing: 0.9px;

}

.l-spac-10{

    letter-spacing: 1px;

}

.l-spac-11{

    letter-spacing: 1.1px;

}

.l-spac-12{

    letter-spacing: 1.2px;

}

.l-spac-13{

    letter-spacing: 1.3px;

}

.l-spac-14{

    letter-spacing: 1.4px;

}

.l-spac-15{

    letter-spacing: 1.5px;

}

.l-spac-16{

    letter-spacing: 1.6px;

}

.l-spac-17{

    letter-spacing: 1.7px;

}

.l-spac-18{

    letter-spacing: 1.8px;

}

.l-spac-19{

    letter-spacing: calc(0.15rem + 0.15vw);

}

.l-spac-20{

    letter-spacing: calc(0.2rem + 0.2vw);

}

/*fixed header*/
body.scrolled .site-header,
body.scrolled .header{
    position: fixed;
    top: 0;
    background:var(--dark-theme);
    left: 0;
    right: 0;
    z-index:99;
     transition:all 0.3s ease-in;
}
body.scrolled .section-top .section-content{
    z-index:5;
}
body.scrolled .site-header .navbar,
body.scrolled .header .navbar {
    padding: calc(0.3rem + 0.2vw) 0px;
     
}

/*header spacing*/
.site-header .main-header-bar{
    background:transparent;
    border:0px;
}
.header{

    position:relative;

}

.header .navmain{

    position:relative;

    z-index:2;

}
.site-header .site-logo-img,
.header .navbar-brand{

    width: calc(5rem + 5vw);margin-right: calc(5vh);

}
.site-header .site-logo-img .custom-logo-link{
    display:block;
}
.site-header .site-logo-img .custom-logo-link img,
.header .navbar-brand>img{

    width:100%;

}

.header .navbar{
    transition:all 0.3s ease-in;
    padding: calc(0.8rem + 0.8vw) 0px;   

}

.header .navbar-nav .nav-item .nav-link{

    font-size:16px;

}


.header .navbar-nav>.nav-item>.nav-link{margin-right:15px;font-weight:normal;color:var(--color-dark-gray);}

.header .navbar-nav>.nav-item:last-child>.nav-link{margin-right:0px;}



.has-submenu{

    position:relative;

}

.header .navbar-nav li.active.has-submenu:after,

.has-submenu:after{

    content:"\e907";display:block;font-family:'custom-icon' !important;

    speak: never;font-style:normal;font-weight:normal;font-variant:normal;

    text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;

    position:absolute;top:50%;transform:translate(0 , -50%);right:5px;

}

.has-submenu .submenu-toggle{

    cursor:pointer;

}

.has-submenu .nav-link{color:var(--color-white)}

.main-header-bar-navigation .menu-item a:hover{
    cursor: pointer;
    background: rgb(92, 139, 216);
    background: linear-gradient(90deg, rgba(92, 139, 216, 1) 0%, rgba(76, 217, 222, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.main-header-bar-navigation .menu-item a,
.header .navbar .nav-link, .header .btn {
    font-size: calc(0.48rem + 0.48vw) !important;
}


/*.has-submenu .submenu-dropdown{

    position:absolute;top:100%;list-style:none;padding:0;margin:0;visibility:hidden;opacity:0;z-index:-999;transition:all 0.3s ease-in;

    background: rgb(92,139,216);background: linear-gradient(90deg, rgba(92,139,216,1) 0%, rgba(76,217,222,1) 100%);width:100%;

}*/

.has-submenu .submenu-dropdown{

    position:fixed;top:80px;list-style:none;padding:0;margin:0;visibility:hidden;opacity:0;z-index:-999;transition:all 0.3s ease-in;

    background: rgb(92,139,216);background: linear-gradient(90deg, rgba(92,139,216,1) 0%, rgba(76,217,222,1) 100%);width: 830px;transform:translate(-50%, 0px);;

}
.submenu-dropdown li{
    width:33.33%;
}

.has-submenu:hover .submenu-dropdown{

    visibility:visible;opacity:1;z-index:1;

}



.header .navbar-nav li:last-child a{

    margin-right:0;

}

.header .navbar-nav li .nav-link{transition:all 0.3s ease;}

.header .navbar-nav li{position:relative}

.header .navbar-nav li.active:not(.has-submenu) a:after{
    content:'';
    display:block;
    width:55%;
    height:2px;
    background: rgb(92,139,216);
    background: linear-gradient(90deg, rgba(92,139,216,1) 0%, rgba(76,217,222,1) 100%);
    position:absolute;
    bottom:0;
    left:-20px;
    right:0;
    margin:0 auto;
}
.header .navbar-nav li.active:last-child:not(.has-submenu) a:after{
    left:0px;
}

.header .navbar-nav li.active.has-submenu:before{

    content:'';

    display:block;

    width:75%;

    height:2px;

    background: rgb(92,139,216);

    background: linear-gradient(90deg, rgba(92,139,216,1) 0%, rgba(76,217,222,1) 100%);

    position:absolute;

    bottom:0;



}

.header .navbar-nav li .nav-link:not(.submenu-link):hover{

    cursor:pointer;

    background: rgb(92,139,216);

    background: linear-gradient(90deg, rgba(92,139,216,1) 0%, rgba(76,217,222,1) 100%);

    -webkit-background-clip: text;

    -webkit-text-fill-color: transparent;

}

.header .submenu-item.active .nav-link,

.header .submenu-item .nav-link:hover{

    cursor:pointer;

    background: rgb(92,139,216);

    color:#ffffff;

}

.header .menu-lines {

    display:block;height:calc(0.78rem + 0.8vw);width:calc(1.5rem + 1.5vw);display:flex;

    flex-direction: column;justify-content: space-between;cursor:pointer;

}

.header .menu-btn input[type="checkbox"] {

    position:absolute;display:block;height:32px;width:30px;top:20px;left:20px;z-index:5;opacity:0;

}

.header .menu-lines .line {

    display: block;height:calc(0.11rem + 0.11vw);width:100%;border-radius:10px;background:#333;

}

.header .menu-lines .line1 {

    transform-origin: 0% 0%;

    transition: transform 0.4s ease-in-out;

}

.header .menu-lines .line2 {

    transition: transform 0.2s ease-in-out;

}

.header .menu-lines .line3 {

    transform-origin: 0% 100%;transition: transform 0.4s ease-in-out;

}

.sign-header-btn{

    margin-right:calc(2rem + 2vw);

}

.dot{

    width:8px;height:8px;background:var(--bg-black);display:inline-block;margin-left:0.2rem;margin-right: 5px;transform:translate(0, -2px);

}

.dot.dt-circle{border-radius:50%;}

.bg-dark .dot,

.bg-black .dot{

    background: var(--bg-white);

}

.ul-list{list-style:none;padding:0;margin:0;}



.header-btn-wrapper{

    background:rgb(92,139,216);background:linear-gradient(90deg, rgba(92,139,216,1) 0%, rgba(76,217,222,1) 100%);

    padding:5px;border-radius:50px;

}

.btn-round{border-radius:50px;}

.btn-default{background:var(--bg-white);color:var(--color-dark-gray)}

.btn-default:hover{background:var(--bg-primary);}

.btn-lg {padding: 0.5rem 2.3rem;}



/*section heading */

.sec-heading{

    position:relative;

}

.sec-heading .bottom-line{

    position:absolute;bottom:0;width:13%;height:2px;background-color:var(--bg-black);left:0;right:0;margin:0 auto;

}

.sec-btn{

    font-size: calc(0.65rem + 0.65vw);padding: calc(0.3rem + 0.3vw) calc(0.9rem + 0.9vw) calc(0.3rem + 0.3vw) calc(0.9rem + 0.9vw);

}


.sec-top-figure{
    padding-right:0;
}
/*bar banner*/

.bar-banner-content{

    padding:calc(1.5vw + 1.5rem) 0;

}

.bar-banner-content .bar-banner-txt{

    width:80%;color:var(--color-white);padding-right:8vw;

}

.bar-banner-content .bar-banner-hd{

    color:var(--color-white);

}

/*abs cricle*/

.circle-abs{

    background-color:rgba(255,255,255,0.6);border-radius:50%;box-shadow:0px 0px 20px rgba(0,0,0,0.06);position:absolute;z-index:1;

}

.circle-abs.big{

    width:calc(2.8rem + 2.8vw);height:calc(2.8rem + 2.8vw);

}

.circle-abs.medium{

    width:calc(2rem + 2vw);height:calc(2rem + 2vw);

}

.circle-abs.small{

    width:calc(1rem + 1vw);height:calc(1rem + 1vw);

}

.circle-abs.section-top-cricle{

    top:-25%;left:calc(25vw);

}

.circle-abs.section-top-txt{

    bottom: -24%;right: 0;

}

.section-transfrom .circle-abs.section-top-txt{

    top:-37%;right:2%;left:inherit;

}



.section-top-text .small.section-top-figure{

    bottom:12%;left:10%;

}

/*heading gradiant*/

.gr-text1{

    background: rgb(92,139,216);background: linear-gradient(90deg, rgba(92,139,216,1) 0%, rgba(76,217,222,1) 100%);-webkit-background-clip: text;-webkit-text-fill-color: transparent;

}

.gr-text2{

    background:rgb(76,217,222);background:linear-gradient(90deg, rgba(76,217,222,1) 0%, rgba(92,139,216,1) 100%);

    -webkit-background-clip: text;-webkit-text-fill-color: transparent;

}



/*section integrate section*/

.section-intg .sec-desc{

    position:relative;

}

.section-intg .sec-desc:after{

    content:'';display:block;box-shadow:0px 0px 40px rgba(0,0,0,0.1);border-radius:50%;position:absolute;width:calc(3rem + 3vw);height:calc(3rem + 3vw);bottom:-110%;left:40%;background-color: rgba(255,255,255,0.6);

}

.section-intg .integ-txt{

    margin-top:22%;position:relative;padding-left:calc(2.29rem + 2.29vw);margin-left:calc(1rem + 1vw);font-size:calc(1.1rem + 1.1vw);

}

.integ-figure-container{position:relative;}

.integ-figure-container:after{

    content:'';display:block;box-shadow:0px 0px 40px rgba(0,0,0,0.1);border-radius:50%;position:absolute;width:calc(1rem + 1vw);height:calc(1rem + 1vw);bottom:22%;right:15%;

}

.section-intg .rt-text{

    transform:rotate(-90deg);position:absolute;bottom:-5%;right:-8%;z-index:2;

}

.section-intg  .rt-text .dot{

    display:inline-block;transform:translate(0px, -2px);margin-right:calc(0.3rem + 0.3vw);

}

.abs-integ-figure{

    position: absolute;top:2%;background: url(img/abs-integ-figure.png) no-repeat;width: calc(3rem + 3vw);height:calc(20rem + 60vh);background-size: 100%;z-index: 1;right: calc(2.2rem + 2.2vw);

}



/*section team*/

.section-team .owl-dots .owl-dot span {

    background: #cbcaca;border: 1px solid #cbcaca;

}

.section-team:after{

    content:'';display:block;width:100%;height:100%;position:absolute;top:0;background:url('img/shadow-ellipse.png') no-repeat;background-size:contain;background-position:center center;z-index:1;

}

.section-team .section-team-inner{

    position:relative;z-index:2;

}

.owl-dots{

    text-align:center;margin-top:30px;

}

.owl-dots .owl-dot span {

    width: calc(0.3rem + 0.3vw);height: calc(0.3rem + 0.3vw);display: block;border-radius: 50%;background: #cbcaca;transition: all 0.3s ease;margin-right: calc(0.8rem + 0.8vw);

}

.owl-dots .owl-dot:last-child span{

    margin-right:0;

}

.owl-dots .owl-dot.active span {

    background: #beaafe;border: 1px solid #beaafe;

}

.slide-items-team-sec.owl-carousel button.owl-prev i,

.slide-items-team-sec.owl-carousel button.owl-next i{

    display:none;

}

.transfrom-content-wrapper{position:relative}

.section-transfrom .transfrom-content-wrapper .section-bottom {right: 10%;bottom:20%;left:inherit}

.section-team-inner .round-team-bottom-left,

.slide-items-team-sec.owl-carousel button.owl-next {

    position: absolute;left:1.5%;width:calc(2.5rem + 2.5vw);height:calc(2.5rem + 2.5vw);background-color:rgba(255,255,255,0.6) !important;border-radius:50%;bottom:calc(-3rem);z-index:1;

}

.section-team-inner .round-team-bottom-right,

.slide-items-team-sec.owl-carousel button.owl-prev {

    position: absolute;left: calc(-1.5rem + -1.5vw);width: calc(3rem + 3vw);height: calc(3rem + 3vw);background-color: #b2e3e5 !important;border-radius: 50%;bottom:calc(-3rem);z-index:1;



}

.slide-items-team-sec.owl-carousel .owl-stage-outer{

    overflow:visible;

}

.slide-items-team-sec .item{

    padding: calc(0.6rem + 0.6vw);/*border: 3px solid #fff;*/background:transparent;

    

}

.slide-items-team-sec .item .item-inner-wrapper{

    padding:1.5rem 0.5rem 1.5rem 0.5rem;background:var(--bg-white);border-radius:calc(0.7rem + 0.7vw);color:var(--color-dark-gray);

}

.slide-items-team-sec .item .item-inner-wrapper .item-content{

    border-radius:calc(0.7rem + 0.7vw);background:var(--bg-white);overflow:hidden;

}

.slide-items-team-sec .item .heading-wrapper {

    text-align:center;text-transform: uppercase;

}

.slide-items-team-sec .item .heading-wrapper .heading {position:relative;font-size:calc(0.9rem + 0.9vw);}



/*transform section */

.list-transform{

    width:600px;margin:0 auto;

}

.trns-figure-wrapper {

    background: url(img/sec-transfrom-figure.png) no-repeat;background-size: contain;padding-right: 0;max-width:35vw;min-width:35vw;

}

.trns-figure-wrapper .trns-abs{

    transform: translate(24%, 0%);padding-top:4%;

}

.section-transfrom .section-bottom {

    bottom:10%;left:3%;

}

/*.sec-heading-wrapper{padding-right: calc(3rem + 3vw);}*/

.list-wrapper .list-item,

.list-transform .list-item{

    position:relative;padding-left:30px !important;width:49%;

}

.list-wrapper .list-item .dot,

.list-transform .list-item .dot{

    position:absolute;top:0.5rem;left:0;

}



/*section whyus*/

.whyus-figure{

    padding-left:4vw;position:relative;width:45%;

}



.whyus-figure:after{

    display:block;clear:both;content:"";

}

.whyus-figure .whyus-figure-abs{

    position:absolute;top: 50%;z-index:1;left:0;width:calc(15rem + 15vw);transform: translate(0px, -50%);

}


.whyus-figure .whyus-thumb-lg img{

    width:100%;height:450px;overflow:hidden;position:relative;

}

.whyus-thumbs-wrapper{
    width:55%;
    padding-left:5%;
}

.whyus-figure .whyus-thumb-lg{
    width:45%;height:450px;border-radius:18px;overflow: hidden;
}

.whyus-figure-row .whyus-figure{
    float:left;
}
.whyus-figure-row .whyus-figure-txt{
    float:right;
    transform:translate(0px, 18%);
}
.whyus-figure .whyus-thumb-sm img,

.whyus-figure .whyus-thumb-sm{

    width:100%;height:210px;border-radius:18px;overflow:hidden;position:relative;

}

.whyus-thumbs-wrapper,

.whyus-figure .whyus-thumb-lg{

    float:left;

}
.whyus-figure-row .whyus-figure,
.whyus-figure-row .whyus-figure-txt{
    width:50%;
}



.whyus-figure .whyus-thumb-sm{margin-bottom:30px;}

.whyus-figure .whyus-thumb-sm:last-child{margin-bottom:0;}

.whyus-thumb-sm .thumb-sts,

.whyus-thumb-lg .thumb-sts{

    position:absolute;bottom:0;background:rgb(92,139,216,1);background:linear-gradient(90deg, rgba(92,139,216,0.7) 0%, rgba(76,217,222,0.7) 100%);padding:5px 15px;color:var(--color-white);font-weight:bold;border-top-right-radius:8px;

}

.section-whyus .sec-heading-wrapper .circle-abs.section-top{

    position:absolute;top:-30%;right:30%;

}

/*section register*/

.section-register-now-inner {

    padding-right:65vw !important;

}

.section-figure{

    position:absolute;top:50%;width:55vw;z-index:1;right:4vw;transform:translate(0,-50%);

}

.register-form .form-control{

    border-radius: 0 !important;border:2px solid var(--color-white) !important;background:transparent !important;height:calc(2rem + 2vw) !important;color:var(--color-white) !important;

}

.register-form .form-control::placeholder {

    color:#ffffff !important;font-size: 1.2em !important;

}

.has-send-button{

    position:relative !important;

}

.has-send-button .send-registration{

    position: absolute;top: 50%;width: calc(1.2rem + 1.2vw);height:calc(1.2rem + 1.2vw);background: var(--bg-white);color:var(--color-black);border-radius: 50%;right: 8px;z-index:-44;visibility: hidden;opacity: 0;transition: all 0.3s ease;transform:translate(0px, -50%);text-align:center;padding: 0;

}

.has-send-button .send-registration i{font-size:22px;transform: translate(1px, -1px);}

.has-send-button.send-active input{

    padding-right:calc(1.4rem + 1.4vw);

}

.has-send-button.send-active .send-registration{

    z-index:1;visibility:visible;opacity:1;

}





/*compliance section row*/

.compliance-section-row{

    padding-right:35vw;background:url('img/compliance-abs.png') no-repeat;background-size:35vw;background-position:right center;

}

.list-container .list-figure-wrapper,

.security-platform-list-wrapper .list-figure-wrapper{

    width:calc(6.2rem + 6.2vw);height:calc(6.2rem + 6.2vw);max-width: calc(6.2rem + 6.2vw);min-width: calc(6.2rem + 6.2vw);padding:calc(0.1rem + 0.1vw);background: rgb(106,130,210);background: linear-gradient(90deg, rgba(106,130,210,1) 0%, rgba(136,217,220,1) 100%);border-radius:50%;margin-right:calc(1rem + 1vw);overflow:hidden;

}

.list-container .list-figure,

.security-platform-list-wrapper .list-figure{

    width:calc(6rem + 6vw);height:calc(6rem + 6vw);max-width: calc(6rem + 6vw);min-width: calc(6rem + 6vw);border-radius:50%;/*border:2px solid #6b8ad3;*/

    overflow:hidden;background:url('img/compliance1.png') no-repeat;background-size:cover;background-position:center center;

}

.compliance-regulations-list-wrapper .list-figure{

    background:url('img/compliance2.png') no-repeat;background-size:cover;background-position:center center;

}

.certification-list-wrapper .list-figure{

    background:url('img/compliance3.png') no-repeat;background-size:cover;background-position:center center;

}

.section-compliance .list-wrapper{position:relative}

.section-compliance .list-wrapper .circle-abs.section-bottom{left:-36%;bottom:10%;}

.section-compliance .list-wrapper .circle-abs.section-top{right:5%;top:-100%;}



/* subscribe section*/

.subscribe-figure-wrapper{position:relative;padding-left:0px;padding-right:22%}

.subscribe-abs{

    position:absolute;/*min-height: calc(20rem + 30vh);*/max-height:100%;bottom:-3px;width:64%;z-index:1;

}

.form-subcribe-section{

    padding:0 10%;

}

.form-subcribe-section .form-group{

    margin-bottom:10px;

}

/*form input*/

.form-control{

    color:var(--color-gray);min-height:2rem;padding:0.5rem 1.5rem;border-color:transparent;

}

.form-control.round{

    border-radius:5rem;

}

textarea.form-control{

    height: calc(5rem + 5vw) !important;

    min-height: calc(5rem + 5vw) !important;

}

.form-control::placeholder {

    color: var(--color-gray) !important;

}

.form-control.input-white{

    border-color:var(--color-white) !important;

    color:var(--color-white) !important;

}

.form-control.input-white::placeholder {

    color:var(--color-white) !important;

}



/* feature section */

.slick-dots li{

    width: 10px;height: 10px;

}

.slick-dots li button:before{

    font-size:0;background-color:var(--bg-gray);border-radius:50%;width:10px;height:10px;

}

.slick-dots li.slick-active{

    width:25px;

}

.slick-dots li.slick-active button:before{

    width:25px;height:10px;border-radius:8px;background:rgb(92,139,216);background:linear-gradient(90deg, rgba(92,139,216,1) 0%, rgba(76,217,222,1) 100%);

}

.features-nav{padding:0;list-style:none;margin:0}

.features-nav button{

    backface-visibility:hidden;border:0;background:transparent;color:#ffffff;

}

.features-nav .slick-slide{

    padding:5px 15px;

}

.features-nav .slick-slide button{

    font-size:15px;
    padding:0 5px;
}

.features-nav .slick-slide.side_active{

    border-radius:20px;background:#ffffff;

    

}

.features-nav .slick-slide.side_active button{

    background: rgb(92,139,216);background: linear-gradient(90deg, rgba(92,139,216,1) 0%, rgba(76,217,222,1) 100%);

    -webkit-background-clip: text;-webkit-text-fill-color: transparent;font-weight:600 !important;

}

.slide-title .slick-slide {

    padding:9vh 0;margin-bottom:9vh;text-align:center;

}

.slide-title .slick-slide {

    padding:9vh 0;margin-bottom:9vh;text-align:center;

}

.feature-slide-content{
    transform:translate(0px, -30vh);margin-bottom:0px !important;
}

.feature-slide-content .slick-track{
    white-space:nowrap;
}
.feature-slide-content .slick-track .f-slide-item{
    display:inline-block;
    float:none;
}

.feature-slide-content .slick-slide .f-slide-item-content .item-thumb{transition: all .2s ease;transition: all .5s;}

.feature-slide-content .slick-slide.slick-center .f-slide-item-content .item-thumb{

    padding:0;zoom:1.3;

}

.feature-slide-content .slick-slide img{width:100%;}

.feature-slide-content .f-slide-item {padding:3.3vw;}

.feature-slide-content .slick-center{transform:scale(1.24);transition:all .3s ease;transition:all .5s;}

.feature-slide-content .slick-center:not(.slick-cloned) .f-slide-item-content{box-shadow:0px 0px 20px rgba(0,0,0,0.3);}



.feature-slide-content .slick-list.draggable{overflow:visible;}



/*footer*/



.footer .gutter-top-bottom{

    padding-top:70px;padding-bottom:70px;

}

.footer-logo {

    width: calc(4rem + 4vw);margin-bottom: 30px;

}

.social-links i{

    color:var(--color-white);font-size:calc(0.8rem + 0.8vw);

}

/*section scroll buttons*/

.down {

    position: absolute;

    bottom:30px;

    left:0;

    right:0;

    margin:0 auto;

    

    -webkit-animation: sdb05 1.5s infinite;

    animation: sdb05 1.5s infinite;

    box-sizing: border-box;

  }

  @-webkit-keyframes sdb05 {

    0% {

      -webkit-transform: rotate(0deg) translate(0, 0);

      opacity: 0;

    }

    50% {

      opacity: 1;

    }

    100% {

      -webkit-transform: rotate(0deg) translate(0px, 20px);

      opacity: 0;

    }

  }

  @keyframes sdb05 {

    0% {

      transform: rotate(0deg) translate(0, 0);

      opacity: 0;

    }

    50% {

      opacity: 1;

    }

    100% {

      transform: rotate(0deg) translate(0px, 20px);

      opacity: 0;

    }

  }



a.scroll-next {

    position: absolute;height: calc(1.3rem + 1.3vw);width: calc(0.7rem + 0.7vw);border:1px solid #ffffff;margin: auto;left: 0;right: 0;bottom: 20px;border-radius: 3em;

  }

  .scroll-next.blue{

    border-color:var(--color-primary);

  }

  a.scroll-next:before {

    position: absolute;content: "";margin:auto;left:0;right:0;top:0;height:4px;width:4px;background-color: #ffffff;border-radius: 50%;animation: move-down 2s infinite;

  }

  a.scroll-next:after{

    content: '';width: 16px;height: 17px;position:absolute;margin: auto;bottom:-12px; right:0;left:0;-webkit-animation: 3s arrow infinite ease;animation: 3s arrow infinite ease;border-right: 1px solid #FFF;border-bottom: 1px solid #FFF;-ms-transform: rotate(45deg);-webkit-transform: rotate(45deg);transform: rotate(45deg);

  }

  .scroll-next.blue:before{

    background:var(--bg-secondary);

  }

  a.scroll-next.blue:after{

    border-right: 1px solid var(--color-primary);border-bottom: 1px solid var(--color-primary);

  }

  @keyframes move-down {

    80% {

      opacity: 0.5;

    }

    100% {

      transform: translateY(1.8rem);

      opacity: 0;

    }

  }





/*modal*/

.modal-content.rounded {

    border-radius: 2.5rem !important;

}

.modal .form-control {
    height:50px;
    min-height:50px;
    color: var(--color-black) !important;
    border:1px solid #d6dbdf;
}
.FreeTrialModal-modal .form-group{
    position:relative;
}
.FreeTrialModal-modal .form-group .help-block{
    position:absolute;
}

/* Chrome, Safari, Edge, Opera */

input::-webkit-outer-spin-button,

input::-webkit-inner-spin-button {

  -webkit-appearance: none;

  margin: 0;

}



/* Firefox */

input[type=number] {

  -moz-appearance: textfield;

}



.section-jc-inner .btn-outline {

    border: 3px solid #ffffff;

}



/*about page style*/

.figure-mask-wrapper{position:relative;}

.figure-mask-wrapper .figrue-bgmask{position:absolute;top:0%;left:-3%;width:100%;z-index:-1;}

.has-abs{position:relative;}

.circle-abs.bg-grd{

    background: rgb(92,139,216, 0.2) !important;background: linear-gradient(90deg, rgba(92,139,216,0.2) 0%, rgba(76,217,222,0.2) 100%) !important;

}

.circle-abs.bg-grd-op-06{

    background: rgb(92,139,216, 0.6) !important;background: linear-gradient(90deg, rgba(92,139,216,0.6) 0%, rgba(76,217,222,0.6) 100%) !important;

}

.circle-abs.bg-grd-op-05{

    background: rgb(92,139,216, 0.5) !important;background: linear-gradient(90deg, rgba(92,139,216,0.5) 0%, rgba(76,217,222,0.5) 100%) !important;

}

.circle-abs.bg-grd-op-04{

    background: rgb(92,139,216, 0.4) !important;background: linear-gradient(90deg, rgba(92,139,216,0.4) 0%, rgba(76,217,222,0.4) 100%) !important;

}

.circle-abs.bg-grd-op-03{

    background: rgb(92,139,216, 0.3) !important;background: linear-gradient(90deg, rgba(92,139,216,0.3) 0%, rgba(76,217,222,0.3) 100%) !important;

}

.has-abs .abs.top-right{top:-10%;right:-10%;}

.has-abs .bottom-right{top:inherit; bottom:0;left:inherit;right:10%}

.has-abs .left-center{top:50%; bottom:inherit;left:-7%;right:0;transform:translate(0,-50%)}

.has-abs .bottom-left{top: inherit;bottom:0;left:10%;right:inherit;}

.has-abs .top-left{top:0;bottom:inherit;left:-4%;right:inherit;}

.has-abs .right-center{top:50%; bottom:inherit;left:inherit;right:7%;transform:translate(0,-50%)}



.about-top-figure-right,

.about-top-figure-left{position:relative}



.figure-mask-wrapper .figure-left,

.about-top-sec-figure-wrapper .about-top-figure-left{padding-right:6vw}



.figure-mask-wrapper .left-figure-mask{padding-right:7vw;}

.about-top-sec-figure-wrapper .left-figure-mask {padding-right:7vw;right:-5%;left:inherit;top:8%;}



.figure-mask-wrapper .figure-right,

.about-top-sec-figure-wrapper .about-top-figure-right{padding-left:6vw}



.figure-mask-wrapper .right-figure-mask,

.about-top-sec-figure-wrapper .right-figure-mask{padding-left:7vw}



.rt-text.rotate-vertically {transform: rotate(-90deg);}

.about-top-figure-left .rt-text{

    position:absolute;top:16%;right:-5%;

}

.rt-text.rotate-vertically[data-aos^=fade][data-aos^=fade].aos-animate {

    transform: rotate(-90deg) !important;

}

.about-whyweare .figure-mask-wrapper .right-figure-mask{top:8.7%;left:-4.8%;}

.about-future-section-content .figure-mask-wrapper .right-figure-mask {

    top:8.7%;left:-4.8%;

}

.bg-watermark{

    background-image:url('img/about/diskus_watermark.png');background-repeat:no-repeat;background-size:cover;background-color:var(--bg-light);background-position:center center;

}

.how-wedoit-box{

    background:var(--bg-white);padding:calc(0.8rem + 0.8vh);border-radius:3px;box-shadow:0 0 10px rgba(0,0,0,0.1);text-align:center;

    height: calc(13rem + 13vh);overflow:hidden;

}

.how-wedoit-box .box-icn img,

.how-wedoit-box .box-icn{

    width:56px;height:56px;margin:0 auto;

}



.center-box-col{padding-top:calc(13rem + 13vh);}

.about-westarted-section-content .figure-mask-wrapper .right-figure-mask {

    top:0;left:3%;

}

.westarted-txt-wrapper .top-left{top:-20%;}

.about-wevalue-section-content .left-figure-mask{left:7%;top:10%;}

.about-whoweare-section-content .figure-mask-wrapper .right-figure-mask {top:0;left:3%;}

.team-boxes-container .team-box{

    background: rgb(92,139,216, 0.8) !important;

    background: linear-gradient(90deg, rgba(92,139,216,0.8) 0%, rgba(76,217,222,0.8) 100%) !important;

    padding:calc(1.2rem + 1.2vh) calc(1.2rem + 1.2vh);

}



.team-col{margin:3vh 0;padding:calc(1rem + 1vw) calc(1rem + 1vw);}

.team-boxes-container .team-box .tm-bx-figure{

    height:calc(12rem + 12vh);width:100%;overflow:hidden;

}

.team-box.border-top-right-radius .tm-bx-figure,

.team-box.border-top-right-radius{

    border-top-right-radius: calc(3rem + 3vw);

}

.team-box.border-bottom-left-radius .tm-bx-figure,

.team-box.border-bottom-left-radius{

border-bottom-left-radius: calc(3rem + 3vw);

}

.team-box.border-top-left-radius .tm-bx-figure,

.team-box.border-top-left-radius{

    border-top-left-radius: calc(3rem + 3vw);

}

.team-box.border-bottom-right-radius .tm-bx-figure,

.team-box.border-bottom-right-radius{

    border-bottom-right-radius: calc(3rem + 3vw);

}

.team-box.border-radius .tm-bx-figure,

.team-box.border-radius {

    border-radius: calc(1.3rem + 1.3vw);

}



.team-boxes-container .team-box .tm-bx-figure img{

    width:100%;min-height:calc(15rem + 15vh);

}

.team-box .tm-title{

    text-align:center;padding:0 1vw;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;color:#fff;font-weight:bold;

}

.team-box .tm-desig{

    text-align:center;padding:0 1.5vw;font-size:14px;color:#fff;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;

}

.about-bottom-form-container{padding:0 calc(8rem + 8vw);}

.about-bottom-form-container .about-bottom-form-form-body{

    padding:calc(2rem + 2vh) calc(3rem + 3vw);box-shadow:0 0 10px rgba(0,0,0,0.1);background:var(--bg-light)

}

.about-bottom-form-form-body.has-abs .abs{z-index:-1;}

.bootstrap-select .dropdown-toggle:focus{

    outline:none !important;outline:none !important;outline-offset:none !important;

}

.bootstrap-select .btn:hover {box-shadow:none !important;}

.select-w-100 .bootstrap-select{width:100% !important;}

/* about page style ..close..////*/



/*features overview page style*/

.f-vid-container{

    padding:0 calc(5rem + 5vw);height:calc(22rem + 22vh);position:relative;

}

.f-vid-container .f-vid-outerwrapper{

    height:calc(22rem + 22vh);padding:8px;border-radius:calc(1.5rem + 1.5vw);position:relative;

}

.f-vid-container .f-vid-outerwrapper .f-vid-thumb{

    height:calc(22rem + 22vh);overflow:hidden;position:relative;

}

.f-vid-container .f-vid-outerwrapper .f-vid-thumb:after{

    content:'';display:block;position:absolute;top:0;width:100%;height:96.9%;background:rgba(72, 72, 72, 0.3);border-radius:calc(1.5rem + 1.5vw);z-index:1;

}

.f-vid-container .f-vid-outerwrapper .f-vid-thumb img{

    width:100%;height:calc(21rem + 22vh);border-radius:calc(1.5rem + 1.5vw);

}

.f-vid-innerwrapper .video-play-btn{

    width:100px;height:100px;border-radius:50%;background:rgba(72, 72, 72, 0.7);position:absolute;top:43%;margin:0 auto;left:0;right:0;cursor:pointer;z-index:2;

}

.f-vid-innerwrapper .video-play-btn svg{

    width:40%;transform:translate(85%, 54%);

}

.feature-collaboration-content .feature-collaboration-figure{

    min-width:30%;max-width:30%;

}

.feature-collaboration-content .feature-collaboration-figure img{

    max-width:100%;

}

.box-wrapper .box-icn img,

.box-wrapper .box-icn{

    width:95px;height:95px;display:inline-block;

}

.box-wrapper{margin-bottom:calc(3.5rem + 3.5vh);}

.box-wrapper .box-wrapper-inner{

    height:calc(100%);position:relative;padding-bottom:calc(1rem + 1vw);

}

.box-wrapper .box-wrapper-inner .box-footer{

    position:absolute;bottom:0;text-align:center;width:100%;

}

.box-body-content{

    padding:15px 0;

}

.sec-figure-wrapper{

    position:relative;

}

.sec-figure-wrapper.has-abs-figure{

    padding-right:calc(3.5rem + 3.5vw) !important;padding-bottom: calc(10rem + 10vh) !important;

}

.sec-figure-wrapper.has-abs-figure .sec-figure-wrapper-inner{

    position:relative;

}

.sec-figure-wrapper-inner img{

    width:100%;

}

.sec-figure-wrapper.has-abs-figure .figrue-absol{

    width:50%;position:absolute;top:7%;right:calc(-3rem + -3vw);



}

.sec-txt-wrapper{padding-right:calc(2.5rem + 2.5vw);position:relative}

.features-less-do-more .right-figure-mask{

    top:11%;left:1%;

}

.feature-less-do-more-content .has-abs .bottom-right{right:0%;}

.has-log-watermark{position:relative;padding-bottom:calc(1.2rem + 1.2vw) !important}

.has-log-watermark .log-watermark{

    position:absolute;bottom:0;right:0;z-index:-1;

}

.figure-round{position:relative}

.figure-round .figure,

.figure-round .figure-abs-round,

.figure-round .figure img{

    width:calc(23vh + 23vw);height:calc(23vh + 23vw);border-radius:50%;overflow:hidden;

}

.figure-round .figure-abs-round{

    position:absolute;top:4%;left:-3%;background:rgba(255, 255, 255, 0.5);z-index:-1;

}

.figure-round .figure {

    padding-left: 1vw;

}

.figure-abs-round.bg-grd{

    background: rgb(92,139,216, 0.6) !important;

    background: linear-gradient(90deg, rgba(92,139,216,0.6) 0%, rgba(76,217,222,0.6) 100%) !important;

}

.f-vid-container .bottom-right {right:4%;bottom:-8%;}

.feature-top-desc .left-center {left:0;}

/* features overview page style ..close..////*/



/*features specific page style*/

.fs-bottom-banner-content{

    padding:0 calc(3rem + 5vw);

}

.btm-ban-container .btm-ban-figure-wrapper img{

    width:100%;

}

.btm-ban-container .btm-ban-txt-wrapper{

    text-align:center;padding:calc(1rem + 1.5vw) calc(1rem + 2.5vw);font-size:calc(0.7rem + 0.6vw);

}

/* features specific page style ..close..////*/



/*industry specific page style*/

.right-figure-mask.mask-bottom-right {

    right:-3%;bottom:-4%;left:inherit;top:inherit;

}

.sec-bottom-points{

    border-radius:6px;box-shadow:0px 0px 5px rgba(0,0,0,0.08);margin-top:10vh

}

.cl-list-ul{

    list-style:none;margin:0;padding:0;text-align:center;

}

.cl-list-ul li{

    display:inline-block;margin-right:1.2vw;width:11vw;text-align:center;padding:0 1vw;

}

.cl-list-ul li img{

    max-width:100%;display:inline-block;

}

.cl-list-ul li:last-child{margin-right:0;}

.is-user-fb-section .slider-top-content {

    padding-bottom: 45vh;

}

.is-user-fb-section .user-fb-slider {

    background:#ffffff;padding:2.5vw;transform:translate(0px, -39vh);

}

.user-fb-slider .slick-track,
.user-fb-slider .slick-list{
    display:flex;
}

.fb-slide-item{

    background-color:var(--bg-blue);color:var(--color-white);width:100%;padding:1vw;margin-right:1vw;

}

.fb-slide-item .user-thumb img,

.fb-slide-item .user-thumb{

    width:50px;height:50px;border-radius:6px;



}

.fb-slide-item .user-thumb{

    margin-right:10px;

}

.has-wm-hr-bottom{

    background:url(img/industry-specific/diskus-wt-hz.png) no-repeat;background-position:bottom center;background-size:contain;

}

.fb-slide-item .slide-content{

   /* height:230px;overflow: auto;*/

}

.icn-list-wrapper{margin-top:5vh !important}

.icn-list-wrapper.mt-0{margin-top:0 !important}

.icn-list-item{position:relative;text-align:center;}

.icn-list-wrapper .col-icn {

    min-width:20%;max-width:20%;padding-left:1rem;padding-right:1rem;margin-bottom:calc(4vw + 4vh);

}



.icn-list-item .icn-figure img,

.icn-list-item .icn-figure{

    width:75px;height:75px;margin:0 auto;

}



/*industry specific page style ..close..////*/



/*process page style*/

.bg-ellipsis{

    background-image:url('img/process/meeting-bg-ellipsis.png');

    background-repeat:no-repeat;

    background-position:center center;

    background-size:cover;

}

.bg-ellipsis .sec-figure-wrapper-inner{

    padding-left:6%;

    padding-right:6%;

}

.int-with-tool-section-content .right-figure-mask {

    top: 11%;

    left: 1%;

}

/*process page ..close..////*/



/*section center image style for process page style*/

.figure-center-wrapper{padding-top:20vh;padding-bottom:30vh;}

.figure-center-wrapper .figure-item.figure-item-center{

    transform: scale(1.3);position:relative;z-index:1;

}

.figure-center-wrapper .figure-item.figure-item-center .figure-item-inner{

    transform:translate(0, -8vh);

}

.figure-center-wrapper .figure-item img{

    width:100%;

}

/*section center image style for process page ..close..////*/



/*section txt and figure column*/

.fs-agenda-content .box-wrapper .box-icn, 

.fs-agenda-content .box-wrapper .box-icn img {

    width:75px;height:75px;

}

.section-content .content-txt-wrapper{

    position:relative;width:45%;min-width:45%;

}

.section-content .content-figure-wrapper{

    position:relative;width:55%;min-width:55%;

}

.content-figure-wrapper .figrue img{

    width:100%;

}

.has-mask-ind{

    position:relative;

}

.has-mask-ind .figure-right{

    padding-left:inherit;padding-right:10vw;

}

.has-mask-ind .figure-left{

    padding-left:10vw;padding-right:inherit;

}

.figure-mask-wrapper.has-mask-ind .figrue-bgmask{

    position:relative; top:inherit;left:inherit;z-index:inherit;

}

.has-mask-ind .figure-right{

    position: absolute;z-index:1;top:50%;transform:translate(0%, -50%);left:0;width:100%;

}

.has-mask-ind .figure-left{

    position: absolute;z-index:1;top:50%;transform:translate(0%, -50%);right:0;width:100%;

}

/*section txt and figure column ..close..////*/

/*terms app page*/
.terms-app .footer,
.terms-app .mb-menu-btn,
.terms-app .header-wrapper-right,
.terms-app #NavbarMainTop{
    display:none !important;
}

/*MyriadPro font*/
.ff-MyriadPro-black{
    font-family: 'MyriadProBlack' , sans-serif;
}
.ff-MyriadPro-bold{
    font-family: 'MyriadProBold' , sans-serif;
}

.ff-MyriadPro-regular{
    font-family: 'MyriadProRegular' , sans-serif;
}
.ff-MyriadPro-light{
    font-family: 'MyriadProLight' , sans-serif;
}

/*blogs style*/
.section-gutter-3w{
    padding:0 2.5vw;
}

.blog-main-heading{
    line-height:1.2;
}

.blog-main-heading .hnd-icn{
    width: 60px;
    transform: translate(0px, -7px);
}

.blog-detail-content ul li {
    margin-bottom: 20px;
}


.blog-list-box,
.feature-blog-list-item,
.blogs-feature-slide {
    background:var(--color-light2);
    color: black;
    border-radius: 1vw;
}
.blog-list-box-inner,
.feature-blog-list-item-inner,
.blog-feature-slide-item-content{
    position:relative;padding:20px 20px;
}
.blog-list-box .blog-list-figure,
.blog-feature-slide-item .slide-thumb {
    position:relative;
    width:100%;
    height:220px;
    overflow:hidden;
    border-radius:1vw;
}
.blog-feature-slide-item-content .slide-body-content{
    height:340px;overflow:auto;
}
.blog-list-box .blog-list-figure img,
.blog-feature-slide-item  .slide-thumb img{
    width:100%;height:220px;
}
.blog-list-box-inner .blog-title{
    min-height:60px;
}

.blog-cat,
.slide-cat {
    font-size: calc(0.4rem + 0.4vw);
    background:rgb(92,139,216) !important;
    background:var(--color-gradiant) !important;
    color:var(--color-white);
    display:inline-block;
    border-radius:calc(0.5rem + 0.5vw);
    padding:0.2rem 0.8rem;
    margin-right:5px;
}
.blog-main-tag .blog-cat {
    margin-right: 1px;
}
.blog-detail-top-row .blog-main-tag .blog-cat {
    font-size: calc(0.52rem + 0.52vw);
}
.blog-main-tag .blog-cat {
    font-size: calc(0.52rem + 0.52vw);
}
.star-tag {
    display: inline-block;
    background: var(--color-gradiant);
    border-radius: 100%;
    width: 28px;
    height: 28px;
    padding: 4px;
    line-height: 0;
    vertical-align: middle;
}
.blog-detail-top-row .star-tag {
    width: 31px;
    height: 31px;
    padding: 7px;
}
.star-tag>img {
    width:100%;
    transform: translate(0px, -2px);
}
.blog-footer,
.slide-footer{
    font-size: calc(0.5rem + 0.4vw);
}
.blog-footer .postby,
.slide-footer .postby{
    padding:5px;
    width:40px;
    height:40px;
    border-radius:100%;
    background:var(--color-white);
    margin-right:8px
}
.blog-footer .postby-inner,
.slide-footer .postby-inner{
    width:30px;
    height:30px;
    border-radius:50%;
    background:#f4f4f4;
}
.blog-footer .postby-inner img,
.slide-footer .postby-inner img{
    width:30px;
    height:30px;
    border-radius:50%;
}
.feature-blog-list-item .feature-blog-list-item-figure img,
.feature-blog-list-item .feature-blog-list-item-figure{
    width:220px;
    height:131px;
    border-radius:1vw;
}
.blogs-feature-slide .slick-dots{
    bottom:0px;
}
.blogs-feature-slide .slick-prev,
.blogs-feature-slide .slick-next{
    display:none !important;
}
.feature-blog-list-wrapper{
    height:616px;
    overflow:auto;
}
.feature-blog-list-wrapper .feature-blog-list-item:last-child{
    margin-bottom:0px !important;
}
.feature-blog-list-item-content{
    padding-left:20px;
}
.blog-list-box-wrapper{
    transition:all 0.3s ease;
}
.tag-item{
    padding:8px 35px 8px 35px;
    border-radius:40px;
    margin-right:30px;
    margin-bottom:30px;
    transition:all 0.3s ease;
}
.tag-item:hover{
    background:var(--color-gradiant);
    cursor: pointer;
}
.tag-item.active-tag{
    background:var(--color-gradiant);
}
.tag-item .tag-thumb img,
.tag-item .tag-thumb{
    width: 60px;
    height: 60px;
    border-radius: 100%
}
.has-top-wtm{
    background-image: url(https://diskusboard.com/staging/wp-content/uploads/2025/09/diskus-wt-hz.png);
    background-repeat: no-repeat;
    background-position: top;
    background-size: 100%;
    padding-top:18vh !important;
}
.blog-dtl-main-hd {
    font-size: calc(2vw + 1rem);
    line-height: 1.2;
}
.posting-detail .author-thumb{
    background-color:#f4f4f4;
    width:70px;
    height:70px;
    border:3px solid var(--color-white);
    border-radius:100%;
}
.posting-detail .author-thumb img{
    width:64px;
    height:64px;
    border-radius:100%;
}
.figure-radius{
    border-radius:calc(0.8vw + 0.9rem);
    overflow:hidden;
}
.blog-detail-body .sec.shadow-right:after,
.sec.section-blog-detail-content.shadow-left:after{
    background:url('img/blogs/blur-shadow.png') no-repeat;
    background-size:contain;
}
.blog-detail-content-wrapper{position:relative;}
.blog-detail-sidebar{
    width:300px;
    position:absolute;
    top:0;
    left:0;
}
.blog-detail-sidebar.fixed{
    position:fixed;
    top: 120px;
}
.blog-detail-content{
    padding-left:340px;
}
.section-blog-detail-content .content-target-wrapper{
    min-height:90vh;
}

.share-post-wrapper .share-post-inner{
    position:relative;
}
.share-post-wrapper .share-post-inner .share-post-item{
    width:22px;
    margin-right:8%;
}
.share-post-wrapper .share-post-inner .share-post-item img{
    width:22px;
}
.share-post-wrapper .share-post-inner .share-post-item:last-child{margin-right:0%;}
.quotes-text{
    padding-left:60px;
}
.quotes-text-inner{
    padding-left:20px;
    border-left: 4px solid #4CD9DE;
}
.blogs-feature-slide{
    position:relative;
}

.blog-section-switch-wrapper {
    position: relative;
    margin-top: 30px;
    margin-bottom: 30px;
}
.blog-sec-switch-item {
    padding: 0px 0px 12px 15px;
    border-left: 4px solid #D9D9D9;
    cursor:pointer;
}

.blog-sec-switch-item:hover,
.blog-sec-switch-item.active {
    border-color:#4CD9DE;
}
.blog-detail-tags-wrapper{
    position:relative;
}
.blog-detail-sidebar .blog-detail-tags-wrapper{
    display:none !important;
}
.blog-detail-tags-wrapper .blog-tag{
    background: var(--color-white);
    color: var(--color-dark-gray);
    padding: 7px 17px;
    display: inline-block;
    border-radius: 3rem;
    margin-bottom: 15px;
    font-size: calc(0.55rem + 0.55vw);
}
.new-old-post-wrapper{
    position:relative;
}
.blog-list-item{
    background:var(--color-light2);
    color:var(--color-black);
    border-radius:1.3rem;
}
.blog-list-item .blog-list-item-figure {
    width: 140px;
    height: 100px;
    min-width: 140px;
    margin-right: 10px;
}
.new-old-post-wrapper .blog-list-item .blog-list-item-figure img{
    width: 100%;
    height: 100px;
    border-radius:1.4rem;
}
.blog-list-item-inner {
    padding:16px 16px;
}
.blog-figure-box{
    position:relative;
}
.blog-figure-box .blog-figure-box-inner{
    padding:15px;
    
}
.blog-figure-box .blog-figure-box-inner .box-figure img{
    border-radius:1rem;height:170px;
}
.search-blogs-input-wrapper {
    width: 280px;
    display: inline-block;
    position:relative
}
.search-blogs-input-wrapper .search-blogs-input-inner{
    position:relative;
}
.search-blogs-input-wrapper .search-blogs-input-inner>i{
    position: absolute;
    left: 20px;
    top: 52%;
    transform: translate(0%, -50%);
    z-index: 1;
    font-size: 22px;
}
.search-blogs-input-wrapper .search-input {
    border-radius: 2rem;
    height: 50px;
    padding-left: 45px;
    font-size: 18px;
}

/*jquery slim scroll*/
.slimScrollDiv{
    width:100% !important;
}
.slimScrollBar{
    background: rgb(217, 217, 217) !important;
    
    width:12px !important;
    opacity:1 !important;
    display:block !important;
}
.slimScrollDiv .ScrollContainer{
    padding-right:16px;
    width:100% !important;
}
.blogmain-subscribe-newsletter-form {
    width: 330px;
    position: relative;
    margin: 0 auto;
}
.blogmain-subscribe-newsletter-form input[type="email"]{
    background:transparent !important;
    background-color:transparent !important;
    border:1px solid #ffffff;
    padding-right: 117px;
    color:#ffffff;
}
.blogmain-subscribe-newsletter-form .form-control::placeholder {
    color:#6586c4 !important;
}
.blogmain-subscribe-newsletter-form .blogmain-signup-form-inner{
    position:relative;
}
.blogmain-subscribe-newsletter-form .blogmain-signup-form-inner .submit-btn{
    position:absolute;
    right:0;
    top:2px;
    width:116px;
}

.blog-detail-sidebar .blog-signupnews-letter-form{
    background:transparent;
    color:var(--color-white);
    box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
}
.blog-detail-sidebar .blog-signup-form input[type="email"]{
    background:rgba(255,255,255,0.1);
    color:#ffffff;
}
.blog-detail-sidebar .blog-signup-form .form-control::placeholder{
    color:#c7c7c7 !important;
}
.blog-detail-sidebar .blog-signup-form button[type="submit"]{
    background:transparent !important;
    border: 1px solid rgba(255, 255, 255, 0.2);
}
/*mobile menu toggle*/
.mb-menu-btn:hover,.mb-menu-btn:focus,
button:focus:not(:focus-visible) {outline:none;box-shadow: none;}
.mb-menu-btn {
    position:relative;
    width:35px;
    height:35px;
    display:inline-flex;
    flex-direction:column;
    justify-content:space-between;
    cursor:pointer;
    padding:8px;
    margin-left:5px;
}

.mb-menu-btn:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #5C8BD8; /* fallback for old browsers */
    background:var(--color-gradiant);
    transform: rotate(0deg);
    transition: all 0.4s cubic-bezier(0.54, -0.1, 0.57, 0.57);
    border-radius:10px;
}

.mb-menu-line {
    width: 100%;
    background: #fff;
    height: 2px;
    display: block;
    border-radius: 6px;
    transition: transform 0.4s cubic-bezier(0.54, -0.81, 0.57, 0.57);
    position: relative;
}
.mb-menu-line.first,
.mb-menu-line.third {
      width: 50%;
}
.mb-menu-line.third {
    margin-left: 50%;
    transform-origin: left;
}

  
.mb-menu-btn.menu-active .mb-menu-line.second {
    transform: rotate(-45deg); 
}

.mb-menu-btn.menu-active .mb-menu-line.first {
    transform:translate(0px, 5px) rotate(-135deg);
}

.mb-menu-btn.menu-active .mb-menu-line.third {
    transform:translate(6px, -1px) rotate(-135deg);
}

/*language selector*/
.lang-select-wrapper{
    position:relative;
    padding-left:22px;
    padding-right:10px;
}
.lang-select-wrapper:after{
    content:'\e98e';
    display:block;
    position:absolute;
    top:50%;
    transform:translate(0px, -50%);
    left:0;
    font-family: 'custom-icon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color:var(--color-white);
}
.lang-select-wrapper .select2-container{
    width: auto !important;
}
.lang-select-wrapper .select2-container--bootstrap4 .select2-selection {
    border-color: transparent;
    box-shadow: none;
    height: auto !important;
    background: transparent;
    border: 0px;
    border-radius: 0;
    font-size: calc(0.48rem + 0.48vw) !important;
}
.lang-select-wrapper .lng-select-dd.select2-selection--single .select2-selection__rendered{
    color:var(--color-white);
    padding-left: 0;
    padding-right: 0;
}
.lng-select-dd.select2-selection--single .select2-selection__arrow{
    display:none;
}
.lng-select-dd {
    width: auto !important;
    font-size: calc(0.5rem + 0.5vw) !important;
}
/*body:not(.doc-trans) .lang-select-wrapper{
    display:none !important;
}*/

.blog-signupnews-letter-form {
    background: #F7F7F7;
    border-radius: 12px;
    padding: 15px;
    color:#2A2A2A;
    margin-top:10vh;
}


.img-404{
    width:40%;
}


/*************************darktheme=================================================****************/
.sec.bg-light,
body.dark-theme .sec.bg-light{
    background:var(--dark-theme) !important;
    color:var(--text-color-light);
}
.sec-heading .bottom-line{
    background-color: var(--text-color-light);
}
.bg-watermark{
    background-color:var(--dark-theme) !important;
    color:var(--text-color-light);
}
.header .navbar-nav>.nav-item>.nav-link{
    color:var(--text-color-light);
}
.btn-primary{
    background: rgb(92,139,216);
    background: var(--btn-gradiant-color) !important;
    border-color:rgb(92,139,216);
}

.section-team-inner .round-team-bottom-left,
.section-intg .sec-desc:after,
.sec.bg-light .circle-abs{
    background:rgb(92,139,216);
    background:var(--abs-gradiant-color)!important;
}
.how-wedoit-box,
.bg-white{
    color:var(--text-color-dark);
}
.section-subscribe .sec-subheaing.color-black,
body.security .section-top-content .btn-primary.outline,
body.process .section-top-content .btn-primary.outline{
    color:#ffffff !important;

}
.sec-txt-wrapper>.color-black{
    color:#ffffff !important;
}
.is-why-switch-section .circle-abs.abs.small {
    width: calc(2rem + 2vw);
    height: calc(2rem + 2vw);
}
/*************************darktheme==============================================****************/


/************************* additional fixing ==============================================****************/
.ast-single-post .entry-content a,
.ast-comment-content a:not(.ast-comment-edit-reply-wrap a) {
    text-decoration:none;
}
.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6,
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: .5rem;
}

.elementor-widget-text-editor{
    font-family: 'MyriadProRegular' , sans-serif !important;
}
.entry-content .wp-audio-shortcode, .entry-content .wp-embedded-audio, .entry-content .wp-embedded-video, .entry-content .wp-video, .entry-content p{
    margin-bottom: 1rem;
}
.entry-content ul, .entry-content ol {
    padding: inherit;
    margin: inherit;
    padding-left: 0;
}
span.mf-error-message {
    font-size: 12px;
    font-weight: 400 !important;
}
.site-above-footer-wrap[data-section="section-above-footer-builder"] .ast-builder-grid-row {
    padding-left: 0px;
    padding-right: 0px;
}
.footer-widget-area[data-section="section-fb-html-1"] .ast-builder-html-element {
    text-align: left;
}
/************************* additional fixing ==============================================****************/


@media screen and (max-width:1300px){
    .section-gutter {
        padding-left:2.5vw;
        padding-right:2.5vw;
    }
    .section-gutter.gutter-left {
        padding-left:2.5vw;
        padding-right:0;
    }
    .gutter-left {
        padding-left:2.5vw;
    }
    .section-gutter.gutter-right {
        padding-right:2.5vw;
        padding-left:0;
    }
    .gutter-right {
        padding-right:2.5vw;
    }
    .header .navbar-nav>.nav-item>.nav-link{
        margin-right:14px;
    }
    .header .navbar-nav li.active.has-submenu:after, .has-submenu:after{
        right: 0;
    }
}

@media screen and (max-width:1150px){
    .header .navbar-brand {
        width: calc(2.8rem + 2.8vw);
        margin-right: calc(1vw);
        padding: 0;
    }
    .header .navbar {
        padding: calc(0.5rem + 0.5vw) 0px;
    }
    .header .navbar-nav>.nav-item>.nav-link{
        margin-right:10px;
    }
    .has-submenu .submenu-dropdown{
        width: 80%;
        transform: translate(20%, 0px);
        left: 0;
    }
    
    .sec-404 .section-top-content{
        padding-top:20px;
    }
    .img-404{
        width:50%;
    }
    
}

@media screen and (max-width:1024px) {

    .section-intg .integ-txt {

        margin-top: 25%;

        padding-left: calc(1rem + 1vw);

        margin-left: calc(0.5rem + 0.5vw);

        font-size: calc(1.1rem + 1.1vw);

    }

    .section-intg .integ-txt:after {

        width: calc(3rem + 3rem);

        height: calc(3rem + 3rem);

        top: -10%;

    }

    .slide-items-team-sec .item {

        padding: calc(0.4rem + 0.4vw);

    }

    .trns-figure-wrapper,

    section{

        min-height:auto;

    }



    .icn-list-wrapper .col-icn {

        min-width: 25%;

        max-width: 25%;

    }

    

}

@media screen and (max-width:991px) {
    
    .gutter-top-bottom{
        padding-top:80px;
        padding-bottom:80px;
    }
    .gutter-bottom{
        padding-bottom:80px;
    }
    .gutter-top{
        padding-top:80px;
    }
    .h1, h1 {

        font-size: calc(2.9rem + 2.9vw) !important;

    }

    /*.h3, h3 {

        font-size: calc(1rem + 1vw) !important;

    }*/

    .h4, h4 {

        font-size: calc(0.8rem + 0.8vw) !important;

    }

    body {

        font-size: calc(0.65rem + 0.65vw);

    }

    .section-intg .sec-desc:after {

        width: calc(2rem + 2vw);

        height: calc(2rem + 2vw);

        bottom: 40%;

        left: 30%;

    }

    .compliance-section-row {

        padding-right: 40vw;

        background-size: 40vw;

    }

    .trns-figure-wrapper{

        padding-left: calc(3rem + 3vw);

    }

    .footer {

        font-size: calc(0.6rem + 0.6vw);

    }

    .form-control{

        font-size: 0.85rem !important;

    }



    .icn-list-wrapper .col-icn {

        min-width:33.33%;

        max-width:33.33%;

    }

    .how-wedoit-boxrow{
        justify-content: center !important;
    }
    
    .how-wedoit-boxrow .col-4{
        flex: 0 0 auto;
        width: 50%;
        margin-bottom:15px;
        margin-top:15px;
    }
    .how-wedoit-boxrow .col-4.center-box-col{
        padding-top:0;
    }

    .f-vid-container{
        padding:0;
    }
    
    .blog-feature-slide-item-content .slide-body-content{
        height:auto;
    }

    .feature-blog-list-item-content{
        flex:1 0 0%;
    }
    .feature-blog-list-item .feature-blog-list-item-figure img, .feature-blog-list-item .feature-blog-list-item-figure{
        width: 140px;
        height: 111px;
    }
    .blog-list-item-content.newer-post-content{
        flex:1 0 0%;
    }
    .cl-list-ul li {
        width: 120px;
        margin-bottom: 15px;
    }
    .icn-list-wrapper .col-icn{
        min-width: 33.333%;
        max-width: 33.333%;
    }

    /*menu style*/
    .section-top .section-content{
        z-index:4 !important;
    }
    .navmain .navbar-collapse{
        position:fixed;
        right:-100%;
        height:90%;
        background:var(--color-gradiant);
        color:#fff;
        width:250px;
        top: 55px;
        transition:all 0.3s ease;
    }
    .navmain .navbar-nav{
        padding:10px 0px !important;
    }
    .navmain .navbar-nav .nav-item .nav-link,
    .navmain .navbar-nav .nav-item {
        display:block;
        margin:0;
        padding:5px 10px;

    }
    .navmain .navbar-nav li.nav-item.active{
        background:#5C8BD8;
    }
    .header .navbar-nav li.active:after{
        display:none !important;
    }
    .header .navbar-nav li:hover,
    .header .navbar-nav li .nav-link:not(.submenu-link):hover{
        background:#5C8BD8;
        color:var(--color-white);
        -webkit-text-fill-color: inherit;
    }
    .header .navbar-nav li .nav-link{
        color:var(--color-white) !important;
        -webkit-text-fill-color: inherit;
        font-size: 15px !important;
    }
    .header .navbar-nav li.active.has-submenu:after, .has-submenu:after{
        top: 0;
        transform:translate(0px, 52%);
        right:5px;
    }
    .navmain .has-submenu .submenu-dropdown{
        position:relative;
        top:inherit;
        visibility:inherit;
        opacity:inherit;
        z-index:inherit;
        transition: all 0.3s ease-in;
        background:transparent;
        width: 100%;
        transform:inherit;
        transition:all 0.3s ease;
        height: 0;
        overflow: hidden;
        transition:all 0.3s ease;
    }
    .navmain .has-submenu .submenu-dropdown .ul-list {
        display: block !important;
    }
    .navmain .has-submenu .submenu-dropdown .ul-list .nav-item{
        width:100%;
    }
    .navmain .navbar-collapse.show{
        right:0;
        z-index:10;
        overflow:auto;
    }
    body.side-menu-active{
        overflow:hidden;
    }
    .navmain .has-submenu.sub-menu-active .submenu-dropdown{
        height:auto;
    }

    .header .navbar-nav li.active.has-submenu:after, .has-submenu:after{
        z-index:-1;
    }
    
    .section-content .content-figure-wrapper,
    .section-content .content-txt-wrapper{
        width: 100%;
        min-width: 100%;
    }
    
    .tag-item .tag-thumb img, .tag-item .tag-thumb{
        width: 25px;
        height: 25px;
        margin-right: 5px !important;
    }
    .tag-item {
        padding: 8px 20px 8px 12px;
        border-radius: 40px;
        margin-right: 15px;
        margin-bottom: 15px;
        transition: all 0.3s ease;
    }
    .sec-txt-wrapper.sec-text-md{
        padding-right:0 !important;
        padding-left:0 !important;
        margin-bottom: 20px;
    }
}

@media screen and (max-width:850px) {
    .gutter-top-bottom{
        padding-top:80px;
        padding-bottom:80px;
    }
    .gutter-bottom{
        padding-bottom:80px;
    }
    .gutter-top{
        padding-top:80px;
    }
    .section-gutter>.section-gutter {
        padding-left:0 !important;
        padding-right:0 !important;
    }
    .d-flex{
        flex-wrap: wrap !important;
    }
    
    .trns-figure-row{
        display:block !important;
    }

    .trns-figure-wrapper {

        padding-left: calc(0.2rem + 0.2vw);

    }

    .transfrom-content-wrapper{
        padding-right:2.5vw;
    }
    .section-top-content .sec-btn {
        margin-bottom: 15px;
    }

    .section-intg-inner .intg-figure,

    .section-intg-inner .intg-text,

    .section-top-content .section-top-figure-wrapper,

    .section-top-content .section-top-text,
    .section-top-content .sec-top-figure {
            width:100%;
    }

    
    .section-whyus .whyus-figure-txt{
        width:100%;margin-bottom:30px;width:100%;float:none;transform:translate(0, 0);
    }
    .section-whyus .whyus-figure{
        width:80%;float:none;margin:0 auto;padding-left:0;padding-right:0 !important;
    }

    .section-intg-inner .intg-figure{
        margin-top:15px;
    }

    .slide-items-team-sec .item .heading-wrapper .heading{
        padding-top:20px;
    }

    

    .section-register-now .section-figure {

        position: relative;

        top: inherit;

        width: 80vw;

        margin:0 auto;

        z-index: inherit;

        right: inherit;

        transform: translate(0,40%);

    }

    .section-register-now-inner {

        padding-right: 4vw !important;

    }

    .section-register-now-inner .register-form{

        width: 250px;

        margin: 0 auto;

    }

    .section-transfrom .trns-figure-wrapper{
        width: 100%;
        max-width: 100%;
        text-align: right;
        background-position:61% 0;
    }
    .section-transfrom .trns-figure-wrapper .trns-abs{
        width:45%;
        display:inline-block;
    }

    .section-top-text{
        padding-right:2.5vw;
    }
    .bar-banner-content .bar-banner-txt {
        width: 66%;
        padding-right:2vw;
    }
    .feature-slide-content{
        transform: translate(0px, -20vh);
    }

    
    .about-bottom-form-container {
        padding: 0 10%;
    }
    
    .list-transform {
        width: 100%;margin:0 auto;
    }
    .fs-bottom-banner-content {
        padding: 1vw;
    }

    .feature-collaboration-content .feature-collaboration-figure{
        margin:0 auto;
    }
    .feature-integrity-content .sec-heading {
        padding-top: 20px;
    }
    

}

@media screen and (max-width:768px) {
    
    .gutter-top-bottom{
        padding-top:60px;
        padding-bottom:60px;
    }
    .gutter-bottom{
        padding-bottom:60px;
    }
    .gutter-top{
        padding-top:60px;
    }

    .slide-items-team-sec .item .heading-wrapper {

        font-size: calc(0.9rem + 0.9vw);

    }

    .subscribe-figure-wrapper{

        padding-right:0 !important;

    }

    body {

        font-size: calc(0.8rem + 0.65vw);

    }

    /*complaince section responsiveness*/
    .compliance-section-row{

        padding-right:4vw;

        background-position: right bottom;

        background:none;

    }

    .compliance-section-row .security-platform-list-wrapper{

        flex-wrap: wrap!important;

        justify-content: center!important;

    }

    .compliance-section-row .security-platform-list-wrapper .list-wrapper{

        width:100%;

        margin-top:15px;

    }

    .compliance-section-bottom>.d-flex,

    .compliance-regulations-list-wrapper{

        display:block !important;

    }

    .list-container .list-figure-wrapper,

    .security-platform-list-wrapper .list-figure-wrapper{

        width: calc(8rem + 8vw);

        height: calc(8rem + 8vw);

        max-width: calc(8rem + 8vw);

        min-width: calc(8rem + 8vw);

        margin-right: 0;

        margin:0 auto;

    }

    .list-container .list-figure,

    .security-platform-list-wrapper .list-figure{

        width: calc(7.8rem + 7.8vw);

        height: calc(7.8rem + 7.8vw);

        max-width: calc(7.8rem + 7vw);

        min-width: calc(7.8rem + 7.8vw);

    }

    .compliance-regulations-list-wrapper .list-wrapper{

        margin-top:10px;

    }

    .compliance-regulations-list-wrapper{
        background-size: 50vw;
        background-position: right bottom;
        padding-bottom: 132px;

    }

    .compliance-section-bottom.gutter-top-bottom{

        padding-bottom:60px;

        padding-right:0;

        padding-top: 30px;

    }
    
    .section-subscribe .form-subcribe-section-wrapper{

        width: 100%;

        padding: 40px 16vw 0 16vw

    }

    .section-subscribe .subscribe-figure-wrapper{

        width:35%;

    }
    .subscribe-form-row-wrapper{
        align-items:flex-end !important;
    }
    .section-subscribe .subscribe-form-wrapper{
        width:65%;
    }

    .certification-list-wrapper {
        display:block !important;
    }
    .footer .social-links,
    .footer .form-group.has-send-button {
        width: 80%;
        margin: 0 auto;
    }
    .list-wrapper .list-item, .list-transform .list-item {
        padding-left: 20px !important;
        width: 100%;
    }
    .compliance-section-bottom .list-items {
        margin-top: 15px;
    }
    .icn-list-wrapper .col-icn{
        min-width:50%;
        max-width:50%;
    }

}

@media screen and (max-width:767px) {
    
    .row-sec-content .figure-mask-wrapper{
        width: 80%;
        margin: 0 auto;
        padding-bottom: 60px !important;
    }
    .how-wedoit-boxrow .how-wedoit-box{
        height: calc(100%);
    }
    .about-top-figure-left .rt-text{
        display: none;
    }
    .about-bottom-form-container .about-bottom-form-form-body{
        padding: 20px;
    }
    .figure-center-wrapper .figure-item.figure-item-center .figure-item-inner{
        padding-top: 100px;padding-bottom: 70px;
    }
}

@media screen and (max-width:650px) {

    /*.h1, h1 {

        font-size: calc(2.3rem + 2.3vw);

    }*/

   /* .h3, h3 {

        font-size: calc(0.8rem + 0.8vw);

    }*/

    .subscribe-figure-wrapper {
        padding-right: 1rem !important;
    }

    .whyus-figure .whyus-thumb-lg,
    .whyus-figure .whyus-thumb-lg img{
        height:300px;
    }
    .whyus-figure .whyus-thumb-sm img,
    .whyus-figure .whyus-thumb-sm{
        height:135px;
    }
    .section-whyus .whyus-figure{
        width:90%;
        position:relative;
    }
    .whyus-figure .whyus-figure-abs{
        top: 0;
        transform: translate(0px, 0);
        height:300px;
    }
    .whyus-figure .whyus-figure-abs>img{
        height:300px;
    }
    /*.section-register-now-inner {

        padding-right: 55vw !important;

    }

    .section-register-now .section-figure{

        width: 48vw;

    }

    .compliance-section-row{

        padding-right: 20vw;

        background-position: right top;

    }*/

    .section-intg .integ-txt {

        margin-top: 25%;

        padding-left: calc(0.7rem + 0.7vw);

        margin-left: calc(0.2rem + 0.2vw);

        font-size: calc(0.7rem + 0.7vw);

    }

    .section-intg .integ-txt:after {

        width: calc(2rem + 2rem);

        height: calc(2rem + 2rem);

        top: -10%;

    }

    .icn-list-wrapper .col-icn {

        min-width:50%;

        max-width:50%;

    }
    .bar-banner-content .bar-banner-btn,
    .bar-banner-content .bar-banner-txt{
        width: 100%;
        padding-right: 2vw;
        text-align: center;
    }

    .sec-intg-row{
        display:block !important;
    }
    .sec-intg-row .sec-intg-col-txt{
        width:100%;
        padding-top:0px;
        padding-bottom:25px;
    }
    .sec-intg-row .integ-figure-container{
        width:100%;
        margin:0 auto;
    }
    .feature-blog-list-item .feature-blog-list-item-figure img, .feature-blog-list-item .feature-blog-list-item-figure{
        width: 100px;
        height: 85px;
    }
    .fs-5{
        font-size:1rem !important;
    }
    .f-vid-container .f-vid-outerwrapper .f-vid-thumb,
    .f-vid-container .f-vid-outerwrapper,
    .f-vid-container{
        height: 240px;
    }
    .f-vid-container .f-vid-outerwrapper .f-vid-thumb img{
        height: 225px;
    }
    .search-blogs-input-wrapper{
        width: 180px;
    }
    .blog-detail-sidebar{
        display:none;
    }
    .blog-detail-content{
        padding-left:0;
    }
    
    .figure-center-wrapper {
        padding-top:70px;padding-bottom:30px;
    }
    
    .sec-404 .section-top-content{
        padding-top:10px;
    }
    .img-404{
        width:60%;
    }
}

@media screen and (max-width:576px) {
    .btn {
        padding:4px 10px;
    }
    .header-btn-wrapper{
        padding:4px;
    }
    
    .ps-5 {
        padding-left: 1rem !important;
    }
    .pe-5 {
        padding-right: 1rem !important;
    }
    .sec-txt-wrapper{
        padding-right: calc(1rem + 1vw);
    }
    .gutter-top-bottom{
        padding-top:40px;
        padding-bottom:40px;
    }
    .gutter-bottom{
        padding-bottom:40px;
    }
    .gutter-top{
        padding-top:40px;
    }
    .subscribe-figure-wrapper{
        display:none !important;
    }
    .section-subscribe .subscribe-form-wrapper {
        width: 100%;
    }
    .section-top-content .sec-desc.w-80{
        width:100% !important;
    }
    .how-wedoit-boxrow .col-4{
        flex:0 0 auto;
        width:100%;
    }
    .about-bottom-form-container{
        padding:0;
    }
    .icn-list-wrapper .col-icn{
        min-width:33.33%;
        max-width:33.33%;
    }
    .is-user-fb-section .slider-top-content{
        padding-bottom: 200px;
    }
    .is-user-fb-section .user-fb-slider{
        transform: translate(0px, -150px);
    }
}

@media (min-width: 576px){

    #RequestaDemoModal .modal-dialog {

        max-width: 80% !important;

    }

}

@media screen and (max-width:400px) {

    .section-intg .sec-desc>h3{

        padding:0 15px;

    }  

    .h1, h1 {

        font-size: calc(2.7rem + 2.7vw) !important;

    } 

}

