/*
 Theme Name:   editthevideochild
 Theme URI:    http://example.com/
 Description:  Child theme for editthevideochild
 Author:       Your Name
 Author URI:   http://example.com
 Template:     editthevideo
 Version:      1.0.0
 Text Domain:  editthevideo
*/

@font-face {
  font-display: swap; 
  font-family: 'Plus Jakarta Sans';
  font-style: normal;
  font-weight: 200;
  src: url('./fonts/plus-jakarta-sans-v12-latin-200.woff2') format('woff2'); 
}

@font-face {
  font-display: swap; 
  font-family: 'Plus Jakarta Sans';
  font-style: normal;
  font-weight: 300;
  src: url('./fonts/plus-jakarta-sans-v12-latin-300.woff2') format('woff2'); 
}

@font-face {
  font-display: swap; 
  font-family: 'Plus Jakarta Sans';
  font-style: normal;
  font-weight: 400;
  src: url('./fonts/plus-jakarta-sans-v12-latin-regular.woff2') format('woff2'); 
}

@font-face {
  font-display: swap; 
  font-family: 'Plus Jakarta Sans';
  font-style: normal;
  font-weight: 500;
  src: url('./fonts/plus-jakarta-sans-v12-latin-500.woff2') format('woff2'); 
}

@font-face {
  font-display: swap; 
  font-family: 'Plus Jakarta Sans';
  font-style: normal;
  font-weight: 600;
  src: url('./fonts/plus-jakarta-sans-v12-latin-600.woff2') format('woff2'); 
}

@font-face {
  font-display: swap; 
  font-family: 'Plus Jakarta Sans';
  font-style: normal;
  font-weight: 700;
  src: url('./fonts/plus-jakarta-sans-v12-latin-700.woff2') format('woff2'); 
}

@font-face {
  font-display: swap; 
  font-family: 'Plus Jakarta Sans';
  font-style: normal;
  font-weight: 800;
  src: url('./fonts/plus-jakarta-sans-v12-latin-800.woff2') format('woff2'); 
}

@font-face {
  font-display: swap; 
  font-family: 'Cal Sans';
  font-style: normal;
  font-weight: 400;
  src: url('./fonts/cal-sans-v2-latin-regular.woff2') format('woff2'); 
}

@font-face {
  font-display: swap; 
  font-family: 'Inter Tight';
  font-style: normal;
  font-weight: 100;
  src: url('./fonts/inter-tight-v9-latin-100.woff2') format('woff2'); 
}

@font-face {
  font-display: swap; 
  font-family: 'Inter Tight';
  font-style: normal;
  font-weight: 200;
  src: url('./fonts/inter-tight-v9-latin-200.woff2') format('woff2'); 
}

@font-face {
  font-display: swap; 
  font-family: 'Inter Tight';
  font-style: normal;
  font-weight: 400;
  src: url('./fonts/inter-tight-v9-latin-regular.woff2') format('woff2'); 
}

@font-face {
  font-display: swap; 
  font-family: 'Inter Tight';
  font-style: normal;
  font-weight: 500;
  src: url('./fonts/inter-tight-v9-latin-500.woff2') format('woff2'); 
}

@font-face {
  font-display: swap; 
  font-family: 'Inter Tight';
  font-style: normal;
  font-weight: 600;
  src: url('./fonts/inter-tight-v9-latin-600.woff2') format('woff2'); 
}

@font-face {
  font-display: swap; 
  font-family: 'Inter Tight';
  font-style: normal;
  font-weight: 700;
  src: url('./fonts/inter-tight-v9-latin-700.woff2') format('woff2'); 
}

@font-face {
  font-display: swap; 
  font-family: 'Inter Tight';
  font-style: normal;
  font-weight: 800;
  src: url('./fonts/inter-tight-v9-latin-800.woff2') format('woff2'); 
}

@font-face {
  font-display: swap; 
  font-family: 'Inter Tight';
  font-style: normal;
  font-weight: 900;
  src: url('./fonts/inter-tight-v9-latin-900.woff2') format('woff2'); 
}
 
@font-face {
  font-display: swap;
  font-family: 'Mona Sans';
  font-style: normal;
  font-weight: 400;
  src: url('./fonts/mona-sans-v4-latin-regular.woff2') format('woff2');
}
 
@font-face {
  font-display: swap;
  font-family: 'Mona Sans';
  font-style: normal;
  font-weight: 600;
  src: url('./fonts/mona-sans-v4-latin-600.woff2') format('woff2');
}
 
@font-face {
  font-display: swap;
  font-family: 'Mona Sans';
  font-style: normal;
  font-weight: 700;
  src: url('./fonts/mona-sans-v4-latin-700.woff2') format('woff2');
}


