/* ------------------------------------------------------------------

    Main Style Stylesheet

    Project:        HTML5 Template

    Version:        1.0

    Author:         

    Last change:    10/02/2015

    Primary use:    Creative, Coporate, Business, Portfolio, Personal

------------------------------------------------------------------- */



/*------------------------------------------------------------------



body 

	+ WRAP

	+ HEADER

	+ NAVIGATION

	+ BANNER

	+ SERVICES

	+ OUR FEATURED FOUNDERS

	+ BLOG UPDATES 

	+ APPOINMENT

	+ NEWS FROM BLOG

	+ PARTNERS / CLIENTS

	+ FOOTER

	+ SOCIAL ICONS

	+ MEGA MENU

	+ 3 MENU LEVEL 

	

------------------------------------------------------------------- */



@import url("animate.css");



/* =======================================================

    THEME STYLING START

======================================================== */



* {

	margin: 0px;

	padding: 0px;

}



body {



	background: #FFF;



	font-weight: normal;



	position: relative;



	font-size: 14px;



	font-family: "DM Sans", sans-serif;



	font-optical-sizing: auto;



	font-style: normal;





}

/*=======================================================

      WRAPPER

========================================================*/

#wrap {

	position: relative;

	width: 100%;

	overflow: hidden;

}

/*=======================================================

      HEADINGS

========================================================*/

h1,
h2,
h3,
h4,
h5,
h6 {

	font-weight: normal;

	color: #252525;

	font-family: 'DM Sans', sans-serif;

	/* font-weight: bold; */

	letter-spacing: 0.5px;

	text-transform: capitalize;

}

h1 {

	font-size: 42px;

}

h2 {

	font-size: 36px;

}

h3 {

	font-size: 30px;

}

h4 {

	font-size: 24px;

}

h5 {

	font-size: 18px;

}

h6 {

	font-size: 16px;

	font-weight: bold;

}

p {

	font-family: inherit;

	font-weight: 400;

	color: #6f6f6f;

	line-height: 24px;

	/* 	text-rendering: optimizeLegibility; */

}

a {

	-webkit-transition: all 0.4s ease-in-out;

	-moz-transition: all 0.4s ease-in-out;

	-o-transition: all 0.4s ease-in-out;

	-ms-transition: all 0.4s ease-in-out;

	transition: all 0.4s ease-in-out;

	text-decoration: none;

}

img {

	-webkit-transition: 0.4s ease-in-out;

	-moz-transition: 0.4s ease-in-out;

	-ms-transition: 0.4s ease-in-out;

	-o-transition: 0.4s ease-in-out;

	transition: 0.4s ease-in-out;

	display: inline-block;

}

ul {

	margin-bottom: 0px;

}

li {

	list-style: none;

}

a {

	text-decoration: none;

	color: #141414;

}

.font-raleway {

	font-family: 'Raleway', sans-serif;

}

.font-martel {

	font-family: 'Martel Sans', sans-serif;

}

.font-ubuntu {

	font-family: 'Ubuntu';

}

p.intro-small {

	font-style: italic;

	color: #f5f5f5;

	width: 80%;

	margin: 0 auto;

}

.text-transform-none {

	text-transform: none;

}

.text-white {

	color: #fff;

}

.text-bold {

	font-weight: bold;

}

.text-normal {

	font-weight: normal;

}

.font-12px {

	font-size: 12px;

}

.font-14px {

	font-size: 14px;

}

.font-16px {

	font-size: 16px;

}

.font-18px {

	font-size: 18px;

}

.font-20px {

	font-size: 20px;

}

.font-bold {

	font-weight: bold;

}

.font-normal {

	font-weight: normal;

}

.white-text {

	color: #fff;

}

.font-italic {

	font-style: italic;

}

.font-bold {

	font-weight: bold;

}

a:hover,
a:focus {

	color: #a0cada;

}

a:hover,
a {

	color: #ffffff;

}

.primary-color {

	color: #fb4848;

}

.border-bottom-1 {

	border-bottom: 1px solid #ededed;

}

.position-center-center {

	left: 50%;

	position: absolute;

	top: 50%;

	-webkit-transform: translate(-50%, -50%);

	-moz-transform: translate(-50%, -50%);

	-ms-transform: translate(-50%, -50%);

	transform: translate(-50%, -50%);

}

.white-bg {

	background: #fff;

}

.relative {

	position: relative;

}

.line-height-24 {

	line-height: 24px;

}

.line-height-22 {

	line-height: 22px;

}

.line-height-26 {

	line-height: 26px;

}

.dark-text p {

	color: #141414;

}

.light-gray-bg {

	background: #f6f7f8;

}

.customcolor1 {

	color: #448aff;

}

/*=======================================================

      BTN STYLE

========================================================*/

.btn {

	border: none;

	color: #fff;

	display: inline-block;

	padding: 0px 25px;

	padding-right: 0px;

	border-radius: 0px;

	text-transform: uppercase;

	font-weight: 400;

	font-size: 13px;

	font-family: 'Martel Sans', sans-serif;

	height: 44px;

	line-height: 48px;

	background: #044095;

	letter-spacing: 0.5px;

	position: relative;

	z-index: 1;

	white-space: normal;

}

/* .btn:hover {

	color: #fff;

} */

.btn span {

	float: left;

	height: 44px;

	line-height: 48px;

	position: relative;

}

.btn i {

	margin-left: 30px;

	float: right;

	height: 44px;

	line-height: 48px;

	padding: 0px 15px;

	padding-left: 10px;

	position: relative;

	z-index: 2;

	-webkit-transition: 0.4s ease-in-out;

	-moz-transition: 0.4s ease-in-out;

	-ms-transition: 0.4s ease-in-out;

	-o-transition: 0.4s ease-in-out;

	transition: 0.4s ease-in-out;

}

.btn:hover {}

/* .btn:hover i {

	background: #8696a8;

} */

.btn span {

	float: right;

	-webkit-transition: 0.4s ease-in-out;

	-moz-transition: 0.4s ease-in-out;

	-ms-transition: 0.4s ease-in-out;

	-o-transition: 0.4s ease-in-out;

	transition: 0.4s ease-in-out;

}

.btn span:before {

	content: "";

	z-index: -1;

	left: 10px;

	border-style: solid;

	border-width: 0 0 44px 20px;

	border-color: transparent transparent transparent;

	position: absolute;

	-webkit-transition: 0.4s ease-in-out;

	-moz-transition: 0.4s ease-in-out;

	-ms-transition: 0.4s ease-in-out;

	-o-transition: 0.4s ease-in-out;

	transition: 0.4s ease-in-out;

}

/* .btn:hover span:before {

	border-color: transparent transparent #36404b transparent;

} */

section,

.section {

	position: relative;

	overflow: hidden;

	width: 100%;

	background: #fff;



	/* background-image: url(../images/Rectangle-copy.png) no-repeat center;  */







}

.text-shadow {

	text-shadow: 3px 0px 5px rgba(0, 0, 0, 0.5);

}

.text-shadow-1 {

	text-shadow: 2px 3px 0 rgba(0, 0, 0, 0.5);

}

/*=======================================================

      HEADING

========================================================*/

.heading {

	margin: 0 auto;

	margin-bottom: 60px;

	position: relative;

	z-index: 1;

}

.heading span {

	color: #8a8a8a;

	font-weight: normal;

	font-style: italic;

	letter-spacing: 1px;

	line-height: 32px;

	width: 80%;

	font-size: 16px;

	margin: 0 auto;

	display: inline-block;

}

.heading h5 {

	font-weight: 900;

	height: 53px;

	background: #36404b;

	margin: 0px;

	line-height: 58px;

	letter-spacing: 1px;

	text-align: center;

	color: #fff;

	position: relative;

	min-width: 250px;

	margin-bottom: 30px;

	display: inline-block;

}

.heading h5:before {

	content: "";

	z-index: 1;

	left: -20px;

	border-style: solid;

	border-width: 0 0 53px 20px;

	border-color: transparent transparent #36404b transparent;

	position: absolute;

}

.heading h5:after {

	content: "";

	z-index: 1;

	right: -20px;

	border-style: solid;

	border-width: 53px 20px 0 0;

	border-color: #36404b transparent transparent transparent;

	position: absolute;

}

.heading p {

	font-size: 15px;

	line-height: 24px;

	color: #777777;

	width: 65%;

	margin: 0 auto;

	letter-spacing: 1px;

}

.heading.text-left p {

	text-align: left;

	width: 100%;

}

.heading.text-left h5 {

	margin-left: 22px;

}

.heading hr {

	height: 3px;

	border-top: 1px solid #d7d9db;

	border-bottom: 1px solid #d7d9db;

	margin: 0px auto;

	width: 350px;

	position: absolute;

	left: 0px;

	right: 0px;

	top: 24px;

	z-index: -1;

}

.heading.white h3 {

	color: #fff;

}

.heading.white span {

	color: #fff;

}

.heading.white hr {

	background: #fff;

}

/*=======================================================

      HEADER

========================================================*/

header {

	position: relative;

	width: 100%;

	margin-top: ;

	z-index: 9999;

	background: #fff;

	padding-top: 30px;

}

header .navbar {

	background: #DCEAFF;

	border: none;

	margin: 0px;

	margin-top: 20px;

	padding: 0px;

	border-radius: 0px;

	text-align: center;

	width: 100%;

	float: left;

}

header .logo {

	float: left;

	position: relative;

}

header .logo img {

	z-index: 3;

	position: relative;

	margin-left: 40px;

}

header .ownmenu {

	float: left;

	margin-left: 40px;

}

header .navbar {

	display: inline-block;

}

header .navbar li {

	display: inline-block;

	float: left;

	position: relative;

}

