/*scrollbar theme*/
::-webkit-scrollbar {width: 4px;}
::-webkit-scrollbar-track {background: var(--white-bg-1);}
::-webkit-scrollbar-thumb:hover {background: var(--blue-color);}
::-webkit-scrollbar-thumb {background: var(--blue-color-3);}

/* global typography settings */
*,
html {
    -webkit-font-smoothing: antialiased;
    -moz-os-font-smoothing: grayscale;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    outline: none;
    vertical-align: baseline;
}

body {
    font-family: var(--font-secondry);
    background: var(--white-color);
    color: var(--black-color-1);
    font-weight: 300;
    font-style: normal;
    line-height: 1.6;
    font-size: 17px;
    outline: none;
    overflow-x: hidden;
}

.animation, .power-hover-1:hover a, .power-hover-2:hover a, .power-hover-2 a, .carrerlinkandimg, .nav-link, .power-btn, .menu-icon, .powerbdr, .linkiconpower, .domn-ex-lst:hover, .domn-ex-lst {
    -webkit-transition: 1.1s cubic-bezier(.16, .84, .442, .98);
    -o-transition: 1.1s cubic-bezier(.16, .84, .442, .98);
    transition: 1.1s cubic-bezier(.16, .84, .442, .98);
}

h1, h2, h3, h4, h5, h6 {font-family: var(--font-primary); color: var(--black-color-0);}
h1, h2, h3, h4, h5, h6, p, ul, address {padding: 0; margin: 0;}
ul {list-style: none;}
h1 {font-size: 45px; font-weight: 700; line-height: 62px;}
h2 {font-size: 40px; font-weight: 700; line-height: 58px;}
h3 {font-size: 36px; font-weight: 700; line-height: 50px;}
h4 {font-size: 30px; font-weight: 600; line-height: 42px;}
h5 {font-size: 22px; font-weight: 500; line-height: 30px;}
h6 {font-size: 18px; font-weight: 500; line-height: 28px;}
h7 {font-size: 16px; font-weight: 500; line-height: 24px;}
a {text-decoration: none;}
.f15 {font-size: 15px;}
.f14 {font-size: 14px;}

/*theme help classes*/
.index-up {position: relative; z-index: 5;}
.index-down {position: relative; z-index: 0;}
.v-center {align-items: center;}
.italic {font-style: italic;}

