@font-face {
  font-family: myFirstFont;
  src: url(../fonts/Kanit-Light.ttf);
}

div {
  font-family: myFirstFont;
}
a {
  text-decoration: none !important;
}
.header-box{
background: rgb(7,199,255);
background: linear-gradient(90deg, rgba(7,199,255,1) 0%, rgba(0,138,255,1) 100%);
	 padding:10px; 
}
.shadow{
	box-shadow: 0px 0.8px #e2e2e2;
}
.search{
border: 1px solid white;
border-radius: 15px;
height:40px;
}
form.search input[type=text] {
  padding: 0px 10px;
  font-size: 16px;
  color: #fff;
  float: left;
  width: 80%;
  height:40px;
  background-color:transparent;
  border: 0px solid white;
  border-radius: 15px;
}
form.search :focus, input:focus{
    outline: none;
}
form.search button {
  float: left;
  width: 20%;
  padding: 0px 0px;
  background-color:transparent;
  color: white;
  font-size: 16px;
  border-left: none;
  cursor: pointer;
  border: 0px solid white;
}

form.search button:hover {
  color: #CCC;
}
form.search::after {
  content: "";
  clear: both;
  display: table;
}
form.search ::placeholder {
  color: #D8D8D8;
  opacity: 0.7;
}
form.search :-ms-input-placeholder { /* Internet Explorer 10-11 */
 color: #D8D8D8;
 opacity: 0.7;
}
form.search ::-ms-input-placeholder { /* Microsoft Edge */
 color: #D8D8D8;
 opacity: 0.7;
}
.fa {
  font-size: 20px;
  padding:8px;
  width:30px;
  height:30px;
  text-align: center;
  text-decoration: none;
  border-radius: 50%;
  margin:0px 3px;
}

.fa:hover {
    opacity: 0.7;
}

