@charset "utf-8";
/* CSS Document */

* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

img {
	max-width: 100%;
}

.container {
	width: 90%;
	color: white;
	margin: 0 auto;
}


body {
	font-family: 'Open Sans';
	overflow-x: hidden;

}

header {
	position: fixed;
	width: 100%;
	z-index: 1000;
	transition: .2s;
	top: 0;
	left: 0;
	background-color: white;
}

header * {
	transition: .4s;
}


.logo {
	width: 320px;
	display: flex;
	vertical-align: middle;
	margin: 0;
	background-color: #00649f;
	padding: 10px 25px;
	position: absolute;
	left: 0;
	bottom: 0;
	top: 0;
	-webkit-transform: skewX(-45deg);
	transform: skewX(-45deg);
	border-right: 15px solid white;
	align-items: center;
	box-shadow: 14px -2px 5px rgba(0, 0, 0, 0.3);
}

.logo:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	background: #00649f;
	width: 50%;
	-webkit-transform: skewX(45deg);
	transform: skewX(45deg);
}

.wrap {
	float: right;
	width: calc(100% - 350px);
}

.logo img {
	width: 224px;
	-webkit-transform: skewX(45deg);
	transform: skewX(45deg);
}

header.fixed {
	background: white;
}

.banner img {
	width: 100%;

}

.con1 h1 {
	color: #575757;
	font-size: 5px;
}

.banner {
	/*! position: relative; */
	margin-top: 133.5px;
}

.banner .par {
	position: absolute;
	bottom: 0;
	-webkit-transform: translateY(50%);
	transform: translateY(50%);
	width: 100%;
	z-index: 1;
}

