* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
}
@font-face {
  font-family: "antipastoregular";
  src: url("../fonts/antipasto_regular-webfont.woff2")
      format("woff2"),
    url("../fonts/antipasto_regular-webfont.woff")
      format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "antipastoextralight";
  src: url("../fonts/antipasto_extralight-webfont.woff2")
      format("woff2"),
    url("../fonts/antipasto_extralight-webfont.woff")
      format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "antipastoextrabold";
  src: url("../fonts/antipasto_extrabold-webfont.woff2")
      format("woff2"),
    url("../fonts/antipasto_extrabold-webfont.woff")
      format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
    font-family: "Abuget";
    src: url("../fonts/Abuget.eot");
    src: url("../fonts/Abuget.eot?#iefix") format("embedded-opentype"),
        url("../fonts/Abuget.woff2") format("woff2"),
        url("../fonts/Abuget.woff") format("woff"),
        url("../fonts/Abuget.svg#Abuget") format("svg");
    font-weight: normal;
    font-style: normal;
}
body {
  background-color: rgba(234, 234, 234, .25);
	font-family:  "Open Sans";
}
h1,
h2,
h3,
h4,
h5,
h6 {
 color:#37517e;
	font-family: antipastoregular;
	letter-spacing: .15rem;
	}
h2{
	font-size:32px;
	padding-bottom: 25px;
}
h3{
	font-size:28px;
}
h4{
	font-size:22px;
}
#portal, #about,  #contact{
	box-shadow: 0px 21px 13px -21px rgba(0,0,0,.45);
}
#services, #testimonials{
	box-shadow: 0px 21px 13px -21px rgba(0,0,0,.45);
	position: relative;
	z-index: 2;
}
.copyright{
	box-shadow: 0px 21px 13px -21px rgba(0,0,0,.45) inset;
}
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: 0.6s;
  padding: 10px 10px;
  background: rgba(0, 0, 0, 0);
  z-index: 10;
}
header.sticky {
  padding: 10px 10px;
  background-color: rgba(61, 77, 106, 0.9);
 /* background: rgba(255, 236, 204, 0.8);*/
}
header.sticky ul li a,
header.sticky .logo {
  color: #fff;
}
.logo, .logo2 {
  display: flex;
  align-items: center;
  font-weight: 700;
  color: rgba(39, 170, 225, 1);
  text-decoration: none;
  font-size: 1.85em;
  font-family: antipastoextralight;
	letter-spacing: .1rem;
}
.sml {
  /*-webkit-transition: opacity 6s ease;*/
}
.btn {
  background: rgba(239, 0, 139, 1);
  border-radius: 50px;
  transition: 0.3s;
  color: #fff;
  font-weight: bold;
  font-size: 1.05rem;
  text-decoration: none;
  padding: 0px 30px;
}
.btn2 {
  background: rgba(239, 0, 139, 1);
  border-radius: 50px;
  transition: 0.3s;
  color: #fff;
  font-weight: bold;
font-size: 1.15rem;
  text-decoration: none;
  padding: 10px 30px;
}
.btn3 {
  background: rgba(239, 0, 139, 1);
  border-radius: 50px;
  transition: 0.3s;
  color: #fff;
  font-weight: bold;
font-size: 1.15rem;
  text-decoration: none;
  padding: 10px 30px;
	border: none;
}
.btn:hover, .btn:focus:hover, .btn2:hover, .btn2:focus:hover{
  color:rgba(255,255,255,1.00);
  background:rgba(255, 128, 202, 1.0);
}
.btn3:hover, .btn3:focus:hover{
  color:rgba(255,255,255,1.00);
  background:rgba(255, 128, 202, 1.0);
	cursor: pointer;
}
.logo2{
  display:none;
}
header ul {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
header ul li {
  position: relative;
  list-style: none;
}
header ul li a {
  position: relative;
  padding: 0 10px;
  text-decoration: none;
  color: #000;
font-size:1.15rem;
  transition: 0.6s;
  display: block;
  height: 35px;
  line-height: 35px;
}
header nav ul li a:hover,
header nav ul li a.active {
  color:rgba(255, 128, 202, 1.0);
}
.menuToggle {
  position: absolute;
  top: 5px;
  right: 20px;
  width: 50px;
  height: 50px;
  background: url("../img/menu.svg");
  filter: invert(63%) sepia(75%) saturate(2513%) hue-rotate(165deg) brightness(93%) contrast(88%);
  z-index: 2;
  background-size: 50px;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  transition: 0.6s;
  display: none;
}
header.sticky .menuToggle {
  /*filter: invert(1);*/
}
.menuToggle.active {
  background: url("../img/close.svg");
  z-index: 3;
  background-size: 35px;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}

.logo2 .on {
  display: inline-block;
}
.logo2 .off {
  display: none;
}
#hero {
  padding-top: 150px;
  background: rgba(255, 247, 233, 1);
	height: 100vh;
	min-height:650px;
}
#about,
#contact, .copyright {
  background-color: rgba(255, 255, 255, 1);
}
.navigation ul li a{
  font-family:"Poppins", sans serif;
}
/*--------------------------------*/
.hero h1 {
  margin: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
}
h3{
	font-weight: 700;
	font-size: 28px;
}
.hero p {
  color:rgba(81,118,183,1.0);
	font-weight:600;
}
.container{
	width:100%;
	height: 80vh;
	min-height: 650px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.hmain{
	margin: 0 auto;
	width:90%;
	align-self: center;
	max-width: 1600px;
}
.hright{
	float:right;
	width:50%;
	text-align: right;
}
.hleft{
	float:left;
	width:50%;
}
.clear{
	clear: both;
}
.space{
	padding-top: 5px;
}
.wrap{
	white-space: nowrap;
}
.hero .animated {
  animation: up-down 2s ease-in-out infinite alternate-reverse both;
}
@keyframes up-down {
  0% {
    transform: translateY(10px);
  }

  100% {
    transform: translateY(-10px);
  }
}
#portal{
	background-image: url("../img/stethoscope1.jpg");
	background-position: top;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	position:relative;
}
.pcon{
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	padding:100px 0;
	background: rgba(61, 77, 106, 0.75);
	color: rgba(255,255,255,1.00);
}
.pcon h3{
	color:rgba(255,255,255,1.00);
}
.psub{
	width: 90%;
	margin: 0 auto;
	align-self: center;
	display: flex;
}
.pdesc{
	float: left;
	width: 65%;
}
.ppbtn{
	float: right;
	width: 34%;
	display: block;
	margin:auto;
	height: 100%;
	text-align: center;
}
.pbtn {
  border-radius: 50px;
  transition: 0.3s;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  padding: 20px 50px;
	border: 4px solid rgba(255,255,255,1.00);
}
.pbtn:hover, .pbtn:focus:hover{
  color:rgba(255,255,255,1.00);
  background:rgba(255,255,255,0.1);
	border: 4px solid rgba(255, 128, 202, 1.0);
}
.pul{
	padding:10px 0 0 30px;
	list-style: none;
}
.pul li:before{
	content: '✓ ';
}
/*--------Services--------*/
.servul {
padding-left:4%;
	list-style: none;
	text-align: center;
}
.servul li{
width:32%;
	float: left;
border-bottom:1px solid rgba(0,0,0,.15);
	line-height: 2em;
	text-align: center;
}
/*.servul li:before{
	content: '• ';
}*/
.servul li:hover{
	color:rgba(39, 170, 225, 1);
	cursor: pointer;
}
.servcon{
	width: 90%;
	margin: 0 auto;
	padding:70px 0 0 0;
	text-align: center;
}
.sectioncontain{
	font-size:1.025rem;
}
.ccon{
	width: 100%;
	margin:0 auto;
	padding: 70px 0;
}
.con h2{
	text-align: center;
}
.subcontain{
	width: 95%;
	margin:0 auto;
	padding: 70px 0;
}
.subcontain2{
	width: 100%;
	margin:0 auto;
	padding: 70px 0 25px 0;
}
.acon h2 {
	text-align: center;
}
.copyright{
	text-align: center;
	height: 50px;
}
.cadj{
	padding-top:8px;
}
.sitename{
	font-family: antipastoextralight;
	font-size: 1.75rem;
	text-decoration: none;
	color:rgba(39, 170, 225, 1);
	font-weight: bold;
	letter-spacing: .04em;
}
.sitename2{
	font-family: antipastoregular;
	font-size: 1.75rem;
	text-decoration: none;
	color:rgba(39, 170, 225, 1);
}
.sml2{
	height: 18px;
}
.contact{
	text-decoration: none;
	color: #000;
}
.contact2{
	text-decoration: none;
	color: #000;
}
.links ul li a{
	text-decoration: none;
	color:#000;
}
.links ul li{
	list-style: none;
}
.links ul li a:hover{
	text-decoration: none;
	color:rgba(39, 170, 225, 1);
}
.businfo, .links, .social, .friends{
	width:33%;
	float: left;
}
.links, .social{
	padding-top:15px;
	padding-left: 9%;
}
.indent{
	padding-left: 5px;
	padding-top: 8px;
}
a.contact:hover, a.contact2:hover{
	color:rgba(39, 170, 225, 1);
}
a.contact2{
	color:rgba(81,118,183,1.0);
}
.soc{
	height:35px;
	font-size: 30px;
	/*padding-bottom: 75px;*/
}
.soc2{
	font-family: Abuget;
	font-weight: normal;
	font-style: normal;
	font-size:48px;
}
.ico{
	width: 100%;
	padding-bottom: 50px;
}
.icon{
width:150px;
	display: inline-block;
}
.iconset{
	width: 25%;
	float: left;
	margin: auto;
}
.testimonials {
    list-style-type: none;
}
.lstyle{
	 font-family: "Whisper", cursive;
  font-weight: 400;
  font-style: normal;
	font-size:28px;
}
.testblock{
	padding: 10px  0;
	border: 1px solid transparent; 
            box-shadow: 0 4px 4px -4px rgba(0, 0, 0, 0.2);
	text-align: center;
}
.rufio{
	padding:0 2%;
}
.rufio:nth-child(odd){
			background-color: rgba(255,255,255,1.0);
		}
