@import url('https://fonts.googleapis.com/css2?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&display=swap');

/*=====================================================================
@Template Name: Object Square
@Author: Object Square
@Developed By: Shawaj Khan
=====================================================================*/
body, html {
	scroll-behavior: smooth;
	max-width: 100%;
}

body {
	font-size: 15px;
	font-weight: 500;
	color: #000;
	margin: auto;
	background: #fff;
	font-family: 'Poppins', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	color: #000;
}

strong {
	font-weight: 700;
}

h3 {
	font-size: 32px;
}

a {
	text-decoration: none;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}

a:hover, a:focus, select {
	text-decoration: none;
	outline: none;
	cursor: pointer;
	color: inherit;
}

.btn.focus, .btn:focus {
	outline: 0;
	box-shadow: none;
}

p {
	font-size: 14px;
	color: #5f5f5f;
	margin-bottom: 0;
	font-weight: 400;
}

ul, li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.form-select:focus {
	box-shadow: none;
	border-color: #1476f2;
}

.form-control:focus {
	box-shadow: none;
	border-color: #1476f2;
}

textarea {
	resize: none;
}

input:focus, button:focus, textarea:focus {
	outline: none;
	box-shadow: none;
}

#preloader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgb(255, 255, 255);
	z-index: 99999;
	display: flex;
	justify-content: center;
	align-items: center;
}



.shapes {
   width: 79.2px;
   height: 79.2px;
   --c: linear-gradient(#049ee9 0 0);
   background: var(--c), var(--c), var(--c);
   background-repeat: no-repeat;
   animation: bars-sjt6e1hg 1s infinite,
        bars-8iehaghg 1s infinite;
}

@keyframes bars-sjt6e1hg {
   0%, 100% {
      background-size: 15.8px 100%;
   }

   33%, 66% {
      background-size: 15.8px 40%;
   }
}

@keyframes bars-8iehaghg {
   0%, 33% {
      background-position: 0    0,50% 100%,100% 100%;
   }

   66%, 100% {
      background-position: 100% 0,0   100%,50%  100%;
   }
}

.lb-data .lb-number {
	display: none !important;
}

.lnk {
	display: inline-block;
	font-size: 15px;
	color: #1476f2;
}

.lnk:hover {
	text-decoration: underline;
}

.contact-fix {
	position: fixed;
	right: 0px;
	top: 50%;
	border-radius: 5px;
	transform: translate(0px, -50%);
	z-index: 999;
}

.img {
	width: 100%;
}

.inner-head {
	position: relative;
	padding-bottom: 8px;
	margin-bottom: 10px;
	font-size: 25px;
	font-weight: 600;
	color: #333;
}

.inner-head:after {
	background: #049ee9;
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	margin: 0 auto;
	height: 3px;
	width: 50px;
}

.subheading {
	font-size: 29px;
	font-weight: 600;
	position: relative;
	padding-bottom: 20px;
	margin-bottom: 30px;
	text-transform: capitalize;
	color: #049ee9;
}

.subheading::before {
	position: absolute;
	content: '';
	background-color: #fff;
	width: 14px;
	height: 3px;
	left: 49%;
	bottom: 0px;
	transform: translate(-50%);
	z-index: 9;
}

.subheading::after {
	position: absolute;
	content: '';
	background-color: #049ee9;
	width: 80px;
	height: 3px;
	left: 50%;
	bottom: 0px;
	transform: translate(-50%);
	border-radius: 50px;
}

.space {
	padding-top: 70px;
	padding-bottom: 70px;
}

.theame-btn {
	font-size: 15px;
	line-height: 30px;
	font-weight: 400;
	text-transform: uppercase;
	color: #fff !important;
	height: 44px;
	/* background-color: #1476f2; */
	background-color: #1c4477;
	display: inline-block;
	padding: 8px 30px;
	border-radius: 8px;
	transition: all 0.3s;
	position: relative;
	z-index: 1;
	border: none;
	margin-bottom: 10px;
}

.theame-btn::before {
	content: "";
	position: absolute;
	height: 25px;
	width: 25px;
	border-radius: 8px;
	background-color: #049ee9;
	top: 50%;
	transform: translateY(-50%);
	right: 20px;
	z-index: -1;
	transition: all 0.3s;
	border: 1px solid #049ee9;
}

.theame-btn:hover::before {
	width: 100%;
	height: 100%;
	border-radius: 8px;
	right: 0px;
	transition: all 0.3s;
}

.top-bar {
	padding: 5px 0px;
}

.theme-header {
	background-color: #fff;
}

.theme-header .top-bar ul li:nth-last-child(1) {
	border-color: transparent;
}

.theme-header .top-bar ul li {
	display: inline-block;
	padding-left: 20px;
	border-right: solid 1px #049ee9 ;
	padding-right: 15px;
}

.theme-header .top-bar ul li a {
	display: inline-block;
	font-size: 12px;
	color: #000;
}

.theme-header .top-bar ul li a:hover {
	color: #0a99df;
}

.theme-header .custom-navbar {
	padding-top: 10px;
	padding-bottom: 10px;
}

.sticky-header {
	background-color: #fff;
	box-shadow: 0px 0px 5px 0px rgb(72 72 72 / 50%);
	animation: 0.75s ease 0s normal forwards 1 running headerSlideDown;
	transition: 0.1s;
}

@keyframes headerSlideDown {
	0% {
		margin-top: -150px;
	}

	100% {
		margin-top: 0;
	}

}

.theme-header .custom-navbar .navbar-brand img {
	width: 100px;
}

.theme-header .custom-navbar .nav-link {
	margin-left: 15px;
	font-size: 16px;
	font-weight: 500;
	color: #000;
	padding-left: 20px;
	position: relative;
}

.theme-header .custom-navbar .nav-link.dropdown-toggle::after {
	border-color: transparent;
	content: '\f078';
	position: absolute;
	right: -11px;
	top: 8px;
	font-family: "Font Awesome 5 Pro";
	font-size: 12px;
	transition: 0.2s;
}

.theme-header .custom-navbar .nav-link.show.dropdown-toggle::after {
	transform: rotate(180deg);
}

.theme-header .custom-navbar .nav-link:hover {
	color: #049ee9 ;
}

.theme-header .custom-navbar .nav-link.active {
	color: #049ee9 ;
}

.theme-header .custom-navbar .sub-menu {
	top: 55px;
	border: transparent;
	padding: 10px;
	border: 1px solid #ddd;
	left: 0;
	box-shadow: 2px 2px 30px 0px rgb(155 156 159 / 20%);
}

.theme-header .custom-navbar .sub-menu .dropdown-item {
	margin-bottom: 5px;
	color: #000;
}

.theme-header .custom-navbar .sub-menu .dropdown-item:hover {
	background-color: transparent;
	color: #049ee9 ;
	position: relative;
}

/*.sticky-header .navbar {
	animation: 0.75s ease 0s normal forwards 1 running headerSlideDown;
	transition: 0.1s;
}*/
.theme-header .custom-navbar .has-megamenu {
	position: static !important;
}

.theme-header .custom-navbar .megamenu {
	left: 0;
	right: 0;
	width: 100%;
	margin-top: 0px;
	padding: 15px 10px;
	border: 1px solid #ddd;
	border-radius: 0;
	box-shadow: 2px 2px 30px 0px rgb(155 156 159 / 20%);
}

.theme-header .custom-navbar .megamenu .menu-inner h6 a {
	color: #1476f2;
	font-size: 15px;
	text-transform: uppercase;
	border-bottom: 2px solid #1476f2;
	padding-bottom: 4px;
	font-weight: 500;
	display: block;
	margin: 10px 0px 5px 0px;
}

.theme-header .custom-navbar .megamenu .menu-inner ul li a {
	color: #333;
	padding: 8px 0;
	display: block;
	border-bottom: 1px dashed #ddd;
	font-size: 15px;
	transition: 0.5s;
	position: relative;
}

.theme-header .custom-navbar .megamenu .menu-inner ul li a:hover {
	padding-left: 5px;
	color: #1476f2;
	border-color: #1476f2;
}

.theme-header .custom-navbar .megamenu .menu-inner ul li a i {
	font-size: 11px;
}

.theme-header .custom-navbar .dropdown-menu {
	animation: swip_up 0.3s linear 1;
}

@keyframes swip_up {
	from {
		transform: translate(0, 20px);
		opacity: 0;
	}

	to {
		transform: translate(0, 0);
		opacity: 1;
	}

}

/*Banner-css-start*/
.banner-section {
	background-image: url(../images//banner.png);
	padding: 150px 0px;
	position: relative;
	min-height: 100vh;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: right center;
	background-color: rgb(50 119 246 / 14%);
}

.banner-section .banner-content h1 {
	font-size: 65px;
	font-weight: 700;
	margin-bottom: 20px;
	text-transform: capitalize;
	line-height: 75px;
	color: #049ee9;
}

#text-slider .item h3 span {
	background-color: #1c4477;
	color: #fff;
	display: inline-block;
	padding: 15px 30px;
	border-radius: 5px;
	font-weight: 600;
	text-transform: uppercase;
	margin: 20px 0;
	font-size: 25px;
	width: 75%;
	text-align: center;
}

.banner-content p {
	margin-bottom: 10px;
}

.banner-inner {
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 160px;
	padding-bottom: 80px;
	position: relative;
}

.banner-inner::before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: rgb(132 173 249 / 70%);
}

