@charset "utf-8";

/*common css start*/
@media (prefers-reduced-motion: no-preference) {
    :root {
        scroll-behavior: initial !important;
    }
}
*:focus { outline: none; border: none; }
body { margin: 0px; padding: 0px;background-color: #E4E5E3; color: #4A4A4A; font-family: "Mona Sans", sans-serif; font-size: 24px; font-style: normal; font-weight: 400; line-height: 30px; }
a { -o-transition: all 0.3s ease; transition: all 0.3s ease; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -ms-transition: all 0.3s ease; }
p { margin-bottom: 25px;}
a { color: #C3002F; cursor: pointer; text-decoration: none; outline: none; }
a:hover { color: #000000; text-decoration: none; }
ul, li { list-style: none; margin: 0px; padding: 0px; }
img { border: 0; vertical-align: top; height: auto; max-width: 100%; }
.left-padding { padding-left: calc(((100% - 1512px) - 30px) / 2); }
.right-padding { padding-right: calc(((100% - 1170px) - 30px) / 2); }
.mob .row [class*="col-"]:first-child { margin-top: -50px; }

/*heading css*/
h1, h2, h3, h4, h5, h6, .th1, .th2, .th3, .th4, .th5, .th6, .t30 { color: #000000;text-transform: uppercase; font-weight: 500; line-height: 1.2; margin: 0px; padding: 0px; font-family: "Mona Sans", sans-serif; }
h1, .th1, h2 {font-size: 100px;  line-height: 1.08;  letter-spacing: -3px;margin-bottom: 30px; }
h3, .th3 {  font-size: 70px; line-height: 1.25; }
h4, .th4 { font-size: 50px; margin-bottom: 20px; }
h5, .th5 { font-size: 36px; margin-bottom: 20px; }
h6, .th6 { font-size: 18px; margin-bottom: 20px; }

/*extra heading & text*/
.t150 { font-size: 150px; line-height: 1.2; }
.t50 { font-size: 50px; line-height: 1.2; }
.t36 { font-size: 36px; line-height: 1.2;letter-spacing: -1px; }
.t30 { font-size: 30px; line-height: 1.2;}
.t24 { font-size: 24px; line-height: 1.2; }
.tlspace{letter-spacing: 0px;}
.twhite{color: #fff;}
/*font-weight*/
.fwr { font-weight: 400; }
.fwm { font-weight: 500; }
.fws { font-weight: 600; }
.fwb { font-weight: 700; }

/*button start*/
ins { text-decoration: none; }
button { border: none; }
button:focus { outline: none; }
.btn-theme, .btn-theme-blk { background-color: #C3002F;color: #fff; display: inline-flex;align-items: center; font-size: 18px; font-weight: 400; text-transform: capitalize; outline: 0px; padding: 16px 20px 16px 20px;-webkit-transform: perspective(1px) translateZ(0);line-height: 1;
  transform: perspective(1px) translateZ(0);position: relative;overflow: hidden; transition: all .3s ease-out;letter-spacing: 0px; }
.btn-theme:hover { color: #C3002F;}
.btn-theme::after, .btn-theme-blk::after {content: ''; background-image: url(../images/btn-arrow-white.svg);background-repeat: no-repeat;background-position: center; width: 11px; height: 11px; display: inline-block; vertical-align: top; margin-left: 30px;  transition: all .3s ease-out; }
.btn-theme:hover::after{background-image: url(../images/btn-arrow-red.svg);}
.btn-theme:before, .btn-theme-blk:before {content: '';background-color: #ffffff;bottom: 0px;right: 0px;left: 0;position: absolute;top: 0;
  transform: scaleX(0);transform-origin: 0 50%; transition: all .3s ease-out;width: 100%;will-change: transform;z-index: -1;}
.btn-theme-blk:hover{color: #fff;}
.btn-theme-blk::after { background-image: url(../images/btn-arrow-white.svg);}
.btn-theme-blk:before {background-color: #4D4D4D;}
.btn-theme:hover:before, .btn-theme-blk:hover:before {-webkit-transform: scaleX(1);transform: scaleX(1);}





/*bullet*/
.bullet-list ul li:before { content: ""; position: absolute; top: 12px; left: 0px; height: 10px; width: 10px; background: url(../images/bullet-arrow.svg) no-repeat center; border-radius: 30px; }
.bullet-list ul li { position: relative; padding-left: 20px; margin-bottom: 10px; font-weight: 300; }

/*margin-top*/
.mt-10 { margin-top: 10px; }
.mt-15 { margin-top: 15px; }
.mt-30 { margin-top: 30px; }
.mt-50 { margin-top: 50px; }
.mt-100 { margin-top: 100px; }

/*margin-bottom*/
.mb-0 { margin-bottom: 0px; }
.mb-10 { margin-bottom: 10px; }
.mb-15 { margin-bottom: 15px; }
.mb-20 { margin-bottom: 20px; }
.mb-25 { margin-bottom: 25px; }
.mb-30 { margin-bottom: 30px; }
.mb-40 { margin-bottom: 40px; }
.mb-50 { margin-bottom: 50px; }
.mb-60 { margin-bottom: 60px; }
.mb-70 { margin-bottom: 70px; }
.mb-80 { margin-bottom: 80px; }
.mb-90 { margin-bottom: 90px; }
.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; }

/*padding-top*/
.pt-10 { padding-top: 10px; }
.pt-15 { padding-top: 15px; }
.pt-30 { padding-top: 30px; }
.pt-50 { padding-top: 50px; }
.pt-100 { padding-top: 100px; }
.pt-300 { padding-top: 300px; }
/*padding-bottom*/
.pb-10 { padding-bottom: 10px; }
.pb-15 { padding-bottom: 15px; }
.pb-20 { padding-bottom: 20px; }
.pb-25 { padding-bottom: 25px; }
.pb-30 { padding-bottom: 30px; }
.pb-40 { padding-bottom: 40px; }
.pb-50 { padding-bottom: 50px; }
.pb-70 { padding-bottom: 70px; }
.pb-80 { padding-bottom: 80px; }
.pb-90 { padding-bottom: 90px; }
.pb-100 { padding-bottom: 100px; }
.pb-300 {padding-bottom: 300px;}



/*form start*/
input[type="submit"], input[type="button"], button[type="submit"], button[type="button"] { outline: none; }
label { display: inline-block; max-width: 100%; }
textarea { resize: none; height: 110px; border-radius: 20px; }
.form-control {border-radius: 7px; display: block; width: 100%; height: auto; padding: 15px 30px; font-size: 20px; line-height: 1; color: #555; border: 1px solid #DDDDDD; box-shadow: none; background-color: transparent; font-weight: 400;text-overflow: ellipsis; }
.form-control:focus, .input-text:focus { color: #333; border-color: #2B3FC4; background-color: transparent; outline: 0; box-shadow: none; }
.form-control::-webkit-input-placeholder { color: #777; font-weight: 400; }
.form-control::-moz-placeholder { color: #777; opacity: 1; font-weight: 400; }
.form-control::-ms-input-placeholder { color: #777; font-weight: 400; }
.form-control:focus::-webkit-input-placeholder { color: #555; font-weight: 400; }
.form-control:focus::-moz-placeholder { color: #555; opacity: 1; font-weight: 400; }
.form-control:focus::-ms-input-placeholder { color: #555; font-weight: 400; }
textarea.form-control, textarea { height: 150px; }
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-results-button, input[type="search"]::-webkit-search-results-decoration { -webkit-appearance: none; }
input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }
input[type=number] { appearance: none; -moz-appearance: textfield; -webkit-appearance: none; }
input[type="date"]::-webkit-inner-spin-button { display: none; }
input[type="date"]::-webkit-calendar-picker-indicator { color: rgba(0, 0, 0, 0); opacity: 1; background-image: none; background: transparent; }
input[type="radio"], input[type="checkbox"] { cursor: pointer; }
.form-group { margin-bottom: 20px; z-index: 1; }
.form-check-input[type=checkbox] { border-radius: 0px; }
.form-check-input { margin-top: 8px; border-radius: 0px; border-color: #000; }
.form-check-input:focus { border-color: #000; box-shadow: none; }
.form-check-input:checked:focus { border-color: #0d6efd; }
.wpcf7-spinner { position: absolute; margin-top: 10px; }
.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; }
.wpcf7-response-output{max-width: 1256px;width: 100%;margin: 0 auto;}
/*vc plugin css start*/
.vc_row { margin: 0px !important }
.vc_column_container > .vc_column-inner { padding: 0px !important }

/*img-scale*/
.img-scale { overflow: hidden; }
.img-scale img { transition: all 0.3s ease; transform: scale(1); }
.img-scale:hover img { transition: all 0.3s ease; transform: scale(1.1); }
.borderal{border:1px solid #000000}
.border-radius-20{border-radius: 20px;}
section.d-inline-block{vertical-align: top;}
.lastmbnone :last-child{margin-bottom: 0px;}
.txt-black{color: #000000;}
.themeblack { background-color: #4D4D4D ;color: #CBC9C5; }
.themeblack h1, .themeblack h2, .themeblack h3, .themeblack h4, .themeblack h5{color: #fff;}
.dot-pettern{background-image: url(../images/dot-bg-pettern.svg);background-repeat: repeat;background-position: top left;}
.h-spacer{height: 100vh;}
.split-word, .split-line{display: inline-block;vertical-align: top;}
.split-line, .split-text{overflow: hidden;}
.right-padding-100{padding-right: 100px;}
.left-pad-150{padding-left: 150px;}
.minus-left-100{margin-left: -100px;}
.leftclipmask{overflow: hidden;clip-path: inset(0 80% 0 0);}
.rightclipmask{overflow: hidden;clip-path: inset(0 0 0 80%);}
.leftclipmask img, .rightclipmask img{transform: scale(1.2);transform-origin: left;}
.lefttopvector{position: absolute;left: 0px;top: 0px;}
.righttopvector{position: absolute;right: 0px;top: 0px;}
.leftbottomvector{position: absolute;left: 0px;bottom: 0px;}
.revector{transform: rotate(180deg);}
.borderleft{border-left: 1px solid #979591;}
.borderright{border-right: 1px solid #979591;}
.objwidth{width: 300px;}
/*common css End*/

/*header-css-start*/
.mainheader { width: 100%; position: fixed; top: 0; transition: all 0.3s ease; z-index: 20;  }
.mainheader.sticky{background-color: #E4E5E3;}
header .logo { padding: 50px 0;transition: all 0.5s ease; }
header .logo a { display: inline-block;position: relative; }
.mainheader .logo img{width: 202px;transition: all 0.5s ease;}
.mainheader.sticky .logo img{width: 120px;}
.mainheader.sticky .logo{padding: 15px 0px;}
.innerlogo{opacity: 0;}
.innerlogo{position: absolute;top: 0px;left: 0px;opacity: 0;}
.innerheader .hmlogo, .mainheader.sticky .hmlogo{opacity: 0;}
.innerheader .innerlogo, .mainheader.sticky .innerlogo{opacity: 1;}
 .mainheader.sticky .navbtn, .innerheader .navbtn{border: 1px solid #4D4D4D;}
.mainheader.sticky .icnline, .innerheader .icnline{background-color: #4D4D4D;}
.mainheader.sticky .btn-theme:hover{color: #fff;}
.mainheader.sticky .btn-theme:hover::after{background-image: url(../images/btn-arrow-white.svg);}
.mainheader.sticky .btn-theme:before{background-color: #4D4D4D;}
.navmenu { border-radius: 0; z-index: 50; position: fixed; height: 100%; width: 50%; background: #2B3FC4; top: 0; right: 0; transform: translateX(100%); transition: transform 0.45s cubic-bezier(.25, .85, .25, 1); box-shadow: 3px 10px 15px rgba(0, 0, 0, 0.2); display: flex; flex-direction: column; flex-wrap: wrap; align-items: flex-start; overflow: auto; will-change: transform; /* GPU hint */ }
.navmenu.slide { transform: translateX(0); }
.navmenu > ul { margin: 0; padding: 0; display: flex; justify-content: center; flex-wrap: wrap; }
.navmenu > ul > li { position: relative; list-style: none; margin: 0 20px; transition: all 0.3s ease; }
.navmenu > ul > li > a { color: #fff; display: block; font-size: 18px; font-weight: 400; text-transform: capitalize; padding: 0px 0px 5px; position: relative; }
.navmenu > ul > li > a:after { position: absolute; bottom: 10px; height: 2px; width: 0%; background-color: #fff; content: ""; left: 0px;bottom: 0px; }
.navmenu > ul > li > a:hover:after, 
.navmenu > ul > li.current-menu-item > a::after { width: 100%; }
.navmenu > ul > li.current-menu-item > a{ color: #fff; }
.submenu-toggle { text-align: center; overflow: hidden; padding: 8px; vertical-align: top; line-height: 0; cursor: pointer; position: absolute; right: 0; top: 0; }
.navmenu > ul > li ul { display: none; }
.navmenu > ul > li > ul > li > a { font-size: 16px; color: #222222; }
.navmenu > ul > li:last-child { margin-right: 0; }
.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); }
.closeBtn:hover::after, .closeBtn:hover::before { background-color: #fff; }
.navbtn {margin-left: 30px; line-height: 1;padding: 12px; background-color: transparent;  width: 50px;height: 50px;border:1px solid #CBC9C5; display: inline-flex; flex-wrap: wrap; align-items: center; justify-content: end; }
.icnline { background-color: #CBC9C5; 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;}
/*header-css-end*/



/* homepage css start */
.bordeboxcol{border: 1px solid #979591;padding: 50px;}
.hero-home-banner{height: min-content;padding-bottom: 200px; background-color: #4D4D4D;background-image: url(../images/dot-bg-pettern.svg);background-repeat: repeat;}
.maintitle{position: absolute;bottom: 0px;width: 100%;padding-bottom: 50px;}
.maintitle h1{line-height: 1;}
.bannerimg::before{content: ''; bottom: 0px;top: 0px;right: 0px;left: 0px;position: absolute;background-color: rgba(0, 0, 0, 0.30);}
.bannerimg {width: 100%;height: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; overflow: hidden;position: relative;}
.bannerimg img, .bannerimg video {width: 100%; height: 100dvh; -o-object-fit: cover; object-fit: cover;}
.banner-container {width: 100%; height: 100dvh; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; position: relative;}
.homebannersticky {display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; width: 100%; height: 100dvh; position: sticky; top: 0px; }
.hero-home-banner .h-spacer{height: 220vh;}
.first-top-title, .bottom-top-title{position: absolute;left: 50%;transform: translateX(-50%);width: 70%;text-align: center;z-index: 1;width: 1000px;    }
.first-top-title {bottom: 90%;}
.bottom-top-title{top: 90%;}
.first-top-title .split-char{transform: translateY(-200px);}
.bottom-top-title .split-char, .titleanim .split-char{transform: translateY(200px);}
.advairfiledrow .btn-theme{margin-top: 30px;}
.advairfiledrow .righttopvector {top: -200px;}
.globslider{border-top: 1px solid #979591;border-bottom: 1px solid #979591;}
.logoimg{margin-bottom: 388px;}
.globslider .slick-slide a{padding: 50px;border-right: 1px solid #979591;color: #000000;min-height: 100%;}
.certitle{display: flex;gap: 20px;justify-content: space-between;align-items: center;}
.cetificateimg{position: absolute;top: 0px;left: 0px;right: 0px;bottom: 0px;padding: 50px;text-align: center;opacity: 0;overflow: hidden;transition: all 0.3s ease;}
.cetificateimg img{position: relative;transition: all 0.3s ease 0.2s;opacity: 0;}
.cetificateimg::before{content: '';top: 0px;left: 0px;right: 0px;bottom: 0px;position: absolute;background-color:#4D4D4D;transform: scale(0);border-radius: 100%;transition: all 0.7s ease;}
.globslider .slick-slide a:hover .cetificateimg, .globslider .slick-slide a:hover img{opacity: 1;}
.globslider .slick-slide a:hover .cetificateimg::before{transform: scale(1.5);}
.arixcomp .bordeboxcol{padding: 100px 50px;min-height: 100%;color: #4A4A4A;}
.arixcomp .bordeboxcol img, .arixcomp .bordeboxcol p{margin-bottom: 50px;}
.arixcomp .bordeboxcol img{transition: all 0.3s ease-out;opacity: 1;}
.arixcomp .bordeboxcol:hover img{opacity: 0;}
.arixcomp .bordeboxcol img.hoverlogo{position: absolute;top: 0px;left: 0px;opacity: 0;}
.arixcomp .bordeboxcol:hover{background-color: #C3002F;}
.arixcomp .bordeboxcol:hover img.hoverlogo{opacity: 1;}
.arixcomp .bordeboxcol:hover{color: #fff;}
.arixcomp .bordeboxcol:hover .btn-theme-blk{background-color: #fff;color: #C3002F;}
.arixcomp .bordeboxcol:hover .btn-theme-blk::after{background-image: url(../images/btn-arrow-red.svg);}
.arixcomp .bordeboxcol:hover .btn-theme-blk:hover{color: #fff;}
.arixcomp .bordeboxcol:hover .btn-theme-blk:hover::after{background-image: url(../images/btn-arrow-white.svg);}
.hr-imgcard{display: flex;background-color: #E4E5E3;min-width: 1130px;margin-right: 70px;transition: all 0.3s ease;}
.hr-imgcard:last-child{margin-right: 0px;}
.imgcapcard .plusbtn{position: absolute;bottom: 0px;right: 0px;}
a.hr-imgcard:hover{background-color: #C3002F;}
a.hr-imgcard:hover .text-black{color: #ffffff !important;}
a.hr-imgcard:hover .plusbtn{background-color: #4D4D4D;}
.stickymainwrapper .h-spacer{height: 120vh;}
.cardimg{position: relative;flex-shrink: 0;width: 65%;}
.imgcapcard{display: flex;flex-direction: column;justify-content: space-between;padding: 30px;width: 35%;position: relative;}
.blogitem{height: 35rem;}
.blogcard {background-color: #EFEFEF;box-sizing: content-box;height: 100%; overflow: hidden;padding-bottom: 0;position: relative;transition: all .3s cubic-bezier(.65,0,.35,1);}
.blogcontent{padding: 50px;display: flex;flex-direction: column;height: 100%;position: relative;}
.datecol{margin-top: auto;}
.blogimg {box-sizing: border-box;position: absolute;top: 35rem;transition: transform .3s cubic-bezier(.65,0,.35,1);width: 100%;}
.blogimg a, .blogimg img{display: inline-block;width: 100%;vertical-align: top;}
.plusbtn{width: 50px;height: 50px;background-color: #C3002F;display: flex;align-items: center;justify-content: center;z-index: 1;transition: all .3s cubic-bezier(.65,0,.35,1)}
.plusbtn::before{content: '';background-image: url(../images/plus-white-icn.svg);width: 20px;height: 20px;}
.plusbtn:hover{background-color: #4D4D4D;}
.blogcontent .plusbtn{position: absolute;right: 0px;bottom: 0px;}
.catagory, .blogitem h5, .blogitem .datecol{transition: all .3s cubic-bezier(.65,0,.35,1);transform: translateY(0px);opacity: 1;}
.joinuselement .row [class*="col-"]:first-child{margin-bottom: -100px;}
.joinuselement .leftbottomvector{bottom: -300px;}
.joinuselement .btn-theme-blk{margin-top: 30px;}
.stickymainwrapper .lefttopvector{top: 180px;}

/* homepage css end */

/* footer start */
address{margin-bottom: 0px;}
.mainfooter{vertical-align: top;}
.mainfooter a{color: #CBC9C5;}
.connectitle a{position: absolute;right: -20px;top: 20px;}
.connectitle h4{margin-bottom: 0px;}
.connectitle{margin-bottom: 50px;}
.certification img{margin-right: 12px;}
.footerlink ul li{margin-bottom: 40px;}
.footerlink ul li a{font-size: 36px;position: relative;color: #CBC9C5;}
.footerlink ul li a:hover{color: #fff;}
.footerlink ul li:last-child{margin-bottom: 0px;}
.footerlink{padding-top: 150px;padding-bottom: 150px;}
.cotactinfo a, .copyright a{position: relative;}
.cotactinfo a:hover, .copyright a:hover{color: #fff;}
.cotactinfo{display: flex;align-items: flex-start;}
.cotactinfo{margin-bottom: 40px;}
.cotactinfo a{font-size: 30px;padding-bottom: 10px;}
.cotactinfo i{flex-shrink: 0;margin-right: 20px;align-self: center;width: 30px;}
.footercontact{padding:150px 12px 150px 120px;display: flex;flex-direction: column;}
.socialicon{display: flex;flex-wrap: wrap;margin-top: auto;}
.socialicon a{margin-right: 70px;padding-right: 30px;position: relative; padding-bottom: 10px;display: inline-flex;align-items: center;background-position:right 11px; background-image: url(../images/social-icn-arrow.svg);background-repeat: no-repeat;}
.socialicon a:last-child{margin-right: 0px;}
.socialicon a::before, .socialicon a::after{content: '';width: 100%;transform-origin: left; height: 1px;position: absolute;bottom: 0px;left: 0px;transition: all 0.3s ease;}
.socialicon a::before{background-color: #737373;}
.socialicon a::after{transform: scaleX(0);background-color: #ffffff;}
.socialicon a:hover{color: #fff;background-image: url(../images/btn-arrow-white.svg);}
.socialicon a:hover::after{transform: scaleX(1);}
.bordeboxcol i{width: 80px;margin-bottom: 150px;}
.thankyoupage{margin-top: 250px;}
.footerbottom{border-top: 1px solid #737373;padding: 50px 0px;}
.copyright{font-size: 20px;padding-left: 120px;}
/* footer end */

/* case study page start */
.topoffset{margin-top: 250px;}
.casestudyitems{padding: 0px 100px;}
.caseimg::before{top: 0px;left: 0px;right: 0px;bottom: 0px;opacity: 0; position: absolute;content:'';background-color: rgba(0, 0, 0, 0.4);transition: all 0.5s ease;}
.caseitemcol:hover .btn-circle-sm, .caseitemcol:hover .caseimg::before{opacity: 1;}
.caseitemcol .btn-circle-sm{position: absolute;top: 30px;right: 30px;width: 50px;height: 50px;opacity: 0;}
.caseitemcol .btn-circle-sm::after {background-size: 14px;}
.caseitemleft{width: 50%;}
.caseitemright{width: 45%;}
.loadmorebtn{width: 100%;text-align: center;display: inline-block;margin-bottom: 150px;}
.paginav {margin-bottom: 150px; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-align: center; -ms-flex-align: center; align-items: center;justify-content: center;}
.paginav a, .paginav span {text-decoration: none; margin: 0px;border-radius: 7px; margin-right: 10px; text-align: center; font-size: 18px;
     width: 50px; height: 50px; line-height: 50px;color: #fff;}
.paginav span.arrow-previous, .paginav span.arrow-next {position: relative; display: inline-flex;align-items: center;justify-content: center; margin-right: 0px; }
.paginav a { border: 1px solid #2B3FC4;}
.paginav span.current, .paginav a:hover {border-color: #2B3FC4;background-color: #2B3FC4;}
.arrow-previous::before, .arrow-next::before{height: 15px; width: 17px; content: ''; transition: all 0.3s ease;display: inline-block; }
.arrow-previous::before {background: url(../images/btn-arrow-left-blue.svg) center center no-repeat;}
.arrow-next::before {background: url(../images/btn-arrow-right-blue.svg) center center no-repeat;}
.paginav a:hover .arrow-previous::before{background-image: url(../images/btn-arrow-left-white.svg);}
.paginav a:hover .arrow-next::before{background-image: url(../images/btn-arrow-right-white.svg);}
.blogdetail h3, .blogdetail h4, .blogdetail h2{font-weight: 600;}
.blogdetail h2{line-height: 1;margin-bottom: 20px;}
.blogdetail h3{font-size: 50px; text-transform: uppercase;margin-bottom: 20px;}
.blogdetail h4{font-size: 30px;text-transform: uppercase;margin-bottom: 20px;}
.blogdetail h5{font-size: 20px;text-transform: uppercase;margin-bottom: 20px;}
.blogdetail ul{margin-bottom: 20px;}
.blogdetail ul li ul{margin-top: 15px;}
.blogdetail ul li, .blogdetail ol li{margin-bottom: 5px;}
.blogdetail ol > li:last-child{margin-bottom: 0px}
.blogdetail ol { margin-bottom: 20px; counter-reset: item; display: inline-block; width: 100%;padding-left: 0px; }
.blogdetail ol li { margin-bottom: 5px; }
.blogdetail ol ol, .blogdetail ol li ul { padding-left: 20px; margin: 15px 0px 10px; }
.blogdetail ol li::before { content: counters(item, ".") ". "; counter-increment: item;}
.blogdetail ol li ul li::before { content: ''; }
.blogdetail img{margin: 30px 0px;display: inline-block;}
.blogdetail p{margin-bottom: 20px;}
.blogdetailnav{display: inline-flex;justify-content: space-between; width: 100%;width: 100%;margin-top: 50px;}
.blogdetailnav  a{color: #2B3FC4;font-weight: 600;font-size: 18px;display: inline-flex;align-items: center;}
.blogdetailnav  .prevb::before, .blogdetailnav  .nextb::after{content: '';width: 10px;height: 10px;background-repeat: no-repeat;margin-top: 3px;}
.blogdetailnav  .prevb::before{background-image: url(../images/blog-prev-arrow.svg);margin-right: 10px;}
.blogdetailnav  .nextb::after{background-image: url(../images/blog-next-arrow.svg);margin-left: 10px;}
.othercasestudy .row [class*="col-"] h4{margin-bottom: 0px;}
/* case study page end */



/* careers page css */


.careersidebar{transition: all 0.5s linear;display: flex;align-items: center;width: 50%;position: fixed;top: 0px;right: -100%;height: 100%;padding:150px 100px;background-color: #2B3FC4;z-index: 100;overflow: auto;}
.careersidebar.slide{right: 0%;}
.OverlayCareers{z-index: 100;}
.careersidebar .form-control{padding: 12px 30px;border: 1px solid #fff;color: #fff;}
.careersidebar h2{color: #fff;}
.careersidebar .btn-theme-submit{margin-top: 20px;}
.careersidebar .btn-theme-submit input[type="submit"]{border-color: #fff;color: #fff;}
.careersidebar .btn-theme-submit::after{background-color: #fff;background-image: url(../images/btn-arrow-blue.svg);}
.careersidebar .btn-theme-submit:hover{background-color: #fff;}
.careersidebar .btn-theme-submit:hover input[type="submit"]{color:#2B3FC4;}
.careersidebar .btn-theme-submit:hover::after{background-color:#2B3FC4;background-image: url(../images/btn-arrow-white.svg);}
.accordion-item{background-color: transparent;border-radius: 20px !important;color: #555555;border:1px solid #C2BBB1 !important;margin-bottom: 20px;}
.accordion-button{padding:30px;font-weight: 600;font-size: 30px;color: #17236A;line-height: 1;font-family: "Archivo", sans-serif; background-color: transparent;border-radius: 0px;transition: all 0.3s ease;}
.accordion-button:not(.collapsed){background-color: transparent;box-shadow: none;}
.accordion-button:focus{background-color: transparent;box-shadow: none;}
.accordion-item:first-of-type .accordion-button{border-radius: 0px;}
.accordion-body{padding: 0px 30px 30px;}
.accordion-body ul{margin-bottom: 20px;}
.accordion-body ul li{margin-bottom: 0px;}
.accordion-body .btn-theme{margin-top: 30px;}
.accordion-button::after{background-image: url(../images/plus-icn.svg);width: 20px;height: 20px;background-position: center; background-size: 20px;display: flex;align-items: center;justify-content: center;transition: all 0.3s ease;}
.accordion-button:not(.collapsed)::after{background-image: url(../images/minus-icn.svg);}
.accordion-body h4, .accordion-body h5, .accordion-body h6{font-size: 30px;margin-bottom: 10px;}
.accordion-item:last-of-type{margin-bottom: 0px;}
.uploadBox input[type="file"] {display: none;}
.uploadBox label { width: 100%;border-radius: 7px; display: flex;justify-content: space-between;padding: 15px 30px;border: 1px solid #fff;white-space: nowrap;cursor: pointer;font-size: 20px;line-height: 20px;}
.uploadBox label span{font-size:16px;font-weight: 500;color: #ffffff;}
.uploadBox label span.filename{color: #DDDDDD;font-size: 16px; white-space: nowrap;text-overflow: ellipsis;overflow: hidden;text-transform: none;width: 70%;letter-spacing: 0px;font-weight: 400;}
.uploadBox label.selected span.filename{color: #fff;}
.careersidebar .form-control::-webkit-input-placeholder { color: #DDDDDD; font-weight: 400; }
.careersidebar .form-control::-moz-placeholder { color: #DDDDDD; opacity: 1; font-weight: 400; }
.careersidebar .form-control::-ms-input-placeholder { color: #DDDDDD; font-weight: 400; }
.careersidebar .form-control:focus::-webkit-input-placeholder { color: #fff; font-weight: 400; }
.careersidebar .form-control:focus::-moz-placeholder { color: #fff; opacity: 1; font-weight: 400; }
.careersidebar .form-control:focus::-ms-input-placeholder { color: #fff; font-weight: 400; }
.careersidebar .wpcf7-not-valid-tip{color: #fff;}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output{margin: 20px auto 0px;}
@keyframes marquee-ltr {
0% {
    transform: translateX(-100%);
}
100% {
    transform: translateX(0);
}
}
.black-overlay { z-index: 50; background-color: rgba(0, 0, 0, 0.5); content: ''; position: fixed; right: 0; height: 100%; width: 100%; top: 0; display: none; }
	
@media only screen and (min-width:1200px) {
	.navmenu > ul > li.menu-item-has-children::before { content: ''; background-image: url(../images/menu-arrow-normal.svg);background-repeat: no-repeat;background-position: center; width: 20px; height: 20px; position: absolute; top: 7px; right: 0; }
	.navmenu > ul > li > ul li:last-child a { border-bottom: 1px solid #DDDDDD; }
	.innerheader .navmenu > ul > li.menu-item-has-children::before{background-image: url(../images/menu-arrow-inner.svg);}
	.sticky.innerheader .navmenu > ul > li.menu-item-has-children::before{background-image: url(../images/menu-arrow-normal.svg);}
	.stickyHorizontalrow {align-content: center;align-items: center;display: flex;flex: none;flex-direction: column;flex-wrap: nowrap;gap: 0px;height: min-content;justify-content: flex-start;overflow: visible;position: relative;width: 100%;}
	.stickymainwrapper {width: 100%;display: inline-flex;position: relative;flex-wrap: wrap;}
	.stickyhrwrapper { position: sticky;top: 100px;align-items: center;overflow: hidden;display: flex;padding-top: 100px;}
	.hm-industries-wrap {padding:0px  calc((100% - 1512px) / 2);  display: flex;will-change: transform;position: relative;transform-origin: left;align-items: center;}
  .imgtitlecap {display: none;}
  .blogitem:hover .blogimg, .blogitem:hover .plusbtn {transform: translateY(-3.7rem);}
  .blogitem:hover .blogcard {padding-bottom: calc(60% - 5.2rem);background-color: #C3002F;}
  .blogitem:hover .catagory a{color: #ffffff;}
  .blogitem:hover h5{color: #ffffff;}
  .blogitem:hover .datecol{opacity: 0;transform: translateY(1rem);}
  .blogitem:hover .plusbtn{background-color: #4D4D4D;}
  .footerlink ul li a::before, .cotactinfo a::before, .copyright a::before{content: '';width: 100%;transform: scaleX(0);transform-origin: left; height: 1px;background-color: #fff;position: absolute;bottom: 0px;left: 0px;transition: all 0.3s ease;}
 .footerlink ul li a:hover::before, .cotactinfo a:hover::before, .copyright a:hover::before{transform: scaleX(1);}
}
@media only screen and (max-width:1199px) {
	
}
