@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');



/* Global */
/*@font-face {
    font-family: 'Gilroy Regular';
    src: url('../fonts/Gilroy-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Gilroy Thin'; 
    src: url('../fonts/Gilroy-Thin.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Gilroy Light'; 
    src: url('../fonts/Gilroy-Light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Gilroy Medium';
    src: url('../fonts/Gilroy-Medium.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Gilroy Bold'; 
    src: url('../fonts/Gilroy-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}*/
html {
	position: relative;
	min-height: 100%;
}
:root {
	--defaultBlue: #0189de;
	--darkBlue: #07243e;
	--bs-white: #ffffff;
	--bs-black: #000;
	--DefaultBlack: #020202;
	--defaultText: #161616;
	--defaultNavy: #42526E;
	--defaultGrey: #B6B6B6;
	--defaultLightGrey: #D1D5DC;
	--defaultDarkGrey: #4A5565;
	--bgcolor: #343434;
	--defaultGreys: #364153;
	--lightwhite: #C7C7C7;
	--bg_greys: #282828;
	--colorLightblack: #B2B2B2;
	--colorLightblack1: #475569;
	--defaultBlueOne:#1A56DB;
	--colorLightWhite:#94A3B8;
	--defaultGreys_one:#101828
}

body {
	color: var(--defaultText);
	font-size: 14px;
	font-family: "Inter", sans-serif;
	font-weight: 300;
	letter-spacing: 0;
	line-height: 1.6;
	background: var(--bs-white);
	max-width: 1600px;
	margin-right: auto;
	margin-left: auto;
	overflow-x: hidden;
}
a{
	color: inherit;
	text-decoration: none !important;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}
b, strong {
    font-weight: 700;
}
a:focus, button:focus {
	outline: none;
}

.delay1 {
	-webkit-animation-delay: 0.5s;
	-moz-animation-delay: 0.5s;
	-o-animation-delay: 0.5s;
	animation-delay: 0.5s;
}
.delay2 {
	-webkit-animation-delay: 1s;
	-moz-animation-delay: 1s;
	-o-animation-delay: 1s;
	animation-delay: 1s;
}
.delay3 {
	-webkit-animation-delay: 1.5s;
	-moz-animation-delay: 1.5s;
	-o-animation-delay: 1.5s;
	animation-delay: 1.5s;
}
.delay4 {
	-webkit-animation-delay: 2s;
	-moz-animation-delay: 2s;
	-o-animation-delay: 2s;
	animation-delay: 2s;
}
.section {
	padding-top: 5rem;
	padding-bottom: 5rem;
	padding-left: 35px;
    padding-right: 35px;
}
.social-section{
	padding-bottom: 0;
}
.bold{
	font-weight: bold !important;
}
.fw-100{
	font-weight: 100 !important;
}
.fw-200{
	font-weight: 200 !important;
}
.fw-300{
	font-weight: 300 !important;
}
.fw-400{
	font-weight: 400 !important;
}
.fw-500{
	font-weight: 500 !important;
}
.fw-600{
	font-weight: 600 !important;
}
.fw-700{
	font-weight: 700 !important;
}
.max-wid-330{
	max-width: 330px;
	margin: 0 auto;
}
.text-justify {
	text-align: justify;
}
.dib{
	display: inline-block;
}
.bg-light {
	background: #f4f6fb;
}
.box-pad-low > div
 {
    padding: 5px;
}
.mb-25{
	margin-bottom: 25px;
}
.p-35{
	padding: 35px;
}
.zindex-3{
	z-index: 3;	
	position: relative;
}
.box-pad-medium > div
 {
    padding: 8px;
}
.titleHead {
	/*font-size: 3rem;
	font-weight: 600;
	line-height: 1.3;*/
}
.text-blue{
	color:  #00CCFF;
}
.text-defaultText{
	color:  #161616;
}
.text-defaultGreys{
	color: #364153;
}
.text-defaultGreys_one{
	color: #101828;
}
.text-colorLightblack{
	color: #B2B2B2;
}
.text-defaultBlue{
	color: #0189DE !important;
}
.text-defaultLightGrey{
	color: #D1D5DC;
}
.text-lightwhite{
	color: #C7C7C7;
}
.bg-lightblueOne{
	background: #DEEAFF;
}
.bg-blueone{
	background :#20A9FA;
}
.text-defaultLightGreyTwo{
	color: #7D7D7D;
}
.title-1 {
	color: var(--bs-black);
	font-size: 40px;
	font-weight: 700;
	margin-bottom: 2rem;
	letter-spacing: 0;
}
.title-1.extra-large {
    font-size: 60px;
    line-height: 70px;
}
.title-2 {
	font-size: 36px;
	font-weight: 500;
	margin-bottom: 1.5rem;
	letter-spacing: 0;
}
.title-3 {
	font-size: 28px;
	font-weight: 300;
	letter-spacing: 1px;
	line-height: 42px;
	margin-top: 0;
	margin-bottom: 30px;
	letter-spacing: 0;
}
.title-4 {
	font-size: 24px;
	font-weight: 300;
	line-height: 32px;
	margin-top: 0;
	margin-bottom: 30px;
	letter-spacing: 0;
}
.title-5 {
	font-size: 20px;
	font-weight: 400;
	line-height: 30px;
	margin-top: 0;
	margin-bottom: 30px;
	letter-spacing: 0;
	
}
.title-6 {
	font-size: 18px;
	font-weight: 400;
	line-height: 24px;
	margin-top: 0;
	margin-bottom: 15px;
	letter-spacing: 0;
}
.title-7 {
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	margin-top: 0;
	margin-bottom: 15px;
	letter-spacing: 0;
}
.font-small{
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	margin-top: 0;
	margin-bottom: 15px;
	letter-spacing: 0;
}
.font-extrasmall{
	font-size: 12px;
	font-weight: 400;
	line-height: 20px;
	margin-top: 0;
	margin-bottom: 15px;
	letter-spacing: 0;
}
.border-r-1{
	border-right: 1px solid #fff;
}
.border-l-2{
	border-left: 3px solid #0189DE;
}
.pad-l-2{
	padding-left : 10px;
}
.three-column .border-f{
	box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 30%);
}
.border-f-box{
	border:  1px solid #283544
}
.border-f{
	border: 1px solid #E5E7EB;
}
.border-f-1{
	border: 1.5px solid #E5E7EB;
}
.border-f-2{
	border: 2px solid #E5E7EB;
}
.border-blue{
	border: 1px solid rgb(1 137 222 / 20%);
}
.rounded-10{
	border-radius: 15px;
}
.rounded-20{
	border-radius: 20px;
}
.rounded-12{
	border-radius: 12px !important;
}
.max-wid{
	max-width: 1170px;
	margin: 0 auto;
}
.max-wid-800{
	max-width: 800px;
	margin: 0 auto;
}
.max-wid-600{
	max-width: 600px;
	margin: 0 auto;
}
.ml-0{
	margin-left: 0;
}
.pr-0{
	padding-right: 0px;
}
.pr-2{
	padding-right: 20px;
}
.pl-4{
	padding-left: 30px;
}
.pl-5{
	padding-left: 40px;
}
.pr-5{
	padding-right: 40px;
}
.btnDefault {
	color: var(--bs-white);
	background: var(--defaultBlue);
	font-size: 16px;
	padding: 5px 4px 5px 20px;
	position: relative;
	overflow: hidden;
	border: none;
	margin-top: 0.5rem;
	font-weight: 500;
	-webkit-transition: 0.5s all ease-in-out;
	-moz-transition: 0.5s all ease-in-out;
	-ms-transition: 0.5s all ease-in-out;
	-o-transition: 0.5s all ease-in-out;
	transition: 0.5s all ease-in-out;
	
	-webkit-border-radius: 99px;
	-moz-border-radius: 99px;
	border-radius: 99px;
}
.btnDefault.btn_one {
	color: #0189DE;
	background: var(--bs-white);
	border: 1px solid #0189DE;
	padding: 5px 20px;
    padding-right: 5px;
}

.btnDefault.btn_two {
	color: var(--bs-black);
	background: var(--bs-white);
	padding: 5px 20px;
    padding-right: 5px;
}
.btnDefault.btn_three {
	color: var(--bs-white);
	background: var(--defaultBlue);
	padding: 5px 20px;
    padding-right: 5px;
}
.btnDefault.btn_four {
	color: #025EFF;
	background: var(--bs-white);
	padding: 5px 20px;
    padding-right: 5px;
}
.btnDefault svg {
	color: var(--bs-white);
	background: #101010;
	padding: 12px;
	width: 40px;
	height: 40px;
	margin-left: 1rem;
	
	-webkit-transition: 0.5s all ease-in-out;
	-moz-transition: 0.5s all ease-in-out;
	-ms-transition: 0.5s all ease-in-out;
	-o-transition: 0.5s all ease-in-out;
	transition: 0.5s all ease-in-out;
	
	-webkit-border-radius: 99px;
	-moz-border-radius: 99px;
	border-radius: 99px;
}
.btnDefault.btn_one svg {
	color: #0189DE;
	background: #D0EDFF;
}
.btnDefault.btn_one.icon svg {
	color: var(--bs-white);
	background: var(--defaultBlue);
}
.btnDefault.btn_two svg {
	color: var(--bs-white);
	background: var(--bs-black);
}
.btnDefault.btn_two.icon svg {
	color: var(--bs-white);
	background: var(--defaultBlue);
}
.btnDefault.btn_three svg {
	color: var(--defaultBlue);
	background: var(--bs-white);
}
.btnDefault.btn_four svg {
	color: var(--bs-white);
	background: #025EFF;
}
.btnDefault:active, 
.btnDefault:hover, 
.btnDefault:focus {
	color: var(--bs-black);
	background: var(--bs-white);
}
.btnDefault.btn_one:active, 
.btnDefault.btn_one:hover, 
.btnDefault.btn_one:focus {
	color: var(--bs-white);
	background: var(--defaultBlue);
}
.btnDefault.btn_two:active, 
.btnDefault.btn_two:hover, 
.btnDefault.btn_two:focus {
	color: var(--bs-white);
	background: var(--defaultBlue);
}
.btnDefault.btn_three:active, 
.btnDefault.btn_three:hover, 
.btnDefault.btn_three:focus {
	color: var(--bs-white);
	background: var(--defaultBlue);
}
.btnDefault.btn_four:active, 
.btnDefault.btn_four:hover, 
.btnDefault.btn_four:focus {
	color: var(--bs-white);
	background: var(--defaultBlue);
}
.btnDefault:active svg, 
.btnDefault:hover svg, 
.btnDefault:focus svg {
	color: var(--bs-white);
	background: var(--bs-black);
}
.btnDefault.btn_one:active svg, 
.btnDefault.btn_one:hover svg, 
.btnDefault.btn_one:focus svg {
	color: var(--bs-white);
	background: var(--bs-black);
}
.btnDefault.btn_two:active svg, 
.btnDefault.btn_two:hover svg, 
.btnDefault.btn_two:focus svg {
	color: var(--bs-white);
	background: var(--bs-black);
}
.btnDefault.btn_four:active svg, 
.btnDefault.btn_four:hover svg, 
.btnDefault.btn_four:focus svg {
	color: var(--bs-white);
	background: var(--bs-black);
}
.btnDefault.btn_three:active svg, 
.btnDefault.btn_three:hover svg, 
.btnDefault.btn_three:focus svg {
	color: var(--bs-white);
	background: var(--bs-black);
}
.btnDefault.active {
	background: var(--defaultBlue);
}
.btnDefault.active svg {
	color: var(--bs-white);
	background: var(--bs-black);
}
.btnOutlined, .btnOutlined:hover {
	color: #fff;
	font-size: 16px;
	background: transparent;
	padding: 14px 24px;
	border: 1px solid #fff;
	margin-bottom: 12px;
}

/*custom scrollbar*/
.accordion .accordion-item .accordion-collapse .accordion-body .accoBody::-webkit-scrollbar {
  width: 10px;
}

/* Track */
.accordion .accordion-item .accordion-collapse .accordion-body .accoBody::-webkit-scrollbar-track {
  background: #555555;
  border-radius: 10px;
}
 
/* Handle */
.accordion .accordion-item .accordion-collapse .accordion-body .accoBody::-webkit-scrollbar-thumb {
  background:  var(--defaultBlue);
  border-radius: 10px;
}

/* Handle on hover */
.accordion .accordion-item .accordion-collapse .accordion-body .accoBody::-webkit-scrollbar-thumb:hover {
  background: var(--defaultBlue);
; 
}


/* home */
.tab-pane {
    transform: translateY(20px);
    transition: transform 0.4s ease;
}

