/*
* Site Main Css
*/
:root {
    --primary-color: #1F0098;
    --secondary-color: #05D7F0;
    --white-color: #FFFFFF;
    --default-heading-color: #111111;
    --default-text-color: #2D2D2D;
    --font-family: 'Montserrat', sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  outline: none !important;
}

*:focus, *:active {
	outline: none !important;
	box-shadow: none !important;
}

body {
    font-family: var(--font-family);
    font-size: 1rem;
    line-height: 1.5;
    color: var(--default-text-color);
}

/*
* Navbar
*/
.navbar {
    padding: 0rem 1rem;
}
.navbar.navbar-dark .logo {
    width: 160px;
    margin-right: 10px;
	transition: 0.2s ease-in;
}
.navbar.navbar-light .logo {
    width: 160px;
	margin-right: 10px;
	transition: 0.2s ease-in;
}
.navbar a.navbar-brand span {
    font-family: 'Rubik', sans-serif;
    font-size: 24px;
    font-weight: 700;
}
.scrolled {
    background: #FFFFFF !important;
    box-shadow: 0px 3px 20px 3px rgb(0 0 0 / 7%);
}
.navbar.navbar-dark .nav-link {
    display: block;
    padding: 1.5rem 1rem;
    font-size: 16px;
    font-weight: 500;
	transition: 0.2s ease-in;
}
.navbar.navbar-light .nav-link {
    display: block;
    padding: 1.5rem 1rem;
    font-size: 16px;
    font-weight: 500;
	transition: 0.2s ease-in;
}
.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
}
.navbar-dark .navbar-nav .nav-link, 
.navbar-light .navbar-nav .nav-link {
	padding-left: 15px;
	padding-right: 15px;
	font-weight: 400;
}
.navbar-dark .navbar-nav .nav-link {
	color: rgba(255,255,255,1);
}
.navbar-light .navbar-nav .nav-link {
	color: var(--default-heading-color);
}
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover, 
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: rgba(255,255,255,1);
}
.navbar-dark .nav-item.active .nav-link, .navbar-light .nav-item.active .nav-link {
	color: rgba(255,255,255,1);
}
.navbar-dark .nav-item.active, .navbar-dark .nav-item:hover, 
.navbar-light .nav-item.active, .navbar-light .nav-item:hover {
	background-color: #dd5e12;
	transition: 0.2s e;
}
.navbar-dark .navbar-brand {
	position: relative;
}
.navbar-dark .navbar-brand::before {
	display: block;
	content: '';
    position: absolute;
    top: -100%;
    left: -6%;
    width: 190px;
    height: 190px;
    background: #FFFFFF;
    border-radius: 50%;
    z-index: -1;
}
.navbar-dark .navbar-toggler, 
.navbar-light .navbar-toggler {
    color: rgba(255,255,255,.5);
    border-color: rgba(255,255,255,0);
}