:root {
    --blue: #1e90ff;
    --white: #ffffff;
    --placeholdercolor: currentColor;
}
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
}
body {
    margin: 0;
    padding: 0;
    font-family: 'Plus Jakarta Sans';
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.clear {
    clear: both;
}
.alignleft, .alignright, .aligncenter {
    margin-bottom: 10px;
}
.alignnone {
    margin-bottom: 10px;
}
.alignleft {
    float: left;
    margin-right: 15px;
    margin-top: 0;
}
.alignright {
    float: right;
    margin-left: 15px;
    margin-top: 0;
}
.aligncenter {
    display: block;
    margin: 0 auto 15px auto;
}
iframe, img {
    max-width: 100%;
    border: none;
    vertical-align: middle;
}
img {
    border: 0;
    height: auto;
}
a {
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    text-decoration: none;
    transition: 0.5s;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Cal Sans';
    margin: 0 0 20px 0;
    padding: 0;
    font-weight: normal;
}
p, li, ul, ol, blockquote {
    font-family: 'Plus Jakarta Sans';
    font-weight: normal;
    margin: 0 0 10px 0;
    padding: 0;
}
ul, li {
    list-style: none;
}
a:visited {
    color: inherit;
}
a:hover {
    text-decoration: none;
}
a, a:hover, input[type="submit"], button {
    outline: 0;
}
button, html [type="button"], [type="reset"], [type="submit"] {
    -webkit-appearance: none;
    border-radius: 0;
}
input::-webkit-input-placeholder {
    color: var(--placeholdercolor);
}
input::-moz-placeholder {
    color: var(--placeholdercolor);
}
input:-ms-input-placeholder {
    color: var(--placeholdercolor);
}
input:-moz-placeholder {
    color: var(--placeholdercolor);
}
html {
    scroll-behavior: smooth;
}
.post, .page{
    margin: 0;
}
ul,ol,li {
    list-style: none;
    margin:0;
    padding:0;
}
p:empty {display: none;}
.header-sticky.fixed-header {
    position: fixed;
    top: 0;
    width: 100%;
    padding: 10px 2%;
    background-color: #8eb886;
    z-index: 9999;
    border-bottom: 2px solid #114d54;
}
.container {
    max-width: 1500px;
    width: 100%;
    margin: 0px auto;
}
.sicky-logo {

    width: 100%;

    max-width: 300px;

    padding: 0 15px;

}
.header-sticky {

    width: 100%;

    float: left;

    background: #c4c9b2;

    padding: 10px;

    display: none;

}

.header-sticky .sticky-cnt {

    width: 25%;

    float: left;

    text-align: center;

    font-size: 15px;

    color: #c4c9b2;

    padding: 0 8px;

}

.header-sticky .mobile_src_nav,

.header-sticky .showhide {

    display: block;

}

.header-sticky .mobile_src_nav {

    background: transparent;

}

.header-sticky .stickyshowhide .txt {

    width: 40px;

    height: 40px;

    text-align: center;

    float: none;

    padding: 0;

    position: relative;

    font-weight: normal;

}

.header-sticky .sticky-cnt>a, .header-sticky .sticky-cnt button {
    font-size: 17px;
    color: #fff;
    font-family: 'Montserrat-Regular';
    position: relative;
    padding: 45px 0 0;
    display: inline-block;
    text-align: center;
    width: 100%;
    cursor: pointer;
    border: 0;
    outline: 0;
    background: transparent;
}

.header-sticky .sticky-cnt a:before, .header-sticky .sticky-cnt button:before {
    width: 40px;
    height: 40px;
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 0;
    background: transparent;
    border-radius: 100%;
    border: 2px solid #ffffff;
}
.header-sticky .sticky-cnt button:before {
    background: url(images/header-sticky-menu.webp) no-repeat center;
}
.header-sticky .sticky-cnt a:before {
    background-image: url(images/header-sticky-call.webp);
    background-repeat: no-repeat;
    background-position: center;
}


.header-sticky .stickyshowhide .txt:before {

    display: block;

    width: 40px;

    height: 40px;

    line-height: 40px;

    text-align: center;

    margin: auto;

    font-size: 18px;

    border: 1px #fff solid;

    color: #f2f2f2;

    border-radius: 50%;

    -webkit-transition: all 0.2s ease-in-out;

    -moz-transition: all 0.2s ease-in-out;

    -ms-transition: all 0.2s ease-in-out;

    -o-transition: all 0.2s ease-in-out;

    transition: all 0.2s ease-in-out;

}

.sticky-mobinav ul li a.drop {
    font-size: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: max-content;
    height: 45px;
}

.sticky-mobinav ul li a.drop.open {

    width: 28px;

}

.sticky-mobinav ul li a.drop:after {

    content: "";

    background: url(images/sprite_icons.png) no-repeat left top;

    background-position: 0px 0px;

    width: 13px;

    height: 13px;

    position: absolute;

    right: 0;

    top: 9px;

}

.sticky-mobinav ul li a.drop.open:after {

    background-position: -28px 0px;

}
.site-header.is-sticky {
    top: 0;
    right: 0;
    left: 0;
    z-index: 999;
    position: fixed;
    background: #000;
    visibility: visible;
    border-bottom: 2px solid #0a84ff;
}
.site-header.is-sticky .hdr-cal a:hover {
    color: #0a84ff;
}
.site-header.is-sticky .site-branding {
    width: 90px;
}
.site-header.is-sticky {
    padding: 15px 0;
}

#floatingMenu {

    position: fixed;

    top: 0;

    left: 0;

    -webkit-transform: translateX(-100%);

    -moz-transform: translateX(-100%);

    -ms-transform: translateX(-100%);

    -o-transform: translateX(-100%);

    transform: translateX(-100%);

    -webkit-transition: all 0.3s ease-in-out 0s;

    -moz-transition: all 0.3s ease-in-out 0s;

    -ms-transition: all 0.3s ease-in-out 0s;

    -o-transition: all 0.3s ease-in-out 0s;

    transition: all 0.3s ease-in-out 0s;

    text-align: left;

    display: flex;

    width: 100%;

    height: 100vh;

    z-index: 99999;

}

.floatingMenu-list {
    width: 400px;
    background: #0c2435;
    overflow-y: auto;
    padding: 10px 10px;
    height: 100vh;
    position: relative;
}

#floatingMenu.openMenu {

    display: flex;

    -webkit-transform: translateX(0);

    -moz-transform: translateX(0);

    -ms-transform: translateX(0);

    -o-transform: translateX(0);

    transform: translateX(0);

}

#cloaseFloatingMenu {
    text-align: right;
    font-size: 37px;
    line-height: 1;
    font-weight: 700;
    display: block;
    background: transparent;
    clear: both;
    outline: 0;
    border: 0;
    padding: 0;
    color: #ffffff;
    float: right;
    position: relative;
    z-index: 999;
    cursor: pointer;
}

button#cloaseFloatingMenu2 {

    flex-grow: 1;

    width: calc(100% - 280px);

    height: 100%;

    font-size: 0px !important;
    background: transparent;
    border: 0;

}

.floatingMenuInner li {

    position: relative;

}
.floatingMenuInner a {

    color: #fff !important;

    letter-spacing: 0.4px;

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

    font-weight: 500;

    padding: 4px 0;

    font-size: 18px;

    display: block;

    line-height: 1;

    border-bottom: 1px solid #222222;

}

.floatingMenuInner .sub-menu {

    display: none;

}

.floatingMenuInner .menu-item-has-children>a:after {

    content: '';

    width: 10px;

    height: 2px;

    background-color: #fff;
    position: absolute;

    top: 15px;

    right: 6px;

    -webkit-transition: all 0.3s ease-in-out 0s;

    -moz-transition: all 0.3s ease-in-out 0s;

    -ms-transition: all 0.3s ease-in-out 0s;

    -o-transition: all 0.3s ease-in-out 0s;

    transition: all 0.3s ease-in-out 0s;

}

.floatingMenuInner .menu-item-has-children>a:before {

    content: '';

    width: 2px;

    height: 10px;

    position: absolute;

    top: 11px;

    right: 10px;

    display: block;

    opacity: 1;

    background-color: #fff;

}

.floatingMenuInner li.openSubMenu.menu-item-has-children>a::before {
    opacity: 0;
}





.header-sticky.fixed-header .container {

    display: flex;

    padding: 0;

    align-items: center;

    justify-content: space-between;

}



.sicky-logo{
    max-width:350px;
    text-align: center;
}



.sticky-wrap{
    display: none;
}


header#site-header.f-nav{
    position: fixed;
    border-bottom: 2px solid #82581f;
    background-color: #080d26;
    padding: 10px 0;
}

.showhide {
    display: none;
    color: #fff;
    width: 110px;
    height: 28px;
    float: none;
    text-align: left;
    cursor: pointer;
    padding: 0px 0 0 33px;
    position: relative;
    outline: 0;
    border: 0;
    background-color: transparent;
}

.showhide b.txtl {
    text-align: right;
    font-size: 18px;
    line-height: 28px;
    font-weight: 600 !important;
    text-transform: uppercase;
    margin: 0 0px 0 0px;
    padding-top: 2px;
    letter-spacing: 0.5px;
    font-family: 'Cal Sans';
}

.showhide b.txtr {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    text-align: left;
    font-size: 37px;
    line-height: 27px;
    font-family: 'Cal Sans';
}