.tab-pane.active {
    transform: translateY(0);
}
.vid-overlay:before{
	content: '';
    position: absolute;
    background: rgb(0 0 0 / 41%);
    border-radius: 5px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.video-btn{
	bottom: 210px;
    right: 0;
    left: 0;
    max-width: 193px;
    margin: 0 auto;
}
.customerSec img {
    border-radius: 30px;
}
.sky_logo {
	max-width: 151px;
}
.font-space{
	line-height:37px;
}
.font-space-1{
	line-height:29px;
}
.font-space-2{
	line-height:32px;
}
.max-wid-950{
	max-width: 950px;
}
.max-wid-1050{
	max-width: 1050px;
    margin: 0 auto;
    margin-bottom: 30px;
}
.max-wid-1100{
	max-width: 1100px;
    margin: 0 auto;
    margin-bottom: 30px;
}
.max-wid-1200{
	max-width: 1200px;
    margin: 0 auto;
    margin-bottom: 10px;
}
.navbar {
	padding: 0;
	position: sticky;
	z-index: 100;
	top: 0;
	background: #fff;
	
	-webkit-box-shadow: 0 .125rem .25rem rgba(0,0,0,.075);
	-moz-box-shadow: 0 .125rem .25rem rgba(0,0,0,.075);
	box-shadow: 0 .125rem .25rem rgba(0,0,0,.075);
	
	-webkit-transition: padding 0.2s ease;
	-moz-transition: padding 0.2s ease;
	-o-transition: padding 0.2s ease;
	transition: padding 0.2s ease;
}
.navbar-brand {
	background: var(--bs-white);
}
.navbar-nav .nav-item.homeLink span {
	display: none;
}
.navbar-nav .nav-item .dropdown-toggle::after {
	display: none;
}
.navbar-nav .nav-item .dropdown-toggle svg {
	width: 18px;
	height: 18px;
}
.navbar-nav .nav-link {
	color: #000;
	font-weight: 500;
	font-size: 14px;
	cursor: pointer;
	padding: .5rem 1rem .325rem 1rem;
	letter-spacing: 0;
}
.navbar-nav .active>.nav-link, .navbar-nav .nav-link.active, .navbar-nav .nav-link.show, .navbar-nav .show>.nav-link, 
.navbar-nav .nav-link:hover {
	color: var(--defaultBlue);
}
.dropdown-item.active, .dropdown-item:active {
	color: inherit;
	background: transparent;
}
.navbar-nav .nav-link .fa {
	font-size: 18px;
}
.navbar-nav .nav-link.btnDefault {
	color: var(--bs-white);
	padding: 3px 3px 3px 20px;
	margin: 0 0 0 0.5rem;
	font-weight: 700;
}
.navbar-toggler {
	margin-top: 12px;
	border: 1px solid var(--bs-white);
	border: none;
	float: right;
	
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.navbar-toggler:focus {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.navbar-toggler .navbar-toggler-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,0,0)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
.navbar-nav .dropdown-menu {
	background: rgba(var(--bs-light-rgb));
	border: none;
	padding: 1rem;
	
	-webkit-box-shadow: 0px 8px 8px -2px rgba(0,0,0,.05);
	-moz-box-shadow: 0px 8px 8px -2px rgba(0,0,0,.05);
	box-shadow: 0px 6px 8px 0px rgba(0,0,0,.05);
	
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.navbar-nav .dropdown-menu li a {
	display: block;
	padding: 0.25rem 0;
}
.navbar-nav .dropdown-menu li.active a {
	color: var(--defaultBlue);
}
.navbar-nav .dropdown-menu li a:hover {
	color: var(--defaultBlue);
}
.offcanvas.offcanvas-end {
	width: 320px;
}
.bg-grade {
    background: linear-gradient(261deg, rgba(1, 51, 71, 1) 0%, rgba(0, 0, 0, 1) 26%);
}
.bg-gradeone{
	background: radial-gradient(circle,rgba(22, 41, 71, 1) 0%, rgba(0, 0, 0, 1) 100%);
}
.bg-gradetwo{
	background: linear-gradient(88deg,rgba(0, 0, 0, 1) 0%, rgba(1, 42, 71, 1) 94%);
}
.bg-gradetwo .col-xl-8 img {
	position: absolute;
    bottom: -60px;
    left: 0;
}
.bg-gradetwo .col-xl-8{
	    z-index: 9;
}
.bg-gradetwo .col-xl-4 {
	    position: absolute;
    right: 0;
    width: auto;
    z-index: 0;
}
.bg-grade .col-xl-8 img {
	position: absolute;
    bottom: -60px;
    left: 0;
}
.border-r-image:before {
    content: "";
    background: url("../img/line-border.svg") center center no-repeat;
    background-position: right;
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    right: -40px;
    top: -25%;
    width: 100px;
    height: 100%;
}
.home_tab .tab-btn {
    cursor: pointer;
    transition: 0.3s;
	    padding: 15px 8px;
}

.home_tab .tab-btn.active {
        background: #0189DE !important;
    color: #fff;
}
.home_tab .tab-btn.active img{
	filter: brightness(0) invert(1);
}


/* ============ mega menu ============ */
.navbar .megamenu {
	padding: 3rem 1rem 1rem 1rem;
}

/* ============ desktop view ============ */
@media all and (min-width: 1200px) {
	.navbar .has-megamenu {
		position: static !important;
	}
	.navbar .megamenu {
		left: 0;
		right: 0;
		width: 100%;
		margin-top: 0;
	}
}
/* ============ mobile view ============ */
@media (max-width: 1200px) {
	.navbar.fixed-top .navbar-collapse, .navbar.sticky-top .navbar-collapse {
		overflow-y: auto;
		max-height: 90vh;
		margin-top: 10px;
	}
	.bg-gradetwo .col-xl-4 {
	    position: relative;
    right: 0;
    width: auto;
    z-index: 0;
}
}
/* ============ mega menu end ============ */
.navbar .megamenu .col-megamenu {
	padding-bottom: 2.5rem;
}
.navbar .megamenu .col-megamenu h6 a {
	display: flex;
	align-items: center;
	gap: 0.5rem;
}
.navbar .megamenu .col-megamenu h6 a:hover {
	color: var(--defaultBlue);
}
.navbar .megamenu .col-megamenu h6 a img {
	height: 24px;
}
.navbar .megamenu .col-megamenu .list-unstyled {
	padding-left: 2rem;
}
.navbar .megamenu.shortMenu {
	width: auto;
	left: auto;
	right: auto;
	padding: 1.5rem 3rem 1.5rem 1.25rem;
	
	-webkit-border-radius: 0 0 0.5rem 0.5rem;
	-moz-border-radius: 0 0 0.5rem 0.5rem;
	border-radius: 0 0 0.5rem 0.5rem;
}
.navbar .megamenu.shortMenu .col-megamenu {
	padding-bottom: 0;
}
.navbar .megamenu.shortMenu .col-megamenu .list-unstyled {
	padding: 0;
}
.navbar .megamenu.shortMenu .col-megamenu .list-unstyled li a {
	padding: 0.25rem 0;
}

/* navbar */
@media only screen and (max-width: 1199.98px) {
	.navbar .megamenu {
		font-size: 13px;
		letter-spacing: 0.2px;
		line-height: 1.5;
		padding: 1rem 0rem 0rem 0rem;
		margin-left: 0.75rem;
	}
	.navbar-nav .nav-link {
		padding: .5rem 0rem;
		margin-left: 0.75rem;
		border-bottom: 1px dashed #eee;
	}
	.navbar-nav .nav-item .dropdown-toggle svg {
		float: right;
	}
}



.bannerSecion {
	background: #000;
	min-height: 600px;
}
.bannerSecion .carousel-indicators {
	bottom: 3rem;
	z-index: 0;
}
.bannerSecion .carousel-indicators button {
	color: var(--bs-white);	
	text-indent: inherit;
	padding: 4px;
	width: auto;
	height: auto;
	border: 2px solid transparent;
	opacity: 1;
	margin-right: 1px;
	margin-left: 1px;
	
	
	-webkit-border-radius: 99px;
	-moz-border-radius: 99px;
	border-radius: 99px;
	
	-webkit-transition: .5s all ease-in-out;
	-moz-transition: .5s all ease-in-out;
	-ms-transition: .5s all ease-in-out;
	-o-transition: .5s all ease-in-out;
	transition: .5s all ease-in-out;
}
.bannerSecion .carousel-indicators button.active {
	background: var(--defaultBlue);
	
	-webkit-transition: .5s all ease-in-out;
	-moz-transition: .5s all ease-in-out;
	-ms-transition: .5s all ease-in-out;
	-o-transition: .5s all ease-in-out;
	transition: .5s all ease-in-out;
}
.bannerSecion .carousel-inner .carousel-item:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	box-shadow: inset 0 0px 0.325rem rgba(0,0,0,0.09);
}
.bannerSecion .carousel-inner .carousel-item > img {
	width: 100%;
}
.bannerSecion .carousel-inner .carousel-item .carousel-caption {
	left: 7%;
	right: 7%;
	top: 0.5rem;
	bottom: 0;
	margin: auto;
}
.bannerSecion .carousel-inner .carousel-item .carousel-caption .block-2 .title-1 {
	font-size: 51px;
	font-weight: 600;
	line-height: 1.3;
}
.bannerSecion .carousel-inner .carousel-item .carousel-caption .block-2 h4 {
	
}

.innerBannerBlock {
	position: relative;
	text-align: center;
	min-height: 400px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-shadow: 0 1px 4px rgba(0,0,0,0.2);
	padding-top: 2rem;
	padding-bottom: 2rem;
}
.innerBannerBlock::before{
	/* content: ''; */
	background: rgba(0,0,0,0.7);
	background: rgba(3, 41, 79, 0.7);
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.innerBannerBlock .title-1 {
	color: var(--bs-white);
	font-size: 52px;
	letter-spacing: 2px;
	
}
.innerBannerBlock h4 {
	color: var(--bs-white);
	font-size: 20px;
	line-height: 28px;
	letter-spacing: .5px;
}
.topicBandSec {
	color: var(--bs-white);
	background: var(--darkBlue);
}
.topicBandSec .pointSec {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
}
.topicBandSec .pointSec .pointCon {
	text-align: center;
	border-right: 1px solid #fff;
	font-size: 15px;
	font-weight: 500;
	flex: 1 1 auto !important;
}
.topicBandSec .pointSec .pointCon:nth-last-child(1) {
	border-right: 1px solid transparent;
}
.faqSecHome .accordion .accordion-item .accordion-header p{
	font-size: 20px;
    font-weight: 600;
}
.faqSecHome .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
	color: #000;
	background: none;
	font-size: 18px;
	font-weight: 400;
}
.faqSecHome .accordion .accordion-item .accordion-collapse{
	background: none;
}

.accordion .accordion-item .accordion-header .text-end p {
    font-size: 20px;
    font-weight: 600;
    right: 0;
    position: relative;
}

.accordion .accordion-item {
	border-bottom: none;
}
.accordion .accordion-item .accordion-header .collapsed p{
	font-size: 20px;
	font-weight: 600;

}
.accordion .accordion-item .accordion-header .collapsed .text-end p{
	font-size: 16px;
	font-weight: 600;
	right: 0px;
}
.accordion .accordion-item .accordion-header .text-end p{
	font-size: 30px;
	font-weight: 400;
	right: 0;
    position: relative;
}
.accordion .accordion-item .accordion-header p{
	font-size: 24px;
	font-weight: 400;
}
.accordion .accordion-item .accordion-body p{
	font-size: 16px;
	font-weight: 400;
}
.text-ellipse{
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
}
.read-more-content{
	display: none;
}
.read-more{
	display: block;
}
.accordion .accordion-item .accordion-header .accordion-button::after {
	display: none;
}
.accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
	color: var(--bs-white);
	background: var(--defaultText);
	font-size: 24px;
	font-weight: 600;
	line-height: 36px;
	padding-top: 2rem;
	padding-bottom: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.accordion .accordion-item .accordion-header .accordion-button.collapsed {
	background: var(--bs-white);
	font-size: 20px;
	font-weight: 600;
	line-height: 36px;
	padding-top: 2rem;
}
.faqSecHome .accordion .accordion-item .accordion-header .accordion-button.collapsed {
	padding-bottom: 2rem;
	padding-left: 0;
	padding-right: 0;
}
.faqSecHome .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed){
	padding-left: 0;
	padding-right: 0;
}
.faqSecHome .accordion-flush .accordion-item {
    border-bottom: 1px solid #000;
}
.faqSecHome .accordion .accordion-item .accordion-collapse .accordion-body {
    padding-left: 0;
}
.faqSecHome .accordion .accordion-item .accordion-button.collapsed .fa{
	transform: rotate(0deg);
}
.faqSecHome .accordion .accordion-item .fa{
	transform: rotate(180deg);
    width: auto;
	top: 8px;
    position: relative;
}

.accordion .accordion-item .accordion-collapse {
	background: var(--defaultText);
}
.accordion .accordion-item .accordion-collapse .accordion-body {
	border-top: 0;
	padding-bottom: 30px;
}
.accordion .accordion-item .accordion-collapse .accordion-body .accoBody {
	height: 100px;
	overflow: auto;
	padding-right: 16px;
}

.provenSec {
	color: var(--bs-white);
	background: var(--bs-black);
}
.provenSec .customerSec {
	background: var(--defaultText);
	padding: 2rem;
	-webkit-border-radius: 2rem;
	-moz-border-radius: 2rem;
	border-radius: 2rem;
}
.provenSec .customerSec .nav {
	margin-top: 6rem;
	padding-right: 2rem;
}
.provenSec .customerSec .nav .nav-link {
	color: var(--bs-white);
	background: var(--defaultText);
	border: 1px solid var(--bs-white);
	margin-bottom: 12px;
	border-radius: 100px;
    padding: 1px 7px;
    font-size: 13px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
}
.provenSec .customerSec .nav .nav-link.active {
	color: var(--defaultText);
	background: var(--bs-white);
}
.partnerSkyBridgeSec {
	background: #015285;
    padding-top: 5rem;
    padding-bottom: 5rem;
    box-shadow: inset 0px 0px 24px 12px #000;
}
.partnerSkyBridgeSec .partnerSkyBridgeInnerSec {
	background: #000;
	padding: 3rem;
	-webkit-box-shadow: 0px 0px 24px 12px #000;
	-moz-box-shadow: 0px 0px 24px 12px #000;
	box-shadow: 0px 0px 24px 12px #000;
}
.partnerSkyBridgeSec .partnerCarouselBlock  svg{
	width: 16px;
}
.partnerSkyBridgeSec .partnerCarouselBlock {
	background: #3b3b3b;
}
.partnerSkyBridgeSec .partnerCarouselBlock .carousel-caption {
	position: relative;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 1.25rem 2.5rem 3rem 2.5rem;
}
.partnerSkyBridgeSec .partnerCarouselBlock .carousel-indicators {
	margin-right: 2.25rem;
	margin-left: 2.25rem;
}
.partnerSkyBridgeSec .partnerCarouselBlock .carousel-indicators [data-bs-target].active{
		background-color: #00CCFF;
}
.partnerSkyBridgeSec .partnerCarouselBlock .carousel-indicators [data-bs-target]{
		opacity: 1;
}
.partnerSkyBridgeSec .partnerCarouselBlock .carousel-indicators [data-bs-target] {
	width: 100%;
}
.partnerCarouselBlock img {
    max-width: 190px;
}
.faqSecHome .nav .nav-link.active
 {
    color: var(--bs-white);
    background: var(--bs-black);
    border: 1px solid var(--bs-black);
    margin-bottom: 12px;
    width: 40px;
    height: 40px;
    -webkit-border-radius: 99px;
    -moz-border-radius: 99px;
    border-radius: 99px;
}
.faqSecHome .nav .nav-link
 {
    color: var(--bs-black);
    background: var(--bs-white);
    border: 1px solid var(--bs-black);
    margin-bottom: 12px;
    width: 40px;
    height: 40px;
    -webkit-border-radius: 99px;
    -moz-border-radius: 99px;
    border-radius: 99px;
}
.awardBlock .owl-carousel .owl-item img{
	box-shadow: 20px 0px 40px 40px #000000;
    border-radius: 15px 0px 0px 15px;
}
 .owl-carousel .owl-item .awardBlock img
 {
  width: auto;
    max-height: 360px;
    box-shadow: 0px 0px 20px 10px #4f4d4c;
    border-radius: 30px;
    float: right;
}

.awardBlock {
	color: var(--defaultText);
	background: #fce7dc;
	background: url("../img/bg-dual.png") #fce7dc top left no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	height: 100%;
	margin: 1.5rem 0.5rem;
	box-shadow: 0 0 24px -5px rgba(0, 0, 0, 0.2);
	overflow: hidden;
	-webkit-border-radius: 24px;
	-moz-border-radius: 24px;
	    border-radius: 30px;
}
.awardBlock .awardBlockCon {
	padding: 4rem 0 2rem 6rem;
}
.awardBlock .awardBlockCon .title-5{
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}
.certiBlock {
	background: var(--bs-white);
	background-image: linear-gradient(163deg, #fff 50%, rgba(0, 0, 0, 0.02) 42%);
	text-align: center;
	padding: 0rem 0.5rem 1rem 0.5rem;
	height: 100%;
	margin: 1.5rem 0.5rem;
	box-shadow: 0 0 24px -5px rgba(0, 0, 0, 0.2);
	
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
.certiBlock .certiBlockImg {
	height: 100px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 2rem;
	padding: 1.5rem 0.75rem 0.75rem 0.75rem;
}
.certiBlock .certiBlockImg img {
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 100%;
	margin: auto;
}
.certiBlock .certiBlockCon h5 {
	height: 28px;
	font-weight: 500;
	margin-bottom: 1rem;
}
.certiBlock .certiBlockCon p {
	height: 70px;
	overflow: hidden;
	display: -webkit-box;

	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-ms-box-orient: vertical;
	box-orient: vertical;

	-webkit-line-clamp: 3;
	line-clamp: 3;
}
.testimonialSection {
	position: relative;
	overflow: hidden;
}
.testimonialSection .happyClientsSayingSec .item {
    margin: 12px 0px;
    padding: 1.75rem 2.5rem;
}
.testimonialSection #happyClientsSaying3 .owl-carousel .owl-item{
	flex-wrap: wrap;
    display: flex;
}
.testimonialSection .item {
	background: #fff;
	padding: 1.75rem 2rem;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	 border-radius: 30px;
}
.testiDet {
	position: relative;
	z-index: 1;
	text-align: center;
	margin-bottom: .5rem;
	display: flex;
	align-items: center;
	justify-content: start;
	gap: 1.5rem;
}
.testiDet .testiPic {
	margin-bottom: 1rem;
}
.testiDet .testiPic img {
	max-width: 48px;
    margin-top: 15px;
	display: inline-block;
	-webkit-border-radius: 99px;
	-moz-border-radius: 99px;
	border-radius: 99px;
}
.testiDet .testiName {
	text-align: right;
	padding-right: 15px;
}
.testiDet p {
	color: #969696;
}
.testiDet .title-5 {
	margin-bottom: 6px;
}
.testiName .fa {
	color: #ef7420;
	font-size: 18px;
}
.bg-core{
	background-image: linear-gradient(to right, #013347, #1a2538, #1d1925, #160e14, #000000);
}
.home_box > div{
	margin-bottom: 20px;
	flex-wrap: wrap;
    display: flex;
}
.btn_case {
    background: #666666;
    text-align: center;
    padding: 10px 10px;
    border-radius: 50px;
    max-width: 180px;
    margin: 0 auto;
    margin-bottom: 20px;
}



/* owl carousel */
.owl-carousel .owl-controls .owl-nav .owl-prev, 
.owl-carousel .owl-controls .owl-nav .owl-next {
	color: transparent;
	width: 30px;
	height: 30px;
	position: absolute;
	top: 50%;
	bottom: 0;
}
.owl-carousel .owl-controls .owl-nav .owl-prev {
	background: url("../img/chevron-left.svg") center center no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	    left: 0;
}
.owl-carousel .owl-controls .owl-nav .owl-next {
	background: url("../img/chevron-right.svg") center center no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	right: 0;
}
.bg-black .testimonialSection .owl-carousel .owl-controls .owl-nav .owl-prev {
	background: url("../img/chevron-left-white.svg") center center no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
}
.bg-black .testimonialSection .owl-carousel .owl-controls .owl-nav .owl-next {
	background: url("../img/chevron-right-white.svg") center center no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	right: 0;
}
.text-left{
	text-align: left;
}
.owl-carousel .owl-controls .owl-nav .owl-next:before, 
.owl-carousel .owl-controls .owl-nav .owl-prev:before {
	content: '';
	background: url("../img/chevron-left.svg") var(--bs-white) center center no-repeat;
	-webkit-background-size: 60% 35%;
	background-size: 60% 35%;
	width: 30px;
	height: 30px;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto 0;
	border: 1px solid rgba(0,0,0,0.1);
	-webkit-border-radius: 99px;
	-moz-border-radius: 99px;
	border-radius: 99px;
}
.owl-carousel .owl-controls .owl-nav .owl-next:before {
	content: '';
	background: url("../img/chevron-right.svg") var(--bs-white) center center no-repeat;
	-webkit-background-size: 60% 35%;
	background-size: 60% 35%;
}
.bg-black .testimonialSection .owl-carousel .owl-controls .owl-nav .owl-next:before, 
.bg-black .testimonialSection .owl-carousel .owl-controls .owl-nav .owl-prev:before {
	content: '';
	background: url("../img/chevron-left-white.svg") rgb(0,0,0,1) center center no-repeat;
	-webkit-background-size: 60% 35%;
	background-size: 60% 35%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto 0;
	border: 1px solid #fff;
	-webkit-border-radius: 99px;
	-moz-border-radius: 99px;
	border-radius: 99px;
}
.bg-black .testimonialSection .owl-carousel .owl-controls .owl-nav .owl-next:before {
	content: '';
	background: url("../img/chevron-right-white.svg") rgb(0,0,0,1) center center no-repeat;
	-webkit-background-size: 60% 35%;
	background-size: 60% 35%;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	background: #0189dd;
}
.owl-theme .owl-dots .owl-dot.active span {
	width: 14px;
	height: 14px;
	position: relative;
	top: 2px;
}
.social-section .text-end img {
    border-radius: 10px;
    margin-bottom: 30px;
}
.social-section .color_navy{
	color: #42526E;
}
.social-section .color_navyDark{
	color: #172B4D;
}
.color_navyDark{
	color: #172B4D;
}
.mail_section img {
    border-radius: 10px;
	max-width: 650px;
	z-index: 1;
    position: relative;
}
.mail_section img.dotted-l-b{
	    border-radius: 0;
    position: absolute;
    left: 0;
    bottom: 0;
	z-index: 0;
}
.mail_section img.dotted-r-t{
	 border-radius: 0;
    position: absolute;
     top: -40px;
    right: -10px;
    z-index: 0;
}
.addDet {
	padding-left: 2.5rem;
	margin-bottom: 2rem;
}
.addDet img {
	margin-left: -2.8rem;
    margin-right: 0.5rem;
    max-width: 30px;
}

.formHome {
	background: #f5f5f5;
	padding: 2rem 3.25rem;
    margin-left: 0rem;
	-webkit-border-radius: 4rem;
	-moz-border-radius: 4rem;
	border-radius: 0 0 5rem 0;
	z-index: 1;
	position: relative;
}
/*.font-mona-bold{
		font-family: "Mona Sans", sans-serif;
		font-weight: 700;
	}
	.font-gilroy-bold{
		font-family: 'Gilroy Bold';
		font-weight: 700;
	}
	.font-gilroy-medium{
		font-family: 'Gilroy Regular';
		font-weight: 400;
	}
	.font-gilroy-light{
		font-family: 'Gilroy Light';
		font-weight: 300;
	}*/


/* about us */
.bannerSection-color{
	background-image: linear-gradient(to right bottom, #0b3d89, #123373, #142a5e, #132149, #111936, #14142b, #140e20, #100617, #100411, #0d020a, #080104, #000000);
}
.text-navy{
	color: var(--defaultNavy); 
	font-family: "Mona Sans", sans-serif;
}
.bg-light{
	background: #F4F7FC;
}
.bg-light .title-1{
	  color: var(--bg_greys);
}
.bg-light .accordion .accordion-item .accordion-header .accordion-button.collapsed{
	background: none;
}
.bg-light .accordion .accordion-item{
	background: none;
}
#leader-pills-tabContent{
position: relative;	
}
.bottom-shade{
	    right: 0;
    position: absolute;
}
.box-sec{
	background: #111111;
	border-radius: 20px;
    padding: 10px 20px;
	color: white;
}
.box-sec p{
	color: #A7A7A7;
}
.MissionSec{
	background: #000;
}
.MissionSec .box-sec p{
	color: white;
	font-size: 18px;
}
.MissionSec .box-sec{
	background: #1C1C1C;
	padding: 50px 60px;
}
.MissionSec .box-sec .title-1{
	color: white;
}
.Quality_policy img{
	max-width: 430px;
    height: auto;
    width: 100%;
}
.QualitySec p{
	font-size: 16px;
}
.globalSec p.title-4 {
	font-size: 26px;
}

.text-white .title-1{
	color: white;
}
.bg-black .testimonialSection .item{
	color: white;
	background: #1C1C1C;
}
.happyClientsSayingSec .owl-stage .testiPic img {
	max-width: 40px;
}
.customer_icon img{
		max-width: 20px;
	}
	
	.customer_icon .item{
		position: relative;
	}
	.customer_icon img.quote_2{
	    position: absolute;
    bottom: 30px;
    right: 30px;
	}
.happyClientsSayingSec .owl-stage{
	display: flex;
    flex-wrap: wrap;
}
.happyClientsSayingSec .owl-carousel .owl-item{
	display: flex;
    flex-direction: column;
}

.happyClientsSayingSec .testiText .title-5{
	 color: #000;
}
.bg-black .happyClientsSayingSec .testiText .title-5{
	 color: white;
}

.bg-black .happyClientsSayingSec .title-4.title-tag{
	margin-bottom: 10px;
}
.text-grey{
	color: var(--defaultGrey);
}
.nav.leaders-pills-tab .nav-item button.nav-link img {
    width: auto;
    max-width: 257px;
	display: block;
}
.nav.leaders-pills-tab .nav-item button.nav-link img.active, .nav.leaders-pills-tab .nav-item button.nav-link.active img {
    display: block;
}
.nav.leaders-pills-tab .nav-item button.nav-link{
	display: flex;
    flex-direction: column;
	color: #1E1E1E;
}
.nav.leaders-pills-tab .nav-item button.nav-link.active {
    color: #1E1E1E;
}
.leaders_Tabs .tab-pane.active{
	background: #0074BC;
}
.leaders-pills-tab{
	padding-left: 90px;
    padding-right: 90px;
}
.nav.leaders-pills-tab .nav-item button.nav-link.active .arrow-down:before{
	content: "";
	width: 0;
    height: 0;
    border-left: 60px solid transparent;
    border-right: 60px solid transparent;
    border-top: 40px solid #007bff;
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
	}

/*ai develop page */
.impact_btn{
	    background: rgb(1 137 222 / 20%);
    color: #0189de;
    border-radius: 50px;
    padding: 10px 25px;
}
.impact_btn:hover{
	 background:#fff;
    color: #0189de;
}
.text-darkGrey{
	color: var(--defaultDarkGrey);
}
.bg-lightBlue{
	background: #F2F9FF;
}
.bg_none{
	background: none !important;
}
.bg-lightBlueOne{
	background: #F3F7FF
}
.text-defaultBlack{
	color: var(--defaultBlack);
}
.bgcolor{
	background: var(--bgcolor);
}
.bgcolor_one{
	background: #2b2b2b;
}
.max-wid-900{
	max-width: 900px;
	margin: 0 auto;
}
.zerospace{
	letter-spacing: 0;
}
.text-defaultGreys{
	color: var(--defaultGreys);
}
.boxWhiteShade .bg-white {
    padding: 25px;
    border-radius: 15px;
}
.boxWhiteShade.spaceNone .bg-white img {
    margin-bottom: 0;
}
.boxWhiteShade .bg-white {
    box-shadow: 0px 6px 18px -14px #000;
}
.boxWhiteShade .col-12, .bgBoxShadowGrey .col-12 {
    flex-wrap: wrap;
    display: flex;
	margin-bottom: 20px;
}
.boxWhiteShade .bg-white img {
    margin-bottom: 15px;
}
.bgBoxShadowGrey .bgColor {
    padding: 30px;
    border-radius: 15px;
    border: 1px solid #222222;
    background: #111111;
}
.bgBoxShadowGrey .bgColor img
 {
    margin-bottom: 15px;
}
.bgBoxShadowGrey .bgcolor_one {
    padding: 30px;
    border-radius: 15px;
    border: 1px solid #222222;
}
.bgBoxShadowGrey .bgcolor_one img
 {
    margin-bottom: 15px;
}
.AI_Delivery{
	background-image: url("../img/ai/bg_grade.png");
    height: auto;
    width: 100%;
    background-position: center;
    background-size: cover;
    background-color: #000;
}
.AI_box {
    background: #162030;
    border-radius: 10px;
    border: 1px solid rgb(44 44 44 / 64%);
	padding: 40px 50px;
	    width: 100%;
}
.textGradient{
	 background: linear-gradient(to right, #0189DE, #AD46FF);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
.AI_Delivery_boxed > div{
	margin-bottom: 20px;
	    flex-wrap: wrap;
    display: flex;
}
.bg_Blue.bg_Image {
	background-image: url("../img/ai/bg-image.png");
	 background-repeat: no-repeat;
    height: auto;
    width: 100%;
    background-position: right;
    background-size: contain;
	    border-radius: 20px;
    background-color: #025EFF;
}
.bg_Blue.bg_Image {
	background-image: url("../img/bg-image.png");
	 background-repeat: no-repeat;
    height: auto;
    width: 100%;
    background-position: right;
    background-size: contain;
	    border-radius: 20px;
    background-color: #025EFF;
}
.bg_Blue.bg_Image.no-image{
	background-image:  none;
}
.bg_Blue.bg_Image p{
	color: #E4E7EC;
}
.max-w-750{
	max-width: 750px;
}
.pad-50{
	padding: 50px;
}
.pad-40{
	padding: 40px;
}
.AI_BlockImg img{
	border-radius: 20px;
}
.content-box {
    border: 1px solid #A9A9A9;
    width: auto;
    border-radius: 40px;
    padding: 10px 25px;
	margin-top: 30px;
}
.AIBlock .sub{
	top: 18px;
    margin-left: 25px;
	font-size: 14px;
    color: #7A7A7A;
    padding: 0px 5px;
}
#AI_power_slider.owl-theme .owl-dots .owl-dot.active span{
	width: 38px;
    height: 11px;
	top: 1px
}
.AI_Develop_Tabs .nav .nav-item button.nav-link {
    color: #364153;
    font-size: 20px;
    line-height: 20px;
    font-weight: 500;
    padding: .5rem 0;
    display: flex;
    align-items: center;
    gap: .5rem;
}
#AI-pills-tab img {
    max-width: 16px;
}
#AI-pills-tab{
	justify-content: space-between;
    border: 1px solid #E2E2E2;
    border-radius: 12px;
	padding: 8px 10px;
	align-items: center;
	background: #fff;
}

.nav#AI-pills-tab .nav-item button.nav-link.active {
    color: #fff;
    background: #0189DE;
    padding: 13px;
}
.AI_Develop_Tabs .nav .nav-item button.nav-link:hover {
    color: #0189DE;
}
.AI_Develop_Tabs .nav .nav-item button.nav-link.active:hover {
    color: #fff;
}
.nav#AI-pills-tab .nav-item button.nav-link img.active, .nav#AI-pills-tab .nav-item button.nav-link.active img {
    display: block;
	    filter: invert(1);
}