.new-abt.banner-inner::before {
	background-color: rgb(132 173 249 / 0%);
}

.banner-inner .container {
	position: relative;
	z-index: 9;
}

.banner-inner h1 {
	font-size: 50px;
	font-weight: 700;
	color: #333;
}

.banner-inner li a {
	display: inline-block;
	color: #333;
	font-size: 15px;
}

/*Banner-css-end*/

/*Service-css-start*/
.services-section-h {
	background-image: url(../images/service-bg.png);
	background-repeat: no-repeat;
	background-position: right;
	background-size: cover;
}

.services-section-h .subheading::before {
	background-color: #edf1fc;
}

.services-section-h li .services-section-inner {
	text-align: center;
	box-shadow: 8px 8px 30px 0px rgb(42 67 113 / 15%);
	padding: 40px 10px;
	/* border-radius: 10px; */
	border-radius: 17px;
	cursor: pointer;
	min-height: 330px;
	margin-bottom: 20px;
	transition: 0.5s;
	background-color: #fff;
}

.services-section-h li .services-section-inner .servce-head {
	font-size: 18px;
	font-weight: 500;
}

.services-section-h li .services-section-inner:hover .servce-head {
	color: #fff;
}

.services-section-h li .services-section-inner:hover p {
	color: #fff;
}

.services-section-h li .services-section-inner:hover {
	/* background: linear-gradient(45deg, #1273f3 0%, #0a58cd 100%) !important; */
	background-color: #2596be;
	transform: scale(1.1);
}

.services-section-h li:nth-child(odd) .services-section-inner {
	background-image: url(../images/bg-service1.png);
	background-position: top left;
	background-repeat: no-repeat;
}

.services-section-h li:nth-child(even) .services-section-inner {
	background-image: url(../images/bg-service2.png);
	background-position: bottom right;
	background-repeat: no-repeat;
	margin-top: 70px;
}

.services-section-h li .services-section-inner .icon {
	font-size: 30px;
	height: 60px;
	width: 60px;
	/* background: linear-gradient(45deg, hsla(214, 90%, 51%, 1) 0%, hsla(216, 91%, 42%, 1) 100%); */
	background-color: #2596be;
	text-align: center;
	line-height: 60px;
	border-radius: 50px;
	color: #fff;
	margin-bottom: 10px;
	box-shadow: 0px 0px 10px rgb(238 238 238 / 50%);
}