header .navbar li a {

	font-size: 18px;

	color: #000000;

	padding: 20px 20px;

	font-weight: 500;

	letter-spacing: 0.5px;

	text-transform: inherit;

}



header .navbar li a:hover {}

header .navbar li a:before {

	position: absolute;

	height: 0px;

	width: 100%;

	margin: 0 auto;

	top: 0px;

	left: 0px;

	z-index: -1;

	content: "";

	background-color: ;



	-webkit-transition: 0.2s ease-in-out;

	-moz-transition: 0.2s ease-in-out;

	-ms-transition: 0.2s ease-in-out;

	-o-transition: 0.2s ease-in-out;

	transition: 0.2s ease-in-out;

}

header .navbar li a:hover:before {

	height: 100%;

}

header .navbar li.active a:before {

	height: 100%;

}

header .quotes {

	float: right;

	margin-right: 38px;

}

.quotes a {

	font-size: 19px;

	display: inline-block;

	padding: 0px 20px;

	text-transform: capitalize;

	text-decoration: none;

	background: #044095;

	color: #fff;

	font-weight: 500;

	height: 49px;

	width: 194px;

	border-radius: 32px;

	line-height: 49px;

	display: inline-block;

	margin-top: 8px;

}



.ownmenu ul.dropdown {

	background: #044095;

	padding: 0px;

}

.ownmenu ul.dropdown li {

	margin: 0px;

}

.ownmenu ul.dropdown li {

	position: relative;

	z-index: 2;

}

.ownmenu ul.dropdown li a {

	z-index: 1;

	position: relative;

}

.ownmenu ul.dropdown li a:before {

	background: #a0c3f5;

	content: "";

	width: 0px;

	height: 100%;

	top: 0px;

	margin: 0px;

	z-index: -1;

	left: 0px;

}

.ownmenu ul.dropdown li a:hover:before {

	width: 100%;

}



.ownmenu ul.dropdown li a {

	padding: 0px 20px;

	font-size: 12px;

	line-height: 40px;

	color: #FFF;

	border-bottom: 1px solid rgba(255, 255, 255, 0.1);

}

.top-info-con {

	float: right;

	width: 70%;

	margin-top: 10px;

	background: #fff;

	position: relative;

	z-index: 3;

	text-align: right;

}

.top-info-con ul {

	display: inline-block;



}

.top-info-con ul li {

	display: inline-block;

	width: 25%;

	text-align: left;

	margin-right: 20px;

	border-right: 1px solid rgba(0, 0, 0, 0.05);

}

.top-info-con ul li.fst {

	width: 35%;

	border: none;

}

.top-info-con ul li:nth-last-child(1) {

	margin: 0px;

	border: none;

}

.top-info-con li a {

	font-size: 13px;

	text-transform: uppercase;

	font-weight: 400;

}

.top-info-con .icon {

	height: 48px;

	width: 48px;

	border: 1px solid #fb4848;

	color: #fb4848;

	text-align: center;

	line-height: 48px;

	display: inline-block;

	border-radius: 0px;

	font-size: 20px;

}

.top-info-con p {

	font-size: 13px;

	margin: 0px;

}

.top-info-con h6 {

	font-weight: normal;

	font-family: 'Ubuntu';

	color: #999999;

	margin-top: 5px;

	font-size: 14px;

	text-transform: none;

	margin-bottom: 4px;

	letter-spacing: 1px;

}



/*=======================================================

      HOME PAGE

========================================================*/

.logo1 {

	padding-top: 6px;

	margin-left: 60px;

}



.logo1 img {

	height: 70px;

}

.servicecontent,
.servicecontent1 {

	margin-left: 8%;

}

.ourservices {

	background-image: url('./images/Vector 4-update.png');

	background-repeat: no-repeat;

	height: 585px;

}

.services {

	margin-left: 5%;

	width: 334px;

	padding: 14.5px;

	padding-bottom: 40px;

}

.services h3 {

	color: #044095;

	text-transform: capitalize;

	font-size: 40px;

	margin-top: 5px;

}



.services p {

	color: #000;

	font-size: 15px;

	font-weight: 400
}

.ourservicesside {

	margin-top: 8%;

}



.servicesour {

	margin-top: 7%;

	margin-left: 84px;

}



.serviceside4 {

	border: 1px solid #044095;

	width: 300px;

	height: 92px;

	border-radius: 15px;

	background-color: #044095;

	margin-bottom: 20px;

}





.serviceside4 h3 {

	color: #fff;

	font-size: 20px;

	text-transform: inherit;

}



.servicecontent {

	width: 345px;

}



.servicecontent h6 {

	color: #044095;

	text-transform: capitalize;

	font-size: 20px;

}

/* .serviceside {

      width: 214px;

    height: 89px;

    margin-top: 4%;

    margin-left: 21px;

    } */

.useservice1 {

	text-transform: inherit;

	margin-left: 28px;

	margin-top: 15%;

}

.useservice3 {



	text-transform: inherit;

	margin-left: 28px;

	margin-top: 33%;

}

.useservice4 {

	text-transform: inherit;

	margin-left: 28px;

	margin-top: 31%;

}

.useservice5 {

	margin-left: 28px;

	text-transform: inherit;

	margin-top: 33%;

}

.useserviceside h3,
.useserviceside p {

	margin-left: 7%;

}

.useservice h3 {

	margin-left: 15%;

}

.useserviceside p {

	margin-left: 7%;

	color: #0c0d0e;

	font-weight: 500;

	font-size: 15px;

}

.homecontact2 {

	background-color: #DCEAFF;

	border: 1px solid blue;

	padding: 2px;

	border-radius: 10px;

	text-align: center;

	font-weight: 600;

	font-size: 16px;

	width: 260px;

	margin-left: -28px;

}

.homecontact2 i {

	color: #044095;

	padding: 8px;

	margin-left: -5px;

}

.homecontact1 {

	background-color: #DCEAFF;

	border: 1px solid blue;

	padding: 2px;

	border-radius: 10px;

	font-size: 14px;

	font-weight: 600;

	width: 258px;

	margin-bottom: 2px;

	text-align: center;

	margin-bottom: 6px;

	margin-left: -27px;

}



.homecontact1 i {

	color: #044095;

	padding: 8px;

}

.indivcod {

	margin-top: 15px;

	margin-left: 0px;

}

.impdocument h3 {

	color: #044095;

	text-transform: capitalize;

	font-size: 30px;



}

.impdocument p {

	color: #000;

	font-size: 15px;

	padding-top: 15px;

}



.documentservice1 h4 {

	color: #fff;

	text-transform: capitalize;

	font-size: 20px;

}

.documentservice h4 {

	color: #044095;

	text-transform: capitalize;

	font-size: 24px;

}

.vline {

	margin-top: 15px;

	text-align: center;

}

.vline img {

	height: 37px;

	width: 4px;

}

.googlerow {

	margin-left: -67px;

}

.google {

	margin-left: 90px;

}

.star {

	margin-top: 23px;

	margin-left: 30px;

}

.star2 {

	margin-top: 15px;

	margin-left: 49px;

}

.rating h5 {

	margin-top: -16px;

	font-size: 15px;

	margin-left: 160px;

	text-transform: capitalize;

}



.rating2 h5 {

	font-size: 15px;

	margin-left: 5px;

	margin-top: 18px;

	text-transform: capitalize;

}

.trust {

	margin-left: -60px;

}

.trustpilot {

	margin-top: 10px;

	margin-left: 40px;

}

.testhead h5 {

	font-weight: bold;

	text-transform: capitalize;

	color: #000;

	font-size: 20px;

}



.testhead p {

	color: #000;

	font-size: 20px;

}

.testhead {

	color: #044095;

	text-transform: capitalize;

	font-size: 40px;

}

.docdetail {

	margin-top: 163px;

	margin-left: -22px;

}

.foothistory {

	box-shadow: 0px -4px 3px rgb(50 50 50 / 17%);

	border-top-left-radius: 90px;

	border-top-right-radius: 90px;

}



.testimonialhead2 {

	font-weight: 700;

	text-transform: inherit;

	font-size: 25px;



}

.testimonialhead1 {

	color: #044095;

	font-weight: 700;

	text-transform: inherit;

	font-size: 25px;

	margin-top: -46px;

}

.browse {

	text-transform: capitalize;

	font-size: 21px;

	/* font-family: "DM sans"; */

	font-weight: 600;

}

.confoot {

	text-transform: capitalize;

	font-size: 20px;

	/* font-family: "DM sans"; */

	font-weight: bold;

}

.uscard {

	padding-bottom: 40px;

}


@media (max-width: 600px) {

	.ourservicesside {

		margin-left: 60px;

	}

	.useservice {

		height: 821px;

		width: 341px;

		margin-left: 10px;

	}

	.corporate,
	.corporate1 {

		width: 275px;

		margin-left: 0px;

	}



	.corporatedoc {

		margin-left: 5px;

	}

	.corporatedoc p {

		width: 285px;

	}

	.servicerow {

		margin-left: 85px;

	}



	.documentservice1,
	.documentservice {

		margin-left: 30px;

	}

	.documentservice1 {

		margin-top: -205px;

	}

	.docimg {

		width: 290px;

		margin-top: -85px;

	}

	.docimg img {

		width: 290px;

		margin-top: 50px;

	}

	.impdocument {

		width: 290px;

		margin-top: 20px;

	}

	.blog {

		height: 945px;

	}

	.socialicons {

		background-color: #fff;

		border-radius: 20px;

		height: 40px;

		width: 40px;

		padding-top: 10px;

		margin-left: 47px;

	}



	.socialicons {

		color: #044095;

		border-radius: 20px;

		height: 40px;

		width: 40px;

		padding-top: 10px;

	}

	.quicklink {

		border: 2px solid #044095;

		background-color: #DCEAFF;

		border-top-right-radius: 25px;

		border-bottom-right-radius: 25px;

		border-bottom-left-radius: 25px;

		border-top-left-radius: 25px;

		box-shadow: 4px 4px 8px rgba(0.2, 0.2, 0.2, 0.2);

		padding: 8px;

		margin-bottom: 10px;

	}

}

