
header#header.affix {

	background: #ffffff;
	box-shadow: 0 20px 20px rgba(255, 255, 255,1);

	-webkit-box-shadow: 0 20px 20px rgba(255, 255, 255,1);

	-moz-box-shadow: 0 20px 20px rgba(255, 255, 255,1);
}

header.fixed-top {
	z-index: 100000;
	/*background: #ffffff;
	box-shadow: 0 20px 20px rgba(255, 255, 255,1);

	-webkit-box-shadow: 0 20px 20px rgba(s255, 255, 255,1);

	-moz-box-shadow: 0 20px 20px rgba(255, 255, 255,1);*/
	position: relative;

}

header.fixed-top::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 200px;
	background-image: linear-gradient(to top,rgba(255,255,255,0),rgba(255,255,255,1));
	opacity: 1;
}
.dropdown:hover > .dropdown-menu {
	display: block;
}

.dropdown, .dropup {
	position: relative;
	margin-right: 10px;
}
.navbar-brand img {

	height: 100px;

	width: auto;

}

.language_box .btn-info:focus{
	outline: none;
	box-shadow: none;
}

.language_box .btn-info:not(:disabled):not(.disabled):active:focus ,
.language_box .btn-info:not(:disabled):not(.disabled):active{
	box-shadow:none;
	background-color: transparent;
	border: none;
}



.language_box .btn-info{
	background-color: transparent;
	border: none;
	font-family: tajawal;
	color: #707070;
}

.language_box .language_btn:focus{
	outline: none;
}

.language_box .language_btn {
	border: none;
	background-color: transparent;
}

.navbar {
	padding: 1.5rem 1rem;
}

.lang-link {

	margin-left: 0.8rem;

}

.title h2 {

	color: #11A7D6;

	font-weight: 700;
	font-size: 45px;

}

.title {

	margin-bottom: 3rem;

}

/*.title h4{
	font-weight: 300;
	text-transform: uppercase;
}*/

.section-welcome {

	/*padding: 200px 0;*/
	padding-bottom: 200px;

}

.section-statistics {
	
	padding: 60px 0;
}

.welcome-box {

	background: #ffffff;

	border-radius: 5px;

	border-bottom: 8px solid #4C3288;

	padding: 30px;

	box-shadow: 0 4px 20px -1px rgba(0, 0, 0, 0.1);

	-webkit-box-shadow: 0 4px 20px -1px rgba(0, 0, 0, 0.1);

	-moz-box-shadow: 0 4px 20px -1px rgba(0, 0, 0, 0.1);
    
    overflow:hidden
}

.welcome-box p{
	font-weight: 300;
}

.navbar-nav .nav-link{
	font-size: 18px;
	text-transform: unset;
}

.navbar-nav .nav-item.active{
	color: #4C3288;
}

.navbar{
	padding-top: 2.5rem;
}

.welcome-icon {

	margin-bottom: 30px;

}

.welcome-box h3 {

	text-transform: uppercase;

	font-weight: 700;

	color: #707070;
	font-size: 40px;

}

.link-knowmore {

	color: #707070;

	font-weight: 500;
	font-size: 1.15rem;
	text-transform: uppercase;

}

.title-light {

	color: #ffffff;

}

.title-light h2 {

	color: #ffffff;

}

.title h4{
	font-weight:300 ;
	text-transform: upprcase;
}

.state-box {

	color: #ffffff;

	text-align: center;

	margin: 1rem 0;

}

.state-box h4 {

	font-size: 3.875rem;

	font-weight: 300;

}

.state-box p {
	font-size: 15px;
	font-weight: 300;
	color: #CCCCCC;
}
.section-statistics .title h2{
	font-size: 45px;
	font-weight: bold;
}
.section-statistics .title h4{
	font-size: 20px;
	font-weight: 500;
}

.client-logo {

	margin-bottom: 1rem;

}