.timeline-container {
    position: relative;
    margin: 0 auto;
}
.timeline-container .content .header{
	color: #CECECE;
	 display: flex;
	 gap: 10px;
	 align-items: center;
}
.timeline-container .left .content .header {
    justify-content: flex-end;
}
.timeline-container .right.content .header {
    justify-content: flex-start;
}
.timeline-container .content .header .number{
	color: #BEDBFF;
}

.timeline-container .content p{
	color: #B5B5B5;
}

.timeline-container::before {
    content: '';
    position: absolute;
    width: 2px;
    background-color: #444;
    top: 0;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.timeline-container .timeline-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 40px;
    position: relative;
}

.timeline-container .content {
    background: #111;
    border: 1px solid #222;
    border-radius: 12px;
    padding: 25px;
    width: 100%;
    max-width: 536px;
}

.timeline-container .icon-circle {
    width: 100px;
    height: 100px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ul_image ul{
	 list-style-image: url('../img/ai/ul_arrow.svg');
	 padding-left: 20px;
    padding-right: 20px;
}
.ul_image ul li{
	  margin-bottom: 12px;
}

/* Positioning Logic */
.timeline-container .timeline-item.left { flex-direction: row; }
.timeline-container .timeline-item.right { flex-direction: row-reverse; }

.timeline-container .left .content { text-align: right; }
.timeline-container .right .content { text-align: left; }

/* Responsive for Mobile */
@media (max-width: 1024px) {
    .timeline-container::before { left: 30px; }
    .timeline-container .timeline-item { flex-direction: row-reverse !important; justify-content: flex-end; }
    .timeline-container .icon-circle { left: 30px; }
    .timeline-container .content { width: 80%; margin-left: 60px; text-align: left !important; }
}


/* ai consulting service page css */
.four_box .col-12 {
    display: flex;
    flex-wrap: wrap;
}

.four_box .col-12 div {
   width: 100%;
   border-radius: 16px;
}
.four_box > div {
    margin-bottom: 20px;
}
.AI_Delivery.pos-top{
	    margin-top: -200px;
		padding-top: 100px;
}
.bg-grade{
   background: radial-gradient(circle,rgba(0, 44, 121, 1) 0%, rgba(0, 0, 0, 1) 47%);
}


/* sugar crm page css */
.crm-bannerSection-color{
	background-image: url("../img/sugar_crm/crm-banner.svg");
    height: auto;
    width: 100%;
    background-position: center;
    background-size: cover;
}
.certified-badge {
  background-color: #007bff; 
  border-radius: 16px; 
  border: 6px solid #0189DE;
  padding: 25px; 
  width: 200px; 
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.08);  
  position: relative;
  top: -70px;
  left: -75px;
}
.certified-badge-2 {
  background-color: #0189DE; 
  border-radius: 16px; 
  border: 4px solid #20A9FA;
  padding: 25px; 
  width: 200px; 
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.08);  
  position: relative;
  top: -70px;
  left: -75px;
}
.certified-badge-3 {
  background-color: #0189DE; 
  border-radius: 16px; 
  padding: 15px; 
  width: 144px; 
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.08);  
   left: 0px;
    bottom: 0;
    right: 11px;
    margin-left: auto;
    position: absolute;
}
.certified-badge-2.border-none, .certified-badge-3.border-none {
  border: none;
}
.bg_blue#AI-pills-tab{
	    background: #031C30;
    box-shadow: 10px 10px 7px -10px #000;
	    border: none;
}
.bg_greys#AI-pills-tab{
	background : var(--bg_greys);
	border: none;
	padding: 8px 10px;
}
.nav.bg_greys#AI-pills-tab .nav-item button.nav-link img, .nav.bg_greys#AI-pills-tab .nav-item button.nav-link.active img{
	filter: invert(0);
}
.AI_Develop_Tabs .nav.bg_greys .nav-item button.nav-link{
	color: var(--lightwhite);
}
.nav.bg_blue#AI-pills-tab .nav-item button.nav-link img, .nav.bg_blue#AI-pills-tab .nav-item button.nav-link.active img{
	filter: invert(1);
}
.AI_Develop_Tabs .nav.bg_blue .nav-item button.nav-link{
	color: var(--lightwhite);
}
.crm-bannerSection-color img{
	border-radius: 15px;
}
.boxed_icons {
	    margin-top: 7rem !important;
}
.max-w-20{
	max-width: 20px;
}
        .boxed_icons .panel-left {
           background: linear-gradient(to bottom right, rgb(255 201 201), #fff);
		   border: 1px solid #FFC9C9;
			border-radius: 15px;
			    padding: 60px 30px;
				    position: relative;
					    padding-top: 90px;
        }
        .boxed_icons .panel-right { 
			background: linear-gradient(to bottom right, rgb(1 137 222 / 31%), rgb(239 246 255 / 31%));
			border: 1px solid rgb(1 137 222 / 31%);
			border-radius: 15px;
			    padding: 60px 30px; 
				position: relative;
				    padding-top: 90px;
			}
        .boxed_icons .icon-container {
         display: flex;
    justify-content: center;
    align-items: center;
	    position: absolute;
    top: -70px;
    right: 0;
    left: 0;
        }
        .boxed_icons .icon {
            width: 130px;
            height: 130px;
        }
		.boxed_icons p{
			color: var(--defaultGreys);
		}
#sugar_crm_product{
	background: linear-gradient(147deg,rgba(0, 220, 255, 1) 0%, rgba(14, 85, 255, 1) 50%, rgba(0, 218, 255, 1) 100%);
	    padding: 30px;
	border-radius: 15px;
}
.boxGradient {
    border: 1px solid #82b7ff;
        padding: 25px 20px;
    border-radius: 15px;
    background: rgb(255 255 255 / 13%);
}
.bottom-space .col-12{
	margin-bottom: 20px;
}
.btnTag{
	    background: white;
    color: #0189DE;
	    padding: 13px 30px;
    border-radius: 30px;
	    display: flex;
    justify-content: center;
}
.btnTag span{
    color: #0189DE;
	padding-left: 10px;
}
#sugar_crm_product.owl-carousel .owl-item img{
	    width: auto;
}



/*salesforce page css*/
.boxShadow img{
	    box-shadow: -8px 10px 20px -9px rgb(0 0 0 / 55%);
		border-radius: 15px;
}
.font-italic{
	font-style: italic;
}
.vertical_tabs .tab-pane{
	background: #E1F6FF;
	padding: 30px;
	border-radius: 10px;
}
.vertical_tabs .bgBox_one .tab-pane{
background: #F2F9FF;
}
.three-column .row > div{
	    flex-wrap: wrap;
        display: flex;
}
.bg_image_creative{
	background: url("../img/salesforce/bg_image_creative.jpg") bottom center no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}
.check_ul ul li{
	list-style-image: url('../img/checkmark.svg');
	 padding-left: 20px;
    padding-right: 20px;
}
.check_ul ul li{
	  margin-bottom: 25px;
}

.curve_section .services-container {
    position: relative;
    padding: 20px;
    max-width: 400px;
}

/* The Curved Line */
.curve_section .services-container::before {
    content: '';
    position: absolute;
    left: -40%;
    top: 10px;
    bottom: 80px;
    width: 200px;
    border-right: 4px solid #333;
    border-radius: 40% 150% 150% 90%;
    z-index: 0;
}

.curve_section .service-item {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
    position: relative;
    z-index: 1;
}

.curve_section .icon-wrapper {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
}

.curve_section .content {
    margin-left: 30px;
}

.curve_section .content h3 {
    margin: 0;
}

.curve_section .content p {
    margin: 5px 0 0;
}
.curve_section .service-item.curve_one {
    position: relative;
    left: -60px;
}
.curve_section .service-item.curve_four {
    position: relative;
    left: -60px;
}



/*tableau page css*/
.table_2 .accordion .accordion-item .accordion-header p {
    font-size: 24px;
    font-weight: 400;
}
.table_2 .accordion .accordion-item .accordion-collapse{
	    background: none;
}
.table_2 .accordion .accordion-item .accordion-collapse, .table_2 .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed), .table_2 .accordion .accordion-item .accordion-header .accordion-button.collapsed {
    background: #122038;
    background-color: #122038;
	border-radius: 0;
	padding-left: 0;
}
.table_2 .accordion .accordion-item .accordion-collapse .accordion-body{
	padding-top: 10px;
	 padding: 0;
}
.table_2 .accordion .accordion-item .accordion-button.collapsed h2{
	color: #fff;
}
.table_2 .accordion .accordion-item .accordion-button h2{
	color: #0189DE;
}
.table_2 .accordion .accordion-item .accordion-header .accordion-button.collapsed{
	border-bottom: 1px solid #fff;
}
.table_2.accordion-flush .accordion-item:last-child .accordion-header .accordion-button.collapsed{
		border-bottom: 0;
}
.table_2.accordion .accordion-item .accordion-collapse .accordion-body{
	border-bottom: 1px solid #fff;
}
.table_2 .accordion .accordion-item .accordion-collapse .accordion-body .accoBody{
	height: auto;
    overflow: auto;
	border-bottom: 1px solid #fff;
}
.bg-darkBlue{
	background: #122038;
	border-radius: 10px;
}
.tableau-banner{
	background: radial-gradient(circle,rgba(255, 255, 255, 1) 0%, rgba(0, 174, 239, 0.42) 100%);
}
.wave_img{
	position: absolute;
	bottom: 0;
}
.tableau-banner .container-fluid{
	  padding-bottom: 120px;
	      z-index: 9;
    position: relative;
}


/*sharepoint page */
.sharepoint-bannerSection-color{
	background-image: url("../img/sharepoint/banner-bg-sharepoint.png");
    height: auto;
    width: 100%;
    background-position: center;
    background-size: cover;
}

.customerSec.share_point .nav {
	margin-top: 0rem;
	padding-right: 2rem;
}
.customerSec.share_point .nav .nav-link {
	color: #666666;
	border: 1px solid #666666;
	margin-bottom: 8px;
	border-radius: 100px;
    padding: 1px 7px;
    font-size: 13px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
}
.customerSec.share_point .nav .nav-link.active {
	color: white;
	border: 1px solid var(--defaultBlue);
	background: var(--defaultBlue);
}
.bg-color1 {
	background: #FFFBEB !important;
	box-shadow: 0px 6px 18px -14px #000;
	border: 2px solid #fff;
}
.bg-color2 {
	background: #EEF2FF !important;
	box-shadow: 0px 6px 18px -14px #000;
	border: 2px solid #fff;
}
.bg-color3 {
	background: #EEF2FF !important;
	box-shadow: 0px 6px 18px -14px #000;
	border: 2px solid #fff;
}
.bg-color4 {
	background: #F0FDFA !important;
	box-shadow: 0px 6px 18px -14px #000;
	border: 2px solid #fff;
}
.bg-color5 {
	background: #FFF1F2 !important;
	box-shadow: 0px 6px 18px -14px #000;
	border: 2px solid #fff;
}
.bg-color6 {
	background: #FAF5FF !important;
	box-shadow: 0px 6px 18px -14px #000;
	border: 2px solid #fff;
}
.w-265{
	width: 265px;
}

/*power bi page */
.Power_bi_bg_gradient .bg-opacity{
	margin: 0;
	    padding: 15px;
}
.power_bi_BG{
	background: #051D36;
background: radial-gradient(circle,rgba(5, 29, 54, 1) 0%, rgba(5, 13, 29, 1) 85%);
}
.bg-blue-black{
	background: #162947;
	background: radial-gradient(circle,rgba(22, 41, 71, 1) 0%, rgba(0, 0, 0, 1) 100%);
}
.bg-image {
    background: rgb(18 33 57 / 62%);
    min-height: 210px;
    display: flex;
    align-items: center;
    justify-content: center;
	border: 1px solid #323e51;
}
	.power_bi_box .grid-container {
              display: grid;
    grid-template-columns: repeat(2, 1fr);
    border: 1px solid #4D5E7B;
    overflow: hidden;
    background: rgba(30, 41, 59, 0.2);
    border-radius: 20px;
}
.power_bi_box .grid-container .grid-item {
    padding: 40px;
    border: 0.5px solid #4D5E7B;
}

        .power_bi_box .category {
            display: inline-block;
            background-color: #1e293b;
            padding: 4px 12px;
            border-radius: 4px;
            font-size: 12px;
            font-weight: 600;
            margin-bottom: 16px;
        }
		.flexwrap{
			display: flex;
			 flex-wrap: wrap;
		}
.img_size#AI-pills-tab img {
    max-width: 20px;
}

/*php development service page */
.php-bannerSection-color{
	background-image: url("../img/php/php-develop-banner.png");
    height: auto;
    width: 100%;
    background-position: center;
    background-size: cover;
}
.flex-wrap > div {
	flex-wrap: wrap;
    display: flex;
}

