@charset "ISO-8859-1";

html {
  scroll-behavior: smooth;
}

/* BODY */
body {
	font-family: Poppins;
}

.section-2  {
	margin-top: 12%;
}

.section-7, .section-8 {
	background: transparent url('/images/Group-2186.svg');
}

section .content {
	margin-top: 15%; 
	margin-left: 10%;
}

section .sec-title {
	font-size: 28px;
}

section .sec-title-speciality {
	font-size: 16px;
}


.section-5, .section-6, .section-7, .section-8 .sec-title {
	text-align: center;
}

.section-4, .section-5, .section-6, .section-7, .section-8, .section-9, .section-10 {
	margin-top: 5%;
}

.btn-gradient {
	font-size: 18px;
	margin-top: 5%;
	color: #ffffff;
	background: linear-gradient(2deg, hsla(195, 96%, 39%, 1),
		hsla(182, 100%, 49%, 1));
		
}

.btn-gradient:hover {
	background: linear-gradient(9deg, hsla(195, 96%, 39%, 1),
		hsla(182, 100%, 49%, 1));
		color: #ffffff;
}

.btn-gradient:focus{
   background: linear-gradient(2deg, hsla(195, 96%, 39%, 1),
		hsla(182, 100%, 49%, 1));
		color: #ffffff;
}

.btn-know-more:hover{
	background: linear-gradient(9deg, hsla(195, 96%, 39%, 1),
		hsla(182, 100%, 49%, 1));
		color: #ffffff;
}

.btn-know-more {
	font-size: 18px;
	margin-top: 5%; 
	color: #45BFDB; 
	border: 1px solid #03A9CF;
	background-color: #ffffff;
}

.we-create {
	font-size: 40px; 
	font-weight: bold; 
	text-align: center;
}

.lorem-content-head {
	font-size: 16px; 
	text-align: center; 
}

.lorem-content {
	font-size: 16px; 
}

.for-your-complex {
	font-size: 40px; 
	text-align: center;
}

.nav-link.show.active {
	color: #03BAD9 !important;
}

.nav-link {
	color: #555555 !important;
}

.menucls {
	font-size: 22px;
	font-family: Poppins;
	font-weight: normal;
}

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

.nav-img {
	display: none;
}

.nav-img.show {
	display: block;
}

.btn {
	padding-left: 20px;
	padding-right: 20px;
}

.imgageBorder {
	height: 90px;
	background: linear-gradient(15deg, #FFFFFF 5%, #AAD7FF 100%); "
	opacity: 1;
}

.container-fluid {
	width: 100%;
	padding-right: 25px;
	padding-left: 25px;
	margin-right: auto;
	margin-left: auto;
}

.create_img {
	position: relative;
	width: 100%;
	height: auto;
	z-index: 10;
}

.create_bg_img {
	position: relative;
	width: inherit;
	height: auto;
	z-index: 10;
	margin-top: 5%;
}

.card-txt {
	text-align: center;
}

.learn-more {
	color: #49BE55 !important;
    font-weight: 500;
}

.card, .carousel-btn {
	box-shadow: 0px 10px 30px #99999933;
}

.card-position {
	margin-top: 5%;
}

.lorem-content-card {
	font-size: 16px; 
	text-align: center;
}

.borderless td, .borderless th, .borderless tr {
    border: none;
}

.borderless th {
   font-size: 15px;
}

.borderless tr {
  background-color: #ffffff;
}

.follwus{
	margin-left: 10%;
}

.table-responsive{
	font-size: 14px;
}

.borderless a {
	color: #212529;
}

.client-name-cls {
    font-size: 14px;
    font-weight: 500;
}

.client-role-cls{
	 font-size: 13px;
}

/* for header responsive css apply */

#home {
    position:fixed;
    background:#fff;
    left:0;
    top:0;
    float:left;
    width:100%;
    z-index: 1000 !important;
}

@media only screen and (max-width: 480px), only screen and (max-device-width: 480px) {
	.section-2  {
		margin-top: 100%;
	}
}

@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:portrait) {
  .section-2  {
		margin-top: 25%;
	}
}
@media all and (device-width: 1024px) and (device-height: 768px) and (orientation:landscape) {
  .section-2  {
		margin-top: 100%;
	}
}

iPad 9th Gen
@media only screen and (min-device-width: 810px) and (max-device-width: 1080px) and (min-device-pixel-ratio: 2) {
    .section-2  {
		margin-top: 100%;
	}
}

iPad 10th Gen
@media only screen and (min-device-pixel-ratio: 2) {
    .section-2  {
		margin-top: 100%;
	}
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation : portrait){
	.section-2  {
		margin-top: 20%;
	}
}

@media only screen and (device-aspect-ratio: 1024/768) and (orientation : portrait){
	.section-2  {
		margin-top: 100%;
	}
}
 