/*fonts*/
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Nunito:ital,wght@0,200..1000;1,200..1000&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Rajdhani:wght@300;400;500;600;700&display=swap');


/* Paste this css to your style sheet file or under head tag */
/* This only works with JavaScript, 
if it's not present, don't show loader */
.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.se-pre-con {
  display: block;
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  opacity: .7;
  background: url('../images/loader.gif') center no-repeat #fff;
}

img {
	max-width: 100%;
	height: auto;
	display: inline-block;
}
html, body{overflow-x: hidden;}
*{
	box-sizing: border-box;
}
body{
	padding: 0;
	margin: 0;
	background-color: #f7f6f9;
	font-family: "Poppins", sans-serif;
	font-size: 1rem;
	color: #5e5d60;
	line-height: 1.6;
}
body::-webkit-scrollbar-thumb{
	background: #bdbac1;
}
body::-webkit-scrollbar {
	width: 1rem;
}
::-webkit-scrollbar {
	width: 0.5rem;
	height: 0.5rem;
}
::-webkit-scrollbar-track {
	background: #ece8f1;
}
::-webkit-scrollbar-thumb {
	background: #f2f0f5;
}
a, a:hover{
	text-decoration: none;
}
a, button{
	transition: all 0.3 ease-in-out;
}
header {
	position: relative;
	z-index: 999;
}
.top-header {
	background: linear-gradient(128deg, #00aba4 0%, 25%,  #968d1a 50%, 75%, #ff860c 100%);
	padding: 5px 0;
}
.top-header a {
	font-size: 14px;
	color: #ffffff;
	font-weight: 500;
	font-family: "Nunito", sans-serif;
}
.top-header .flex-wrap {
	justify-content: space-between;
	align-items: center;
	align-content: space-between;
	flex-basis: auto;
	flex-grow: 1;
	flex-shrink: 1;
	align-self: auto;
	display: flex;
}
.top-header .flex-wrap div {
	width: 25%;
}
.top-header .flex-wrap div.second-box{
	text-align: center;
}
.second-box a span {
	font-size: 12px;
}
ul.top-bar-social {
	list-style-type: none;
	display: flex;
	margin: 0;
	padding: 0;
	justify-content: right;
	align-items: center;
	gap: 10px;
}
ul.top-bar-social a {
	width: 28px;
	height: 28px;
	display: inline-block;
	text-align: center;
	line-height: 28px;
	border-radius: 5px;
	border: 1px solid #fff;
}
ul.top-bar-social a:hover{
	background: #3579f3;
}

.header-menu-outer{
	justify-content: flex-end;
}
.menu-item-has-children, li.mini-cart-wrap.cart-link-outer, li.menu-dropdown {
	position: relative;
	padding: 0 1rem;
}
li.menu-item {
	padding: 1rem 1rem;
	font-size: 1rem;
	font-family: "Poppins", sans-serif;
}
li.menu-item a{
	color: #fff;
}
.sub-menu{
	position: absolute;
	top: 22.5rem;
	background-color: #166cfb;
	padding: 1rem;
	list-style: none;
	min-width: 20rem;
	visibility: hidden;
	opacity: 0;
	transition: 0.3s all ease-in-out;
	z-index: 99;
	border-radius: 0.25rem;
	box-shadow: 0 1.188rem 2.188rem rgb(63 20 115 / 25%);
}
.sub-menu li.menu-item{
	padding: 0rem 0rem;
}
.sub-menu li.menu-item a{
	padding: 0.75rem 1rem;
	display: block;
}
.sub-menu li.menu-item a:hover{
	background: rgba(255, 255, 255, 0.5);
}
.menu-item-has-children:hover .sub-menu, 
.menu-dropdown:hover .sub-menu{
	opacity: 1;
	visibility: visible;
	top: 2.5rem;
}
.menu-item-has-children:after {
	position: absolute;
	content: "\f107";
	font: normal normal normal 14px / 1 FontAwesome;
	right: 2px;
	top: 53%;
	color: #f9f8fb;
	transform: translateY(-50%);
	font-size: 1rem;
}
.navbar{
	background: rgba(255, 255, 255, 0.1);	
}
/*.navbar-brand{
	filter: brightness(0) invert(1);
}*/
.navbar.menu-show {
	position: fixed;
	background: #166cfb;
	transition: .5s all ease-in-out;
	box-shadow: 0.0625rem 0.0625rem 0.625rem rgb(0 0 0 / 18%);
	top: 0;
	width: 100%;
	z-index: 99;
}
.menu-show.menu-hide {
	transform: translateY(-15rem);
}
.homepage-banner{
	background: url('../images/hero-bg.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	padding: 160px 36px 60px;
	margin: -104px 0 0;
}
.homepage-banner .carousel-item .row{
	height: calc(100vh - 258px);
}
.homepage-banner .carousel-item img{
	width: 100%;
	height: 400px;
	object-fit: fill;
}
.homepage-banner .carousel-item h1{
	font-size: 50px;
	margin-bottom: 15px;
	color: #ffffff;
	font-family: "Rajdhani", sans-serif;
	font-weight: 600;
}
.homepage-banner .carousel-item h1 span{
	 color: #FFC107;
 }
.homepage-banner .carousel-item h5{
	margin-bottom: 25px;
	color: #fff;
	font-weight: 300;
}
.yellow-btn{
	padding: 13px 35px;
	border-radius: 30px;
	display: inline-block;
	align-items: center;
	line-height: 100%;
	font-size: var(--size-default);
	font-weight: 600;
	font-family: "Inter", sans-serif;
	cursor: pointer;
	border: 1px solid transparent;
	text-transform: capitalize;
	text-align: center;
	max-width: -moz-max-content;
	max-width: max-content;
	background: #FFC107;
	position: relative;
	overflow: hidden;
}
.yellow-btn span{
	position: relative;
	z-index: 2;
	color: #fff;
}
.yellow-btn::after{
	position: absolute;
	content: "";
	width: 0;
	height: 100%;
	left: 0%;
	top: 0;
	background: #166cfb;
	z-index: 1;
	border-radius: 24px;
	transition: 0.5s;
}
.yellow-btn:hover{
	border: 1px solid #166cfb;
}
.yellow-btn:hover::after{
	width: 100%;
}
.cloud-services{
	background: url('../images/feature-bg.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	padding: 100px 0 100px;
	position: relative;
}
.single-feature-item-box {
	border-radius: 20px;
	filter: drop-shadow(0px 10px 35px rgba(177, 235, 231, 0.3));
	background-color: rgba(255, 255, 255, 0.2);
	border: 2px solid rgba(255, 255, 255, 0.8);
	text-align: center;
	padding: 10px 0 38px;
	margin-bottom: 20px;
	transition: 0.5s;
	display: block;
}
.single-feature-item-box:hover {
	transform: translateY(-10px);
}
.featurea-itme-icon{
	padding: 30px 0;
}
.featurea-itme-icon img {
	max-width: 100px;
}
.feature-content h4 {
	font-size: 24px;
	line-height: 32px;
	color: #041424;
	font-weight: 600;
	font-family: "Rajdhani", sans-serif;
	margin: 0;
}
.section-title {
	font-size: 46px;
	line-height: 39px;
	color: #041424;
	font-weight: 700;
	font-family: "Rajdhani", sans-serif;
}
.section-title-small{
	font-size: 18px;
	color: #166cfb;
	font-weight: 600;
	display: inline-block;
	margin: 0;
	border-radius: 40px;
	background-color: rgba(255, 255, 255, 0.2);
	border: 1px solid rgba(12, 90, 219, 0.1);
	padding: 7px 30px;
	margin-bottom: 29px;
	font-family: "Rajdhani", sans-serif;
}
.feature-content h3 {
    color: #0071ff;
    padding: 20px 30px;
    margin: 0;
}
.offerings-row .single-feature-item-box{padding-bottom: 10px;}
.about-area {
	background: url(../images/feature-bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	padding: 100px 0 100px;
	position: relative;
}
.about-image {
	height: calc(100% - 5px);
}
.about-image img {
	min-height: 280px;
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.about-content p {
	margin-bottom: 0;
}
.about-content ul {
    margin-top: 20px;
}
.about-content ul li{
	margin: 0 0 10px;
}
.service-details {
	background: url('../images/choose-us-bg.png') no-repeat;
	background-size: cover;
	padding: 120px 0 100px;
	position: relative;
	background-attachment: fixed;
}
.single-choose-us-box {
	border-radius: 10px;
	background-color: rgba(255, 255, 255, 0.07);
	padding: 37px 46px 28px;
	/*margin-bottom: 28px;*/
	transition: 0.5s;
	border: 1px solid rgba(255, 255, 255, 0.07);
	height: 100%;
}
.single-choose-us-box p {
	font-size: 16px;
	line-height: 26px;
	color: #7491b7;
	margin-top: 22px;
}
.single-choose-us-box:hover {
	border: 1px solid #0071ff;
}
.choose-us-title {
	display: flex;
	align-items: center;
	gap: 20px;
}
.choose-us-numbar i {
	font-size: 26px;
	color: #fff;
	font-weight: 600;
	width: 60px;
	height: 60px;
	border-radius: 10px;
	background-color: #0071ff;
	border: 1px solid rgba(0, 113, 255, 0.15);
	text-align: center;
	line-height: 60px;
	transition: 1s;
}
.single-choose-us-box:hover .choose-us-numbar i {
	transform: rotate(362deg);
}
.choose-us-text h4 {
	font-size: 22px;
	line-height: 28px;
	font-weight: 500;
}
.choose-us-text h4 a{
	color: #ffffff;
}
.read-more-btn:hover{
	color: #fff;
}
.service-details .section-title,
.service-details .section-title-small {
	color: #fff;
}
.helping-customers-row .mvc-image{
	margin: 0 auto;
    max-width: 9em;
    padding-bottom: 2em;
}
.helping-customers-row .single-choose-us-box{
	padding: 37px 16px 28px;
}
.helping-customers-row .mvc-info h4 {
    font-size: 16px;
    line-height: 1.5;
    text-align: center;
}
.our-clients{
	padding: 100px 0;
	background: url(../images/feature-bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.our-clients-box {
	overflow: hidden;
	background: linear-gradient(0deg, #033AA7 33.22%, #0774FF 99.45%);
	padding: 50px 0;
	border-radius: 10px;
}
.our-clients-box .marquee {
	padding: 0;
	margin: 0;
	will-change: transform;
	animation: marquee 25s linear infinite;
	display: flex;
	padding: 5px 0;
	list-style-type: none;
}
.our-clients-box .marquee:hover {
	animation-play-state: paused;
}
.our-clients-box .marquee li {
	background-color: #166cfb;
	background-image: linear-gradient(#f7f6f9, #166cfb);
	flex: 0 0 20%;
	position: relative;
	text-align: center;
	margin: 0 10px;
	justify-content: space-between;
	display: flex;
	flex-direction: column;
}
.our-clients-box .marquee li img {
	padding: 20px;
	background: #fff;
	height: 160px;
	object-fit: contain;
}
.logo-txt {
	color: #fff;
	min-height: 107px;
	padding: 15px;
}
@keyframes marquee {
	0% {
		transform: translateX(0%);
	}
	100% {
		transform: translateX(-100%);
	}
}
.our-clients-box .marquee.odd {
	animation: marquee-2 25s linear infinite;
}
@keyframes marquee-2 {
	0% {
		transform: translateX(-100%);
	}
	100% {
		transform: translateX(0%);
	}
}
/*.view-all-our-partners-list,
.view-all-our-clients-list{
	display: none;
}*/
.all-logo-display-list {
    list-style: none;
    margin: 0 0 0;
    padding: 0 0 0;
    display: flex;
    flex-wrap: wrap;
    gap: 1em;
}
.all-logo-display-list li {
    flex: 0 0 auto;
    width: 18.5%;
    background-color: #166cfb;
    background-image: linear-gradient(#f7f6f9, #166cfb);
    position: relative;
    text-align: center;
    margin: 0 0px;
    justify-content: space-between;
    display: flex;
    flex-direction: column;
}
.all-logo-display-list li img {
    padding: 20px;
    background: #fff;
    height: 160px;
    object-fit: contain;
}
.our-partners{
	padding: 100px 0 100px;
	background: url(../images/choose-us-bg.png) no-repeat;
	background-size: cover;
	background-position: center bottom;
}
.our-partners .section-title{
	color: #fff;
}
.faq-area {
	padding: 100px 0 100px;
	background: url('../images/feature-bg.png') no-repeat;
	background-size: cover;
}
.faq-image {
	height: 100%;
	width: 100%;
	background-image: url('../images/faq.png'), linear-gradient(#f7f6f9, #166cfb);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	min-height: 280px;
}
/*.faq-image img {
	height: 500px;
	width: 100%;
	object-fit: contain;
	background-image: linear-gradient(#f7f6f9, #166cfb);
	padding: 40px;
}*/
.what-clients-say{
	padding: 100px 0;
	background: #fff;
}
.single-clients {
	transition: all 0.3s ease-in;
	padding: 40px;
	border: 1px solid #EAEFFF;
	border-radius: 10px;
	background: #FAFBFF;
	position: relative;
	z-index: 1;
	transition: 0.5s;
}
.single-clients:hover{
	transform: translateY(-15px);
}
.single-clients::before {
	position: absolute;
	content: "";
	background: linear-gradient(180deg, #D8EAFF 0%, #F6F6F6 100%);
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 10px;
	z-index: -2;
	transition: all 0.3s;
	opacity: 1;
	border-bottom: 5px solid #CCE4FF;
}
.single-clients::after {
	position: absolute;
	content: "";
	background: linear-gradient(180deg, #187EFF 0%, #0445C5 100%, #044DDF 100%);
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 10px;
	z-index: -2;
	opacity: 0;
	transition: all 0.3s;
	border-bottom: 5px solid #013396;
}
.single-clients:hover::after {
	opacity: 1;
}
.single-clients-svg{
	position: absolute;
	z-index: 3;
	top: 0;
	right: 0;
}
.single-clients .icon {
	font-size: 34px;
}
.single-clients .clients-info {
	position: relative;
	padding-left: 80px;
	padding-top: 5px;
	margin-top: 25px;
	margin-left: 25px;
	margin-bottom: 5px;
}
.single-clients .clients-info img {
	width: 65px;
	height: 65px;
	display: inline-block;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: 0.5s;
	transition: 0.5s;
}
.single-clients .clients-info h3 {
	margin-bottom: 0;
	font-size: 22px;
}
.single-clients .clients-info span {
	display: block;
	color: #3c62e9;
	font-size: 14px;
	margin-top: 5px;
	font-weight: 600;
}

.single-clients:hover p,
.single-clients:hover .clients-info h3,
.single-clients:hover .clients-info span,
.single-clients:hover .icon{
	color: #fff;
}
.what-clients-say .carousel-indicators {
	margin-bottom: -3rem;
}
.what-clients-say .carousel-indicators li {
	background: #0071ff;
	border: 4px solid #fff;
}

.what-clients-say .carousel-indicators li, 
.what-clients-say .carousel-indicators li.active {
	width: 17px;
	height: 17px;
	border-radius: 0;
	margin: 1px 5px;
	box-sizing: border-box;
}
.what-clients-say .carousel-indicators li.active {
	color: #fff;
	background: #FFC107;
	border: 5px double;
}

/*inner pages*/
.inner-banner {
	background: url(../images/hero-bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	padding: 104px 0 0px;
	margin: -104px 0 0;
	position: relative;
}
.inner-banner-image{
	padding: 0px 0 0;
	width: 100%;
	z-index: 1;
}
.inner-banner-image img{
	width: 100%;
	height: 280px;
	object-fit: cover;
	opacity: 0.3;
}
.inner-banner-middle {
	position: absolute;
	left: 0;
	top: 104px;
	width: 100%;
	z-index: 2;
	padding: 100px 0px 100px;
}
.inner-banner h1 {
	font-size: 50px;
	margin-bottom: 15px;
	color: #FFC107;
	/* color: #fff; */
	font-family: "Rajdhani", sans-serif;
	font-weight: 600;
	text-align: center;
	text-shadow: 0 0 15px rgb(2 13 73 / 50%);
}
.mvc-info h4 {
	font-size: 22px;
	line-height: 28px;
	font-weight: 500;
	color: #fff;
}
.mvc-info ul{
	margin: 22px 0 0;
	padding-left: 17px;
}
.mvc-info ul li {
	font-size: 16px;
	line-height: 26px;
	color: #7491b7;
}
.mvc-box {
	overflow: hidden;
	transition: 0.5s;
	position: relative;
}
.mvc-image {
	margin: -40px -50px 40px;
}
.mvc-box:hover {
	transform: translateY(-10px);
}
.list-unstyled {
	padding-left: 0;
	list-style: none;
}
.contact-form .form-group .help-block.with-errors ul {
	color: red;
	margin-bottom: 0;
	margin-top: 10px;
}
.contact-form .form-group {
	margin-bottom: 15px;
}
.contact-form .default-btn{
	padding: 13px 35px;
	border-radius: 5px;
	width: 100%;
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	font-family: "Inter", sans-serif;
	cursor: pointer;
	border: 1px solid transparent;
	text-transform: capitalize;
	text-align: center;
	background: #FFC107;
	position: relative;
	overflow: hidden;
	margin: 15px 0 0;
}
.contact-form .default-btn span {
	position: relative;
	z-index: 2;
	color: #fff;
}
.contact-form .default-btn::after {
	position: absolute;
	content: "";
	width: 0;
	height: 100%;
	left: 0%;
	top: 0;
	background: #166cfb;
	z-index: 1;
	transition: 0.5s;
}
.contact-form .default-btn:hover{
	border: 1px solid #166cfb;
}
.contact-form .default-btn:hover::after {
	width: 100%;
}
.single-blog {
	border-radius: 20px;
	filter: drop-shadow(0px 10px 35px rgba(177, 235, 231, 0.3));
	background-color: rgba(255, 255, 255, 0.5);
	border: 1px solid rgba(255, 255, 255, 0.8);
	padding: 0;
	transition: 0.5s;
	height: 100%;
	overflow: hidden;
}
.single-blog:hover{
	transform: translateY(-10px);
	border: 1px solid #0071ff;
}
.single-blog .image {
	position: relative;
	overflow: hidden;
	height: 216px;
}
.single-blog .image img{
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.single-blog .image .tag {
	display: inline-block;
	font-size: 15px;
	background-color: #FFC107;
	color: #fff;
	padding: 5px 20px;
	position: absolute;
	left: 10px;
	bottom: 10px;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	border-radius: 5px;
}
.single-blog:hover .image .tag{
	background: #166cfb;
}
.single-blog .content {
	padding: 25px;
}
.single-blog .content h3 {
	font-size: 24px;
	line-height: 32px;
	color: #041424;
	font-weight: 600;
	font-family: "Rajdhani", sans-serif;
	margin: 0;
}
.single-blog .content h3 a{
	color: #041424;
}
.single-blog:hover .content h3 a{
	color: #166cfb;
}
.cloud-services .tabs-nav ul{
	list-style-type: none;
	padding: 0;
	display: flex;
	gap: 1px;
	justify-content: center;
}
.cloud-services .tabs-nav ul li{
	border-radius: 6px;
	filter: drop-shadow(0px 10px 35px rgba(177, 235, 231, 0.3));
	background-color: rgb(118 118 118 / 22%);
	border: 2px solid rgba(255, 255, 255, 0.8);
	padding: 20px 15px;
	transition: 0.5s;
	flex: 0 0 18%;
}
.cloud-services .tabs-nav ul li .featurea-itme-icon {
	padding: 0px 0;
}
.cloud-services .tabs-nav ul li .featurea-itme-icon img {
	max-width: 34px;
}
.cloud-services .tabs-nav ul li .feature-content h4 {
	font-size: 18px;
	line-height: 1;
	color: #041424;
	font-weight: 600;
	font-family: "Rajdhani", sans-serif;
	margin: 0;
}
.cloud-services .tabs-nav ul li .feature-tab-nav-box {
	display: flex;
	align-items: center;
	gap: 10px;
}
.cloud-services .tabs-nav li.active {
	background: #ffc107;
}
.cloud-services .tabs-content:not(:first-child) {
	display: none;
}
.services-details-image img {
	width: 100%;
}
.section-title-sub{
	font-size: 36px;
	line-height: 39px;
	color: #041424;
	font-weight: 700;
	font-family: "Rajdhani", sans-serif;
}
.assessment-migration{
	padding: 100px 0 0;
}
.services-details-image {
	height: 100%;
}
.services-details-image img {
	width: 100%;
	height: 300px;
}
.single-choose-us-box2{
	border-radius: 10px;
	background-color: rgba(255, 255, 255, 0.07);
	padding: 37px 46px 28px;
	transition: 0.5s;
	border: 1px solid rgba(255, 255, 255, 0.07);
	height: 100%;
	display: flex;
	gap: 20px;
}
.single-choose-us-box2:hover {
	border: 1px solid #0071ff;
}
.choose-us-image {
	width: 40%;
	background: #fff;
	background-color: #0071ff;
	border: 1px solid rgba(0, 113, 255, 0.15);
	display: flex;
	border-radius: 10px;
}
.choose-us-image-info h4{
	color: #fff;
}
.choose-us-image-info ul{
	color: #7491b7;
}
.choose-us-image-info {
	width: 60%;
}
.micro-bx {
    width: 100%;
    background: #ffffff;
    padding: 34px;
    margin-bottom: 20px;
    transition: all 0.3s ease-in-out;
    box-shadow: 0 5px 10px rgb(154 160 185 / 5%), 0 15px 40px rgb(166 173 201 / 20%);
}
.micro-bx:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    transition: opacity 0.3s ease-in-out;
}
.micro-bx h2 {
    color: #006ebd;
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 10px;
}
.micro-bx h2 img {
    width: 55px;
}








/*footer*/
.scroll-top#topbtn {    
	position: fixed;
    bottom: 1.5rem;
    right: 1.5rem;
    z-index: 99;
    background-image: linear-gradient(128deg, #00aba4 0%, 25%, #968d1a 50%, 75%, #ff860c 100%);
    padding: 0.4rem 1rem;
    border-radius: 50%;
    color: #f7f6f9;
    transition: .5s all ease-in-out;
    opacity: 1;
    font-size: 20px;
    border: 2px solid #ffffff;
    visibility: hidden;
}
.progress-container {
	position: fixed;
	bottom: 0;
	z-index: 999;
	width: 100%;
	height: 0.5rem;
}
.progress-bar {
	height: 0.5rem;
	/*background: linear-gradient(128deg, rgb(63, 20, 115) 0%, 25%, rgb(175 59 116) 50%, 75%, rgb(219 75 84) 100%);*/
	background: linear-gradient(128deg, #00aba4 0%, 25%,  #968d1a 50%, 75%, #ff860c 100%) ;
	width: 0%;
}
.progress-bar {
	display: flex;
	flex-direction: column;
	justify-content: center;
	overflow: hidden;
	text-align: center;
	white-space: nowrap;
}
.footer-area {
	background-color: #020d49;
	background-image: url('../images/cta__two__bg (1).png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: bottom right;
	z-index: 1;
	overflow: hidden;
	padding: 100px 0 10px;
}
.single-footer-widget {
	margin-bottom: 30px;
}
.single-footer-widget h2 {
	font-size: 25px;
	color: #fff;
	margin-bottom: 30px;
	font-weight: 500;
	position: relative;
	padding-bottom: 15px;
}
.single-footer-widget h2::before {
	position: absolute;
	content: "";
	height: 100%;
	width: 100px;
	border-bottom: 1px solid #fff;
}
.single-footer-widget p {
	color: #fff;
	font-size: 15px;
	margin-bottom: 15px;
}
.single-footer-widget .footer-contact-info {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.single-footer-widget .footer-contact-info li {
	margin-bottom: 20px;
	color: #fff;
	position: relative;
	padding-left: 25px;
	font-size: 15px;
	font-family: "Nunito", sans-serif;
}
.single-footer-widget .footer-contact-info li i {
	position: absolute;
	left: 0;
	top: 3px;
	font-size: 16px;
	color: #fff;
	line-height: 1;
}
.single-footer-widget .footer-contact-info li a:hover {
	color: #3c62e9;
}
.single-footer-widget .footer-contact-info li a {
	display: inline-block;
	color: #fff;
	font-weight: 400;
	position: relative;
	font-size: 15px;
}
.footer-social {
	padding: 0;
	margin: 0;
	list-style-type: none;
	display: flex;
	gap: 10px;
}
.footer-social li a{
	background: #fff;
	width: 30px;
	height: 30px;
	line-height: 30px;
	display: block;
	text-align: center;
	border-radius: 30px;
}
.footer-social li a:hover{
	background: #0d6efd;
	color: #fff;
}
.single-footer-widget .quick-links {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.single-footer-widget .quick-links li {
	color: #fff;
	font-size: 15px;
	list-style-type: none;
	margin-bottom: 15px;
}
.single-footer-widget .quick-links li a {
	display: inline-block;
	color: #fff;
	font-weight: 400;
	position: relative;
}
.single-footer-widget .quick-links li a:hover {
	color: #3c62e9;
}
.single-footer-widget .quick-links li a::before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
	height: 1px;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	background-color: #3c62e9;
}
.single-footer-widget .quick-links li a:hover::before {
	width: 100%;
}
.single-footer-widget .quick-links li a i {
	position: relative;
	top: 1px;
}
.single-footer-widget .footer-newsletter-box .newsletter-form .input-newsletter {
	width: 100%;
	background-color: #fff;
	border: 1px solid #fff;
	border-radius: 0;
	height: 55px;
	padding: 15px;
	color: #202647;
	font-size: 14px;
	font-weight: 500;
	border-radius: 5px;
}
.subscribe-btn {
	padding: 13px 35px;
	border-radius: 5px;
	width: 100%;
	font-size: 20px;
	font-weight: 600;
	font-family: "Inter", sans-serif;
	cursor: pointer;
	border: 1px solid transparent;
	text-transform: capitalize;
	text-align: center;
	background: #FFC107;
	position: relative;
	overflow: hidden;
	margin: 15px 0 0;
}
.subscribe-btn span {
	position: relative;
	z-index: 2;
	color: #fff;
}
.subscribe-btn::after {
	position: absolute;
	content: "";
	width: 0;
	height: 100%;
	left: 0%;
	top: 0;
	background: #166cfb;
	z-index: 1;
	transition: 0.5s;
}
.subscribe-btn:hover {
	border: 1px solid #166cfb;
}
.subscribe-btn:hover::after {
	width: 100%;
}
.copyright-area {
	padding-top: 20px;
	padding-bottom: 30px;
	background-color: #020d49;
	border-top: 2px solid #09134e;
}
.copyright-area-content p {
	color: #fff;
	font-weight: 500;
	font-size: 14px;
	margin: 0;
}
.blg-detl-bx {
    display: flex;
    justify-content: space-between;
    margin: 20px 0 9px;
    color: #000;
}
.btn-social_lft a {
    background: #288bd5;
    color: #fff;
    padding: 2px 8px;
}
.btn-social_lft a:hover{
	background: #FFC107 !important;
}
date {
    display: flex;
    align-self: center;
    background: #FFC107;
    padding: 0px 10px;
    font-size: 14px;
}
.blog-details-info{
	color:#565656;
}
.widget.widget_ostin_posts_thumb {
    color: #212529;
    background-color: #fff;
    border: #dee2e6;
        padding: 15px;
}
.widget-title {
    font-size: 25px;
    padding: 15px;
    background: #e7f1ff;
    box-shadow: inset 0 -1px #dee2e6;
}
article.item {
    padding: 15px;
    background: #f5f5f5;
    margin-bottom: 8px;
}
.widget.widget_ostin_posts_thumb .item .thumb {
    float: left;
    height: 80px;
    overflow: hidden;
    display: block;
    position: relative;
    width: 80px;
    margin-right: 15px;
    z-index: 1;
}
.widget.widget_ostin_posts_thumb .item .thumb .fullimage {
    width: 80px;
    height: 80px;
    display: inline-block;
    border-radius: 5px;
    background-size: cover !important;
    background-repeat: no-repeat;
    background-position: center center !important;
}
.widget_ostin_posts_thumb .item .info .title {
    margin-bottom: 0;
    line-height: 1.4;
    font-size: 16px;
    font-weight: bold;
}
.widget_ostin_posts_thumb .item .info span {
    display: block;
    margin-top: -5px;
    margin-bottom: 5px;
    font-size: 14px;
}
.common-page h2{
	font-size: 26px;
}
.common-page h3{
	font-size: 20px;
}
.common-page p{
	margin-bottom: 20px;
}
.brochure-form .form-group {
    margin-bottom: 15px;
}
.brochure-form .default-btn {
    padding: 13px 35px;
    border-radius: 5px;
    width: 100%;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    font-family: "Inter", sans-serif;
    cursor: pointer;
    border: 1px solid transparent;
    text-transform: capitalize;
    text-align: center;
    background: #FFC107;
    position: relative;
    overflow: hidden;
    margin: 15px 0 0;
}
.brochure-form .default-btn span {
    position: relative;
    z-index: 2;
    color: #fff;
}
.brochure-form .default-btn::after {
	position: absolute;
	content: "";
	width: 0;
	height: 100%;
	left: 0%;
	top: 0;
	background: #166cfb;
	z-index: 1;
	transition: 0.5s;
}
.brochure-form .default-btn:hover{
	border: 1px solid #166cfb;
}
.brochure-form .default-btn:hover::after {
	width: 100%;
}


/*Responsive CSS*/
@media only screen and (min-width: 1400px) {
	.about-image {
		height: calc(100% - 5px);
	}
	.about-image.odd-img{
		height: calc(100% - 10px);
	}
}
@media only screen and (max-width: 1199px) {
	.navbar-toggler .icon-hamburger::after{
		content: "\f0c9";
		font: normal normal normal 20px / 1 FontAwesome;
		color: #fff;
	}
	.navbar-toggler{
		border: 1px solid #fff !important;
		padding: 6px 10px;
	}
	.navbar-toggler:focus {
		text-decoration: none;
		outline: 0;
		box-shadow: none !important;
	}
	.offcanvas-body li.menu-item{
		padding: 0;
	}
	.offcanvas-body li.menu-item a {
		color: #166cfb;
		padding: 1rem 1rem;
		display: block;
		background-color: rgba(12, 90, 219, 0.1);
		margin-bottom: 1px;
	}
	.offcanvas-body li.menu-item a:hover{
		color:#ffff;
		background: #166cfb;
	}
	.menu-item-has-children:hover .sub-menu, .menu-dropdown:hover .sub-menu {
		position: relative;
		top: 0;
		padding: 0;
		border-radius: 0;
		width: 100%;
	}
	.sub-menu li.menu-item a{
		color: #fff;
		border-bottom: 1px solid #fff;
	}
	.menu-item-has-children:after {
		top: 28px;
	}
}

@media only screen and (max-height: 610px) {
	.homepage-banner .carousel-item .row {
		min-height: 354px;
	}
}

@media only screen and (max-width: 991px) {
	.single-choose-us-box2{
		display: block;
	}
	.choose-us-image-info {
		width: 100%;
		padding-top: 20px;
	}
	.choose-us-image {
		width: 100%;
	}
	.cloud-services .tabs-nav ul {
		flex-wrap: wrap;
	}
	.cloud-services .tabs-nav ul li {
		flex: 0 0 100%;
	}
}

@media only screen and (max-width: 767px) {
	.top-header .flex-wrap div {
		width: 100%;
		display: flex;
		justify-content: center !important;
	}
	ul.top-bar-social{
		justify-content: center !important;
	}
	.homepage-banner .carousel-item h1 {
		font-size: 30px;
	}
	.homepage-banner .carousel-item {
		text-align: center;
	}
	.homepage-banner .carousel-item img {
		display: none;
	}
	.section-title {
		font-size: 28px;
	}
	.choose-us-text h4 {
		font-size: 20px;
	}
	.our-clients-box .marquee li {
		flex: 0 0 50%;
	}
	.about-image {
		margin-bottom: 60px;
	}
	.faq-accordion {
		margin-bottom: 50px;
	}
	.cloud-services,
	.about-area,
	.service-details,
	.our-clients,
	.faq-area,
	.what-clients-say,
	.our-partners{
		padding: 60px 0 40px;
	}
	.what-clients-say{
		padding-bottom: 80px;
	}
	.footer-area{
		padding: 40px 0 20px;
	}
	.offcanvas-header {
		background: #166cfb;
	}
	.copyright-area-content p {
		text-align: center;
	}
	.choose-us-image-info ul {
		padding-left: 1rem;
	}
}

@media only screen and (max-width: 575px) {
	.single-choose-us-box2 {
	    padding: 17px 16px 18px;
	}
	.single-blog .image {
	    height: 250px;
	}
	.single-blog .image a {
	    display: block;
	}
	.single-blog .content{
	    padding: 5px 10px 10px;
	}
	.homepage-banner .carousel-item .row {
	    height: 400px;
	}
	.single-clients {
	    padding: 10px;
	    margin-bottom: 20px;
	}
	.blg-detl-bx {
	    flex-direction: column;
	    gap: 10px;
	}
	.btn-social_lft {
	    text-align: center;
	}
	.blog-details-info .section-title {
        text-align: center;
    }
    .helping-customers-row .single-choose-us-box{
		padding: 37px 16px 28px;
		text-align: center;
	}
}