@media (max-width: 767px) {

	header .quotes a {

		margin-right: 0px;

		margin-bottom: 20px;

		width: 170px;

		height: 42px;

		font-size: 15px;



	}

}

/* testimonial */

.containera1 {

	height: 95vh;

	width: 100%;

	display: flex;

	align-items: center;

	justify-content: center;

	background-color: #ffff;

}

.testimonial {

	position: relative;

	max-width: 900px;

	width: 100%;

	padding: 50px 0;

	overflow: hidden;

}

.testimonial .image {

	height: 170px;

	width: 170px;

	object-fit: cover;

	border-radius: 50%;

}

.testimonial .slide {

	display: flex;

	align-items: center;

	justify-content: center;

	flex-direction: column;

	row-gap: 30px;

	height: 100%;

	width: 100%;

}

.slide p {

	text-align: center;

	padding: 0 160px;

	font-size: 18px;

	font-weight: 500;

	color: #121111;



}

.slide .quote-icon {

	font-size: 30px;

	color: #4070f4;

}

.slide .details {

	display: flex;

	flex-direction: column;

	align-items: center;

}

.details .name {

	font-size: 14px;

	font-weight: 600;

	color: #000;

}

.details .job {

	font-size: 12px;

	font-weight: 400;

	color: #000;

}

/* swiper button css */

.nav-btn {

	height: 40px;

	width: 40px;

	border-radius: 50%;

	transform: translateY(30px);

	background-color: rgba(0, 0, 0, 0.1);

	transition: 0.2s;

}

.nav-btn:hover {

	background-color: rgba(0, 0, 0, 0.2);

}

.nav-btn::after,

.nav-btn::before {

	font-size: 20px;

	color: #fff;

}

.swiper-pagination-bullet {

	background-color: rgba(0, 0, 0, 0.8);

}

.swiper-pagination-bullet-active {

	background-color: #4070f4;

}

@media screen and (max-width: 768px) {

	.slide p {

		padding: 0 20px;

	}

	.nav-btn {

		display: none;

	}

}







/*=======================================================

      SERVICES

========================================================*/





.banner {

	display: flex;

	flex-direction: column;

	justify-content: center;

	align-items: center;

	height: 100vh;

	background-color: #fff;

	padding: 20px;

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

	text-align: center;

}



#heading-container {

	display: flex;

	align-items: center;

	justify-content: center;

	gap: 20px;

}



#text-container {

	display: flex;

	flex-direction: column;

	align-items: flex-start;

}



#animated-heading {

	font-size: 48px;

	font-weight: bold;

	color: #044095;

	transition: opacity 1s ease-in-out;

	margin: 0;

}



#animated-paragraph {

	font-size: 24px;

	color: #000;

	transition: opacity 1s ease-in-out;

	margin: 10px 0;

}



p {

	font-size: 18px;

	color: #000;

	margin-bottom: 30px;

}



.buttons {

	display: flex;

	gap: 15px;

	padding-top: 70px;

}



.btn1 {

	padding: 10px 20px;

	border: 2px solid #044095;

	border-radius: 20px;

	cursor: pointer;

	font-size: 20px;

	border-radius: 20px;

	text-transform: inherit;

	transition: background-color 0.3s ease;

}



.start1-btn {

	background-color: white;

	color: #044095;

	border-radius: 36px;

	font-size: bold;

}



.expert1-btn {

	background-color: #044095;

	color: #eff2f5;

	border-radius: 36px;

	font-size: bold;

}



/* .btn:hover {

	opacity: 0.8;

	border: 2px solid #1a73e8;

} */



#heading-image {

	transition: opacity 1s;

	width: 100%;

	max-width: 210px;

	height: 237px;

}