.testimonial-box {

	background: #ffffff;

	border-radius: 5px;

	padding: 30px;

	position: relative;

	box-shadow: 0 4px 20px -1px rgba(0, 0, 0, 0.1);

	-webkit-box-shadow: 0 4px 20px -1px rgba(0, 0, 0, 0.1);

	-moz-box-shadow: 0 4px 20px -1px rgba(0, 0, 0, 0.1);
    
}





.testimonial-box .testi-quote {

	position: absolute;

	right: 30px;

	top: 30px;

}

#testimonial-slider .owl-stage-outer {

	padding: 20px 0;

}

.testimonial-box .testi-image {

	width: 70px;

	height: 70px;

	border-radius: 50%;

	overflow: hidden;

	float:left;
	margin-right: 15px;

}

.testimonial-box .testi-meta {

	display:block;

	vertical-align: middle;

	margin-left: 20px;

}

.testi-meta .testi-author {

	font-weight: 700;

	font-size: 1.125rem;

}

.testi-meta .testi-designation {

	font-weight: 400;

	font-size: 1.125rem;

}

.testimonial-box .testi-info {

	margin-top: 2rem;

}

.testimonial-box .testi-info p{
	font-weight: 400;
}

.section-testimonial {
	padding-top: 150px;
	padding-bottom: 200px;
}

.subscribe-box {
	background: #11a7d6;
	padding: 20px 30px;
	border-radius: 5px;
	line-height: normal;
	margin-top: -34px;
}
.subscribe-box input::placeholder{
	color: #fff;
}

.subscribe-box h3 {
	color: #ffffff;
	margin: 0;
	font-weight: 900;
	font-size: 45px;
}

.btn-subscribe {

	/* width: 100%; */

	background: transparent;

	border: 1px solid #ffffff;

	color: #ffffff;

	text-transform: uppercase;

	border-radius: 5px;

	line-height: 1;

	padding: 12px 20px;

	cursor: pointer;
	font-weight: 500;

	float: right;

}

.input-email {

	width: 100%;

	background: transparent;

	border: 0;

	color: #ffffff;

	border-bottom: 1px solid;

	line-height: 1;

	padding: 11px 0;

}

footer#footer .sitemap {

	padding-top: 5rem;

	padding-bottom: 4rem;

}

footer#footer h4 {

	color: #ffffff;

	font-size: 1.563rem;

	margin-bottom: 1rem;

}

.footer-logo {

	padding-right: 40%;

}

.footer-contact1,.footer-contact2 {

	color: #BEBEBE;

}

footer#footer ul.footer-contact-desc {
	padding-left: 0;
}

footer#footer ul {

	margin: 0;

	padding: 0;

	font-weight: 400;

	list-style: none;

}

footer#footer ul li a:hover{
	text-decoration: none;
}

footer#footer ul li,
footer#footer ul li a {

	margin: 0 0 10px 0;

	color: #BEBEBE;

}

.footerlinks a {

	color: #BEBEBE;

}



.footer .mobile_footer_contact{

	display: none;

}

.footerlinks a:hover, .footerlinks a:focus {

	color: #ffffff;

	text-decoration: none;

}

.footer-bottom {

	background: url(../images/copyright-bg.png) no-repeat center bottom;

	height: 120px;

	background-size: 100% 100%;

	text-align: center;

	color: #BEBEBE;

	font-weight: 400;

}

.footer-bottom a {

	color: #BEBEBE;

}
.link-readmore:hover{
    color:#fff;
    text-decoration:none;
}
.link-readmore {
	color: #ffffff;
	background: #4C3288;
	font-weight: 500;
	line-height: normal;
	padding: 6px 35px;
	display: inline-block;
	z-index: 99999;
	position: relative;
	text-transform: uppercase;
	border-radius: 5px;
}


.service-box:hover{

	background-color: #fff;

	box-shadow:0 5px 10px rgba(0,0,0,0.2);;

}



.service-box h4 {

	text-align: center;

	color: #000000;

	margin-top: 1rem;

	font-size: 25px;

}

.service-image img{

	height: 150px;

	background: #ffffff;

	
    filter: grayscale(100%);
	overflow: hidden;

}
.service-image:hover img {
	filter: grayscale(0);
}
.service-image img {

	height: 150px;

	width: 100%;

	display: block;

	margin: auto;

}

