@charset "utf-8";
/*----------
default css
----------*/
@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 */ }
body.tt-magic-cursor #magic-cursor {display: block;}
/*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; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent; }
body {margin: 0; background: #F7F7F7; font-family: "Inter", sans-serif; font-size: 16px; font-weight: 400; color: #3B3A39; line-height: 26px; text-rendering: optimizeLegibility; -webkit-text-size-adjust: 100%;word-wrap: break-word; }
p { margin-bottom: 20px; }
b, strong { font-weight: 600;  }
small { color: #555; font-size: 14px; display: block; margin-bottom: 0px; }
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: #E2000F; 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: #3B3A39; }
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, .titlefont { font-family: "Inter", sans-serif;color: #3B3A39; line-height: 1; word-wrap: break-word;font-weight: 700;}
h1, h2 { font-size:80px;  margin-bottom: 30px;letter-spacing:-1px }
h3, .title3 { font-size: 45px;  margin-bottom: 20px;}
h4{ font-size: 25px; margin-bottom: 10px;line-height: 1.3;letter-spacing: 0px;}
h5{ font-size: 20px; margin-bottom: 10px;line-height: 1.3;}
img { max-width: 100%; vertical-align: top; height: auto; }
footer { background-color: #3B3A39; color: #F7F7F7; width: 100%;padding: 300px 0px 50px; }
footer a { color: #F7F7F7; }
footer a:hover { color: #FFFFFF; }
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;}
/*reset css end*/

/*----------
theme css
----------*/
/*margin classes start*/
.mb-10{margin-bottom: 10px}
.mb-20{margin-bottom: 20px;}
.mb-24{margin-bottom: 24px;}
.mb-30 { margin-bottom: 30px; }
.mb-50 { margin-bottom: 50px; }
.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; }
.mt-300{margin-top: 300px;}
/*margin classes end*/

/*padding classes start*/
.pt-200 { padding-top: 200px; }
.pt-150 { padding-top: 150px; }
.pb-150 { padding-bottom: 150px; }
.pt-150 { padding-top: 150px; }
.pb-200 { padding-bottom: 200px; }
.pb-300 { padding-bottom: 300px; }
.p-tb-100 { padding: 100px 0px; }
.p-tb-200 { padding: 200px 0px; }
.p-tb-300 { padding: 300px 0px; }
/*padding classes end*/

