@charset "utf-8";


@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Light.eot");
  src: url("../fonts/Gilroy-Light.eot?#iefix") format("embedded-opentype"), 
  url("../fonts/Gilroy-Light.woff2") format("woff2"), 
  url("../fonts/Gilroy-Light.woff") format("woff"), 
  url("../fonts/Gilroy-Light.ttf") format("truetype"), 
  url("../fonts/Gilroy-Light.svg#clarasansuploaded_file") format("svg");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy"; 
  src: url("../fonts/Gilroy-Regular.eot");
  src: url("../fonts/Gilroy-Regular.eot?#iefix") format("embedded-opentype"), 
  url("../fonts/Gilroy-Regular.woff2") format("woff2"), 
  url("../fonts/Gilroy-Regular.woff") format("woff"), 
  url("../fonts/Gilroy-Regular.ttf") format("truetype"), 
  url("../fonts/Gilroy-Regular.svg#clarasansuploaded_file") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Medium.eot");
  src: url("../fonts/Gilroy-Medium.eot?#iefix") format("embedded-opentype"),
  url("../fonts/Gilroy-Medium.woff2") format("woff2"), 
  url("../fonts/Gilroy-Medium.woff") format("woff"), 
  url("../fonts/Gilroy-Medium.ttf") format("truetype"), 
  url("../fonts/Gilroy-Medium.svg#clarasansuploaded_file") format("svg");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-SemiBold.eot");
  src: url("../fonts/Gilroy-SemiBold.eot?#iefix") format("embedded-opentype"), 
  url("../fonts/Gilroy-SemiBold.woff2") format("woff2"), 
  url("../fonts/Gilroy-SemiBold.woff") format("woff"), 
  url("../fonts/Gilroy-SemiBold.ttf") format("truetype"), 
  url("../fonts/Gilroy-SemiBold.svg#clarasansuploaded_file") format("svg");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Bold.eot");
  src: url("../fonts/Gilroy-Bold.eot?#iefix") format("embedded-opentype"), 
  url("../fonts/Gilroy-Bold.woff2") format("woff2"), 
  url("../fonts/Gilroy-Bold.woff") format("woff"), 
  url("../fonts/Gilroy-Bold.ttf") format("truetype"), 
  url("../fonts/Gilroy-Bold.svg#clarasansuploaded_file") format("svg");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-ExtraBold.eot");
  src: url("../fonts/Gilroy-ExtraBold.eot?#iefix") format("embedded-opentype"), 
  url("../fonts/Gilroy-ExtraBold.woff2") format("woff2"), 
  url("../fonts/Gilroy-ExtraBold.woff") format("woff"), 
  url("../fonts/Gilroy-ExtraBold.ttf") format("truetype"), 
  url("../fonts/Gilroy-ExtraBold.svg#clarasansuploaded_file") format("svg");
  font-weight: 900;
  font-style: normal;
}

:root{
    --heading-font: "Gilroy";
    --body-font: "Gilroy";
    --common-transition: all 0.3s ease 0s;
    --primary:#032888;  
    --secondary:#0045CA;
    --clr-blue: #0133BB;
    --black: #000000;  
    --dark-gray:#252432;
    --gray: #656565;
    --white: #FFFFFF; 
}

/* ~-~-~-~-~-~-~-~-~-~ global adjustments ~-~-~-~-~-~-~-~-~-~ */ 
/* html, body { overflow-x: hidden; } */
html { scroll-behavior: smooth; overflow-x: hidden !important; }
body { margin: 0; padding: 0; font-family: "Gilroy"; font-size: 16px; font-weight: 500; color: var(--gray);}
h1, h2, h3, h4, h5, h6 { font-weight: normal; margin: 0 0 20px; padding: 0; color: var(--dark-gray); font-family: 'Gilroy'; font-weight: 700; line-height: 1; }

h1 { font-size: 80px; }
h2 { font-size: 50px; line-height: 1.2;}
h3{ font-size: 60px; }
h4 { font-size: 36px; }
h5 { font-size: 30px; }
h6 { font-size: 24px; font-weight: 600;}

p { margin: 0 0 20px;  line-height: 1.3;}
.fw-600 { font-weight: 600;}

img { max-width: 100%; }
figure { margin: 0;}
a, img { border: 0; text-decoration: none; outline: none; }
a, a:link, a:visited, a:focus, a:hover { color: var(--black); outline: none; text-decoration: none; transition: var(--common-transition); }
a:hover{  text-decoration: none; transition: var(--common-transition); }
 
