@charset "utf-8";
/*----------
Fonts

Manrope font 
font-weight = 200 ExtraLight, 300 Light, 400 Regula, 500 Medium, 600 SemiBold, 700 Bold, 800 ExtraBold
font-family: "Manrope", sans-serif; font-optical-sizing: auto; font-style: normal;

DM Serif Display 
font-weight = Regular 400
font-family: "DM Serif Display", serif; font-weight: 400; font-style: normal; font-style: italic
----------*/

/*----------
Colors

#000000 Black
#FFFFFF White
#B20003 Red
#990003 Red hover
#CCCCCC Grey light body font
#333333 Grey dark border
#555555 Gery dark
#999999 Grey mid
#1C1C1C Gery mid field / box
#DDDDDD Grey light
----------*/

/*----------
default css
----------*/
@font-face {
    font-family: 'Helvetica Neue';
    src: url('../fonts/HelveticaNeue-Bold.woff2') format('woff2'),
        url('../fonts/HelveticaNeue-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Helvetica Neue';
    src: url('../fonts/HelveticaNeue-Black.woff2') format('woff2'),
        url('../fonts/HelveticaNeue-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Helvetica Neue';
    src: url('../fonts/HelveticaNeue-Light.woff2') format('woff2'),
        url('../fonts/HelveticaNeue-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Helvetica Neue';
    src: url('../fonts/HelveticaNeue-Medium.woff2') format('woff2'),
        url('../fonts/HelveticaNeue-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Helvetica Neue';
    src: url('../fonts/HelveticaNeue-Thin.woff2') format('woff2'),
        url('../fonts/HelveticaNeue-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Helvetica Neue';
    src: url('../fonts/HelveticaNeue-Roman.woff2') format('woff2'),
        url('../fonts/HelveticaNeue-Roman.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Helvetica Neue';
    src: url('../fonts/HelveticaNeue-UltraLight.woff2') format('woff2'),
        url('../fonts/HelveticaNeue-UltraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}




@media (prefers-reduced-motion: no-preference) {
    :root {
        scroll-behavior: initial !important;
    }
}
/*browser scroll bar hide css start*/
@-moz-document url-prefix() { /* Disable scrollbar Firefox */
    html{ scrollbar-width: none; }
}
body { /* remove default margin */ scrollbar-width: none; /* Also needed to disable scrollbar Firefox */ -ms-overflow-style: none;  /* Disable scrollbar IE 10+ */ overflow-y: scroll; }
body::-webkit-scrollbar { width: 0px; background: transparent; /* Disable scrollbar Chrome/Safari/Webkit */ }
/*browser scroll bar hide css end*/

/*reset css start*/
*:focus { outline: none; border: none; }
*, *::after, *::before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; -o-box-sizing: border-box; box-sizing: border-box; }
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video { margin: 0; padding: 0;  outline: 0; font-size: 100%; vertical-align: baseline; background: transparent; }
body {margin: 0;font-size: 16px; background: #FFFFFF; font-family: 'Helvetica Neue'; font-optical-sizing: auto; font-weight: normal; font-style: normal; color: #555; line-height: 25px; text-rendering: optimizeLegibility; -webkit-text-size-adjust: 100%;word-wrap: break-word; }
p { line-height: 24px; margin-bottom: 20px; }
p a, small a { font-weight: 600; color:#0246F2; }
p a:hover, small a:hover { text-decoration:none;; }
b, strong { font-weight: 600; }
small { color: #555; font-size: 14px; font-weight: 400; display: block; margin-bottom: 0px; }
p span, small span { color: #FFFFFF; }
svg:not(:root) { overflow: hidden; }
blockquote, q { quotes: none; }
blockquote::before, blockquote::after, q::before, q::after { content: ''; content: none; }
a { outline: 0px; border: 0px; cursor: pointer; color: #000; text-decoration: none; outline: none; -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -ms-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; }
a:hover { color: #000; }
audio, canvas, progress, video { display: inline-block; vertical-align: top; }
audio:not([controls]) { display: none; height: 0; }
ul, li, ol { list-style: none; margin: 0px; padding: 0px; }
ul li, ol li { position: relative; margin: 0px; padding: 0px; }
ol { counter-reset: item; }
ol li::before { content: counters(item, ".") ". "; counter-increment: item; }
h1, h2, h3, h4, h5, h6, .lg-font, .lg-font-60, .lg-font-50 { color: #000; line-height: 1.1; word-wrap: break-word; letter-spacing: 0px;font-family: 'Helvetica Neue';  font-style: normal;}
h1, h2, .lg-font { font-size:50px; font-weight: 400; margin-bottom: 15px;letter-spacing: -0.5px; }
h3, .subtitle-lg-font {  font-size: 35px; font-weight: 400;  margin-bottom: 20px; letter-spacing: 0px;}
h4 { font-size: 25px;font-weight: 400; letter-spacing:0px; }
h5, h6 { font-size:22px; margin-bottom: 15px; letter-spacing:0px;font-weight: 400; }
img { max-width: 100%; vertical-align: top; height: auto; }
input[type="text"], input[type="email"], input[type="password"], input[type="number"], textarea, input[type="tel"], input[type="date"], select {box-shadow: 0px !important; -webkit-box-shadow: 0px !important; -ms-box-shadow: 0px !important; -moz-box-shadow: 0px !important; -webkit-appearance: none; -moz-appearance: none; appearance: none; outline: 0;}
.input-field { display: inline-block;overflow: hidden;text-overflow: ellipsis; max-width: 400px;width: 100%; padding: 0px 0px 15px;  background-color: transparent; color: #555555; font-size: 20px;border: none; border-bottom: 1px solid #989898;}
textarea { resize: none;height: 100px;}
.input-field-rd{border-radius: 30px;line-height: 1; border: 1px solid #989898;text-align: left;padding: 16px 30px;font-size: 14px;}
.input-field:focus{color:#000000;border-color:#0246F2;outline:0;box-shadow:none;}
.input-field::-webkit-input-placeholder{color:#989898;font-weight:400;}
.input-field::-moz-placeholder{color:#989898;opacity:1;font-weight:400;}
.input-field::-ms-input-placeholder{color:#989898;font-weight:400;}
.input-field:focus::-webkit-input-placeholder{color:#000000;font-weight:400;}
.input-field:focus::-moz-placeholder{color:#000000;opacity:1;font-weight:400;}
.input-field:focus::-ms-input-placeholder{color:#000000;font-weight:400;}

.getquotefrm .input-field:focus::-webkit-input-placeholder{color:#FFFFFF;font-weight:400;}
.getquotefrm .input-field:focus::-moz-placeholder{color:#FFFFFF;opacity:1;font-weight:400;}
.getquotefrm .input-field:focus::-ms-input-placeholder{color:#FFFFFF;font-weight:400;}
/*reset css end*/

/*----------
theme css
----------*/
/*margin classes start*/
.mt-10{margin-top: 10px}
.mt-20{margin-top: 20px;}
.mt-30 { margin-top: 30px; }
.mt-50 { margin-top: 50px; }
.mt-100 { margin-top: 100px; }
.mt-150 { margin-top: 150px; }
.mt-200 { margin-top: 200px; }
.mt-250 {margin-top: 250px;}
.mt-300 {margin-top: 300px;}
.mb-10{margin-bottom: 10px}
.mb-15{margin-bottom: 15px;}
.mb-20{margin-bottom: 20px;}
.mb-30 { margin-bottom: 30px; }
.mb-50 { margin-bottom: 50px; }
.mb-60{margin-bottom: 60px;}
.mb-70{margin-bottom: 70px;}
.mb-100 { margin-bottom: 100px; }
.mb-150 { margin-bottom: 150px; }
.mb-200 { margin-bottom: 200px; }
.mb-250 {margin-bottom: 250px;}
.mb-300 {margin-bottom: 300px;}
.m-tb-100 { margin: 100px 0px; }
.m-tb-50 { margin: 50px 0px; }
.m-tb-150 { margin: 150px 0px; }
.m-tb-200 { margin: 200px 0px; }
.mt-300{margin-top: 300px;}
/*margin classes end*/

/*padding classes start*/
.p-30{padding: 30px;}
.pt-10 { padding-top: 10px; }
.pt-20 { padding-top: 20px; }
.pt-30 { padding-top: 30px; }
.pt-50 { padding-top: 50px; }
.pt-100 { padding-top: 100px; }
.pt-150 { padding-top: 150px; }
.pt-200 { padding-top: 200px; }
.pt-300 { padding-top: 300px; }
.pb-10 { padding-bottom: 10px; }
.pb-20 { padding-bottom: 20px; }
.pb-30 { padding-bottom: 30px; }
.pb-50 { padding-bottom: 50px; }
.pb-100 { padding-bottom: 100px; }
.pb-150 { padding-bottom: 150px; }
.pb-200 { padding-bottom: 200px; }
.pb-300 { padding-bottom: 3000px; }
.p-tb-50 { padding: 50px 0px; }
.p-tb-100 { padding: 100px 0px; }
.p-tb-150 { padding: 150px 0px; }
.p-tb-200 { padding: 200px 0px; }
.p-tb-300 { padding: 300px 0px; }
/*padding classes end*/

/*common css start*/
.fwm{font-weight: 500; font-style: normal;}
section.d-inline-block {vertical-align: top;}
header {width: 100%;}
footer {width: 100%; background-color: #FFFFFF; color: #555555;}
footer a {color: #555555;}
footer a:hover {color: #000000;}
.lg-font {font-size: 70px;}
.lg-font-50{font-size: 50px;}
.lg-font-60{font-size: 60px;}
.subtitle-lg-font {font-size: 30px; color: #FFFFFF;}
.tx-40{font-size: 40px;}
.tx-25{font-size: 25px;}
.tx-30{font-size: 30px;line-height: 1.2;}
.tx-22{font-size: 22px;line-height: 1.3;}
.btn-theme{ background-color: #000000; color: #FFFFFF; font-weight: normal;line-height: 1; padding: 15px 30px; display: inline-flex;align-items: center; border-radius: 50px;font-size: 14px;border: none;transition: all 0.2s ease-in-out; }
.btn-theme:hover{background-color: #0246F2;color: #FFFFFF;}
.btn-theme-submit{background-color: #000000; color: #FFFFFF; font-weight: normal; padding: 18px 55px 18px 30px; display: inline-block; border-radius: 50px;font-size: 14px;border: none;background-image:url(../img/submit-arrow-right.svg);background-position: right 27px center;background-repeat: no-repeat;line-height: 1;transition: all 0.2s ease-in-out;}
.btn-theme-submit:hover{background-color: #0246F2;color: #FFFFFF;}
.btn-fill-arrow{ background-color: #000000;color: #FFFFFF; font-weight: normal;line-height: 1; padding: 18px 30px; display: inline-flex;align-items: center; border-radius: 50px;font-size: 14px;transition: all 0.2s ease-in-out; }
.btn-fill-arrow:hover{background-color: #0246F2;color: #FFFFFF;}
.btn-fill-arrow::after{content: '';margin-left: 10px; width: 16px;height: 12px;background-size: 16px;background-position: center; background-image: url(../img/btn-arrow-white.svg);background-repeat: no-repeat;transition: all 0.3s ease; }
.btn-outline{border: 1px solid #ddd;color: #000000;background-color: #FFFFFF;padding: 17px 30px;}
.btn-outline:hover{border-color: #0246F2;}
.btn-outline::after{background-image: url(../img/btn-arrow-black.svg);background-size: 16px;}
.btn-outline:hover::after{background-image: url(../img/btn-arrow-white.svg);}
.br-30{border-radius: 30px;}
.br-50{border-radius: 50px;}
.bx-bg{background-color: #F3F3F3;padding: 25px;}
.black-overlay, .getquoteover{position: fixed; top: 0px; left: 0px; width: 100%; height: 100%; background-color: rgba(0,0,0,0.5); z-index: 2; display: none;}  
.getquoteover{background-color: rgba(255,255,255,0.5);filter: blur(5);}
.lastmbnone :last-child { margin-bottom: 0px; }
.bullet-list ul{margin-bottom: 20px;}
.bullet-list ul li{margin-bottom: 10px;position: relative;padding-left: 20px;}
.bullet-list ul li::before{content: '';position: absolute;top: 10px;left: 0px;width: 6px;height: 6px;background-color: #989898;border-radius: 50%;}
.bullet-list ul li strong, .bullet-list ol li strong{font-weight: 400;color: #000000;}
.bullet-list ol li::before{color: #000;}
.gradient-bg{background: #FFFFFF;
background: linear-gradient(180deg,rgba(255, 255, 255, 0.10) 0%, rgba(2, 70, 242, 0.10) 100%);}
.bx-bg-white{background-color: #fff;padding: 30px;}
.bx-bg-blue{background-color: #0246F2;color:#fff;}
.bx-bg-blue h2, .bx-bg-blue h3,.bx-bg-blue h4, .bx-bg-blue h5{color: #fff;}
.bx-bg-gray{background-color: #F3F3F3;}
.br-circle{border-radius: 100%;}
.tx-white{color: #fff;}
.tx-blue{color: #0246F2;}
.textline{letter-spacing: 5px;margin-bottom: 10px;display: block;font-weight: 700;text-transform: uppercase;font-size: 14px;}
.img-scale > img{transform: scale(1);transition: all 0.3s ease;}
.img-scale:hover > img{transform: scale(1.05);} 
.bg-pettern{background: url(../img/workflow-bg.jpg) top center;background-size: cover;}
.bg-pettern, .bg-pettern h2, .bg-pettern h3, .bg-pettern h4, .bg-pettern h5{color: #fff;}
/*common css end*/

/* header css  */
.mainheader{padding: 30px 0px;position: fixed;top: 0px; left: 0px; z-index: 10;width: 100%;transition: all 0.3s ease;}
.mainheader.sticky{background-color: #FFFFFF;padding: 15px 0px;}
.navmenu > ul {display: flex; align-items: center;position: relative;}
.navmenu > ul > li {padding:30px;transition: all 0.3s ease;}
.navmenu > ul > li > a{font-size: 16px;color: #555;font-weight: 500;position: relative;}
.navmenu > ul > li.current-menu-item > a,
.navmenu > ul > li.current-menu-ancestor > a{color: #0246F2;}
.navmenu > ul > li.megamenu{position: static;}
.navmenu > ul > li.megamenu > ul{min-width: 760px;left: -10%;top: 100%; gap: 20px;grid-template-columns: repeat(2, 1fr);}
.navmenu > ul > li.megamenu > ul > li:last-child{width: 100%;grid-column: span 2;display: grid;grid-template-columns: 1fr 1fr;gap: 24px;background-color: #FFFFFF;padding: 20px;border-radius: 20px;}
.navmenu > ul > li.megamenu > ul > li > a{display: inline-block; background-color: #FFFFFF;border-radius: 20px;padding: 20px;color: #555;}
.navmenu > ul > li.megamenu > ul > li > a :last-child{margin-bottom: 0px;}
.navmenu > ul > li.megamenu > ul > li > a:hover h5{color: #0246F2;}
.navmenu > ul > li.megamenu > ul > li h5{font-size: 25px;margin-bottom: 15px;position: relative;}
.navmenu > ul > li.megamenu > ul > li h5::before {content: '';background-image: url(../img/arrow-right.svg);background-repeat: no-repeat;background-position: center;width: 30px;height: 30px;position: absolute;top:0px;right: 0;transition: all 0.3s ease;}
.navmenu > ul > li.megamenu > ul > li > a:hover h5::before{transform: translate(5px,-5px);}
.navmenu > ul > li.megamenu > ul > li .menuimg{border-radius: 20px; overflow: hidden; margin-bottom: 15px;}
.navmenu > ul > li.megamenu > ul > li .menuimg img{transform: scale(1);transition: all 0.3s ease;}
.navmenu > ul > li.megamenu > ul > li > a:hover img{transform: scale(1.1);}
.closeBtn { line-height: 1; z-index: 5; position: absolute; top: 20px; right: 20px; width: 20px; height: 20px; border: none; background-color: transparent; padding: 0; transform: rotate(45deg); display: inline-flex; align-items: center; justify-content: center; }
.closeBtn::after { background-color: #fff; width: 100%; height: 2px; content: ''; display: inline-block; vertical-align: middle; transition: all 1.5s cubic-bezier(0.075, 0.82, 0.165, 1); }
.closeBtn::before { background-color: #fff; height: 100%; width: 2px; position: absolute; top: 0; content: ''; transition: all 1.5s cubic-bezier(0.075, 0.82, 0.165, 1); }
.navbtn { margin-left: 15px;border: none; line-height: 1; padding: 0px ; background-color: transparent; width: 24px; height: 24px; display: none; flex-wrap: wrap; align-items: center; justify-content: end; }
.icnline { background-color: #0246F2; position: relative; transition: all 0.3s ease; width: 24px; height: 2px; margin-bottom: 0px; vertical-align: middle; line-height: 1; }
.icnline:last-child { margin-bottom: 0px; width: 16px; }
.navbtn:hover .icnline:nth-child(2) { width: 16px; }
.navbtn:hover .icnline:last-child { width: 24px; }
.submenu-arrow-icon { background-image: url(../images/menu-arrow-normal.svg); background-size: 20px; background-position: center; background-repeat: no-repeat; width: 30px; height: 20px; display: inline-block; transition: all 0.3s ease; }
.submenu-arrow-up { transform: rotate(-180deg); }
/* header css end */

/* homepage css start */
.cta-text h5::before{display: none;}
.cta-form{text-align: right;}
.cta-form .input-field{padding: 10px 20px;border: 1px solid #989898;border-radius: 30px;text-align: left;}
.cta-form .btn-theme-submit{margin-top: 10px;}
.getquotecol{position: absolute;width: 100%; top: 100%;z-index: 5; right: 0px; background-color: #000000;border-radius: 20px;overflow: hidden;display: none;margin-top: 20px;}
.takebtn{background-color: #FFFFFF;padding: 10px 15px;font-size: 20px; color: #0246F2;display: inline-flex;align-items: center;border-radius: 30px;margin-bottom: 50px;}
.takebtn img{margin-right: 10px;}
.getquotefrm{width: 40%;padding: 45px 50px;}
.getquotefrm .input-field{max-width: 100%;color: #FFFFFF; background-color: transparent;border: 1px solid #4D4D4D;text-align: left; border-radius: 15px;padding: 12px 20px;font-size: 16px;}
.getquotefrm .input-field:focus{border-color: #0246F2;}
.getquotefrm .wpcf7-form-control-wrap{margin-bottom: 10px;display: block;}
.frm-grp{margin-bottom: 20px;}
.getquotefrm .btn-theme-submit{background-color: #FFFFFF;color: #000;background-image: url(../img/submit-arrow-right-black.svg);}
.getquotefrm .btn-theme-submit:hover{background-color: #0246F2;color: #FFFFFF;background-image: url(../img/submit-arrow-right.svg);}  
.getquoteimg {width: 55%;overflow: hidden;}
.getquoteimg img{object-fit:cover;height:100%}
.getquoteimg img {width: 100%;height: 100%;object-fit: cover;transition: all 0.3s ease;}
.Quotebtn.active{position: relative;z-index: 3;}
.rightheader{min-width: 140px;text-align: right;}
.pagetopspace{padding-top: 180px;}
.aboutchartrow{justify-content: space-between;}
.chartmenimg {width: 39%;}
.searchlandcol h4{margin-bottom: 0px;}
.searchlandcol{width: 26%;padding: 25px 0px;}
.searchlandcol h4, .searchlandcol p{padding: 0px 25px;}
.chartcontent{width: 33%;}
.numtext{font-size: 45px;color: #0246F2;margin-right: 20px;line-height: 1;}
.aboutchartrow p{margin-bottom: 0px;}
.chartcontent {font-size: 20px;}
.chartcontent p{line-height: 25px}
.aidrivencol img{margin-top: -33px;}
.logoslider .slick-slide {text-align: center;}
.logoslider .slick-slide img {filter: grayscale(1);}
.solutionrow h3{margin-bottom: 30px;}
.solutionrow .bx-bg-white{min-height: 100%;display: block;}
.solutionrow a.bx-bg-white{border: 1px solid #fff;}
.solutionrow a.bx-bg-white:hover{border: 1px solid #0246F2;}
.insight-grid{display: grid;grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.75fr);gap: 18px;}
.insight-grid > .graybxaisearch:nth-child(3) {grid-column: 1 / -1;}
.graybxaisearch img{flex-shrink: 0;margin-right: 15px;}
.graybxaisearch strong{font-weight: normal;color: #000;}
.textslider {position: static;padding-left: 50px;}
.titleicn{margin-bottom: 10px;justify-content: space-between;}
.titleicn i{flex-shrink: 0;margin-left: 20px;}
.trustecgrowbrow .bx-bg-blue{min-height: 100%;display: flex;flex-direction: column;justify-content: space-between;}
.textslider .slick-track{display: flex;flex-direction: row;}
.textslider .slick-slide{padding: 0px 5px;height: inherit;display: flex;}
.textslider .slick-arrow{margin-top: 10px; width: 70px;height: 50px;border-radius: 30px;background-color: #fff;}
.textslider .slick-arrow:hover{background-color: #000000;}
.textslider .slick-prev{left: 42px;}
.textslider .slick-next{right: auto;left: 130px;}
.textslider .slick-prev:before {background-image: url(../img/slider-arrow-left.svg);}
.textslider .slick-next:before {background-image: url(../img/slider-arrow-right.svg);}
.textslider .slick-prev:hover:before {background-image: url(../img/slider-arrow-left-white.svg);}
.textslider .slick-next:hover:before {background-image: url(../img/slider-arrow-right-white.svg);}
.trutedbtimg::before{content: '';background: #0246F2;width: 100%;position: absolute;bottom: 0px;left: 0px;top: 50px;
background: linear-gradient(180deg,rgba(2, 70, 242, 0) 0%, rgba(2, 70, 242, 1) 100%);}
.trutedbtimg img{width: 100%;}
.testigrid{display: flex;flex-direction: column;justify-content: space-between;gap: 20px;}
.testigrid p{margin-bottom: 20px;}
.testigrid .bx-bg{padding-right: 50px;min-height: 330px;display: flex;flex-direction: column;justify-content: space-between;}
.userimg{margin-right: 20px;flex-shrink: 0;display: none;}
.useinfo span{font-size: 18px;color: #000000;display: block;margin-bottom: 5px;}
.calltoactionrow{background: url(../img/call-action-bg.jpg) no-repeat top center;padding: 90px 0px;color: #999;}
.calltoactionrow h3{font-size: 40px;color: #fff;}
.knowaboutrow p, .knowaboutrow ul{margin-bottom: 20px;}
.btnblue{display: inline-flex;align-items: center;padding: 10px 22px;border-radius: 30px;font-size: 22px;}
.ourworkflowrow{padding: 90px 0px;}
.wflowtitle{margin-bottom: 60px;}
.step-label {width: 50px; display: flex; align-items: center; position: absolute; top: 25px; left: 25px; bottom: 25px; }
.step-label span {height: 100%; width: 50px; border-radius: 50px; background: #f2f2f2; writing-mode: vertical-rl; transform: rotate(180deg); background-color: #fff; font-size: 18px;font-weight: 500; color: #0246F2; display: inline-flex; align-items: center; justify-content: center;}
.bxflowcard{padding: 30px; padding-left: 110px;display: flex;flex-direction: column;justify-content: space-between;}
.workboxrow .bxflowcol{margin-left: 8.33333333%;margin-bottom: 100px;}
.workboxrow .bxflowcol h5{color: #000000;}
.bxflowcard::after{content: '';position:absolute;background-repeat: no-repeat;background-position: top;}
.workboxrow .bxflowcol:nth-child(4n+1) .bxflowcard::after,
.workboxrow .bxflowcol:nth-child(4n+3) .bxflowcard::after{width:428px;right: -88%;top: 50px;height: 100px;background-image: url(../img/border-right-vector.svg);}
.workboxrow .bxflowcol:nth-child(4n+2) .bxflowcard::after{background-image: url(../img/border-left-vector.svg);width: 206px;height: 190px;left: -40%; bottom: -100px;}
.workboxrow .bxflowcol:nth-child(4n+1){margin-left: 0px;}
.workboxrow .bxflowcol:nth-child(4n+1) .bxflowcard,
.workboxrow .bxflowcol:nth-child(4n+4) .bxflowcard {background: #0246F2;color: #fff;}
.workboxrow .bxflowcol:nth-child(4n+2) .bxflowcard,
.workboxrow .bxflowcol:nth-child(4n+3) .bxflowcard {background: #FFFFFF;color: #000;}
.workboxrow .bxflowcol:nth-child(4n+2),
.workboxrow .bxflowcol:nth-child(4n+4){margin-top: 150px;}
.workboxrow .bxflowcol:nth-child(4n+2) .bxflowcard .step-label span,
.workboxrow .bxflowcol:nth-child(4n+3) .bxflowcard .step-label span{background-color: #000;color: #fff;}
.workboxrow .bxflowcol:nth-child(4n+1) .bxflowcard h5,
.workboxrow .bxflowcol:nth-child(4n+4) .bxflowcard h5 {color: #FFFFFF;}
.graybxgrid{display: grid;gap: 15px;grid-template-columns: 1fr 1fr;}
.graybxgrid h5{color: #0246F2;}
.cntformcol{margin-bottom: 0px;padding-left: 25px}
.cntformcol{font-size: 40px;line-height: 1;}
/*.cntformcol span{margin-right: 15px;margin-bottom: 20px;}*/
.cntformcol .input-field{vertical-align: top;position: relative;left: -3px;}
.cntformcol .serfield{vertical-align: super;left: 0px;}
.cntformcol .btn-theme-submit{margin-right: 15px;}
.ramya-cf7-inline .wpcf7,
.ramya-cf7-contact .wpcf7{margin: 0;}
.ramya-cf7-inline .wpcf7-form,
.ramya-cf7-contact .wpcf7-form{margin: 0;}
.ramya-cf7-inline .wpcf7-response-output,
.ramya-cf7-contact .wpcf7-response-output{margin: 20px 0 0;font-size: 16px;line-height: 1.4;}
.ramya-cf7-inline .wpcf7-form-control-wrap,
.ramya-cf7-contact .wpcf7-form-control-wrap{display: inline-block;vertical-align: top;margin: 0 15px 20px;position: relative;}
.ramya-cf7-inline .wpcf7-form-control-wrap[data-name="c_service"],
.ramya-cf7-contact .wpcf7-form-control-wrap[data-name="c_service"]{display: inline-block;margin-left: 0;margin-top: 15px;vertical-align: inherit;left: 0;}
.ramya-cf7-inline .wpcf7-form-control.input-field,
.ramya-cf7-contact .wpcf7-form-control.input-field{width: 100%;max-width: 400px;}
.ramya-cf7-inline .wpcf7-form-control-wrap[data-name="c_service"] .input-field,
.ramya-cf7-contact .wpcf7-form-control-wrap[data-name="c_service"] .input-field{max-width: 400px;}
.ramya-cf7-inline .wpcf7-br,
.ramya-cf7-contact .wpcf7-br{display: none;}
.ramya-cf7-inline .wpcf7-spinner,
.ramya-cf7-contact .wpcf7-spinner{display: inline-block;vertical-align: middle;margin-left: 10px;}
.ramya-cf7-inline .wpcf7-not-valid-tip,
.ramya-cf7-contact .wpcf7-not-valid-tip{font-size: 14px;position: absolute;left: 0;bottom: -18px;white-space: nowrap;}
.blogcol img{width: 100%;}
.accordion-button:focus{box-shadow: none;}
.accordion-item:first-of-type{border-radius: 0px;}
.accordion-item{border: none;border-bottom: 1px solid #DFDFDF;margin-bottom: 40px;color: #555;}
.accordion-button:last-child{margin-bottom: 0px;}
.accordion-button:not(.collapsed){background-color: transparent;color: #000000;box-shadow: none;font-size: 22px;}
.accordion-button{font-size: 22px;color: #000000;padding:0px 0px 40px}
.accordion-body{padding: 0px 0px 30px;}
/* homepage css end */

/* footer css start */
.footermain{background-color: #000000;padding: 50px 0px;color: #999;}
.footermain h4{font-weight: 700;}
.footermain h4 a{color: #FFFFFF;}
.footermain h5{color: #FFFFFF;margin-bottom: 20px;font-size: 18px;}
.footerlogo{margin-bottom: 70px;}
.footerlink, .addresscol{width: 33.33%;}
.footermain ul li{margin-bottom: 10px;}
.footermain ul li a{color: #999;}
.footermain ul li a:hover{color: #FFFFFF;}
.botfooter{border-top: 1px solid #2E2E2E;padding-top: 20px;}
.linkpolicy ul{display: flex; gap: 40px; justify-content: space-between;}
.linkpolicy ul li a{font-size: 14px;}
/* footer css end */


/* ai seo services css */
.aiseoheroelem h1{margin-bottom: 50px;}
.emilsubscribe{display: flex;align-items: flex-start;gap: 20px;}
.emilsubscribe .input-field{max-width: 300px;margin-right: 20px;}
.threecolrow h3{margin-bottom: 15px;}
.wehelpelement .bx-bg{padding: 20px;}
.wehelflow{padding-left: 60px;}
.wehelflow .bx-bg{margin-top: -3px;margin-bottom: 13px;}

/* blog css start */
.datecol{padding: 20px; display: inline-flex;justify-content: space-between;align-items: center;position: absolute;left: 0px;right: 0px;z-index: 2;}
.datecol span{background-color: #0246F2;padding: 5px 10px;font-size: 14px; border-radius: 30px}
.badgeblue{font-size: 16px;border-radius: 30px;font-weight: normal;}
a.badgeblue:hover{background-color: #000000;color: #fff;}
.blogdetailimg span{color:#000000;}

/* blog article body */
.blogdetailcontent{font-size: 18px;line-height: 1.65;color: #555555;}
.blogdetailcontent__body > :first-child{margin-top: 0;}
.blogdetailcontent__body p{margin-bottom: 24px;line-height: 1.65;}
.blogdetailcontent__body p:last-child{margin-bottom: 0;}
.blogdetailcontent__body h2{font-size: 32px;font-weight: 500;line-height: 1.2;margin: 48px 0 20px;color: #000000;letter-spacing: -0.3px;}
.blogdetailcontent__body h3{font-size: 26px;font-weight: 500;line-height: 1.25;margin: 40px 0 16px;color: #000000;}
.blogdetailcontent__body h4{font-size: 22px;font-weight: 500;line-height: 1.3;margin: 32px 0 12px;color: #000000;}
.blogdetailcontent__body h5,
.blogdetailcontent__body h6{font-size: 18px;font-weight: 500;line-height: 1.35;margin: 28px 0 10px;color: #000000;}
.blogdetailcontent__body h2 + h3,
.blogdetailcontent__body h3 + h4{margin-top: 16px;}
.blogdetailcontent__body p strong,
.blogdetailcontent__body li strong{color: #000000;font-weight: 500;}
.blogdetailcontent__body a{color: #0246F2;font-weight: 500;text-decoration: underline;text-underline-offset: 3px;}
.blogdetailcontent__body a:hover{color: #000000;}
.blogdetailcontent__body ul,
.blogdetailcontent__body ol{margin: 0 0 24px;padding: 0;}
.blogdetailcontent__body ul li{margin-bottom: 12px;padding-left: 22px;}
.blogdetailcontent__body ul li::before{top: 11px;width: 7px;height: 7px;background-color: #0246F2;}
.blogdetailcontent__body ol{counter-reset: blogdetail-ol;}
.blogdetailcontent__body ol li{counter-increment: blogdetail-ol;margin-bottom: 12px;padding-left: 28px;}
.blogdetailcontent__body ol li::before{content: counter(blogdetail-ol) ".";color: #0246F2;font-weight: 500;left: 0;}
.blogdetailcontent__body img,
.blogdetailcontent__body figure img{border-radius: 20px;margin: 32px 0;width: 100%;height: auto;display: block;}
.blogdetailcontent__body figure{margin: 32px 0;}
.blogdetailcontent__body figcaption{font-size: 14px;color: #989898;margin-top: 10px;line-height: 1.5;}
.blogdetailcontent__body blockquote{margin: 32px 0;padding: 24px 28px;background-color: #F3F3F3;border-radius: 20px;border-left: 4px solid #0246F2;color: #000000;}
.blogdetailcontent__body blockquote p{margin-bottom: 16px;}
.blogdetailcontent__body blockquote p:last-child{margin-bottom: 0;}
.blogdetailcontent__body hr{margin: 40px 0;border: 0;border-top: 1px solid #DDDDDD;}
.blogdetailcontent__body .wp-block-image{margin: 32px 0;}
.blogdetailcontent__body .wp-block-image img{margin: 0;}
.blogdetailcontent__body table{width: 100%;margin: 24px 0;border-collapse: collapse;font-size: 16px;}
.blogdetailcontent__body th,
.blogdetailcontent__body td{padding: 12px 16px;border: 1px solid #DDDDDD;text-align: left;}
.blogdetailcontent__body th{background-color: #F3F3F3;color: #000000;font-weight: 500;}

/* blog author box */
.blogdetailcontent .blogauthorbox{margin-top: 48px;padding: 28px 30px;}
.blogauthorbox__inner{gap: 24px;align-items: center;}
.blogauthorbox__avatar{margin: 0;}
.blogauthorbox__img{width: 100px;height: 100px;object-fit: cover;border-radius: 50%;display: block;}
.blogauthorbox__avatar--icon .blogauthorbox__icon{width: 100px;height: 100px;border-radius: 50%;background-color: #E8EEFF;display: flex;align-items: center;justify-content: center;}
.blogauthorbox__avatar--icon .blogauthorbox__icon-img{width: 48px;height: 48px;object-fit: contain;display: block;border-radius: 0;}
.blogauthorbox__role{display: block;font-size: 14px;margin-bottom: 6px;}
.blogauthorbox__name{color: #000000;margin: 0 0 12px;font-size: 22px;font-weight: 500;line-height: 1.2;}
.blogauthorbox__name a{color: #000000;}
.blogauthorbox__name a:hover{color: #0246F2;}
.blogauthorbox__bio{color: #555555;line-height: 1.6;margin: 0;}

/* about page css  */
.ab-img-grid {display: grid;grid-template-columns: 1fr 1fr;gap: 20px;}
.ab-img-grid img {width: 100%;object-fit: cover;min-height: 100%;}
.ab-img-grid img:nth-child(2){ grid-row: span 2;}
.aboutheroelem p{margin-bottom: 30px;}

/* contact page css */
.cntdetail i{flex-shrink: 0;margin-right: 20px;}
.cntdetail{padding: 30px;font-size: 25px;font-weight: 700;color: #fff;}
.cntdetail span:first-child{display: block;margin-bottom: 10px;font-weight:normal;font-size: 16px;}
.cntdetail:hover{background-color: #000000;color: #fff;}
.contactmap{overflow: hidden;}
.contactmap iframe{display: block;width: 100%;height: 340px;border: 0;}
.contactmap{padding-right: 50px;}
.thanksmsg{padding: 30px 50px;}
.cmspagerow h2{margin-bottom: 25px;}
.cmspagerow p strong{color: #000000;font-weight: normal;}
.cmspagerow  p, .cmspagerow ul{margin-bottom: 20px;}
.cmspagerow h6{font-size: 16px;margin-bottom:10px;}
.cmspagerow a{color: #000000;}
.cmspagerow small{font-size:16px;color: #000000;font-weight: 700;}
.sitemaprow .sitemap-heading{font-size: 22px;margin-bottom: 20px;text-transform: uppercase;font-weight: 500;}
.sitemaprow .sitemap-col{margin-bottom: 40px;}
.sitemaprow .sitemap-list{margin: 0;padding: 0;list-style: none;}
.sitemaprow .sitemap-list li{margin-bottom: 10px;position: relative;padding-left: 20px;}
.sitemaprow .sitemap-list li::before{content: '';position: absolute;top: 10px;left: 0;width: 6px;height: 6px;background-color: #989898;border-radius: 50%;}
.sitemaprow .sitemap-list a{color: #000000;text-decoration: none;transition: color 0.2s ease;}
.sitemaprow .sitemap-list a:hover{color: #1a56db;}
.sitemaprow .sitemap-list-blog{columns: 2;column-gap: 40px;}
.sitemaprow .sitemap-list-blog li{break-inside: avoid;}
.table>:not(caption)>*>*{border-color: #ddd;padding: 10px 15px;}
.wp-block-table{margin-bottom: 20px;}


/*----------
media query css start
----------*/

@media only screen and (min-width:1200px){
    .container {max-width: 1224px;}  
    .mainheader .closeBtn{display: none;}
    .navmenu > ul > li > a:hover{color: #000000;}
    .navmenu > ul > li.menu-item-has-children > a{padding-right: 30px;}
    .navmenu > ul > li.menu-item-has-children > a::before {content: '';background-image: url(../img/arrow-down.svg);background-repeat: no-repeat;background-position: center;width: 16px;height: 16px;position: absolute;top:0px;right: 0;transition: all 0.3s ease;}
    .navmenu > ul > li.menu-item-has-children > a:hover::before,
    .navmenu > ul > li.menu-item-has-children:hover > a::before, .navmenu > ul > li.current-menu-ancestor.menu-item-has-children > a::before{background-image: url(../img/arrow-down-active.svg);}
    .navmenu > ul > li > ul{position: absolute; top: 100%; left: 0px; background-color: #F3F3F3; padding: 20px; border-radius: 20px; box-shadow: 0px 4px 20px rgba(0,0,0,0.20);display: none;}
    .mainheader.sticky .navmenu > ul > li{padding: 15px 30px;}
    .navmenu > ul > li:hover > a{color: #000000;}
    .navmenu > ul > li:hover > ul{display: grid;animation-name: fadeInUp; animation-duration: 0.5s; animation-fill-mode: both;}
}


@media only screen and (max-width:1550px){
    
}

@media only screen and (max-width:1440px){
    .mb-150{margin-bottom: 100px;}
    .knowaboutrow p, .knowaboutrow ul{margin-bottom: 20px;}
}

@media only screen and (max-width:1366px){

}

@media only screen and (max-width:1280px){
    
}

@media only screen and (max-width:1199px){
    .lg-font{font-size:50px;}
    .br-30{border-radius: 20px;}
    .br-50{border-radius: 30px;}
    h1, h2, .lg-font{font-size: 36px;}
    h3, .subtitle-lg-font{font-size: 30px;}
    .tx-22{font-size: 18px;}
    .lg-font-60 {font-size: 40px;}
    .tx-30{font-size: 24px;}
    .tx-25{font-size: 22px;}
    .mb-100{margin-bottom: 60px;}
    .mb-150{margin-bottom: 70px;}
    .mb-70{margin-bottom: 50px;}
    .mb-60{margin-bottom: 40px;}
    .mb-50{margin-bottom: 30px;}
    .mb-30{margin-bottom: 20px;}
    .mainheader, .mainheader.sticky{padding:10px 0px}
     .navbtn { display: inline-flex; }
    .navmenu { overflow: auto; border-radius: 0px; z-index: 50; padding: 70px 30px; position: fixed; overflow: auto; height: 100%; width: 400px; background: #fff; right: -100%; top: 0px; -webkit-transition: right 0.5s; -o-transition: right 0.5s; transition: right 0.5s; flex-wrap: wrap; align-items: flex-start; flex-direction: column; }
    .navmenu.slide { right: 0px; }
    .navmenu > ul { margin-right: 0px; display: inline-block; vertical-align: top; width: 100%; }
    .navmenu>ul>li { margin: 0px 0px 20px; padding: 0px; }
    .navmenu>ul>li a { font-size: 30px; color: #B2B2B2; display: inline-block; }
    .navmenu > ul  li  ul { position: relative; margin-left: 0px; background-color: transparent; padding: 0px; margin-top: 20px; box-shadow: none;display:none; }
    .navmenu > ul > li  ul  li  a { font-size: 20px; color: #4E5C5A; padding-bottom: 0px; }
    .navmenu > ul li ul li ul { padding: 20px 0px 0px 20px }
    .navmenu > ul li ul li ul li { position: relative; }
    .navmenu > ul li ul li { position: relative; margin-bottom: 20px;border-radius:0px;background-color:transparent; }
    .navmenu > ul > li.menu-item-has-children > a::before{display:none}
    .navmenu > ul > li.menu-item-has-children > a{padding-right: 0px;}
    .navmenu > ul > li:hover > ul{display: none;animation:none}
    .navmenu>ul>li:last-child, .navmenu > ul li ul li:last-child { margin-bottom: 0px; }
    .navmenu > ul > li > a:after { background-color: #4E5C5A; }
    .navmenu > ul > li:last-child { display: inline-block; }
    .navmenu > ul > li.menu-item-has-children { position: relative; }
    .navmenu > ul > li.megamenu > ul{left:0px;min-width:inherit}
    .navmenu > ul > li.megamenu > ul > li .menuimg{border-radius: 10px;display: none;}
    .navmenu > ul > li.megamenu > ul > li h5{margin-bottom: 5px;display:block}
    .navmenu > ul > li.megamenu > ul > li:last-child{display:inline-block;padding: 0px;}
    .navmenu > ul > li.megamenu > ul > li h5{font-size: 20px;color: #0246F2;}
    .navmenu > ul > li.megamenu > ul > li p{font-size: 16px;}
    .cta-form, .cta-form .input-field{text-align:left}
    .cta-form .input-field{padding: 7px 20px;font-size: 16px;}
    .cta-text p{margin-bottom:10px;}
    .navmenu > ul > li.megamenu > ul > li > a{padding:0px;display:block}
    .sub-menu-arrow { position: absolute; right: 0px; width: 30px; height: 30px; display: inline-flex; align-items: center; justify-content: center; }
    .navarrow { width: 20px; height: 20px; display: inline-block; }
    .navarrow::before { content: ''; width: 20px; height: 20px; display: inline-block; transition: all 0.2s ease; vertical-align: top; background: url(../img/arrow-down-active.svg) no-repeat; background-position: center; left: 0; background-size: 18px; }
    .navarup::before { transform: rotate(180deg); }
    .closeBtn::before, .closeBtn::after { background-color: #333333; }
    .mainheader .closeBtn { display: inline-flex; }
    .rightheader{display:inline-flex;justify-content: flex-end;align-items: center;}
    .getquotefrm{width:45%;}
    .btn-theme{padding:0px 20px;height: 38px;}
    .btn-fill-arrow::after{background-size: 14px;height: 11px;}
    .btn-fill-arrow{padding:0px 20px;height: 38px;}
    .btn-theme-submit{padding: 0px 50px 0px 20px;background-position: right 20px center;height: 38px;}
    .takebtn{margin-bottom: 20px;font-size: 18px;}
    .insight-grid{grid-template-columns: 1fr 1fr;}
    .insight-card-head h3{font-size: 24px;}
    .herohometoprow h1 img{height:36px;}
    .aiseoheroelem h1 img{height:40px;}
    .pagetopspace {padding-top: 150px;}
    .searchlandcol{width: 49%;}
    .chartmenimg{width: 49%;}
    .targetimg{text-align: center;}
    .chartcontent {display: flex;gap: 20px;width: 100%;}
    .aidrivencol img{margin-top: 0px;}
    .numtext{margin-bottom: -10px;}
    .graybxaisearch {padding: 15px;}
    .chartcontent .bx-bg{width: 33.33%;gap: 20px;margin-top: 20px; flex-direction: column;margin-bottom: 0px;align-items: flex-start !important;justify-content: center;}
    .solutionrow h3{margin-bottom: 15px;}
    .testigrid .bx-bg{padding: 25px;min-height: 295px}
    .textslider{padding-left: 0px}
    .testigrid p {margin-bottom: 20px;}
    .testigrid .mb-30{margin-bottom: 20px;}
    .titleicn{margin-bottom: 0px;}
    .titleicn i{max-width: 60px;margin-left: 10px;}
    .calltoactionrow{padding: 50px 0px;}
    .knowaboutrow p, .knowaboutrow ul{margin-bottom: 20px;}
    .btnblue{font-size: 18px;}
    .workboxrow .bxflowcol:nth-child(4n+1) .bxflowcard::after, .workboxrow .bxflowcol:nth-child(4n+3) .bxflowcard::after{z-index: 0;}
    .bxflowcard{z-index: 1;}
    .workboxrow .bxflowcol{margin-left: 0px;}
    .workboxrow .bxflowcol:last-child{margin-bottom: 0;}
    .workboxrow .bxflowcol:nth-child(4n+1) .bxflowcard::after, .workboxrow .bxflowcol:nth-child(4n+3) .bxflowcard::after{background-position: right;width: 300px;right: -66%;}
    .knowaboutrow p, .knowaboutrow ul{margin-bottom: 10px;}
    .bullet-list ul li{margin-bottom: 5px;}
    .cntformcol{font-size: 30px;}
    /*.cntformcol .input-field{margin-right: 10px;margin-bottom: 15px;}
    .cntformcol .serfield{margin-top: 15px;}
    .cntformcol span{margin-right: 10px;margin-bottom: 15px;}*/
    .input-field{padding-bottom: 15px;max-width: 350px;}
    .contactusrow h2{margin-bottom: 0px;}
    .accordion-item{margin-bottom: 30px;}
   .accordion-button{padding-bottom: 30px;}
   .footermain .mb-100, .footerlogo{margin-bottom: 50px;}
   .footerlink{width: 25%;}
   .addresscol{width: 50%;}
   .blogdetailcontent{font-size: 17px;}
   .blogdetailcontent__body h2{font-size: 28px;margin-top: 36px;margin-bottom: 16px;}
   .blogdetailcontent__body h3{font-size: 24px;margin-top: 32px;}
   .blogdetailcontent__body h4{font-size: 20px;margin-top: 28px;}
   .blogdetailcontent .blogauthorbox{margin-top: 36px;padding: 24px;}
   .blogauthorbox__img,
   .blogauthorbox__avatar--icon .blogauthorbox__icon{width: 80px;height: 80px;}
   .blogauthorbox__avatar--icon .blogauthorbox__icon-img{width: 40px;height: 40px;}
   .cntdetail{font-size: 20px;}
   .cntdetail i{width: 60px;}
   .contactmap{padding-right: 0px;}
   .contactmaprow br{display: none;}
   .contactmap iframe{height: 250px;}
   .cmspagerow h2, .cmspagerow p, .cmspagerow ul{margin-bottom: 20px;}
   .cmspagerow .mb-100{margin-bottom: 50px;}
   .sitemaprow .sitemap-list-blog{columns: 1;}
   .input-field-rd{padding: 11px 20px;}
   .aiseoheroelem h1{margin-bottom: 20px;}
   
   .wehelflow{padding-left: 30px;}
   .threecolrow .bx-bg-white img{width: 60px;}
   .fourcolumnrow.pb-50{padding-bottom: 25px;}
     .fourcolumnrow .solutionitems [class*="col-"]{margin-bottom: 24px;}
     .wehelflow  img{max-width: 240px;}
     .emilsubscribe  .wpcf7-form-control-wrap{display: block;margin-bottom: 20px;}
     


}

@media only screen and (max-width:1024px){
    

}

@media only screen and (max-width:992px){
    .lg-font-60{font-size: 30px;}
    .tx-30{font-size: 20px;}
    h4{font-size: 22px;}
    .aidrivencol img {margin-top: 10px;}
   .targetimg img{max-width: 150px;}
   .aisearchrow .row [class*="col-"]:first-child{margin-bottom: 30px;}
   .wflowtitle{margin-bottom: 30px;}
   .workboxrow .bxflowcol:nth-child(4n+1) .bxflowcard::after, 
   .workboxrow .bxflowcol:nth-child(4n+3) .bxflowcard::after {width: 220px;}
   .workboxrow .bxflowcol:nth-child(4n+2) .bxflowcard::after{background-position: left;width: 220px;left: -58%;}
   .whychoosrow .row{flex-direction: column-reverse;}
   .whychoosrow .row [class*="col-"]:last-child{margin-bottom: 20px;}
   .frmtitle{display: flex;margin-bottom: 20px;}
   .frmtitle img{margin-right: 20px;flex-shrink: 0;}
   .frmtitle br {display: none;}
   .addresscol {width: 50%;padding-left: 10px;}
   .copyright{width: 40%;}
   .getquotefrm{padding: 30px;}
   .cntdetail{padding: 20px;}
   .cntdetail i{width: 50px;margin-right: 15px;}
   .cntdetail {font-size: 17px;}
   .wehelflow{padding-left: 0px;}
      .threecolrow .solutionitems [class*="col-"]{margin-bottom: 24px;}
   .threecolrow .solutionitems [class*="col-"]:last-child{margin-bottom: 0px;}
   .aidrivencol h4 br{display: none;}
   .textslider{margin-top: 30px;margin-left:-5px;margin-right:-5px;}
   .testigrid .bx-bg {padding: 25px; min-height: 270px;}

}

@media only screen and (max-width:768px){
  
}

@media only screen and (max-width:767px){
    .br-30{border-radius: 15px;}
    .br-50{border-radius: 20px;}
    .mb-100, .mb-150{margin-bottom: 70px;}
    .container{padding: 0px 20px;}
    .mb-60{margin-bottom: 20px;}
    .mb-70 {margin-bottom: 30px;}
    .mb-50{margin-bottom: 20px;}
    .p-30 { padding: 20px;}
    h1, h2, .lg-font {font-size: 30px;}
    .lg-font-60{font-size: 28px;}
    .calltoactionrow h3, h3{font-size: 24px;}
    .herohometoprow h1 img, .aiseoheroelem h1 img {height: 30px;}
    .searchlandcol{width: 100%;margin-bottom: 15px;}
    .chartmenimg{width: 100%;}
    .chartcontent .bx-bg{width: 100%;}
    .chartcontent{flex-wrap: wrap;gap: 0px;}
    .chartcontent .bx-bg{margin-top:15px;flex-direction: row;gap: 0px; }
    .numtext{font-size: 36px;margin-right: 15px;}
    .aidrivencol img{margin-top: 0px;}
    .insight-grid{grid-template-columns: 1fr;}
    .solutionrow.pt-50, .contactusrow.pt-50{padding-top: 0px;}
    .solutionitems [class*="col-"]{margin-bottom: 20px;}
    .solutionitems [class*="col-"]:last-child{margin-bottom: 0px;}
    .testigrid .bx-bg{padding: 25px;min-height: 366px;}
    .textslider {margin: 0px -5px;margin-top: 20px;}
    .calltoactionrow .row [class*="col-"]:first-child, 
    .workflcontent [class*="col-"]:first-child{margin-bottom: 20px;}
    .knowaboutrow .row{flex-direction: column-reverse;}
    .knowaboutrow .row [class*="col-"]:last-child{margin-bottom: 20px;}
    .ourworkflowrow{padding: 50px 0px;}
    .workboxrow .bxflowcol{margin-bottom: 50px;}
    .workboxrow .bxflowcol:nth-child(4n+1) .bxflowcard::after,
    .workboxrow .bxflowcol:nth-child(4n+2) .bxflowcard::after, 
    .workboxrow .bxflowcol:nth-child(4n+3) .bxflowcard::after{background-image: none;bottom: -50px;left: 50%;top: auto;right: auto;width: 1px;height: 50px;border: 1px dashed #ddd;}
    .step-label{position: relative;width: 100%;left: 0px;top: 0px;bottom: 0px; margin-bottom: 15px;}
    .step-label span{transform: none;width: 100%;writing-mode: horizontal-tb;height: 40px;}
    .bxflowcard{padding: 20px;}
    .wflowtitle {margin-bottom: 20px;}
    .workboxrow .bxflowcol:nth-child(4n+2), .workboxrow .bxflowcol:nth-child(4n+4){margin-top: 0px;}
    .navmenu{width: 100%;}
    .logo img{max-width: 110px;}
    .pagetopspace {padding-top: 100px;}
    .herohometoprow .btn-fill-arrow{margin-bottom: 10px;margin-right: 10px;}
    .logoslider .slick-slide img{height: 40px;}
    .graybxgrid{grid-template-columns: 1fr;}
    .cntformcol{padding: 0px;font-size: 24px;}
    .cntformcol br{display: none;}
    .cntformcol .input-field{margin: 5px 0px 5px;left: 0px;text-align: left;}
    .ramya-cf7-inline .wpcf7-form-control-wrap,
    .ramya-cf7-contact .wpcf7-form-control-wrap{display: block;margin: 10px 0;left: 0;}
    .ramya-cf7-inline .wpcf7-form-control-wrap[data-name="c_service"],
    .ramya-cf7-contact .wpcf7-form-control-wrap[data-name="c_service"]{margin-top: 10px;}
    .ramya-cf7-inline .wpcf7-form-control.input-field,
    .ramya-cf7-contact .wpcf7-form-control.input-field{max-width: 100%;text-align: left;}
    .frmline{margin-bottom: 20px;}
    .frmtitle{align-items: flex-start;}
    .frmtitle img{margin-bottom: 0px;margin-right: 10px;width: 50px;}
    .bx-bg-white{padding: 20px;}
    .solutionrow h3{margin-bottom: 15px;}
    .solutionitems .bx-bg-white img{width: 60px;margin-bottom: 10px;}
    .titleicn i{max-width: 70px;}
    .trustecgrowbrow .bx-bg-blue p{margin-bottom: 0px;}
    .whychoosrow .row [class*="col-"]:last-child {margin-bottom: 10px;}
    .accordion-button{align-items: flex-start;padding-bottom: 20px;font-size: 20px;}
    .accordion-button::after{margin-left: 20px;margin-top: 5px;}
    .accordion-item{margin-bottom: 20px;}
    .accordion-body{padding-bottom: 20px;}
    .accordion-body :last-child{margin-bottom: 0px;}
    .footermain .mb-100, .footerlogo{margin-bottom: 20px;}
    .rightfooter{flex-wrap: wrap;}
    .footerlink{width: 50%;}
    .addresscol{width: 100%;padding-left: 0px;margin-top: 10px;}
    .botfooter{flex-direction: column-reverse;}
    .copyright{width: 100%;}
    .footerlogo img{max-width: 180px;}
    .footermain h4{font-size: 20px;}
    .footermain h5{margin-bottom: 10px;}
    .linkpolicy ul{flex-wrap: wrap;gap: 0px;}
    .linkpolicy ul li{width: 50%;}
    .getquotefrm{width: 100%;order: 2;}
    .getquoteimg{width: 100%;}
    .getquotecol{top: 50px;position: fixed;overflow-y: auto;margin-top: 15px;width: inherit;left: 15px;right: 15px;}
    .blogdetailcontent{font-size: 16px;}
    .blogdetailcontent__body p{margin-bottom: 20px;}
    .blogdetailcontent__body h2{font-size: 24px;margin-top: 28px;margin-bottom: 14px;}
    .blogdetailcontent__body h3{font-size: 22px;margin-top: 24px;margin-bottom: 12px;}
    .blogdetailcontent__body h4{font-size: 18px;margin-top: 20px;}
    .blogdetailcontent__body img,
    .blogdetailcontent__body figure img{margin: 24px 0;border-radius: 15px;}
    .blogdetailcontent__body blockquote{padding: 20px;margin: 24px 0;border-radius: 15px;}
    .blogdetailcontent .blogauthorbox{margin-top: 28px;padding: 20px;}
    .blogauthorbox__inner{flex-direction: column;}
    .blogauthorbox__img,
    .blogauthorbox__avatar--icon .blogauthorbox__icon{width: 72px;height: 72px;}
    .blogauthorbox__avatar--icon .blogauthorbox__icon-img{width: 36px;height: 36px;}
    .blogauthorbox__name{font-size: 20px;}
    .cntdetail{margin-bottom: 15px;font-size: 18px;}
    .cntdetail span:first-child{margin-bottom: 5px;}
    .contactmap{margin-bottom: 20px;}
    .cmspagerow .mb-100{margin-bottom: 30px;}
    .aboutheroelem p{margin-bottom: 20px;}
    .aboutheroelem .row [class*="col-"]:first-child{margin-bottom: 30px;}
    .ourworkflowrow .mb-100{margin-bottom: 30px;}
    .biofounder figure{margin-bottom: 30px;}
    .aiseoheroelem .row, .wehelpelement .row{flex-direction: column-reverse;}
    .emilsubscribe{flex-wrap: wrap;}
    .emilsubscribe .input-field{max-width: 100%;}
    .wehelpelement .row [class*="col-"]:last-child{margin-bottom: 15px;}
    .aiseoheroelem figure{margin-bottom: 10px;}
    .wehelflow  img {max-width: 200px;}
    .textline{letter-spacing: 3px;margin-bottom: 5px;}
    .thanksmsg{padding: 25px;}
    .ramya-cf7-inline .wpcf7-not-valid-tip, .ramya-cf7-contact .wpcf7-not-valid-tip{position: relative;bottom: 0px;}
    .getquoteimg{display: none;}
    .getquotefrm .wpcf7-form-control-wrap{margin-bottom: 20px;}
    .Quotebtn img{width: 16px;}
    .cta-form .btn-theme-submit{margin-top: 0px;}
    .cta-form .wpcf7-form-control-wrap, .emilsubscribe  .wpcf7-form-control-wrap{display: block;margin-bottom: 20px;}
}

@media only screen and (max-width:580px){
    .contactmap iframe{height: 340px;}
}

@media only screen and (max-width:390px){

}
/* animation keyframe css */
.animated { animation-duration: 1s; animation-fill-mode: both; }
.animated.infinite { animation-iteration-count: infinite; }
@keyframes fadeInDown {
    0% { opacity: 0; transform: translateY(-50px); }
    100% { opacity: 1; transform: translateY(0); }
}
.fadeInDown { animation-name: fadeInDown; }
@keyframes fadeInLeft {
    0% { opacity: 0; transform: translateX(-50px); }
    100% { opacity: 1; transform: translateX(0); }
}
.fadeInLeft { animation-name: fadeInLeft; }
@keyframes fadeInRight {
    0% { opacity: 0; transform: translateX(50px); }
    100% { opacity: 1; transform: translateX(0); }
}
.fadeInRight { animation-name: fadeInRight; }
@keyframes fadeInUp {
    0% { opacity: 0; transform: translateY(50px); }
    100% { opacity: 1; transform: translateY(0); }
}
.fadeInUp { animation-name: fadeInUp; }

@keyframes fadeIn {
    0% { opacity: 0; transform: translateY(50px); }
    100% { opacity: 1; transform: translateY(0); }
}
.fadeIn { animation-name: fadeIn; }

.wpcf7-spinner{position:absolute;margin-top:12px;}
.wpcf7 form.sent .wpcf7-response-output{line-height:24px;background:#dff0d8;border:1px solid #c3e6cb;margin:20px 0 0;padding:7px 12px;color:#155724;position:relative;z-index:1;border-radius:5px;font-size:16px;}
.wpcf7 form.invalid .wpcf7-response-output,.wpcf7 form.unaccepted .wpcf7-response-output{line-height:24px;background:#f8d7da;border:1px solid #f5c6cb;margin:20px 0 0;padding:7px 15px;color:#721c24;position:relative;z-index:1;border-radius:5px;font-size:16px;}
span.wpcf7-not-valid-tip{color:#ed1c24;position:relative;text-align:left;font-size:14px;}
.grecaptcha-badge, #trustedsite-tm-image{display: none !important;}