/* typo font size class */
.text-300 { font-size: 300px;line-height: 0.9;letter-spacing: -4px; }
.text-100 h1, .text-100 h2, .text-100 { font-size: 100px;line-height: 0.9;letter-spacing: -1px; }
.text-30{font-size: 30px;line-height: 1.3;}
.fw-500{font-weight: 500;}
.fw-600{font-weight: 600;}
.fw-700{font-weight: 700;}
.title-color{color: #3B3A39}
.text-outline {color: #F7F7F7;
text-shadow: 1px 0 #3B3A39, -1px 0 #3B3A39, 0 1px #3B3A39, 0 -1px #3B3A39,
             1px 1px #3B3A39, -1px -1px #3B3A39, 1px -1px #3B3A39, -1px 1px #3B3A39;

}
.text-outline-red {color: #F7F7F7;
text-shadow: 1px 0 #E2000F, -1px 0 #E2000F, 0 1px #E2000F, 0 -1px #E2000F,
             1px 1px #E2000F, -1px -1px #E2000F, 1px -1px #E2000F, -1px 1px #E2000F;

}
.squreidentity{position: absolute;bottom: 0px;right: 0px;background-color: #F7F7F7;width: 100px;height: 150px;}
.titleide{position: relative;z-index: 1;display: inline-block;}
.titleide::before{z-index: -1;content: '';background-repeat: no-repeat; position: absolute;top: 10px;left: 0px;width: 35px;height: 28px; background-image: url(../img/curve-red.svg);background-repeat: no-repeat;}
.tlbigobject{position: relative;z-index: 1;display: inline-block;}
.tlbigobject::before{z-index: -1;content: '';background-repeat: no-repeat; position: absolute;top: 10px;left: 0px;width: 35px;height: 28px; background-image: url(../img/curve-red.svg);background-repeat: no-repeat;}
.squreleftbottom{position: absolute;bottom: 0px;left: 0px;background-color: #F7F7F7;width: 150px;height: 100px;}
.triangeblack{opacity: 0.1; width: 800px;height: 800px; clip-path: polygon(100% 0, 0 0, 100% 100%);background-color: #000;position: absolute;top: 0px;right: 0px;z-index: 0;}
.squreleft-100{position: absolute;bottom: 0px;left: 0px;background-color: #F7F7F7;width: 100px;height: 100px;}
.squrerightbottom{position: absolute;bottom: 0px;right: 0px;background-color: #F7F7F7;width: 150px;height: 100px;}
section.d-inline-block{vertical-align: top;}
.white-bg{background-color:#fff;}
/* typo font size class end */

/*common classes start*/
section.d-inlineblock { vertical-align: top;  }
.brd-btm { border-bottom: #bbb 1px solid; }
.page-offset { padding-top:150px; }
.z-index-1 { z-index:1; }
.bullet ul li { position:relative; margin-bottom:7px; padding-left:20px; }
.bullet ul li:before { position:absolute; content: ''; width:6px; height:6px; left:0px; top:11px; background:#ECBC00; border-radius:50%; }
.vecterleftbottom{position: absolute;bottom: 0px;left: 0px;}
.vectertopright{position: absolute;top: 0px;right: 0px;}
.vecterrightbottom{position: absolute;bottom: 0px;right: 0px;}
.vectertopleft{position: absolute;top: 0px;left: 0px;}
.lastmbnone :last-child{margin-bottom: 0px;}
.form-control{background-color: transparent;border: none;border-bottom: 1px solid #868686; padding: 0px 0px 20px;border-radius: 0px; color: #333; font-size: 30px;height: initial;line-height: 1;}
.form-control:focus { color: #333; border-bottom-color: #E2000F; background-color: transparent; outline: 0; -webkit-box-shadow: none; -ms-box-shadow: none; -o-box-shadow: none; box-shadow: none; }
.form-control::-webkit-input-placeholder { color: #999999;font-weight: 400;opacity: 0; }
.form-control::-moz-placeholder { color: #999999; opacity: 0;font-weight: 400; }
.form-control::-ms-input-placeholder { color: #999999;font-weight: 400;opacity: 0; }
/* .form-control:focus::-webkit-input-placeholder { color: #3A3A3A;font-weight: 400; }
.form-control:focus::-moz-placeholder { color: #3A3A3A; opacity: 1;font-weight: 400; }
.form-control:focus::-ms-input-placeholder { color: #3A3A3A;font-weight: 400; } */
textarea.form-control, textarea{height: 70px;min-height: inherit;resize: none;}
.black-bg{background-color: #3B3A39;color: #fff;}
.reg-bg{background-color: #E2000F;color: #fff;}
.black-bg h1, .black-bg h2, .black-bg h3, .black-bg h4, .black-bg h5,
.reg-bg h1, .reg-bg h2, .reg-bg h3, .reg-bg h4, .reg-bg h5{color: #fff;}

.floatlabel{position: relative;margin-bottom: 50px;}
/* .floatlabel .form-control-plaintext~label, .floatlabel .form-control:focus~label,
.floatlabel .form-control:not(:placeholder-shown)~label, .floatlabel .form-select~label {
    transform: scale(.5) translateY(-40px);color: #868686;
}
.floatlabel label {
    position: absolute;
    top: 0;
    left: 12px;
    z-index: 2;
    max-width: 100%;
    height: 100%;
    padding: 0px 0px 20px;
    overflow: hidden;
    color: #3B3A39;
    text-align: start;
    text-overflow: ellipsis;
    white-space: nowrap;
    pointer-events: none;
    border: var(--bs-border-width) solid transparent;
    font-size: 30px;
    transform-origin: 0 0;
    transition: all .3s ease-in-out;
} */
/* Label default state */
.floatlabel label {
    position: absolute;
    top: 0;
    left: 12px;
    z-index: 2;
    padding: 0 0 20px;
    color: #3B3A39;
    font-size: 30px;
    pointer-events: none;
    transform-origin: 0 0;
    transition: all .3s ease-in-out;
}

.floatlabel.active label {
    transform: scale(.5) translateY(-40px);
    color: #868686;
}
/*common classes end*/



/*--button css start--*/

.btn-theme{font-size: 15px;font-weight: 600; text-transform: uppercase;letter-spacing:2px;display: inline-flex;align-items: center;position: relative;color: #3B3A39;}
.btn-theme::after{content: '';margin-left: 10px; width: 40px;height: 40px;border: 1px solid #CCCCCC;display: inline-flex;align-items: center;justify-content: center;background-image: url(../img/btn-red-arrow.svg);background-repeat: no-repeat;background-position: center;border-radius: 100%;position: relative;}
.btn-theme:hover{color: #3B3A39;}
.btn-theme:hover::after{transition: all 0.3s ease; border-color: #E2000F;background-image: url(../img/btn-white-arrow.svg);}
.btn-theme::before {content: '';background-color:#E2000F;width: 40px;height: 40px;top:0%;right: 0%;border-radius: 100%;transform:  scale3d(0,0,1);position: absolute;opacity: 0;transition: all 0.3s cubic-bezier(0.1, 0, 0.3, 1);z-index:0;}
.btn-theme:hover::before {opacity: 1;transform:  scale3d(1,1,1);}

.btn-circle{height: 300px;width: 300px;font-size: 16px; transition: all 0.5s ease;text-transform: uppercase;letter-spacing:2px; display:inline-flex;align-items: center;justify-content: center;background-color: #E2000F;text-align: center;color: #fff;border-radius: 100%; -webkit-transform: perspective(1px) translateZ(0);transform: perspective(1px) translateZ(0);overflow: hidden;}
.btn-circle:hover{color: #fff;}
.btn-circle::before {content: '';background-color: #3B3A39;width: 110%;height: 0;padding-bottom: 110%;top: 50%;left: 50%;border-radius: 50%;transform: translate3d(-50%,-50%,0) scale3d(0,0,1);position: absolute;opacity: 0;transition: all 0.3s cubic-bezier(0.1, 0, 0.3, 1);z-index: -1;}
.btn-circle:hover::before {opacity: 1;transform: translate3d(-50%,-50%,0) scale3d(1,1,1);}

.btn-circle-white{height: 300px;width: 300px;font-size: 16px; transition: all 0.5s ease;text-transform: uppercase;letter-spacing:2px; display:inline-flex;align-items: center;justify-content: center;background-color: #FFFFFF;text-align: center;color: #E2000F; -webkit-transform: perspective(1px) translateZ(0);transform: perspective(1px) translateZ(0);overflow: hidden;border-radius: 100%;}
.btn-circle-white:hover{color: #fff;background-color: #E2000F;transition: background-color 0.2s ease 0.3s;}
.btn-circle-white::before {content: '';background-color: #E2000F;width: 110%;height: 0;padding-bottom: 110%;top: 50%;left: 50%;border-radius: 50%;transform: translate3d(-50%,-50%,0) scale3d(0,0,1);position: absolute;opacity: 0;transition: all 0.3s cubic-bezier(0.1, 0, 0.3, 1);z-index: -1;}
.btn-circle-white:hover::before {opacity: 1;transform: translate3d(-50%,-50%,0) scale3d(1,1,1);}


.btn-circle-arrow{height: 100px;width: 100px;font-size: 16px; transition: all 0.5s ease;text-transform: uppercase;letter-spacing:1px; display:inline-flex;align-items: center;justify-content: center;background-color: #FFFFFF;-webkit-transform: perspective(1px) translateZ(0);transform: perspective(1px) translateZ(0);overflow: hidden;border-radius: 100%;}
.btn-circle-arrow:hover{color: #fff;transition: background-color 0.2s ease 0.3s;}
.btn-circle-arrow::before {content: '';background-color: #E2000F;width: 110%;height: 0;padding-bottom: 110%;top: 50%;left: 50%;border-radius: 50%;transform: translate3d(-50%,-50%,0) scale3d(0,0,1);position: absolute;opacity: 0;transition: all 0.3s cubic-bezier(0.1, 0, 0.3, 1);z-index: -1;}
.btn-circle-arrow:hover::before {opacity: 1;transform: translate3d(-50%,-50%,0) scale3d(1,1,1);}
.btn-circle-arrow::after{content: '';background-image: url(../img/btn-arrow-down.svg);background-repeat: no-repeat;background-position: center; width: 25px;height: 25px;}
.btn-circle-arrow:hover::after{background-image: url(../img/btn-arrow-down-white.svg);}

.btn-outline{font-size: 16px;padding: 8px 20px;border: 1px solid #ddd;color: #3B3A39;border-radius: 100px;display: inline-block;vertical-align: middle;transition: all 0.3s ease;}
.btn-outline:hover{background-color: #E2000F;border-color: #E2000F;color: #fff;}

.btn-submit{transition: all 0.5s ease;background-color: #E2000F;border-radius: 100%; -webkit-transform: perspective(1px) translateZ(0);transform: perspective(1px) translateZ(0);display: inline-block;position:relative;}
.btn-submit input[type="submit"]{font-size: 15px;text-transform: uppercase;letter-spacing:2px;height: 150px;width: 150px;border-radius: 100%;display: inline-block;vertical-align:middle ;background-color: transparent;border: none;color: #fff;padding: 0px; }
.btn-submit::before {content: '';background-color: #3B3A39;width: 100%;height: 0;padding-bottom: 100%;top: 50%;left: 50%;border-radius: 50%;transform: translate3d(-50%,-50%,0) scale3d(0,0,1);position: absolute;opacity: 0;transition: all 0.3s cubic-bezier(0.1, 0, 0.3, 1);z-index: -1;}
.btn-submit:hover::before {opacity: 1;transform: translate3d(-50%,-50%,0) scale3d(1,1,1);}

.circle-arrow{height: 100px;width: 100px;font-size: 16px; transition: all 0.5s ease;text-transform: uppercase;letter-spacing:1px; display:inline-flex;align-items: center;justify-content: center;background-color: #FFFFFF;-webkit-transform: perspective(1px) translateZ(0);transform: perspective(1px) translateZ(0);overflow: hidden;border-radius: 100%;}

/*--button css end--*/



/* coming soon page css start */
.comingsoonpage {padding: 50px 0px;  width: 100%; height: 100vh; display: flex; align-items: center; justify-content: center; flex-direction: column; }
.comingsoonpage .logo{margin-bottom: 80px;}
.comingsoonpage h1{margin-bottom: 50px;}
.comingsoonpage .titleide::before{top: 15px;z-index: -1;}
.infonumber{margin-top: 50px;letter-spacing: 1px;color: #CCCCCC}
.numbercol{margin-bottom: 20px;}
/* coming soon page css end */


/* header css start */
header {padding:30px 0px; top:0; left:0; z-index:10;position: fixed;width: 100%;  -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -ms-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease; }
header.sticky{padding: 20px 0px;}

.navmenu{margin-left: 100px;}
.navmenu >ul { margin: 0px; padding: 0px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -ms-flex-wrap: wrap; flex-wrap: wrap; }
.navmenu > ul > li { position: relative; list-style: none; padding:0px 20px; margin-bottom: 0px;}
.navmenu > ul > li > a {color: #3B3A39; display: inline-block; font-size: 15px; position: relative;letter-spacing: 2px; text-transform: uppercase;font-weight: 600;}
.navmenu > ul > li > a:hover,
.navmenu > ul > li > a.active,
.navmenu > ul li.current-menu-item > a,
.navmenu > ul li.current-menu-ancestor > a,
.navmenu > ul > li > ul li a:hover{ color: #E2000F; }
.black-overlay { z-index: 50; background-color: rgba(0, 0, 0, 0.5); content: ''; position: fixed; right: 0px; height: 100%; width: 100%; top: 0px; display: none; }
.closebtn { z-index: 5; position: absolute; top: 30px; right: 30px; width: 21px; height: 21px; border: none; background-color: transparent; padding: 0px; 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: 0px; content: '';transition:all 1.5s cubic-bezier(0.075, 0.82, 0.165, 1); }
.sub-menu-arrow {text-align: center; overflow: hidden;padding: 8px 10px;margin-left: 0px;display: none;vertical-align: top;line-height: 1;cursor: pointer;position: absolute;right: -20px; }
.navarrow { display: inline-block; vertical-align: top; position: relative; width: 16px; height: 16px;}
.navarrow::before { content: ''; width: 16px; height: 16px;background-size: 16px; display: inline-block; transition: all 0.2s ease-in-out;
vertical-align: top; position: absolute; background-image: url(../images/menu-down-arrow.svg);background-repeat:  no-repeat; background-position: left center; left: 0px; }
.navarup::before { transform: rotate(180deg); }
.menuifo{margin-bottom: 50px;}
.menuifo span{display: block;color: #868686;margin-bottom: 5px;font-size: 16px;}
.menuifo a{color: #F7F7F7;font-size: 30px;}
.menuifo a:hover{color: #E2000F;}

.menubtn{position: relative;display: inline-flex;align-items: center;padding: 10px 20px;font-size: 15px;color: #3B3A39; font-weight: 600;text-transform: uppercase;letter-spacing: 2px;background-color: #fff;border-radius: 100px;opacity: 0;z-index: -1;transform: translateY(-100px);}
.menubtn:hover{background-color: #E2000F;color: #fff;}
.menubtn::before{content: '';background-image: url(../img/icn-dots.svg);width: 15px;height: 15px;margin-right: 10px;margin-top: -2px;transition: all 0.3s ease;}
.menubtn:hover::before{background-image: url(../img/icn-dots-hover.svg);}
.menuOffecanvas{position: fixed;top: 0px;right: -100%;width: 100%;height: 100%;background-color: #3B3A39;z-index: 60;padding: 100px 0px;transition: all 0.6s ease;display: flex;align-items: center;overflow: auto;}
.menuOffecanvas.slide{right: 0px;}
.menuOffecanvas ul li{margin-bottom: 40px;opacity: 0;transition: all 0.5s ease;transform: translateX(50px);position: relative;}
.menuOffecanvas ul li a{color: #fff;font-weight: 600;font-size: 100px;line-height: 0.9; }
.menuOffecanvas ul li a::before{content: '';background-image: url(../img/btn-white-arrow.svg);background-position: center;background-color: #E2000F; width: 40px;height: 40px;background-repeat: no-repeat;position: absolute;top: 35px;right: 50px;border-radius: 50%;opacity: 0;transition: all 0.3s ease;}
.menuOffecanvas ul li a:hover::before, .menuOffecanvas ul li a.active::before{opacity: 1;}
.menuOffecanvas ul li:nth-child(1){transition-delay: 0.2s;}
.menuOffecanvas ul li:nth-child(2){transition-delay: 0.3s;}
.menuOffecanvas ul li:nth-child(3){transition-delay: 0.4s;}
.menuOffecanvas ul li:nth-child(4){transition-delay: 0.5s;}
.menuOffecanvas ul li:nth-child(5){transition-delay: 0.6s;}
.menuOffecanvas.slide  ul  li{opacity: 1;transform: translateX(0px);}
.menuOffecanvas .menuifo{opacity: 0;transition: all 0.5s ease 0.7s;transform: translateX(50px);}
.menuOffecanvas.slide .menuifo{opacity: 1;transform: translateX(0px);}
header.sticky .menubtn{opacity: 1;z-index: 1;transform: translateY(0px);}
.leftheader{transform: translateY(0px);transition: all 0.3s ease;opacity: 1;}
header.sticky .leftheader{opacity: 0;transform: translateY(-100px);}
.menutopobj{top: 0px;left: 0px;position: absolute;}
.mneubottomobj{bottom: 30px;right: 30px;position: absolute;}
/* header css end */

.mobileimg{display: none;}


/* homepage css stat */
.hometopsection{padding: 100px 0px 0px;}
.topbannertext a{margin-right: 50px;}
.topbannertext h1{margin-bottom: 40px;}
.stickyhrwrapper { will-change: transform;position: sticky;top: 10vh;display: flex;flex-direction: column;align-items: start;overflow: hidden;width: 100%;}
.horizontalcontent i{display: block;margin-bottom: 150px;}
.horizontawrapper {display: flex;flex-direction: row; padding-left: calc(((100% - 1668px) - 12px) / 2);padding-right: 130px;margin-bottom: 150px;}
.horizontalcontent {min-width: 400px;margin:0px 12px;}
.brandexpertrow .h-spacer {height: 120vh;}
.whitebox{background-color: #fff;padding: 50px;}
.toprightclip{position: absolute;right: 0px;top: 0px;}
.bottomrightclip{clip-path: polygon(0 1%, 100% 0, 100% 85%, 86% 100%, 0 100%);}
.clinetslider .slick-slide{padding: 0px 12px;text-align: center;}
.horizontalcontent .whitebox{min-height: 100%;}
.workcol a{color: #333;}
.workitemcontent{padding-right: 50px;padding-top: 30px;}
.workitemsrow .row [class*="col-"]{margin-bottom: 150px;}
.workitemimg {position: relative;overflow: hidden;}
.rightbottomclip{position: absolute;right: 0px;bottom: 0px;}
.workitemimg img{transform: scale(1.2);transition: all 0.3s;}
.marqeesectrow{overflow: hidden;position: relative;}
.marquee-content { width: fit-content;display: flex; position: relative;}
.marquee-content span{flex-shrink: 0;margin: 0px 30px;padding-bottom: 40px;font-size: 300px;line-height: 0.9;letter-spacing: -4px;}
.calltocontact .h-spacer {height: 100vh;}
.btnsticky{display: flex;align-items: center;transform: translateY(1250px);}
.stickycalltoact{position: sticky;top: 0px;height: 100vh; overflow: hidden; display: flex;align-items: center;background-image: url(../img/round-bg-vector.svg);background-repeat: no-repeat;background-position: left bottom;}
.clientlogo{text-align: center;flex-shrink: 0;margin-right:120px;}
.marquee-logo {
    width: fit-content;
    display: flex;
    position: relative;
    flex-direction: row;
    flex-wrap: nowrap;
    padding: 0px 20px;
}
.calltocontact .btn-circle-white{border:1px solid #fff;}
/* homepage css end */

/* footer start */
.mainfooter .squreidentity{top: 0px;bottom: auto;}
.footermenu{margin-bottom: 140px;}
.footercol .btn-theme{color:#f7f7f7;}
.footercol .btn-theme:hover{color:#FFF;}
.footercol .btn-theme:after {background-image: url(../img/btn-white-arrow.svg);}
.mainfooter span{display: block;color: #868686;font-size: 16px;margin-bottom: 10px;font-weight: 400;transition: all 0.3s ease;}
.footermenu ul {display: flex;flex-wrap: wrap;margin: 0px -12px;}
.footermenu ul li {width: 20%;padding: 0px 12px;}
.footermenu ul li a{font-size: 45px;display: inline-block;position: relative;padding-bottom:60px;}
.footermenu ul li a::before{content: '';background-image: url(../img/btn-white-arrow.svg);background-position: center;background-color: #E2000F; width: 40px;height: 40px;background-repeat: no-repeat;position: absolute;bottom: 0px;left: 0px;border-radius: 50%;opacity: 0;transition: all 0.3s ease;}
.footermenu ul li a:hover::before{opacity: 1;}
.footermenu ul li a:hover, .footermenu ul li a:hover span{color: #FFFFFF;}
.footermenu ul li strong{font-weight: 700;line-height: 1;}
.footercol{width: 20%;padding: 0px 12px;}
.footercontact{display: flex;margin: 0px -12px;flex-wrap: wrap;}
.socialicons  li{width: 100%;margin-bottom: 5px;}
.socialicons  li a{position: relative;font-size: 30px;line-height: 1.3;}
.socialicons  li a:hover{padding-left: 35px;}
.socialicons  li i{position: absolute;top: 7px;left: 0px;opacity: 0;transition: all 0.3s ease;line-height: 1;}
.socialicons  li a:hover i{opacity: 1;}
.linehover{position: relative;padding-bottom: 5px;}
.linehover::before{content: '';bottom: 0px;left: 0px;position: absolute; background-color: #fff;width: 100%;height: 1px;transform: scaleX(0);transition: all 0.3s ease;transform-origin: left;}
.linehover:hover::before{transform: scaleX(1);}
.footercol{margin-bottom: 150px;}
.copyright{color: #868686;font-size: 14px;width: 100%;padding: 0px 12px;}
/* footer end */


/* about page css start */
.innerbanner{overflow: hidden;}
.innerbanner img{transform: scale(1.3);width: 100%;}
.innerbanner video{transform: scaleY(1.2);}
.countitems{padding: 140px 100px 140px 150px;width: 100%;}
.countercol{display: flex;flex-wrap: wrap;align-items: center;margin-bottom: 50px;}
.countercol:last-child{margin-bottom: 0px;}
.countertxt{color: #E2000F;display: flex;flex-wrap: wrap;align-items: center; font-weight: 700;line-height: 0.9;margin-right: 60px;min-width: 230px;}
.countertxt span{margin-top: -15px;}
.primgcol img{transform: scale(1.2);}
.quoteicon{background-color: #fff;margin-left: 50px; display: inline-flex;align-items: center;justify-content: center; width: 100px;height: 100px;border-radius: 100%;}
.textslider p{margin-bottom: 30px;}
.textslider{padding-bottom: 15px;padding-left: 50px;}
.textslider .slick-arrow{top: auto;bottom: 0px;transform: none;z-index: 1;}
.textslider .slick-prev { left: auto;right: 50px; }
.textslider .slick-next {right: 0px;}
.teamslider{margin: 0px -12px;}
.teamslider .slick-slide{padding: 0px 12px;}
.teamslider .slick-arrow{top: auto;bottom: 0px;transform: none;z-index: 1;}
.teamslider .slick-prev { left: -150px;}
.teamslider .slick-next {right: auto;left: -100px;}
.teamslider .slick-dots{text-align: left;padding-left: 12px;}
.brandexpertrow h2 span{display: block;margin-bottom: 3px;}
.teamtext .btn-circle-arrow::before{display: none;}
.teamtext .btn-circle-arrow:hover::after{ background-image: url(../img/btn-arrow-down.svg);}

/* about page css end */

/* services page css  */
.servicetitlerow h1{margin-bottom: 0px;}
.tagitems .btn-outline{margin: 0px 7px 10px 0px;}
.servicerow{padding-bottom: 100px;position: sticky;top: 25vh;background-color: #F7F7F7;}
.servicerow:last-child{margin-bottom: 0px;}
/* services page end  */

.worklistrow .workcol{margin-bottom: 100px;}
.worklistrow .btn-outline{flex-shrink: 0;margin-bottom: 10px;background-color: #F7F7F7;text-transform: uppercase;padding: 10px 25px; letter-spacing: 2px;font-size: 15px;margin-right: 10px;font-weight: 600;}
.worklistrow .btn-outline:hover, .worklistrow .btn-outline.is-checked{background-color:#E2000F;color: #fff;}
.filtersticky{position: sticky;top: 80px;z-index: 5;}
.filters-button-group{margin-bottom: 100px;flex-wrap: wrap; display: flex;justify-content: flex-start;justify-content: center;}
.grid-item .workitemimg img{transform: scale(1);}
.grid-item a:hover img{transform: scale(1.2);}
.contactdetail .squreleft-100{left: auto;right: 0px;}
.contactinfo a{font-size: 45px;font-weight: 700;color: #3B3A39;display: block;line-height: 1;margin-bottom: 10px;}
.contactinfo a:hover{color: #E2000F;}
.contactdetail span {display: block;color: #868686;font-size: 16px;margin-bottom: 10px;font-weight: 400;transition: all 0.3s ease;}
.contactdetail .socialicons  li a{color: #3B3A39;}
.culturersection{position: sticky;top: 0px;height: 100vh;display: flex;align-items: center;}
.careersimgrow{padding: 150px 0px;}
.titlecentercol{position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);z-index: 2;}
.casestudyfolio h4, .textovervieworw h4{margin-bottom: 20px;}


.wpcf7-spinner{vertical-align: top;position: absolute !important;right: -60px;top: 50%;
    transform: translateY(-50%);}
.wpcf7 form.sent .wpcf7-response-output {line-height: 24px; background: #dff0d8; border: 1px solid #c3e6cb !important; 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 !important; 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 { position: relative; text-align: left; font-size: 14px;}
/* animation css start */
.arrowmove{animation: movePointer 0.7s infinite ease; }
 @keyframes movePointer {
    0% { transform: translateY(0);}
    50% { transform: translateY(5px);}
    100% { transform: translateY(0); }
  }
.animated { -webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both }
.animated.hinge { -webkit-animation-duration: 2s; animation-duration: 2s }
@-webkit-keyframes fadeInUp {
  0% { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes fadeInUp {
  0% { opacity: 0; }
  100% { opacity: 1; }
}
@-webkit-keyframes fadeIn {
    0% { opacity: 0; }
    100% { opacity: 1; }
}
@keyframes fadeIn {
    0% { opacity: 0; }
    100% { opacity: 1; }
}
.fadeIn { -webkit-animation-name: fadeIn; animation-name: fadeIn }
@-webkit-keyframes fadeInDown {
    0% { opacity: 0; -webkit-transform: translateY(-50px); transform: translateY(-50px); }
    100% { opacity: 1; -webkit-transform: translateY(0); transform: translateY(0); }
}
@keyframes fadeInDown {
    0% { opacity: 0; -webkit-transform: translateY(-50px); -ms-transform: translateY(-50px); transform: translateY(-50px); }
    100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
}
.fadeInDown { -webkit-animation-name: fadeInDown; animation-name: fadeInDown }
@-webkit-keyframes fadeInLeft {
    0% { opacity: 0; -webkit-transform: translateX(-50px); transform: translateX(-50px); }
    100% { opacity: 1; -webkit-transform: translateX(0); transform: translateX(0); }
}
@keyframes fadeInLeft {
    0% { opacity: 0; -webkit-transform: translateX(-50px); -ms-transform: translateX(-50px); transform: translateX(-50px); }
    100% { opacity: 1; -webkit-transform: translateX(0); -ms-transform: translateX(0); transform: translateX(0); }
}
.fadeInLeft { -webkit-animation-name: fadeInLeft; animation-name: fadeInLeft; }
@-webkit-keyframes fadeInRight {
    0% { opacity: 0; -webkit-transform: translateX(50px); transform: translateX(50px); }
    100% { opacity: 1; -webkit-transform: translateX(0); transform: translateX(0); }
}
@keyframes fadeInRight {
    0% { opacity: 0; -webkit-transform: translateX(50px); -ms-transform: translateX(50px); transform: translateX(50px); }
    100% { opacity: 1; -webkit-transform: translateX(0); -ms-transform: translateX(0); transform: translateX(0); }
}
.fadeInRight { -webkit-animation-name: fadeInRight; animation-name: fadeInRight; }
@-webkit-keyframes fadeInUp {
    0% { opacity: 0; -webkit-transform: translateY(50px); transform: translateY(50px); }
    100% { opacity: 1; -webkit-transform: translateY(0); transform: translateY(0); }
}
@keyframes fadeInUp {
    0% { opacity: 0; -webkit-transform: translateY(50px); -ms-transform: translateY(50px); transform: translateY(50px); }
    100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
}
.fadeInUp { -webkit-animation-name: fadeInUp; animation-name: fadeInUp; }
@-webkit-keyframes slideInLeft {
    from { -webkit-transform: translate3d(-100%, 0, 0); transform: translate3d(-100%, 0, 0); visibility: visible; opacity: 0; }
    to { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); opacity: 1; }
}
@keyframes slideInLeft {
    from { -webkit-transform: translate3d(-100%, 0, 0); transform: translate3d(-100%, 0, 0); visibility: visible; opacity: 0; }
    to { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); opacity: 1; }
}
.slideInLeft { -webkit-animation-name: slideInLeft; animation-name: slideInLeft; }
@-webkit-keyframes slideInRight {
    from { -webkit-transform: translate3d(100%, 0, 0); transform: translate3d(100%, 0, 0); visibility: visible; opacity: 0; }
    to { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); opacity: 1; }
}
@keyframes slideInRight {
    from { -webkit-transform: translate3d(100%, 0, 0); transform: translate3d(100%, 0, 0); opacity: 0; visibility: visible; }
    to { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); opacity: 1; }
}
.slideInRight { -webkit-animation-name: slideInRight; animation-name: slideInRight; }
/* animation css end  */
/*----------
media query css
----------*/


.container {max-width: 1668px;}
.careersimgrow .squrerightbottom{display: none;}

@media only screen and (max-width:1730px){
  .container {max-width: 1440px;}  
  .text-100 h1, .text-100 h2, .text-100 h3, .text-100{font-size: 80px;}
  .text-300{font-size: 250px;}
  .comingsoonpage .logo{margin-bottom: 70px;}
  .comingsoonpage h1 {margin-bottom: 30px;}
   .text-30{font-size: 26px;}
   .infonumber{margin-top: 40px;}

   /* website page css start */
   .mb-300{margin-bottom: 250px;}
   .p-tb-300{padding: 250px 0px;}
   .mb-150{margin-bottom: 120px;}
   .mt-300{margin-top: 250px;}
   h1, h2{font-size: 70px;}
   h3, .title3{font-size: 40px;}
   h4{font-size: 22px;}
   .triangeblack{width: 600px;height: 600px;}
   .horizontawrapper{padding-left: calc(((100% - 1440px) - 12px) / 2);}
   .horizontalcontent i{margin-bottom: 100px;}
   .workitemsrow .row [class*="col-"]{margin-bottom: 120px;}
   footer{padding: 250px 0px 50px;}
   .footermenu { margin-bottom: 110px;}
   .btn-circle, .btn-circle-white{width: 270px;height: 270px;}
   .footermenu ul li a{font-size: 40px;}
   .countertxt{min-width: 180px;}
   .countitems{padding: 120px 100px 120px 120px;}
   .squreleft-100{width: 70px;height: 70px;}
    .worklistrow.mb-200{margin-bottom: 150px;}
    .contactinfo a{font-size: 40px;}
    .worklistrow .btn-outline{font-size: 14px;padding: 8px 15px;}
    .floatlabel>label, .form-control{font-size: 24px;}
    .socialicons li a{font-size: 26px;}
    .socialicons li i{top: 4px;}
    .menuOffecanvas ul li a{font-size: 90px;}
    .menuOffecanvas ul li a::before{top: 30px;right: 20px;}
}
@media only screen and (max-width:1550px){
    .text-100 h1, .text-100 h2, .text-100 h3, .text-100{font-size: 70px;}
    .comingsoonpage .logo{margin-bottom: 50px;}
    .infonumber{margin-top: 30px;} 
    .comingsoonpage .titleide::before{top: 10px;}
    h1, h2{font-size: 60px;}
   h3, .title3{font-size: 36px;}
   .mb-300{margin-bottom: 200px;}
   .p-tb-300{padding: 200px 0px;}
   .mt-300{margin-top: 200px;}
   .text-300{font-size: 200px;}
   .mb-150{margin-bottom: 100px;}
   .footermenu{margin-bottom: 90px;}
   .footercol{margin-bottom: 100px;}
   .btn-circle, .btn-circle-white{width: 240px;height: 240px;}
   .countertxt{min-width: 160px}
   .countitems{padding: 90px;}
   .countercol{margin-bottom: 30px;}
   .stickycalltoact{background-size: 1200px;}
   .worklistrow.mb-200{margin-bottom: 100px;}
   .contactinfo a{font-size: 36px;}
    .menuOffecanvas ul li a{font-size: 70px;}
    .menuOffecanvas ul li a::before{top: 20px;right: 0px;}

  
}
@media only screen and (max-width:1440px){
    .text-100 h1, .text-100 h2, .text-100 h3, .text-100{font-size: 70px;}
    .comingsoonpage .logo{margin-bottom: 50px;}
    .infonumber{margin-top: 30px;} 
    .comingsoonpage .titleide::before{top: 10px;}
    .text-30{font-size: 22px;}
    .squreidentity{width: 80px;height: 120px;}
    .container {max-width: 1240px;} 

    /* Website css start */
    .mb-300{margin-bottom: 180px;}
    h1,h2{font-size: 60px;}
    .tlbigobject::before{top: 5px;}
    .titleide::before{top: 10px;}
    .topbannertext a{margin-right: 25px;}
    .horizontawrapper{padding-left: calc(((100% - 1240px) - 12px) / 2);padding-right: 90px;}
    .socialicons li a{font-size: 22px;}
    .socialicons li i{top: 0px;}
    .footermenu ul li a{font-size: 36px;}
    footer{padding: 200px 0px 50px;}
    .btn-circle, .btn-circle-white{width: 200px;height: 200px;}
    .floatlabel>label, .form-control{font-size: 20px;}
    .floatlabel>.form-control-plaintext~label,
    .floatlabel>.form-control:focus~label,
    .floatlabel>.form-control:not(:placeholder-shown)~label, 
    .floatlabel>.form-select~label {transform: scale(.7) translateY(-30px);}
    .worklistrow .btn-outline{margin-bottom: 10px;}
    .menutopobj{width: 30%;}
}
@media only screen and (max-width:1366px){
   .text-100 h1, .text-100 h2, .text-100 h3, .text-100{font-size: 60px;}
   .comingsoonpage .logo{margin-bottom: 30px;}

   /* website css start */
   .titleide::before{top: 5px;}
   h1, h2{font-size: 55px;}
   h3, .title3{font-size: 30px;}
   .mb-300{margin-bottom: 180px;}
   .p-tb-300{padding:180px 0px;}
   .mb-150{margin-bottom: 80px;}
   .text-300{font-size: 160px;}
   .mt-300{margin-top: 180px;}
   .squreleftbottom, .squrerightbottom{width: 90px;height: 60px;}
   .horizontalcontent i{margin-bottom: 70px;}
   .horizontawrapper{margin-bottom: 100px;padding-right: 80px;}
   .menuOffecanvas ul li{margin-bottom: 30px;}
   .menuOffecanvas{padding: 80px 30px;}
   footer{padding-top: 180px;}
   .footercol{margin-bottom: 70px;}
   .footermenu{margin-bottom: 70px;}
   .footermenu ul li a{padding-bottom: 50px;}
   .btnsticky{transform: translateY(220%);}
   .countertxt{margin-right: 30px;min-width: 130px;}
   .worklistrow.mb-200{margin-bottom: 80px;}
   .contactinfo a{font-size: 30px;}
   
}
@media only screen and (max-width:1280px){
    .mb-300{margin-bottom: 150px;}
     .p-tb-300{padding:150px 0px;}
    .container {max-width: 1140px;} 
     .text-30{font-size: 20px;} 
     .horizontawrapper{padding-left: calc(((100% - 1240px) - 12px) / 2);padding-right: 90px;}
}

@media only screen and (max-width:1199px){
    .container {max-width: 960px;}  
    .text-100 h1, .text-100 h2, .text-100 h3, .text-100 {font-size: 50px;}
    .comingsoonpage .logo {margin-bottom: 20px;}
    .comingsoonpage h1{margin-bottom: 20px;}
    .infonumber {margin-top: 20px;}
    .numbercol{margin-bottom: 15px;}
    .squreidentity{width: 80px;height: 120px;}
   
    .comingsoonpage .titleide::before {top: 7px;background-size: 28px;}
    .squreidentity {width: 60px;height: 90px;}
    .tlbigobject::before, .titleide::before{background-size: 30px;top: 0px;}
    /* website css start */
    .btn-circle-arrow{width: 80px;height: 80px;}
    .text-300, .marquee-content span{font-size: 150px;letter-spacing:-2px;}
   
    h1, h2{font-size: 45px;}
    header, header.sticky{padding: 15px 0px;}
    .navmenu{display: none;}
    header.sticky .leftheader, .menubtn{transform: none;}
    .menubtn{opacity: 1;z-index: 0;}
    .mb-300{margin-bottom: 100px;}
    .p-tb-300{padding:100px 0px;}
    .mb-100{margin-bottom: 50px;}
    .mb-50{margin-bottom: 30px;}
    .mb-150{margin-bottom: 50px;}
    .mt-300{margin-top: 140px;}
    .topbannertext h1{margin-bottom: 30px;}
    .menuOffecanvas ul li a{font-size: 50px;margin-bottom: 30px;}
    .menuOffecanvas ul li a::before{top: 10px;width: 30px;height: 30px;}
    .menuifo a{font-size: 24px;}
    .menutopobj{width: 40%;}
    .stickyhrwrapper{position: relative;top: 0px;}
    .stickyhrwrapper, .horizontawrapper {display: block;}
    .horizontawrapper {padding-left: calc(((100% - 960px) - 12px) / 2);padding-right: 0px;margin-bottom: 100px !important;margin-right: -100px;}
    .horizontalcontent {min-width: inherit;}
    .horizontawrapper .slick-dots{text-align: left;padding-left: 12px;}
    .h-spacer{display: none;}
    .triangeblack{width: 350px;height: 350px;}
    .workitemsrow .row [class*="col-"]{margin-bottom: 70px;}
    .stickycalltoact {height: inherit;padding: 100px 0px;background-size: 900px;}
    .btnsticky{transform: none;}
    .workitemsrow .row [class*="col-"]{margin-bottom: 50px;}
    .workitemcontent{padding-top: 20px;}
    footer{padding-top: 100px;}
    .footermenu{margin-bottom: 50px;}
    .footercol{width: 25%;margin-bottom: 50px;}
    .socialicons li a{font-size: 20px;}
    .socialicons li i{opacity: 1;}
    .socialicons li i{top: 0px;}
    .socialicons li a, .socialicons li a:hover{padding-left: 40px;}
    .socialicons li{margin-bottom: 10px;}
    .footermenu ul li a{font-size: 30px;padding-bottom: 0px;}
    .footermenu ul li a::before{display: none;}
    .marquee-content span{padding-bottom: 20px;}
    .countitems { padding: 90px 70px;}
    /*.innerbanner img, .primgcol img, .workitemimg img{transform: scale(1);}*/
    .textslider{padding-left: 30px;}
    .quoteicon{margin-left: 30px;}
    .textslider p{margin-bottom: 20px;}
    .servicesrow .workitemimg{margin-bottom: 20px;}
    .servicerow{padding-bottom: 70px;top:0px;position:relative;}
    .worklistrow.mb-200{margin-bottom: 50px;}
    .worklistrow .workcol{margin-bottom: 50px;}
    .filters-button-group{margin-bottom: 50px;z-index: 2;}
    .worklistrow .btn-outline{margin-bottom: 0px;}
    .form-control{padding-bottom: 15px;}
    .form-control, .floatlabel>label{font-size: 20px;}
    .floatlabel{margin-bottom: 40px;}
    .floatlabel>.form-control-plaintext~label, 
    .floatlabel>.form-control:focus~label, 
    .floatlabel>.form-control:not(:placeholder-shown)~label, 
    .floatlabel>.form-select~label{transform: scale(.7) translateY(-30px);}
    .btn-submit input[type="submit"]{width: 120px;height: 120px;}
    .contactinfo a{font-size: 26px;}
    .culturersection .mb-150{margin-bottom: 120px;}
    .careerstopsection h1{margin-bottom: 15px;}
    .casestudyfolio.mb-150{margin-bottom: 80px;}
   .btn-circle, .btn-circle-white{width: 180px;height: 180px;font-size: 14px;letter-spacing: 0.5px;}
   .culturersection{position: relative;height: initial;padding: 100px 0px 50px}
   .culturersection .squrerightbottom{display: none;}
   .titlecentercol{position: relative;left: 0px;top: 0px;transform: none;}
    .careersimgrow{background-color: #3B3A39;padding:0px 0px 100px;}
    .careersimgrow .squrerightbottom{display: inline-block;}
    .titlecentercol{text-align: center;}
}
@media only screen and (max-width:992px){
    .comingsoonpage{align-items: flex-start;height: auto;}
    .staytunedcol{padding: 30px;}
    .comingsoonpage .logo{margin-bottom: 20px;}
    .text-30{font-size: 18px;}
    .container {max-width: 720px;}

    /* website css start */
    h1, h2{font-size: 40px;}
    .topbannertext{padding: 30px 50px 50px;}
    .text-300, .marquee-content span{font-size: 120px;}
    .topbannertext h1{margin-bottom: 30px;}
    .brandexpertrow h2{margin-bottom: 10px;}
    .horizontawrapper {padding-left: calc(((100% - 720px) - 12px) / 2);margin-bottom: 50px !important;margin-right: -200px;}
    .whitebox{padding: 30px;}
    .horizontalcontent i{margin-bottom: 50px;}
    .squreleftbottom, .squrerightbottom {width: 70px;height: 40px;}
    /* .btn-circle, .btn-circle-white { width: 170px; height: 170px;font-size: 14px;} */
    .footermenu ul li a{font-size: 24px;}
    .marquee-content span{margin: 0px 20px;}
    .toprightclip, .rightbottomclip{width: 35px;}
    .countitems{display: flex;flex-wrap: wrap;}
    .countercol{width: 50%;flex-direction: column;align-items: center;text-align: center;}
    .countertxt{min-width: inherit;margin-right: 0px;}
    .countercol span{display: block;}
    .teamowner [class*="col-"]{margin-bottom: 30px;}
    .teamowner [class*="col-"]:last-child{margin: 0px;}
    .btn-circle-arrow{width: 60px;height: 60px;}
    .contactinfo a {font-size: 22px;}
    .contactinfo .mb-50{margin-bottom: 20px;}
    
    

}
@media only screen and (max-width:768px){

  
}
@media only screen and (max-width:767px){
    .container{padding: 0px 25px;}
    .text-100 h1, .text-100 h2, .text-100 h3, .text-100 {font-size: 40px;}
    .comingsoonpage .titleide::before{background-size: 24px;top:5px;}
    .squreidentity {width: 50px;height: 60px;}
    .comingsoonpage{padding: 50px 0px;}
    .container {max-width: 580px;}
    .logo img{max-width: 120px;}

    /* website css start */
    h1, h2{font-size: 30px;margin-bottom: 20px;}
    h3, .title3{font-size: 25px;}
    .mt-300{margin-top: 100px;}
    .mb-300{margin-bottom: 80px;}
    .p-tb-300{padding: 80px 0px;}
    .mb-100, .mb-150{margin-bottom: 30px;}
    .mb-50{margin-bottom: 20px;}
    .text-300, .marquee-content span{font-size: 70px;letter-spacing:-1px;}
    .menuOffecanvas{width: 100%;align-items: flex-start;}
    .menuOffecanvas ul{margin-bottom: 50px;}
    .menuOffecanvas ul li{margin-bottom: 20px;}
    .menuOffecanvas ul li a{font-size: 45px;}
    .menuOffecanvas{padding: 80px 0px;}
    .mneubottomobj { bottom: 15px;right: 15px;width: 70px;}
    .menuifo {margin-bottom: 20px;}
    .menuifo a{font-size: 20px;}
    .hometopsection {padding: 80px 0px 0px;}
    .topbannertext{padding: 30px 40px;}
    .topbannertext a{margin-bottom: 15px;}
    .horizontawrapper{padding-left: calc(((100% - 540px) - 12px) / 2);margin-right: -280px;}
    .horizontalcontent i{margin-bottom: 20px;}
    .workitemsrow .row [class*="col-"]{margin-bottom: 30px;}
    .workitemcontent{padding-top: 10px;padding-right: 20px;}
    .triangeblack {width: 200px; height: 200px;}
    .aboutconceptrow .row [class*="col-"]:nth-child(2){margin-bottom: 30px;}
    .stickycalltoact{text-align: center;padding: 80px 0px;}
    .btnsticky{justify-content: center;margin-top: 20px;}
    .footermenu ul li{width: 50%;margin-bottom: 15px;}
    .footercol{width: 100%;margin-bottom: 20px;}
    .socialicons{display: inline-flex;flex-wrap: wrap;}
    .socialicons li{width: 50%;}
    .copyright{font-size: 11px;}
    .footermenu{margin-bottom: 30px;}
    footer{padding: 80px 0px 30px;}
    .toprightclip, .rightbottomclip {width: 30px;}
    .brandexpertrow .title3{margin-bottom: 30px;}
    .teamowner [class*="col-"]:last-child{margin-bottom: 20px;}
    .textslider{padding-left: 0px;}
    .quoteicon{margin-left: 0px;}
    .servicerow{padding-bottom: 30px;}
    .servicetitlerow h1{margin-bottom: 20px;}
    .filters-button-group{margin-bottom: 30px;overflow-x: auto;flex-wrap: nowrap;}
    .worklistrow .workcol{margin-bottom: 50px;}
    .worklistrow.mb-200{margin-bottom: 30px;}
    .worklistrow .btn-outline{padding: 8px 20px;font-size: 14px;}
    .contactfrmrow .container > .row{flex-direction: column-reverse;}
    .contactfrmrow .container > .row > [class*="col-"]:last-child{margin-bottom: 30px;}
    .contactinfo{padding: 30px;}
    .contactinfo a{font-size: 18px;}
    .addresscol{order: 2;margin-bottom: 20px;}
    .contactimg{order: 1;margin-bottom: 20px;}
    .socailcontact{order: 3;}
    .contactdetail .mb-150{margin-bottom: 50px;}
    .contactfrmrow .mb-100{margin-bottom: 50px;}
    .titlecentercol{position: relative;top: 0px;transform: none;left: 0px;margin-bottom: 20px;}
    .culturersection{padding: 80px 0px 0px}
    .careersimgrow{padding-bottom: 80px;}
    .careersimgrow .row [class*="col-"]{ margin-bottom: 30px;}
    .careersimgrow .row [class*="col-"]:last-child{margin-bottom: 0px;}
    .careerstopsection.mb-150{margin-bottom: 50px;}
    .culturersection .row [class*="col-"]{ margin-bottom: 30px;}
    .culturersection .row [class*="col-"]:last-child{margin-bottom: 0px;}
    .twocolumnimgrow .row [class*="col-"]:first-child,
    .twocolumnimgreverse .row [class*="col-"]:first-child,
    .twocolumnimgportrait .row [class*="col-"]:first-child,
    .threecolumnrow .row [class*="col-"]{margin-bottom: 50px;}
    .imgrightcontent .row [class*="col-"]:last-child{margin-bottom: 30px;}
    .threecolumnrow .row [class*="col-"]:last-child{margin-bottom: 0px;}
    .casestudyfolio.mb-150{margin-bottom: 50px;}
    .btn-circle, .btn-circle-white{width: 160px;height: 160px;letter-spacing: 0px}
    
    
}
@media only screen and (max-width:580px){
    .horizontawrapper{padding-left: 15px;margin-right: -280px;}
    .countitems{flex-direction: column;padding: 30px 20px 80px;}
    .countercol{width: 100%;flex-direction: row;}
    .countertxt{min-width: 110px;}
    .testimonialrow{text-align: center;}
    .squreleft-100 {width: 60px;height: 60px;}
    .countertxt span {margin-top: -5px;}
    .teamslider{margin: 0px -5px;}
    .teamslider .slick-slide{padding: 0px 5px;}
    .teamslider .slick-dots{padding-left: 0px;}
}
@media only screen and (max-width:390px){
    .numbercol a{display:block;margin-bottom: 5px;}
    .numbercol span{display: none}
}

.grecaptcha-badge{display:none}
.vc_row{margin:0px !important;}
.vc_column_container>.vc_column-inner{padding:0px !important}