.link-viewall {

	display: block;

	width: 50px;

	height: 50px;

	background: #4C3288;

	border-radius: 50%;

	text-align: center;

	padding: 10px;

	margin: 10px auto auto auto;

}







.service-content {

	padding: 7px;

}

.link-viewall img {

	height: 22px;

}

.viewall-box:hover{
    box-shadow:none;
    background-color:transparent;
}

.viewall-box {

	text-align: center;

	font-weight: 500;

	font-size: 20px;

	padding: 50px 0;

}

.services-box .service-box {

	width: 18%;

	float: left;

	border-radius: 15px;

	margin: 0 1%;
    position:relative;
    z-index:99999;
}

.services-box {

	overflow: hidden;

	margin: 0 -1% 6rem -1%;

	padding: 10px 0;

}

.section-services {

	position: relative;

	padding-top:115px ;

	padding-bottom: 10rem;

}

.service-bg-right {

	position: absolute;

	right: 0;

	top: 100px;

}

.service-bg-left {

	position: absolute;

	left: 0;

	bottom: 0px;

}

.imgbox {

	position: relative;

	right: -15%;

}

.slide-info {
	padding: 206px 0 90px 0;
	margin-top: 150px;
}

.slide-info h2 {
	font-weight: 700;
	font-size: 58px;
	line-height: 60px;
	margin-bottom: 13%;
}

.slide-info h2 span {

	color: #11A7D6;

}

.slide-info p {

	font-weight: 500;

	line-height: normal;

	margin-bottom: 50px;

}

.link-more:hover{
    color:#4c3288;
    text-decoration:none;
}

.link-more {

	text-transform: uppercase;

	font-weight: 400;
	color: #4c3288;
	font-size: 1.15rem;
	display: inline-block;

}

.link-more img {

	height: 60px;

	display: inline-block !important;

	margin-right: 10px;

	vertical-align: middle;

}

#section-slider .owl-dots .owl-dot {

	background: #ffffff;

	border: 1px solid #707070;

	margin: 0 5px;

}

#section-slider .owl-dots .owl-dot.active {

	background: #4C3288;

	border-color: #4C3288;

}

.page-heading {
	position: relative;
	top:-160px;
}

.page-heading img {

	width: 100%;

	height: auto;

}

.page-heading-curve-mb {
        display:none;
}

.page-heading-curve {

	position: absolute;

	left: 0;

	bottom: -50px;

}

.page-heading:before {

	content: "";

	position: absolute;

	top: 0;

	width: 100%;

	height: 50%;


	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%); 

	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%); 

	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%); 

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=0 ); 

}

.section-content {
	padding-bottom: 150px;
	margin-top:-110px;
}


.section-content p{

	color: #707070;

}

.slider_banner{

	position: absolute;

	top: 0;

	height: 500px;

	right: 0;

}

.banner_img {
	background-position: center 60px;
	overflow: hidden;
	position: absolute;
	top: -150px;
	right: 10px;
	height: 1300px;
	width: 1300px;
	border-radius: 100%;
	margin: 90px 0 0 0;
}

.banner_img::after {
	content: '';
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255, 255, 255, 0) 100%);
	top: 0;
	width: 100%;
	height: 100%;
	left: 0;
	position: absolute;
}
/*.banner_img_bg {
	position: absolute;
	top: -170px;
	right: -40px;
	background: #4C3288;
	height: 920px;
	width: 60%;
	border-radius: 90% 0 95% 100%;
	box-shadow: 0 20px 18px rgba(76, 50, 136,0.9);
	-webkit-box-shadow: 0 20px 18px rgba(76, 50, 136,0.9);
	-moz-box-shadow: 0 20px 18px rgba(76, 50, 136,0.9);
}*/