.fa-facebook {
  background: #3B5998;
  color: white;
}
.fa-twitter {
  background: #55ACEE;
  color: white;
}
.fa-youtube {
  background: #bb0000;
  color: white;
}
.link-head a{
	font-size: 12px;
	color:#fff;
	padding:0px 8px 0px 0px;
	text-decoration: none;
}
.link-head a:hover {
	opacity: 0.7;
}
.link-th img {
  width:20px;
  height:20px;
  margin:10px 0px;
}
.link-th a{
	padding:0px 15px 0px 0px;
	color:#555555;
}
.link-th a:hover {
	opacity: 0.7;
}
.about{
	background-image:url("../images/5367468.png");
    background-repeat: no-repeat;
	padding:30px;
	height: 100%;
	 background-size: cover;
}
p a{
	color:#677d34;
}
p a:hover {
	opacity: 0.7;
}
.green{
	color:#2cccc4;
}
.sky{
	color:#478cd0;
}
.btn-green{color:#fff;background: rgb(103,125,52);
background: linear-gradient(90deg, rgba(103,125,52,1) 0%, rgba(167,169,122,1) 100%); border-radius:50px;
font-size:14px;}
.btn-green:hover{color:#fff; background-color:#0FF;}
.btn-green.focus,.btn-green:focus{box-shadow:0 0 0 .2rem rgba(40,167,69,.5)}
.btn-menu{color:#fff;background: rgb(71,138,201);
background: linear-gradient(90deg, rgba(71,138,201,1) 0%, rgba(44,204,196,1) 100%); border-radius:50px; width:100%}
.btn-menu:hover{color:#fff; opacity: 0.7;}
.btn-menu.focus,.btn-menu:focus{box-shadow:0 0 0 .2rem rgba(40,167,69,.5)}
.logo {padding:5px;}
.line-red {
  background: rgb(180,58,58);
background: linear-gradient(90deg, rgba(180,58,58,1) 0%, rgba(252,69,69,1) 100%);
  width: 100%;
  height: 2px;
  margin: 30px auto;
  transition: all 0.5s;
}
/* 
---------------------------------------------
Features Style
--------------------------------------------- 
*/

#features {
  padding-top: 130px;
}

.features .features-content {
  z-index: 2;
  position: relative;
  background-color: #fff;
  border-radius: 50px;
  box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
}

.features-item {
  text-align: center;
  padding: 30px;
  border-radius: 50px;
  background: rgb(255,255,255);
  background: linear-gradient(105deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 100%);
  transition: background-color .5s;
  -webkit-transition: background-color .5s;
  -o-transition: background-color .5s;
  -moz-transition: background-color .5s;
}

.features-item:hover {
background: rgb(71,140,208);
background: linear-gradient(0deg, rgba(71,140,208,1) 0%, rgba(0,138,255,1) 100%);
}

.features-item:hover h4 {
  color: #fff;
}

.features-item:hover p {
  color: #fff;
}

.features-item:hover .line-dec {
  background-color: rgba(255,255,255,0.3);
}

.first-feature:hover .icon {
  background-image: url(../images/phar-icon-white-01.png);
}

.second-feature:hover .icon {
  background-image: url(../images/phar-icon-white-02.png);
}
.third-feature:hover .icon {
  background-image: url(../images/phar-icon-white-03.png);
}
.four-feature:hover .icon {
  background-image: url(../images/phar-icon-white-04.png);
}

.features-item .number h6 {
  background-repeat: no-repeat;
  width: 110px;
  height: 69px;
  color: #fff;
  margin-left: auto;
  margin-right: auto;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  line-height: 69px;
  margin-top: -65px;
  margin-bottom: 30px;
}

.features-item .first-number h6 {
  background-image: url(../images/features-number-01.png);
}

.features-item .second-number h6 {
  background-image: url(../images/features-number-02.png);
}

.features-item .third-number h6 {
  background-image: url(../images/features-number-03.png);
}

.features-item .fourth-number h6 {
  background-image: url(../images/features-number-04.png);
}

.first-feature .icon {
  background-image: url(../images/phar-icon-black-01.png);
}

.second-feature .icon {
  background-image: url(../images/phar-icon-black-02.png);
}
.third-feature .icon {
  background-image: url(../images/phar-icon-black-03.png);
}
.four-feature .icon {
  background-image: url(../images/phar-icon-black-04.png);
}
.features-item .icon {
  width: 63px;
  height: 63px;
  margin: 0 auto;
  transition: all 0.5s;
}

.features-item h4 {
  margin-left: 15px;
  margin-right: 15px;
  margin-top: 30px;
  font-size: 16px;
  line-height: 30px;
  font-weight: 700;
  color: #2a2a2a;
  position: relative;
  transition: all 0.5s;
}

.features-item .line-dec {
  width: 100px;
  height: 2px;
  background-color: rgba(51,204,197,0.3);
  margin: 30px auto;
  transition: all 0.5s;
}

.features-item p {
  position: relative;
  margin-top: 0px;
  transition: all 0.5s;
}
.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

.new p {
	color:#000;
}
.new span {
	color:#0e8188;
	font-size:12px;
}
.news a{
	color:#000;
}
.news a:hover {
	color:#2cccc4;
}
.img {
	width:150px;
	height:auto;
	border:solid 4px #2cccc4;
}
.btn-news {
  color: #fff;
  background: rgb(71,140,208);
background: linear-gradient(0deg, rgba(71,140,208,1) 0%, rgba(0,138,255,1) 100%);
  border-radius:10px;
}
.btn-news:hover {
  color: #fff;
opacity: 0.7;
  border-radius:10px;
}
.event{
	background-image:url(../images/deegree11.png);
	width:100%;
    background-repeat: no-repeat;
	padding:55px 0px 0px 110px;
}
.event a{
	color:#677d34;
}
.event a:hover {
	opacity: 0.7;
}
.event-title{
	background-color:#2cccc4;
	border-radius: 10px;
	color:#fff;
	padding:10px;
	width:80%;
}
.event-title-s{
	color:#adf6f2;
}
.event-time-s{
	color:#bdbebc;
	font-size:13px;
}
.event-line{
	width:80%;
	height:1px;
	background-color:#adf6f2;
	z-index: 100;
	
}
.events{
	background-image:url(../images/deegree2.png);
	width:100%;
    background-repeat: no-repeat;
	padding:55px 0px 0px 110px;
}
.events a{
	color:#677d34;
}
.events a:hover {
	opacity: 0.7;
}
.events-title{
	background-color:#ef945f;
	border-radius: 10px;
	color:#fff;
	padding:10px;
	width:80%;
}
.events-title-s{
	color:#f9e79b;
}
.product{
	background-color :#f2f2f2;
    background-repeat: no-repeat;
	padding:30px;
}
/*--------------------------------------------------------------
# Contact Us
--------------------------------------------------------------*/
.contact .info-box {
  color: #444;
  text-align: center;
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 20px 0 30px 0;
  margin-bottom: 30px;
  width: 100%;
}

.contact .info-box i {
  font-size: 32px;
  color: #428bca;
  border-radius: 50%;
  padding: 8px;
  border: 2px dotted #9eccf4;
}

.contact .info-box h3 {
  font-size: 20px;
  color: #666;
  font-weight: 700;
  margin: 10px 0;
}

.contact .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.contact .php-email-form {
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 30px;
}

.contact .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br+br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

.contact .php-email-form input::focus,
.contact .php-email-form textarea::focus {
  background-color: #428bca;
}

.contact .php-email-form input {
  padding: 20px 15px;
}

.contact .php-email-form textarea {
  padding: 12px 15px;
}

.contact .php-email-form button[type="submit"] {
  background: #428bca;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
}

.contact .php-email-form button[type="submit"]:hover {
  background: #6aa3d5;
}
/* 
---------------------------------------------
contact
--------------------------------------------- 
*/

.contact-us {
  background-image: url(../images/contact-bg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.contact-us .section-heading {
  text-align: center;
  margin-left: 20px;
  margin-right: 20px;
}

.contact-us .contact-info {
  padding: 40px 30px;
  border: 2px solid #eee;
}

.contact-us .contact-info ul li {
  text-align: center;
  display: block;
  margin-bottom: 30px;
}

.contact-us .contact-info ul li a {
  font-size: 15px;
  color: #afafaf;
  transition: all .5s;
}

.contact-us .contact-info ul li:hover a {
  color: #2a2a2a;
}

.contact-us .contact-info ul li:last-child {
  margin-bottom: 0px;
}

.contact-us .contact-info ul li .icon {
  margin-bottom: 10px;
}

.contact-us .contact-info ul li .icon img {
  max-width: 32px;
}

form#contact {
  position: relative;
  background-color: #fff;
  padding: 60px 80px;
  border-radius: 50px;
  text-align: center;
}

form#contact input {
  width: 100%;
  height: 46px;
  border-radius: 5px;
  background-color: transparent;
  border: 2px solid #efefef;
  outline: none;
  font-size: 15px;
  font-weight: 300;
  color: #2a2a2a;
  padding: 0px 20px;
  margin-bottom: 20px;
}

form#contact input::placeholder {
  color: #aaa;
}

form#contact textarea {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  max-height: 180px;
  min-height: 140px;
  height: 140px;
  border-radius: 5px;
  background-color: transparent;
  border: 2px solid #efefef;
  outline: none;
  font-size: 15px;
  font-weight: 300;
  color: #2a2a2a;
  padding: 15px 20px;
  margin-bottom: 20px;
}

form#contact textarea::placeholder {
  color: #aaa;
}

form#contact button {
  display: inline-block;
  background-color: #33ccc5;
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  margin-top: 20px;
  text-transform: capitalize;
  padding: 12px 25px;
  border-radius: 23px;
  letter-spacing: 0.25px;
  border-bottom: 2px solid #4771cb!important;
  transition: all .3s;
  outline: none;
  border: none;
}

form#contact button:hover {
  background-color: #4771cb!important;
  color: #fff!important;
  border-bottom: 2px solid #33ccc5!important;
}

footer{
background: rgb(71,140,208);
background: linear-gradient(0deg, rgba(71,140,208,1) 0%, rgba(0,138,255,1) 100%);
	 padding:10px;
	 color:#fff;
}