* {	margin: 0;
	padding: 0;}
body {
	background: #fff;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.6;
	color: #333;
	font-family: "Poppins";
}
ul{ margin: 0; padding: 0}
.mt30 {
	margin-top: 30px
}
.mt50 {
	margin-top: 50px
}
.mt70 {
	margin-top: 70px
}
.mt100 {
	margin-top: 100px
}
.mb100 {
	margin-bottom: 100px
}
.mb30 {
	margin-bottom: 30px
}
.mb50 {
	margin-bottom: 50px
}
.mb70 {
	margin-bottom: 70px
}
.ptb100 {
	padding: 100px 0
}
.ptb70 {
	padding: 70px 0
}
.pt50 {
	padding-top: 50px
}
.ptb50 {
	padding: 50px 0
}
.ptb30 {
	padding: 30px 0
}
a, a:hover {
	transition: .3s ease-in;
	text-decoration: none
}
i.fa-brands.fa-whatsapp {
	color: #fff;
	background: #25d366;
	text-align: center;
	width: 19px;
	height: 19px;
	line-height: 19px;
	border-radius: 50%
}
.apointment a {
	background: #2b292a;
	color: #fff;
	padding: 8px 10px 10px;
	text-transform: uppercase;
	font-weight: bold;
}
.container {
	max-width: 1360px;
	padding: 0 60px;
}
.header {
	padding: 10px 0; position: relative;
}
.top-band {
	background: #0577cf;
	padding: 8px 15px;
}
.contact-top {
	display: flex;
	justify-content: flex-end;
	gap: 15px;
	font-size: 15px;
}
.contact-top a {
	color: #fff;
}
.purple{ color: #4753bf}
.headding11 {
	font-size: 30px;
	margin-bottom: 10px;
	position: relative;
	font-family: "Poppins";
	font-weight: 500
}
/*.headding11:after {
	position: absolute;
	content: "";
	display: block;
	height: 2px;
	width: 70px;
	background: #333;
	margin: 0 auto;
	left: 0;
	right: 0;
	bottom: 3px
}
 .headding11 span.line {
	height: 10px;
	width: 10px;
	background: #333;
	display: block;
	margin: 10px auto;
	border-radius: 30px
}
.headding11-left span.line {
	margin: 10px 0 0 30px
}
.headding11-left .headding11:after {
	margin: 0
}
.headding11 span {
	color: #4753bf;
}*/
.headding22 {
	font-size: 25px;
}
.headding33 {
	font-size: 22px;
}

.list li {
	position: relative;
	padding-left: 20px; list-style: none;
}
.list li:before {
	color: #333;
	position: absolute;
	left: 0;
	content: "\f105";
	font-family: "Font Awesome 6 Pro"
}
.banner-bg{ background:#eff2f6; padding: 0; }
.banner-data{ height: 100%; justify-content: center; align-content: center; display: flex; flex-direction: column}
.banner-data h4{ font-size: 33px;}
.banner-data p{ font-size: 20px;}
.blue{ color: #0577cf}
.border-radius10{ border-radius:10px; }
.intro9-image {
  position: relative;
  margin-top: 40px; overflow: hidden;
}

.inner-img-one {
  position: absolute;
  z-index: 1;
  bottom: 0;
}
.inner-img-two{ position: relative; z-index: 2}
.worldRotate {
  -webkit-animation: worldRotate 20s linear infinite;
  animation: worldRotate 20s linear infinite;
}

/*--- spinner keyframe ---*/
@-webkit-keyframes worldRotate {
  0% {
    -webkit-transform: rotate(0deg) translateX(0px) rotate(0deg);
            transform: rotate(0deg) translateX(0px) rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(0deg) translateY(0px) rotate(-360deg);
            transform: rotate(0deg) translateY(0px) rotate(-360deg);
  }
}
@keyframes worldRotate {
  0% {
    -webkit-transform: rotate(0deg) translateX(0px) rotate(0deg);
            transform: rotate(0deg) translateX(0px) rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(0deg) translateY(0px) rotate(-360deg);
            transform: rotate(0deg) translateY(0px) rotate(-360deg);
  }
}
/* 06.10. Home Ten Intro CSS */

.form-inner{ background:#333; padding:35px  25px;}
.form-section ul li{ font-weight: bold}
.font20{ font-size: 20px;}
.framework{ border: solid 2px #ddd; padding: 20px; margin-top: 20px;}
.bg-grey{ background:#efefef; padding: 25px; font-size: 20px;}
.bg-grey .fa-book{ font-size:80px;}
.choose_img{ position: absolute; bottom: 0;}
.choose_us_section {
  background-color: #0F0D1D; overflow: hidden;
  padding:105px 0;
}
.w-90{ width: 90%}
/*testimonial start*/
.testimonial{
    border-left: 4px solid #0577cf;
    box-shadow: 5px 5px 6px rgba(0, 0, 0, 0.06);
    padding: 30px 30px 30px 130px;
    margin: 0 15px 30px 15px;
    overflow: hidden;
    position: relative;
}
.testimonial:before{
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    border-top: 25px solid #0577cf;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    transform: rotate(-45deg);
    transform-origin: 80% -30% 0;
}
.testimonial .pic{
    display: inline-block;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    top: 60px;
    left: 20px;
}
.testimonial .pic img{
    width: 100%;
    height: auto;
}
.testimonial .description{
    font-size: 15px;
    font-style: italic;
    color: #333;
    line-height: 25px;
    margin-bottom: 15px;
    min-height: 155px;
}
.testimonial .title{
    display: inline-block;
    font-size: 20px;
    font-weight: 700;
    color: #0577cf;
    margin: 0;
}
.testimonial .post{
    display: inline-block;
    font-size: 17px;
    color: #333;
}
.owl-theme .owl-controls .owl-page span{
    border: 2px solid #333;
    background: #fff;
    opacity: 1;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls .owl-page:hover span{
    background: #333;
}
/*testimonial end*/