.banner_img_bg {
	position: absolute;
	top: -480px;
	right: -240px;
	background: #4C3288;
	height: 1300px;
	width: 1300px;
	border-radius:100%;
	/* left: auto; */
	box-shadow: 0 20px 18px rgba(76, 50, 136,0.9);
	-webkit-box-shadow: 0 20px 18px rgba(76, 50, 136,0.9);
	-moz-box-shadow: 0 20px 18px rgba(76, 50, 136,0.9);
}

.banner {

	display: block;

	position: relative;

	overflow: hidden;

	height: auto;
	top: -160px;

}
.banner::before {
	position: absolute;
	content: "";
	background: url(../images/service-bg-left.png) no-repeat center left;
	width: 390px;
	height: 580px;
	background-size: 100%;
	top: 240px;
	bottom: 0;
	left: -60px;
	/* margin: auto; */
	overflow: visible;
}
.banner .owl-carousel .owl-item {

	overflow: hidden;

}

.banner .owl-dots {
	text-align: center;
	position: relative;
	left: 0;
	right: 0;
	z-index: 999999;
	top: -170px;
}
.welcome-box:hover {

	background: #4C3288;

	color: #ffffff;

}

.welcome-box:hover h3, .welcome-box:hover .link-knowmore {

	color: #ffffff;

}



.wicon{

	height:90px;

	width:120px;

	display:block;

	background-repeat: no-repeat;

	background-position: center top;

	background-size:cover;

	}

	.welcome-box .white_image{

		display:none;

	}



.welcome-box:hover .white_image {

    display: block;

    position: absolute;

    top: 30px;

}





/* clientele */



.section-clients .clients-tabs .nav-tabs {

	border-bottom: none;

	margin-bottom: 55px;


	justify-content: center;

}

.section-clients{
	padding-bottom: 95px;
	padding-top: 95px;
}

.logo_sec {
      display: grid;
      grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
      
    }
   .logo_sec div {
     
      text-align: center;
      padding: 0px 0;
      font-size: 30px;
      margin:5px;
    }
    /*.logo_sec .client-logo{
      grid-column: 1 ;
    }*/

.section-clients .clients-tabs .nav-tabs .nav-link {
	color: #707070;
	padding: 0px 15px;
	margin-bottom: 15px;
	margin-right: 8px;
	font-weight: 300;
	cursor: pointer;
}

.service_5 {
	margin-top: 350px;
}
.service_5 .image_about::after {
	position: absolute;
	content: '';
	background-color: #4C3288;
	width: 585px;
	height: 210px;
	left: 0;
	z-index: -1;
	bottom: 10px;
}
.service_5 .image_about img {
	width: 580px;
	margin-left: 49px;
	transform:scaleX(-1);
}
.section-clients .clients-tabs .nav-tabs .nav-link.active {

	border: 1px solid #4C3288;

	color: #707070;

	border-radius: 9px;

}
.section-clients .btn:focus{
	outline: none;
}
.section-clients .btn:hover{
	background-color: #4c3288;
}
.section-clients .btn {
	padding: 6px 20px;
	margin-top: 70px;
	font-size: 1.15rem;
}


/* about page */

.about-content{

	padding-bottom: 200px;

}

.about-content .image_about img {
	/*width: 470px;*/
	margin-left: 80px;
}



.about-content .image_about {

	position: relative;

	padding-right: 40px;

}



.about-content .image_about::after {

	position: absolute;

	content: '';

	background-color: #4C3288;

	width: 185px;

	height: 437px;

	right: 0;

	z-index: -1;

	top: -40px;

}

.about-content .title h4,
.our_mission .title h4{
	font-weight: 500;
}


.our_mission .title{
	margin: 0;
}


.our_mission{

	position: relative;

}



.our_mission::before {
	position: absolute;
	content: '';
	width: 100%;
	height: 425px;
	background-color: #F5F5F5;
	bottom: -140px;
	right: 0;
	z-index: -2;
}

.our_mission::after {
	content: '';
	position: absolute;
	background-color: #4C3288;
	width: 45%;
	top: 0;
	left: 0;
	transform: translateX(50%);
	height: 620px;
	z-index: -1;
}



