/*@media (max-width: 768px){body{padding-top:90px;}}
/*--------------------------------------------------------------*/
@media screen and (max-width: 400px) {
    .myNewDivHeight{
        height:120px;
		padding:0px;
    }
	.mfont
	{
	font-size:12px;
	}
	.mfont li
	{
	display: inline;
	font-size: 12px;
	}
	.mfont h2
	{
	font-size:16px;
	}
	.mfont h4 a
	{
	font-size:14px;
	}
	.outer {
	position: fixed;
    top: 250px;
    right: 2px;
    text-align: center;
    font-size: 18px;
    z-index: 100;
	}
	.mdiv
	{
	border-radius: 0px 0px 10px 10px;
		position: fixed;
		top: 250px;
		right: 5px;
		text-align: center;
		font-size: 18px;
		display:none;
		z-index: 100;
		background-color: #405d27;
		padding-top: 20px;
		padding-right: 5px;
		padding-bottom: 5px;
		padding-left: 5px;
		margin-top: 0px;
		margin-right:45px;
		width:180px;
		height:140px;
		border: 1px solid #FFFFFF;
	}
	.top .tbtn
	{
	background:#82b74b;
	color: #FFFFFF;
	font-size: 9px;
	border-radius: 4px;
	border: 2px solid #4CAF50;
	padding: 5px 10px;
	transition-duration: 0.4s;
	}
	.top li
	{
	display: inline;
	font-size: 10px;
	}
}

/* for desktop*/
@media screen and (min-width: 500px) {
   
	.mfont
	{
	font-size:22px;
	letter-spacing: 0.1em;
	font-weight: bolder;	
	}
	.outer {
	
    
	position: fixed;
    top: 60px;
    right: 2px;
   
    text-align: center;
    font-size: 18px;
    
    z-index: 100;
	}
	.mdiv
	{
	border-radius: 0px 0px 10px 10px;
		position: fixed;
		top: 60px;
		right: 5px;
		text-align: center;
		font-size: 18px;
		display:none;
		z-index: 100;
		background-color: #405d27;
		padding-top: 20px;
		padding-right: 5px;
		padding-bottom: 5px;
		padding-left: 5px;
		margin-top: 0px;
		margin-right:45px;
		width:180px;
		height:140px;
		border: 1px solid #FFFFFF;
	}
	.top .tbtn
	{
	background:#82b74b;
	color: #FFFFFF;
	font-size: 12px;
	border-radius: 4px;
	border: 2px solid #4CAF50;
	padding: 5px 10px;
	transition-duration: 0.4s;
	}
	.top li
	{
	display: inline;
	font-size: 14px;
	}
	.mfont h4 a
	{
	font-size:22px;
	}
	
}


.fixed-top {
  background: #F7F7F7;
  min-height: 0;
 
  padding: 5px 0;
  margin-bottom: 0;
}

.tit
{
	background-color: #203647;
	border-top-width: 2px;
	border-top-style: solid;
	color: #000048;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;

}
.sect
{
	
	padding-bottom: 10px;
	padding-top:20px;
	text-align: center;
	color:#FFFFFF;
	font-family: "Lucida Calligraphy";
	letter-spacing: 0.2em;
	
	
}
/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 30px 0;
  overflow: hidden;
}

.section-bg {
  background-color: #f3f5fa;
}

.section-title {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  
}

.section-title h2 {
	
	margin-bottom: 20px;
	padding-bottom: 20px;
	position: relative;
	color: #711133;
	font-weight: bold;
	font-family: "Lucida Calligraphy";
}

.section-title h2::before {
  content: '';
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px);
}

.section-title h2::after {
  content: '';
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #47b2e4;
  bottom: 0;
  left: calc(50% - 20px);
}