.ourservice {



	background: linear-gradient(180deg, white, #C2DBFF) no-repeat;

	height: 120vh;

	margin: 0;

	background-size: cover;



}





.usservice {

	background-image: url('../images/Vector\ 4-update.png');

	background-repeat: no-repeat;

	margin-top: 47px;

	margin-left: 25px;

	padding-bottom: 526px;

	width: 100%;

	height: 400px;

}



.servicehead {

	margin-left: -60px;

	width: 334px;

	padding: 14.5px;

	margin-top: -119px;

}



.servicehead h3 {

	color: #044095;

}

.servicecontent1 {

	background-color: #044095;

	border: 2px solid #044095;

	border-top-right-radius: 50px;

	border-bottom-right-radius: 50px;

	border-bottom-left-radius: 50px;

	border-top-left-radius: 50px;

	margin-left: -60px;

	width: 345px;

	padding: 7.5px;

	margin-bottom: 20px;

}



.servicecontent1 h6 {

	color: #fff;

	text-transform: capitalize;

	font-size: 20px;

}



.servicecontent {

	border: 1px solid #044095;

	border-top-right-radius: 50px;

	border-bottom-right-radius: 50px;

	border-bottom-left-radius: 50px;

	border-top-left-radius: 50px;

	margin-left: -60px;

	width: 345px;

	padding: 7.5px;

	margin-bottom: 20px;

}



.servicecontent h6 {

	color: #044095;

}



/* .serviceside{

	background-color: #044095; 

     border-radius: 20px;

	 margin-left: -40px;

	 width: 200px;

	 padding: 14.5px;

	 

} */



.serviceside h6 {

	color: #FFFFFF;

	text-transform: capitalize;

	font-size: 16px;

	margin-left: -33px;

	width: 265px;

}



.sidebar {

	margin-top: 33px;

}







/* Responsive adjustments */

@media (max-width: 768px) {

	.usservice {

		height: 300px;
		/* Adjust height for smaller screens */

	}

}



@media (max-width: 576px) {

	.usservice {

		height: 200px;
		/* Further adjust height for extra-small screens */

	}

}





/*=======================================================

      WORK use service

========================================================*/

.useservice {

	border: 4px solid #044095;

	background-color: #FFFFFF;

	border-top-right-radius: 50px;

	border-bottom-left-radius: 50px;

	margin-top: 10px;

	margin-left: 60px;

	height: 700px;

	width: 425px;

}



.useservice h3 {

	margin-top: 50px;

	color: #044095;

	text-transform: capitalize;

	font-size: 35px;

}



.useservice p {

	font-size: 15px;

	margin-top: 21px;

	color: #000000;

	margin-left: 15%;

}

.useserviceside {

	margin-left: 10%;

}



.useserviceside h3 {

	color: #044095;

	text-transform: capitalize;

	font-size: 50px;

	font-weight: 500;

}



.useserviceside p {

	color: #000000;



}

.useservice2 h4 {

	padding: 5px;

	margin-left: 25px;

	margin-top: 42px;

}



.usseri {

	margin-top: 5%;

	margin-left: 18px;

}

.usseri i {

	font-size: 24px;

	font-weight: 500;

}



.usserp {

	margin-top: -11%;

	font-size: 16px;

	font-weight: 500;

	margin-bottom: -33px;

}

/*=======================================================

      What We Do

========================================================*/

.what-we-do .row li {

	margin-bottom: 20px;

}

.what-we-do .icon {

	height: 68px;

	width: 68px;

	border-radius: 50%;

	border: 4px solid #d7d9db;

	text-align: center;

	line-height: 60px;

	font-weight: bold;

	font-size: 22px;

	margin-right: 10px;

	margin-bottom: 15px;

}

.what-we-do li h6 {

	text-transform: none;

	font-weight: normal;

	font-size: 15px;

	color: #36404b;

	letter-spacing: 0px;

	line-height: 24px;

}

/*=======================================================

      DETAIL WORK

========================================================*/

.work-detail p {

	font-size: 15px;

	line-height: 28px;

	margin-bottom: 20px;

}





/*=======================================================

    Corporate Documents

========================================================*/

.wheels-handle {

	background: linear-gradient(0deg, white, #C2DBFF 80%) no-repeat;

	border-bottom: 1px solid #044095;



}



.cordocuments {

	margin-top: 2%;

}



.corporate {

	border: 2px solid #044095;

	border-radius: 15px;

	margin-left: 50px;

	width: 530px;

	height: 257px;

	margin-top: 25px;

	box-shadow: 4px 4px 4px 8px rgba(3, 42, 170, 0.1);

}



.corporate h2 {

	color: #044095;

	margin-top: 51px;

	font-weight: 700;

	text-transform: capitalize;

	font-size: 60px;

}



.corporatedoc {

	width: 565px;

	margin-left: 10px;

}



.corporatedoc p {

	margin-left: 10px;

	color: #000000;

	font-size: 15px;

}

.coropi {

	margin-left: 12%;

}



.corpi i {

	font-size: 22px;

	font-weight: 500;

}



.coropratep {

	margin-left: 16%;

	margin-top: -4%;

}



.coropratep p {

	font-size: 18px;

	font-weight: 400;

}



.fa-regular {

	margin-top: 4px;

	font-size: 20px;

	display: inline-block;

	vertical-align: middle;

}



.corporate1 {

	border: 2px solid #044095;

	border-radius: 15px;

	margin-top: 42px;

	margin-left: 200px;

	width: 505px;

	height: 257px;

	box-shadow: 4px 4px 4px 8px rgba(3, 42, 170, 0.1);

}



.corporate1 h2 {

	color: #044095;

	font-weight: 700;

	margin-top: 51px;

	text-transform: capitalize;

	font-size: 60px;

}



.individoc {

	margin-top: 45px;

}



.individualdoc {
	width: 565px;
	margin-top: 25px;
	margin-left: -24px;
}



.indivdocp p {

	font-size: 18px;

	font-weight: 500;

}



.indivdoci {

	margin-left: 6%;

}



.indivdocp {

	margin-left: 12%;

	margin-top: -4%;

}







/*=======================================================

      PAGINATION

========================================================*/

.pagination {

	padding-top: 30px;

	border: none;

	display: inline-block;

	width: 100%;

	margin: 0;

	text-align: center;

}

.pagination ul li {

	border: none;

}

.pagination>li {

	display: inline-block;

}

.pagination>li>a,

.pagination>li>span {

	border: none;

	border-radius: 0px;

	padding: 0px;

	text-align: center;

	line-height: 26px;

	color: #777777;

	margin: 0px;

	padding: 4px 15px;

	border: 1px solid #dddddd;

	font-size: 14px;

	background: #f2f2f2;

}

.pagination>li>a:hover {

	background: none;

	color: #fb4848;

	border-color: #fb4848;

}

.pagination>li:first-child>a,

.pagination>li:first-child>span,

.pagination>li:last-child>a,

.pagination>li:last-child>span {

	border-radius: 0;

}

/*=======================================================

      TESTI

========================================================*/

.testi {}

.testimonial .avatars {

	display: inline-block;

	width: 100%;

	border-bottom: 1px solid rgba(0, 0, 0, 0.05);

	padding-bottom: 30px;

	margin-bottom: 30px;

}

.testimonial .avatars li {

	float: left;

	height: 79px;

	width: 79px;

	margin-right: 20px;

	border-radius: 50%;

	position: relative;

	overflow: hidden;

}

.testi-name {

	position: relative;

	z-index: 2;

}

.testi .media-left .avatar {

	width: 85px;

	margin-right: 0px;

	display: inline-block;

}

.testi p {

	color: #9e9e9e;

}

.testi .quote {

	font-size: 40px;

	color: rgba(255, 255, 255, 0.2);

	position: absolute;

	left: 0px;

	top: 0px;

}

.testi .avatar img {

	position: relative;

	z-index: 9;

	border-radius: 50%;

}

.testi h5 {

	font-size: 18px;

	color: #36404b;

	margin-bottom: 7px;

	margin-top: 20px;

	font-weight: 800;

	text-transform: uppercase;

	letter-spacing: 1px;

}

.testi .owl-nav {

	display: none;

}

.testi .owl-nav div.owl-prev {

	display: inline-block;

	color: #344248;

	margin: 0 15px;

	height: 50px;

	width: 32px;

	border-radius: 4px;

	border: 1px solid #ececec;

	line-height: 48px;

	text-align: center;

	position: absolute;

	top: 50%;

	left: -60px;

	margin-top: -50px;

}

.testi .owl-nav div.owl-next {

	display: inline-block;

	color: #344248;

	margin: 0 15px;

	height: 50px;

	width: 32px;

	border-radius: 4px;

	border: 1px solid #ececec;

	line-height: 48px;

	text-align: center;

	position: absolute;

	top: 50%;

	right: -60px;

	margin-top: -50px;

}

.testi .owl-nav div.owl-next:hover {

	background: #006db7;

	border-color: #006db7;

	color: #fff;

}

.testi .owl-nav div.owl-prev:hover {

	background: #006db7;

	border-color: #006db7;

	color: #fff;

}

.testi .owl-dots {

	width: 100%;

	text-align: center;

}

.testi .owl-dots div {

	height: 6px;

	width: 6px;

	display: inline-block;

	background: #d7d9db;

	margin-bottom: 0px;

	margin: 0 2px;

	border-radius: 50%;

}

.testi .owl-dots .owl-dot.active {

	background: #fb4848;

}

.testi .owl-dots .owl-dot span {

	margin: 0px;

}

.testi span {

	display: inline-block;

	width: 100%;

	color: #fb4848;

	margin-bottom: 0px;

	font-size: 14px;

	margin-bottom: 20px;

}

.in-testi {

	padding-top: 10px;

	padding-left: 80px;

	text-align: left;

	position: relative;

	margin-bottom: 30px;

	margin-top: 5px;

	z-index: 99;

}

.light-gray-bg .in-testi {

	background: #fff;

}

.light-gray-bg .in-testi:before {

	color: #fff;

}

.in-testi p {

	font-family: 'Ubuntu';

	text-align: left;

	color: #555555;

	font-size: 15px;

	font-style: italic;

	line-height: 32px;

}

.in-testi i {

	position: absolute;

	top: 0px;

	left: 0px;

	z-index: -1;

	font-size: 60px;

	color: #f3f3f3;

}

.in-testi .avatar {}

.stars {

	margin-top: 20px;

}

.stars i {

	margin: 0 3px;

}

.testi .media-body span {

	color: #b0b7ff;

}

.texti-slide {}

.testimonial.page .testi {

	margin-bottom: 80px;

}

.clients-img ul {

	border-left: 1px solid rgba(0, 0, 0, 0.05);

	border-top: 1px solid rgba(0, 0, 0, 0.05);

	display: inline-block;

	width: 100%;

}

.clients-img li {

	text-align: center;

	width: 33.333%;

	float: left;

	padding: 45px 20px;

	border-bottom: 1px solid rgba(0, 0, 0, 0.05);

	border-right: 1px solid rgba(0, 0, 0, 0.05);

}

.clients-img li a {

	outline: none;

}

.clients-img li a img {

	display: inline-block;

}

.testimonialhead2 h5 {

	font-weight: bold;

	text-transform: capitalize;

	font-size: 18px;

	color: #000000;

}

/*=======================================================

      card

========================================================*/

.uscard h3 {

	font-size: 50px;

	color: #044095;

	font-family: "Playfair Display";

}



.uscard p {

	font-size: 25px;

	color: #044095;

}



.sociallink {

	margin-top: 42px;

}



.Rating {

	display: block;

	padding: 9px;



}

.Rating h3 {

	font-size: 14px;

}

.tutorial {

	width: 148px;

	margin-top: 15px;

}



.googlerate {

	width: 148px;

	margin-top: 12px;

}



.google {

	display: block;

	padding: 8px;

	padding-left: 95px
}



.google h3 {

	font-size: 20px;

}



.cards hr {

	border: 1px solid gray;

	height: 2px;

	margin: 20px 0;

	border-top-right-radius: 5px;

	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);

}





/* responsive css */

@media (max-width: 768px) {

	.sociallink {

		height: 300px;
		/* Adjust height for smaller screens */

	}



}



@media (max-width: 576px) {

	.sociallink {

		height: 200px;
		/* Further adjust height for extra-small screens */

	}

}



/*=======================================================

      BLOG // your Doucument

========================================================*/

.blog article {

	margin-bottom: 30px;

	padding-bottom: 0px;

	background: #fff;

	border: 1px solid #ececec;

}

.blog .post-info {

	padding: 0px;

	padding-top: 0px;

	position: relative;

	border-top: 3px solid #fb4848;

}

.blog article .extra {

	padding: 10px 25px;

	border-bottom: 1px solid #ececec;

}

.blog article .extra span {

	color: #a7a7a7;

	margin-top: 10px;

	font-size: 12px;

	font-weight: 500;

	margin-bottom: 10px;

	line-height: 30px;

}

.blog article .extra span i {

	height: 28px;

	width: 28px;

	font-size: 10px;

	margin-right: 10px;

	line-height: 26px;

	display: inline-block;

	border-radius: 50%;

	border: 1px solid #aeaeae;

	color: #aeaeae;

	text-align: center;

}

.blog .post-info hr {

	margin: 10px 0;

	background: #444444;

}

.blog .post-in {

	padding: 25px;

}

.blog .post-in span.by {

	color: #fb4848;

	font-size: 12px;

	display: inline-block;

	width: 100%;

}

.blog .tittle-post {

	font-size: 16px;

	font-weight: bold;

	display: inline-block;

	width: 100%;

	letter-spacing: 1px;

	line-height: 26px;

	margin-top: 10px;

	margin-bottom: 10px;

	text-transform: uppercase;

}

.blog .tittle-post a {

	color: #36404b;

}

.blog .tittle-post a:hover {

	color: #00b1f1;

}

.blog .post-info p {

	font-size: 14px;

	line-height: 26px;

}

.blog .post-info .read-more {

	border-bottom: 1px dotted #00b1f1;

	display: inline-block;

	float: right;

	text-transform: uppercase;

	margin-top: 20px;

	margin-right: 10px;

	font-weight: bold;

	color: #444444;

	font-size: 11px;

}

.blog .icons li {

	margin-top: 20px;

	margin-right: 10px;

	display: inline-block;

}

.blog .btn {

	text-transform: none;

}

.blog .date-post {

	width: 50px;

	height: 51px;

	float: left;

	padding: 0 10px;

	text-align: center;

	line-height: 18px;

	background: ;

	color: #fff;

	text-align: center;

	padding-top: 5px;

	position: absolute;

	top: 0px;

	right: 0px;

}

.port-paging li {

	display: inline-block;

	text-transform: uppercase;

}

.port-paging a {

	color: #fff;

	font-size: 12px;

	margin: 0 10px;

}

.port-paging a i {

	margin: 0 5px;

}

.port-paging a .fa-times {

	height: 35px;

	width: 35px;

	border: 1px solid rgba(255, 255, 255, 0.3);

	display: inline-block;

	line-height: 33px;

	text-align: center;

}





.blog {

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

	background-repeat: no-repeat;

	background-size: cover;

	height: 947px;

	width: 1352px;

}



.docheading h3 {

	color: #044095;

	text-transform: inherit;

	font-size: 50px;

	margin-left: 45px;

}



.docdetail {

	margin-top: 230px;

}



.documentservice1 {

	background-color: #044095;

	border: 2px solid #044095;

	border-top-right-radius: 50px;

	border-bottom-right-radius: 50px;

	border-bottom-left-radius: 50px;

	border-top-left-radius: 50px;

	width: 230px;

	padding: 14.5px;

	margin-bottom: 20px;

}



.documentservice1 h4 {

	color: #fff;

}



.documentservice1 {

	border: 2px solid #044095;

	border-top-right-radius: 50px;

	border-bottom-right-radius: 50px;

	border-bottom-left-radius: 50px;

	border-top-left-radius: 50px;

	width: 269px;

	padding: 7px;

	margin-left: 35px;

	margin-bottom: 20px;

}



.documentservice {

	border: 2px solid #044095;

	border-top-right-radius: 50px;

	border-bottom-right-radius: 50px;

	border-bottom-left-radius: 50px;

	border-top-left-radius: 50px;

	margin-top: 5px;

	width: 269px;

	padding: 7px;

	margin-left: 35px;

	margin-bottom: 20px;

}



.documentservice h4 {

	color: #000000;

	text-transform: capitalize;

	font-size: 24px;

}





.impdocument {

	margin-top: 200px;

	margin-left: -85px;

}





/*=======================================================

      Quick link

========================================================*/

.quick {

	margin-top: 15px;

}

.quicklink {

	border: 1px solid #044095;

	background-color: #DCEAFF;

	border-top-right-radius: 25px;

	border-bottom-right-radius: 25px;

	border-bottom-left-radius: 25px;

	border-top-left-radius: 25px;



	padding: 8px;

}



.link {

	font-size: 32px;

	font-weight: 400;

	color: #044095;

	text-transform: inherit;

}

.quicklink h3 {

	color: #000000;

	font-size: 20px;

	text-transform: inherit;

	text-align: center;

}

/*=======================================================

      CLIENTS

========================================================*/

.clients li {

	text-align: center;

}

.clients .style-2 li {

	padding: 0px;

	border: none;

}

.clients .style-2 li a {

	border-right: none;

	border-top: none;

	border-left: none;

}

.clients .owl-nav div.owl-prev {

	display: inline-block;

	color: #344248;

	margin: 0 15px;

	height: 62px;

	width: 32px;

	border-radius: 4px;

	border: 1px solid #ececec;

	line-height: 58px;

	text-align: center;

	position: absolute;

	top: 50%;

	left: -100px;

	margin-top: -30px;

}

.clients .owl-nav div.owl-next {

	display: inline-block;

	color: #344248;

	margin: 0 15px;

	height: 62px;

	width: 32px;

	border-radius: 4px;

	border: 1px solid #ececec;

	line-height: 58px;

	text-align: center;

	position: absolute;

	top: 50%;

	right: -100px;

	margin-top: -30px;

}

.clients .owl-nav div.owl-next:hover {

	background: #344248;

	border-color: #344248;

	color: #fff;

}

.clients .owl-nav div.owl-prev:hover {

	background: #344248;

	border-color: #344248;

	color: #fff;

}

/*=======================================================

			FOOTER

========================================================*/

footer p {

	font-size: 15px;

	line-height: 15px;

	color: #969ea7;

}



.footback {

	background: rgba(220, 234, 255, 1);

}



footer h6 {

	color: #fff;

	margin-top: 0px;

	margin-bottom: 30px;

}



footer {

	padding: 0;

	background: #044095;

	padding-bottom: 60px;

	margin-top: 60px;

}

footer h5 {

	color: #fff;

	text-transform: uppercase;

	color: #fff;

	font-weight: normal;

	margin: 0px;

	font-size: 18px;

	margin-bottom: 0px;

}

footer hr {

	height: 3px;

	border: none;

	width: 50px;

	margin-top: 20px;

	margin-bottom: 30px;

	background: #006db7;

}

footer .loc-info p {

	margin-bottom: 20px;

	text-transform: uppercase;

	font-size: 13px;

}

footer .loc-info p i {

	width: 28px;

	float: left;

	font-size: 20px;

	margin-top: 6px;

	margin-bottom: 10px;

}

footer .tweet a {

	color: #28a9e2;

}

footer .tweet li {

	padding-left: 40px;

	margin-bottom: 30px;

}

footer .tweet li:before {

	content: "\f099";

	font-family: FontAwesome;

	padding: 0px;

	color: #414141;

	float: left;

	position: absolute;

	left: 0px;

	font-size: 26px;

	padding: 0px 15px;

	font-weight: 100;

}

footer .tweet span {

	color: #fff;

}

footer p {

	color: #fff;

	font-weight: normal;

	font-size: 14px;

	color: #eeeeee;

}

footer .links a {

	font-size: 14px;

	color: #fff;

	line-height: 32px;

	display: inline-block;

	width: 100%;

}

footer .recent-come {}

footer .img-post {

	height: 59px;

	width: 59px;

	float: left;

}

footer .text-post {

	float: right;

	width: 72%;

}

footer .recent-come li a {

	color: #fff;

	font-size: 12px;

	font-weight: 600;

	margin-top: 0px;

	text-transform: uppercase;

}

footer .recent-come li {

	border-bottom: 1px solid #373737;

	display: inline-block;

	width: 100%;

	margin-top: 15px;

	padding-bottom: 15px;

}

footer .recent-come li:nth-child(1) {

	margin-top: 0px;

}

footer .recent-come li span {

	font-weight: 600;

	color: #ffc300;

	font-size: 11px;

	display: inline-block;

	width: 100%;

}



footer button {

	float: right;

	background: #434e5a;

}

.rights {

	background: #2c343d;

	padding: 20px 0;

	text-align: center;

}

.rights p {

	font-weight: 400;

	color: #fff;

	margin: 0px;

}

footer .social_icons {

	display: inline-block;

	margin-top: 20px;

}

footer .social_icons li {

	margin-right: 5px;

}

footer .social_icons a {

	font-size: 14px;

	height: 36px;

	width: 36px;

	border-radius: 50%;

	border: 1px solid #fff;

	line-height: 34px;

	color: #fff;

	display: inline-block;

	text-align: center;

}

.footer-info {}

.footer-info .links li {

	float: left;

	width: 50%;

	padding-left: 20px;

	position: relative;

}

.footer-info .links li:before {

	content: "\f0da";

	position: absolute;

	left: 0px;

	top: 10px;

	color: #969ea7;

	font-family: 'FontAwesome';

}

.footer-info .links li a {

	color: #fff;

	line-height: 40px;

	font-size: 13px;

}

.footer-info .links li a:hover {

	color: #658fbe;
	;

}

.footer-info .quote .form-control {

	background: none;

	border-radius: 0px;

	border: none;

	border-bottom: 1px solid #45515d;

	margin-bottom: 20px;

	height: 40px;

	font-size: 13px;

}

.footer-info .quote textarea.form-control {

	height: 80px;

}

.footer-info .personal-info {

	margin-top: 30px;

}

.footer-info .personal-info li {

	color: #969ea7;

	font-size: 12px;

	line-height: 24px;

	border-bottom: 1px solid #3c4450;

	padding: 10px 0;

	display: inline-block;

	width: 100%;

}

.footer-info .personal-info li i {

	font-size: 18px;

	color: #969ea7;

	margin-right: 20px;

	float: left;

	margin-top: 5px;

}

.foot-info-con {

	display: inline-block;

	width: 100%;

	margin-top: -48px;

}

.foot-info-con li a {

	font-size: 13px;

	text-transform: uppercase;

	font-weight: 400;

}

.foot-info-con .icon {
	height: 90px;
	width: 90px;
	color: #fff;
	text-align: center;
	line-height: 90px;
	display: inline-block;
	border-radius: 0px;
	font-size: 20px;
	margin-right: 10px;
	border-radius: 50%;
	margin-left: -88px;
}

.foot-info-con p {

	font-size: 14px;

	margin: 0px;

}

.foot-info-con h6 {

	font-weight: normal;

	font-family: 'Ubuntu';

	color: #fff;

	font-weight: bold;

	margin-top: 20px;

	font-size: 15px;

	text-transform: none;

	margin-bottom: 4px;

	letter-spacing: 2px;

}

.usfooter {
    background-color: #D9D9D9;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    margin-left: -45%;
    width: 334px;
    /* margin-top: 52px; */
    padding: 1px;
}



.usimg {

	align-items: center;

	margin-left: 50px;

}



.foot-info-con .icon li {



	padding: 10px;

}



.quotebrowse p {

	margin-bottom: 17px;

}

.quotecontact p {

	margin-bottom: 13px;

}









/*=======================================================

			ACCORDION

========================================================*/

.accordion {}

.accordion.gray-bg {

	background: #f3f3f3;

}

.accordion .panel-default>.panel-heading .panel-title a:before {

	content: "\f3d0";

	font-family: "Ionicons";

	color: #FFF;

	padding: 0px;

	color: #fff;

	height: 25px;

	width: 25px;

	border-radius: 50%;

	background: #00b1f1;

	text-align: center;

	line-height: 25px;

	float: right;

	position: absolute;

	right: 15px;

	font-size: 12px;

	position: absolute;

	left: 20px;

}

.accordion .panel-default>.panel-heading .panel-title a.collapsed:before {

	content: "\f3d3";

	font-family: "Ionicons";

	background: #ebebeb;

	color: #00b1f1;

}

.accordion .panel-default>.panel-heading {

	background-color: #fff;

	padding: 0px;

	border-radius: 0px;

	overflow: hidden;

}

.accordion .panel-default>.panel-heading a {

	text-decoration: none;

	font-size: 18px;

	width: 100%;

	font-family: 'Raleway', sans-serif;

	font-weight: 600;

	padding: 10px;

	color: #636363;

	background: #fafafa;

	padding: 15px 0px;

	padding-left: 70px;

	line-height: 20px;

	display: inline-block;

	text-transform: none;

	border: 1px solid #ececec;

}

.accordion .panel {

	box-shadow: none;

	border-radius: 0px;

	margin-bottom: 15px;

	position: relative;

	border: none;

}

.accordion .panel-body p {

	margin: 0px;

}

.accordion .panel-body {

	color: #b8b8b8;

	padding: 20px;

	line-height: 28px;

	font-size: 15px;

}

.accordion .panel-default>.panel-heading+.panel-collapse>.panel-body {

	border: none;

}

.latest-work .filter.tabs {

	height: auto;

	min-height: auto;

	background: none;

	text-align: center;

}

.latest-work .filter.tabs {

	margin-bottom: 50px;

}

.latest-work .filter.tabs li {

	display: inline-block;

	margin-bottom: 10px;

	margin: 0 5px;

}

.latest-work .filter.tabs li a {

	color: #999999;

	padding: 8px 20px;

	border: 2px solid #999999;

}

.latest-work .filter.tabs li a.active {

	color: #ffc107;

	border: 2px solid #ffc107;

}

.side-tittle {

	font-size: 20px;

	font-weight: normal;

	margin-bottom: 20px;

	margin-top: 50px;

	color: #333333;

	font-weight: 600;

}

.side-bar hr {

	margin-bottom: 20px;

	margin-top: 20px;

	height: 2px;

	border: none;

	width: 60px;

	background: #f04a4b;

}

.tags a {

	font-size: 11px;

	color: #fff;

	font-weight: normal;

	padding: 6px 10px;

	color: #787878;

	border: 1px solid #dbdada;

	padding-top: 7px;

	display: inline-block;

	margin-right: 5px;

	margin-bottom: 5px;

	text-transform: uppercase;

}

.tags li {

	display: inline-block;

	float: left;

}

.tags a:hover {

	background: #f15152;

	border: 1px solid #f15b57;

	color: #fff;

}

.flickr-steam {

	margin: 0 -5px;

	display: inline-block;

	width: 100%;

}

.flickr-steam li {

	padding: 0 5px;

	float: left;

	width: 25%;

	margin-bottom: 10px;

}

.flickr-steam li img {

	width: 100%;

}

/*=======================================================

			 Aboout us SECTION

========================================================*/

.about hr {

	border: 1px solid #044095;

}

.aboutheadr {

	padding: 30px;

	color: #044095;

	font-weight: bold;

}

.abouthead h1 {

	color: #044095;

	font-size: 56px;

	font-weight: 700;

	line-height: 72.91px;

	padding: 15px;

}

section.sec {

	padding: 10px 0px;

	position: relative;

}



.abouth2 {

	font-size: 30px;

	margin-right: 442px;

	color: #044095;

}



.sm-title {}

.title,
.title h3 {

	font-size: 22px;

	color: #2b4d7a;

	font-weight: 700;

	line-height: 1.2em;

}

.sm-title h3 {

	margin-bottom: 20px;

}

.title,
.title h3 {

	font-size: 22px;

	color: #2b4d7a;

	font-weight: 700;

	line-height: 1.2em;

}

.owl-nav .owl-prev,
.owl-nav .owl-next {

	top: 40%;

	position: absolute;

	border-radius: 40px !important;

	color: #000000;

	width: 40px;

	height: 40px;

	text-align: center;

}

.owl-nav .owl-prev {

	left: -5%;

}

.owl-nav .owl-next {

	right: -5%;

}

#staff .owl-nav .owl-prev i,
.owl-nav .owl-next i {

	color: #000000;

	font-size: 30px;

	position: relative;

	left: 0px;

	background: #D9D9D9;

	width: 45px;

	height: 45px;

	border-radius: 50px;

	padding-top: 5px;

}

.box-b {

	/* background-color: #f5f6fa; */

	padding: 15px;

	transition: .2s all ease-in-out;

	border-radius: 4px;

	cursor: pointer;

	/* border-bottom: solid 2px #2699cf; */

	height: auto;

	position: relative;

	/* box-shadow: 0 5px 10px #9c9c9c; */

}

.box-b .box-img {

	margin-bottom: 15px;

}



.staff .box-img img {

	height: 267px;

	width: 250px;

	margin: auto;

	border-radius: 15px;

}

.whoabout_About {

	margin-left: 9px;

	margin-bottom: 4%;

}

.whoabout_About h2 {

	color: #044095;

	font-weight: 500;

	font-size: 40px;

	line-height: 52.08px;

	text-transform: inherit;

}

.aboutwho p {

	font-size: 17px;

	font-weight: 400;

	line-height: 24px;

	color: #000000;

	margin-left: 1px;

}



.box-b h3 {

	text-align: center;

	margin-bottom: 5px;

	font-size: 10px;

	color: #000000;

}

.box-b p {

	line-height: 33.85px;

	font-size: 26px;

	font-weight: 500;

	color: #044095;

	text-align: center;

	margin-bottom: 0px;

}



.content h3 {

	color: #044095;

	margin-left: 10%;

	font-size: 33px;

	text-transform: inherit;

}

.content p {
	color: #000000
}

.Accreditations h3 {

	color: #044095;

	font-size: 40px;

	font-weight: 500;

	line-height: 52.08px;

	margin-left: 21px;

}



.Accreditationsp {

	margin-left: 2%;
}



.Accreditationsp p {

	color: #000000;

	font-size: 17px;

	font-weight: 400;

	line-height: 24px;

}



.card {
	margin-top: 15px;
}

.card-body img {

	padding: 5px;

}



.card-body p {

	color: #000000;

}





.heading {

	position: relative;

}



.testimonials {



	background-size: cover;

	background-attachment: fixed;

	padding: 130px 0 150px;

	color: #ffffff;

	position: relative;

}

.testimonials:before {

	content: "";

	background: rgba(0, 0, 0, 0.5);

	width: 100%;

	height: 100%;

	top: 0;

	position: absolute;

	left: 0;

}

.testimonials .heading h2 {

	font-size: 25px;

	font-weight: 700;

	color: #ffffff;

}



.testimonials .heading h2 span {

	color: #ff0000;

}



.testimonials p {

	font-size: 15px;

	font-weight: 400;

	line-height: 1.7;

	color: #d1e5e7;

	margin: 20px 0;

	padding: 0;

}



/* Image */

.testimonials .carousel-inner .carousel-item .team {

	width: 100px;

	height: 100px;

	border: 2px solid #ff0000;

	border-radius: 100%;

	padding: 5px;

	margin: 50px 0 15px;

}



.testimonials .carousel-inner .carousel-item h3 {

	font-size: 20px;

	color: #ffffff;

	font-weight: 600;

}



.testimonials .carousel-inner .carousel-item h4 {

	font-size: 14px;

	font-weight: 300;

	color: #e2e1e1;

	margin-bottom: 20px;

}



.testimonials .carousel-indicators {

	bottom: -30px;

}



.testimonials .carousel-indicators li {

	background-color: #b8b7b7;

	border-radius: 30px;

	height: 4px;

	width: 40px;

}



.testimonials .carousel-indicators .active {

	background-color: #ff0000;

}



.testimonials .control span {

	cursor: pointer;

}



.testimonials .icon {

	height: 40px;

	width: 40px;

	background-size: 100%, 100%;

	border-radius: 50%;

	font-size: 30px;

	background-image: none;

	color: #ffffff;

}

/*=======================================================

			 Services Deatails SECTION

========================================================*/

.sub-bnr {

	background-color: #044095;

	padding: 25px;

}



.subbanner h1 {

	color: #fff;

	font-size: 45px;

	letter-spacing: 1.5px;

	text-transform: inherit;

}



.servicebox {

	padding-top: 55px;

}



.formser {

	padding-top: 8%;

}



.headservice {

	border: 4px solid #044095;

	background: linear-gradient(90deg, #FFFFFF 0%, #C5DDFF 100%);

	border-top-left-radius: 15px;

	border-top-right-radius: 15px;

	border-bottom-left-radius: 15px;

	border-bottom-right-radius: 15px;

	width: 600px;

	height: 552px;

	margin-left: -60px;

}



.headservice h4 {

	color: #044095;

	font-size: 28px;

	text-transform: capitalize;

	font-weight: 600;

	padding: 3px;

	padding-left: 85px;

}



.headservice hr {

	border: 1px solid #044095;

}



/* form css */

.containerf1 {

	height: 430px;

	width: 433px;

	background: #fff;

	padding: 25px 40px 10px 40px;

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

	margin-left: 15%;

	border-radius: 20px;

}

.containerf1 .text {

	text-align: center;

	font-size: 30px;

	text-transform: inherit;

	/* font-family: "DM sans"; */

	background: #000000;

	-webkit-background-clip: text;

	-webkit-text-fill-color: transparent;

}

.containerf1 form {

	padding: 0px 0 0 0;

}

.containerf1 form .form-row {



	margin: 32px 0;

}

form .form-row .input-data {

	width: 100%;

	height: 37px;

	margin: 0 20px;

	position: relative;

	margin-bottom: 15px;

}

form .form-row .textarea {

	height: 70px;

}

.input-data input {

	display: block;

	margin-top: 26px;

	width: 100%;

	height: 100%;

	border: none;

	outline: none;

	font-size: 17px;

	text-transform: capitalize;

	border-bottom: 2px solid rgba(0, 0, 0, 0.12);

}



.input-data input:focus~label,
.textarea textarea:focus~label,

.input-data input:valid~label,
.textarea textarea:valid~label {

	transform: translateY(-20px);

	font-size: 14px;



}

.textarea textarea {

	resize: none;

	padding-top: 10px;

}

.input-data label {

	position: absolute;

	pointer-events: none;

	color: #757575;

	bottom: 10px;

	font-size: 16px;

	transition: all 0.3s ease;

}

.textarea label {

	width: 100%;

	bottom: 40px;

	background: #fff;

}

.input-data .underline {

	position: absolute;

	bottom: 0;

	height: 2px;

	width: 100%;

}

.input-data .underline:before {

	position: absolute;

	content: "";

	height: 2px;

	width: 100%;

	background: #757575;

	transform: scaleX(0);

	transform-origin: center;

	transition: transform 0.3s ease;

}

.input-data input:focus~.underline:before,

.input-data input:valid~.underline:before,

.textarea textarea:focus~.underline:before,

.textarea textarea:valid~.underline:before {

	transform: scale(1);

}

.submit-btn .input-data {

	overflow: hidden;

	height: 45px !important;

	width: 25% !important;

}

.submit-btn .input-data .inner {

	height: 100%;

	width: 300%;

	position: absolute;

	left: -100%;

	transition: all 0.4s;

}

.submit-btn .input-data:hover .inner {

	left: 0;

}

.submit-btn .input-data input {

	background: none;

	border: none;

	color: #fff;

	font-size: 17px;

	font-weight: 400;

	text-transform: uppercase;

	letter-spacing: 1px;

	cursor: pointer;

	position: relative;

	z-index: 2;

}



.authp {

	margin-left: 1%;

}



.authp p {

	font-size: 18px;

	color: #000;

	margin-bottom: 10px;

	font-weight: 500;

	margin-left: -8%;

}



.authp a {

	text-decoration: underline;

	color: #000;

}



.authp i {

	font-size: 6px;

}



.authservice {

	margin-left: 4%;

}



.authservice h3 {

	color: #044095;

	font-weight: 600;

	font-size: 38px;

	text-transform: inherit;

}



.assistdoc {

	margin-top: 10%;

	margin-left: -7%;

}



.assistdoc h4 {

	margin-left: 30%;

	color: #044095;

	font-size: 32px;

	font-weight: bold;

	text-transform: inherit;

}



.certificates {

	margin-left: 39%;

	margin-top: 3%;

}

.certificates i {

	margin-top: 1px;

	font-weight: 500;

	background-color: #DCEAFF;

	padding: 0px;

	border-radius: 50%;

	font-size: 25px;

	color: #000
}

.certificates p {

	font-size: 20px;

	font-weight: 500;

	color: #000;

	margin-bottom: 15px;

}



.servicesauth hr {

	border: 1px solid #044095;

}



.slidesection {

	background-color: #044095;

}

.sliderservice {

	background-color: #ffffff;

	height: 110px;

	width: 180px;

	text-align: center;

}

.box-b .box-imgserve {

	margin-bottom: 15px;

	background: rgba(255, 255, 255, 1);

	height: 140px;

	padding: 35px;

	border-radius: 10px;

}



.box-imgserve h6 {

	text-transform: capitalize;

	font-size: 26px;

	font-weight: 500;

}

.docimg {

	padding-top: 50px;

}

.documents {

	margin-left: 3%;

}

.documents h3 {

	color: #044095;

	font-size: 40px;

	font-weight: 600;

	text-transform: inherit;

}

.documents p {

	color: #000000;

	margin-top: 2%;

	font-size: 24px;

	font-weight: 400;

}



.documents a {

	color: #044095;

	font-weight: 600;

	text-decoration: underline;

}



.imgdoc img {

	width: 333px;

	height: 428px;

}



.aboutsection hr {

	border: 1px solid #044095;

	margin-top: -10px !important;

}





@media (max-width: 700px) {

	.containerf1 {

		height: 410px;

		width: 309px;

		background: #fff;

		padding: 25px 40px 10px 40px;

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

		margin-left: 4%;

		border-radius: 26px;

	}

	.containerf1 .text {

		font-size: 24px;

	}

	.containerf1 form {

		padding: 10px 0 0 0;

	}

	.containerf1 form .form-row {

		display: block;

	}

	form .form-row .input-data {

		margin: 35px 0 !important;

	}

	.submit-btn .input-data {

		width: 40% !important;

	}



	.btn {

		padding: 15px;

		font-size: 12px;

		text-transform: capitalize;

		padding-top: 0px;

	}

	form .form-row .input-data {

		width: 90%;

		height: 20px;

		margin: 0 20px;

		position: relative;

		margin-bottom: 15px;

	}

	/* services auth  */





	.authservice h3 {

		color: #044095;

		font-weight: bold;

		text-transform: capitalize;

	}





	.authp ul li {

		color: #000000;

	}



	.assistdoc {

		margin-top: 115px;

		padding-left: 150px;

	}



	.assistdoc h4 {

		color: #044095;

		text-transform: capitalize;

	}



	.quicklinkservice hr {

		border: 1px solid #044095;

	}



	.linkservice {

		color: #044095;

		font-size: 35px;

		text-transform: capitalize;

	}



	.quicklinks {

		border: 1px solid #044095;

		background-color: #DCEAFF;

		border-top-right-radius: 25px;

		border-bottom-right-radius: 25px;

		border-bottom-left-radius: 25px;

		border-top-left-radius: 25px;

		padding: 8px;

	}

	.quicklinks h3 {

		font-size: 20px;

		text-transform: capitalize;

	}



	/* slider  service section  */

	.slidesection {

		background-color: #044095;

	}



	.sliderservice {

		background-color: #ffffff;

		height: 110px;

		width: 180px;

		text-align: center;

	}

	.box-b .box-imgserve {

		margin-bottom: 15px;

		background: rgba(255, 255, 255, 1);

		height: 130px;

		padding: 35px;

		border-radius: 20px;

	}



	.box-imgserve h6 {

		text-transform: capitalize;

	}

	.docimg {

		padding-top: 50px;

	}

	.documents h3 {

		color: #044095;

		text-transform: capitalize;

	}

	.documents p {

		color: #000000;

	}



	.aboutsection hr {

		border: 1px solid #044095;

		margin-top: -10px !important;

	}

}

/*=======================================================

			 Contactus SECTION

========================================================*/

.contactsec hr {

	border: 1px solid #044095;

}



.contacthead {

	padding: 45px;

}



.contacthead h1 {

	color: #044095;

	text-transform: capitalize;

	font-weight: bold;

	font-size: 56px;

}



.conformsec h3 {

	color: #044095;

	text-transform: inherit;

	line-height: 45.25px;

	font-size: 37px;

	font-weight: 600;

}

.conformsec a {

	color: #000;

	text-decoration: underline;

}

.conformsec {

	margin-top: 47%;

	margin-left: 1%;

}



.conformsec p {

	color: #000000;

	padding-top: 17px;

	font-size: 18px;

	line-height: 31px;

	font-weight: 500;

}



.locationcon {

	background: rgba(220, 234, 255, 1);

	background-size: cover;

	margin-bottom: -60px;

}



.row .card2 {

	padding-top: 40px;

}



.ourlocationcon h1 {

	color: #044095;

	text-transform: initial;

	font-size: 35px;

}



.cardtext {

	padding-top: 33px;

	margin-top: 30px;

}



.cardtext h3 {

	color: #044095;

	text-transform: capitalize;

	margin-left: 125px;

	font-size: 40px;

	font-weight: bold;

}



.cardtext p {

	color: #000000;

	text-transform: capitalize;

	font-weight: 500;

	font-size: 22px;

	margin-left: 125px;

}



.cardtext1 {

	margin-top: 38px;

}



.cardtext1 h3 {

	color: #044095;

	text-transform: capitalize;

	margin-left: 30px;

	font-size: 37px;

	font-weight: bold;

}



.cardtext1 h5 {

	color: #044095;

	font-size: 28px;

	margin-top: -7px;

	font-weight: 600;

	margin-left: 30px;

	text-transform: inherit;

}



.cardtext1 p {

	color: #000000;

	text-transform: capitalize;

	margin-left: 33px;

	margin-top: 18px;

	font-weight: 500;

	font-size: 20px;

}

.contimg img {

	padding-bottom: 20px;

	margin-left: 4px;

}


.contimg1 img {

	padding-bottom: 20px;

	margin-left: -19px;

}

.contactcard {

	background-color: #fff;

	width: 97% !important;

	height: 338px;

	margin-left: 2%;

	border-radius: 15px;

}

.container1 {

	height: 425px;

	width: 400px;

	background: #fff;

	padding: 25px 40px 10px 40px;

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

	margin-left: 40%;

	border-radius: 20px;

}

.container1 .text {

	text-align: center;

	font-size: 30px;

	font-weight: 600;

	font-family: 'Poppins', sans-serif;

	background: #000000;

	-webkit-background-clip: text;

	-webkit-text-fill-color: transparent;

}

.container1 form {

	padding: 0px 0 0 0;

}

.container1 form .form-row {



	margin: 32px 0;

}

form .form-row .input-data {

	width: 100%;

	height: 37px;

	margin: 0 20px;

	position: relative;

	margin-bottom: 15px;

}

form .form-row .textarea {

	height: 70px;

}

.input-data input {

	display: block;

	width: 100%;

	height: 100%;

	border: none;

	outline: none;

	font-size: 17px;

	border-bottom: 2px solid rgba(0, 0, 0, 0.12);

}





.input-data input:focus~label,
.textarea textarea:focus~label,

.input-data input:valid~label,
.textarea textarea:valid~label {

	transform: translateY(-20px);

	font-size: 14px;



}

.textarea textarea {

	resize: none;

	padding-top: 10px;

}

.input-data label {

	position: absolute;

	pointer-events: none;

	bottom: 10px;

	font-size: 16px;

	transition: all 0.3s ease;

}

.textarea label {

	width: 100%;

	bottom: 40px;

	background: #fff;

}

.input-data .underline {

	position: absolute;

	bottom: 0;

	height: 2px;

	width: 100%;

}

.input-data .underline:before {

	position: absolute;

	content: "";

	height: 2px;

	width: 100%;

	background: #3498db;

	transform: scaleX(0);

	transform-origin: center;

	transition: transform 0.3s ease;

}

.input-data input:focus~.underline:before,

.input-data input:valid~.underline:before,

.textarea textarea:focus~.underline:before,

.textarea textarea:valid~.underline:before {

	transform: scale(1);

}

.submit-btn .input-data {

	overflow: hidden;

	height: 45px !important;

	width: 25% !important;

}

.submit-btn .input-data .inner {

	height: 100%;

	width: 300%;

	position: absolute;

	left: -100%;



	transition: all 0.4s;

}

.submit-btn .input-data:hover .inner {

	left: 0;

}

.submit-btn .input-data input {

	background: none;

	border: none;

	color: #fff;

	font-size: 17px;

	font-weight: 400;

	text-transform: uppercase;

	letter-spacing: 1px;

	cursor: pointer;

	position: relative;

	z-index: 2;

}

@media (max-width: 700px) {

	.container .text {

		font-size: 30px;

	}

	.container form {

		padding: 10px 0 0 0;

	}

	.container form .form-row {

		display: block;

	}

	form .form-row .input-data {

		margin: 35px 0 !important;

	}

	.submit-btn .input-data {

		width: 40% !important;

	}

}

/*=======================================================

			 FAQ  SECTION

========================================================*/

.faqsec2 hr {

	border: 1px solid #044095;

}



.faqhead h1 {

	color: #044095;

	text-transform: capitalize;

	padding-top: 40px;

	font-weight: 700;

	font-size: 56px;

	padding: 30px;

}

.faqsection h3 {

	color: #044095;

	font-size: 32px;

	font-weight: 500;

	text-transform: inherit;

	line-height: 41.66px;

	margin-top: 0%;

}



.faqlink {

	margin-bottom: 20px;

}



.linkfaq h2 {

	color: #044095;



}



.faqsec1 hr {

	border: 1px solid #044095;

}



.faqconh h3 {

	color: #044095;

	text-transform: capitalize;

}



.searchinput {

	width: 825px;

	border: 1px solid #757575;

	height: 41px;

	border-radius: 25px;

	padding: 25px;

	margin-top: 30px;

	margin-left: -7%;

}



.btn-search {

	background: #044095;

	width: 155px;

	height: 50px;

	padding: 6px;

	color: #ffff;

	border: #044095;

	border-radius: 35px;

	margin-top: 30px;

	margin-left: 75%;

	font-size: 17px;

}



.accordion {

	padding-top: 10px;

	width: 125%;

	margin-left: -14%;

}



.btn-search i {

	padding: 5px;

}



.headfaq h2 {

	color: #044095;

	text-transform: inherit;

	font-size: 40px;

	line-height: 52.08px;

	font-weight: 700;

	padding-top: 10px;

}



.faq-item i {

	font-size: 22px;

}



.faqcontent h3 {

	color: #044095;

	text-transform: capitalize;

	padding-top: 30px;

}



.faqcontent p {

	color: #000000;



}



.faq-head3 {

	padding-top: 30px;

}



.faqform2 {

	margin-top: 7%;

	margin-left: -9%;

}

.faqformsec {

	margin-top: 40%;

}



.faqformsec h3 {

	color: #044095;

	text-transform: inherit;

	font-size: 36px;

}



.faqformsec p {

	margin-top: 35px;

	color: #000;

	text-transform: inherit;

	font-size: 16px;

}



.faqrow {

	margin-top: 2%;

	margin-bottom: 1%;

}



/* accordion new css */

.accordion-container {

	width: 100%;

	max-width: 798px;

	margin-top: 16px;

	margin: 20px auto;

	font-family: 'DM Sans';

	margin-top: 4%;

}



.accordion {

	margin-bottom: 10px;

	border: 1px solid #044095;

	border-radius: 5px;

	overflow: hidden;

}



.menu-button {

	width: 100%;

	background-color: transparent;

	border: none;

	outline: none;

	padding: 10px;

	text-align: left;

	cursor: pointer;

	font-size: 18px;

	font-weight: 600;

	display: flex;

	justify-content: space-between;

	align-items: center;

	margin-left: 10px;

	margin-top: -9px;

	transition: background-color 0.3s ease;

}



.menu-button:hover {

	background-color: transparent;

}



.content {

	display: none;

	padding: 15px;

	background-color: transparent;

}



.icon {

	font-size: 20px;

	transition: transform 0.3s ease;

	margin-right: 20px;

}



.accordion.active .content {

	display: block;

}



.accordion.active .icon i {

	transform: rotate(180deg);

}



p {

	margin: 0;

	font-size: 16px;

	color: #333;

	line-height: 1.5;

}



/* accordion */

/* .accordion-container {

    width: 100%;

    max-width: 1123px;

    margin: 0 auto;

}



.accordion {

    padding-top: 25px;

    width: 87%;

    margin-left: 6%;

}



.menu-button {

	width: 100%;

    padding: 10px 20px;

    margin-top: 2px;

    font-size: 18px;

    display: flex;

    justify-content: space-between;

    align-items: center;

    border: 1px solid #044095;

    border-radius: 10px 10px 0px 0px;

    background-color: #ffff;

    cursor: pointer;

    border-bottom-color: transparent;

}





.menu-button:hover {

  background-color:#fff;

}



.icon {

  font-size: 20px;

  transition: 0.4s;

}



.menu-button.open .icon {

  transform: rotate(180deg);

}

 .content {

	padding: 0 20px;

    /* background-color: #f2f2f2; */

/* transition: 0.4s;

    height: 0;

    overflow: hidden;

    border-radius: 0px 0px 10px 10px;

    border: 1px solid #044095; }

 





/*=======================================================

			Plcae your order SECTION

========================================================*/





.formhead h3 {

	font-size: 24px;

	font-weight: 700;

	line-height: 31.25px;

}



form {

	display: flex;

	flex-direction: column;

	gap: 15px;

	padding: 25px;

}



.docinfo h3 {

	font-size: 24px;

	line-height: 32.25px;

}



.docinfo p {

	margin: 26px;

	font-size: 18px;

	font-weight: 400;

	color: #000000;

	line-height: 1.5;

	margin-left: -45px;

}



.docname {

	margin-top: 1%;

}



.retundel h3 {

	font-size: 24px;

	font-weight: 700;

	line-height: 31.25px;

	text-transform: inherit;

}



.doctextarea {

	margin-top: 1%;

}



#doctext {

	width: 1000px;

	height: 108px;

	border-radius: 10px;

	border: 1px solid #000000;

}



.docquote label {

	font-size: 24px;

	line-height: 32.25px;

	text-transform: inherit;

}



.docmail h5 {

	font-size: 16px;

	font-weight: 600;

	line-height: 20.80px;

	text-transform: inherit;

}



.fedmail label {

	font-weight: 500;

	margin-left: 7px;

}



.fedmaila2 {

	margin-left: -45px;

}



.payment1 h3 {

	font-size: 24px;

	font-weight: 600;

	line-height: 31.25px;

}



.paymentp p {

	font-size: 16px;

	font-weight: 500;

}



.docqr {

	margin-left: 880px;

	margin-top: -52px;

}



.docinfo1 h3 {

	font-size: 24px;

	line-height: 32.25px;

}



.docinfo1 p {

	margin: 26px;

	font-size: 18px;

	font-weight: 400;

	color: #000000;

	line-height: 1.5;

	margin-left: -70px;

}



.docquote {

	margin-top: 1%;

}



.border {

	margin-top: 1%;

	border-top: 1px solid #757575;

	border-style: dashed;

	border-width: 1px;

}







/*=======================================================

      Testiminol

========================================================*/

.containera {

	height: 85vh;

	width: 100%;

	display: flex;

	align-items: center;

	justify-content: center;

	background-color: #e3f2fd;

}

.testimonial {

	position: relative;

	max-width: 900px;

	width: 100%;

	padding: 50px 0;

	overflow: hidden;

}

.testimonial .image {

	height: 170px;

	width: 170px;

	object-fit: cover;

	border-radius: 50%;

}

.testimonial .slide {

	display: flex;

	align-items: center;

	justify-content: center;

	flex-direction: column;

	row-gap: 30px;

	height: 100%;

	width: 100%;

}

.slide p {

	text-align: center;

	padding: 0 160px;

	font-size: 14px;

	font-weight: 400;

	color: #000;

}

.slide .quote-icon {

	font-size: 30px;

	color: #4070f4;

}

.slide .details {

	display: flex;

	flex-direction: column;

	align-items: center;

}

.details .name {

	font-size: 14px;

	font-weight: 600;

	color: #000;

}

.details .job {

	font-size: 12px;

	font-weight: 400;

	color: #000;

}

/* swiper button css */

.nav-btn {

	height: 40px;

	width: 40px;

	border-radius: 50%;

	transform: translateY(30px);

	background-color: rgba(0, 0, 0, 0.1);

	transition: 0.2s;

}

.nav-btn:hover {

	background-color: rgba(0, 0, 0, 0.2);

}

.nav-btn::after,

.nav-btn::before {

	font-size: 20px;

	color: #fff;

}

.swiper-pagination-bullet {

	background-color: rgba(0, 0, 0, 0.8);

}

.swiper-pagination-bullet-active {

	background-color: #4070f4;

}

@media screen and (max-width: 768px) {

	.slide p {

		padding: 0 20px;

	}

	.nav-btn {

		display: none;

	}

}