textarea, select, .form-control, .form-select, input { font-family: var(--body-font); outline: none; border: 1px solid #B3C6D1; border-radius: 40px; background-color: var(--white); height: 50px; padding: 12px 30px; color: var(--gray); font-weight: 500; }
textarea.form-control { height: 100px; border-radius: 20px; padding: 20px 30px; resize: none;}

select, select.form-select { background-image: url(../images/icon-down.svg); background-repeat: no-repeat; background-position: right 30px center; background-size: 8px; }
textarea:focus, select, select.form-select:focus, .form-control:focus {  border: 1px solid #B3C6D1; outline: none; box-shadow: inherit;} 
input:focus, input:focus-visible { border: 1px solid #B3C6D1; outline: none; box-shadow: none; }

input[type=submit] {height: inherit;}

.btn-check:focus+.btn, .btn:focus { box-shadow: inherit;} 

/* ---  upload and checkbox css  --- */
.form-control::-webkit-file-upload-button { padding: 5px 18px; margin: 0; -webkit-margin-end: .75rem; margin-inline-end:.75rem; color: var(--black); font-weight:600; background-color: rgb(0 173 254 / 10%); pointer-events: none; border-color: inherit; border-style: solid; border-width: 0; border-inline-end-width:none; border-radius: 10px; transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out }
.form-control::file-selector-button { padding: 5px 18px; margin: 0; -webkit-margin-end: .75rem; margin-inline-end:.75rem; color: var(--black); font-weight:600; background-color: rgb(0 173 254 / 10%); pointer-events: none; border-color: inherit; border-style: solid; border-width: 0; border-inline-end-width:none; border-radius: 10px; transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out }
.form-control[type=file] { padding: 10px 0; border-radius: inherit; border: none; color: var(--black); background: transparent;}

.form-check.common-input-wrap { padding-left: 0; margin-bottom: 10px; display: flex; align-items: center; }
.form-check.common-input-wrap label { margin: 0; line-height: 1; color: var(--gray); font-weight: 500; }

.form-check-input[type=checkbox] { padding: 0; border: 2px solid #B3C6D1; width: 20px; height: 20px; margin-right: 10px; border-radius: 5px; outline: none; box-shadow: none; }
.form-check-input:checked[type=checkbox] { background-color: #B3C6D1; }

.form-check.common-input-wrap input[type=checkbox] { padding: 0; border: 2px solid #B3C6D1; width: 20px; height: 20px; margin-right: 10px; border-radius: 5px; outline: none; box-shadow: none; }
.form-check.common-input-wrap input:checked[type=checkbox] { background-color: #B3C6D1; }

.form-check.common-input-wrap span.wpcf7-list-item-label { display: none; } 
.form-check.common-input-wrap br { display: none; } 
.form-check.common-input-wrap p { display: flex; align-items: center; margin: 0; }  
.form-check.common-input-wrap p span { margin: 0; line-height: 1; width: inherit; height: inherit; border: none; background: transparent; }
/* ---  upload and checkbox css  --- */

/* --- for placeholder color --- */
input::-moz-placeholder , .form-control::-moz-placeholder { color: var(--gray); opacity: 1; font-weight: 500;}
input:-ms-input-placeholder, .form-control:-ms-input-placeholder { color: var(--gray); font-weight: 500;}
input::-webkit-input-placeholder, .form-control::-webkit-input-placeholder { color: var(--gray); font-weight: 500;}
/* --- for placeholder color --- */

/* --- only use for wordpress (Image alignment) --- */
.alignleft, .alignnone { float: left; margin: 0 15px 10px 0; }
.alignright { float: right; margin: 0 0 10px 15px; }
.aligncenter { margin: 10px auto; display: block; }
/* --- only use for wordpress (Image alignment) --- */

/*..............common styles..............*/
.common-padding{ padding-top: 100px; padding-bottom: 100px; }
.common-small-padding{ padding-top: 50px; padding-bottom: 50px; } 
.common-padding-top { padding-top: 100px; }
.common-padding-bottom { padding-bottom: 100px; }

.common-hdr { margin-bottom: 50px;}
.common-hdr h2 { margin-bottom: 10px;}
.common-hdr p {color: var(--dark-gray); margin: 0 auto 15px;} 
.common-hdr p:last-child {margin-bottom: 0;}
.common-hdr p a { color: var(--dark-gray); font-weight: 600; text-decoration: underline;}
.common-hdr h6 { color: var(--dark-gray); font-weight: 500; margin: 0 0 10px; }
.common-hdr h6 a { color: var(--dark-gray); font-weight: 600; text-decoration: underline;}
.common-hdr span { display: block; margin-bottom: 20px; color: var(--primary); font-weight: 600; }

.common-hdr.max-width p { max-width: 767px; }
.common-hdr.max-width-lg p { max-width: 1035px; }

.mb-50 { margin-bottom: 50px; }
.mt-50 { margin-top: 50px; }
.pt-50 { padding-top: 50px ;}

.icon-60 img { width: 42px; height: 42px; object-fit: contain;  object-position: center; position: relative; }

.common-card-style { padding: 50px; background: var(--white); border-radius: 20px; box-shadow: 0px 15px 30px 0px #033CCC1A; height: calc(100% - 24px); margin-bottom: 24px; display: flex !important; flex-direction: column; align-items: flex-start; transition: var(--common-transition); }
.common-card-style.p0 p { margin-bottom: 0;} 
.common-card-style.p-30 p { margin-bottom: 30px;}
.common-card-style ul { margin: 0; padding-left: 25px; }

.common-card-style2 { padding: 50px; background: var(--white); border-radius: 20px; box-shadow: 10px 10px 50px 0px #E1E5F080; height: 100%; display: flex !important; flex-direction: column; align-items: flex-start; transition: var(--common-transition); border: 2px solid transparent; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }
.common-card-style2:hover { border: 2px solid #00000014; }

.common-card-style2.p0 p { margin-bottom: 0;} 
.common-card-style2.p-30 p { margin-bottom: 30px;} 

.btn { border: 1px solid var(--black); font-weight: 600; display: inline-block; vertical-align: top; background: var(--black); color: var(--white) !important; padding: 17px 50px; border-radius: 50px; font-size: 16px; line-height: 1; text-transform: capitalize; }
.btn:hover { border: 1px solid var(--black) ; background: var(--white) !important; color: var(--black) !important; }

.btn.btn-transfrnt.white { padding: 15px 30px; color: var(--white) !important; border: 2px solid var(--white);}
.btn.btn-transfrnt.white:hover { background: var(--white) !important; color:  var(--black) !important; }

.btn.blue { background: radial-gradient(50% 167.76% at 100% 100%, #0037CD 0%, #032888 100%); color: var(--white) !important; border: 0;}
.btn.blue:hover { background: #E1E7FA !important; color: var(--black) !important; border: 0; }

.btn.btn-transfrnt { background: transparent; color: var(--black) !important; border: 2px solid var(--black); }
.btn.btn-transfrnt:hover { background: var(--black) !important; color:  var(--white) !important; }

.btn.white-color { background-color: var(--white); color: var(--black) !important; border-color: transparent; }
.btn.white-color:hover { background-color: transparent !important; color: var(--white) !important; border-color: var(--white); }

a.common-ban-btn { max-width: fit-content; display: flex; gap: 20px; align-items: center; font-size: 18px; color: var(--black); font-weight: 600; }

.background-white {background-color: var(--white);}
/*..............common styles..............*/


/* ============ header Start ============ */

body.open { height: 100vh; overflow: hidden; }
/* html.toggle-open {overflow: hidden;} */
body.fixed-gap { margin-top: 118px; }

/* Home header modification */
.home .main-menu ul li a { color: #FFF !important; }
.home .main-menu { background: transparent !important;}
/* .home .main-header .logo > a { filter: invert(1);} */

/* .main-header { position: absolute; } */
.main-header .btn.btn-transfrnt { padding: 20px 46px; color: var(--primary) !important; border: 2px solid var(--primary);}
.main-header .btn.btn-transfrnt:hover { background: #032888 !important; color:  var(--white) !important; }

.home .main-header .btn.btn-transfrnt { color: #FFF !important; border: 2px solid #FFF;}
.home .main-header .btn.btn-transfrnt:hover { border-color: var(--primary); }

.home .header-sticky.main-header .btn.btn-transfrnt {  background: transparent; color: var(--black) !important; border: 2px solid var(--black); }
.home .header-sticky.main-header .btn.btn-transfrnt:hover { background: var(--black) !important; color:  var(--white) !important; }
.home .header-sticky.main-header .main-menu ul li a:not(.btn) { color: var(--black) !important; }
.home .header-sticky.main-header { position: fixed;}
body.home.fixed-gap { margin-top: 0px;}

.main-header.header-sticky .header-container { background: none; backdrop-filter: none; padding: 0; }
/* Home header modification */

 
.header-container { display: flex; flex-wrap: wrap; align-items: center;  }
 
.hdr-rt {margin-left: auto; margin-right: auto;}

header.main-header .logo { min-width: 150px; max-width: 150px; }
.home header.main-header:not(.header-sticky) .logo a img { filter: brightness(0) invert(1); }
.main-header .short-logo { display: none; }

.header-sticky.main-header .logo { min-width: 60px; max-width: 60px; }
.header-sticky.main-header .logo > a { display: none; } 
.header-sticky.main-header .short-logo { display: block; width: 60px; height: 60px; border-radius: 50pc; overflow: hidden; }

.main-header { padding: 30px 0px 10px; z-index: 999; left: 0; right: 0; top: 0; position: absolute; }
 
.main-menu ul li { margin:0 5px !important; }  
.main-menu ul li a { font-family: "Gilroy" !important; color: #191919 !important; font-weight: 500 !important; position: relative !important; padding: 3px 8px !important; height: inherit !important; line-height: 1.2!important; font-size: 16px !important; background: transparent !important;}
.main-menu ul li a::before { content: ''; background: var(--black)!important; position: absolute !important; height: 2px !important; bottom: 0; left: 0; width: 0 !important; transition: 0.3s ease; }
.main-menu ul li:hover a::before, .main-menu ul li.current-menu-item a::before, .main-header.fixed .main-menu>ul>li.current-menu-item a::before{  width: 100% !important; transition: 0.3s ease;}

.header-sticky .main-menu ul li a::before { background:var(--black) !important; }

.home .main-header:not(.header-sticky) .main-menu ul li a::before { background-color: #FFF !important; }
.home .main-menu > ul li:hover a { color: #FFF !important; }
/* dropdown */
li.menu-item-has-children{ display: inline-block;} 
li.menu-item-has-children > a::after { content: "\f078"; font-family: "Font Awesome 6 Free"; font-weight: 900; font-size: 12px; margin-left: 6px; color: var(--green); transition: 0.3s ease; }
li.menu-item-has-children > ul.sub-menu {display: none;position: absolute;background: var(--white);box-shadow: 0px 4px 6px 0px rgba(46, 45, 45, 0.16);list-style: none;}
li.menu-item-has-children ul.sub-menu a{display: block;color: #343434;font-weight: 400;margin-right: 0;padding: 10px 15px;font-size: 16px;}
li.menu-item-has-children > ul.sub-menu > li:hover > a{background-color: var(--yellow) !important; font-weight: 500; }
li.menu-item-has-children:hover ul.sub-menu {display: block;}
li.menu-item-has-children:hover a::after { transform: translate(0%, -50%) rotate(180deg); color: var(--green); }
li.menu-item-has-children > ul.sub-menu li { margin: 0; }
li.menu-item-has-children ul.sub-menu li{margin-right: 0;width: 100%;padding: 0;}
li.menu-item-has-children ul.sub-menu li:last-child{border: 0;}

.minus, .plus{display: none;} 
.nav_close { display: none; }

.nav_btn { border: none; padding: 0px; background-color: transparent; cursor: pointer; height: 32px; width: 28px; position: relative; z-index: 999; display: none; position: relative; } 
.nav_btn span { position: absolute; top: 16px; } 
.nav_btn span, .nav_btn span:before, .nav_btn span:after { width: 28px; height: 2px; background-color: var(--black); display: block; transition: 0.3s; border-radius: 5px; } 
.home .nav_btn span, .home .nav_btn span:before, .home .nav_btn span:after { background-color: #FFF; } 

.nav_btn span:before { content: ""; transform: translateY(-9px); } 
.nav_btn span:after { content: ""; transform: translateY(6px); } 
.menu_open_toggle .nav_btn span { background-color: transparent !important; } 
.menu_open_toggle .nav_btn span:before { transform: translateY(0px) rotate(45deg); } 
.menu_open_toggle .nav_btn span:after { transform: translateY(-3px) rotate(-45deg); }

.desk-hidden, .mobile-connect-us { display: none; }

.user-numbers { text-align: center; margin: 0 16px; padding-left: 24px; border-left: 1px solid #888888; }
.user-numbers p { font-size: 14px; color: #222222; margin-bottom: 2px; }
.user-numbers h5 { margin: 0; color: #032888; font-size: 20px; font-weight: 600; }
.user-numbers h5 a { color: #032888; text-decoration: underline; }

.user-sec { display: flex; align-items: center; }

header .user-sec ul { list-style: none; padding: 0; margin: 0; display: flex; align-items: center; }
header .user-sec ul li:first-child { margin: 0; } 
header .user-sec ul li { list-style: none; margin-left: 12px; }

.header-sticky.main-header { background: rgb(255 255 255 / 60%); backdrop-filter: blur(15px); padding: 10px 10px; left: 0; position: fixed; top: 20px; width: 100%; transition: all 0.5s; -ms-transition: all 0.5s; -webkit-transition: all 0.5s; animation: slide-down 0.7s; -ms-animation: slide-down 0.7s; -webkit-animation: slide-down 0.7s; max-width: 1650px; margin: 0 auto; border-radius: 20px; }
.header-sticky.main-header .main-menu { padding: 0 !important; background-color: transparent !important; }
.header-sticky.main-header .user-sec ul li a.btn { padding: 11px 18px; }
.header-sticky.main-header .user-sec ul li a.btn.btn-transfrnt { padding: 9px 18px; }

ul.mob-hidden li:last-child a { padding: 22px 50px; }
 

/* Megaenu CSS*/
#mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator { transform: translate(0, 2px); }

.main-menu .mega-menu-wrap { background: transparent !important; position: inherit !important; } 
.main-menu .mega-menu { position: inherit !important; }

.main-menu .mega-menu-item ul.mega-sub-menu ul { margin: 0 !important; }
.main-menu .mega-menu-item ul.mega-sub-menu ul li {margin: 0 !important;padding: 0 !important; color: var(--black) !important; font-size: 16px !important; font-weight: 500 !important;}

.main-menu .mega-menu-item .mega-menu-row { margin: 0 !important; }
.main-menu .mega-menu-item .mega-menu-column { margin: 0 !important; }
 
.main-menu .mega-menu-item .mega-sub-menu { width: 100% !important; max-width: 1650px !important; left: 50% !important; transform: translateX(-50%) !important; border-radius: 20px  !important; margin-top: 27px !important; border: none !important; }
.main-menu .mega-menu-item .mega-sub-menu.hrd-menu-wrap { width: 100% !important; max-width: 818px !important; margin-left: -8% !important; left: inherit !important; transform: inherit !important; /* max-height: calc(90vh - 100px) !important; overflow: auto !important;*/ }


.main-menu .mega-menu-item .mega-sub-menu.hrd-menu-wrap { transform: scaleX(0.8) translateX(-20px) !important;transition: all 0.2s ease-in-out !important; transform-origin: left; }
.main-menu .mega-menu-item.mega-toggle-on .mega-sub-menu.hrd-menu-wrap { transform: scaleX(1) translateX(0) !important; transform-origin: left; }

/* width */
/* .main-menu .mega-menu-item .mega-sub-menu.hrd-menu-wrap::-webkit-scrollbar, */
.main-menu .mega-menu-item .mega-sub-menu .mega-menu-column-1::-webkit-scrollbar,
.main-menu .mega-menu-item .mega-sub-menu .mega-menu-column-2::-webkit-scrollbar { width: 4px; }
/* Track */
/* .main-menu .mega-menu-item .mega-sub-menu.hrd-menu-wrap::-webkit-scrollbar-track, */
.main-menu .mega-menu-item .mega-sub-menu .mega-menu-column-1::-webkit-scrollbar-track,
.main-menu .mega-menu-item .mega-sub-menu .mega-menu-column-2::-webkit-scrollbar-track { background: transparent; }
/* Handle */
/* .main-menu .mega-menu-item .mega-sub-menu.hrd-menu-wrap::-webkit-scrollbar-thumb, */
.main-menu .mega-menu-item .mega-sub-menu .mega-menu-column-1::-webkit-scrollbar-thumb,
.main-menu .mega-menu-item .mega-sub-menu .mega-menu-column-2::-webkit-scrollbar-thumb { background: var(--primary); border-radius:5px; }
/* Handle on hover */
/* .main-menu .mega-menu-item .mega-sub-menu.hrd-menu-wrap::-webkit-scrollbar-thumb:hover, */
.main-menu .mega-menu-item .mega-sub-menu .mega-menu-column-1::-webkit-scrollbar-thumb:hover,
.main-menu .mega-menu-item .mega-sub-menu .mega-menu-column-2::-webkit-scrollbar-thumb:hover { background: var(--dark-gray); }


.main-menu .mega-menu-item .mega-menu-row > .mega-sub-menu { display: flex !important; align-items: stretch !important; }
.main-menu .mega-menu-item .mega-menu-banner ul.mega-sub-menu { display: block !important; height: 100% !important; }
.main-menu .mega-menu-item .mega-menu-banner ul.mega-sub-menu li { height: 100% !important; }

.main-menu .mega-menu-item .mega-sub-menu .mega-menu-column-1, 
.main-menu .mega-menu-item .mega-sub-menu .mega-menu-column-2 { max-height: calc(90vh - 100px) !important; overflow: auto !important; }
/* .main-menu .mega-menu-item .mega-sub-menu.hrd-menu-wrap .mega-menu-column-1,
.main-menu .mega-menu-item .mega-sub-menu.hrd-menu-wrap .mega-menu-column-2 { max-height: inherit !important; overflow: inherit !important; } */

.main-menu .mega-menu-item ul.mega-sub-menu .mega-menu-column-1 { width: 35% !important; padding: 50px 20px 50px 50px !important; }
.main-menu .mega-menu-item .mega-sub-menu.hrd-menu-wrap .mega-menu-column-1 { width: 50% !important; padding: 20px  !important; }
.main-menu .mega-menu-item .mega-sub-menu.hrd-menu-wrap .mega-menu-column-1 li { margin: 0 0 20px !important; }

.main-menu .mega-menu-item ul.mega-sub-menu .mega-menu-column-1 li { margin: 0 0 30px !important; cursor: pointer; max-width: 370px !important; }
.main-menu .mega-menu-item ul.mega-sub-menu .mega-menu-column-1 li:last-child { margin: 0 !important; padding-bottom: 20px !important; }

.main-menu .mega-menu-item ul.mega-sub-menu .mega-menu-column-1 li h4{ margin-bottom: 2px; }
.main-menu .mega-menu-item ul.mega-sub-menu .mega-menu-column-1 li h4 a{ transition: var(--common-transition); padding: 0 34px 0 0 !important; font-size: 24px !important; font-weight: 700 !important; color: var(--dark-gray) !important; display: block; }
.mega-menu-item ul.mega-sub-menu .mega-menu-column-1 li a::before { display: none;}
.main-menu .mega-menu-item ul.mega-sub-menu .mega-menu-column-1 li h4:after { content: '' !important; position: absolute; background-image: inherit; background-size: 24px; width: 24px; height: 24px; right: 0; top: 50%; transform: translateY(-50%); }
.main-menu .mega-menu-item ul.mega-sub-menu .mega-menu-column-1 li:hover h4:after { background-image: url(../images/acc-btn-not-collapsed.svg); }
.main-menu .mega-menu-item ul.mega-sub-menu .mega-menu-column-1 li:last-child h4::after { top: calc(50% - 12px); }
.main-menu .mega-menu-item ul.mega-sub-menu .mega-menu-column-1 li:hover h4 a{color: var(--primary) !important; }

.main-menu .mega-menu-item ul.mega-sub-menu .mega-menu-column-1 li p { margin-bottom: 0 !important; -webkit-line-clamp: 2; -webkit-box-orient: vertical; display: -webkit-box; white-space: normal; overflow: hidden; padding-right: 30px; color: var(--gray); }
.main-menu .mega-menu-item ul.mega-sub-menu .mega-menu-column-1 li p a{ transition: var(--common-transition); color: var(--gray) !important; margin: 0; padding: 0 !important; }
.main-menu .mega-menu-item ul.mega-sub-menu .mega-menu-column-1 li:hover p a { color: var(--primary) !important; }


.main-menu .mega-menu-item ul.mega-sub-menu .mega-menu-column-2 { width: 40% !important; }
.main-menu .mega-menu-item ul.mega-sub-menu .mega-menu-column-2 .submenu-inner { padding: 50px 20px 50px 20px; }
.main-menu .mega-menu-item ul.mega-sub-menu .mega-menu-column-2 .submenu-inner-wrap { max-width: 490px; }
.main-menu .mega-menu-item ul.mega-sub-menu .mega-menu-column-2 .submenu-inner-wrap ul.submenu-list-tech { list-style: disc; column-count: 2; padding: 0 0 0 20px; }
.main-menu .mega-menu-item ul.mega-sub-menu .mega-menu-column-2 .submenu-inner-wrap p{ color:var(--gray); font-size:16px !important; margin-bottom: 20px !important; }
.submenu-inner-wrap ul.submenu-list-tech li { margin: 0; }
.submenu-inner-wrap ul.submenu-list-tech li a { padding: 0 !important; color: var(--black) !important; }
.submenu-inner-wrap ul.submenu-list-tech li a::before { display: none; }


.main-menu .mega-menu-item ul.mega-sub-menu .mega-menu-banner { width: 25% !important; }
.main-menu .mega-menu-item ul.mega-sub-menu.hrd-menu-wrap .mega-menu-banner { width: 50% !important; }
.submenu-inner-ban { background-size: cover; background-position: top center; background-repeat: no-repeat; border-radius: 0 20px 20px 0; overflow: hidden; position: relative; padding: 50px; display: flex; flex-direction: column; justify-content: space-between; height: 100%; right: -1px; }
.submenu-inner-ban:before { content: ''; position: absolute; width: 100%; height: 100%; background: linear-gradient(180deg, rgba(0, 0, 0, 0.1) 27.33%, #000000 100%); top: 0; right: 0; left: 0; bottom: 0; }

.submenu-inner-ban .submenu-ban-logo { max-width: 150px; filter: brightness(0) invert(1); margin-bottom: 20px; }
.submenu-inner-ban .submenu-ban-dtls { position: relative; }
.submenu-inner-ban .submenu-ban-dtls h4 { max-width: 258px; color: var(--white); line-height: 1.2; }
.submenu-inner-ban .submenu-ban-dtls h4 span { color: #00ADFE; }
.submenu-inner-ban .submenu-ban-dtls .btn.blue { padding: 15px 45px !important; margin-bottom: 50px; background: var(--primary) !important; color: var(--white)  !important; display: block; width: fit-content; }
.submenu-inner-ban .submenu-ban-dtls .btn.blue:hover { background: var(--white) !important; color: var(--primary) !important; }
.submenu-inner-ban .submenu-ban-dtls .btn.blue::before { display: none; }
.submenu-inner-ban .submenu-ban-dtls > span { color: var(--white); letter-spacing: 3px; }



.main-menu .mega-menu-item.srvce-custom .mega-sub-menu.hrd-menu-wrap { max-width: 1650px !important; left: 50% !important; transform: translateX(-50%) !important;}
.main-menu .mega-menu-item.srvce-custom ul.mega-sub-menu .mega-menu-column-1 li{max-width: 100% !important;}

.main-menu .mega-menu-item .mega-sub-menu.hrd-menu-new {margin-left: -20px !important; transition: all 0.2s ease-in-out !important;}
.main-menu .mega-menu-item.mega-toggle-on .mega-sub-menu.hrd-menu-new {margin-left: 0 !important;}
/* .main-menu .mega-menu-item.srvce-custom .mega-sub-menu.hrd-menu-wrap li {max-width: 100% !important;} */

/* li.mega-hiremenu-cstm { display: none !important; } */

.industry-custom li.mega-menu-columns-3-of-12.menu-banner { background: linear-gradient(279.69deg, #006293 0%, #00ADFE 100%) !important; border-radius: 0 20px 20px 0 !important; }

.main-menu .mega-menu-item ul.submenu-list-tech li:hover, .main-menu .mega-menu-item ul.submenu-list-tech li:hover a { color: var(--primary) !important; }
 
/* Megamenu CSS*/

@keyframes slide-down {
    0% {
        opacity: 0;
        transform: translateY(-100%);
    } 
    100% {
        opacity: 1;
        transform: translateY(0);
    } 
}

/* ============ header End ============ */


/* ============ main body Start ============ */

/*HOME*/
.home-banner-section { position: relative; padding: 200px 0 135px; background-color: var(--black); }
.home-banner-section:before { content: ''; position: absolute; left: 0; right: 0; top: 0; z-index: 0; bottom: 0; background: linear-gradient(180deg, rgba(7, 13, 24, 0.3) 0%, #070D18 61.98%); } 
.home-banner-section .container { position: relative; }

.home-banner-section h1 { color: var(--white); font-size: 100px; position: relative; margin: 0 0 50px; }
/* .home-banner-section h1:after { content: ''; width: 150px; height: 58px; position: absolute; background-image: url(../images/arrow-hb.svg); background-position: top; background-size: contain; bottom: -10px; background-repeat: no-repeat;} */
.home-banner-section h2 { font-size: 100px; color: transparent; -webkit-text-stroke-width: 1px; -webkit-text-stroke-color: var(--white); max-width: fit-content; position: relative; margin: 0 0 50px; }
.home-banner-section h2:after { content: url(../images/line-hb.svg); position: absolute; right: -20px; top: -6px; display: none; }

.home-banner-head p { font-size: 24px; color: var(--white); max-width: 1000px; font-weight: 400; margin: 0 0 50px; }

.home-banner-section .home-ban-btn { display: flex; align-items: center; gap: 10px; margin-bottom: 50px; }

.schedule-call-wrap { position: absolute; bottom: -90px; right: 0; width: 100%; max-width: 380px; }
.schedule-call-wrap .img-box { position: absolute; right: -30px; bottom: -4px; z-index: 5; }

.call-wrap-btn { background: linear-gradient(359deg, #032888, #0037CD); backdrop-filter: blur(50px); color: #fff; line-height: 1.1; border-radius: 45.5px 20px 0 45.5px; padding: 11px 16px; font-size: 20px; font-weight: 900; position: relative; }
.call-wrap-btn img { margin-right: 13px; box-shadow: 10px 10px 20px 0px #00000059; border-radius: 50px; }

.call-wrapper { z-index: 2;display: flex; align-items: center; position: relative; }

.call-wrap-btn::after { content: ""; position: absolute; top: -4px; right: -4px; bottom: -4px; left: -4px; border-radius: 45.5px 20px 45.5px 45.5px; background: linear-gradient(350deg, #000, #fff); z-index: -1; }
.call-wrap-btn::before { content: ""; background: linear-gradient(359deg, #032888, #0037CD); position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: 2; border-radius: 45.5px 20px 45.5px 45.5px; }

.home-certified-ban p { margin: 0 0 10px; font-weight: 600; color: var(--white);}
.home-certified-ban ul { list-style: none; padding: 0; margin: 0; display: flex; gap: 20px; align-items: center;}
.home-certified-ban ul li img { max-width: 100px; width: 100%; }

.home-certified-ban ul li iframe { padding-top: 20px; }

.home-awards-ban { max-width: 373px; margin: 0 0 0 auto; }
.home-awards-ban p {margin: 0 0 10px;font-weight: 600;color: var(--white);}
.home-awards-slider .slick-slide img { display: block; max-width: 100px; object-fit: contain; }

.home-banner-section video { z-index: -1; position: absolute; width: 100%; top: 0; left: 0; bottom: 0; right: 0; height: 100%; object-fit: cover; }
img.home-ban-overlay1 { position: absolute; left: 0; width: 26%; top: 50%; transform: translateY(-50%); z-index: 0; }
img.home-ban-overlay2 { position: absolute; right: 0; top: 0; width: 28%; z-index: 0; }
img.home-ban-bottom { position: absolute; bottom: 0; width: 100%; left: 0; right: 0; }
 
.home-ban-scroller { position: absolute; bottom: -75px; left: 50%; transform: translateX(-50%); width: inherit; animation: upDown 2s infinite; cursor: pointer; padding: 0; }
@keyframes upDown {
    0% {
        transform: translate(-50%, 0);
    }
    50% {
        transform: translate(-50%, 10px);
    }
    100% {
        transform: translate(-50%, 0);
    }
} 


/*--------------*/
.recognition-box { background: var(--white); padding: 30px; border-radius: 20px; text-align: center; }
.recognition-box:hover { box-shadow: 10px 10px 50px 0px #E1E5F080; background: #F5F8FF; }
.recognition-box .recognition-logo { height: 40px; display: flex; align-items: center; justify-content: center; margin: 0 0 20px; } 
.recognition-box .recognition-logo img {max-width: 100%;max-height: 100%;}

.recognition-box p { color: var(--dark-gray); font-weight: 600; margin-bottom: 10px; }
.recognition-box img.recognition-stars { max-width: 105px; }
/*--------------*/

/* Our story */

.story-sec{background: var(--white);}

.img-wrapper { position: relative; padding-bottom: 83%; }
.img-wrapper img { position: absolute; top: 0; left: 0; right: 0; bottom: 0; width: 100%; height: 100%; object-fit: cover; border-radius: 10px; }

.details-content { padding-left: 50px; }
.details-content h3 { font-size: 50px; }
.details-content p { color: var(--dark-gray); }
.details-content ul { list-style: none; padding: 0; margin: 0 0 45px; display: flex; }
.details-content ul li:not(:last-child) { margin-right: 30px; }
.details-content .details-cnt-box { background: #F5F8FF; border-radius: 10px; padding: 17px; display: flex; align-items: center; }
.details-content ul li { width: 50%; }
.details-content .details-cnt-box .img-holder img { width: 89px; height: 89px; border-radius: 50%; border: 1.79px solid #FFFFFF; box-shadow: 8.94px 8.94px 8.94px 0px #033CCC1A; object-fit: cover; }
.details-content .details-cnt-box .cnt { width: calc(100% - 90px); margin-left: 18px; }
.details-content .details-cnt-box .img-holder { flex: 0 0 89px; }
.details-content .details-cnt-box .cnt h6 { font-size: 20px; color: #D23036; margin: 0 0 5px; }
.details-content .details-cnt-box .cnt p { margin: 0; }

/* Our story */


/*--------------*/
.review-top { margin-bottom: -2px; }
.review-bottom { margin-top: 0; border-top: 2px solid var(--secondary); }
.review-top  img, .review-bottom img { width: 100%;}

.company-review-section { background: linear-gradient(45deg, #032888 0%, #0037CD 100%); position: relative; overflow: hidden; padding-bottom: 200px; } 

.com-review-card { max-width: 1010px; padding-right: 30px; opacity: .2; transition: var(--common-transition); }
.com-review-card .com-review-body img { max-width: 200px; height: 52px; object-fit: contain; margin-bottom: 30px; }
.com-review-card .com-review-body p { font-size: 24px; color: var(--white); }

.com-review-card .com-review-dtls { display: flex; gap: 20px; }
.com-review-card .com-review-dtls h6 { margin: 0 0 10px; color: var(--white); font-weight: 700; }
.com-review-card .com-review-dtls span { color: #9DB5FC; display: block; line-height: 1.2; }

.com-review-avater { width: 56px; height: 56px; border-radius: 50%; }
.com-review-avater img { border-radius: 50%; object-fit: cover; width: 100%; height: 100%; }

.com-review-card .review-google-logo { max-width: 221px; }
.com-review-card .review-google-logo .review-star { max-width: 105px; margin:10px 0 0 auto; }
.com-review-card .com-review-bottom { display: flex; justify-content: space-between; align-items: center; margin-top: 30px; }

.company-review-slider { width: calc(100% + 16%) !important; max-width: inherit; margin: 0 !important;} 
.company-review-slider .slick-list.draggable { padding-right: 28%;}
.company-review-slider .slick-slide.slick-active .com-review-card { opacity: 1; }

.company-review-slider .slick-dots { bottom: -100px; text-align: left; display: flex; }
.company-review-slider .slick-dots li button:before { display: none;}
.company-review-slider .slick-dots li button { background: #9DB5FC; width: 5px; height: 5px; border-radius: 5px; padding: 0; }
.company-review-slider .slick-dots li { width: 8px; height: 8px; margin: 0 2.5px; display: flex; align-items: center; justify-content: center; }

.company-review-slider .slick-dots li.slick-active button { width: 8px; height: 8px; background: var(--white); }
/*--------------*/


/*--------------*/

.trusted-logo-slider .slick-list { margin: 0 -9px; padding: 20px 0; }
.trusted-logo-slider .slick-slide { margin: 0 9px; }
.trusted-logo-slider .slick-slide div { box-shadow: 0px 6px 20px 0px #033CCC1A; background: var(--white); border-radius: 15px; padding: 35px; }
.trusted-logo-slider img { min-height: 60px; max-height: 60px; margin: 0 auto; object-fit: contain; filter: grayscale(1); }
.trusted-logo-slider img:hover {filter: none;}
.trusted-logo-slider .slick-track { display: flex; align-items: center; }
/*--------------*/


/*--------------*/
.service-slider-section { overflow: hidden ;}

/* .service-slider .service-slider-card { opacity: .3; } */
.service-slider .service-slider-card { opacity: .3;-webkit-transition: all 800ms cubic-bezier(0.2, 0.8, 0.2, 1) 0s; -moz-transition: all 800ms cubic-bezier(0.2, 0.8, 0.2, 1) 0s; -o-transition: all 800ms cubic-bezier(0.2, 0.8, 0.2, 1) 0s; transition: all 800ms cubic-bezier(0.2, 0.8, 0.2, 1) 0s; }

/* .service-slider .service-slider-card .icon-60 { -webkit-transition: all 800ms cubic-bezier(0.2, 0.8, 0.2, 1) 0s; -moz-transition: all 800ms cubic-bezier(0.2, 0.8, 0.2, 1) 0s; -o-transition: all 800ms cubic-bezier(0.2, 0.8, 0.2, 1) 0s; transition: all 800ms cubic-bezier(0.2, 0.8, 0.2, 1) 0s; } */
.service-slider .service-slider-card .icon-60 { -webkit-transition: all 800ms cubic-bezier(0.2, 0.8, 0.2, 1) 0s; -moz-transition: all 800ms cubic-bezier(0.2, 0.8, 0.2, 1) 0s; -o-transition: all 800ms cubic-bezier(0.2, 0.8, 0.2, 1) 0s; transition: all 800ms cubic-bezier(0.2, 0.8, 0.2, 1) 0s; width: 93px; height: 93px; border-radius: 50%; background: #E1E7FA; display: flex; align-items: center; justify-content: center; margin-bottom: 30px; }
.service-slider .service-slider-card:hover .icon-60 { -webkit-transform: translateY(-10px); -moz-transform: translateY(-10px); -o-transform: translateY(-10px); transform: translateY(-10px); background: #FBFCFF; box-shadow: 0 2px 4px 0 #0000002b; }

.service-slider .service-slider-card h6 { -webkit-transition: all 800ms cubic-bezier(0.2, 0.8, 0.2, 1) 0s; -moz-transition: all 800ms cubic-bezier(0.2, 0.8, 0.2, 1) 0s; -o-transition: all 800ms cubic-bezier(0.2, 0.8, 0.2, 1) 0s; transition: all 800ms cubic-bezier(0.2, 0.8, 0.2, 1) 0s; }

.service-slider .service-slider-card p { -webkit-transition: all 800ms cubic-bezier(0.2, 0.8, 0.2, 1) 0s; -moz-transition: all 800ms cubic-bezier(0.2, 0.8, 0.2, 1) 0s; -o-transition: all 800ms cubic-bezier(0.2, 0.8, 0.2, 1) 0s; transition: all 800ms cubic-bezier(0.2, 0.8, 0.2, 1) 0s; }
.service-slider .service-slider-card:hover p { -webkit-transform: translateY(-4px); -moz-transform: translateY(-4px); -o-transform: translateY(-4px); transform: translateY(-4px); }

.service-slider .service-slider-card .btn { -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; }
.service-slider .service-slider-card:hover .btn { -webkit-transform: translateY(-3px); -moz-transform: translateY(-3px); -o-transform: translateY(-3px); transform: translateY(-3px); }

.service-slider .slick-track { display: flex; align-items: stretch; }
.service-slider .slick-slide { height: inherit; padding: 0 12px; }
.service-slider .slick-slide > div { height: 100%; }
.service-slider .slick-list.draggable { overflow: inherit; }
.service-slider .slick-slide.slick-active .service-slider-card { opacity: 1; }
 
.service-slider-card p { margin: 0 0 15px; }
.service-slider-card a.btn { margin: auto 0 0; }
/*--------------*/


/*--------------*/
/* .home-portfolio-section { height: 200vh; position: relative; clip-path: polygon(0 10%, 100% 0, 100% 90%, 0 100%); background-position: center; background-size: cover; background-repeat: no-repeat; background-attachment: fixed; } */
.home-portfolio-section { height: 100vh; position: relative; clip-path: polygon(0 10%, 100% 0, 100% 90%, 0 100%);background-size: cover; }

/* .home-portfolio-sticky { position: sticky; top: 0; height: 100vh; overflow: hidden; } */
.home-portfolio-sticky > img { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); height: 100%; }

.portfolio-sticky-text { display: flex; flex-direction: column; align-items: center; gap: 30px; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }
.portfolio-sticky-text img { max-width: 250px; filter: invert(1); }
/*--------------*/


/*--------------*/
.empowering-collapse { display: flex; width: 100%; height: 100%; gap: 1%; }
.empowering_cell { position: relative; display: flex; width: 10%; align-items: self-start; flex-direction: column; transition: width 500ms cubic-bezier(0.4, 0, 0.2, 1); padding: 30px; border-radius: 20px; overflow: hidden; min-height: 550px; max-height: 550px; height: 100%; /*background-size: cover; background-repeat: no-repeat; background-position: left 18% top;*/ cursor: pointer; z-index: 1; }
 
.empowering_cell .empowering-icon { width: 70px; height: 70px; background: #F5F8FF80; backdrop-filter: blur(20px); border-radius: 50px; display: flex; align-items: center; justify-content: center; margin-bottom: 20px; z-index: 1; padding: 17px; }
.empowering_cell .empowering-dtls h2 { max-width: 400px; font-weight: 600; color: var(--white); }
.empowering_cell .empowering-dtls p { margin-bottom: 50px; color: var(--white); font-weight: 400;}

.empowering_cell:before { content: ''; position: absolute; width: 100%; height: 100%; background: linear-gradient(180deg, rgba(0, 0, 0, 0.3) 26.5%, #000000 100%); left: 0; top: 0; transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1); transition-delay: 300ms; pointer-events: none;}
.empowering_cell .empowering-dtls { opacity: 0; transition-delay: 0ms; } 
.empowering_cell .btn {  pointer-events: none; }

.empowering_cell.active { width: 60% !important; } 
.empowering_cell.active .empowering-dtls {overflow: hidden;  transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1); transition-delay: 300ms; opacity: 1; position: relative; z-index: 1;}
/* .empowering_cell.active:before { opacity: 1; transition-delay: 300ms; background: linear-gradient(180deg, rgba(4, 22, 56, 0.5) 21%, rgba(0, 0, 0, 0) 82.5%); } */
.empowering_cell.active:before { opacity: 1; transition-delay: 0.3s; background: linear-gradient(180deg, rgb(4 22 56 / 80%) 21%, rgb(0 0 0 / 40%) 82.5%); }
.empowering_cell.active .btn {  pointer-events: inherit; } 

img.empowering_bg-image { object-fit: cover; position: absolute; z-index: -1; min-width: 730px; width: 100%; left: 0; right: 0; bottom: 0px; top: 0; height: 101%; object-position: left; transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1); transition-delay: 300ms; }

.empowering_cell:not(.active):before { backdrop-filter: blur(30px); }
/*--------------*/


/*--------------*/
.work-process-block { max-width: 1330px; margin: 0 auto; }
.work-process-head { display: flex; align-items: baseline; margin-bottom: 10px; }
.work-process-head h2 strong { color: #DEE9F0; font-size: 100px; display: block; margin-bottom: -70px; }

.work-process-gif video { width: 100%; height: 100%; }
/*--------------*/


/*--------------*/
.gradient-ban-block { padding: 40px 30px; border-radius: 20px; background: var(--secondary); background-image: url(../images/Circle.svg); background-repeat: no-repeat; background-size: contain; background-position: center right; }
.gradient-ban-block h4 { margin: 0 auto 30px; color: var(--white); max-width: 1200px; line-height: 1.25; font-weight: 500;font-size: 30px; }
.gradient-ban-block a.btn.blue { background: #c4ecff; color: #191919 !important; border: 0; }
.gradient-ban-block a.btn.blue:hover{background: linear-gradient(279.69deg, #006293 0%, #00ADFE 100%) !important; color: var(--white) !important; border: 0;}

/*--------------*/


/*--------------*/
.technologies-tabs { justify-content: center; border: none; }
.technologies-tabs  li.nav-item { padding: 0 5px; }
.technologies-tabs .nav-link, .technologies-tabs .nav-link:focus, .technologies-tabs .nav-link:hover { border: 1.5px solid var(--clr-blue); color: var(--clr-blue); font-weight: 600; padding: 10px 30px; border-radius: 10px; cursor: pointer; }
.technologies-tabs .nav-link.active { color: var(--white); border: 2px solid transparent; background: radial-gradient(50% 167.76% at 100% 100%, #0037CD 0%, #032888 100%); }

.technologies-tabs-content { margin: 30px 0 0; border-top: 1px solid #D0D2D5; padding-top: 50px; }
.technologies-tabs-content .tab-pane { max-width: 1060px; margin: 0 auto; }

.technologies-icon-block { text-align: center; height: calc(100% - 20px); padding: 25px 15px; border-radius: 20px; box-shadow: 0px 15px 30px 0px #033CCC1A; background: #FFFFFF; margin-bottom: 20px;}
.technologies-icon-block:hover { background: #f9fbff; box-shadow: 10px 10px 50px 0px #E1E5F080; }
.technologies-icon-block img { width: 60px; height: 60px; object-fit: contain; margin-bottom: 20px; }
.technologies-icon-block p { margin: 0; color: var(--dark-gray); }
/*--------------*/


/*--------------*/
.specialization-img-box { border-radius: 20px; overflow: hidden; height: 100%; }
.specialization-img-box img { height: 100%; width: 100%; object-fit: cover; }

.specialization-section .spec-data-block { margin-bottom: 24px; border: 3px solid #E1E7FA; background: #E1E7FA; border-radius: 20px; padding: 18px; height: calc(100% - 24px); }
.spec-data-block .spec-data-block-wrap { display: flex; gap: 10px; margin-bottom: 10px; }
.spec-dtls-block h2 { font-size: 40px; }

.spec-data-block .spec-icon-block { width: 50px; height: 50px; min-width: 50px; display: flex; align-items: center; justify-content: center;  border-radius: 50px; border:2px solid var(--white); }
.spec-data-block .spec-icon-block img { width: 24px; height: 24px; object-fit: contain; }

.spec-data-block .spec-dtls-block * { margin: 0; }
.spec-data-block .spec-dtls-block sup { font-size: 34px; }

.spec-gradient-box { background: linear-gradient(121.9deg, #032888 0%, #0037CD 100%); box-shadow: 0px 15px 30px 0px #033CCC1A; padding: 24px 30px; border-radius: 20px; display: flex; justify-content: space-between; align-items: center; }
.spec-gradient-box h5 { margin-bottom: 0; width: calc(100% - 245px); }
.spec-gradient-box * { color: var(--white); }
.spec-gradient-box span { margin-bottom: 10px; display: block; }
/* .spec-gradient-box p { margin-bottom: 30px; }  */
.spec-gradient-box .common-ban-btn { color: var(--white); }
.spec-gradient-box .common-ban-btn img { filter: brightness(0) invert(1); }

.specialization-section .spec-data-block .spec-icon-block {background-color: var(--white);}
/*--------------*/
 
/*HOME*/ 


/* BLOG */ 
.inner-banner-sec { position: relative; padding: 260px 0 100px; background: #ECF2FF; z-index: 1; overflow: hidden; }
.inner-banner-sec .col-lg-5 { margin: -100px 0 -70px; position: relative; }
.inner-banner-sec .col-lg-5::before { content: ''; width: 460px; height: 460px; background: rgb(0 173 254 / 20%); position: absolute; z-index: -1; border-radius: 50%; right: -22px; top: 0; filter: blur(70px); }

.inner-banner-sec::before { content: ''; position: absolute; background: url(../images/Layer_1-new.svg) no-repeat bottom center; background-size: contain; width: 550px; height: 650px; z-index: -1; pointer-events: none; bottom: -60px; margin-left: 40px; }
.inner-banner-sec::after { content: ''; position: absolute; background: url(../images/Layer_2-new.svg) no-repeat top right; background-size: contain; top: -150px; width: 240px; height: 287px; right: 0; z-index: -1; pointer-events: none; }
  
.inner-banner-head-wrap h1 { color: var(--black); margin: 0; line-height: 1; z-index: 1; position: relative; } 
.inner-banner-head-wrap h3 { color: #0133BB; }
/* .inner-banner-head-wrap h3:after { content: ''; position: absolute; top: 0; left: 0; bottom: 0; right: 0; background: var(--primary); z-index: -1; }  */
/* .inner-banner-head-wrap p { max-width: 500px; margin-bottom: 0; color: var(--black); } */
.inner-banner-head-wrap p {margin: 0 0 20px; color: var(--black); } 
.inner-banner-head-wrap.p-btm-0 p { margin-bottom: 30px; }
/*--------------*/

/*--------------*/
.new-blog-sec { position: relative; }
.new-blog-sec::before { content: ''; position: absolute; width: 350px; height: 350px; background-image: url(../images/round-o2.svg); background-position: center; background-size: contain; z-index: -1; -webkit-animation: spin1 6s linear infinite; animation: spin1 6s linear infinite; left: 3.5%; top: 18%; }
/*--------------*/


/*--------------*/
.new-blog-tabnav { border-bottom: 1px solid #D0D2D5; margin-left: 0; margin-right: 0; padding-bottom: 20px; }
.new-blog-tabnav .blog-tab { border: none; display: flex; list-style: none; padding: 0; margin: 0; flex-wrap: wrap; }
.new-blog-tabnav .blog-tab li a{ border-radius: 30px; font-weight: 600; padding: 6px 30px; margin: 0 10px 10px 0; border: 2px solid #B3C6D1; color: #7194A3; transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out; display: block; }
.new-blog-tabnav .blog-tab li.active a, .new-blog-tabnav .blog-tab li:hover a{ background: var(--primary); color: var(--white); border-color: var(--primary); } 

.blog-src { position: relative; max-width: 226px; margin-left: auto; }
.blog-src input.form-control { padding: 10px 35px 10px 12px; background: transparent !important; box-shadow: none; border: 2px solid #B3C6D1; border-radius: 10px; }
.blog-src input.form-control::placeholder { color: #7194A3;}
.blog-src .blog-src-btn { position: absolute; right: 12px; top: 10px; border: none; background: transparent; padding: 0; margin: 0; } 
.blog-src .blog-src-btn img{ width:18px; height:18px; object-fit:contain; } 
/*--------------*/


/*--------------*/  
.trending-blog-sec h2 { margin: 0 0 50px; }

.trending-blog-img { padding: 0 0 78%; position: relative; overflow: hidden; } 
.trending-blog-img img { width: 100%; height: 100%; position: absolute; object-fit: cover; top: 0; left: 0; right: 0; bottom: 0; }

.trending-blog-slider h2 a { color: var(--dark-gray); background-image: linear-gradient(#cf303000 94%, currentColor 0, currentColor); background-position-y: bottom; background-repeat: no-repeat; background-size: 0 100%; display: inline; transition: background-size .3s cubic-bezier(.79,.01,.22,.99) 0s, background-position 0s step-end .3s; }
.trending-blog-slider .trending-blog-right:hover h2 a { background-position-x: right; background-position-y: bottom; background-size: 100% 100%;}
.trending-blog-slider p { margin: 0 0 30px; } 
.trending-blog-right { max-width: 638px; margin: 0 0 0 auto; }
.trending-blog-right h2 { margin: 0 0 30px; }
/*--------------*/


/*--------------*/
ul.blog-category-tag { padding: 0; margin: 0 0 10px; display: flex; }
ul.blog-category-tag li { list-style: none; margin-left: 20px; position: relative; color: var(--gray); line-height:1; }
ul.blog-category-tag li:first-child { margin: 0;}
ul.blog-category-tag li:first-child::before { display: none; }
ul.blog-category-tag li::before {content: '•'; color: var(--gray); position: absolute;left: -13px;top: 1px;}

.blog-post-date { display: flex; align-items: center; gap: 20px; line-height: 1; margin: 0 0 20px; }
.blog-post-date p { margin: 0; color: var(--primary); font-weight: 600; } 

/* .blog-list-card { background: linear-gradient(142deg, white, transparent); border: 1px solid var(--white); padding: 30px; margin-bottom: 30px; height: calc(100% - 30px); border-radius: 20px; box-shadow: 0 20px 20px rgb(229 236 253 / 30%); } */

.blog-list-card { background: #FFF; border: 1px solid var(--white); padding: 30px; margin-bottom: 30px; height: calc(100% - 30px); border-radius: 20px; box-shadow: 0 20px 70px rgb(175 179 186 / 30%); }

.blog-list-card h6 a { display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; overflow: hidden; color: inherit !important; font-weight: 700; line-height: 1.2; }
.blog-list-card p a { display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden;  color: inherit !important; }

.blog-list-card h6 a { background-image: linear-gradient(#cf303000 90%, currentColor 0, currentColor); background-position-y: bottom; background-repeat: no-repeat; background-size: 0 100%; display: inline; text-decoration: none; transition: background-size .3s cubic-bezier(.79,.01,.22,.99) 0s, background-position 0s step-end .3s; }
.blog-list-card:hover h6 a { background-position-x: right; background-position-y: bottom; background-size: 100% 100%; }
 
.blog-list-img { padding: 0 0 55%; position: relative; overflow: hidden; margin-bottom: 30px; border-radius: 20px; background: linear-gradient(279.69deg, #006293 0%, #00ADFE 100%); } 
.blog-list-img img { position: absolute; top: 0; left: 0; right: 0; bottom: 0; height: 100%; width: 100%; object-fit: cover; transition: all 0.5s ease 0s;}
.blog-list-card:hover .blog-list-img img { transform: scale(1.1); }

.blog-dtls-header h1 {font-size: 50px;}
/*--------------*/


/*pradipta change*/

/*--------------*/

.spec-subscribe-box * { color: var(--white);}
.spec-subscribe-box { background: var(--secondary); padding: 55px 30px; border-radius: 20px; background-image: url(../images/msg.svg); background-size: 250px; background-repeat: no-repeat; background-position: top 30% center; }
.spec-subscribe-box h4 { max-width: 300px; line-height: 1.3; }
.spec-subscribe-box p { max-width:599px; margin-bottom: 30px; } 
.spec-subscribe-box .subscribe-input-2 { display: flex; width: 100%; position: relative; } 
.spec-subscribe-box .subscribe-input-2 .btn.btn-round { position: absolute; right: 0; height: 50px; top: 0; }
.spec-subscribe-box .subscribe-input-2 .btn.clr-blue { background: #00ADFE !important; border-color: #00ADFE; padding: 13px 29px; } 
.spec-subscribe-box .subscribe-input-2 input.form-control { border-radius: 50px; box-shadow: none !important; padding: 12px 55px 12px 30px; background-color: #FFFFFF; border: 1.5px solid #FFFFFF; color: var(--gray); }

.spec-subscribe-box .subscribe-input-2 form.mc4wp-form { width: 100%; }

.spec-subscribe-box .subscribe-input-2 .mc4wp-alert.mc4wp-success p { margin: 0 !important; color: #06780f; }
.spec-subscribe-box .subscribe-input-2 .mc4wp-alert.mc4wp-success { padding: 10px; margin-top: 10px; background: #cde3c6; border: 1px solid #06780f; border-left: 7px solid #06780f; border-radius: 10px; }

.spec-subscribe-box .subscribe-input-2 .mc4wp-alert.mc4wp-error p{ margin: 0 !important; color: #c92626; }
.spec-subscribe-box .subscribe-input-2 .mc4wp-alert.mc4wp-error { padding: 10px; margin-top: 10px; background: #f1d2d2; border: 1px solid #c92626; border-left: 7px solid #c92626; border-radius: 10px; }
/*--------------*/

/*pradipta change*/


/*--------------*/ 
.company-dtls-block { background: linear-gradient(45deg, #032888 0%, #0037CD 100%); border-radius: 20px; padding: 100px 50px; } 
.company-dtls-block * { color: var(--white); }
.company-dtls-block .row { align-items: center; }

.company-dtls-left h3 { max-width: 650px; margin-bottom: 50px; line-height: 1.2; }

.company-dtls-right { position: relative; max-width: 560px; margin: 0 0 0 auto; }
.company-dtls-right h5 { margin: 0 0 5px;}
.company-dtls-right h5:last-of-type { margin: 0; }
.company-dtls-right h5 a { color: var(--white); } 
.company-dtls-right h5 small { font-size: 18px; font-weight: 400; }
.company-dtls-right p { line-height: 1.4; }
.company-dtls-right .office-contect { margin: 0 0 20px; }

.company-dtls-right .office-country { display: flex; align-items: center; gap: 10px; margin: 0 0 20px; }
.company-dtls-right .office-country img { max-width: 30px; }
.company-dtls-right .office-country h6 { margin: 0; }
/*--------------*/

/* BLOG */


/* BLOG Details */
.new-blog-detls-sec { position: relative; }
.new-blog-detls-sec::before { content: ''; position: absolute; width: 350px; height: 350px; background-image: url(../images/round-o2.svg); background-position: center; background-size: contain; z-index: -1; -webkit-animation: spin1 6s linear infinite; animation: spin1 6s linear infinite; left: 3.5%; top: 10%; }

.blog-details-card { max-width: 900px; padding: 50px 0 0; }
 
.blog-dtls-header ul.blog-category-tag { margin: 0 0 20px; } 
.blog-dtls-header h2 { margin-bottom: 20px; }
.blog-dtls-header .blog-post-date { margin: 0 0 30px; } 

.blog-content-img { padding: 0 0 66.7%; position: relative; overflow: hidden; }
.blog-content-img img { width: 100%; height: 100%; position: absolute; object-fit: cover; object-position: bottom; top: 0; left: 0; right: 0; bottom: 0; } 

.blog-content-box { padding: 30px 0px 0; }
.blog-content-box h6 { margin: 0 0 20px; } 
.blog-content-box p, .blog-content-box ul { margin: 0 0 30px; }
.blog-content-box p a { font-weight: 600; color: #00ADFE; }
.blog-content-box p strong { color: var(--black); font-weight: 600; }
.blog-content-box img { border-radius: 10px; margin-bottom: 30px;}

.blog-consult-box { background: var(--white); border-radius: 10px; margin-bottom: 30px; padding: 50px 15px; border: 3px solid #F0F5FF; } 
.blog-consult-box img { margin: 0 0 20px; max-width: 80px; } 
.blog-consult-box h2 { margin: 0 0 5px; } 
.blog-consult-box h6 { font-weight: 500; margin-bottom: 30px; }

.blog-footer-sec { display: flex; justify-content: space-between; }
.blog-footer-sec .blog-nxt-prev { display: flex; gap: 10px; }

.blog-social-wrap { display: flex; align-items: center }
.blog-social-wrap label { font-weight: 600; }
.blog-social-wrap ul.blog-social-media { display: flex; list-style: none; margin: 0 0 0 10px; padding: 0; gap: 10px; }
.blog-social-wrap ul.blog-social-media li a { color: var(--gray); font-size: 20px; }

.blog-dtls-sidebar { position: -webkit-sticky; position: sticky; top: 50px; padding-top: 50px; }

.blog-dtls-src { padding: 30px; background: var(--white); border-radius: 10px; border-left: 10px solid rgb(0 173 254 / 30%); border-right: 10px solid rgb(0 173 254 / 30%); margin-bottom: 30px; } 
.blog-dtls-input { display: flex; position: relative; } 
.blog-dtls-input button { position: absolute; right: 30px; top: 50%; transform: translateY(-50%); border: none; background: transparent; padding: 0; } 
.blog-dtls-input input.form-control{ padding: 15px 60px 15px 30px; border: 1px solid #7194A3 !important; border-radius: 50px; }

.blog-turn-sec { background: var(--secondary); border-radius: 20px; padding: 30px; text-align: center; margin-bottom: 30px; } 
.blog-turn-sec h6 { color: #FFCC8A; font-weight: 500; margin-bottom: 10px; } 
.blog-turn-sec h5 { color: var(--white); margin-bottom: 20px; } 
.blog-turn-sec img { max-width: 300px; margin-bottom: 30px; width: 100%; }

.blog-help-sec { background: var(--white); border-radius: 20px; padding: 30px 30px 20px; margin-bottom: 30px; } 
.blog-help-sec h6 { font-weight: 700; margin-bottom: 20px; } 
.blog-help-sec ul { padding: 0; list-style: none; margin: 0;}  
.blog-help-sec ul li { padding: 10px 0; padding-left: 34px; background-image: url(../images/icon-2.svg); background-size: 24px; background-repeat: no-repeat; background-position: left center; }
.blog-help-sec ul li:not(:last-child) { border-bottom: 1px dashed rgb(101 101 101 / 50%); }

.blog-explore-sec { background: url(../images/Mask-group-2.svg) no-repeat center; background-size: cover; padding: 75px 20px; text-align: center; color: var(--white);  border-radius: 20px; position: relative; }
.blog-explore-sec * { margin: 0 0 10px; color: var(--white); position: relative; }
.blog-explore-sec a { margin: 0 0 20px; }
.blog-explore-sec:before { content: ''; position: absolute; width: 210px; height: 250px; background: url(../images/icon6.svg) no-repeat center; top: 50%; left: 50%; transform: translate(-50%, -50%); background-size: contain; z-index: 0; }
 
.related-blog-slider .slick-slide { padding: 0 12px !important; }
.related-blog-slider .slick-dots { bottom: -20px; text-align: center; display: flex; justify-content: center; }
.related-blog-slider .slick-dots li button:before { display: none;}
.related-blog-slider .slick-dots li button { background: #ADE3FC; width: 5px; height: 5px; border-radius: 5px; padding: 0; }
.related-blog-slider .slick-dots li { width: 8px; height: 8px; margin: 0 2.5px; display: flex; align-items: center; justify-content: center; }

.related-blog-slider .slick-dots li.slick-active button { width: 8px; height: 8px; background: var(--primary); }
/* BLOG Details */


/* portfolio Listing */
.tech-portfolio-sec { position: relative; }
.tech-portfolio-sec:after { content: ''; position: absolute; width: 350px; height: 350px; background-image: url(../images/round-o2.svg); background-position: center; background-size: contain; z-index: -1; -webkit-animation: spin1 6s linear infinite; animation: spin1 6s linear infinite; left: 2.5%; top: 590px; }

.tech-portfolio-sec .tab-pane .form-select, .case_studies_listing .form-select { width: fit-content; border: none !important; background-color: transparent; font-size: 16px; height: inherit !important; padding: 0px 25px 0 10px !important; background-position: right 1px center; background-size: 16px 12px; margin-left: auto; color: #191919; background-image: url(../images/arrow-down.svg); transform: translateY(-64px); margin-top: -24px; }
.portfolio-tab h5 { padding: 0 10px 22px; color: #191919; border: none !important; font-weight: 600; margin-bottom: 0; font-size: 16px; }

.tech-portfolio-tabnav { margin-bottom: 50px; border-bottom: 1px solid #D0D2D5; padding: 0 15px; } 

.portfolio-tab.nav-tabs { gap: 30px; border: none; }
.portfolio-tab.nav-tabs .nav-link { padding: 0 10px 22px; color: #191919; border: none !important; font-weight: 600; }
.portfolio-tab.nav-tabs .nav-link.active { background: transparent; border: none; position: relative; color: var(--primary); } 
.portfolio-tab.nav-tabs .nav-link.active:after { content: ''; position: absolute; height: 2px; background:  var(--primary); width: 100%; left: 0; bottom: 0; border-radius: 5px; } 

.portfolio-card { margin-bottom: 30px; display: flex; flex-direction: column; height: calc(100% - 30px); border-bottom: 1px solid #B5C7D1; cursor: pointer; }
/* .portfolio-card .portfolio-image { padding: 0 0 78%; position: relative; overflow: hidden; border-radius: 20px; }
.portfolio-card .portfolio-image img { position: absolute; width: 100%; height: 100%; top: 0; left: 0; right: 0; bottom: 0; object-fit: cover; transition: all 0.5s ease 0s; } */
.portfolio-card .portfolio-image { padding: 0 0 50%; position: relative; overflow: hidden; border-radius: 20px; }
.portfolio-card .portfolio-image img { position: absolute; width: 100%; height: auto; top: 0; left: 0; right: 0; bottom: 0; object-fit: cover; transition: all 0.5s ease 0s; } 
.portfolio-card:hover .portfolio-image img { transform: scale(1.1); }
.portfolio-card:hover .portfolio-details h6 a{ background-position-x: right; background-position-y: bottom; background-size: 100% 100%; }

.portfolio-card .portfolio-details { padding: 20px 20px 30px; }
.portfolio-card .portfolio-details p { display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.portfolio-card .portfolio-details p a { color: var(--gray); }
.portfolio-card .portfolio-details h6 { margin-bottom: 10px; }
.portfolio-card .portfolio-details h6 a { color: var(--dark-gray); background-image: linear-gradient(#cf303000 90%, currentColor 0, currentColor); background-position-y: bottom; background-repeat: no-repeat; background-size: 0 100%; display: inline; text-decoration: none; transition: background-size .3s cubic-bezier(.79,.01,.22,.99) 0s, background-position 0s step-end .3s;}
 
.portfolio-card .portfolio-subtext { display: flex; justify-content: space-between; margin-bottom: 10px; }  
.portfolio-card .portfolio-subtext label { color: var(--primary); font-weight: 600; }

.portfolio-card ul.portfolio-tags { display: flex; flex-wrap: wrap; list-style: none; padding: 0; gap: 10px; margin: 0; }
.portfolio-card ul.portfolio-tags li { border: 2px solid #B3C6D1; color: #7194A3; font-weight: 600; padding: 7px 30px; border-radius: 50px; cursor: auto; }
.portfolio-card ul.portfolio-tags li:hover { background: #7194A3; border-color: #7194A3; color: var(--white); } 
/* portfolio Listing */


/* portfolio Details */
.portfolio-dtls-header { text-align: center; margin-bottom: 30px; }
.portfolio-dtls-header * { margin: 0 0 20px; }
.portfolio-dtls-header h1 {font-size: 50px;}
.portfolio-dtls-header h2 { background-image: linear-gradient(#cf303000 94%, currentColor 0, currentColor); background-position-y: bottom; background-repeat: no-repeat; background-size: 0 100%; display: inline; transition: background-size .3s cubic-bezier(.79,.01,.22,.99) 0s, background-position 0s step-end .3s; cursor: pointer; }
.portfolio-dtls-header h2:hover { background-position-x: right; background-position-y: bottom; background-size: 100% 100%; }
.portfolio-dtls-header p { color: var(--gray); }
.portfolio-dtls-header a { color: var(--primary); font-weight:600; display: block; margin: 20px 0 0; }


.portfolio-dtls-img { padding: 0 0 54.5%; position: relative; overflow: hidden; margin-bottom: 30px;}
.portfolio-dtls-img img { width: 100%; height: 100%; position: absolute; object-fit: cover; object-position: bottom; top: 0; left: 0; right: 0; bottom: 0; } 
.portfolio-dtls-box p a{ color: var(--dark-gray); font-weight: 600; text-decoration: underline; }

.portfolio-dtls-features { margin-top: 30px; }
.features-tech-card { background: var(--white); border-radius: 20px; padding: 50px 50px; height: calc(100% - 24px); margin-bottom: 24px; box-shadow: 10px 10px 50px 0px #E1E5F04D; transition: all 0.3s ease 0s; text-align: center; position: relative; overflow: hidden; }
.features-tech-card:hover { background-color:#F5F8FF; }
.features-tech-card:hover p{ color: var(--black); }

.features-card-icon img { margin: 0 auto 30px; } 
.features-tech-card p { color: var(--gray); line-height: 1.2; transition: all 0.3s ease 0s; margin: 0; } 

.portfolio-visuals-card { position: relative; padding: 30px; background-blend-mode: multiply; border-radius: 20px; background: radial-gradient(circle, rgb(255 254 254 / 25%), transparent), linear-gradient(to bottom, rgb(213 213 213 / 30%), rgb(213 213 213 / 30%)), linear-gradient(to right, rgb(172 172 172 / 20%), rgb(172 172 172 / 20%)); }
.portfolio-visuals-card .row { row-gap: 24px; }
.portfolio-visuals-card .portfolio-visuals-img img { width: 100%; border-radius: 20px; }

.portfolio-used-row { display: flex; justify-content: center; gap: 20px; flex-wrap: wrap; }
.portfolio-used-box { background-color: #FFF; box-shadow: 10px 10px 10px 0px #6b6b6b1a; padding: 15px 38px; text-align: center; border-radius: 10px; }
.portfolio-used-box p { margin: 0; line-height: 1.3; font-weight: 600; color: var(--dark-gray);text-transform: capitalize; }

.portfolio-details-sec {position: relative;}
.portfolio-details-sec:before { content: ''; position: absolute; width: 350px; height: 350px; background-image: url(../images/round-o2.svg); background-position: center; background-size: contain; z-index: -1; -webkit-animation: spin 6s linear infinite; animation: spin 6s linear infinite; left: 3%; top: 10%; }

/* portfolio Details */


/* Service Page */
.service-card-row-count .row:nth-child(even) { flex-direction: row-reverse; }
.service-card-row-count .row:not(:last-child) { margin-bottom: 50px; }

.service-card-left { padding: 0 20px; } 
.service-card-left h6 { color: var(--black); }
.service-card-left p { margin-bottom: 30px;}
.service-card-left p a { text-decoration: underline; }
.service-card-left.pb-20 p { margin-bottom: 20px; }
.service-card-left label { font-weight: 600; color: var(--black); margin-bottom: 10px;}
.service-card-left .service-card-ul { margin: 0 0 50px; column-count: 2; padding-left: 26px;} 
.service-card-left .service-card-ul li { max-width: 230px; font-weight: 600; color: var(--black); line-height: 1.2; }

.service-card-left .service-card-ul.one-col { column-count: 1; }
.service-card-left .service-card-ul.one-col li {  max-width: inherit; }

.service-card-right { position: relative; padding: 0 0 63%; overflow: hidden; }
.service-card-right img { position: absolute; top: 0; left: 0; right: 0; bottom: 0; width: 100%; height: 100%; object-fit: cover; }

.common-tech-box { padding: 50px 40px; background: var(--white); border-radius: 20px; box-shadow: 10px 10px 50px 0px #E1E5F080; height: calc(100% - 24px); margin-bottom: 24px; }
.common-tech-box p { margin: 0; }
.common-tech-box ul { display: flex; flex-wrap: wrap; list-style: none; padding: 0; gap: 10px; margin: 0 0 20px; }
.common-tech-box ul li { border: 2px solid #B3C6D1; color: #7194A3; font-weight: 600; padding: 7px 20px; border-radius: 50px; cursor: auto; }
.common-tech-box ul li:hover { background: #7194A3; border-color: #7194A3; color: var(--white); } 

.use-cases-section .row { justify-content: center; }
/* Service Page */


/* Service Details Page */
/* .service-dtls-sec1 { position: relative; }
.service-dtls-sec1:before { content: ''; position: absolute; width: 350px; height: 350px; background-image: url(../images/round-o2.svg); background-position: center; background-size: contain; z-index: -1; -webkit-animation: spin1 6s linear infinite; animation: spin1 6s linear infinite; left: 2.5%; bottom: 50px; } */



.service-first-img { padding: 0 0 71%; position: relative; }
.service-first-img img { height: 100%; width: 100%; position: absolute; object-fit: cover; top: 0; left: 0; bottom: 0; right: 0; border-radius: 10px; }

.service-first-text { max-width: 590px; margin-left: 26px; }
.service-first-text p { margin-top: 20px; }
.service-first-text h2 { background-image: linear-gradient(#cf303000 94%, currentColor 0, currentColor); background-position-y: bottom; background-repeat: no-repeat; background-size: 0 100%; display: inline; transition: background-size .3s cubic-bezier(.79,.01,.22,.99) 0s, background-position 0s step-end .3s;}
.service-first-text:hover h2 { background-position-x: right; background-position-y: bottom; background-size: 100% 100%; }
.service-first-text h6 { font-weight: 400; margin-top: 20px; line-height: 1.2; }

.service-second-img { padding: 30px; border-radius: 20px; background: radial-gradient(#0037CD, #032888); position: relative; border: 1.5px solid transparent; background-clip: padding-box; }
.service-second-img::after { content: ""; position: absolute; top: -1.5px; left: -1.5px; right: -1.5px; bottom: -1.5px; background: linear-gradient(133.37deg, #00ADFE 0%, rgba(255, 251, 251, 0.4) 28.78%); z-index: -1; border-radius: 20px; }

.service-tech-sm-container { max-width: 1230px; margin: 0 auto; }
.service-tech-sm-container .col-xl-2 { padding-left: 5px; padding-right: 5px; }
.service-tech-sm-container .row { margin-left: -5px; margin-right: -5px; row-gap: 10px; }

.service-tech-s-container { max-width: 1025px; margin: 0 auto; }
.service-tech-s-container .col-xl-2 { width: 20%; padding-left: 5px; padding-right: 5px; }
.service-tech-s-container .row { margin-left: -5px; margin-right: -5px; row-gap: 10px; }

.service-tech-lg-container .col-xl-2 { width: 14.28%; padding-left: 5px; padding-right: 5px; }
.service-tech-lg-container .row { margin-left: -5px; margin-right: -5px; row-gap: 10px; }

.service-tech-used { background: var(--white); border-radius: 20px; box-shadow: 10px 10px 50px 0px #E1E5F080; padding: 20px 10px; text-align: center; height: 100%; }
.service-tech-used p { color: var(--dark-gray); font-weight: 600; margin: 0; word-break: break-all; }
.service-tech-used p span { display: block; }
.service-tech-used img { height: 24px; object-fit: contain; object-position: center; margin-bottom: 12px; }

/* .service-faq-accordion { max-width: 1194px; margin: 0 auto; padding: 1px 2px 0; overflow: hidden; height: 290px; position: relative; } */
.service-faq-accordion { max-width: 1194px; margin: 0 auto; padding: 1px 2px 0; position: relative; }
.service-faq-accordion .accordion-item { background: white; border: none; margin-bottom: 10px; border-radius: 10px; }
.service-faq-accordion .accordion-button { font-size: 18px; font-weight: 600; color: #000; box-shadow: 0px -2.4px 0px 0px #3D3D3D0A inset, 0px 0px 0px 1px #EAEAEA, 0px 1px 3px 0px #8F8F8F33 !important; background: linear-gradient(180deg, rgba(255, 255, 255, 0) 40%, rgb(171 171 171 / 6%) 100%); border-radius: 10px !important; padding: 14px 30px; } 
.service-faq-accordion .accordion-button::after { background-image: url(../images/plus-1-icon.svg); width: 30px; height: 30px; background-position: center; background-color: #0134BD; background-size: 14px; border-radius: 50px; } 
.service-faq-accordion .accordion-button:not(.collapsed)::after {  transform: rotate(135deg); }
.service-faq-accordion .accordion-button:not(.collapsed) { background: transparent; box-shadow: inherit !important; }

.service-faq-accordion .accordion-body { padding: 6px 30px 26px; padding-right: 65px; }
.service-faq-accordion .accordion-body p { margin: 0; line-height: 1.4; } 

/* .service-faq__blur-active { position: absolute; left: 0; bottom: 0; right: 0; width: 100%; height: 58%; background: #feffff; background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(221, 240, 248, 0)), to(#feffff)); background: linear-gradient(180deg, rgba(221, 240, 248, 0) 0, #feffff 100%); z-index: 99; }  */
/* .service-faq__blur-active:after { content: ''; position: absolute; bottom: 0; left: 0; right: 0; width: 100%; height: 100%; -webkit-backdrop-filter: blur(.1rem); backdrop-filter: blur(.1rem); } */

.click-to-btn { text-align: center; position: absolute; bottom: 0px; z-index: 99; width: 100%; display: flex; flex-direction: column; align-items: center; gap: 15px; }
.click-to-btn img { width: 30px; animation: upDown2 2s infinite; }
@keyframes upDown2 {
  0% {
      transform: translateY(0);
  }
  50% {
      transform: translateY(10px);
  }
  100% {
      transform: translateY(0);
  }
} 
.service-faq-accordion.expand { height: auto; }


.service-qute-block { max-width: 1220px; }
.service-qute-block h4 { margin-bottom: 30px; color: var(--black); }
.service-qute-block p { margin-bottom: 0px; color: var(--dark-gray); font-weight: 600;}

.service-workshop-sec .specialization-img-box { height: calc(100% - 30px);}
.service-workshop-sec .spec-data-block .spec-dtls-block h6 { margin-bottom: 10px; }
.service-workshop-sec .spec-data-block .spec-dtls-block p { max-width: 200px; }
.service-workshop-sec .spec-data-block { margin-bottom: 30px; }

.common-process-section .common-hdr { max-width: 1054px; margin: 0 auto 50px; }

.process-block-wrap { position: relative; }
.process-block-wrap .process-img { position: relative; padding: 0 0 40%; }
.process-block-wrap .process-img img { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }
.process-block-wrap ul.process-img-data li { position: absolute; max-width: 300px;}
.process-block-wrap ul.process-img-data { list-style: none; padding: 0; }

.process-block-wrap ul.process-img-data li:nth-child(1) { bottom: 0px; left: 50px; }
.process-block-wrap ul.process-img-data li:nth-child(2) { left: 27%; top: 110px; }
.process-block-wrap ul.process-img-data li:nth-child(3) { left: 48%; bottom: 40px; }
.process-block-wrap ul.process-img-data li:nth-child(4) { left: 71%; top: 20px; }
.process-block-wrap ul.process-img-data li:nth-child(5) { left: 89%; bottom: 40px; }
.process-block-wrap ul.process-img-data li h6 { max-width: 172px; } 
.process-block-wrap ul.process-img-data li span { display: none; } 
/* Service Details Page */


/* works Page */
.works-slider-wrap.slick-slider{ margin-bottom: 40px;}
.works-slider-wrap .slick-dots { bottom: -40px; text-align: center; display: flex; justify-content: center; }
.works-slider-wrap .slick-dots li button:before { display: none;}
.works-slider-wrap .slick-dots li button { background: #ADE3FC; width: 5px; height: 5px; border-radius: 5px; padding: 0; }
.works-slider-wrap .slick-dots li { width: 8px; height: 8px; margin: 0 2.5px; display: flex; align-items: center; justify-content: center; }

.works-slider-wrap .slick-dots li.slick-active button { width: 8px; height: 8px; background: var(--primary); }
/* works Page */


/* industry Page */
.industry-card-section { position: relative; }
.industry-card-section .row { justify-content: center; }
.industry-card-section:after { content: ''; position: absolute; width: 350px; height: 350px; background-image: url(../images/round-o2.svg); background-position: center; background-size: contain; z-index: -1; -webkit-animation: spin1 6s linear infinite; animation: spin1 6s linear infinite; left: 2.5%; top: 16.8%; }

.new-why-choose {background: #F7FAFF;}

.bg-icon { width: 93px; height: 93px; border-radius: 50%; display: flex; align-items: center; justify-content: center; background: #E1E7FA; margin-bottom: 20px; }

.why-choose-section .row, .hire-dedicated-sec .row.gy-4 {justify-content: center; }

/* 20.11.2024 */

.industry-card-section .common-card-style { position: relative; }
.industry-card-section .common-card-style p { margin-bottom: 80px; }
.industry-card-section .common-card-style .btn { position: absolute; bottom: 50px; }

/* 20.11.2024 */

.background-new { background: #F5F8FF; }

.educational-entities-section .accordion.agreements-accordion, .educational-entities-sec .accordion.agreements-accordion{ box-shadow: 0px 15px 30px 0px #033CCC1A; background: #fff; border: 0; }

.why-choose-wrap-sec.background-new .spec-data-block { display: flex; gap: 20px; height: calc(100% - 20px); }

/* industry Page */


/* About Page */
.our-mission-section { background: linear-gradient(45deg, #032888 0%, #0037CD 100%); }

.ceo-block-wrap { max-width: 250px; } 
/* .ceo-block-wrap .ceo-image { position: relative; padding: 0 0 100%; background: linear-gradient(45.55deg, #FF12DC -12.22%, #FFB912 101.19%); border-radius: 50%; overflow: hidden; margin-bottom: 30px; } */
.ceo-block-wrap .ceo-image { position: relative; padding: 0 0 100%; background: #fff; border-radius: 50%; overflow: hidden; margin-bottom: 30px; }
.ceo-block-wrap .ceo-image img { position: absolute; top: 0; bottom: 0; left: 0; right: 0; height: 100%; width: 100%; object-fit: contain; }

.ceo-block-wrap .ceo-details h6 { color: var(--white); margin: 0 0 10px; }
.ceo-block-wrap .ceo-details p { color: #9DB5FC; }

.our-mission-text * { color: var(--white); }
.our-mission-text p { font-size: 24px; font-weight: 400; }
.our-mission-text img { max-width: 60px; margin: 10px 0 30px; } 

.corporate-value p { margin-bottom: 0; color: var(--dark-gray); }
/* .accordion.agreements-accordion { max-width: 499px; margin-left: auto; } */
.accordion.agreements-accordion { max-width: 582px; margin-left: auto; background: #E1E7FA; border: 3px solid #ECF2FF; border-radius: 20px; padding: 20px 20px 0; }
.accordion.agreements-accordion .accordion-item { margin-bottom: 20px; border: none; background: transparent; border-bottom: 1px solid #B3C6D1; border-radius: 0; color: #656565; line-height: 1.2; }
.accordion.agreements-accordion .accordion-item:last-child {border-bottom: 0;margin-bottom: 0;}
.accordion.agreements-accordion button.accordion-button { background: transparent; padding: 0 0 20px 0; font-size: inherit; font-weight: 600; outline: none; box-shadow: none; }
.accordion.agreements-accordion .accordion-button:not(.collapsed) { color: #0133BB; }
.accordion.agreements-accordion .accordion-button::after {display: none;}
.accordion.agreements-accordion .accordion-body { padding: 0 0 10px; }

.leadership-card { margin-bottom: 30px; }
.leadership-card .leadership-img {background: #E9EFFB;border-radius: 30px;overflow: hidden;padding: 0 0 126%;position: relative;margin-bottom: 30px;}
.leadership-card .leadership-img img {position: absolute;top: 0;left: 0;right: 0;bottom: 0;height: 100%;width: 100%;object-fit: contain;object-position: bottom;}
.leadership-img:before { transition: var(--common-transition); content: ''; position: absolute; background: #293754; left: 0; height: 38.5%; width: 100%; bottom: 0; z-index: 0; border-radius: 50px 50px 0 0; }
.leadership-card:hover .leadership-img:before { height: 50%; }

.leadership-card h6 { color: var(--black); margin-bottom: 10px; } 
.leadership-card p { color: #656565; } 
.leadership-card ul { list-style: none; padding: 0; margin: 0; display: flex; align-items: center; gap: 10px; justify-content: center; color: #656565; font-size: 20px; line-height: 1; } 
.leadership-card ul a { color: #D23036; line-height: 1; }

.awards-ban-block { background: linear-gradient(45deg, #032888 0%, #0037CD 100%); border-radius: 20px; padding-left: 20px; padding-right: 20px; position: relative;z-index: 1; }
.awards-ban-block::before{content: "";position: absolute;top: 0;right: 0;left: 0;bottom: 0;width: 100%;height: 100%;background-image: url(../images/Circle2.svg); background-repeat: no-repeat; background-size: 290px; background-position: right bottom;z-index: -1;}
.awards-ban-block * { color: var(--white); }

.awards-ban-head { max-width: 1192px; margin: 0 auto 50px; }
.awards-ban-head h2 { margin-bottom: 10px; }

.awards-wraper-contain { display: flex; max-width: 996px; margin: 0 auto; justify-content: space-between; gap: 50px; }
.awards-wraper-contain .awards-wraper-box { display: flex; align-items: center; flex-basis: 50%; gap: 30px; }
.awards-wraper-contain .awards-wraper-box .awards-images { min-width: 200px; height: 200px; }
.awards-wraper-contain .awards-wraper-box .awards-images img { width: 100%; height: 100%; object-fit: contain; }

.awards-wraper-box .awards-details h5 { font-weight: 500; line-height: 1.2; margin-bottom: 10px; }
.awards-wraper-box .awards-details p { margin-bottom: 10px; }
.awards-wraper-box .awards-details img { max-width: 105px; }

.page-template-template-partstpl_about-php .common-contect-section { background: #F7FAFF; }

/* About Page */

.bg-shade {background-color: #F5F8FF;}


/* Contect page */ 
.cnt-map-bg { box-shadow: 0px 20px 40px 0px #033CCC1A; background: #FFFFFF; border-radius: 30px; padding: 0; border-radius: 20px; overflow: hidden; }

.map-section iframe { -webkit-filter: grayscale(100%); -moz-filter: grayscale(100%); -ms-filter: grayscale(100%); -o-filter: grayscale(100%); filter: grayscale(100%); }

.map-text-section { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin: 50px; }
.map-text-section h4 {margin-bottom: 0;}
.map-text-section .btn { min-width: 210px; }
.map-text-sectionh4 { margin: 0; max-width: 650px; }

.service-slider-section.background-new .common-hdr { margin: 0; }

/* Contect page */ 


/* Hire dedicated resource page */ 

.banner-spec-btm { display: flex; align-items: center; justify-content: space-between; }
.banner-spec-btm .spec-btm-lt { flex: 0 0 70%; }

.skilled-developer-sec p {color: var(--dark-gray);font-weight: 600;padding-left: 100px;}

.develop-card { display: flex;  box-shadow: 10px 10px 50px 0px #E1E5F080; background: #FBFCFF; border-radius: 20px; padding: 50px 40px 130px; height: calc(100% - 24px); position: relative;}
.develop-card:not(.blue-card):hover { background: #F5F8FF; }
.develop-card h6 {font-weight: bold;}
.develop-card a {position: absolute;bottom: 50px;}

.card-icon-hldr { width: 50px; height: 50px; flex: 0 0 50px; border: 1.5px solid #00ADFE; border-radius: 50%; display: flex; align-items: center; justify-content: center; margin-right: 20px; }
.card-icon-hldr img { height: 24px; }

.develop-card-cnt { width: calc(100% - 50px); }

.cnt-inline { display: flex; }
.cnt-inline h6:not(:last-child){margin-right: 18px;}
.cnt-inline h6 { color: #00ADFE; }
.cnt-inline h6 span { color: var(--black); font-size: 16px; font-weight: 400; }

.development-sec::before { top: 55%; bottom: 0; transform: translateY(-50%); }

.develop-big-card {position: relative;padding: 50px;z-index: 1;border-radius: 20px;height: calc(100% - 24px);display: inline-flex;flex-direction: column;justify-content: flex-end;}
.develop-big-card::before { content: ""; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0%, #00ADFE 100%); z-index: -1; border-radius: 20px; }
.develop-big-card h4 { color: var(--white); margin: 0 0 30px; }

.hire-dedicated-card { position: relative; height: 100%; display: flex; padding: 165px 40px; }
.hire-dedicated-card::after { content: ""; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 25%, #000000 100%); border-radius: 30px; }

.card-img-wrapper img { position: absolute; top: 0; left: 0; right: 0; bottom: 0; width: 100%; height: 100%; object-fit: cover; border-radius: 30px; }

.card-wrapper-cnt { position: relative; z-index: 1;display: flex; flex-direction: column; justify-content: center;}
.card-wrapper-cnt h2 { color: var(--white); }
.card-wrapper-cnt p { margin: 0; color: #F5F8FF; font-weight: 400; }

/* Hire dedicated resource page */


/* Referral Program page */
.referral-program-card { background: var(--white); border-radius: 20px; text-align: center; padding: 0 15px 35px; margin-top: 25px; }
.referral-program-card h6 { margin: 0; }
.referral-program-card span { width: 50px; height: 50px; border-radius: 50px; background-color: #FC5C7D; background-image: url(../images/gred-num.svg); display: flex; align-items: center; justify-content: center; color: var(--white); font-size: 24px; font-weight: 900; background-position: bottom center; background-repeat: no-repeat; background-size: contain; margin: 0 auto 5px; transform: translateY(-25px); }
.referral-program-card .icon-60 img { margin-bottom: 20px; }

.referral-program-row .col-lg-4:nth-child(2) .referral-program-card span { background-color: #9C75D0; }
.referral-program-row .col-lg-4:nth-child(3) .referral-program-card span { background-color: #D75495; }
/* Referral Program page */


/* Case Study Details page */
.case-study-services { margin-bottom: 30px; }
.case-study-services label { font-weight: 600; border-bottom: 1px solid #B3C6D1; width: 100px; padding: 3px 0; margin: 10px 0 20px; }
.case-study-services h6 { margin: 0 0 15px; color: var(--black); }

.case-study-btns { margin-bottom: 30px; }
.case-study-btns h6 { max-width: 330px; color: var(--primary) !important; margin-bottom: 30px;}

.case-study-box ul { margin: 0 0 30px; padding: 0 0 0 25px; }
.case-study-box ul li { margin-bottom: 10px; }
.case-study-box ul strong { color: var(--black); font-weight: 600; }

/* Case Study Details page */


/* Our Process page */

.our-process h1 { font-size: 50px; }

.our-process-tab { display: flex; max-width: 1380px; margin: 0 auto; }
.our-process-tab .process-nav { flex: 0 0 auto; width: 40%; padding-left: 50px; } 
.our-process-tab .process-nav h6 { font-weight: 500; color: var(--gray); margin-left: 48px; }
.our-process-tab .tab-content { flex: 0 0 auto; width: 60%; padding: 50px; border-radius: 20px; box-shadow: 0px 15px 30px 0px #033CCC1A; background: #FFFFFF; }

.our-process-tab .process-nav .nav-tabs { display: flex; flex-direction: column; border: none; position: relative; }
.our-process-tab .process-nav .nav-tabs:before { content: ''; position: absolute; left: 35px; top: 85px; bottom: 38px; width: 2px; background: #0133BB; }

.our-process-tab .process-phase.phaseB { position: relative; }
.our-process-tab .process-phase.phaseB:after { content: ''; position: absolute; background: url(../images/dotted-line.svg); width: 60px; top: 35px; z-index: -1; bottom: 112px; left: -30px; background-repeat: no-repeat; background-size: contain; background-position: left; }

.our-process-tab .process-nav .nav-link { background-color: transparent !important; border: none !important; padding: 0; display: flex; gap: 12px; align-items: center; position: relative; }
.our-process-tab .process-nav .nav-link:after { content: ''; position: absolute; right: 0; top: 50%; background: transparent; width: 100px; height: 1px; z-index: -1; }
.our-process-tab .process-nav .nav-link span { font-weight: 600; color: var(--gray); display: block; width: 20px;}
.our-process-tab .process-nav .nav-link .processtabCircle { width: 8px; height: 8px; background: #0133BB; border-radius: 50%; outline: 2px solid var(--white); }

.our-process-tab .process-nav .nav-link .processTab { background: #FFFFFF; box-shadow: 0px 15px 30px 0px #033CCC1A; padding: 10px; border-radius: 15px; display: flex; align-items: center; width: calc(100% - 92px); cursor: pointer; }
.our-process-tab .process-nav .nav-link .processTab p { margin: 0; color: var(--black); margin-left: 20px; }
.our-process-tab .process-nav .nav-link .processTab .processImageBox { min-width: 50px; width: 50px; height: 50px; background: #E1E7FA; display: flex; align-items: center; justify-content: center; border-radius: 50px; padding: 12px; }

.our-process-tab .process-nav .process-phase { display: flex; flex-direction: column; gap: 10px; }

.our-process-tab .process-nav .nav-link.active .processTab { background: #0133BB; }
.our-process-tab .process-nav .nav-link.active .processTab p { color: var(--white);}
.our-process-tab .process-nav .nav-link.active .processTab .processImageBox { box-shadow: 2px 2px 10px 0px #0079B280; background: var(--white); }
.our-process-tab .process-nav .nav-link.active .processtabCircle { outline: 2px solid #0133BB; background: var(--white); }
.our-process-tab .process-nav .nav-link.active:after { background: #0133BB; }

.process-tab-content h2 { color: #191919; margin-bottom: 30px; }
.process-tab-content h2 span { color: #00ADFE; }
.process-tab-content p { color: var(--dark-gray); font-weight: 600; }
.process-tab-content p a { text-decoration: underline; }
.process-tab-content ul { margin: 0 0 30px; }
.process-tab-content ul li { line-height: 1.2; }
.process-tab-content label { color: var(--dark-gray); font-weight: 600; margin-bottom: 20px; }

ul.process-content-tools { padding: 0; list-style: none; margin: 0; display: flex; gap: 10px; flex-wrap: wrap; }
/* ul.process-content-tools li { background: #F5F8FF; box-shadow: 5px 10px 50px 0px #e1e5f0c2; max-width: fit-content; padding: 15px 25px; border-radius: 20px; }
ul.process-content-tools li img { height: 26px; object-fit: contain; } */
ul.process-content-tools li {  max-width: 200px;}
ul.process-content-tools li img { height: 100%; object-fit: contain; background: #E1E7FA; max-width: 200px; border-radius: 20px;}
 
.our-process-accordion { display: none; }

/* Our Process page */




/* Common Contect */ 
.common-contect-section { position: relative; }
/* .common-contect-section::before { content: ''; position: absolute; width: 350px; height: 350px; background-image: url(../images/round-o.svg); background-position: center; background-size: contain; z-index: -1; -webkit-animation: spin1 6s linear infinite; animation: spin1 6s linear infinite; }  */
/* .common-contect-section.common-padding-bottom::before { right: 3%; top: -50px; } */
/* .common-contect-section.common-padding::before { right: 3%; top: 50px; } */
.common-contect-section.no-effect::before { display: none;}
@-webkit-keyframes spin1 {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin1 {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
.common-contect-dtls h2 { max-width: 500px; }
.common-contect-dtls h6 { font-weight: 400; }

.common-contect-ul { max-width: 677px; background: #E1E7FA; border-radius: 20px; padding: 30px 30px 30px 50px; margin: 30px 0; }
.common-contect-ul li { color: var(--black); line-height: 1.1; }
.common-contect-ul li:not(:last-child) { margin-bottom: 20px; }

.common-contect-ul li b { font-weight: 600; }

.common-contect-number { padding: 0 30px; }
.common-contect-number p { color: var(--dark-gray); }
.common-contect-number p a { font-weight: 700; color: #0133BB; }

.common-contect-form { max-width: 620px; margin: 0 0 0 auto; }

.common-input-wrap { margin-bottom: 20px; }
.common-input-wrap label { color: var(--black); font-weight: 600; margin: 0 0 10px; }

.common-contect-msg { display: block; color: var(--black); margin: 10px 0 -10px; line-height: 1.25; }
.captha-div { margin: 20px 0 50px; }
/* Common Contect */

/* Industry Edtech page */

.educational-lt { padding-right: 80px; }

.educational-entities-section .accordion.agreements-accordion .accordion-button::after, .educational-entities-new .accordion.agreements-accordion .accordion-button::after{display: block;}
.educational-entities-section .accordion-button:not(.collapsed)::after, .educational-entities-new .accordion-button:not(.collapsed)::after{background-image: url(../images/acc-btn-not-collapsed.svg);transform: none;}
.educational-entities-section .accordion-button::after, .educational-entities-new .accordion-button::after {background-image: url(../images/acc-btn.svg);background-size: 24px;width: 24px;height: 24px;}

.why-choose-wrap-sec.service-workshop-sec .spec-data-block .spec-dtls-block p {max-width: 250px;}

.why-choose-wrap-sec .specialization-img-box { margin-right: 26px; }

/* Industry Edtech page */

/* Technology listing page */

.develop-card.blue-card { display: inherit; background: #0045CA;z-index: 1; }
.develop-card.blue-card a { position: inherit; bottom: inherit; }
.develop-card.blue-card h5 { color: var(--white); max-width: 270px; margin: 0 0 60px; }
.develop-card.blue-card h6 { color: #FFCC8A; font-weight: 500; }

.blue-card-img-holder { position: absolute; right: 0; bottom: 10px;z-index: -1; }

.single-card {margin-bottom: 25px;}

/* Technology listing page */

/* Technology details page */

.ios-app-dev-sec::before { bottom: inherit; top: 30px; }

.ios-app-dev-cnt { padding-right: 60px; }
.ios-app-dev-cnt h6 { font-weight: 400; }
.ios-app-dev-cnt h6:last-of-type { color: #00ADFE; font-weight: bold; }
.ios-app-dev-cnt p { margin: 0 0 50px; }

.common-process-tech.common-process-section .common-hdr { max-width: 1170px; }
.common-process-tech.common-process-section .process-block-wrap ul.process-img-data li:nth-child(2) { top: 80px; }
.common-process-tech.common-process-section .process-block-wrap ul.process-img-data li:nth-child(4) { top: 40px; }
.common-process-tech.common-process-section .process-block-wrap ul.process-img-data li:nth-child(1) { bottom: -40px; }
.common-process-tech.common-process-section .process-block-wrap ul.process-img-data li:nth-child(3) { bottom: 10px; }
.common-process-tech.common-process-section .process-block-wrap ul.process-img-data li:nth-child(5) { bottom: 80px; }

/* Technology details page */


/* Modals */
.modal, .modal-open { padding: 0 !important; }

.modal-header { padding: 0; border: 0; }
.modal-header .common-hdr { max-width: 880px; margin: 0 auto; }
.modal-header h6 { margin: 0 0 50px;font-weight: 400; }
.modal-header h6 a {color: #00ADFE;font-weight: 400;}

.modal-header .btn-close { position: absolute; right: 20px; top: 20px; width: 40px; height: 40px; background-color: #6A6A6A; --bs-btn-close-bg: url(https://weaversweb.com/wp-content/themes/WeaversWeb/assets/images/cross.svg); border-radius: 50%; opacity: 1; padding: 0; --bs-btn-close-hover-opacity: 1; --bs-btn-close-opacity: 1; margin: 0; }

.modal-content { padding: 50px 50px; border-radius: 20px; border: 0; background: var(--white) url(../images/lets-cnnt-bg.png) no-repeat center / cover; }
.modal-body { padding: 0; }

.modal-content .captha-div { margin: 0; }
.letsconnect-modal .col-lg-3 .common-input-wrap, .modal-form-btn { margin-bottom: 0; text-align: right; }

.modal-body form label { color: var(--black); font-weight: 600; margin: 0 0 10px; }

.resume-wrap .form-control[type=file] { padding: 0; height: inherit; }

.apply-modal .common-contect-msg {margin: 6px 0;}


.schedule-meeting-modal .modal-content { padding: 50px; max-width: 100% !important; }
.schedule-meeting-modal .modal-dialog { max-width: 1600px; }

.schedule-meeting-modal button.btn-close { position: absolute; right: -30px; z-index: 1; top: -30px; width: 40px; height: 40px; background-color: #6A6A6A; --bs-btn-close-bg: url(https://weaversweb.com/wp-content/themes/WeaversWeb/assets/images/cross.svg); border-radius: 50%; opacity: 1; padding: 0; --bs-btn-close-hover-opacity: 1; --bs-btn-close-opacity: 1; margin: 0; }

.schedule-meeting-modal .modal-left-side { background: url(../images/md-left-bg.png) no-repeat; background-size: cover; background-position: center center; padding: 60px 60px; overflow: hidden; }

.schedule-meeting-modal .modal-left-side .md-text-box { position: relative; }
.schedule-meeting-modal .modal-left-side .md-text-box:after { position: absolute; content: "Schedule appointment"; font-size: 80px; left: -150px; bottom: -20px; text-transform: uppercase; min-width: 950px; transform: rotate(-3.385deg); -webkit-text-stroke: 2px #007dfe; color: transparent; opacity: 0.2; line-height: 80px; font-family: 'Gilroy'; font-weight: bolder; }
.schedule-meeting-modal .modal-left-side .md-text-box h3 { font-weight: 600; }
/* Modals */


/* Career listing page */
.develop-card-cnt ul { padding: 0; margin: 0 0 50px; list-style: none; }
.develop-card-cnt ul li strong { font-weight: 600; }

.flow-crd { border-radius: 20px; padding: 50px; display: flex; text-align: left; height: calc(100% - 25px); }
.flow-crd-lt span { transform: none; }
.flow-crd-lt { margin-right: 20px; }
.flow-card-rt h6 { margin: 0 0 20px; }
.flow-card-rt p { margin: 0; }

.flow-card-lst p{margin: 20px 0 0;}
/* Career listing page */


/* Career details page */
.career-details-ttl { text-align: center; max-width: 100%; margin-left: 0; margin-bottom: 20px; }
.career-details-ttl p:first-of-type{ color: #00ADFE; font-weight: 600; margin: 0; }

.career-details-ttl ul { list-style: none; padding: 0; margin: 0; display: flex; justify-content: center; }
.career-details-ttl ul li {background: url(../images/tick-circle.png) no-repeat left center;padding: 10px 0 10px 40px;font-weight: 500;color: var(--black);}
.career-details-ttl ul li:not(:last-child) { margin-right: 50px; }
.career-details-ttl ul li strong {font-weight: 600;}

.career-listing-wrapper h6 {font-weight: 600;}
.career-listing-wrapper ul { list-style-type: disc;margin: 0; }
.career-listing-wrapper ul li { line-height: 1.2; }
.career-listing-wrapper { margin-top: 30px; }

.career-listing-wrapper ul.career-listing-wrap { display: flex; list-style: none; padding: 0; margin: 0; }
.career-listing-wrapper ul.career-listing-wrap > li { width: 50%; }

.apply-wrap { text-align: center; margin-top: 50px; }
/* Career details page */

/* ============ main body End ============ */


/* ============ Footer Start ============ */ 

footer { background: url(../images/footer-bg-img.svg) no-repeat center / cover; }
footer .logo-box { margin-bottom: 30px; max-width: 200px;} 

/* .ftr-logo-sec { margin-top: -42px; } */

.footer-menu h2 { color: var(--white); }

footer .col-lg-4:nth-child(2) .footer-menu { max-width: 300px; margin-left: 70px;}
footer .col-lg-4:nth-child(3) .footer-menu { max-width: 350px; margin: 0 auto;}

/* footer .footer-menu.ftr-logo-sec { max-width: 310px;} */
footer .footer-menu.ftr-logo-sec p { color: #C7C1C1; font-weight: 500; line-height: 1.2; max-width: 350px; }

footer .footer-menu .menu-footer-menu-container ul { display: flex; flex-wrap: wrap; margin: 0; }
footer .footer-menu .menu-footer-menu-container ul li { width: 50%; }
 
footer .footer-menu ul { padding: 0;margin: 0;} 
footer ul.social-media { padding: 0; display: flex; list-style: none; color: #C7C1C1;} 
footer ul.social-media { margin-bottom: 0;}
footer .footer-menu ul li { list-style: none;}

footer .footer-menu h6 { position: relative; color: var(--white); margin: 0 0 30px; }
footer .footer-menu ul li { margin-bottom: 20px; color: var(--white); line-height: 1.2;font-weight: 500;}
footer .footer-menu ul li a { color: var(--white); }
footer .footer-menu ul li h6 { color: var(--white); margin: 0 0 20px; font-size: 18px; font-weight: 500; }
footer .footer-menu ul li h6 a { position: relative; color: var(--white);}
footer .footer-menu ul li.ftrmail { display: flex; align-items: baseline; gap: 5px; margin: 0 !important;font-size: 18px;color: var(--white); }
footer .footer-menu ul li.ftrmail h6 { margin: 0 !important; font-size: 18px; font-weight: 500; }
footer .footer-menu ul li.ftrmail h6 a { color: var(--white); font-size: 20px; display: block; }
footer .footer-menu ul.social-media li { margin: 0 0 0 10px;}

footer .ftr-social-wrap { display: flex; align-items: center;margin-top: 30px;}
footer .ftr-social-wrap label  { color: #C7C1C1;}

footer .footer-end ul { padding: 0; margin: 0; display: flex; justify-content: flex-end; }
footer .footer-end ul li { list-style: none; margin-left: 20px; position: relative;}
footer .footer-end ul li a { color: #555555;}
footer .footer-end ul li:first-child { margin: 0;}
footer .footer-end ul li:first-child::before { display: none; }
footer .footer-end ul li::before { content: '•'; color: #555555; position: absolute; left: -13px; top: 1px; }

footer .footer-end .row { padding: 60px 0; border-top: 1px solid rgb(255 255 255 / 15%); }
footer .footer-end p { margin: 0; color: #555555; }
/* footer .footer-end p span { color: var(--white);} */
footer .footer-end .copyright-text { display: flex; align-items: center;  gap: 30px;}
footer .footer-end .copyright-text img { max-width: 135px; }
 
footer .footer-menu ul.social-media img { width: 20px;}

.footer-lst-menu .subscribe-section {display: none;}

footer .footer-menu ul.duns-cin-no li { margin: 0; line-height: 1.2; }
footer .footer-menu ul li.ftrmail:not(:last-child) { margin-bottom: 10px !important; }

ul.duns-cin-no { margin-bottom: 30px; }
footer .footer-menu ul.duns-cin-no li strong {color: var(--white);}

.subscribe-section { max-width: 810px; margin: 35px auto 0; justify-content: space-between; gap: 30px; }
.subscribe-input { max-width: 530px; width: 100%; position: relative; }
.subscribe-input .btn.btn-round { position: absolute; right: 0; height: 50px; top: 0; }
.subscribe-input .btn.clr-blue { background: #0037CD url(../images/send-icon.svg) no-repeat center !important; border-color: #0037CD; text-indent: -9999999px; padding: 13px 29px; }
.subscribe-input .btn.clr-blue:hover {background-color: rgb(0 55 205 / 60%) !important; border-color: rgb(0 55 205 / 60%) !important;}
.subscribe-input input.form-control { border-radius: 50px; box-shadow: none !important; padding: 12px 55px 12px 30px; background-color: var(--white); border: 1.5px solid var(--white);color: var(--black); }
.subscribe-input input.form-control::placeholder {color: var(--black);}

/* .subscribe-label h6 {  } */
.subscribe-label p { color: var(--white); margin: 0 0 10px; }
/* ============ Footer End ============ */


/* ============ Form massages ============ */
.case_connect_btn, .connect_btn {margin-top: 20px;}

.wpcf7-not-valid-tip, .wpcf7-response-output { font-size: 14px; }
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output { border: 1px solid #ff4242; border-left: 4px solid; background: #ffdfdf; color: #ff0000; text-align: center; padding: 5px 10px; }
.wpcf7 form.sent .wpcf7-response-output { border: 1px solid #27cd36; border-left: 4px solid; background: #f0ffea; color: #099b17; text-align: center; padding: 5px 10px; }

.mc4wp-alert.mc4wp-error p { color: #ff3d3d !important; }
/* .mc4wp-alert.mc4wp-success p { color: #74d95c !important; } */
.mc4wp-alert.mc4wp-success p { color: var(--black) !important; }
/* ============ Form massages ============ */

.trending-blog-slider .slick-arrow { width: 50px; height: 50px; border: 1.5px solid #7194A34D; border-radius: 50%; top: inherit !important;bottom: -90px;z-index: 1;}
.trending-blog-slider .slick-arrow:hover {border-color: #7194A380;}
.trending-blog-slider .slick-arrow::before { content: ""; position: absolute; top: 0; bottom: 0; left: 50%; right: 0; transform: translateX(-50%); width: 16px; }
.trending-blog-slider .slick-arrow.slick-prev { left: inherit; right: 60px; }
.trending-blog-slider .slick-arrow.slick-prev::before{background: url(../images/prev-arr-icon.svg) no-repeat center / 16px;}
.trending-blog-slider .slick-arrow.slick-next { right: 0; }
.trending-blog-slider .slick-arrow.slick-next::before{background: url(../images/nxt-arr-icon.svg) no-repeat center / 16px;}


.pagination-case-studies { padding: 50px 0 0; margin: 0; list-style: none; display: flex; justify-content: space-between;color: var(--black); }
.pagination-case-studies a { display: block;font-weight: 600; }
.pagination-case-studies a:hover{color: var(--gray);}
.pagination-case-studies a:hover img { opacity: 0.3; }
.pagination-case-studies a img { margin-right: 20px; }

li.next-lnk { margin-left: auto; }

/* ============ App Landing design page (Arundhati) ============ */

body.page-template-template-partstpl_landing_design_development-php { background: linear-gradient(180deg, #FFFFFF 37.61%, #F3F3F3 100%); background-image: url(../images/banner_bg.png); background-repeat: no-repeat; background-position: top center; background-size: auto; }

body.page-template-template-partstpl_landing_design_development-php .common-hdr h2, body.page-template-template-partstpl_landing_design_development-php .corporate-value h2, body.page-template-template-partstpl_landing_design_development-php .common-hdr h5, body.page-template-template-partstpl_landing_design_development-php .common-contect-dtls h2, body.page-template-template-partstpl_landing_design_development-php .common-contect-dtls h5 { font-weight: 500; }

.landing-header-btn ul li:first-child a img { margin-right: 10px; }
.landing-header .user-sec ul li { margin-left: 50px; }

.grow-your-business .home-certified-ban p { color: var(--black); }

.mobile-img { position: relative; }
.mobile-img::after { content: ""; position: absolute; top: -50px; left: 0; right: 0; bottom: 0; background: url(../images/mobile-app-effect.svg) no-repeat top right / auto; z-index: -1; }

.mobile-app { position: relative;margin-top: 100px; }

.mobile-app-cnt { position: absolute; bottom: 30px; padding: 0 30px; color: var(--white); align-items: end; justify-content: space-between; max-width: 550px; }
.mobile-app-cnt h6 { color: var(--white); margin: 0; flex: 0 0 50%; }
.mobile-app-cnt p { max-width: 188px; }

.grow-your-business .row { align-items: flex-end; }

.grow-business-form { position: relative;}
.grow-business-form::after { content: ""; position: absolute; top: 0; left: 0; right: 0; bottom: 0; border: 1px solid transparent; border-radius: 30px; background-image: linear-gradient(180deg, rgb(247 249 252) 0%, #f7f9fc 65%), linear-gradient(180deg, rgba(0, 98, 147, 0.2) 0%, #00ADFE 100%); background-origin: border-box; background-clip: content-box, border-box; z-index: -1; }

.grow-business-form .inner-form-holder {padding: 70px 50px;}
.grow-business-form .inner-form-holder h2 {position: relative;z-index: 1;}
.grow-business-form .inner-form-holder h2::before { content: ""; position: absolute; top: -20px; left: -20px; width: 100px; height: 100px; background: #DCF4FF; border-radius: 50%; z-index: -1; }
.grow-business-form .inner-form-holder form { max-width: 400px; }

.landing-forms .form-control, .landing-forms select, .landing-forms select.form-select { background-color: #FFFFFFCC; border-radius: 10px; border: 1px solid #DDEDF6; color: #191919; }
.landing-forms .form-control[type=file] { border-radius: inherit; border: none; color: var(--black); background: transparent; }

.landing-specialization {background: linear-gradient(180deg, rgba(247, 249, 252, 0) 0%, #F7F9FC 65%);}

.center-content-sec { max-width: 1110px; margin: 0 auto; }
.center-content-sec p { margin: 20px 0 0; }

.trusted-tech-landing .trusted-logo-slider img { max-height: 32px; min-height: 28px; }

.empowering-slider .icon-60 { width: 65px; height: 65px; display: flex; align-items: center; justify-content: center; border-radius: 50%; margin-bottom: 30px; }
.empowering-slider .icon-60 img { width: 30px; height: auto; display: block; border-radius: 0; margin: 0; }

.empowering-sliders .slick-list { padding: 40px 0px; }
.empowering-sliders .slick-slide { margin: 0 8px; padding: 0 12px; }
.empowering-sliders .service-slider-card.common-card-style2{ border-radius: 3px; box-shadow: 0px 15px 20px 0px #D2D9E059;border: 0; }
.empowering-sliders .service-slider-card.common-card-style2:hover { transform: translateY(-30px);border: 0; }

.empowering-sliders .slick-arrow, .what-customer-slider .slick-arrow { width: 60px; height: 50px; background: var(--white); border-radius: 3px;z-index: 1; }
.empowering-sliders .slick-arrow::before,.what-customer-slider .slick-arrow::before  { content: ""; position: absolute; top: 0; bottom: 0; left: 50%; right: 0; transform: translateX(-50%); width: 20px; }
.empowering-sliders .slick-arrow.slick-prev{ left: -70px; }
.empowering-sliders .slick-arrow.slick-prev::before, .what-customer-slider .slick-arrow.slick-prev::before{background: url(../images/prev-arrows.svg) no-repeat center / 20px;}
.empowering-sliders .slick-arrow.slick-next { right: -70px; }
.empowering-sliders .slick-arrow.slick-next::before, .what-customer-slider .slick-arrow.slick-next::before{background: url(../images/next-arrows.svg) no-repeat center / 20px;}

.lets-work-together { background: linear-gradient(180deg, rgba(247, 249, 252, 0) 0%, #F7F9FC 65%); }
.lets-work-together::before {display: none;}
.lets-work-together .common-contect-ul { background: rgb(0 138 255 / 5%);padding: 30px; }
.lets-work-together .common-contect-ul li { list-style: none; background: url(../images/green-tick.svg) no-repeat left top 2px; padding-left: 30px; }
.lets-work-together .common-contect-number {padding: 0;}

.what-customer-lt { background: #008AFF; height: 100%; align-content: center; padding: 15px 100px; background-repeat: no-repeat;background-size: auto;background-position: top 50px left 30px; position: relative;}
.what-customer-lt::before { content: ""; position: absolute; top: -80px; left: -50px; width: 200px; height: 200px; background: #EBF6FF; border-radius: 50%; z-index: -1; }
.what-customer-lt h2 { margin: 0; color: var(--white); font-weight: 500; }
.what-customer-slider { background: #F7F9FC; text-align: center; }

.customer-slider-item ul { list-style: none; display: flex; justify-content: center;padding: 0; }
.customer-slider-item ul li {transition: var(--common-transition);}
.customer-slider-item ul li:not(:last-child) { margin-right: 15px; }
.customer-slider-item ul li img { filter: grayscale(1); width: 56px; height: 56px; object-fit: cover; border-radius: 50%; }
.customer-slider-item ul li.client-active img { filter: none; transform: scale(1.3); }

.customer-slider-item { max-width: 643px; margin: 0 auto; padding: 100px 0 50px; position: relative; z-index: 1; }
.customer-slider-item .quotes { position: absolute; z-index: -1; left: 50%; top: 65px; transform: translateX(-50%); }
.customer-slider-item p { margin: 0 0 30px; }
.customer-slider-item .author-wrap p:first-of-type { margin-bottom: 3px; color: var(--black); font-weight: 600; }
.customer-slider-item .author-wrap p { font-weight: 500; margin-bottom: 10px; }

.author-wrap .img-hold-wrap img { width: 100%; max-width: 100px;display: inline-block; }

.what-customer-slider .slick-arrow {bottom: -25px;top: inherit;}
.what-customer-slider .slick-arrow.slick-prev {left: -120px;border-radius: 3px 0 0 0;border-right: 1px solid #DEE7EE;}
.what-customer-slider .slick-arrow.slick-next {right: inherit;left: -60px;border-radius: 0 3px 0 0;}

.common-work-img img { object-fit: cover; width: 677px; height: 361px; }

.faq-landing h3 { font-size: 50px; font-weight: 500; }
.faq-landing .service-faq-accordion .accordion-button::after { background-color: #00ADFE;background-image: url(../images/white-plus.svg); }

footer.landing-footer { clip-path: none; padding-top: 100px; }
footer.landing-footer .footer-end .row { margin: 0; padding: 0; border: 0; }
footer.landing-footer .footer-end .row .footer-end-ttl h5 { color: var(--white); font-weight: 500; margin-bottom: 34px; }

/* ============ App Landing design page (Arundhati) ============ */

/* ============ Hire Mobile design page (Arundhati) ============ */

.hire-mobile-app-sec .spec-btm-lt p { margin: 0 0 10px; font-weight: 500; }
.hire-mobile-app-sec .spec-btm-lt h6 { font-weight: 400;margin: 0; }
.hire-mobile-app-sec .spec-btm-lt h6 strong { font-weight: bold; }

.hire-service-sec .service-first-text {max-width: 100%;}
.hire-service-sec .service-first-text p a { color: #00ADFE; font-weight: bold; }
.hire-service-sec:before {animation: spin-new 6s linear infinite;}

@-webkit-keyframes spin-new {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin-new {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.hire-mobile-development-sec .develop-card { padding: 50px 40px 185px; }
.hire-mobile-development-sec .develop-card h6.dev-hdng { font-weight: 400; line-height: 1.2; }
.hire-mobile-development-sec .develop-card h6.dev-hdng span { display: block; font-weight: 600; }
.hire-mobile-development-sec .develop-card p:last-child { margin: 20px 0 0; color: var(--black); font-weight: bold; }
.hire-mobile-development-sec .abs-btm-part { position: absolute; bottom: 50px; padding-right: 40px; }
.hire-mobile-development-sec .develop-card .abs-btm-part a { position: static; bottom: inherit; }

.hire-app-dev-box { border: 3px solid #F0F5FF; background: #FFFFFF; border-radius: 20px; padding: 100px 50px; background-repeat: no-repeat; background-position: bottom center; background-size: auto; }
.hire-app-dev-box .common-hdr { max-width: 1200px; margin: 0 auto 50px; }

.app-details-item { border: 3px solid #F0F5FF; background: var(--white); border-radius: 20px; width: 25%; margin: 0 5px; padding: 30px; transition: var(--common-transition); }
.app-details-item .details-ttl { box-shadow: 0px 2px 3px 1px #8F8F8F33; background: linear-gradient(0deg, #FFFFFF, #FFFFFF), linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(171, 171, 171, 0.06) 100%); border-radius: 10px; padding: 14px 20px; font-weight: 600; color: var(--black); }
.app-details-item ul { list-style: none; padding: 20px 0 0; margin: 0; }
.app-details-item ul li { background: #F4F4F4; border-radius: 10px; padding: 14px 20px; font-weight: 600; transition: var(--common-transition); }
.app-details-item ul li:not(:last-child) { margin-bottom: 10px; }

.app-details-fst { background: #F6F8FF; }
.app-details-fst .details-ttl { background: linear-gradient(0deg, #FFFFFF, #FFFFFF), linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(171, 171, 171, 0.06) 100%); box-shadow: 0px 2px 3px 1px #8F8F8F33; }
.app-details-fst ul li { background: #00ADFE; color: var(--white); }

.app-details-item ul li h6 { display: none; font-size: 14px;border-bottom: 2px solid; width: max-content; padding-bottom: 5px; margin: 0 0 10px; }

/* ============ Hire Mobile design page (Arundhati) ============ */

/* (Design fixing) */

.flag-container .selected-flag { background-color: transparent !important; }

.placeholder {opacity: 1;}

.no-blogs h6 { margin: 0; color: red; font-weight: bold; }

ul.mega-menu-list { display: flex; align-items: center; list-style: none; padding: 0; flex-wrap: wrap; }
ul.mega-menu-list li { width: 50%; }

.submenu-inner-ban.industry-mega-menu { height: auto; }
.submenu-inner-ban.industry-mega-menu::before {display: none;}
.submenu-inner-ban.industry-mega-menu .spec-dtls-block h2, .submenu-inner-ban.industry-mega-menu .spec-dtls-block p { color: var(--white); }
.submenu-inner-ban.industry-mega-menu .spec-dtls-block p {font-size: 16px;}
.submenu-inner-ban.industry-mega-menu .spec-data-block {margin-bottom: 30px;}

.submenu-inner-ban.industry-mega-menu .submenu-ban-dtls p { color: var(--white); margin-bottom: 36px !important; font-size: 16px;font-weight: 600 !important; padding-top: 20px; }
.submenu-inner-ban.industry-mega-menu .submenu-ban-dtls .btn.blue { margin: 0; background: #BCECFF !important; font-weight: 600 !important; color: var(--black) !important; }


.single-hire-developer .service-faq__blur-active:after {display: none;}
.single-hire-developer .service-faq__blur-active {background: transparent;z-index: 0;}
.single-hire-developer .service-faq-accordion { height: 100%; overflow: visible; }

ul.button-icons { display: flex; align-items: center; justify-content: center; list-style: none; padding: 0; margin: 0; }
ul.button-icons li:not(:last-child){margin-right:5px;}
ul.button-icons li a img { width: 150px; }

.new-blog-tabnav button { border-radius: 30px; font-weight: 600; padding: 6px 30px; margin: 0 10px 10px 0; border: 2px solid #B3C6D1; transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out; display: block; background: var(--primary); color: var(--white); border-color: var(--primary); }

button.show-button {background: transparent;color: var(--primary);padding: 0;border: none;}

.pagination { justify-content: center; }
.pagination .page-numbers { width: 45px; aspect-ratio: 1 / 1; display: flex; align-items: center; justify-content: center; border: 1px solid var(--primary); border-radius: 50%; color: var(--primary); }
.pagination li:not(:last-child) { margin-right: 10px; }
.pagination .page-numbers.current, .pagination .page-numbers:hover { background: var(--primary); color: var(--white); }

.page-template-tpl_thank-you a.btn { margin-top: 20px; }

/* (Design fixing) */


/* ============= HOME ZOHO FORM CSS ============= */

    /* ==================== * MultiPicklist Styles * ==================== */
    .multiselect.wf-field-dropdown { padding: 0; cursor: text; }
    .multiselect.dropbox-active{ border-color: #30c384; border-radius: 4px 4px 0 0; }
    .multiselect.no-results-elem{ border-radius: 4px; }
    .selected-options{ max-height: 150px; overflow: auto; border-radius: 4px 4px 0 0; border-bottom: 0; transition: 0.3s all; scroll-behavior: smooth; }
    .selected-options.hide-opt-list{ min-height: 0; height: 0; padding: 0; }
    .selected-options.set-opt-list{ height: auto; }
    .selected-options.drp-dwn-no-val{ border-right: unset !important; }
    .dropdown-input.drop-box-closed{ border-bottom-right-radius: 4px; border-bottom-left-radius: 4px; }
    .dropdown-input.drop-box-active{ border-top-right-radius: 0 !important; border-radius: 4px; }
    .dN{ display: none !important; }
    .dropdown { position: relative; width: 100%; height: 36px; transition: 0.3s all; display: none; }
    .dropdown.open { display: block; }
    .dropdown-input{ width: 100%; border: none; outline: none; height: 30px; }
    .dropdown-input::placeholder{ color: #919191; font-size: 16px; }
    .dropdown-menu { position: absolute; display: none; background-color: #e4f5fe; border: 1px solid #BDC8D3; border-radius: 0 0 5px 5px; max-height: 200px; overflow-y: auto; width: 100%; left: 0; z-index: 3; top: 0; transition: 0.3s all; padding: 0; }

    .dropdown-menu::-webkit-scrollbar { width: 6px; }
    .dropdown-menu::-webkit-scrollbar-track { background: var(--white); border-radius: 0; }
    .dropdown-menu::-webkit-scrollbar-thumb { background: var(--gray); border-radius: 0; }

    .dropdown-menu.hide-the-inp{ top: 0; }
    .dropdown.open .dropdown-menu { display: block; }
    /* .multiselect.dropbox-active .dropdown-input { border: 1px solid #B3C6D1; height: auto; padding: 10px 30px; } */
    .multiselect.dropbox-active .dropdown-input { display: none; }
    .multiselect.wf-field-dropdown.dropbox-active { height: auto; }
    .multi-tag{ background-color: #41B0FE; padding: 5px 5px 5px 10px; border-radius: 8px; margin: 0 5px 5px 0px; display: inline-flex; max-width: 96%; }
    .tag-data-val{ cursor: default; max-width: 550px; }
    .no-results{ cursor: default !important; text-align: center; color: #919191; font-size: 14px; }
    .no-results:hover{ background-color: unset !important; }
    .opt-hide{ display: none; }
    .opt-show{ display: block; }
    .tag-close-btn{ margin-left: 3px; padding: 0px 4px 0px; border-radius: 50%; opacity: 1; font-weight: bold; cursor: pointer; }
    .multi-tag:hover .tag-close-btn{ opacity: 1; }
    .option{ padding: 10px 14px; cursor: pointer; border-bottom: 1px solid #f0f5f8; }
    .option:hover{ background-color: var(--white); }
    .input-not-active{ display: none; }
    .ellipsis { text-overflow: ellipsis; white-space: nowrap; overflow: hidden; }

    .multiselect.wf-field-dropdown .selected-options { outline: none; border: 1px solid #B3C6D1; border-radius: 40px; background-color: #fff; padding: 8px 30px 3px; color: #fff; font-weight: 500; }
    .multiselect.wf-field-dropdown .selected-options.hide-opt-list { padding: 23px 30px; }

    input.wf-field-item { height: auto; }

    .wf-field-dropdown { appearance: none; }

    /* ==================== * MultiPicklist Styles * ==================== */

    .wf-header, .wf-row-deal, .wf-label:not(.form-wf-label), .deal-row { display: none; }

    .f-name-l-name { display: flex; gap: 20px; }
    .f-name-l-name > div { width: 50%; }
        
    .wf-field, .wf-field-item { width: 100%; }

    .wf-row { margin-bottom: 20px; }

    .form-wf-label { color: #000; font-weight: 600; margin: 0 0 10px; display: block; }

    input.dropdown-input { padding: 0; border-radius: 0; font-size: 16px; }

    .common-contect-section textarea.wf-field-item, .page-template-tpl_landing_page .right-frm textarea.wf-field-item{ height: 100px; border-radius: 20px; padding: 20px 30px; }

    .selected-options.wf-field-item.set-opt-list.drop-box-closed {border-radius: 12px;}

    .wform-field-item-upload-input { padding: 10px 0; border-radius: inherit; border: none !important; color: #000; background: transparent; }
    .wform-field-item-upload-input::-webkit-file-upload-button { padding: 5px 18px; margin: 0; -webkit-margin-end: .75rem; margin-inline-end:.75rem; color: #000; font-weight:600; background-color: rgb(0 173 254 / 10%); pointer-events: none; border-color: inherit; border-style: solid; border-width: 0; border-inline-end-width:none; border-radius: 10px; transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out }
    .wform-field-item-upload-input::file-selector-button { padding: 5px 18px; margin: 0; -webkit-margin-end: .75rem; margin-inline-end:.75rem; color: var(--black); font-weight:600; background-color: rgb(0 173 254 / 10%); pointer-events: none; border-color: inherit; border-style: solid; border-width: 0; border-inline-end-width:none; border-radius: 10px; transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out }

    .wf-field-error-active .wf-field-item { border-color: red !important; }
    .wf-field-error { color: red; font-size: 12px; }

    @media screen and (max-width: 1199px) {
        .f-name-l-name { flex-direction: column; gap: 0; }
        .f-name-l-name > div { width: 100%; }
    }

/* ============= HOME ZOHO FORM CSS ============= */

/* ============= New fixings ============= */

.register-custom .input-form label { margin-bottom: 10px; }

.wpcf7-not-valid-tip { display: none !important; }
.wpcf7-not-valid { border-color: #dc3232; }

.contact-new.common-contect-section, .new-our-process { padding-top: 200px; background: linear-gradient(180deg, #ECF2FF 39.7%, rgba(236, 242, 255, 0) 100%); position: relative; z-index: 1; }
.contact-new.common-contect-section::after, .new-our-process::after { content: ''; position: absolute; background: url(../images/Layer_2-new.svg) no-repeat top right; background-size: contain; top: 0; width: 240px; height: 287px; right: 0; z-index: -1; pointer-events: none; }

.contact-new .common-contect-ul { background: linear-gradient(45deg, #032888 0%, #0037CD 100%); }
.contact-new .common-contect-ul li { color: var(--white); }

.contact-new form.wpcf7-form { box-shadow: 0px 20px 40px 0px #033CCC1A; background: var(--white); border-radius: 15px; padding: 40px; }

/* ============= New fixings ============= */

/* 03.12.2024 */

.ban-list { max-width: 292px; }
.ban-list ul { list-style: none; padding: 0; margin: 0; display: flex; flex-wrap: wrap; }
.ban-list ul li { width: 50%; background: url(../images/red-tick.svg) no-repeat left; padding-left: 30px; margin-bottom: 13px; font-weight: 600; color: #252432; }

/* 03.12.2024 */
.wpcf7-spinner { position: absolute; display: none !important;}

.service-workshop-sec .spec-data-block { background: rgba(225, 231, 250, 1); border-radius: 20px; padding: 20px 20px 10px; }
.service-second-img img {width: 100%;}

:is(.portfolio-template-default, .case-study-template-default) .main-header:not(.header-sticky) { position: relative; }

@media only screen and (min-width: 992px) {

  /* .develop-sec-cmn:not(.develop-sec-rev-cmn) .row .col-lg-4:last-child { width: 66.66666667%; }
  .develop-sec-rev-cmn .row .col-lg-4:nth-child(4) { width: 66.66666667%; } */

  .develop-sec-cmn .row .col-lg-4:nth-last-child(2) {width: 66.66666667%;}

}

@media only screen and (min-width: 1400px) { 

  .career-details-sec .container {max-width: 1192px !important;}
}

@media only screen and (min-width: 1699px) {
  .container { max-width: 1464px !important; } 
  .container.header-container { max-width: 1670px !important; }
} 

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

  .main-menu .mega-menu-item .mega-sub-menu.hrd-menu-wrap .mega-menu-column-1 li, .main-menu .mega-menu-item ul.mega-sub-menu .mega-menu-column-1 li { margin: 0 0 15px !important; }
  .main-menu .mega-menu-item ul.mega-sub-menu .mega-menu-column-1 li h4 a{font-size: 16px !important;padding: 0 25px 0 0 !important;}
  .main-menu .mega-menu-item ul.mega-sub-menu .mega-menu-column-1 li h4 a img { height: 40px; }

  /* Technology listing page */
  .blue-card-img-holder { max-width: 280px; }
  /* Technology listing page */

  .tech-portfolio-sec:after {top: 540px;}

  /* ============ App Landing design page (Arundhati) ============ */

  .mobile-img::after {top: 0;}

  /* ============ App Landing design page (Arundhati) ============ */

  .empowering_cell {max-height: 450px; min-height: 450px;}

 
}

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

  
  h1 { font-size: 70px; }
  h2, .faq-landing h3, .our-process h1 { font-size: 40px; }
  h3{ font-size: 50px; }
  h4 { font-size: 34px; }
  h5 { font-size: 28px; } 
 
  /* header CSS */
  .main-menu ul li { margin: 0 7px; }
  .header-sticky.main-header { max-width: 1340px !important; }
  .user-sec a.btn { padding: 12px 30px !important; }

  .main-menu .mega-menu-item .mega-sub-menu, .main-menu .mega-menu-item.srvce-custom .mega-sub-menu.hrd-menu-wrap { max-width: 1340px !important; } 
  .submenu-inner-ban { padding: 30px; }
  .main-menu .mega-menu-item ul.mega-sub-menu .mega-menu-column-2 .submenu-inner { padding: 30px 20px 30px 20px; }
  .main-menu .mega-menu-item ul.mega-sub-menu .mega-menu-column-1 { padding: 30px 20px 30px 30px !important; }

  header.main-header .logo { min-width: 120px; max-width: 120px; }
  
  /* .main-menu ul li { margin: 0 8px !important; } */
  .main-menu ul li a { padding: 3px 2px !important; font-size: 14px !important; }

  .user-numbers {margin: 0 10px;padding-left: 12px;}
  .user-numbers h5 {font-size: 16px;}

  .submenu-inner-wrap ul.submenu-list-tech li, .submenu-inner-wrap ul.submenu-list-tech li a, .main-menu .mega-menu-item ul.mega-sub-menu ul li{font-size: 14px !important;}

  li.mega-menu-item:last-child .mega-sub-menu.hrd-menu-wrap { margin-left: -28% !important; }
  /* header CSS */


  /*..............common styles..............*/
  .common-hdr { margin-bottom: 25px; }

  .pt-5 { padding-top: 2rem!important; }
  /*..............common styles..............*/


  /*HOME*/
  .home-banner-section { padding: 180px 0; clip-path: polygon(0% 0%, 100% 0%, 100% 89.5%, 0% 100%); }
  .home-banner-section h1 { font-size: 90px;  }
  .home-banner-section h2 { font-size: 90px; margin: 0 0 40px; }
  .home-banner-section .home-ban-btn { margin-bottom: 40px; }

  /*----------------*/
  .com-review-card .com-review-body p { font-size: 22px; }
  /*----------------*/

  /*----------------*/
  /* .home-portfolio-section { height: 180vh; clip-path: polygon(0 6%, 100% 0, 100% 94%, 0 100%); } */
  .home-portfolio-section { clip-path: polygon(0 6%, 100% 0, 100% 94%, 0 100%); }
  /*----------------*/

  /*----------------*/
  .empowering_cell { padding: 30px 22px; }
  /*----------------*/

  /*----------------*/
  .spec-data-block { gap: 15px; margin-bottom: 30px; }
  .spec-gradient-box { padding: 55px 30px; }
  /*----------------*/
  /*HOME*/


  /* Technology details page */
  .ios-app-dev-cnt { padding-right: 0px; }

  .common-process-tech.common-process-section .process-block-wrap .process-img {position: relative;padding: 0 0 33%;}
  .common-process-tech.common-process-section .process-block-wrap ul.process-img-data li:nth-child(2) { top: 0; }
  .common-process-tech.common-process-section .process-block-wrap ul.process-img-data li:nth-child(4) { top: -30px; }
  .common-process-tech.common-process-section .process-block-wrap ul.process-img-data li:nth-child(1) { bottom: -100px; }
  .common-process-tech.common-process-section .process-block-wrap ul.process-img-data li:nth-child(3) { bottom: -50px; }
  .common-process-tech.common-process-section .process-block-wrap ul.process-img-data li:nth-child(5) { bottom: -10px; }

  /* Technology details page */


  /* BLOG */ 
  .inner-banner-sec .container::before { width: 460px; height: 350px; margin-left: 200px; }
  .inner-banner-sec::after { width: 200px; height: 320px; }
  /* BLOG */ 


  /* BLOG Desails */ 
  .features-tech-card { padding: 40px; }
  /* BLOG Desails */ 


  /* About Page */
  .our-mission-section { padding: 160px 0; }
  .our-mission-text p { font-size: 22px; }
  /* About Page */


  /* Service Details Page */ 
 .common-process-section .common-hdr { max-width: 100%; }

 .process-block-wrap { zoom: 80%; max-width: 1296px; width: 100%; margin: 0 auto; }
 .process-block-wrap ul.process-img-data li:nth-child(1) { left: 0; bottom: -20px; }
 .process-block-wrap ul.process-img-data li:nth-child(2) { left: 25%; top: 90px; }
 .process-block-wrap ul.process-img-data li:nth-child(3) { bottom: 10px; }
 .process-block-wrap ul.process-img-data li:nth-child(4) { left: 72%; top: 0px; }
 .process-block-wrap ul.process-img-data li:nth-child(5) { left: 87%; bottom: 10px; }
  /* Service Details Page */ 


  /* Footer Section */ 
  footer .col-lg-4:nth-child(2) .footer-menu { margin-left: 110px; }
  /* Footer Section */ 


  /* Modal Section */ 
  .schedule-meeting-modal .modal-dialog { max-width: 1140px; }
  .schedule-meeting-modal .modal-content { padding: 30px; }
  .schedule-meeting-modal .modal-left-side { padding: 30px; }
  .schedule-meeting-modal .modal-left-side .md-text-box h3 { font-size: 40px; }
  .schedule-meeting-modal button.btn-close { right: -40px; top: -40px; }
  /* Modal Section */

  .banner-spec-btm .spec-btm-lt {flex: 0 0 68%;}


}

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

  .work-process-gif { max-width: 900px; margin: 0 auto; }

  /* ============ App Landing design page (Arundhati) ============ */

  .empowering-sliders .slick-arrow.slick-prev { left: -20px; }
  .empowering-sliders .slick-arrow.slick-next { right: -20px; }

  .what-customer-slider .slick-arrow {bottom: -26px;}

  .grow-business-form .inner-form-holder form { max-width: 300px; }

  /* ============ App Landing design page (Arundhati) ============ */

  .spec-data-block .spec-data-block-wrap { flex-direction: column;}
}

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

  h1 { font-size: 60px; }
  h2, .faq-landing h3, .our-process h1 { font-size: 35px;}
  h3{ font-size: 45px; }  
  h6{ font-size: 22px;} 
  
  /* header CSS */
  header .user-sec ul li { list-style: none; margin-left: 8px; }
  .header-sticky.main-header { max-width: 1140px !important; }
  .user-sec a.btn { padding: 12px 20px !important; font-size: 13px; }

  .header-container { padding: 15px 10px; border-radius: 20px; }
  
  .user-numbers { margin: 0 6px; padding-left: 8px; }

  .main-menu ul li { margin: 0 0px; }
  .main-menu ul li a {font-size: 13px !important;}
 
  .main-menu .mega-menu-item .mega-sub-menu, .main-menu .mega-menu-item.srvce-custom .mega-sub-menu.hrd-menu-wrap {max-width: 1170px !important;} 
  .main-menu .mega-menu-item .mega-sub-menu.hrd-menu-wrap { max-width: 750px !important; margin-left: -12% !important; }
  .submenu-inner-ban {padding: 20px;}

  .submenu-inner-ban.industry-mega-menu .spec-data-block { margin-bottom: 20px; }
  .submenu-inner-ban.industry-mega-menu .spec-dtls-block h2 { font-size: 30px; }

  .main-menu .mega-menu-item .mega-sub-menu.hrd-menu-wrap .mega-menu-column-1 li, .main-menu .mega-menu-item ul.mega-sub-menu .mega-menu-column-1 li { margin: 0 0 8px !important; }
  .main-menu .mega-menu-item ul.mega-sub-menu .mega-menu-column-1 li:last-child {margin-bottom: 0 !important;}

  .submenu-inner-ban.industry-mega-menu .submenu-ban-dtls p {margin-bottom: 20px !important;padding-top: 0;}
  
  /* header CSS */

    
  /*..............common styles..............*/
  .common-padding{ padding-top: 80px; padding-bottom: 80px; } 
  .common-padding-top, footer.landing-footer { padding-top: 80px; }
  .common-padding-bottom { padding-bottom: 80px; }

  .common-hdr { margin-bottom: 30px; }
 
  .common-card-style, .common-card-style2 { padding: 30px; } 
  .common-tech-box { padding: 30px; }
  .common-tech-box ul li { padding: 5px 15px; }

  .industry-card-section .common-card-style .btn { bottom: 30px; }

  .btn { padding: 15px 35px; }  

  .icon-60 img { width: 50px; height: 50px; margin-bottom: 20px; }
  /*..............common styles..............*/

  .inner-banner-sec {padding-top: 210px;}
    

  /*HOME*/
  .home-banner-section h1 { font-size: 80px; }
  .home-banner-section h2 { font-size: 80px; }

  .home-certified-ban ul li img { max-width: 80px; }
  .home-certified-ban ul li iframe { transform: scale(0.8); transform-origin: left; }

  .home-awards-ban { max-width: 300px; }
  .home-awards-slider .slick-slide img { max-width: 80px; }

  /*----------------------*/
  .recognition-box { padding: 20px 10px; }
  .recognition-box .recognition-logo { height: 30px; margin: 0 0 12px; }
  .recognition-box p { margin-bottom: 4px; }
  /*----------------------*/ 

  /*----------------------*/
  .company-review-slider .slick-dots { bottom: -80px; }
  /*----------------------*/
 
  /*----------------------*/
  .empowering_cell .empowering-icon { width: 60px; height: 60px; }
  .empowering_cell { min-height: 550px; }
  /*----------------------*/

  /*----------------------*/
  .work-process-head h2 { font-size: 50px; }
  .spec-gradient-box { padding: 45px 30px; }
  /*----------------------*/

  /*HOME*/


  /* BLOG */ 
  .company-dtls-block { padding: 80px 50px; }

  .spec-subscribe-box { padding: 45px 30px; }

  .inner-banner-sec .container::before { width: 400px; height: 250px; margin-left: 140px;}
  .inner-banner-sec::after { width: 200px; height: 300px; } 
  /* BLOG */ 

 
  /* Career listing page */
  .develop-card { padding: 40px 30px 110px; }
  .develop-card a { bottom: 40px; }

  .develop-big-card {padding: 40px 30px;}
  /* Career listing page */


  /* Technology listing page */
  .blue-card-img-holder { max-width: 260px; }
  /* Technology listing page */

  /* Technology details page */

  .common-process-tech.common-process-section .process-block-wrap .process-img {position: relative;padding: 0 0 28%;}
  .common-process-tech.common-process-section .process-block-wrap ul.process-img-data li:nth-child(2) { top: -20px; }
  .common-process-tech.common-process-section .process-block-wrap ul.process-img-data li:nth-child(4) { top: -60px; }
  .common-process-tech.common-process-section .process-block-wrap ul.process-img-data li:nth-child(1) { bottom: -115px; }
  .common-process-tech.common-process-section .process-block-wrap ul.process-img-data li:nth-child(3) { bottom: -80px; }
  .common-process-tech.common-process-section .process-block-wrap ul.process-img-data li:nth-child(5) { bottom: -40px; }

  /* Technology details page */


  /* Hire dedicated resources page */
  .banner-spec-btm .spec-btm-lt { flex: 0 0 60%; }

  .cnt-inline h6 {font-size: 17px;}
  .cnt-inline h6:not(:last-child) { margin-right: 10px; }

  .hire-dedicated-card {padding: 100px 25px;}

  .skilled-developer-sec p {padding-left: 60px;}
  /* Hire dedicated resources page */

  
  /* Contect page */ 
  .map-section iframe { height: 450px; }
  /* Contect page */ 

  
  /* Service Page */
  .service-card-left { padding: 0 0px; }
  .service-card-right { padding: 0 0 75%; }
  /* Service Page */


  /* About Page */
  .our-mission-text p { font-size: 20px; }
  .our-mission-section { padding: 130px 0; }

  .leadership-card .leadership-img { border-radius: 20px; }
  /* About Page */

  
  /* Service Details Page */ 
  .service-second-img { padding: 20px; }
  /* .process-block-wrap ul.process-img-data li { max-width: 200px; } */
  /* .process-block-wrap ul.process-img-data li:nth-child(5) { left: 85%; bottom: 80px; } */

  .process-block-wrap { zoom: 78%; }
  .process-block-wrap .process-img { padding: 0 0 36%; }
  .process-block-wrap ul.process-img-data li:nth-child(1) { bottom: -30px; }
  .process-block-wrap ul.process-img-data li:nth-child(2) { top: 60px; }
  .process-block-wrap ul.process-img-data li:nth-child(3) { bottom: 0; }
  .process-block-wrap ul.process-img-data li:nth-child(4) { top: -30px; }
  .process-block-wrap ul.process-img-data li:nth-child(5) { bottom: 0; }

  /* Service Details Page */ 

  
  /* Our Process page */
  .our-process-tab .process-nav { flex: 0 0 auto; width: 450px; padding-left: 50px; }
  .our-process-tab .process-nav .nav-link .processTab { width: calc(100% - 80px); }
  .our-process-tab .process-nav .nav-link .processTab p { margin-left: 10px; }
  
  .our-process-tab .tab-content { padding: 40px; width: calc(100% - 450px); }
  /* Our Process page */

  .tech-portfolio-sec:after {top: 480px;}

  .service-tech-lg-container .col-xl-2 {width: 25%;}

  .portfolio-details-sec:before { left: 1%; }


  /* Footer Section */ 
  footer.common-padding { padding-top: 140px; }
  footer .col-lg-4:nth-child(2) .footer-menu { margin-left: 50px; }
  /* Footer Section */ 

  /* ============ App Landing design page (Arundhati) ============ */

  .customer-slider-item { max-width: 600px; }

  .center-content-sec { max-width: 850px; }

  .what-customer-lt::before { left: -20px; }
  
  .empowering-sliders .slick-slide { padding: 0 5px; }
  .empowering-sliders .slick-arrow { width: 50px; height: 40px; }
  .empowering-sliders .slick-arrow.slick-prev { left: -25px; }
  .empowering-sliders .slick-arrow.slick-next { right: -25px; }

  /* ============ App Landing design page (Arundhati) ============ */

  /* ============ Hire Mobile design page (Arundhati) ============ */

  .hire-app-dev-box { padding: 100px 30px; }
  
  .app-details-item { padding: 20px; }

  .hire-mobile-development-sec .develop-card { padding: 50px 30px 185px; }
  .hire-mobile-development-sec .abs-btm-part {padding-right: 30px;}
  
  /* ============ Hire Mobile design page (Arundhati) ============ */

  .gradient-ban-block h4 {font-size: 26px;}

}

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

  body { font-size: 15px; }

  h1 { font-size: 50px; } 
  h3 { font-size: 40px; } 

  /*..............common styles..............*/
  .common-padding{padding-top: 60px;padding-bottom: 60px;}
  .common-small-padding{ padding-top: 40px; padding-bottom: 40px; } 
  .common-padding-top, footer.landing-footer { padding-top: 60px; }
  .common-padding-bottom { padding-bottom: 60px; }
 
  .common-card-style, .common-card-style2 { padding: 30px 20px; } 
  .common-tech-box { padding: 30px 20px; } 

  .btn { padding: 15px 30px; }  
  /*..............common styles..............*/


  /* header CSS */
  .header-sticky.main-header {overflow: hidden;}

  .header-sticky.main-header { max-width: 960px !important; }
  .main-header .user-sec { display: flex; align-items: center; gap: 20px; }

  .main-header {padding: 15px 0px 10px;}

  .header-right-btn { margin: 0 0 0 auto; }
  .nav_btn {  display: block; z-index: 99999; cursor: pointer; }

  .nav_btn span { transition: all .8s; }
  
  body.open .nav_btn span { background-color: transparent; }
  body.open .nav_btn span:before { background: #252b33; transform: translateY(2px) translateX(0) rotate(45deg); width: 28px; height: 2px; transition-delay: .1s; }
  body.open .nav_btn span:after { background: #252b33; transform: translateY(0) translateX(0) rotate(314deg); width: 28px; height: 2px; transition-delay: .1s; }
  
 
  .home .main-menu, .main-menu { position: fixed; transform: translateX(120%); right: -100%; top: 0; bottom: 0; z-index: 99999; box-shadow: 4px 0 27px rgba(0, 0, 0, 0.11); background-color: var(--white)!important; padding: 30px 15px; margin: 0; display: block; border-radius: 0; width: 100%; transition: 250ms ease-in; overflow: auto; }

  body.open .main-menu { right: 0; }

  .main-menu ul { flex-direction: column; display: flex; }
  .main-menu ul li { position: relative; width: fit-content; padding-right: 24px; margin-bottom: 5px; }
  .main-menu ul li:not(:last-child) { margin-right: 0; }
  .main-menu ul li a { display: block; padding: 10px;color: var(--white); }
  .main-menu ul li a::before { background: var(--dark-gray); }
  /* .nav_close { position: relative; background: #6A6A6A; width: 40px; height: 40px; display: flex; align-items: center; justify-content: center; border-radius: 50px; margin-left: auto;} */

  .main-menu ul.mega-menu-list {flex-direction: row;justify-content: space-between;align-items: baseline;}
  .main-menu ul.mega-menu-list li{width: 48%;}

  /* .main-menu .mega-menu-item ul.mega-menu-list li{margin-right: 4px !important; } */

  .minus, .plus { display: block; padding: 0; font-weight: 300; color: #000; font-size: 36px !important; cursor: pointer; position: absolute; right: 0; width: 20px; top: 4px; line-height: 1; }
  li.menu-item-has-children > ul.sub-menu {position: relative; margin-top: 0;min-width: 100%;padding: 0px 0px;box-shadow: inherit;background: inherit;} 
  li.menu-item-has-children ul.sub-menu a { color: #FFF; padding: 10px 20px; }
  li.menu-item-has-children:hover ul.sub-menu { display: none; }
  li.menu-item-has-children > a::after{content: none;}
  li.menu-item-has-children.open-sub ul.sub-menu { display: block !important; }
  .minus { display: none; }
  .open-sub .plus { display: none; }
  .open-sub .minus { display: block; }  

  .home .main-menu ul li a, .main-menu ul li a { position: initial; color: var(--dark-gray); font-size: 36px; font-weight: 700; line-height: 1.1; padding: 0; }
  .home .main-header .user-sec-btns .btn.btn-transfrnt, .user-sec-btns a.btn.btn-transfrnt { border: 1px solid var(--black); background: var(--black); color: var(--white) !important; } 
  .user-sec-btns a.btn { padding: 15px 45px !important; }
  .user-sec-btns { padding: 40px 0 0; display: flex !important; flex-direction: column; align-items: baseline; gap: 10px; clear: both; }

  .header-sticky.main-header .logo .short-logo { filter: invert(0); }
  .home .header-sticky.main-header .nav_btn span, .home .header-sticky.main-header .nav_btn span:before, .home .header-sticky.main-header .nav_btn span:after { background-color: var(--black); }
  .home .main-menu ul li a { color: var(--dark-gray) !important; }
  .home .main-menu ul li:hover a { color: var(--primary) !important; }
  .home .submenu-inner-wrap ul.submenu-list-tech li a { color: var(--dark-gray) !important;  }

  .main-menu .mega-menu-wrap { position: relative !important; }
  .main-menu .mega-menu { position: relative !important; }
  #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item { margin: 0 !important; display: block; }
  .main-menu ul li a { padding: 12px 0px !important; font-size: 32px !important; font-weight: 700 !important;}
  #mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-item a.mega-menu-link:before { display: none;}

  #mega-menu-wrap-header-menu .mega-menu-toggle + #mega-menu-header-menu { background: transparent !important;}
  #mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator { float: none;margin: 0 0 0 10px; line-height: normal; transform: none;}

  #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu { position: relative; display: none;}
  #mega-menu-wrap-header-menu #mega-menu-header-menu[data-effect="fade_up"].mega-no-js li.mega-menu-item:hover > ul.mega-sub-menu, #mega-menu-wrap-header-menu #mega-menu-header-menu[data-effect="fade_up"].mega-no-js li.mega-menu-item:focus > ul.mega-sub-menu, #mega-menu-wrap-header-menu #mega-menu-header-menu[data-effect="fade_up"] li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu, #mega-menu-wrap-header-menu #mega-menu-header-menu[data-effect="fade_up"] li.mega-menu-item.mega-menu-megamenu.mega-toggle-on ul.mega-sub-menu{
    display: block;
  }

  /* #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu { padding: 0 !important; } */

  #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu { padding: 40px 30px !important; }

  .main-menu ul li a.cstm-back { text-decoration: none; font-size: 20px !important; padding: 0 10px 20px 0 !important; margin-bottom: 0; border: 0; color: #8a959e !important; font-weight: 500 !important; }
  .main-menu ul li:hover a.cstm-back {color: #8a959e !important;} 
  .main-menu ul li:hover a.cstm-back:hover .dyn-menuname {color: #252B33;}
  .main-menu ul li a.cstm-back::before {display: none;}
  .main-menu ul li a.cstm-back .dyn-menuname { font-weight: 600 !important; color: #252B33; padding-left: 10px; margin-left: 10px; }
  .main-menu ul li a.cstm-back .dyn-menuname::before { content: "\f105"; top: 4px; left: 60px; right: 0; bottom: 0; font-family: "Font Awesome 6 Free" !important; font-weight: 900 !important; font-size: 16px; position: absolute; }

  .main-menu ul li a.cstm-back .dyn-menuname.dyn-menuname-child::before { left: 218px; }

  /* li.mega-menu-column-2 {display: none !important; left: -100% !important;transform: translateX(-100%) !important;transition: all 0.3s ease !important; -moz-transition: all 0.3s cubic-bezier(0, 0, 0.58, 1) !important; -o-transition: all 0.3s cubic-bezier(0, 0, 0.58, 1) !important; -webkit-transition: all 0.3s cubic-bezier(0, 0, 0.58, 1) !important; transition: all 0.3s cubic-bezier(0, 0, 0.58, 1) !important; }
  li.hire-content-blk { position: fixed !important; height: 100vh !important; top: 0; background: #ffffff !important; z-index: 99999 !important; left: 0 !important; transform: translateX(0) !important; -moz-transition: all 0.3s cubic-bezier(0, 0, 0.58, 1) !important; -o-transition: all 0.3s cubic-bezier(0, 0, 0.58, 1) !important; -webkit-transition: all 0.3s cubic-bezier(0, 0, 0.58, 1) !important; transition: all 0.3s cubic-bezier(0, 0, 0.58, 1) !important; display: block !important; } */

  .mega-hiremenu-cstm li.mega-menu-column-2 {position: fixed !important;top: 0; left: -100% !important; transform: translateX(-100%) !important;transition: all 0.3s ease !important; -moz-transition: all 0.3s cubic-bezier(0, 0, 0.58, 1) !important; -o-transition: all 0.3s cubic-bezier(0, 0, 0.58, 1) !important; -webkit-transition: all 0.3s cubic-bezier(0, 0, 0.58, 1) !important; transition: all 0.3s cubic-bezier(0, 0, 0.58, 1) !important;height: 100vh !important; }
  .mega-hiremenu-cstm li.hire-content-blk { background: #ffffff !important; z-index: 99999 !important; left: 0 !important;transform: translateX(0) !important; -moz-transition: all 0.3s cubic-bezier(0, 0, 0.58, 1) !important; -o-transition: all 0.3s cubic-bezier(0, 0, 0.58, 1) !important; -webkit-transition: all 0.3s cubic-bezier(0, 0, 0.58, 1) !important; transition: all 0.3s cubic-bezier(0, 0, 0.58, 1) !important; }

  /* .main-menu ul li a.cstm-back::before { content: "\f177"; top: 0; left: 0; right: 0; bottom: 0; font-family: "Font Awesome 6 Free" !important; font-weight: 900 !important; font-size: 20px; width: 100% !important; height: 100% !important; background: transparent !important; } */

  #mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator:after { content: '\f543' !important; font-size: 14px; vertical-align: middle; }



  .main-menu .mega-menu-item ul.mega-sub-menu.hrd-menu-wrap, .main-menu .mega-menu-item.srvce-custom .mega-sub-menu.hrd-menu-wrap { position: fixed !important; top: 0px !important; bottom: 140px !important; left: -100% !important; transform: translateX(-100%) !important; max-width: 100% !important; width: 100% !important; z-index: 9999 !important; transition: all 0.3s ease !important; -moz-transition: all 0.3s cubic-bezier(0, 0, 0.58, 1) !important; -o-transition: all 0.3s cubic-bezier(0, 0, 0.58, 1) !important; -webkit-transition: all 0.3s cubic-bezier(0, 0, 0.58, 1) !important; transition: all 0.3s cubic-bezier(0, 0, 0.58, 1) !important; list-style: none; display: block !important; overflow-y: auto !important; } 
  .main-menu .mega-menu-item ul.mega-sub-menu.hrd-menu-wrap.custom-wrapr, .main-menu .mega-menu-item.srvce-custom .mega-sub-menu.hrd-menu-wrap.custom-wrapr { left: 0 !important;transform: translateX(0) !important; -moz-transition: all 0.3s cubic-bezier(0, 0, 0.58, 1) !important; -o-transition: all 0.3s cubic-bezier(0, 0, 0.58, 1) !important; -webkit-transition: all 0.3s cubic-bezier(0, 0, 0.58, 1) !important; transition: all 0.3s cubic-bezier(0, 0, 0.58, 1) !important; }

  li.mega-menu-item:last-child .mega-sub-menu.hrd-menu-wrap { margin-left: 0% !important; }

  .main-menu .mega-menu-item.mega-toggle-on .mega-sub-menu.hrd-menu-wrap {transform: none !important;}

  /* .main-menu .mega-menu-item .mega-sub-menu.hrd-menu-wrap, .main-menu .mega-menu-item .mega-sub-menu {transform: translateX(-100%) !important;display: block !important; visibility: hidden !important;height: 0 !important; width: 0 !important;left: 0 !important; }
  .main-menu .mega-menu-item.mega-toggle-on .mega-sub-menu.hrd-menu-wrap, .main-menu .mega-menu-item.mega-toggle-on .mega-sub-menu {transform: translateX(0) !important; visibility: visible !important;height: auto !important; width: auto !important;} */


  .main-menu .mega-menu-item .mega-sub-menu { margin-top: 0 !important; }
  .main-menu .mega-menu-item .mega-sub-menu.hrd-menu-wrap { max-width: 100% !important; margin-left: 0% !important; max-height: inherit !important; }
  .main-menu .mega-menu-item .mega-sub-menu.hrd-menu-wrap .mega-menu-column-1 { width: 100% !important; padding: 0  !important; }
  .main-menu .mega-menu-item .mega-sub-menu.hrd-menu-wrap .mega-menu-column-1 li { margin: 0 0 15px !important; }

  .main-menu .mega-menu-item ul.mega-sub-menu .mega-menu-column-1 { padding: 10px 0px !important; width: 100% !important; }
  .main-menu .mega-menu-item ul.mega-sub-menu .mega-menu-column-1 li p a { font-size: 16px !important; }
  .main-menu .mega-menu-item ul.mega-sub-menu .mega-menu-column-1 li h4 a { font-size: 20px !important; }

  .main-menu .mega-menu-item ul.mega-sub-menu .mega-menu-column-2 { width: 100% !important; padding: 10px 0 20px !important; }
  .main-menu .mega-menu-item .mega-sub-menu .mega-menu-column-1, .main-menu .mega-menu-item .mega-sub-menu .mega-menu-column-2 { max-height: inherit !important; }
  .main-menu .mega-menu-item ul.mega-sub-menu .mega-menu-column-2 .submenu-inner { padding: 0; }
  .main-menu .mega-menu-item ul.mega-sub-menu .mega-menu-column-2 .submenu-inner h4 { font-size: 22px; }

  .submenu-inner-wrap ul.submenu-list-tech li a { padding: 0 !important; font-size: 16px !important; }
  .main-menu .mega-menu-item ul.mega-sub-menu ul li {font-size: 16px !important;}
  .main-menu .mega-menu-item ul.mega-sub-menu .mega-menu-banner { width: 100% !important; }
  .main-menu .mega-menu-item ul.mega-sub-menu.hrd-menu-wrap .mega-menu-banner { width: 100% !important; margin-bottom: 20px !important; }
  
  .submenu-inner-ban { padding: 15px; border-radius: 15px; }
  .submenu-inner-ban .submenu-ban-logo { max-width: 120px; margin-bottom: 20px; }
  .submenu-inner-ban .submenu-ban-dtls h4 { font-size: 26px; }
  .submenu-inner-ban .submenu-ban-dtls .btn.blue { padding: 10px 15px !important; font-size: 16px !important; margin-bottom: 15px; }

  .submenu-inner-ban { display: none; }
  
  .menu-banner { min-height: 0 !important; }

  /* .header-container {backdrop-filter:none; background: rgba(255, 255, 255, 0.9);} */
  /* Header new css*/

  /* .main-menu .mega-menu-item .mega-sub-menu.hrd-menu-wrap, .main-menu .mega-menu-item .mega-sub-menu {transform: translateX(-100%) !important;display: block !important; visibility: hidden !important;height: 0 !important; width: 0 !important;left: 0 !important; }
  .main-menu .mega-menu-item.mega-toggle-on .mega-sub-menu.hrd-menu-wrap, .main-menu .mega-menu-item.mega-toggle-on .mega-sub-menu {transform: translateX(0) !important; visibility: visible !important;height: auto !important; width: auto !important;} */

  /* .main-menu .mega-menu-item .mega-sub-menu, .main-menu .mega-menu-item.srvce-custom .mega-sub-menu.hrd-menu-wrap { transform: none !important; left: 0 !important; } */


  .main-menu .mega-menu-item ul.mega-sub-menu .mega-menu-column-1 li { max-width: 100% !important; }

  .user-sec-btns { position: absolute; bottom: 15px; z-index: 9; }

  .user-numbers { border: 0; padding: 0; margin: 0; }

  /* Header new css*/
  
  /* header CSS */


  /*HOME*/
  .home-banner-section { padding: 150px 0; clip-path: polygon(0% 0%, 100% 0%, 100% 93.5%, 0% 100%); }
  .home-banner-section h1 { font-size: 65px; }
  .home-banner-section h2 { font-size: 65px; }

  /*-----------------*/
  .recognition-box {  margin-bottom: 24px; height: calc(100% - 24px); }
  /*-----------------*/

  /*-----------------*/
  .com-review-card .com-review-body p { font-size: 20px; }
  /*-----------------*/

  /*-----------------*/
  .company-review-slider .slick-dots { bottom: -30px; }
  /*-----------------*/ 
  
  /*-----------------*/ 
  .spec-gradient-box { padding: 30px 30px; }
  /*-----------------*/ 

  /*-----------------*/ 
  .empowering_cell { min-height: 500px; }
  .empowering_cell .empowering-icon {  margin-left: -9px; transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1); transition-delay: 300ms;}
  .empowering_cell.active .empowering-icon { margin-left: 0px; transition-delay: 300ms; }
  .empowering_cell .empowering-dtls p { max-width: 90%; }
  /*-----------------*/ 

  /*-----------------*/ 
  .blog-list-card { padding: 20px; }
  /*-----------------*/ 
 
  /*-----------------*/ 
  .common-input-wrap { margin-bottom: 10px; }
  .captha-div { margin: 20px 0 30px; }  
  /*-----------------*/ 

  /*HOME*/

  /* BLOG */ 
  /* .inner-banner-head-wrap h3 { margin: -15px 0px 30px -6px; } */
  .company-dtls-block { padding: 60px 30px; }
  .new-blog-tabnav .blog-tab li a { padding: 6px 24px; }

  .blog-dtls-src { padding: 20px 10px; }
  .blog-turn-sec img { margin-bottom: 20px; width: 90%; }
  .blog-dtls-input button { right: 16px; }
  .blog-dtls-input input.form-control { padding: 15px 40px 15px 20px; }

  .trending-blog-sec { padding-bottom: 80px; }

  /* BLOG */ 

  
  /* BLOG Desails */ 
  .features-tech-card { padding: 20px; }
  .portfolio-visuals-card { padding: 20px; }
  /* BLOG Desails */ 


  /* Modal Section */ 
  .modal-form-btn {text-align: left;margin-top: 20px;} 

  .schedule-meeting-modal .modal-dialog {max-width: 900px;}
  .schedule-meeting-modal .modal-content { padding: 20px; }
  .schedule-meeting-modal .modal-left-side { padding: 15px; }
  .schedule-meeting-modal .modal-left-side .md-text-box h3 { font-size: 30px; } 
  /* Modal Section */ 


  /* Career listing page */
  .card-icon-hldr { margin-right: 10px; }
  
  .develop-card { padding: 40px 20px 110px; }
  .develop-big-card {padding: 40px 20px;}

  .flow-crd {padding: 30px;}
  /* Career listing page */


  /* Technology listing page */
  .develop-card.blue-card h5 {margin: 0 0 30px;}

  .develop-big-card {padding: 40px 20px;}

  .company-dtls-left h3 { font-size: 35px; }
  /* Technology listing page */


  /* Hire dedicated resources page */
  .cnt-inline { flex-wrap: wrap; }
  .cnt-inline h6:not(:last-child) { margin: 0 0 10px; }
  
  .card-img-wrapper img { border-radius: 20px; } 
  .hire-dedicated-card { padding: 80px 25px; }
  .hire-dedicated-card::after {border-radius: 20px;}
  /* Hire dedicated resources page */

 
  /* Service Page */
  .service-card-right { padding: 0 0 100%; }
  /* Service Page */


  /* About Page */
  .awards-ban-block { padding-left: 30px; padding-right: 30px; }
  .awards-ban-head { max-width: 780px; margin: 0 auto 30px; }

  .awards-wraper-contain { gap: 20px; }
  .awards-wraper-contain .awards-wraper-box { gap: 20px; }
  .awards-wraper-contain .awards-wraper-box .awards-images { min-width: 150px; height: 150px; }
  /* About Page */
   
  
  /* Service Details Page */
  .service-faq-accordion .accordion-button { padding: 14px 20px; }

  .service-tech-s-container .col-xl-2 { width: 18%; }
  /* Service Details Page */


  /* Our Process page */
  .our-process-tab .tab-content { padding: 30px; }
  /* Our Process page */


  /* footer Css */
  .mt-50 { margin-top: 40px; } 
  footer .footer-end .copyright-text { gap: 10px; }
  /* footer Css */

  /* ============ App Landing design page (Arundhati) ============ */

  .grow-business-form .inner-form-holder { padding: 40px 30px; }
  .mobile-app-cnt { padding: 0 10px 0 20px; bottom: 20px; }

  .customer-slider-item { max-width: 450px; }

  .what-customer-lt { padding: 15px 80px; background-position: top 80px left 20px; }

  /* ============ App Landing design page (Arundhati) ============ */

  .home-certified-ban ul li iframe { transform: scale(0.6); }

  /* ============ Hire Mobile design page (Arundhati) ============ */

  .hire-app-dev-box { padding: 80px 20px; }
  
  .app-details-item { padding: 15px; }
  .app-details-item .details-ttl, .app-details-item ul li { font-size: 14px; padding: 14px; }
  
  /* ============ Hire Mobile design page (Arundhati) ============ */

  /* Inner banner */

  .inner-banner-sec {padding-top: 180px;}

  /* Inner banner */
 
  .details-content ul { flex-direction: column; }
  .details-content ul li { width: 100%; }
  .details-content ul li:not(:last-child) { margin-right: 00px; margin-bottom: 30px; }
  .why-choose-wrap-sec.background-new .spec-data-block { flex-direction: column; }
} 

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

  h2, .faq-landing h3, .our-process h1 { font-size: 30px; }
  h6{ font-size: 20px; }

  /* header CSS */
  .header-sticky.main-header { max-width: 720px!important; }
  /* header CSS */
 

  /*..............common styles..............*/
  .common-padding {padding: 60px 0;}
  .common-padding-bottom {padding-bottom: 60px;}
  .common-card-style, .common-card-style2 { padding: 30px; }
  .common-tech-box { padding: 30px; }

  .common-hdr { margin-bottom: 30px; }
  /*..............common styles..............*/

  .inner-banner-sec {padding-top: 220px;}


  /*HOME*/ 
  .home-banner-section h1 { font-size: 55px; margin: 0 0 26px; }
  .home-banner-section h2 { font-size: 55px; margin: 0 0 30px; }

  /*---------------*/
  .company-review-slider { width: 100% !important; }
  .company-review-slider .slick-list.draggable { padding-right: 0; }
  .com-review-card { padding: 0 5px; }
  /*---------------*/

  /*---------------*/
  .technologies-tabs { justify-content: flex-start; border: none; flex-wrap: nowrap; overflow: auto; width: 100%; padding-bottom: 10px; }
  .technologies-tabs-content { margin: 0 0 0; border-top: none; padding-top: 15px; }
  .technologies-tabs .nav-link { width: max-content; } 
  /*---------------*/

  /*---------------*/
  .specialization-img-box { height: calc(100% - 30px); margin-bottom: 30px; }
  /*---------------*/

  /*---------------*/
  .spec-data-block { gap: 15px; margin-bottom: 20px; }
  /*---------------*/

  /*-----------------*/  
  .empowering-collapse { display: flex; width: 100%; height: 100%; gap: 20px; flex-wrap: wrap; }
  
  .empowering_cell { padding: 30px; }
  .empowering_cell, .empowering_cell.active { flex-basis: calc(50% - 10px); width: inherit !important; min-height: 450px; max-height: inherit; }
  .empowering_cell:before {background: linear-gradient(180deg, rgba(4, 22, 56, 0.5) 21%, rgba(0, 0, 0, 0) 82.5%);}
  .empowering_cell .empowering-dtls { opacity: 1; transition-delay: 0ms; position: relative; z-index: 1; }
  .empowering_cell .empowering-dtls p { max-width: 100%; margin-bottom: 30px; } 
  .empowering_cell .empowering-icon { margin-left: 0; position: relative; }
  .empowering-collapse { display: flex; width: 100%; height: 100%; gap: 20px; flex-wrap: wrap; }
  /*-----------------*/ 

  /*-----------------*/
  .company-dtls-right h5 { margin: 0 0 5px; }
  .company-dtls-right h5 a { color: var(--white); font-size: 22px; }
  .company-dtls-right h5 small { font-size: 18px; font-weight: 400; display: block; margin-top: 4px; }
  /*-----------------*/ 

  /*HOME*/


  .inner-banner-head-wrap { padding-bottom: 40px; }
  .inner-banner-head-wrap p { max-width: 100%;}
  .inner-banner-sec .col-lg-5 { margin: 0px 0 -70px;}


  /*BLOG*/
  .inner-banner-sec .row { flex-direction: column-reverse; }
  .inner-banner-sec .row.row-inherit, .inner-banner-sec .row.row-inherit .row { flex-direction: initial !important; }
  .inner-banner-sec .row.row-inherit { gap: 30px; }

  .inner-banner-sec .col-lg-5 { margin: -70px 0 30px; position: relative; text-align: center; }
 
  .inner-banner-head-wrap { padding-bottom: 0; text-align: center; }
  .inner-banner-head-wrap p { max-width: 470px; margin: 0 auto; }
  /* .inner-banner-head-wrap h3 { margin: -15px auto 30px; } */
 
  .inner-banner-sec .container::before { width: 400px; height: 250px; margin-left: -100px; }
 
  /* .new-blog-tabnav { flex-direction: column-reverse; } */
  .new-blog-tabnav { flex-direction: column; }
  .new-blog-tabnav .blog-tab { justify-content: center; }
 
  .blog-src { max-width: 100%; margin-bottom: 20px; }
 
  .trending-blog-right { margin: 30px 0 0; }
  .trending-blog-sec > h2 { margin: 0 0 30px; text-align: center; }
 
  .new-blog-sec::before { display: none; }
 
  .trending-blog-right { margin: 30px auto 0; text-align: center; }
  .trending-blog-right ul.blog-category-tag, .trending-blog-right .blog-post-date { justify-content: center; }
 
  .company-dtls-left h3 { margin-bottom: 30px; }
  .company-dtls-block { padding: 40px 30px; }
  .company-dtls-right h5 { margin: 0 0 10px; }

  .blog-list-img { padding: 0 0 85%; }

  .trending-blog-sec {padding-bottom: 90px;}
  .trending-blog-slider .slick-arrow.slick-prev { left: calc(50% - 55px); }
  .trending-blog-slider .slick-arrow.slick-next { right: calc(50% - 55px); }

  /*BLOG*/
 

  /* BLOG Details */
  .blog-turn-sec img { width: 90%; display: block; margin: 0 auto 20px; }

  .portfolio-card .portfolio-details { padding: 20px 0 30px; }
  .portfolio-card ul.portfolio-tags li { padding: 5px 18px; }
  /* BLOG Desails */ 


  /* Career details page */
  .career-details-ttl ul { flex-wrap: wrap; }
  .career-details-ttl ul li:not(:last-child) { margin-right: 40px; }
  /* Career details page */


  /* Modals */
  .modal-header h6 { margin: 0 0 30px; }

  .modal-content { padding: 60px 20px; }
  .modal-content .captha-div { margin: 0 0 20px; }
  
  .schedule-meeting-modal .modal-dialog {max-width: 500px;}
  /* Modals */ 
 
  .educational-lt { padding-right: 0; padding-bottom: 30px; }
  .accordion.agreements-accordion { max-width: 100%; }


  /* Career listing page */
  .flow-card-lst { margin-top: 25px; text-align: center; }

  .develop-card {height: inherit; padding: 30px 20px;}
  .develop-card a { position: relative; bottom: inherit; }
  .develop-card-cnt ul { margin: 0 0 30px; }
  .develop-card.blue-card { padding: 40px 20px; }
  .develop-card.blue-card h5 { max-width: 400px; }

  .development-sec .col-lg-4 {margin-top: 20px;}

  .develop-big-card {height: inherit;padding: 50px 20px;}
  .develop-big-card h4 { font-size: 30px; line-height: 1.2; }

  .develop-card-cnt { width: 100%; }
  /* Career listing page */


  /* Technology details page */
  .ios-app-dev-cnt { padding-bottom: 40px; }
  /* Technology details page */


  /* Hire dedicated resources page */
  .banner-spec-btm .spec-btm-lt { flex: 0 0 75%; }

  .service-first-text {max-width: 100%; margin-left: 0;}

  /* .service-dtls-sec1:before {bottom: 130px;} */

  .hire-dedicated-card {margin-top: 30px;}

  /* .card-img-wrapper {padding-bottom: 80%;} */

  .card-wrapper-cnt { text-align: center; } 
  /* Hire dedicated resources page */
 

  /* Contect page */ 
  .map-section iframe { height: 300px; }
  /* Contect page */ 


  /* Service Page */
  .service-card-left { padding: 30px 0 1px; }
  .service-card-row-count .row { flex-direction: column-reverse !important; }
 
  .service-card-right { padding: 0 0 63%; }
  /* Service Page */


  /* About Page */ 
  /* .service-dtls-sec1:before { display: none;} */
  .service-first-text { margin-top: 20px; text-align: center; }

  .ceo-block-wrap { max-width: 250px; text-align: center; margin: 0 auto; }
  .ceo-block-wrap .ceo-details h6 { font-size: 30px; }

  .our-mission-text { text-align: center; }
  .our-mission-text img { max-width: 50px; margin: 0px 0 20px; }

  .awards-wraper-contain { flex-direction: column; max-width: 470px; }
  .awards-ban-head { padding: 0 30px; }
  /* About Page */


  /* Referral Program page */
  .referral-program-card { margin-bottom: 30px; }
  /* Referral Program page */
  

  /* Service Details Page */
  .mt-4 { margin-top: 0.5rem!important; }
  .service-second-img { padding: 12px; }

  .process-block-wrap { zoom: normal; }
  .process-block-wrap .process-img { display: none; }
  .process-block-wrap ul.process-img-data li { position: inherit; }

  .process-block-wrap ul.process-img-data { display: flex; gap: 20px; flex-wrap: wrap; justify-content: center; margin: 0; }
  .process-block-wrap ul.process-img-data li { flex-basis: calc(50% - 10px); max-width: inherit; text-align: center; padding: 30px 20px; border-radius: 20px; background: var(--white); box-shadow: 10px 10px 50px 0px #E1E5F080; }

  .process-block-wrap ul.process-img-data li span { display: block; width: 60px; height: 60px; border-radius: 50px; background-color: #FC5C7D; background-image: url(../images/gred-num.svg); display: flex; align-items: center; justify-content: center; color: var(--white); font-size: 24px; font-weight: 900; background-position: bottom center; background-repeat: no-repeat; background-size: contain; margin: 0 auto 15px; }
  .process-block-wrap ul.process-img-data li:nth-child(2) span { background-color: #9C75D0; }
  .process-block-wrap ul.process-img-data li:nth-child(3) span { background-color: #D7669E; }
  .process-block-wrap ul.process-img-data li:nth-child(4) span { background-color: #5C6EEA; } 

  .process-block-wrap ul.process-img-data li h6 { max-width: inherit; }
  .service-tech-s-container .col-xl-2, .service-tech-lg-container .col-xl-2 { width: 33.33333333%; }
  
  /* Service Details Page */
 

  /* Our Process page */ 
  .mb-50 { margin-bottom: 30px; }
  .our-process.pt-50 { padding-top: 30px; }
  
  .our-process-tab .process-nav { width: 315px; padding-left: 10px; }
  .our-process-tab .process-nav .nav-link .processTab { width: calc(100% - 65px); }
  .our-process-tab .tab-content { width: calc(100% - 315px); padding: 20px; border-radius: 15px; }
  .process-tab-content h2 { margin-bottom: 20px; }
  .process-tab-content ul { margin: 0 0 20px; padding: 0 0 0 20px; }
  .process-tab-content label { margin-bottom: 10px; }

  ul.process-content-tools li { padding: 15px; border-radius: 15px; }
  /* Our Process page */

  .tech-portfolio-sec:after { top: 380px; }

  .portfolio-details-sec:before { top: 6%; }



  /* footer Css */
  footer.common-padding { padding-top: 120px; }
  footer .footer-menu.ftr-logo-sec { max-width: 354px; margin: 0 auto 30px; text-align: center; }
  footer .footer-menu.ftr-logo-sec .subscribe-section { display: none; }
  footer .logo-box { max-width: 200px; margin: 0 auto 20px; }

  footer .col-lg-4:nth-child(2) .footer-menu { margin: 30px auto 30px;max-width: 250px; }
  footer .footer-menu .menu-footer-menu-container ul {max-width: 250px;margin: 0 auto;}
  footer .col-lg-4:nth-child(2) .footer-menu h6 {text-align: center;}
  footer .col-lg-4:nth-child(3) .footer-menu { max-width: 344px; margin: 0 auto; text-align: center; }

  footer .footer-menu ul li { margin-bottom: 20px; color: #C7C1C1; }
  footer .footer-menu ul li.ftrmail { justify-content: center; }
  footer .ftr-social-wrap {  margin-top: 30px !important; justify-content: center; }
  footer .ftr-social-wrap label { display: none;}

  .subscribe-section {margin: 30px auto 0; flex-direction: column; text-align: center; }
  .footer-lst-menu .subscribe-section { display: block; }

  footer .footer-end .row { border-top: 0; padding: 0; }
  footer .footer-end .copyright-text { gap: 20px; justify-content: center; flex-direction: column; text-align: center; }
  footer .footer-end .copyright-text p {order: 2;}
  footer .footer-end ul { margin: 0; justify-content: center; }

  .footer-menu { text-align: center; }

  .subscribe-input {margin: 0 auto;}
  /* footer Css */ 

  /* ============ App Landing design page (Arundhati) ============ */

  .mobile-img img { width: 100%; }
  .mobile-app { margin-bottom: 30px; }
  .mobile-app-cnt { width: 100%; padding: 0 20px; max-width: 100%; }

  .grow-business-form { background-size: 30% auto, auto !important; }
  .grow-business-form .inner-form-holder p { position: relative; z-index: 1; }
  .grow-business-form .inner-form-holder h2::before { width: 80px; height: 80px; }
  .grow-business-form .inner-form-holder form { max-width: 430px; }

  .empowering-sliders .slick-arrow.slick-prev { left: -15px; }
  .empowering-sliders .slick-arrow.slick-next { right: -15px; }
  
  .what-customer-lt { padding: 30px; text-align: center; background-image: inherit !important; }
  .what-customer-lt::before { width: 100px; height: 100px; left: -15px; top: -40px; }
  
  .customer-slider-item { max-width: 100%; padding: 60px 0 80px; }
  .customer-slider-item .quotes { top: 25px; }

  .what-customer-slider .slick-arrow.slick-next { left: calc(50% - 0px); }
  .what-customer-slider .slick-arrow.slick-prev { left: calc(50% - 60px); }

  footer.landing-footer {padding-top: 60px;}

  /* ============ App Landing design page (Arundhati) ============ */

  .home-certified-ban ul li iframe { transform: scale(0.5); }

  /* ============ Hire Mobile design page (Arundhati) ============ */

  .hire-app-dev-box { padding: 50px 20px; }
  
  .app-details-hold { flex-wrap: wrap; justify-content: space-between; }
  .app-details-item { width: 48%; margin-top: 15px; }
  .app-details-item ul li h6 { display: block; }
  
  .app-details-fst{display: none;}

  .hire-app-dev-box .common-hdr { margin: 0 auto 35px; }

  .hire-mobile-development-sec .develop-card { padding: 30px 20px; }
  .hire-mobile-development-sec .abs-btm-part { position: static; bottom: inherit; padding: 0; }
  
  /* ============ Hire Mobile design page (Arundhati) ============ */

  .home-portfolio-section {background-position: center !important}

  .home-ban-scroller {left: 40px;}
  .details-content { padding-left: 0; padding-top: 40px;}
}

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

  body {font-size: 16px;}
  h1 { font-size: 35px; } 
  h3{ font-size: 26px; }
  h4 { font-size: 24px; }
  h5 { font-size: 20px; }
  h6 { font-size: 24px;}

  /* header CSS */
  .main-header { padding: 15px 0px 10px; }
  .header-sticky.main-header { max-width: 94%!important; padding: 8px 0; border-radius: 12px; top: 10px; }
  .main-header .logo > a { filter: invert(1); display: none; }
  .main-header .short-logo { display: block; max-width: 80px; } 
  header .user-sec .mob-hidden, .mob-hidden { display: none; } 
  .desk-hidden, .mobile-connect-us { display: block; }
  .mobile-connect-us { width: 50px; height: 50px; display: flex; justify-content: center; align-items: center; background: #F5F8FF; border-radius: 50px; }
  .mobile-connect-us img { max-width: 24px; }
  /* header CSS */

  /*..............common styles..............*/ 
  .common-padding{padding-top: 50px;padding-bottom: 50px;} 
  .common-padding-top, footer.landing-footer { padding-top: 50px; }
  .common-padding-bottom { padding-bottom: 50px; }
  .common-small-padding { padding-top: 30px; padding-bottom: 30px; }

  .common-card-style, .common-card-style2 { padding: 50px; } 

  .industry-card-section .common-card-style .btn { bottom: 50px; }

  .container { max-width: 95%; }

  .btn { padding: 14px 30px; }
  /*..............common styles..............*/


  /*HOME*/ 
  .home-banner-section { padding: 178px 0 57px; clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%); overflow: hidden; }

  .home-banner-section h1 {font-size: 48px;text-align: center;}
  .home-banner-section h2 { font-size: 36px; max-width: 300px; text-align: center; margin: 0 auto 30px; }
  /* .home-banner-section h1:after { width: 90px; height: 38px; bottom: -38px; left: 51%; }  */

  .home-banner-section h2:after { display: none; } 
  .home-banner-section .home-ban-btn { margin-bottom: 40px; flex-direction: column; }
  .home-banner-section .home-ban-btn a.btn { min-width: 200px; max-width: 200px; padding: 15px 20px; }  

  .home-ban-scroller { bottom: -20px; }
  img.home-ban-overlay2 { display: none; }
  img.home-ban-overlay1 { top: inherit; bottom: -100px; width: 100%; transform: scale(1.5); }

  .empowering_cell .btn {display: none;}
  .home-banner-head p { font-size: 16px; text-align: center;}
  /*-----------------*/
  .recognition-box { padding: 30px 10px;}
  /*-----------------*/

  /*-----------------*/
  .review-top, .review-bottom { display: none; }
  .com-review-card { padding: 0; text-align: center; }
  .com-review-card .com-review-body p { font-size: 16px; }
  .com-review-card .com-review-body img { max-width: 150px; height: 38px; margin: 0 auto 30px; }
  .com-review-card .com-review-dtls h6 { font-weight: 600; }
  .com-review-card .com-review-dtls { flex-direction: column; align-items: center; } 
  .com-review-card .com-review-bottom { flex-direction: column; align-items: center; gap: 30px; } 
  .com-review-card .com-review-dtls span { margin: 0 auto; }
  .company-review-slider .slick-list.draggable { margin-bottom: 40px; }
  .company-review-slider .slick-dots { bottom: 0px; justify-content: center; }
  .com-review-card .review-google-logo .review-star { margin: 10px auto 0; }
  /*-----------------*/

  /*-----------------*/
  /* .home-portfolio-section { height: 150vh; clip-path: polygon(0 0%, 100% 0, 100% 100%, 0 100%); } */
  .home-portfolio-section {clip-path: polygon(0 0%, 100% 0, 100% 100%, 0 100%); }
  .portfolio-sticky-text a.btn { padding: 12px 30px; }
  /*-----------------*/

  /*-----------------*/
  .work-process-head { justify-content: center; }
  .work-process-gif { max-width: 354px; margin: 0 auto; }
  /*-----------------*/

  /*-----------------*/
  .gradient-ban-block { padding: 50px 30px; border-radius: 0; margin: 0 -6%; background-image: url(../images/Circle2.svg); background-size: 235px; background-position: bottom right; }
  .gradient-ban-block h4 { margin: 0 auto 50px; font-size: 30px; }
  .home-portfolio-sticky > img { filter: blur(15px); }
  /*-----------------*/

  /*-----------------*/
  .technologies-tabs { width: calc(100% + 13px + 2.5%); }
  .technologies-icon-block { padding: 25px 0; }
  .technologies-icon-block:hover { background: transparent; box-shadow: none; }
  /*-----------------*/
  
  /*-----------------*/
  .spec-data-block { gap: 10px; flex-direction: column; }
  .spec-data-block .spec-dtls-block sup { font-size: 24px; top: -8px; }
  /*-----------------*/

  /*-----------------*/
  .blog-list-card { padding: 20px; margin-bottom: 20px; height: calc(100% - 20px); }
  .blog-list-img { padding: 0 0 55%; } 
   
  .common-contect-section.common-padding-bottom::before { display: none;}
  .common-contect-dtls { text-align: center; }
  .common-contect-ul { text-align: left; margin: 20px 0; }
 
  .captha-div { margin: 20px 0 30px; text-align: center; }  
  /*-----------------*/

  /*-----------------*/
  .home-certified-ban-bottom { padding-bottom: 20px; }
  .home-certified-ban p { color: var(--dark-gray); text-align: center; margin: 0 0 20px; }
  .home-certified-ban ul { flex-wrap: wrap; gap: 10px 20px; justify-content: center; margin-bottom: 30px; }
  .home-certified-ban ul li { width: calc(33.33% - 14px); text-align: center; }
  .home-certified-ban ul li img { max-width: 100px; }
  /*-----------------*/

  /*-----------------*/
  .pt-5 { padding-top: 1.5rem!important; }
  .empowering-collapse { display: block; }
  /*-----------------*/
 
  /*-----------------*/ 
  .captha-div { text-align: center; } 
  .common-input-wrap .btn { margin: 0 auto; display: block; }
  /*-----------------*/ 

  /*-----------------*/ 
  .recognition-section .container { max-width: 100%; padding: 0px 42px; }
  .recognition-box img.recognition-stars { display: initial; } 
  .recognition-box { margin: 0; height: 100%; margin: 0 5px; background: #F5F8FF; box-shadow: 10px 10px 50px 0px #E1E5F080; }

  .recognition-mob-slider .slick-list.draggable { padding: 40px 30% 40px 0; margin: -40px 0; }
  .recognition-mob-slider { margin-right: calc(0px - 42px); }
  .recognition-mob-slider .slick-slide.slick-current.slick-active .recognition-box { box-shadow:none; background: var(--white); }
  /*-----------------*/ 
  /*HOME*/


  /* BLOG */ 
  .inner-banner-sec .container::before { width: 390px; height: 190px; margin-left: -120px; }
  .inner-banner-sec::after { height: 190px;top: -120px;} 
  .inner-banner-sec .col-lg-5::before { width: 100%; height: 330px; right: 0; }
  /* .inner-banner-head-wrap h3 { line-height: 1.2; } */

  .blog-list-img { border-radius: 15px; }

  .spec-subscribe-box { padding: 35px 20px; text-align: center; }
  .spec-subscribe-box .subscribe-input-2 { display: block; }
  .spec-subscribe-box .subscribe-input-2 .btn.btn-round { position: relative; margin: 10px 0 0; width: 100%; }

  .company-dtls-left { margin-bottom: 20px; text-align: center; }

  .company-dtls-right { position: relative; max-width: 560px; margin: 0 0 0 auto; text-align: center; }
  .company-dtls-right h5 small { margin: 5px 0 10px; }
  .company-dtls-right .office-country { justify-content: center;}

  .trending-blog-sec { padding-bottom: 80px; }

  /* BLOG */ 


  /* BLOG Details */
  .mt-50 { margin-top: 30px; }
  .blog-details-card { padding: 30px 0 0; } 
  .blog-consult-box { padding: 30px 15px; }

  .blog-footer-sec { flex-direction: column; gap: 20px; }
  .blog-footer-sec .blog-nxt-prev, .blog-social-wrap { flex-direction: column; }
 
  .features-tech-card {padding: 30px 20px;}
  .portfolio-visuals-card { padding: 10px; }

  .common-contect-section.common-padding::before { display: none;}
  .portfolio-used-row { gap: 10px; }
  .portfolio-used-box { padding: 15px 15px; width: 100%; }

  .new-blog-detls-sec::before { display: none; }
  /* BLOG Details */


  /* Career listing page */
  .flow-crd { padding: 20px; }
  /* Career listing page */


  /* Career details page */
  .career-listing-wrapper { margin-top: 20px; }

  .career-details-ttl ul li:not(:last-child) { margin-right: 10px; }

  .career-listing-wrapper ul.career-listing-wrap { flex-wrap: wrap; }
  .career-listing-wrapper ul.career-listing-wrap > li { width: 100%; }
  
  .apply-wrap { margin-top: 30px; }
  /* Career details page */


  /* Technology listing page */
  .blue-card-img-holder {opacity: 0.4;}

  .develop-big-card h4 { font-size: 24px; }

  .company-dtls-left h3 { font-size: 30px; margin-bottom: 20px; }
  .company-dtls-right { max-width: 100%; margin-top: 10px; }
  /* Technology listing page */


  /* Hire dedicated resources page */
  .banner-spec-btm { flex-direction: column; align-items: flex-start; }
  .banner-spec-btm .spec-btm-lt { flex: 0 0 100%; }
  
  /* .service-dtls-sec1:before { bottom: 30px; } */

  .skilled-developer-sec p { padding-left: 0; }

  .hire-dedicated-card {padding: 60px 20px;}
  /* Hire dedicated resources page */


  /* Modals */
  .modal-header .btn-close { right: 5px; top: 5px; }
  .modal-content { padding: 40px 15px; }

  .schedule-meeting-modal .modal-content { padding: 60px 20px 20px; border-radius: 15px; }
  .schedule-meeting-modal button.btn-close { right: -10px; top: -50px; }
  /* Modals */


  /* BLOG */
  .company-dtls-block {padding: 40px 20px;}
  /* BLOG */


  /* Contect page */ 
  .map-text-section { gap: 0; margin: 40px auto 0; flex-direction: column; text-align: center; }
  /* Contect page */ 


  /* Service Page */
  .service-card-left .service-card-ul { margin: 0 0 30px; column-count: 1; padding-left: 20px; }
  .service-card-left .service-card-ul li { max-width: inherit; }
  .service-card-left p { margin-bottom: 20px; }
  /* Service Page */


  /* About Page */
  .our-mission-section { padding: 50px 0; }
  .awards-wraper-contain { gap: 40px; }
  .awards-wraper-contain .awards-wraper-box { gap: 20px; flex-direction: column; text-align: center; padding: 0 30px; }
  /* About Page */


  /* portfolio Details */ 
  .portfolio-dtls-header { margin-bottom: 20px; }
  .portfolio-dtls-header * {margin: 0 0 10px;} 
  .portfolio-dtls-header a { margin: 10px 0 0; }

  .tech-portfolio-sec .tab-pane .form-select, .case_studies_listing .form-select { width: 100%; transform: translateY(0); margin-top: -24px; margin-bottom: 15px; }
  .portfolio-tab h5 { text-align: center;}
  /* portfolio Details */ 


  /* Service Details Page */
  .service-second-img { padding: 10px; border-radius: 15px; }
  .service-card-left { padding: 20px 0 1px; }

  .service-tech-used { border-radius: 14px; padding: 24px 9px; }
  .process-block-wrap ul.process-img-data li { flex-basis: 100%; }

  .service-faq-accordion .accordion-button { padding: 12px 15px; gap: 10px; }

  .common-hdr h6 { font-size: 20px; }
  /* .service-faq-accordion { height: 380px; } */
  .service-faq-accordion .accordion-body { padding: 6px 15px 15px; }
  /* .service-faq__blur-active { height: 40%; } */

  .click-to-btn { left: 50%; transform: translate(-50%, 0 ); z-index: 99; width: 300px; }
  
  .service-tech-s-container .col-xl-2, .service-tech-lg-container .col-xl-2 { width: 50%; }
  /* Service Details Page */


  /* Our Process page */
  .our-process-tab { display: none; }

  .op-accordion-wrap { display: flex; gap: 14px; }

  .our-process-accordion { display: block; }

  .op-accordion-wrap .op-accordion-num { width: 12%; min-width: 50px; display: flex; justify-content: space-between; position: relative; }
  .op-accordion-wrap .op-accordion-num .op-accordion-num-text { font-weight: 600; color: var(--gray); display: block; width: 20px; margin: 0; padding-top: 19px; }
  .op-accordion-wrap .op-accordion-num:after { position: absolute; content: ''; width: 2px; background: #0133BB; height: 100%; right: 3px; }
  
  .our-process-accordion .op-accordion-wrap:first-child .op-accordion-num:after { top: 26px; }
  .our-process-accordion .op-accordion-wrap:last-child .op-accordion-num:after { bottom: 40px; }

  .op-accordion-wrap .accordion-item { width: 88%; background: #0133BB; border: none; margin-bottom: 12px; border-radius: 10px !important; }
  .op-accordion-wrap .accordion-item .accordion-button { background: #0133BB; padding: 10px; border-radius: 10px !important; display: flex; align-items: center; cursor: pointer; box-shadow: none; }
  .op-accordion-wrap .accordion-item .accordion-button::after { width: 15px; height: 15px; background-size: contain; }
  .op-accordion-wrap .accordion-item .accordion-button span { color: var(--white); margin-left: 10px; font-weight: 500; }
 
  .op-accordion-wrap .accordion-item .op-accordion-icon { min-width: 40px; width: 40px; height: 40px; background: var(--white); display: flex; align-items: center; justify-content: center; border-radius: 50px; padding: 9px; }

  .op-accordion-wrap .accordion-item .accordion-button::after { background-image: url(../images/arrow-expand.png); }
  .op-accordion-wrap .accordion-item .accordion-button:not(.collapsed)::after {background-image: url(../images/arrow-expanded.png);}

  .op-accordion-wrap .accordion-button.collapsed:before { content: ''; position: absolute; width: 8px; height: 8px; background: #0133BB; border-radius: 50%; outline: 2px solid var(--white); left: -22px; } 
  .op-accordion-wrap .accordion-button:before { content: ''; position: absolute; width: 8px; height: 8px; outline: 2px solid #0133BB; background: var(--white); border-radius: 50%; left: -22px; }

  .accordion-body.process-tab-content { padding: 10px; }  
  .process-tab-content h2 { margin-bottom: 15px; font-size: 20px; }

  .our-process-accordion h6 { font-weight: 500; color: var(--gray); margin: 0; margin-left: calc(12% + 20px); font-size: 20px; padding: 0 0 20px; }
  .our-process-accordion .op-accordion-phaseB  h6 { margin: 0; padding: 20px 0 30px; }

  ul.process-content-tools li { padding:5px 10px; border-radius: 15px; width: calc(50% - 5px); } 
  ul.process-content-tools li img { max-width: none; width: 100%; border-radius: 15px; }

  .process-tab-content p { font-size: 14px; color: var(--white); }
  .process-tab-content ul li { font-size: 14px; color: var(--white); }
  .process-tab-content label { font-size: 14px; }

  ul.process-content-tools { padding: 0; }
  /* Our Process page */


  /* footer Css */ 
  /* footer { clip-path: polygon(0 0%, 100% 0, 100% 100%, 0% 100%); } */
  footer.common-padding { padding-top: 50px; }

  footer .footer-end ul li a { font-size: 15px; }

  footer .footer-menu ul li.ftrmail h6 { line-height: 1.2; }

  /* .subscribe-section { max-width: 354px; } */
  /* .subscribe-input { flex-direction: column;}
  .subscribe-input .btn.btn-round { position: relative; margin-top: 10px; } */
  /* footer Css */ 

  .tech-portfolio-sec:after {display: none;}

  .pagination-case-studies { padding: 30px 0 0; }
  .pagination-case-studies a {font-size: 12px;}
  .pagination-case-studies a img { margin-right: 5px; width: 22px; }

  .portfolio-details-sec:before { display: none; }

  /* ============ App Landing design page (Arundhati) ============ */

  .landing-header-btn .mobile-connect-us img { max-width: 100%; }

  .mobile-app { display: none; }
  
  .grow-business-form { background: none !important; }
  .grow-business-form::after {border-radius: 15px;}
  .grow-business-form .inner-form-holder { padding: 30px 20px; }
  .grow-business-form .inner-form-holder h2::before { top: -10px; left: -10px; }
  .grow-business-form .inner-form-holder form { max-width: 100%; }
  
  .empowering-sliders .slick-list.draggable { padding: 0 10% 40px 0; }
  
  .what-customer-lt::before { display: none; }

  .lets-work-together .common-contect-ul { padding: 30px 20px; }
  
  .customer-slider-item { padding: 60px 20px 80px; }
  
  footer.landing-footer .footer-end .row .footer-end-ttl h5 { text-align: center; margin-bottom: 20px; }

  /* ============ App Landing design page (Arundhati) ============ */

  /* ============ Hire Mobile design page (Arundhati) ============ */

  .hire-mobile-app-sec .spec-btm-lt h6 { margin: 0 0 20px; }

  .app-details-item { width: 100%; margin: 15px 0 0; }

  .hire-app-dev-box { padding: 30px 15px; }
  .hire-app-dev-box .common-hdr { margin: 0 0 15px; }
  
  /* ============ Hire Mobile design page (Arundhati) ============ */
  
  .schedule-call-wrap .img-box { max-width: 120px; bottom: -17px;}
  .call-wrapper { font-size: 12px; }
  .call-wrapper img {max-width:30px;margin-right: 9px;} 
  a.schedule-call-wrap { max-width: 240px; bottom: -40px; }
  header.main-header .logo { min-width: auto; max-width: auto; }
  .technologies-tabs-content .row > .col-lg-2.col-md-3.col-4 { width: 50%;}
  .spec-dtls-block h2 { font-size: 30px; }
  .spec-data-block .spec-data-block-wrap { flex-direction: column;}
  .trusted-logo-slider .slick-slide div {padding: 10px;}
  .work-process-section  { padding-bottom: 0;}
  .work-process-section .common-hdr { margin-bottom: 0; }
  .spec-gradient-box { flex-direction: column; }
  .spec-gradient-box h5 { width: 100%; margin-bottom: 20px; text-align: center;}
  footer .col-lg-4:nth-child(2) .footer-menu { margin-top: 30px }
  /* .header-container { padding-top: 0; padding-bottom: 0;} */

  .inner-banner-sec .col-lg-5 { margin-top: 70px;}
}

@media only screen and (max-width:380px) {
  .common-card-style, .common-card-style2 { padding: 30px; }

  .industry-card-section .common-card-style .btn { bottom: 30px; }
  
  .recaptcha iframe { transform: scale(0.75); transform-origin: left; }
}

@media only screen and (max-width:359px) {
  .common-card-style, .common-card-style2 { padding: 20px; } 
  .common-tech-box { padding: 20px; }

  .industry-card-section .common-card-style .btn { bottom: 20px; }

  /*..............common styles..............*/ 
  .btn { padding: 12px 30px; }
  .company-dtls-sec a.btn { padding: 12px 20px; }
  /*..............common styles..............*/

  /* Hire dedicated resources page */
  .empowering_cell { padding: 20px; }
  /* .card-img-wrapper { padding-bottom: 130%; } */
  /* Hire dedicated resources page */

  .op-accordion-wrap .accordion-item .accordion-button span { font-size: 14px; }

}

.txt-rotate > .wrap {
  border-right: 0.08em solid #666;
  font-size: 100px; /* Adjust the size according to your needs */
  white-space: nowrap;
  overflow: hidden;
}


/* Loader CSS starts */
.loader-overlay { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgb(0, 0, 0); /* Optional: Adjust overlay background */ z-index: 9999; display: flex; justify-content: center; align-items: center; opacity: 1; visibility: visible; transition: all 0.3s ease-in-out; }
.loader-overlay.hidden { opacity: 0; visibility: hidden; }
.loader { width: 300px; /* Adjust logo size */ height: 300px; /* Adjust logo size */ background: url('/wp-content/uploads/2024/11/weavers-loadar.gif') no-repeat center center; background-size: contain;}

@media only screen and (max-width:767px) {
  .loader { width: 200px; height: 200px;}
}
/* Optional: Logo Animation */
/* @keyframes fadeInOut {
  0%, 100% {
      opacity: 1;
  }
  50% {
      opacity: 0.5;
  }
} */
/* Loader ends */



.service-first-text svg.svg-inline--fa.fa-linkedin-in {
    width: 30px;
}