/*template colors*/
:root {
  --font-primary:'Inter', sans-serif;
  --font-secondry:'Open Sans', sans-serif;  
  --black-color-0: #0e0e0e;   
  --black-color: #000000;    
  --black-color-1: #222222;    
  --black-color-2: #3d3d3d;   
  --black-color-3: #4f4f4f; 
  --black-color-4: #6d6d6d; 
  --black-color-5: #b0b0b0; 
  --white-color: #ffffff;
  --white-color-1: #eeeeee;
  --white-color-2: #dcdcdc;
  --blue-color-0: #1f446d;
  --blue-color: #255c99;
  --blue-color-1: #377cc0;
  --blue-color-2:  #5c99d4;
  --blue-color-3:#c7daf0;
  --green-color-0: #597516;
  --green-color: #99c222;
  --green-color-1: #b6db40;
  --green-color-2: #e2f3a3;
  --pink-color: #cc2c5c;        
  --pink-color-2: #ee78a5;        
  --pink-color-3: #f9d1e2;        
  --red-color: #ff0000;
  --power-bg-1: #5bed12;    
  --power-bg-2: #ff9900;    
  --power-bg-3: #c90079;         
  --black-bg: #0e0e0e;
  --black-bg-1: #111111;    
  --black-bg-2: #181818;
  --black-bg-3: #1c1c1c;
  --black-bg-4: #2e2e2e;
  --black-bg-5: #393939;
  --white-bg-1: #f5f5f5;
  --white-bg-2: #f6f7ff;
  --white-bg-3: #e0ffec;    
  --white-bg-4: #fbf3e9;
  --white-bg-5: #ffe7da;   
  --white-lite-1: rgb(255 255 255 / 20%);   
  --white-lite-2: rgb(255 255 255 / 10%);

  /*gradient colors*/
  --gradient-0: linear-gradient(225deg, #ffcaba 0%, #f0fbff 100%);   
  --gradient-1: linear-gradient(225deg, #5688f9 0%, #233eff 100%);   
  --gradient-2: linear-gradient(225deg, #fe7649 0%, #ff2938 100%);
  --gradient-3: linear-gradient(225deg, #d821ff 0%, #6d2ccd 100%);
  --gradient-4: linear-gradient(225deg, #ffb868 0%, #ff6022 100%);
  --gradient-5: linear-gradient(225deg, #a4f251 0%, #129c1f 100%);
  --gradient-6: linear-gradient(225deg, #d70a84 0%, #51127f 100%);    
  --gradient-7: linear-gradient(225deg, #f2f1ff 0%, #fff7ec 100%);  
  --gradient-8: linear-gradient(225deg, #c7daf0 0%, #255c99 100%);   
  --gradient-9: linear-gradient(225deg, #b6db40 0%, #99c222 100%);
  --gradient-10: linear-gradient(225deg, #ee78a5 0%, #cc2c5c 100%);
}

/**/
.blue-color {color: var(--blue-color);}
.green-color {color: var(--green-color);}
.pink-color {color: var(--pink-color);}
.black-color {color: var(--black-color);}
.white-color {color: var(--white-color);}

.gradient-1 {background: var(--gradient-1);}
.gradient-2 {background: var(--gradient-2);}
.gradient-3 {background: var(--gradient-3);}
.gradient-4 {background: var(--gradient-4);}
.gradient-5 {background: var(--gradient-5);}
.gradient-6 {background: var(--gradient-6);}
.gradient-7 {background: var(--gradient-7);}
.gradient-8 {background: var(--gradient-8);}
.gradient-9 {background: var(--gradient-9);}
.gradient-10 {background: var(--gradient-10);}

.powerbg {background: url(../images/common/backgrounds/ad-noise.png);}
.powerbg-one {background: var(--white-bg-1);}
.powerbg-two {background: var(--white-bg-2);}
.white-bg {background: var(--white-color);}
.white-bg-one {background: var(--white-color-1);}
.black-bg {background: var(--black-color);}
.black-bg-one {background: var(--black-color-1);}
.blue-bg {background: var(--blue-color);}
.green-bg {background: var(--green-color);}
.pink-bg {background: var(--pink-color);}

.section-space {padding-top: 100px; padding-bottom: 100px;}

/*margin top*/
.mr10 {margin-right: 10px;}
.mt5 {margin-top: 5px;}
.mt-10 {margin-top: -10px;}
.mt-20 {margin-top: -20px;}
.mt-30 {margin-top: -30px;}
.mt-40 {margin-top: -40px;}
.mt-50 {margin-top: -50px;}
.mt-60 {margin-top: -60px;}
.mt-70 {margin-top: -70px;}
.mt-80 {margin-top: -80px;}
.mt-90 {margin-top: -90px;}
.mt-100 {margin-top: -100px;}
.mt-110 {margin-top: -110px;}
.mt-120 {margin-top: -120px;}
.mt-125 {margin-top: -125px;}
.mt-130 {margin-top: -130px;}
.mt-135 {margin-top: -135px;}
.mt-140 {margin-top: -140px;}
.mt-145 {margin-top: -145px;}
.mt-150 {margin-top: -150px;}
.mt-160 {margin-top: -160px;}
.mt-170 {margin-top: -170px;}
.mt-180 {margin-top: -180px;}
.mt-190 {margin-top: -190px;}
.mt-200 {margin-top: -200px;}
.mt-210 {margin-top: -210px;}
.mt-220 {margin-top: -220px;}

.mt10 {margin-top: 10px;}
.mt15 {margin-top: 15px;}
.mt20 {margin-top: 20px;}
.mt25 {margin-top: 25px;}
.mt30 {margin-top: 30px;}
.mt35 {margin-top: 35px;}
.mt40 {margin-top: 40px;}
.mt45 {margin-top: 45px;}
.mt50 {margin-top: 50px;}
.mt55 {margin-top: 55px;}
.mt60 {margin-top: 60px;}
.mt65 {margin-top: 65px;}
.mt70 {margin-top: 70px;}
.mt75 {margin-top: 75px;}
.mt80 {margin-top: 80px;}
.mt85 {margin-top: 85px;}
.mt90 {margin-top: 90px;}
.mt95 {margin-top: 95px;}
.mt100 {margin-top: 100px;}
.mt105 {margin-top: 105px;}
.mt110 {margin-top: 110px;}
.mt115 {margin-top: 115px;}
.mt120 {margin-top: 120px;}
.mt125 {margin-top: 125px;}
.mt130 {margin-top: 130px;}
.mt135 {margin-top: 135px;}
.mt140 {margin-top: 140px;}
.mt145 {margin-top: 145px;}
.mt150 {margin-top: 150px;}

/*margin bottom*/
.mb5 {margin-bottom: 5px;}
.mb10 {margin-bottom: 10px;}
.mb15 {margin-bottom: 15px;}
.mb20 {margin-bottom: 20px;}
.mb25 {margin-bottom: 25px;}
.mb30 {margin-bottom: 30px;}
.mb35 {margin-bottom: 35px;}
.mb40 {margin-bottom: 40px;}
.mb45 {margin-bottom: 45px;}
.mb50 {margin-bottom: 50px;}
.mb55 {margin-bottom: 55px;}
.mb60 {margin-bottom: 60px;}
.mb65 {margin-bottom: 65px;}
.mb70 {margin-bottom: 70px;}
.mb75 {margin-bottom: 75px;}
.mb80 {margin-bottom: 80px;}
.mb85 {margin-bottom: 85px;}
.mb90 {margin-bottom: 90px;}
.mb95 {margin-bottom: 95px;}
.mb100 {margin-bottom: 100px;}
.mb105 {margin-bottom: 105px;}
.mb110 {margin-bottom: 110px;}
.mb115 {margin-bottom: 115px;}
.mb120 {margin-bottom: 120px;}
.mb125 {margin-bottom: 125px;}
.mb130 {margin-bottom: 130px;}
.mb135 {margin-bottom: 135px;}
.mb140 {margin-bottom: 140px;}
.mb145 {margin-bottom: 145px;}
.mb150 {margin-bottom: 150px;}

/*padding top*/
html .pt0 {padding-top: 0;}
.pt5 {padding-top: 5px;}
.pt10 {padding-top: 10px;}
.pt15 {padding-top: 15px;}
.pt20 {padding-top: 20px;}
.pt25 {padding-top: 25px;}
.pt30 {padding-top: 30px;}
.pt35 {padding-top: 35px;}
.pt40 {padding-top: 40px;}
.pt45 {padding-top: 45px;}
.pt50 {padding-top: 50px;}
.pt55 {padding-top: 55px;}
.pt60 {padding-top: 60px;}
.pt65 {padding-top: 65px;}
.pt70 {padding-top: 70px;}
.pt75 {padding-top: 75px;}
.pt80 {padding-top: 80px;}
.pt85 {padding-top: 85px;}
.pt90 {padding-top: 90px;}
.pt95 {padding-top: 95px;}
.pt100 {padding-top: 100px;}
.pt105 {padding-top: 105px;}
.pt110 {padding-top: 110px;}
.pt115 {padding-top: 115px;}
.pt120 {padding-top: 120px;}
.pt125 {padding-top: 125px;}
.pt130 {padding-top: 130px;}
.pt135 {padding-top: 135px;}
.pt140 {padding-top: 140px;}
.pt145 {padding-top: 145px;}
.pt150 {padding-top: 150px;}

/*padding bottom*/
.pb5 {padding-bottom: 5px;}
.pb10 {padding-bottom: 10px;}
.pb15 {padding-bottom: 15px;}
.pb20 {padding-bottom: 20px;}
.pb25 {padding-bottom: 25px;}
.pb30 {padding-bottom: 30px;}
.pb35 {padding-bottom: 35px;}
.pb40 {padding-bottom: 40px;}
.pb45 {padding-bottom: 45px;}
.pb50 {padding-bottom: 50px;}
.pb55 {padding-bottom: 55px;}
.pb60 {padding-bottom: 60px;}
.pb65 {padding-bottom: 65px;}
.pb70 {padding-bottom: 70px;}
.pb75 {padding-bottom: 75px;}
.pb80 {padding-bottom: 80px;}
.pb85 {padding-bottom: 85px;}
.pb90 {padding-bottom: 90px;}
.pb95 {padding-bottom: 95px;}
.pb100 {padding-bottom: 100px;}
.pb105 {padding-bottom: 105px;}
.pb110 {padding-bottom: 110px;}
.pb115 {padding-bottom: 115px;}
.pb120 {padding-bottom: 120px;}
.pb125 {padding-bottom: 125px;}
.pb130 {padding-bottom: 130px;}
.pb135 {padding-bottom: 135px;}
.pb140 {padding-bottom: 140px;}
.pb145 {padding-bottom: 145px;}
.pb150 {padding-bottom: 150px;}
.pb200 {padding-bottom: 200px;}
.pb300 {padding-bottom: 300px;}

.text-gradient-1 {
    background: var(--black-color-0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

img {max-width: 100%; height: auto;}

.zup {position: relative; z-index: 50;}

.noshadow {box-shadow: none !important;}

.shadow {box-shadow: 0px 10px 25px -5px rgb(0 0 0 / 10%) !important;}

.underline-bold {text-decoration: none;}

/*button*/

.power-btn {
    border-radius: 100px;
    overflow: hidden;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.4px;
    padding: 0px 42px;
    height: auto;
    text-align: center;
    position: relative;
    z-index: 1;
    display: inline-flex;
    line-height: 64px;
    text-decoration: none;
    align-items: center;
    justify-content: center;
    grid-gap: 8px;
    border: 0;
    transform: translateY(0);
}

.power-btn:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    transition: all 0.3s ease;
}

/* blue button */
.power-blue-btn {
    color: var(--white-color);
    background: var(--blue-color);
    box-shadow: 0px 20px 20px rgb(36 0 255 / 10%);
}

.power-blue-btn:hover {
    color: var(--black-color);
}

.power-blue-btn:after {
    background: var(--blue-color);
    background-image: linear-gradient(315deg, var(--green-color) 0%, var(--green-color) 80%);
}

.power-blue-btn:hover:after {
    top: 0;
    height: 100%;
}

/* pink button */
.power-pink-btn {
    color: var(--white-color);
    background: var(--pink-color);
    box-shadow: 0px 19px 40px -10px rgb(255 79 0 / 25%);
}

.power-pink-btn:hover {
    color: var(--white-color);
}

.power-pink-btn:after {
    background: var(--pink-color);
    background-image: linear-gradient(315deg, var(--pink-color) 0%, var(--blue-color) 80%);
}

.power-pink-btn:hover:after {
    top: 0;
    height: 100%;
}

/* header button */
.power-header-btn {
    color: var(--white-color);
    background: var(--blue-color);
    box-shadow: 0px 20px 20px rgb(36 0 255 / 10%);
}

.power-header-btn:hover {
    color: var(--black-color);
}

.power-header-btn:after {
    background: var(--blue-color);
    background-image: linear-gradient(315deg, var(--green-color) 0%, var(--green-color) 80%);
}

.power-header-btn:hover:after {
    top: 0;
    height: 100%;
}

.inline-btn {
    font-weight: 500;
    display: inline-flex;
    text-decoration: none;
    align-items: center;
    grid-gap: 8px;
    color: var(--black-color-0);
}

.inline-btn:hover {
    color: var(--blue-color);
}

.inline-btn2 {
    font-weight: 500;
    display: inline-flex;
    text-decoration: none;
    align-items: center;
    grid-gap: 8px;
    color: var(--black-color-0);
    padding-left: 10px;
}

.inline-btn2:hover {
    color: var(--blue-color);
}

.txt-white {
    color: var(--white-color);
}

.bdrtop {
    border-top: 1px solid var(--bs-gray-300);
}

/*home hero section*/
.heroimg {
    background: url(../images/common/backgrounds/office-back.jpg) no-repeat;
}

.dot-bg {
    background: url(../images/common/backgrounds/bg-design.png) no-repeat;
}

.color-bgs {
    background: url(../images/common/backgrounds/top-right-body.png) no-repeat;
    background-size: cover;
    background-position: right top;
}

.blur-bg-blocks {
    overflow-x: hidden;
    overflow-y: hidden;
    height: 100%;
    width: 100%;
    position: absolute;
}

.blur-bg-set {
    overflow: hidden;
}

.blur-bg {
    z-index: 0;
    border-radius: 50%;
    position: absolute;
    -webkit-filter: blur(100px);
    filter: blur(100px);
    z-index: -1;
}

.blur-bg-a {
    right: -10%;
    top: -10%;
    background: var(--power-bg-2);
    opacity: 30%;
    width: 500px;
    height: 500px;
}

.blur-bg-b {
    right: -10%;
    top: 0%;
    background: var(--power-bg-3);
    width: 900px;
    height: 700px;
    opacity: 10%;
}

.bggrdient {
    position: relative;
    overflow: hidden;
}

.h1 {
    font-size: 70px;
    font-weight: 800;
}

.power-one-hero {
    min-height: 950px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.power-one-hero .hero-content {
    padding: 0 10%;
}

.power-one-hero .hero-content p {
    padding: 0px 14%
}

.hero-content p {
    font-size: 20px;
    line-height: 30px;
}

.power-two-hero {
    position: relative;
    z-index: 1;
    padding-top: 100px;
    padding-bottom: 80px;
    min-height: 85vh;
    display: grid;
    align-items: center;
}

.hero-content .bottombtn {
    font-size: 13px;
    margin-top: 5px;
}

.power-two-hero .hero-content h1 {
    font-size: 50px;
    line-height: 62px;
    font-weight: 800;
}

.uniqpont .mediainfoblock p {
    font-size: 18px;
    line-height: 28px;
    opacity: 1;
}

.uniqpont {
    display: flex;
    margin-top: 40px;
    grid-gap: 30px;
    justify-content: flex-start;
}

/**header**/
@-webkit-keyframes slideLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0%);
        transform: translateX(0%)
    }
}

@keyframes slideLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0%);
        transform: translateX(0%)
    }
}

@-webkit-keyframes slideRight {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0%);
        transform: translateX(0%)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }
}

@keyframes slideRight {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0%);
        transform: translateX(0%)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }
}

.headeraction ul {
    display: flex;
    align-items: center;
    grid-gap: 15px;
}

.header-btn {
    line-height: 58px;
    padding: 0 32px;
}

.sticky {
    background: rgb(255 255 255 / 80%);
    box-shadow: 0px 10px 20px -5px rgb(0 0 0 / 10%);
    height: 75px !important;
    backdrop-filter: blur(10px);
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 85px;
    padding: 0;
    z-index: 100;
    display: flex;
    align-items: center;
}

.brandlogo img {
    max-height: 40px;
}

.brandlogo .light {
    display: none;
}

.brandlogo .dark {
    display: block;
}

.sidedarklogo {
    display: block;
}

.sidewhitelogo {
    display: none;
}

.header .wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.header-item-left {
    display: flex;
    align-items: center;
}

.header-item-center {
    display: flex;
    align-items: center;
}

/* .headeraction {display: flex;} */

.header-item-right .menu-icon {
    font-size: 18px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    color: var(--white-color) !important;
    background: var(--blue-color);
    box-shadow: 0px 20px 20px rgb(36 0 255 / 10%);
}

.header-item-right .menu-icon:hover {
    background: var(--green-color);
}

.header-item-right .menu-icon:hover i {
    color: var(--black-color);
}

.header .menu > ul > li {
    display: inline-flex;
    margin-left: 15px;
}

.header .menu > ul > li > a {
    color: var(--black-color-0);
    position: relative;
    font-family: inherit;
    font-size: 16px;
    line-height: 85px;
    border: none;
    outline: none;
    text-transform: capitalize;
    -webkit-transition: color .3s ease;
    transition: color .3s ease;
}

.menu-item-has-children i {
    font-size: 15px;
}

.header .menu > ul > li .menu-subs {
    background: var(--white-color);
    border-top: 5px solid var(--blue-color);
    position: absolute;
    width: 100%;
    height: auto;
    z-index: 109;
    opacity: 0;
    visibility: hidden;
    border-radius: 14px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    padding: 25px;
    top: 95px;
    box-shadow: 0px 20px 20px -5px rgb(0 0 0 / 15%);
}

.header .menu > ul > li .menu-subs > ul > li {
    line-height: 1
}

.header .menu > ul > li .menu-subs > ul > li > a {
    color: var(--black-color-0);
    display: inline-block;
    padding: 10px 0;
    font-size: 16px;
    border: none;
    outline: none;
    text-transform: capitalize;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.header .menu > ul > li .menu-column-1 {
    min-width: auto;
    max-width: max-content;
}

.header .menu > ul > li .menu-subs.menu-mega {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.header .menu > ul > li .menu-subs.menu-mega > .list-item > ul > li {
    display: block;
    line-height: 1
}

.header .menu > ul > li .menu-subs.menu-mega > .list-item > ul > li > a {
    color: var(--black-color-0);
    display: inline-block;
    font-size: 16px;
    border: none;
    outline: none;
    -webkit-transition: color .3s ease;
    transition: color .3s ease;
    padding: 10px 0;
}

.header .menu > ul > li .menu-subs.menu-column-4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 900px;
    width: 900px;
    padding: 25px;
}

.header .menu > ul > li .menu-subs.menu-column-4 > .list-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    padding: 0 1rem
}

.header .menu > ul > li .menu-subs.menu-column-4 > .list-item .title {
    color: var(--blue-color);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    font-weight: 300;
    font-size: 14px;
    padding: 10px 0 0px 0;
}

.header .menu > ul > li .menu-subs.menu-column-4 > .list-item.text-center .title {
    text-align: center
}

.header .menu > ul > li .menu-subs.menu-column-4 > .list-item img {
    display: block;
    width: 100%;
    height: auto;
    margin-top: .75rem;
    -o-object-fit: cover;
    object-fit: cover
}

.header .menu-mobile-header,
.header .menu-mobile-toggle {
    display: none
}

@media screen and (min-width:1199px) {
    .header .menu > ul > li.menu-item-has-children:hover .menu-subs {
        opacity: 1;
        visibility: visible;
        top: 85px;
    }
}

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

    .header-item-left,
    .header-item-right {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .wrapper {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin: 0 auto;
        padding: .5rem 0
    }

    .header .menu-mobile-toggle {
        position: relative;
        display: block;
        cursor: pointer;
        width: 25px;
        height: 16px;
        border: none;
        outline: none;
        background: none;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .35s ease-in-out;
        transition: .35s ease-in-out;
    }

    .header .menu-mobile-toggle span {
        background: var(--black-color-0);
        display: block;
        position: absolute;
        width: 100%;
        height: 2px;
        left: 0;
        border: none;
        outline: none;
        opacity: 1;
        border-radius: .25rem;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .25s ease-in-out;
        transition: .25s ease-in-out
    }

    .header .menu-mobile-toggle span:nth-child(1) {
        top: 0
    }

    .header .menu-mobile-toggle span:nth-child(2),
    .header .menu-mobile-toggle span:nth-child(3) {
        top: .5rem
    }

    .header .menu-mobile-toggle span:nth-child(4) {
        top: 1rem
    }

    .header-item-right {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .header .menu {
        background: var(--white-color);
        position: fixed;
        top: 0;
        left: 0;
        width: 85%;
        max-width: 380px;
        height: 100%;
        z-index: 111;
        overflow: hidden;
        -webkit-transform: translate(-100%);
        transform: translate(-100%);
        opacity: 0;
    }

    .header .menu.active {
        -webkit-transform: translate(0%);
        transform: translate(0%);
        opacity: 1;
    }

    .header .menu > ul > li {
        display: block;
        line-height: 1;
        margin: 0
    }

    .header .menu > ul > li > a {
        display: block;
        line-height: 3.125rem;
        height: 3.125rem;
        padding: 0 3.125rem 0 1rem;
        border-bottom: 1px solid var(--bs-gray-300)
    }

    .header .menu > ul > li > a i {
        position: absolute;
        font-size: 16px;
        top: 0;
        right: 0;
        width: 50px;
        height: 50px;
        text-align: center;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .header .menu .menu-mobile-header {
        position: relative;
        position: sticky;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        top: 0;
        height: 3.125rem;
        z-index: 110;
        border-bottom: 1px solid var(--bs-gray-300);
        background: repeating-linear-gradient(45deg, var(--bs-gray-100), var(--bs-gray-200) 5px, var(--bs-gray-100) 5px, var(--bs-gray-200) 10px);
    }

    .darkmode .header .menu .menu-mobile-header {
        background: repeating-linear-gradient(45deg, var(--black-bg-2), var(--black-bg-3) 5px, var(--black-bg-2) 5px, var(--black-bg-3) 10px);
        border-bottom: 1px solid var(--black-bg-3);
    }

    .darkmode .header .menu-mobile-toggle span {
        background: var(--black-color-0);
    }

    .darkmode .header .menu {
        background: var(--black-bg-2);
    }

    .darkmode .header .menu > ul > li > a {
        border-bottom: 1px solid var(--black-bg-3);
    }

    .darkmode .header .menu-mobile-toggle span {
        background: var(--white-color);
    }

    .header .menu .menu-mobile-header .menu-mobile-arrow {
        display: none;
        font-size: 20px;
        width: 50px;
        height: 50px;
        cursor: pointer;
        text-align: center;
        background: var(--blue-color);
        border: 0;
        color: var(--white-color);
    }

    .header .menu .menu-mobile-header.active .menu-mobile-arrow {
        display: block
    }

    .header .menu .menu-mobile-header .menu-mobile-title {
        font-family: inherit;
        font-size: 1rem;
        font-weight: 500;
        line-height: inherit;
        text-transform: capitalize
    }

    .header .menu .menu-mobile-header .menu-mobile-close {
        font-size: 20px;
        cursor: pointer;
        width: 50px;
        height: 50px;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 0;
        background: var(--blue-color);
        color: var(--white-color);
    }

    .header .menu .menu-section {
        height: 100%;
        overflow-y: auto;
        overflow-x: hidden;
    }

    .header .menu > ul > li .menu-subs {
        position: absolute;
        display: none;
        top: 0;
        left: 0;
        max-width: none;
        min-width: auto;
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 1rem;
        padding-top: 4rem;
        opacity: 1;
        overflow-y: auto;
        visibility: visible;
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
        -webkit-box-shadow: none;
        box-shadow: none;
        border: 0px;
    }

    .header .menu > ul > li .menu-subs.menu-mega {
        position: absolute;
        display: none;
        top: 0;
        left: 0;
        max-width: none;
        min-width: auto;
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 1rem;
        padding-top: 4rem;
        opacity: 1;
        overflow-y: auto;
        visibility: visible;
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .header .menu > ul > li .menu-subs.active {
        display: block
    }

    .header .menu > ul > li .menu-subs.menu-column-4 > .list-item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        padding: 0rem;
    }

    .header .menu > ul > li .menu-subs.menu-column-4 > .list-item img {
        margin-top: 0;
    }

    .header .menu > ul > li .menu-subs.menu-column-4 > .list-item.text-center .title {
        margin-bottom: 1.25rem;
    }

    .header .menu > ul > li .menu-subs.menu-column-4 > .list-item.text-center:last-child .title {
        margin-bottom: 0rem;
    }

    .header .menu > ul > li .menu-subs > ul > li > a {
        display: block;
    }

    .header .menu > ul > li .menu-subs.menu-mega > .list-item > ul {
        margin-bottom: 1rem;
    }

    .header .menu > ul > li .menu-subs.menu-mega > .list-item > ul > li > a {
        display: block;
    }

    .overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 100;
        opacity: 0;
        visibility: hidden;
        background: rgba(0, 0, 0, .65);
        -webkit-transition: all .45s ease-in-out;
        transition: all .45s ease-in-out;
    }

    .overlay.active {
        opacity: 1;
        visibility: visible;
    }
}

.headerbg .menu > ul > li > a {
    color: var(--white-color);
}

.headerbg.sticky .menu > ul > li > a {
    color: var(--black-color-0);
}


/*service slide*/
.circleffect div {
    width: 100%;
    height: 200px;
    background: var(--white-color);
    opacity: .080;
    display: block;
    border-radius: 100%;
    position: absolute;
    right: 0;
    left: 0;
    bottom: -14%;
    margin: 0 auto;
}

.service-card-div:hover .circleffect div {
    bottom: -10%;
}

.service-row-block {
    padding: 0 20px;
    margin: -160px 0 100px 0;
}

.service-card-div a {
    padding: 50px 0;
}

.service-card-div {
    border-radius: 150px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    overflow: hidden;
    border: 2px solid var(--bs-gray);
}

.owl-carousel .owl-item .service-images img {
    width: 200px;
    margin: 0px auto 0px;
}

.service-name {
    font-family: var(--font-primary);
    text-align: center;
    color: var(--black-color);
    padding-top: 40px;
    font-size: 22px;
    line-height: 32px;
    font-weight: 700;
}

/*home about*/

.homeherodeading {
    color: var(--white-color);
    letter-spacing: 2px;
    display: block;
}

.scriptheading {
    color: var(--blue-color);
    letter-spacing: 2px;
    display: block;
}

.paragraph p + p {
    margin-top: 15px;
}

.item-pair {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    grid-gap: 15px;
}

.videobutton {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    grid-gap: 15px;
}

.videobutton a {
    min-width: 60px;
    min-height: 60px;
    display: inline-flex;
    background: var(--white-bg-1);
    box-shadow: 0px 20px 20px -5px rgb(0 0 0 / 15%);
    border-radius: 1000px;
    transition: all 0.3s ease-in-out 0s;
    cursor: pointer;
    outline: none;
    position: relative;
    padding: 10px;
    align-items: center;
}

.videobutton span {
    font-weight: 500;
}

.button-play {
    width: 0;
    height: 0;
    border-top: 13px solid transparent;
    border-left: 21px solid var(--blue-color);
    border-bottom: 13px solid transparent;
    text-align: center;
    margin: 0 auto 0;
    margin-left: 10px;
    
}

.button-play::before {
    content: '';
    width: 60px;
    height: 60px;
    border-radius: 100%;
    border: 6px solid var(--white-bg-1);
    position: absolute;
    z-index: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.company-budges {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    grid-gap: 40px;
}

.brand-logo img {
    max-width: 130px;
}

.clients-logos ul {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-gap: 40px;
    align-items: center;
    justify-content: center;
}

.clients-logos ul li {
    background: var(--white-color);
    padding: 20px;
    border-radius: 14px;
    height: 100%;
    box-shadow: 0px 10px 20px -10px rgb(7 0 52 / 10%);
}

.roundiconwithdata {
    display: flex;
    border-radius: 20px;
    align-items: center;
    justify-content: flex-start;
    grid-gap: 20px;
    padding: 6px;
    height: fit-content;
    background: url(../images/common/backgrounds/ad-noise.png);
    box-shadow: 0px 10px 20px -10px rgb(7 0 52 / 10%);
    border: 1px solid var(--black-color-3);
}

.imgimg {
    width: 70px;
    height: 70px;
    background: #f6f7ff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    border-radius: 100px;
    overflow: hidden;
}

.cate-with-img-main {
    display: grid;
    grid-template-columns: auto auto auto auto;
    grid-gap: 30px;
    margin-top: 60px;
}

.cate-with-img {
    display: grid;
    grid-gap: 30px;
}

.roundiconwithdata p {
    font-size: 17px;
    line-height: 28px;
    font-weight: 600;
    color: #101f38;
}

.homepagecounter {
    display: grid;
    grid-gap: 30px;
}

.immt100 {
    margin-top: 100px;
}

.overtheimg {
    display: flex;
    justify-content: space-between;
    grid-gap: 30px;
    background: url(../images/common/backgrounds/ad-noise.png) var(--white-bg-1);
    padding: 40px 40px;
    border-radius: 14px;
    margin: -80px auto 100px;
    width: 95%;
    box-shadow: 0px 10px 20px -5px rgb(0 0 0 / 10%);
}

.power-two-counter {
    grid-template-columns: auto;
    grid-gap: 50px;
    align-items: center;
    align-content: center;
}

.power-two-counter .counter-setdiv {
    background: var(--white-color);
    border-radius: 14px;
    padding: 40px 25px;
    border: 1px solid var(--black-color-4);
}

.power-two-counter .counter-setdiv span.ttf {
    margin-bottom: 15px;
    display: block;
}

.seccnt {
    margin-top: 80px;
}

.power-two-counter .counter-setdiv p {
    font-size: 45px;
    line-height: 55px;
}

.countertag {
    margin-top: 5px;
    display: block;
}

.text-ends {
    text-align: right;
}

.counter-setdiv p {
    font-size: 60px;
    line-height: 70px;
    font-weight: 700;
    color: var(--blue-color);
    display: flex;
    align-items: center;
    grid-gap: 8px;
}

.card-img-round {
    border-radius: 14px;
    overflow: hidden;
}

.work-imags {
    box-shadow: 0px 10px 20px -5px rgb(0 0 0 / 10%);
    overflow: hidden;
    border-radius: 14px;
}

.icon-label {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 30px;
}

.icon-data img {
    width: 50px;
    margin-bottom: 15px;
}

.card-img-round img {
    width: 100%;
}

.review-links {
    display: flex;
    justify-content: space-evenly;
    margin: 30px 0 30px 0px;
    align-items: center;
    grid-gap: 30px;
}

.pthead-aa1 {
    padding: 25px;
    overflow: hidden;
    border-radius: 14px 14px 0 0;
    text-align: center;
    background: var(--gradient-1);
}

.pthead-aa1 img {
    width: 50px;
    margin: 15px auto 15px;
    filter: drop-shadow(0px 16px 10px #0d088b);
}

.ptbody-aa1 {
    padding: 25px 25px 45px 25px;
    position: relative;
    text-align: center;
}

.pricing-table-aa1 {
    border-radius: 14px;
    overflow: hidden;
}

.tableamount span {
    display: block;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
}

.tablelist li {
    content: "";
    text-align: left;
    background: url(../images/common/backgrounds/dot.svg);
    background-repeat: no-repeat;
    background-position: left center;
    padding: 0 0 0 22px;
}

.tablelist li + li {
    margin-top: 15px;
}

.pthead-aa1 h5 {
    font-size: 18px;
    line-height: 30px;
    font-weight: 500;
    margin: 0 0 10px 0;
}

.review-links img {
    max-height: 60px;
}

/*owl icon slider*/
.icon-slider-block {
    text-align: center;
    background: var(--white-bg);
}

.icon-slider-block .slider-icon img {
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--white-bg-1);
    padding: 10px;
    height: 100px;
    width: 100px;
    border-radius: 20px;
}

.icon-slider-block .slider-icon-text p {
    margin-top: 15px;
    font-size: 15px;
    line-height: 20px;
}

/*owl icon slider*/
.shcb {
    border-radius: 100%;
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
}

.power-half-circle-block1 {
    background: var(--gradient-1);
    width: 500px;
    height: 500px;
    top: -250px;
}

.power-half-circle-block2 {
    background: var(--gradient-2);
    width: 170px;
    height: 170px;
    bottom: -85px;
}

.power-work-preview {
    display: grid;
    grid-template-columns: 65% auto;
    grid-gap: 20px;
}

.power-work-preview a {
    display: block;
}

.power-right-slot {
    display: grid;
    grid-template-columns: auto;
    grid-gap: 20px;
}

.power-work-preview img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.roundimg {
    overflow: hidden;
    border-radius: 14px;
}

/*tabs design*/
.power-tabs-links .nav-tabs li + li {
    margin-top: 10px;
}

.power-tabs-links .nav-tabs .nav-item.show .nav-link,
.power-tabs-links .nav-tabs .nav-link.active {
    background-color: var(--blue-color);
    border-color: transparent;
    color: var(--white-color);
}

.power-tabs-links .nav-tabs .nav-link:hover {
    background-color: var(--blue-color);
    color: var(--white-color);
}

.power-tabs-links .nav-tabs {
    border-bottom: 0px
}

.power-tabs-links .nav-tabs .nav-link i {
    margin-right: 8px;
}

.power-tabs-links .nav-tabs .nav-link {
    margin-bottom: 0;
    background: 0 0;
    border: 0px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    font-size: 18px;
    padding: 15px 20px;
    width: 100%;
    text-align: left;
    border-radius: 14px;
    background: var(--white-color);
    color: var(--black-color-1);
    box-shadow: 0px 10px 20px -5px rgb(0 0 0 / 10%);
}

.power-tabs-links .nav-tabs button {
    position: relative;
    display: flex;
    align-items: center;
}

.power-tabs-links .nav-tabs button:after {
    position: absolute;
    content: "\f178";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    right: 15px;
    font-size: 14px;
    background: var(--white-lite-1);
    width: 20px;
    height: 20px;
    border-radius: 100px;
}

.power-tabs-links .nav {
    flex-direction: column;
}

.waveline {
    background: url(../images/common/backgrounds/wave-line.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

.office-interior {
    background: var(--gradient-1);
}

.imageoutofbox {
    margin-top: 300px;
}

.imageoutbox {
    margin-top: -200px;
}

/*review*/
.megaone-card-noise {
    background: url(../images/common/backgrounds/ad-noise.png) var(--white-bg-1);
    border: 1px solid var(--black-color-4);
}

.powerbdr1 {
    position: relative;
    border-top: 5px solid var(--blue-color);
    border-right: 3px solid var(--blue-color);
}

.powerbdr1:hover {
    background: var(--white-bg-1);
    border: 1px solid var(--blue-color);
    box-shadow: 0px 10px 20px -5px rgb(37 92 153 / 40%);
}

.powerbdr1:hover .lnkarrow {
    color: var(--blue-color);
}

.pair-block {
    display: grid;
    grid-template-columns: auto auto;
    grid-gap: 25px;
    align-items: center;
}

.review-img-block {
    display: grid;
    grid-template-columns: auto auto;
    grid-gap: 25px;
    align-items: center;
    padding: 0 20px;
    justify-content: start;
}

.user-image {
    width: 100px;
    height: 100px;
    border-radius: 100%;
    overflow: hidden;
    border: 2px solid var(--white-lite-2);
}

.user-content h5 {
    margin: 0 0 5px 0;
}

.user-content p {
    opacity: 0.8;
    font-size: 16px;
}

.starrating {
    text-align: right;
}

.starrating ul li {
    display: inline-flex;
}

.starrating li a.checked {
    color: var(--green-color);
}

.review-content {
    padding: 0 30px;
}

.review-content p {
    position: relative;
}

.review-content p:before {
    position: absolute;
    content: "\f10d";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 90px;
    line-height: 1;
    top: -20px;
    left: 0;
    color: var(--white-lite-2);
}

.review-footer {
    padding: 30px;
    border-top: 1px solid var(--black-color-4);
}

.image-icon {
    width: 40px;
}

/*owl button*/
.owl-carousel.full-button .owl-nav .owl-prev,
.owl-carousel.full-button .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: var(--white-color);
    width: 40px;
    height: 40px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 7px 15px 0px rgb(0 0 0 / 15%);
    border: 1px solid var(--bs-gray);
}

.owl-carousel.full-button .owl-nav .owl-prev {
    color: var(--black-bg);
    left: -20px;
}

.owl-carousel.full-button .owl-nav .owl-next {
    color: var(--black-bg);
    right: -20px;
}


/*clients*/
.clients-logo-table {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
}

.img-client-logo-cell {
    padding: 30px;
    border: 1px solid var(--bs-gray-200);
    border-radius: 14px;
}

.owl-carousel.full-button.centerbtns .owl-nav .owl-prev {
    top: auto;
    transform: translateY(0%);
    color: var(--black-bg);
    left: -50px;
    right: 0;
    text-align: center;
    margin: 0 auto;
}

.owl-carousel.full-button.centerbtns .owl-nav .owl-next {
    top: auto;
    transform: translateY(-0%);
    color: var(--black-bg);
    right: -50px;
    left: 0;
    margin: 0 auto;
}

.owl-carousel.full-button.centerbtns .owl-nav {
    position: relative;
    top: 30px;
}


/*pricing block*/
.p-head-power h3,
.p-head-power p,
.p-head-power h2,
.what-in-plan-power h5,
.what-in-plan-power ul li {
    color: var(--white-color);
}

.pricing-column:hover .power-btn {
    grid-gap: 18px;
    box-shadow: 0px 12px 25px 0px rgb(0 0 0 / 25%);
}

.pricing-table-with-cta {
    display: grid;
    grid-template-columns: 75% auto;
    grid-gap: 30px;
    align-items: center;
}

.pricing-table {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 2px;
}

.pricing-table2 {
    grid-template-columns: repeat(2, 1fr);
}

.pricing-column {
    padding: 40px 0px;
    position: relative;
}

.what-in-plan-power {
    padding: 30px 30px 0px 30px;
    border-top: 2px solid var(--bs-body-bg);
}

.what-in-plan-power h5 {
    font-size: 20px;
}

.p-head-power {
    padding: 0px 30px;
}

.p-head-power h3 {
    font-size: 24px;
    margin: 0px 0 10px 0;
}

.p-btn-cta-power .power-btn {
    width: 100%;
    line-height: 62px;
}

.p-btn-cta-power {
    text-align: center;
    margin: 40px 0 30px 0;
    padding: 0 30px;
}

.what-in-plan-power ul li {
    padding: 0 0 0 20px;
    font-size: 17px;
    position: relative;
}

.what-in-plan-power ul li:before {
    content: "\f192";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 8px;
    font-size: 9px;
}

.pricemain {
    margin: 30px 0 0 0;
    font-size: 40px;
}

.what-in-plan-power ul li + li {
    margin-top: 6px;
}

.tblfirst {
    border-radius: 14px 0 0 14px;
}

.tblend {
    border-radius: 0 14px 14px 0;
}

.recomnd-block-power {
    color: var(--black-bg);
    background-color: var(--bs-warning);
    position: absolute;
    right: 0;
    left: 30px;
    width: fit-content;
    top: -14px;
    bottom: auto;
    display: flex;
    padding: 6px 10px;
    border-radius: 8px;
    font-size: 10px;
    letter-spacing: 1px;
    font-weight: 700;
    align-items: center;
    justify-content: center;
}

.p-btn-cta-power a.inline-btn {
    color: var(--white-color);
}

.p-btn-cta-power a.inline-btn:hover {
    color: var(--white-color);
}

.mediablock {
    display: flex;
    grid-gap: 25px;
    align-items: center;
}

.mediablock a:hover {
    color: var(--blue-color);
    font-weight: 600;
}

.mediablock div:first-child {
    flex-shrink: 0;
}

.icondiv {
    height: 60px;
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.icondiv i {
    font-size: 35px;
}

.mediainfoblock p {
    font-size: 16px;
}

.mediainfoblock a.contactlink {
    text-decoration: none;
    color: var(--bs-pink);
    font-size: 22px;
    font-weight: 500;
}

.dashbefore {
    position: relative;
    padding-left: 25px;
}

.dashbefore:before {
    content: "";
    position: absolute;
    display: inline-block;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 12px;
    height: 2px;
    background: var(--blue-color);
}

.homeherodash {
    position: relative;
    padding-left: 25px;
}

.homeherodash:before {
    content: "";
    position: absolute;
    display: inline-block;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 12px;
    height: 2px;
    background: var(--white-color);
}

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

/*blogs*/
.dateandvieicon {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 18px;
    font-weight: 500;
}

.bdrwor {
    border: 1px solid var(--bs-gray-300);
}

.bdrwor-rt {
    border-right: 1px solid var(--bs-gray-300);
    border-bottom: 1px solid var(--bs-gray-300);
}

.cardlinkfooter {
    border-top: 1px solid var(--bs-gray-300);
    display: grid;
    grid-template-columns: auto 60px;
    height: 60px;
    align-items: center;
    padding-left: 25px;
}

.div-card-img-info {
    padding: 25px 25px 0px 25px;
}

.buttontext {
    text-transform: uppercase;
    font-size: 16px;
}

.cardaclr a {
    color: var(--black-color-1);
}

.img-div-power-mega {
    border-radius: 8px;
    overflow: hidden;
    height: 250px;
}

.img-div-power-mega img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.powermegaonecard {
    flex-direction: column;
    -webkit-box-pack: justify;
    justify-content: space-between;
    display: flex;
    height: calc(100% - 0px);
}

.powermegaonecard:hover {
    color: var(--black-color);
}

.linkiconpower {
    display: flex;
    align-items: center;
    justify-content: center;
    border-left: 1px solid var(--bs-gray-300);
    min-height: 60px;
    background: var(--blue-color);
    color: var(--white-color);
    border-radius: 0px 10px 10px 0px;
}

.powermegaonecard:hover .linkiconpower {
    background: var(--green-color);
    color: var(--black-color);
}

.info-div-power-mega {
    padding: 30px 0 0 0;
}

.blogtitle {
    color: var(--black-color-0);
    font-size: 22px;
    line-height: 32px;
    font-weight: 500;
}

.blogsubdata {
    padding: 20px 0;
    font-size: 16px;
}

/**/
.cta-info-div-mega h3,
.cta-info-div-mega p {
    color: var(--white-color);
}

.whitebg h3 {
    color: var(--black-color-0);
}

.whitebg p {
    color: var(--black-color-1);
}

.cta-design-block-power {
    display: grid;
    grid-template-columns: 50% 30%;
    grid-gap: 30px;
    justify-content: space-between;
    padding: 40px;
    border-radius: 24px;
}

.continfoblck {
    background: var(--white-color-5);
}

.continfoblck h2 {
    font-size: 80px;
    line-height: 92px;
    font-weight: 800;
}

.contactinkediv a {
    color: var(--black-color-0);
    font-size: 20px;
    line-height: 32px;
    font-weight: 500;
}

/*form*/
.form-controls::placeholder {
    color: var(--black-color-0);
}

.form-controls:-ms-input-placeholder {
    color: var(--black-color-0);
}

.form-controls::-ms-input-placeholder {
    color: var(--black-color-0);
}

.form-controls {
    display: block;
    width: 100%;
    font-size: 18px;
    font-weight: 300;
    color: var(--black-color-0);
    background-color: var(--white-color);
    border: 1px solid var(--bs-gray-300);
    background-clip: padding-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 14px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    line-height: 54px;
    padding: 0 20px;
}

.form-control:focus {
    color: var(--black-bg-3);
    background-color: var(--black-bg-2);
    box-shadow: none;
}

.form-inputs label {
    font-size: 16px;
    font-weight: 500;
    padding: 0 0 5px 0;
    color: #101f38;
}

.plus-terms {
    display: grid;
    grid-template-columns: auto auto;
    grid-gap: 30px;
    justify-content: start;
    align-items: center;
}

.power-form-term {
    font-size: 14px;
}

.power-textarea {
    width: 100%;
    height: 90px;
}

.megaonecotactform-power {
    background: var(--white-bg-1);
    box-shadow: 0px 10px 20px -5px rgb(0 0 0 / 10%);
    padding: 40px;
    border-radius: 14px;
}

.footercreditnote {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.industrybg {
    position: relative;
}

.industrybg:after {
    background: url(../images/common/backgrounds/industry-bg.png);
    /*hidden for darkmode*/
    background-position: right top;
    background-size: 100%;
    background-repeat: no-repeat;
    content: "";
    width: 60%;
    position: absolute;
    bottom: 0;
    right: 0;
    top: 0;
    z-index: 0;
    opacity: .5;
}

.aboutbg {
    position: relative;
}

.aboutbg:after {
    background: url(../images/common/backgrounds/shape-12.svg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    content: "";
    width: 100%;
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 0;
    opacity: .5;
}

/*footer*/
.footer-logo-power .light {
    display: none;
}

.footer-logo-power .dark {
    display: block;
}

.footerbg {
    position: relative;
}

.footerbg:after {
    background: url(../images/common/backgrounds/footer-bg.png);
    background-position: center bottom;
    background-size: 80%;
    background-repeat: no-repeat;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 0;
    opacity: .5;
}

footer {
    font-size: 16px;
    position: relative;
}

.footer-logo-power a img {
    max-width: 200px;
}

.career-link-btn-power span {
    display: block;
}

.career-link-btn-power a {
    color: var(--black-color-1);
}

.career-link-btn-power:hover a {
    color: var(--blue-color);
}

.carrerlinkandimg {
    display: inline-flex;
    grid-gap: 15px;
    align-items: center;
    border: dashed 1px var(--bs-gray-500);
    padding: 10px 25px;
    border-radius: 14px;
}

.carrerlinkandimg:hover {
    border-color: var(--blue-color);
}

.footer-social-power {
    display: flex;
    align-items: center;
    grid-gap: 20px;
}

.footer-social-power a {
    color: var(--black-color-1);
    width: 40px;
    height: 40px;
    line-height: 36px;
    display: inline-block;
    text-align: center;
    font-size: 20px;
    border-radius: 50%;
    transition: transform 0.5s;
    border: 2px solid var(--black-color-1);
}

.footer-social-power a:hover {
    color: var(--blue-color);
    border: 2px solid var(--blue-color);
    transform: translateY(-12px);
}

.two-address-blocks {
    display: grid;
    grid-template-columns: auto auto;
    grid-gap: 30px;
}

.w32 {
    width: 32px;
}

.address-div-power address {
    font-size: 16px;
}

.addresstile {
    display: flex;
    grid-gap: 15px;
    align-items: center;
}

.connectwithus a {
    color: var(--black-color-1);
    line-height: 1.8;
    display: flex;
    align-items: baseline;
}

.footertitle {
    font-weight: 500;
    font-size: 20px;
}

.award-badge-block {
    display: grid;
    grid-gap: 30px;
    grid-template-columns: auto auto auto auto auto auto;
    text-align: center;
}

.award-badge-block img {
    max-width: 75px;
}

.footer-links ul li + li {
    margin-top: 5px;
}

.footer-links ul li a {
    color: var(--black-color-0);
    display: block;
}

.footerbreak {
    margin-top: 40px;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.footerbreak1 {
    margin-top: 40px;
}

.powerhr {
    border-top: 1px solid var(--bs-gray-300);
}

.companyreviwprofile {
    display: flex;
    justify-content: flex-start;
    grid-gap: 30px;
}

.companyreviwprofile a img {
    max-width: 120px;
}

.footercreditnote a {
    color: var(--black-color-1);
}

.linktitle {
    font-weight: 300;
    font-size: 16px;
    line-height: 25px;
    opacity: 1;
    display: block;
}

.linktitle a:hover {
    color: var(--blue-color);
    font-weight: 600;
}

.subsform {
    position: relative;
}

.subsform button {
    width: 46px;
    height: 46px;
    border-radius: 6px;
    position: absolute;
    right: 5px;
    top: 5px;
    border: 0;
}

.small-fonts {
    font-size: 12px;
    font-style: italic;
}

.small-fonts span {
    font-weight: 600;
    font-style: normal;
}

/*effect class*/
.power-hover-1 a:hover {
    color: var(--blue-color) !important;
}

.power-hover-1 a {
    display: inline-flex !important;
    padding: 3px 0;
    position: relative;
    overflow: hidden;
    -webkit-transition: width .6s cubic-bezier(.25, .8, .25, 1) 0s;
    -o-transition: width .6s cubic-bezier(.25, .8, .25, 1) 0s;
    transition: width .6s cubic-bezier(.25, .8, .25, 1) 0s;
    z-index: 1;
}

.power-hover-1 a::after {
    position: absolute;
    content: "";
    width: 0;
    height: 1px;
    bottom: 0;
    left: auto;
    right: 0;
    z-index: -1;
    -webkit-transition: width .6s cubic-bezier(.25, .8, .25, 1) 0s;
    -o-transition: width .6s cubic-bezier(.25, .8, .25, 1) 0s;
    transition: width .6s cubic-bezier(.25, .8, .25, 1) 0s;
    background: currentColor;
}

.power-hover-2 a:hover {
    color: var(--blue-color) !important;
}

/*contact us page*/
.breadcrum-area {
    padding-top: 170px;
    padding-bottom: 80px;
    background: var(--gradient-7);
}

.white-bg {
    background: var(--white-color);
}

.list-h-styled li::after {
    content: "";
    height: 4px;
    width: 4px;
    background-color: var(--black-color-1);
    border-radius: 100%;
    position: absolute;
    top: 50%;
    right: -15px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.list-h-styled li:last-child::after {
    display: none;
}

.list-h-styled li a {
    color: var(--black-color-1);
}

.list-h-styled li {
    position: relative;
    display: inline-flex;
    color: var(--blue-color);
    margin-right: 20px;
}

.contactinfodiv .con-block-power-div .linktitle,
.contactinfodiv .con-block-power-div h4,
.contactinfodiv .con-block-power-div p,
.contactinfodiv .con-block-power-div a {
    color: var(--white-color);
}

.contactpagefullform {
    background: var(--white-bg-1);
    border-radius: 14px;
    display: grid;
    grid-template-columns: auto 65%;
}

.radio-select-list {
    justify-content: flex-start;
    grid-gap: 10px;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    flex-direction: row;
    padding: 15px 0 0px 0;
}

.radio-select-list label {
    padding: 0;
    margin: 0;
}

.form-checks:first-child {
    margin-right: 10px;
}

.form-checks + .form-checks {
    margin-right: 10px;
}

.form-check-input:focus {
    box-shadow: none;
}

.form-checks label {
    margin-left: 5px;
}

.form-check-input:checked {
    background-color: var(--blue-color);
    border-color: var(--blue-color);
}

.form-inputs p {
    font-weight: 500;
}

.contactformfiller {
    padding: 40px;
}

.con-block-power-div {
    position: relative;
    z-index: 5;
}

.contactinfodiv {
    background: var(--gradient-1);
    padding: 40px;
    position: relative;
}

.contactinfodiv:after {
    position: absolute;
    content: "";
    background-image: url(../images/common/backgrounds/wave-line.svg);
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 0;
}

.contactnumberdiv a {
    display: table;
    color: var(--black-color-0);
    margin-top: 5px;
}

.contactnumberdiv a:hover {
    color: var(--blue-color);
}

.locaton-block-power {
    display: grid;
    grid-template-columns: auto 60%;
    grid-gap: 30px;
}

.locationimg img {
    height: 100%;
    object-fit: cover;
}

.maplocation iframe {
    height: 320px;
    width: 100%;
}

/***/
.justify-left {
    justify-content: flex-end
}

.flex-end {
    align-self: flex-end !important;
}

p + p {
    margin-top: 15px;
}

.imgcover img {
    height: 80%;
    width: 100%;
    object-fit: fill;
}

.centershape {
    position: relative;
    z-index: 5;
}

.centershape:before {
    content: "";
    position: absolute;
    background: url(../images/common/backgrounds/dot-pattern.png);
    background-size: auto;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.row-blocks {
    display: flex;
    justify-content: space-between;
    grid-gap: 30px;
}

.quote-text:hover {
    border: dashed 1px var(--green-color);
}

.quote-text {
    display: inline-flex;
    grid-gap: 15px;
    align-items: center;
    padding: 10px 25px;
    border-radius: 14px;
    font-size: 25px;
    line-height: 38px;
    font-weight: 700;
    color: var(--blue-color);
}

.font22 {
    font-size: 22px;
}

.teamsocialprofile span {
    margin: 15px 0 10px 0;
}

.teamsocialprofile div a {
    font-size: 25px;
    color: var(--black-color-1);
}

.teamsocialprofile div a + a {
    margin-left: 15px;
}

.fivecardrow-power {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 30px;
}

.img-ovrflo-power {
    position: relative;
    min-height: 235px;
}

.user-info-div-power {
    position: absolute;
    bottom: 0;
    z-index: 2;
    padding: 10px;
}

.user-info-div-power h4 {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
}

.iopowermg {
    position: relative;
    clip-path: circle(35% at 50% 38%);
}

.iopowermg:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(360deg, rgb(0 0 0 / 78%) 0%, rgb(0 0 0 / 0%) 50%);
}

.user-info-div-power p {
    font-size: 15px;
    line-height: 24px;
}

.card-user-photo-power:hover .user-info-div-power p,
.card-user-photo-power:hover .user-info-div-power h4 {
    color: var(--white-color);
}

.card-user-photo-power:hover .iopowermg {
    clip-path: circle(100% at 50% 38%);
}

.port-ref-link img {
    width: 40px;
}

.port-ref-link a {
    display: block;
    text-align: center;
}

.port-ref-link a span {
    display: block;
    font-size: 15px;
    line-height: 28px;
    color: var(--black-color-1);
    margin-top: 10px;
}

.portfolio-source {
    display: grid;
    grid-template-columns: auto auto auto auto;
    grid-gap: 0;
    margin-top: 20px;
    border-radius: 14px;
}

.port-ref-link {
    padding: 20px;
}

.dashedbdr {
    border: dashed 1px var(--white-color);
}

.dashedbdr:hover {
    border: dashed 1px var(--blue-color)
}

.dashedbdr-vision {
    border: dashed 1px var(--black-color);
}

.dashedbdr-vision:hover {
    border: dashed 1px var(--blue-color)
}

.nameofitem h3 {
    font-size: 24px;
    line-height: 34px;
}

.filters ul {
    list-style: none;
    padding: 20px 0;
}

.filters li.active {
    color: var(--blue-color);
    background: var(--white-bg-2);
    border-bottom: 1px solid var(--blue-color);
}

.filters li {
    display: inline;
    padding: 10px 25px;
    font-size: 16px;
    color: var(--black-color-0);
    font-weight: 500;
    cursor: pointer;
    letter-spacing: 1px;
    border-bottom: 1px solid hsl(0deg 0% 100% / 0%);
}

.megaoneworktile img {
    width: 100%;
}

.portfolioimg {
    position: relative;
}

.viewportfolititem {
    opacity: 0;
    position: absolute;
    right: 0;
    bottom: 0;
    background: var(--bs-body-bg);
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--black-bg);
    border-radius: 10px 0 0 0;
}

.portfolidiv:hover .viewportfolititem {
    opacity: 1;
}

.infoblocis {
    margin-top: 20px;
}

/**/
.itmquickinfo {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 15px;
}

.itmquickinfo a {
    color: var(--black-color-1);
    display: inline-block;
    padding: 20px 0;
}

.cardtitlemain:hover {
    color: var(--black-color-0);
}

.cardtitlemain {
    color: var(--black-color-0);
    display: inline-block;
    font-size: 22px;
    line-height: 32px;
    font-weight: 500;
}

.big-blog .cardtitlemain {
    font-size: 26px;
    line-height: 36px;
    font-weight: 500;
}

.listofpost .icondiv {
    height: 120px;
    width: 180px;
}

.sidetqi {
    justify-content: flex-start;
    grid-gap: 15px;
}

.multipost .mediablock + .mediablock {
    margin-top: 30px;
}

.latestpost {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid var(--bs-gray-400);
    padding-bottom: 10px;
}

.blogstabs:hover {
    color: var(--white-color);
}

.blogstags {
    display: inline-block;
    background: var(--green-color);
    color: var(--bs-white);
    padding: 4px 10px;
    margin: 0 0 15px 0;
    font-size: 14px;
    border-radius: 4px;
}

.blog-post-details-power h1 {
    font-size: 34px;
    line-height: 44px;
    font-weight: 600;
}

.post-status {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.postby,
.post-countncomnt {
    display: flex;
    grid-gap: 10px;
    justify-content: flex-start;
    align-items: center;
}

.w35 {
    width: 35px;
    height: 35px;
    border-radius: 6px;
}

.postby .mediablock {
    grid-gap: 12px;
    align-items: center;
}

.blog-content-part,
.img-block,
.blog-content-part h2,
.blog-content-part h3,
.blog-content-part h4,
.blog-content-part h5,
.blog-content-part h6,
.blog-content-part p,
.blog-content-part ul {
    margin-bottom: 30px;
}

/**/
.megaonelist {
    padding-left: 30px;
}

.megaonelist li {
    padding: 0 0 0px 5px;
}

.megaonelist.number li {
    list-style-type: decimal;
}

.megaonelist.licircle li {
    list-style-type: disc;
}

.megaonelist.decimal li {
    list-style-type: decimal;
}

.megaonelist li + li {
    margin-top: 5px;
}

.megaonelist span {
    font-weight: 600;
}

.italic-text {
    font-style: italic;
    font-family: 'Georgia', serif;
}

.megaonelist a:hover {
    color: var(--blue-color);
    font-weight: 600;
}

/**/

.blog-postinfos span {
    font-size: 18px;
    font-weight: 700;
    display: block;
    margin-bottom: 17px;
    color: var(--black-color-0);
}

a.btgs {
    color: var(--black-color-0);
    background: var(--bs-body-bg);
    box-shadow: 0px 10px 20px -5px rgb(0 0 0 / 10%);
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 6px 14px;
    border-radius: 6px;
    border: 1px solid var(--bs-gray-300);
}

a.btgspower {
    color: var(--white-color);
    background: var(--blue-color);
    box-shadow: 0px 10px 20px -5px rgb(0 0 0 / 10%);
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 6px 14px;
    border-radius: 6px;
    border: 1px solid var(--black-color-0);
}

a.btgsclose {
    color: var(--white-color);
    background: var(--red-color);
    box-shadow: 0px 10px 20px -5px rgb(0 0 0 / 10%);
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 6px 14px;
    border-radius: 6px;
    border: 1px solid var(--bs-gray-300);
}

.bpsocial a {
    color: var(--black-color-1);
    font-size: 18px;
    margin-right: 22px;
}

.bpsocial a:last-child {
    margin-right: 0;
}

.sidebartitle {
    border-bottom: 2px solid var(--blue-color);
    margin-bottom: 30px;
}

.sidebartitle h6 {
    background: var(--blue-color);
    color: var(--white-color);
    padding: 5px 10px;
    display: inline-block;
}

.sidebarpost .icondiv {
    height: 100px;
    width: 100px;
}

.pdr100 {
    padding-right: 100px;
}

.fcdpower {
    grid-template-columns: 50% 40%;
}

.cardforimg,
.multipost .icondiv,
.img-block {
    box-shadow: 0px 7px 15px 0px rgb(0 0 0 / 15%);
}

.paragraph-block h2 {
    margin-bottom: 20px;
}

.paragraph-block h3 {
    margin-bottom: 20px;
}

.paragraph-block h4,
.paragraph-block h5,
.paragraph-block h6 {
    margin: 30px 0 20px 0;
}

.stickyposition-power {
    position: sticky;
    top: 100px;
}

.listitleinfo h5 {
    margin: 0 0 10px 0;
}

.listitleinfo li + li {
    margin-top: 30px;
}

.dotinpowerbdr {
    position: relative;
}

.dotinpowerbdr:before {
    content: "";
    width: 10px;
    height: 10px;
    display: block;
    border: 1px solid var(--black-color-0);
    border-radius: 100px;
    left: -4px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.pagination-block .page-link {
    position: relative;
    display: block;
    color: var(--black-color-0);
    text-decoration: none;
    background-color: var(--white-color);
    border: 1px solid var(--bs-gray-300);
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    font-size: 18px;
    padding: 10px 20px;
}

.pagination {
    display: inline-flex;
    padding-left: 0;
    list-style: none;
    box-shadow: 0px 7px 15px 0px rgb(0 0 0 / 15%);
    justify-content: center;
}

.pagination-block .page-link:hover {
    background-color: var(--bs-gray-300);
}

.offcanvas.show .cbtn {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.btnclose {
    background: var(--white-color-1);
    width: 50px;
    height: 50px;
    border-radius: 50px;
    align-items: center;
    display: flex;
    justify-content: center;
}

.btnclose .btn-close {
    padding: 0;
    margin: 0;
}


.offcanvas {
    -webkit-transition: all 0.8s cubic-bezier(0.77, 0.2, 0.05, 1);
    transition: all 0.8s cubic-bezier(0.77, 0.2, 0.05, 1);
}

.sidebar-offcanvas {
    width: 30vw;
    min-width: 300px;
    opacity: 0;
}

.offcanvas.show {
    transform: none;
    opacity: 1;
}

.sidebarlogooff img {
    max-width: 150px;
    height: auto;
}

.offcanvas-body,
.offcanvas-header {
    padding: 1rem 1.4rem;
}

.sidebarcontactblock .icondiv {
    width: 45px;
}

.form-label {
    margin-bottom: 0;
}

.bradecrumborderdesign-power {
    position: relative;
    width: 100%;
    border: 2px solid var(--blue-color);
    border-radius: 0px 100px 14px 0px;
    border-left: 0 none;
    padding: 50px 40px 50px;
}

.bradecrumborderdesign-power:before {
    width: 2px;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 68px;
    background: var(--blue-color);
}

.bradecrumborderdesign-power:after {
    width: 2px;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 68px;
    background: var(--blue-color);
}

.bradecrumborderdesign-power h1 {
    font-size: 50px;
    line-height: 62px;
    font-weight: 800;
    color: var(--black-color);
    margin-bottom: 40px;
    position: relative;
}

.bradecrumborderdesign-power h2:after,
.bradecrumborderdesign-power h1:after {
    background: var(--white-color);
    width: 174px;
    height: 1px;
    transition: all .5s 4s ease-out;
    -webkit-transition: all .5s 4s ease-out;
    content: "";
    position: absolute;
    left: 0;
    bottom: -15px;
}

.bradecrumborderdesign-power p {
    color: var(--black-color);
}

.bradecrumborderdesign-power p:after {
    color: var(--white-color);
}

.vtextonborder {
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    position: absolute;
    left: -122px;
    top: 46%;
    display: block;
}

.crdmega .list-h-styled li a {
    color: var(--black-color);
}

.crdmega .list-h-styled li a:after {
    background: var(--white-color);
}

.bgimg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
}

.bgimg:before {
    content: "";
    background: linear-gradient(90deg, #ffb868 30%, rgb(14 14 14 / 50%) 90%);
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.powerbdr {
    border: 1px solid var(--bs-gray-300);
}

.powerbdr:hover {
    border: 1px solid var(--blue-color);
    background: var(--white-bg-5);
    box-shadow: 0px 10px 20px -5px rgb(0 0 0 / 10%);
}

.power-card {
    padding: 30px;
    border-radius: 14px;
}

.power-card h4 {
    margin-bottom: 20px;
    font-size: 25px;
    line-height: 35px;
}

.cardicon img {
    width: 52px;
    margin-bottom: 20px;
}

.techusedin-power {
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.techusedin-power span {
    font-size: 15px;
    color: var(--blue-color);
    position: relative;
    margin-right: 20px;
    text-transform: uppercase;
}

.techusedin-power span:after {
    content: "";
    height: 4px;
    width: 4px;
    background-color: var(--blue-color);
    border-radius: 100%;
    position: absolute;
    top: 50%;
    right: -13px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.techusedin-power span:last-child::after {
    display: none;
}

.img-collage-set {
    position: relative;
}

.megaoneshape1 {
    background-image: radial-gradient(var(--black-color-1) 2px, transparent 2px);
    background-size: 16px 16px;
}

.megaoneshape2 {
    background: repeating-linear-gradient(-55deg, rgba(255, 255, 255, 0) 0.8px, var(--blue-color) 1.6px, var(--blue-color) 3px, rgba(255, 255, 255, 0) 3.8px, rgb(255 0 0 / 0%) 10px);
    border-radius: 100px;
}

.shapepower {
    position: absolute;
    z-index: 0;
    width: 150px;
    height: 150px;
    opacity: .7;
}

.shapecontrol-1 {
    right: 50px;
    top: 30px;
}

.shapecontrol-2 {
    left: 10px;
    bottom: -30px;
}

.shapecontrol-3 {
    left: -20px;
    bottom: -30px;
}

.shapecontrol-4 {
    right: -30px;
    top: -40px;
}

.imgcover {
    box-shadow: 0px 10px 20px -5px rgb(0 0 0 / 10%)
}

/*accordion*/
.accordion-button:not(.collapsed) {
    color: var(--black-color-0);
    background-color: transparent;
    box-shadow: none;
}

.accordion-item {
    background-color: transparent;
    border: 0;
    padding: 0 0 0 30px;
    position: relative;
}

.accordion-button {
    padding: 0;
    color: var(--black-color-0);
    background-color: transparent;
    border: 0;
    margin-bottom: 0;
    font-size: 20px;
    line-height: 30px;
    font-weight: 5;
    outline: none;
}

.accordion-body {
    padding: 0px 0 15px 0;
    font-size: 17px;
    line-height: 26px;
}

.accordion-header {
    margin-bottom: 0;
    line-height: 1;
    outline: none;
    padding: 10px 0;
}

.accordion-button:focus {
    box-shadow: none;
}

.accordion-button::after {
    flex-shrink: 0;
    width: auto;
    height: auto;
    margin-left: auto;
    content: "\f107";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    background-image: none;
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform .2s ease-in-out;
    left: -30px;
    position: absolute;
}

.accordion-button:not(.collapsed)::after {
    background-image: none;
    transform: rotate(-180deg);
    content: "\f107";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
}

.servicelist li a {
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
}

.servicelist li + li {
    margin-top: 8px;
}

.power-cardinfo {
    margin-top: 30px;
}

.srvcc {
    padding: 30px;
    margin-top: 0;
}

.cardicon-bg {
    margin: 10px 10px 0 10px;
    overflow: hidden;
    border-radius: 7px;
}

.powerbttitle {
    margin-bottom: 25px;
    font-size: 15px;
    line-height: 20px;
    opacity: 0.8;
    font-weight: normal;
    position: relative;
}

.powerbttitle:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -10px;
    height: 2px;
    background: var(--white-color);
    width: 60px;
}

.fullworkcard {
    display: grid;
    grid-template-columns: auto 60%;
    grid-gap: 30px;
    align-items: center;
}

.power-card2 {
    padding: 38px;
    border-radius: 14px;
}

.fwc {
    background: var(--power-bg-1);
}

.fwc h2,
.fwc h3,
.fwc h4,
.fwc h5,
.fwc p,
.fwc a {
    color: var(--black-color);
}

.divinfo span {
    color: var(--blue-color);
    display: block;
    letter-spacing: 2px;
}

.divinfo .icon-data img {
    max-width: 36px;
}

.icon-labels {
    display: flex;
    grid-gap: 15px;
}

.divinfo h2 {
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
}

.workslidercontrol {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    align-content: center;
    flex-direction: row;
    grid-gap: 20px;
    max-width: 800px;
    margin: 20px auto 0;
}

.btnforportfolio a {
    color: var(--black-color-1);
}

.btnforportfolio a:hover {
    color: var(--black-color-1);
}

.work-slider .power-card2 {
    opacity: .5;
}

.work-slider .owl-item.center .power-card2 {
    opacity: 1;
}

.work-slider.owl-carousel.full-button .owl-nav .owl-next {
    right: 30px;
}

.work-slider.owl-carousel.full-button .owl-nav .owl-prev {
    left: 30px;
}

.service-row-block2 {
    padding: 0 20px;
}

.linklist {
    display: flow-root;
    grid-gap: 30px;
    column-count: 3;
}

.linklist li + li {
    margin-top: 10px;
}

.linklist li a {
    font-size: 20px;
}

.power-bg {
    background-position: center center;
    background-size: cover;
    background-color: #111111;
}

/*scroll to top*/
#scrollUp {
    bottom: 80px;
    right: 10px;
    width: 30px;
    height: 30px;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    color: #fff;
    opacity: .4;
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath d='M416 352c-8.188 0-16.38-3.125-22.62-9.375L224 173.3l-169.4 169.4c-12.5 12.5-32.75 12.5-45.25 0s-12.5-32.75 0-45.25l192-192c12.5-12.5 32.75-12.5 45.25 0l192 192c12.5 12.5 12.5 32.75 0 45.25C432.4 348.9 424.2 352 416 352z'/%3E%3C/svg%3E");
    background-color: var(--white-color);
    box-shadow: 0px 10px 10px rgb(17 17 17 / 30%);
}

#scrollUp:hover {
    opacity: 1;
}

/*preloader*/
.preloader div {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    transition-duration: 500ms;
    -webkit-transition-duration: 500ms;
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    transition-delay: 0.1s;
}

.preloader {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    z-index: 999999;
    top: 0;
    left: 0;
    margin: auto;
    width: 100vw;
    height: 100vh;
    background: #1d1d1d;
    opacity: 1;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    transition-duration: 500ms;
    -webkit-transition-duration: 500ms;
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);

}

.preloader_inner {
    width: 100%;
    font-size: 30vh;
    line-height: 1;
    font-weight: 900;
    color: #fff;
    opacity: 0.04;
    font-family: var(--font-primary);
    position: absolute;
    right: 0;
    left: 0;
    text-align: center;
}

.loaderlogo {
    height: 50px;
    animation: zoomIn ease 0.6s;
}

.page-loaded {
    top: 0;

    visibility: hidden;
}

/*****darkmode switch*****/
.darkmodeswitch {
    position: absolute;
    bottom: 24px;
    right: -30px;
}

.switch-wrapper {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 55555;
    transform: none;
    justify-content: center;
}

.switch-wrapper .switch {
    display: inline-block;
    height: 34px;
    position: relative;
    width: 34px;
}

.switch-wrapper .switch input {
    display: none;
}

.switch-wrapper input:checked + .slider {
    background-color: rgb(36, 36, 36);
    border: 1px solid #ffffff57;
}

.switch-wrapper .slider.round {
    border-radius: 50px;
}

.switch-wrapper .slider {
    background-color: white;
    bottom: 0;
    cursor: pointer;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: 0.4s;
    border: 1px solid #121212;
    box-shadow: 0px 7px 15px 0px rgb(0 0 0 / 15%);
}

.switch-wrapper input:checked + .slider:before {
    content: "";
    background: url(../images/common/icons/sun.svg) #eee no-repeat center center;
}

.switch-wrapper .slider.round:before {
    border-radius: 50%;
}

.switch-wrapper .slider:before {
    bottom: 4px;
    content: "";
    background: url(../images/common/icons/moon.svg) rgb(0, 0, 0) no-repeat center center;
    height: 24px;
    left: 4px;
    position: absolute;
    transition: 0.4s;
    width: 24px;
}

.pb300 {
    padding-bottom: 350px
}

.imageoutbox {
    position: relative;
    margin: -200px 0 0 0;
}

.imageoutofbox {
    margin-top: 0;
}

.imageoutofbox h2,
.imageoutofbox p {
    color: var(--white-color);
}

.service-row-block {
    margin: -160px 0 0px 0;
    padding-bottom: 100px;
}

.error404page {
    width: 100%;
    height: 100vh;
    display: grid;
    align-items: center;
}

.pagecontentss h2 {
    font-size: 60px;
    line-height: 1;
    font-weight: 900;
    text-transform: uppercase;
    color: var(--blue-color2);
    margin: 20px 0 10px 0;
}

/*megaone Update 1.2*/

/*loader animation*/
.page-loaded .loaderlogo {
    transform: translateX(-350px);
    opacity: 0;
}

.page-loaded .preloader_inner {
    transform: translateX(400px);
    opacity: 0;
}

.hidden {
    display: none;
}

/*power four hero slider*/
.hero-slider {
    width: 100%;
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 0;
}

.hero-slider .slide-inner {
    position: relative;
}

.hero-slider .slide-inner:before {
    content: "";
    position: absolute;
    background: #000;
    width: 100%;
    height: 100%;
    opacity: 0.4;
    top: 0;
    left: 0px;
    right: 0;
}

.hero-slider .swiper-slide {
    overflow: hidden;
    color: #fff;
}

.hero-slider .swiper-container {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.hero-slider .slide-inner {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: left;
}

.hero-slider .swiper-button-prev,
.hero-slider .swiper-button-next {
    background: transparent;
    width: 35px;
    height: 55px;
    line-height: 53px;
    margin-top: -30px;
    text-align: center;
    border: 1px solid #d4d3d382;
    border-radius: 55px;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease;
}

.hero-slider:hover .swiper-button-prev,
.hero-slider:hover .swiper-button-next {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
}

.hero-slider .swiper-button-prev {
    left: 25px;
    transform: translateX(50px);
}

.hero-slider .swiper-button-prev:before {
    font-family: "Font Awesome 5 Free";
    content: "\f060";
    font-size: 15px;
    color: #d4d3d3;
    font-style: normal;
    display: inline-block;
    vertical-align: middle;
    font-weight: 900;
}

.hero-slider .swiper-button-next {
    right: 25px;
    transform: translateX(-50px);
}

.hero-slider .swiper-button-next:before {
    font-family: "Font Awesome 5 Free";
    content: "\f061";
    font-size: 15px;
    color: #d4d3d3;
    font-style: normal;
    display: inline-block;
    font-weight: 900;
}

.hero-slider .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    text-align: left;
    line-height: 12px;
    font-size: 12px;
    color: #000;
    opacity: 0.3;
    background: #fff;
    transition: all .2s ease;
}

.hero-slider .swiper-pagination-bullet-active {
    opacity: 1;
}

.hero-slider .swiper-container-horizontal > .swiper-pagination-bullets,
.hero-slider .swiper-pagination-custom,
.hero-slider .swiper-pagination-fraction {
    bottom: 30px;
}

.swiper-pagination {
    text-align: left;
}

.hero-slider .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 50px;
    max-width: 1200px;
    padding: 0 15px;
    margin: 0 auto;
    left: 50%;
    transform: translateX(-50%);
}

.hero-style .slide-title,
.hero-style .slide-text,
.hero-style .slide-btns {
    max-width: 750px;
}

.hero-style .slide-title h2 {
    font-size: 55px;
    line-height: 65px;
    color: #ffffff;
    margin: 0 0 20px;
    transition: all .4s ease;
}

.hero-style .slide-text p {
    letter-spacing: normal;
    color: #ffffff;
    margin: 0 0 30px;
    transition: all .4s ease;
}

.hero-style .slide-btns > a:first-child {
    margin-right: 10px;
}

/*slider end*/
    
.cardicon-out {
    border-radius: 20px;
    padding: 15px;
    width: 120px;
    height: 120px;
    background: var(--white-color);
    margin: -80px auto 0px;
    border: 1px solid var(--black-bg-3);
}

.dm4 .power-card {
    position: relative;
    text-align: center;
}
.power-cl-1 {
    background: var(--white-bg-1);
    border: 1px solid var(--black-bg-3);
}

.power-cl-1 p,
.power-cl-1 h3 {
    color: var(--black-bg-4);
}

.power-cl-1:hover {
    border: 1px solid var(--green-color);
    background: var(--bs-white);
    box-shadow: 0px 10px 20px -5px rgb(0 0 0 / 10%);
}

.power-cl-2 {
    background: var(--white-bg-2);
    border: 1px solid var(--black-bg-3);
}

.power-cl-2 p,
.power-cl-2 h3 {
    color: var(--black-bg-4);
}

.power-cl-2:hover {
    border: 1px solid var(--green-color);
    background: var(--bs-white);
    box-shadow: 0px 10px 20px -5px rgb(0 0 0 / 10%);
}

.power-cl-3 {
    background: var(--white-bg-3);
    border: 1px solid var(--black-bg-3);
}

.power-cl-3 p,
.power-cl-3 h3 {
    color: var(--black-bg-4);
}

.power-cl-3:hover {
    border: 1px solid var(--green-color);
    background: var(--bs-white);
    box-shadow: 0px 10px 20px -5px rgb(0 0 0 / 10%);
}

.power-cl-4 {
    background: var(--blue-color);
    border: 1px solid var(--black-bg-3);
}

.power-cl-4 p,
.power-cl-4 h3 {
    color: var(--bs-white);
}

.power-cl-4:hover {
    border: 1px solid var(--green-color);
    background: var(--black-bg-3);
    box-shadow: 0px 10px 20px -5px rgb(0 0 0 / 10%);
}

.powerbttitlex {
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    color: var(--black-color-0);
    margin-bottom: 15px;
}

/*power three*/
.power-three-hero {
    background: url(../images/common/backgrounds/wave-bg.svg);
    position: relative;
    z-index: 1;
    padding-top: 180px;
    padding-bottom: 100px;
    min-height: 100vh;
    display: grid;
    align-items: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}

.services-main .powerbdr {
    position: relative;
    border-top: 5px solid var(--blue-color);
}

.services-main .powerbdr:hover {
    background: var(--white-bg-2);
    border: 1px solid var(--blue-color);
    box-shadow: 0px 10px 20px -5px rgb(37 92 153 / 40%);
}

.openings-main .powerbdr {
    position: relative;
    border-top: 5px solid var(--blue-color);
    border-right: 3px solid var(--blue-color);
}

.openings-main .powerbdr:hover {
    background: var(--white-bg-3);
    border: 1px solid var(--blue-color);
    box-shadow: 0px 10px 20px -5px rgb(37 92 153 / 40%);
    
}

.openings-main .powerbdr:hover .lnkarrow {
    color: var(--blue-color);
}

.power-cardx {
    background: var(--white-bg-4);
    border: 1px solid var(--black-bg-2);
}

.lnkarrow {
    right: 20px;
    bottom: 10px;
    text-align: left;
    font-weight: 600;
}

.services-main .powerbdr:hover .lnkarrow {
    color: var(--blue-color);
}

.servicelink {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    left: 0;
    display: flex;
}

/* dark background header color change */
.headerbg .brandlogo .dark {
    display: none;
}

.headerbg .brandlogo .light {
    display: block !important;
}

.headerbg.sticky .brandlogo .dark {
    display: block;
}

.headerbg.sticky .brandlogo .light {
    display: none !important;
}

.darkmode .headerbg.sticky .brandlogo .light {
    display: block !important;
}

.darkmode .headerbg.sticky .brandlogo .dark {
    display: none !important;
}

/**/

.header .menu > ul > li .menu-subs > ul > li > a:hover {
    color: var(--blue-color) !important;
}

.badge {
    font-size: 12px;
    color: var(--white-color);
    background: var(--bs-pink);
    position: relative;
    top: -3px;
}


/*update 1.3*/

.power-five-hero {
    min-height: 950px;
    display: grid;
    align-items: center;
    justify-content: center;
    padding: 170px 0 100px 0;
    overflow-x: hidden;
    background: var(--gradient-7);
}

.power-six-hero {
    min-height: 720px;
    display: grid;
    align-items: center;
    justify-content: center;
    padding: 170px 0 100px 0;
    overflow-x: hidden;
}

.scrollonmove {
    margin-top: 80px;
    display: flex;
    grid-gap: 30px;
    white-space: nowrap;
    width: 130%;
    margin-left: -20%;
}

.scrollrow {
    -webkit-transition: 1.1s cubic-bezier(.16, .84, .442, .98);
    -o-transition: 1.1s cubic-bezier(.16, .84, .442, .98);
    transition: 1.1s cubic-bezier(.16, .84, .442, .98);
}

.heroform {
    width: 50%;
    margin: 0 auto;
    position: relative;
}

.heroform .form-controls {
    line-height: 64px;
    padding: 0 100px 0 18px;
}

.heroform button {
    width: 56px;
    height: 56px;
    border-radius: 10px;
    position: absolute;
    right: 5px;
    top: 5px;
    border: 0;
}

.power-five-hero .hero-content p {
    width: 60%;
    margin: 0 auto;
}

.textimg {
    max-height: 70px;
    overflow: hidden;
    border-radius: 100px;
    width: 120px;
    display: inline-flex;
    position: relative;
    top: 13px;
}

.textimg img {
    width: auto;
    object-fit: cover;
}

.power-five-hero .h1 {
    font-size: 60px;
    line-height: 72px;
    font-weight: 800;
}

.domain-expertise {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-gap: 20px;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.iconsetsx {
    display: grid;
    grid-gap: 20px;
}

.domn-ex-lst {
    background: var(--white-color);
    padding: 10px 15px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--blue-color);
}

.domn-ex-lst img {
    width: 100%;
    max-width: 130px;
    max-height: 70px;
}

.domn-ex-lst:hover {
    box-shadow: 0px 10px 20px -5px rgb(37 92 153 / 20%);
}

.faq-power1 .accordion-item {
    border-bottom: 1px solid rgba(0, 0, 0, .125);
    padding-top: 10px;
    padding-bottom: 10px;
}

/*shape*/
.shape-main {
    position: relative;
}

.shapesvg {
    position: absolute;
    z-index: 0;
}

.shapesvg div {
    position: relative;
    z-index: 1;
}

.shape-div1 {
    right: -90px;
    top: 20%;
}

.ssp1 {
    width: 150px;
}

.ssp2 {
    width: 200px;
    top: -30px;
}

.shape-div2 {
    left: -50px;
    top: 16%;
}

.ssp3 {
    width: 150px;
}

.ssp4 {
    width: 200px;
    top: -30px;
}

.ssp5 {
    width: 50px;
    left: 15%;
    bottom: 20%;
}

.ssp6 {
    width: 54px;
    right: 12%;
    top: 65%;
}

.ssp7 {
    width: 100px;
    right: -30px;
    top: -40px;
}

.ssp8 {
    width: 120px;
    left: 0px;
    bottom: -50px;
}

.shape-div3 {
    right: -50px;
    bottom: 0;
}

.ssp9 {
    width: 70px;
    top: -60px;
}

.ssp10 {
    width: 130px;
}

.aftershape {
    position: absolute;
    z-index: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.aash1 {
    width: 200px;
    left: 30px;
    top: 20px;
    position: relative;
}

.aash2 {
    position: absolute;
    bottom: -30px;
    right: -30px;
}

.ssp11 {
    bottom: -80px;
    left: -110px;
}

.shape-div4 {
    right: -90px;
    top: 20%;
}

.ssp12 {
    width: 150px;
}

.ssp13 {
    width: 180px;
    top: -30px;
}

.aash3 {
    width: 150px;
    left: -50px;
    top: -30px;
    position: relative;
}

.aash4 {
    position: absolute;
    bottom: -60px;
    right: -30px;
    width: 110px;
}

.shape-div5 {
    right: -90px;
    top: 20%;
}

.ssp14 {
    width: 150px;
}

.ssp15 {
    width: 190px;
    top: 130px;
}

.arrowtotarget {
    position: absolute;
    bottom: -80px;
}

.middlearrow {
    height: 100px;
    position: absolute;
    top: -50px;
    right: 0;
    left: 0;
    margin: 0 auto;
}

.ssp16 {
    width: 190px;
    top: -40px;
    left: -90px;
}

.shape-div6 {
    right: -50px;
    bottom: 0;
}

.ssp17 {
    width: 160px;
}

.ssp18 {
    width: 120px;
    top: -80px;
}

.ssp19 {
    top: -20px;
    left: -20px;
}

.ssp20 {
    top: -50px;
    right: -20px;
    width: 160px;
}

.ssp21 {
    bottom: 30px;
    left: -70px;
    width: 160px;
}

/**/
.align-end {
    align-items: flex-end;
}

.innerheadbg {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
    /* max-height: 450px; */
    overflow: hidden;
}

.innerheadbg::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: #030821;
    left: 0;
    top: 0;
    opacity: 0.6;
    z-index: 0;
}

.text-white :where(h1, h2, h3, h4, h5, h5, p, a, a span),
.text-white .list-h-styled li a,
.text-white .port-ref-link a span,
.text-white .contactinkediv a {
    color: var(--white-color);
}

#particles-js {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
}

.bulletpoints li {
    position: relative;
    text-indent: -30px;
    padding-left: 30px;
}

.bulletpoints li + li {
    margin-top: 20px;
}

.bulletpoints li:before {
    content: "\f058";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    margin-right: 12px;
}

.img-collage-sets {
    position: relative;
}

.col-6-a {
    position: relative;
    right: 0;
    top: 0;
    max-width: 70%;
    z-index: 5;
    margin: 0 0 0 30%;
}

.col-6-b {
    position: relative;
    left: 0;
    bottom: 0;
    max-width: 50%;
    z-index: 10;
    margin: -40% 0% 0% 0%;
}

.pad-left-70 {
    padding-left: 70px;
}

.linebg {
    background-image: repeating-linear-gradient(90deg, hsla(196, 0%, 79%, 0.06) 0px, hsla(196, 0%, 79%, 0.06) 1px, transparent 1px, transparent 96px), repeating-linear-gradient(0deg, hsla(196, 0%, 79%, 0.06) 0px, hsla(196, 0%, 79%, 0.06) 1px, transparent 1px, transparent 96px), repeating-linear-gradient(0deg, hsla(196, 0%, 79%, 0.09) 0px, hsla(196, 0%, 79%, 0.09) 1px, transparent 1px, transparent 12px), repeating-linear-gradient(90deg, hsla(196, 0%, 79%, 0.09) 0px, hsla(196, 0%, 79%, 0.09) 1px, transparent 1px, transparent 12px), linear-gradient(90deg, rgb(255 255 255), rgb(255 255 255));
}

.f15 {
    font-size: 15px;
}

.contactblk {
    padding: 30px;
    border-radius: 14px;
    background: var(--white-bg-1);
}

.padding-right-70 {
    padding-right: 70px;
}

.form-control {
    display: block;
    width: 100%;
    padding: 16px 12px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--black-color-1);
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 14px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    height: calc(3.5rem + 2px);
    line-height: 1.25;
}

.form-floating.txtareax textarea {
    height: 120px;
}

.icon-setss {
    display: flex;
    justify-content: space-between;
}

.icon-imgg img {
    width: 42px;
}

.icon-txt p {
    margin-top: 8px;
    font-size: 14px;
    font-weight: 500;
}

.form-btm-set {
    background: url(../images/common/backgrounds/ad-noise.png);
    border: 1px dashed var(--black-color);
    padding: 30px;
    border-radius: 14px;
    margin-top: 60px;
}

.form-btm-set h5 {
    background: var(--white-color);
    width: fit-content;
    margin: -48px auto 0;
    padding: 0 20px;
    border: 1px dashed var(--black-color);
    border-radius: 8px;
    font-size: 18px;
}

.form-control:focus {
    color: var(--black-bg-3);
    background-color: var(--white-color);
    box-shadow: none;
}

.innerheadbg .list-h-styled li::after {
    background-color: var(--white-color);
}

.container-full {
    position: relative;
}

.mapblock iframe {
    width: 100%;
    height: 400px;
    margin-left: 0;
}

.addressblock {
    position: absolute;
    right: 0;
    left: 0;
    z-index: 4444;
    background: var(--white-color);
    max-width: 400px;
    margin: -60px auto 0;
}

.inine-btn {
    display: inline-block;
    text-transform: uppercase;
    position: relative;
    font-size: 18px;
    line-height: 28px;
}

.addressblock p {
    text-indent: -14px;
    padding-left: 30px;
}

/**/
.comming-soon .main-power {
    overflow: hidden;
}

.comming-soon .header-btn {
    text-align: right;
}

.comming-soon .middle-block {
    display: grid;
    height: 100vh;
    align-items: center;
}

.coming-soon-countdown .ct-time {
    font-size: 35px;
    font-weight: bold;
    margin-bottom: 10px;
    font-family: var(--font-primary);
}

.coming-soon-countdown .ct-label {
    font-size: 16px;
    font-weight: normal;
    text-transform: capitalize;
}

.comming-soon .coming-soon-countdown ul {
    display: flex;
    grid-gap: 40px;
}

.comming-soon .header {
    display: grid;
    align-items: flex-start;
    padding-top: 20px;
}

.comming-soon .shape-div2 {
    left: -70px;
    top: 70%;
}

/**/
.progress-line {
    width: 100%;
}

.progress-line svg {
    height: 6px;
}

.progressbar {
    width: 100%;
    position: relative;
}

.progress-line li + li {
    margin-top: 20px;
}

.progress-line .progressbar {
    margin-top: 10px;
}

.progress-line .progressbar-text {
    top: -35px !important;
}

.progressbar.circle-bar .progressbar-text:after {
    content: "%";
    display: block;
    font-size: 1rem;
    padding-left: 0.01rem;
    padding-bottom: 0.1rem;
}

.progressbar.circle-bar .progressbar-text {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    margin: 0;
    font-size: 2rem;
    line-height: 1;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    color: #343f52 !important;
}

.pink svg path + path {
    stroke: var(--pink-color);
}

.blue svg path + path {
    stroke: var(--blue-color2);
}

.green svg path + path {
    stroke: var(--power-bg-2);
}

.cyan svg path + path {
    stroke: var(--bs-cyan);
}

.purple svg path + path {
    stroke: var(--bs-purple);
}

.warning svg path + path {
    stroke: var(--bs-warning);
}

.powerdarkfooter {
    background: var(--black-bg);
    color: var(--white-color);
}

.powerdarkfooter .powerhr {
    border-top: 1px solid var(--black-bg-3);
}

.powerdarkfooter .footer-social-power a,
.powerdarkfooter .footercreditnote a,
.powerdarkfooter .footer-links ul li a {
    color: var(--white-color);
}

.form-floating > .form-control {
    padding: 0rem 0.75rem;
}

/*preloader*/
.preloader {
    background: transparent;
}

.preloader::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 80%;
    z-index: -1;
    background: var(--black-bg);
    -webkit-transition: 1.1s;
    transition: 1.1s;
    ;
    -webkit-clip-path: ellipse(66% 100% at 50% 0%);
    clip-path: ellipse(66% 100% at 50% 0%);
}

.preloader::after {
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 80%;
    z-index: -1;
    background: var(--black-bg);
    -webkit-transition: 1.1s;
    transition: 1.1s;
    -webkit-clip-path: ellipse(85% 100% at 50% 100%);
    clip-path: ellipse(85% 100% at 50% 100%);
}

.preloader.page-loaded {
    visibility: hidden;
}

.preloader.page-loaded::after,
.preloader.page-loaded::before {
    height: 0;
}

.page-loaded .preloader_inner {
    transform: translateY(400px);
    opacity: 0;
}

.page-loaded .loaderlogo {
    transform: translateY(-350px);
    opacity: 0;
}

/**/
.power-one-hero-part {
    display: grid;
    grid-template-columns: 30% auto 30%;
    align-items: center;
    grid-gap: 20px;
    margin-bottom: 40px;
}

.power-one-hero-part .hero-content {
    padding: 0% !important;
}

.font-1 {
    font-family: 'Berkshire Swash', cursive;
}

.h1 {
    font-size: 70px;
    line-height: 90px;
    font-weight: 800;
}

.power-one-hero {
    min-height: 800px;
}

.hero-a-power {
    padding: 0 50px;
}

.service-pointlist h5 {
    margin-top: 0;
}

.powers1 {
    top: 40%;
    left: -90px;
    width: 200px;
}

.powers2 {
    right: 10%;
    top: 35%;
    width: 140px;
}

.powers3 {
    right: 25%;
    top: 56%;
    width: 100px;
}

.powers4 {
    right: -80px;
    top: 10%;
    width: 200px;
}

.powers5 {
    left: 15%;
    top: 40%;
    width: 140px;
}

.powers6 {
    top: 20%;
    left: 8%;
    width: 25px;
}

.powers7 {
    width: 70px;
    right: 40px;
    top: 55%;
}

.power-shape-1 {
    position: absolute;
    z-index: 0;
}

.power-hero-shape {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    overflow-x: hidden;
}

/*floating animation*/
.floating-x {
    animation: floatingx 8s infinite linear alternate;
}

.floating-y {
    animation: floatingy 8s infinite linear alternate;
}

@keyframes floatingy {
    0% {
        transform: translateY(0)
    }

    25% {
        transform: translateY(-20px)
    }

    75% {
        transform: translateY(20px)
    }
}

@keyframes floatingx {
    0% {
        transform: translateX(0)
    }

    25% {
        transform: translateX(-20px)
    }

    75% {
        transform: translateX(20px)
    }
}

.img-client-logo-cell {
    background-color: var(--white-bg-1);
    padding: 10px;
    height: 100px;
    border: 1px solid var(--bs-gray-200);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.power-one-hero .hero-content p {
    padding: 0px;
}

.overhidden {
    overflow: hidden;
}

.text-right {
    text-align: right;
}

/* contact from*/
.custom-checkbox input[type=checkbox] {
    width: 20px;
    height: 20px;
    margin: 0;
}

.custom-control label {
    text-indent: 0;
    padding: 0;
}

.customcheck {
    display: flex;
    grid-gap: 10px;
}

.contact-block-power {
    padding: 50px 30px;
    border-radius: 20px;
    background: var(--white-bg-1);
    box-shadow: 0 5px 15px 0px rgb(0 0 0 / 14%);
}

.form-title {
    text-align: center;
    color: #333;
    padding-bottom: 40px;
}

.form-title h2 {
    padding: 50px 0 10px 0px;
    font-weight: 700;
}

.form-title p {
    font-size: 18px;
    line-height: 28px;
}

.ctmlabl {
    font-size: 15px;
    line-height: 20px;
}

.custom-control-label::before,
.custom-control-label::after {
    top: 0px;
}

.submit-btn {
    text-transform: uppercase;
    color: var(--white-color);
    background: var(--blue-color);
    border-radius: 50px;
    display: inline-flex;
    font-size: 18px;
    padding: 0 32px;
    height: 62px;
    overflow: hidden;
    border: 1px solid var(--black-color);
    align-items: center;
    justify-content: center;
    position: relative;
}

.submit-btn:hover {
    background: var(--green-color);
    color: var(--black-color);
}

.form-block input,
.form-block select {
    height: 55px;
    padding: 0px 15px;
    border-width: 0px 0px 2px;
    border-image: initial;
    border-bottom: 3px solid var(--blue-color);
    border-radius: 10px;
}

.form-block textarea {
    height: 130px;
    padding: 15px;
    border-width: 0px 0px 2px;
    border-image: initial;
    border-bottom: 6px solid var(--blue-color);
    border-radius: 10px;
}

.form-block input,
.form-block select,
.form-block textarea {
    color: rgb(23, 43, 67);
    font-size: 16px;
    width: 100%;
    margin: 0px 0px 15px;
    background: var(--white-color);
    outline: 0px;
}

.floating-label {
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
}

.floating-input,
.floating-select {
    font-size: 14px;
    padding: 4px 4px;
    display: block;
    width: 100%;
    height: 45px;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid var(--white-color-2);
}

.floating-input:focus,
.floating-select:focus {
    outline: none;
    border-bottom: 1px solid var(--blue-color);
}

.floating-label label {
    color: #110a32;
    font-size: 16px;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 30px;
    top: 12px;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
    margin-bottom: 0;
}

.floating-input:focus ~ label,
.floating-input:not(:placeholder-shown) ~ label,
.floating-select:focus ~ label,
.floating-select:not([value=""]):valid ~ label {
    top: 0px;
    font-size: 12px;
    line-height: 1;
    color: var(--blue-color);
    background: var(--white-bg);
    width: 50%
}

#contactform .error-label .error {
    color: #ff0500;
    display: block;
    margin: 0;
    font-size: 12px;
    line-height: 1;
    bottom: 8px;
    top: inherit;
    background: var(--white-bg-1);
    padding: 0 8px 0 8px;
    margin: 0 0 0 -8px;
}

.formicon {
    position: absolute;
    top: 12px;
    left: 23px;
}

.iconin .form-block input,
.iconin .form-block select {
    padding: 0px 25px 0px 35px;
}

.iconin .form-block textarea {
    padding: 15px 15px 15px 35px;
    margin-top: 1px;
}

.iconin .floating-label label {
    left: 48px;
}

.loader-icon {
    display: flex;
    height: 100%;
    width: 100%;
    position: absolute;
    background: #0057ff;
    justify-content: center;
    align-items: center;
}

.loader-icon:before {
    content: '';
    box-sizing: border-box;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 3px solid rgb(255 255 255 / 20%);
    border-top-color: #fff;
    animation: spinner .6s linear infinite;
}

@keyframes spinner {
    to {
        transform: rotate(360deg);
    }
}

.megaoneform input.error,
.megaoneform select.error,
.megaoneform textarea.error {
    border-bottom: 1px solid red;
}

.megaoneform input.valid,
.megaoneform select.valid,
.megaoneform textarea.valid {
    border-bottom: 1px solid #00a759;
}

.megaoneform input.valid,
.megaoneform textarea.valid {
    background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%2300a759' d='M18.71,7.21a1,1,0,0,0-1.42,0L9.84,14.67,6.71,11.53A1,1,0,1,0,5.29,13l3.84,3.84a1,1,0,0,0,1.42,0l8.16-8.16A1,1,0,0,0,18.71,7.21Z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 20px;
}

.megaoneform input.error,
.megaoneform textarea.error {
    background-image: url("data:image/svg+xml,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23ff0000' d='M12 2A10 10 0 1 0 22 12 10.01114 10.01114 0 0 0 12 2Zm0 18a8 8 0 1 1 8-8A8.00917 8.00917 0 0 1 12 20Zm0-8.5a1 1 0 0 0-1 1v3a1 1 0 0 0 2 0v-3A1 1 0 0 0 12 11.5Zm0-4a1.25 1.25 0 1 0 1.25 1.25A1.25 1.25 0 0 0 12 7.5Z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 20px;
}

.megaoneform textarea.error,
.megaoneform textarea.valid {
    background-position-x: 98%;
    background-position-y: 10px;
}


/*update 1.4*/

.hero-iconsets {
    display: flex;
    grid-gap: 40px;
    align-items: center;
    justify-content: flex-start;
    margin-top: 60px;
}

.hero-iconsets a img {
    max-width: 130px;
}

.padding-left-80 {
    padding-left: 80px;
}

.padding-right-80 {
    padding-right: 80px;
}

.power-seven-hero {
    position: relative;
    overflow: hidden;
    padding-top: 150px;
    padding-bottom: 100px;
    height: 100vh;
    align-items: center;
    display: flex;
    padding-left: 10%;
}

.power-seven-hero .service-card-div {
    border-radius: 30px;
}

.power-seven-hero span {
    display: block;
}

.power-seven-hero .hero-content {
    margin: 0 10% 0 0;
}

.ctacnttr {
    margin: 150px 0;
}

.stats-break {
    width: 1px;
    height: 30px;
    background-color: #e5e5e5;
}

.medianumbers .ex--- {
    max-width: 90px;
    text-align: center;
}

.medianumbers .ex--- .progressbar.circle-bar .progressbar-text {
    font-size: 24px;
    font-weight: bold;
}

.card-v-light {
    width: 100%;
    height: 1px;
    margin: 20px 0;
    background-color: #e5e5e5;
}

.img-overthe-card {
    position: absolute;
    left: -42%;
    top: auto;
    right: auto;
    bottom: 4%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background: var(--white-bg-2);
    padding: 30px;
    max-width: 320px;
    border-radius: 14px;
}

.wh {
    width: 80px;
    height: 80px;
}

.video-button .play-btn {
    background: var(--blue-color);
    color: #fff;
    font-size: 30px;
    width: 62px;
    height: 62px;
    position: relative;
    text-align: center;
    border-radius: 100px;
    display: block;
}

.video-button .play-btn i {
    line-height: 62px;
    margin-left: -3px;
}

.video-button .play-btn:before,
.video-button .play-btn:after {
    content: '';
    position: absolute;
    border: 2px solid var(--blue-color);
    border-radius: 50%;
    left: -20px;
    right: -20px;
    top: -20px;
    bottom: -20px;
    animation: animate 1.5s linear infinite;
    opacity: 0;
}

.video-button .play-btn:after {
    animation-delay: 0.5s
}

@keyframes animate {
    0% {
        transform: scale(.5);
    }

    50% {
        opacity: 1;
    }

    100% {
        transform: scale(1.01);
    }
}

.hero-rght-power {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    grid-gap: 30px;
    margin-bottom: 100px;
}

.hero-rght-power h3 {
    font-size: 22px;
    font-weight: 500;
    line-height: 32px;
}

.hero-rght-power h3 span {
    opacity: .8;
}

.counter-setdiv img {
    width: 65px;
    margin-bottom: 15px;
}

.innercardiocn {
    margin-bottom: 30px;
    width: 52px;
}

.power-eight-hero {
    position: relative;
    overflow: hidden;
    padding-top: 150px;
    padding-bottom: 100px;
    height: 750px;
    display: flex;
    align-items: center;
}

.portrait-img img {
    max-height: 600px;
    position: absolute;
    bottom: 0;
    right: 100px;
    left: 0;
    margin: 0 auto;
    z-index: 1;
}

.portrait-bg img {
    max-height: 410px;
    height: 410px;
    position: absolute;
    bottom: 50%;
    transform: translateY(50%);
    right: 100px;
    top: auto;
    left: 0;
    margin: 0 auto;
    z-index: 0;
}

.portrait-b-1 img {
    max-height: 500px;
    position: absolute;
    bottom: 0;
    right: 100px;
    left: 0;
    margin: 0 auto;
    z-index: 0;
}

.sticky .frncnav {
    background: transparent;
    padding: 0;
    margin: 0;
    transition: all .5s ease-out;
}

.frncnav {
    background: #ffefef;
    border-radius: 100px;
    padding: 0 0 0 20px;
    margin-top: 30px;
    transition: all .5s ease-out;
}

.text-clips h1 {
    font-weight: 900;
    font-size: 70px;
    line-height: 80px;
    margin: 0 0 30px 0;
}


.personalstatt p {
    font-size: 40px;
    line-height: 40px;
}

.overbelowblck {
    padding-bottom: 180px;
}

.overblocks {
    margin-top: -150px;
}

.position-stick {
    position: sticky;
    top: 100px;
}

/*timeline*/
.timeline {
    position: relative;
}

.timeline:before {
    content: '';
    margin-left: -1px;
    position: absolute;
    top: 0;
    left: 34px;
    width: 2px;
    height: 100%;
    background: var(--black-bg);
}

.timeline-event {
    position: relative;
}

.timeline-event:hover .timeline-event-icon {
    color: var(--blue-color);
}

.timeline-event:hover .timeline-event-thumbnail {
    -moz-box-shadow: inset 40em 0 0 0 var(--blue-color);
    -webkit-box-shadow: inset 40em 0 0 0 var(--blue-color);
    box-shadow: inset 40em 0 0 0 var(--blue-color);
}

.timeline-event-copy {
    position: relative;
    left: 90px;
    width: 100%;
    padding-bottom: 50px;
}

.timeline-event-copy h3 {
    font-size: 25px;
    line-height: 35px;
}

.timeline-event-copy h4 {
    font-size: 20px;
    margin-bottom: 10px;
}

.timeline-event-copy strong {
    font-weight: 700;
}

.timeline-event-icon:before {
    content: "\f0f2";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
}

.timeline-event-icon {
    display: flex;
    -moz-transition: -moz-transform 0.2s ease-in;
    -o-transition: -o-transform 0.2s ease-in;
    -webkit-transition: -webkit-transform 0.2s ease-in;
    transition: transform 0.2s ease-in;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    background: var(--white-color);
    position: absolute;
    top: 0;
    left: 14px;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: var(--black-bg);
}

.timeline-event-thumbnail {
    -moz-transition: box-shadow 0.5s ease-in 0.1s;
    -o-transition: box-shadow 0.5s ease-in 0.1s;
    -webkit-transition: box-shadow 0.5s ease-in;
    -webkit-transition-delay: 0.1s;
    transition: box-shadow 0.5s ease-in 0.1s;
    color: var(--white-color);
    font-size: 12px;
    background-color: var(--black-bg);
    -moz-box-shadow: inset 0 0 0 0em #ef795a;
    display: inline-block;
    margin-bottom: 10px;
    padding: 2px 14px;
}

.expen-blocks {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px;
}

.ex-- {
    background: var(--white-color);
    padding: 20px;
    border-radius: 14px;
    text-align: center;
}

.ex-- p {
    color: var(--black-color-0);
    font-weight: 500;
    margin-top: 20px;
}

.followaccounts {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 30px;
}

.followaccounts .mediablock {
    background: var(--white-bg-2);
    padding: 15px;
    border: 1px solid var(--bs-gray-200);
    border-radius: 8px;
}

.followaccounts h5 {
    margin: 0 0 4px 0;
}

.followaccounts p {
    color: var(--bs-gray-600);
}

.footerlink-sol a {
    font-size: 18px;
    line-height: 30px;
    font-weight: 600;
    font-family: var(--font-primary);
    color: var(--black-color-0);
}

.overblocks-2 {
    padding-top: 50px;
    margin-bottom: -150px;
}

.overlap-2 {
    padding-top: 250px;
}


/**/
.power-seven-hero .service-slide {
    backdrop-filter: blur(4px);
    background: rgb(255 255 255/10%);
    border: 1px solid rgb(255 255 255/50%);
}

.cardsevc .service-card-div a {
    padding: 40px 0;
    height: 400px;
    display: flex;
    align-content: space-between;
    flex-direction: column;
}

.cardsevc .service-slide .service-images img {
    width: 100% !important;
    height: 100%;
    object-fit: contain;
    padding: 0 30px;
}

.cardsevc .service-slide .service-images {
    height: 240px;
    position: relative;
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cardsevc .service-slide .service-images img {
    width: 100% !important;
    height: 100%;
    object-fit: contain;
    padding: 0 30px;
}

.cardsevc .service-name {
    font-family: var(--font-primary);
    text-align: center;
    color: var(--white-color);
    padding-top: 40px;
    font-size: 22px;
    line-height: 32px;
    font-weight: 700;
    position: absolute;
    bottom: 20px;
    right: 0;
    left: 0;
}

.herodiv {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    z-index: -1;
}

.herodiv:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    background: #00000050;
    z-index: 0;
}

.herodiv video {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.splitspan span {
    display: block;
}

.blockcntr .power-two-counter {
    display: grid;
}

.brand-logo img {
    width: 130px;
}

.clients-logos ul li {
    grid-gap: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/*update 1.5*/
.innerheadbg {
    background-position: center center !important;
}