/*dotnet page */
.dot_net_banner{
	background-image: url("../img/dotnet/dot_net_banner_bg.png");
    height: auto;
    width: 100%;
    background-position: center;
    background-size: cover;
}

/*ios page */
.ios-bannerSection-color{
	background-image: url("../img/ios/ios-banner-bg.png");
    height: auto;
    width: 100%;
    background-position: center;
    background-size: cover;
}
.ios_li .check_ul_tick ul li{
    padding-left: 10px;	
	margin-bottom:20px;

}
.ios_li .check_ul_tick ul li > div{
	position: relative;
    top: -5px;
}
.android_banner_section{
	background-image: url("../img/android/android_page_bg.png");
    height: auto;
    width: 100%;
    background-position: center;
    background-size: cover;
}

.border-line-grey .col-12 {
	position: relative;
	margin-bottom: 50px;
    padding: 0px 30px;
}

.border-line-grey .border-pad:after {
    content: "";
    position: absolute;
    border-right: 1px solid #EFEFEF;
    height: 100%;
    display: flex;
    right: 0;
    top: 0;
}
.pos-line{
	position: relative;
}
.pos-line .border-pad:after {
    right: -30px;
    top: 0;
}






/*hybrid development service page */
.hybrid-bannerSection-color{
	background-image: url("../img/hybrid-development/hybrid-banner.png");
    height: auto;
    width: 100%;
    background-position: center;
    background-size: cover;
}
.bg-hybrid-img{
	background-image: url("../img/hybrid-development/abstract-smooth-gradient.png");
    height: auto;
    width: 100%;
    background-position: bottom;
    background-size: cover;
}
.bg-hybrid-img-bottom{
	background-image: url("../img/hybrid-development/abstract-smooth-gradient-bottom.png");
    height: auto;
    width: 100%;
    background-position: top;
    background-size: cover;
	    margin-top: -10px;
}


    .service-card{
      position:relative;
      overflow:hidden;
      min-height:340px;
      border-radius:6px;
      cursor:pointer;
    }

    .service-card img{
      width:100%;
      height:100%;
      object-fit:cover;
      display:block;
      transition:transform .5s ease;
    }

    .service-card:hover img{
      transform:scale(1.08);
    }


    .service-card .content{
      position:absolute;
      left:20px;
      right:20px;
      bottom:20px;
      z-index:2;
    }


    @media (max-width: 992px){
      .services-grid{
        grid-template-columns:repeat(2, 1fr);
      }
    }

    @media (max-width: 600px){
      .services-grid{
        grid-template-columns:1fr;
      }

      .service-card{
        min-height:300px;
      }

      .service-card .content h3{
        font-size:24px;
      }
    }
	
/*cloud page css*/
.cloud-bannerSection-color{
	background-image: url("../img/cloud/cloud_bg.svg");
    height: auto;
    width: 100%;
    background-position: center;
    background-size: cover;
}
.gap-7{
	gap: 70px;
}
ul.pad-13{
	padding-left: 13px;
}
ul li.orange::marker{
	color:#FF9900;
}
ul li.blue::marker{
	color:#0078D4;
}
.flex-height{
	    flex-wrap: wrap;
    display: flex;
}
.btnTag.one{
	background:none;
    color: white;
	    padding: 8px 10px;
    border-radius: 30px;
	    display: flex;
    justify-content: center;
    max-width: 120px;
	border: 2px solid #fff;
}
.btnTag.one span{
    color: white;
	font-weight: 500;
}
.btnTag.two{
	     background: rgb(1 137 222 / 20%);
    color: #0189DE;
	    padding: 13px 10px;
    border-radius: 30px;
	    display: flex;
    justify-content: center;
	    margin: 0 auto;
    width: 162px;
    margin-bottom: 30px;
}
.btnTag.two span{
    color: #0189DE;
	font-weight: 500;
}
.bg-transparent-blue{
	    background: rgb(32 169 250 / 50%);
}
.bg-transparent-white{
	    background: rgb(255 255 255 / 40%);
}
.cloud_box .panel-left{
	box-shadow: 2px 4px 10px 0px rgb(0 0 0 / 16%);
    background: linear-gradient(31deg, rgba(255, 247, 237, 1) 0%, rgba(255, 247, 237, 0.36) 50%);
    border-radius: 30px;
    padding: 30px;
    border: 1px solid #FFD6A8;
}
.cloud_box .panel-right{
	box-shadow: 2px 4px 10px 0px rgb(0 0 0 / 16%);
    background: radial-gradient(circle,rgba(255, 255, 255, 0.71) 0%, rgba(1, 137, 222, 0.32) 100%);
    border-radius: 30px;
    padding: 30px;
    border: 1px solid #0189DE;
}
.cloud_service .box-shadow{
	    box-shadow: 0px 4px 40px -20px #000;
    border-radius: 48px 16px 48px 16px;
	    padding: 30px 50px;
}
.split-2{
	column-count: 2;
}
.cloud_service ul li{
	list-style-image: url('../img/cloud/clock-li.png');
	padding: 20px 10px;
	position: relative;
	padding-right: 40px;
    top: 20px;
}
.cloud_service ul li span {
    position: relative;
    top: -30px;
}
.cloud_service ul li::marker{
	position: relative;
	top: 0px;
}
.box_bg_blue{
	background: #1E2939;
	border: 1px solid rgb(67 82 112);
    padding: 20px;
}
.box_bg_blueOne{
	background: #1E2939;
	border: 1px solid rgb(67 82 112);
    padding: 20px;
	border-radius: 15px;
}
.box_bg_blueTwo{
	background: #172131;
	border: 1px solid rgb(67 82 112);
    padding: 30px;
	border-radius: 15px;
}
.box_bg_blue p{
	color :#99A1AF !important;
}
.box_bg_blue p:last-child{
	color :#6A7282;
}
.box_bg_blue img{
	position: relative;
    left: -14px;
}
.box_bg_blue img.count {
    position: absolute;
    top: 0;
    right: 0;
	left: auto;
}
.no-space .box_bg_blue.odd{
	    border-radius: 40px 8px 40px 8px;
}
.no-space .box_bg_blue.even{
		border-radius: 8px 40px 8px 40px;
		margin-top: 0px;
}
.box_bg_blue.oddeven{
	 border-radius: 32px 32px 32px 32px !important;
}
.box_bg_blue.odd{
	    border-radius: 32px 32px 32px 8px;
		overflow: hidden;
}
.box_bg_blue.even{
	    border-radius: 8px 32px 8px 32px;
		margin-top: 50px;
		overflow: hidden;
}
.box_bg_blue.one{
	    border-radius: 16px 48px 15px 48px;
		margin-top: 50px;
}
.box_bg_blue.two{
	    border-radius: 48px 16px 48px 16px;
}
.box_bg_blue.three{
	    border-radius: 16px 48px 15px 48px; 
		margin-top: 50px;
}
.yellow_light{
	background: rgb(255 153 0 / 4%);
    border-radius: 16px;
    padding: 10px 20px;
	box-shadow: 0px 4px 20px -16px #000;
}
.blue_light{
	background: rgb(66 133 244 / 10%);
    border-radius: 16px;
    padding: 10px 20px;
	box-shadow: 0px 4px 20px -16px #000;
}
.boxblackshade .blackshade{
	 box-shadow: 0px 4px 25px -18px #000;
	padding: 30px 5px; 
}
.boxblackshade .blackshade.one{
	 border-radius: 48px 16px 48px 16px;
}
.boxblackshade .blackshade.two{
	 border-radius: 16px 48px 16px 48px;
	 margin-top: 40px;
	justify-content: center;
	margin-right: initial;
	    position: relative;
    left: 15px;
}
.boxblackshade .blackshade.three{
	 border-radius: 48px 16px 48px 16px; 
	 margin-top: 40px;
}
.col-xl-2.w-16 {
	width: 18.66666667%;
}




/*mysql service page css*/

.mysql-bannerSection-color{
	background-image: url("../img/mysql/Original_BG_One.svg");
    height: auto;
    width: 100%;
    background-position: center;
    background-size: cover;
}
.three-column > div {
    flex-wrap: wrap;
    display: flex;
}
.spacing-0 .p-5{
	padding: 0 !important;
}
.mysql-slider .owl-stage, .owl-carousel.mysql-slider.owl-drag .owl-item, .owl-carousel.mysql-slider.owl-drag .owl-item .item{
	    display: flex;
    flex-wrap: wrap;
}
.boxShadow_one{
		box-shadow: 0px 2px 6px -1px rgba(0,0,0,0.4);
}
.boxShadow_two {
    box-shadow: 0px 2px 16px -10px rgba(0, 0, 0, 0.4);
}


.mysql-slider .owl-stage-outer{
	 clip-path: inset( -100vw -100vw -100vw 0 );
}


/*sitecore page */
.sitecore-bannerSection-color{
	background-image: url("../img/sitecore/sitecore-bg.png");
    height: auto;
    width: 100%;
    background-position: center;
    background-size: cover;
}
.d-img{
	background-image: url("../img/sitecore/d-img.png");
    height: auto;
    width: 100%;
    background-position: bottom;
    background-size: cover;
}
.check_ul_tick_site ul li{
	list-style-image: url('../img/sitecore/site_tick.svg');
	 padding-left: 20px;
    padding-right: 20px;
}
.check_ul_tick_site ul li::marker{
	position: relative;
	top: 0px;
}
.check_ul_tick_site ul li{
	  margin-bottom: 20px;
}
 .check_ul_tick_site ul li div{
	position: relative;
    top: -12px;
}
.transGrad{
	background: rgb(0 0 0 / 70%);
    padding: 12px;
    padding-left: 30px;
    left: 0;
    right: 0;
    bottom: 0;
    min-height: 85px;
    display: flex;
    align-items: center;
}
   .service-card .content.transGrad{
      position:absolute;
      left: 0;
    right: 0;
    bottom: 0;
      z-index:2;
    }

/*sitecore banner*/
.text-defaultBlueOne{
	color: #1A56DB;
}
.badge{
    padding:5px 18px;
    border:1px solid rgb(26 86 219 / 10%);
    border-radius:30px;
    background:#d9e4ff;
}
.text-colorLightblack1{
	color: #475569;
}

.text-colorLightWhite{
	color: #94A3B8;
}
.sitecore_box{
	background: #F4F7FA;
}
/* Stats */
.sitecoreSection{
	background: #E7EEFF;
}
.stats{
    background:#fff;
    border-radius:18px;
    overflow:hidden;
    box-shadow:0 12px 30px rgba(0,0,0,.08);
    margin-bottom:25px;
}

.stat{
    flex:1;
    padding:13px;
    text-align:center;
    border-right:1px solid #ececec;
}

.stat:last-child{
    border-right:none;
}

/* Cards */
.sitecoreSection .card{
    gap: 12px;
    display: flex;
    flex-direction: row;
    background:#fff;
    border-radius:20px;
    padding:15px;
    box-shadow:0 10px 25px rgba(0,0,0,.08);
    margin-bottom:15px;
    position:relative;
	border: none;
}

.sitecoreSection .label{
    padding:6px 14px;
    border-radius:20px;
	height: 100%;
}

.sitecoreSection .blue{
    color:#2568e8;
    background:#eef4ff;
}

.sitecoreSection .green{
    color:#15a35c;
    background:#e7fff2;
}