.our_mission .desc {

	background-color: #fff;

	padding: 50px;

	margin-top: 30px;

}

.our_mission_img img{

	width: 585px;

}



.our_mission_img {

	margin-top: -210px;

}



.our_values{

	padding: 150px 0 100px 0;
	margin-top: 50px;	
}

.our_values .desc {
	margin-top: 140px;
}



.our_values .image_about{

	position: relative;

}



.our_values .image_about img{

	padding-right: 50px;

}



.our_values .image_about:after{

	content: '';

	position: absolute;

	width: 60%;

	right: 0;

	height: 70%;

	background-color: #4C3288;

	bottom: -40px;

	z-index: -1;

}



.search_partners::before {
	position: absolute;
	content: '';
	width: 100%;
	height: 760px;
	background-color: #F5F5F5;
	z-index: -2;
	margin-top: -60px;
}



.search_partners {

	padding-top: 85px;

	padding-bottom: 10px;

	position: relative;

	margin-bottom: 160px;

}



.search_partners .image_partners {

	position: relative;

	padding-left: 40px;

}
.service3 {
	position: relative;
}
.service4::before {
	position: absolute;
	content: '';
	width: 100%;
	height: 1115px;
	background-color: #F5F5F5;
	top: -390px;
	right: 0;
	z-index: -2;
}

.search_partners .image_partners::before {
	position: absolute;
	content: '';
	width: 390px;
	height: 690px;
	top: 40px;
	left: 0;
	z-index: -1;
	background-color: #4C3288;
}
.search_partners .desc {

	margin-top: 60px;

}



.hiring_partners .image_about{

	position: relative;

}
.hiring_partners {
	padding-bottom: 70px;
	padding-top:100px;
}


.hiring_partners .image_about img{

	/* width: 400px; */

	

}



.hiring_partners .image_about:after{

	position: absolute;

	content: '';

	width: 80%;

	height: 30%;

	background-color: #4C3288;

	top: 20px;

	right: 0;

	z-index: -1;

}





.bg-image{

	background-image: url(../images/bg-image.png);

	background-position: center;

	background-size: cover;

	height: 450px;

}





.accordion .accordion-item .accordion-body form .form-group label span i {

	float: revert;

}



.accordion button:active {

	color: #fff;

	background-color: transparent;

}



.accordion-button:not(.collapsed) {

	background-color:#fff;

}



.notification .card h2{

	margin-bottom: 0;

}

.banner_img_bg_inner {
	position: relative;
	top: -20px;
	right: 0;
	background: #4C3288;
	height: 580px;
	width: 100%;
	border-bottom-left-radius: 120%;
	border-bottom-right-radius: 80%;
	left: auto;
	box-shadow: 0 20px 18px rgba(76, 50, 136,0.9);
	-webkit-box-shadow: 0 20px 18px rgba(76, 50, 136,0.9);
	-moz-box-shadow: 0 20px 18px rgba(76, 50, 136,0.9);
}

.banner_img_inner {

	background-position: center 60px;

	overflow: hidden;

	position: absolute;

	top: -30px;

	right: 0;

	height: 600px;

	width: 100%;

	border-bottom-left-radius: 80%;

	/* margin: 90px 0 0 0; */

	border-bottom-right-radius: 80%;

}

.banner_img_inner::after {
	content: '';
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255, 255, 255, 0) 100%);
	top: 0;
	width: 100%;
	height: 100%;
	left: 0;
	position: absolute;
}



footer .copyright-block p {

	margin-top: 51px;

	/* margin-bottom: 1rem; */

	font-size: 20px;

}



.banches_sec{

	padding: 50px 0;

}

.banches_sec .banches_box {

	padding: 25px;

	position: relative;

	background-color: #fff;

	box-shadow: 0 0 23px rgba(0,0,0,0.07);

	margin-bottom: 30px;

}


.banches_sec .banches_box h3{

	color: #4C3288;

	font-weight: bold;

	font-size: 25px;

}



.banches_sec .banches_box p{

	margin: 0;

	color: #707070;

}