.moret{
	text-align: center;
	padding-top: 25px;
}
.moret a{
	text-decoration: none;
	font-family: antipastoregular;
	font-weight:600;
	letter-spacing: .05em;
	font-size: 21px;
	color: rgba(55, 81, 126, 1);
}
.moret a:hover{
	color:rgba(39, 170, 225, 1);
}
.subcon{
	width: 90%;
	margin: 0 auto;
}
.conr, .conl{
	float: left;
	width: 50%;
}
.conl{
	line-height: 2.25em;
}
.conr{
padding-left: 4%;
}
.con{
	padding-bottom: 25px;
}
.form-control{
	width:100%;
	line-height: 1.5;
	font-size: 16px;
	padding: 10px 15px;
	margin-bottom: 15px;
	border-radius: 15px;
	font-family: "Open Sans";
	border: 4px solid rgba(55, 81, 126, 1.0);
}
.error{background-color: rgba(239, 0, 139, 1);padding: 5px 10px;color: #FFFFFF;border-radius: 50px;}
.success{background-color: rgba(5,145,66,1);padding: 5px 10px;color: #FFFFFF;border-radius: 50px;}
.inform{color: rgba(239, 0, 139, 1);padding-left:5px;}
#mail-status{
	border-radius: 50px;
	color: #fff;
	font-weight: bold;
	font-size: 1.15rem;
	text-decoration: none;
	margin-top: 10px;
}
/*---------About-------------*/
.left{
	float: left;
	width: 50%;
	margin: 0 auto;
	line-height: 1.75em;
}
.right{
	float: right;
	width: 45%;
	margin: 0 auto;
	box-sizing: border-box;
	padding:4% 0 4%  5%;
	border-left: 1px solid rgba(218,218,218,0.75);
	box-shadow: -25px 0px 20px -20px rgba(55,81,126,0.75);
	border-radius: 47px;
}
.wte{
	list-style-type: none;
}
.wte li{
	line-height: 1.75em;
	float:left;
	width: 50%;
}

.wtb{
	display: inline-block;
	text-align: center;
}
.wtb3 .wtb:nth-child(n+2){
	padding-left:20px;
}
.svg1{
	width:120px;
	height: 120px;
	fill: rgba(255, 128, 202, 1.0);
}
.pad{
	padding-top: 25px;
}
.services{
	box-shadow: 0px 21px 13px -21px rgba(0,0,0,0.45);
}
.other{
	background-color: rgba(255,255,255,1.00);
	width: 90%;
	margin: 0 auto;
	box-shadow: 0px -21px 46px -27px rgba(0,0,0,0.22);
	text-align: center;
	padding-bottom: 70px;
}
.other h2{
	padding-top:25px;
}
.buttons{
	display: inline-block;
}
.space .buttons:last-child{
	padding-left: 10px;
}
.show{
	display: contents;
}
.space2 p, .space3 p{
	font-size:18px;
}
.space3{
	padding-top: 18px;
}
.conr h2{
	display: none;
}
/*-----Mobile----*/
@media screen and (max-width: 1230px) {
  header, header.sticky {
	  background: rgba(255, 247, 233, 1);
}
	header.sticky ul li a,
header.sticky .logo {
  color: #000;
}
	header.sticky{
		box-shadow: rgba(0, 0, 0, 0.45) 0px 2px 10px 0px;
	}
	header.sticky .btn {
  color: #fff;
}
  .logo {
    display:none;
  }
  .logo2{
    display:flex;
	  padding-left: 10px;
  }
  .menuToggle {
    display: block;
  }
  header nav {
    /*display: none;*/
    position: absolute;
    top: 60px;
    left: -100%;
    width: 100%;
    height: 100vh;
    background: #fff;
    transition: 0.6s;
  }
  header ul li a {
    color: #000;
  }

  header nav.active {
    left: 0;
  }
  header nav ul {
    display: block;
    text-align: center;
  }
  header nav ul li a {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  }
}
@media screen and (max-width: 1108px){
	.hleft{
		float: none;
		width: 100%;
		display: inline-block;
		text-align: center;
		min-height: 400px;
	}
	.hright{
		float: none;
		width:100%;
		min-height: 250px;
		display: inline-block;
		text-align: center;
		padding-bottom: 50px;
	}
	.hright img{
		height: 250px;
	}
	#portal{
		background-attachment: scroll;
	}
	#hero{
		padding-top: 75px;
		height:100%;
		min-height:100%;
	}
	.container{
		height:100%;
	}

}
@media screen and (max-width:490px){
		.buttons{
		display: block;
	}
	.space .buttons:last-child{
		padding: 35px 0;
	}
	.logo2 p{
		display:none;
	}
}
@media screen and (max-width:736px){
	.pdesc, .ppbtn{
		float: none;
		width: 100%;
		display: inline-block;
		text-align: center;
	}
	.pul{
		padding:10px 0 0 0;
	}
	.psub{
		display: block;
	}
	.ppbtn{
		padding-top: 50px;
	}
}
@media screen and (max-width:1120px){
	.iconset{
		width:50%;
	}
	.ico .iconset:nth-child(n+3){
		padding-top: 25px;
	}
}
@media screen and (max-width:1191px){
	.servul li{
		width:50%;
	}
	.servul{
		padding:0 2%;
	}
}
@media screen and (max-width:769px){
	.servul li{
		width:100%;
		float:none;
	}
}
@media screen and (max-width:545px){
	.iconset{
		width: 100%;
		float: none;
	}
	.ico .iconset:nth-child(n+2){
		padding-top: 25px;
	}
}
@media screen and (max-width:282px){
	.pbtn{
		padding:5px 25px;
	}
	.ppbtn{
		padding-top: 15px;
	}
	.btn2{
		padding:10px;
	}
}
@media screen and (max-width:1186px){
	.wtb3 .wtb:nth-child(2){
	padding-left:20px;
		padding-right: 20px;

}
	.wtb3 .wtb:nth-child(3){
	padding-left:0;

}
}
@media screen and (max-width:1020px){
	.wte li{
		float:none;
		width:100%;
	}
	.wtb{
		width: 100%;
		text-align: left;
		padding:10px 0 0 0;
	}
		.wtb3 .wtb:nth-child(2){
	padding-left:0px;
		padding-right: 0px;

}
}
@media screen and (max-width:934px){
	.left, .right{
		float: none;
		width: 95%;
		margin:0 auto;
	}
	.right{
		text-align: center;
		padding:25px 0 0 0;
	border-left:none;
	box-shadow: none;
	border-radius: 0;
	}
	.left h3{
		text-align: center;
	}
	.wtb{
		width:32.9%;
		text-align: center;
	}
	.conl, .conr{
		float: none;
		width: 100%;
		text-align: center;
	}
	.conr{
		padding: 0;
	}
	.conl{

	}
	.con{
		padding: 0;
	}
	.conr h2{
		display: block;
		padding-top: 25px;
	}
	.btn3{
		width: 75%;
	}
	.businfo, .links, .social{
		float:none;
		width:100%;
		text-align: center;
	}
	.links, .social{
		padding-left: 0;
	}
	.links ul li i{
		display:none;
	}
	.indent{
		padding-left: 0;
	}
	.indent, .links ul{
		font-size: 21px;
	}
	.sitename2{
		font-size: 2.5rem;
	}
	.links h4, .social h4{
		font-size: 28px;
	}
	.soc{
		font-size: 48px;
	}
	.space2 p{
	font-size:21px;
}
.space3{
	padding-top: 15px;
}
.space3 p{
	font-size: 21px;
}
}
@media screen and (max-width:720px){
.wtb{
	width:100%;
}
	.hleft h1 .wrap{
		white-space: normal;
	}
}
@media screen and (max-width:385px){
	.sitename2{
		font-size: 1.75rem;
	}
	.links h4, .social h4{
		font-size: 21px;
	}
	.indent, .links ul{
		font-size: 16px;
	}
	.space2 p, .space3 p{
		font-size: 16px;
	}
}
@media screen and (max-width:330px){
	.hright img{
		height:125px;
	}
	.hright{
		min-height: 125px;
		padding-bottom: 10px;
	}
}