.section-title p {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Cliens
--------------------------------------------------------------*/
.cliens {
	padding: 5px 0;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	background-color: #F3F3F3;
}

.cliens img {
	transition: all 0.4s ease-in-out;
	max-height:90%;
	max-width:90%;
	padding: 15px 0;
	background-color: #FFFFFF;  
	object-fit: cover;
  
}
.cliens1  {
	width:180px;
	height:100px;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	margin-right: 5px;
	text-align: center;
	vertical-align: middle;
}
.cliens1 img {
	transition: all 0.4s ease-in-out;
	max-height:90%;
	max-width:90%;
	padding: 15px 0;
	background-color: #FFFFFF;
	object-fit: cover;
	text-align: center;  
}
.cliens img:hover {
  -webkit-filter: none;
  filter: none;
  transform: scale(1.1);
}

@media (max-width: 768px) {
  .cliens img {
    max-width: 40%;
  }
}

.card
{
	border-radius: 10px;
	border: 1.5px solid #11232e;
	padding: 5px;
}

.card th
{
	border: 2px solid #73AD21;
	padding: 10px;
	color: #000000;
}

.card-header
{border-radius: 10px;
	background-color: #12232e;
	font-size: 17px;
	font-weight: bold;
	text-align: center;
	font-family: "Century Schoolbook";
	color: #FFFFFF;
	border: 1px solid #0007cc7;
	
}
.card-body1 {
border-radius: 30%;
	text-align: center;
}
.card-body1 img {
	border-radius: 50%;
	text-align: center;
	margin-bottom: 10px;
	margin-top: 15px;
}

.card-footer1
{
	text-align: center;
}



/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact
{
}
.contact .info {
  border-top: 3px solid #47b2e4;
  border-bottom: 3px solid #47b2e4;
  padding: 30px;
  background: #fff;
  width: 100%;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.1);
}

.contact .info i {
  font-size: 20px;
  color: #47b2e4;
  float: left;
  width: 44px;
  height: 44px;
  background: #e7f5fb;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}

.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #37517e;
}

.contact .info p {
  padding: 0 0 10px 60px;
  margin-bottom: 20px;
  font-size: 14px;
  color: #6182ba;
}

.contact .info .email p {
  padding-top: 5px;
}

.contact .info .social-links {
  padding-left: 60px;
}

.contact .info .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #333;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  margin-right: 10px;
}

.contact .info .social-links a:hover {
  background: #47b2e4;
  color: #fff;
}

.contact .info .email:hover i, .contact .info .address:hover i, .contact .info .phone:hover i {
  background: #47b2e4;
  color: #fff;
}

.contact .php-email-form {
  width: 100%;
  border-top: 3px solid #47b2e4;
  border-bottom: 3px solid #47b2e4;
  padding: 30px;
  background: #fff;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
}

.contact .php-email-form .form-group {
  padding-bottom: 8px;
}

.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;
  border-radius: 4px;
}

.contact .php-email-form input:focus, .contact .php-email-form textarea:focus {
  border-color: #47b2e4;
}

.contact .php-email-form input {
  height: 44px;
}

.contact .php-email-form textarea {
  padding: 10px 12px;
}

.contact .php-email-form button[type="submit"] {
  background: #47b2e4;
  border: 0;
  padding: 12px 34px;
  color: #fff;
  transition: 0.4s;
  border-radius: 50px;
}

.contact .php-email-form button[type="submit"]:hover {
  background: #209dd8;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
	font-size: 14px;
	background: #405d27;
	
}

#footer .footer-newsletter {
  padding: 50px 0;
  background: #f3f5fa;
  text-align: center;
  font-size: 15px;
  color: #444444;
}

#footer .footer-newsletter h4 {
  font-size: 24px;
  margin: 0 0 20px 0;
  padding: 0;
  line-height: 1;
  font-weight: 600;
  color: #37517e;
}

#footer .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 50px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.06);
  text-align: left;
}

#footer .footer-newsletter form input[type="email"] {
  border: 0;
  padding: 4px 8px;
  width: calc(100% - 100px);
}