.services-section-inner h5 {
	font-size: 18px;
	margin-bottom: 10px;
	color: #333;
}

.services-section-inner p {
	line-height: 26px;
}

/*Service-css-end*/

/*why-choose-us-css-start*/

.choose-us-content li {
	margin-bottom: 50px;
	display: flex;
}

.choose-us-content li h4 {
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 15px;
	text-transform: capitalize;
	color: #333;
}

.choose-us-content .chs-icon i {
	font-size: 30px;
	height: 60px;
	width: 60px;
	background: linear-gradient(45deg, #1273f3 0%, #0a58cd 100%);
	/* background-color: #2596be; */
	text-align: center;
	line-height: 60px;
	border-radius: 50px;
	color: #fff;
	margin-bottom: 10px;
	box-shadow: 0px 0px 10px rgb(238 238 238 / 50%);
	margin-right: 15px;
}

/*why-choose-us-css-end*/

/*Portfolio-css-start*/
.portfolio-section {
background: linear-gradient(135deg, #f1f1f1 25%, transparent 25%) -23px 0/ 46px 46px, linear-gradient(225deg, rgba(241,241,241,0.5) 25%, transparent 25%) -23px 0/ 46px 46px, linear-gradient(315deg, #f1f1f1 25%, transparent 25%) 0 0/ 46px 46px, linear-gradient(45deg, rgba(241,241,241,0.5) 25%, #ffffff 25%) 0 0/ 46px 46px;
background-color: #ffffff;
}

/* .portfolio-section .subheading::before {
	background-color: rgb(0 0 0 / 60%);
} */

/* .portfolio-section::before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgb(0 0 0 / 60%);
} */

.portfolio-section .container {
	position: relative;
	z-index: 9;
}

.portfolio-section .portfolio-tab ul {
	border-color: transparent;
	justify-content: center;
	margin-bottom: 40px;
}

.portfolio-section .portfolio-tab ul li a {
	display: inline-block;
    font-size: 16px;
    padding: 8px 20px;
    color: #328cf8;
    border-bottom: 3px solid transparent;
    margin: 0px 5px;
    font-weight: 500;
    border: 1px solid #328cf8;
    border-radius: 10px;
    transition: 0.3s;
}
.portfolio-section .portfolio-tab ul li a:hover,
.portfolio-section .portfolio-tab ul li a.active{
    background-color: #328cf8;
    color: #fff;
}
.portfolio-section .portfolio-tab ul li a.active{
    transform: rotate(5deg);
}

/*.portfolio-section .portfolio-tab ul li a.active {*/
/*	border-color: #1476f2;*/
/*	color: #3277f6;*/
/*}*/

.portfolio-section .porfoilio-inner {
	text-align: center;
	margin-bottom: 20px;
	background: #E8F4FC;
	padding: 10px 0px 0px 0px;
	position: relative;
	z-index: 9;
	border-radius: 10px 10px 10px 10px;
	box-shadow: 5px 5px 14px rgb(12 12 12 / 14%);
}

.portfolio-section .porfoilio-inner::after {
	position: absolute;
	content: '';
	height: 70px;
	width: 70px;
	top: 40px;
	left: 20px;
	z-index: -9;
	border-radius: 50px;
	background-color: rgb(205 223 235);
}

.portfolio-section .porfoilio-inner h4 {
	font-size: 18px;
	margin-bottom: 5px;
	font-weight: 700;
	color: #333;
	text-transform: capitalize;
}

.portfolio-section .porfoilio-inner p {
	font-size: 14px;
	margin-bottom: 10px;
}

.portfolio-section .porfoilio-inner img {
	width: 100%;
}

.portfolio-section .porfoilio-inner .cat-list {
	background-color: #cfdfec;
	padding: 10px;
	border-top: 1px solid #1476f2;
	border-radius: 0px 0px 10px 10px;
}

.portfolio-section .porfoilio-inner .cat-list li {
	display: inline-block;
	padding: 2px 6px;
	border-right: 2px solid #333;
	font-size: 12px;
	font-weight: 600;
	color: #333;
}

.portfolio-section .porfoilio-inner .cat-list li:nth-last-child(1) {
	border-right: 2px solid transparent;
}

/*Portfolio-css-end*/

/*industries-css-start*/

/* .industries-served {
	background-color: #eee;
} */

.industries-served .industries-served-inner .nav-tabs {
	border-bottom: transparent;
	margin-bottom: 30px;
	
}

.industries-served .industries-served-inner .nav-tabs li a {
	display: inline-block;
	background-color: #efefef;
	color: #000;
	font-size: 15px;
	font-weight: 500;
	padding: 10px 20px;
	margin-right: 10px;
	margin-bottom: 15px;
	border-radius: 5px;
}

.industries-served .industries-served-inner .nav-tabs li a.active {
	background-color: #1c4477;
	color: #fff;
}

/*industries-css-end*/

/*Cta-css-start*/

.cta-section {
	background-image: url(../images/cta-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	background-position: center;
	z-index: 99;
}

.cta-section::before {
	content: '';
	background-color: rgb(0 0 0 / 60%);
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: -9;
}

.frm-inner h2 {
	font-size: 40px;
	color: #049ee9;
	line-height: 55px;
	font-weight: 800;
	padding: 10px 0px;
}

.frm-inner {
	background: #fff;
	margin-bottom: 50px;
	border-radius: 5px;
	border: solid 5px rgb(50 119 246 / 21%);
	padding: 20px 35px 50px 35px;
}

.input_box {
	position: relative;
	margin-top: 40px;
}

.input_box .form-control {
	border: none;
	width: 100%;
	padding: 10px 30px 5px 30px;
	border-bottom: 1px solid #999ab6;
	height: 55px;
	font-size: 14px;
	color: #5f5f5f;
	border-radius: 0;
}

.input_box .form-control:focus {
	border-bottom: 2px solid #049ee9;
	box-shadow: none;
}

.input_box .form-control:focus~label, .input_box .form-control:focus~span {
	font-size: 14px;
	color: #049ee9;
	transition: .3s;
}

.input_box .form-control:focus~span {
	top: -20px;
}

.input_box label, .input_box span {
	position: absolute;
	top: 20px;
	color: #5f5f5f;
}

.input_box label {
	left: 15px;
	transition: .3s;
}

.input_box span {
	left: 35px;
	text-transform: capitalize;
	transition: .3s;
	letter-spacing: 0.5px;
	top: -3px;
	padding: 0px 0px 0px 5px;
}

.input_box label i {
	font-size: 18px;
}

.cta-section .subheading::before {
	background-color: #000;
}

/*Cta-css-end*/

/*testimonial-css-start*/

.testimonial-section {
	background-color: #f7f7f7;
}
.testimonial-section .owl-theme .owl-dots .owl-dot span{
    margin: 5px 2px;
    transition: 0.3s;
    height: 6px;
}
.testimonial-section .owl-theme .owl-dots .owl-dot:hover span{
    background-color: #1476f2;
}
.testimonial-section .owl-theme .owl-dots .owl-dot.active span{
    width: 25px;
    background-color: #049ee9;
}
.testimonial-section .subheading::before {
	background-color: #f7f7f7;
}

.testmonial-inner {
	background-color: #fff;
	padding: 10px 15px;
	border-radius: 10px;
}
.testmonial-usr{
    display: flex;
    align-items: center;
}

.testmonial-inner img {
	height: 60px;
	width: 60px !important;
	border-radius: 50%;
	margin-bottom: 15px;
	border: 2px double rgb(50 119 246 / 20%);
}

.testmonial-inner .testimonial-user-cntnt h4 {
	font-size: 20px;
	margin-left: 10px;
	color: #049ee9;
}

.testmonial-inner h5 {
	color: #999494;
	font-size: 16px;
}

/*testimonial-css-end*/

/* together-sec */
.together-sec {
	background-image: url(../images/together-bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	padding: 100px 0;
}

.together-sec .container {
	position: relative;
	z-index: 9;
}

.together-sec:after {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: rgb(0 0 0 / 50%);
}

.together-sec h3 {
	font-size: 45px;
	line-height: 60px;
	color: #fff;
	font-weight: 700;
}

.together-sec h3 span {
	color: #049ee9;
}

/* story-css-start */
.story-sec {
	background-image: url(../images//story-bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}

.story-sec .container {
	position: relative;
	z-index: 9;
}

.story-sec::before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgb(0 0 0 / 60%);
}

.counter {
	color: #1476f2;
	background: #f7f7f7;
	text-align: center;
	padding: 0 10px;
	margin: 25px auto;
	border-radius: 5px;
	box-shadow: 0 0 12px rgba(0, 0, 0, 0.3);
	position: relative;
	z-index: 1;
}

.counter:before, .counter:after {
	content: "";
	background-color: #049ee9;
	width: 50%;
	height: 15px;
	border-radius: 2px;
	position: absolute;
	top: -15px;
	right: 0;
	z-index: -1;
}

.counter:after {
	top: auto;
	bottom: -15px;
	right: auto;
	left: 0;
}

.counter .counter-value, .counter .counter-icon {
	color: #fff;
	background: #049ee9;
	font-size: 29px;
	font-weight: 600;
	line-height: 80px;
	width: 80px;
	height: 80px;
	margin: 0 auto 10px;
	border-radius: 5px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	display: block;
	transform: translateY(-15px);
}

.counter .counter-icon {
	font-size: 35px;
	margin: 0 auto;
	transform: translateY(15px);
}

.counter h3 {
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;
	margin: 0 0 10px;
	color: #1c4477;
}

#client-slider .item img {
	width: 100%;
	display: inline-block;
	border: 1px solid #ebebeb;
	padding: 5px;
}

#client-slider .owl-nav button {
	background: #1476f2;
	font-size: 16px;
	border-radius: 50px;
	height: 30px;
	width: 30px;
	line-height: 32px;
	color: #fff;
}

/* story-css-end */

/*Blog-css-start*/

.blog-section .blog-inner {
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 10%);
	margin-bottom: 15px;
}

.blog-section .blog-inner .blog-img {
	height: 100%;
	overflow: hidden;
}

.blog-section .blog-inner .blog-img img {
	transition: transform .5s ease-in-out;
	border-radius: 10px 10px 0px 0px;
	margin-bottom: 10px;
	cursor: pointer;
}

.blog-section .blog-inner .blog-img:hover img {
	transform: scale(1.1);
}

.blog-section .blog-inner .blog-inner-content {
	padding: 10px;
}

.blog-section .blog-inner .blog-inner-content span {
	display: inline-block;
	margin-bottom: 15px;
	color: #049ee9;
	font-size: 15px;
	cursor: pointer;
	margin-right: 8px;
}

.blog-section .blog-inner .blog-inner-content a {
	display: inline-block;
	margin-bottom: 15px;
	color: #049ee9;
	font-size: 15px;
}

.blog-section .blog-inner .blog-inner-content a:hover {
	text-decoration: underline;
}

.blog-section .blog-inner .blog-inner-content h5 {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 10px;
}

/*Blog-css-end*/

/*footer-css-start*/

.cst-footer {
	background-color: #0a99df;
	padding-top: 70px;
}

.cst-footer h4 {
	font-size: 22px;
	font-weight: 500;
	padding: 10px 0px 15px;
	position: relative;
	margin-bottom: 25px;
}

.cst-footer h4:before {
	position: absolute;
	content: "";
	top: 90%;
	left: 0;
	width: 80px;
	height: 1px;
	background-color: #fff;
}

.cst-footer h4:after {
	position: absolute;
	content: "";
	top: 100%;
	left: 0;
	width: 50px;
	height: 0px;
	border-bottom: 1px solid #fff;
}

.cst-footer .footer-about {
	padding-right: 20px;
}

.cst-footer .footer-about p {
	margin-bottom: 15px;
	line-height: 28px;
}

.cst-footer .footer-about .social-media a {
	display: inline-block;
	height: 35px;
	width: 35px;
	line-height: 35px;
	text-align: center;
	border: 1px solid #1c4477 ;
	color: #fff;
	font-size: 15px;
	border-radius: 25px;
	margin-right: 5px;
	transition: 0.4s;
}

.cst-footer .footer-about .social-media a:hover {
	background-color: #1c4477 ;
	color: #fff;
	-webkit-transform: translateY(-3px);
	transform: translateY(-3px);
}

.cst-footer .footer-cnt li {
	display: block;
	margin-bottom: 22px;
	color: #fff;
	position: relative;
	padding: 0px 5px;
	font-size: 14px;
	font-weight: 400;
}

.cst-footer .footer-cnt li a {
	display: inline-block;
	color: #fff;
}

.cst-footer .footer-cnt li a:hover {
	text-decoration: underline;
}

.cst-footer .footer-cnt li span {
	font-weight: 700;
	margin-right: 2px;
}

.cst-footer .footer-cnt li i {
	font-weight: 500;
	color: #fff;
	position: absolute;
	left: -20px;
	top: 2px;
}

.cst-footer .footer-lnk a {
	display: inline-block;
	margin-bottom: 12px;
	color: #fff;
	transition: 0.4s;
	font-size: 14px;
	font-weight: 400;
	position: relative;
	break-inside: avoid;
	padding-left: 10px;
}

.cst-footer .footer-lnk a::before {
	content: '\f178';
	line-height: 20px;
	position: absolute;
	font-size: 20px;
	left: 0;
	top: 2px;
	font-family: "Font Awesome 5 Pro";
	font-weight: 300;
	width: 5px;
	white-space: nowrap;
	overflow: hidden;
	transition: 0.5s;
	color: #fff;
}

.cst-footer .footer-lnk a:hover::before {
	width: 20px;
	color: #fff;
}

.cst-footer .footer-lnk a:hover {
	padding-left: 20px;
}

.cst-footer .copy-right {
	margin-top: 50px;
	background-color: #000520;
	padding-top: 15px;
	padding-bottom: 15px;
	border-top: 1px dotted9 rgb(255 255 255 / 20%);
}

.cst-footer .copy-right a {
	display: inline-block;
	color: #049ee9 ;
	font-size: 15px;
	font-weight: 600;
}

.cst-footer .copy-right a:hover {
	text-decoration: underline;
}

/*footer-css-end*/

/*Modal-css-start*/

.contact-modal .modal-header {
	border-bottom: none;
}

.contact-modal .modal-header .btn-close {
	opacity: 1;
	background-color: #1476f2;
	filter: brightness(100) invert(1);
	box-shadow: none!important;
}

.contact-modal .modal-content {
	border: 1px solid transparent;
	border-radius: 15px;
	padding: 1rem 1rem 3rem !important;
}

.contact-modal .modal-body .modal-desc a img {
	width: 120px;
	margin-bottom: 15px;
}

.contact-modal .modal-body .modal-desc a span {
	font-size: 28px;
	color: #1476f2;
	margin-left: 15px;
}

.contact-modal .modal-body .modal-desc .modal-desc-inner a {
	display: inline-block;
	/*background-color: rgb(20 118 242 / 40%);*/
	margin-top: 20px;
	color: #333;
	/*padding-right: 10px;*/
	border-radius: 5px;
}

.contact-modal .modal-body .modal-desc .modal-desc-inner a:hover {
	text-decoration: underline;
}

.contact-modal .modal-body .modal-desc .modal-desc-inner a i {
	height: 50px;
	width: 50px;
	line-height: 50px;
	text-align: center;
	background-color: #1476f2;
	/*margin-right: 10px;*/
	border-radius: 5px;
	font-size: 20px;
	color: #fff;
}

/*getin-touch-modal-css-start*/
.getin-touch-modal .modal-content {
	border: 1px solid transparent;
	border-radius: 15px;
}

.getin-touch-modal .modal-header {
	border-bottom: transparent;
}

.getin-touch-modal .modal-header .btn-close {
	opacity: 1;
	background-color: #1476f2;
}

.getin-touch-modal .getin-touch-modal-img img {
	width: 100%;
	border-right: 1px solid rgb(231 229 229 / 65%);
}

.getin-touch-modal .getin-touch-modal-content img {
	width: 120px;
	margin-bottom: 15px;
}

.getin-touch-modal .getin-touch-modal-content h6 {
	font-size: 28px;
	color: #1476f2;
	margin-bottom: 15px;
}

.getin-touch-modal .getin-touch-modal-content p {
	font-size: 18px;
}

/*getin-touch-modal-css-end*/

/*Modal-css-end*/

/*About-page-css-start*/

.about-section-img {
	position: relative;
}

.about-section-img img {
	border-radius: 10px;
}

.about-section-img:after {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgb(0 0 0 / 80%);
	border-radius: 10px;
}

.about-section-img .watch-btn {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 61px;
	z-index: 9;
	background-color: #1476f2;
	color: #fff;
	animation: pulse-animation 2s infinite;
	border-radius: 30px;
	height: 60px;
	width: 60px;
	text-align: center;
	line-height: 0;
}

@keyframes pulse-animation {
	0% {
		box-shadow: 0 0 0 0px rgb(112 113 114 / 50%);
	}

	25% {
		box-shadow: 0 0 0 20px rgb(52 66 78 / 10%);
	}

	50% {
		box-shadow: 0 0 0 20px rgb(52 66 78 / 30%);
	}

	75% {
		box-shadow: 0 0 0 20px rgb(52 66 78 / 40%);
	}

	100% {
		box-shadow: 0 0 0 20px rgb(52 66 78 / 0%);
	}

}

.about-section-content h5 {
	font-size: 20px;
	font-weight: 500;
}

.about-section-content p {
	margin-bottom: 10px;
}

.about-service {
	background-color: #EFF5FD;
}

.about-service .subheading::before {
	background-color: #EFF5FD;
}

.about-service-inner {
	text-align: center;
	padding: 15px;
	border-radius: 10px;
	margin-bottom: 15px;
	cursor: pointer;
	transition: 0.2s;
}

.about-service-inner:hover {
	box-shadow: 8px 8px 30px 0px rgb(42 67 113 / 15%);
	background-color: #fff;
}

.about-service-inner h5 i {
	font-size: 30px;
	height: 60px;
	width: 60px;
	background: linear-gradient(45deg, #1273f3 0%, #0a58cd 100%);
	text-align: center;
	line-height: 60px;
	border-radius: 50px;
	color: #fff;
	margin-bottom: 10px;
	box-shadow: 0px 0px 10px rgb(238 238 238 / 50%);
}

.about-service-inner h3 {
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 10px;
	color: #333;
}

.work-process-content p {
	margin-bottom: 10px;
	line-height: 24px;
}

/*About-page-css-end*/

/*Contact-css-start*/

.getin-touch-content {
	background: #0a99df;
	padding: 60px 40px;
	border-radius: 10px;
	margin-bottom: 20px;
	border: solid 5px rgb(255 255 255 / 45%);
}

.getin-touch-content h4 {
	font-size: 40px;
	line-height: 50px;
	font-weight: 700;
	margin-bottom: 20px;
}

.getin-touch-content ul {
	margin-top: 40px;
}

.getin-touch-content li {
	margin-bottom: 38px;
}

.getin-touch-content li .ct-icon {
	margin-right: 20px;
}

.getin-touch-content li img {
	width: 30px;
}

.getin-touch-content li h5 {
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 8px;
}

.getin-touch-content li a {
	display: inline-block;
	color: #fff;
	font-size: 18px;
	letter-spacing: 1px;
}

.getin-touch-content li a:hover {
	text-decoration: underline;
}

/*Contact-css-end*/

/*object-life-css-start*/

.gallery-section-inner img {
	width: 100%;
	border: 3px double #1476f2;
	border-radius: 10px;
	margin-bottom: 20px;
}

/*object-life-css-end*/

/*portfolio-page-css-start*/

.portfolio-img img {
	border: 1px solid #1476f2;
}

.portfolio-content {
	padding-top: 10px;
}

/*portfolio-page-css-end*/

/*Services-page-css-start*/


.services-section p {
	margin-bottom: 20px;
	line-height: 25px;
}

.service-form {
	background-color: #EFF5FD;
	padding: 30px 40px;
	border-radius: 10px;
	margin-bottom: 20px;
}

.timeline-process {
	background-image: radial-gradient(#eff5fd 2px, transparent 2px), radial-gradient(#eff5fd 2px, transparent 2px);
	background-size: 15px 15px;
	background-position: 0 0, 7.5px 7.5px;
	background-color: #ffffff;
}

.timeline {
	width: 80%;
	height: auto;
	max-width: 800px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
}

.timeline-process .timeline-content {
	padding: 20px;
	background: #1476f2;
	box-shadow: 5px 5px 10px rgb(247 247 247 / 20%), -5px -5px 10px rgb(247 247 247 / 50%);
	border-radius: 5px;
	padding: 1.75rem;
	transition: 0.4s ease;
	overflow-wrap: break-word !important;
	border-radius: 6px;
	position: relative;
	border: none;
}

.timeline-process .timeline-component {
	margin: 0px 20px 20px 20px;
}

.timeline-process .timeline-component h3 {
	font-size: 52px;
	color: #1476f2;
	font-weight: 700;
	text-shadow: -1px -1px 0 rgb(255 255 255 / 20%), 1px -1px 0 rgb(255 255 255 / 20%), -1px 1px 0 rgb(255 255 255 / 20%), 1px 1px 0 rgb(255 255 255 / 20%);
}

.timeline-process .timeline-component.timeline-content ul li {
	color: #fff;
	position: relative;
	list-style-type: circle;
	margin-bottom: 5px;
	font-weight: 300;
}

@media screen and (min-width:768px) {
	.timeline {
		display: grid;
		grid-template-columns: 1fr 3px 1fr;
	}

	.timeline-process .timeline-middle {
		position: relative;
		background-image: linear-gradient(45deg, #1273f3 0%, #0a58cd 100%);
		width: 3px;
		height: 100%;
	}

	.timeline-process .main-middle {
		opacity: 0;
	}

	.timeline-process .timeline-circle {
		position: absolute;
		top: 0;
		left: 50%;
		width: 15px;
		height: 15px;
		border-radius: 50%;
		background-image: linear-gradient(45deg, #07387b 0%, #0066ff 100%);
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}

}

.featured-sec .item ul li {
	width: 33%;
	display: inline-block;
	text-align: center;
	padding: 15px 0px;
	margin-bottom: 10px;
	border-right: 1px solid #ebebeb;
}

.featured-sec .item ul li:nth-child(3) {
	border-color: transparent;
}

.featured-sec .item ul li:nth-child(6) {
	border-color: transparent;
}

.featured-sec .item ul li a {
	display: inline-block;
}

.featured-sec .item ul li img {
	width: auto !important;
	max-height: 70px;
}

.featured-sec .owl-nav.disabled {
	display: block !important;
}

.featured-sec .owl-theme .owl-nav button {
	font-size: 20px;
}

.featured-sec .owl-theme .owl-nav button:hover {
	background: transparent !important;
	color: #000;
}

/* carrer-sec-css-start */
.carrers-sec ul li {
	padding: 20px;
	background-color: #fff;
	border-radius: 5px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	box-shadow: 0px 0px 15px 0px rgb(42 67 113 / 15%);
	margin-bottom: 40px;
}

.carrers-sec ul li .carrers-lst-cont {
	width: 70%;
}

.carrers-sec ul li .carrers-lst-cont h4, .carrie-details-inner .carrers-lst-cont h4 {
	font-size: 22px;
	font-weight: 600;
	color: #049ee9;
	margin-bottom: 10px;
	text-transform: capitalize;
}

.carrers-sec ul li .carrers-lst-cont a {
	display: inline-block;
	font-size: 16px;
	margin: 6px 0;
}

#careers h6 {
	font-size: 22px;
	color: #049ee9;
	margin: 10px 0px;
}

#careers label {
	margin-bottom: 5px;
}

.upload input[type="file"] {
	display: none;
}

.upload input[type="file"] + label {
	background: #1476f2;
	padding: 20px;
	color: #fff;
	cursor: pointer;
	width: 100%;
	text-align: center;
	border-radius: 5px;
}

.carrie-details-inner {
	padding: 20px;
	background-color: #fff;
	border-radius: 5px;
	box-shadow: 0px 0px 15px 0px rgb(42 67 113 / 15%);
}

.carrie-details-inner p.d-flex {
	color: #000;
	margin: 10px 0;
}

.carrie-details-inner h5 {
	font-size: 22px;
	color: #1476f2;
	text-transform: capitalize;
	margin: 12px 0;
}

.carrie-details-inner ul li {
	color: #5f5f5f;
	line-height: 45px;
}

.carrie-details-inner ul li i {
	font-size: 12px;
}

/* carrer-sec-css-end */

/* portfolio-h-css-start */
.portfolio-h-inner {
	background-color: #000;
	position: relative;
	border-right: 1px solid #2596be;
}

.portfolio-h-inner .port-overlay {
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgb(14 45 101 / 90%);
	width: 100%;
	height: 100%;
	transform: scale(0);
	transition: 0.5s ease;
}

.portfolio-h-inner:hover .port-overlay {
	transform: scale(1);
}

.portfolio-h-inner .port-overlay-content {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
}

.portfolio-h-inner a.btn {
	display: inline-block;
	border: 2px solid #fff;
	color: #fff;
	margin: 1rem 0;
	border-radius: 50px;
	height: 50px;
	width: 50px;
	line-height: 46px;
	text-align: center;
	padding: 0;
	font-size: 16px;
	transition: 0.2s;
}

.portfolio-h-inner a.btn:hover {
	background-color: #fff;
	color: #000;
}

/* portfolio-h-css-end */

/* testimonial-page-css-start */
.our-team {
	overflow: hidden;
	border-radius: 10%;
	position: relative;
	border: 4px double #049ee9;
	padding: 5px;
	cursor: pointer;
	margin: 15px 0;
}

.our-team img {
	width: 100%;
	height: auto;
	position: relative;
	right: 0;
	transition: all 0.4s ease-in-out 0s;
	border-radius: 10%;
}

.our-team:hover img {
	right: 60%;
}

.our-team .team-content {
	width: 100%;
	height: 100%;
	background-color: #f1f1f1;
	padding: 10px;
	position: absolute;
	top: 0;
	right: -100%;
	transition: all 0.4s ease-in-out 0s;
	text-align: center;
}

.our-team:hover .team-content {
	right: 0;
}

.our-team .title {
	font-size: 28px;
	color: #049ee9;
	margin: 0 0 10px 0;
	font-weight: 600;
}

.our-team .description {
	font-size: 14px;
	color: #333;
}

/* testimonial-page-css-end */
.ftr-whatsapp {
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 999;
}

@keyframes MoveUpDown {
	0%, 100% {
		transform: translateY(0);
	}

	50% {
		transform: translateY(-15px);
	}

}

.ftr-whatsapp a {
	display: inline-block;
	background-color: #3ec350;
	color: #fff;
	border-radius: 25px;
	animation: MoveUpDown 2s linear infinite;
	height: 45px;
	width: 45px;
	text-align: center;
	line-height: 47px;
	font-size: 22px;
}

/* new-about-design-css-start */
.nw-abt-content-bg {
	border-radius: 27px;
	border: 1px solid #69C9FF;
	background: #F4FBFF;
	padding: 20px 20px 100px 20px;
}

.nw-abt-content-bg h4 {
	font-size: 30px;
	color: #282F38;
	font-weight: 600;
	line-height: 48px;
	margin-bottom: 30px;
}

.new-abt-counter {
	padding: 20px;
	margin-top: 36px;
	display: flex;
	align-items: center;
	border: 1px solid transparent;
	border-radius: 17px;
}

.new-abt-counter.lgt-grn {
	background-color: #EFFBF4;
	border-color: #A9CFB9;
}

.new-abt-counter.lgt-rd {
	background-color: #FEECEC;
	border-color: #FBC3C3;
}

.new-abt-counter .new-abt-counter-icon {
	display: inline-block;
	width: 84px;
	height: 78px;
	clip-path: polygon(50% 0%, 90% 20%, 100% 60%, 75% 100%, 25% 100%, 0% 60%, 10% 20%);
	background-color: #fff;
	box-shadow: 0px 0px 5px 0px rgb(72 72 72 / 50%);
	margin-right: 20px;
	line-height: 82px;
	text-align: center;
	font-size: 30px;
}

.new-abt-counter.lgt-grn .new-abt-counter-icon {
	color: #448E63;
}

.new-abt-counter.lgt-rd .new-abt-counter-icon {
	color: #DB4343;
}

.new-abt-counter .new-abt-counter-cntnt h5 {
	font-size: 30px;
	font-weight: 700;
	color: #292E2B;
}

.new-abt-img img {
	width: 95%;
	margin-top: -20rem;
}

.object-timeline {
	background-color: #F4FBFF;
	border-radius: 50px;
}

.object-timeline .subheading::before {
	background-color: #F4FBFF;
}

.timeline-content {
	position: relative;
	padding: 9rem 0;
	z-index: 99;
	border-right: 4px dashed #86acc4;
	border-bottom: 4px dashed #86acc4;
	border-top: 4px dashed #86acc4;
	border-radius: 0px 20px 0 0;
}

.timeline-content.none-brdr {
	border: none;
}

.timeline-content h4 {
	font-size: 24px;
	color: #049ee9;
	font-weight: 600;
	margin-bottom: 1rem;
}

.timeline-img.bordr-img {
	position: relative;
	z-index: 99;
	padding: 4rem 0;
	border-left: 4px dashed #86acc4;
	border-radius: 0;
}

.timeline-img.bordr-img .obj-shape {
	top: -30%;
	left: 80%;
}

.timeline-img {
	text-align: center;
}

.timeline-img img {
	width: 350px;
	height: 350px;
	box-shadow: 0px 0px 36px rgba(88, 136, 160, 0.38);
	border-radius: 10%;
	object-fit: cover;
}

.obj-shape {
	position: absolute;
	display: inline-block;
	background-image: url(../images/obj-shape.png);
	width: 197px;
	height: 189px;
	background-repeat: no-repeat;
	background-size: cover;
	top: -25%;
	left: -10%;
	line-height: 189px;
	text-align: center;
	font-size: 30px;
	color: #3A799B;
	font-weight: 700;
}

.obj_lyf {
	background-image: url(../images/lyf-bg.png);
	position: relative;
	background-repeat: no-repeat;
}

.obj_lyf_innr_thumb {
	position: relative;
}

.obj_lyf_innr_thumb a {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	height: 60px;
	width: 60px;
	line-height: 64px;
	text-align: center;
	background-color: #fff;
	color: #005DE9;
	font-size: 20px;
	border-radius: 50px;
	padding-left: 5px;
	animation: pulse-animation 2s infinite;
}

.obj_lyf_innr_thumb img {
	width: 100%;
	border-radius: 20px;
	margin-bottom: 1rem;
	height: 500px;
	object-fit: cover;
}

.obj_lyf_innr_img img {
	width: 100%;
	border-radius: 10px;
	height: 250px;
	object-fit: cover;
	border-right: 2px solid #fff;
	border-left: 2px solid #fff;
	cursor: pointer;
}

#life-object .modal-header {
	border: none;
}

#life-object .modal-content {
	background-color: transparent;
	border: none;
}

.new_cta {
	background-image: url(../images/new-cta-bg-main.png);
	background-repeat: no-repeat;
	position: relative;
	z-index: 99;
}

.new_cta::after {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-image: url(../images/new-cta-bg.png);
	background-repeat: no-repeat;
	z-index: -9;
}

.new_cta-frm {
	padding: 30px;
	background-color: #fff;
	border-radius: 6px;
	box-shadow: 0px 2px 19px 0px rgba(0, 0, 0, 0.15);
}

.new_cta-frm .frm_bx {
	position: relative;
	margin-bottom: 2rem;
}
.new_cta-frm h3{
	font-size: 26px;
	color: #4E4E4E;
	font-weight: 600;
	margin-bottom: 2rem;
}

.new_cta-frm .frm_bx .form-control,
.new_cta-frm .frm_bx .form-select {
	height: 60px;
	border-radius: 6px;
	border: 1px solid #9F9F9F;
	background: #FFF;
}
.new_cta-frm .frm_bx textarea.form-control{
	height: 110px;
}
.new_cta-frm .frm_bx span{
	position: absolute;
    right: 25px;
    top: 45px;
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    background-color: #1c4477;
    border-radius: 25px;
    font-size: 12px;
}

/* new-about-design-css-end */

.trending-product{
	background-image: url(../images/games/game-bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	position: relative;
}
.trending-product::after{
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: rgb(0 0 0 / 50%);
}
.trending-product .container{
	position: relative;
	z-index: 99;
}
.trending-product .subheading::before{
	background-color: #000;
}

.trending-innr{
	margin-top: 2rem;
    text-align: center;
	transition: 0.2s;
}
.trending-innr:hover{
	transform: translateY(-10px);
}
.trending-innr img
{
	width: 100%;
	border-radius: 10px 10px 0px 0px;
}
.trending-content{
	padding: 15px;
	background: linear-gradient(45deg, hsl(214deg 86.96% 30.82%) 0%, hsl(216deg 100% 11.49%) 100%);
	border-radius: 0 0 10px 10px;
}
.trending-content h4{
	font-size: 18px;
	color: #fff;
	font-weight: 600;
	margin-bottom: 1rem;
	text-transform: capitalize;
}
.trending-content .theame-btn{
	/* background-color: #5fa6ff; */
	background-color: #2596be;
}
.trending-innr .theame-btn:hover.theame-btn i{
	animation: MoveUpDown 2s linear infinite;
}

 

  @keyframes MoveUpDown {
    0%,100% {
        transform: translateY(0)
    }

    50% {
        transform: translateY(-10px)
    }
}


.case-study-innr h5{
    font-size: 20px;
    font-weight: 600;
    color: #000;
}
.case-study-innr h3{
    font-size: 24px;
    font-weight: 600;
    color: #333;
    margin: 1rem 0;
}
.case-study-innr h6{
    font-size: 18px;
    font-weight: 600;
    color: #000;
    margin-top:1.5rem;
    margin-bottom: 0;
}
.case-study-innr p{
     margin-bottom: 0.8rem;
    line-height: 25px;
    font-size: 15px;
}
.case-study-innr li{
    margin-bottom: 10px;
    color: #000;
    position: relative;
    padding-left: 10px;
    font-weight: 400;
}
.case-study-innr li::after{
    position: absolute;
    content: '';
    left: 0;
    top: 8px;
    height: 5px;
    width: 5px;
    background-color: #000;
    border-radius: 25px;
}

