:root {
    --themecolor1: #0299f4;
    --themecolor2: #0E1116;
    --themecolor3: #ffffff;
    --themecolor4: #707070;
    --themecolor5: #f5f5f5;
    --themecolor6: #878787;
    --themecolor7: #b7b7b7;
    --themecolor8: #9B9A9F;
    --text-colordark: #333333;
    --font-face1: "Inter", sans-serif !important;
   
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
a {
    text-decoration: none;
}
ul {
    padding: 0;
    margin: 0;
}
li {
    list-style: none;
}
.form-control:focus,
.form-select:focus {
    box-shadow: none;
    background-color: #f3faff;
}
h1,
h2,
h3,
h4,
h5,
h6 {
   
    font-family: var(--font-face2);
}
p {
   
    font-weight: normal;
    font-size: 18px;
    font-family: var(--font-face1);
}

/* ========= Color Style =========*/
.bg-dark {
    background: var(--themecolor2) !important;
}
.text-red {
    color: var(--themecolor1);
}
.bg-red {
    background: var(--themecolor1);
}
.text-dgray {
    color: var(--themecolor2);
}
.text-lgray {
    color: var(--themecolor6);
}
.text-lgray2 {
    color: var(--themecolor7);
}
.text-lgray3 {
    color: var(--themecolor8);
}
.text-white {
    color: var(--themecolor3) !important;
}

.lightbg {
	background: var(--themecolor5);

}
.bodypx{padding:0 10%;}
/* ========= Color Style =========*/

/* ========= Font Style =========*/

.pt-70{padding-top: 150px;}
.fn-face1 {
    font-family: "Inter", sans-serif
}

.fn-w1 {
    font-weight: normal;
}
.fn-w2 {
    font-weight: 300;
}
.fn-w3 {
    font-weight: 600;
}

.fn-12 {
    font-size: 12px;
}
.fn-14 {
    font-size: 14px;
}
.fn-16 {
    font-size: 16px;
}
.fn-18 {
    font-size: 18px;
}
.fn-20 {
    font-size: 20px;
}
.fn-24 {
    font-size: 24px;
}
.fn-28 {
    font-size: 28px;
}
.fn-30 {
    font-size: 30px;
    font-weight: 600;
}
.fn-32 {
    font-size: 32px;
}
.fn-34 {
    font-size: 34px;
}
.fn-36 {
    font-size: 36px;
}
h2 { font-weight: bold;
    font-size: 42px !important;
    color: var(--themecolor2);
}
h3 { font-weight: bold;
    font-size: 20px;
    color: var(--themecolor2);
}
.fn-50 {
    font-size: 50px;
}
.fs-38 {
    font-size: 38px;
}

.fs-70 {
	font-size: 50px;
	line-height: 57px;
}
.fs-60{font-size: 60px;}

.line-h1 {
    line-height: 24px;
}
.line-h2 {
    line-height: 28px;
}
.line-h3 {
    line-height: 30px;
}
.line-h4 {
    line-height: 36px;
}
.line-h5 {
    line-height: 40px;
}
.line-h6 {
    line-height: 48px;
}
.letter-spacing1 {
    letter-spacing: 1px;
}
/* ========= Font Style =========*/

/* ========= Padding Style =========*/
.padding1 {
    padding: 100px 0;
}
.padding2 {
    padding: 80px 0;
}
.padding3 {
    padding: 60px 0;
}
.padding4 {
    padding: 40px 0;
}
.px-80 {
    padding-left: 80px;
    padding-right: 80px;
}
.pr-100 {
    padding-right:10%;
}
.py-80 {
    padding-top: 80px;
    padding-bottom: 80px;
}
.px-30 {
    padding-left: 30px;
    padding-right: 30px;
}
/* ========= Padding Style =========*/
.icon-arrow {
    width: 24px;
    height: 24px;transition: transform 0.3s ease;
  }
  .icon {
	display: block;
	position: relative;
}
  .icon::before {
	content: "";
	
	-webkit-mask-size: contain;
	mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-position: center;
	mask-position: center;
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	transition: opacity 0.3s ease, background-color 0.3s ease;
}
.themeBtn:focus .icon::before, .themeBtn:hover .icon::before {
	background-color:  var(--themecolor1);
}
  .icon-arrow::before {
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg width='24' height='25' viewBox='0 0 24 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg%3E%3Cmask id='mask0_1012_4796' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='24' height='25'%3E%3Crect y='0.5' width='24' height='24' fill='%23D9D9D9'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_1012_4796)'%3E%3Cpath d='M16.9989 8.5538L6.07972 19.473C5.94125 19.6115 5.76722 19.6823 5.55762 19.6855C5.348 19.6887 5.17076 19.6179 5.02589 19.473C4.88103 19.3282 4.80859 19.1525 4.80859 18.9461C4.80859 18.7397 4.88103 18.5641 5.02589 18.4192L15.9451 7.49998H9.74892C9.53644 7.49998 9.35832 7.42807 9.21457 7.28425C9.07082 7.14045 8.99894 6.96225 8.99894 6.74965C8.99894 6.53707 9.07082 6.35898 9.21457 6.2154C9.35832 6.0718 9.53644 6 9.74892 6H17.5951C17.8512 6 18.0658 6.08663 18.239 6.25988C18.4123 6.43311 18.4989 6.64777 18.4989 6.90385V14.75C18.4989 14.9625 18.427 15.1406 18.2832 15.2844C18.1394 15.4281 17.9612 15.5 17.7486 15.5C17.536 15.5 17.3579 15.4281 17.2143 15.2844C17.0707 15.1406 16.9989 14.9625 16.9989 14.75V8.5538Z' fill='%23192020'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
	mask-image: url("data:image/svg+xml,%3Csvg width='24' height='25' viewBox='0 0 24 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg%3E%3Cmask id='mask0_1012_4796' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='24' height='25'%3E%3Crect y='0.5' width='24' height='24' fill='%23D9D9D9'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_1012_4796)'%3E%3Cpath d='M16.9989 8.5538L6.07972 19.473C5.94125 19.6115 5.76722 19.6823 5.55762 19.6855C5.348 19.6887 5.17076 19.6179 5.02589 19.473C4.88103 19.3282 4.80859 19.1525 4.80859 18.9461C4.80859 18.7397 4.88103 18.5641 5.02589 18.4192L15.9451 7.49998H9.74892C9.53644 7.49998 9.35832 7.42807 9.21457 7.28425C9.07082 7.14045 8.99894 6.96225 8.99894 6.74965C8.99894 6.53707 9.07082 6.35898 9.21457 6.2154C9.35832 6.0718 9.53644 6 9.74892 6H17.5951C17.8512 6 18.0658 6.08663 18.239 6.25988C18.4123 6.43311 18.4989 6.64777 18.4989 6.90385V14.75C18.4989 14.9625 18.427 15.1406 18.2832 15.2844C18.1394 15.4281 17.9612 15.5 17.7486 15.5C17.536 15.5 17.3579 15.4281 17.2143 15.2844C17.0707 15.1406 16.9989 14.9625 16.9989 14.75V8.5538Z' fill='%23192020'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}
.themeBtn {
	text-transform: uppercase;
	color: #fff;
	padding: 13px 25px;
	justify-content: center;
	border-radius: 30px;
	background:  var(--themecolor1);
	display: inline-flex;
	position: relative;
	gap: 10px;
	align-items: center;
	overflow: hidden;
	transition:box-shadow 0.3s ease, background-color 0.3s ease, color 0.3s ease, outline 0.3s ease;
	border: 1px solid  var(--themecolor1);
	-webkit-clip-path: inset(0 round 10px);
	clip-path: inset(0 round 10px);
}

.themeBtn:focus::before, .themeBtn:hover::before {
	transform-origin: 0% 50%;
	transform: scale3d(1, 1, 1);
}
.themeBtn::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: #ffffff;
	top: 0;
	left: 0;

	pointer-events: none;
	transform-origin: 100% 50%;
	transform: scale3d(0, 1, 1);
	transition: transform 0.5s ease, box-shadow 0.5s ease;
}
.themeBtn .icon::before {
	background-color: #fff;
}
.themeBtn:focus .icon, .themeBtn:hover .icon, .themeBtn:focus .material-symbols-rounded, .themeBtn:hover .material-symbols-rounded {
	transform: rotate(45deg);
}
.themeBtn:focus span, .themeBtn:hover span {
	color: var(--themecolor1) !important; position: relative;
	box-shadow: inset 0 0 0 0px #fff; z-index: 11;
}
.btn-black {
	text-transform: uppercase;
	color: #fff;
	padding: 16px 25px;
	justify-content: center;
	border-radius: 30px;
	/* background: #192020; */
	display: inline-flex;
	position: relative;
	gap: 10px;
	align-items: center;
	overflow: hidden;
	transition: box-shadow 0.3s ease, background-color 0.3s ease, color 0.3s ease, background-color 0.3s ease, outline 0.3s ease;
	border: 1px solid #192020;
	-webkit-clip-path: inset(0 round 10px);
	clip-path: inset(0 round 10px);
}
.btn-black::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: #ffffff;
	top: 0;
	left: 0;
	border-radius: 30px;
	pointer-events: none;
	transform-origin: 100% 50%;
	transform: scale3d(0, 1, 1);
	transition: transform 0.3s;
}
.btn-black--white-border {
	border: 1px solid #fff;
	transition: color 0.3s ease, box-shadow 0.6s ease;
}
.btn-black:focus::before, .btn-black:hover::before {
	transform-origin: 0% 50%;
	transform: scale3d(1, 1, 1);
}
 .btn-black:hover span{
	color: #192020; position: relative; z-index: 1;
}

.arrowBtn {
    color: #000;
    transition: all 0.3s ease-in;
}
.arrowBtn:hover {
    font-weight: 600;
    color: var(--themecolor1);
    letter-spacing: 2px;
}
.positiontop {
    position: relative;
    top: -10px;
}
.z-index1 {
    z-index: 1;
}
body {
    font-family: "Inter", sans-serif
   
}
.slide_1{background: url(../images/slider.jpg);}
.slide_2{background: url(../images/slider_2.jpg);}
.slide_3{background: url(../images/slider_3.jpg);}


/* ========= Header Css =========*/
.my_header {position: fixed;top: 0;left: 0; background: var(--themecolor3); transition: 0.3s cubic-bezier(0.55, 0.17, 0.05, 0.51);height: auto; z-index: 11; }
.header_container {
	padding: 10px 10%;
}
.logo_container{width: 174px; transition: .6s;}
.menu_container{flex: 1;display: flex;justify-content: end;align-items: center;}
.fixed_logo{display: none;}
.menu_container .menu_list{list-style: none;display: flex;margin: 0;padding: 0; align-items: center;}
.menu_container .menu_list li {margin-right: 60px; text-transform: uppercase;}
.menu_container .menu_list li:last-child{ margin-right: 0;}
.menu_container .menu_list li a {
	text-decoration: none;
	color: var(--themecolor2);
	padding: 26px 0px;
	font-size: 16px;
	position: relative;
	font-weight: 600;
}

.menu_container .menu_list li a:after {
    content: "";
    border-bottom: 3px solid var(--themecolor1);
    position: absolute;
    bottom: 6px;
    transition: .6s;
    left: 0;
    width: 0%;
}
.menu_container .menu_list li a.themeBtn:after {
	display: none;
}
.menu_container .menu_list li a:hover:after {
	width: 100%;
}
.fw-400{font-weight: 400;}
.menu_container .menu_list .menu_dropdown li a::before {content: '';position: absolute;width: 0%;height: 2px;
                                                        background-color: var(--themecolor3);bottom: 0px; display: none;
	transition: 0.6s;left: 0;}
    .menu_container .menu_list .menu_dropdown li a::after{display: none;}
    .menu_container .menu_list .menu_dropdown li {margin-right: 0;}
.menu_container .menu_list li a:hover::before{ width: 100%;
	left: 0;}
.my_header .menu_container .menu_list .menu_dropdown li a::before {background-color: var(--themecolor1)}
.menu_container .menu_list li.drop{ fill: var(--themecolor3); }
.menu_container .menu_list li.drop svg {
	height: 12px;
	width: 13px;
	margin-left: 2px;
  fill: var(--themecolor2);;
}
.bdr {
	border-right: 0px solid #f9e0e3;
	padding-right: 9%;
}
.menu-title p {
    margin: auto;
    font-size: 26px;
}

.menu_container .menu_list .menu_dropdown li {
    padding: 5px 20px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: .6s;
    -moz-transition: .6s;
    -ms-transition: .6s;
    -o-transition: .6s;
    transition: .6s;
    position: relative;
}

.menu_container .menu_list .menu_dropdown li:hover {
    background-color: #f8f9fb;
}
.menu_dropdown {
	position: absolute;
	left: 0;
	background-color: var(--themecolor3);
	padding: 0px 0;
	top: 62px;
	box-shadow: 0px 10px 25px 0px rgba(54, 95, 104, 0.1);
	transition: all ease-in-out 0.3s;
	opacity: 0;
	visibility: hidden;
	right: 0;
	transform: scaleY(0);
	transform-origin: top center;
	max-width: 70%;
	margin: auto;
	border-radius: 0px 0px 16px 16px;
}
.fill-w{fill: var(--themecolor3) !important;}
.menu_container .menu_list li.drop:hover .menu_dropdown {background-color: var(--themecolor3);opacity: 1;visibility: visible;transform: scaleY(1);}
.accordion-item {background-color: var(--themecolor3);border: 0px solid rgb(61, 64, 148);}
.services-tab ul li .nav-link {padding: 12px 15px !important;}
.sermenu-icoropdown {width: 12px;height: 18px;font-size: 14px;text-align: center;display: inline-block;cursor: pointer;fill: #777;}
.nav-tabs .nav-link.active {border-color: var(--themecolor1) var(--themecolor1) var(--themecolor3);color: var(--themecolor1) !important;}
.menubox ul li.active a.tabslink {color: #8a8cf4 !important;}
.menu_container .menu_list .menu_dropdown ul li a {
	display: inline-block;
	fill: #000;
	font-size: 16px;
	white-space: nowrap;
	padding: 5px 0px;
	transition: 0.3s; font-weight: 500;
	text-transform: capitalize;
}

.list-style-none{ list-style: none !important;}
/* fixed */
.rounded-16{border-radius: 12px;}
.my_header.fixed .logo_container{ width: 110px;}
.my_header.fixed .menu_container .menu_list li.drop{ fill: #1f1f1f;}
.my_header.fixed #navtoggle span{ background: #1f1f1f;}
svg{ max-height: 30px; max-width: 30px;}
#navtoggle {width: 28px;height: 26px;top: 50%;right: 0;-webkit-transform: rotate(0deg);-moz-transform: rotate(0deg);-o-transform: rotate(0deg);-webkit-transition: .5s ease-in-out;-moz-transition: .5s ease-in-out;-o-transition: .5s ease-in-out;	transition: .5s ease-in-out;cursor: pointer; display: none;}
#navtoggle span { display: block; position: absolute; height: 3px; width: 50%; background: var(--themecolor2); opacity: 1; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg); -webkit-transition: .25s ease-in-out; -moz-transition: .25s ease-in-out; -o-transition: .25s ease-in-out; transition: .25s ease-in-out;}
#navtoggle span:nth-child(even) { left: 50%; border-radius: 0 9px 9px 0;}
#navtoggle span:nth-child(odd) { left:0px; border-radius: 9px 0 0 9px;}
#navtoggle span:nth-child(1), #navtoggle span:nth-child(2) { top: 0px;}
#navtoggle span:nth-child(3), #navtoggle span:nth-child(4) { top: 11px;}
#navtoggle span:nth-child(5), #navtoggle span:nth-child(6) { top: 22px;}
#navtoggle.active span:nth-child(1),#navtoggle.active span:nth-child(6) { -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg);}
#navtoggle.active span:nth-child(2),#navtoggle.active span:nth-child(5) { -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg);}
#navtoggle.active span:nth-child(1) { left: 5px; top: 12px;}
#navtoggle.active span:nth-child(2) {  top: 12px;}
#navtoggle.active span:nth-child(3) { left: -50%; opacity: 0;}
#navtoggle.active span:nth-child(4) { left: 100%; opacity: 0;}
#navtoggle.active span:nth-child(5) { left: 5px; top: 22px;}
#navtoggle.active span:nth-child(6) {  top: 22px;}
.sub_menu {display: none;position: absolute;right: 0;height: 25px;width: 25px;cursor: pointer;}
.sub_menu::after, .sub_menu::before {content: '';position: absolute;background: var(--themecolor3);width: 100%;	height: 2px;
    	top: 50%;	transform: translate(-50%);	transform-origin: 50% 50%;	transition: 0.3s; border-radius: 5px;	left: 50%;}
.sub_menu::before{ transform: translate(-50%) rotate(90deg);}
.sub_menu.active::before{ transform: translate(-50%) rotate(0deg) !important;}
.menu_dropdown .tab-content a,
.menu_dropdown .tab-content h5 {
  -webkit-animation: fadeInScale 0.7s ease-in-out;
  -moz-animation: fadeInScale 0.7s ease-in-out;
  animation: fadeInScale 0.7s ease-in-out;
}
.nav-outer ul li {
margin-right: 0px !important;
}
.nav-outer ul li a.nav-link {
	width: 100%;
	position: relative;
	border: 0px solid;
}
.nav-outer ul li a.nav-link p {
	margin-bottom: 0px;
	line-height: 1;
	font-size: 16px;
	font-weight: bold;
}
.nav-outer ul li a.nav-link.active::after{content: "";
  position: absolute;
  top: 10px;
  right: -10px;
  border-top: 10px solid transparent;
border-bottom: 10px solid transparent;

border-left: 10px solid #3d4094;
  display: block;
  width: 0;
}
.nav-outer ul li a.nav-link:hover:before{content: "";
  position: absolute;
  display: none;
  width: 0;
}
.nav-outer .nav-tabs .nav-link.active {
	border-color: #3d4094 #3d4094 var(--themecolor3);
	color: var(--themecolor3) !important;
	border: 0px solid;
	background: #3d4094;
}
.bor-right{border-right: 1px solid #ccc;}
.menubox {
	margin-bottom: 23px;
}
.menubox ul li a {
	font-size: 12px !important;
	color: #000;
	position: relative;
	display: block;
}
.my_header.fixed .navbar-topbar{background: #021539;}
.menuheadding {
    color: #9b9b9d;
    border-bottom: 2px solid #e3e3e3;
    font-weight: 500;
    padding-bottom: 11px;
    margin-left: 18px;
}
.manbanner .swiper-slide::before{background: rgba(14,17,22, 0.8);
 content: ""; position: absolute;top: 0; bottom: 0; left: 0; right: 0; width: 100%; height: 100%;
}

.slide_content {
	position: absolute;
	top:50%;
	left: 10%;
	transform: translate(0%, -50%);
}
.slide_content p {
	max-width: 900px;
	margin-bottom: 24px;
	line-height: 18px;
}

.tracking-in-expand {
	-webkit-animation: tracking-in-expand 0.9s cubic-bezier(0.415, 0.800, 0.955, 1.000) both;
	        animation: tracking-in-expand 0.9s cubic-bezier(0.415, 0.800, 0.955, 1.000) both;
}

 @-webkit-keyframes tracking-in-expand {
  0% {
    letter-spacing: -0.5em;
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
  }
}
@keyframes tracking-in-expand {
  0% {
    letter-spacing: -0.5em;
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
  }
}


/* ========= Header Css =========*/

/* ============= Banner ============= */

.swiper2-button-next {
	background: url(../images/sliderright.svg) no-repeat center right 0px;
	width: 21px;
	position: absolute;
	height: 14px;
	right: 0;
	top: 71%;
	transform: translateY(-50%);
}
  .swiper2-button-prev{	background: url(../images/sliderleft.svg) no-repeat center left 0px;
    width: 21px;
    position: absolute;
    height: 14px;
    left: 0;
    top: 71%;
    transform: translateY(-50%);
}
.swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal{z-index: -1;}
.arrow:hover::after {
  -webkit-transform: translateX(4px);
  -moz-transform: translateX(4px);
  -ms-transform: translateX(4px);
  -o-transform: translateX(4px);
  transform: translateX(4px);
}
.slidedrop {
	position: absolute;
	 left: inherit !important;
     right: 0;
	background-color: var(--themecolor3);
	border-radius: 0 0 16px 16px;
	z-index: 5;
	box-shadow: 0px 10px 25px 0px rgba(54, 95, 104, 0.1);
	transition: all ease-in-out 0.3s;
	opacity: 0;
	visibility: hidden;
	/* overflow: hidden; */
	transform: scaleY(0);
	transform-origin: top center;
}
.dropdown-menu.slidedrop.show {
	opacity: 1;
	visibility: visible;
	transform: scaleY(1);
}
.max-w{margin: auto; padding: 20px 80px;}

.sectionbg{background: url(../images/Solutionsbg.png) no-repeat center right 0px;}

.swiper-container {
    width: 100%; position: relative; overflow: hidden;
  
}
.banner .swiper-autoheight, .banner .swiper-autoheight .swiper-slide {
	height: 75vh;
}
.swiper-wrapper {
    width: 100%;
    height: 100%;
}


.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0;
    margin-right: 20px;
}
.swiper-pagination-bullet {
	position: relative;
	text-align: left;
	border-radius: 0;
	opacity: 1;     border-radius: 9px;
	margin-right: 3%;
	background-color: transparent;
}
.swiper-pagination-bullet em {
	font-size: 20px;
	line-height: 28px;
	color: var(--themecolor3);
	font-style: normal;
	margin-top: -37px;
	display: block;
	text-transform: uppercase;
	
}
.swiper-pagination-bullet i {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 4px;
	background-color: #707070;
	border-radius: 9px;
}
.swiper-pagination-bullet b {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    width: 0%;	border-radius: 9px;
    height: 4px;
    background-color:var(--themecolor1);
}

.swiper-pagination-bullet-active {
    background-color: transparent;
}
.swiper-pagination-bullet-active b {
    animation-name: countingBar;
    animation-duration: 3s;
    animation-timing-function: ease-in;
    animation-iteration-count: 1;
    animation-direction: alternate;
    animation-fill-mode: forwards;
}
@keyframes countingBar {
    0% {
        width: 0;
   }
    100% {
        width: 100%;left: 0;
   }
}



.swiper-tabslider {
	width: 100%;
	height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block; 
}

.boxshadow{box-shadow: 0 3px 4px rgba(0,0,0, 0.07);}
.sectionbg .swiper-pagination-bullet {
	padding: 2px 10px;
	border-radius: 0;
	width: 100%;
	height: 7px;position: relative;
	text-align: center;
	line-height: 30px;
	font-size: 12px;
	color: #000;
	opacity: 1;

	text-indent: -111;
	margin: 0px !important;
}
.swiper-paginationtab{background: rgba(0,0,0,0.2);}
.swiper-pagination-bullet-active {
	color:var(--themecolor3);
	background: var(--themecolor1);
}
.smallspan{font-size: 22px; font-weight: 200;}
.context{padding-left: 10%;}
.sectionbg .swiper-pagination-bullet-active::after {
	content: "";
	position: absolute;
	top: -11px;
	right: 0;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 10px solid var(--themecolor1);
	display: block;
	width: 10px;
	transform: rotate(-90deg);
	left: 0;
	margin: auto;
}
 .btn-control .btn-circle {
	margin-left: auto;
	position: absolute;
	right: 10%;
	bottom: 94px;
	z-index: 5;
}

.btn-control .btn-circle:hover {
    color: rgb(199 196 196);
 
}
.btn-control .btn-circle:hover .icon{opacity: 0.7;}

.btn-circle:hover .icon {
	transform: translate(10px, -10px);
	-webkit-transform: translate(10px, -10px);
	-moz-transform: translate(6px, -3px);
}


.btn-circle .icon {
	width: 17px;
	height: 17px;
	display: inline-block;
	background-image: url("../images/button-arrow.svg");
   
	background-repeat: no-repeat;
	background-size: 100% auto;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	margin-bottom: 10px;
}

.btn-circle {
	width: 100px;
	height: 100px;
	margin: 0;
	background-color: var(--themecolor1);
	text-align: center;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	border-radius: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-flow: column;
	font-size: 10px;
	white-space: normal;
	color: #fff;
	text-transform: uppercase;
}
.btn-check:focus + .btn, .btn:focus {
	outline: 0;
	box-shadow: 0 0 0 0rem rgba(13,110,253,.25);
}
/* ============= Banner ============= */


/* ============= Footer ============= */
footer {
    background: var(--themecolor5);
}
footer .copyRright {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    text-align: center;
}
 form .form-control {
    border-radius: 0;
    box-shadow: none;
    /*! border: none; */
    border: 1px solid #EBEFF6;
    padding: 6px 0 6px 37px;
    color: var(--themecolor8);
    font-size: 16px;text-transform: uppercase;
    font-weight: 500; height: calc(2.1em + 0.75rem + 9px);
    font-family: var(--font-face1);
    border-radius: 8px;
    background-color: #f3faff;
}
.form-control::placeholder {
    color: var(--themecolor8);
   opacity: 1;
}

 .socialLink {
    margin: 25px 0;
}
.paddingtop-200{padding-top: 200px;}
 .socialLink a {
	background: #27292E;
	width: 44px;
	height: 44px;
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 24px;
	color: var(--themecolor3);
	transition: all 0.3s ease-in;
	margin-right: 5px;
}
 .socialLink a:hover {
    background: var(--themecolor1);
    color: var(--themecolor3);
}

footer .f_link li {
    line-height: 36px; position:relative;
}
footer .f_link li a {
	color: var(--themecolor3);
	font-family: var(--font-face1);
	font-size: 16px;
	font-weight: 500;
	transition: all 0.3s ease-in;
}
footer .f_link li a:hover, .quick-links li a:hover {
    opacity: 0.77;
}
footer h4{font-weight: 600; text-transform: uppercase;}
 .quick-links li {padding-right: 10%;
	display: inline-block;
    color: var(--themecolor8);
}
footer .f_link li a::before {
	content: '';
	position: absolute;
	width: 0;
	height: 2px;
	background-color: var(--themecolor3);
	bottom: 0px;
	transition: 0.6s;
	left: 0;	
}
footer .f_link li a:hover::before {
	width: 97%;
	left: 0;
}

.form-control:focus { 
    border-color: #192020;

}



.quick-links li a{
    color: var(--themecolor2);transition: all 0.3s ease-in;
}
.quick-links li{
    position: relative;
}
.quick-links li::after {
	content: "";
	width: 1px;
	background-color: var(--themecolor3);
	opacity: 0.3;
	position: absolute;
	left: -13px;
	height: 26px;
	top: calc(64% - 15px);
}
.quick-links li:first-child::after{display: none;}

.text272A2E{background: #272A2E;}
.line-h{line-height: 1;}
.iconshow{padding-right: 14px; padding-top: 5px; padding-bottom: 5px;
    border-right: 1px solid #ccc;}
 .form-box {
        margin-top: -200px;
        padding: 50px;
        -webkit-box-shadow: 0px 0px 30px rgba(0,0,0,0.1);
        -moz-box-shadow: 0px 0px 30px rgba(0,0,0,0.1);
        box-shadow: 0px 0px 30px rgba(0,0,0,0.1);
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        border-radius: 10px;
        background-color: #fff;
    }

 
.hoverunderline:hover{ text-decoration: underline; color: inherit;}
.clientSwipera .slick-slide img{width: auto; border-radius: 0;}


/* ============= Footer ============= */

.industries-section {
	height: 100%;
	position: relative;
	padding: 0;
}
.industries-section .swiper-slide::before {
	background: linear-gradient(180deg, rgba(0,0,0,0.6), rgba(0,0,0,0.64));
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}
.industries-section .slide-content {
	bottom: 100px;
	padding: 0 10%;
	position: absolute; text-align: left;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}
.industries-section .slide-content * {
	color: #fff;
}
.slide-content .slide-hidden-content {
	max-height: 0;
	overflow: hidden;
	transition: max-height .5s ease-out .15s;
}
.industries-section .swiper-slide-active .slide-hidden-content, .industries-section .swiper-slide:hover .slide-hidden-content {
	max-height: 500px;
	transition: max-height .5s ease-in;
	padding-bottom: 10px;
}

.industries-section .swiper-slide-active::before {
	background: linear-gradient(180deg, rgba(0,0,0,0.8), rgba(0,0,0,0.8));
}
.slide-title{font-size: 30px; font-weight: bold;}

#background {
    background-position: center;
    background-size: cover;
    min-height: 100vh;
    position: relative;
  }
  
  .background-panel {
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: opacity .75s
  }
  
  .industries .row > * {
	padding-right: calc(var(--bs-gutter-x) * 0);
	padding-left: calc(var(--bs-gutter-x) * 0);
}

 .page-industries-title {
	left: 10%;top: 80px;
	pointer-events: none;
	position: absolute;
	text-align: right; color: #fff;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	z-index: 2;
}

.hover-flip {
    position: relative;
    display: inline-block;
    transition: transform .3s;
    -o-transition: transform .3s;
    -webkit-transition: transform .3s;
}
.hover-flip span {
    display: inline-block;
    transition: .3s;
    -o-transition: .3s;
    -webkit-transition: .3s;
}

.hover-flip:hover span {
    opacity: 0;
    transform: translate3d(0,-1.3rem,0);
}
.f-22{font-size: 22px;}

.h-450{height: 450px;}
.shadow{box-shadow: -15px 0px 15px rgba(0,0,0,0.1);}
.shadownone{box-shadow: 0px 0px 0px rgba(0,0,0,0.1);}
.overflow{overflow: hidden;}
.borderlight{border: 1px solid #EBEFF6;}
.rounded16{border-radius: 16px;}
.rounded8{border-radius: 8px;}



.cardoursolutions {
	top: 50%;
	left: 50%;
	transform: translate(0%,0%);
	width: 31.3%;
	height: 572px;
	background: #0081C6;
	overflow: hidden;
	display: inline-block;
	margin: 14px 10px;
	border-radius: 20px;
}

.cardoursolutions .imgBx,
.cardoursolutions .details {
    width: 100%;
    height: 100%;
    position: absolute;
    box-sizing: border-box;
    transition: .5s;
}
.cardoursolutions .imgBx {
    top: 0;
    left: 0;
}
.cardoursolutions:hover .imgBx {
    top: 0;
    left: -100%;
}

.cardoursolutions .details {
    background: linear-gradient(170deg, rgba(0,129,198,1) 0%, rgba(0,58,116,1) 100%);
    top: 0;
    left: 100%;
    padding: 30px 30px;
}
.cardoursolutions:hover .details {
    top: 0;
    left: 0%;
}
.cardoursolutions .details h2 {
    color: #fff;
    margin: 0;
    padding: 0 0 10px;


}
.cardoursolutions .details p {
    margin: 0px 0 0;
    color: #fff;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
}
.oursolutionsoverlaytext {
	position: absolute;
	top: 50%;
	left: 0;
	text-align: left;
	padding-right: 0;
	right: 0;
	transform: translateY(-50%);
}
imgBx::before {
	content: "";
	background: rgba(255, 255, 255, 0.85);
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	right: 0;
}
ul.ourlist li {
	list-style: none;
	padding-left: 28px;
	position: relative;
	font-size: 18px;
	line-height: 25px;
	margin-bottom: 13px;
}
ul.ourlist li::before {
	content: "";
	background: url('../images/check_circle.svg');
	height: 17px;
	width: 17px;
	display: inline-block;
	position: absolute;
	left: 0;
	top: 3px;
}
.cardoursolutions .imgBx::before {
	position: absolute;
	content: '';
	top: 0;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
	width: 100%;
}

.form-select {
	padding: 14px;
	border-radius: 8px;
	border-color: #ebeff6;
}



.stories {
    padding-bottom: 1.875rem; position: relative;
}


.stories .title {
    text-align: left
}

.stories .content {
    z-index: 10
}

.stories .text {
    text-align: left
}

.stories .wrapper {
    position: relative
}

.stories .wrapper-bgs {
    width: var(--content-width);
    height: 33.75rem;
    background-color: #ebebeb;
    border-radius: 8px;
    border: 1px solid #c8c8c8;
    overflow: hidden;
    position: relative;
    margin-top: 2.5rem;
    z-index: 1
}

.stories .wrapper-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.stories .wrapper-bg img {
    width: 100%;  height: 100%
}

.stories .wrapper-bg.active {
    animation-name: top-cover;
    animation-duration: .6s;
    z-index: 10
}

.stories .card {
    position: absolute;
    left: 4.375rem;
    top: 1.875rem;
    box-sizing: content-box;
    width: 17.813rem;
    height: 27.5rem;
    background-color: #fff;
    box-shadow: 8px 12px 12px 0 rgba(0,0,0,.3);
    border-radius: 4px;
    padding: 1.125rem;
    z-index: 10
}

.stories .card__imgs {
    position: relative;
    width: 17.813rem;
    height: 12.375rem;
    border-radius: 4px 4px 0 0;
    overflow: hidden
}

.stories .card__img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%
}

.stories .card__img img {
    width: 100%
}

.stories .card__img.active {
    animation-name: top-cover;
    animation-duration: .6s;
    z-index: 1
}

.stories .card__title {
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: .375rem;
    text-transform: uppercase;
    color: #333
}

.stories .card__text {
    font-size: 1rem;
    line-height: 1.4;
    color: #666
}

.stories .card__contents {
    position: relative;
    margin-top: 1.25rem;
    height: 13.75rem
}

.stories .card__content {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    transition: all .3s;
    opacity: 0
}

.stories .card__content.active {
    z-index: 1;
    opacity: 1
}

.stories .card__btn {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 7.5rem;
    height: 37px;
    text-align: center;
    line-height: 37px;
    background-color: #0299f4;
    border-radius: 6px;
    color: #fff;
    font-size: 1rem;
    display: block
}

.stories .pages {
	position: absolute;
	right: 0;
	top: 39.875rem;
	width: calc(49vw + 45rem);
	border-left: 1px solid #9f9f9f;
	border-bottom: 1px solid #9f9f9f;
	height: 6.25rem;
	border-bottom-left-radius: 50px;
	z-index: 1;
}

.stories .pages-wrapper {
	width: var(--content-width);
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 8.75rem;
	gap: 3rem;
	margin-left: -8.75rem;
}

.stories .pages .page {
    font-size: 1.375rem;
    font-weight: 500;
    color: #333;
    padding: 0 1.25rem;
    border-radius: 6px;
    line-height: 1.8;
    position: relative;
    cursor: pointer
}

.stories .pages .page:before {
    content: "";
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
    display: block;
    background-color: #fff;
    border: 1px solid #0299f4;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -3.063rem
}

.stories .pages .page:after {
    content: "";
    width: 1.625rem;
    height: 1.625rem;
    background-color: #0299f4;
    position: absolute;
    left: 50%;
    top: -.375rem;
    opacity: 0;
    transform: scaleY(1.5) translateX(-50%) rotate(45deg);
    border-top-left-radius: .25rem;
    z-index: -1
}

.stories .pages .page.active {
    background-color: #0299f4;
    color: #fff
}

.stories .pages .page.active:before {
    background-color: #0299f4
}

.stories .pages .page.active:after {
    opacity: 1
}

.stories .stories__btn {
    display: flex;
    justify-content: center;
    margin-top: 13.125rem
}