.nav-1 ul {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.banner img {
	float: left;
	width: 100%;
	-o-object-fit: cover;
	/*! object-fit: cover; */
	height: calc(100vh - 140px);
}

.header-wrap {
	padding-right: 5%;
	width: 100%;
}

.contact ul li a {
	text-decoration: none;
}

.con a {
	text-decoration: none;
}

.h-top {
	background-color: #00649f;
	width: 100%;
	float: right;
	margin-top: 23px;
}

.nav-1 {
	float: right;
	/*! margin-top: 5px; */
	/*! margin-bottom: 5px; */
	width: calc(100% - 225px);
	display: flex;
	justify-content: space-between;
}

.nav-1 ul li {
	text-decoration: none;
	vertical-align;
	list-style: none;
	float: left;
	position: relative;
}

.nav-1 ul li a {
	text-decoration: none;
	text-transform: uppercase;
	padding: 6px;
	color: white;
	font-size: 12px;
	float: right;
	border: 1px solid #0000;
	text-align: left;
}

.nav-1 ul li ul li a:hover {
	background: #e1e1e1;
	color: black;
}

.nav-1 ul li ul li a {
	width: 100%;
	padding: 4px;
	font-size: 13px;
	padding-left: 15px;
}

.nav-1 ul li:hover a {
	background-color: #fff;
	color: #00649f;
	/*! border: 1px solid #c6c6c6; */
	color: black !important;
}

.icons {
	float: left;
	padding: 15px;

	margin-top: 10px;
	margin-left: 12%;
}

.icons ul li {
	text-decoration: none;
	vertical-align;
	list-style: none;
	width: 40px;
	height: 40px;
	float: left;
	border-radius: 50%;
	text-align: center;
	padding: 10px;
}

.icons ul li a {
	color: #00649f;
}

.icons li+li {
	margin-left: 0px;
}

.icons2 {
	float: left;
	padding: 15px;

	margin-left: 3%;
	margin-top: 20px;
}

.icons2 i {

	color: #00649f;
	padding-right: 3px;
}

.icons2 ul li {
	text-decoration: none;
	vertical-align;
	list-style: none;

	/*! margin-top: 10px; */
	float: left;
}

.icons2 ul li a {
	color: #000000b3;
	text-decoration: none;
}

.icons2 li+li {
	margin-left: 20px;
}



.nav-2 {
	float: right;
	margin-top: 15px;

	margin-right: 33%;
}

.nav-2 ul li {
	text-decoration: none;
	vertical-align;
	list-style: none;
	float: left;
}

.nav-2 ul li a {
	text-decoration: none;
	padding: 15px;
	color: #575759;
	font-size: 16px;
	float: right;
}

.nav-2 ul li a:hover {
	background-color: #069bd8;
	color: white;

}

.nav-1 ul li ul li {
	/*! display: none; */
	margin: 0;
}

.nav-1 ul li:hover ul {
	display: block;
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
}

.nav-1 ul li:hover ul li {
	/*! display: block; */
	z-index: 9999;
	background: #00649f;
	width: 120%;
	padding: 3px;
	text-align: center;
	/*! border-bottom: 1px solid #c6c6c6; */
	cursor: pointer;
	background: white;
}

.nav-1 ul li ul li:hover {
	background: white;
	color: #00649f;
	/*! border: 1px solid #00649f; */
}

.nav-1 ul li ul {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 3;
	/*! -webkit-animation: .5s slideLeft ease; */
	/*! animation: .5s slideLeft ease; */
	/*! display: none; */
	box-shadow: 0px 0px 5px 0px #fff;
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: 50% 0;
	transform-origin: 50% 0;
	transition: opacity .3s, -webkit-transform .3s;
	transition: transform .3s, opacity .3s;
	transition: transform .3s, opacity .3s, -webkit-transform .3s;
	width: 184px;
}


@-webkit-keyframes slideLeft {
	from {
		-webkit-transform: translateY(-20%);
		transform: translateY(-20%)
	}

	to {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}


@keyframes slideLeft {
	from {
		-webkit-transform: translateY(-20%);
		transform: translateY(-20%)
	}

	to {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

.blue a {
	float: right;
	padding: 10px;
	border-radius: 0%;
	text-decoration: none;
	background-color: #00649f;
	color: white;
	border: 1px solid white;
}

.blue a:hover {
	background-color: white;
	color: #00649f;
	border: 1px solid #b6a8a8;
}


.blue {
	float: right;
	margin-top: 25px;
}

.nav ul {
	margin-right: 10%;
	float: right;
}

.banners {
	float: left;
	width: 100%;

}

.banners img {

	float: left;
	width: 100%;
	position: relative;
	height: 60vh;
	margin-top: 132.5px;
	-o-object-fit: cover;
	object-fit: cover;
}

.banners h1 {
	position: absolute;
	left: 100px;
	top: calc(100% - 55%);
	color: white;
	width: 500px;
	font-size: 46px;
	text-transform: uppercase;
}

.scope {

	float: left;
	width: 50%;
	position: relative;
}

.scope h2 {

	color: black;
	float: left;
	width: 100%;
	margin-top: 20px;
}

.scope img {

	position: relative;
	float: left;
	width: 100%;
	margin-top: 25px;
}

.scope p {

	color: #535353;
	position: absolute;
	float: left;
	width: 100%;
	margin-top: 70px;
	line-height: 30px;
	text-align: justify;
}

.scope a {
	float: right;
	text-decoration: none;
	color: #00649f;
}

.about {

	float: left;
	width: 100%;

}

.doc {
	float: right;
	width: 48%;
}

.doc img {
	margin-left: 20px;
	width: 100%;
}

.services {
	float: left;
	width: 100%;
	position: relative;
	display: flex;
}

.geet {
	float: left;

}

.geet a {
	padding: 10px;
	border-radius: 0%;
	width: 20% !important;
	text-decoration: none;
	background-color: #00649f;
	color: white;
}

.s1 {
	float: left;
	width: 50%;
	position: relative;
}

.s2 {
	background-image: url(../img/s2.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	float: left;
	width: 50%;
	padding: 10px;
}

.box {
	float: left;
	position: absolute;
	top: 0;
	padding-left: 10%;
	padding-right: 10%;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 100, 159, 0.63);
}

.box h3 {

	color: white;
	float: left;
	margin-top: 10px;
	font-weight: normal;
}

.box1 img {

	width: 100px;
	height: 100px;
	background: white;
	border-radius: 50%;

	cursor: pointer;
}

.box h2 {
	float: left;
	width: 100%;
	text-align: center;
	color: white;
	margin-top: 20px;
	font-weight: normal;
}


.box2 img {

	width: 100px;
	height: 100px;
	background: black;
	border-radius: 50%;

}

.boxs {
	float: left;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin-top: 30px;
}

.box a:hover {
	color: #00649f;
}

.boxs .box1 {
	width: 50%;
	float: left;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.box a {
	text-align: center;
	width: 100%;
	display: inline-block;
	text-decoration: none;
	color: white;
	margin-top: 20px;
}

.s2 h2 {
	color: white;
	width: 100%;
	display: inline-block;
	text-align: center;
	margin-top: 20px;
}

.live {
	float: left;
	width: 100%;
	margin-top: 20px;
	padding-bottom: 32px;

}

.live img {
	width: 25%;
	float: left;
	cursor: pointer;
}

.live h3 {
	float: left;
	width: 70%;

	color: white;
	margin-top: 15px;
	text-align: center;
}

.live p {
	float: left;
	width: 100%;

	color: #8c8c8c;
	margin-top: 15px;
	line-height: 27px;
	text-align: justify;
}

.live a {

	color: #00649f;
	text-decoration: none;
	margin-top: 15px;
	float: left;
	text-align: center;
	width: 70%;
}

.live+.live {
	margin-top: 20px;
}

.one {
	float: left;
	width: 70%;
	margin-left: 15px;
}

.live a:hover {

	color: white;

}

.hosp {
	width: 50%;
	float: left;
	margin-top: 20px;
}

.fortis {
	width: 100%;
	float: left;
	margin-top: 20px;
	margin-bottom: 20px;
}

.fort {
	width: 50%;
	float: left;
}

.hosp h1 {
	color: #00659f;
	float: left;
	width: 100%;

}

.hosp h2 {
	color: #000;
	float: left;
	width: 100%;
	margin-top: 15px;
}

.hosp h3 {
	color: #00659f;
	float: left;
	width: 100%;
	margin-top: 15px;
}

.hosp h4 {
	color: grey;
	float: left;
	width: 100%;
	margin-top: 15px;
}

.fort img {
	margin: 40px;
	float: left;
}

.gallery {
	width: 100%;
	float: left;
	background-color: #eaeaea;
}

.gall h2 {
	color: black;
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
}

.gall {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	float: left;
	margin-top: 25px;
	margin-bottom: 35px;
}

img.small {
	width: calc(25% - 4px);
}

img.first {
	width: calc(45% - 3px);
}

img.second {
	width: calc(27.5% - 3px);
}

img.third {
	width: calc(27.5% - 3px);
}

.slider-image {
	position: relative;
}

.slider-content {
	position: relative;
}

.slider-images {
	width: 100%;
	float: left;
}

.slider-images .slick-track {
	display: flex;
}

.slider-image {
	width: 100%;
	float: left;
	cursor: pointer;
}

.slider-image .slick-track {
	display: flex;
}

.slick-dots {
	position: absolute;
	bottom: 30px;
	left: 0;
	right: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	list-style-type: none;
	cursor: pointer;
}

.slider-image .slick-slide img {
	display: inline-block;
}

.slick-dots li button {
	font-size: 0;
	padding: 5px;
	margin-left: 5px;
	border-radius: 50%;
	background-color: #fff;
	border: none;
	cursor: pointer;
}

.slick-dots li.slick-active button {

	background: black;

}

.contact {
	background-color: #575757;
	width: 100%;
	float: left;
	padding-bottom: 10px;
	/*! margin-top: 20px; */
}

.con1 {
	width: 33.3%;
	float: left;
	padding-right: 20px;
}

.con1 ul li {
	text-decoration: none;
	list-style: none;
	color: #aaa;
	line-height: 30px;
}

.con1 ul {
	margin-top: 15px;
}

.con1 h2 {
	margin-top: 20px;
	font-weight: normal;
}

.fas.fa-phone {

	-webkit-transform: rotate(90deg);

	transform: rotate(90deg);

}

.con2 {
	width: 33.3%;
	float: left;
	/*! padding-left: 100px; */
	padding-right: 20px;
}

.con2 ul li {
	text-decoration: none;
	list-style: none;
	color: #aaa;
	line-height: 30px;
}

.con2 ul {
	margin-top: 15px;
}

.con2 h2 {
	margin-top: 20px;
	font-weight: normal;
}

.con3 {
	width: 33.3%;
	float: left;
}

.con3 h2 {
	margin-top: 20px;
	font-weight: normal;
}

.con {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	float: left;
	margin-top: 20px;
}

.con3 .elements {

	line-height: 30px;
	font-size: 16px;
	float: left;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
}

.con3 form {

	margin-top: 15px;

	float: left;
}


.con3 .elements input[type="radio"] {
	display: none;
}

.pan h1 {
	font-size: 25px;
}


.con3 .elements input[type="radio"]~label {
	position: relative;
	padding-left: 25px;
	font-size: 20px;
	color: white;
	cursor: pointer;
	float: left;
}

.con3 .elements input[type="radio"]~label:before,
.con3 .elements input[type="radio"]~label:after {
	content: '';
	position: absolute;
	width: 15px;
	height: 15px;
	left: 0px;
	top: 7px;
	background: #fff;
	border-radius: 100%
}


.con3 .elements input[type="radio"]~label:after {
	-webkit-transform: scale(0);
	transform: scale(0);
	background: #00649f;
}

.con3 .elements input[type="radio"]:checked~label:after {
	-webkit-transform: scale(.6);
	transform: scale(.6);
}

.sub {

	margin-top: 30px;
}

.sub input {

	width: 25%;
	padding: 10px;
	background: white;
	font-size: 15px;
	color: #00649f;
	cursor: pointer;

}

.sub input:hover {

	color: white;
	background: #00649f;


}

.dot {

	float: left;
	width: 100%;

	margin-top: 25px;
	font-size: 14px;
}

.dot h4 {

	float: left;
	color: #ccc;
}

.dot h3 {

	float: right;
}

.dot a {

	color: #ccc;
	text-decoration: none;
}

.abd h1 {

	position: absolute;
	top: 0;
	width: 50%;
	background: rgb(0, 0, 0, 0.6);
	margin-top: 15%;
	margin-left: 25%;
	color: white;
	padding: 20px;
	text-align: center;

	font-size: 27px;
}

.banner {

	position: relative;
	/*! margin-top: 10%; */

}

banner img {

	float: left;
	width: 100%;
	height: 100vh;
	-o-object-fit: cover;
	object-fit: cover;

}

.about-in {

	margin: 20px;
	float: left;
	width: 100%;
}

.about-in h1 {

	color: #00659f;
	float: left;
	width: 100%;
}

.about-in p {

	color: grey;
	margin-top: 20px;
	text-align: justify;
	line-height: 30px;
}

.ach {
	float: left;
	width: 100%;
	background-color: #a7dbfd;
	margin-bottom: -5px;
}

.achieve {
	width: 50%;
	float: left;
}

.ment {
	width: 40%;
	float: left;
	margin: 3%;
	margin-left: 5%;
}

.ment h1 {

	color: #2a2a2a;
	float: left;
	margin-top: 15px;
	width: 100%;
}

.ment ul {

	margin-top: 20px;
	float: left;
	width: 100%;
}

.ment ul li {

	list-style: none;
	font-size: 20px;
	color: #2a2a27;
	line-height: 40px;
}

.ser-in {
	width: 100%;
	float: left;
	margin-top: 40px;
	margin-bottom: 20px;
}

.abd1 {
	width: 50%;
	float: left;
	margin: 20px;
}

.min {
	width: 46%;
	float: left;
	padding-left: 100px;
}

.abd1 h1 {

	color: #00659f;
}

.abd1 p {

	color: grey;
	line-height: 30px;
	margin-top: 15px;
}



.min2 {
	width: 50%;
	float: right;
}

.abd2 {
	width: 46%;
	float: left;
	padding-left: 100px;
}

.min2 h1 {

	color: #00659f;
}

.min2 p {

	color: grey;
	line-height: 30px;
	margin-top: 15px;
}


* {
	box-sizing: border-box;
}

#form .wrap {
	margin-bottom: 10px;
	width: 100%;
}

input[type=text],
select,
textarea {
	width: 100%;
	padding: 12px;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-sizing: border-box;
	margin-top: 6px;
	margin-bottom: 16px;
	resize: vertical;
}

em.error {

	font-size: 12px;
	color: indianred;
	font-style: normal;

}

input[type=submit] {
	background-color: #4CAF50;
	color: white;
	padding: 12px 20px;
	border: none;
	border-radius: 4px;
	cursor: pointer;
}

input[type=submit]:hover {
	background-color: #45a049;
}

.container1 {
	border-radius: 5px;
	background-color: #f2f2f2;
	padding: 20px;
	margin-top: 30px;
	width: 100%;
	margin-left: 0;
	display: inline-block;
}

.for h3 {
	font-size: 25px;
	width: 100%;
	text-align: center;
	margin-top: 10px;
	color: #ef3449;
}

label {
	color: black;
	margin-bottom: 10px;
	float: left;
}

.wrap1 img {
	width: 250px;
	height: 50px;
}

.result {
	font-size: 14px;
	color: indianred;
	padding: 5px;
	margin-top: 10px;

}

.conta {

	float: left;
	width: 40%;
	margin-top: 20px;
}

.conta h1 {

	color: #00649f;
	float: left;
	width: 100%;
	margin-bottom: 15px;
}

.conta h3 {

	color: #201e1e;
	margin-top: 15px;
}

.conta p {

	color: grey;

}

.for {
	float: left;
	width: 55%;
	padding-left: 55px;
}

.conta hr {
	width: 100px;
	background: #00649f;
	height: 5px;
	margin: 10px 0;
}

.wrapp {
	float: left;
	width: 100%;
}

#tabs {
	padding: 20px;
	float: left;
	width: 100%;
	box-shadow: 0 0 10px rgba(0, 0, 0, .3);
	min-height: 250px;
	margin-bottom: 30px;
}

#tabs>ul {
	float: left;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

#tabs>ul li {
	list-style: none;
}

#tabs>ul li {
	margin-left: 40px;
}

#tabs>ul li a {
	color: #262626;
	padding: 10px;
	border-bottom: 4px solid #262626;
	text-decoration: none;
	letter-spacing: 2px;
}