/*
* HERO SECTION
*/
.qb-site-hero {
	position: relative;
    width: 100%;
    height: auto;
    background-position: left top;
}
.qb-site-hero .owl-dots {
	position: absolute;
    top: 35%;
    right: 5%;
    transform: rotatez(90deg);
}
.qb-site-hero .owl-dots .owl-dot.active span, .qb-site-hero .owl-dots .owl-dot:hover span {
    background: #dd5e12 !important;
}
.qb-site-hero .owl-dots .owl-dot span {
    width: 16px;
    height: 16px;
    margin: 5px 4px;
    background: #ffffff !important;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 30px;
}
.sld-bg-1 {
	background: url(../images/slider-1.png) no-repeat;
	background-size: cover;
}
.sld-bg-2 {
	background: url(../images/slider-2.png) no-repeat;
	background-size: cover;
}
.sld-bg-3 {
	background: url(../images/slider-3.png) no-repeat;
	background-size: cover;
}
.qb-branding-wrapper {
	position: absolute;
    width: 100%;
    top: 0;
    left: 0;
}
.qb-main-banner {
	width: 100%;
	min-height: 85vh;
    padding: 200px 0;
}
.qb-banner-informarion-grid {
	width: 70%;
}
.qb-banner-informarion-grid h1.title {
	font-weight: 700;
	font-size: 3.5rem;
	margin: 0 auto;
}
.banner-btn {
	display: inline-block;
	width: 171px;
	padding: 7px 20px;
}
a.qb-btn-primary {
	text-decoration: none;
}
a.qb-btn-primary:hover {
	color: var(--white-color);
	text-decoration: none;
}
.banner-btn {
	display: inline-block;
    width: 171px;
	padding: 7px 15px;
	font-size: 14px;
	line-height: 27px;
	font-weight: 400;
	border-radius: 25px;
}
.banner-btn span {
	display: inline-block;
}
.banner-btn img {
	display: inline-block !important;
    width: 25px !important;
	transform: translate(30px, -1px);
	transition: all ease-in 0.5s;
}
.banner-btn:hover span {
	animation: text-flip-up 0.5s ease-out 0.3s;
	-webkit-animation: text-flip-up 0.5s ease-out 0.3s;
	-o-animation: text-flip-up 0.5s ease-out 0.3s;
	-moz-animation: text-flip-up 0.5s ease-out 0.3s;
}
.banner-btn:hover img {
	animation: slide-in-up 1.5s linear 0.3s infinite alternate;
	-moz-animation: slide-in-up 1.5s linear 0.3s infinite alternate;
	-webkit-animation: slide-in-up 1.5s linear 0.3s infinite alternate;
	-o-animation: slide-in-up 1.5s linear 0.3s infinite alternate;
}
.qb-btn-primary {
	color: var(--white-color);
    background: linear-gradient(to right, #FCCB08, #DC5811);
}

.banner-img-sec {
	text-align: center;
    padding: 45px 15px;
}
.banner-img-sec img {
	padding: 10px 0;
    margin: auto;
	max-width: 80%;
    height: auto;
}

/*
* Pages Banner
*/
.qb-page-banner {
	width: 100%;
	margin-top: 72px;
	padding: 30px 0px;
	background: url(../images/page-banner.png) no-repeat;
	background-size: cover;
	color: #FFFFFF;
}
.qb-page-banner h1 {
	font-weight: 700;
}
.qb-page-content {
	padding: 60px 0px;
	background: #FFFFFF;
}

/*
* site title
*/
.site-title {
	position: relative;
	text-align: center;
    padding: 15px 0px;
    margin-bottom: 15px;
}
.site-title h1 {
	font-size: 20px;
    font-weight: 400;
    margin: 0;
	color: var(--default-heading-color);
	text-transform: uppercase;
}
.site-title::before {
	content: '';
	position: absolute;
	bottom: 0px;
    left: 43%;
    width: 15%;
    border-bottom: 1px solid #707070;
}
.site-title::after {
	content: '';
	position: absolute;
	bottom: -1px;
    left: 47%;
    width: 7%;
	height: 3px;
	background-color: #FCCB08;
}
.btm-title-content p {
	font-size: 14px;
    font-weight: 500;
    line-height: 25px;
    margin-top: 20px;
    margin-bottom: 20px;
    color: var(--default-text-color);
}

/*
* Main content section
*/
.qb-site-wrapper {
	width: 100%;
	padding-top: 25px;
}
.qb-sm-content-grid {
	margin: 0 auto;
	padding: 10px;
	width: 100%;
	text-align: center;
	transition: 0.2s ease-in;
}
.qb-sm-content-grid:hover {
	border-radius: 10px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
	transform: translateY(-10px);
	transition: 0.2s ease-in;
}
.qb-sm-content-grid img {
	width: 147px;
	margin: 0 auto;
	padding: 15px 0;
}
.qb-sm-content-grid h3 {
	padding: 10px 0px;
	font-size: 22px;
	font-weight: 600;
	color: var(--primary-color);
}
.qb-sm-content-grid ul {
	margin: 0;
    padding: 0;
    list-style: none;
}
.qb-sm-content-grid ul li {
	margin-bottom: 5px;
}
.qb-home-service {
	padding: 100px 0px;
	width: 100%;
	background: url(../images/home_service_sec_bg.png) no-repeat;
	background-size: cover;
}
.home-service-gride {
	margin-bottom: 30px;
    padding: 15px;
	min-height: 154px;
	display: flex;
    flex-direction: row;
    align-items: center;
    background: #ffffff;
	border-radius: 4px;
	cursor: pointer;
	transition: 0.2s ease-in;
}
.main-service-grid {
	margin-bottom: 30px;
    padding: 15px;
	min-height: 154px;
	display: flex;
	flex-direction: column;
	justify-content: center;
    align-items: center;
    background: #ffffff00;
	border-radius: 4px;
	cursor: pointer;
	transition: 0.2s ease-in;
}
.main-service-grid .serv-ioc-sec img {
	width: 150px;
    margin-bottom: 25px;
}
.main-service-grid .serv-cnt-sec {
	text-align: center;
    color: #FFFFFF;
}
.main-service-grid .serv-cnt-sec p {
	font-size: 14px;
	text-shadow: 0 0 5px #0000009c;
} 
.home-service-gride:hover {
	transform: scale(1.05);
	transition: 0.2s ease-in;
}
.home-service-gride .serv-ioc-sec {
	margin-right: 15px;
}
.home-service-gride .serv-ioc-sec img {
	width: 100px;
}
.home-service-gride .serv-cnt-sec h5 {
	font-size: 16px;
	font-weight: 600;
	color: var(--primary-color);
}
.home-service-gride .serv-cnt-sec p {
	font-size: 13px;
	color: var(--default-text-color);
}

.testimonial-sec {
	width: 100%;
	padding: 100px 0;
}
.testi-grid {
	width: 80%;
    margin: 0 auto;
    padding: 25px 30px;
    min-height: 300px;
    background: transparent;
    /*background-image: url(../images/Icon-awesome-quote-left.png);*/
    background-repeat: no-repeat;
    text-align: center;
}
.testi-grid img {
	width: 80px !important;
    margin: 10px auto;
}
.testi-grid h5 {
	margin-bottom: 0;
	font-weight: 600;
	font-size: 16px;
	color: var(--primary-color);
}
.testi-grid p {
	position: relative;
	margin: 10px 0;
	font-size: 12px;
}
.testi-grid p::before {
	content: '';
    position: absolute;
    top: -14px;
    left: -38px;
    width: 36px;
    height: 31px;
    background: url(../images/frist_quout.png) no-repeat;
    background-size: contain;
}
.testi-grid p::after {
	content: '';
    position: absolute;
    bottom: 0px;
    right: -38px;
    width: 36px;
    height: 31px;
    background: url(../images/second_quout.png) no-repeat;
    background-size: contain;
}
.owl-theme .owl-dots .owl-dot span {
    width: 16px;
    height: 16px;
    margin: 5px 4px;
    background: #05D7F0;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #1F0098;
}

.help-sec {
	width: 100%;
	padding: 100px 0;
	background: url(../images/help.png) no-repeat;
	background-size: cover;
}
.help-form-grid {
	padding: 30px 50px;
    background: #ffffff;
    border-radius: 10px;
}
.help-form-grid h3 {
	text-align: center;
    font-size: 22px;
    font-weight: 600;
	margin-bottom: 20px;
	color: var(--primary-color);
}
.form-group {
    position: relative;
    margin-bottom: 1.5rem;
}
label {
    top: 12px;
    left: 15px;
    position: absolute;
    display: inline-block;
    font-weight: 400;
    font-size: 12px;
    color: var(--default-text-color);
    margin-bottom: 0rem;
    padding: 1px 2px;
    background: #FFFFFF;
}
.form-control {
    display: block;
    width: 100%;
    height: 45px;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
textarea.form-control {
    height: 150px;
}
textarea:focus, textarea:active, textarea:valid, textarea:not(:empty) {
	border: 1px solid #0069d9;
}

textarea:focus ~ label, textarea:active ~ label, textarea:valid ~ label, textarea:not(:empty) ~ label {
	top: -10px;
	color: #0069d9;
	transition: 0.2s ease-in;
}

input[type=text]:focus, 
input[type=text]:active, 
input[type=text]:not(:empty), 
input[type=text]:valid, 
input[type=email]:focus, 
input[type=email]:active, 
input[type=email]:not(:empty), 
input[type=email]:valid {
	border: 1px solid #0069d9;
}
input[type=text]:focus ~ label, 
input[type=text]:active ~ label, 
input[type=text]:not(:empty) ~ label, 
input[type=text]:valid ~ label, 
input[type=email]:focus ~ label, 
input[type=email]:active ~ label, 
input[type=email]:not(:empty) ~ label, 
input[type=email]:valid ~ label {
	top: -10px;
	color: #0069d9;
	transition: 0.2s ease-in;
}

.qb-state {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
	min-height: 180px;
	padding: 20px 0px;
}
.qb-state h1 {
	font-weight: 700;
	color: var(--primary-color);
}
.qb-state p {
	color: #FFFFFF;
}
.bdr-br {
	border-right: 1px solid #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
}
.bdr-b {
    border-bottom: 1px solid #FFFFFF;
}
.bdr-r {
	border-right: 1px solid #FFFFFF;
}

.qb-used-tecnology {
	width: 100%;
	padding: 0px 0px;
}
.techno-grid {
	display: inline-block;
	text-align: center;
}
.techno-grid img {
	width: 80px;
	transform: scale(1);
	/*filter: grayscale(1);*/
	transition: 0.2s ease-in;
}
.techno-grid img:hover {
	/*filter: grayscale(0);*/
	transform: scale(1.1);
	transition: 0.2s ease-in;
}
ul.why-us li {
	font-weight: 600;
	color: #FFFFFF;
	padding-bottom: 10px;
}

/*
* Contact Page
*/
.contact-contant-grid {
	width: 70%;
	margin-bottom: 25px;
	align-items: center;
}
.contact-ioc {
	width: 50px;
	height: 50px;
	background: var(--primary-color);
	text-align: center;
	padding: 9px 0px;
	border-radius: 50%;
}
.contact-content {
	width: calc(100% - 50px);
	margin-left: 15px;
	text-align: left;
}
.msg-overlay {
	top: 0;
	left: 0;
	position: fixed;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	z-index: 9999999;
	background: rgba(0, 0, 0, 0.4);
	backdrop-filter: blur(1px);
}
.msg-alert {
	position: relative;
	padding: 15px;
	width: 300px;
	height: 200px;
	text-align: center;
	background: #FFFFFF;
	border-radius: 10px;
}
.msg-alert h5 {
	font-size: 16px;
}
.close-btn {
	position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}

/*
*
*/
ul.qb-industry-list {
	margin-top: 20px;
	margin-left: 0;
	margin-bottom: 0;
	padding: 0;
}
ul.qb-industry-list li {
	list-style-type: none;
	padding-bottom: 20px;
	line-height: 2;
}
ul.qb-industry-list li span {
	display: inline-block;
    width: 35px;
    height: 35px;
    text-align: center;
    color: #1476F2;
    background-color: rgba(120, 188, 255, 0.4);
    border-radius: 50%;
    margin-left: 20px;
    margin-right: 10px;
}
.service-wraper {
	width: 100%;
	padding: 20px 0px;
	background: url(../images/service-bg.png) no-repeat;
	background-size: cover;
	min-height: 585px;
}

footer {
	background: #F6F6F6;
}
.footar-top {
	padding: 5px 0;
	background: #AFAFAF;
	color: #FFFFFF;
}
.footar-top h3 {
	margin-bottom: 0;
}
a.social-links {
	width: 45px;
    height: 45px;
    background: #ffffff;
    padding: 10px;
    border-radius: 50%;
    margin: 0 5px;
}
.main-footer {
	background: #F6F6F6;
	padding: 25px 0px;
}
.f-grid {
	width: 100%;
}
.f-grid h5 {
	font-size: 16px;
	font-weight: 600;
	color: var(--primary-color);
	padding-left: 25px;
	margin-bottom: 10px;
}
.f-grid ul {
	margin: 0;
}
.f-grid ul li {
	padding: 0px 0px;
}
.f-grid ul li a.f-link {
	font-size: 12px;
	color: var(--default-text-color);
	text-decoration: none !important;
}
.f-contact-grid {
	margin-bottom: 10px;
}
.f-contact-grid span {
	width: 40px;
    height: 40px;
    display: inline-block;
    background: #CCCCCC;
    padding: 7px 8px;
    border-radius: 50%;
    margin-right: 10px;
}
.f-contact-grid a {
	font-size: 12px;
	color: var(--default-text-color);
	text-decoration: none !important;
}
.f-grid p {
	font-size: 12px;
}
.footar-bottom * {
	font-size: 12px;
}

.rotate {
	-webkit-animation: rotating 2s linear infinite;
  	-moz-animation: rotating 2s linear infinite;
  	-ms-animation: rotating 2s linear infinite;
  	-o-animation: rotating 2s linear infinite;
  	animation: rotating 2s linear infinite;
}

/*
* ANIMATIONS CSS
*/
@-webkit-keyframes rotating /* Safari and Chrome */ {
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes slide-in-up {
	0% {
		transform: translate(30px, -1px);
	}
	50% {
		transform: translate(15px, -1px);
	}
	100% {
		transform: translate(30px, -1px);
	}
}
@-webkit-keyframes slide-in-up {
	0% {
		-webkit-transform: translate(30px, -1px);
	}
	50% {
		-webkit-transform: translate(15px, -1px);
	}
	100% {
		-webkit-transform: translate(30px, -1px);
	}
}
@keyframes text-flip-up {
	0% {
		opacity: 0;
		transform: rotateX(0deg);
	}
	100% {
		opacity: 1;
		transform: rotateX(360deg);
	}
}
@-webkit-keyframes text-flip-up {
	0% {
		opacity: 0;
		-webkit-transform: rotateX(0deg);
	}
	100% {
		opacity: 1;
		-webkit-transform: rotateX(360deg);
	}
}
@keyframes typing {
  	from { width: 0 }
  	to { width: 100% }
}
@keyframes blink-caret {
  	from, to { border-color: transparent }
  	50% { border-color: orange; }
}