/*java development page*/
.java-bannerSection-color{
	background-image: url("../img/java_development/java-bg.svg");
    height: auto;
    width: 100%;
    background-position: center;
    background-size: cover;
}
.boxWhiteShade .bg-white.no-shadow{
	box-shadow: none;
}
.rounded-33{
	border-radius: 33px !important;
}
        .card { background-color: #111827; border: 1px solid #1f2937; border-radius: 12px; }
        .accent-blue { color: #38bdf8; }
        .accent-green { color: #10b981; }
        .bar { background: linear-gradient(to top, #1e40af, #3b82f6); border-radius: 4px; }
        .bar-highlight { background: linear-gradient(to top, #0ea5e9, #38bdf8); }
		

/*enagage page css*/
.banner_product_color{
		 background: linear-gradient(to right, #000, #2d0000);
	}
.check_ul_tick ul li{
	list-style-image: url('../img/engage/checkmark.svg');
	 padding-left: 20px;
    padding-right: 20px;
}
.check_ul_tick ul li::marker{
	position: relative;
	top: 0px;
}
.check_ul_tick ul li{
	  margin-bottom: 20px;
}
.engage_banner_section{
	background-image: url("../img/engage/engage_banner_bg.png");
    height: auto;
    width: 100%;
    background-position: center;
    background-size: cover;
}
.bg-text{
	    padding: 20px;
    background: rgb(255 255 255 / 50%);
    border-radius: 10px;
}
.certified-badge-2.badge-right {
      left: 0;
    top: -160px;
    right: 0;
    margin-left: auto;
}
.certified-badge-2.badge-left {
	left: 35px;
    top: -160px;
    right: 0;
}

/*wordpress page css*/
.bg_gradient{
	background: linear-gradient(90deg, rgba(26, 13, 62, 1) 0%, rgba(30, 58, 138, 1) 50%, rgba(10, 10, 26, 1) 100%);
    padding: 50px 25px;
}

.banner_wordpress_color{
	background-image: url("../img/wordpress/wordpress-banner-bg.png");
    height: auto;
    width: 100%;
    background-position: center;
    background-size: cover;
}
.wordpress_li .check_ul_tick ul li{
    padding-left: 10px;	
	margin-bottom: 0px;

}
.wordpress_li .check_ul_tick ul li > div{
	position: relative;
    top: -5px;
}
.letspace_0{
	letter-spacing: -0.31px;
}
.wordpress_projects{
	background: #1A0D3E;
background: linear-gradient(0deg,rgba(26, 13, 62, 1) 0%, rgba(30, 58, 138, 1) 50%, rgba(10, 10, 26, 1) 100%);
}
.wordpress_projects img{
	position: relative;
    top: 10px;
}
.wordpress_projects p{
	color: #99A1AF
}
.bg-opacity{
	 background: rgb(229 229 229 / 4%);
    padding: 15px 30px;
    border-radius: 15px;
    border: 1px solid rgb(149 149 149 / 30%);
}
.bg-contact{
	background: #1A0D3E;
background: linear-gradient(180deg,rgba(26, 13, 62, 1) 0%, rgba(30, 58, 138, 1) 50%, rgba(0, 0, 0, 1) 100%);
}
.bg-contact .bg-darkgrey{
	background: #2B2B2B;
	    border-radius: 15px;
}

.bg-contact .formHome{
	border-radius: 10px;
	background: none;
	    padding: 25px 15px;
}
.worpdress-email {
    padding: 0px 20px;
}
.worpdress-email p{
	    border-bottom: 1px solid #fff;
    padding-bottom: 15px;
}
.bg-contact .form-control{
	    background: #555555;
    color: #fff;
    border: 1px solid #9d9d9d;
    border-radius: 10px;
}
.bg-contact .form-control::placeholder{
	color: #fff;
}
.bg-contact .addDet img {
    margin-left: -2rem;
    margin-right: 0.5rem;
}
.bg-contact .addDet {
    padding-left: 2rem;
}

/* chat css */
.chat_icon {
	color: #fff;
	background: #2691a9;
	background-image: linear-gradient(to left, #5295ff , #2d33c6);
	position: fixed;
	right: 1.5rem;
	bottom: 1.5rem;
	width: 60px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 99px;
	z-index: 1;
	cursor: pointer;
	text-shadow: 0px 2px 6px rgba(0,0,0,0.4);
	/*display: none !important;*/
}
.chat_icon .fa {
	font-size: 32px;
}
.formHeader {
	color: #fff;
	background-image: linear-gradient(to left, #5295ff , #2d33c6);
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1;
}
.formHeader .formHeaderTop {
	padding-left: 1rem;
	display: flex;
	align-items: center;
}
.formHeader .formHeaderTop img {
	max-height: 48px;
	margin: 0.75rem 0;
	padding: 0.125rem;
	border: 2px solid #ffffff;
	
	-webkit-border-radius: 99px;
	-moz-border-radius: 99px;
	border-radius: 99px;
}
.formHeader .formHeaderTop .closeBlock {
	position: absolute;
	top: 0.5rem;
	right: 0.75rem;
	opacity: 0.7;
	cursor: pointer;
}
.formHeader .formHeaderTop .closeBlock:hover {
	opacity: 1;
}
.formHeader .headerText {
	background: url("../img/chat-bg.png") bottom center no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	height: 60px;
	padding-left: 1rem;
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	padding-top: 8px;
}
.formHeader p {
	margin-bottom: 0;
}
.chat_box {
	position: fixed;
	right: 20px;
	bottom: 100px;
	width: 400px;
	background: #dedede;
	z-index: 1000;
	transition: all 0.3s ease-in-out;
	box-shadow: 0px 2px 6px -1px rgba(0,0,0,0.4);
}
.chat_box .conv-form-wrapper form {
	padding: 20px;
}
div.conv-form-wrapper div#messages div.message.to {
	background: var(--bs-white);
}
.hidden {
	display: none !important;
}
.conv-form-wrapper {
	display: none;
}
.conv-form-wrapper textarea {
	height: 30px;
	overflow: hidden;
	resize: none;
}
#messages {
	padding: 20px;
}
#success {
	position: absolute;
	bottom: 0;
	background: #000;
	width: 100%;
	color: #fff;
	z-index: 3;
	transition: all 0.3s ease-in-out;
}
.responseBlock {
	background: #000;
	font-size: 0.905rem;
	padding: 1rem 1.25rem;
}
div.conv-form-wrapper div.options {
	white-space: normal;
	position: relative;
}
div.conv-form-wrapper div.wrapper-messages {
	margin-bottom: 0 !important;
}
.leaders .border-1{
	border: 1px solid  #D4D4D4; 
	border-radius: 20px;
	padding: 20px;
}
.spacing {
    padding: 0px 40px;
}
.max-img-80{
	max-width: 80px;
}
.QualitySec .Quality_policy{
	padding-bottom: 0px;
}
.QualitySec .Quality_policy p{
	max-width: 546px;
}
.MissionSec .Mission_Vision .mission{
	padding: 50px 20px;
}
.MissionSec .Mission_Vision{
	display: flex;
    flex-wrap: wrap;
}
.MissionSec .Mission_Vision > div{
	display: flex;
    flex-direction: column;
}
.MissionSec .Mission_Vision .box-sec{
	height: 100%;
}
.TrustSec_Box{
	display: flex;
    flex-wrap: wrap;
}
.TrustSec_Box > div{
	display: flex;
	flex-direction: column;
}
.TrustSec_Box > div {
    margin-bottom: 20px;
}
.TrustSec_Box .box-sec{
	height: 100%;
}
.happyClientsSayingSec.owl-carousel .owl-controls .owl-nav .owl-next:before, .happyClientsSayingSec.owl-carousel .owl-controls .owl-nav .owl-prev:before{
	width: 55px;
    height: 55px;
}
.happyClientsSayingSec.owl-carousel .owl-controls .owl-nav .owl-next:before, .happyClientsSayingSec.owl-carousel .owl-controls .owl-nav .owl-prev:before{
	width: 55px;
    height: 55px;
}
.happyClientsSayingSec.owl-carousel .owl-controls .owl-nav .owl-prev {
    left: -70px;
}
#happyClientsSaying3.owl-carousel .owl-item{
	    display: flex;
    flex-wrap: wrap;
}
#happyClientsSaying3.owl-carousel .owl-controls .owl-nav .owl-prev {
    left: -120px;
}
#happyClientsSayingSec3.owl-carousel .owl-controls .owl-nav .owl-prev {
    right: 72px;
}
.happyClientsSayingSec.owl-carousel .owl-controls .owl-nav .owl-next {
    right: -60px;
}
.leaders img{
	max-width: 243px;
	margin-bottom: 15px;
}



/* chat css end */
footer.footer-3.no-border{
	border: none;
}
footer.footer-3 {
	font-size: 13px;
	color: rgba(255, 255, 255, 0.5);
	line-height: 36px;
	background: #000000;
	/*border-top: 4px solid var(--defaultBlue);*/
	padding-top: 1.25rem;
	padding-bottom: 1.25rem;
}
footer.footer-3 .footer-logo {
	margin-top: 1.5rem;
}
footer.footer-3 .footer-logo .img-fluid{
	max-width: 233px;
}
footer.footer-3 h2 {
	color: var(--bs-white);
	font-size: 16px;
	text-transform: uppercase;
	font-weight: bold;
	margin-top: 2rem;
	margin-bottom: 1rem;
	margin-bottom: 20px;
}
footer.footer-3 ul {
	list-style: none;
	padding-left: 0;
	margin-bottom: 2rem;
	margin-left: 0;
	
}
footer.footer-3 ul li a {
	display: inline-block;
}
footer.footer-3 ul li a:hover {
	color: #fff;
	text-decoration: none;
}
footer.footer-3 .social ul {
	list-style: none;
	text-align: left;
}
footer.footer-3 .social ul li {
	display: inline-block;
	margin-right: 0.325rem;
}
footer.footer-3 .social ul li a {
	font-size: 14px;
	background: rgba(255, 255, 255, 0.5);
	border-radius: 99px;
	width: 30px;
	height: 30px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}
footer.footer-3 .social ul li a .fa {
	color: var(--bs-black);
	font-size: 18px;
}
footer.footer-3 .social ul li a:hover {
	background: #ffffff;
}
footer.footer-3 svg {
	margin-right: 0.5rem;
	width: 18px;
	height: 18px;
}
footer.footer-3 .copyBlock {
	border-top: 1px solid rgba(255, 255, 255, 0.5);
	padding-top: 2rem;
}



/* contact us */
form .form-control {
	padding: 0.525rem 1rem;
	margin-bottom: 1rem;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.addressBlock a:hover {
	color: var(--defaultBlue);
}
.addressBlock .fa {
	color: var(--bs-white);
	background: var(--defaultBlue);
	width: 25px;
	height: 25px;
	display: inline-block;
	text-align: center;
	padding-top: 4px;
	
	vertical-align: middle;
	margin-right: 0.25rem;
	border-radius: 88px;
}


/* about us page */
.aboutBanner {
	background: url("../img/banner/about_banner.jpg") center right no-repeat;
	background-size: cover;
}
.visMisQltPolcy {
	background: var(--darkBlue);
	position: relative;
	margin: 50px 0;
}
.visMisQltPolcy::before {
	content: '';
	background: var(--defaultBlue);
	position: absolute;
	top: -50px;
	right: 0;
	bottom: -50px;
	left: 40%;
	height: calc(100% + 100px);
    z-index: 1;
}
.visMisQltPolcy .nav {
	flex-flow: column;
}
.nav .nav-item button.nav-link {
	color: var(--bs-white);
	font-size: 22px;
    line-height: 20px;
    font-weight: bold;
	padding: .5rem 0;
	display: flex;
	align-items: center;
	gap: .5rem;
}
.nav .nav-item button.nav-link.active {
	color: var(--defaultBlue);
	background: transparent;
}
.nav .nav-item button.nav-link img {
	width: 50px;
}
.nav .nav-item button.nav-link img.active, 
.nav .nav-item button.nav-link.active img {
	display: none;
}
.nav .nav-item button.nav-link.active img.active {
	display: block;
}
.visMisQltPolcy .tab-content {
	color: var(--bs-white);
	position: relative;
	z-index: 1;
	padding: 3rem 3rem 3rem 0;
	text-align: justify;
	min-height: 200px;
	display: flex;
	align-items: center;
}
.visMisQltPolcy .tab-content p {
	position: relative;
}
.visMisQltPolcy .tab-content p:nth-last-of-type(1) {
	margin-bottom: 0;
}
.visMisQltPolcy .tab-content::before {
	content: '';
	border: 4px solid var(--bs-white);
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: -100px;
}
.visMisQltPolcy .tab-content .tab-pane .tag {
	color: var(--bs-black);
	text-transform: uppercase;
	font-weight: bold;
	position: absolute;
	top: 0;
	right: -0.75rem;
	margin: auto;
	bottom: 0;
	writing-mode: vertical-lr;
	display: flex;
	align-items: center;
	justify-content: center;
}
.visMisQltPolcy .tab-content .tab-pane .tag span {
	background: var(--bs-white);
	display: inline-block;
	padding: .75rem 0.125rem;
}
@media only screen and (max-width: 992px) {
	.visMisQltPolcy::before {
		content: none;
	}
	.visMisQltPolcy .nav {
		flex-flow: wrap;
		position: relative;
		z-index: 1;
		justify-content: center;
    	gap: 1rem;
	}
	.nav .nav-item button.nav-link {
		padding: 0;
	}
	.visMisQltPolcy .tab-content {
		margin-top: 2rem;
		padding: 2rem;
		min-height: auto;
	}
	.visMisQltPolcy .tab-content::before {
		content: '';
		background: var(--defaultBlue);
		left: .5rem;
	}
	.visMisQltPolcy .tab-content .tab-pane .tag {
		writing-mode: inherit;
		top: -0.75rem;
		right: 0;
		bottom: auto;
		left: 0;
		margin: auto;
	}
	.visMisQltPolcy .tab-content .tab-pane .tag span {
		padding: 0.125rem .75rem;
	}
	
}
.aboutNumberPlate {
	color: var(--bs-white);
	background: url('../img/bg/bg-star2.jpg') center center no-repeat;
	background-size: cover;
}
.aboutNumberPlate .title-1 {
	color: var(--bs-white);
	margin-top: 2rem;
	margin-bottom: 0.5rem;
}
.aboutNumberPlate .title-2 {
	color: var(--bs-white);
	font-weight: bold;
	margin-bottom: 2rem;
	position: relative;
}
.aboutNumberPlate .title-2::after {
	content: '';
	background: var(--bs-white);
	position: absolute;
	right: 0;
	bottom: -1rem;
	left: 0;
	width: 140px;
	height: 1px;
	margin-right: auto;
	margin-left: auto;
}
.teamProfileSec {
	justify-content: center;
}
.teamProfileSec .nav-item {
	position: relative;
}
.teamProfileSec .nav-item .nav-link {
	flex-flow: column;
	text-align: center;
	cursor: pointer;
	padding: 1rem 0.5rem 0.25rem 0.5rem;
}
.teamProfileSec .nav-item .nav-link .teamPic {
	max-width: 220px;
	max-height: 220px;
	margin-bottom: 1rem;
	overflow: hidden;
	position: relative;
	display: inline-block;
}
.teamProfileSec .nav-item .nav-link.active .teamPic img, 
.teamProfileSec .nav-item .nav-link .teamPic img.active {
	display: none;
}
.teamProfileSec .nav-item .nav-link.active .teamPic img.active {
	display: inline-block;
}
.teamProfileSec .nav-item .nav-link .teamPic img {
	transition: 0.4s all ease-in-out;
}
.teamProfileSec .nav-item .nav-link:hover .teamPic img {
	transform: scale(0.98);
}
.teamProfileSec .nav-item .nav-link.active .teamPic img {
	
}
.teamProfileSec .nav-item .nav-link .title-2 {
	margin-bottom: 0.5rem;
}
.teamProfileSec .nav-item .nav-link p {
	color: var(--defaultText);
}
.teamProfileSec .nav-item .nav-link.active {
	background: var(--bs-white);
}
.teamProfileSec .nav-item .nav-link:hover .title-2, 
.teamProfileSec .nav-item .nav-link.active .title-2, 
.teamProfileSec .nav-item .nav-link:hover p, 
.teamProfileSec .nav-item .nav-link.active p {
	color: var(--defaultBlue);
}

.team-member {
    text-align: center;
}

.team-member img {
    border-radius: 50%;
    width: 150px; /* Adjust size as needed */
    height: 150px; /* Adjust size as needed */
    object-fit: cover;
}

.team-member h3 {
    margin-top: 10px;
    margin-bottom: 5px;
}

.bio-section {
    background-color: #007bff; /* Blue background */
    color: white;
    padding: 30px;
    margin-top: 50px;
    position: relative;
}

.bio-section h2 {
    margin-top: 0;
    margin-bottom: 15px;
}

.bio-section p {
    line-height: 1.5;
}

/* A simple triangle for the blue pointer */
.team-member:first-child::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 20%; /* Approximate position under the first person */
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #007bff; /* Match bio section color */
    transform: translateY(100%);
}




/* wordpress cms development page */
.wordCmsDvBanner {
	background: url("../img/banner/wordpress-cms-development.jpg") top center no-repeat;
	background-size: cover;
}
.serRow .serBlock {
	margin-bottom: 1.5rem;
}
.serRow .serBlock .wordBlock {
	border: 1px dashed var(--bs-black);
	padding: 0.5rem 0.325rem 0.25rem 2.5rem;
	position: relative;
	display: flex;
	align-items: center;
	margin: 0.25rem 0.25rem 0.25rem 1.75rem;
	height: 100%;
}
.serRow .serBlock .wordBlock p {
	text-align: left;
	margin-bottom: 0;
}
.serRow .serBlock .wordBlock p img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: -30px;
	z-index: 99;
	width: 60px;
	margin-top: auto;
	margin-bottom: auto;
	
	-webkit-border-radius: 99px;
	-moz-border-radius: 99px;
	border-radius: 99px;
}


/* microsoft technologies page */
.microTechBanner {
	background: url("../img/banner/microsoft-technologies-banner.jpg") top center no-repeat;
	background-size: cover;
}
.offeringBlock {
	background: var(--gray);
	text-align: center;
	padding: .5rem;
	height: 100%;
}
.offeringBlock p {
	color: var(--defaultBlue);
	font-size: 75%;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-weight: 700;
}


/* open source page */
.openSrcBanner {
	background: url("../img/banner/open-source-banner.jpg") bottom center no-repeat;
	background-size: cover;
}
.opnSrcPoints {
	position: absolute;
	right: 0;
	left: 0;
}


/* php page */
.phpExpBlock {
	color: var(--bs-white);
	padding: 3px;
    border: 2px dashed #353436;
    position: relative;
    margin-bottom: 2rem;

    -webkit-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.3);
}
.phpExpBlock .phpExpCon:after, 
.phpExpBlock .phpExpCon:before, 
.phpExpBlock:after, 
.phpExpBlock:before {
	content: '';
    width: 40px;
    height: 40px;
    position: absolute;
    top: -2px;
	right: -2px;
	bottom: -2px;
    left: -2px;
    border-top: 2px solid #353436;
	border-left: 2px solid #353436;
}
.phpExpBlock:after {
	content: '';
	left: auto;
	border-right: 2px solid #353436;
    border-left: none;
}
.phpExpBlock .phpExpCon:before {
	content: '';
	top: auto;
    border-top: none;
	border-bottom: 2px solid #353436;
}
.phpExpBlock .phpExpCon:after {
	content: '';
	top: auto;
	left: auto;
	border-top: none;
	border-right: 2px solid #353436;
	border-bottom: 2px solid #353436;
    border-left: none;
}
.phpExpBlock .phpExpCon {
	color: var(--bs-white);
	background: #353436;
    padding: 5px;
	height: 100%;
    min-height: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.phpExpBlock .phpExpCon p {
	margin-bottom: 4px;
}
.cwad .phpExpCon:after, 
.cwad .phpExpCon:before, 
.cwad:after, 
.cwad:before, 
.cwad {
	border-color: #e81039;
}
.cwad .phpExpCon {
	background: #e81039;
}
.pm .phpExpCon:after, 
.pm .phpExpCon:before, 
.pm:after, 
.pm:before, 
.pm {
	border-color: #580c57;
}
.pm .phpExpCon {
	background: #580c57;
}
.expFrame .phpExpCon:after, 
.expFrame .phpExpCon:before, 
.expFrame:after, 
.expFrame:before, 
.expFrame {
	border-color: #a15e07;
}
.expFrame .phpExpCon {
	background: #a15e07;
}
.wsi .phpExpCon:after, 
.wsi .phpExpCon:before, 
.wsi:after, 
.wsi:before, 
.wsi {
	border-color: #0b4752;
}
.wsi .phpExpCon {
	background: #0b4752;
}
.snm .phpExpCon:after, 
.snm .phpExpCon:before, 
.snm:after, 
.snm:before, 
.snm {
	border-color: #094d7a;
}
.snm .phpExpCon {
	background: #094d7a;
}


/* mysql page */
.mySqlBodyImg {
	color: var(--bs-white);
	background: url("../img/bg/bg-star.jpg") center right no-repeat;
	background-size: cover;
}
.list-unstyled-icons li {
	padding-left: 35px;
	margin-bottom: 2rem;
}
.list-unstyled-icons li .ffIcon {
	display: inline-block;
	padding-right: 0.5rem;
	margin-left: -37px;
	
}
.list-unstyled-icons li .ffIcon img {
	max-height: 24px;
}




/* android Mobile Application Development page */
.androMobAppDevBodyImg {
	background: url("../img/banner/mobile-touch.jpg") center left no-repeat;
}

/* mobile application development page */
.mobAppsDevBanner {
	background: url("../img/banner/mobile-application-development-banner.jpg") center left no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}
.platBlock .platTile {
	background: var(--gray);
	padding: 0.75rem 0.5rem;
	text-align: center;
	margin-bottom: 1rem;
	border-radius: 99px;
}
.platBlock .platTile p {
	margin-bottom: 0;
}
.platBlock .platText {
	background: var(--gray);
	padding: 1.25rem 1rem 0.75rem 1rem;
	text-align: center;
	border-radius: 20px;
	min-height: 400px;
}



/* java */
.javaBanner {
	background: url("../img/banner/java-banner.jpg") center top no-repeat;
	background-size: cover;
}

.javaField {
	border: 2px solid var(--darkBlue);
	margin-bottom: 2rem;
}
.javaField legend {
	float: none;
	max-width: 330px;
	padding: 6px;
	border: 2px dashed var(--darkBlue);
	margin-right: auto;
	margin-bottom: 0.75rem;
	margin-left: auto;
}
.javaField legend h4 {
	background: var(--darkBlue);
	color: #fff;
	font-size: 18px;
	line-height: 24px;
	font-weight: 500;
	padding: 10px;
	min-height: 70px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 0;
	text-align: center;
}
.javaField ul {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
.javaField ul li {
	display: inline-block;
	padding: 8px 12px;
}
.javaField ul li span {
	display: inline-block;
	margin-right: 3px;
}
.webTechFrame legend h4 {
	background-image: linear-gradient(120deg,#293f52,#4c7798);
}
.servrs legend h4 {
	background-image: linear-gradient(120deg,#1a88d4,#11659f,#1986d2);
}
.ost legend h4 {
	background: #206589;
}
.mpi legend h4 {
	background: #149ce1;
}
.servs legend h4 {
	background: #0b5496;
}


/* microsoft sharepoint page */
.microShareBodyImg {
	background: url("../img/bg/miicrosoft-sharepoint.jpg") center left no-repeat;
	background-size: cover;
}


/* microsoft dot net page */
.microDotNetBanner {
	background: url("../img/banner/microsoft-dot-net.jpg") center center no-repeat;
	background-size: cover;
}


/* mobile development page */
.mobDvlpBodyImg {
	background: url("../img/bg/mobile-development.jpg") #040507 center right no-repeat;
	background-size: contain;
}


/* resources process outsourcing page */
.resProcOutsrcBodyImg {
	background: url("../img/bg/bg-dark.jpg") center right no-repeat;
	background-size: cover;
}


/* consolidated services provider page */
.consoServProviBodyImg {
	background: url("../img/bg/bg-dark.jpg") center right no-repeat;
	background-size: cover;
}


/* application development */
.appDevBodyImg {
	background: url("../img/bg/bg-sky.jpg") top left no-repeat;
}
.btnSec {
	background: url("../img/bg/circle-50.png") #ffffff center left no-repeat;
	padding: 5rem 0;
	padding-left: 0.5rem;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-flow: column;
	height: 100%;
}
.btnSec .btnComBlock {
	flex: 0 0 auto;
	width: 340px;
	margin-bottom: 2rem;
}
.grdnt-block {
	padding: 0.25rem;

    -webkit-box-shadow: 0px 4px 8px 0px rgb(0 0 0 / 40%);
    -moz-box-shadow: 0px 4px 8px 0px rgb(0 0 0 / 40%);
    box-shadow: 0px 4px 8px 0px rgb(0 0 0 / 40%);

    -webkit-border-radius: 99px;
    -moz-border-radius: 99px;
    border-radius: 99px;
}
.btnStyl1 {
	position: relative;

    -webkit-border-radius: 99px;
    -moz-border-radius: 99px;
    border-radius: 99px;
}
.btnStyl1 p {
	color: var(--bs-black);
    line-height: 50px;
    background: #f7f7f7;
	background: var(--gray);
    padding: 0 3rem 0 1rem;
    margin-bottom: 0;
    position: relative;
	white-space: nowrap;

    -webkit-border-radius: 99px;
    -moz-border-radius: 99px;
    border-radius: 99px;
}
.btnStyl1 .arrow {
	width: 36px;
    height: 36px;
    display: inline-block;
    position: absolute;
    top: 7px;
    right: 10px;

    -webkit-border-radius: 99px;
    -moz-border-radius: 99px;
    border-radius: 99px;
}
.btnStyl1 .arrow .arrowBlock {
	background: var(--bs-white);
    display: block;
    width: 28px;
    height: 28px;
    border-radius: 99px;
    margin-top: 4px;
    margin-left: 4px;

    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.btnStyl1:hover .arrow .arrowBlock {
	background: transparent;
}
.btnStyl1 .arrow .arrowBlock i {
	width: 28px;
    height: 28px;
    display: inline-block;
    border-radius: 99px;
    position: absolute;
    bottom: 4px;
    left: 5px;
    padding: 6px 10px;

    -webkit-transition: 0.4s all ease-in-out;
    -moz-transition: 0.4s all ease-in-out;
    -ms-transition: 0.4s all ease-in-out;
    -o-transition: 0.4s all ease-in-out;
    transition: 0.4s all ease-in-out;
}
.btnStyl1:hover .arrow .arrowBlock i {
    color: var(--bs-white);
    -webkit-text-fill-color: inherit;
}
.grdnt-blue {
	background-image: linear-gradient(0deg,#6519ce,#2870fa);
}
.grdnt-red {
    background-image: linear-gradient(0deg,#d50a84,#53127f);
}
.grdnt-green {
    background-image: linear-gradient(0deg,#2eb382,#51e7a8);
}
.grdnt-pink {
    background-image: linear-gradient(0deg,#b7349b,#ef0a6a);
}


/* technology staffing page */
.techStaffBodyImg {
	color: var(--bs-white);
	background: url("../img/bg/bg-dark.jpg") center right no-repeat;
	background-size: cover;
}
.techBadge {
	color: var(--bs-white);
    text-align: center;
    margin-bottom: 30px;
}
.techBadge a {
	color: inherit;
    text-decoration: none;
    display: block;
    transition: 0.4s all ease-in-out;
    border-bottom: 8px solid #ffffff;
}
.techBadge p {
    padding: 13px 10px;
	padding: 0.75rem 0.5rem;
    margin-bottom: 0;
}
.rpo a {
    background-image: linear-gradient(120deg,#0b2441,#0e3558, #092e4c);
    border-color: #d90f22;
}
.rpo a:hover {
    background-image: linear-gradient(120deg, #053154, #053154, #053154);
    border-color: rgb(217 15 34 / 60%);
}
.csp a {
    background-image: linear-gradient(120deg,#195d77,#085761);
    border-color: #0bd1a5;
}
.csp a:hover {
    background-image: linear-gradient(120deg,#085761,#085761);
    border-color: #0e6a5e;
}
.ihs a {
    background-image: linear-gradient(120deg,#97457f,#a83039, #95447d);
    border-color: #db043c;
}
.ihs a:hover {
    background-image: linear-gradient(120deg,#a83039,#a83039, #a83039);
    border-color: #5a1212;
}


/* web development page */
.webDevBanner {
	background: url("../img/banner/web-development-banner.jpg") center right no-repeat;
	background-size: contain;
}
.iterationBlock {
	color: var(--bs-white);
	border: 2px solid var(--bs-black);
	height: 100%;
}
.iterationBlock .iterationContent {
	background: var(--defaultBlue);
	border: 0.75rem solid var(--bs-white);
	padding: 1.5rem;
	height: 100%;
}
.iterationBlock {

}


/* portal development */
.porDevBanner {
	background: url("../img/banner/portal-banner.jpg") center center no-repeat;
	background-size: cover;
}
.porDevBody {
	background: url("../img/bg/bg-gray.png") center right no-repeat;
	background-size: contain;
}
.scaleSolutionSection {
	background: url("../img/bg/bg-blue.jpg") center right no-repeat;
	background-size: cover;
}
.scaleSolutionSection .bigS {
	background: url("../img/bg/bg-S.png") center center no-repeat;
	background-size: contain;
	padding: 3rem 2rem;
}
.scaleSolutionSection .bigS ul {
	margin-bottom: 0;
}


/* microsoft power bi services page */
.micPowerBiSerBodyImg {
	background: url("../img/bg/bi-services.jpg") center right no-repeat;
	background-size: cover;
}
.powerBiSpecialist {
	background: url("../img/bg/bi-global.jpg") center right no-repeat;
	background-size: cover;
}
.Power_bi_bg_gradient{
	background: #1A0D3E;
background: linear-gradient(0deg,rgba(26, 13, 62, 1) 0%, rgba(30, 58, 138, 1) 50%, rgba(10, 10, 26, 1) 100%);
}


/* application support page */
.appSupportBanner {
	background: url("../img/banner/application-support-banner.jpg") center right no-repeat;
	background-size: cover;
}
.cardArrow {
	color: #000;
	font-size: 13px;
	padding: 15px 65px 15px 15px;
	clip-path: polygon(0% 0%, 85% 0%, 100% 50%, 85% 100%, 0% 100%);
	min-height: 390px;
}
.helpDesk, .oprtnSupp, .mntnSup {
	filter: drop-shadow(1px 0px 3px rgb(208 208 208));
	position: relative;
	padding-right: 12px;
	height: 100%;
}
.helpDesk:before {
	content: '';
	background: url("../img/arrow-pink.png") center right no-repeat;
	background-size: contain;
	position: absolute;
	left: 12px;
	width: 100%;
	height: 100%;
}
.mntnSup .cardArrow, 
.oprtnSupp .cardArrow, 
.helpDesk .cardArrow {
	color: #000;
	padding: 15px 65px 15px 15px;
	width: 100%;
	height: 100%;
	clip-path: polygon(calc(100% - 66px) 0%, 100% 50%,calc(100% - 66px) 100%,0% 100%,0% 0%);
	background-color: #fff;
	border-radius: 10px;
}
.helpDesk .cardArrow h1 {
	background: -webkit-linear-gradient(#fc6db6, #fc0d88);
	
	-webkit-background-clip: text;
	-moz-background-clip: text;
	background-clip: text;
	
	-webkit-text-fill-color: transparent;
	text-fill-color: transparent;
}
.oprtnSupp:before {
	content: '';
	background: url("../img/arrow-blue.png") center right no-repeat;
	background-size: contain;
	position: absolute;
	left: 12px;
	width: 100%;
	height: 100%;
}
.oprtnSupp .cardArrow h1 {
	background: -webkit-linear-gradient(#4be6fc, #436cff);
	
	-webkit-background-clip: text;
	-moz-background-clip: text;
	background-clip: text;
	
	-webkit-text-fill-color: transparent;
	text-fill-color: transparent;
}
.mntnSup:before {
	content: '';
	background: url("../img/arrow-orange.png") center right no-repeat;
	background-size: contain;
	position: absolute;
	left: 12px;
	width: 100%;
	height: 100%;
}
.mntnSup .cardArrow h1 {
	background: -webkit-linear-gradient(#ff8615, #ff3522);
	
	-webkit-background-clip: text;
	-moz-background-clip: text;
	background-clip: text;
	
	-webkit-text-fill-color: transparent;
	text-fill-color: transparent;
}


/* software development */
.softDevBanner {
	background: url("../img/banner/software-development-banner.jpg") center right no-repeat;
	background-size: cover;
}
.softCardBlock {
	border: 3px solid #d5f0f9;
}
.softCardBlock .softCardImg {
	background: #d5f0f9;
	width: 100%;
	height: 100%;
}
.softCardBlock .softCardContent {
	background: var(--bs-white);
	padding: 1rem 2rem;
	height: 100%;
}
.circleBg {
	background: url('../img/circle-right.png') center center no-repeat;
	background-size: contain;
	width: 180px;
	height: 324px;
	position: absolute;
	top: .325rem;
	bottom: 0;
	left: -12px;
}


/* application transformation */
.appTransBanner {
	background: url('../img/banner/application-transformation-banner.jpg') left center no-repeat;
	background-size: cover;
}
.appMigrationSection {
	background: url('../img/bg/world-map.png') center top no-repeat;
	background-size: cover;
}
.wePerBlock .block-2 {
	background: url("../img/arrow-round.png") center left no-repeat;
	padding-left: 6rem;
}
.wePerBlock .block-2 .list-unstyled li {
	margin-bottom: 1rem;
}
.appTransCard {
    padding: 1.5rem 2rem;
    margin-bottom: 1rem;
    max-width: 350px;
    margin-right: auto;
    margin-left: auto;
	height: 100%;
}
.appTransCard .appTransCardIn {
    background: var(--gray);
    padding: 1rem;
    border: 1px solid transparent;
    border-top: 2.5rem solid #00c079;
    border-right: 2.5rem solid #00c079;
    position: relative;
	height: 100%;

    -webkit-border-radius: 90px 0;
    -moz-border-radius: 90px 0;
    border-radius: 90px 0;
}
.appTransCard .appTransCardIn:before {
    content: '';
    border: 2px dashed #000;
    width: calc(100% + 40px);
    height: calc(100% + 40px);
    position: absolute;
    top: -20px;
    right: -20px;

    -webkit-border-radius: 80px 0;
    -moz-border-radius: 80px 0;
    border-radius: 80px 0;
}
.appTransCard .appTransCardIn .appTransCardTop {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
}
.appTransCard .appTransCardIn .appTransCardTop .cardIco {
    background: #e1ede9;
    display: inline-block;
    padding: 10px;
    margin-top: -30px;
    margin-right: 25px;
    margin-left: -60px;
    flex: 0 0 auto;
    width: auto;
    -webkit-border-radius: 99px;
    -moz-border-radius: 99px;
    border-radius: 99px;
}
.appTransCard .appTransCardIn .appTransCardTop .title-2 {
	font-family: "Inter", sans-serif;
	font-weight: bold;
	text-align: center;
}
.appTransCard .appTransCardCon {
	margin-top: 20px;
    margin-bottom: 15px;
	position: relative;
	z-index: 1;
}
.appTransCard .appTransCardCon ul li {
	color: var(--bs-black);
	margin-bottom: 1rem;
}
.appTransCard .appTransCardIn.dm {
	border-color: #00c079;
    border-bottom-color: transparent;
    border-left-color: transparent;
}
.appTransCard .appTransCardIn.appMgr {
	border-color: #0fa6e5;
    border-bottom-color: transparent;
    border-left-color: transparent;
}
.appTransCard .appTransCardIn.wbMgr {
    border-color: #f17c35;
    border-bottom-color: transparent;
    border-left-color: transparent;
}


/* international hiring solutions */
.interHiringSolnBanner {
	background: url('../img/banner/international-hiring-solutions-banner.jpg') center center no-repeat;
	background-size: cover;
}
.interPointBlock {
	position: relative;
	margin-bottom: 1rem;
}
.interPointBlock::before {
	content: '';
	position: absolute;
	top: 70px;
	right: 1.5rem;
	bottom: 0;
	left: 1.5rem;
	border: 1px dashed var(--bs-black);
	border-radius: 2rem;
	z-index: -1;
	box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
}
.interPointBlock .title-2 {
	color: var(--bs-white);
	padding: 12px 12px 14px 12px;
	text-align: center;
	margin: 1rem 2.5rem 0 2.5rem;
}
.interPointBlock .interPointCon {
	padding: 1rem 1.25rem;
	border-radius: 30px;
}
.interPointBlock .interPointCon ul li {
	margin-bottom: 0.5rem;
}


/* hybrid model page */
.hybModelBodyImg {
	background: url('../img/banner/hybrid-model-banner.jpg') center center no-repeat;
	background-size: cover;
}
.iosValueRow .valBlock {
	margin-top: 38px;
	padding-right: 5px;
	padding-left: 5px;
}
.iosValueRow .valBlock.left {
	text-align: right;
}
.iosValueRow .valBlock.left p:nth-child(4), 
.iosValueRow .valBlock.left p:nth-child(1) {
	margin-right: -25px;
}
.iosValueRow .valBlock.left p:after,
.iosValueRow .valBlock p:before {
	content: '●';
	color: #000;
	font-size: 18px;
	padding: 2px 8px 2px 2px;
	display: inline-block;
}
.iosValueRow .valBlock.left p:before {
	content: '';
	display: none;
}
.iosValueRow .valBlock.left p:after {
	padding: 2px 2px 2px 8px;
}
.iosValueRow .valBlock p:nth-child(4), 
.iosValueRow .valBlock p:nth-child(1) {
	margin-left: -25px;
}
@media (min-width: 992px) and (max-width: 1198.98px) {
	.iosValueRow .valBlock {
		margin-top: 12px;
	}
}
@media (min-width: 768px) and (max-width: 991.98px) {
	.iosValueRow .valBlock {
		margin-top: 0;
	}
	.iosValueRow .valBlock.left {
		text-align: left;
	}
	.iosValueRow .valBlock.left p:after {
		content: '';
		display: none;
	}
	.iosValueRow .valBlock.left p:before {
		content: '●';
		color: #000;
		font-size: 18px;
		padding: 2px 8px;
		display: inline-block;
	}
	.iosValueRow .valBlock.left p:nth-child(4), 
	.iosValueRow .valBlock.left p:nth-child(1) {
		margin-right: 0;
	}
	.iosValueRow .valBlock p:nth-child(4), 
	.iosValueRow .valBlock p:nth-child(1) {
		margin-left: 0;
	}
	
}

@media only screen and (max-width: 1024px) {

	.title-1.extra-large {
    font-size: 38px;
    line-height: 42px;
}
.list-container .list-item {
       width: 100% !important;
    display: block !important;
}
.list-container {
    display: flex;
	flex-direction: column;
    gap: 12px;
}

.mt-minus {
    margin-top: 20px !important;
}
.pb-14 {
    padding-bottom: 30px !important;
}
.box_bg_blue.even{
	    margin-top: 0px;
}
.box_bg_blue.one, .box_bg_blue.two, .box_bg_blue.three{
		margin-top: 0px;
}
.split-2 {
    column-count: 1 !important;
}
.cloud_service .box-shadow {
    padding: 30px 40px;
}
.cloud_service ul li{
	    padding-right: 0px;
}
.boxblackshade .blackshade.two {
    justify-content: start;
    left: 0;
	margin-right: 0;
    position: relative;
    max-width: 100%;
}
.AI_Delivery.pos-top {
    margin-top: -140px;
}
.certified-badge{
	    left: -25px;
		top: -25px;
}
.certified-badge-2{
	    left: -25px;
		top: -25px;
}
.pad-50 {
    padding: 30px;
}
.pad-40 {
    padding: 20px;
}
	.bg-colors{
		display: none !important;
	}
	.powerAppsBanner {
		min-height: 550px !important;
	}
	.PowerAppsCodes .columns div {
		flex-basis: 46% !important;
	}
	.featured-sections .justify-content-end{
		justify-content: center !important;
	}
	.sitecoretext, .sitecoretext span{    font-size: 20px;}
	.MissionSec .Mission_Vision > div{
	margin-bottom: 20px;
}
.mail_section img.dotted-r-t, .mail_section img.dotted-l-b{
	display: none;
}
.col-xl-2.w-16 {
    width: 33%;
}
}

@media only screen and (min-width: 1024px) {
	.testimonialSection #happyClientsSaying3 .owl-controls{
	position: absolute;
    top: -90px;
    right: 20px;
}
.pad-r-6{
	padding-right: 60px;
}
.pad-r-4{
	padding-right: 40px;
}
.faqSecHome .nav.nav-pills {
           margin-top: 30px;
}

.awardBlock{
	max-height: 360px;
}
    .faqSecHome .nav.nav-pills {
        position: relative;
        left: 30px;
    }
#vid, .vid{
	 min-height: 500px;
}
.customerSec .btnDefault.btn_two{
	    position: relative;
    top: -100px;
    left: 40px;
}
}


/* cms development page */


/* time model page */
.timeModelBodyImg {
	color: var(--bs-white);
	background: url('../img/banner/time-model-banner.jpg') center center no-repeat;
	background-size: cover;
}


/* global team page */



/* pricing model page */
.priModelBodyImg {
	background: url('../img/banner/pricing-model-banner.jpg') center center no-repeat;
	background-size: cover;
	padding-top: 60px;
	padding-bottom: 240px;
}


/* careers */
.careerBanner {
	background: url('../img/banner/career-banner.jpg') center center no-repeat;
	background-size: cover;
}
.circleRaw {
	position: relative;
	z-index: 1;
}
.circleRaw .circleSec {
	text-align: center;
	margin-top: -70px;
	display: flex;
	align-items: center;
	justify-content: space-around;
}
.circleRaw .circleSec .circleBlock {
	background: var(--bs-white);
	display: inline-block;
	padding: 13px;
	margin: 0px 15px 60px 15px;
	
	-webkit-box-shadow: 0px 4px 6px 1px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 4px 6px 1px rgba(0,0,0,0.3);
	box-shadow: 0px 4px 6px 1px rgba(0,0,0,0.3);
	
	-webkit-border-radius: 99px;
	-moz-border-radius: 99px;
	border-radius: 99px;
}
.circleRaw .circleSec .circleBlock .circleCon {
	display: inline-block;
}
.circleRaw .circleSec .circleBlock .circleCon a {
	color: var(--bs-black);
	background: var(--bs-white);
	border: 1px solid #0e1d29;
	padding: 6px;
	width: 140px;
	height: 140px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-decoration: none;
	
	-webkit-transition: 0.4s all ease-in-out;
	-moz-transition: 0.4s all ease-in-out;
	-ms-transition: 0.4s all ease-in-out;
	-o-transition: 0.4s all ease-in-out;
	transition: 0.4s all ease-in-out;
	
	-webkit-box-shadow: 0px 2px 6px 1px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 2px 6px 1px rgba(0,0,0,0.3);
	box-shadow: 0px 2px 6px 1px rgba(0,0,0,0.3);
	
	-webkit-border-radius: 99px;
	-moz-border-radius: 99px;
	border-radius: 99px;
}
.circleRaw .circleSec .circleBlock:hover .circleCon a, 
.circleRaw .circleSec .circleBlock .circleCon a.active {
	color: var(--bs-white);
	background: var(--defaultBlue);
}
.jobField {
	padding: 1.5rem 1.5rem 0.5rem 1.5rem;
	margin-bottom: 1.5rem;
}
.jobField:nth-last-child(1) {
	margin-bottom: 0;
}
.jobField .title-2 {
	color: var(--defaultText);
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 0.5rem;
}


/* sitecore page */
.sitecoreBanner {
	background: url("../img/banner/sitecore-banner.jpg") center center no-repeat;
	background-size: cover;
}
.siteSec {
	color: var(--bs-white);
	background: var(--darkBlue);
	position: relative;
}
.siteSec::before {
	content: '';
	background: var(--defaultBlue);
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 50%;
}
.siteSec .title-2 {
	color: var(--bs-white);
	font-family: "Inter", sans-serif;
	margin-bottom: 1rem;
	display: inline-block;
}
.siteSec .title-2 .fa {
	font-size: 70%;
	vertical-align: middle;
	margin-right: 0.25rem;
	position: relative;
	top: -2px;
}
.siteSec p {
	text-align: justify;
}
.siteSecBlock {
	position: relative;
	z-index: 1;
	padding: 2.5rem 2.5rem 1.5rem 0.5rem;
}
.siteSecBlock:nth-of-type(even) {
	padding: 2.5rem 0.5rem 1.5rem 2.5rem;
}
.siteSec2 {
	background: var(--defaultBlue);
}
.siteSec2::before {
	content: '';
	background: var(--darkBlue);
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 50%;
}
@media only screen and (max-width: 991.98px) {
	.siteSecBlock:nth-of-type(even), 
	.siteSecBlock {
		padding: 1.5rem 0.5rem 0.75rem 0.5rem;
	}
	.siteSec::before {
		content: '';
		top: 50%;
		left: 0;
	}
	.siteSec2 {
		background: var(--darkBlue);
	}
	.siteSec2::before {
		content: '';
		background: var(--defaultBlue);
		top: 50%;
		left: 0;
	}
}
.focusBlock .title-2 {
	color: var(--defaultBlue);
	font-family: "Inter", sans-serif;
	font-weight: bold;
	margin-top: 0.5rem;
	margin-bottom: 1rem;
}
.sitecoreNumberPlate {
	color: var(--bs-white);
	background: var(--defaultBlue);
	padding-top: 2rem;
	padding-bottom: 2rem;
}
.sitecoreNumberPlate .title-1 {
	color: var(--bs-white);
	margin-top: 1rem;
	margin-bottom: 0.5rem;
}
.sitecoreNumberPlate .title-2 {
	color: var(--bs-white);
	margin-bottom: 1rem;
}
.cardService {
	border-top: 0.5rem solid var(--defaultBlue);
	margin-top: 1rem;
	margin-right: 0.75rem;
	padding-bottom: 4rem;
	margin-left: 0.75rem;
}
.cardService .cardImg {
	text-align: center;
	padding-top: 1rem;
	padding-bottom: 1.5rem;
	margin-bottom: 1rem;
	position: relative;
}
.cardService .cardImg::before {
	content: '';
	background: var(--defaultBlue);
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	height: 0;
	transition: 0.2s all ease-in-out;
}
.cardService:hover .cardImg::before {
	height: 100%;
}
.cardService .cardImg img {
	position: relative;
	z-index: 1;
}
.cardService .cardText .title-2 {
	margin-bottom: 1rem;
}
.cardService .cardText p {
	text-align: justify;
}
.sitecoreCenterImg {
	position: relative;
	margin-bottom: 1.5rem;
}
.sitecoreCenterImg .sitecoreCenterText {
	color: var(--bs-white);
	opacity: 0;
	background: var(--defaultBlue);
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 1rem;
	transition: 0.4s all ease-in-out;
}
.sitecoreCenterImg:hover .sitecoreCenterText {
	opacity: 1;
}
.sitecoreForm {
	background: url('../img/bg/map.jpg') center center no-repeat;
	background-size: cover;
	padding: 1rem;
}
.sitecoreForm .title-2 {
	color: var(--defaultBlue);
}
.sitecoreForm form .form-control {
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}
.sitecoreForm form .btn {
	margin-top: 0;
	margin-bottom: 1rem;
}


/* windows mobile application development */
.winMobAppDevBanner {
	background: url("../img/banner/windows-mobile-application-development-banner.jpg") center center no-repeat;
	background-size: cover;
}
.windoMobAppDevSection {
	color: var(--bs-white);
	background: #03111d;
}
.windoMobAppDevSection .bigS {
	background: none;
	padding: 2rem 2rem;
}


/* product page */
.productBanner {
	background: url("../img/banner/product-banner.jpg") center right no-repeat;
	background-size: cover;
}
.productDualImgBlock {
	position: relative;
}
.productDualImgBlock img {
	position: absolute;
	top: -4rem;
	right: 0;
}
.solBlock {
	background: #f0ad0d;
	display: inline-block;
	width: 100px;
	height: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 6px;
	border-radius: 99%;
	margin-right: auto;
	margin-bottom: 0.75rem;
	margin-left: auto;
}
.crmSol {
	background: url('../img/product/wave-gray.png') top center no-repeat;
	padding-top: 240px;
	padding-bottom: 80px;
}
.productContent {
	max-width: 90%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 1rem;
	padding-bottom: 1rem;
}
.productSection {
	padding-right: 0;
	padding-left: 0;
}


/*sugar crm page*/
.sugarcrmBanner {
	background: url('../img/banner/sugar-crm-banner.jpg') center center no-repeat;
	background-size: cover;
    min-height: 550px;
}
.sugarcrmBanner .title-1{
	    max-width: 620px;
		    font-weight: 100;
}
.sugarCRMcontent{
	    text-align: center;
    font-weight: 700;
    max-width: 850px;
    margin: 0 auto;
    color: #000;
}
#sugar_crm_product .owl-controls{
	 position: relative;
}
#sugar_crm_product .owl-controls .owl-dots{
	position: absolute;
    right: 0;
    left: 0;
    top: 50px;
}
#sugar_crm_product.owl-theme .owl-dots .owl-dot.active span{
	width: 11px;
    height: 11px;
    margin: 5px 7px;
    position: relative;
    top: 0;
}
.SugarCRMCustomerSer{
	padding: 0;
}
.SugarCrmCardBlock{
		color: #000;
		position: relative;
		left: 60px;
}

.SugarCrmCardBlock h3{
	   margin-bottom: 30px
}
.SugarCRMCustomerSer .container-fluid{
	padding: 0;
}
.bg-colors{
	display: flex;
    flex-direction: column;
    align-items: center;
    padding-left: 50px;
	gap: 30px;
    position: relative;
    top: -50px;
}
.bg-color-yellow{
	    width: 130px;
    height: 130px;
    display: block;
    background: #ffc239;
    border-radius: 100%;
}
.bg-color-grey{
	    width: 80px;
    height: 80px;
    display: block;
    background: #f1f1f1;
    border-radius: 100%;
}
.SugarCRMDev{
	    background: #44596a;
}
.SugarCRMDevcontent img{
	    max-width: 80px;
}
.SugarCRMServices img{ 
     max-width: 100%;
    max-height: 180px;
    width: auto;
}
   .border-yellow{
	       border-bottom: 2px solid #ffc239;
	       max-width: 290px;
    text-align: center;
    margin: 0 auto;
	margin-bottom: 15px;
   }
   .SugarCRMPlatfom{
	   background: #44596a;
   }
   .max-div{
	   max-width: 300px;
   }
   .SugarCRMPlatfom .gap-content{
	       gap: 60px;
		   padding-top: 60px; 
		   padding-bottom: 60px;
   }
   .color-blue{
	   color: #2f7bb9;
   }  
   .color-orange{
	   color: #e96148;  
   }
     .color-green{
	     color: #608719;
   }

/* power apps page*/
.powerAppsBanner {
	background: url('../img/banner/power-apps-banner.jpg') center top no-repeat;
	background-size: cover;
    min-height: 500px;
}


.powerAppsContent{
	max-width: 900px;
	margin: 0 auto;
}
.bg-blue{
	background: #3609a2;
}
.bg-grey{
	background: #e0e8eb;
}
.bg-greyOne{
	background: #202D43;
}
.PowerAppsDevcontent{
	text-align: justify;
	padding-left: 30px;
	padding-right: 30px;
}
.PowerAppsDevFeatures{
	    max-width: 800px;
    margin: 0 auto;
    font-weight: 600;
}
.powerAppsResourcesBG{
	background: url('../img/bg/power-apps-resources.jpg') center center no-repeat;
	background-size: cover;
    min-height: 750px;
}
.powerAppsResources .fa{
	 font-size: 40px;
}
.powerAppsResources .content{
	    max-width: 400px;
}
.PowerAppsApplications{
	background: url('../img/bg/power-apps-applications.jpg') center center no-repeat;
	background-size: cover;
    min-height: 500px;
	margin-bottom: 60px;
}
.PowerAppsApplicationsButtons {
	max-width: 530px;
	background: #341256;
	min-height: 500px;
	margin-left: 110px;
	padding: 80px 0px;
}
.PowerAppsApplicationsButtons span{
		border: 1px solid #fff;
    border-radius: 30px;
    max-width: 250px;
    text-align: center;
    color: #fff;
    padding: 7px;
    margin: 7px;
    margin-bottom: 30px;
	height: 44px;
}
.PowerAppsCodes{
	background: url('../img/bg/power-apps-features.jpg') center center no-repeat;
	background-size: cover;
    min-height: 100%;
    padding: 0;
	margin-top: 400px;
	margin-bottom: 400px;
}
.PowerAppsCodes .columns div{
	flex-basis: 23%;
    margin: 10px;
}
.PowerAppsCodes .columns.columns-two{
	    gap: 35%;
    justify-content: center;
}
.PowerAppsCodes .columns p{
	border-radius: 20px;
	min-height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.PowerAppsCodes .columns h4{
	    min-height: 70px;
}
.PowerAppsCodes .columns .postion-top-one{
	top: -240px;
    display: block;
    position: relative;
}
.PowerAppsCodes .columns .postion-top-two{
	    top: -340px;
    display: block;
    position: relative;
}
.PowerAppsCodes .columns .postion-bottom-one{
	    top: 240px;
    display: block;
    position: relative;
}
.PowerAppsCodes .columns .postion-bottom-two{
	    top: 340px;
    display: block;
    position: relative;
}
@media only screen and (max-width: 1199.98px) {
	/* power-apps page */
	.PowerAppsCodes {
		background: none;
		margin-top: 0;
		margin-bottom: 0;
	}
	.PowerAppsCodes .columns div {
		flex-basis: 100% !important;
		margin: 0 !important;
	}

	.PowerAppsDevcontent {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.PowerAppsCodes .columns .postion-top-one, .PowerAppsCodes .columns .postion-top-two, .PowerAppsCodes .columns .postion-bottom-one, .PowerAppsCodes .columns .postion-bottom-two {
		top: 0 !important;
	}
	.PowerAppsCodes .columns h4 {
		min-height: 0 !important;
		padding-bottom: 20px !important;
	}
	.PowerAppsCodes .columns, .PowerAppsCodes .columns-two {
		gap: 40px !important;
	}
	.PowerAppsCodes .columns-two {
		margin-top: 40px !important;
	}
	.columns-two .postion-bottom-one, .columns-two .postion-bottom-two {
		display: flex !important;
		flex-direction: column !important;
	}
	.columns-two .postion-bottom-one p, .columns-two .postion-bottom-two p {
		order: 2;
	}
	.PowerAppsApplications {
		background-position: left !important;
	}
	.PowerAppsApplicationsButtons {
		margin-left: 0 !important;
		align-items: center;
		justify-content: center;
	}
}


/*tableau page*/
.tableauBanner {
	background: url('../img/banner/tableau-banner.jpg') center center no-repeat;
	background-size: cover;
    min-height: 550px;
}
.tableauBanner .title-1{
	font-size: 24px;
    color: #fff;
    text-align: center;
    letter-spacing: 0px;
	margin-bottom: 60px;
}
.tableauBanner img{
	    border: 2px solid #b667d4;
    max-width: 270px;
    background: #fff;
    margin: 0 auto;
	    margin-bottom: 70px;
}
.tableauBanner .tableBannerAlign{
    max-width: 500px;
    text-align: center;
}
.tableauContent{
	    max-width: 860px;
    margin: 0 auto;
}
.tableau-creation {
    background: #f3f4ec;
    padding-top: 90px;
	 
}
.half-border:before {
    height: 260px;
    width: 20px;
    background: #c96ad1;
    display: block;
    content: "";
    position: absolute;
    top: 0;
}
.half-border:after {
      height: 20px;
    width: 350px;
    background: #c96ad1;
    display: block;
    content: "";
    position: absolute;
    top: 0;
}
.tableau-creation p{
   text-align: justify;
       font-weight: 600;
}
.tableau-creation img{
       max-width: 450px;
	       width: 100%;
}

.tableau-resources h5 {
    background: #003adb;
    border-radius: 30px;
    padding: 10px;
    max-width: 280px;
    margin: 0 auto;
}
.tableau-resources p{
	text-align: justify;
    max-width: 250px;
    margin: 0 auto;
    margin-top: 20px;
	padding-bottom: 30px;
    border-bottom: 5px solid #b667d4;
    display: block;
	font-weight: 500;
	    height: auto;
    min-height: 250px;
}
.tableau-resources img{
	    max-width: 500px;
		    width: 100%;
}
.tableauCreationContent{
	    padding: 20px;
}




/* salesforce page */
.salesforceBanner {
	background: url('../img/banner/salesforce-banner.jpg') center center no-repeat;
	background-size: cover;
}
.bg-salesforce{
	background: #032F4C;
background: radial-gradient(circle, rgba(3, 47, 76, 1) 0%, rgba(0, 0, 0, 1) 100%);
}
.salesforce-banner-bg{
	background-image: url("../img/salesforce/salesforce-banner-bg.png");
    height: auto;
    width: 100%;
    background-position: center;
    background-size: cover;
}
.solutionsBlock {
	height: 350px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-flow: column;
}
.solutionsBlock .title-2 {
	color: var(--bs-white);
}
.solutionsBlock .solutionsImgBlock {
	max-height: 140px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.solutionsBlock .solutionsImgBlock img {
	height: 80%;
	transition: 0.4s all ease-in-out;
}
.solutionsBlock:hover .solutionsImgBlock img {
	height: 100%;
}
.sales {
	background: url('../img/solutions-sales-cloud-icon-bg.png') center center no-repeat;
	background-size: cover;
}
.services {
	background: url('../img/solutions-service-cloud-icon-bg.png') center center no-repeat;
	background-size: cover;
}
.marketing {
	background: url('../img/solutions-markketing-icon-bg.png') center center no-repeat;
	background-size: cover;
}
.spproachSection {
	color: var(--bs-white);
	background: url('../img/bg/bg-approch.jpg') center center no-repeat;
	background-size: cover;
}
.approachBlock {
	text-align: center;
	margin-top: 2rem;
	margin-bottom: 2rem;
}
.approachBlock img {
	max-width: 100px;
}
.skybridgeTesting {
	color: var(--bs-white);
	background: url('../img/bg/bg-light-drop.jpg') top center no-repeat;
	padding-top: 2rem;
}
.skybridgeTesting .skybridgeTestingText {
	padding: 0 2rem;
}
.skybridgeTesting .qaImg {
	margin-top: 3rem;
	margin-bottom: -27rem;
}
.salesforceForm {
	background: var(--bs-white);
}

.vertical_tabs .nav .nav-item button.nav-link img.active, .vertical_tabs .nav .nav-item button.nav-link.active img {
    display: flex;
	 filter: invert(1);
}
.vertical_tabs .nav .nav-item button.nav-link img {
    width: 33px;
}
.vertical_tabs .nav .nav-item button.nav-link span{
	    display: flex;
    align-items: center;
    gap: 10px;
    border-bottom: 1px solid #000;
    width: 100%;
    padding-bottom: 27px;
	    text-align: left;
    font-weight: 500;
    line-height: 25px;
}
.vertical_tabs .nav .nav-item button.nav-link{
	color: #000;
	font-size: 24px;
	font-weight: 500;
	    width: 100%;
       padding: 25px 10px;
	    padding-bottom: 0;
}
.vertical_tabs .nav .nav-item button.nav-link.active {
    background: #01072A;
	color: #fff;
	border-radius: 10px;
}


/*power apps page*/
.powerapps-bannerSection-color{
	background: linear-gradient(241deg,rgba(1, 51, 71, 1) 0%, rgba(0, 0, 0, 1) 51%);
}
.list-container .list-item {
       width: 20%;
    display: flex;
}
.list-container {
    display: flex;
    gap: 12px;
}
.pb-14{
	padding-bottom: 240px;
}
.mt-minus{
	margin-top: -150px;
}
.powerApps_SubBanner {
    background: radial-gradient(circle,rgba(0, 78, 171, 1) 0%, rgba(0, 0, 0, 1) 100%);
}
.bg-grade .col-xl-8 img.wave{
	position: absolute;
    bottom: -90px;
    left: -120px;
}


/* artificial intelligence page */
.artiIntelBanner {
	background: url("../img/banner/ai-banner.jpg") center center no-repeat;
	background-size: cover;
}
.aiExpertiseSection {
	background: url("../img/bg/bg-skyblue.jpg") #f8f8f8 top left no-repeat;
}
@media only screen and (max-width: 767.98px) {
	.aiExpertiseSection {
		background: #f8f8f8;
	}
	.tableauBanner .title-1{
		color: #000 !important;
	}
	.awardBlock .awardBlockCon {
    padding: 4rem 0 2rem 2rem;
}
.bg-grade .col-xl-8 img {
	position: relative;
    bottom: 0;
}
.pl-5{
	padding-left: 20px;
}
.border-line-grey .border-pad:after {
    display: none;
}
    .col-xl-2.w-16 {
        width: 100%;
    }
#sugar_crm_product .owl-controls .owl-dots{
	top: 35px;
}
.three-column > div {
   margin-bottom: 20px;
}
.curve_section .services-container::before{
	    left: -30%;
}
.curve_section .service-item.curve_one {
    position: relative;
    left: 12px;
}
.curve_section .service-item.curve_two{
    position: relative;
    left:50px;
}
.curve_section .service-item.curve_three {
    position: relative;
    left: 50px;
}
.btnTag{
	    width: 100%;
}
.bg_Blue.bg_Image{
	background-position: bottom;
}
.bg_Blue.bg_Image.one_1{
    background-position: right;	
}
.boxed_icons {
    padding: 20px;
}
.boxed_icons .panel-right
 {
    margin-top: 40px;
}
.certified-badge{
	    left: -25px;
		top: -25px;
}
.certified-badge-2{
	    left: -25px;
		top: -25px;
}
.curve_section .service-item.curve_four {
    position: relative;
    left: -10px;
}
.mysql-tabs .tab-content{
	margin-top: 30px;
	    padding: 0;
}
.vertical_tabs .nav .nav-item button.nav-link{
	    padding: 25px 0px;
}
.vertical_tabs{
	padding-right: 0;
}
.vertical_tabs .nav-pills{
	padding-right: 0;
}

#v-pills-faq{
	    justify-content: center;
    margin-top: 30px;
	    gap: 20px;
}
#v-pills-tab{
	gap: 10px;
}
.provenSec .customerSec .nav {
    margin-top: 1rem;
    padding-right: 0;
}

.TrustSec .TrustSec_Box{
	gap: 10px;
}

/*careers*/
.awsm-job-item h2.awsm-job-post-title a {
    font-weight: 600;
    font-size: 20px;
}
.awsm-job-more {
    position: relative;
	    top: 0;
}
.awsm-list-item .awsm-job-specification-item{
	    margin: 5px;
}


}






.aiExpertiseSection .aiExpertiseBlock1 {
	
}
.aiPoweredAutomation {
	color: var(--bs-white);
	background-image: linear-gradient(to right, #122a66, #3945ab, #b130d7);
}
.aiBtn {
	color: var(--bs-white);
	border: 1px solid var(--bs-white);
	padding: 0.75rem 2rem;
	
	-webkit-border-radius: 0.5rem;
	-moz-border-radius: 0.5rem;
	border-radius: 0.5rem;
}
.aiBtnDark {
	color: var(--defaultText);
	border-color: var(--defaultText);
}
.aiTopContent {
	position: relative;
}
.aiTopContent:before {
	content: url("../img/green-dot.png");
	position: absolute;
	top: 10%;
	bottom: 0;
	left: 0;
}
.aiTopContent:after {
	content: url("../img/greeen-blue-dot.png");
	position: absolute;
	right: 0;
	bottom: -2rem;
}
.strategiesSection {
	background: url("../img/bg/bg-artificial-intelligence-strategies.jpg") center center no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}
.artiStreBlock {
	color: var(--bs-white);
	border-color: var(--bs-white);
	padding: 1rem 1rem 0.5rem 1rem;
	height: 100%;
	margin-bottom: 0;
}
.artiStreBlock legend {
	border: none;
	padding: 0;
	max-width: 64px;
	margin-left: 1rem;
	margin-bottom: 0;
}
.artiStreBlock .title-2 {
	color: var(--bs-white);
	font-family: "Inter", sans-serif;
	font-weight: bold;
	margin-bottom: 0.75rem;
}
.artiSec-3 {
	background: #f1f1f1;
}


.modelValidationRow {
	
}
.modelValidationRow > div {
	margin-bottom: 1rem;
}
.modelValidationRow > div > ul {
	height: 100%;
	border: 2px solid var(--defaultBlue);
	padding: 1rem 3rem;
	border-radius: 0.5rem;
}
.modelValidationRow > div > ul li {
	margin-bottom: 0.5rem;
}
.modelDesignContent:before {
	content: url("../img/greeen-blue-dot.png");
	position: absolute;
	top: 90%;
	right: calc(100% - 60px);
	bottom: -2rem;
	transform: scaleX(-1);
}
.modelDesignContent:after {
	content: url("../img/green-dot.png");
	position: absolute;
	top: 130%;
	left: calc(100% - 60px);
	transform: scaleX(-1);
}
.modelMonitorFeedBackSection {
	color: var(--bs-white);
	background: url("../img/bg/model-monitoring.jpg") top center no-repeat;
	background-size: cover;
}
.connectBlock {
	background: url("../img/bg/bg-artificial-inteligencs-contact.jpg") top center no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}
.connectBlock .sitecoreForm {
	background: rgb(0 0 0 / 47%);
	padding: 2rem 3rem 1rem 3rem;
}
.connectBlock .sitecoreForm form .form-control {
	color: var(--bs-white);
	background: transparent;
	margin-bottom: 1.25rem;
	border: 3px solid var(--gray);
	
	-webkit-border-radius: 0.75rem;
	-moz-border-radius: 0.75rem;
	border-radius: 0.75rem;
}
.connectBlock .sitecoreForm form .form-control::placeholder {
	color: var(--bs-white);
}
.connectBlock .sitecoreForm form .form-control:focus {
	box-shadow: none;
}

/* privacy policy page */
.privacyBanner {
	background: url("../img/banner/privacy-policy-banner.jpg") center left no-repeat;
	background-size: cover;
}
.sslImgBlock {
	float: right;
	margin: 1rem 0 1rem 2rem;
}

/* sitemap page */
.sitemapBanner {
	background: url("../img/banner/sitemap-banner.jpg") center left no-repeat;
	background-size: cover;
}
.sitemap ul li{
	    margin-bottom: 6px;
}


/* cloud platforms */
.cloudBanner {
	background: url("../img/banner/cloud-platform-banner.jpg") center left no-repeat;
	background-size: cover;
}
.cloudPlatformsBlock .card {
	border: none;
	padding: 1rem;
	margin-bottom: 1.5rem;
}
.cloudPlatformsBlock .card .card-img {
	width: fit-content;
	margin: auto;
	max-height: 130px;
}
.cloudPlatformsBlock .card-img-overlay {
	position: relative;
	padding-bottom: 0.5rem;
}
.cloudPlatformsBlock .card-img-overlay .title-2 {
	margin-bottom: 0;
}
.expertBlock {
	position: relative;
}
img.box-shadow{
	box-shadow: 0px 6px 18px -14px #000;
	}
.expertBlock .expertContent {
	color: var(--bs-white);
	background: rgba(0,0,0,0.4);
	padding: 3rem;
	margin: 2rem;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	max-width: 50%;
}
.processBlock {
	margin-bottom: 3rem;
	height: 100%;
}
.processBlock .card .card-img {
	max-height: 60px;
	margin-top: 0.5rem;
}
.processBlock .card-img-overlay {
	padding: 1rem 0 0 0;
}
.processBlock .card-img-overlay p {
	margin-bottom: 0.25rem;
}
.numProcess {
	text-align: center;
	padding-bottom: 2rem;
}
.numProcess .title-2 {
	color: var(--bs-black);
	background: #f5f5f5;
	position: absolute;
	top: -1rem;
	right: 0;
	left: 0;
	margin: 0 auto;
	display: inline-block;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	
	-webkit-border-radius: 99px;
	-moz-border-radius: 99px;
	border-radius: 99px;
}


/* thank uou page */
.thankIco {
	display: inline-block;
}
.thankIco h1 {
	font-size: 58px;
	background: var(--gray);
	width: 100px;
	height: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	
	-webkit-box-shadow: 0 .125rem .25rem rgba(0,0,0,.075);
	-moz-box-shadow: 0 .125rem .25rem rgba(0,0,0,.075);
	box-shadow: 0 .125rem .25rem rgba(0,0,0,.075);
	
	-webkit-border-radius: 99px;
	-moz-border-radius: 99px;
	border-radius: 99px;
}






/* Extra large devices (large desktops, 1400px and up) */
@media (min-width: 1400px) {
	.container-fluid {
		padding-left: 5%;
		padding-right: 5%;
	}
	.modal-lg {
		max-width: 90%;
	}
	.bannerSecion .container-fluid {
		padding-left: calc(var(--bs-gutter-x) * .5);
		padding-right: calc(var(--bs-gutter-x) * .5);
	}
}

@media (min-width: 1600px) {
	.title-1 {
	font-size: 48px;
	}
	.title-2 {
		font-size: 40px;
	}
	.title-3 {
		font-size: 32px;
	}
	.title-4 {
		font-size: 24px;
	}
	.title-5 {
		font-size: 20px;
	}
	.title-6 {
		font-size: 18px;
	}
	.title-7 {
		font-size: 16px;
	}
	.font-small{
		font-size: 14px;
	}
	.font-extrasmall{
		font-size: 12px;
	}
}


/*Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) and (max-width: 1399px) {
	.modal-lg {
		max-width: 90%;
	}
	.owl-carousel.mysql-slider .owl-stage-outer{
	    overflow: unset;
}
}

/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199.98px) {
	.featured-sections .justify-content-end{
		justify-content: center !important;
	}
	.sitecoretext, .sitecoretext span{    font-size: 20px;}
	
}

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991.98px) {
	.title-1 {
		font-size: 24px;
		line-height: 30px;
	}
	.bannerSecion .carousel-inner .carousel-item .carousel-caption .block-2 h4 {
		font-size: 20px;
		letter-spacing: 2px;
		margin-bottom: 1.5rem;
	}
	.bannerSecion .carousel-inner .carousel-item .carousel-caption img {
		max-height: 32px;
	}
	.bannerSecion .carousel-inner .carousel-item .carousel-caption .borderContent img {
		max-height: 50px;
	}
	
	/* android Mobile Application Development page */
	.androMobAppDevBodyImg {
		background-size: cover;
	}
	
	/* portal development */
	.porDevBody {
		background: white;
	}
	.scaleSolutionSection .bigS ul {
		max-width: 260px;
	}
	
}
/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767.98px) {
	body {
		font-size: 14px;
		letter-spacing: 0.2px;
		line-height: 1.5;
	}
	.section {
		padding-top: 2rem;
		padding-bottom: 2rem;
		padding-left: 15px;
		padding-right: 15px;
	}
	.container {
		max-width: 100%;
	}
	
	.title-1 {
		font-size: 24px;
		line-height: 28px;
	}
	.title-1.large {
		font-size: 24px;
		line-height: 28px;
}
	.title-1.extra-large{
		font-size: 24px;
		line-height: 28px;
	}
	.title-1.extra-semi-large{
		font-size: 24px;
		line-height: 28px;
	}
	.title-2 {
		font-size: 20px;
		line-height: 24px;
	}
	.title-3 {
		font-size: 18px;
		line-height: 28px;
	}
	.title-4 {
		font-size: 18px;
		line-height: 28px;
	}
	.bannerSection-color .border-r-1 {
    border-right: 0;
}

.bannerSection-color .spacing {
    padding: 0px 0px;
}
.MissionSec .box-sec {
    padding: 30px 15px;
}
.w-265 {
    width: 100%;
}
.power_bi_box .grid-container{
	display: block;
}
#happyClientsSaying3.owl-carousel .owl-controls .owl-nav .owl-prev {
    left: 50px;
}
.max-wid-1050 {
    padding: 0px 12px;
}
.leaders-pills-tab {
    padding-left: 0;
    padding-right: 0;
    justify-content: center !important;
}
.leaders-pills-tab li {
    margin-bottom: 40px;
}

	.accordion .accordion-item .accordion-header .text-end p{
		font-size: 30px;
	}
	.accordion .accordion-item .accordion-header p{
		font-size: 24px;
	}
	.innerBannerBlock .title-1, 
	.bannerSecion .carousel-inner .carousel-item .carousel-caption .block-2 .title-1 {
		font-size: 24px;
		line-height: 28px;
		text-align: center;
		margin-bottom: 0.75rem !important;
	}
	.innerBannerBlock h4, 
	.bannerSecion .carousel-inner .carousel-item .carousel-caption .block-2 h4 {
		font-size: 16px;
		line-height: 24px;
		letter-spacing: 1px;
		text-shadow: 0px 2px 6px rgba(0,0,0,0.2);
		text-align: center;
		margin-bottom: 0.5rem;
	}
	.bannerSecion .carousel-inner .carousel-item .carousel-caption .borderContent img {
		max-height: 80px;
	}
	.btnDefault {
		font-size: 14px;
		padding: 0.325rem 1.25rem;
	}
	.testimonialSection {	        
		padding: 70px 1rem;
	}
	.happyClientsSayingSec.owl-carousel .owl-controls {
		right: -35px;
		left: -35px;
		position: relative;
	}
	.happyClientsSayingSec.owl-carousel .owl-controls .owl-nav .owl-prev {
    left: 30px;
}
.happyClientsSayingSec.owl-carousel .owl-controls .owl-nav .owl-next {
		right: -30px;
	}
	.owl-carousel .owl-controls .owl-nav .owl-prev, 
	.owl-carousel .owl-controls .owl-nav .owl-next {
		margin: 0;
	}
	.owl-carousel .owl-controls .owl-nav .owl-prev {
		left: -10px;
	}
	.owl-carousel .owl-controls .owl-nav .owl-next {
		right: -10px;
	}
	.formHome {
		padding: 2rem 1.25rem;
		margin-left: 0;
	}
	.aiExpertiseSection {
		background: #f8f8f8;
	}
	.tableauBanner .title-1{
		color: #000 !important;
	}
    /* margin-left: 3rem;
	footer.footer-3 {
		font-size: 12px;
		line-height: 30px;
	}
	footer.footer-3 h2 {
		margin-top: 1rem;
		margin-bottom: .75rem;
	}
	footer.footer-3 ul {
		margin-bottom: 1rem;
	}
	footer.footer-3 ul ~ h2 {
		margin-top: 2rem !important;
	}
	footer.footer-3 .copyBlock {
		text-align: center;
	}
	footer.footer-3 .copyBlock p {
		line-height: 1.5rem;
		margin-bottom: 0;
	}
	
	/* mobile-application-development page */
	.platBlock .platText {
		min-height: inherit;
	}
	
	/* application transformation */
	.wePerBlock .block-2 {
		background: url("../img/arrow-round-2.png") top center no-repeat;
		padding-top: 3rem;
		padding-left: 0;
	}
	
	/* careers */
	.circleRaw .circleSec .circleBlock .circleCon a {
		width: 100px;
		height: 100px;
	}
	
	/* portal development */
	.porDevBody {
		background: white;
	}
	.scaleSolutionSection .bigS {
		background: none;
	}
	/* web development page */
	.webDevBanner {
		background: url("../img/banner/web-development-banner.jpg") center center no-repeat;
		background-size: cover;
	}
	/* application development */
	.appDevBodyImg .section .pe-5 {
		padding-right: 0 !important;
	}
	
	/* product page */
	.productBanner {
		margin-bottom: 4rem;
	}
	.productDualImgBlock img {
		max-width: 250px;
		position: absolute;
		top: 4rem;
	}
	
	
	/* android Mobile Application Development page */
	.androMobAppDevBodyImg {
		background: url("../img/banner/mobile-touch.jpg") center left no-repeat;
		background-size: cover;
	}
	.androMobAppDevBodyImg .section .pe-4 {
		padding-right: 0 !important;
	}
	.ourClientsSection:before {
		display: none;
	}
	
	/* artificial intelligence page */
	.aiTopContent:after, 
	.aiTopContent:before {
		content: '';
		display: none;
	}
	
	/* privacy policy page */
	.sslImgBlock {
		width: 100%;
		float: inherit;
		text-align: center;
		margin: 0 0 20px 0;
	}
	
	
	/* cloud platforms */
	.expertBlock .expertContent {
		color: var(--bs-white);
		background: var(--bs-black);
		padding: 2rem 1rem 1rem 1rem;
		margin: 0;
		position: relative;
		max-width: 100%;
	}
	.tableauBanner .mobile{
		    background: #fff;
	    padding: 30px;
	}
	.tableauBanner{
		    background-position: right;
	}
	.mobile-gap{
		    gap: 50px;
	}
	.tableauBanner img {
	    margin-bottom: 0px;
	}
	.tableau-creation .order-change{
		order: 2;
	}
	.tableau-creation img{
		    max-width: 320px;
	}
	.bg-colors{
		display: none;
	}
	.SugarCrmCardBlock {
		text-align: center;
	    left: 0;
	}
	
	/* power-apps page */
	.PowerAppsCodes{
		background: none;
		margin-top: 0;
		margin-bottom: 0;
	}
	.iosValueRow .valBlock {
		margin-top: 0;
	}
	.iosValueRow .valBlock.left {
		text-align: left;
	}
	.iosValueRow .valBlock.left p:after {
		content: '';
		display: none;
	}
	.iosValueRow .valBlock.left p:before {
		content: '●';
		color: #000;
		font-size: 18px;
		padding: 2px 8px;
		display: inline-block;
	}
	.iosValueRow .valBlock.left p:nth-child(4), 
	.iosValueRow .valBlock.left p:nth-child(1) {
		margin-right: 0;
	}
	.iosValueRow .valBlock p:nth-child(4), 
	.iosValueRow .valBlock p:nth-child(1) {
		margin-left: 0;
	}
	.topicBandSec .pointSec{
		display: block;
	}
	.topicBandSec .pointSec .pointCon{
		border-right: 0;
		padding: 15px 0px;
	}

}

/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767.98px) {
	
}
/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 420px) and (max-width: 575.98px) {
	/* careers */
	.careerBanner {
		padding-bottom: 140px;
	}
}
/*Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 419.98px) {
	/* chat css */
	.chat_box {
		left: 20px;
		width: calc(100% - 2rem);
	}
	/* chat css end */
}




/*custom css*/
.max-w-80{
	max-width: 80%;
}



.social.text-center li:nth-child(1), .social.text-center li:nth-child(4) {
    display: none;
}

.salesforceimg img {
    max-width: 280px;
}




/*style wordpress page*/
.header-main, .page-header, .footer-b {
    display: none;
}
.hire_btn{
    background: transparent;
    color: #000 !important;
    border: 1px solid #000;
    border-radius: 50px !important;
    padding: 10px 20px !important;
}
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1200px !important;
    }
	.awsm-list-item .awsm-job-item {
       border-top: 1px solid #BDBBB7;
    position: relative;
    padding: 30px 0px;
	    background: none;
}
.awsm-job-form-plugin-style .awsm-selectric .label{
	    font-weight: 500;
    font-size: 16px;
    color: #000;
    text-transform: capitalize;
}

.awsm-lists{
	border: none;
}
.awsm-list-item .awsm-job-specification-item{
	    background: transparent;
    color: #000;
    border: 2px solid #000;
    border-radius: 50px;
    font-weight: 500;
    font-size: 18px;
    padding: 7px 15px;
}
.awsm-job-item h2.awsm-job-post-title a {
    font-weight: 600;
    font-size: 32px;
}
.awsm-list-left-col {
    float: left;
    width: 100%;
}
.awsm-list-right-col {
    width: 100%;
    text-align: left;
}
.awsm-list-item h2.awsm-job-post-title {
    margin-bottom: 15px;
}
.awsm-filter-wrap .awsm-filter-items{
	width: 20%;
}
.awsm-filter-item-search{
	width: 80%;
}
.awsm-job-form-plugin-style .awsm-job-form-control {
    border-radius: 40px;
    border: 1px solid #000;   
	font-size: 18px;
    font-weight: 500;
    color: #000;
}
.awsm-list-item .awsm-job-specification-wrapper{
        width: 100%;
}
.awsm-job-more {
    position: absolute;
    top: 30px;
    right: 0px;
    font-size: 32px;
    font-weight: 600;
}
.awsm-job-container{
	padding-top: 0;
}
.awsm-selectric {
    border-radius: 40px !important;
    border: 1px solid #000;
}
.awsm-filter-wrap .awsm-filter-item {
    width: 100%;
}

.post-navigation, .single .site-main footer.entry-footer, #secondary {
    display: none;
}

.awsm-job-specification-job-type .awsm-job-specification-term:before {
    content: url(http://skybridgeinfotech.in/new/img/time_1.svg);
    position: relative;
    /* z-index: 100000; */
    left: -4px;
    top: 3px;
}

.awsm-job-specification-job-category .awsm-job-specification-term:before {
    content: url(http://skybridgeinfotech.in/new/img/experience_1.svg);
    position: relative;
    /* z-index: 100000; */
    left: -4px;
    top: 3px;
}

.awsm-job-specification-job-location .awsm-job-specification-term:before {
    content: url(http://skybridgeinfotech.in/new/img/location_1.svg);
    position: relative;
    /* z-index: 100000; */
    left: -4px;
    top: 3px;
}
.awsm-job-more:after {
    content: url(http://skybridgeinfotech.in/new/img/arrow_1.svg);
    position: relative;
    left: 12px;
    top: 3px;
}
.awsm-job-more span{
	display: none;
}
.awsm_job_spec_below_content .awsm-job-specification-term:before{
	display: none;
}
.awsm-selectric-items li {
       font-family: "Inter", sans-serif;
	       font-size: 16px;
    text-transform: capitalize;
}
.awsm-job-search-btn.awsm-job-search-icon-wrapper {
    background: #101010;
    padding: 12px;
    width: 40px;
    height: 40px;
    margin-left: 1rem;
    -webkit-transition: 0.5s all ease-in-out;
    -moz-transition: 0.5s all ease-in-out;
    animation: 0.5s all ease-in-out;
    -o-transition: 0.5s all ease-in-out;
    transition: 0.5s all ease-in-out;
    -webkit-border-radius: 99px;
    -moz-border-radius: 99px;
    border-radius: 99px;
    position: absolute;
    top: 5px;
    right: 5px;
	transform: rotate(40deg);
}
.awsm-job-icon-arrow-up:before {
    color: #fff;
	    position: relative;
    top: -15px;
}
h1.page-title.awsm-jobs-archive-title {
    display: none;
}
.single .site-main article .entry-title, .page .site-main article .entry-title {
    margin-bottom: 10px !important;
}
.wp-theme-jobscout .section.py-0{
	position: relative
}
.wp-theme-jobscout .section.py-0 .container:after {
    content: url(http://skybridgeinfotech.in/new/img/ellipse.png);
    position: absolute;
    top: -180px;
    right: 0;
}
.wp-theme-jobscout .section.py-0 .container:before {
    content: url(http://skybridgeinfotech.in/new/img/ellipse.png);
    position: absolute;
    top: -20px;
    left: -180px;
    transform: rotate(-150deg);
}