#tabs>div {
	float: left;
	width: 100%;
	margin-top: 20px;
}

#tabs>ul li.ui-tabs-active a {
	color: #fff;
	border-color: #0012ff;
	text-decoration: none;
}

#tabs p {

	color: #6b6b6b;

	margin-bottom: 10px;
	margin-top: 15px;
	line-height: 30px;
}

.class#tabs>ul {
	float: left;
	width: 25%;
}

.class#tabs>div {
	float: left;
	width: calc(75% - 20px);
	padding-left: 20px;
	margin-left: 20px;
	border-left: 1px solid #b0b0b0;
	margin-top: 0;
}

.class#tabs>ul li {
	width: 100%;
	border: 1px solid #ccc;
	float: left;
	box-shadow: 0 0 3px #262626;
	margin: 0;
}

.class#tabs>ul li a {
	float: left;
	border-bottom: none;
	width: 100%;
}

.class#tabs>ul li+li {
	margin-left: 0;
	margin-top: 15px;
}

.new1 {
	margin-top: 30px;
	float: left;
	width: 100%;
}

#tabs h5 {
	color: #4b4949;
	width: 100%;
	text-align: center;
	float: left;
	font-size: 17px;
	margin-top: 15px;
	margin-bottom: 15px;
}

#tabs h2 {
	color: #4b4949;
}