#footer .footer-newsletter form input[type="submit"] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #47b2e4;
  color: #fff;
  transition: 0.3s;
  border-radius: 50px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#footer .footer-newsletter form input[type="submit"]:hover {
  background: #209dd8;
}

#footer .footer-top {
  padding: 60px 0 30px 0;
  background: #fff;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact h3 {
  font-size: 28px;
  margin: 0 0 10px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 600;
  color: #37517e;
}

#footer .footer-top .footer-contact p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Jost", sans-serif;
  color: #5e5e5e;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: bold;
  color: #37517e;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #47b2e4;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #777777;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  color: #47b2e4;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #47b2e4;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #209dd8;
  color: #fff;
  text-decoration: none;
}

#footer .footer-bottom {
  padding-top: 30px;
  padding-bottom: 30px;
  color: #fff;
}

#footer .copyright {
  float: left;
}

#footer .credits {
  float: right;
  font-size: 13px;
}

#footer .credits a {
  transition: 0.3s;
}

@media (max-width: 768px) {
  #footer .footer-bottom {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  #footer .copyright, #footer .credits {
    text-align: center;
    float: none;
  }
  #footer .credits {
    padding-top: 4px;
  }
}


#rcorners1 a
{
	color:#FFFFFF;
	font-size: 12px;
}
#rcorners2 a
{
color:#FFFFFF;font-size: 15px;
}
#rcorners3 a
{
color:#FFFFFF;font-size: 15px;
}
#rcorners1 {
	border-radius: 10px 10px 10px 10px;
	text-align:center;
	color:#020B48;
	padding: 2px;
	font-family: Cambria;
	font-size: 10px;
	font-weight: bold;
	background-color: #405d27;
}


.button_wrap{
	position: fixed;
	top: auto !important;
	margin-top: 1%;
	z-index: 597;
	float: right !important;
	margin-left: 2px;
	
}
.button_wrap1{
float: right !important;
	position: relative;
	
	z-index: 597;
		
}
.verticaltext {
	writing-mode: vertical-rl;
	text-align: center;
	color:#FFFFFF;
	line-height: 100%;
	cursor:pointer;
	display:inline-block;
	padding-top: 7px;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: .2em;
}

.mbut
{
	background-color:#FF6600;
	border:1px solid #b7b7b7;
	text-align:center;
	border-radius: 10px;
}

.navbar-brand
{
	
	font-size: 16px;
}
.navbar-brandp
{
	text-decoration:none;
	color:#00FF00;
	text-align: center;
}
a:hover
{
	text-decoration:none;
	color: #99FF33;
}

/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/
.counts {
  padding: 30px 0;
}

.counts .counters span {
  font-size: 48px;
  display: block;
  color: #5fcf80;
  font-weight: 700;
}

.counts .counters p {
  padding: 0;
  margin: 0 0 20px 0;
  font-family: "Raleway", sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: #37423b;
}


.inner {
	background-color:#FFFFFF;
	color:white;
	position:absolute;
	top:4 auto;
	right:5px;
	z-index: 597;
}
.admn
{
	background-color: #11232e;
	padding: 5px 0;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	
	color: #FFFFFF;
}
.whats-app {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 60px;
    right: 5px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}

.my-float {
    margin-top: 16px;
}
.QR-header
{
	background-color: #020B48;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
.ffooter
{
position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: red;
  color: white;
  text-align: center;
}

.container2
{
	background-image: url(../img/favicon_io/favicon-32x32.png);
}
.top
{
	/*background-color: #7D0F1A;*/
	background-color:#12232e;
	color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 14px;
}


.top .tbtn:hover {
  background-color: #4CAF50; /* Green */
  color: white;

}
.navbar
{
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #7D0F1A;
}
.kk
{
	padding: 0px;
	text-align: center;
	
	
}
.cname
{
	font-family: "Century Schoolbook";
	font-size: 20px;
	padding: 3px;
	text-align: center;
	vertical-align: middle;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #000048;
}


.topbar-contact li
{
	display: inline;
	font-size: 14px;
}