.banches_sec .banches_box a{
	margin: 0;

	color: #707070;
	display: block;
}

.banches_sec .banches_box a:hover{
	text-decoration: none;
}


.banches_sec .banches_box h4{

	font-size: 25px;

	color: #4C3288;

	font-weight: normal;

	margin-bottom: 15px;

}



.banches_sec .banches_box .icon{

	position: absolute;

	bottom: 20px;

	right: 20px;

}



.form_contact{

	position: relative;

	padding: 70px 0;

}



.form_contact .title h2,

.form_contact .title p{

	color: #fff;

}


.form_contact form {
	background-color: #fff;
	padding: 55px;
	border-radius: 15px;
	box-shadow: 0 0 16px rgba(0,0,0,0.2);
	margin-bottom: 25px;
}

form .form-control{

	background-color: #F4F4F4;

	border:none;

}



 form label {
	color: #707070;
	font-size: 25px;
	font-weight: 300;
}


form input{

	height:70px;
	border-radius: 5px;

}



.form_contact:before{

	position: absolute;

	content:'';

	background-color: #4C3288;

	height: 500px;

	width: 100%;

	top: 0;

	left: 0;

}



.form_contact p{

	color: #707070;

}

.form_contact form input{
	margin-bottom: 30px;
}

.form_contact form img{

	width: 250px;

}


.form_contact form .btn {
	float: right;
	padding: 15px 70px;
}

.form_contact form .btn:hover{
	background-color: #352262;
}



.section-form {
	padding-bottom: 70px;
	margin-bottom: 70px;
	margin-top:-100px;
}



.section-form form{

	box-shadow: 0 0 8px rgba(0,0,0,0.3);

	padding: 35px;

	margin-top: 20px;

	border-radius: 15px;

	background-color: #fff;

}



.section-form form .btn {
	float: right;
	padding: 15px 70px;
}


.section-form .note{

	margin-top: 30px;

}



.section-form form img{

	width:200px;	

	float: left;

}

.nav-pills .nav-link {
	margin-right: 45px;
	color: #4C3288;
	box-shadow: 0 0 8px rgba(0,0,0,0.3);
	border: 1px solid #4C3288;
	font-size: 34px;
	padding: 10px 40px;
}



.section-form .tab-content {
	margin-top: 30px;
}



input[type=file] {
    display: none;
}
.choose-btn {
    border-radius: 2px;
    width: 100%;
    float: left;
    background:#f4f4f4;
    color: #707070;
    padding: 20px;
    text-align: center;
    cursor: pointer;
    font-family: arial;
    font-size: 16px;
}

  

form input {
	height: 45px;
}
.link-care {
	position: fixed;
	background-color: #4C3288;
	z-index: 99999;
	bottom: 50px;
	left: -90px;
	transition: .5s all ease;
	border-top-right-radius: 50px;
	border-bottom-right-radius: 50px;
	padding: 10px 20px;
	display: flex;
	align-items: center;
	box-shadow: -3px 2px 20px #4C3288;
}
.link-whatsapp img{
    width:70px;
}
.link-whatsapp {
	position: fixed;
	z-index: 99999;
	bottom: 80px;
	right: 10px;
	transition: .5s all ease;
	border-top-left-radius: 50px;
	border-bottom-left-radius: 50px;
	
	display: flex;
	align-items: center;
	
}

.link-care img{

	width: 30px;

	margin-left: 15px;

}
/*.link-care#link_sticky.affix {*/
/*  background-color: #fff;*/
/*  box-shadow: 0px 1px 10px rgba(0,0,0,0.1);*/
/*}*/

.affix {

background:#ffffff;*/
}
.link-care p {
	margin: 0;
	color: #fff;
	font-size: 18px;
	font-weight: 300;
}


.link-care:hover{

	left:0

}

.service1 {
	padding-top: 50px;
}



.service1 .image_about{

	position: relative;

}

.service1 .image_about::after {
	position: absolute;
	content: '';
	background-color: #4C3288;
	width: 475px;
	height: 210px;
	left: 20px;
	z-index: -1;
	bottom: 10px;
}