.mobinav {
    display: none;
    width: 100%;
    color: #fff;
    box-sizing: border-box;
    z-index: 99999995;
    float: left;
    background: #114d54;
    position: absolute;
    top: 38px;
    left: 0;
}

.mobinav ul {
    float: left;
    margin: 0px 0 0 0;
    padding: 5px 0px;
    width: 100%;
}

.mobinav ul li {
    float: left;
    margin: 0;
    width: 100%;
    list-style: none;
    padding: 0 20px;
    box-sizing: border-box;
    border: 0;
    margin: 0;
    padding: 0px;
    position: relative;
    font-family: "Poppins", sans-serif;
}

.mobinav a {
    width: 100%;
    float: left;
    padding: 6px 0;
    display: block;
    line-height: normal;
    color: #fff;
    font-size: 16px;
    font-family: 'Plus Jakarta Sans';
    font-weight: 500;
    border: 0;
    margin: 0;
    text-decoration: none;
}

.mobinav a:hover {
    color: #0a84ff;
}

.mobinav ul li ul {
    float: left;
    padding: 0 0 0 15px;
}

.mobinav ul li ul li a {
    text-transform: capitalize;
}

.mobile_src_nav {
    display: none;
    width: 100%;
    float: none;
    position: relative;
    padding: 10px 0;
}

.mobile_src_nav .container {
    position: relative;
}

.mobile_src_nav .search-form {
    width: 100%;
    float: left;
}


.site-header {
    padding: 31px 0 ;
    position: absolute;
    z-index: 999;
    width: 100%;
    transition: all ease 0.3s;
}
.logo-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.top-rit-lst {
    display: flex;
    justify-content: flex-start;
    gap: 33px;
    align-items: center;
}
.hdr-btn a.cmn-btn, .hm-bnr-btn a.cmn-btn{
    box-shadow: inset -0.572px -2.945px 21px 0px rgba(0, 0, 0, 0.38);
}

.site-branding img {
    width: 100%;
    display: block;
}
.site-branding {
    width: 168px;
}
.hdr-cal a {
    display: inline-block;
    font-family: 'Cal Sans';
    font-weight: 400;
    font-size: 28px;
    line-height: 1;
    color: #fff;
    padding: 0 92px 0 0;
    position: relative;
}
.hdr-cal a:hover {
    color: #0d283a;
}
.hdr-cal a:before {
    position: absolute;
    content: "";
    background-image: url(images/hdr-cal-icn.webp);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right center;
    width: 74px;
    height: 46px;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}


#main-navigation ul{
    margin:0;
    font-size: 0;
}
#main-navigation ul li{
    display: inline-block;
    padding: 0 0px 0;
    position: relative;
    margin: 0 16px;
}

#main-navigation ul li:first-child{
    margin-left:0
}
#main-navigation ul li:last-child{
    margin-right:0
}
#main-navigation ul li a {
    font-size: 18px;
    font-family: 'Plus Jakarta Sans';
    font-weight: 500;
    letter-spacing: -0.36px;
    line-height: 1;
    color: #ffffff;
    display: inline-block;
}
#main-navigation ul > li > a:hover {
    color: rgba(255 255 255 / 60%);
}
#main-navigation ul li ul.sub-menu{
    display:none;
    width:220px;
    position:absolute;
    color:#fff;
    top:100%;
    left:0;
    right:auto;
    background-color: #0a84ff;
    padding:0px 0;
    z-index:999
}
#main-navigation ul li:hover ul.sub-menu{
    display:block
}
#main-navigation ul li:hover ul.sub-menu li{
    position:relative
}
#main-navigation ul li:hover ul.sub-menu li:hover > ul{
    display:block;
    top:0;
    left:100%
}
#main-navigation .sub-menu li.current-menu-item > a{
    background-color: #f5f1e9;
        color: #0d273a;
}
#main-navigation .sub-menu li a{
    width: 100%;
    padding: 8px 10px;
    color: #ffffff;
    display: block;
    text-align: left;
    text-transform: capitalize;
    font-weight: 500;
    letter-spacing: 0;
    border-bottom: 0;
    font-size: 16px;
}
#main-navigation .sub-menu li a:hover,
#main-navigation .sub-menu .current-menu-item > a{
    background-color: #f5f1e9;
      color: #0d273a;
}
#main-navigation .sub-menu li:after{
    display:none;
}
#main-navigation .sub-menu li{
    width:100%;
    margin:0;
    padding:0
}
#main-navigation .sub-menu li a:after{
    display:none
}
#main-navigation ul li ul.sub-menu li .sub-menu {
    display:none;
    width:100%;
    position:absolute;
    color:#fff;
    top:0;
    left:100%;
    padding:0px 0;
    z-index:999;
}

a.cmn-btn {
    display: inline-block;
    font-family: 'Cal Sans';
    font-weight: 400;
    font-size: 20px;
    line-height: 1;
    color: #fff;
    padding: 20px 34px;
    border-radius: 15px;
    background-color: #0d283b;
}
a.cmn-btn:hover {
    background-color: #0a84ff;
}

.text-heading {
    color: #000000;
    font-size: 78px;
    font-family:'Cal Sans';
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1;
    margin: 0 0 15px;
    text-align: center;
}


/*Banner Section*/

.hm-banner-sec {
    background-image: url(images/banner-bg-img.webp);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 238px 0 410px;
    text-align: center;
    position: relative;
}
.hm-banner-sec:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 19.8%;
    background-image: url(images/banner-bfr-image.webp);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: right bottom;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.hm-banner-sec h1 {
    color: #ffffff;
    font-size: 115px;
    font-family:'Cal Sans';
    font-weight: 400;
    letter-spacing: -2.3px;
    line-height: 0.95;
    margin: 0 0 19px;
}

.hm-banner-sec p {
    color: #ffffff;
    font-size: 21px;
    font-family:'Plus Jakarta Sans';
    font-weight: 500;
    letter-spacing: -0.4px;
    line-height: 1.5;
    margin: 0 0 30px;
}

.hm-bnr-btns-lst {
    display: flex;
    justify-content: center;
    gap: 11px;
}

.hm-bnr-btn.our-btn a.cmn-btn {
    background-color: #fefefe;
    color: #000000;
    box-shadow: 0px 10px 13px 0px rgba(0, 0, 0, 0.2);
}

.hm-bnr-btn a.cmn-btn:hover {
    background-color: #ffffff;
    color: #000000;
}

.hm-bnr-btn.our-btn a.cmn-btn:hover {
    background-color: #0d283b;
    color: #ffffff;
}

.hmbnr-editing-img img {
    width: 100%;
    display: block;
}

.hmbnr-editing-img {
    position: absolute;
    right: 73px;
    bottom: 263px;
}




/*About Section*/