#tabs ul li {
	color: #5a5a5a;
	margin-top: 10px;
	list-style: none;
	margin-bottom: 15px;
}

#tabs ul li ul li {
	list-style: circle;
	display: list-item;
	margin-left: 50px;
}

#tabs h4 {
	color: #0d2d62;
	margin-bottom: 15px;
	margin-top: 15px;
	float: left;
	width: 100%;
}

.nav-1 i {

	margin-right: 3px;

}

#tabs-3 img {
	width: 100%;
}

.solutiontabs ul li.ui-state-active {
	background: #0d2d62;
	color: white;
}

#tabs ul li.ui-state-active a {

	color: #0012ff;

	margin: 0;
}

.solutiontabs ul li.ui-state-active a {
	color: #fff !important;
}

.gal {
	margin-top: 15%;
}

.n-logo.pr-logo li {

	width: 19%;
	margin-left: 0px;


	float: left;
}

.n-logo.pr-logo li+li {
	margin-left: 5px;
}

.n-logo img {

	display: inline-block;
	width: 100%;
	height: 150px;
	-o-object-fit: cover;
	object-fit: cover;
}

.mi ul {
	margin-top: 5px;
	float: left;
	width: 100%;
	margin-bottom: 5px;
}

.mi ul li {
	color: gray;
	width: 100%;
	margin-left: 18px;
	list-style: none;
	line-height: 35px;
}