.service1 .image_about img {
	width: 470px;
	
}


.title_box .title {

	display: flex;

	/* width: 80%; */

	margin: 0;

	align-items: end;

}





.title_box .title h2 {
	font-size: 56px;
}
.title_box .title h1 {
	font-size: 130px;
	color: transparent;
	-webkit-text-stroke: 1px #11A7D6;
	line-height: 110px;
	margin-right: 15px;
}



.service-2{

	padding-top: 50px;

	padding-bottom: 70px;

	position: relative;

}

.service-2 .desc{
	margin-bottom: 50px;
}


.service-2::before {

	content: '';

	position: absolute;

	top: 30%;

	background-color: #F5F5F5;

	width: 300px;

	height: 520px;

	left: 260px;

	z-index: -1;

}

.service3{

	position: relative;

	padding-bottom: 70px;

}

.service3 .desc {
	background-color: #fff;
	padding: 45px;
}



.service3 .our_mission_img img {

	width: 560px;

}



.service4{

	position: relative;

	margin-top: 140px;

}


.service7 {
	margin-bottom: 220px;
	margin-top: 0 !important;
	position: relative;
}
.service6 {
	margin-top: 50px;
}
.service6 .image_about::after {
	position: absolute;
	content: '';
	background-color: #4C3288;
	width: 525px;
	height: 450px;
	right: 0;
	z-index: -1;
	bottom: -120px;
}

.service6 .image_about img{
    width:480px;
}

.service3::after {
	content: '';
	position: absolute;
	background-color: #4C3288;
	width: 80%;
	top: -60px;
	left: 0;
	height: 630px;
	z-index: -1;
}

.service4 .image_about::after {
	position: absolute;
	content: '';
	background-color: #4C3288;
	width: 525px;
	height: 530px;
	right: 0;
	z-index: -1;
	bottom: -120px;
}
.service4 .title_box{

	margin-top: 100px;

}


.service5 {
	padding: 70px 0;
	margin-top: 150px;
}

.service5 .title h2{
	font-size: 45px;
}

.faq{
        padding: 50px 0;
}
.faq .card {
        margin-bottom: 25px;
        border: none;
        border-radius: 0.5rem;
        box-shadow: 0 0 8px rgba(0,0,0,0.2);
        padding: 9px 0px;
}
.faq .card .card-header {
        background-color: #fff;
        
        border-bottom: 0;
}
.faq .card .card-header h5{
        text-align: left;
        color: #4c3288;
        font-size:18px;
        text-decoration: none;
}
.faq .card .btn-link:hover{
        text-decoration: none;
}

.card-header {
        position: relative;
  }
        
  .card-header::after {
        content: "\f107";
        color: #fff;
        top: 8px;
        right: 20px;
        position: absolute;
        font-family: "FontAwesome";
        background-color: #4c3288;
        width: 25px;
        height: 25px;
        border-radius: 100%;
}
  .card-header[aria-expanded="true"]::after {
        content: "\f106";
  }

.privacy_policy{
        padding-top: 70px;
        padding-bottom:70px;
        position:relative;
}

.privacy_policy strong{
        font-weight: bold;
        font-size: 18px;
}
.privacy_policy::before {
        position: absolute;
        content: "";
        background: url(../images/service-bg-left.png) no-repeat center left;
        width: 300px;
        height: 500px;
        background-size: 100%;
        top: 0;
        bottom: 0;
        left: 0;
        margin: auto;
}

.knowmore{
        padding:50px 0;
        position: relative;
}
.knowmore::before {
        position: absolute;
        content: "";
        background: url(../images/service-bg-left.png) no-repeat center left;
        width: 200px;
        height: 300px;
        background-size: 100%;
        top: 0;
        bottom: 0;
        left: 0;
        margin: auto;
}

.phpdebugbar{
    display: none;
}
span.dropdown-toggle {
    display: inline-block;
    /* float: right; */
    position: absolute;
    top: 10px;
    right: -7px;
}