.hm-about-sec {
    padding: 0 0 40px;
    position: relative;
}
section.hm-about-sec:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: linear-gradient(180deg, rgba(240, 248, 252, 0.65) 0%, rgba(247, 251, 253, 0.19) 50%, rgba(247, 251, 253, 0) 100%);
    pointer-events: none;
}
.about-blk{
    display: flex;
    justify-content: space-between;
    position: relative;
}
.abt-left-cont {
    width: 50%;
    padding: 28px 0 0 10px;
}
.abt-left-cont h6 {
    font-family: 'Plus Jakarta Sans';
    font-weight: 500;
    font-size: 19px;
    line-height: 1;
    letter-spacing: 1.52px;
    text-transform: uppercase;
    text-decoration: none;
    color: #000;
    background-color: #cde4f5;
    padding: 12px 20px;
    border-radius: 10px;
    display: inline-block;
    margin: 0 0 7px 0;
}
.abt-left-cont h2{
    font-family:'Cal Sans';
    font-weight: 400;
    font-size: 70px;
    line-height: 1.1;
    letter-spacing: -2.8px;
    color: #000;
    margin-bottom: 13px;
}
.abt-left-cont h2 strong {
    color: #177ed2;
    font-weight: 400;
    display: block;
    background: linear-gradient(to right, #0a84ff 20%, #0354af 80%  );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.abt-left-cont p{
    font-family:'Plus Jakarta Sans';
    font-weight: 400;
    font-size: 20px;
    line-height: 2;
    letter-spacing: 0;
    color: #000000;
    margin-bottom: 38px;
}
.about-btn a{
    background-color: #0a84ff;
    padding: 20px 43px;
}
.about-btn a:hover{
    background-color: #072660;
}
.abt-rite {
    position: relative;
    width: 43.8%;
    z-index: 1;
    margin-right: 21px;
}
.abt-rite::before {
    position: absolute;
    content: "";
    background-image: url(images/about-rit-bfr-img.webp);
    background-repeat: no-repeat;
    background-size: cover;
    height: 76%;
    width: 100%;
    right: 0;
    left: 0;
    top: 63px;
    bottom: 0;
    margin: auto;
    z-index: -1;
}
.abt-rite-img {
    width: 66%;
    margin: auto;
    box-shadow: rgba(10, 132, 255, 10%) 0px 15px 15px;
}

.abt-rite-img img, .rite-the-img img {
    width: 100%;
    display: block;
}
.abt-rite .rite-the-img {
    position: absolute;
    content: "";
    right: 10px;
    bottom: 0;
    padding: 38px 30px;
    background: #ffff;
    border-radius: 20px 20px 0 0;
    width: 38.3%;
}

/*OUr Services Section*/

.hm-our-services-sec {
    padding: 56px 0 70px;
    background-image: url(images/our-services-bg-img.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
}
.hm-our-services-sec h2 {
    font-family:'Cal Sans';
    font-weight: 400;
    font-size: 75px;
    line-height: 1;
    letter-spacing: -3px;
    color: #000;
    text-align: center;
    margin-bottom: 54px;
}
.hm-our-servc-lst {
    display: flex;
    justify-content: center;
    gap: 40px 47px;
    margin-bottom: 33px;
    flex-wrap: wrap;
}
.hm-our-servc-itm {
    background-color: rgb(255, 255, 255);
    box-shadow: 24.274px 27.924px 52.7px 9.3px rgba(23, 126, 210, 0.13);
    padding: 10px 10px 26px;
    width: 31.2%;
    border-radius: 10px;
    position: relative;
}
.hm-our-servc-itm:hover .our-servc-cnt h4{
    color: #0a84ff;
}
.our-servc-img img {
    width: 100%;
    display: block;
    box-shadow: 24.274px 27.924px 52.7px 9.3px rgba(23, 126, 210, 0.13);
    border-radius: 10px;
}
.our-servc-cnt {
    width: 67%;
    text-align: center;
    margin: auto;
}
.our-servc-cnt h4 {
    font-family:'Cal Sans';
    font-weight: 400;
    font-size: 41px;
    line-height: 1.09;
    letter-spacing: 0;
    color: #000;
    text-align: center;
    margin-bottom: 5px;
}
.our-servc-cnt p {
    font-family:'Plus Jakarta Sans';
    font-weight: 200;
    font-size: 18px;
    line-height: 1.44;
    letter-spacing: 0;
    color: #000000;
    margin: 0;

}
.our-servc-img {
    position: relative;
    width: 100%;
    margin-bottom: 20px;
    padding: 0 0 44px;
}
.our-servc-img::before {
    position: absolute;
    content: "";
    background-image: url(images/insatagaram.webp);
    background-repeat: no-repeat;
    height: 90px;
    width: 90px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
      box-shadow: 0px 11px 16px 0px rgba(23, 126, 210, 0.28);
      border-radius: 50%;
}


.our-servc-img.tiktok::before {
    background-image: url(images/tiktok-ti.webp);
}
.our-servc-img.youtube-image::before {
    background-image: url(images/hm-serve-youtube-img.webp);
}
.our-servc-img.live-stram-img::before {
    background-image: url(images/live-stram-img.webp);
}
.our-servc-img.long-from-short::before {
    background-image: url(images/long-short-logo.webp);
}

.service-btn {
    text-align: center;
}
.service-btn a.cmn-btn {
    background-color: #0b84fd;
    border-radius: 10px;
}

.service-btn  a.cmn-btn:hover {
    background-color: #072660;
}

.hm-serv-hvr a{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 0;
    z-index: 99;
}

.hm-our-servc-lst.owl-carousel .owl-stage-outer {
    padding: 30px 0;
}
.hm-our-servc-lst.owl-carousel .owl-stage {
    display: flex;
}
.hm-our-servc-lst.owl-carousel .owl-stage .owl-item{
    display: flex;
     padding: 0 2px;
}


/* Home Pricing Section */

.hm-pricing-sec {
    background-color: #ffffff;
    padding: 80px 0 0px;
}

.hm-pricing-sec .container {
    max-width: 1280px;
}
.hm-pricing-sec .text-heading {
    font-size: 75px;
    font-weight: 400;
    color: #000000;
    text-align: center;
    line-height: 1;
    letter-spacing: -3px;
    margin: 0 0 30px;
}

.hm-editing-btn a {
    background-color: #072660;
    border-radius: 10px;


}

.hm-editing-btn a:hover {
    background-color: #0a84ff;
}

.hm-tabing-rit-btn a {
    text-decoration: none;
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0;
    color: #000000;
    text-decoration: none;
    background-color: #e7f2fa;
    font-family: 'Cal Sans';
    display: inline-block;
}

.hm-editing-list {
    display: flex;
    justify-content: space-between;
    gap: 5px;
    background-color: #f7fafd;
    border: 2px solid #dddddd;
    padding: 5px;
    border-radius: 5px;
}

.hm-editing-itm {
    border: 2px solid #e1e1e1;
    width: 33.2%;
    border-radius: 10px;
    padding: 37px 10px 50px 22px;
    position: relative;
}

.hm-editing-itm h5 {
    font-size: 20px;
    font-weight: 400;
    font-family: 'Cal Sans';
    line-height: 1;
    letter-spacing: 0;
    color: #072660;
    margin: 0 0 30px;
    padding: 12px 23px 11px;
    border-radius: 41px;
    border: 2px solid #177ed2;
    display: inline-block;
    width: 110px;
    text-align: center;
}

.hm-editing-itm h6 {
    font-size: 16px;
    font-weight: 400;
    font-family: 'Plus Jakarta Sans';
    line-height: 1;
    letter-spacing: -0.64px;
    margin: 0px 0 12px;
    position: relative;
    border-bottom: 2px solid #909193;
    max-width: max-content;
    color: #323232;
}

.hm-editing-itm h3 {
    font-size: 55px;
    font-weight: 500;
    font-family:'Plus Jakarta Sans';
    line-height: 1;
    letter-spacing: -0.64px;
    margin: 0px 0 38px;
    padding: 0 0 40px;
    border-bottom: 2px solid #c6c8ca;
}

.hm-editing-mid-btn a {
    background-color: #0a84ff;
    text-decoration: none;
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0;
    color: #ffffff;
    text-decoration: none;
    font-family: 'Cal Sans';
}

.hm-editing-mid-btn a:hover {
    background-color: #072660;
}

.hm-editing-lst {
    position: relative;
    margin: 0 0 41px;
}

.hm-editing-lst ul li {
    font-size: 17px;
    font-weight: 500;
    font-family: 'Plus Jakarta Sans';
    letter-spacing: -0.34px;
    list-style-type: none;
    line-height: 2.11;
    color: #000000;
    position: relative;
    padding: 0 0 0 20px;
}

.hm-editing-lst ul li::after {
    position: absolute;
    content: "";
    background-image: url(./images/editthe-video-img.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 8px;
    height: 10px;
    top: 13px;
    left: 0;
    margin: auto;
}
.hm-pricing-sec .tab-btn {
    font-family: 'Cal Sans';
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0;
    text-decoration: none;
    color: #000000;
    background-color: #e7f2fa;
    padding: 15px 25px;
    border-radius: 10px;
    display: inline-block;

}

.hm-pricing-sec .tab-btn.active, .hm-pricing-sec .tab-btn:hover  {
    color: #ffffff;
    background-color: #072660;
}

.hm-pricing-sec .tab-content {
    opacity: 0;
    visibility: hidden;
    height: 0;
    overflow: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease, height 0.3s ease;
}

.hm-pricing-sec .tab-content.active {
    opacity: 1;
    visibility: visible;
    height: auto;
    padding: 0;
    border: none;
    background-color: transparent;
}


.hm-pricing-sec .tab-buttons {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin: 0 0 50px;
}
.hm-pricing-sec .tab-buttons br {
    display: none;
}

.hm-pricing-sec .tabs-section button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: none;
    border-color: transparent;
    border-radius: 10px;
    line-height: 1; 
}

.hm-pricing-sec button.tab-btn:first-child {
    margin-left: 0;
}

.hm-pricing-sec button.tab-btn {
    cursor: pointer;
}


/*Home Faqs Section*/


.hm-faq-sec {
    background-image: url(images/faqs-bg-img.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 94px 0 40px;
    position: relative;
    overflow: hidden;
}

.hm-faq-sec .container {
    max-width: 1600px;
    margin: 0 0 0 auto;
}

.hm-faq-blck {
    display: flex;
    justify-content: space-between;
}

.hm-faq-lft {
    width: 54%;
}

.hm-faq-rit {
    width: 70.9%;
    margin: 0 -70px 0 -50px;
}

.hm-faq-rit img {
    width: 100%;
    display: block;
    height: auto;
}

.single-accordion {
    margin: 0 0 64px;
}
.hm-faq-lft h4 {
    font-size: 75px;
    font-weight: 400;
    font-family: 'Cal Sans';
    line-height: 1;
    letter-spacing: 0;
    color: #000000;
    margin: 0 0 29px;
    letter-spacing: -3px;
}

.hm-faq-lft h4 strong {
    font-weight: 400;
    color: #0a84ff;
    display: block;
    background: linear-gradient(to right, #0a84ff 20%, #0354af 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 1.1;
}
.hm-faq-btn a.cmn-btn {
    padding: 20px 52px;
    background-color: #072660;
}
.hm-faq-btn a.cmn-btn:hover{
    background-color: #0b84fd;
}


.hm-faq-sec .accordion-profile h3 {
    background-color: #fff;
    padding: 19px 60px 23px 40px;
    cursor: pointer;
    width: 100%;
    border-radius: 5px;
    font-size: 20px;
    font-family: 'Cal Sans';
    font-weight: 400;
    letter-spacing: 0.52px;
    line-height: 1;
    color: #000000;
    margin: 0;
    background-image: url(images/arro-img.webp);
    background-repeat: no-repeat;
    background-size: 32px;
    background-position: right 22px center;
    position: relative;
      box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.1);
}

.hm-faq-sec .accordion-profile.active h3:after {
    background-color: #fff;
}
.hm-faq-sec .accordion-profile h3::after {
    position: absolute;
    content: "";
    background-color: #177ed2;
    width: 10px;
    height: 10px;
    top: 24px;
    border-radius: 50%;
    left: 20px;
    margin: auto;
}
.hm-faq-sec .accordion-profile-content {
    overflow: hidden;
    transition: max-height 0.4s ease;
    padding:30px 50px 30px 60px;
    display: none;
}
.hm-faq-sec .accordion-profile.active .accordion-profile-content {
    overflow: inherit;
    display: block;
}
.hm-faq-sec .accordion-profile p,.hm-faq-sec .accordion-profile ul li {
    font-family: 'Inter Tight';
    font-size: 16px;
    font-weight: 500;
    line-height: 1.56;
    color: #000000;
    margin: 0 0 10px;
}   
.hm-faq-sec .accordion-profile {
    margin: 0 0 16px;
    max-height: max-content !important;
    border: 1px solid #87bfe5;
    border-radius: 5px;
    background-color: #ffffff;
}
.hm-faq-sec .accordion-profile.active h3 {
    background-color: #197ccb;
    color: #ffffff;
    border-color: #197ccb;
    background-image: url(images/arro-clr-img.webp);
}
.hm-faq-sec .accordion-profile ul {
    margin: 15px 0 15px 10px;
}
.hm-faq-sec .accordion-profile ul li {
    padding-left: 15px;
    position: relative;
}
.hm-faq-sec .accordion-profile ul li::before {
    position: absolute;
    content: "";
    width: 7px;
    height: 7px;
    top: 9px;
    left: 0;
    background-color: #197ccb;
    border-radius: 50%;
}


/*Footer Section*/

.ftr-block-sec {
    background-image: url("images/ftr-bg.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 71px 0 0;
}

.ftr-list {
    display: flex;
    justify-content: center;
    margin: 0 0 25px;
    gap: 87px;
}

.hm-ftr-lft {
    /* text-align: center; */
    /* width: 19.5%; */
}

.ftr-menu {
    /* width: 15.2%; */
    padding: 10px 0 0;
}
.ftr-blks-lst {
    display: flex;
    justify-content: space-between;
}
/* .hm-ftr-center {
    width: 50%;
}

.hm-ftr-rit {
    width: 30.2%;
} */

.ftr-logo {
    margin: 0 0 29px;
}

.hm-ftr-lft .cmn-btn {
    background-color: #072660;
    padding: 20px 55px 18px;
    border-radius: 10px;
}

.hm-ftr-lft .cmn-btn:hover {
    background-color: #0a84ff;
}

.ftr-list h6 {
    color: #ffffff;
    font-size: 28px;
    font-family:'Cal Sans';
    font-weight: 400;
    letter-spacing: -0.5px;
    line-height: 1;
    padding: 0 0 19px;
    margin: 0 0 22px;
    position: relative;
}

.ftr-list h6::after {
    background-color: #ffffff;
    position: absolute;
    content: "";
    width: 144px;
    height: 1px;
    bottom: 0;
    left: 0;
    margin: auto;
}

.ftr-menu ul {
    font-size: 0;
}

.ftr-menu ul li {
    position: relative;
    list-style: none;
    margin: 0 0 20px;
}

.ftr-menu ul li a {
    color: #ffffff;
    font-family:'Plus Jakarta Sans';
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1;
    text-decoration: none;
    display: inline-block;
    margin: 0;
    padding: 0 0 0 26px;
}

.ftr-menu ul li a:hover {
    color: #072660;
}

.ftr-menu ul li a:before {
    content: "";
    position: absolute;
    width: 9px;
    height: 9px;
    background-color: #ffffff;
    border-radius: 50px;
    left: 0;
    top: 5px;
}

.ftr-menu ul li a:hover::before {
    background-color: #072660;
    border-radius: 50px;
}

.ftr-number a {
    color: #ffffff;
    font-size: 36px;
    font-family:'Cal Sans';
    font-weight: 400;
    line-height: 1;
    letter-spacing: -0.7px;
    display: inline-block;
    margin: 0 0 25px;
    padding: 0 0 0 38px;
    position: relative;
}

.ftr-mail a,
.hm-ftr-center p {
    color: #ffffff;
    font-family:'Plus Jakarta Sans';
    font-size: 18px;
    font-weight: 500;
    letter-spacing: -0.7px;
    display: inline-block;
    margin: 0 0 30px;
    padding: 0 0 0 38px;
    position: relative;
}

.hm-ftr-center p {
    line-height: 1.5;
    margin: 0;
}

.ftr-number a::before,
.ftr-mail a::before{
    position: absolute;
    content: "";
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    left: 0;
    top: 5px;
    bottom: 0;
    margin: auto;
}

.ftr-number a::before {
    background-image: url("images/call-img.webp");
    width: 20px;
    height: 20px;
}

.ftr-mail a::before {
    background-image: url("images/mail-img.webp");
    width: 23px;
    height: 17px;
}

.hm-ftr-center p::before {
    background-image: url("images/maps-and-flags-img.webp");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    content: "";
    left: 0;
    top: 6px;
    margin: auto;
    width: 19px;
    height: 25px;
}

.ftr-number a:hover, .ftr-mail a:hover, .ftr-copyrights-sec a:hover {
    color:#072660;
}

.hm-ftr-icons {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    align-items: center;
}

.hm-ftr-icons a {
    font-size: 0px;
    background-image: url("images/instgram-img.webp");
    background-repeat: no-repeat;
    background-position: center;
    width: 46px;
    height: 46px;
    display: inline-block;
    background-color: #072660;
    border-radius: 20px;
}
.ftr-block-list {
    width: 35%;
    padding: 10px 0 0;
}

.hm-ftr-icons a.tiktok {
    background-image: url("images/tik-tok-img.webp");
}

.hm-ftr-icons a.youtube {
    background-image: url("images/youtube-img.webp");
}

.hm-ftr-icons a:hover {
    background-color: #ffffff;
}

.ftr-copyrights-sec .cpy-inr {
    text-align: center;
    padding: 24px 0 36px;
    border-top: 1px solid #5cabde;
}


.ftr-copyrights-sec p {
    color: #ffffff;
    font-family:'Plus Jakarta Sans';
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1;
    margin: 0;
    text-align: center;
}



/* hm banner bottom form section */
 
 
.hm-bnr-btm-form ul {
    display: flex;
    flex-wrap: wrap;
    gap: 15px 6px;
    margin: 0;
}
.hm-bnr-btm-form ul li {
    list-style: none;
    width: 20.07%;
    margin: 0;
    line-height: 0;
}
.hm-bnr-btm-form ul li input, .hm-bnr-btm-form ul li textarea {
    margin: 0px;
    width: 100% !important;
    color: #000000;
    outline: 0px;
    position: relative;
    font-family: 'Plus Jakarta Sans';
    font-weight: 400;
    background: #fff;
    line-height: 130% !important;
    font-size: 18px !important;
    padding: 23px 26px !important;
    transition: all 0.5s;
    display: block;
    letter-spacing: -0.72px;
    text-align: left;
    height: auto !important;
    border-radius: 10px;
    border: none;
}
.hm-bnr-btm-form ul li textarea {
    height: 70px !important;
    line-height: 130% !important;
    min-height: auto !important;
    resize: none;
}
.form-btn input {
    background-color: #0a84ff;
    border: none;
    outline: none;
    cursor: pointer;
    font-family: "Cal Sans", sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 1 !important;
    color: #fff;
    padding: 25px 32px;
    margin: 0;
    border-radius: 10px;
}
.form-btn input:hover
 {
    background-color: #fff;
    color: #0a84ff;
}

 
.hm-bnr-btm-form ul li input::placeholder, .hm-bnr-btm-form ul li textarea::placeholder {
    color: #000000;}
 
.hm-bnr-btm-form .hm-form-popup p {
    margin: 0;
    display: flex;
    justify-content: flex-start;
}
.form-btn p{
    margin: 0;
}
.hm-bnr-btm-form ul li p {
    margin: 0;
}
.form-btn .wpcf7-spinner {
    display: none !important;
}
 
.form-lst {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
 
.hm-bnr-btm-form .wpcf7 form.invalid .wpcf7-response-output {
    display: none;
}
.hm-bnr-btm-form .popuptext {
  display: none;
  color: #fff;
  background: #222;
  padding: 10px;
  margin-top: 10px;
  border-radius: 5px;
  width: 100%;
  display: block;
}
.hm-bnr-btm-form .popuptext.show {
  display: block;
}
 
/* Hidden by default */
 
.hm-bnr-btm-form .wpcf7-response-output {
    display: none;
}
 
.hm-bnr-btm-form .wpcf7-not-valid-tip {
        font-family: 'Plus Jakarta Sans';
    font-weight: 400;
    font-size: 12px;
    line-height: 1;
    letter-spacing: 0;
        position: absolute;
    bottom: 13px;
    right: 5px;
        color: #f30000;
        pointer-events: none;
   
}
 .hm-bnr-btm-form-sec {
    margin: -247px 0 0;
}
 
.hm-bnr-btm-form{
    padding: 45px 90px 65px;
    border-radius: 10px;
    position: relative;
    background-image: url(images/hm-lets-get-sec-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
}

.Rectangle_12 {
  background-color: rgb(13, 40, 59);
  position: absolute;
  left: 215px;
  top: 792px;
  width: 1490px;
  height: 262px;
  z-index: 113;
}

 
.hm-bnr-btm-form::before, .hm-bnr-btm-form::after {
    position: absolute;
    content: "";
    width: 15px;
    height: calc(100% + 10px);
    margin: auto;
    background-image: url(images/hm-banner-btm-form-border.webp);
    background-repeat: no-repeat;
    background-size: cover;
}
.hm-bnr-btm-form::before {
    top: 0;
    bottom: 0;
    left: 0px;
}
.hm-bnr-btm-form::after {
    top: 0;
    bottom: 0;
    right: 0;
    transform: rotate(180deg);
}
.hm-bnr-btm-form .text-heading{
    color: #fff;
    font-size: 60px;
    margin: 0 0 21px;
}
 
 
/* hm banner bottom form section end */
 
 
/* why edit the video section */
 
.hm-why-editvideo-sec {
    padding: 105px 0 220px;
    background-image: url(images/why-editvideo-sec-bg.webp);
    background-repeat: no-repeat;
    background-position:bottom center;
    background-size: cover;
}
 
.hm-why-editvideo-sec .text-heading {
    margin: 0 0 55px;
}
 
.hm-video-blk {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0 0 29px;
    gap: 50px;
}
 
.hm-video-itm {
    width: 30.9%;
    padding: 10px 25px 47px;
    border: 2px solid transparent;
    border-radius: 15px;
    position: relative;
    box-shadow: 0px 7px 35px 0px #ebf1f4;
    box-shadow: 0px 3px 24px 0px rgba(132, 132, 132, 0.11);
    outline: 1px solid #0d283b;
    outline-offset: -20px;
    background-color: #ffffff;
}
 
 
.hm-video-itm::before, .hm-video-itm::after {
    position: absolute;
    content: "";
    width: 190px;
    height: 1px;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #fff;
    z-index: 0;
}
.hm-video-itm::before {
    top: 17px;
}
.hm-video-itm::after {
    bottom: 17px;
}
 
.hm-video-itm:hover {
    box-shadow: 0px 7px 35px 0px rgba(10, 132, 255, 0.28);
}
.hm-video-itm:hover::after{
    display: none;
}
.hm-video-itm:hover::before{
position: absolute;
content: "";
width: 100%;
height: 100%;
bottom: 0;
left: 0;
right: 0;
margin: auto;
background: linear-gradient(180deg, rgba(23, 126, 210, 0) 0%, rgba(23, 126, 210, 0.07) 50%, rgba(23, 126, 210, 0.05) 100%);
}
 
.hm-video-img {
    margin: 0 auto 12px;
    width: 92px;
    position: relative;
}
.hm-video-itm h4 {
    color: #000000;
    font-size: 25px;
  font-family: 'Cal Sans';
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.2;
    margin: 0;
    text-align: center;
}
.hm-video-btn {
    text-align: center;
}
.hm-video-btn .cmn-btn {
    background-color: #0a84ff;
    border-radius: 10px;
}
.hm-video-btn .cmn-btn:hover {
    background-color: #072660;
    color: #fff;
}
.hm-video-itm:hover {
    border: 2px solid #0a84ff;
    outline: none;
}
 
.hm-video-img img {
    width: 100%;
    display: block;
}

 
 
/* home Our work tab section */
 
.hm-ourwork-sec {
    padding: 145px 0 132px;
    background-image: url(images/hm-our-work-sec-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
}
.hm-ourwork-sec .container {
    max-width: 1280px;
}
.hm-ourwork-sec .text-heading {
    margin: 0 0 21px;
}
.hm-tabing-blck.ourwork .tab-buttons {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin: 0 0 30px;
}
 
.hm-tabing-blck.ourwork .tab-buttons .tab-btn {
    font-family: 'Mona Sans';
    font-weight: 700;
    font-size: 20px;
    line-height: 1;
    letter-spacing: 0;
    color: #001621;
    text-transform: uppercase;
    background-color: #fbfdfe;
    border: 1px solid #92c2ea;
    border-radius: 15px;
    padding: 17px 45px 17px 68px;
    cursor: pointer;
    position: relative;
      box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.1);
}

.hm-tabing-blck.ourwork .tab-buttons .tab-btn:before {
    position: absolute;
    content: "";
    width: 17px;
    height: 17px;
    top: 0;
    bottom: 0;
    left: 45px;
    margin: auto;
    background-image: url(images/hm-tab-insta-iocn.webp);
    background-repeat: no-repeat;
    background-size: contain;
}
.hm-tabing-blck.ourwork .tab-buttons .tab-btn:nth-child(2)::before {
    background-image: url(images/hm-tab-youtube-iocn.webp);
    height: 15px;
    width: 22px;
    left: 40px;
}
.hm-tabing-blck.ourwork .tab-buttons .tab-btn:nth-child(3)::before {
        background-image: url(images/hm-tab-tiktok-iocn.webp);
        width: 16px;
        height: 18px;
}
.hm-tabing-blck.ourwork .tab-buttons .tab-btn:hover:before, .hm-tabing-blck.ourwork .tab-buttons .tab-btn.active:before{
       background-image: url(images/hm-tab-insta-iocn-hvr.webp);
}
.hm-tabing-blck.ourwork .tab-buttons .tab-btn:hover:nth-child(2)::before, .hm-tabing-blck.ourwork .tab-buttons .tab-btn.active:nth-child(2)::before {
    background-image: url(images/hm-tab-youtube-iocn-hvr.webp);
}
.hm-tabing-blck.ourwork .tab-buttons .tab-btn:hover:nth-child(3)::before, .hm-tabing-blck.ourwork .tab-buttons .tab-btn.active:nth-child(3)::before {
        background-image: url(images/hm-tab-tiktok-iocn-hvr.webp);
}
.hm-tabing-blck.ourwork .tab-buttons .tab-btn:hover, .hm-tabing-blck.ourwork .tab-buttons .tab-btn.active
 {
    color: #fff;
    background: linear-gradient(to bottom, #167acd 20%, #0a3d7d 90%);

}
 
.hm-ourwork-list {
    display: flex;
    justify-content: center;
    gap: 6px 18px;
    flex-wrap: wrap;
    padding: 0 10px;
}
.hm-ourwork-itm {
    width: 32.3%;
    border: 2px solid #0a84ff;
    border-radius: 30px;
    position: relative;
    overflow: hidden;
    background-image: -webkit-linear-gradient( -145deg, rgb(10,132,255) 0%, rgba(10,132,255,0) 100%);
    margin: 8px 0;
}
.hm-ourwork-itm:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(227deg, rgba(10, 132, 255, 0.5) 0%, rgba(10, 132, 255, 0.01) 50%, rgba(10, 132, 255, 0) 100%);
    top: 0;
    right: 0;
    pointer-events: none;
}
.hm-ourwork-itm::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
    background-image: url(images/hm-our-work-tab-bg.webp);
    pointer-events: none;
}
.hm-ourwork-itm:hover::after {
    background-image: url(images/hm-our-work-tab-bg-hvr.webp);
}
.hm-ourwork-itm:hover:before {
    display: none;
}
.hm-ourwork-itm-img img {
    width: 100%;
    display: block;
}
.hm-ourwork-itm h5 {
    font-family: 'Mona Sans';
    font-weight: 600;
    font-size: 22px;
    line-height: 1.5;
    color: #fff;
    margin: 0 auto;
    position: absolute;
    bottom: 90px;
    left: 0;
    right: 0;
    padding: 0 28px;
    text-transform: uppercase;
    z-index: 1;
}
.hm-ourwork-itm-link a {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 0;
    z-index: 99;
}
 
.tab-content {
    opacity: 0;
    visibility: hidden;
    height: 0;
    overflow: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease, height 0.3s ease;
}
.hm-ourwork-itm:hover {
    transform: rotate(-3deg);
}
 
 
.tab-content.active {
    opacity: 1;
    visibility: visible;
    height: auto;
    padding: 0;
    border: none;
    background-color: transparent;
}
 
/* scroll section */
.hm-scroll-sec {
    padding: 20px 0 0;
}
.hm-btm-scroll-sec {
    margin: -20px 0 0;
}
.scroll-container {
    display: flex;
    width: 100%;
    overflow: hidden;
    position: relative;
}
.scroll-list {
    display: flex;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0;
    width: max-content;
    animation: scrollLoop 70s linear infinite;
    animation-delay: 0s;
    will-change: transform;
}
.scroll-container ul li {
    margin: 0 16px;
    white-space: nowrap;
    padding-right: 75px;
    font-family: "Cal Sans", sans-serif;
    font-weight: 400;
    font-size: 100px;
    line-height: 1;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: transparent;
    -webkit-text-stroke: 1px #becad7;
    opacity: 0.8;
    position: relative;
}
 
.hm-btm-scroll-sec .scroll-container ul li {
      -webkit-text-stroke: 1px #177ed2;
}
 
 
.scroll-container ul li::after {
    position: absolute;
    content: "";
    width: 49px;
    height: 49px;
    background-image: url(images/hm-scroll-icon.webp);
    background-repeat: no-repeat;
    background-size: contain;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
 
/* Moves full set left */
@keyframes scrollLoop {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}
 
.hm-scroll-sec .container, .hm-btm-scroll-sec .container  {
    max-width: 100%;
}



/* testimoinals */


.hm-testi-sec {
    padding: 117px 0 150px;
    background-image: url(images/hm-testi-sec-bg-img.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}
.hm-testi-sec .container {
    max-width: 1280px;
}
.hm-test-btn {
    text-align: center;
    margin: 0 0 25px;
}
.hm-test-btn h6 {
  font-family: 'Inter Tight';
    font-weight: 600;
    font-size: 20px;
    line-height: 1;
    letter-spacing: 0;
    color: #000000;
    display: inline-block;
    padding: 12px 30px;
    background-color: rgb(23, 126, 210, 20%);
    border-radius: 10px;
    margin: 0;
}
.hm-testi-blck h2 {
    font-family: "Cal Sans", sans-serif;
    font-weight: 400;
    font-size: 75px;
    line-height: 1;
    letter-spacing: -2.25px;
    color: #000000;
    text-align: center;
    margin: 0 0 60px;
}
.hm-testi-lst {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.hm-testi-lft {
    width: 42.2%;
}
.hm-testi-rgt {
    width: 51.6%;
}
.hm-testi-lft-img {
    position: relative;
}
.hm-testi-cnt {
    border-radius: 10px;
    overflow: hidden;
}
.hm-testi-cnt img {
    width: 100%;
    display: block;
}
.hm-testi-anchr a {
    width: 77px;
    height: 77px;
    background-image: url(images/hm-testi-ply-btn.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    font-size: 0;
}
.hm-testi-lft-btn a {
      font-family: 'Inter Tight';
    font-weight: 600;
    font-size: 20px;
    line-height: 1;
    letter-spacing: 0;
    color: #ffffff;
    padding: 20px 45px;
    background-color: #177ed2;
    display: inline-block;
    border: 1px solid #04243e;
    border-radius: 15px;
}
.hm-testi-lft-btn a:hover {
    background-color: #ffffff;
    color: #177ed2;
}
.hm-testi-lft-btn {
    text-align: center;
    margin: -46px 0 0;
    position: relative;
}
.testi-item {
    position: relative;
    width: 100%;
    padding: 2px 0 110px;
    z-index: 0;
}
.testi-item .star-rat {
    width: 147px;
    height: 29px;
    background-image: url(images/hm-test-star-img.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin: 0 0 30px;
}
.testi-item h4 {
    font-family: "Cal Sans", sans-serif;
    font-weight: 400;
    font-size: 30px;
    line-height: 1;
    letter-spacing: 0;
    color: #000000;
    margin: 0 0 20px;
}
.testi-item p{
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 400;
    font-size: 19px;
    line-height: 1.78;
    letter-spacing: 0;
    color: #000000;
    margin: 0 0 15px;
}
.testi-item h5 {
    position: absolute;
    bottom: 55px;
    left: 0;
    padding: 0 0 0 135px;
    margin: 0;
    font-family: "Cal Sans", sans-serif;
    font-weight: 400;
    font-size: 36px;
    line-height: 1;
    letter-spacing: 0;
    color: #000000;
}
.testi-item h5::after {
    position: absolute;
    content: "";
    width: 107px;
    height: 92px;
    background-image: url(images/hm-testi-qoutes-img.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    box-shadow: 0px 14px 8px 0px rgba(0, 0, 0, 0.2);
    left: 10px;
    top: 0;
    margin: auto;
    border-radius: 10px;
}
.hm-testi-list.owl-carousel .owl-stage {
    padding: 0 0 30px 0px;
}
.hm-testi-list.owl-carousel .owl-nav {
    display: flex !important;
    justify-content: space-between;
    width: 100%;
    max-width: 110px;
    margin: auto;
    position: absolute;
    bottom: 40px;
    left: 160px;
    max-height: max-content;
    z-index: 1;
}
.hm-testi-list.owl-carousel .owl-nav::after{
    position: absolute;
    content: "";
    width: 1px;
    height: 42px;
    background-color: #072660;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.hm-testi-list.owl-carousel .owl-nav button {
    background-image: url(images/testi-prev-img.webp) !important;
    background-repeat: no-repeat !important;
    background-size: contain;
    width: 35px;
    height: 37px;
    font-size: 0 !important;
    transition: 0.5s;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}
.hm-testi-list.owl-carousel .owl-nav button.owl-prev {
    left: 0;
}
.hm-testi-list.owl-carousel .owl-nav button.owl-prev:hover {
    background-image: url(images/testi-prev-hvr-img.webp) !important;
}
.hm-testi-list.owl-carousel .owl-nav button.owl-next:hover {
    background-image: url(images/testi-next-hvr-img.webp) !important;
}
.hm-testi-list.owl-carousel .owl-nav button.owl-next {
    background-image: url(images/testi-next-img.webp) !important;
    right: 0;
}
.hm-test-tv {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 28.5%;
}
.hm-test-tv img {
    width: 100%;
    display: block;
}