.mi ul li i {

	position: absolute;
	top: 7px;
	left: -15px;
	font-size: 20px;

}

.mi h2 {

	color: #00649f;
	float: left;
	width: 100%;
	margin-top: 5px;

}

.mi p+p {
	margin-top: 12px;
}

.mi p {
	color: gray;
	text-align: justify;
	margin-top: 10px;
	line-height: 27px;
	float: left;
	width: 100%;
}

.mi h3 {
	color: #00649f;
	margin-top: 10px;
	float: left;
}

.mi h4 {
	color: #132bbd;
	line-height: 40px;
}

.mi {
	float: left;
	width: 70%;

	/*! border-bottom: 1px solid #c1c1c1; */
	padding: 20px 48px 48px 48px;
	/*! box-shadow: 0 2px 5px 0 #c1c1c1; */
	margin-top: 0;
}

.ser {
	float: left;
	width: 100%;
}

.mi img {
	float: right;
	width: 30%;

	padding: 25px;
	position: absolute;
	margin-top: 20%;
}

.mi h1 {

	font-size: 32px;
	color: #00649f;
	width: 100%;
	float: left;
	margin-bottom: 15px;

	text-align: center;
	text-transform: uppercase;
}

.b-box {
	float: left;
	width: 30%;
	border: 1px solid #c5c5c5;
	margin-top: 5%;
	height: 300px;
	margin-bottom: 5%;
	padding-bottom: 20px;
}

.b-box h2 {

	color: white;
	width: 100%;
	display: inline-block;
	text-align: center;
	padding: 25px;
	background: #00649f;
}

.b-box p {

	color: gray;
	text-align: center;
	padding: 20px;
}

.b-box a {

	display: inline-block;
	text-decoration: none;
	color: white;
	margin-top: 15px;
	margin-left: 33.5%;

	padding: 10px;
	background: #00649f;
	border-radius: 5px;
}

.b-box a:hover {

	background: #636363;

}

.b-box:hover {
	border: 1px solid #00649f;
	cursor: pointer;
	box-shadow: 0 0px 7px 1px #00649f;
	transition: 1s;
}

.blo h1 {
	display: inline-block;
	width: 100%;
	text-align: center;
	color: #00649f;
}

.blo {
	float: left;
	width: 100%;

	margin-top: 3%;
}

.b-tab {
	float: left;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin-top: 20px;
	margin-bottom: 20px;
}

.b-tab img {
	float: left;
	width: 33%;
	padding: 5px;
}

.b-box+.b-box {
	margin-left: 50px;
}

.abt img {
	float: left;
	width: 100%;
}

.abt {
	float: left;
	width: 30%;
	padding: 20px 20px 20px 0;
	color: black;
}

.layout img {
	float: left;
	width: 100%;
	margin-top: 50px;
	margin-bottom: 25px;
}

.abt h5 {
	color: gray;
	float: left;
	margin-top: 8px;
}

.abt h4 {
	float: left;
	margin-top: 20px;
	font-size: 20px;
	margin-bottom: 8px;
}

.abt span {
	font-size: 12px;
}

