:root {
    --black-color:#000000; /** var(--black-color) **/
    --black-color1:#0D0F2C; /** var(--black-color1) **/
    --black-color2:#333B52; /** var(--black-color2) **/
    --white-color:#ffffff; /** var(--white-color) **/
    --primary-color:#3E57DA; /** var(--primary-color) **/
    --secondary-color:#3E57DA; /** var(--secondary-color) **/
    --dark-bg-color: #F2F4FD;
    --light-bg:#F5F8FF; /** var(--light-bg) **/
    --gray-color:#7B7979; /** var(--gray-color) **/
    --text-color:#656C86; /** var(--text-color) **/
    --bdr-color: #A6A7AB; /** var(--bdr-color) **/
    --bdr-color1: #D2D3D5; /** var(--bdr-color1) **/
    --light-blue-color: #EEF5FF;
    --light-color:#6B8080;
    --primary-font:"Basier Square", sans-serif; /**var(--primary-font) **/
}

@font-face {
  font-family: 'Basier Square';
  src: url('../fonts/BasierSquare-Regular.woff2') format('woff2'),
      url('../fonts/BasierSquare-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Basier Square';
  src: url('../fonts/BasierSquare-Medium.woff2') format('woff2'),
      url('../fonts/BasierSquare-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Basier Square';
  src: url('../fonts/BasierSquare-Bold.woff2') format('woff2'),
      url('../fonts/BasierSquare-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Basier Square';
  src: url('../fonts/BasierSquare-SemiBold.woff2') format('woff2'),
      url('../fonts/BasierSquare-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

/*Slick Slider Css Start*/
.slick-slider{position:relative;display:block; -webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y; touch-action:pan-y;-webkit-tap-highlight-color:transparent;}
.slick-list{position:relative; display:block; overflow:hidden; margin:0; padding:0; min-width: 100%;}
.slick-list.dragging{cursor: pointer;}
.slick-slider .slick-track, .slick-slider .slick-list {-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0);}
.slick-track {position:relative; top:0; left: 0;display: block; min-width: 100%;}
.slick-track:before, .slick-track:after {display:table; content:"";}
.slick-track:after {clear:both;}
.slick-loading .slick-track {visibility:hidden;}
.slick-slide{display:none; float:left; height:100%; min-height:0.063rem;}
.slick-initialized .slick-slide{display:block; list-style:none;}
.slick-loading .slick-slide{ visibility: hidden;}
.slick-vertical .slick-slide{display: block; height: auto; border:0.063rem solid transparent;}
.slick-arrow {display:block; position:absolute; top:50%; z-index:2; padding:0; width:36px; height:36px; text-align:center; font-size:0;background:#0d0f2c; border:0;cursor:pointer; opacity:1; outline:none; -moz-transition:all 0.4s ease 0s;-webkit-transition:all 0.4s ease 0s;transition:all 0.4s ease 0s;-webkit-transform:translate(0,-50%);-moz-transform:translate(0,-50%);transform:translate(0,-50%);-webkit-border-radius:100%;-moz-border-radius:100%;border-radius:100%;}
.slick-arrow.slick-prev {left:0;}
.slick-arrow.slick-next {right:0;}
.slick-arrow:after{display:block; content:"";position:absolute; left:11px; right:0; top:8px; bottom:0;-moz-transition:all 0.4s ease 0s;-webkit-transition:all 0.4s ease 0s;transition:all 0.4s ease 0s; background-repeat: no-repeat; background-position: center;width:16px;height: 20px;}
.slick-arrow.slick-prev:after {background-image:url(../images/slider-arrow-left.svg);left: 11px;}
.slick-arrow.slick-next:after {background-image:url(../images/slider-arrow-right.svg);}
.slick-arrow.slick-prev:hover:after{background-image:url(../images/slider-arrow-left.svg);}
.slick-arrow.slick-next:hover:after{background-image:url(../images/slider-arrow-right.svg);}
.slick-arrow:hover {opacity:1; outline:none; background:var(--primary-color);}
.slick-dots {display:block; margin:1rem 0 0; padding:0; text-align: center;}
.slick-dots li {margin:0; padding:0.3rem; list-style:none; display:inline-block; position: relative; cursor:pointer;}
.slick-dots li button {display:block; width:0.5rem; height:0.5rem; font-size:0; padding: 0; background:var(--secondary-color); position: relative; border:0; -webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%; cursor:pointer;}
.slick-dots li.slick-active button:focus, .slick-dots li.slick-active button:hover, .slick-dots li.slick-active button,
.slick-dots li button:focus, .slick-dots li button:hover{outline:none; box-shadow:none;background:var(--primary-color);}

/* ===== RESET ================================================== */
html, body {-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;height: 100%;}
hr{display:block; height:0.125rem; max-width:100%; border:0; border-top:0.125rem solid var(--black-color); margin:1.25rem 0; padding:0; opacity:1;}input, select{vertical-align:middle; margin:0;} ol, ul, li{list-style:none;}
html{-webkit-text-size-adjust:100%; -ms-text-size-adjust:100%;}
blockquote{padding:0 0 0 1.25rem;margin:2.3rem 0; position: relative; border-left:0.125rem solid var(--primary-color);}
blockquote,
blockquote p{font-size:1.5rem; line-height:2rem;color:var(--primary-color); font-weight:400;}

/* ===== GLOBAL ================================================== */
body{font-family:var(--primary-font); font-size:1.25rem; line-height:1.625rem; color:var(--secondary-color); overflow-x:hidden; padding:0; transition: all 0.4s ease; font-weight:400;}
:focus{text-decoration:none; outline:none;}
a{text-decoration:none; color:var(--secondary-color); outline:none; -moz-transition:all 0.4s ease 0s;-webkit-transition:all 0.4s ease 0s;transition:all 0.4s ease 0s;}
a:hover{text-decoration:none; color:var(--primary-color);}
a:focus{outline:0; outline: none;}
strong{font-weight:bold;}
figure{margin: 0;}

/* Ul Li & Ol Li CSS */
ul, ol {margin:0; padding:0;}
ul ul, ol ol, ul ol, ol ul{margin-top:0.938rem;}
ul li, ol li {margin:0;padding:0;font-size:1.25rem; line-height:1.625rem;color:var(--secondary-color);font-weight:400;}
li a {color:var(--black-color);}
.entry-content li a{text-decoration:underline;}
.entry-content li a:hover{text-decoration:none; color:var(--black-color);}
.entry-content ul, .entry-content ol {display:inline-block; padding:0; margin:0 0 1.8rem 0;}
.entry-content ul ol, .entry-content ol ul, .entry-content ul ul, .entry-content ol ol{display:block; margin-top:0.5rem;}
.entry-content ul li{list-style:none; padding:0 0 0 1.313rem; margin:0 0 0.625rem 0; position: relative;}
.entry-content ul li:last-child{margin-bottom:0;}
.entry-content ul li:before{display: block; content: ""; width:0.375rem; height:0.375rem;background:var(--black-color); position: absolute; left:0.313rem; top:0.66rem; border-radius:100%;}
.entry-content ul li li:before {border: 0.063rem solid var(--black-color);background:var(--white-color); top:0.75rem;}
.entry-content ol{margin-left:1.25rem;}
.entry-content ol li {list-style-type:decimal; list-style-image:none; list-style-position:outside; margin:0 0 0.375rem 0;}
.entry-content ul, .entry-content ol{display:inherit;}

h1, h2, h3, h4, h5, h6{font-weight:normal; color:var(--black-color); font-family:var(--primary-font); line-height:1; letter-spacing:0; margin:0 0 0.938rem;}
.h1, h1{font-size:3.25rem;line-height:5rem;font-weight:500;}
.h2, h2{font-size:3.125rem;line-height:3.523rem;font-weight:500;}
.h3, h3{font-size:2.8rem;line-height: 3rem;font-weight:500;;}
h4{font-size:1.875rem;font-weight:500;}
h5{font-size:1.375rem;}
h6{font-size:1.25rem;}

.font-16-reg{font-size: 16px;line-height: 20px;font-weight: 400;}
.font-18-reg{font-size: 18px;line-height: 22px;font-weight: 400;}
.font-20-reg{font-size: 20px;line-height: 24px;font-weight: 400;}
.font-16-med{font-size: 16px;line-height: 20px;font-weight: 500;}
.font-18-med{font-size: 18px;line-height: 22px;font-weight: 500;}
.font-20-med{font-size: 20px;line-height: 24px;font-weight: 500;}
.font-16-semib{font-size: 16px;line-height: 20px;font-weight: 600;}
.font-18-semib{font-size: 18px;line-height: 22px;font-weight: 600;}
.font-20-semib{font-size: 20px;line-height: 24px;font-weight: 600;}

p{font-family:var(--primary-font); font-size:1.125rem; line-height:1.5rem; color:var(--black-color2); font-weight:400; letter-spacing:0; margin:0 0 0.9rem;}
img{max-width:100%; height:auto; border:none; outline:none;}

section *:last-child{margin-bottom:0;}
.wrapper{padding:0 0 0 0;}
.inr-wrapper{padding:6.5rem 0 0 0;}
/*.home .wrapper{padding:0;}*/
.container{max-width:83rem;width:100%; padding:0 1.25rem;}
.img-cover{width:100%;}
.img-cover iframe,
.img-cover video,
.img-cover img{width:100% !important;height:100% !important;max-width:100% !important; max-height:100% !important; object-fit: cover; object-position: center; transition:all 0.4s ease-in-out; display: block;}
img.alignleft {float: left; margin:0 1rem 1rem 0;max-width:39.25rem; width:100%; height: auto;}
img.alignright {float: right; margin:0 0 1rem 1rem; max-width:39.25rem; width:100%; height: auto;}
img.alignnone, img.aligncenter{margin:1.5rem auto;display: block;}
.transition-all{-moz-transition:all 0.4s ease;-webkit-transition:all 0.4s ease;transition:all 0.4s ease;}

table tr th{font-weight:500}
table{border-bottom:0.063rem solid var(--bdr-color1);}
table tr td, table tr th{font-size:1.125rem; line-height:normal; padding:0.72rem 0.438rem;border-top:0.063rem solid var(--bdr-color1);}

/*Form Input Field*/
input, textarea, select {background:var(--white-color); border:0.063rem solid #EEEEEE!important; width:100%; text-align:left; padding:0.8rem 0.938rem; margin:0; font-size:1rem; color:var(--black-color1); font-weight:400;line-height:normal; font-family:var(--primary-font) !important; height:3rem; outline:none; -webkit-border-radius:0.625rem;-moz-border-radius:0.625rem;border-radius:0.625rem; box-shadow:none !important;outline:none; letter-spacing:0; transition: all 0.4s ease;}
input[type="button"], input[type="submit"] {cursor:pointer; width:auto; height:auto;}
input[type="checkbox"], input[type="radio"] {border:none; width:auto; height:auto;}
textarea {vertical-align:middle; resize:none;height:6.25rem; padding:1rem;}
::-webkit-input-placeholder{color:var(--bdr-color); opacity:1;}
:-moz-placeholder{color:var(--bdr-color); opacity:1;} /* Firefox 18- */
::-moz-placeholder{color:var(--bdr-color); opacity:1;} /* Firefox 19+ */
:-ms-input-placeholder{color:var(--bdr-color); opacity:1;}
.select-box{display:block; width:100%; background:#fff; border:0; line-height:2.5rem; position:relative; cursor:pointer;}
.select-box:after {position:absolute; content:""; background:url(../images/dropdown-icon.svg) no-repeat center; right:1.25rem;top:50%; transform: translate(0, -50%); z-index:1; width:0.625rem; height:0.375rem;}
.select-box select {line-height:2.375rem; display:block; width:100%; padding:0 2.5rem 0 1rem; background:transparent; -webkit-appearance: none; -moz-appearance: none; -ms-appearance: none; -o-appearance:none; position:relative; z-index:2; cursor:pointer;}
.select-box select optgroup,
.select-box select option {background:var(--light-bg); color:var(--secondary-color); padding:4px 10px;}
.select-box select optgroup{color:rgb(166 167 171 / 50%); font-weight:400;}
body .field {margin-bottom: 2.188rem;display: block;}
label{font-size:1.125rem; line-height:1.2rem; display: block;margin-bottom:0.8rem; letter-spacing:0rem;color: var(--black-color);}
.field .label{font-size:0.875rem; line-height:1; display: block;margin-bottom:0.438rem; letter-spacing:0.063rem;}
.field .label span{color:#FF2424;}

.radio-btn,
.checkbox-btn{position: relative; line-height:1;}
.checkbox-btn + .radio-btn,
.radio-btn + .checkbox-btn,
.radio-btn + .radio-btn,
.checkbox-btn + .checkbox-btn{margin-top:1.875rem;}
.radio-btn label,
.checkbox-btn label{padding-left:2.063rem; position: relative; font-size:1rem; color:var(--secondary-color); line-height:normal; cursor: pointer;}
.radio-btn label a,
.checkbox-btn label a{text-decoration: underline;}
.radio-btn label a:hover,
.checkbox-btn label a:hover{text-decoration: none;color:var(--primary-color);}
.radio-btn input,
.checkbox-btn input{opacity:0; position: absolute;}
.radio-btn label:before,
.checkbox-btn label:before{content:""; width:1.25rem; height:1.25rem; border:0.063rem solid var(--bdr-color);position: absolute;left:0; top:0; border-radius:100%; transition: all 0.4s ease;}
.radio-btn label:after{content:""; width:0.625rem; height:0.625rem;left:0.313rem; top:0.313rem; border-radius:100%; background:var(--black-color);transition: all 0.4s ease;opacity:0;display: block; position: absolute;}
.checkbox-btn label:after{content:""; width:1.125rem; height:1.125rem;left:0.063rem; top:0.063rem; background:url(../images/check-icon.png) no-repeat center;background-size:100% auto; transition: all 0.4s ease;opacity:0;display: block; position: absolute;}
.checkbox-btn input:checked+label:before,
.radio-btn input:checked+label:before{border-color:var(--black-color);}
.checkbox-btn input:checked+label:after,
.radio-btn input:checked+label:after{opacity:1;}
.checkbox-btn label:before{border-radius:0;}

.btn[disabled],
.button, .btn {display:inline-block; padding:0 1.5rem;background:var(--primary-color); border:0; color:var(--white-color); text-transform:none; font-size:1.125rem;
    line-height:2.8rem; height:2.8rem;font-weight:400;font-family:var(--primary-font); cursor:pointer; letter-spacing:0.01rem; text-align:center;
    -webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;box-shadow:none !important; position: relative; -moz-transition:all 0.4s ease;
    -webkit-transition:all 0.4s ease;transition:all 0.4s ease;}
.btn[disabled]:hover, .btn[disabled]:focus, .btn[disabled]:active,
.button:hover, .btn:hover,
.button:focus, .btn:focus,
.button:active, .btn:active{color:var(--primary-color); background: var(--white-color);}
.btn-white-outline{background:none; border:0.125rem solid var(--white-color); line-height:2.775rem;height: 3rem;}
.btn-white-outline:hover, .btn-white-outline:focus, .btn-white-outline:active{background:var(--white-color);color:var(--secondary-color);}
.btn-white-outline svg{margin-left: 10px;}
.btn-white-outline:hover svg path{fill:#0E8181;}

.btn-primary{background:var(--white-color); border:0 solid var(--white-color);color:var(--secondary-color);}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active{background:var(--secondary-color)!important;color:var(--white-color)!important;}

.btn-blue{background:var(--primary-color); border:0 solid var(--primary-color);color:var(--white-color);}
.btn-blue:hover, .btn-blue:focus, .btn-blue:active, .btn-blue:focus-visible, :not(.btn-check)+.btn-blue:active{background:var(--black-color1)!important;color:var(--white-color)!important;}
.btn-blue svg{margin-left: 10px;}
.btn-blue:hover svg path{fill:var(--white-color);}

.btn-blue-outline{background:none; border:0.125rem solid var(--secondary-color); line-height:2.775rem;height: 3rem;color:var(--secondary-color);}
.btn-blue-outline:hover, .btn-blue-outline:focus, .btn-blue-outline:active{background:var(--secondary-color);color:var(--white-color);}
.btn-blue-outline svg{margin-left: 10px;}
.btn-blue-outline:hover svg path{fill:#fff;}

.orange-clr{color: var(--primary-color)!important;}
.btn-grey{background:var(--gray-color); border:0 solid var(--gray-color);}
.btn-grey:hover, .btn-grey:focus, .btn-grey:active{background:var(--secondary-color);color:var(--white-color);}
.clr-platinum{color:#F89F6D;}
.clr-silver{color:#88E7ED;}
.clr-gold{color:#FDD017;}

.form-group label{margin-bottom: 0.5rem;}
input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color:var(--light-color)!important; opacity:1!important;
}
input::-moz-placeholder { /* Firefox 19+ */
  color:var(--light-color)!important; opacity:1!important;
}
input:-ms-input-placeholder { /* IE 10+ */
  color: var(--light-color);
}
input:-moz-placeholder { /* Firefox 18- */
  color: var(--light-color)!important; opacity:1!important;
}
input::placeholder{ /* Firefox 19+ */
  color:var(--light-color)!important; opacity:1!important;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  transition: background-color 9999s ease-in-out 0s;
}
.text-danger.errors{font-size: 16px;}

/*========= Mobile Menu STYLE End ===========*/
/*Mobile Menu Css Start*/
.mobi-iconbox{display:none; cursor:pointer; width:20px;/*height:32px; position:fixed; right:15px; top:25px;*/ z-index:40; -webkit-transition:all 0.4s ease 0s;-moz-transition:all 0.4s ease 0s;transition:all 0.4s ease 0s;}
.menuicon{display:block; width:20px; cursor:pointer; position:relative;margin:0 auto; /* position:absolute; left:0; right:0; top:50%; -webkit-transform:translate(0,-50%); -moz-transform:translate(0,-50%); transform:translate(0,-50%);*/ -moz-transition:all 0.4s ease 0s; -webkit-transition:all 0.4s ease 0s; transition:all 0.4s ease 0s;}
.opened .menuicon {width:20px;}
.menuicon .icon-bar {display:block; width:100%; height:2px; background:var(--primary-color); position:relative; -webkit-transition:all 0.4s ease 0s;-moz-transition:all 0.4s ease 0s;transition:all 0.4s ease 0s;}
.menuicon .icon-bar + .icon-bar {margin-top:5px;}
.opened .icon-bar {background:var(--primary-color);}
.opened .top-icon-bar {transform-origin:0 50% 0; transform:rotate(45deg); -moz-transform:rotate(45deg); -webkit-transform:rotate(45deg);}
.opened .middle-icon-bar {opacity:0;}
.opened .bottom-icon-bar {transform-origin:0 50% 0; transform:rotate(-45deg); -moz-transform:rotate(-45deg); -webkit-transform:rotate(-45deg);}
.opened.mobi-iconbox:after {color:#fff;}

/*========= Mobile Menu STYLE Start ===========*/
body.mobile-menu-open{overflow:hidden;}
.menu-open-overlay{ position:fixed; top:0; left:0; width:100%; bottom:0; background-color:rgba(0,0,0,0.4); display:none; z-index:12;}
.mobile-menu-open .menu-open-overlay{display:block; }
.mobile-menu-block {background:#fff; bottom:0; color:#333; position:fixed; z-index:14; left:-350px; top:0; padding:0; transition:left 0.2s ease 0s; width: 300px; z-index:999; font-size:14px; overflow:auto;opacity: 0;}
.mobile-menu-open .mobile-menu-block{left:0;opacity: 1;}
.mobile-menu-inner{height:100%; overflow:auto; padding:20px;}
.mobile-nav ul{ margin: 0; list-style: none; }
.mobile-nav li {color:#222; font-weight:500; font-size:15px; line-height:normal; position:relative; text-transform:none; border-bottom: 1px solid rgba(0,0,0,0.05);}
.mobile-nav ul li a{display:block; color:#222; font-size:15px; font-weight:500; line-height:normal; text-transform:none; letter-spacing:0.025em; padding:12px 0;}
.mobile-nav ul li.menu-item-type-custom.current-menu-item:hover a,
.mobile-nav ul li.active a:hover, .mobile-nav ul li.active a,
.mobile-nav ul li a:hover, .mobile-nav ul li a:focus{color:var(--primary-color);}
.mobile-nav ul li.menu-item-has-children a{padding-right:40px;}
.mobile-nav li li {border:none;}
.mobile-nav li li a {color:#333; font-size:14px; font-weight:400; text-transform:none; padding:5px 15px;}
.mobile-nav ul li.btn-item.menu-item{margin-top: 15px;}
.mobile-nav ul li.btn-item.menu-item a {padding: 0 20px !important;border: solid 1px var(--primary-color);background: var(--primary-color);
    color: var(--white-color);font-weight: 500;transition: all ease 0.5s !important;border-radius: 100px;  line-height: 40px;text-align: center;}
.mobile-nav ul li.btn-item.menu-item a:hover {border-color: var(--primary-color); background: var(--white-color); color: var(--primary-color);}

/** Header Start **/
.header{z-index:99;position: fixed;left: 0;right: 0;top: 0;width: 100%;padding:1rem 0;
 -moz-transition:all 0.4s ease 0s;-webkit-transition:all 0.4s ease 0s;transition:all 0.4s ease 0s;}
.header .logo{width:auto; position:relative; z-index:2; -moz-transition:all 0.4s ease 0s;-webkit-transition:all 0.4s ease 0s;transition:all 0.4s ease 0s;}
.header .logo a{display:block; position:relative; z-index:1; width: 100%; max-width:231px; transition: all ease 0.5s;}
.header .logo a span{display:block; width:100%;}
.header .logo a img{display:block; margin:0 auto; width: 100%; height: 80px; -moz-transition:all 0.4s ease 0s;-webkit-transition:all 0.4s ease 0s;transition:all 0.4s ease 0s;}
.navigation-wrapper, .trn-wrapper{display: flex;}
.header-top-menu ul li{line-height:1;}
.header-top-menu ul li + li{margin-left:3.313rem;}
.header-top-menu ul li a{font-size:1rem;line-height:normal;font-weight:500;font-family:var(--primary-font); color:var(--black-color); letter-spacing:1px;
    position: relative; padding:0rem;overflow: hidden;display: block; text-transform: none;}
.single-commercial .header-top-menu ul li.project-menu>a,
.header-top-menu ul li.active>a,
.header-top-menu ul li:hover>a {color: var(--primary-color);}
.header-fixed .header{padding: 0.6rem 0;box-shadow: 0 2px 8px rgba(0, 0, 0, 0.07); -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.07);-moz-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.07);background: rgba(255, 255, 255, 1);}

.navbar_cta-container.mob-cta-nav{display: none;}
.navbar_cta-container{display: flex;flex-direction: row;align-items: center; gap: 15px;}
.navbar_cta-container a{font-size:1.125rem;line-height:2rem; letter-spacing:0px; color:var(--text-color);font-weight: normal; text-transform: none;}
.navbar_cta-container a:hover{color:var(--primary-color);}
.divider[vertical="true"] {max-width: 1px !important;width: 1px !important;height: auto !important;min-height: 100% !important;background: #ccc;}
.height-1-25rem {height: 1.25rem;}
.navbar_cta-container .buttonwrapper a{display: flex;align-items: center;justify-content: center;color:var(--white-color);}
.navbar_cta-container .buttonwrapper a:active{background-color:var(--black-color1);color: var(--white-color);border:0;}

.trn-wrapper{margin: 0 0 0 30px;}
.top-right-nav {align-items: center;flex-wrap: wrap; justify-content: flex-end;}
.top-right-nav > ul{display: flex;flex-wrap: wrap;align-items: center;}
.top-right-nav > ul li.menu-item + .menu-item {margin-left:30px;}
.top-right-nav > ul li.menu-item > a {display: block; margin: 0 !important; font-size:1rem;line-height:2rem; letter-spacing:1px; color:var(--black-color);
 font-family: var(--primary-font); font-weight: 400; text-transform: none;}
.top-right-nav > ul li.menu-item > a .menu-title-text:after {border-color: var(--primary-color) !important;}
.top-right-nav > ul li.menu-item.current-menu-item > a,
.top-right-nav > ul li.menu-item > a:hover,
.top-right-nav > ul li.menu-item > a:focus,
.top-right-nav > ul li.menu-item > a:active,
.top-right-nav > ul li.menu-item:hover > a,
.top-right-nav > ul li.menu-item.active > a {color: var(--primary-color);}
.top-right-nav > ul li.btn-item.menu-item a {padding:3px 22px !important;border: solid 1px var(--primary-color);background: var(--primary-color);
    color: var(--white-color);font-weight: 400; font-size:1rem;line-height:2rem; transition: all ease 0.5s !important;border-radius:4px;letter-spacing:1px; }
.top-right-nav > ul li.btn-item.menu-item a .menu-title-text:after {display: none !important;}
.top-right-nav > ul li.btn-item.menu-item a:hover {border-color: var(--primary-color); background: var(--white-color); color: var(--primary-color);}
 .top-right-nav > ul > .menu-item > .sub-menu > .menu-item a:hover,
 .top-right-nav > ul > .menu-item > .sub-menu > .menu-item a:focus,
 .top-right-nav > ul > .menu-item > .sub-menu > .menu-item a:active,
 .top-right-nav > ul > .menu-item > .sub-menu > .menu-item.current-menu-item a,
 .top-right-nav > ul > .menu-item > .sub-menu > .menu-item.current_page_item a {background: var(--primary-color) !important; color: var(--white-color);}
 .top-right-nav > ul > .menu-item.profile-menu a.prof-menu-inr{color: var(--primary-color);font-size: 16px;line-height: 20px;font-weight:500;display: flex;align-items: center;}
 .top-right-nav > ul > .menu-item.profile-menu a.prof-menu-inr figure{margin:0 10px 0 0;}
 .top-right-nav > ul > .menu-item.profile-menu a.prof-menu-inr figure.img-cover{width: 60px;height: 60px;border-radius:100px;}
 .top-right-nav > ul > .menu-item.profile-menu a.prof-menu-inr figure.img-cover img{border-radius:100px;}
.top-right-nav > ul > .menu-item.profile-menu .dropdown .dropdown-menu{padding:0;border: 0;}
 .top-right-nav > ul > .menu-item.profile-menu .dropdown .dropdown-menu li a{padding: 10px 15px;font-size: 16px;line-height: 20px; font-weight: 400;}
.top-right-nav > ul > .menu-item.profile-menu .dropdown .dropdown-menu {border-radius: 6px; background: #fbfbfb;margin: 11px 0 0 0;border: 0;min-width: 190px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, .08);
    -moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, .08);
    -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, .08);}
.top-right-nav > ul > .menu-item.profile-menu .dropdown .dropdown-menu[data-bs-popper]{left: inherit;right: 0;}
.top-right-nav > ul > .menu-item.profile-menu .dropdown .dropdown-menu li a {border-radius: 0;background: transparent;padding: 10px 15px;font-size: 16px;line-height: 20px; font-weight: 400;}
.top-right-nav > ul > .menu-item.profile-menu .dropdown .dropdown-menu li a:hover {background: #a1aeb5;color: var(--white-color);}
.top-right-nav > ul > .menu-item.profile-menu .dropdown .dropdown-menu li:first-child a,
.top-right-nav > ul > .menu-item.profile-menu .dropdown .dropdown-menu li:first-child a:hover {border-radius: 6px 6px 0 0;}
.top-right-nav > ul > .menu-item.profile-menu .dropdown .dropdown-menu li:last-child a,
.top-right-nav > ul > .menu-item.profile-menu .dropdown .dropdown-menu li:last-child a:hover {border-radius: 0 0 6px 6px;}
.menu-sec {display: flex;flex-direction: row;align-items: center;}

#menu{position: relative;}
.menu-item {position: relative;display: inline-block;}
.menu-item + .menu-item {margin-left: 1.4rem;}
.menu-link {display: flex;justify-content: center;align-items: center;column-gap: 0.25rem;font-family: inherit;font-size: 1.125rem;line-height: 2rem;cursor: pointer;text-transform: capitalize;color:var(--text-color);transition: all 0.3s ease-in-out;font-family: var(--primary-font);letter-spacing: 0px;}
.menu-link > i.bx {font-size: 1.35rem;line-height: 1.5;color: inherit;}
.menu-link:hover {outline: none;color:var(--primary-color);}
/* .btn-item.menu-item {margin-right:0rem;} */
.btn-item.menu-item a {padding:10px 22px !important;border: solid 1px var(--primary-color);background: var(--primary-color);color: var(--white-color);font-weight: 400; font-size:1rem;line-height:2rem; transition: all ease 0.5s !important;border-radius:4px;letter-spacing:1px; }.btn-item.menu-item a:hover {border-color: var(--primary-color); background: var(--white-color); color: var(--primary-color);}
.submenu {position: absolute;top:0rem;left: -2rem;min-width: 13rem;height: auto;padding:1rem 1rem;opacity: 0;visibility: hidden;transform: translateY(1rem);border-radius: 0 0 0.25rem 0.25rem;border-top: 2px solid var(--primary-color);box-shadow:0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);background-color:white;transition: all 0.3s ease-in-out;margin:40px 0 0 0;z-index: 9999;}
.submenu-item {display: block;margin-bottom: 0.75rem;}
.submenu-link {font-family: var(--primary-font);font-size: 1rem;font-weight:400;line-height: 2rem;cursor: pointer;color: #060709;transition: all 0.35s ease;}
.submenu-link:hover {outline: none;color:var(--primary-color);}
.burger {position: relative;display: none;cursor: pointer;user-select: none;width: 1.6rem;height: 1.15rem;opacity: 0;visibility: hidden;background: transparent;}
.burger-line {position: absolute;display: block;right: 0;width: 100%;height: 2.1px;opacity: 1;border: none;outline: none;border-radius: 1rem;background:var(--primary-color);}
.burger-line:nth-child(1) {top: 0px;}
.burger-line:nth-child(2) {top: 0.5rem;width: 70%;}
.burger-line:nth-child(3) {top: 1rem;}
.overlay {position: fixed;top: 0;left: 0;height: 100%;width: 100%;z-index: 9;opacity: 0;visibility: hidden;transition: all 0.35s ease-in-out;background-color: rgba(0, 0, 0, 0.65);}
.menu-item.active a,.menu-item.current a{color:var(--primary-color);}
.btn-item.menu-item.active a{color:var(--white-color);}
.btn-item.menu-item.active a:hover{color: var(--primary-color);}
.menu-item.menu-dropdown a.menu-link{position: relative;}
.menu-item.menu-dropdown a.menu-link span{margin-top:0px}
.menu-item.menu-dropdown a.menu-link:hover span svg path{stroke:var(--primary-color)}

/* .menu-item.menu-dropdown a.menu-link::after {content: "";display: block;background: #505d68;position: absolute;display: block;height: 8px;width: 8px;border-bottom: 1px solid #333;border-left: 1px solid #333;position: absolute;-webkit-transform: rotate(-45deg);-o-transform: rotate(-45deg);transform: rotate(-45deg);top:12px;right:-15px;cursor: pointer;background-color: transparent;-o-transition: .4s ease-in;-webkit-transition: .4s ease-in;transition: .4s ease-in;}
.menu-item.menu-dropdown.active a.menu-link::after {-webkit-transform: rotate(-224deg);-o-transform: rotate(-224deg);transform: rotate(-224deg);} */

.submenu.services-menu{width:250px;left: 0rem;}
.submenu.demo-menu{width:250px;left: 0rem;}
.submenu.services-menu .submenu-item, .submenu.demo-menu .submenu-item{display: inline-block;width:100%;}
.submenu .submenu-item a{font-size: 1.125rem;line-height: 2rem;color:var(--text-color);}
.submenu .submenu-item a:hover{color:var(--primary-color);}

/** Hero Section Start **/
.hero-section{padding:8.75rem 0 0 0;background: url(../images/hero-bg.webp);height: auto;position: relative;z-index: 0;}
.hero-section h1{margin-bottom:1.25rem;color:var(--black-color1);}
.hero-section span{font-size:1.125rem;font-weight:300;line-height: 1.575rem;color: var(--white-color);margin-bottom:1.25rem;}
.hero-section p{margin-bottom:1.875rem;}
.home-hero-content{padding-top:1.125rem;max-width: 90%;text-align: center;margin:0 auto;}
.hero-section .container{z-index:4;}

.hero-img-layout {grid-column-gap: 1rem;grid-row-gap: 0px;grid-template-rows: auto auto;grid-template-columns:1.25fr 1fr;grid-auto-columns: 1fr;width: 100%;padding: 0 0 60px;display: grid;margin: 60px 0 0 0;}
.hero-img-layout-left {grid-column-gap: 1rem;grid-row-gap: 1rem;column-count: 2;grid-template-rows: auto;grid-template-columns: 1fr;grid-auto-columns: 1fr;align-self: flex-start;column-gap: 1.5rem;width: 100%;margin-top: 0%;display: grid;}
.hero-img-layout-left2{grid-column-gap: 1rem;grid-row-gap: 1rem;column-count: 2;grid-template-rows: auto;grid-template-columns: 1.2fr 1fr;grid-auto-columns: 1fr;align-self: flex-start;column-gap: 1.5rem;width: 100%;margin-top: 0%;display: grid;}
.hero-img-layout-left1 {grid-column-gap: 1rem;grid-row-gap: 1rem;column-count: 2;grid-template-rows: auto;grid-template-columns: 1fr;grid-auto-columns: 1fr;align-self: flex-start;column-gap: 1.5rem;width: 100%;margin-top: 0%;display: grid;}
.hero-img-layout-right{grid-column-gap: 1rem;grid-row-gap: 1rem;column-count: 2;grid-template-rows: auto;grid-template-columns:1fr;grid-auto-columns: 1fr;align-self: center;column-gap: 1.5rem;width: 100%;height: 100%;margin-top: 0%;display: grid;}
.hero-img-layout-btm{grid-column-gap: 1rem;grid-row-gap: 1rem;column-count: 2;grid-template-rows: auto;grid-template-columns: 1fr 1fr;grid-auto-columns: 1fr;align-self: flex-start;column-gap: 1.5rem;width: 100%;margin-top: 0%;display: grid;}

/** Home Section 1 Start **/
.home-product-section{padding:0 0 5rem;}
.home-product-section.even .row{display: flex;flex-direction: row-reverse;}
.home-product-heading{padding: 5rem 0 0 0;}
.product-img{background:var(--light-bg);padding: 15px 20px;border-radius: 10px; box-shadow: 0px 6px 30px -10px rgba(0, 0, 0, .2);}
.product-content .product-content-heading{display: flex;flex-direction: column;gap:6px; margin-bottom: 1rem!important;justify-content: flex-start;align-items: flex-start;}
.product-content .product-content-heading h3{margin-bottom:0.9rem;color: var(--black-color);}
.product-content .product-content-heading p{text-align: left;margin: 0;}
.product-content p.bullet{position: relative;padding: 0 0 0 20px;margin: 0 0 6px;color: var(--black-color1);}
.product-content p.bullet::before{position: absolute;background: var(--black-color1);width: 10px;height: 10px;content:"";top:7px;left: 0;border-radius: 3px;}

/** Home Section 2 Start **/
.home-section1 {background: url(../images/home-benefit-bg.webp) no-repeat center 0;padding: 5rem 0 3rem;text-align: center;}
.home-section1 .services_box {background: var(--dark-bg-color);border-radius: 10px;margin: 0 0 30px;box-shadow: none;transition: all 0.3s linear 0s;height: calc(100% - 30px);
  border: 1px solid  var(--dark-bg-color);padding: 1.875rem 1.875rem;display: flex; gap: 0.9rem;flex-direction: column;position: relative;}
.home-section1 .services_box:hover {background:#dce6ff;transition: all ease 0.5s !important;}
.home-section1 .services_box h3.title {max-width: 100%;margin: 0 0 0 0px;font-size: 1.875rem;line-height:2rem;font-weight: 500; color: var(--black-color1);}
.home-section1 .services_title img {width: 60px;height: 60px;}
.home-section1 .services_title {display: flex;gap: 1.2rem;min-height: 100px;flex-direction: column;}
.home-section1 .services_box p {margin: 0;line-height: 1.1.6rem;}

/** Testimoniyal Section Start **/
.testimoniyal_sec{padding:5rem 0 0 0;}
.testimoniyal_box{background:var(--white-color);border-radius:10px;padding:30px;display: flex;flex-direction: column;gap:20px;border: 1px solid #325299;box-shadow: 0px 6px 20px 0px rgba(20, 39, 100, 0.2);min-height: 275px;}
.testimoniyal_box p{font-size: 1.1rem;font-weight:400;line-height: 1.8rem;color: var(--black-color1);margin-bottom: 0;word-wrap: break-word;}
.testimoniyal_box_content{padding:0rem 0 0 0;}
.client-info{display: flex;flex-direction: column;gap:0px;}
.client-info h4{font-size:1.25rem;font-weight:600;line-height: 1.8rem;color: var(--black-color1);margin: 0;word-wrap: break-word;}
.rating-icon {color: orange;}

/** Letstalk Sec Start **/
.gst-cta-sec{padding: 5rem 0;}
.gst-cta-bg {display: flex;flex-direction: row;justify-content:space-between;align-items: center;padding:1.875rem;height:200px;position: relative;
  background:#31356D;margin:0rem auto;border-radius:16px;max-width:73.5rem;gap: 40px; overflow: hidden;}
.gst-cta-content h3 {font-style: normal;font-weight:500;font-size:3.125rem;line-height:3.5rem;letter-spacing: 0;color: #fff;text-align: left;margin:0;}
.gst-cta-content{margin: 0;display: flex;flex-direction: column;max-width: 680px;gap:10px;}
.gst-cta-content p{color: var(--white-color);margin: 0;}
.gst-cta-bg::after{position:absolute; content:""; background:#494E9A; right:-130px;top:50%; transform: translate(0, -50%); z-index:0; width:547px; height:494px;
border-radius: 100%;}
.gst-link{position: relative;z-index: 1;color: var(--white-color);font-size: 1.125rem;line-height: 2rem;letter-spacing: 0px;font-weight:400;display: flex;gap:10px;    align-items: center;transform:translate(-50%, 0);border-radius: 10px;padding:0.5rem 1rem;}
.gst-link:hover{color: var(--black-color1);background: #fff;}
.gst-link:hover svg path{fill: var(--black-color1);}

/** Faq Sec Start **/
.faqs-section{background:url(../images/faqbg.webp) no-repeat center 0;padding:5rem 0;margin:0;}
.faqs-section .heading-title h3{color:#fff;}
.faqs-section .heading-title{margin: 0 1.5rem 0 0 !important;}
.faqs-section .row{display:flex; align-items: center;}
.accordion-flush .accordion-item{border: 1px solid #D3E7E7;background: #FCFEFE;border-radius: 8px;margin: 0 0 10px;}
.accordion-button{padding: 1.25rem;font-size: 1.25rem; line-height: 1.25rem;color: var(--black-color1);font-weight: 500;border-radius: 8px;display: flex;
  justify-content: space-between;}
.accordion-flush .accordion-item:first-child{border-top: 1px solid #D3E7E7;}
.accordion-flush .accordion-item:last-child{border-bottom: 1px solid #D3E7E7;}
.accordion-flush .accordion-item .accordion-button, .accordion-flush .accordion-item .accordion-button.collapsed{border-radius: 8px;}
.accordion-button:not(.collapsed){background: transparent;border:0; box-shadow: none;color:var(--black-color1);}
.accordion-button:focus{background: transparent;border:0; box-shadow: none;color:var(--black-color1);}
.accordion-body{padding-top: 0;font-weight:400;font-size: 1.1rem; line-height: 1.4rem;letter-spacing: 0;color:var(--black-color1);}
.accordion-button::after{display: none;}
.accordion-button:not(.collapsed)::after{display: none;}
.accordion-button span{width: 90%;}
.accordion-button figure{background: url(../images/faq-arrow.svg) no-repeat 0 0;width:20px;height: 16px;transition: transform .2s;}
.accordion-button:not(.collapsed) figure{transform: rotate(270deg);transition: transform .2s;}

/** Blog Section Start **/
.blog-section{padding:5rem 0;}
.blog-section .blog-box{position: relative;border: 0;background:var(--white-color);border-radius: 8px;border-radius: 8px;border:0px;transition: all 0.3s linear 0s;
width: 100%;}
.blog-section .blog-box figure{margin: 0;height:300px;}
.blog-section .blog-box figure img{border-radius: 8px;width:100% !important;height:100% !important;max-width:100% !important; max-height:100% !important; object-fit: cover; object-position: center; transition:all 0.4s ease-in-out; display: block;}
.blog-section .blog-box h3.title { max-width: 100%; margin: 0 0 0 0px; font-size:1.5rem; line-height: 1.8rem; font-weight:500;color:var(--black-color1);text-align: left;word-wrap: break-word;}
.blog-section .blog-content{padding:1rem 0 0 0;display: flex;flex-direction: column;gap:0.5rem;}
.blog-section .blog-box .date, .blog-section .blog-box-small .date{font-size:1rem;line-height: 1rem;color:var(--black-color1);font-weight: 500;}

/* .blog-section .blog-layout {grid-column-gap: 1rem;grid-row-gap: 0px;grid-template-rows: auto auto;grid-template-columns:1.25fr 1fr;grid-auto-columns: 1fr;width: 100%;display: grid;margin:0;}
.blog-section .blog-left-sec {grid-column-gap: 1rem;grid-row-gap: 1rem;column-count: 2;grid-template-rows: auto;grid-template-columns: 1fr;grid-auto-columns: 1fr;align-self: flex-start;column-gap: 1.5rem;width: 100%;margin-top: 0%;display: grid;}
.blog-section .blog-right-sec{grid-column-gap: 1rem;grid-row-gap: 1rem;column-count: 2;grid-template-rows: auto;grid-template-columns:1fr;grid-auto-columns: 1fr;align-self: center;column-gap: 1.5rem;width: 100%;height: 100%;margin-top: 0%;display: grid;} */

.blog-section .blog-layout {width: 100%;display: flex;margin:0 0 3.75rem 0;gap:20px;}
.blog-section .blog-left-sec {gap: 1.5rem;width: 59%;margin-top: 0%;display: flex;}
.blog-section .blog-right-sec{gap: 1.5rem;width: 39%;height: 100%;margin-top: 0%;display: flex;flex-direction: column;}

.blog-section .blog-box-small{display: flex;flex-direction: row;gap: 15px;position: relative;}
.blog-section .blog-box-small figure{margin: 0;height:130px;width: 185px;}
.blog-section .blog-box-small figure img{border-radius: 8px;width:100% !important;height:100% !important;max-width:100% !important; max-height:100% !important; object-fit: cover; object-position: center; transition:all 0.4s ease-in-out; display: block;}
.blog-section .blog-content-small{padding:0;display: flex;flex-direction: column;gap:0.5rem;width: 53%;}
.blog-section .blog-content-small h3.title { max-width: 100%; margin: 0 0 0 0px; font-size:1.5rem; line-height: 1.8rem; font-weight:500;color:var(--black-color1);text-align: left;word-wrap: break-word;  }

/** Common Heading Section Start **/
.heading-w-subtitle{display: flex;flex-direction: column;gap:10px; margin-bottom: 2.5rem!important;justify-content: center;align-items: center;}
.heading-w-subtitle h3{margin-bottom: 0;color: var(--black-color);font-weight: 500;}
.heading-w-subtitle p{text-align: center;}

.heading-title{display: flex;flex-direction: column;margin-bottom: 2.5rem!important;gap:10px;justify-content: center;align-items: center;}
.heading-title h3, .heading-title p{margin-bottom: 0;}
.heading-w-subtitle.white-heading h3, .heading-w-subtitle.white-heading p, .heading-w-subtitle.white-heading span{color: var(--white-color);}

.heading-w-subtitle-left{display: flex;flex-direction: column;gap:6px; margin-bottom: 1rem!important;justify-content: flex-start;align-items: flex-start;}
.heading-w-subtitle-left h3{margin-bottom:0.8rem;color: var(--black-color);}
.heading-w-subtitle-left p{text-align: left;}

/** Footer Section Start **/
.footer-section {padding:3.125rem 0 0;position: relative;background: var(--black-color1);}
.footer-main{display: flex;gap:20px;flex-direction: row;align-items: flex-start;}
.footer-section .footer-col{width:23%;}
.footer-section .footer-col-info{width:31%;}
.footer-logo{margin: 0 0 30px;width:218px;}
.footer-section h3{font-size: 1.5rem;line-height: 1.8rem;color: var(--white-color);font-weight: 500;}

.footer-section ul.footer-link {margin: 0;padding: 0;list-style-type: none;display: flex; flex-direction: column;gap:0.8rem;}
.footer-section ul.footer-link li {margin: 0;padding: 0;display: inline-flex; position: relative;}
.footer-section ul.footer-link li a {font-size: 1.125rem;line-height: 1.325rem;color: var(--white-color);font-weight: 400;text-decoration: none;}
.footer-section ul.footer-link li a:hover {color: var(--primary-color);}

.social-media-icon {display: flex;flex-direction: row;}
.social-media-icon a {width: 40px;height: 40px;background: #DFE9EE;border-radius: 6px;display: flex;align-items: center;justify-content: center;}
.social-media-icon a:hover {background: var(--primary-color);box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);}
.social-media-icon a:hover img {filter: brightness(0) invert(1);}
.social-media-icon a + a {margin-left: 20px;}

.contact-media-main{display: flex;flex-direction: column;gap:15px;}
.contact-media{width:100%;display: flex;flex-direction: row;gap:15px;align-items: center;}
.contact-media:last-child{align-items: flex-start;}
.cm-content{display: flex;flex-direction: column;font-size:1.125rem;gap: 10px;font-weight: 400;line-height:1.125rem;color: var(--white-color);width:80%;}
.cm-content a{color: var(--white-color);}
.cm-content a:hover{color: var(--primary-color);}
.cm-img{background:#fff;width:32px;height:32px;border-radius: 8px;display: flex;align-items: center;justify-content: center;}
.contact-media:last-child .cm-content{line-height:1.325rem;}
.copyright {padding:26px 0;border-top: 1px solid #292B52;margin:30px 0 0 0;font-size:1rem;font-weight: 400;line-height:1.125rem;color: var(--white-color);text-align: center;}

/** Services page Start **/
/** Hero Section Start **/
.services-hero-section, .pricing-hero-section{padding:8.75rem 0 4rem 0;background: url(../images/hero-bg.webp);height: auto;position: relative;z-index: 0;}
.services-hero-section h1, .pricing-hero-section h1{margin-bottom:1.25rem;color:var(--black-color1);}
.services-hero-section span, .pricing-hero-section span{font-size:1.125rem;font-weight:300;line-height: 1.575rem;color: var(--white-color);margin-bottom:1.25rem;}
.services-hero-section p, .pricing-hero-section p{margin-bottom:1.875rem;}
.services-hero-content, .pricing-hero-content{padding-top:1.125rem;max-width: 100%;text-align: center;margin:0 auto;}
.services-hero-section .container, .pricing-hero-section .container{z-index:4;}

.bm-badge{background: rgba(62, 87, 218, 0.5);font-size:1.25rem;font-weight:500;line-height:1.55rem;color:var(--white-color);border-radius: 50px;padding: 10px 20px;display: flex;
flex-direction: row;gap: 15px;align-items: center;box-shadow: 0 5px 12px rgba(0, 0, 0, 0.2);}
.badge-count{background: rgba(62, 87, 218, 0.5);font-size:1.125rem;font-weight:500;line-height: 1.375rem;color:var(--white-color);border-radius: 50px;padding:6px 12px;}
.badge-content{display: flex;gap: 15px;flex-direction: row;flex-wrap: wrap;}

.services-section1{padding: 5rem 0 0;}
.services-section1 .img-cover{border-radius: 10px;position: relative;height:343px;}
.services-section1 .img-cover img{border-radius: 10px;}
/* .services-section1 .img-cover:after{content: '';display: block;position: absolute;top:0px;left: 0px;width: 100%;height: 100%;background: rgba(13, 15, 44, 0.5);    z-index: 1;border-radius: 10px;} */

.categories_sec{padding:5rem 0;}
.categories_box{background: var(--dark-bg-color);border-radius:10px;padding:30px;display: flex;flex-direction: column;gap:20px;border: 1px solid #E3EBFF;box-shadow: 0px 6px 20px 0px rgba(20, 39, 100, 0.2);margin: 0 0 30px;height: calc(100% - 30px);}
.categories_box_content h3{font-size:1.563rem;font-weight:600;line-height: 1.85rem;color: var(--black-color1);word-wrap: break-word;}
.categories_box p{font-size: 1.1rem;font-weight:400;line-height: 1.8rem;color: var(--black-color1);margin-bottom: 0;word-wrap: break-word}
.categories_box_content{padding:0rem 0 0 0;}
.tag-info{display: flex;flex-direction: row;gap:10px;flex-wrap: wrap;}
.tag-info .tag-badge{background: #fff;font-size:0.875rem;font-weight:400;line-height:1rem;color:var(--black-color1);border-radius: 50px;padding:6px 14px;display: flex;
  flex-direction: row;gap: 15px;align-items: center;box-shadow: 0 5px 10px rgba(62, 87, 218, 0.3);}

.services-section2{padding: 5rem 0;background: var(--dark-bg-color);}
.services-section2 .row{align-items: center;}
.services-section2 .model-img{padding:3rem 2.5rem;background: var(--white-color);border-radius: 10px;text-align: center;}

.services-section3{padding: 5rem 0;}
.services-section3 .row{justify-content: center;}

/** Section 2 Start **/
.services-section4 {background: url(../images/services-result.webp) no-repeat center 0;padding: 4.5rem 0;text-align: center;}
.services-section4 .result_box {background:  var(--dark-bg-color);border-radius: 10px;margin: 0;box-shadow: none;transition: all 0.3s linear 0s;
  border: 1px solid  var(--dark-bg-color);padding: 1.875rem 1.875rem;display: flex; gap: 0.9rem;flex-direction: column;position: relative;}
.services-section4 .result_box:hover {background:#dce6ff;transition: all ease 0.5s !important;}
.services-section4 .result_box h3.title {max-width: 100%;margin: 0 0 0 0px;font-size: 1.875rem;line-height:2rem;font-weight: 500; color: var(--black-color1);}
.result_heading{display: flex;flex-direction: row;gap:1rem;align-items: center;}
.result_content{display: flex;flex-direction: column;gap:0.2rem;justify-content: flex-start;align-items: flex-start;}
.result_content h3{font-size: 1.875rem;line-height: 2rem;margin: 0;}
.result_content span{font-size: 1rem;line-height:1.2rem;margin: 0;color: var(--black-color1);}
.services-section4 .result_box p {margin: 0;line-height: 1.6rem;text-align: left;}

.pricing_sec {max-width: 1500px;margin: 0 auto;display: grid;grid-gap: 1rem;grid-template-columns: repeat(5, 1fr);padding: 5rem 0 0;}
.pricing_card {width: 100%;height: 100%;transition: all .2s ease-in-out;padding: 16px 20px;border: 1px solid #E3EBFF;border-radius:10px; background: var(--white-color);
box-shadow: 0 6px 30px -10px rgba(0, 0, 0, 0.2);display: flex;justify-content: space-between;flex-direction: column;}
.pricing_card.first_card {background-image: linear-gradient(#ffd7f99e, #fff 40%);}
.pricing_card_top {text-align: center;flex-flow: column;justify-content: space-between;display: flex;align-items: center;gap:20px;margin: 0 0 20px;}
.pricing_card_icon {grid-column-gap: .25rem;grid-row-gap: .25rem; border-radius: 5rem;padding:.5rem 1.2rem; display: flex;}
.pricing_card_icon.is_pink {background-color:#751B68;color: #FFD7F9;}
.pricing_price_container {position: relative;}
.pricing_card_price {color: var(--black-color1);text-align: center;letter-spacing: 0rem;font-size:1.563rem;font-weight: 500;line-height: 1.8rem;display:flex;
  justify-content: center;gap:5px;}
.pricing_card_includes_items{display: flex;flex-direction: row;gap: 10px;margin: 0 0 10px;}
.pricing_card_includes_items p{margin: 0;}
.pricing_card_includes_items .icon{display: flex; align-items: flex-start;padding: 3px 0 0 0;}
.pricing_card.five_card .pricing_card_price {color: var(--white-color);}
.pricing_card.five_card .pricing_card_includes_items p{color: var(--white-color);}

.pricing_card.second_card {background-image: linear-gradient(#E3FFF8, #fff 40%);}
.pricing_card_icon.is_green {background-color:#27A685;color: #E3FFF8;}
.pricing_card.third_card {background-image: linear-gradient(#E3EBFF, #fff 40%);}
.pricing_card_icon.is_blue {background-color:#293369;color: #E3EBFF;}
.pricing_card.four_card {background-image: linear-gradient(#FDF1D7, #fff 40%);}
.pricing_card_icon.is_yellow {background-color:#E8BF69;color: #FDF1D7;}
.pricing_card.five_card {background-image: linear-gradient(#13173C, #293369 100%);}
.pricing_card_icon.is_dblue {background-color:#E3EBFF;color: #293369;}

.form-talk{margin-bottom: 15px;}
.form-talk.actionButton{text-align: right;}
.btn-close{background: none;border: 0;padding: 0!important;margin: 0!important;width: auto !important;height: auto!important;}

.common-hero-section{padding:8.75rem 0 4rem 0;background: var(--white-color);height: auto;position: relative;z-index: 0;}
.common-hero-section h1{margin-bottom:1.25rem;color:var(--black-color1);margin-bottom: 0;}
.common-hero-content{padding-top:1.125rem;max-width: 90%;text-align: center;margin:0 auto;}

.blog-section-feature{padding:0;}
.blog-section-feature .blog-box{position: relative;border: 0;background:var(--white-color);border-radius: 14px;border:0px;transition: all 0.3s linear 0s;height:412px;width: 100%;}
.blog-section-feature .blog-box figure{margin: 0;height:100%;position: absolute;left: 0;right: 0;top: 0;bottom: 0;}
.blog-section-feature .blog-box figure img{border-radius: 14px;width:100% !important;height:100% !important;max-width:100% !important; max-height:100% !important; object-fit: cover; object-position: center; transition:all 0.4s ease-in-out; display: block;position: relative;}
.blog-section-feature .blog-box figure:after{content: '';display: block;position: absolute;top:0px;left: 0px;width: 100%;height: 100%;
  background: linear-gradient(0deg, rgba(0,0,0,0.8) 0%, rgba(255,255,255,0) 100%);z-index: 0;border-radius: 14px;}
.blog-section-feature .blog-box h3 { max-width: 100%; margin: 0 0 0 0px; font-size:1.563rem; line-height: 1.8rem; font-weight:500;color:var(--white-color);text-align: left; margin-bottom: 10px;word-wrap: break-word;}
.blog-section-feature .blog-content{padding:1.5rem;display: flex;flex-direction: column;gap:0.5rem;justify-content: space-between;align-items: flex-start;height: 100%;position: relative;}
.blog-section-feature .blog-box .date{font-size:1.125rem;line-height:1.125rem;color:var(--white-color);font-weight: 400;}
.blog-section-feature .blog-box p{font-size:1.125rem;line-height:1.325rem;color:var(--white-color);font-weight: 400;margin-bottom: 10px;word-wrap: break-word;}
.blog-section-feature .blog-box .category-tag{font-size:0.875rem;line-height:0.975rem;color:var(--black-color);font-weight: 400;background: var(--white-color);border-radius: 2rem;padding: 0.5rem 1rem;}
.bc-content{display: flex;width: 100%;flex-direction: column;}
/* .blog-section-feature .blog-layout {grid-column-gap: 1rem;grid-row-gap: 0px;grid-template-rows: auto auto;grid-template-columns:1.25fr 1fr;grid-auto-columns: 1fr;width: 100%;display: grid;margin:0 0 3.75rem 0;}
.blog-section-feature .blog-left-sec {grid-column-gap: 1rem;grid-row-gap: 1rem;column-count: 2;grid-template-rows: auto;grid-template-columns: 1fr;grid-auto-columns: 1fr;align-self: flex-start;column-gap: 1.5rem;width: 100%;margin-top: 0%;display: grid;}
.blog-section-feature .blog-right-sec{grid-column-gap: 1rem;grid-row-gap: 1rem;column-count: 2;grid-template-rows: auto;grid-template-columns:1fr;grid-auto-columns: 1fr;align-self: center;column-gap: 1.5rem;width: 100%;height: 100%;margin-top: 0%;display: grid;} */

.blog-section-feature .blog-layout {width: 100%;display: flex;margin:0 0 3.75rem 0;gap:20px;flex-direction: row;}
.blog-section-feature .blog-left-sec {gap: 1.5rem;width: 50%;margin-top: 0%;display: flex;}
.blog-section-feature .blog-right-sec{grid-column-gap: 1rem;grid-row-gap: 1rem;column-count: 2;grid-template-rows: auto;grid-template-columns:1fr;grid-auto-columns: 1fr;align-self: center;column-gap: 1.5rem;width: 50%;height: 100%;margin-top: 0%;display: grid;}

.blog-section-feature .blog-right-sec .blog-box{height:197px;}
.blog-section-feature .blog-right-sec .blog-content{justify-content: flex-end;}

.blog-category{background:#002A54;padding: 1rem;border-radius: 6px;}
.blog-category ul {padding:0px;margin: 0;display: flex;flex-direction: row;gap:10px; flex-wrap: wrap;}
.blog-category ul li {display: flex;}
.blog-category ul li a {font-size:0.875rem;line-height:0.975rem;color:var(--black-color);font-weight: 400;background: var(--white-color);border-radius: 3rem;padding: 0.4rem 1.2rem;}
.blog-category ul li.active a{background: var(--primary-color);color: var(--white-color);}

.blog-listing-sec{padding: 5rem 0;}
.bloglisting-box{position: relative;border: 0;background:var(--white-color);border-radius: 14px;border:1px solid #E3EBFF;transition: all 0.3s linear 0s;box-shadow: 0 6px 30px -10px rgba(0, 0, 0, 0.2);margin: 0 0 30px;}
.bloglisting-top{display: flex;position: relative;border-radius:14px 14px 0 0;height:238px;}
.bloglisting-top figure{margin: 0;height:100%;position: absolute;left: 0;right: 0;top: 0;bottom: 0;}
.bloglisting-top figure img{border-radius: 14px 14px 0 0;width:100% !important;height:100% !important;max-width:100% !important; max-height:100% !important; object-fit: cover; object-position: center; transition:all 0.4s ease-in-out; display: block;}
.bloglisting-top figure:after{content: '';display: block;position: absolute;top:0px;left: 0px;width: 100%;height: 100%;
  background: linear-gradient(0deg, rgba(0,0,0,0.8) 0%, rgba(255,255,255,0) 100%);z-index: 0;border-radius: 14px 14px 0 0;}
.bloglisting-content{padding:1.5rem;display: flex;flex-direction: column;gap:0.5rem;justify-content:space-between;align-items: flex-start;height: 100%;position: relative;width:90%;}
.bloglisting-content .category-tag{font-size:0.875rem;line-height:0.975rem;color:var(--black-color);font-weight: 400;background: var(--white-color);border-radius: 2rem;padding: 0.5rem 1rem;word-wrap: break-word;display: flex;word-break: break-all;}
.bloglisting-content h3 { max-width: 100%; margin:20px 0 0 0px; font-size:1.563rem; line-height: 1.8rem; font-weight:500;color:var(--white-color);text-align: left; margin-bottom: 10px;}
.bloglisting-bottom{display: flex;position: relative;border-radius:0 0 14px 14px;background: var(--dark-bg-color);flex-direction: column;padding:1.5rem 1.25rem;}
.bloglisting-bottom .date{font-size:1.125rem;line-height:1.125rem;color:var(--black-color1);font-weight: 400;}
.bloglisting-bottom p{word-wrap:break-word;min-height: 73px;}

.pagination {display: flex;flex-wrap: wrap;margin:0px;padding: 0;gap:5px;list-style: none;justify-content: center;}
.pagination li a, .pagination li span{display: block;padding: 0 8px;color: #1a59d2;display: flex;align-items: center;justify-content: center;background:#EDF0FF;
  min-width: 40px;height: 40px;line-height: 40px;font-weight: 500;border-radius: 8px;box-sizing: border-box;transition: .15s ease-in-out;}
.pagination li a:hover{ background:var(--primary-color);color:var(--white-color);}
.pagination li.active span, .pagination li.active a{background:var(--primary-color);color:var(--white-color);}

.blog-detail-hero{margin:7rem 0 0 0;position: relative;padding:2rem 0 4rem 0;z-index: 0;}
.blog-detail-hero figure{position: absolute;left: 0;right: 0;top: 0;bottom: 0;}
.blog-detail-hero figure img{border-radius:0px;width: 100% !important;height: 100% !important; max-width: 100% !important; max-height: 100% !important;object-fit: cover;object-position: top;transition: all 0.4s ease-in-out;display: block;}
.blog-hero-content h1{color:var(--white-color);margin: 0;word-wrap: break-word;}
.blog-hero-content span{font-size:1.125rem;line-height:1.125rem;color:var(--white-color);font-weight: 400;}
.blog-detail-content{padding: 5rem 0;}
.blog-detail-content p{word-wrap: break-word;}
.blog-detail-content h2{font-size:1.6rem;line-height:1.8rem;}
.blog-detail-content h3{font-size:1.4rem;line-height:1.6rem;}
.blog-detail-content h4{font-size:1.2rem;line-height:1.4rem;}
.blog-detail-content figure{width: 100%;height:650px;margin: 0 0 1.2rem;border-radius: 10px;}
.blog-detail-content figure img{border-radius:0px;width: 100% !important;height: 100% !important; max-width: 100% !important; max-height: 100% !important;object-fit: cover;object-position: top;transition: all 0.4s ease-in-out;display: block;border-radius: 10px;}

.related-blog-listing{padding: 5rem 0;background: #E9ECF0;}

.searchBar {width: 100%;display: flex;flex-direction: row;align-items: center;max-width: 450px;margin: 0 auto;}
#searchQueryInput {width: 100%;height:50px;background: #fff;outline: none;border: none;border-radius:8px;padding: 0 1.25rem;font-size:1.125rem;color:var(--black-color1);}
#searchQuerySubmit {width: 3.5rem;height: 2.8rem;margin-left: -3.5rem;background: none;border: none;outline: none;}
#searchQuerySubmit:hover {cursor: pointer;}

ul.sidebar-menu {margin: 0;padding:15px;width:100%;max-width:240px;list-style: none;list-style-type: none;background: var(--dark-bg-color);border-radius:10px;box-shadow: 0 4px 25px rgba(0, 0, 0, 0.15);}
ul.sidebar-menu h4{font-size: 1.438rem;line-height: 1.6rem;color: var(--black-color1);margin: 10px 0;}
ul.sidebar-menu li{margin:0 0 10px;}
ul.sidebar-menu li a span {margin-right: 20px;color: #fff;}
ul.sidebar-menu li a {padding:0;display: flex;text-decoration: none;font-size: 1rem;line-height: 1.2rem;color: var(--black-color1);font-weight: 500;align-items: center;gap:10px;}
ul.sidebar-menu li a:hover  {text-decoration: none;color:var(--primary-color);}
ul.sidebar-menu li a.inrlink{margin: 0 0 10px;}
li.have-children ul {padding:0 0 0 20px;margin: 0 0 0 ;border-bottom: 1px solid #D3D6E3;}
li.have-children ul li {margin: 0 0 10px;position: relative;padding:0 0 0 20px;}
li.have-children ul li::before {position: absolute; left:0px;top:4px; content:""; background: var(--primary-color);width: 10px;height: 10px;border-radius: 2px;}
li.have-children ul li a {font-size: 1rem;line-height: 1.2rem;color: var(--black-color1);font-weight: 400;}
li.have-children ul li a:hover {color:var(--primary-color);}
li.have-children, li {position: relative;}
.have-children span::after {position: absolute; right: 30px; content: "\f054"; color: #fff; transition: all .5s;}
li.active.have-children span::after {-moz-transform: rotate(90deg);-o-transform: rotate(90deg);-webkit-transform: rotate(90deg);transform: rotate(90deg);}
.sidebar-menu .have-children > ul {display: none;}

.document-detail-hero, .contact-detail-hero{background: hsla(235, 56%, 12%, 1);
  background: linear-gradient(0deg, hsla(235, 56%, 12%, 1) 0%, hsla(210, 64%, 40%, 1) 56%, hsla(223, 53%, 45%, 1) 100%);
  background: -moz-linear-gradient(0deg, hsla(235, 56%, 12%, 1) 0%, hsla(210, 64%, 40%, 1) 56%, hsla(223, 53%, 45%, 1) 100%);
  background: -webkit-linear-gradient(0deg, hsla(235, 56%, 12%, 1) 0%, hsla(210, 64%, 40%, 1) 56%, hsla(223, 53%, 45%, 1) 100%);
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#0D102E", endColorstr="#2566A8", GradientType=1 );margin:7rem 0 0 0;z-index: 0;position: relative;}
.document-hero-content, .contact-hero-content{padding: 5.313rem 0;}
.document-hero-content h1, .contact-hero-content h1{color: var(--white-color);text-align:center;}
.doc-content-section{padding: 5rem 0 0;}
.doc-content-innerwrap{display: flex;flex-direction: row;gap: 30px;}
.doc-content-right{width:80%;display: flex;flex-direction: column;}
.doc-content-right h2{font-size:1.875rem;line-height:2rem;font-weight:600;color:var(--black-color1);}
.doc-content-right h3{font-size:1.563rem;line-height:1.863rem;font-weight:600;color:var(--black-color1);}
.doc-card{background: var(--white-color);padding: 1.25rem;border-radius: 0px;margin: 0 0 20px;display: flex;gap: 15px;flex-direction: column;}
.doc-step-grid{width: 100%;padding:0;display: flex;margin:0;flex-direction: row; gap:20px;}
.doc-step-grid-col{border-radius: 0px;padding: 0rem;width: 50%;}
.doc-step-grid-col h4{font-size:1.375rem;line-height:1.563rem;font-weight:500;color:var(--black-color1);}

.doc-code-wrap{width: 100%;padding:0;display: flex;margin:0 0 15px;flex-direction: column; gap:0px;background: #fff;border-radius: 8px;}
.doc-code-header{width: 100%;padding:0.5rem;display: flex;margin:0;flex-direction: row; gap:0px;background: #33396c;border-radius: 8px 8px 0 0;justify-content: space-between;}
.doc-code-header span{font-size: 16px;font-weight: 400;color:#fff;}
.doc-code-body{width: 100%;padding:0.5rem;display: flex;margin:0;flex-direction: column; gap:0px;background: #242B61;border-radius:0 0 8px 8px;}
.doc-code-body p{font-size: 16px;font-weight: 400;color:#fff;margin: 0 0 0.4rem;line-height: 18px;}

.doc-code-wrap-d1{width: 100%;padding:0;display: flex;margin:0 0 15px;flex-direction: column; gap:0px;background: #fff;border-radius: 8px;border: 1px solid #c0c4db;}
.doc-code-header-d1{width: 100%;padding:0.5rem;display: flex;margin:0;flex-direction: row; gap:0px;background: #dcdfef;border-radius: 8px 8px 0 0;justify-content: space-between;border-bottom: 1px solid #c0c4db;}
.doc-code-header-d1 span{font-size: 16px;font-weight: 400;color:#242B61;}
.doc-code-body-d1{width: 100%;padding:0.5rem;display: flex;margin:0;flex-direction: column; gap:0px;background: #F2F4FD;border-radius:0 0 8px 8px;}
.doc-code-body-d1 p{font-size: 16px;font-weight: 400;color:#242B61;margin: 0 0 0.4rem;line-height: 18px;}

#documentation-content{display: flex;gap:20px;flex-direction: column;}
.doc-code-body pre{font-size: 16px;font-weight: 400;color:#fff;margin: 0 0 0.4rem;line-height: 18px;}
#documentation-content hr{border-top:1px solid #b8bac7;}

.contact-content-section{padding: 5rem 0;}
.contact-hero-content p{text-align: center;color:var(--white-color);margin-bottom: 6px;}
.contact-inquiry-grid{grid-column-gap: 1.6rem;grid-row-gap: 0px;grid-template-rows: auto auto;grid-template-columns: 1fr 1fr;grid-auto-columns: 1fr;width: 100%;padding:0;
  display: grid;margin:0;}
.con-inq-grid-col{background:var(--white-color);border-radius: 8px;padding:1.875rem;box-shadow: 0 4px 18px -4px rgba(0, 0, 0, 0.15);}
.con-inq-grid-col h3{font-size:1.563rem;line-height:1.863rem;font-weight:600;color:var(--black-color1);}

/** Footer Section Start **/
.contact-sec{padding:0 0 5rem 0;}
.contact-sec-box{display:flex;flex-direction: row;box-shadow:0px 25px 60px 0px rgba(50, 50, 93, 0.11);border-radius:15px;}
.contact-left-sec{background:#032E60;border-radius:15px 0 0 15px;display: flex;width:38%;flex-direction: column;padding:30px;justify-content: center;}
.contact-left-sec h3{font-size: 2.188rem;line-height: 2.5rem;color: var(--white-color);margin-bottom: 0.5rem;font-weight: 600;}
.contact-left-sec p{color: var(--white-color);}
.contact-right-sec{background: var(--light-bg);border-radius:0 15px 15px 0;display: flex;width: 62%;flex-direction: column;padding:30px 50px;gap:30px;}

.contact-right-sec h3{font-size: 2.188rem;line-height: 2.5rem;color: var(--black-color1);margin-bottom: 0;font-weight: 600;}
.from-cb{margin-bottom:1.25rem!important;}
.from-cb-submit{display: flex;justify-content: flex-end;}
.from-cb-submit input[type="submit"]{background: var(--primary-color);border: 1px solid var(--primary-color);color: var(--white-color);font-size: 1.125rem;font-weight:400;text-align: center;line-height: 1.1rem;width: 165px;height: 50px;padding: 1rem 0.938rem;border-radius: 6px;}

.checkbox-group{display: flex;flex-direction: row;flex-wrap: wrap;gap:20px;margin: 0 0 0px!important;}
.cblabel{margin-bottom: 20px;}
.form-group {display: flex;margin-bottom: 0px!important;width: 48%;background: var(--white-color);border-radius: 10px;padding: 10px;align-items: center;}
.form-group label{margin-bottom: 0;}
.form-group input {padding: 0;height: initial;width: initial;margin-bottom: 0;display: none;cursor: pointer;}
.form-group label {position: relative;cursor: pointer;}
.form-group label:before {content:'';appearance: none;background-color: transparent;border: 1px solid #AFB4C9;border-radius: 4px;background: #fff;box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);padding: 10px;display: inline-block;position: relative;vertical-align: middle;cursor: pointer;margin-right: 10px;}
.form-group input:checked + label:after {content: '';display: block;position: absolute;top: 2px;left: 9px;width: 6px;height: 14px;border: solid #3E57DA;border-width: 0 2px 2px 0;transform: rotate(45deg);}
.from-cb.fcb-textarea{margin-top: 1.25rem!important;}

.demo-content-section{padding:5rem 0 0;}
.demo-content-section .container{max-width:87.5rem;}
.demo-content-wrapper{background:var(--white-color);border-radius: 8px;padding:1.25rem;box-shadow: 0 4px 18px -4px rgba(0, 0, 0, 0.15);}
.demo-content-grid{display:flex;flex-direction: row;justify-content: space-between;margin-bottom: 40px;}
.demo-content-left{width:63%;}
.demo-content-left .slider.slider-for-image-moderate,
.demo-content-left .slider.slider-for-image-moderate .slick-list,
.demo-content-left .slider.slider-for-image-moderate .slick-list .slick-track{height: 100%;}
.demo-content-left .slider.slider-for-image-moderate .slick-list .slick-track img{height: 100%;border-radius: 6px;}
.demo-content-left .slider.slider-for-image-moderate .slick-list .slick-track .img-cover { width: 100%;height: 620px;}

.demo-content-left .slider.slider-for-video-moderate,
.demo-content-left .slider.slider-for-video-moderate .slick-list,
.demo-content-left .slider.slider-for-video-moderate .slick-list .slick-track{height: 100%;}
.demo-content-left .slider.slider-for-video-moderate .slick-list .slick-track video{border-radius: 6px;width:100% !important;height:100% !important;max-width:100% !important; max-height:100% !important; object-fit: cover; object-position: center; transition:all 0.4s ease-in-out; display: block;}
.demo-content-left .slider.slider-for-video-moderate .slick-list .slick-track .video-cover { width: 100%;height: 620px;}

.demo-content-left .slider.slider-for-gif-moderate,
.demo-content-left .slider.slider-for-gif-moderate .slick-list,
.demo-content-left .slider.slider-for-gif-moderate .slick-list .slick-track{height: 100%;}
.demo-content-left .slider.slider-for-gif-moderate .slick-list .slick-track img{height: 100%;border-radius: 6px;}
.demo-content-left .slider.slider-for-gif-moderate .slick-list .slick-track .img-cover { width: 100%;height: 620px;}

.demo-content-left .slider.slider-for-face-recognition,
.demo-content-left .slider.slider-for-face-recognition .slick-list,
.demo-content-left .slider.slider-for-face-recognition .slick-list .slick-track{height: 100%;}
.demo-content-left .slider.slider-for-face-recognition .slick-list .slick-track img{height: 100%;border-radius: 6px;}
.demo-content-left .slider.slider-for-face-recognition .slick-list .slick-track .img-cover { width: 100%;height: 620px;}

.demo-content-right{background: var(--dark-bg-color);border-radius: 10px;padding: 25px;border:1px solid #E3EBFF;display: flex;flex-direction: column;gap:30px;width: 35%;}
.demo-content-right h3{font-size:1.563rem;line-height:1.863rem;color: var(--black-color1);margin-bottom: 0;font-weight:600;border-bottom: 1px solid #c2cadb;padding-bottom: 10px;}
.moderate-result-section{display: flex;flex-direction:column;gap:6px;}
.moderate-result{display: flex;justify-content: space-between;gap:15px;align-items: center;}
.moderate-result span{font-size: 1rem;font-weight: 500;line-height: 1.2rem;color:var(--black-color1);text-transform: capitalize;}
.moderate-result .mod-no{font-size:0.813rem;font-weight:400;line-height: 1rem;color:#444;width: 55px;text-align: right;}
.progress { background: rgb(210, 214, 230); width:56px; border-radius: 15px;margin-left: auto; height: 8px;}
.moderate-name { background:linear-gradient(to left, #112045 0%, #345AB0 100%); color: white; padding:0;border-radius: 15px; }
.uswim{width:99.98%;}
.porn{width:1%;}
.gesture{width:0.00%;}
.gore{width:0.00%;}
.drugs{width:0.00%;}
.weapons{width:0.00%;}
.extremism{width:0.00%;}
.female{width:99.00%;}
.face{width:99.00%;}
.minor{width:25.00%;}
.celebrity{width:17.00%;}
.male{width:1.00%;}
.qrcode{width:0.03%;}
.alcohol{width:0.01%;}
.documents{width:0.01%;}
.currency{width:0.00%;}
.gambling{width:0.00%;}
.demo-content-wrapper .slider.slider-nav-image-moderate .slick-slide{padding: 0 8px;}
.demo-content-wrapper .slider.slider-nav-image-moderate .slick-slide img{height:120px;width: 100%;border-radius: 6px;object-fit: cover;}

.demo-content-wrapper .slider.slider-nav-video-moderate .slick-slide{padding: 0 8px;}
.demo-content-wrapper .slider.slider-nav-video-moderate .slick-slide img{height: 120px;width: 100%;border-radius: 6px;object-fit: cover;}

.demo-content-wrapper .slider.slider-nav-gif-moderate .slick-slide{padding: 0 8px;}
.demo-content-wrapper .slider.slider-nav-gif-moderate .slick-slide img{height: 120px;width: 100%;border-radius: 6px;object-fit: cover;}

.demo-content-wrapper .slider.slider-nav-face-recognition .slick-slide{padding: 0 8px;}
.demo-content-wrapper .slider.slider-nav-face-recognition .slick-slide img{height: 120px;width: 100%;border-radius: 6px;object-fit: cover;}

.face-recognition-result-m{display: flex;flex-direction: column;gap:10px;overflow: hidden;overflow-y: auto;height: 486px;padding: 0 10px 0 0;width: 100%;}
.face-recognition-result{display: flex;justify-content: space-between;gap:15px;align-items: center;}
.face-recognition-result span{width:46px;height:46px;border-radius:4px;}
.face-recognition-result span img{border-radius:4px;width: 100%;height: 100%;}
.face-recognition-result .mod-no{font-size:0.813rem;font-weight:400;line-height: 1rem;color:#444;width: 55px;text-align: right;}

.thank-you-sec{padding: 8.75rem 0 4rem 0;height: auto;position: relative;}
.thank-hero-content{padding-top:1.125rem;max-width: 90%;text-align: center;margin:0 auto;}
.thank-you-sec h1{color:var(--black-color1);}
.thank-you-sec p{color:var(--black-color1);}
.thank-you-sec figure{margin: 50px 0 30px;}

.error-section{padding: 8.75rem 0 4rem 0;height: auto;position: relative;min-height:600px;}
.error-hero-content{padding-top:1.125rem;max-width: 90%;text-align: center;margin:0 auto;}

.doc-header{position: fixed;box-shadow: 0 2px 8px rgba(0, 0, 0, 0.07);
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.07);width: 100%;padding:1rem;display: flex;z-index:99;justify-content: space-between;align-items: center;background: #fff;}
  .doc-header .logo a {display: block; position: relative; z-index: 1;width: 100%;max-width: 231px;transition: all ease 0.5s;}
.doc-header .container{max-width: 100%;}
/* .doc-header{height: 80px;background:#e6e7f1;width: 100%;padding: 10px;}
.doc-header .logo{width: 100px;}
.doc-header h1 {padding: 10px 20px;color: white;margin: 0;font-weight: 400;font-size: 1.5rem;} */
.doc-container{display: flex;flex-direction: row;height: calc(100% - 0px);width: 100%;position: relative;box-sizing: border-box;padding:106px 0 0 0;z-index:0;}
.doc-container nav {display: flex;flex-direction: column;height: 100%;width: 250px;padding: 20px;background: var(--light-bg);box-sizing: border-box;transition: 0.3s;}
.doc-container nav a {color: #222;text-decoration: none;padding-left: 10px;font-size: 1rem;line-height: 2rem;transition: 0.2s;color: var(--text-color);
  font-family: var(--primary-font);}
.doc-container nav a.focus {background-color: var(--primary-color);color: white;border-radius: 4px;}
.doc-container nav header > a {font-weight: bold;font-size: 1.25rem;line-height: 2.5rem;padding: 10px;margin: 0;}
main {height: 100%;padding: 0;overflow-y: auto;box-sizing: border-box;flex: 1;scroll-behavior: smooth;}
main section {padding:10px 20px;width: 100%;}
main section h3 {font-size: 1.6rem;line-height: 2rem;color: #222;font-weight: 600;margin: 0 0 10px;}
main section p {font-size: 1rem;line-height: 1.5rem;max-width: 100%;}

.services-odd{display: flex;align-items: center;margin: 0 0 5rem;}
.services-even{display: flex;align-items: center;flex-direction: row-reverse;margin: 0 0 5rem;}

.services-section-s1{padding: 5rem 0;}
.services-section-s1 p{text-align: center;}
.o-hidden{overflow: hidden;}

.policy-content ul{padding:0px;margin: 0 0 0.9rem;display: flex;flex-direction: column;}
.policy-content ul li{font-size:1.12rem;line-height:1.4rem;color:var(--black-color2);font-weight: 400;background: var(--white-color);padding:0 0 0 1.4rem;margin:0 0 0.6rem;background: url(../images/bullet.svg) no-repeat 0px 5px;}
.policy-content h2 {font-size: 2.125rem;line-height: 2.225rem;margin: 0 0 0.638rem;}
.policy-content h3 {font-size: 1.8rem;line-height: 1.9rem;margin:0.6rem 0 0.638rem;}
.policy-content b{font-weight: 600;}

.face-badge{width:100px;height: 100px;background: rgba(62, 87, 218, 0.5);font-size: 1.25rem;font-weight: 500;line-height: 1.55rem;color: var(--white-color);border-radius: 6px;padding: 5px ;display: flex;flex-direction: row;justify-content: center;gap: 15px;align-items: center;box-shadow: 0 5px 12px rgba(0, 0, 0, 0.2);}
.face-badge img{width:90px;height: 90px;border-radius: 6px;}

.demo-content-aiimgaudio-sec{padding:5rem 0 0;}
.tabs_wrapper {width: 85%;text-align: center;margin: 0 auto;background: transparent;}
.tabs_wrapper ul.tabs {display: inline-block;vertical-align: top;position: relative;z-index: 10; margin:0;padding: 0;width: 40%;list-style: none; -ms-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;transition: all 0.3s ease;}
.tabs_wrapper ul.tabs li {margin: 0 0 10px;cursor: pointer;padding:15px;border-radius: 10px;font-size: 18px;line-height: 22px;color:var(--black-color1);text-align: left;
  font-weight: 400;background:#F2F4FD;-ms-transition: all 0.3s ease;-webkit-transition: all 0.3s ease;transition: all 0.3s ease;
  box-shadow: 0 4px 10px -4px rgba(61, 81, 156, 0.3);}
.tabs_wrapper ul.tabs li:hover {background: #3d519d; color: white;-ms-transition: all 0.3s ease;-webkit-transition: all 0.3s ease; transition: all 0.3s ease;}
.tabs_wrapper ul.tabs li.active {background: #3d519d;color: #fff;-ms-transition: all 0.3s ease;-webkit-transition: all 0.3s ease; transition: all 0.3s ease;}
.tab_container {display:inline-flex;justify-content: center;align-items: center; position: relative;z-index: 20;width:58%;min-width: 10px;text-align: left; background: white;
  border-radius: 12px; box-shadow: 0 4px 18px -4px rgba(0, 0, 0, 0.15);}
.tab_content { padding: 20px; height: 100%; display: none;}
.tab_drawer_heading {display: none;}
.ai-img-generation .tabs_wrapper {width: 100%;}
.ai-img-generation .tabs_wrapper ul.tabs{height: 680px;overflow: hidden;overflow-y: scroll;padding: 0 10px 0 0;}

.ai-img-generation .tabs_wrapper .tabs::-webkit-scrollbar-track, .face-recognition-result-m::-webkit-scrollbar-track{-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);border-radius: 10px;background-color: #F5F5F5;}
.ai-img-generation .tabs_wrapper .tabs::-webkit-scrollbar, .face-recognition-result-m::-webkit-scrollbar{width: 8px;background-color: #F5F5F5;}
.ai-img-generation .tabs_wrapper .tabs::-webkit-scrollbar-thumb, .face-recognition-result-m::-webkit-scrollbar-thumb{border-radius: 10px;-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);background-color: #325bae;}

.text-mod-content{display: flex;justify-content: space-between;flex-direction: column;gap: 50px;}
.text-moderate-result-section{display: flex;flex-direction:column;gap:6px;}
.text-moderate-result{display: flex;justify-content: space-between;gap:15px;align-items: center;}
.text-moderate-result span{font-size: 1rem;font-weight: 500;line-height: 1.2rem;color:var(--black-color1);text-transform: capitalize;}
.text-moderate-result .text-mod-no{font-size:0.813rem;font-weight:400;line-height: 1rem;color:#444;width: 55px;text-align: right;}

audio{width: 100%;min-width:300px;}
.doc-nav-btn {display: none;}
.logo-mob{display: none;}
.last-services-ag-img{margin: 0;}

.chatbox{position: fixed;right:10px;bottom: 10px;height:545px;border-radius: 8px;width:350px;}

/*======================================================================
=============================:: MEDIA CSS ::============================
=======================================================================*/

@media screen and (max-width:1600px){
  .pricing_sec{padding: 5rem 1rem 0;}
}

@media screen and (max-width:1399px){
  .h1, h1 {font-size: 3.4rem;}
}
@media screen and (max-width:1299px){
  .menu-item + .menu-item {margin-left: 1.4rem;}
  .navbar_cta-container{gap:10px;}
  .menu-link, .navbar_cta-container a{font-size: 1.1rem;}
  .submenu .submenu-item a{font-size:1.1rem;line-height: 1.4rem;}

  .header .logo a img{height: 60px;}

  .document-detail-hero, .contact-detail-hero{margin: 5.7rem 0 0 0;}
  .blog-detail-hero{margin: 5.7rem 0 0 0;}

  .doc-container{padding: 90px 0 0 0;}
  .doc-header .logo a img{height: 50px;}
  .client-info h4{font-size: 1.1rem;}
}

@media (max-width:1199px){
.h1, h1{font-size:2.6rem;line-height: 3rem;}
.h2, h2{font-size:2.2rem;}
.h3, h3{font-size:2.1rem;}
h4{font-size:1.375rem;}
h5{font-size:1.25rem;}
h6{font-size:1.125rem;}
p{margin-bottom:1.563rem;}

.header{padding: 0.8rem 0;}
.menu-item + .menu-item {margin-left:0.5rem;}
.navbar_cta-container{gap:10px;}
.menu-link, .navbar_cta-container a{font-size: 0.94rem;}
.submenu .submenu-item a{font-size: 0.94rem;line-height: 1rem;}
.header .logo a img{height: 50px;}
.navbar_cta-container .buttonwrapper a{padding: 0 1rem;}
.document-detail-hero, .contact-detail-hero{margin: 4.7rem 0 0 0;}
.services-hero-section, .pricing-hero-section{padding: 5.75rem 0 3rem 0;}
.blog-detail-hero{margin: 4.7rem 0 0 0;}

.heading-title, .blog-heading-sec {margin-bottom:1.8rem !important;}
.heading-w-subtitle{margin-bottom:1.8rem !important;}

.hero-section {padding:7.75rem 0 0 0;}
.home-hero-content{max-width:80%;}

.home-section2, .home-section3, .blog-section, .faqs-section, .categories_sec, .services-section2, .services-section3, .blog-listing-sec, .blog-detail-content, .related-blog-listing, .contact-content-section, .services-section-s1{padding: 3.5rem 0;}

.home-section1{padding: 3.5rem 0 2rem;background: url(../images/home-benefit-bg.webp) no-repeat center bottom #0E102D;}

.blog-sec, .blog-detail, .error-section, .thank-section, .home-product-heading, .testimoniyal_sec, .services-section1, .doc-content-section{padding:3.5rem 0 0;}
.home-product-section{padding:0 0 3.5rem 0;}
.contact-sec {padding: 0 0 3.5rem 0;}
.gst-cta-sec{padding: 3.5rem 1rem;}
.pricing_sec{padding: 3.5rem 1rem 0;}

.common-hero-section h1, .services-hero-section h1{font-size: 2.825rem;line-height: 3.425rem;}
.common-hero-section {padding: 7.75rem 0 3rem 0;}

.gst-cta-content h3{font-size: 2.125rem;}
.gst-cta-content{max-width: 526px;}

.blog-section-feature .blog-layout {margin:0 0 3rem 0;}

.demo-content-left {width: 62%;}
.demo-content-right{width: 36%;}
.demo-content-right h3 {font-size: 1.363rem;line-height: 1.563rem;}
.demo-content-right{padding: 15px;gap: 15px;}
.moderate-result{gap: 15px;}
.moderate-result span {font-size: 0.9rem;}
.moderate-result-section{gap:3px;}
.progress{width: 46px;}

.contact-right-sec{padding: 30px;}
.contact-right-sec .checkbox-group label {font-size: 0.95rem;}

.pricing_sec{grid-template-columns: repeat(3, 1fr);}
.pricing_card{grid-column: span 1;}
.pricing_card.five_card{grid-column: 2 / span 2;}

.bm-badge{font-size: 1rem;line-height: 1.2rem;padding: 6px 10px;}
.badge-count{font-size: 1rem;line-height: 1.2rem;}

.services-section4{padding:3.8rem 0;}
.services-section4 .result_box p{min-height: 100px;}
.services-odd, .services-even {margin:0 0 3.5rem 0;}

.services-section1.page-5 .img-cover img{object-fit: contain;width:auto!important; height:auto!important;margin: 0 auto;}
.services-section1.page-5 .img-cover{background: #f5f8ff;height:auto;}

.client-info h4{min-height: 58px;}
}

@media only screen and (min-width: 991px) {
  .menu-dropdown:hover > .submenu {display:block;opacity: 1;visibility: visible;transform: translateY(0);}
}

@media (max-width:991px){
.h1, h1{font-size:2.4rem;line-height:2.8rem;}
.h2, h2{font-size:2.1rem;line-height: 2.4rem;}
.h3, h3{font-size:2rem;}
h5 {font-size: 1.125rem;}
h4{font-size:1.25rem;}
img.alignright, img.alignleft{max-width:25rem;}
blockquote, blockquote p{font-size:1.25rem; line-height:1.75rem;}

.mobi-iconbox{display:flex; }
.nav-bar {position: fixed;top: 0;left: -100%;width: 300px;height: 100%;z-index: 10;opacity: 0;overflow-y: auto;visibility: hidden;box-shadow:  0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);background-color: white;transition: all 0.5s ease;padding: 20px; }
.nav-bar.active {left: 0rem;opacity: 1;visibility: visible;display: flex;flex-direction: column;justify-content: space-between;}
.menu-item {border-bottom: 1px solid #ccc;}
.menu {width: 100%;height: auto;padding:0 0 1rem 0;}
.menu-item {display: block;margin: 0 auto;}
.menu-item + .menu-item {margin-left:0rem;}
.menu-link {justify-content: space-between;padding: 0.5rem 1rem; }
.menu-item.active a{color: var(--text-color);}
.menu-item.active ul li a:hover{color:var(--primary-color);}
.btn-item.menu-item {padding-left: 0;margin: 5px 0;padding-bottom: 5px; }
.btn-item.menu-item a{display: block;text-align: center;}
.submenu {position: relative;top:0rem;left:2rem;width: 100%;max-height: 0;padding: 0px;border: none;outline: none;opacity: 1;overflow: hidden;visibility: visible;transform: translateY(0px);box-shadow: none;background: transparent;display: none;margin: 0px 0 0 0; }
.menu-dropdown.active .submenu{display: block;}
.burger {display: block;opacity: 1;visibility: visible;}
.overlay.active {display: block;opacity: 1;visibility: visible;}
.menu-item.menu-dropdown a.menu-link::after{top:18px;right:12px;}
.submenu.services-menu, .submenu.demo-menu{left:0px;width: 100%;}
.submenu.services-menu .submenu-item, .submenu.demo-menu .submenu-item{width: 100%;padding: 0 30px;margin-bottom: 0.25rem;}
.submenu.about-menu{left: 40px;}
.menu-main-navigation-container{display: flex;height: 93vh;align-items: flex-start;justify-content: space-between;flex-direction: column;}
.mobile-nav-logo{width: 100%;}
.navbar_cta-container{display: flex;flex-direction: column;width: 100%;}
.navbar_cta-container .buttonwrapper{width: 100%;}
.navbar_cta-container .login-nav{display: flex;flex-direction:row;align-items: center;gap: 15px;}
.menu-main-navigation-container ul{margin-top: 20px;}
.desktop-cta-nav{display: none;}
.navbar_cta-container.mob-cta-nav{display: flex;}
.submenu .submenu-item a {font-size: 0.94rem;}
.logo-mob{display: block;margin-bottom: 15px;}
.logo-mob a img{height: 50px;}

.heading-title, .blog-heading-sec {margin-bottom:1.4rem !important;}
.heading-w-subtitle{margin-bottom:1.4rem !important;}

.home-hero-content {max-width: 85%;}
.home-section1{background:#171c44;}

.home-section1, .home-section2, .home-section3, .faqs-section, .contact-main-section, .blog-section, .categories_sec, .services-section2, .services-section3, .blog-listing-sec, .blog-detail-content, .related-blog-listing, .contact-content-section, .services-section-s1{padding: 3rem 0;}
.contact-sec {padding: 0 0 3rem 0;}
.gst-cta-sec{padding: 3rem 1rem;}

.home-product-section {padding: 0 0 3rem;}
.blog-layout{margin: 3.125rem 0;}
.blog-section .blog-content-small h3.title{font-size: 1.2rem;line-height: 1.4rem;}
.blog-section .blog-layout{grid-template-columns: 1fr 1fr;}
.testimoniyal_box{height: calc(100% - 30px);margin: 0 0 30px;}
.blog-sec, .blog-detail, .error-section, .thank-section, .home-product-heading, .testimoniyal_sec, .services-section1, .doc-content-section{padding:3rem 0 0;}
.blog-section .blog-box{margin: 0 0 30px!important;}
.pricing_sec{padding: 3rem 1rem 0;}

.blog-section-feature .blog-layout {margin:0 0 2.5rem 0;}

.blog-layout{grid-template-columns: 1fr 1fr;}

.footer-section {padding: 3rem 0;padding-bottom: 3rem !important;}
.footer-main{flex-wrap: wrap;}
.footer-section .footer-col{width: 30%;}
.footer-section .footer-col-info{width: 100%;}

.gst-cta-content{max-width: 450px;}
.gst-cta-bg::after {right: -70px;width:350px;height: 350px;}
.gst-link{transform: translate(0%, 0);}

.demo-content-grid{flex-direction: column;}
.demo-content-left {width: 100%;}
.demo-content-right{width: 100%;margin: 15px 0 0 0;}
.moderate-result-section{gap: 8px;flex-direction: row;flex-wrap: wrap;}
.moderate-result{width: 31%;gap: 8px;}
.moderate-result span{width: 50%;}

.moderate-result-section.face-recognition-result-section {gap:20px;}
.moderate-result-section.face-recognition-result-section .face-recognition-result{width: 31%;}
.moderate-result-section.gif-result-section, .moderate-result-section.video-result-section, .moderate-result-section.image-result-section {gap:15px;}
.face-recognition-result-m{flex-wrap: wrap;height: auto;flex-direction: row;gap: 15px;padding: 0;}

.doc-step-grid{grid-template-columns: 1fr;grid-row-gap: 15px;}

.contact-hero-content{padding: 4.313rem 0;}
.contact-right-sec .form-group{width: 100%;}
.contact-right-sec .checkbox-group .form-group label:before{padding: 8px;}
.contact-left-sec, .contact-right-sec {width: 50%;}
.contact-left-sec h3 {font-size: 2rem;}

.bm-badge{font-size: 0.8rem;line-height: 1rem;padding: 6px 10px;gap: 6px;}
.badge-count{font-size: 0.8rem;line-height: 1rem;}
.badge-content{gap:10px;}

.services-section4 {padding: 3rem 0;}
.services-section4 .result_box{min-height: 315px;}
.services-section4 .heading-w-subtitle p{margin-bottom: 0;}

.doc-step-grid{flex-direction: column;}
.doc-step-grid-col{width: 100%;}
.services-odd, .services-even {margin:0 0 3rem 0;}
.form-group input:checked + label:after{top: 4px;left: 7px;width: 5px;height: 10px;border-width: 0 2px 2px 0;}

.services-section1.page-5 .img-cover img{object-fit: contain;width:auto!important; height:auto!important;margin: 0 auto;}
.services-section1.page-5 .img-cover{background: #f5f8ff;height:auto;}
}

@media (max-width:767px){
.h1, h1{font-size:2rem;}
.h2, h2{font-size:1.9rem;}
.h3, h3{font-size:1.813rem;}
img.alignright,
img.alignleft{display: block;float: none;margin:1rem 0;}

.heading-title, .blog-heading-sec {margin-bottom:1rem !important;}
.heading-w-subtitle{margin-bottom:1rem !important;}
.heading-w-subtitle h3, .heading-title h3{text-align: center;}

.home-hero-content {max-width: 100%;padding: 0 0 20px;}
.hero-section {padding: 5.75rem 0 0 0;}
.product-content{margin: 20px 0 0 0;}
.hero-img-layout{grid-template-columns: 1fr;padding: 0 0 40px;margin:30px 0 0 0;}
.hero-img-layout-left img, .hero-img-layout-right img{width: 100%;}
.hero-img-layout-right img{margin-top: 20px;}
.common-hero-section h1, .services-hero-section h1, .pricing-hero-section h1  {font-size:2.1rem;line-height: 2.3rem;}

.home-product-section{padding:0 0 2rem 0;}

.home-section1, .home-section2, .industries-serve, .technology-stack, .home-section3, .blog-listing, .contact-main-section, .blog-detail, .error-section, .thank-section, .blog-section, .faqs-section, .categories_sec, .services-section2, .services-section3, .blog-listing-sec, .blog-detail-content, .related-blog-listing, .contact-content-section{padding: 2rem 0;}
.services-section-s1, .demo-content-aiimgaudio-sec{padding: 2rem 0 0;}
.gst-cta-sec{padding: 2rem 1rem;}
.gst-cta-content h3 {font-size: 2rem;text-align: center;}
.gst-cta-content p{text-align: center;}

.blog-sec, .testtimoniyal-whitebg, .client-logo-sec.cls-inrpage, .home-product-heading, .testimoniyal_sec, .services-section1, .doc-content-section{padding:2rem 0 0;}
.contact-sec {padding: 0 0 2rem 0;}
.pricing_sec{padding: 2rem 1rem 0;}

.blog-layout {grid-template-columns: 1fr;margin:20px 0 40px 0;}
.blog-section .blog-layout{grid-template-columns: 1fr;flex-direction: column;margin: 0 0 1rem 0;}
.blog-section .blog-left-sec{width: 100%;}
.blog-section .blog-right-sec{width: 100%;}
.blog-section .blog-box {margin: 0 0 15px !important;}

.faqs-section{background:#171c44;}
.faqs-section .heading-title {margin: 0 0 1rem 0 !important;}

.common-hero-section {padding: 6.75rem 0 3rem 0;}
.blog-section-feature .blog-layout {margin:0 0 2rem 0;grid-template-columns: 1fr;gap: 15px;flex-direction: column;}
.blog-section-feature .blog-left-sec{width: 100%;}
.blog-section-feature .blog-right-sec{width: 100%;}

.footer-section .footer-col{width: 40%;}
.footer-section .footer-col-info{width: 40%;}

.gst-cta-bg{flex-direction: column;height: auto;}
.gst-cta-content{max-width: 100%;}
.gst-cta-bg::after {width: 100%;height:100px;top:inherit;transform: translate(0, 0%);border-radius: 0%;right: inherit;bottom: 0;}
/* .navbar_cta-container{display: none;} */

.doc-content-innerwrap{flex-direction: column-reverse;}
.doc-content-right{width:100%;}
ul.sidebar-menu{max-width:100%;}
.contact-hero-content{padding: 3.313rem 0;}
.contact-left-sec, .contact-right-sec {width: 100%;}
.contact-sec-box{flex-direction: column;}
.contact-left-sec{border-radius: 15px 15px 0 0;}
.contact-inquiry-grid{grid-template-columns: 1fr;gap: 15px;}

.pricing_sec{grid-template-columns: repeat(1, 1fr);}
.pricing_card{grid-column:auto;}
.pricing_card.five_card{grid-column:auto;}

.badge-content{margin-top: 15px;}
.services-section2 .model-img{margin-top: 20px;}

.services-section4 {padding: 2rem 0;background:#171c44;}
.services-section4 .result_box{min-height: inherit!important;padding: 1rem;margin: 10px 0;}
.services-section4 .result_box p{min-height: inherit;}

.moderate-result-section.face-recognition-result-section .face-recognition-result{width:48%;}
.moderate-result{width: 48%;}

.tabs_wrapper ul.tabs {display: none;}
.tab_container {display: block;margin: 0 auto;width: 100%;border-top: none;border-radius: 10px;background: transparent;box-shadow: none; }
.tab_drawer_heading {background:#F2F4FD;font-size: 18px;line-height: 22px; color:var(--black-color1);text-align: left;font-weight: 400;border-radius: 10px;margin:10px 0 0;
  padding: 10px;display: block;cursor: pointer;-webkit-touch-callout: none;-webkit-user-select: none;-khtml-user-select: none;-moz-user-select: none;-ms-user-select: none;
  user-select: none;text-align: center;}
.tab_drawer_heading:hover {background:#3d519d;color: white;}
.d_active {background: #3d519d;color: #fff;  border-radius: 10px 10px 0 0;}
.tab_content{display: flex;justify-content: center;align-items: center; background: #fbfbfb;border-radius:0 0 10px 10px;text-align: center;}
.tab-mob{box-shadow: 0 4px 10px 0px rgba(0, 0, 0, 0.1);border-radius:10px;}
.text-mod-content{gap:30px;}

#navbar{position:fixed;top:0;left:-255px;height:100%;box-shadow:0 2px 8px rgba(0,0,0,0.2);padding:100px 0 0 0;transition:all 0.3s ease-out;z-index:2;}
.doc-nav-btn {position: relative;cursor: pointer;user-select: none;width: 1.6rem;height: 1.15rem;display: block;opacity: 1;visibility: visible;background: transparent;border: 0;}
.doc-nav-btn span{position: absolute;display: block;right: 0;width: 100%;height: 2.1px;opacity: 1;border: none;outline: none;border-radius: 1rem;background: var(--primary-color);}
.doc-nav-btn span:nth-child(1) {top: 0px;}
.doc-nav-btn span:nth-child(2) {top: 0.5rem;width: 70%;}
.doc-nav-btn span:nth-child(3) {top: 1rem;}
#navbar.sidebarshow {left:0;}
.services-odd, .services-even {margin:0 0 2rem 0;}
.demo-content-left .slider.slider-for-image-moderate .slick-list .slick-track .img-cover { height:400px;}
.demo-content-left .slider.slider-for-video-moderate .slick-list .slick-track .video-cover { height:400px;}
.demo-content-left .slider.slider-for-gif-moderate .slick-list .slick-track .img-cover { height:400px;}
.demo-content-left .slider.slider-for-face-recognition .slick-list .slick-track .img-cover { height:400px;}

.blog-detail-content figure{height:375px;}
.demo-content-aiimgaudio-sec ul.tabs, .demo-content-aiimgaudio-sec .tab_container{min-height: auto!important;}

.services-section1.page-5 .img-cover img{object-fit: contain;width:auto!important; height:auto!important;margin: 0 auto;}
.services-section1.page-5 .img-cover{background: #f5f8ff;height:auto;}
.footer-section{padding-bottom:1.5rem !important;}
.copyright{padding:20px 0 10px 0;}

.client-info h4 {min-height: inherit;}
.blog-detail-content h2, .blog-detail-content h3, .blog-detail-content h4{margin-bottom: 0.5rem;}
.blog-detail-content p{margin-bottom:0.9rem;}
}

@media (max-width:670px){
  .demo-content-left .slider.slider-for-image-moderate .slick-list .slick-track .img-cover { height: 350px;}
.demo-content-left .slider.slider-for-video-moderate .slick-list .slick-track .video-cover { height: 350px;}
.demo-content-left .slider.slider-for-gif-moderate .slick-list .slick-track .img-cover { height: 350px;}
.demo-content-left .slider.slider-for-face-recognition .slick-list .slick-track .img-cover { height: 350px;}
header .container{padding: 0 1rem;}
}

@media (max-width:575px){

  .footer-section .footer-col{width: 100%;}
  .footer-section .footer-col-info{width: 100%;}
  .blog-section .blog-box-small{flex-direction: column;}
  .blog-section .blog-box-small figure{width: 100%;}
  .blog-section .blog-content-small{width: 100%;}
  .blog-box-small{flex-direction: column;}
  .blog-box-small figure{width: 100%;height:220px;}
  .blog-content-small{width: 100%;}

  .contact-media {width: 100%;margin-bottom: 15px;}
  .common-hero-section {padding: 6rem 0 2rem 0;}

  .common-hero-section h1, .services-hero-section h1 {font-size: 1.8rem;line-height: 2.125rem;}

.moderate-result{width: 100%;}

.badge-count{padding: 4px 8px; font-size: 0.7rem;}
.moderate-result-section.face-recognition-result-section .face-recognition-result{width:100%;}

.footer-section{padding-bottom:1rem !important;}
.copyright{padding:20px 0 10px 0;}
}
#lds-roller {
    background: #00000061;
    position: fixed;
    z-index: 9999;
    height: 100%;
    width: 100%;
    cursor: progress;
    display: none;
}

#lds-roller .lds-roller {
    position: absolute;
    width: 64px;
    height: 64px;
    top: 50%;
    left: 50%;
}

#lds-roller .lds-roller div {
    -webkit-animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    transform-origin: 32px 32px;
}

#lds-roller .lds-roller div:after {
    content: " ";
    display: block;
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #3e57da;
    margin: -3px 0 0 -3px;
}

#lds-roller .lds-roller div:nth-child(1) {
    -webkit-animation-delay: -0.036s;
    animation-delay: -0.036s;
}

#lds-roller .lds-roller div:nth-child(1):after {
    top: 50px;
    left: 50px;
}

#lds-roller .lds-roller div:nth-child(2) {
    -webkit-animation-delay: -0.072s;
    animation-delay: -0.072s;
}

#lds-roller .lds-roller div:nth-child(2):after {
    top: 54px;
    left: 45px;
}

#lds-roller .lds-roller div:nth-child(3) {
    -webkit-animation-delay: -0.108s;
    animation-delay: -0.108s;
}

#lds-roller .lds-roller div:nth-child(3):after {
    top: 57px;
    left: 39px;
}

#lds-roller .lds-roller div:nth-child(4) {
    -webkit-animation-delay: -0.144s;
    animation-delay: -0.144s;
}

#lds-roller .lds-roller div:nth-child(4):after {
    top: 58px;
    left: 32px;
}

#lds-roller .lds-roller div:nth-child(5) {
    -webkit-animation-delay: -0.18s;
    animation-delay: -0.18s;
}

#lds-roller .lds-roller div:nth-child(5):after {
    top: 57px;
    left: 25px;
}

#lds-roller .lds-roller div:nth-child(6) {
    -webkit-animation-delay: -0.216s;
    animation-delay: -0.216s;
}

#lds-roller .lds-roller div:nth-child(6):after {
    top: 54px;
    left: 19px;
}

#lds-roller .lds-roller div:nth-child(7) {
    -webkit-animation-delay: -0.252s;
    animation-delay: -0.252s;
}

#lds-roller .lds-roller div:nth-child(7):after {
    top: 50px;
    left: 14px;
}

#lds-roller .lds-roller div:nth-child(8) {
    -webkit-animation-delay: -0.288s;
    animation-delay: -0.288s;
}

#lds-roller .lds-roller div:nth-child(8):after {
    top: 45px;
    left: 10px;
}

@-webkit-keyframes lds-roller {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes lds-roller {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