.about-in h3 {

	color: #00649f;
	font-weight: bold;

}

.map {
	float: left;
	margin-top: 20px;
}

.space {
	float: left;
	width: 100%;
	margin-top: 136.5px;
}

b {

	color: #3f3f3f;
	font-weight: bold;

}

.swap {
	float: left;
	width: 100%;
	margin-left: 30px;
}

.drop {

	display: flex;
	justify-content: flex-start;

}

#ger {

	margin-left: 127%;
	float: left;
	width: 210px;

}

#liv {

	width: 210px;
	float: left;

}

.nav-1 ul li:hover ul li ul {

	left: 100%;
	width: 250px;

	top: 0;
	display: none;
}

.nav-1 ul li:hover ul li:hover ul {
	display: block;
}

.fas.fa-chevron-right {

	float: right;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 3px;
}


.layout {
	float: left;
	width: 27%;
	margin-top: 3%;
	margin-bottom: 20px;
}

.layout ul {

	float: left;
	width: 100%;
	box-shadow: 0px 0px 6px 4px #bdbdbd;
}

.layout ul li {

	float: left;
	padding: 10px 10px 10px 15px;
	width: 100%;
	border-bottom: 1px solid white !important;
	background: #00649f;
	list-style: none;
}

.layout ul li a {

	color: white;
	text-decoration: none;
	font-size: 14px;
	text-transform: uppercase;
}

.layout ul li:hover {

	background: #eaeaea;

}

.layout ul li:hover a {

	color: #00649f;
}

.lines {
	display: none;
}

#long {
	float: left;
	width: 100%;
	margin-top: 20%;
}

.testimonial-sec {
	padding: 40px 0;
	width: 100%;
	float: left;
	color: #000;
}

.testimonial-sec h2 {
	text-align: center;
	color: #000;
	text-transform: uppercase;
}

.testrow {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: wrap;
	float: left;
	width: 100%;
	margin-top: 30px;
}

.testrow p {
	color: #535353;
	padding: 10px;
	text-align: justify;
	margin-top: 10px;
}

.test-col {
	flex-basis: 46%;
	float: left;
}

.testVideowrap {
	background-color: #fff;
	padding: 40px;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}







































@media (max-width: 767px) {

	.testrow {
		flex-direction: column;
	}

	.test-col {
		flex-basis: 100%;
		float: left;
	}

	.container {
		width: 90%;
	}

	header.fixed {
		position: fixed;
		width: 100%;
		z-index: 1000;
		transition: .2s;
		top: 0;
		left: 0;
		background: white;
	}

	header.fixed .logo {
		width: 25%;
		float: left;
		padding: 10px;
	}

	header.fixed #nav-icon1 {
		top: -42px;
	}

	header.fixed .back {
		padding: 4px;
		margin-top: 0px;
	}

	.logo {
		width: 100px;
		-webkit-transform: translate(0);
		transform: translate(0)
	}

	.logo img {
		-webkit-transform: translate(0);
		transform: translate(0);
		padding: 10px;
	}

	.nav-1 {
		display: none;
	}

	.lines {
		display: block;
	}

	.tab {
		margin-left: 0;
	}

	#nav-icon1 {
		width: 30px;
		height: 20px;
		position: relative;
		/*! margin: 50px auto; */
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
		transition: .5s ease-in-out;
		cursor: pointer;
		top: -42px;
		right: 5px;
		z-index: 9999;
		float: right;
	}

	.none {
		display: none;
	}

	#nav-icon1 span {
		display: block;
		position: absolute;
		height: 4px;
		width: 30px;
		background: #d3531a;
		border-radius: 5px;
		opacity: 1;
		left: 0;
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
		transition: .25s ease-in-out;
	}

	#nav-icon1 span:nth-child(1) {
		top: 0px;
	}

	#nav-icon1 span:nth-child(2) {
		top: 8px;
	}

	#nav-icon1 span:nth-child(3) {
		top: 16px;
	}

	#nav-icon1.clicked span:nth-child(1) {
		top: 8px;
		-webkit-transform: rotate(135deg);
		transform: rotate(135deg);
	}

	#nav-icon1.clicked span:nth-child(2) {
		opacity: 0;
		left: -60px;
	}

	#nav-icon1.clicked span:nth-child(3) {
		top: 8px;
		-webkit-transform: rotate(-135deg);
		transform: rotate(-135deg);
	}

	.nav.nav-show ul li a {
		color: white;
		text-decoration: none;
		font-size: 10px;
		margin-top: 10px;
		width: 100%;
		text-align: right;
		float: right;
		width: 100%;
	}

	.nav.nav-show ul li {
		list-style: none;
		float: right;
		width: 100%;
	}

	body.nav-show header {
		right: 200px;
		left: -100px;
	}

	.nav ul li ul.show {
		display: block;
		float: left;
		margin-top: 5px;
		background: #ffffff;
		padding: 5px;
	}

	.nav {
		position: fixed;
		top: 0;
		right: -210px;
		bottom: 0;
		width: 200px;
		padding: 15px;
		background-color: #0d2d62;
		transition: .4s;
		list-style: none;
	}

	.nav.nav-show {
		right: 0;
		padding-top: 15%;
		overflow: scroll;
	}

	.nav span {
		position: absolute;
		right: 0;
		right: -173px;
		top: 19px;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}

	.logo {
		width: 100px;
		float: left;
		position: relative;
		border-right: 0;
		box-shadow: none;
		padding: 0;
	}

	.nav ul li ul li ul.sub-menu.show {

		display: block;
		-webkit-transform: scale(1);
		transform: scale(1);

		background: #e6e6e6;
		width: 100%;
	}


	.nav ul li .hun {

		width: 100%;
		margin-left: 0px;
		z-index: 9999;

	}

	.nav ul li ul li ul.sub-menu {
		left: 0;
		top: 100%;
	}

	.nav ul li ul li {

		margin: 0;
		text-align: right;

	}

	.nav ul li ul li ul.sub-menu a {

		font-size: 12px;
		text-align: right;
		background: #e6e6e6;

	}

	.nav ul li:hover ul li {
		display: inline-block;
	}

	.nav ul li ul {
		position: relative;
		top: 0;
		display: none;
	}

	.nav ul li:hover ul li {
		float: none;
	}

	.nav ul {
		margin-right: 0;
		float: right;
	}

	i.fas.fa-sort-down {
		position: absolute;
		left: 15px;
	}

	i.fas.fa-chevron-down {
		position: absolute;
		left: 1px;
		margin-top: 3px;
	}

	.nav.nav-show ul li ul li a {
		color: #0d2d62;
	}

	.nav ul.apn.show {
		background: #e8e8e8;
	}

	.wrap {
		float: left;
		width: 50%;
	}

	.icons {
		display: none;
	}

	.icons2 {
		float: right;
		padding: 5px;
		margin-top: 0;
	}

	.icons2 ul li a {
		font-size: 12px;
	}

	.logo:before {
		display: none;
	}

	.icons2 ul li {
		width: 100%;
	}

	.blue a {
		font-size: 12px;
		display: none;
	}

	.icons2 li+li {
		margin-left: 0;
	}

	.h-top {
		margin-top: 0;
	}

	.banner {
		margin-top: 75px;
	}


	.banner img {
		float: left;
		width: 100%;
		-o-object-fit: cover;
		object-fit: cover;
		height: 50vh;
	}

	.abd h1 {
		font-size: 16px;
		padding: 10px;
		margin-top: 20%;
	}

	.scope {
		width: 100%;
	}

	.scope img {
		position: absolute;
		float: left;
		width: 100%;
		top: 0;
		margin-top: 150px;
		left: 0;
	}

	.scope p {
		position: relative;
	}

	.doc {
		float: left;
		width: 100%;
	}

	.scope a {
		float: left;
		width: 100%;
		margin-top: 10px;
		margin-bottom: 10px;
	}

	.scope p {
		color: #535353;
		position: relative;
		float: left;
		width: 100%;
		margin-top: 10px;
		font-size: 14px;
		line-height: 23px;
		text-align: justify;
	}

	.doc img {
		margin-left: 0;
	}

	.services {
		float: left;
		width: 100%;
		/* position: relative; */
		display: inline-block;
	}

	.s1 {
		float: left;
		width: 100%;
		position: relative;
	}

	.s2 {

		float: left;
		width: 100%;
		padding: 10px;
	}

	.box {
		padding: 10px;
	}

	.box h2 {
		margin-top: 10px;
		font-size: 16px;
	}

	.box1 img {
		width: 50px;
		height: 50px;
	}

	.boxs {
		margin-top: 10px;
	}

	.box h3 {
		font-size: 13px;
	}

	.s1 {
		padding: 10px;
	}

	.box a {
		font-size: 14px;
		margin-top: 15px;
	}

	.s2 h2 {
		font-size: 16px;
	}

	.live p {
		font-size: 13px;
		line-height: 25px;
	}

	.live h3 {
		font-size: 14px;
	}

	.live img {
		margin-top: 20px;
	}

	.live a {
		font-size: 13px;
	}

	.hosp {
		float: left;
		width: 100%;
	}

	.fort {
		float: left;
		width: 100%;
	}

	.fort img {
		margin: 0;
		float: left;
		width: 100%;
	}

	.hosp h1 {
		font-size: 18px;
	}

	.hosp h2 {
		font-size: 14px;
		margin-top: 10px;
	}

	.con1 {
		float: left;
		width: 100%;
		padding: 0;
	}

	.con2 {
		float: left;
		width: 100%;
		padding: 0;
	}

	.con3 {
		float: left;
		width: 100%;
		padding: 0;
	}

	.con1 ul li {
		font-size: 13px;
	}

	.con1 h2 {
		margin-top: 10px;
		font-size: 16px;
	}

	.con2 h2 {
		font-size: 16px;
		margin-top: 10px;
	}

	.con3 h2 {
		font-size: 16px;
		margin-top: 10px;
	}

	header.fixed .logo {
		padding: 0;
	}

	.con3 .elements {
		line-height: 15px;
		margin-top: 0;
	}

	.con3 .elements input[type="radio"]~label:before,
	.con3 .elements input[type="radio"]~label:after {
		top: 0;
	}

	.con3 .elements input[type="radio"]~label {
		font-size: 15px;
	}

	input[type=submit] {
		padding: 12px 20px;
	}

	.dot h3 {
		float: left;
		margin-top: 10px;
	}

	.banners img {
		margin-top: 75px;
	}

	.about-in {
		margin: 0;
		padding: 5px;
	}

	.about-in h1 {
		font-size: 16px;
		margin-bottom: 10px;
	}

	.abt {
		float: left;
		width: 100%;
		padding: 0;
	}

	.abt h4 {
		float: left;
		margin-top: 15px;
		font-size: 16px;
		margin-bottom: 5px;
	}

	.abt h5 {
		color: gray;
		float: left;
		margin-top: 5px;
		font-size: 13px;
	}

	.about-in p {
		color: grey;
		margin-top: 20px;
		text-align: justify;
		float: left;
		line-height: 20px;
		font-size: 12px;
		width: 100%;
	}

	.about-in h3 {
		color: #00649f;
		font-weight: bold;
		float: left;
		width: 100%;
		margin-top: 10px;
	}

	.achieve {
		width: 100%;
	}

	.ach {
		padding: 10px;
		margin-bottom: 0;
	}

	.ment {
		width: 100%;
	}

	.ment h1 {
		margin-top: 10px;
		font-size: 16px;
	}

	.ment ul li {
		list-style: none;
		font-size: 14px;
		color: #2a2a27;
		line-height: 35px;
	}

	.ment ul {
		margin-top: 10px;
	}

	.dot a {
		font-size: 13px;
	}

	.dot h4 {

		font-size: 12px;
	}

	.banners h1 {
		position: absolute;
		left: 0;
		top: calc(100% - 53%);
		color: white;
		width: 100%;
		padding-left: 10%;
		font-size: 20px;
	}

	.ser {
		float: left;
		width: 100%;
		padding: 10px;
	}

	.mi {
		float: left;
		width: 100%;
		padding: 0;
		margin: 0;
	}

	.mi h3 {
		font-size: 14px;
	}

	.mi p {
		color: gray;
		text-align: justify;
		margin-top: 5px;
		line-height: 20px;
		font-size: 12px;
		float: left;
		width: 100%;
	}


	.mi ul li {
		color: gray;
		width: 100%;
		margin-left: 18px;
		list-style: none;
		position: relative;
		line-height: 25px;
		font-size: 12px;
	}

	.mi ul li i {
		position: absolute;
		top: 5px;
		left: -14px;
		font-size: 15px;
	}

	.layout {
		width: 100%;
	}

	.layout img {
		float: left;
		width: 100%;
		margin-top: 20px;
		margin-bottom: 10px;
	}

	.mi h2 {
		font-size: 16px;
	}

	.b-box {
		width: 100%;
		height: 200px;
	}

	.blo h1 {
		font-size: 18px;
	}

	.b-box h2 {
		padding: 15px;
		font-size: 16px;
	}

	.b-box p {
		padding: 10px;
		font-size: 13px;
	}

	.b-box a {
		padding: 5px;
		font-size: 12px;
		margin-left: 40%;
	}

	.for {
		float: left;
		width: 100%;
		padding-left: 0;
		margin-top: 20%;
	}

	label {
		font-size: 14px;
	}

	input[type=text],
	select,
	textarea {
		margin-top: 0px;
		margin-bottom: 8px;
	}

	.conta {
		width: 100%;
	}

	.conta h1 {
		font-size: 16px;
	}

	.conta h3 {
		font-size: 15px;
	}

	.conta p {
		font-size: 14px;
	}

	iframe {
		width: 100%;
		float: left;
		margin-bottom: 15px;
	}

	.map {
		float: left;
		margin-top: 20px;
		width: 100%;
	}

	#tabs>ul {
		margin-top: 8%;
	}

	#tabs>ul li a {
		font-size: 10px;
	}

	#tabs>ul li {
		margin-left: 5px;
	}

	#tabs ul li.ui-state-active a {
		font-size: 15px;
	}

	.con2 ul li {
		font-size: 13px;
	}

	.swap {
		margin-left: 0;
	}

	.layout ul li a {
		font-size: 13px;
	}

	.layout {
		margin-top: 5%;
	}

	.mi h1 {
		font-size: 17px;
	}

	.for h3 {
		font-size: 20px;
	}

	#dum {
		display: none;
	}





































}